-- phpMyAdmin SQL Dump
-- version 4.9.7
-- https://www.phpmyadmin.net/
--
-- Servidor: localhost:3306
-- Tiempo de generación: 25-05-2022 a las 09:54:59
-- Versión del servidor: 5.6.41-84.1
-- Versión de PHP: 7.3.32

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
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 */;

--
-- Base de datos: `esnrpy5a_dacleanexpress`
--

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

--
-- Estructura de tabla para la tabla `wp_arcontactus`
--

CREATE TABLE `wp_arcontactus` (
  `id` int(10) UNSIGNED NOT NULL,
  `icon` varchar(50) DEFAULT NULL,
  `color` varchar(10) DEFAULT NULL,
  `type` tinyint(3) UNSIGNED DEFAULT '0',
  `display` tinyint(3) UNSIGNED DEFAULT '1',
  `link` varchar(255) DEFAULT NULL,
  `target` tinyint(3) UNSIGNED DEFAULT '0',
  `integration` varchar(50) DEFAULT NULL,
  `js` text,
  `title` varchar(255) DEFAULT NULL,
  `subtitle` varchar(255) DEFAULT NULL,
  `content` text,
  `params` text,
  `status` tinyint(3) UNSIGNED DEFAULT '1',
  `registered_only` tinyint(3) UNSIGNED DEFAULT '0',
  `position` int(10) UNSIGNED DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_arcontactus`
--

INSERT INTO `wp_arcontactus` (`id`, `icon`, `color`, `type`, `display`, `link`, `target`, `integration`, `js`, `title`, `subtitle`, `content`, `params`, `status`, `registered_only`, `position`) VALUES
(1, 'facebook-messenger', '567AFF', 0, 1, 'https://m.me/page_name', 0, NULL, NULL, 'Messenger', NULL, NULL, NULL, 0, 0, 1),
(2, 'whatsapp', '25D366', 0, 1, 'https://wa.me/50762459728', 0, '', '', 'Whatsapp', '', '', '', 0, 0, 2),
(3, 'viber', '812379', 0, 1, 'viber://chat?number=%2Bphone_number', 0, NULL, NULL, 'Viber', NULL, NULL, NULL, 0, 0, 3),
(4, 'telegram-plane', '20AFDE', 0, 1, 'https://t.me/your_nickname', 0, NULL, NULL, 'Telegram', NULL, NULL, NULL, 0, 0, 4),
(5, 'skype', '1C9CC5', 0, 1, 'skype:your_nickname?chat', 0, NULL, NULL, 'Skype', NULL, NULL, NULL, 0, 0, 5),
(6, 'envelope', 'FF643A', 0, 1, 'mailto:email@mysite.com', 0, NULL, NULL, 'Email us', NULL, NULL, NULL, 0, 0, 6),
(7, 'phone', '00AFF0', 0, 1, 'tel:+5072032538', 0, '', '', 'Llámenos', '', '', '', 0, 0, 7),
(8, 'comment-dots-light', '5092E2', 0, 3, 'sms:your_phone_number', 0, NULL, NULL, 'Direct SMS', NULL, NULL, NULL, 0, 0, 8),
(9, 'phone', '4EB625', 3, 1, '', 0, '', '', 'Callback request', '', '', '', 0, 0, 9);

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

--
-- Estructura de tabla para la tabla `wp_arcontactus_callback`
--

CREATE TABLE `wp_arcontactus_callback` (
  `id` int(10) UNSIGNED NOT NULL,
  `id_user` int(10) UNSIGNED DEFAULT NULL,
  `phone` varchar(50) DEFAULT NULL,
  `name` varchar(255) DEFAULT NULL,
  `email` varchar(255) DEFAULT NULL,
  `referer` varchar(255) DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL,
  `status` tinyint(3) UNSIGNED DEFAULT NULL,
  `comment` text
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Estructura de tabla para la tabla `wp_arcontactus_prompt`
--

CREATE TABLE `wp_arcontactus_prompt` (
  `id` int(10) UNSIGNED NOT NULL,
  `message` text NOT NULL,
  `status` int(11) UNSIGNED NOT NULL,
  `position` int(10) UNSIGNED DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_arcontactus_prompt`
--

INSERT INTO `wp_arcontactus_prompt` (`id`, `message`, `status`, `position`) VALUES
(1, 'Hola! Gracias por visitarnos', 1, 1),
(2, '¿Tiene alguna consulta?', 1, 2),
(3, '¡Contáctenos, aquí!', 1, 3);

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

--
-- Estructura de tabla para la tabla `wp_bmify_appointments`
--

CREATE TABLE `wp_bmify_appointments` (
  `id` int(10) UNSIGNED NOT NULL,
  `service_id` int(10) UNSIGNED DEFAULT NULL,
  `employee_id` int(10) UNSIGNED DEFAULT NULL,
  `location_id` int(10) UNSIGNED DEFAULT NULL,
  `status` enum('approved','pending','canceled','rejected') NOT NULL DEFAULT 'pending',
  `start_date` datetime DEFAULT NULL,
  `end_date` datetime DEFAULT NULL,
  `info` text,
  `google_calendar_event_id` varchar(255) DEFAULT NULL,
  `created_from` enum('bookmify','google') NOT NULL DEFAULT 'bookmify'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Estructura de tabla para la tabla `wp_bmify_business_hours_breaks`
--

CREATE TABLE `wp_bmify_business_hours_breaks` (
  `id` int(10) UNSIGNED NOT NULL,
  `start_time` time DEFAULT NULL,
  `end_time` time DEFAULT NULL,
  `day_index` tinyint(7) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Estructura de tabla para la tabla `wp_bmify_categories`
--

CREATE TABLE `wp_bmify_categories` (
  `id` int(10) UNSIGNED NOT NULL,
  `title` varchar(255) DEFAULT NULL,
  `attachment_id` int(10) UNSIGNED DEFAULT NULL,
  `color` varchar(255) DEFAULT NULL,
  `icon` varchar(255) DEFAULT NULL,
  `position` int(11) NOT NULL DEFAULT '9999'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_bmify_categories`
--

INSERT INTO `wp_bmify_categories` (`id`, `title`, `attachment_id`, `color`, `icon`, `position`) VALUES
(1, 'Servicios DaClean Express', NULL, NULL, NULL, 9999);

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

--
-- Estructura de tabla para la tabla `wp_bmify_coupons`
--

CREATE TABLE `wp_bmify_coupons` (
  `id` int(10) UNSIGNED NOT NULL,
  `title` varchar(255) DEFAULT NULL,
  `code` varchar(255) DEFAULT NULL,
  `discount` int(10) UNSIGNED DEFAULT NULL,
  `deduction` int(10) UNSIGNED DEFAULT NULL,
  `usage_limit` int(10) UNSIGNED DEFAULT NULL,
  `per_customer_limit` int(11) DEFAULT NULL,
  `date_limit_start` datetime DEFAULT NULL,
  `date_limit_end` datetime DEFAULT NULL,
  `info` text,
  `status` enum('active','overdue') NOT NULL DEFAULT 'active'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Estructura de tabla para la tabla `wp_bmify_coupons_used`
--

CREATE TABLE `wp_bmify_coupons_used` (
  `id` int(10) UNSIGNED NOT NULL,
  `coupon_id` int(10) UNSIGNED DEFAULT NULL,
  `customer_id` int(10) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Estructura de tabla para la tabla `wp_bmify_customers`
--

CREATE TABLE `wp_bmify_customers` (
  `id` int(10) UNSIGNED NOT NULL,
  `wp_user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `first_name` varchar(255) DEFAULT NULL,
  `last_name` varchar(255) DEFAULT NULL,
  `email` varchar(255) DEFAULT NULL,
  `phone` varchar(255) DEFAULT NULL,
  `gender` enum('male','female') DEFAULT NULL,
  `birthday` date DEFAULT NULL,
  `country` varchar(255) DEFAULT NULL,
  `state` varchar(255) DEFAULT NULL,
  `city` varchar(255) DEFAULT NULL,
  `address` varchar(255) DEFAULT NULL,
  `post_code` int(10) UNSIGNED DEFAULT NULL,
  `info` text,
  `registration_date` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Estructura de tabla para la tabla `wp_bmify_customer_appointments`
--

CREATE TABLE `wp_bmify_customer_appointments` (
  `id` int(10) UNSIGNED NOT NULL,
  `customer_id` int(10) UNSIGNED DEFAULT NULL,
  `appointment_id` int(10) UNSIGNED DEFAULT NULL,
  `payment_id` int(10) UNSIGNED DEFAULT NULL,
  `number_of_people` int(10) UNSIGNED DEFAULT NULL,
  `price` decimal(10,2) NOT NULL DEFAULT '0.00',
  `status` enum('approved','pending','canceled','rejected') NOT NULL DEFAULT 'pending',
  `status_changed_at` datetime DEFAULT NULL,
  `created_from` enum('backend','frontend') NOT NULL DEFAULT 'frontend',
  `created_date` datetime DEFAULT NULL,
  `cf` text,
  `time_zone` varchar(255) DEFAULT NULL,
  `time_zone_offset` int(11) DEFAULT NULL,
  `rating` int(10) UNSIGNED DEFAULT NULL,
  `rating_text` text,
  `locale` varchar(9) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Estructura de tabla para la tabla `wp_bmify_customer_appointments_extras`
--

CREATE TABLE `wp_bmify_customer_appointments_extras` (
  `id` int(10) UNSIGNED NOT NULL,
  `customer_appointment_id` int(10) UNSIGNED DEFAULT NULL,
  `extra_id` int(10) UNSIGNED DEFAULT NULL,
  `quantity` int(10) UNSIGNED DEFAULT NULL,
  `price` decimal(10,2) NOT NULL DEFAULT '0.00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Estructura de tabla para la tabla `wp_bmify_customfields`
--

CREATE TABLE `wp_bmify_customfields` (
  `id` int(10) UNSIGNED NOT NULL,
  `cf_label` varchar(255) DEFAULT '',
  `cf_key` varchar(255) DEFAULT '',
  `cf_type` varchar(255) DEFAULT '',
  `cf_required` tinyint(1) NOT NULL DEFAULT '0',
  `cf_value` text,
  `services_ids` text,
  `created_at` datetime DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL,
  `position` int(11) NOT NULL DEFAULT '999'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Estructura de tabla para la tabla `wp_bmify_dayoff`
--

CREATE TABLE `wp_bmify_dayoff` (
  `id` int(10) UNSIGNED NOT NULL,
  `employee_id` int(10) UNSIGNED DEFAULT NULL,
  `parent_id` int(10) UNSIGNED DEFAULT NULL,
  `title` varchar(255) NOT NULL,
  `date` date NOT NULL,
  `every_year` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Estructura de tabla para la tabla `wp_bmify_employees`
--

CREATE TABLE `wp_bmify_employees` (
  `id` int(10) UNSIGNED NOT NULL,
  `wp_user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `attachment_id` int(10) UNSIGNED DEFAULT NULL,
  `first_name` varchar(255) DEFAULT NULL,
  `last_name` varchar(255) DEFAULT NULL,
  `email` varchar(255) DEFAULT NULL,
  `phone` varchar(255) DEFAULT NULL,
  `info` text,
  `visibility` enum('public','private') NOT NULL DEFAULT 'public',
  `position` int(11) NOT NULL DEFAULT '9999',
  `google_data` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Estructura de tabla para la tabla `wp_bmify_employee_business_hours`
--

CREATE TABLE `wp_bmify_employee_business_hours` (
  `id` int(10) UNSIGNED NOT NULL,
  `employee_id` int(10) UNSIGNED DEFAULT NULL,
  `day_index` tinyint(7) NOT NULL DEFAULT '1',
  `start_time` time DEFAULT NULL,
  `end_time` time DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Estructura de tabla para la tabla `wp_bmify_employee_business_hours_breaks`
--

CREATE TABLE `wp_bmify_employee_business_hours_breaks` (
  `id` int(10) UNSIGNED NOT NULL,
  `employee_id` int(10) UNSIGNED DEFAULT NULL,
  `parent_id` int(10) UNSIGNED DEFAULT NULL,
  `day_index` tinyint(7) NOT NULL DEFAULT '1',
  `start_time` time DEFAULT NULL,
  `end_time` time DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Estructura de tabla para la tabla `wp_bmify_employee_locations`
--

CREATE TABLE `wp_bmify_employee_locations` (
  `id` int(10) UNSIGNED NOT NULL,
  `employee_id` int(10) UNSIGNED NOT NULL,
  `location_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Estructura de tabla para la tabla `wp_bmify_employee_services`
--

CREATE TABLE `wp_bmify_employee_services` (
  `id` int(10) UNSIGNED NOT NULL,
  `service_id` int(10) UNSIGNED NOT NULL,
  `employee_id` int(10) UNSIGNED NOT NULL,
  `location_id` int(10) UNSIGNED DEFAULT NULL,
  `price` decimal(10,2) NOT NULL DEFAULT '0.00',
  `deposit` varchar(100) NOT NULL DEFAULT '100%',
  `capacity_min` int(11) NOT NULL DEFAULT '1',
  `capacity_max` int(11) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Estructura de tabla para la tabla `wp_bmify_extra_services`
--

CREATE TABLE `wp_bmify_extra_services` (
  `id` int(10) UNSIGNED NOT NULL,
  `service_id` int(10) UNSIGNED DEFAULT NULL,
  `title` varchar(255) NOT NULL,
  `price` decimal(10,2) NOT NULL DEFAULT '0.00',
  `duration` int(11) NOT NULL DEFAULT '0',
  `attachment_id` int(10) UNSIGNED DEFAULT NULL,
  `capacity_max` int(11) NOT NULL DEFAULT '1',
  `info` text,
  `position` int(11) NOT NULL DEFAULT '9999'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Estructura de tabla para la tabla `wp_bmify_locations`
--

CREATE TABLE `wp_bmify_locations` (
  `id` int(10) UNSIGNED NOT NULL,
  `title` varchar(255) DEFAULT '',
  `address` varchar(255) DEFAULT '',
  `info` text,
  `attachment_id` int(10) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Estructura de tabla para la tabla `wp_bmify_notifications`
--

CREATE TABLE `wp_bmify_notifications` (
  `id` int(10) UNSIGNED NOT NULL,
  `platform` enum('email','sms') NOT NULL DEFAULT 'email',
  `status` tinyint(1) NOT NULL DEFAULT '0',
  `type` varchar(255) NOT NULL DEFAULT '',
  `subject` varchar(255) DEFAULT '',
  `message` text,
  `to_employee` tinyint(1) NOT NULL DEFAULT '0',
  `to_customer` tinyint(1) NOT NULL DEFAULT '0',
  `to_admin` tinyint(1) NOT NULL DEFAULT '0',
  `cron` tinyint(1) NOT NULL DEFAULT '0',
  `custom` tinyint(1) NOT NULL DEFAULT '0',
  `ics` tinyint(1) NOT NULL DEFAULT '0',
  `invoice` tinyint(1) NOT NULL DEFAULT '0',
  `time_interval` int(11) NOT NULL DEFAULT '0',
  `check_time` time DEFAULT NULL,
  `options` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_bmify_notifications`
--

INSERT INTO `wp_bmify_notifications` (`id`, `platform`, `status`, `type`, `subject`, `message`, `to_employee`, `to_customer`, `to_admin`, `cron`, `custom`, `ics`, `invoice`, `time_interval`, `check_time`, `options`) VALUES
(1, 'email', 1, 'customer_approved_message', 'Appointment Approved', '<p>Dear {{customer_full_name}}.</p>\n<p>This is a confirmation that you have booked {{service_name}}.</p>\n<p>We are waiting you at {{company_address}} on {{appointment_date}} at {{appointment_start_time}}.</p>\n<p>Thank you for choosing our company.</p>\n<p>{{company_name}}<br />\n{{company_phone}}<br />\n{{company_website}}</p>\n', 0, 1, 0, 0, 0, 0, 0, 0, NULL, NULL),
(2, 'email', 1, 'customer_canceled_message', 'Appointment Canceled', '<p>Dear {{customer_full_name}}.</p>\n<p>You have canceled your booking of {{service_name}} on {{appointment_date}} at {{appointment_start_time}}.</p>\n<p>Thank you for choosing our company.</p>\n<p>{{company_name}}<br />\n{{company_phone}}<br />\n{{company_website}}</p>\n', 0, 1, 0, 0, 0, 0, 0, 0, NULL, NULL),
(3, 'email', 1, 'customer_pending_message', 'Appointment Pending', '<p>Dear {{customer_full_name}}.</p>\n<p> The {{service_name}} appointment with {{employee_full_name}} at {{company_address}}, scheduled for {{appointment_date}} at {{appointment_start_time}} is waiting for a confirmation.</p>\n<p> Thank you for choosing our company.</p>\n<p> {{company_name}}<br />\n{{company_phone}}<br />\n{{company_website}}</p>\n', 0, 1, 0, 0, 0, 0, 0, 0, NULL, NULL),
(4, 'email', 1, 'customer_rejected_message', 'Appointment Rejected', '<p>Dear {{customer_full_name}}.</p>\n<p>Your booking of {{service_name}} on {{appointment_date}} at {{appointment_start_time}} has been rejected.</p>\n<p>Thank you for choosing our company.</p>\n<p>{{company_name}}<br />\n{{company_phone}}<br />\n{{company_website}}</p>\n', 0, 1, 0, 0, 0, 0, 0, 0, NULL, NULL),
(5, 'email', 1, 'customer_rescheduled_message', 'Appointment Rescheduled', '<p>Dear {{customer_full_name}}.</p>\n<p>Were changed the details of your booking on {{service_name}} at {{location_name}} with {{employee_full_name}}. The booking has been rescheduled to {{appointment_date}} at {{appointment_start_time}}.</p>\n<p>Thank you for choosing our company.</p>\n<p>{{company_name}}<br />\n{{company_phone}}<br />\n{{company_website}}</p>\n', 0, 1, 0, 0, 0, 0, 0, 0, NULL, NULL),
(6, 'email', 1, 'customer_reminder_prev_day', 'Reminder Day Before Appointment', '<p>Dear {{customer_full_name}}.</p>\n<p>This is a reminder that you have booked {{service_name}} on {{appointment_date}} at {{appointment_start_time}}.</p>\n<p>We look forward to seeing you!</p>\n<p>Kind regards.</p>\n<p>{{company_name}}<br />\n{{company_phone}}<br />\n{{company_website}}</p>\n', 0, 1, 0, 1, 0, 0, 0, 0, '20:00:00', NULL),
(7, 'email', 1, 'customer_reminder_x_before', 'Reminder Time Before Appointment', '<p>Dear {{customer_full_name}}.</p>\n<p>This is a reminder that you have booked {{service_name}} on {{appointment_date}} at {{appointment_start_time}}.</p>\n<p>We look forward to seeing you!</p>\n<p>Kind regards.</p>\n<p>{{company_name}}<br />\n{{company_phone}}<br />\n{{company_website}}</p>\n', 0, 1, 0, 1, 0, 0, 0, 2, NULL, NULL),
(8, 'email', 1, 'customer_login_message', 'Thank you for registering!', '<p>Hello {{customer_full_name}}.</p>\n<p>Thanks for registering at {{site_address}}</p>\n<p>You can now login to manage your account and appointments using the following credentials:<br />\nuser: {{new_username}}<br />\npassword: {{new_password}}</p>\n<p>Thanks.</p>\n', 0, 1, 0, 0, 0, 0, 0, 0, NULL, NULL),
(9, 'email', 1, 'employee_approved_message', 'Appointment Approved', '<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: {{service_name}}<br />\nDate: {{appointment_date}}<br />\nTime: {{appointment_start_time}}</p>\n<p>Customer name: {{customer_full_name}}<br />\nCustomer email: {{customer_email}}<br />\nCustomer phone: {{customer_phone}}</p>\n', 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL),
(10, 'email', 1, 'employee_canceled_message', 'Appointment Canceled', '<p>Hello.</p>\n<p>The following booking has been canceled.</p>\n<p>Service: {{service_name}}<br />\nDate: {{appointment_date}}<br />\nTime: {{appointment_start_time}}</p>\n<p>Customer name: {{customer_full_name}}<br />\nCustomer email: {{customer_email}}<br />\nCustomer phone: {{customer_phone}}</p>\n', 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL),
(11, 'email', 1, 'employee_pending_message', 'Appointment Pending', '<p>Hello.</p>\n<p> You have a new booking.</p>\n<p>Service: {{service_name}}<br />\nDate: {{appointment_date}}<br />\nTime: {{appointment_start_time}}</p>\n<p>Customer name: {{customer_full_name}}<br />\nCustomer email: {{customer_email}}<br />\nCustomer phone: {{customer_phone}}</p>\n', 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL),
(12, 'email', 1, 'employee_rejected_message', 'Appointment Rejected', '<p>Hello.</p>\n<p>The following booking has been rejected.</p>\n<p>Service: {{service_name}}<br />\nDate: {{appointment_date}}<br />\nTime: {{appointment_start_time}}</p>\n<p>Customer name: {{customer_full_name}}<br />\nCustomer email: {{customer_email}}<br />\nCustomer phone: {{customer_phone}}</p>\n', 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL),
(13, 'email', 1, 'employee_rescheduled_message', 'Appointment Rescheduled', '<p>Hello.</p>\n<p>Were changed the details of your booking on {{service_name}} at {{location_name}}. The booking has been rescheduled to {{appointment_date}} at {{appointment_start_time}}.</p>\n<p>{{company_name}}<br />\n{{company_phone}}<br />\n{{company_website}}</p>\n', 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL),
(14, 'email', 1, 'employee_reminder_prev_day', 'Reminder Day Before Appointment', '<p>Reminder:  {{customer_full_name}} has booked an appointment.</p>\n<p>Service: {{service_name}}<br />\nDate: {{appointment_date}}<br />\nTime: {{appointment_start_time}}</p>\n<p>Customer name: {{customer_full_name}}<br />\nCustomer email: {{customer_email}}<br />\nCustomer phone: {{customer_phone}}</p>\n', 1, 0, 0, 1, 0, 0, 0, 0, '20:00:00', NULL),
(15, 'email', 1, 'employee_reminder_x_before', 'Reminder Time Before Appointment', '<p>Dear {{customer_full_name}}.</p>\n<p>This is a reminder that you have booked {{service_name}} on {{appointment_date}} at {{appointment_start_time}}.</p>\n<p>We look forward to seeing you!</p>\n<p>Kind regards.</p>\n<p>{{company_name}}<br />\n{{company_phone}}<br />\n{{company_website}}</p>\n', 1, 0, 0, 1, 0, 0, 0, 2, NULL, NULL),
(16, 'email', 1, 'employee_login_message', 'Thank you for registering!', '<p>Hello {{employee_full_name}}.</p>\n<p>Thanks for registering at {{site_address}}</p>\n<p>You can now login to manage your account and appointments using the following credentials:<br />\nuser: {{new_username}}<br />\npassword: {{new_password}}</p>\n<p>Thanks.</p>\n', 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL),
(17, 'sms', 0, 'customer_approved_message', 'Appointment Approved', '<p>Dear {{customer_full_name}}.</p>\n<p>Your appointment has been approved.</p>\n<p>Service: {{service_name}}</p>\n<p>Date: {{appointment_date}} at {{appointment_start_time}}.</p>\n<p>{{company_name}}</p>\n', 0, 1, 0, 0, 0, 0, 0, 0, NULL, NULL),
(18, 'sms', 0, 'customer_canceled_message', 'Appointment Canceled', '<p>Dear {{customer_full_name}}.</p>\n<p>Your appointment has been canceled.</p>\n<p>Service: {{service_name}}</p>\n<p>Date: {{appointment_date}} at {{appointment_start_time}}.</p>\n<p>{{company_name}}</p>\n', 0, 1, 0, 0, 0, 0, 0, 0, NULL, NULL),
(19, 'sms', 0, 'customer_pending_message', 'Appointment Pending', '<p>Dear {{customer_full_name}}.</p>\n<p>Your appointment waiting for a confirmation.</p>\n<p>Service: {{service_name}}</p>\n<p>Date: {{appointment_date}} at {{appointment_start_time}}.</p>\n<p>{{company_name}}</p>\n', 0, 1, 0, 0, 0, 0, 0, 0, NULL, NULL),
(20, 'sms', 0, 'customer_rejected_message', 'Appointment Rejected', '<p>Dear {{customer_full_name}}.</p>\n<p>Your appointment has been rejected.</p>\n<p>Service:{{service_name}}</p>\n<p>Date: {{appointment_date}} at {{appointment_start_time}}.</p>\n<p>{{company_name}}</p>\n', 0, 1, 0, 0, 0, 0, 0, 0, NULL, NULL),
(21, 'sms', 0, 'customer_rescheduled_message', 'Appointment Rescheduled', '<p>Dear {{customer_full_name}}.</p>\n<p>Your appointment has been rescheduled.</p>\n<p>Service: {{service_name}}</p>\n<p>Date: {{appointment_date}} at {{appointment_start_time}}.</p>\n<p>{{company_name}}</p>\n', 0, 1, 0, 0, 0, 0, 0, 0, NULL, NULL),
(22, 'sms', 0, 'customer_reminder_prev_day', 'Reminder Day Before Appointment', '<p>Dear {{customer_full_name}}.</p>\n<p>This is a reminder that you have booked {{service_name}} on {{appointment_date}} at {{appointment_start_time}}.</p>\n<p>{{company_name}}</p>\n', 0, 1, 0, 1, 0, 0, 0, 0, '20:00:00', NULL),
(23, 'sms', 0, 'customer_reminder_x_before', 'Reminder Time Before Appointment', '<p>Dear {{customer_full_name}}.</p>\n<p>This is a reminder that you have booked {{service_name}} on {{appointment_date}} at {{appointment_start_time}}.</p>\n<p>{{company_name}}</p>\n', 0, 1, 0, 1, 0, 0, 0, 2, NULL, NULL),
(24, 'sms', 0, 'customer_login_message', 'Thank you for registering!', '<p>Hello {{customer_full_name}}.</p>\n<p>Thanks for registering at {{site_address}}</p>\n<p>You can now login to manage your account and appointments using the following credentials:<br />\nuser: {{new_username}}<br />\npassword: {{new_password}}</p>\n<p>Thanks.</p>\n', 0, 1, 0, 0, 0, 0, 0, 0, NULL, NULL),
(25, 'sms', 0, 'employee_approved_message', 'Appointment Approved', '<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: {{service_name}}<br />\nDate: {{appointment_date}}<br />\nTime: {{appointment_start_time}}</p>\n', 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL),
(26, 'sms', 0, 'employee_canceled_message', 'Appointment Canceled', '<p>Hello.</p>\n<p>The following booking has been canceled.</p>\n<p>Service: {{service_name}}<br />\nDate: {{appointment_date}}<br />\nTime: {{appointment_start_time}}</p>\n', 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL),
(27, 'sms', 0, 'employee_pending_message', 'Appointment Pending', '<p>Hello.</p>\n<p> You have a new booking.</p>\n<p>Service: {{service_name}}<br />\nDate: {{appointment_date}}<br />\nTime: {{appointment_start_time}}</p>\n', 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL),
(28, 'sms', 0, 'employee_rejected_message', 'Appointment Rejected', '<p>Hello.</p>\n<p>The following booking has been rejected.</p>\n<p>Service: {{service_name}}<br />\nDate: {{appointment_date}}<br />\nTime: {{appointment_start_time}}</p>\n', 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL),
(29, 'sms', 0, 'employee_rescheduled_message', 'Appointment Rescheduled', '<p>Hello.</p>\n<p>Were changed the details of your booking on {{service_name}} at {{location_name}}. The booking has been rescheduled to {{appointment_date}} at {{appointment_start_time}}.</p>\n', 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL),
(30, 'sms', 0, 'employee_reminder_prev_day', 'Reminder Day Before Appointment', '<p>Reminder:  {{customer_full_name}} has booked an appointment.</p>\n<p>Service: {{service_name}}<br />\nDate: {{appointment_date}}<br />\nTime: {{appointment_start_time}}</p>\n', 1, 0, 0, 1, 0, 0, 0, 0, '20:00:00', NULL),
(31, 'sms', 0, 'employee_reminder_x_before', 'Reminder Time Before Appointment', '<p>Dear {{customer_full_name}}.</p>\n<p>This is a reminder that you have booked {{service_name}} on {{appointment_date}} at {{appointment_start_time}}.</p>\n<p>We look forward to seeing you!</p>\n<p>Kind regards.</p>\n', 1, 0, 0, 1, 0, 0, 0, 2, NULL, NULL),
(32, 'sms', 0, 'employee_login_message', 'Thank you for registering!', '<p>Hello {{employee_full_name}}.</p>\n<p>Thanks for registering at {{site_address}}</p>\n<p>You can now login to manage your account and appointments using the following credentials:<br />\nuser: {{new_username}}<br />\npassword: {{new_password}}</p>\n<p>Thanks.</p>\n', 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL);

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

--
-- Estructura de tabla para la tabla `wp_bmify_notifications_sent`
--

CREATE TABLE `wp_bmify_notifications_sent` (
  `id` int(10) UNSIGNED NOT NULL,
  `notification_id` int(10) UNSIGNED DEFAULT NULL,
  `appointment_id` int(10) UNSIGNED DEFAULT NULL,
  `customer_id` int(10) UNSIGNED DEFAULT NULL,
  `employee_id` int(10) UNSIGNED DEFAULT NULL,
  `sent_date` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Estructura de tabla para la tabla `wp_bmify_payments`
--

CREATE TABLE `wp_bmify_payments` (
  `id` int(10) UNSIGNED NOT NULL,
  `coupon_id` int(10) UNSIGNED DEFAULT NULL,
  `paid_type` enum('local','paypal','stripe') NOT NULL DEFAULT 'local',
  `total_price` decimal(10,2) NOT NULL DEFAULT '0.00',
  `paid` int(10) UNSIGNED DEFAULT NULL,
  `tax_ids` text,
  `created_date` datetime DEFAULT NULL,
  `status` enum('not','partly','full') NOT NULL DEFAULT 'not'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Estructura de tabla para la tabla `wp_bmify_services`
--

CREATE TABLE `wp_bmify_services` (
  `id` int(10) UNSIGNED NOT NULL,
  `category_id` int(10) UNSIGNED DEFAULT NULL,
  `title` varchar(255) DEFAULT '',
  `price` decimal(10,2) NOT NULL DEFAULT '0.00',
  `duration` int(11) NOT NULL DEFAULT '900',
  `buffer_before` int(11) NOT NULL DEFAULT '0',
  `buffer_after` int(11) NOT NULL DEFAULT '0',
  `capacity_min` int(11) NOT NULL DEFAULT '1',
  `capacity_max` int(11) NOT NULL DEFAULT '1',
  `info` text,
  `limit_period` enum('disabled','per_day','per_week','per_month','per_year') NOT NULL DEFAULT 'disabled',
  `appointments_limit` int(11) DEFAULT NULL,
  `recurrence_enabled` tinyint(1) NOT NULL DEFAULT '1',
  `recurrence_frequencies` set('daily','weekly','biweekly','monthly') NOT NULL DEFAULT 'daily,weekly,biweekly,monthly',
  `visibility` enum('public','private') NOT NULL DEFAULT 'public',
  `attachment_id` int(10) UNSIGNED DEFAULT NULL,
  `color` varchar(255) NOT NULL DEFAULT '#1e73be',
  `position` int(11) NOT NULL DEFAULT '9999',
  `gallery_ids` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Estructura de tabla para la tabla `wp_bmify_services_taxes`
--

CREATE TABLE `wp_bmify_services_taxes` (
  `id` int(10) UNSIGNED NOT NULL,
  `tax_id` int(10) UNSIGNED NOT NULL,
  `service_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Estructura de tabla para la tabla `wp_bmify_shortcodes`
--

CREATE TABLE `wp_bmify_shortcodes` (
  `id` int(10) UNSIGNED NOT NULL,
  `title` varchar(255) DEFAULT '',
  `shortcode` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Estructura de tabla para la tabla `wp_bmify_taxes`
--

CREATE TABLE `wp_bmify_taxes` (
  `id` int(10) UNSIGNED NOT NULL,
  `rate` decimal(13,2) NOT NULL DEFAULT '0.00',
  `title` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Estructura de tabla para la tabla `wp_commentmeta`
--

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

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

--
-- Estructura de tabla para la tabla `wp_comments`
--

CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci 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 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `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;

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

--
-- Estructura de tabla para la tabla `wp_cpappbk_forms`
--

CREATE TABLE `wp_cpappbk_forms` (
  `id` mediumint(9) NOT NULL,
  `form_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `form_structure` mediumtext COLLATE utf8mb4_unicode_520_ci,
  `calendar_language` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `date_format` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `product_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `pay_later_label` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `defaultstatus` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `defaultpaidstatus` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `fp_from_email` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `fp_destination_emails` text COLLATE utf8mb4_unicode_520_ci,
  `fp_subject` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `fp_inc_additional_info` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `fp_return_page` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `fp_message` text COLLATE utf8mb4_unicode_520_ci,
  `fp_emailformat` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `fp_emailtomethod` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `fp_destination_emails_field` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `cu_enable_copy_to_user` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `cu_user_email_field` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `cu_subject` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `cu_message` text COLLATE utf8mb4_unicode_520_ci,
  `cu_emailformat` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `fp_emailfrommethod` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `vs_text_maxapp` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `vs_text_is_required` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `vs_text_is_email` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `vs_text_datemmddyyyy` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `vs_text_dateddmmyyyy` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `vs_text_number` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `vs_text_digits` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `vs_text_max` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `vs_text_min` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `vs_text_pageof` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `vs_text_submitbtn` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `vs_text_previousbtn` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `vs_text_nextbtn` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `cp_user_access` text COLLATE utf8mb4_unicode_520_ci,
  `cp_user_access_settings` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `display_emails_endtime` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `rep_enable` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `rep_days` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `rep_hour` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `rep_emails` text COLLATE utf8mb4_unicode_520_ci,
  `rep_subject` text COLLATE utf8mb4_unicode_520_ci,
  `rep_emailformat` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `rep_message` text COLLATE utf8mb4_unicode_520_ci,
  `cv_enable_captcha` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `cv_width` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `cv_height` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `cv_chars` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `cv_font` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `cv_min_font_size` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `cv_max_font_size` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `cv_noise` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `cv_noise_length` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `cv_background` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `cv_border` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `cv_text_enter_valid_captcha` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wp_cpappbk_forms`
--

INSERT INTO `wp_cpappbk_forms` (`id`, `form_name`, `form_structure`, `calendar_language`, `date_format`, `product_name`, `pay_later_label`, `defaultstatus`, `defaultpaidstatus`, `fp_from_email`, `fp_destination_emails`, `fp_subject`, `fp_inc_additional_info`, `fp_return_page`, `fp_message`, `fp_emailformat`, `fp_emailtomethod`, `fp_destination_emails_field`, `cu_enable_copy_to_user`, `cu_user_email_field`, `cu_subject`, `cu_message`, `cu_emailformat`, `fp_emailfrommethod`, `vs_text_maxapp`, `vs_text_is_required`, `vs_text_is_email`, `vs_text_datemmddyyyy`, `vs_text_dateddmmyyyy`, `vs_text_number`, `vs_text_digits`, `vs_text_max`, `vs_text_min`, `vs_text_pageof`, `vs_text_submitbtn`, `vs_text_previousbtn`, `vs_text_nextbtn`, `cp_user_access`, `cp_user_access_settings`, `display_emails_endtime`, `rep_enable`, `rep_days`, `rep_hour`, `rep_emails`, `rep_subject`, `rep_emailformat`, `rep_message`, `cv_enable_captcha`, `cv_width`, `cv_height`, `cv_chars`, `cv_font`, `cv_min_font_size`, `cv_max_font_size`, `cv_noise`, `cv_noise_length`, `cv_background`, `cv_border`, `cv_text_enter_valid_captcha`) VALUES
(1, 'Solicitar servicio', '[[{\"form_identifier\":\"\",\"name\":\"fieldname1\",\"shortlabel\":\"\",\"index\":0,\"ftype\":\"fapp\",\"userhelp\":\"\",\"userhelpTooltip\":false,\"csslayout\":\"\",\"title\":\"Appointment\",\"services\":[{\"name\":\"Service 1\",\"price\":1,\"duration\":60}],\"openhours\":[{\"name\":\"Default\",\"openhours\":[{\"type\":\"all\",\"d\":\"\",\"h1\":8,\"m1\":0,\"h2\":17,\"m2\":0}]}],\"allOH\":[{\"name\":\"Default\",\"openhours\":[{\"type\":\"all\",\"d\":\"\",\"h1\":8,\"m1\":0,\"h2\":17,\"m2\":0}]}],\"dateFormat\":\"mm/dd/yy\",\"showDropdown\":false,\"dropdownRange\":\"-10:+10\",\"working_dates\":[true,true,true,true,true,true,true],\"numberOfMonths\":1,\"firstDay\":0,\"minDate\":\"0\",\"maxDate\":\"\",\"defaultDate\":\"\",\"invalidDates\":\"\",\"required\":true,\"fBuild\":{}},{\"form_identifier\":\"\",\"name\":\"email\",\"shortlabel\":\"\",\"index\":1,\"ftype\":\"femail\",\"userhelp\":\"\",\"userhelpTooltip\":false,\"csslayout\":\"\",\"title\":\"Email\",\"predefined\":\"\",\"predefinedClick\":false,\"required\":true,\"size\":\"medium\",\"equalTo\":\"\",\"fBuild\":{}}],[{\"title\":\"\",\"description\":\"\",\"formlayout\":\"top_aligned\",\"formtemplate\":\"\",\"evalequations\":1,\"autocomplete\":1}]]', '', 'mm/dd/yy', 'Booking', 'Pay later', '', '', 'vbarboza90@gmail.com', 'vbarboza90@gmail.com', 'Notification to administrator: Booking request received...', 'true', 'http://dacleanexpress.com', 'The following contact message has been sent:\n\n<%INFO%>\n\n', 'text', '', '', 'true', 'email', 'Confirmation: Your booking has been received...', 'Thank you for your message. We will reply you as soon as possible.\n\nThis is a copy of the data sent:\n\n<%INFO%>\n\nBest Regards.', 'text', '', 'Please select a max of  {0} appointments per customer.', 'This field is required.', 'Please enter a valid email address.', 'Please enter a valid date with this format(mm/dd/yyyy)', 'Please enter a valid date with this format(dd/mm/yyyy)', 'Please enter a valid number.', 'Please enter only digits.', 'Please enter a value less than or equal to {0}.', 'Please enter a value greater than or equal to {0}.', 'Page {0} of {0}', 'Submit', 'Previous', 'Next', NULL, '', '', 'no', '1', '0', '', 'Submissions report...', 'text', 'Attached you will find the data from the form submissions.', 'true', '180', '60', '5', 'font-1.ttf', '25', '35', '200', '4', 'ffffff', '000000', 'Please enter a valid captcha code.');

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

--
-- Estructura de tabla para la tabla `wp_cpappbk_messages`
--

CREATE TABLE `wp_cpappbk_messages` (
  `id` mediumint(9) NOT NULL,
  `formid` int(11) NOT NULL,
  `time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ipaddr` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `notifyto` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `data` mediumtext COLLATE utf8mb4_unicode_520_ci,
  `posted_data` mediumtext COLLATE utf8mb4_unicode_520_ci,
  `whoadded` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Estructura de tabla para la tabla `wp_duplicator_packages`
--

CREATE TABLE `wp_duplicator_packages` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `hash` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
  `status` int(11) NOT NULL,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `owner` varchar(60) COLLATE utf8_unicode_ci NOT NULL,
  `package` longtext COLLATE utf8_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Volcado de datos para la tabla `wp_duplicator_packages`
--

INSERT INTO `wp_duplicator_packages` (`id`, `name`, `hash`, `status`, `created`, `owner`, `package`) VALUES
(8, '20200727_dacleanexpress', '87fbe8f6672bfbfb4158_20200729022906', 100, '2020-07-29 02:29:24', 'unknown', 'O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2020-07-29 02:29:06\";s:7:\"Version\";s:6:\"1.3.36\";s:9:\"VersionWP\";s:5:\"5.3.4\";s:9:\"VersionDB\";s:6:\"5.6.41\";s:10:\"VersionPHP\";s:6:\"7.0.25\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";i:8;s:4:\"Name\";s:23:\"20200727_dacleanexpress\";s:4:\"Hash\";s:35:\"87fbe8f6672bfbfb4158_20200729022906\";s:8:\"NameHash\";s:59:\"20200727_dacleanexpress_87fbe8f6672bfbfb4158_20200729022906\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";s:69:\"20200727_dacleanexpress_87fbe8f6672bfbfb4158_20200729022906_scan.json\";s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";s:10:\"91.89 sec.\";s:7:\"ExeSize\";s:7:\"61.32KB\";s:7:\"ZipSize\";s:8:\"147.62MB\";s:6:\"Status\";s:5:\"100.0\";s:6:\"WPUser\";s:7:\"unknown\";s:7:\"Archive\";O:11:\"DUP_Archive\":23:{s:10:\"FilterDirs\";s:0:\"\";s:11:\"FilterFiles\";s:0:\"\";s:10:\"FilterExts\";s:0:\"\";s:13:\"FilterDirsAll\";a:0:{}s:14:\"FilterFilesAll\";a:0:{}s:13:\"FilterExtsAll\";a:0:{}s:8:\"FilterOn\";i:0;s:12:\"ExportOnlyDB\";i:0;s:4:\"File\";s:71:\"20200727_dacleanexpress_87fbe8f6672bfbfb4158_20200729022906_archive.zip\";s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:34:\"/home1/esnrpy5a/dacleanexpress.com\";s:4:\"Size\";i:154786346;s:4:\"Dirs\";a:0:{}s:5:\"Files\";a:0:{}s:10:\"FilterInfo\";O:23:\"DUP_Archive_Filter_Info\":8:{s:4:\"Dirs\";O:34:\"DUP_Archive_Filter_Scope_Directory\":5:{s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:5:\"Files\";O:29:\"DUP_Archive_Filter_Scope_File\":6:{s:4:\"Size\";a:0:{}s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:4:\"Exts\";O:29:\"DUP_Archive_Filter_Scope_Base\":3:{s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:9:\"UDirCount\";i:0;s:10:\"UFileCount\";i:0;s:9:\"UExtCount\";i:0;s:8:\"TreeSize\";a:0:{}s:11:\"TreeWarning\";a:0:{}}s:14:\"RecursiveLinks\";a:0:{}s:10:\"file_count\";i:12324;s:10:\"\0*\0Package\";r:1;s:29:\"\0DUP_Archive\0tmpFilterDirsAll\";a:0:{}s:24:\"\0DUP_Archive\0wpCorePaths\";a:5:{i:0;s:43:\"/home1/esnrpy5a/dacleanexpress.com/wp-admin\";i:1;s:53:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/uploads\";i:2;s:55:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/languages\";i:3;s:52:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/themes\";i:4;s:46:\"/home1/esnrpy5a/dacleanexpress.com/wp-includes\";}s:29:\"\0DUP_Archive\0wpCoreExactPaths\";a:2:{i:0;s:34:\"/home1/esnrpy5a/dacleanexpress.com\";i:1;s:45:\"/home1/esnrpy5a/dacleanexpress.com/wp-content\";}s:19:\"isOuterWPContentDir\";b:0;s:25:\"wpContentDirNormalizePath\";s:46:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/\";}s:9:\"Installer\";O:13:\"DUP_Installer\":11:{s:4:\"File\";s:73:\"20200727_dacleanexpress_87fbe8f6672bfbfb4158_20200729022906_installer.php\";s:4:\"Size\";i:62793;s:10:\"OptsDBHost\";s:0:\"\";s:10:\"OptsDBPort\";s:0:\"\";s:10:\"OptsDBName\";s:0:\"\";s:10:\"OptsDBUser\";s:0:\"\";s:12:\"OptsSecureOn\";i:0;s:14:\"OptsSecurePass\";s:0:\"\";s:13:\"numFilesAdded\";i:0;s:12:\"numDirsAdded\";i:0;s:10:\"\0*\0Package\";r:1;}s:8:\"Database\";O:12:\"DUP_Database\":15:{s:4:\"Type\";s:5:\"MySQL\";s:4:\"Size\";i:7363785;s:4:\"File\";s:72:\"20200727_dacleanexpress_87fbe8f6672bfbfb4158_20200729022906_database.sql\";s:4:\"Path\";N;s:12:\"FilterTables\";s:0:\"\";s:8:\"FilterOn\";i:0;s:4:\"Name\";N;s:10:\"Compatible\";s:0:\"\";s:8:\"Comments\";s:52:\"Percona Server (GPL), Release 84.1, Revision b308619\";s:4:\"info\";O:16:\"DUP_DatabaseInfo\":15:{s:9:\"buildMode\";s:9:\"MYSQLDUMP\";s:13:\"collationList\";a:3:{i:0;s:15:\"utf8_general_ci\";i:1;s:22:\"utf8mb4_unicode_520_ci\";i:2;s:15:\"utf8_unicode_ci\";}s:17:\"isTablesUpperCase\";i:0;s:15:\"isNameUpperCase\";i:0;s:4:\"name\";s:23:\"esnrpy5a_dacleanexpress\";s:15:\"tablesBaseCount\";i:101;s:16:\"tablesFinalCount\";i:101;s:14:\"tablesRowCount\";s:6:\"19,932\";s:16:\"tablesSizeOnDisk\";s:6:\"8.99MB\";s:18:\"varLowerCaseTables\";s:1:\"0\";s:7:\"version\";s:6:\"5.6.41\";s:14:\"versionComment\";s:52:\"Percona Server (GPL), Release 84.1, Revision b308619\";s:18:\"tableWiseRowCounts\";a:101:{s:14:\"wp_arcontactus\";s:1:\"9\";s:23:\"wp_arcontactus_callback\";s:1:\"0\";s:21:\"wp_arcontactus_prompt\";s:1:\"3\";s:21:\"wp_bmify_appointments\";s:1:\"0\";s:30:\"wp_bmify_business_hours_breaks\";s:1:\"0\";s:19:\"wp_bmify_categories\";s:1:\"1\";s:16:\"wp_bmify_coupons\";s:1:\"0\";s:21:\"wp_bmify_coupons_used\";s:1:\"0\";s:30:\"wp_bmify_customer_appointments\";s:1:\"0\";s:37:\"wp_bmify_customer_appointments_extras\";s:1:\"0\";s:18:\"wp_bmify_customers\";s:1:\"0\";s:21:\"wp_bmify_customfields\";s:1:\"0\";s:15:\"wp_bmify_dayoff\";s:1:\"0\";s:32:\"wp_bmify_employee_business_hours\";s:1:\"0\";s:39:\"wp_bmify_employee_business_hours_breaks\";s:1:\"0\";s:27:\"wp_bmify_employee_locations\";s:1:\"0\";s:26:\"wp_bmify_employee_services\";s:1:\"0\";s:18:\"wp_bmify_employees\";s:1:\"0\";s:23:\"wp_bmify_extra_services\";s:1:\"0\";s:18:\"wp_bmify_locations\";s:1:\"0\";s:22:\"wp_bmify_notifications\";s:2:\"32\";s:27:\"wp_bmify_notifications_sent\";s:1:\"0\";s:17:\"wp_bmify_payments\";s:1:\"0\";s:17:\"wp_bmify_services\";s:1:\"0\";s:23:\"wp_bmify_services_taxes\";s:1:\"0\";s:19:\"wp_bmify_shortcodes\";s:1:\"0\";s:14:\"wp_bmify_taxes\";s:1:\"0\";s:14:\"wp_commentmeta\";s:1:\"0\";s:11:\"wp_comments\";s:1:\"0\";s:16:\"wp_cpappbk_forms\";s:1:\"1\";s:19:\"wp_cpappbk_messages\";s:1:\"0\";s:22:\"wp_duplicator_packages\";s:1:\"1\";s:11:\"wp_eg_grids\";s:1:\"3\";s:19:\"wp_eg_item_elements\";s:1:\"0\";s:16:\"wp_eg_item_skins\";s:2:\"61\";s:22:\"wp_eg_navigation_skins\";s:2:\"16\";s:16:\"wp_ewwwio_images\";s:3:\"556\";s:15:\"wp_ewwwio_queue\";s:1:\"0\";s:23:\"wp_gf_draft_submissions\";s:1:\"0\";s:11:\"wp_gf_entry\";s:2:\"34\";s:16:\"wp_gf_entry_meta\";s:3:\"432\";s:17:\"wp_gf_entry_notes\";s:2:\"34\";s:10:\"wp_gf_form\";s:1:\"5\";s:15:\"wp_gf_form_meta\";s:1:\"5\";s:20:\"wp_gf_form_revisions\";s:1:\"0\";s:15:\"wp_gf_form_view\";s:3:\"510\";s:8:\"wp_links\";s:1:\"0\";s:10:\"wp_options\";s:3:\"791\";s:11:\"wp_postmeta\";s:4:\"1662\";s:8:\"wp_posts\";s:3:\"433\";s:16:\"wp_revslider_css\";s:3:\"112\";s:29:\"wp_revslider_layer_animations\";s:1:\"0\";s:24:\"wp_revslider_navigations\";s:1:\"0\";s:20:\"wp_revslider_sliders\";s:1:\"1\";s:19:\"wp_revslider_slides\";s:1:\"2\";s:26:\"wp_revslider_static_slides\";s:1:\"1\";s:21:\"wp_term_relationships\";s:3:\"122\";s:16:\"wp_term_taxonomy\";s:2:\"40\";s:11:\"wp_termmeta\";s:2:\"30\";s:8:\"wp_terms\";s:2:\"40\";s:11:\"wp_usermeta\";s:3:\"122\";s:8:\"wp_users\";s:1:\"3\";s:18:\"wp_wc_download_log\";s:1:\"0\";s:25:\"wp_wc_product_meta_lookup\";s:1:\"0\";s:22:\"wp_wc_tax_rate_classes\";s:1:\"2\";s:14:\"wp_wc_webhooks\";s:1:\"0\";s:17:\"wp_wfblockediplog\";s:2:\"10\";s:12:\"wp_wfblocks7\";s:1:\"0\";s:11:\"wp_wfconfig\";s:3:\"258\";s:13:\"wp_wfcrawlers\";s:2:\"10\";s:16:\"wp_wffilechanges\";s:1:\"0\";s:13:\"wp_wffilemods\";s:4:\"6733\";s:9:\"wp_wfhits\";s:2:\"58\";s:11:\"wp_wfhoover\";s:1:\"0\";s:11:\"wp_wfissues\";s:2:\"12\";s:18:\"wp_wfknownfilelist\";s:4:\"6733\";s:21:\"wp_wflivetraffichuman\";s:1:\"0\";s:9:\"wp_wflocs\";s:1:\"2\";s:11:\"wp_wflogins\";s:2:\"60\";s:19:\"wp_wfls_2fa_secrets\";s:1:\"0\";s:16:\"wp_wfls_settings\";s:2:\"19\";s:18:\"wp_wfnotifications\";s:1:\"8\";s:18:\"wp_wfpendingissues\";s:1:\"0\";s:17:\"wp_wfreversecache\";s:1:\"3\";s:14:\"wp_wfsnipcache\";s:1:\"0\";s:11:\"wp_wfstatus\";s:3:\"955\";s:17:\"wp_wftrafficrates\";s:1:\"0\";s:23:\"wp_woocommerce_api_keys\";s:1:\"0\";s:35:\"wp_woocommerce_attribute_taxonomies\";s:1:\"0\";s:47:\"wp_woocommerce_downloadable_product_permissions\";s:1:\"0\";s:18:\"wp_woocommerce_log\";s:1:\"0\";s:29:\"wp_woocommerce_order_itemmeta\";s:1:\"9\";s:26:\"wp_woocommerce_order_items\";s:1:\"1\";s:32:\"wp_woocommerce_payment_tokenmeta\";s:1:\"0\";s:29:\"wp_woocommerce_payment_tokens\";s:1:\"0\";s:23:\"wp_woocommerce_sessions\";s:1:\"0\";s:38:\"wp_woocommerce_shipping_zone_locations\";s:1:\"0\";s:36:\"wp_woocommerce_shipping_zone_methods\";s:1:\"0\";s:29:\"wp_woocommerce_shipping_zones\";s:1:\"0\";s:33:\"wp_woocommerce_tax_rate_locations\";s:1:\"0\";s:24:\"wp_woocommerce_tax_rates\";s:1:\"0\";}s:33:\"\0DUP_DatabaseInfo\0intFieldsStruct\";a:0:{}s:42:\"\0DUP_DatabaseInfo\0indexProcessedSchemaSize\";a:0:{}}s:10:\"\0*\0Package\";r:1;s:24:\"\0DUP_Database\0tempDbPath\";s:124:\"/home1/esnrpy5a/dacleanexpress.com/wp-snapshots/tmp/20200727_dacleanexpress_87fbe8f6672bfbfb4158_20200729022906_database.sql\";s:23:\"\0DUP_Database\0EOFMarker\";s:0:\"\";s:26:\"\0DUP_Database\0networkFlush\";b:0;s:19:\"sameNameTableExists\";b:0;}s:13:\"BuildProgress\";O:18:\"DUP_Build_Progress\":12:{s:17:\"thread_start_time\";N;s:11:\"initialized\";b:0;s:15:\"installer_built\";b:1;s:15:\"archive_started\";b:0;s:20:\"archive_has_database\";b:0;s:13:\"archive_built\";b:0;s:21:\"database_script_built\";b:0;s:6:\"failed\";b:0;s:7:\"retries\";i:0;s:14:\"build_failures\";a:0:{}s:19:\"validation_failures\";a:0:{}s:27:\"\0DUP_Build_Progress\0package\";O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2020-07-29 02:29:06\";s:7:\"Version\";s:6:\"1.3.36\";s:9:\"VersionWP\";s:5:\"5.3.4\";s:9:\"VersionDB\";s:6:\"5.6.41\";s:10:\"VersionPHP\";s:6:\"7.0.25\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:23:\"20200727_dacleanexpress\";s:4:\"Hash\";s:35:\"87fbe8f6672bfbfb4158_20200729022906\";s:8:\"NameHash\";s:59:\"20200727_dacleanexpress_87fbe8f6672bfbfb4158_20200729022906\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";N;s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";r:21;s:9:\"Installer\";r:74;s:8:\"Database\";r:86;s:13:\"BuildProgress\";r:221;}}}');

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

--
-- Estructura de tabla para la tabla `wp_eg_grids`
--

CREATE TABLE `wp_eg_grids` (
  `id` mediumint(6) NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `handle` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `postparams` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `params` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `layers` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_520_ci,
  `last_modified` datetime DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wp_eg_grids`
--

INSERT INTO `wp_eg_grids` (`id`, `name`, `handle`, `postparams`, `params`, `layers`, `settings`, `last_modified`) VALUES
(1, 'Masonry', 'Masonry', '{\"source-type\":\"post\",\"post_types\":\"post\",\"post_category\":\"category_20\",\"category-relation\":\"OR\",\"additional-query\":\"\",\"selected_pages\":\"\",\"max_entries\":\"-1\",\"media-source-order\":[\"featured-image\"],\"default-image\":\"0\",\"image-source-type\":\"full\"}', '{\"layout-sizing\":\"boxed\",\"fullscreen-offset-container\":\"\",\"layout\":\"masonry\",\"content-push\":\"off\",\"x-ratio\":\"4\",\"y-ratio\":\"3\",\"rtl\":\"off\",\"use-cobbles-pattern\":\"off\",\"columns-advanced\":\"off\",\"columns-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns-width\":[\"1400\",\"1170\",\"1024\",\"960\",\"778\",\"640\",\"480\"],\"columns\":[\"3\",\"3\",\"3\",\"3\",\"3\",\"3\",\"1\"],\"rows-unlimited\":\"on\",\"rows\":\"3\",\"load-more\":\"button\",\"load-more-text\":\"Load More\",\"load-more-show-number\":\"on\",\"load-more-start\":\"9\",\"load-more-amount\":\"3\",\"lazy-loading\":\"off\",\"lazy-load-color\":\"#FFFFFF\",\"0\":\"\",\"spacings\":\"3\",\"grid-padding\":[\"0\",\"0\",\"0\",\"0\"],\"main-background-color\":\"transparent\",\"navigation-skin\":\"minimal-light\",\"entry-skin\":\"1\",\"grid-animation\":\"fade\",\"grid-animation-speed\":\"1000\",\"grid-animation-delay\":\"1\",\"hover-animation-delay\":\"1\",\"top-1-align\":\"center\",\"top-1-margin-bottom\":\"0\",\"top-2-align\":\"center\",\"top-2-margin-bottom\":\"0\",\"bottom-1-align\":\"center\",\"bottom-1-margin-top\":\"0\",\"bottom-2-align\":\"center\",\"bottom-2-margin-top\":\"0\",\"left-margin-left\":\"0\",\"right-margin-right\":\"0\",\"module-spacings\":\"5\",\"pagination-numbers\":\"smart\",\"pagination-scroll\":\"off\",\"pagination-scroll-offset\":\"0\",\"filter-arrows\":\"single\",\"filter-logic\":\"or\",\"filter-start\":\"\",\"filter-show-on\":\"hover\",\"filter-all-text\":\"Filter - All\",\"filter-listing\":\"list\",\"filter-dropdown-text\":\"Filter Categories\",\"filter-counter\":\"off\",\"filter-selected\":[\"category_20\"],\"sort-by-text\":\"Sort By \",\"sorting-order-by\":\"date\",\"sorting-order-by-start\":\"none\",\"sorting-order-by-start-meta\":\"\",\"sorting-order-type\":\"ASC\",\"search-text\":\"Search...\",\"poster-source-order\":[\"featured-image\"],\"lb-source-order\":[\"featured-image\"],\"lightbox-mode\":\"single\",\"lightbox-exclude-media\":\"off\",\"lightbox-type\":\"null\",\"lightbox-position\":\"bottom\",\"lightbox-twitter\":\"off\",\"lightbox-facebook\":\"off\",\"lbox-inpadding\":[\"0\",\"0\",\"0\",\"0\"],\"lbox-padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-effect-open-close\":\"fade\",\"lightbox-effect-open-close-speed\":\"normal\",\"lightbox-effect-next-prev\":\"fade\",\"lightbox-effect-next-prev-speed\":\"normal\",\"lightbox-arrows\":\"on\",\"lightbox-thumbs\":\"off\",\"lbox-thumb-w\":\"50\",\"lbox-thumb-h\":\"50\",\"aj-source-order\":[\"post-content\"],\"ajax-container-id\":\"ess-grid-ajax-container-\",\"ajax-container-position\":\"top\",\"ajax-scroll-onload\":\"on\",\"ajax-scrollto-offset\":\"0\",\"ajax-close-button\":\"off\",\"ajax-button-text\":\"Close\",\"ajax-nav-button\":\"off\",\"ajax-button-skin\":\"light\",\"ajax-button-type\":\"type1\",\"ajax-button-inner\":\"false\",\"ajax-button-h-pos\":\"r\",\"ajax-button-v-pos\":\"t\",\"ajax-container-pre\":\"\",\"ajax-container-post\":\"\",\"ajax-container-css\":\"\",\"ajax-callback\":\"\",\"ajax-callback-arg\":\"false\",\"ajax-css-url\":\"\",\"ajax-js-url\":\"\",\"use-spinner\":\"0\",\"spinner-color\":\"#FFFFFF\",\"hide-markup-before-load\":\"off\",\"custom-javascript\":\"\",\"cookie-save-time\":\"30\",\"cookie-save-search\":\"off\",\"cookie-save-filter\":\"off\",\"cookie-save-pagination\":\"off\",\"css-id\":\"\"}', '[]', NULL, NULL),
(2, 'Grid', 'grid', '{\"source-type\":\"post\",\"post_types\":\"post\",\"post_category\":\"category_20\",\"category-relation\":\"OR\",\"additional-query\":\"\",\"selected_pages\":\"\",\"max_entries\":\"-1\",\"media-source-order\":[\"featured-image\"],\"default-image\":\"0\",\"image-source-type\":\"full\"}', '{\"layout-sizing\":\"boxed\",\"fullscreen-offset-container\":\"\",\"layout\":\"even\",\"content-push\":\"off\",\"x-ratio\":\"4\",\"y-ratio\":\"3\",\"rtl\":\"off\",\"use-cobbles-pattern\":\"off\",\"columns-advanced\":\"off\",\"columns-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns-width\":[\"1400\",\"1170\",\"1024\",\"960\",\"778\",\"640\",\"480\"],\"columns\":[\"3\",\"3\",\"3\",\"3\",\"3\",\"3\",\"1\"],\"rows-unlimited\":\"on\",\"rows\":\"3\",\"load-more\":\"button\",\"load-more-text\":\"Load More\",\"load-more-show-number\":\"on\",\"load-more-start\":\"9\",\"load-more-amount\":\"3\",\"lazy-loading\":\"off\",\"lazy-load-color\":\"#FFFFFF\",\"0\":\"\",\"spacings\":\"3\",\"grid-padding\":[\"0\",\"0\",\"0\",\"0\"],\"main-background-color\":\"transparent\",\"navigation-skin\":\"minimal-light\",\"entry-skin\":\"1\",\"grid-animation\":\"fade\",\"grid-animation-speed\":\"1000\",\"grid-animation-delay\":\"1\",\"hover-animation-delay\":\"1\",\"top-1-align\":\"center\",\"top-1-margin-bottom\":\"0\",\"top-2-align\":\"center\",\"top-2-margin-bottom\":\"0\",\"bottom-1-align\":\"center\",\"bottom-1-margin-top\":\"0\",\"bottom-2-align\":\"center\",\"bottom-2-margin-top\":\"0\",\"left-margin-left\":\"0\",\"right-margin-right\":\"0\",\"module-spacings\":\"5\",\"pagination-numbers\":\"smart\",\"pagination-scroll\":\"off\",\"pagination-scroll-offset\":\"0\",\"filter-arrows\":\"single\",\"filter-logic\":\"or\",\"filter-start\":\"\",\"filter-show-on\":\"hover\",\"filter-all-text\":\"Filter - All\",\"filter-listing\":\"list\",\"filter-dropdown-text\":\"Filter Categories\",\"filter-counter\":\"off\",\"filter-selected\":[\"category_20\"],\"sort-by-text\":\"Sort By \",\"sorting-order-by\":\"date\",\"sorting-order-by-start\":\"none\",\"sorting-order-by-start-meta\":\"\",\"sorting-order-type\":\"ASC\",\"search-text\":\"Search...\",\"poster-source-order\":[\"featured-image\"],\"lb-source-order\":[\"featured-image\"],\"lightbox-mode\":\"single\",\"lightbox-exclude-media\":\"off\",\"lightbox-type\":\"null\",\"lightbox-position\":\"bottom\",\"lightbox-twitter\":\"off\",\"lightbox-facebook\":\"off\",\"lbox-inpadding\":[\"0\",\"0\",\"0\",\"0\"],\"lbox-padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-effect-open-close\":\"fade\",\"lightbox-effect-open-close-speed\":\"normal\",\"lightbox-effect-next-prev\":\"fade\",\"lightbox-effect-next-prev-speed\":\"normal\",\"lightbox-arrows\":\"on\",\"lightbox-thumbs\":\"off\",\"lbox-thumb-w\":\"50\",\"lbox-thumb-h\":\"50\",\"aj-source-order\":[\"post-content\"],\"ajax-container-id\":\"ess-grid-ajax-container-\",\"ajax-container-position\":\"top\",\"ajax-scroll-onload\":\"on\",\"ajax-scrollto-offset\":\"0\",\"ajax-close-button\":\"off\",\"ajax-button-text\":\"Close\",\"ajax-nav-button\":\"off\",\"ajax-button-skin\":\"light\",\"ajax-button-type\":\"type1\",\"ajax-button-inner\":\"false\",\"ajax-button-h-pos\":\"r\",\"ajax-button-v-pos\":\"t\",\"ajax-container-pre\":\"\",\"ajax-container-post\":\"\",\"ajax-container-css\":\"\",\"ajax-callback\":\"\",\"ajax-callback-arg\":\"false\",\"ajax-css-url\":\"\",\"ajax-js-url\":\"\",\"use-spinner\":\"0\",\"spinner-color\":\"#FFFFFF\",\"hide-markup-before-load\":\"off\",\"custom-javascript\":\"\",\"cookie-save-time\":\"30\",\"cookie-save-search\":\"off\",\"cookie-save-filter\":\"off\",\"cookie-save-pagination\":\"off\",\"css-id\":\"\"}', '[]', NULL, NULL),
(3, 'Cobbles', 'Cobbles', '{\"source-type\":\"post\",\"post_types\":\"post\",\"post_category\":\"category_20\",\"category-relation\":\"OR\",\"additional-query\":\"\",\"selected_pages\":\"\",\"max_entries\":\"-1\",\"media-source-order\":[\"featured-image\"],\"default-image\":\"0\",\"image-source-type\":\"full\"}', '{\"layout-sizing\":\"boxed\",\"fullscreen-offset-container\":\"\",\"layout\":\"cobbles\",\"content-push\":\"off\",\"x-ratio\":\"4\",\"y-ratio\":\"3\",\"rtl\":\"off\",\"use-cobbles-pattern\":\"off\",\"columns-advanced\":\"off\",\"columns-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns-width\":[\"1400\",\"1170\",\"1024\",\"960\",\"778\",\"640\",\"480\"],\"columns\":[\"3\",\"3\",\"3\",\"3\",\"3\",\"3\",\"1\"],\"rows-unlimited\":\"off\",\"rows\":\"3\",\"load-more\":\"button\",\"load-more-text\":\"Load More\",\"load-more-show-number\":\"on\",\"load-more-start\":\"9\",\"load-more-amount\":\"3\",\"lazy-loading\":\"off\",\"lazy-load-color\":\"#FFFFFF\",\"0\":\"\",\"spacings\":\"3\",\"grid-padding\":[\"0\",\"0\",\"0\",\"0\"],\"main-background-color\":\"transparent\",\"navigation-skin\":\"minimal-light\",\"entry-skin\":\"1\",\"grid-animation\":\"fade\",\"grid-animation-speed\":\"1000\",\"grid-animation-delay\":\"1\",\"hover-animation-delay\":\"1\",\"top-1-align\":\"center\",\"top-1-margin-bottom\":\"0\",\"top-2-align\":\"center\",\"top-2-margin-bottom\":\"0\",\"bottom-1-align\":\"center\",\"bottom-1-margin-top\":\"0\",\"bottom-2-align\":\"center\",\"bottom-2-margin-top\":\"0\",\"left-margin-left\":\"0\",\"right-margin-right\":\"0\",\"module-spacings\":\"5\",\"pagination-numbers\":\"smart\",\"pagination-scroll\":\"off\",\"pagination-scroll-offset\":\"0\",\"filter-arrows\":\"single\",\"filter-logic\":\"or\",\"filter-start\":\"\",\"filter-show-on\":\"hover\",\"filter-all-text\":\"Filter - All\",\"filter-listing\":\"list\",\"filter-dropdown-text\":\"Filter Categories\",\"filter-counter\":\"off\",\"filter-selected\":[\"category_20\"],\"sort-by-text\":\"Sort By \",\"sorting-order-by\":\"date\",\"sorting-order-by-start\":\"none\",\"sorting-order-by-start-meta\":\"\",\"sorting-order-type\":\"ASC\",\"search-text\":\"Search...\",\"poster-source-order\":[\"featured-image\"],\"lb-source-order\":[\"featured-image\"],\"lightbox-mode\":\"single\",\"lightbox-exclude-media\":\"off\",\"lightbox-type\":\"null\",\"lightbox-position\":\"bottom\",\"lightbox-twitter\":\"off\",\"lightbox-facebook\":\"off\",\"lbox-inpadding\":[\"0\",\"0\",\"0\",\"0\"],\"lbox-padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-effect-open-close\":\"fade\",\"lightbox-effect-open-close-speed\":\"normal\",\"lightbox-effect-next-prev\":\"fade\",\"lightbox-effect-next-prev-speed\":\"normal\",\"lightbox-arrows\":\"on\",\"lightbox-thumbs\":\"off\",\"lbox-thumb-w\":\"50\",\"lbox-thumb-h\":\"50\",\"aj-source-order\":[\"post-content\"],\"ajax-container-id\":\"ess-grid-ajax-container-\",\"ajax-container-position\":\"top\",\"ajax-scroll-onload\":\"on\",\"ajax-scrollto-offset\":\"0\",\"ajax-close-button\":\"off\",\"ajax-button-text\":\"Close\",\"ajax-nav-button\":\"off\",\"ajax-button-skin\":\"light\",\"ajax-button-type\":\"type1\",\"ajax-button-inner\":\"false\",\"ajax-button-h-pos\":\"r\",\"ajax-button-v-pos\":\"t\",\"ajax-container-pre\":\"\",\"ajax-container-post\":\"\",\"ajax-container-css\":\"\",\"ajax-callback\":\"\",\"ajax-callback-arg\":\"false\",\"ajax-css-url\":\"\",\"ajax-js-url\":\"\",\"use-spinner\":\"0\",\"spinner-color\":\"#FFFFFF\",\"hide-markup-before-load\":\"off\",\"custom-javascript\":\"\",\"cookie-save-time\":\"30\",\"cookie-save-search\":\"off\",\"cookie-save-filter\":\"off\",\"cookie-save-pagination\":\"off\",\"css-id\":\"\"}', '[]', NULL, NULL);

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

--
-- Estructura de tabla para la tabla `wp_eg_item_elements`
--

CREATE TABLE `wp_eg_item_elements` (
  `id` mediumint(6) NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `handle` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `settings` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Estructura de tabla para la tabla `wp_eg_item_skins`
--

CREATE TABLE `wp_eg_item_skins` (
  `id` mediumint(6) NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `handle` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `params` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `layers` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_520_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wp_eg_item_skins`
--

INSERT INTO `wp_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(1, 'Washington', 'washington', '{\"eg-item-skin-element-last-id\":\"9\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.65)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#3f424a\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"css\":\"\",\"css-hover\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"delay\":\"20\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"css\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"css-hover\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"8\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL),
(2, 'Adams', 'adams', '{\"eg-item-skin-element-last-id\":\"8\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(137,175,114,1)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"transparent\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"10\",\"cover-animation-center\":\"flipleft\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"turnout\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"css\":\".eg-adams-element-0{}\",\"css-hover\":\".eg-adams-element-0{}\",\"transition-type\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"20\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"css\":\".eg-adams-element-3{}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-adams-element-3{}\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"7\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\".eg-adams-element-5{}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-adams-element-5{}\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"words\",\"limit-num\":\"6\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-post\":\"excerpt\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"8\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]', NULL),
(3, 'Jefferson', 'jefferson', '{\"eg-item-skin-element-last-id\":\"8\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(227,58,12,1)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fliphorizontal\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"fliphorizontalout\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#e33a0c\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"46\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#e33a0c\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"delay\":\"50\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"17\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"60\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"6\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"1\",\"5\",\"1\",\"5\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"3\",\"3\",\"3\",\"3\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"12\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"3\",\"3\",\"3\",\"3\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"70\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\"   \",\"limit-type\":\"words\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-post\":\"cat_list\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},{\"id\":\"7\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"8\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL);
INSERT INTO `wp_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(4, 'Madison', 'madison', '{\"eg-item-skin-element-last-id\":\"7\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(88,92,103,1)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#585c67\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"flipvertical\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"flipverticalout\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"19\",\"19\",\"19\",\"19\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"50\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"19\",\"19\",\"19\",\"19\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"35\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"35\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"7\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"delay\":\"45\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"words\",\"limit-num\":\"6\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"excerpt\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"6\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL),
(5, 'ESGBlankSkin', 'esgblankskin', '{\"eg-item-skin-element-last-id\":\"0\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"splitted-item\":\"none\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0, 0, 0, 0)\",\"cover-always-visible-desktop\":\"false\",\"cover-always-visible-mobile\":\"false\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"rgba(255, 255, 255, 0)\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"rgba(255, 255, 255, 0)\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"none\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"element-hover-image\":\"false\",\"hover-image-animation\":\"fade\",\"hover-image-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"none\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}', '[]', NULL),
(6, 'FlickrStream', 'flickrstream', '{\"eg-item-skin-element-last-id\":\"19\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.50)\",\"0\":\"Default\",\"cover-always-visible-desktop\":\"\",\"cover-always-visible-mobile\":\"\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#222222\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#222222\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"link-set-to\":\"cover\",\"link-link-type\":\"lightbox\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}', '[{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"right\",\"clear\":\"none\",\"margin\":[\"0\",\"15\",\"10\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"css\":\"\",\"css-hover\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"\",\"source-icon\":\"eg-icon-link\"}},\"\",{\"id\":\"15\",\"order\":\"1\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"15\",\"20\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"source-post\":\"title\"}},\"\",{\"id\":\"17\",\"order\":\"2\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"15\",\"20\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"<i class=\\\"eg-icon-star-empty\\\"><\\/i> %favorites%\"}},{\"id\":\"19\",\"order\":\"3\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"source-text-style-disable\":\"\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"rgba(255,255,255,0.5)\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"15\",\"20\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_self\",\"tag-type\":\"div\",\"force-important\":\"true\",\"facebook-sharing-link\":\"site\",\"facebook-link-url\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"by %author_name%\"}}]', NULL),
(7, 'FacebookStream', 'facebookstream', '{\"eg-item-skin-element-last-id\":\"33\",\"choose-layout\":\"masonry\",\"show-content\":\"top\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,88,153,0.65)\",\"0\":\"Default\",\"cover-always-visible-desktop\":\"\",\"cover-always-visible-mobile\":\"\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"26\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"none\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"14\",\"line-height\":\"22\",\"color\":\"#363839\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"20\",\"line-height-hover\":\"25\",\"color-hover\":\"#13c0df\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"\",\"source-post\":\"title\"}},{\"id\":\"25\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"3\",\"10\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"true\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"\",\"source-text\":\"SHOW IMAGE\"}},{\"id\":\"28\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"5\"],\"padding\":[\"5\",\"10\",\"3\",\"10\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"true\",\"source-text\":\"PLAY VIDEO\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"14\",\"line-height\":\"22\",\"color\":\"#365899\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"10\",\"15\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"14\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"show-on-lightbox-video\":\"\",\"source-text\":\"<i class=\\\"eg-icon-thumbs-up-alt\\\" style=\\\"background:#365899;color:#fff;float:left;width:23px;height:23px;font-size:12px;text-align:center;border-radius:14px;margin-right:5px;\\\"><\\/i> %likes_short%\"}},{\"id\":\"33\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"14\",\"line-height\":\"22\",\"color\":\"#90949c\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"14\",\"line-height-hover\":\"22\",\"color-hover\":\"#7f7f7f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"skewleft\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"<i class=\\\"eg-icon-calendar-empty\\\" style=\\\"background:#90949c;color:#fff;float:left;width:23px;height:23px;font-size:12px;text-align:center;border-radius:14px;margin-right:5px;\\\"><\\/i> %date%\"}}]', NULL);
INSERT INTO `wp_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(8, 'YoutubeStream', 'youtubestream', '{\"eg-item-skin-element-last-id\":\"35\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.65)\",\"0\":\"Default\",\"cover-always-visible-desktop\":\"\",\"cover-always-visible-mobile\":\"\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"20\",\"20\",\"20\",\"20\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"link-set-to\":\"cover\",\"link-link-type\":\"lightbox\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"14\",\"line-height\":\"19\",\"color\":\"#167ac6\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"14\",\"line-height-hover\":\"19\",\"color-hover\":\"#167ac6\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"underline\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"\",\"source-post\":\"title\"}},{\"id\":\"25\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"\",\"font-size\":\"60\",\"line-height\":\"60\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"60\",\"line-height-hover\":\"60\",\"color-hover\":\"rgba(255,255,255,0.85)\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"zoomback\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"true\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"source-icon\":\"eg-icon-play\"}},{\"id\":\"33\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"chars\",\"limit-num\":\"100\",\"enable-hover\":\"\",\"font-size\":\"14\",\"line-height\":\"22\",\"color\":\"#90949c\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"14\",\"line-height-hover\":\"22\",\"color-hover\":\"#7f7f7f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"skewleft\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"%views_short% views\"}},{\"id\":\"34\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"source-text-style-disable\":\"\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"12\",\"color\":\"#90949c\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"5\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"22\",\"color-hover\":\"#e81c4f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"none\",\"transition-type\":\"\",\"delay\":\"34\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_blank\",\"tag-type\":\"div\",\"force-important\":\"true\",\"facebook-sharing-link\":\"\",\"facebook-link-url\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"<i class=\\\"eg-icon-thumbs-up-1\\\"><\\/i>%likes_short%\"}},{\"id\":\"35\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"source-text-style-disable\":\"\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"12\",\"color\":\"#90949c\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"5\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"22\",\"color-hover\":\"#e81c4f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"none\",\"transition-type\":\"\",\"delay\":\"34\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_blank\",\"tag-type\":\"div\",\"force-important\":\"true\",\"facebook-sharing-link\":\"site\",\"facebook-link-url\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"<i class=\\\"eg-icon-thumbs-down\\\"><\\/i>%dislikes_short%\"}}]', NULL),
(9, 'TwitterStream', 'twitterstream', '{\"eg-item-skin-element-last-id\":\"38\",\"choose-layout\":\"masonry\",\"show-content\":\"top\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(41,47,51,0.20)\",\"0\":\"Default\",\"cover-always-visible-desktop\":\"\",\"cover-always-visible-mobile\":\"\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"30\",\"30\",\"30\",\"30\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"20\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"zoomtodefault\",\"media-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"none\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}', '[{\"id\":\"25\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"30\",\"line-height\":\"30\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"30\",\"line-height-hover\":\"30\",\"color-hover\":\"rgba(255,255,255,0.85)\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"true\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"\",\"source-icon\":\"eg-icon-search\"}},{\"id\":\"37\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"source-text-style-disable\":\"\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"10\",\"15\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"22\",\"color-hover\":\"#e81c4f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"slideshortup\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_blank\",\"tag-type\":\"div\",\"force-important\":\"true\",\"facebook-sharing-link\":\"\",\"facebook-link-url\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"@%author_name%\"}},{\"id\":\"35\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"limit-type\":\"none\",\"limit-num\":\"40\",\"enable-hover\":\"on\",\"font-size\":\"26\",\"line-height\":\"32\",\"color\":\"#292f33\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"10\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"26\",\"line-height-hover\":\"32\",\"color-hover\":\"#0084b4\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"underline\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"none\",\"transition-type\":\"\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-lightbox-video\":\"\",\"source-post\":\"title\"}},{\"settings\":\"\"},{\"id\":\"33\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#aab8c2\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"15\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"22\",\"color-hover\":\"#19cf68\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"skewleft\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"sharetwitter\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-text\":\"<i class=\\\"eg-icon-shuffle-1\\\"><\\/i> %retweets%\"}},{\"id\":\"36\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"source-text-style-disable\":\"\",\"enable-hover\":\"on\",\"font-size\":\"30\",\"line-height\":\"30\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"30\",\"line-height-hover\":\"30\",\"color-hover\":\"rgba(255,255,255,0.85)\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_self\",\"tag-type\":\"div\",\"force-important\":\"true\",\"facebook-sharing-link\":\"\",\"facebook-link-url\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"show-on-lightbox-video\":\"true\",\"source-icon\":\"eg-icon-play\"}},{\"id\":\"3\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#aab8c2\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"15\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"22\",\"color-hover\":\"#e81c4f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"<i class=\\\"eg-icon-heart\\\"><\\/i> %likes%\"}}]', NULL),
(10, 'VimeoStream', 'vimeostream', '{\"eg-item-skin-element-last-id\":\"34\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.65)\",\"0\":\"Default\",\"cover-always-visible-desktop\":\"\",\"cover-always-visible-mobile\":\"\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"20\",\"20\",\"20\",\"20\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"lightbox\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"24\",\"line-height\":\"28\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"24\",\"line-height-hover\":\"28\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"source-post\":\"title\"}},{\"id\":\"34\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"3\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"12\",\"color\":\"rgba(255,255,255,0.5)\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"10\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"slideshortup\",\"transition-type\":\"\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"source-text\":\"%duration%\"}},{\"id\":\"33\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"chars\",\"limit-num\":\"100\",\"enable-hover\":\"\",\"font-size\":\"18\",\"line-height\":\"22\",\"color\":\"#99aabc\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"18\",\"line-height-hover\":\"22\",\"color-hover\":\"#99aabc\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"by %author_name%\"}},{\"id\":\"25\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"14\",\"line-height\":\"40\",\"color\":\"#44bbff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"30\",\"0\",\"30\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"4\",\"4\",\"4\",\"4\"],\"border-radius-unit\":\"px\",\"border-color\":\"#44bbff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"14\",\"line-height-hover\":\"40\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"4\",\"4\",\"4\",\"4\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"true\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"source-text\":\"Play Video\"}}]', NULL);
INSERT INTO `wp_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(11, 'InstagramStream', 'instagramstream', '{\"eg-item-skin-element-last-id\":\"37\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"splitted-item\":\"none\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.50)\",\"cover-always-visible-desktop\":\"false\",\"cover-always-visible-mobile\":\"false\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"20\",\"20\",\"20\",\"20\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"element-hover-image\":\"false\",\"hover-image-animation\":\"fade\",\"hover-image-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"lightbox\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"16\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"5\",\"0\",\"5\"],\"background-color\":\"transparent\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"24\",\"line-height-hover\":\"28\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"false\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"hide\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-text\":\"<i class=\\\"eg-icon-heart\\\"><\\/i> %likes_short%\"}},{\"id\":\"35\",\"order\":\"0\",\"container\":\"tl\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"24\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"right\",\"clear\":\"none\",\"margin\":[\"10\",\"7\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"24\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"none\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"adv-rules\":{\"ar-show\":\"show\",\"ar-type\":[\"off\",\"off\",\"off\",\"off\",\"off\",\"off\",\"off\",\"off\",\"off\"],\"ar-meta\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],\"ar-operator\":[\"isset\",\"isset\",\"isset\",\"isset\",\"isset\",\"isset\",\"isset\",\"isset\",\"isset\"],\"ar-value\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],\"ar-value-2\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],\"ar-logic\":[\"and\",\"and\",\"and\",\"and\",\"and\",\"and\"],\"ar-logic-glob\":[\"and\",\"and\"]},\"show-on-lightbox-video\":\"true\",\"source-icon\":\"eg-icon-videocam\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"37\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"16\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"5\",\"0\",\"5\"],\"background-color\":\"transparent\",\"shadow-color\":\"#000000\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"20\",\"line-height-hover\":\"25\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"show-on-lightbox-video\":\"true\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-text\":\"<i class=\\\"eg-icon-play\\\"><\\/i> %likes_short%\"}},{\"id\":\"36\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"16\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"5\",\"0\",\"5\"],\"background-color\":\"transparent\",\"shadow-color\":\"#000000\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"17\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"show-on-lightbox-video\":\"false\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-text\":\"<i class=\\\"eg-icon-align-left\\\"><\\/i> %num_comments%\"}}]', NULL),
(12, 'Washington-204750', 'washington-204750', '{\"eg-item-skin-element-last-id\":\"9\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.65)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#3f424a\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"css\":\"\",\"css-hover\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"delay\":\"20\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"css\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"css-hover\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"8\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL),
(13, 'Adams-204750', 'adams-204750', '{\"eg-item-skin-element-last-id\":\"8\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"#89af72\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"transparent\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"10\",\"cover-animation-center\":\"flipleft\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"turnout\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"css\":\".eg-adams-element-0{}\",\"css-hover\":\".eg-adams-element-0{}\",\"transition-type\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"20\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"css\":\".eg-adams-element-3{}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-adams-element-3{}\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"7\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\".eg-adams-element-5{}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-adams-element-5{}\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"words\",\"limit-num\":\"6\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"8\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]', NULL);
INSERT INTO `wp_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(14, 'Jefferson-204750', 'jefferson-204750', '{\"eg-item-skin-element-last-id\":\"8\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"#e33a0c\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fliphorizontal\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"fliphorizontalout\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#e33a0c\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"46\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#e33a0c\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"delay\":\"50\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"17\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"60\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"6\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"1\",\"5\",\"1\",\"5\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"3\",\"3\",\"3\",\"3\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"12\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"3\",\"3\",\"3\",\"3\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"70\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\"&nbsp; &nbsp;\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"8\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL),
(15, 'Madison-204750', 'madison-204750', '{\"eg-item-skin-element-last-id\":\"7\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"#585c67\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#585c67\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"flipvertical\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"flipverticalout\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"19\",\"19\",\"19\",\"19\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"50\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"19\",\"19\",\"19\",\"19\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"35\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"35\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"7\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"delay\":\"45\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"words\",\"limit-num\":\"6\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"6\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL),
(16, 'Monroe', 'monroe', '{\"eg-item-skin-element-last-id\":\"8\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(10,10,10,0.50)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"out\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"none\",\"cover-animation-center-type\":\"out\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"out\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"none\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"30\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"30\",\"0\"],\"padding\":[\"3\",\"15\",\"2\",\"15\"],\"background-color\":\"#89af72\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"transparent\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"3\",\"0\"],\"border-radius\":[\"3\",\"3\",\"3\",\"3\"],\"border-radius-unit\":\"px\",\"border-color\":\"#617f52\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"30\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#9bc184\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"transparent\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"3\",\"0\"],\"border-radius-hover\":[\"3\",\"3\",\"3\",\"3\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#617f52\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"Read More\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"24\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"4\",\"12\",\"3\",\"12\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"transparent\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.20)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"out\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"8\",\"order\":\"0\",\"container\":\"tl\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"24\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"30\",\"0\",\"0\",\"0\"],\"padding\":[\"3\",\"12\",\"4\",\"12\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"transparent\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.20)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"date\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL);
INSERT INTO `wp_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(17, 'Quincy', 'quincy', '{\"eg-item-skin-element-last-id\":\"6\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(45,48,57,0.75)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#2d3039\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"pressback\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"24\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"10\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"24\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"30\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"24\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"10\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"24\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"6\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL),
(18, 'Jackson', 'jackson', '{\"eg-item-skin-element-last-id\":\"7\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"#ffffff\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#eeeeee\",\"full-padding\":[\"5\",\"5\",\"5\",\"5\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"zoomback\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"#f5f5f5\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#eeeeee\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomback\",\"delay\":\"5\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\".eg-jackson-element-0{}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-jackson-element-0{}\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"#f5f5f5\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#eeeeee\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomback\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"18\",\"line-height\":\"20\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"18\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"skewright\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"7\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"20\",\"color\":\"#888888\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"12\",\"line-height-hover\":\"20\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"skewleft\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"6\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"7\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]', NULL),
(19, 'VanBuren', 'vanburen', '{\"eg-item-skin-element-last-id\":\"3\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(10,6,6,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#363839\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"flipup\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"20\",\"0\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flyleft\",\"delay\":\"5\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"2\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flyright\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-post\":\"date\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL),
(20, 'HenryHarrison', 'henryharrison', '{\"eg-item-skin-element-last-id\":\"5\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(49,165,203,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"1\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"30\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"10\",\"0\"],\"padding\":[\"0\",\"20\",\"0\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"transparent\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"5\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"2\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"20\",\"line-height\":\"27\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"0\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"20\",\"line-height-hover\":\"27\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"normal\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"0\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rotatescale\",\"delay\":\"5\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-plus\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL);
INSERT INTO `wp_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(21, 'Tyler', 'tyler', '{\"eg-item-skin-element-last-id\":\"8\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"delay\":\"20\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-unlink\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"title\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"7\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"excerpt\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"8\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL),
(22, 'Polk', 'polk', '{\"eg-item-skin-element-last-id\":\"6\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.95)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rotatescale\",\"delay\":\"20\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rotatescale\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-unlink\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"delay\":\"46\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"title\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"delay\":\"57\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"excerpt\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL),
(23, 'Taylor', 'taylor', '{\"eg-item-skin-element-last-id\":\"6\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"flipdown\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-unlink\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"title\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"excerpt\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL),
(24, 'Fillmore', 'fillmore', '{\"eg-item-skin-element-last-id\":\"7\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#363839\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\".eg-fillmore-element-0{cursor:pointer}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-fillmore-element-0{cursor:pointer}\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"delay\":\"13\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"transition-type\":\"out\",\"tag-type\":\"div\",\"align\":\"c_c\",\"margin-unit\":\"px\",\"source-post\":\"date\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#363839\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\".eg-fillmore-element-1{ cursor:pointer}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-fillmore-element-1{cursor:pointer}\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-icon\":\"eg-icon-unlink\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"title\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"excerpt\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL);
INSERT INTO `wp_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(25, 'Pierce', 'pierce', '{\"eg-item-skin-element-last-id\":\"6\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"none\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomback\",\"delay\":\"20\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\".eg-pierce-element-0{}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-pierce-element-0{}\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\".eg-pierce-element-1{}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-pierce-element-1{}\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-unlink\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"title\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"source-post\":\"excerpt\",\"tag-type\":\"div\",\"align\":\"c_c\",\"css-hover\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL),
(26, 'Buchanan', 'buchanan', '{\"eg-item-skin-element-last-id\":\"6\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"slidedown\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rollright\",\"delay\":\"20\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"delay\":\"21\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"title\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"40\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"excerpt\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL),
(27, 'Lincoln', 'lincoln', '{\"eg-item-skin-element-last-id\":\"14\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"10\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"turnout\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"1\",\"0\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"1\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"1\",\"0\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"30\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-link-ext\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"2\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"30\",\"link-type\":\"url\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-mail\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL),
(28, 'Johnson', 'johnson', '{\"eg-item-skin-element-last-id\":\"12\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,142,133,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"10\",\"cover-animation-center\":\"covergrowup\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"40\",\"0\",\"40\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"css\":\".eg-johnson-element-0{}\",\"css-hover\":\".eg-johnson-element-0{}\",\"tag-type\":\"div\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"1\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"30\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"css\":\".eg-johnson-element-1{}\",\"css-hover\":\".eg-johnson-element-1{}\",\"tag-type\":\"div\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"1\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"1\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"20\",\"link-type\":\"embedded_video\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"css\":\".eg-johnson-element-3{}\",\"css-hover\":\".eg-johnson-element-3{}\",\"tag-type\":\"div\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-videocam\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"2\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"1\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"css\":\"\",\"css-hover\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"5\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"12\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]', NULL);
INSERT INTO `wp_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(29, 'Grant', 'grant', '{\"eg-item-skin-element-last-id\":\"22\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.20)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"2\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#363839\",\"font-family\":\"\",\"font-weight\":\"600\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-grant-element-0{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-grant-element-0{}\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"right\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.40)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link-ext\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"600\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-text\":\"READ MORE\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#aaaaaa\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"date\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",\"\",{\"id\":\"6\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#777777\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-post\":\"excerpt\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"22\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL),
(30, 'Hayes', 'hayes', '{\"eg-item-skin-element-last-id\":\"23\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.20)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"2\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#363839\",\"font-family\":\"\",\"font-weight\":\"600\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#aaaaaa\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"1\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#aaaaaa\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"date\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#aaaaaa\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"10\"],\"padding\":[\"0\",\"10\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#aaaaaa\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL),
(31, 'Garfield', 'garfield', '{\"eg-item-skin-element-last-id\":\"22\",\"choose-layout\":\"masonry\",\"show-content\":\"top\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.75)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"transparent\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.20)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"-1\",\"2\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#363839\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"right\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(0,0,0,0.25)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link-ext\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(0,0,0,0.25)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"READ MORE\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"16\",\"color\":\"#777777\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"1\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"16\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"1\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-post\":\"date\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"16\",\"color\":\"#777\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"10\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"16\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"22\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"6\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#333333\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"words\",\"limit-num\":\"15\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL);
INSERT INTO `wp_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(32, 'Arthur', 'arthur', '{\"eg-item-skin-element-last-id\":\"31\",\"choose-layout\":\"masonry\",\"show-content\":\"top\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(137,175,114,0.75)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"1\",\"1\",\"1\",\"1\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"solid\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#f5f5f5\",\"content-padding\":[\"30\",\"30\",\"25\",\"30\"],\"content-border\":[\"0\",\"0\",\"1\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#e5e5e5\",\"content-border-style\":\"solid\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.20)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"-1\",\"2\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"22\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"20\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"28\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"woocommerce\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"4\",\"10\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-woocommerce\":\"wc_add_to_cart_button\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"25\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"woocommerce\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"2\",\"7\",\"1\",\"7\"],\"background-color\":\"#e33a0c\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"margin-unit\":\"px\",\"source-woocommerce\":\"wc_full_price\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"26\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"woocommerce\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#aaaaaa\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#aaaaaa\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-woocommerce\":\"wc_categories\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"31\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"30\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"woocommerce\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"margin-unit\":\"px\",\"source-woocommerce\":\"wc_star_rating\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL),
(33, 'Cleveland', 'cleveland', '{\"eg-item-skin-element-last-id\":\"22\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.75)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#333333\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#333333\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.20)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"2\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-cleveland-element-0{}\",\"font-size-hover\":\"20\",\"line-height-hover\":\"25\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-cleveland-element-0{}\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"right\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(0,0,0,0.25)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"30\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link-ext\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(0,0,0,0.25)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"READ MORE\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"16\",\"color\":\"#aaaaaa\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"1\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#555555\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"16\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"1\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#555555\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-post\":\"date\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"16\",\"color\":\"#aaaaaa\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"16\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"6\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#eeeeee\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"words\",\"limit-num\":\"15\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"22\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL),
(34, 'Harrison', 'harrison', '{\"eg-item-skin-element-last-id\":\"24\",\"choose-layout\":\"masonry\",\"show-content\":\"top\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#363839\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.20)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"-1\",\"2\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"500\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#aaaaaa\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"1\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#aaaaaa\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-post\":\"date\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#aaaaaa\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"10\"],\"padding\":[\"0\",\"10\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#aaaaaa\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL);
INSERT INTO `wp_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(35, 'McKinley', 'mckinley', '{\"eg-item-skin-element-last-id\":\"30\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(19,192,223,0.65)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"slide\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#363839\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"10\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"20\",\"line-height-hover\":\"25\",\"color-hover\":\"#13c0df\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"25\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"3\",\"10\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slide\",\"delay\":\"20\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"true\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"SHOW IMAGE\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"28\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"5\"],\"padding\":[\"5\",\"10\",\"3\",\"10\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"transition\":\"slide\",\"transition-type\":\"\",\"delay\":\"20\",\"link-type\":\"embedded_video\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"PLAY VIDEO\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#aaaaaa\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},\"\",{\"id\":\"6\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"words\",\"limit-num\":\"15\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},\"\",{\"id\":\"29\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"30\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]', NULL),
(36, 'Roosevelt', 'roosevelt', '{\"eg-item-skin-element-last-id\":\"3\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(34,34,34,0.50)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#333333\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#333333\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"zoomback\",\"cover-group-animation\":\"none\",\"media-animation\":\"shifttotop\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"20\",\"20\",\"20\",\"20\"],\"background-color\":\"#333333\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-roosevelt-element-0{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-roosevelt-element-0{}\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"9\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"60\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.50)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.75)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"20\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"css\":\".eg-roosevelt-element-2{}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-roosevelt-element-2{}\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.50)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.75)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL),
(37, 'HowardTaft', 'howardtaft', '{\"eg-item-skin-element-last-id\":\"14\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(111,33,44,0.75)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#000000\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#000000\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"slide\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-howardtaft-element-0{letter-spacing:1px;}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-howardtaft-element-0{}\",\"hideunder\":\"0\",\"transition\":\"slide\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"css-hover\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\".eg-howardtaft-element-2{ min-width:50px}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-howardtaft-element-2{}\",\"hideunder\":\"0\",\"transition\":\"zoomback\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"absolute-unit\":\"px\",\"source-text\":\"anemptytextlline\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"css\":\"\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"css-hover\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"6\",\"order\":\"6\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"200\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"7\",\"color-hover\":\"#e33a0c\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slide\",\"delay\":\"35\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"hide-on-video\":\"true\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"7\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"7\",\"color-hover\":\"#e33a0c\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slide\",\"delay\":\"35\",\"link-type\":\"embedded_video\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-play\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL);
INSERT INTO `wp_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(38, 'WoodrowWilson', 'woodrowwilson', '{\"eg-item-skin-element-last-id\":\"14\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"#ffffff\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"20\",\"0\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"15\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"css-hover\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"3\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#89af72\",\"border-style\":\"solid\",\"css\":\".eg-howardtaft-element-2{ min-width:50px}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-howardtaft-element-2{}\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"anemptytextlline\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"css\":\"\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"css-hover\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"4\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#555555\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL),
(39, 'Harding', 'harding', '{\"eg-item-skin-element-last-id\":\"17\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"transparent\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Droid+Serif:400,700\",\"Open+Sans:400,600,700,800\"]}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"25\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"40\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"1\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#444444\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"500\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#363839\",\"font-family-hover\":\"\",\"font-weight-hover\":\"600\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-text\":\"Frontend Developer\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"3\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#000000\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"source-text\":\"anemptytextlline\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"4\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"5\",\"order\":\"6\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"22\",\"color\":\"#555555\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"50\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"6\",\"order\":\"7\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]', NULL);
INSERT INTO `wp_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(40, 'Coolidge', 'coolidge', '{\"eg-item-skin-element-last-id\":\"19\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"1\",\"1\",\"1\",\"1\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#e5e5e5\",\"content-border-style\":\"solid\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.15)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Droid+Serif:400,700\",\"Open+Sans:400,600,700,800\"]}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"33\",\"line-height\":\"25\",\"color\":\"#363839\",\"font-family\":\"\",\"font-weight\":\"600\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-text\":\"<i class=\\\"eg-icon-tools\\\"><\\/i>\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"19\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-text\":\"LINE-BREAK\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"3\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#000000\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"source-text\":\"anemptytextlline\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"4\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"5\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"22\",\"color\":\"#555555\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"40\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"6\",\"order\":\"6\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"7\",\"order\":\"7\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"14\",\"color\":\"#40dc8d\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"20\",\"0\",\"0\",\"-15\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#363839\",\"font-family-hover\":\"\",\"font-weight-hover\":\"600\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-text\":\"<i class=\\\"eg-icon-angle-right\\\"><\\/i> Learn More\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]', NULL);
INSERT INTO `wp_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(41, 'Herbert Hoover', 'herbert-hoover', '{\"eg-item-skin-element-last-id\":\"25\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"0\",\"1\",\"1\",\"1\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#e5e5e5\",\"content-border-style\":\"solid\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"transparent\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"25\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"15\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"source-separate\":\",\",\"hide-on-video\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"24\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.50)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.75)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"%\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"fade\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"true\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#444444\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#aaaaaa\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\", \",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"25\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"5\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.50)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.75)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"fade\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"embedded_video\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-play\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"10\",\"order\":\"10\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-num\":\"10\",\"limit-type\":\"none\",\"enable-hover\":\"on\",\"font-size\":\"22\",\"line-height\":\"7\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"25\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"22\",\"line-height-hover\":\"7\",\"color-hover\":\"#c32524\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"url\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-pinterest\",\"link-type-url\":\"#\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"4\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#000000\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"source-text\":\"anemptytextlline\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"5\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"6\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"22\",\"color\":\"#555555\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"15\",\"source-separate\":\",\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"7\",\"order\":\"6\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"8\",\"order\":\"7\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-num\":\"10\",\"limit-type\":\"none\",\"enable-hover\":\"on\",\"font-size\":\"22\",\"line-height\":\"7\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"25\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"22\",\"line-height-hover\":\"7\",\"color-hover\":\"#4672b3\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"url\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-facebook-1\",\"link-type-url\":\"#\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"8\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-num\":\"10\",\"limit-type\":\"none\",\"enable-hover\":\"on\",\"font-size\":\"22\",\"line-height\":\"7\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"25\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"22\",\"line-height-hover\":\"7\",\"color-hover\":\"#099bcc\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"url\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-twitter-1\",\"link-type-url\":\"#\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"9\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-num\":\"10\",\"limit-type\":\"none\",\"enable-hover\":\"on\",\"font-size\":\"22\",\"line-height\":\"7\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"25\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"22\",\"line-height-hover\":\"7\",\"color-hover\":\"#da4a38\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"url\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-gplus-1\",\"link-type-url\":\"#\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL);
INSERT INTO `wp_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(42, 'Eisenhower', 'eisenhower', '{\"eg-item-skin-element-last-id\":\"24\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"20\",\"20\",\"20\",\"20\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"5\",\"5\",\"5\",\"5\"],\"full-border-color\":\"#606060\",\"full-border-style\":\"solid\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"0\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#e5e5e5\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.15)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Droid+Serif:400,700\",\"Open+Sans:400,600,700,800\"]}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"19\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"source-separate\":\",\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"15\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.85)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rollright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-separate\":\",\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-text\":\"LINE-BREAK\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.85)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"%\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"18\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-separate\":\",\",\"source-icon\":\"eg-icon-forward\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#40dc8d\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"source-text\":\"anemptytextlline\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"5\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"6\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"22\",\"color\":\"#555555\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"5\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]', NULL),
(43, 'J.F.Kennedy', 'j-f-kennedy', '{\"eg-item-skin-element-last-id\":\"24\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#111111\",\"full-padding\":[\"20\",\"20\",\"20\",\"20\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"5\",\"5\",\"5\",\"5\"],\"full-border-color\":\"#606060\",\"full-border-style\":\"solid\",\"content-bg-color\":\"#111111\",\"content-padding\":[\"30\",\"30\",\"0\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#e5e5e5\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.15)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Droid+Serif:400,700\",\"Open+Sans:400,600,700,800\"]}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"source-separate\":\",\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"15\",\"0\",\"0\"],\"padding\":[\"19\",\"19\",\"19\",\"19\"],\"background-color\":\"rgba(0,0,0,0.85)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rollright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-separate\":\",\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-text\":\"LINE-BREAK\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"19\",\"19\",\"19\",\"19\"],\"background-color\":\"rgba(0,0,0,0.85)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"19\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"%\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"18\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-separate\":\",\",\"source-icon\":\"eg-icon-forward\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#40dc8d\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"source-text\":\"anemptytextlline\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"5\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"6\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"22\",\"color\":\"#888888\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"5\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]', NULL),
(44, 'Lyndon Johnson', 'lyndon-johnson', '{\"eg-item-skin-element-last-id\":\"2\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.75)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"covergrowup\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"none\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"out\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"<img src=\\\"%eg-clients-icon%\\\" \\/>\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]', NULL);
INSERT INTO `wp_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(45, 'Ulysses S. Grant', 'ulysses-s-grant', '{\"eg-item-skin-element-last-id\":\"11\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#f5f5f5\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"1\",\"1\",\"1\",\"1\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"solid\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#f5f5f5\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"none\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Open+Sans:400\",\"Raleway:700,800,900\"]}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"50\",\"line-height\":\"50\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"80\",\"0\",\"-6\",\"0\"],\"padding\":[\"1\",\"10\",\"5\",\"10\"],\"background-color\":\"#000000\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"out\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-post\":\"meta\",\"source-meta\":\"eg-pricetable-price\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#363839\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"30\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"22\",\"color\":\"#999999\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"5\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"top\":\"0\",\"top-unit-hover\":\"px\",\"right\":\"0\",\"right-unit-hover\":\"px\",\"bottom\":\"0\",\"bottom-unit-hover\":\"px\",\"left\":\"0\",\"left-unit-hover\":\"px\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"5\",\"0\",\"5\"],\"background-color\":\"#e33a0c\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"transition-type\":\"out\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"SHIPPING INCL.\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"5\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-post\":\"meta\",\"source-meta\":\"eg-pricetable-line1\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"6\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-post\":\"meta\",\"source-meta\":\"eg-pricetable-line2\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-post\":\"meta\",\"source-meta\":\"eg-pricetable-line3\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"8\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"1\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-post\":\"meta\",\"source-meta\":\"eg-pricetable-line4\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"6\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"top\":\"0\",\"top-unit-hover\":\"px\",\"right\":\"0\",\"right-unit-hover\":\"px\",\"bottom\":\"0\",\"bottom-unit-hover\":\"px\",\"left\":\"0\",\"left-unit-hover\":\"px\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"15\",\"0\"],\"padding\":[\"8\",\"25\",\"8\",\"25\"],\"background-color\":\"#e33a0c\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"hideunder\":\"0\",\"transition\":\"skewright\",\"transition-type\":\"\",\"delay\":\"34\",\"link-type\":\"url\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-separate\":\",\",\"source-text\":\"BUY NOW\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"11\",\"order\":\"7\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]', NULL);
INSERT INTO `wp_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(46, 'Richard Nixon', 'richard-nixon', '{\"eg-item-skin-element-last-id\":\"12\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#252525\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"1\",\"1\",\"1\",\"1\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#444444\",\"full-border-style\":\"solid\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#252525\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"none\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"50\",\"line-height\":\"50\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"80\",\"0\",\"-6\",\"0\"],\"padding\":[\"1\",\"10\",\"5\",\"10\"],\"background-color\":\"#000000\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"out\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"<span style=\\\"font-size:30px; font-weight:300;\\\">$<\\/span> 24.99\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"30\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"5\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"top\":\"0\",\"top-unit-hover\":\"px\",\"right\":\"0\",\"right-unit-hover\":\"px\",\"bottom\":\"0\",\"bottom-unit-hover\":\"px\",\"left\":\"0\",\"left-unit-hover\":\"px\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"5\",\"0\",\"5\"],\"background-color\":\"#e33a0c\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"transition-type\":\"out\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"SHIPPING INCL.\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"5\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#888888\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#444444\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"4gb Webspace Included\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"6\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#888888\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#444444\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"2 Domains\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#888888\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#444444\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"PHP5 Enabled\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"8\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#888888\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"1\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#444444\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"24h Support\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"6\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"top\":\"0\",\"top-unit-hover\":\"px\",\"right\":\"0\",\"right-unit-hover\":\"px\",\"bottom\":\"0\",\"bottom-unit-hover\":\"px\",\"left\":\"0\",\"left-unit-hover\":\"px\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"15\",\"0\"],\"padding\":[\"8\",\"25\",\"8\",\"25\"],\"background-color\":\"#e33a0c\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"hideunder\":\"0\",\"transition\":\"skewright\",\"transition-type\":\"\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-separate\":\",\",\"source-text\":\"BUY NOW\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"11\",\"order\":\"7\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"12\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]', NULL);
INSERT INTO `wp_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(47, 'Gerald Ford', 'gerald-ford', '{\"eg-item-skin-element-last-id\":\"15\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(255,255,255,0.25)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#f5f5f5\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"1\",\"1\",\"1\",\"1\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"solid\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#f5f5f5\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"1\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"30\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"PREMIUM PRODUCT\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"14\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"5\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.65)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"22\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"The best for your small business\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"15\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.65)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"%\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"20\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-basket\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"11\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"50\",\"line-height\":\"50\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"20\",\"20\",\"0\",\"20\"],\"background-color\":\"#eeeeee\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"<span style=\\\"font-size:30px; font-weight:300;\\\">$<\\/span> 39.99\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"12\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"15\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"20\",\"20\",\"20\"],\"background-color\":\"#eeeeee\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"INCL. SHIPPING\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"5\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"4GB Webspace Included\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"6\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"2 Domains\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"6\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"PHP5 Enabled\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"8\",\"order\":\"7\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"20\",\"20\",\"20\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"1\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"24h Support\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"8\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"top\":\"0\",\"top-unit-hover\":\"px\",\"right\":\"0\",\"right-unit-hover\":\"px\",\"bottom\":\"0\",\"bottom-unit-hover\":\"px\",\"left\":\"0\",\"left-unit-hover\":\"px\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"20\",\"0\"],\"padding\":[\"8\",\"25\",\"8\",\"25\"],\"background-color\":\"#e33a0c\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"hideunder\":\"0\",\"transition\":\"skewright\",\"transition-type\":\"\",\"delay\":\"34\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-separate\":\",\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"BUY NOW\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"13\",\"order\":\"9\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]', NULL);
INSERT INTO `wp_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(48, 'Jimmy Carter', 'jimmy-carter', '{\"eg-item-skin-element-last-id\":\"24\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"30\",\"30\",\"27\",\"30\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"solid\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"27\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#e5e5e5\",\"content-border-style\":\"solid\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"3\",\"6\",\"1\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"3dturnright\",\"media-animation-delay\":\"8\",\"google-fonts\":[\"Droid+Serif:400,700\",\"Open+Sans:400,600,700,800\"]}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"15\",\"color\":\"#363839\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.75)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"skewright\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"I\'m a custom caption\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#000000\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"20\",\"line-height-hover\":\"25\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Droid Serif\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"15\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"source-separate\":\",\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"2\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#999999\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"5\",\"20\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#aaaaaa\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#aaaaaa\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-separate\":\", \",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"4\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"15\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"top\":\"0\",\"top-unit-hover\":\"px\",\"right\":\"0\",\"right-unit-hover\":\"px\",\"bottom\":\"0\",\"bottom-unit-hover\":\"px\",\"left\":\"0\",\"left-unit-hover\":\"px\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"both\",\"margin\":[\"-5\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"#e74124\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"hideunder\":\"0\",\"transition\":\"skewright\",\"transition-type\":\"\",\"delay\":\"9\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"ADD ANYTHING\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"5\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"5\",\"20\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-post\":\"num_comments\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"6\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"7\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#000000\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"source-text\":\"anemptytextlline\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"8\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"9\",\"order\":\"6\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"22\",\"color\":\"#555555\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"15\",\"source-separate\":\",\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"10\",\"order\":\"7\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"11\",\"order\":\"8\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"15\",\"line-height\":\"14\",\"color\":\"#e74124\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"20\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"15\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Droid Serif\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"<i class=\\\"eg-icon-angle-right\\\"><\\/i> Read More\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]', NULL),
(49, 'Ronald Reagan', 'ronald-reagan', '{\"eg-item-skin-element-last-id\":\"8\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"transparent\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"20\",\"20\",\"20\",\"20\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"none\",\"cover-animation-center-type\":\"out\",\"cover-animation-delay-center\":\"4\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"out\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"tl\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"10\",\"20\",\"10\",\"20\"],\"background-color\":\"#4d384b\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"6\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"\",\"transition-type\":\"out\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\"\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"date_modified\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"23\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"10\",\"10\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"transition-type\":\"out\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#999999\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"20\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\", \",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"8\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"20\",\"line-height\":\"28\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"#000000\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"20\",\"line-height-hover\":\"28\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rotatescale\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#999\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-post\":\"num_comments\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"5\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"words\",\"limit-num\":\"20\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"20\",\"color\":\"#444444\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"7\",\"0\",\"0\",\"0\"],\"padding\":[\"15\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL);
INSERT INTO `wp_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(50, 'GeorgeBush', 'georgebush', '{\"eg-item-skin-element-last-id\":\"4\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"content\",\"container-background-color\":\"#e33a0c\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"covergrowup\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Raleway:400,800,900\"]}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"none\",\"limit-num\":\"3\",\"enable-hover\":\"\",\"font-size\":\"35\",\"line-height\":\"38\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"0\",\"20\"],\"padding\":[\"0\",\"20\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"margin-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"words\",\"limit-num\":\"8\",\"enable-hover\":\"\",\"font-size\":\"18\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"20\",\"20\"],\"padding\":[\"0\",\"20\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"margin-unit\":\"px\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]', NULL),
(51, 'Essential Preview', 'essential-preview', '{\"eg-item-skin-element-last-id\":\"9\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(10,10,10,0.75)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#000000\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"out\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"none\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"out\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"none\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Open+Sans:700;800\"]}', '[{\"id\":\"1\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"24\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"4\",\"12\",\"3\",\"12\"],\"background-color\":\"rgba(255,255,255,0.10)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"transparent\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.20)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"0\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"24\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"3\",\"10\",\"2\",\"10\"],\"background-color\":\"#e33a0c\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"transparent\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#617f52\",\"border-style\":\"none\",\"font-size-hover\":\"12\",\"line-height-hover\":\"24\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"#ff4d1c\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"transparent\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#617f52\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"0\",\"link-type\":\"meta\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"Check it Out\",\"link-type-meta\":\"eg-demogrid-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL),
(52, 'More Demo Examples', 'more-demo-examples', '{\"eg-item-skin-element-last-id\":\"9\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(64,70,85,0.60)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#000000\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"out\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"none\",\"cover-animation-center-type\":\"out\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"out\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"none\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Open+Sans:700;800\"]}', '[{\"id\":\"1\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"24\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"4\",\"12\",\"3\",\"12\"],\"background-color\":\"rgba(0,0,0,0.75)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"transparent\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.20)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"0\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"24\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"3\",\"10\",\"2\",\"10\"],\"background-color\":\"#e33a0c\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"transparent\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#617f52\",\"border-style\":\"none\",\"font-size-hover\":\"12\",\"line-height-hover\":\"24\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"#ff4d1c\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"transparent\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#617f52\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"0\",\"link-type\":\"meta\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"Check it Out\",\"link-type-meta\":\"eg-demogrid-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL),
(53, 'Wilbert', 'wilbert', '{\"eg-item-skin-element-last-id\":\"2\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(17,17,17,0.65)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"out\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"none\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"out\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"<img src=\\\"%eg-clients-icon%\\\" \\/>\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]', NULL),
(54, 'Phillie', 'phillie', '{\"eg-item-skin-element-last-id\":\"3\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"#ffffff\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"1\",\"1\",\"1\",\"1\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#ffffff\",\"full-border-style\":\"solid\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"1\",\"1\",\"1\",\"1\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#ffffff\",\"content-border-style\":\"solid\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"out\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"none\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Raleway:700,800,900\"]}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"none\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"out\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"<img src=\\\"%eg-clients-icon-dark%\\\" \\/>\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"3\",\"order\":\"0\",\"container\":\"tl\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"2\",\"7\",\"2\",\"7\"],\"background-color\":\"#000000\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"81.67\",\"left-right\":\"38.5\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"%\",\"margin-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL);
INSERT INTO `wp_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(55, 'Jason', 'jason', '{\"eg-item-skin-element-last-id\":\"32\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(255,255,255,0.20)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"1\",\"1\",\"1\",\"1\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"solid\",\"full-overflow-hidden\":\"true\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"1\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#e5e5e5\",\"content-border-style\":\"solid\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.20)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"-1\",\"2\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"20\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"32\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"#e33a0c\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slide\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"25\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"woocommerce\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#89af72\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"2\",\"7\",\"1\",\"7\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"margin-unit\":\"px\",\"source-woocommerce\":\"wc_full_price\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"31\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"30\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"woocommerce\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"30\",\"color\":\"#000000\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"margin-unit\":\"px\",\"source-woocommerce\":\"wc_star_rating\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"26\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"28\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"woocommerce\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"4\",\"10\"],\"background-color\":\"#e33a0c\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"5\",\"5\",\"5\",\"5\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"5\",\"5\",\"5\",\"5\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e33a0c\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-woocommerce\":\"wc_add_to_cart_button\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL),
(56, 'FlickrStream-204750', 'flickrstream-204750', '{\"eg-item-skin-element-last-id\":\"19\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.50)\",\"0\":\"Default\",\"cover-always-visible-desktop\":\"\",\"cover-always-visible-mobile\":\"\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#222222\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#222222\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"link-set-to\":\"cover\",\"link-link-type\":\"lightbox\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}', '[{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"right\",\"clear\":\"none\",\"margin\":[\"0\",\"15\",\"10\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"css\":\"\",\"css-hover\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"\",\"source-icon\":\"eg-icon-link\"}},\"\",{\"id\":\"15\",\"order\":\"1\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"15\",\"20\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"source-post\":\"title\"}},\"\",{\"id\":\"17\",\"order\":\"2\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"15\",\"20\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"<i class=\\\"eg-icon-star-empty\\\"><\\/i> %favorites%\"}},{\"id\":\"19\",\"order\":\"3\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"source-text-style-disable\":\"\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"rgba(255,255,255,0.5)\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"15\",\"20\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_self\",\"tag-type\":\"div\",\"force-important\":\"true\",\"facebook-sharing-link\":\"site\",\"facebook-link-url\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"by %author_name%\"}}]', NULL),
(57, 'FacebookStream-204750', 'facebookstream-204750', '{\"eg-item-skin-element-last-id\":\"33\",\"choose-layout\":\"masonry\",\"show-content\":\"top\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,88,153,0.65)\",\"0\":\"Default\",\"cover-always-visible-desktop\":\"\",\"cover-always-visible-mobile\":\"\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"26\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"none\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"14\",\"line-height\":\"22\",\"color\":\"#363839\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"20\",\"line-height-hover\":\"25\",\"color-hover\":\"#13c0df\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"\",\"source-post\":\"title\"}},{\"id\":\"25\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"3\",\"10\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"true\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"\",\"source-text\":\"SHOW IMAGE\"}},{\"id\":\"28\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"5\"],\"padding\":[\"5\",\"10\",\"3\",\"10\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"true\",\"source-text\":\"PLAY VIDEO\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"14\",\"line-height\":\"22\",\"color\":\"#365899\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"10\",\"15\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"14\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"show-on-lightbox-video\":\"\",\"source-text\":\"<i class=\\\"eg-icon-thumbs-up-alt\\\" style=\\\"background:#365899;color:#fff;float:left;width:23px;height:23px;font-size:12px;text-align:center;border-radius:14px;margin-right:5px;\\\"><\\/i> %likes_short%\"}},{\"id\":\"33\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"14\",\"line-height\":\"22\",\"color\":\"#90949c\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"14\",\"line-height-hover\":\"22\",\"color-hover\":\"#7f7f7f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"skewleft\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"<i class=\\\"eg-icon-calendar-empty\\\" style=\\\"background:#90949c;color:#fff;float:left;width:23px;height:23px;font-size:12px;text-align:center;border-radius:14px;margin-right:5px;\\\"><\\/i> %date%\"}}]', NULL);
INSERT INTO `wp_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(58, 'YoutubeStream-204750', 'youtubestream-204750', '{\"eg-item-skin-element-last-id\":\"35\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.65)\",\"0\":\"Default\",\"cover-always-visible-desktop\":\"\",\"cover-always-visible-mobile\":\"\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"20\",\"20\",\"20\",\"20\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"link-set-to\":\"cover\",\"link-link-type\":\"lightbox\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"14\",\"line-height\":\"19\",\"color\":\"#167ac6\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"14\",\"line-height-hover\":\"19\",\"color-hover\":\"#167ac6\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"underline\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"\",\"source-post\":\"title\"}},{\"id\":\"25\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"\",\"font-size\":\"60\",\"line-height\":\"60\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"60\",\"line-height-hover\":\"60\",\"color-hover\":\"rgba(255,255,255,0.85)\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"zoomback\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"true\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"source-icon\":\"eg-icon-play\"}},{\"id\":\"33\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"chars\",\"limit-num\":\"100\",\"enable-hover\":\"\",\"font-size\":\"14\",\"line-height\":\"22\",\"color\":\"#90949c\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"14\",\"line-height-hover\":\"22\",\"color-hover\":\"#7f7f7f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"skewleft\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"%views_short% views\"}},{\"id\":\"34\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"source-text-style-disable\":\"\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"12\",\"color\":\"#90949c\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"5\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"22\",\"color-hover\":\"#e81c4f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"none\",\"transition-type\":\"\",\"delay\":\"34\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_blank\",\"tag-type\":\"div\",\"force-important\":\"true\",\"facebook-sharing-link\":\"\",\"facebook-link-url\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"<i class=\\\"eg-icon-thumbs-up-1\\\"><\\/i>%likes_short%\"}},{\"id\":\"35\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"source-text-style-disable\":\"\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"12\",\"color\":\"#90949c\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"5\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"22\",\"color-hover\":\"#e81c4f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"none\",\"transition-type\":\"\",\"delay\":\"34\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_blank\",\"tag-type\":\"div\",\"force-important\":\"true\",\"facebook-sharing-link\":\"site\",\"facebook-link-url\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"<i class=\\\"eg-icon-thumbs-down\\\"><\\/i>%dislikes_short%\"}}]', NULL),
(59, 'TwitterStream-204750', 'twitterstream-204750', '{\"eg-item-skin-element-last-id\":\"38\",\"choose-layout\":\"masonry\",\"show-content\":\"top\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(41,47,51,0.20)\",\"0\":\"Default\",\"cover-always-visible-desktop\":\"\",\"cover-always-visible-mobile\":\"\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"30\",\"30\",\"30\",\"30\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"20\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"zoomtodefault\",\"media-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"none\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}', '[{\"id\":\"25\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"30\",\"line-height\":\"30\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"30\",\"line-height-hover\":\"30\",\"color-hover\":\"rgba(255,255,255,0.85)\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"true\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"\",\"source-icon\":\"eg-icon-search\"}},{\"id\":\"37\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"source-text-style-disable\":\"\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"10\",\"15\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"22\",\"color-hover\":\"#e81c4f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"slideshortup\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_blank\",\"tag-type\":\"div\",\"force-important\":\"true\",\"facebook-sharing-link\":\"\",\"facebook-link-url\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"@%author_name%\"}},{\"id\":\"35\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"limit-type\":\"none\",\"limit-num\":\"40\",\"enable-hover\":\"on\",\"font-size\":\"26\",\"line-height\":\"32\",\"color\":\"#292f33\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"10\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"26\",\"line-height-hover\":\"32\",\"color-hover\":\"#0084b4\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"underline\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"none\",\"transition-type\":\"\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-lightbox-video\":\"\",\"source-post\":\"title\"}},{\"settings\":\"\"},{\"id\":\"33\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#aab8c2\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"15\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"22\",\"color-hover\":\"#19cf68\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"skewleft\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"sharetwitter\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-text\":\"<i class=\\\"eg-icon-shuffle-1\\\"><\\/i> %retweets%\"}},{\"id\":\"36\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"source-text-style-disable\":\"\",\"enable-hover\":\"on\",\"font-size\":\"30\",\"line-height\":\"30\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"30\",\"line-height-hover\":\"30\",\"color-hover\":\"rgba(255,255,255,0.85)\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_self\",\"tag-type\":\"div\",\"force-important\":\"true\",\"facebook-sharing-link\":\"\",\"facebook-link-url\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"show-on-lightbox-video\":\"true\",\"source-icon\":\"eg-icon-play\"}},{\"id\":\"3\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#aab8c2\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"15\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"22\",\"color-hover\":\"#e81c4f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"<i class=\\\"eg-icon-heart\\\"><\\/i> %likes%\"}}]', NULL),
(60, 'VimeoStream-204750', 'vimeostream-204750', '{\"eg-item-skin-element-last-id\":\"34\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.65)\",\"0\":\"Default\",\"cover-always-visible-desktop\":\"\",\"cover-always-visible-mobile\":\"\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"20\",\"20\",\"20\",\"20\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"lightbox\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"24\",\"line-height\":\"28\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"24\",\"line-height-hover\":\"28\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"source-post\":\"title\"}},{\"id\":\"34\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"3\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"12\",\"color\":\"rgba(255,255,255,0.5)\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"10\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"slideshortup\",\"transition-type\":\"\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"source-text\":\"%duration%\"}},{\"id\":\"33\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"chars\",\"limit-num\":\"100\",\"enable-hover\":\"\",\"font-size\":\"18\",\"line-height\":\"22\",\"color\":\"#99aabc\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"18\",\"line-height-hover\":\"22\",\"color-hover\":\"#99aabc\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"by %author_name%\"}},{\"id\":\"25\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"14\",\"line-height\":\"40\",\"color\":\"#44bbff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"30\",\"0\",\"30\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"4\",\"4\",\"4\",\"4\"],\"border-radius-unit\":\"px\",\"border-color\":\"#44bbff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"14\",\"line-height-hover\":\"40\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"4\",\"4\",\"4\",\"4\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"true\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"source-text\":\"Play Video\"}}]', NULL);
INSERT INTO `wp_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(61, 'InstagramStream-204750', 'instagramstream-204750', '{\"eg-item-skin-element-last-id\":\"37\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"splitted-item\":\"none\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.50)\",\"cover-always-visible-desktop\":\"false\",\"cover-always-visible-mobile\":\"false\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"20\",\"20\",\"20\",\"20\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"element-hover-image\":\"false\",\"hover-image-animation\":\"fade\",\"hover-image-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"lightbox\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"16\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"5\",\"0\",\"5\"],\"background-color\":\"transparent\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"24\",\"line-height-hover\":\"28\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"false\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"hide\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-text\":\"<i class=\\\"eg-icon-heart\\\"><\\/i> %likes_short%\"}},{\"id\":\"35\",\"order\":\"0\",\"container\":\"tl\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"24\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"right\",\"clear\":\"none\",\"margin\":[\"10\",\"7\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"24\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"none\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"adv-rules\":{\"ar-show\":\"show\",\"ar-type\":[\"off\",\"off\",\"off\",\"off\",\"off\",\"off\",\"off\",\"off\",\"off\"],\"ar-meta\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],\"ar-operator\":[\"isset\",\"isset\",\"isset\",\"isset\",\"isset\",\"isset\",\"isset\",\"isset\",\"isset\"],\"ar-value\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],\"ar-value-2\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],\"ar-logic\":[\"and\",\"and\",\"and\",\"and\",\"and\",\"and\"],\"ar-logic-glob\":[\"and\",\"and\"]},\"show-on-lightbox-video\":\"true\",\"source-icon\":\"eg-icon-videocam\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"37\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"16\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"5\",\"0\",\"5\"],\"background-color\":\"transparent\",\"shadow-color\":\"#000000\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"20\",\"line-height-hover\":\"25\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"show-on-lightbox-video\":\"true\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-text\":\"<i class=\\\"eg-icon-play\\\"><\\/i> %likes_short%\"}},{\"id\":\"36\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"16\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"5\",\"0\",\"5\"],\"background-color\":\"transparent\",\"shadow-color\":\"#000000\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"17\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"show-on-lightbox-video\":\"false\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-text\":\"<i class=\\\"eg-icon-align-left\\\"><\\/i> %num_comments%\"}}]', NULL);

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

--
-- Estructura de tabla para la tabla `wp_eg_navigation_skins`
--

CREATE TABLE `wp_eg_navigation_skins` (
  `id` mediumint(6) NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `handle` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `css` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wp_eg_navigation_skins`
--

INSERT INTO `wp_eg_navigation_skins` (`id`, `name`, `handle`, `css`) VALUES
(1, 'Flat Light', 'flat-light', '/********************************\n	-	FLAT LIGHT BUTTONS -\n*********************************/\n.flat-light .navigationbuttons,\n.flat-light .esg-pagination,\n.flat-light .esg-filters{	text-transform:uppercase;\n							text-align: center;\n						}\n\n.flat-light .esg-filterbutton,\n.flat-light .esg-navigationbutton,\n.flat-light .esg-sortbutton,\n.flat-light .esg-cartbutton {	color:#000;\n								margin-right:5px;\n								cursor:pointer;\n								position: relative;\n								z-index:2;\n								padding:1px 30px;\n								border:none;\n								line-height:38px;\n								border-radius:5px;\n								-moz-border-radius:5px;\n								-webkit-border-radius:5px;\n								font-size:12px;\n								font-weight:700;\n								font-family:\"Open Sans\",sans-serif;\n								display: inline-block;\n								background: #fff;\n								margin-bottom:5px;\n							}\n\n.flat-light .esg-navigationbutton	{ padding:2px 12px; }\n.flat-light .esg-navigationbutton *	{ color:#000; }\n.flat-light .esg-pagination-button:last-child { margin-right: 0; }\n\n.flat-light  .esg-sortbutton-wrapper,\n.flat-light  .esg-cartbutton-wrapper { display:inline-block; }\n.flat-light  .esg-sortbutton-order,\n.flat-light  .esg-cartbutton-order {	display:inline-block;\n										vertical-align:top;\n										border:none;\n										width:40px;\n										line-height:40px;\n										border-radius:5px;\n										-moz-border-radius:5px;\n										-webkit-border-radius:5px;\n										font-size:12px;\n										font-weight:700;\n										color:#999;\n										cursor: pointer;\n										background:#eee;\n										background: #fff;\n										margin-left:5px;\n									}\n\n.flat-light .esg-cartbutton {	color:#fff;\n								cursor: default !important;\n							}\n.flat-light .esg-cartbutton .esgicon-basket	{\n												color:#fff;\n												font-size:15px;\n												line-height:15px;\n												margin-right:10px;\n											}\n.flat-light .esg-cartbutton-wrapper { cursor: default !important; }\n\n.flat-light .esg-sortbutton,\n.flat-light .esg-cartbutton {	display:inline-block;\n								position:relative;\n								cursor: pointer;\n								margin-right:0px;\n								border-radius:5px;\n								-moz-border-radius:5px;\n								-webkit-border-radius:5px;\n							}\n\n.flat-light .esg-navigationbutton:hover,\n.flat-light .esg-filterbutton:hover,\n.flat-light .esg-sortbutton:hover,\n.flat-light .esg-sortbutton-order:hover,\n.flat-light .esg-cartbutton-order:hover,\n.flat-light .esg-filterbutton.selected {\n										border-color:none;color:#000;\n										background:#fff;\n									   }\n\n.flat-light .esg-navigationbutton:hover * { color:#333; }\n\n.flat-light .esg-sortbutton-order.tp-desc:hover	{ color:#333; }\n\n.flat-light .esg-filter-checked	{	padding:1px 3px;\n									color:#cbcbcb;\n									background:#cbcbcb;\n									margin-left:7px;\n									font-size:9px;\n									font-weight:300;\n									line-height:9px;\n									vertical-align: middle;\n								}\n.flat-light .esg-filterbutton.selected .esg-filter-checked,\n.flat-light .esg-filterbutton:hover .esg-filter-checked	{\n															padding:1px 3px 1px 3px;\n															color:#fff;\n															background:#000;\n															margin-left:7px;\n															font-size:9px;\n															font-weight:300;\n															line-height:9px;\n															vertical-align: middle;\n														}'),
(2, 'Flat Dark', 'flat-dark', '/********************************\n	-	FLAT DARK BUTTONS -\n*********************************/\n.flat-dark .navigationbuttons,\n.flat-dark .esg-pagination,\n.flat-dark .esg-filters {\n							text-transform:uppercase;\n							text-align: center;\n						}\n\n.flat-dark .esg-filterbutton,\n.flat-dark .esg-navigationbutton,\n.flat-dark .esg-sortbutton,\n.flat-dark .esg-cartbutton {color:#fff;\n							margin-right:5px;\n							cursor:pointer;\n							padding:1px 30px;\n							border:none;\n							line-height:38px;\n							border-radius:5px;\n							-moz-border-radius:5px;\n							-webkit-border-radius:5px;\n							font-size:12px;\n							font-weight:600;\n							font-family:\"Open Sans\",sans-serif;\n							display: inline-block;\n							background:#3a3a3a;\n							background: rgba(0,0,0,0.2);\n							margin-bottom:5px;\n							}\n\n.flat-dark .esg-navigationbutton { padding:1px 18px; }\n.flat-dark .esg-navigationbutton * { color:#fff; }\n.flat-dark .esg-pagination-button:last-child,\n.flat-dark .esg-filterbutton:last-child{ margin-right: 0; }\n.flat-dark .esg-left, .flat-dark .esg-right { padding:1px 12px; }\n\n.flat-dark  .esg-sortbutton-wrapper,\n.flat-dark  .esg-cartbutton-wrapper	{ display:inline-block; }\n.flat-dark  .esg-sortbutton-order,\n.flat-dark  .esg-cartbutton-order { display:inline-block;\n									vertical-align:top;\n									border:none;\n									width:40px;\n									line-height:40px;\n									border-radius:5px;\n									-moz-border-radius:5px;\n									-webkit-border-radius:5px;\n									font-size:12px;\n									font-weight:700;\n									color:#999;\n									cursor: pointer;\n									background:#eee;\n									background: rgba(0,0,0,0.2);\n									margin-left:5px;\n								}\n\n.flat-dark .esg-cartbutton {color:#fff;\n							cursor: default !important;\n							}\n.flat-dark .esg-cartbutton .esgicon-basket {color:#fff;\n											font-size:15px;\n											line-height:15px;\n											margin-right:10px;\n											}\n.flat-dark  .esg-cartbutton-wrapper	{ cursor: default !important; }\n\n.flat-dark .esg-sortbutton,\n.flat-dark .esg-cartbutton { display:inline-block;\n							position:relative;\n							cursor: pointer;\n							margin-right:0px;\n							border-radius:5px;\n							-moz-border-radius:5px;\n							-webkit-border-radius:5px;\n							}\n\n.flat-dark .esg-navigationbutton:hover,\n.flat-dark .esg-filterbutton:hover,\n.flat-dark .esg-sortbutton:hover,\n.flat-dark .esg-sortbutton-order:hover,\n.flat-dark .esg-cartbutton-order:hover,\n.flat-dark .esg-filterbutton.selected { color:#fff;\n										border-color:none;\n										background:#4a4a4a;\n										background: rgba(0,0,0,0.5);\n									 }\n\n.flat-dark .esg-navigationbutton:hover * { color:#fff; }\n.flat-dark .esg-sortbutton-order.tp-desc:hover	{ color:#fff; }\n.flat-dark .esg-filter-checked {padding:1px 3px;\n								color:transparent;\n								background:#000;\n								background: rgba(0,0,0,0.2);\n								margin-left:7px;\n								font-size:9px;\n								font-weight:300;\n								line-height:9px;\n								vertical-align: middle:\n								}\n								\n.flat-dark .esg-filterbutton.selected .esg-filter-checked,\n.flat-dark .esg-filterbutton:hover .esg-filter-checked {padding:1px 3px 1px 3px;\n														color:#fff;\n														background:#000;\n														background: rgba(0,0,0,0.2);\n														margin-left:7px;\n														font-size:9px;\n														font-weight:300;\n														line-height:9px;\n														vertical-align: middle\n														}'),
(3, 'Minimal Dark', 'minimal-dark', '/********************************\n	-	MINIMAL DARK BUTTONS -\n*********************************/\n\n.minimal-dark .navigationbuttons,\n.minimal-dark .esg-pagination,\n.minimal-dark .esg-filters { text-align: center; }\n\n.minimal-dark .esg-filterbutton,\n.minimal-dark .esg-navigationbutton,\n.minimal-dark .esg-sortbutton,\n.minimal-dark .esg-cartbutton { color:#fff;\n								color:rgba(255,255,255,1);\n								margin-right:5px;\n								cursor:pointer;\n								padding:0px 17px;\n								border:1px solid rgb(255,255,255);\n								border:1px solid rgba(255,255,255,0.1);\n								line-height:38px;\n								border-radius:5px;\n								-moz-border-radius:5px;\n								-webkit-border-radius:5px;\n								font-size:12px;\n								font-weight:600;\n								font-family:\"Open Sans\",sans-serif;\n								display: inline-block;\n								background:transparent;\n								margin-bottom:5px;\n								}\n\n\n.minimal-dark .esg-navigationbutton * {\n										color:#fff;\n										color:rgba(255,255,255,1);\n									}\n.minimal-dark .esg-navigationbutton	{ padding:0px 11px; }\n.minimal-dark .esg-pagination-button { padding:0px 16px; }\n.minimal-dark .esg-pagination-button:last-child { margin-right: 0; }\n\n.minimal-dark  .esg-sortbutton-wrapper,\n.minimal-dark  .esg-cartbutton-wrapper { display:inline-block; }\n.minimal-dark  .esg-sortbutton-order,\n.minimal-dark  .esg-cartbutton-order {  display:inline-block;\n										vertical-align:top;\n										border:1px solid rgb(255,255,255);\n										border:1px solid rgba(255,255,255,0.1);\n										width:40px;\n										line-height:38px;\n										border-radius: 0px 5px 5px 0px;\n										-moz-border-radius: 0px 5px 5px 0px;\n										-webkit-border-radius: 0px 5px 5px 0px;\n										font-size:12px;\n										font-weight:600;\n										color:#fff;\n										cursor: pointer;\n										background:transparent;\n									}\n\n.minimal-dark .esg-cartbutton {\n								color:#fff;\n								cursor: default !important;\n							  }\n.minimal-dark .esg-cartbutton .esgicon-basket {\n												color:#fff;\n												font-size:15px;\n												line-height:15px;\n												margin-right:10px;\n											  }\n.minimal-dark  .esg-cartbutton-wrapper { cursor: default !important; }\n\n.minimal-dark .esg-sortbutton,\n.minimal-dark .esg-cartbutton {\n								display:inline-block;\n								position:relative;\n								cursor: pointer;\n								margin-right:0px;\n								border-right:none;\n								border-radius:5px 0px 0px 5px;\n								-moz-border-radius:5px 0px 0px 5px;\n								-webkit-border-radius:5px 0px 0px 5px;\n							   }\n\n.minimal-dark .esg-navigationbutton:hover,\n.minimal-dark .esg-filterbutton:hover,\n.minimal-dark .esg-sortbutton:hover,\n.minimal-dark .esg-sortbutton-order:hover,\n.minimal-dark .esg-cartbutton-order:hover,\n.minimal-dark .esg-filterbutton.selected {\n											border-color:#fff;\n											border-color:rgba(255,255,255,0.2);\n											color:#fff;\n											box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);\n											background:#333;\n											background: rgba(255,255,255,0.1);\n										  }\n\n.minimal-dark .esg-navigationbutton:hover * { color:#fff; }\n\n.minimal-dark .esg-sortbutton-order.tp-desc:hover {	border-color:#fff;\n													border-color:rgba(255,255,255,0.2);\n													color:#fff;\n													box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.13) !important;\n												  }\n\n.minimal-dark .esg-filter-checked {\n									padding:1px 3px;\n									color:transparent;\n									background:#000;\n									background: rgba(0,0,0,0.10);\n									margin-left:7px;\n									font-size:9px;\n									font-weight:300;\n									line-height:9px;\n									vertical-align: middle;\n								  }\n.minimal-dark .esg-filterbutton.selected .esg-filter-checked,\n.minimal-dark .esg-filterbutton:hover .esg-filter-checked {\n															padding:1px 3px 1px 3px;\n															color:#fff;\n															background:#000;\n															background: rgba(0,0,0,0.10);\n															margin-left:7px;\n															font-size:9px;\n															font-weight:300;\n															line-height:9px;\n															vertical-align: middle;\n														  }'),
(4, 'Minimal Light', 'minimal-light', '/******************************\n	-	MINIMAL LIGHT SKIN	-\n********************************/\n\n.minimal-light .navigationbuttons,\n.minimal-light .esg-pagination,\n.minimal-light .esg-filters { text-align: center; }\n\n.minimal-light .esg-filterbutton,\n.minimal-light .esg-navigationbutton,\n.minimal-light .esg-sortbutton,\n.minimal-light .esg-cartbutton a{ \n								color:#999;\n								margin-right:5px;\n								cursor:pointer;\n								padding:0px 16px;\n								border:1px solid #e5e5e5;\n								line-height:38px;\n								border-radius:5px;\n								-moz-border-radius:5px;\n								-webkit-border-radius:5px;\n								font-size:12px;\n								font-weight:700;\n								font-family:\"Open Sans\",sans-serif;\n								display: inline-block;\n								background:#fff;\n								margin-bottom:5px;\n							  }\n\n/*.minimal-light .esg-cartbutton a { color: #999; }*/\n\n.minimal-light .esg-navigationbutton * { color:#999; }\n.minimal-light .esg-navigationbutton	{ padding:0px 16px; }\n.minimal-light .esg-pagination-button:last-child { margin-right: 0; }\n.minimal-light .esg-left, .minimal-light .esg-right	{ padding:0px 11px; }\n\n.minimal-light  .esg-sortbutton-wrapper,\n.minimal-light  .esg-cartbutton-wrapper { display:inline-block; }\n.minimal-light  .esg-sortbutton-order,\n.minimal-light  .esg-cartbutton-order {	display:inline-block;\n										vertical-align:top;\n										border:1px solid #e5e5e5;\n										width:40px;\n										line-height:38px;\n										border-radius: 0px 5px 5px 0px;\n										-moz-border-radius: 0px 5px 5px 0px;\n										-webkit-border-radius: 0px 5px 5px 0px;\n										font-size:12px;\n										font-weight:700;\n										color:#999;\n										cursor: pointer;\n										background:#fff;\n									   }\n\n.minimal-light .esg-cartbutton {\n								color:#333;\n								cursor: default !important;\n								}\n.minimal-light .esg-cartbutton .esgicon-basket {color:#333;\n												font-size:15px;\n												line-height:15px;\n												margin-right:10px;\n												}\n.minimal-light  .esg-cartbutton-wrapper { cursor: default !important; }\n\n.minimal-light .esg-sortbutton,\n.minimal-light .esg-cartbutton { display:inline-block;\n								position:relative;\n								cursor: pointer;\n								margin-right:0px;\n								border-right:none;\n								border-radius:5px 0px 0px 5px;\n								-moz-border-radius:5px 0px 0px 5px;\n								-webkit-border-radius:5px 0px 0px 5px;\n								}\n\n.minimal-light .esg-navigationbutton:hover,\n.minimal-light .esg-filterbutton:hover,\n.minimal-light .esg-sortbutton:hover,\n.minimal-light .esg-sortbutton-order:hover,\n.minimal-light .esg-cartbutton a:hover,\n.minimal-light .esg-filterbutton.selected {\n											background-color:#fff;\n											border-color:#bbb;\n											color:#333;\n											box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);\n										  }\n\n.minimal-light .esg-navigationbutton:hover * { color:#333; }\n\n.minimal-light .esg-sortbutton-order.tp-desc:hover {\n													border-color:#bbb;\n													color:#333;\n													box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.13) !important;\n												   }\n\n.minimal-light .esg-filter-checked { \n									padding:1px 3px;\n									color:#cbcbcb;\n									background:#cbcbcb;\n									margin-left:7px;\n									font-size:9px;\n									font-weight:300;\n									line-height:9px;\n									vertical-align: middle;\n									}\n.minimal-light .esg-filterbutton.selected .esg-filter-checked,\n.minimal-light .esg-filterbutton:hover .esg-filter-checked {\n															padding:1px 3px 1px 3px;\n															color:#fff;\n															background:#000;\n															margin-left:7px;\n															font-size:9px;\n															font-weight:300;\n															line-height:9px;\n															vertical-align: middle;\n														   }'),
(5, 'Simple Light', 'simple-light', '/******************************\n	-	SIMPLE LIGHT SKIN	-\n********************************/\n\n.simple-light .navigationbuttons,\n.simple-light .esg-pagination,\n.simple-light .esg-filters { text-align: center; }\n\n.simple-light .esg-filterbutton,\n.simple-light .esg-navigationbutton,\n.simple-light .esg-sortbutton,\n.simple-light .esg-cartbutton a {\n								color:#000;\n								margin-right:5px;\n								cursor:pointer;\n								padding:0px 11px;\n								border:1px solid #e5e5e5;\n								line-height:30px;\n								font-size:12px;\n								font-weight:400;\n								font-family:\\\\\\\"Open Sans\\\\\\\",sans-serif;\n								display: inline-block;\n								background:#eee;\n								margin-bottom:5px;\n							  }\n\n.simple-light .esg-navigationbutton * {	color:#000; }\n.simple-light .esg-left,\n.simple-light .esg-right { color:#000; padding:0px 7px;}\n.simple-light .esg-pagination-button:last-child { margin-right: 0; }\n\n.simple-light .esg-sortbutton-wrapper,\n.simple-light .esg-cartbutton-wrapper {	display:inline-block; }\n.simple-light .esg-sortbutton-order,\n.simple-light .esg-cartbutton-order {\n									display: inline-block;\n									vertical-align: top;\n									border: 1px solid #e5e5e5;\n									width: 29px;\n									line-height: 30px;\n									font-size: 9px;\n									font-weight: 400;\n									color: #000;\n									cursor: pointer;\n									background: #eee;\n									}\n\n.simple-light .esg-cartbutton {\n								color:#333;\n								cursor: default !important;\n							  }\n.simple-light .esg-cartbutton .esgicon-basket {\n												color:#333;\n												font-size:15px;\n												line-height:15px;\n												margin-right:10px;\n											  }\n.simple-light  .esg-cartbutton-wrapper { cursor: default !important; }\n\n.simple-light .esg-sortbutton,\n.simple-light .esg-cartbutton {\n								display:inline-block;\n								position:relative;\n								cursor: pointer;\n								margin-right:5px;\n							  }\n\n\n.simple-light .esg-navigationbutton:hover,\n.simple-light .esg-filterbutton:hover,\n.simple-light .esg-sortbutton:hover,\n.simple-light .esg-sortbutton-order:hover,\n.simple-light .esg-cartbutton a:hover,\n.simple-light .esg-filterbutton.selected {\n											background-color:#fff;\n											border-color:#bbb;\n											color:#333;\n											box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);\n										 }\n\n.simple-light .esg-navigationbutton:hover * { color:#333; }\n\n.simple-light .esg-sortbutton-order.tp-desc:hover {\n													border-color:#bbb;\n													color:#333;\n													box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.13) !important;\n												  }\n\n.simple-light .esg-filter-checked {\n									padding:3px;\n									color:#c5c5c5;\n									background:#ddd;\n									margin-left:7px;\n									font-size:9px;\n									font-weight:400;\n									line-height:20px;\n									vertical-align: middle;\n								  }\n.simple-light .esg-filterbutton.selected .esg-filter-checked,\n.simple-light .esg-filterbutton:hover .esg-filter-checked {\n															padding: 3px;\n															color:#fff;\n															background:#000;\n															margin-left:7px;\n															font-size:9px;\n															font-weight:400;\n															line-height:20px;\n															vertical-align: middle\n														}'),
(6, 'Simple Dark', 'simple-dark', '/********************************\n-	SIMPLE DARK BUTTONS -\n*********************************/\n\n.simple-dark .navigationbuttons,\n.simple-dark .esg-pagination,\n.simple-dark .esg-filters {	text-align: center; }\n\n.simple-dark .esg-filterbutton,\n.simple-dark .esg-navigationbutton,\n.simple-dark .esg-sortbutton,\n.simple-dark .esg-cartbutton {\n								color:#fff;\n								margin-right:5px;\n								cursor:pointer;\n								padding:0px 10px;\n								border:1px solid rgb(255,255,255);\n								border:1px solid rgba(255,255,255,0.15);\n								line-height:29px;\n								font-size:12px;\n								font-weight:600;\n								font-family:\"Open Sans\",sans-serif;\n								display: inline-block;\n								background: rgba(255,255,255,0.08 );\n								margin-bottom:5px;\n							  }\n\n.simple-dark .esg-navigationbutton * {\n										color:#fff;\n									 }\n.simple-dark .esg-left, .simple-dark .esg-right { padding:0px 5px !important; }\n\n.simple-dark  .esg-sortbutton-wrapper,\n.simple-dark  .esg-cartbutton-wrapper {	display:inline-block; }\n.simple-dark  .esg-sortbutton-order,\n.simple-dark  .esg-cartbutton-order {\n									display: inline-block;\n									vertical-align: top;\n									border:1px solid rgb(255,255,255);\n									border:1px solid rgba(255,255,255,0.15);\n									width: 29px;\n									line-height: 29px;\n									font-size: 9px;\n									font-weight: 600;\n									color: #fff;\n									cursor: pointer;\n									background: rgba(255,255,255,0.08 );\n									}\n\n.simple-dark .esg-cartbutton {\n							color:#fff;\n							cursor: default !important;\n							}\n							\n.simple-dark .esg-cartbutton .esgicon-basket {\n												color:#fff;\n												font-size:15px;\n												line-height:15px;\n												margin-right:10px;\n											  }\n.simple-dark  .esg-cartbutton-wrapper {	cursor: default !important; }\n\n.simple-dark .esg-sortbutton,\n.simple-dark .esg-cartbutton {\n								display:inline-block;\n								position:relative;\n								cursor: pointer;\n								margin-right:5px;\n							  }\n\n\n.simple-dark .esg-navigationbutton:hover,\n.simple-dark .esg-filterbutton:hover,\n.simple-dark .esg-sortbutton:hover,\n.simple-dark .esg-sortbutton-order:hover,\n.simple-dark .esg-cartbutton-order:hover,\n.simple-dark .esg-filterbutton.selected {\n										border-color:#fff;\n										color:#000;\n										box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);\n										background:#fff;\n										}\n\n.simple-dark .esg-navigationbutton:hover * { color:#000; }\n.simple-dark .esg-pagination-button:last-child { margin-right: 0; }\n\n.simple-dark .esg-sortbutton-order.tp-desc:hover {\n													border-color:#fff;\n													border-color:rgba(255,255,255,0.2);\n													color:#000;\n													box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.13) !important;\n												 }\n\n.simple-dark .esg-filter-checked {\n									padding:1px;\n									color:transparent;\n									background:#000;\n									background: rgba(255,255,255,0.15);\n									margin-left:7px;\n									font-size:9px;\n									font-weight:300;\n									line-height:9px;\n									vertical-align: middle;\n								  }\n\n.simple-dark .esg-filterbutton.selected .esg-filter-checked,\n.simple-dark .esg-filterbutton:hover .esg-filter-checked {\n															padding:1px;\n															color:#000;\n															background:#fff;\n															margin-left:7px;\n															font-size:9px;\n															font-weight:300;\n															line-height:9px;\n															vertical-align: middle;\n														  }'),
(7, 'Text Dark', 'text-dark', '/********************************\n-	TEXT DARK BUTTONS -\n*********************************/\n\n.text-dark .navigationbuttons,\n.text-dark .esg-pagination,\n.text-dark .esg-filters { text-align: center; }\n\n.text-dark .esg-filterbutton,\n.text-dark .esg-navigationbutton,\n.text-dark .esg-sortbutton,\n.text-dark .esg-cartbutton {\n							color:#fff;\n							color:rgba(255,255,255,0.4);\n							margin-right:5px;\n							cursor:pointer;\n							padding:0px 15px 0px 10px;\n							line-height:20px;\n							font-size:12px;\n							font-weight:600;\n							font-family:\"Open Sans\",sans-serif;\n							display: inline-block;\n							background:transparent;\n							margin-bottom:5px;\n						  }\n\n.text-dark .esg-navigationbutton * {\n									color:#fff;\n									color:rgba(255,255,255,0.4);\n								   }\n\n.text-dark  .esg-sortbutton-wrapper,\n.text-dark  .esg-cartbutton-wrapper { display:inline-block; }\n.text-dark  .esg-sortbutton-order,\n.text-dark  .esg-cartbutton-order {\n									display: inline-block;\n									vertical-align: middle;\n									width: 29px;\n									line-height: 20px;\n									font-size: 9px;\n									font-weight: 700;\n									color:#fff;\n									color:rgba(255,255,255,0.4);\n									cursor: pointer;\n									background: transparent;\n								  }\n\n.text-dark .esg-cartbutton {\n							color:#fff;\n							color:rgba(255,255,255,0.4);\n							cursor: default !important;\n							}\n.text-dark .esg-cartbutton .esgicon-basket {\n											color:#fff;\n											color:rgba(255,255,255,0.4);\n											font-size:15px;\n											line-height:15px;\n											margin-right:10px;\n											}\n.text-dark  .esg-cartbutton-wrapper { cursor: default !important; }\n\n.text-dark .esg-sortbutton,\n.text-dark .esg-cartbutton {\n							display:inline-block;\n							position:relative;\n							cursor: pointer;\n							margin-right:0px;\n							}\n\n.text-dark .esg-navigationbutton:hover,\n.text-dark .esg-filterbutton:hover,\n.text-dark .esg-sortbutton:hover,\n.text-dark .esg-filterbutton.selected,\n.text-dark .esg-sortbutton-order:hover,\n.text-dark .esg-cartbutton-order:hover { color:#fff; }\n\n.text-dark .esg-navigationbutton:hover,\n.text-dark .esg-filterbutton:hover span:first-child,\n.text-dark .esg-filterbutton.selected span:first-child { text-decoration: none; }\n\n.text-dark .esg-filterbutton {\n								border-right:1px solid #fff;\n								border-right:1px solid rgba(255,255,255,0.15);\n							  }\n.text-dark .esg-filterbutton:last-child	{ border-right:none; }\n\n.text-dark .esg-sortbutton-order {\n									padding-left:10px;\n									border-left:1px solid #fff;\n									border-left:1px solid rgba(255,255,255,0.15);\n								 }\n\n.text-dark .esg-navigationbutton:hover * { color:#fff; }\n\n.text-dark .esg-sortbutton-order.tp-desc:hover {\n												border-color:#fff;\n												border-color:rgba(255,255,255,0.15);\n												color:#fff;\n												}\n\n.text-dark .esg-filter-checked {\n								padding:1px 3px;\n								color:transparent;\n								background:#000;\n								background: rgba(0,0,0,0.10);\n								margin-left:7px;\n								font-size:9px;\n								font-weight:300;\n								line-height:9px;\n								vertical-align: middle;\n								}\n\n.text-dark .esg-filter-checked * { }\n.text-dark .esg-filterbutton.selected .esg-filter-checked,\n.text-dark .esg-filterbutton:hover .esg-filter-checked {\n														padding:1px 3px 1px 3px;\n														color:#fff;\n														background:#000;\n														background: rgba(0,0,0,0.10);\n														margin-left:7px;\n														font-size:9px;\n														font-weight:300;\n														line-height:9px;\n														vertical-align: middle\n														}'),
(8, 'Text Light', 'text-light', '/********************************\n-	TEXT LIGHT BUTTONS -\n*********************************/\n\n.text-light .navigationbuttons,\n.text-light .esg-pagination,\n.text-light .esg-filters {\n						text-align: center;\n						position: relative;\n						z-index:2;\n						}\n\n.text-light .esg-filterbutton,\n.text-light .esg-navigationbutton,\n.text-light .esg-sortbutton,\n.text-light .esg-cartbutton {\n							color:#999;\n							margin-right:5px;\n							cursor:pointer;\n							padding:0px 15px 0px 10px;\n							line-height:20px;\n							font-size:12px;\n							font-weight:600;\n							font-family:\"Open Sans\",sans-serif;\n							display: inline-block;\n							background:transparent;\n							margin-bottom:5px;\n							}\n\n.text-light .esg-navigationbutton * { color:#999; }\n\n.text-light  .esg-sortbutton-wrapper,\n.text-light  .esg-cartbutton-wrapper { display:inline-block; }\n.text-light  .esg-sortbutton-order,\n.text-light  .esg-cartbutton-order {\n									display: inline-block;\n									vertical-align: middle;\n									width: 29px;\n									line-height: 20px;\n									font-size: 9px;\n									font-weight: 700;\n									color:#999;\n									cursor: pointer;\n									background: transparent;\n									}\n\n.text-light .esg-cartbutton {\n							color:#999;\n							cursor: default !important;\n							}\n.text-light .esg-cartbutton .esgicon-basket {\n											color:#999;\n											font-size:15px;\n											line-height:15px;\n											margin-right:10px;\n											}\n.text-light .esg-cartbutton-wrapper { cursor: default !important; }\n\n.text-light .esg-sortbutton,\n.text-light .esg-cartbutton {\n							display:inline-block;\n							position:relative;\n							cursor: pointer;\n							margin-right:0px;\n							}\n\n.text-light .esg-navigationbutton:hover,\n.text-light .esg-filterbutton:hover,\n.text-light .esg-sortbutton:hover,\n.text-light .esg-filterbutton.selected,\n.text-light .esg-sortbutton-order:hover,\n.text-light .esg-cartbutton-order:hover { color:#444; }\n\n.text-light .esg-navigationbutton:hover,\n.text-light .esg-filterbutton:hover span:first-child,\n.text-light .esg-filterbutton.selected span:first-child { text-decoration: underline; }\n\n.text-light .esg-filterbutton {	border-right:1px solid #e5e5e5; }\n.text-light .esg-filterbutton:last-child { border-right:none; }\n\n.text-light .esg-sortbutton-order {\n									padding-left:10px;\n									border-left:1px solid #e5e5e5;\n								  }\n\n.text-light .esg-navigationbutton:hover * {	color:#444; }\n\n.text-light .esg-sortbutton-order.tp-desc:hover {\n												border-color:#e5e5e5;\n												color:#444;\n												}\n\n.text-light .esg-filter-checked {\n								padding:1px 3px;\n								color:transparent;\n								background:#eee;\n								background: rgba(0,0,0,0.05);\n								margin-left:7px;\n								font-size:9px;\n								font-weight:300;\n								line-height:9px;\n								vertical-align: middle;\n								}\n.text-light .esg-filter-checked * { }\n.text-light .esg-filterbutton.selected .esg-filter-checked,\n.text-light .esg-filterbutton:hover .esg-filter-checked {\n														padding:1px 3px 1px 3px;\n														color:#333;\n														background:#eee;\n														background: rgba(0,0,0,0.05);\n														margin-left:7px;\n														font-size:9px;\n														font-weight:300;\n														line-height:9px;\n														vertical-align: middle;\n														}\n'),
(9, 'Flat Light-204750', 'flat-light-204750', '/********************************\r\n	-	FLAT LIGHT BUTTONS -\r\n*********************************/\r\n.flat-light-204750 .navigationbuttons,\r\n.flat-light-204750 .esg-pagination,\r\n.flat-light-204750 .esg-filters{	text-transform:uppercase;\r\n							text-align: center;\r\n						}\r\n\r\n.flat-light-204750 .esg-filterbutton,\r\n.flat-light-204750 .esg-navigationbutton,\r\n.flat-light-204750 .esg-sortbutton,\r\n.flat-light-204750 .esg-cartbutton {	color:#000;\r\n								margin-right:5px;\r\n								cursor:pointer;\r\n								position: relative;\r\n								z-index:2;\r\n								padding:1px 30px;\r\n								border:none;\r\n								line-height:38px;\r\n								border-radius:5px;\r\n								-moz-border-radius:5px;\r\n								-webkit-border-radius:5px;\r\n								font-size:12px;\r\n								font-weight:700;\r\n								font-family:\"Open Sans\",sans-serif;\r\n								display: inline-block;\r\n								background: #fff;\r\n								margin-bottom:5px;\r\n							}\r\n\r\n.flat-light-204750 .esg-navigationbutton	{ padding:2px 12px; }\r\n.flat-light-204750 .esg-navigationbutton *	{ color:#000; }\r\n.flat-light-204750 .esg-pagination-button:last-child { margin-right: 0; }\r\n\r\n.flat-light-204750  .esg-sortbutton-wrapper,\r\n.flat-light-204750  .esg-cartbutton-wrapper { display:inline-block; }\r\n.flat-light-204750  .esg-sortbutton-order,\r\n.flat-light-204750  .esg-cartbutton-order {	display:inline-block;\r\n										vertical-align:top;\r\n										border:none;\r\n										width:40px;\r\n										line-height:40px;\r\n										border-radius:5px;\r\n										-moz-border-radius:5px;\r\n										-webkit-border-radius:5px;\r\n										font-size:12px;\r\n										font-weight:700;\r\n										color:#999;\r\n										cursor: pointer;\r\n										background:#eee;\r\n										background: #fff;\r\n										margin-left:5px;\r\n									}\r\n\r\n.flat-light-204750 .esg-cartbutton {	color:#fff;\r\n								cursor: default !important;\r\n							}\r\n.flat-light-204750 .esg-cartbutton .esgicon-basket	{\r\n												color:#fff;\r\n												font-size:15px;\r\n												line-height:15px;\r\n												margin-right:10px;\r\n											}\r\n.flat-light-204750 .esg-cartbutton-wrapper { cursor: default !important; }\r\n\r\n.flat-light-204750 .esg-sortbutton,\r\n.flat-light-204750 .esg-cartbutton {	display:inline-block;\r\n								position:relative;\r\n								cursor: pointer;\r\n								margin-right:0px;\r\n								border-radius:5px;\r\n								-moz-border-radius:5px;\r\n								-webkit-border-radius:5px;\r\n							}\r\n\r\n.flat-light-204750 .esg-navigationbutton:hover,\r\n.flat-light-204750 .esg-filterbutton:hover,\r\n.flat-light-204750 .esg-sortbutton:hover,\r\n.flat-light-204750 .esg-sortbutton-order:hover,\r\n.flat-light-204750 .esg-cartbutton-order:hover,\r\n.flat-light-204750 .esg-filterbutton.selected {\r\n										border-color:none;color:#000;\r\n										background:#fff;\r\n									   }\r\n\r\n.flat-light-204750 .esg-navigationbutton:hover * { color:#333; }\r\n\r\n.flat-light-204750 .esg-sortbutton-order.tp-desc:hover	{ color:#333; }\r\n\r\n.flat-light-204750 .esg-filter-checked	{	padding:1px 3px;\r\n									color:#cbcbcb;\r\n									background:#cbcbcb;\r\n									margin-left:7px;\r\n									font-size:9px;\r\n									font-weight:300;\r\n									line-height:9px;\r\n									vertical-align: middle;\r\n								}\r\n.flat-light-204750 .esg-filterbutton.selected .esg-filter-checked,\r\n.flat-light-204750 .esg-filterbutton:hover .esg-filter-checked	{\r\n															padding:1px 3px 1px 3px;\r\n															color:#fff;\r\n															background:#000;\r\n															margin-left:7px;\r\n															font-size:9px;\r\n															font-weight:300;\r\n															line-height:9px;\r\n															vertical-align: middle;\r\n														}'),
(10, 'Flat Dark-204750', 'flat-dark-204750', '/********************************\r\n	-	FLAT DARK BUTTONS -\r\n*********************************/\r\n.flat-dark-204750 .navigationbuttons,\r\n.flat-dark-204750 .esg-pagination,\r\n.flat-dark-204750 .esg-filters {\r\n							text-transform:uppercase;\r\n							text-align: center;\r\n						}\r\n\r\n.flat-dark-204750 .esg-filterbutton,\r\n.flat-dark-204750 .esg-navigationbutton,\r\n.flat-dark-204750 .esg-sortbutton,\r\n.flat-dark-204750 .esg-cartbutton {color:#fff;\r\n							margin-right:5px;\r\n							cursor:pointer;\r\n							padding:1px 30px;\r\n							border:none;\r\n							line-height:38px;\r\n							border-radius:5px;\r\n							-moz-border-radius:5px;\r\n							-webkit-border-radius:5px;\r\n							font-size:12px;\r\n							font-weight:600;\r\n							font-family:\"Open Sans\",sans-serif;\r\n							display: inline-block;\r\n							background:#3a3a3a;\r\n							background: rgba(0,0,0,0.2);\r\n							margin-bottom:5px;\r\n							}\r\n\r\n.flat-dark-204750 .esg-navigationbutton { padding:1px 18px; }\r\n.flat-dark-204750 .esg-navigationbutton * { color:#fff; }\r\n.flat-dark-204750 .esg-pagination-button:last-child,\r\n.flat-dark-204750 .esg-filterbutton:last-child{ margin-right: 0; }\r\n.flat-dark-204750 .esg-left, .flat-dark-204750 .esg-right { padding:1px 12px; }\r\n\r\n.flat-dark-204750  .esg-sortbutton-wrapper,\r\n.flat-dark-204750  .esg-cartbutton-wrapper	{ display:inline-block; }\r\n.flat-dark-204750  .esg-sortbutton-order,\r\n.flat-dark-204750  .esg-cartbutton-order { display:inline-block;\r\n									vertical-align:top;\r\n									border:none;\r\n									width:40px;\r\n									line-height:40px;\r\n									border-radius:5px;\r\n									-moz-border-radius:5px;\r\n									-webkit-border-radius:5px;\r\n									font-size:12px;\r\n									font-weight:700;\r\n									color:#999;\r\n									cursor: pointer;\r\n									background:#eee;\r\n									background: rgba(0,0,0,0.2);\r\n									margin-left:5px;\r\n								}\r\n\r\n.flat-dark-204750 .esg-cartbutton {color:#fff;\r\n							cursor: default !important;\r\n							}\r\n.flat-dark-204750 .esg-cartbutton .esgicon-basket {color:#fff;\r\n											font-size:15px;\r\n											line-height:15px;\r\n											margin-right:10px;\r\n											}\r\n.flat-dark-204750  .esg-cartbutton-wrapper	{ cursor: default !important; }\r\n\r\n.flat-dark-204750 .esg-sortbutton,\r\n.flat-dark-204750 .esg-cartbutton { display:inline-block;\r\n							position:relative;\r\n							cursor: pointer;\r\n							margin-right:0px;\r\n							border-radius:5px;\r\n							-moz-border-radius:5px;\r\n							-webkit-border-radius:5px;\r\n							}\r\n\r\n.flat-dark-204750 .esg-navigationbutton:hover,\r\n.flat-dark-204750 .esg-filterbutton:hover,\r\n.flat-dark-204750 .esg-sortbutton:hover,\r\n.flat-dark-204750 .esg-sortbutton-order:hover,\r\n.flat-dark-204750 .esg-cartbutton-order:hover,\r\n.flat-dark-204750 .esg-filterbutton.selected { color:#fff;\r\n										border-color:none;\r\n										background:#4a4a4a;\r\n										background: rgba(0,0,0,0.5);\r\n									 }\r\n\r\n.flat-dark-204750 .esg-navigationbutton:hover * { color:#fff; }\r\n.flat-dark-204750 .esg-sortbutton-order.tp-desc:hover	{ color:#fff; }\r\n.flat-dark-204750 .esg-filter-checked {padding:1px 3px;\r\n								color:transparent;\r\n								background:#000;\r\n								background: rgba(0,0,0,0.2);\r\n								margin-left:7px;\r\n								font-size:9px;\r\n								font-weight:300;\r\n								line-height:9px;\r\n								vertical-align: middle:\r\n								}\r\n								\r\n.flat-dark-204750 .esg-filterbutton.selected .esg-filter-checked,\r\n.flat-dark-204750 .esg-filterbutton:hover .esg-filter-checked {padding:1px 3px 1px 3px;\r\n														color:#fff;\r\n														background:#000;\r\n														background: rgba(0,0,0,0.2);\r\n														margin-left:7px;\r\n														font-size:9px;\r\n														font-weight:300;\r\n														line-height:9px;\r\n														vertical-align: middle\r\n														}'),
(11, 'Minimal Dark-204750', 'minimal-dark-204750', '/********************************\r\n	-	MINIMAL DARK BUTTONS -\r\n*********************************/\r\n\r\n.minimal-dark-204750 .navigationbuttons,\r\n.minimal-dark-204750 .esg-pagination,\r\n.minimal-dark-204750 .esg-filters { text-align: center; }\r\n\r\n.minimal-dark-204750 .esg-filterbutton,\r\n.minimal-dark-204750 .esg-navigationbutton,\r\n.minimal-dark-204750 .esg-sortbutton,\r\n.minimal-dark-204750 .esg-cartbutton { color:#fff;\r\n								color:rgba(255,255,255,1);\r\n								margin-right:5px;\r\n								cursor:pointer;\r\n								padding:0px 17px;\r\n								border:1px solid rgb(255,255,255);\r\n								border:1px solid rgba(255,255,255,0.1);\r\n								line-height:38px;\r\n								border-radius:5px;\r\n								-moz-border-radius:5px;\r\n								-webkit-border-radius:5px;\r\n								font-size:12px;\r\n								font-weight:600;\r\n								font-family:\"Open Sans\",sans-serif;\r\n								display: inline-block;\r\n								background:transparent;\r\n								margin-bottom:5px;\r\n								}\r\n\r\n\r\n.minimal-dark-204750 .esg-navigationbutton * {\r\n										color:#fff;\r\n										color:rgba(255,255,255,1);\r\n									}\r\n.minimal-dark-204750 .esg-navigationbutton	{ padding:0px 11px; }\r\n.minimal-dark-204750 .esg-pagination-button { padding:0px 16px; }\r\n.minimal-dark-204750 .esg-pagination-button:last-child { margin-right: 0; }\r\n\r\n.minimal-dark-204750  .esg-sortbutton-wrapper,\r\n.minimal-dark-204750  .esg-cartbutton-wrapper { display:inline-block; }\r\n.minimal-dark-204750  .esg-sortbutton-order,\r\n.minimal-dark-204750  .esg-cartbutton-order {  display:inline-block;\r\n										vertical-align:top;\r\n										border:1px solid rgb(255,255,255);\r\n										border:1px solid rgba(255,255,255,0.1);\r\n										width:40px;\r\n										line-height:38px;\r\n										border-radius: 0px 5px 5px 0px;\r\n										-moz-border-radius: 0px 5px 5px 0px;\r\n										-webkit-border-radius: 0px 5px 5px 0px;\r\n										font-size:12px;\r\n										font-weight:600;\r\n										color:#fff;\r\n										cursor: pointer;\r\n										background:transparent;\r\n									}\r\n\r\n.minimal-dark-204750 .esg-cartbutton {\r\n								color:#fff;\r\n								cursor: default !important;\r\n							  }\r\n.minimal-dark-204750 .esg-cartbutton .esgicon-basket {\r\n												color:#fff;\r\n												font-size:15px;\r\n												line-height:15px;\r\n												margin-right:10px;\r\n											  }\r\n.minimal-dark-204750  .esg-cartbutton-wrapper { cursor: default !important; }\r\n\r\n.minimal-dark-204750 .esg-sortbutton,\r\n.minimal-dark-204750 .esg-cartbutton {\r\n								display:inline-block;\r\n								position:relative;\r\n								cursor: pointer;\r\n								margin-right:0px;\r\n								border-right:none;\r\n								border-radius:5px 0px 0px 5px;\r\n								-moz-border-radius:5px 0px 0px 5px;\r\n								-webkit-border-radius:5px 0px 0px 5px;\r\n							   }\r\n\r\n.minimal-dark-204750 .esg-navigationbutton:hover,\r\n.minimal-dark-204750 .esg-filterbutton:hover,\r\n.minimal-dark-204750 .esg-sortbutton:hover,\r\n.minimal-dark-204750 .esg-sortbutton-order:hover,\r\n.minimal-dark-204750 .esg-cartbutton-order:hover,\r\n.minimal-dark-204750 .esg-filterbutton.selected {\r\n											border-color:#fff;\r\n											border-color:rgba(255,255,255,0.2);\r\n											color:#fff;\r\n											box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);\r\n											background:#333;\r\n											background: rgba(255,255,255,0.1);\r\n										  }\r\n\r\n.minimal-dark-204750 .esg-navigationbutton:hover * { color:#fff; }\r\n\r\n.minimal-dark-204750 .esg-sortbutton-order.tp-desc:hover {	border-color:#fff;\r\n													border-color:rgba(255,255,255,0.2);\r\n													color:#fff;\r\n													box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.13) !important;\r\n												  }\r\n\r\n.minimal-dark-204750 .esg-filter-checked {\r\n									padding:1px 3px;\r\n									color:transparent;\r\n									background:#000;\r\n									background: rgba(0,0,0,0.10);\r\n									margin-left:7px;\r\n									font-size:9px;\r\n									font-weight:300;\r\n									line-height:9px;\r\n									vertical-align: middle;\r\n								  }\r\n.minimal-dark-204750 .esg-filterbutton.selected .esg-filter-checked,\r\n.minimal-dark-204750 .esg-filterbutton:hover .esg-filter-checked {\r\n															padding:1px 3px 1px 3px;\r\n															color:#fff;\r\n															background:#000;\r\n															background: rgba(0,0,0,0.10);\r\n															margin-left:7px;\r\n															font-size:9px;\r\n															font-weight:300;\r\n															line-height:9px;\r\n															vertical-align: middle;\r\n														  }'),
(12, 'Minimal Light-204750', 'minimal-light-204750', '/******************************\r\n	-	MINIMAL LIGHT SKIN	-\r\n********************************/\r\n\r\n.minimal-light-204750 .navigationbuttons,\r\n.minimal-light-204750 .esg-pagination,\r\n.minimal-light-204750 .esg-filters { text-align: center; }\r\n\r\n.minimal-light-204750 .esg-filterbutton,\r\n.minimal-light-204750 .esg-navigationbutton,\r\n.minimal-light-204750 .esg-sortbutton,\r\n.minimal-light-204750 .esg-cartbutton a{ \r\n								color:#999;\r\n								margin-right:5px;\r\n								cursor:pointer;\r\n								padding:0px 16px;\r\n								border:1px solid #e5e5e5;\r\n								line-height:38px;\r\n								border-radius:5px;\r\n								-moz-border-radius:5px;\r\n								-webkit-border-radius:5px;\r\n								font-size:12px;\r\n								font-weight:700;\r\n								font-family:\"Open Sans\",sans-serif;\r\n								display: inline-block;\r\n								background:#fff;\r\n								margin-bottom:5px;\r\n							  }\r\n\r\n/*.minimal-light-204750 .esg-cartbutton a { color: #999; }*/\r\n\r\n.minimal-light-204750 .esg-navigationbutton * { color:#999; }\r\n.minimal-light-204750 .esg-navigationbutton	{ padding:0px 16px; }\r\n.minimal-light-204750 .esg-pagination-button:last-child { margin-right: 0; }\r\n.minimal-light-204750 .esg-left, .minimal-light-204750 .esg-right	{ padding:0px 11px; }\r\n\r\n.minimal-light-204750  .esg-sortbutton-wrapper,\r\n.minimal-light-204750  .esg-cartbutton-wrapper { display:inline-block; }\r\n.minimal-light-204750  .esg-sortbutton-order,\r\n.minimal-light-204750  .esg-cartbutton-order {	display:inline-block;\r\n										vertical-align:top;\r\n										border:1px solid #e5e5e5;\r\n										width:40px;\r\n										line-height:38px;\r\n										border-radius: 0px 5px 5px 0px;\r\n										-moz-border-radius: 0px 5px 5px 0px;\r\n										-webkit-border-radius: 0px 5px 5px 0px;\r\n										font-size:12px;\r\n										font-weight:700;\r\n										color:#999;\r\n										cursor: pointer;\r\n										background:#fff;\r\n									   }\r\n\r\n.minimal-light-204750 .esg-cartbutton {\r\n								color:#333;\r\n								cursor: default !important;\r\n								}\r\n.minimal-light-204750 .esg-cartbutton .esgicon-basket {color:#333;\r\n												font-size:15px;\r\n												line-height:15px;\r\n												margin-right:10px;\r\n												}\r\n.minimal-light-204750  .esg-cartbutton-wrapper { cursor: default !important; }\r\n\r\n.minimal-light-204750 .esg-sortbutton,\r\n.minimal-light-204750 .esg-cartbutton { display:inline-block;\r\n								position:relative;\r\n								cursor: pointer;\r\n								margin-right:0px;\r\n								border-right:none;\r\n								border-radius:5px 0px 0px 5px;\r\n								-moz-border-radius:5px 0px 0px 5px;\r\n								-webkit-border-radius:5px 0px 0px 5px;\r\n								}\r\n\r\n.minimal-light-204750 .esg-navigationbutton:hover,\r\n.minimal-light-204750 .esg-filterbutton:hover,\r\n.minimal-light-204750 .esg-sortbutton:hover,\r\n.minimal-light-204750 .esg-sortbutton-order:hover,\r\n.minimal-light-204750 .esg-cartbutton a:hover,\r\n.minimal-light-204750 .esg-filterbutton.selected {\r\n											background-color:#fff;\r\n											border-color:#bbb;\r\n											color:#333;\r\n											box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);\r\n										  }\r\n\r\n.minimal-light-204750 .esg-navigationbutton:hover * { color:#333; }\r\n\r\n.minimal-light-204750 .esg-sortbutton-order.tp-desc:hover {\r\n													border-color:#bbb;\r\n													color:#333;\r\n													box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.13) !important;\r\n												   }\r\n\r\n.minimal-light-204750 .esg-filter-checked { \r\n									padding:1px 3px;\r\n									color:#cbcbcb;\r\n									background:#cbcbcb;\r\n									margin-left:7px;\r\n									font-size:9px;\r\n									font-weight:300;\r\n									line-height:9px;\r\n									vertical-align: middle;\r\n									}\r\n.minimal-light-204750 .esg-filterbutton.selected .esg-filter-checked,\r\n.minimal-light-204750 .esg-filterbutton:hover .esg-filter-checked {\r\n															padding:1px 3px 1px 3px;\r\n															color:#fff;\r\n															background:#000;\r\n															margin-left:7px;\r\n															font-size:9px;\r\n															font-weight:300;\r\n															line-height:9px;\r\n															vertical-align: middle;\r\n														   }');
INSERT INTO `wp_eg_navigation_skins` (`id`, `name`, `handle`, `css`) VALUES
(13, 'Simple Light-204750', 'simple-light-204750', '/******************************\r\n	-	SIMPLE LIGHT SKIN	-\r\n********************************/\r\n\r\n.simple-light-204750 .navigationbuttons,\r\n.simple-light-204750 .esg-pagination,\r\n.simple-light-204750 .esg-filters { text-align: center; }\r\n\r\n.simple-light-204750 .esg-filterbutton,\r\n.simple-light-204750 .esg-navigationbutton,\r\n.simple-light-204750 .esg-sortbutton,\r\n.simple-light-204750 .esg-cartbutton a {\r\n								color:#000;\r\n								margin-right:5px;\r\n								cursor:pointer;\r\n								padding:0px 11px;\r\n								border:1px solid #e5e5e5;\r\n								line-height:30px;\r\n								font-size:12px;\r\n								font-weight:400;\r\n								font-family:\\\\\\\"Open Sans\\\\\\\",sans-serif;\r\n								display: inline-block;\r\n								background:#eee;\r\n								margin-bottom:5px;\r\n							  }\r\n\r\n.simple-light-204750 .esg-navigationbutton * {	color:#000; }\r\n.simple-light-204750 .esg-left,\r\n.simple-light-204750 .esg-right { color:#000; padding:0px 7px;}\r\n.simple-light-204750 .esg-pagination-button:last-child { margin-right: 0; }\r\n\r\n.simple-light-204750 .esg-sortbutton-wrapper,\r\n.simple-light-204750 .esg-cartbutton-wrapper {	display:inline-block; }\r\n.simple-light-204750 .esg-sortbutton-order,\r\n.simple-light-204750 .esg-cartbutton-order {\r\n									display: inline-block;\r\n									vertical-align: top;\r\n									border: 1px solid #e5e5e5;\r\n									width: 29px;\r\n									line-height: 30px;\r\n									font-size: 9px;\r\n									font-weight: 400;\r\n									color: #000;\r\n									cursor: pointer;\r\n									background: #eee;\r\n									}\r\n\r\n.simple-light-204750 .esg-cartbutton {\r\n								color:#333;\r\n								cursor: default !important;\r\n							  }\r\n.simple-light-204750 .esg-cartbutton .esgicon-basket {\r\n												color:#333;\r\n												font-size:15px;\r\n												line-height:15px;\r\n												margin-right:10px;\r\n											  }\r\n.simple-light-204750  .esg-cartbutton-wrapper { cursor: default !important; }\r\n\r\n.simple-light-204750 .esg-sortbutton,\r\n.simple-light-204750 .esg-cartbutton {\r\n								display:inline-block;\r\n								position:relative;\r\n								cursor: pointer;\r\n								margin-right:5px;\r\n							  }\r\n\r\n\r\n.simple-light-204750 .esg-navigationbutton:hover,\r\n.simple-light-204750 .esg-filterbutton:hover,\r\n.simple-light-204750 .esg-sortbutton:hover,\r\n.simple-light-204750 .esg-sortbutton-order:hover,\r\n.simple-light-204750 .esg-cartbutton a:hover,\r\n.simple-light-204750 .esg-filterbutton.selected {\r\n											background-color:#fff;\r\n											border-color:#bbb;\r\n											color:#333;\r\n											box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);\r\n										 }\r\n\r\n.simple-light-204750 .esg-navigationbutton:hover * { color:#333; }\r\n\r\n.simple-light-204750 .esg-sortbutton-order.tp-desc:hover {\r\n													border-color:#bbb;\r\n													color:#333;\r\n													box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.13) !important;\r\n												  }\r\n\r\n.simple-light-204750 .esg-filter-checked {\r\n									padding:3px;\r\n									color:#c5c5c5;\r\n									background:#ddd;\r\n									margin-left:7px;\r\n									font-size:9px;\r\n									font-weight:400;\r\n									line-height:20px;\r\n									vertical-align: middle;\r\n								  }\r\n.simple-light-204750 .esg-filterbutton.selected .esg-filter-checked,\r\n.simple-light-204750 .esg-filterbutton:hover .esg-filter-checked {\r\n															padding: 3px;\r\n															color:#fff;\r\n															background:#000;\r\n															margin-left:7px;\r\n															font-size:9px;\r\n															font-weight:400;\r\n															line-height:20px;\r\n															vertical-align: middle\r\n														}'),
(14, 'Simple Dark-204750', 'simple-dark-204750', '/********************************\r\n-	SIMPLE DARK BUTTONS -\r\n*********************************/\r\n\r\n.simple-dark-204750 .navigationbuttons,\r\n.simple-dark-204750 .esg-pagination,\r\n.simple-dark-204750 .esg-filters {	text-align: center; }\r\n\r\n.simple-dark-204750 .esg-filterbutton,\r\n.simple-dark-204750 .esg-navigationbutton,\r\n.simple-dark-204750 .esg-sortbutton,\r\n.simple-dark-204750 .esg-cartbutton {\r\n								color:#fff;\r\n								margin-right:5px;\r\n								cursor:pointer;\r\n								padding:0px 10px;\r\n								border:1px solid rgb(255,255,255);\r\n								border:1px solid rgba(255,255,255,0.15);\r\n								line-height:29px;\r\n								font-size:12px;\r\n								font-weight:600;\r\n								font-family:\"Open Sans\",sans-serif;\r\n								display: inline-block;\r\n								background: rgba(255,255,255,0.08 );\r\n								margin-bottom:5px;\r\n							  }\r\n\r\n.simple-dark-204750 .esg-navigationbutton * {\r\n										color:#fff;\r\n									 }\r\n.simple-dark-204750 .esg-left, .simple-dark-204750 .esg-right { padding:0px 5px !important; }\r\n\r\n.simple-dark-204750  .esg-sortbutton-wrapper,\r\n.simple-dark-204750  .esg-cartbutton-wrapper {	display:inline-block; }\r\n.simple-dark-204750  .esg-sortbutton-order,\r\n.simple-dark-204750  .esg-cartbutton-order {\r\n									display: inline-block;\r\n									vertical-align: top;\r\n									border:1px solid rgb(255,255,255);\r\n									border:1px solid rgba(255,255,255,0.15);\r\n									width: 29px;\r\n									line-height: 29px;\r\n									font-size: 9px;\r\n									font-weight: 600;\r\n									color: #fff;\r\n									cursor: pointer;\r\n									background: rgba(255,255,255,0.08 );\r\n									}\r\n\r\n.simple-dark-204750 .esg-cartbutton {\r\n							color:#fff;\r\n							cursor: default !important;\r\n							}\r\n							\r\n.simple-dark-204750 .esg-cartbutton .esgicon-basket {\r\n												color:#fff;\r\n												font-size:15px;\r\n												line-height:15px;\r\n												margin-right:10px;\r\n											  }\r\n.simple-dark-204750  .esg-cartbutton-wrapper {	cursor: default !important; }\r\n\r\n.simple-dark-204750 .esg-sortbutton,\r\n.simple-dark-204750 .esg-cartbutton {\r\n								display:inline-block;\r\n								position:relative;\r\n								cursor: pointer;\r\n								margin-right:5px;\r\n							  }\r\n\r\n\r\n.simple-dark-204750 .esg-navigationbutton:hover,\r\n.simple-dark-204750 .esg-filterbutton:hover,\r\n.simple-dark-204750 .esg-sortbutton:hover,\r\n.simple-dark-204750 .esg-sortbutton-order:hover,\r\n.simple-dark-204750 .esg-cartbutton-order:hover,\r\n.simple-dark-204750 .esg-filterbutton.selected {\r\n										border-color:#fff;\r\n										color:#000;\r\n										box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);\r\n										background:#fff;\r\n										}\r\n\r\n.simple-dark-204750 .esg-navigationbutton:hover * { color:#000; }\r\n.simple-dark-204750 .esg-pagination-button:last-child { margin-right: 0; }\r\n\r\n.simple-dark-204750 .esg-sortbutton-order.tp-desc:hover {\r\n													border-color:#fff;\r\n													border-color:rgba(255,255,255,0.2);\r\n													color:#000;\r\n													box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.13) !important;\r\n												 }\r\n\r\n.simple-dark-204750 .esg-filter-checked {\r\n									padding:1px;\r\n									color:transparent;\r\n									background:#000;\r\n									background: rgba(255,255,255,0.15);\r\n									margin-left:7px;\r\n									font-size:9px;\r\n									font-weight:300;\r\n									line-height:9px;\r\n									vertical-align: middle;\r\n								  }\r\n\r\n.simple-dark-204750 .esg-filterbutton.selected .esg-filter-checked,\r\n.simple-dark-204750 .esg-filterbutton:hover .esg-filter-checked {\r\n															padding:1px;\r\n															color:#000;\r\n															background:#fff;\r\n															margin-left:7px;\r\n															font-size:9px;\r\n															font-weight:300;\r\n															line-height:9px;\r\n															vertical-align: middle;\r\n														  }'),
(15, 'Text Dark-204750', 'text-dark-204750', '/********************************\r\n-	TEXT DARK BUTTONS -\r\n*********************************/\r\n\r\n.text-dark-204750 .navigationbuttons,\r\n.text-dark-204750 .esg-pagination,\r\n.text-dark-204750 .esg-filters { text-align: center; }\r\n\r\n.text-dark-204750 .esg-filterbutton,\r\n.text-dark-204750 .esg-navigationbutton,\r\n.text-dark-204750 .esg-sortbutton,\r\n.text-dark-204750 .esg-cartbutton {\r\n							color:#fff;\r\n							color:rgba(255,255,255,0.4);\r\n							margin-right:5px;\r\n							cursor:pointer;\r\n							padding:0px 15px 0px 10px;\r\n							line-height:20px;\r\n							font-size:12px;\r\n							font-weight:600;\r\n							font-family:\"Open Sans\",sans-serif;\r\n							display: inline-block;\r\n							background:transparent;\r\n							margin-bottom:5px;\r\n						  }\r\n\r\n.text-dark-204750 .esg-navigationbutton * {\r\n									color:#fff;\r\n									color:rgba(255,255,255,0.4);\r\n								   }\r\n\r\n.text-dark-204750  .esg-sortbutton-wrapper,\r\n.text-dark-204750  .esg-cartbutton-wrapper { display:inline-block; }\r\n.text-dark-204750  .esg-sortbutton-order,\r\n.text-dark-204750  .esg-cartbutton-order {\r\n									display: inline-block;\r\n									vertical-align: middle;\r\n									width: 29px;\r\n									line-height: 20px;\r\n									font-size: 9px;\r\n									font-weight: 700;\r\n									color:#fff;\r\n									color:rgba(255,255,255,0.4);\r\n									cursor: pointer;\r\n									background: transparent;\r\n								  }\r\n\r\n.text-dark-204750 .esg-cartbutton {\r\n							color:#fff;\r\n							color:rgba(255,255,255,0.4);\r\n							cursor: default !important;\r\n							}\r\n.text-dark-204750 .esg-cartbutton .esgicon-basket {\r\n											color:#fff;\r\n											color:rgba(255,255,255,0.4);\r\n											font-size:15px;\r\n											line-height:15px;\r\n											margin-right:10px;\r\n											}\r\n.text-dark-204750  .esg-cartbutton-wrapper { cursor: default !important; }\r\n\r\n.text-dark-204750 .esg-sortbutton,\r\n.text-dark-204750 .esg-cartbutton {\r\n							display:inline-block;\r\n							position:relative;\r\n							cursor: pointer;\r\n							margin-right:0px;\r\n							}\r\n\r\n.text-dark-204750 .esg-navigationbutton:hover,\r\n.text-dark-204750 .esg-filterbutton:hover,\r\n.text-dark-204750 .esg-sortbutton:hover,\r\n.text-dark-204750 .esg-filterbutton.selected,\r\n.text-dark-204750 .esg-sortbutton-order:hover,\r\n.text-dark-204750 .esg-cartbutton-order:hover { color:#fff; }\r\n\r\n.text-dark-204750 .esg-navigationbutton:hover,\r\n.text-dark-204750 .esg-filterbutton:hover span:first-child,\r\n.text-dark-204750 .esg-filterbutton.selected span:first-child { text-decoration: none; }\r\n\r\n.text-dark-204750 .esg-filterbutton {\r\n								border-right:1px solid #fff;\r\n								border-right:1px solid rgba(255,255,255,0.15);\r\n							  }\r\n.text-dark-204750 .esg-filterbutton:last-child	{ border-right:none; }\r\n\r\n.text-dark-204750 .esg-sortbutton-order {\r\n									padding-left:10px;\r\n									border-left:1px solid #fff;\r\n									border-left:1px solid rgba(255,255,255,0.15);\r\n								 }\r\n\r\n.text-dark-204750 .esg-navigationbutton:hover * { color:#fff; }\r\n\r\n.text-dark-204750 .esg-sortbutton-order.tp-desc:hover {\r\n												border-color:#fff;\r\n												border-color:rgba(255,255,255,0.15);\r\n												color:#fff;\r\n												}\r\n\r\n.text-dark-204750 .esg-filter-checked {\r\n								padding:1px 3px;\r\n								color:transparent;\r\n								background:#000;\r\n								background: rgba(0,0,0,0.10);\r\n								margin-left:7px;\r\n								font-size:9px;\r\n								font-weight:300;\r\n								line-height:9px;\r\n								vertical-align: middle;\r\n								}\r\n\r\n.text-dark-204750 .esg-filter-checked * { }\r\n.text-dark-204750 .esg-filterbutton.selected .esg-filter-checked,\r\n.text-dark-204750 .esg-filterbutton:hover .esg-filter-checked {\r\n														padding:1px 3px 1px 3px;\r\n														color:#fff;\r\n														background:#000;\r\n														background: rgba(0,0,0,0.10);\r\n														margin-left:7px;\r\n														font-size:9px;\r\n														font-weight:300;\r\n														line-height:9px;\r\n														vertical-align: middle\r\n														}'),
(16, 'Text Light-204750', 'text-light-204750', '/********************************\r\n-	TEXT LIGHT BUTTONS -\r\n*********************************/\r\n\r\n.text-light-204750 .navigationbuttons,\r\n.text-light-204750 .esg-pagination,\r\n.text-light-204750 .esg-filters {\r\n						text-align: center;\r\n						position: relative;\r\n						z-index:2;\r\n						}\r\n\r\n.text-light-204750 .esg-filterbutton,\r\n.text-light-204750 .esg-navigationbutton,\r\n.text-light-204750 .esg-sortbutton,\r\n.text-light-204750 .esg-cartbutton {\r\n							color:#999;\r\n							margin-right:5px;\r\n							cursor:pointer;\r\n							padding:0px 15px 0px 10px;\r\n							line-height:20px;\r\n							font-size:12px;\r\n							font-weight:600;\r\n							font-family:\"Open Sans\",sans-serif;\r\n							display: inline-block;\r\n							background:transparent;\r\n							margin-bottom:5px;\r\n							}\r\n\r\n.text-light-204750 .esg-navigationbutton * { color:#999; }\r\n\r\n.text-light-204750  .esg-sortbutton-wrapper,\r\n.text-light-204750  .esg-cartbutton-wrapper { display:inline-block; }\r\n.text-light-204750  .esg-sortbutton-order,\r\n.text-light-204750  .esg-cartbutton-order {\r\n									display: inline-block;\r\n									vertical-align: middle;\r\n									width: 29px;\r\n									line-height: 20px;\r\n									font-size: 9px;\r\n									font-weight: 700;\r\n									color:#999;\r\n									cursor: pointer;\r\n									background: transparent;\r\n									}\r\n\r\n.text-light-204750 .esg-cartbutton {\r\n							color:#999;\r\n							cursor: default !important;\r\n							}\r\n.text-light-204750 .esg-cartbutton .esgicon-basket {\r\n											color:#999;\r\n											font-size:15px;\r\n											line-height:15px;\r\n											margin-right:10px;\r\n											}\r\n.text-light-204750 .esg-cartbutton-wrapper { cursor: default !important; }\r\n\r\n.text-light-204750 .esg-sortbutton,\r\n.text-light-204750 .esg-cartbutton {\r\n							display:inline-block;\r\n							position:relative;\r\n							cursor: pointer;\r\n							margin-right:0px;\r\n							}\r\n\r\n.text-light-204750 .esg-navigationbutton:hover,\r\n.text-light-204750 .esg-filterbutton:hover,\r\n.text-light-204750 .esg-sortbutton:hover,\r\n.text-light-204750 .esg-filterbutton.selected,\r\n.text-light-204750 .esg-sortbutton-order:hover,\r\n.text-light-204750 .esg-cartbutton-order:hover { color:#444; }\r\n\r\n.text-light-204750 .esg-navigationbutton:hover,\r\n.text-light-204750 .esg-filterbutton:hover span:first-child,\r\n.text-light-204750 .esg-filterbutton.selected span:first-child { text-decoration: underline; }\r\n\r\n.text-light-204750 .esg-filterbutton {	border-right:1px solid #e5e5e5; }\r\n.text-light-204750 .esg-filterbutton:last-child { border-right:none; }\r\n\r\n.text-light-204750 .esg-sortbutton-order {\r\n									padding-left:10px;\r\n									border-left:1px solid #e5e5e5;\r\n								  }\r\n\r\n.text-light-204750 .esg-navigationbutton:hover * {	color:#444; }\r\n\r\n.text-light-204750 .esg-sortbutton-order.tp-desc:hover {\r\n												border-color:#e5e5e5;\r\n												color:#444;\r\n												}\r\n\r\n.text-light-204750 .esg-filter-checked {\r\n								padding:1px 3px;\r\n								color:transparent;\r\n								background:#eee;\r\n								background: rgba(0,0,0,0.05);\r\n								margin-left:7px;\r\n								font-size:9px;\r\n								font-weight:300;\r\n								line-height:9px;\r\n								vertical-align: middle;\r\n								}\r\n.text-light-204750 .esg-filter-checked * { }\r\n.text-light-204750 .esg-filterbutton.selected .esg-filter-checked,\r\n.text-light-204750 .esg-filterbutton:hover .esg-filter-checked {\r\n														padding:1px 3px 1px 3px;\r\n														color:#333;\r\n														background:#eee;\r\n														background: rgba(0,0,0,0.05);\r\n														margin-left:7px;\r\n														font-size:9px;\r\n														font-weight:300;\r\n														line-height:9px;\r\n														vertical-align: middle;\r\n														}\r\n');

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

--
-- Estructura de tabla para la tabla `wp_ewwwio_images`
--

CREATE TABLE `wp_ewwwio_images` (
  `id` int(14) UNSIGNED NOT NULL,
  `attachment_id` bigint(20) UNSIGNED DEFAULT NULL,
  `gallery` varchar(10) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `resize` varchar(75) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `path` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `converted` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `results` varchar(75) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `image_size` int(10) UNSIGNED DEFAULT NULL,
  `orig_size` int(10) UNSIGNED DEFAULT NULL,
  `backup` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `level` int(5) UNSIGNED DEFAULT NULL,
  `pending` tinyint(1) NOT NULL DEFAULT '0',
  `updates` int(5) UNSIGNED DEFAULT NULL,
  `updated` timestamp NOT NULL DEFAULT '1971-01-01 06:00:00' ON UPDATE CURRENT_TIMESTAMP,
  `trace` blob
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wp_ewwwio_images`
--

INSERT INTO `wp_ewwwio_images` (`id`, `attachment_id`, `gallery`, `resize`, `path`, `converted`, `results`, `image_size`, `orig_size`, `backup`, `level`, `pending`, `updates`, `updated`, `trace`) VALUES
(1, 1062, 'media', 'full', 'ABSPATHwp-content/uploads/2020/01/semanales_servicio_daclean.png', '', 'Reducción de 34,9% (5,8 KB)', 11028, 16953, '', 10, 0, 1, '2020-01-13 13:01:31', NULL),
(2, 1062, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2020/01/semanales_servicio_daclean-150x150.png', '', 'Reducción de 22,8% (3,8 KB)', 13264, 17186, '', 10, 0, 1, '2020-01-13 13:01:32', NULL),
(3, 1061, 'media', 'full', 'ABSPATHwp-content/uploads/2020/01/mensuales_servicio_daclean.png', '', 'Reducción de 33,5% (5,5 KB)', 11178, 16804, '', 10, 0, 1, '2020-01-13 13:01:35', NULL),
(4, 1061, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2020/01/mensuales_servicio_daclean-150x150.png', '', 'Reducción de 21,3% (3,6 KB)', 13503, 17148, '', 10, 0, 1, '2020-01-13 13:01:36', NULL),
(5, 1060, 'media', 'full', 'ABSPATHwp-content/uploads/2020/01/diarios_servicio_daclean.png', '', 'Reducción de 35,0% (5,5 KB)', 10414, 16016, '', 10, 0, 1, '2020-01-13 13:01:40', NULL),
(6, 1060, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2020/01/diarios_servicio_daclean-150x150.png', '', 'Reducción de 22,3% (3,5 KB)', 12473, 16057, '', 10, 0, 1, '2020-01-13 13:01:40', NULL),
(7, 1013, 'media', 'full', 'ABSPATHwp-content/uploads/2020/01/cta_home_daclean.jpg', '', 'Reducción de 1,1% (1,1 KB)', 97779, 98895, '', 10, 0, 1, '2020-01-13 13:01:44', NULL),
(8, 1013, 'media', 'medium', 'ABSPATHwp-content/uploads/2020/01/cta_home_daclean-300x118.jpg', '', 'Reducción de 10,5% (429,0 B)', 3665, 4094, '', 10, 0, 1, '2020-01-13 13:01:44', NULL),
(9, 1013, 'media', 'large', 'ABSPATHwp-content/uploads/2020/01/cta_home_daclean-1024x402.jpg', '', 'Reducción de 9,4% (2,1 KB)', 20500, 22632, '', 10, 0, 1, '2020-01-13 13:01:44', NULL),
(10, 1013, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2020/01/cta_home_daclean-150x150.jpg', '', 'Reducción de 19,1% (432,0 B)', 1826, 2258, '', 10, 0, 1, '2020-01-13 13:01:44', NULL),
(11, 1013, 'media', 'medium_large', 'ABSPATHwp-content/uploads/2020/01/cta_home_daclean-768x301.jpg', '', 'Reducción de 7,6% (1,1 KB)', 13648, 14771, '', 10, 0, 1, '2020-01-13 13:01:44', NULL),
(12, 1013, 'media', '1536x1536', 'ABSPATHwp-content/uploads/2020/01/cta_home_daclean-1536x602.jpg', '', 'Reducción de 11,8% (4,8 KB)', 37144, 42094, '', 10, 0, 1, '2020-01-13 13:01:44', NULL),
(13, 1000, 'media', 'full', 'ABSPATHwp-content/uploads/2020/01/razones_daclean_2.png', '', 'Reducción de 25,3% (2,8 KB)', 8536, 11427, '', 10, 0, 1, '2020-01-13 13:01:47', NULL),
(14, 999, 'media', 'full', 'ABSPATHwp-content/uploads/2020/01/razones_daclean_1.png', '', 'Reducción de 26,0% (2,5 KB)', 7224, 9765, '', 10, 0, 1, '2020-01-13 13:01:51', NULL),
(15, 998, 'media', 'full', 'ABSPATHwp-content/uploads/2020/01/razones_daclean_8.png', '', 'Reducción de 29,5% (2,6 KB)', 6359, 9021, '', 10, 0, 1, '2020-01-13 13:01:54', NULL),
(16, 997, 'media', 'full', 'ABSPATHwp-content/uploads/2020/01/razones_daclean_7.png', '', 'Reducción de 25,2% (2,9 KB)', 8670, 11590, '', 10, 0, 1, '2020-01-13 13:01:58', NULL),
(17, 996, 'media', 'full', 'ABSPATHwp-content/uploads/2020/01/razones_daclean_6.png', '', 'Reducción de 27,4% (2,6 KB)', 7091, 9764, '', 10, 0, 1, '2020-01-13 13:02:02', NULL),
(18, 995, 'media', 'full', 'ABSPATHwp-content/uploads/2020/01/razones_daclean_5.png', '', 'Reducción de 26,9% (2,2 KB)', 6123, 8371, '', 10, 0, 1, '2020-01-13 13:02:06', NULL),
(19, 994, 'media', 'full', 'ABSPATHwp-content/uploads/2020/01/razones_daclean_4.png', '', 'Reducción de 26,5% (2,9 KB)', 8277, 11255, '', 10, 0, 1, '2020-01-13 13:02:09', NULL),
(20, 993, 'media', 'full', 'ABSPATHwp-content/uploads/2020/01/razones_daclean_3.png', '', 'Reducción de 26,8% (2,2 KB)', 6192, 8464, '', 10, 0, 1, '2020-01-13 13:02:13', NULL),
(21, 988, 'media', 'full', 'ABSPATHwp-content/uploads/2020/01/porque_inicio.jpg', '', 'No hay ahorros', 65053, 65053, '', 10, 0, 1, '2020-01-13 13:02:17', NULL),
(22, 988, 'media', 'medium', 'ABSPATHwp-content/uploads/2020/01/porque_inicio-300x200.jpg', '', 'Reducción de 11,1% (575,0 B)', 4627, 5202, '', 10, 0, 1, '2020-01-13 13:02:17', NULL),
(23, 988, 'media', 'large', 'ABSPATHwp-content/uploads/2020/01/porque_inicio-1024x683.jpg', '', 'Reducción de 11,7% (3,0 KB)', 23610, 26724, '', 10, 0, 1, '2020-01-13 13:02:17', NULL),
(24, 988, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2020/01/porque_inicio-150x150.jpg', '', 'Reducción de 15,7% (443,0 B)', 2375, 2818, '', 10, 0, 1, '2020-01-13 13:02:17', NULL),
(25, 988, 'media', 'medium_large', 'ABSPATHwp-content/uploads/2020/01/porque_inicio-768x512.jpg', '', 'Reducción de 9,0% (1,5 KB)', 15853, 17425, '', 10, 0, 1, '2020-01-13 13:02:17', NULL),
(26, 988, 'media', '1536x1536', 'ABSPATHwp-content/uploads/2020/01/porque_inicio-1536x1024.jpg', '', 'Reducción de 16,8% (8,3 KB)', 41826, 50284, '', 10, 0, 1, '2020-01-13 13:02:17', NULL),
(27, 975, 'media', 'full', 'ABSPATHwp-content/uploads/2020/01/grafico_logo_daclean.png', '', 'Reducción de 5,7% (7,0 KB)', 120118, 127316, '', 10, 0, 1, '2020-01-13 13:02:23', NULL),
(28, 975, 'media', 'medium', 'ABSPATHwp-content/uploads/2020/01/grafico_logo_daclean-300x255.png', '', 'Reducción de 4,3% (2,3 KB)', 51001, 53312, '', 10, 0, 1, '2020-01-13 13:02:25', NULL),
(29, 975, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2020/01/grafico_logo_daclean-150x150.png', '', 'Reducción de 3,6% (850,0 B)', 23088, 23938, '', 10, 0, 1, '2020-01-13 13:02:26', NULL),
(30, 972, 'media', 'full', 'ABSPATHwp-content/uploads/2020/01/bg-contact.jpg', '', 'No hay ahorros', 28912, 28912, '', 10, 0, 1, '2020-01-13 13:02:29', NULL),
(31, 972, 'media', 'medium', 'ABSPATHwp-content/uploads/2020/01/bg-contact-300x200.jpg', '', 'Reducción de 44,1% (1,3 KB)', 1648, 2948, '', 10, 0, 1, '2020-01-13 13:02:29', NULL),
(32, 972, 'media', 'large', 'ABSPATHwp-content/uploads/2020/01/bg-contact-1024x683.jpg', '', 'Reducción de 47,5% (8,1 KB)', 9115, 17361, '', 10, 0, 1, '2020-01-13 13:02:29', NULL),
(33, 972, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2020/01/bg-contact-150x150.jpg', '', 'Reducción de 46,0% (764,0 B)', 897, 1661, '', 10, 0, 1, '2020-01-13 13:02:29', NULL),
(34, 972, 'media', 'medium_large', 'ABSPATHwp-content/uploads/2020/01/bg-contact-768x512.jpg', '', 'Reducción de 42,5% (4,6 KB)', 6428, 11183, '', 10, 0, 1, '2020-01-13 13:02:29', NULL),
(35, 972, 'media', '1536x1536', 'ABSPATHwp-content/uploads/2020/01/bg-contact-1536x1024.jpg', '', 'Reducción de 50,5% (16,7 KB)', 16756, 33884, '', 10, 0, 1, '2020-01-13 13:02:30', NULL),
(36, 900, 'media', 'full', 'ABSPATHwp-content/uploads/2020/01/galeria_11.jpg', '', 'Reducción de 10,4% (6,3 KB)', 55496, 61970, '', 10, 0, 1, '2020-01-13 13:02:33', NULL),
(37, 900, 'media', 'medium', 'ABSPATHwp-content/uploads/2020/01/galeria_11-300x200.jpg', '', 'Reducción de 4,4% (401,0 B)', 8679, 9080, '', 10, 0, 1, '2020-01-13 13:02:33', NULL),
(38, 900, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2020/01/galeria_11-150x150.jpg', '', 'Reducción de 7,7% (384,0 B)', 4587, 4971, '', 10, 0, 1, '2020-01-13 13:02:33', NULL),
(39, 900, 'media', 'medium_large', 'ABSPATHwp-content/uploads/2020/01/galeria_11-768x512.jpg', '', 'Reducción de 3,9% (1,3 KB)', 33011, 34354, '', 10, 0, 1, '2020-01-13 13:02:33', NULL),
(40, 899, 'media', 'full', 'ABSPATHwp-content/uploads/2020/01/galeria_10.jpg', '', 'Reducción de 14,4% (7,0 KB)', 42696, 49905, '', 10, 0, 1, '2020-01-13 13:02:36', NULL),
(41, 899, 'media', 'medium', 'ABSPATHwp-content/uploads/2020/01/galeria_10-300x200.jpg', '', 'Reducción de 6,6% (469,0 B)', 6636, 7105, '', 10, 0, 1, '2020-01-13 13:02:36', NULL),
(42, 899, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2020/01/galeria_10-150x150.jpg', '', 'Reducción de 8,2% (369,0 B)', 4104, 4473, '', 10, 0, 1, '2020-01-13 13:02:36', NULL),
(43, 899, 'media', 'medium_large', 'ABSPATHwp-content/uploads/2020/01/galeria_10-768x512.jpg', '', 'Reducción de 7,4% (2,0 KB)', 25278, 27286, '', 10, 0, 1, '2020-01-13 13:02:36', NULL),
(44, 898, 'media', 'full', 'ABSPATHwp-content/uploads/2020/01/galeria_9.jpg', '', 'Reducción de 10,0% (5,7 KB)', 52583, 58456, '', 10, 0, 1, '2020-01-13 13:02:40', NULL),
(45, 898, 'media', 'medium', 'ABSPATHwp-content/uploads/2020/01/galeria_9-300x240.jpg', '', 'Reducción de 4,1% (443,0 B)', 10306, 10749, '', 10, 0, 1, '2020-01-13 13:02:40', NULL),
(46, 898, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2020/01/galeria_9-150x150.jpg', '', 'Reducción de 7,0% (373,0 B)', 4945, 5318, '', 10, 0, 1, '2020-01-13 13:02:40', NULL),
(47, 897, 'media', 'full', 'ABSPATHwp-content/uploads/2020/01/galeria_8.jpg', '', 'Reducción de 10,5% (5,7 KB)', 49768, 55628, '', 10, 0, 1, '2020-01-13 13:02:43', NULL),
(48, 897, 'media', 'medium', 'ABSPATHwp-content/uploads/2020/01/galeria_8-240x300.jpg', '', 'Reducción de 3,9% (543,0 B)', 13446, 13989, '', 10, 0, 1, '2020-01-13 13:02:43', NULL),
(49, 897, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2020/01/galeria_8-150x150.jpg', '', 'Reducción de 6,2% (389,0 B)', 5900, 6289, '', 10, 0, 1, '2020-01-13 13:02:43', NULL),
(50, 896, 'media', 'full', 'ABSPATHwp-content/uploads/2020/01/galeria_7.jpg', '', 'Reducción de 11,8% (5,6 KB)', 42344, 48034, '', 10, 0, 1, '2020-01-13 13:02:47', NULL),
(51, 896, 'media', 'medium', 'ABSPATHwp-content/uploads/2020/01/galeria_7-200x300.jpg', '', 'Reducción de 4,6% (558,0 B)', 11536, 12094, '', 10, 0, 1, '2020-01-13 13:02:47', NULL),
(52, 896, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2020/01/galeria_7-150x150.jpg', '', 'Reducción de 6,6% (421,0 B)', 6003, 6424, '', 10, 0, 1, '2020-01-13 13:02:47', NULL),
(53, 895, 'media', 'full', 'ABSPATHwp-content/uploads/2020/01/galeria_6.jpg', '', 'Reducción de 9,1% (5,8 KB)', 59471, 65427, '', 10, 0, 1, '2020-01-13 13:02:51', NULL),
(54, 895, 'media', 'medium', 'ABSPATHwp-content/uploads/2020/01/galeria_6-300x240.jpg', '', 'Reducción de 3,6% (417,0 B)', 11226, 11643, '', 10, 0, 1, '2020-01-13 13:02:51', NULL),
(55, 895, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2020/01/galeria_6-150x150.jpg', '', 'Reducción de 7,1% (406,0 B)', 5317, 5723, '', 10, 0, 1, '2020-01-13 13:02:51', NULL),
(56, 894, 'media', 'full', 'ABSPATHwp-content/uploads/2020/01/galeria_5.jpg', '', 'Reducción de 7,4% (5,7 KB)', 73325, 79146, '', 10, 0, 1, '2020-01-13 13:05:08', NULL),
(57, 894, 'media', 'medium', 'ABSPATHwp-content/uploads/2020/01/galeria_5-300x200.jpg', '', 'Reducción de 3,1% (334,0 B)', 10565, 10899, '', 10, 0, 1, '2020-01-13 13:05:09', NULL),
(58, 894, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2020/01/galeria_5-150x150.jpg', '', 'Reducción de 7,0% (377,0 B)', 4973, 5350, '', 10, 0, 1, '2020-01-13 13:05:09', NULL),
(59, 894, 'media', 'medium_large', 'ABSPATHwp-content/uploads/2020/01/galeria_5-768x512.jpg', '', 'Reducción de 2,1% (921,0 B)', 42704, 43625, '', 10, 0, 1, '2020-01-13 13:05:09', NULL),
(60, 893, 'media', 'full', 'ABSPATHwp-content/uploads/2020/01/galeria_4.jpg', '', 'Reducción de 9,7% (5,7 KB)', 54846, 60711, '', 10, 0, 1, '2020-01-13 13:05:05', NULL),
(61, 893, 'media', 'medium', 'ABSPATHwp-content/uploads/2020/01/galeria_4-300x200.jpg', '', 'Reducción de 4,6% (419,0 B)', 8607, 9026, '', 10, 0, 1, '2020-01-13 13:05:05', NULL),
(62, 893, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2020/01/galeria_4-150x150.jpg', '', 'Reducción de 7,5% (381,0 B)', 4672, 5053, '', 10, 0, 1, '2020-01-13 13:05:05', NULL),
(63, 893, 'media', 'medium_large', 'ABSPATHwp-content/uploads/2020/01/galeria_4-768x512.jpg', '', 'Reducción de 3,3% (1,1 KB)', 32653, 33757, '', 10, 0, 1, '2020-01-13 13:05:05', NULL),
(64, 892, 'media', 'full', 'ABSPATHwp-content/uploads/2020/01/galeria_3.jpg', '', 'Reducción de 10,6% (6,1 KB)', 53235, 59525, '', 10, 0, 1, '2020-01-13 13:05:00', NULL),
(65, 892, 'media', 'medium', 'ABSPATHwp-content/uploads/2020/01/galeria_3-300x200.jpg', '', 'Reducción de 5,1% (428,0 B)', 7978, 8406, '', 10, 0, 1, '2020-01-13 13:05:00', NULL),
(66, 892, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2020/01/galeria_3-150x150.jpg', '', 'Reducción de 8,4% (372,0 B)', 4032, 4404, '', 10, 0, 1, '2020-01-13 13:05:01', NULL),
(67, 892, 'media', 'medium_large', 'ABSPATHwp-content/uploads/2020/01/galeria_3-768x512.jpg', '', 'Reducción de 4,0% (1,3 KB)', 31207, 32515, '', 10, 0, 1, '2020-01-13 13:05:01', NULL),
(68, 891, 'media', 'full', 'ABSPATHwp-content/uploads/2020/01/galeria_2.jpg', '', 'Reducción de 11,0% (4,9 KB)', 40196, 45167, '', 10, 0, 1, '2020-01-13 13:04:57', NULL),
(69, 891, 'media', 'medium', 'ABSPATHwp-content/uploads/2020/01/galeria_2-240x300.jpg', '', 'Reducción de 2,5% (281,0 B)', 11156, 11437, '', 10, 0, 1, '2020-01-13 13:04:57', NULL),
(70, 891, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2020/01/galeria_2-150x150.jpg', '', 'Reducción de 7,4% (371,0 B)', 4616, 4987, '', 10, 0, 1, '2020-01-13 13:04:57', NULL),
(71, 890, 'media', 'full', 'ABSPATHwp-content/uploads/2020/01/galeria_1.jpg', '', 'Reducción de 9,7% (5,3 KB)', 50696, 56159, '', 10, 0, 1, '2020-01-13 13:04:53', NULL),
(72, 890, 'media', 'medium', 'ABSPATHwp-content/uploads/2020/01/galeria_1-300x240.jpg', '', 'Reducción de 4,2% (428,0 B)', 9781, 10209, '', 10, 0, 1, '2020-01-13 13:04:53', NULL),
(73, 890, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2020/01/galeria_1-150x150.jpg', '', 'Reducción de 7,8% (390,0 B)', 4597, 4987, '', 10, 0, 1, '2020-01-13 13:04:53', NULL),
(74, 888, 'media', 'full', 'ABSPATHwp-content/uploads/2020/01/colaboradoras_header.jpg', '', 'Reducción de 0,6% (1,3 KB)', 200032, 201339, '', 10, 0, 1, '2020-01-13 13:04:49', NULL),
(75, 888, 'media', 'medium', 'ABSPATHwp-content/uploads/2020/01/colaboradoras_header-300x200.jpg', '', 'Reducción de 10,2% (566,0 B)', 4996, 5562, '', 10, 0, 1, '2020-01-13 13:04:49', NULL),
(76, 888, 'media', 'large', 'ABSPATHwp-content/uploads/2020/01/colaboradoras_header-1024x683.jpg', '', 'Reducción de 11,4% (4,3 KB)', 34253, 38672, '', 10, 0, 1, '2020-01-13 13:04:49', NULL),
(77, 888, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2020/01/colaboradoras_header-150x150.jpg', '', 'Reducción de 13,8% (436,0 B)', 2724, 3160, '', 10, 0, 1, '2020-01-13 13:04:49', NULL),
(78, 888, 'media', 'medium_large', 'ABSPATHwp-content/uploads/2020/01/colaboradoras_header-768x512.jpg', '', 'Reducción de 9,5% (2,1 KB)', 20564, 22733, '', 10, 0, 1, '2020-01-13 13:04:49', NULL),
(79, 888, 'media', '1536x1536', 'ABSPATHwp-content/uploads/2020/01/colaboradoras_header-1536x1024.jpg', '', 'Reducción de 15,2% (12,8 KB)', 73428, 86580, '', 10, 0, 1, '2020-01-13 13:04:49', NULL),
(80, 884, 'media', 'full', 'ABSPATHwp-content/uploads/2020/01/logo-original.png', '', 'Reducción de 4,4% (1.015,0 B)', 21999, 23014, '', 10, 0, 1, '2020-01-13 13:04:45', NULL),
(81, 884, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2020/01/logo-original-150x100.png', '', 'Reducción de 6,2% (574,0 B)', 8630, 9204, '', 10, 0, 1, '2020-01-13 13:04:45', NULL),
(82, 874, 'media', 'full', 'ABSPATHwp-content/uploads/2019/12/001.png', '', 'Reducción de 17,2% (38,5 KB)', 189936, 229393, '', 10, 0, 1, '2020-01-13 13:04:39', NULL),
(83, 874, 'media', 'medium', 'ABSPATHwp-content/uploads/2019/12/001-300x300.png', '', 'Reducción de 32,9% (23,6 KB)', 49136, 73275, '', 10, 0, 1, '2020-01-13 13:04:40', NULL),
(84, 874, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2019/12/001-150x150.png', '', 'Reducción de 35,5% (8,3 KB)', 15399, 23886, '', 10, 0, 1, '2020-01-13 13:04:40', NULL),
(85, 873, 'media', 'full', 'ABSPATHwp-content/uploads/2019/12/002.png', '', 'Reducción de 16,8% (30,8 KB)', 156228, 187779, '', 10, 0, 1, '2020-01-13 13:04:24', NULL),
(86, 873, 'media', 'medium', 'ABSPATHwp-content/uploads/2019/12/002-300x300.png', '', 'Reducción de 31,5% (17,8 KB)', 39578, 57795, '', 10, 0, 1, '2020-01-13 13:04:26', NULL),
(87, 873, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2019/12/002-150x150.png', '', 'Reducción de 34,8% (5,9 KB)', 11341, 17384, '', 10, 0, 1, '2020-01-13 13:04:27', NULL),
(88, 872, 'media', 'full', 'ABSPATHwp-content/uploads/2019/12/003.png', '', 'Reducción de 16,6% (34,7 KB)', 178724, 214274, '', 10, 0, 1, '2020-01-13 13:04:09', NULL),
(89, 872, 'media', 'medium', 'ABSPATHwp-content/uploads/2019/12/003-300x300.png', '', 'Reducción de 30,9% (20,5 KB)', 47008, 68038, '', 10, 0, 1, '2020-01-13 13:04:10', NULL),
(90, 872, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2019/12/003-150x150.png', '', 'Reducción de 34,8% (7,4 KB)', 14140, 21696, '', 10, 0, 1, '2020-01-13 13:04:11', NULL),
(91, 846, 'media', 'full', 'ABSPATHwp-content/uploads/2019/12/0007_Capa-1.png', '', 'Reducción de 41,7% (3,4 KB)', 4928, 8459, '', 10, 0, 1, '2020-01-13 13:03:55', NULL),
(92, 845, 'media', 'full', 'ABSPATHwp-content/uploads/2019/12/0006_002-reliability.png', '', 'Reducción de 29,1% (3,6 KB)', 8989, 12681, '', 10, 0, 1, '2020-01-13 13:03:51', NULL),
(93, 844, 'media', 'full', 'ABSPATHwp-content/uploads/2019/12/0005_003-shield.png', '', 'Reducción de 33,9% (3,4 KB)', 6736, 10184, '', 10, 0, 1, '2020-01-13 13:03:46', NULL),
(94, 843, 'media', 'full', 'ABSPATHwp-content/uploads/2019/12/0004_004-calm.png', '', 'Reducción de 35,7% (3,3 KB)', 6178, 9606, '', 10, 0, 1, '2020-01-13 13:03:42', NULL),
(95, 842, 'media', 'full', 'ABSPATHwp-content/uploads/2019/12/0003_005-recommended.png', '', 'Reducción de 33,6% (4,3 KB)', 8731, 13152, '', 10, 0, 1, '2020-01-13 13:03:38', NULL),
(96, 841, 'media', 'full', 'ABSPATHwp-content/uploads/2019/12/0002_006-stopwatch.png', '', 'Reducción de 37,5% (3,3 KB)', 5661, 9052, '', 10, 0, 1, '2020-01-13 13:03:35', NULL),
(97, 840, 'media', 'full', 'ABSPATHwp-content/uploads/2019/12/0001_007-manager.png', '', 'Reducción de 31,5% (3,5 KB)', 7793, 11377, '', 10, 0, 1, '2020-01-13 13:03:31', NULL),
(98, 839, 'media', 'full', 'ABSPATHwp-content/uploads/2019/12/0000_008-calendar-page.png', '', 'Reducción de 47,0% (3,1 KB)', 3555, 6709, '', 10, 0, 1, '2020-01-13 13:03:27', NULL),
(99, 739, 'media', 'full', 'ABSPATHwp-content/uploads/2019/12/foto-estudio-1.png', '', 'No hay ahorros', 165013, 165013, '', 10, 0, 1, '2020-01-13 13:03:20', NULL),
(100, 739, 'media', 'medium', 'ABSPATHwp-content/uploads/2019/12/foto-estudio-1-237x300.png', '', 'Reducción de 1,6% (1,4 KB)', 86826, 88213, '', 10, 0, 1, '2020-01-13 13:03:22', NULL),
(101, 739, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2019/12/foto-estudio-1-150x150.png', '', 'Reducción de 2,0% (603,0 B)', 30081, 30684, '', 10, 0, 1, '2020-01-13 13:03:22', NULL),
(102, 702, 'media', 'full', 'ABSPATHwp-content/uploads/2019/12/header-bg.jpg', '', 'No hay ahorros', 72705, 72705, '', 10, 0, 1, '2020-01-13 13:03:13', NULL),
(103, 702, 'media', 'medium', 'ABSPATHwp-content/uploads/2019/12/header-bg-300x169.jpg', '', 'Reducción de 11,9% (548,0 B)', 4052, 4600, '', 10, 0, 1, '2020-01-13 13:03:13', NULL),
(104, 702, 'media', 'large', 'ABSPATHwp-content/uploads/2019/12/header-bg-1024x576.jpg', '', 'Reducción de 10,1% (2,6 KB)', 23433, 26052, '', 10, 0, 1, '2020-01-13 13:03:13', NULL),
(105, 702, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2019/12/header-bg-150x150.jpg', '', 'Reducción de 16,6% (435,0 B)', 2191, 2626, '', 10, 0, 1, '2020-01-13 13:03:13', NULL),
(106, 702, 'media', 'medium_large', 'ABSPATHwp-content/uploads/2019/12/header-bg-768x432.jpg', '', 'Reducción de 7,8% (1,3 KB)', 15422, 16724, '', 10, 0, 1, '2020-01-13 13:03:13', NULL),
(107, 702, 'media', '1536x1536', 'ABSPATHwp-content/uploads/2019/12/header-bg-1536x864.jpg', '', 'Reducción de 14,6% (7,1 KB)', 42358, 49603, '', 10, 0, 1, '2020-01-13 13:03:13', NULL),
(108, 687, 'media', 'full', 'ABSPATHwp-content/uploads/2019/12/daclean_slide-2.jpg', '', 'Reducción de 1,5% (4,3 KB)', 284305, 288665, '', 10, 0, 1, '2020-01-13 13:03:08', NULL),
(109, 687, 'media', 'medium', 'ABSPATHwp-content/uploads/2019/12/daclean_slide-2-300x169.jpg', '', 'Reducción de 5,2% (440,0 B)', 7981, 8421, '', 10, 0, 1, '2020-01-13 13:03:08', NULL),
(110, 687, 'media', 'large', 'ABSPATHwp-content/uploads/2019/12/daclean_slide-2-1024x576.jpg', '', 'Reducción de 3,4% (1,8 KB)', 53138, 55031, '', 10, 0, 1, '2020-01-13 13:03:08', NULL),
(111, 687, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2019/12/daclean_slide-2-150x150.jpg', '', 'Reducción de 7,5% (359,0 B)', 4436, 4795, '', 10, 0, 1, '2020-01-13 13:03:08', NULL),
(112, 687, 'media', 'medium_large', 'ABSPATHwp-content/uploads/2019/12/daclean_slide-2-768x432.jpg', '', 'Reducción de 2,5% (864,0 B)', 33565, 34429, '', 10, 0, 1, '2020-01-13 13:03:08', NULL),
(113, 687, 'media', '1536x1536', 'ABSPATHwp-content/uploads/2019/12/daclean_slide-2-1536x864.jpg', '', 'Reducción de 4,3% (4,6 KB)', 104823, 109524, '', 10, 0, 1, '2020-01-13 13:03:08', NULL),
(114, 686, 'media', 'full', 'ABSPATHwp-content/uploads/2019/12/daclean_slide-1.jpg', '', 'No hay ahorros', 153949, 153949, '', 10, 0, 1, '2020-01-13 13:03:03', NULL),
(115, 686, 'media', 'medium', 'ABSPATHwp-content/uploads/2019/12/daclean_slide-1-300x169.jpg', '', 'Reducción de 5,5% (391,0 B)', 6684, 7075, '', 10, 0, 1, '2020-01-13 13:03:04', NULL),
(116, 686, 'media', 'large', 'ABSPATHwp-content/uploads/2019/12/daclean_slide-1-1024x576.jpg', '', 'Reducción de 3,3% (1,2 KB)', 36858, 38122, '', 10, 0, 1, '2020-01-13 13:03:04', NULL),
(117, 686, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2019/12/daclean_slide-1-150x150.jpg', '', 'Reducción de 10,1% (361,0 B)', 3205, 3566, '', 10, 0, 1, '2020-01-13 13:03:04', NULL),
(118, 686, 'media', 'medium_large', 'ABSPATHwp-content/uploads/2019/12/daclean_slide-1-768x432.jpg', '', 'Reducción de 2,1% (534,0 B)', 24677, 25211, '', 10, 0, 1, '2020-01-13 13:03:04', NULL),
(119, 686, 'media', '1536x1536', 'ABSPATHwp-content/uploads/2019/12/daclean_slide-1-1536x864.jpg', '', 'Reducción de 5,7% (3,8 KB)', 64158, 68048, '', 10, 0, 1, '2020-01-13 13:03:04', NULL),
(120, 679, 'media', 'full', 'ABSPATHwp-content/uploads/2019/12/daclean_blanco.png', '', 'Reducción de 29,2% (4,3 KB)', 10745, 15180, '', 10, 0, 1, '2020-01-13 13:03:00', NULL),
(121, 679, 'media', 'medium', 'ABSPATHwp-content/uploads/2019/12/daclean_blanco-300x90.png', '', 'Reducción de 39,2% (4,1 KB)', 6563, 10788, '', 10, 0, 1, '2020-01-13 13:03:00', NULL),
(122, 679, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2019/12/daclean_blanco-150x150.png', '', 'Reducción de 33,9% (1,7 KB)', 3309, 5005, '', 10, 0, 1, '2020-01-13 13:03:00', NULL),
(123, 208, 'media', 'full', 'ABSPATHwp-content/uploads/2016/06/background-4.jpg', '', 'Reducción de 2,3% (946,0 B)', 40161, 41107, '', 10, 0, 1, '2020-01-13 13:02:55', NULL),
(124, 208, 'media', 'medium', 'ABSPATHwp-content/uploads/2016/06/background-4-300x212.jpg', '', 'Reducción de 3,8% (448,0 B)', 11307, 11755, '', 10, 0, 1, '2020-01-13 13:02:55', NULL),
(125, 208, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2016/06/background-4-150x150.jpg', '', 'Reducción de 8,6% (424,0 B)', 4510, 4934, '', 10, 0, 1, '2020-01-13 13:02:55', NULL),
(126, 208, 'media', 'woocommerce_thumbnail', 'ABSPATHwp-content/uploads/2016/06/background-4-500x500.jpg', '', 'Reducción de 1,7% (550,0 B)', 31278, 31828, '', 10, 0, 1, '2020-01-13 13:02:55', NULL),
(127, 208, 'media', 'woocommerce_single', 'ABSPATHwp-content/uploads/2016/06/background-4-600x425.jpg', '', 'Reducción de 2,4% (832,0 B)', 34498, 35330, '', 10, 0, 1, '2020-01-13 13:02:55', NULL),
(128, 208, 'media', 'woocommerce_gallery_thumbnail', 'ABSPATHwp-content/uploads/2016/06/background-4-100x100.jpg', '', 'Reducción de 14,7% (407,0 B)', 2368, 2775, '', 10, 0, 1, '2020-01-13 13:02:55', NULL),
(129, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/templates/headers/images/7.jpg', '', 'Reducción de 72,5% (5,2 KB)', 2012, 7328, '', 10, 0, 1, '2020-01-13 13:05:13', NULL),
(130, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/fullscreen/huge.gif', '', 'Reducción de 0,1% (8,0 B)', 6998, 7006, '', 10, 0, 1, '2020-01-13 13:05:13', NULL),
(131, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/fullscreen/6.jpg', '', 'Reducción de 8,0% (75,5 KB)', 884967, 962237, '', 10, 0, 1, '2020-01-13 13:05:14', NULL),
(132, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/fullscreen/wide.gif', '', 'Reducción de 0,2% (8,0 B)', 4045, 4053, '', 10, 0, 1, '2020-01-13 13:05:14', NULL),
(133, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/fullscreen/5.jpg', '', 'Reducción de 3,0% (1,3 KB)', 42917, 44257, '', 10, 0, 1, '2020-01-13 13:05:14', NULL),
(134, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/fullscreen/high.gif', '', 'Reducción de 0,2% (8,0 B)', 4045, 4053, '', 10, 0, 1, '2020-01-13 13:05:15', NULL),
(135, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/fullscreen/4.jpg', '', 'Reducción de 4,9% (4,7 KB)', 93478, 98304, '', 10, 0, 1, '2020-01-13 13:05:15', NULL),
(136, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/fullscreen/1.jpg', '', 'Reducción de 3,2% (1,9 KB)', 59954, 61924, '', 10, 0, 1, '2020-01-13 13:05:15', NULL),
(137, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/fullscreen/3.jpg', '', 'Reducción de 2,9% (1.015,0 B)', 34517, 35532, '', 10, 0, 1, '2020-01-13 13:05:15', NULL),
(138, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/fullscreen/2.jpg', '', 'Reducción de 4,0% (3,3 KB)', 81058, 84412, '', 10, 0, 1, '2020-01-13 13:05:15', NULL),
(139, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/thumbnails/t_1.jpg', '', 'Reducción de 0,6% (18,0 B)', 2984, 3002, '', 10, 0, 1, '2020-01-13 13:05:15', NULL),
(140, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/thumbnails/flash-logo.png', '', 'Reducción de 29,7% (1,9 KB)', 4505, 6410, '', 10, 0, 1, '2020-01-13 13:05:16', NULL),
(141, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/thumbnails/quicktime-logo.gif', '', 'No hay ahorros', 8769, 8769, '', 10, 0, 1, '2020-01-13 13:05:16', NULL),
(142, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/thumbnails/t_2.jpg', '', 'Reducción de 0,8% (18,0 B)', 2361, 2379, '', 10, 0, 1, '2020-01-13 13:05:16', NULL),
(143, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/thumbnails/t_3.jpg', '', 'Reducción de 1,0% (19,0 B)', 1918, 1937, '', 10, 0, 1, '2020-01-13 13:05:16', NULL),
(144, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/thumbnails/t_5.jpg', '', 'Reducción de 0,9% (23,0 B)', 2511, 2534, '', 10, 0, 1, '2020-01-13 13:05:16', NULL),
(145, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/thumbnails/t_4.jpg', '', 'Reducción de 0,4% (15,0 B)', 3326, 3341, '', 10, 0, 1, '2020-01-13 13:05:16', NULL),
(146, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/prettyPhoto/dark_rounded/btnNext.png', '', 'Reducción de 16,9% (239,0 B)', 1172, 1411, '', 10, 0, 1, '2020-01-13 13:05:16', NULL),
(147, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/prettyPhoto/dark_rounded/contentPattern.png', '', 'Reducción de 28,5% (37,0 B)', 93, 130, '', 10, 0, 1, '2020-01-13 13:05:16', NULL),
(148, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png', '', 'Reducción de 34,3% (1,4 KB)', 2677, 4076, '', 10, 0, 1, '2020-01-13 13:05:16', NULL),
(149, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/prettyPhoto/dark_rounded/default_thumbnail.gif', '', 'Reducción de 3,5% (8,0 B)', 219, 227, '', 10, 0, 1, '2020-01-13 13:05:16', NULL),
(150, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/prettyPhoto/dark_rounded/btnPrevious.png', '', 'Reducción de 14,8% (214,0 B)', 1228, 1442, '', 10, 0, 1, '2020-01-13 13:05:16', NULL),
(151, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/prettyPhoto/dark_rounded/loader.gif', '', 'Reducción de 0,4% (9,0 B)', 2536, 2545, '', 10, 0, 1, '2020-01-13 13:05:16', NULL),
(152, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/prettyPhoto/light_rounded/btnNext.png', '', 'Reducción de 16,9% (239,0 B)', 1172, 1411, '', 10, 0, 1, '2020-01-13 13:05:16', NULL),
(153, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/prettyPhoto/light_rounded/sprite.png', '', 'Reducción de 36,0% (1,4 KB)', 2624, 4099, '', 10, 0, 1, '2020-01-13 13:05:17', NULL),
(154, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/prettyPhoto/light_rounded/default_thumbnail.gif', '', 'Reducción de 3,5% (8,0 B)', 219, 227, '', 10, 0, 1, '2020-01-13 13:05:17', NULL),
(155, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/prettyPhoto/light_rounded/btnPrevious.png', '', 'Reducción de 14,8% (214,0 B)', 1228, 1442, '', 10, 0, 1, '2020-01-13 13:05:17', NULL),
(156, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/prettyPhoto/light_rounded/loader.gif', '', 'Reducción de 0,4% (9,0 B)', 2536, 2545, '', 10, 0, 1, '2020-01-13 13:05:17', NULL),
(157, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/prettyPhoto/dark_square/btnNext.png', '', 'Reducción de 16,9% (239,0 B)', 1172, 1411, '', 10, 0, 1, '2020-01-13 13:05:17', NULL),
(158, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/prettyPhoto/dark_square/contentPattern.png', '', 'Reducción de 30,6% (37,0 B)', 84, 121, '', 10, 0, 1, '2020-01-13 13:05:17', NULL),
(159, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/prettyPhoto/dark_square/sprite.png', '', 'Reducción de 33,9% (1,2 KB)', 2319, 3507, '', 10, 0, 1, '2020-01-13 13:05:17', NULL),
(160, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/prettyPhoto/dark_square/default_thumbnail.gif', '', 'Reducción de 3,5% (8,0 B)', 219, 227, '', 10, 0, 1, '2020-01-13 13:05:17', NULL),
(161, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/prettyPhoto/dark_square/btnPrevious.png', '', 'Reducción de 14,8% (214,0 B)', 1228, 1442, '', 10, 0, 1, '2020-01-13 13:05:17', NULL),
(162, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/prettyPhoto/dark_square/loader.gif', '', 'Reducción de 0,4% (9,0 B)', 2536, 2545, '', 10, 0, 1, '2020-01-13 13:05:17', NULL),
(163, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/prettyPhoto/facebook/contentPatternLeft.png', '', 'Reducción de 27,0% (37,0 B)', 100, 137, '', 10, 0, 1, '2020-01-13 13:05:17', NULL),
(164, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/prettyPhoto/facebook/contentPatternBottom.png', '', 'Reducción de 26,1% (37,0 B)', 105, 142, '', 10, 0, 1, '2020-01-13 13:05:17', NULL),
(165, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/prettyPhoto/facebook/contentPatternRight.png', '', 'Reducción de 27,2% (37,0 B)', 99, 136, '', 10, 0, 1, '2020-01-13 13:05:17', NULL),
(166, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/prettyPhoto/facebook/contentPatternTop.png', '', 'Reducción de 26,1% (37,0 B)', 105, 142, '', 10, 0, 1, '2020-01-13 13:05:18', NULL),
(167, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/prettyPhoto/facebook/btnNext.png', '', 'Reducción de 28,9% (244,0 B)', 601, 845, '', 10, 0, 1, '2020-01-13 13:05:18', NULL),
(168, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/prettyPhoto/facebook/sprite.png', '', 'Reducción de 44,4% (1,8 KB)', 2352, 4227, '', 10, 0, 1, '2020-01-13 13:05:18', NULL),
(169, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/prettyPhoto/facebook/default_thumbnail.gif', '', 'Reducción de 3,5% (8,0 B)', 219, 227, '', 10, 0, 1, '2020-01-13 13:05:18', NULL),
(170, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/prettyPhoto/facebook/btnPrevious.png', '', 'Reducción de 27,4% (227,0 B)', 601, 828, '', 10, 0, 1, '2020-01-13 13:05:18', NULL),
(171, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/prettyPhoto/facebook/loader.gif', '', 'Reducción de 0,4% (9,0 B)', 2536, 2545, '', 10, 0, 1, '2020-01-13 13:05:18', NULL),
(172, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/prettyPhoto/light_square/btnNext.png', '', 'Reducción de 16,9% (239,0 B)', 1172, 1411, '', 10, 0, 1, '2020-01-13 13:05:18', NULL),
(173, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/prettyPhoto/light_square/sprite.png', '', 'Reducción de 33,9% (1,2 KB)', 2319, 3507, '', 10, 0, 1, '2020-01-13 13:05:18', NULL),
(174, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/prettyPhoto/light_square/default_thumbnail.gif', '', 'Reducción de 3,5% (8,0 B)', 219, 227, '', 10, 0, 1, '2020-01-13 13:05:18', NULL),
(175, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/prettyPhoto/light_square/btnPrevious.png', '', 'Reducción de 14,8% (214,0 B)', 1228, 1442, '', 10, 0, 1, '2020-01-13 13:05:18', NULL),
(176, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/prettyPhoto/light_square/loader.gif', '', 'Reducción de 0,4% (9,0 B)', 2536, 2545, '', 10, 0, 1, '2020-01-13 13:05:18', NULL),
(177, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/prettyPhoto/default/sprite_next.png', '', 'Reducción de 70,3% (954,0 B)', 404, 1358, '', 10, 0, 1, '2020-01-13 13:05:18', NULL),
(178, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/prettyPhoto/default/sprite_x.png', '', 'Reducción de 89,8% (985,0 B)', 112, 1097, '', 10, 0, 1, '2020-01-13 13:05:18', NULL),
(179, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/prettyPhoto/default/sprite_y.png', '', 'Reducción de 88,5% (1,0 KB)', 134, 1162, '', 10, 0, 1, '2020-01-13 13:05:19', NULL),
(180, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/prettyPhoto/default/sprite.png', '', 'Reducción de 50,3% (3,3 KB)', 3323, 6682, '', 10, 0, 1, '2020-01-13 13:05:19', NULL),
(181, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/prettyPhoto/default/default_thumb.png', '', 'Reducción de 72,9% (1,1 KB)', 417, 1537, '', 10, 0, 1, '2020-01-13 13:05:19', NULL),
(182, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/prettyPhoto/default/sprite_prev.png', '', 'Reducción de 71,1% (978,0 B)', 398, 1376, '', 10, 0, 1, '2020-01-13 13:05:19', NULL),
(183, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/js/prettyphoto/images/prettyPhoto/default/loader.gif', '', 'Reducción de 21,2% (1,3 KB)', 4987, 6331, '', 10, 0, 1, '2020-01-13 13:05:19', NULL),
(184, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/preloader-2.gif', '', 'Reducción de 30,9% (6,6 KB)', 15129, 21900, '', 10, 0, 1, '2020-01-13 13:05:19', NULL),
(185, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/colorpicker.png', '', 'Reducción de 74,7% (900,0 B)', 305, 1205, '', 10, 0, 1, '2020-01-13 13:05:19', NULL),
(186, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/colorpicker_morecolors.png', '', 'Reducción de 81,4% (2,7 KB)', 622, 3338, '', 10, 0, 1, '2020-01-13 13:05:19', NULL),
(187, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/menu-select.gif', '', 'No hay ahorros', 1103, 1103, '', 10, 0, 1, '2020-01-13 13:05:19', NULL),
(188, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/no-ava.png', '', 'Reducción de 89,0% (16,2 KB)', 2063, 18677, '', 10, 0, 1, '2020-01-13 13:05:19', NULL),
(189, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/spacer.png', '', 'Reducción de 92,6% (856,0 B)', 68, 924, '', 10, 0, 1, '2020-01-13 13:05:20', NULL),
(190, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/preloader-1.gif', '', 'Reducción de 14,1% (4,5 KB)', 28167, 32806, '', 10, 0, 1, '2020-01-13 13:05:20', NULL),
(191, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/close_message_button.gif', '', 'No hay ahorros', 1285, 1285, '', 10, 0, 1, '2020-01-13 13:05:20', NULL),
(192, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/loading.gif', '', 'Reducción de 23,2% (816,0 B)', 2699, 3515, '', 10, 0, 1, '2020-01-13 13:05:20', NULL),
(193, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/twitter_color.png', '', 'Reducción de 82,6% (2,9 KB)', 618, 3548, '', 10, 0, 1, '2020-01-13 13:05:20', NULL),
(194, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/rss_dark.png', '', 'Reducción de 26,1% (1,2 KB)', 3572, 4831, '', 10, 0, 1, '2020-01-13 13:05:20', NULL),
(195, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/gplus.png', '', 'Reducción de 22,9% (1,0 KB)', 3609, 4682, '', 10, 0, 1, '2020-01-13 13:05:20', NULL),
(196, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/grooveshark.png', '', 'Reducción de 22,0% (1,0 KB)', 3653, 4683, '', 10, 0, 1, '2020-01-13 13:05:20', NULL),
(197, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/myspace.png', '', 'Reducción de 30,3% (1,2 KB)', 2749, 3943, '', 10, 0, 1, '2020-01-13 13:05:20', NULL),
(198, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/facebook_color.png', '', 'Reducción de 85,7% (2,9 KB)', 489, 3427, '', 10, 0, 1, '2020-01-13 13:05:21', NULL),
(199, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/forrst_dark.png', '', 'Reducción de 27,1% (963,0 B)', 2590, 3553, '', 10, 0, 1, '2020-01-13 13:05:21', NULL),
(200, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/tumblr_color.png', '', 'Reducción de 93,8% (17,2 KB)', 1162, 18757, '', 10, 0, 1, '2020-01-13 13:05:21', NULL),
(201, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/evernote.png', '', 'Reducción de 24,0% (922,0 B)', 2921, 3843, '', 10, 0, 1, '2020-01-13 13:05:21', NULL),
(202, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/rss.png', '', 'Reducción de 26,0% (1,2 KB)', 3590, 4849, '', 10, 0, 1, '2020-01-13 13:05:21', NULL),
(203, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/gplus_dark.png', '', 'Reducción de 22,8% (1,0 KB)', 3575, 4632, '', 10, 0, 1, '2020-01-13 13:05:21', NULL),
(204, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/linkedin_dark.png', '', 'Reducción de 35,6% (1,0 KB)', 1866, 2898, '', 10, 0, 1, '2020-01-13 13:05:21', NULL),
(205, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/rss_color.png', '', 'Reducción de 93,2% (17,4 KB)', 1295, 19150, '', 10, 0, 1, '2020-01-13 13:05:22', NULL),
(206, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/gplus_round.png', '', 'Reducción de 81,0% (3,7 KB)', 898, 4724, '', 10, 0, 1, '2020-01-13 13:05:22', NULL),
(207, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/skype_color.png', '', 'Reducción de 92,3% (17,2 KB)', 1458, 19053, '', 10, 0, 1, '2020-01-13 13:05:22', NULL),
(208, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/dropbox.png', '', 'Reducción de 31,7% (1,6 KB)', 3541, 5187, '', 10, 0, 1, '2020-01-13 13:05:22', NULL),
(209, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/last.fm.png', '', 'Reducción de 30,2% (931,0 B)', 2153, 3084, '', 10, 0, 1, '2020-01-13 13:05:22', NULL),
(210, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/twitter_round.png', '', 'Reducción de 81,6% (3,6 KB)', 840, 4568, '', 10, 0, 1, '2020-01-13 13:05:22', NULL),
(211, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/behance.png', '', 'Reducción de 28,2% (1,1 KB)', 2752, 3832, '', 10, 0, 1, '2020-01-13 13:05:22', NULL),
(212, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/twitter.png', '', 'Reducción de 26,3% (975,0 B)', 2733, 3708, '', 10, 0, 1, '2020-01-13 13:05:23', NULL),
(213, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/forrst.png', '', 'Reducción de 27,4% (979,0 B)', 2591, 3570, '', 10, 0, 1, '2020-01-13 13:05:23', NULL),
(214, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/amazon.png', '', 'Reducción de 21,7% (1,0 KB)', 3736, 4772, '', 10, 0, 1, '2020-01-13 13:05:23', NULL),
(215, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/youtube_color.png', '', 'Reducción de 92,9% (17,3 KB)', 1350, 19036, '', 10, 0, 1, '2020-01-13 13:05:23', NULL),
(216, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/flickr.png', '', 'Reducción de 44,6% (1,2 KB)', 1498, 2703, '', 10, 0, 1, '2020-01-13 13:05:23', NULL),
(217, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/vimeo.png', '', 'Reducción de 24,0% (937,0 B)', 2964, 3901, '', 10, 0, 1, '2020-01-13 13:05:23', NULL),
(218, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/behance_color.png', '', 'Reducción de 93,6% (17,4 KB)', 1218, 19012, '', 10, 0, 1, '2020-01-13 13:05:23', NULL),
(219, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/addthis_dark.png', '', 'Reducción de 60,4% (1,1 KB)', 741, 1869, '', 10, 0, 1, '2020-01-13 13:05:24', NULL),
(220, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/digg.png', '', 'Reducción de 47,9% (1,1 KB)', 1179, 2261, '', 10, 0, 1, '2020-01-13 13:05:24', NULL),
(221, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/flickr_color.png', '', 'Reducción de 94,5% (17,2 KB)', 1023, 18618, '', 10, 0, 1, '2020-01-13 13:05:24', NULL),
(222, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/vimeo_color.png', '', 'Reducción de 93,1% (17,2 KB)', 1304, 18899, '', 10, 0, 1, '2020-01-13 13:05:24', NULL),
(223, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/vimeo_dark.png', '', 'Reducción de 24,2% (939,0 B)', 2934, 3873, '', 10, 0, 1, '2020-01-13 13:05:24', NULL),
(224, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/dribbble.png', '', 'Reducción de 21,9% (1,3 KB)', 4906, 6278, '', 10, 0, 1, '2020-01-13 13:05:24', NULL),
(225, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/facebook_round.png', '', 'Reducción de 82,3% (3,6 KB)', 794, 4482, '', 10, 0, 1, '2020-01-13 13:05:24', NULL),
(226, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/dribbble_round.png', '', 'Reducción de 77,4% (3,7 KB)', 1101, 4869, '', 10, 0, 1, '2020-01-13 13:05:24', NULL),
(227, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/sharethis_dark.png', '', 'Reducción de 31,4% (1,2 KB)', 2627, 3828, '', 10, 0, 1, '2020-01-13 13:05:25', NULL),
(228, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/dribbble_dark.png', '', 'Reducción de 21,5% (1,3 KB)', 4884, 6220, '', 10, 0, 1, '2020-01-13 13:05:25', NULL),
(229, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/skype.png', '', 'Reducción de 26,0% (1,3 KB)', 3772, 5096, '', 10, 0, 1, '2020-01-13 13:05:25', NULL),
(230, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/facebook.png', '', 'Reducción de 43,7% (1.004,0 B)', 1292, 2296, '', 10, 0, 1, '2020-01-13 13:05:25', NULL),
(231, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/sharethis.png', '', 'Reducción de 31,6% (1,2 KB)', 2661, 3893, '', 10, 0, 1, '2020-01-13 13:05:25', NULL),
(232, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/last.fm_dark.png', '', 'Reducción de 30,2% (931,0 B)', 2149, 3080, '', 10, 0, 1, '2020-01-13 13:05:25', NULL),
(233, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/pinterest_color.png', '', 'Reducción de 79,5% (3,0 KB)', 782, 3822, '', 10, 0, 1, '2020-01-13 13:05:26', NULL),
(234, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/linkedin_color.png', '', 'Reducción de 93,8% (17,2 KB)', 1157, 18752, '', 10, 0, 1, '2020-01-13 13:05:26', NULL),
(235, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/pinterest_round.png', '', 'Reducción de 80,9% (3,7 KB)', 892, 4673, '', 10, 0, 1, '2020-01-13 13:05:26', NULL),
(236, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/grooveshark_dark.png', '', 'Reducción de 21,9% (1,0 KB)', 3656, 4681, '', 10, 0, 1, '2020-01-13 13:05:26', NULL),
(237, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/evernote_dark.png', '', 'Reducción de 24,3% (925,0 B)', 2887, 3812, '', 10, 0, 1, '2020-01-13 13:05:26', NULL),
(238, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/dropbox_dark.png', '', 'Reducción de 31,4% (1,6 KB)', 3523, 5134, '', 10, 0, 1, '2020-01-13 13:05:26', NULL),
(239, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/linkedin.png', '', 'Reducción de 34,3% (999,0 B)', 1916, 2915, '', 10, 0, 1, '2020-01-13 13:05:26', NULL),
(240, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/youtube.png', '', 'Reducción de 30,4% (923,0 B)', 2118, 3041, '', 10, 0, 1, '2020-01-13 13:05:27', NULL),
(241, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/pinterest.png', '', 'Reducción de 22,3% (965,0 B)', 3362, 4327, '', 10, 0, 1, '2020-01-13 13:05:27', NULL),
(242, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/instagram_dark.png', '', 'Reducción de 25,6% (952,0 B)', 2769, 3721, '', 10, 0, 1, '2020-01-13 13:05:31', NULL),
(243, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/tumblr.png', '', 'Reducción de 40,4% (1,1 KB)', 1630, 2733, '', 10, 0, 1, '2020-01-13 13:05:31', NULL),
(244, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/yahoo.png', '', 'Reducción de 27,3% (974,0 B)', 2590, 3564, '', 10, 0, 1, '2020-01-13 13:05:31', NULL),
(245, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/pinterest_dark.png', '', 'Reducción de 22,1% (947,0 B)', 3346, 4293, '', 10, 0, 1, '2020-01-13 13:05:31', NULL),
(246, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/youtube_dark.png', '', 'Reducción de 30,6% (924,0 B)', 2094, 3018, '', 10, 0, 1, '2020-01-13 13:05:31', NULL),
(247, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/yahoo_dark.png', '', 'Reducción de 27,1% (963,0 B)', 2592, 3555, '', 10, 0, 1, '2020-01-13 13:05:32', NULL),
(248, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/facebook_dark.png', '', 'Reducción de 45,0% (1.023,0 B)', 1248, 2271, '', 10, 0, 1, '2020-01-13 13:05:32', NULL),
(249, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/flickr_dark.png', '', 'Reducción de 43,9% (1,2 KB)', 1517, 2703, '', 10, 0, 1, '2020-01-13 13:05:32', NULL),
(250, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/myspace_dark.png', '', 'Reducción de 30,2% (1,2 KB)', 2747, 3934, '', 10, 0, 1, '2020-01-13 13:05:32', NULL),
(251, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/skype_dark.png', '', 'Reducción de 25,5% (1,3 KB)', 3782, 5079, '', 10, 0, 1, '2020-01-13 13:05:32', NULL),
(252, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/behance_dark.png', '', 'Reducción de 27,7% (1,0 KB)', 2749, 3801, '', 10, 0, 1, '2020-01-13 13:05:33', NULL),
(253, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/digg_dark.png', '', 'Reducción de 48,0% (1,0 KB)', 1153, 2218, '', 10, 0, 1, '2020-01-13 13:05:33', NULL),
(254, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/amazon_dark.png', '', 'Reducción de 21,9% (1,0 KB)', 3722, 4766, '', 10, 0, 1, '2020-01-13 13:05:33', NULL),
(255, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/instagram.png', '', 'Reducción de 25,7% (966,0 B)', 2788, 3754, '', 10, 0, 1, '2020-01-13 13:05:33', NULL),
(256, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/flickr_round.png', '', 'Reducción de 81,6% (3,9 KB)', 907, 4939, '', 10, 0, 1, '2020-01-13 13:05:33', NULL),
(257, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/github.png', '', 'Reducción de 25,0% (1,1 KB)', 3434, 4579, '', 10, 0, 1, '2020-01-13 13:05:33', NULL),
(258, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/addthis.png', '', 'Reducción de 60,2% (1,1 KB)', 750, 1883, '', 10, 0, 1, '2020-01-13 13:05:33', NULL),
(259, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/twitter_dark.png', '', 'Reducción de 26,0% (964,0 B)', 2744, 3708, '', 10, 0, 1, '2020-01-13 13:05:34', NULL),
(260, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/blogger.png', '', 'Reducción de 29,2% (987,0 B)', 2395, 3382, '', 10, 0, 1, '2020-01-13 13:05:34', NULL),
(261, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/blogger_dark.png', '', 'Reducción de 29,2% (986,0 B)', 2394, 3380, '', 10, 0, 1, '2020-01-13 13:05:34', NULL),
(262, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/tumblr_dark.png', '', 'Reducción de 40,3% (1,1 KB)', 1611, 2698, '', 10, 0, 1, '2020-01-13 13:05:34', NULL),
(263, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/github_dark.png', '', 'Reducción de 23,9% (1,1 KB)', 3434, 4512, '', 10, 0, 1, '2020-01-13 13:05:34', NULL),
(264, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/socials/gplus_color.png', '', 'Reducción de 93,1% (17,5 KB)', 1336, 19235, '', 10, 0, 1, '2020-01-13 13:05:34', NULL);
INSERT INTO `wp_ewwwio_images` (`id`, `attachment_id`, `gallery`, `resize`, `path`, `converted`, `results`, `image_size`, `orig_size`, `backup`, `level`, `pending`, `updates`, `updated`, `trace`) VALUES
(265, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/box.png', '', 'Reducción de 54,9% (1,2 KB)', 1037, 2298, '', 10, 0, 1, '2020-01-13 13:05:34', NULL),
(266, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/wayfarer-brown.png', '', 'Reducción de 52,4% (927,0 B)', 841, 1768, '', 10, 0, 1, '2020-01-13 13:05:34', NULL),
(267, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/star-rating-half.png', '', 'Reducción de 45,3% (973,0 B)', 1173, 2146, '', 10, 0, 1, '2020-01-13 13:05:35', NULL),
(268, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/controllButton-rewind.png', '', 'Reducción de 48,5% (1,3 KB)', 1382, 2685, '', 10, 0, 1, '2020-01-13 13:05:35', NULL),
(269, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/redo.png', '', 'Reducción de 65,5% (1,2 KB)', 632, 1831, '', 10, 0, 1, '2020-01-13 13:05:35', NULL),
(270, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/color-fill-big.png', '', 'Reducción de 2,7% (1,2 KB)', 42740, 43934, '', 10, 0, 1, '2020-01-13 13:05:36', NULL),
(271, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/gplus.png', '', 'Reducción de 75,9% (2,9 KB)', 940, 3895, '', 10, 0, 1, '2020-01-13 13:05:36', NULL),
(272, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/grooveshark.png', '', 'Reducción de 74,1% (2,8 KB)', 1000, 3862, '', 10, 0, 1, '2020-01-13 13:05:36', NULL),
(273, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/typekit.png', '', 'Reducción de 54,8% (1,1 KB)', 951, 2102, '', 10, 0, 1, '2020-01-13 13:05:36', NULL),
(274, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/images.png', '', 'Reducción de 41,2% (1,2 KB)', 1705, 2899, '', 10, 0, 1, '2020-01-13 13:05:36', NULL),
(275, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/folder.png', '', 'Reducción de 53,1% (1,1 KB)', 997, 2124, '', 10, 0, 1, '2020-01-13 13:05:36', NULL),
(276, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/myspace.png', '', 'Reducción de 81,0% (2,8 KB)', 681, 3581, '', 10, 0, 1, '2020-01-13 13:05:36', NULL),
(277, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/post-it.png', '', 'Reducción de 66,8% (1,0 KB)', 515, 1552, '', 10, 0, 1, '2020-01-13 13:05:36', NULL),
(278, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/recycleBin.png', '', 'Reducción de 60,1% (1,1 KB)', 724, 1813, '', 10, 0, 1, '2020-01-13 13:05:36', NULL),
(279, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/dashboard.png', '', 'Reducción de 47,0% (1,2 KB)', 1385, 2611, '', 10, 0, 1, '2020-01-13 13:05:36', NULL),
(280, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/moleskine.png', '', 'Reducción de 55,9% (1,1 KB)', 872, 1979, '', 10, 0, 1, '2020-01-13 13:05:37', NULL),
(281, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/brush_red.png', '', 'Reducción de 42,9% (965,0 B)', 1285, 2250, '', 10, 0, 1, '2020-01-13 13:05:37', NULL),
(282, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/deviantart.png', '', 'Reducción de 84,4% (2,8 KB)', 534, 3419, '', 10, 0, 1, '2020-01-13 13:05:37', NULL),
(283, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/smashing-logo.png', '', 'Reducción de 46,7% (1,0 KB)', 1217, 2283, '', 10, 0, 1, '2020-01-13 13:05:37', NULL),
(284, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/typography.png', '', 'Reducción de 62,7% (1,0 KB)', 635, 1703, '', 10, 0, 1, '2020-01-13 13:05:37', NULL),
(285, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/notifications.png', '', 'Reducción de 44,4% (919,0 B)', 1149, 2068, '', 10, 0, 1, '2020-01-13 13:05:37', NULL),
(286, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/shapes-medium.png', '', 'Reducción de 7,4% (1,3 KB)', 16134, 17419, '', 10, 0, 1, '2020-01-13 13:05:37', NULL),
(287, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/export.png', '', 'Reducción de 64,1% (1,2 KB)', 716, 1994, '', 10, 0, 1, '2020-01-13 13:05:38', NULL),
(288, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/lightbulb.png', '', 'Reducción de 46,6% (994,0 B)', 1138, 2132, '', 10, 0, 1, '2020-01-13 13:05:38', NULL),
(289, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/resize-diagonal2.png', '', 'Reducción de 78,4% (1,1 KB)', 316, 1460, '', 10, 0, 1, '2020-01-13 13:05:38', NULL),
(290, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/kickstarter.png', '', 'Reducción de 80,5% (2,8 KB)', 707, 3624, '', 10, 0, 1, '2020-01-13 13:05:38', NULL),
(291, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/evernote.png', '', 'Reducción de 79,8% (2,8 KB)', 738, 3646, '', 10, 0, 1, '2020-01-13 13:05:38', NULL),
(292, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/star-rating-full.png', '', 'Reducción de 54,6% (1,0 KB)', 893, 1966, '', 10, 0, 1, '2020-01-13 13:05:38', NULL),
(293, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/chart-big.png', '', 'Reducción de 18,7% (6,2 KB)', 27752, 34124, '', 10, 0, 1, '2020-01-13 13:05:39', NULL),
(294, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/star-medal-silver-blue.png', '', 'Reducción de 47,0% (1,0 KB)', 1208, 2280, '', 10, 0, 1, '2020-01-13 13:05:39', NULL),
(295, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/bebo.png', '', 'Reducción de 80,9% (2,8 KB)', 677, 3540, '', 10, 0, 1, '2020-01-13 13:05:39', NULL),
(296, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/shoppingbag-sale.png', '', 'Reducción de 45,6% (1,1 KB)', 1339, 2461, '', 10, 0, 1, '2020-01-13 13:05:39', NULL),
(297, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/pin-location-blue.png', '', 'Reducción de 53,0% (1.012,0 B)', 896, 1908, '', 10, 0, 1, '2020-01-13 13:05:40', NULL),
(298, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/lastfm.png', '', 'Reducción de 76,2% (2,8 KB)', 909, 3814, '', 10, 0, 1, '2020-01-13 13:05:40', NULL),
(299, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/rss.png', '', 'Reducción de 74,7% (2,9 KB)', 997, 3939, '', 10, 0, 1, '2020-01-13 13:05:40', NULL),
(300, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/document.png', '', 'Reducción de 76,0% (1,0 KB)', 325, 1353, '', 10, 0, 1, '2020-01-13 13:05:40', NULL),
(301, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/wikipedia.png', '', 'Reducción de 78,1% (2,9 KB)', 826, 3776, '', 10, 0, 1, '2020-01-13 13:05:40', NULL),
(302, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/apple.png', '', 'Reducción de 51,5% (1,1 KB)', 1034, 2131, '', 10, 0, 1, '2020-01-13 13:05:40', NULL),
(303, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/quora.png', '', 'Reducción de 76,7% (2,8 KB)', 884, 3799, '', 10, 0, 1, '2020-01-13 13:05:40', NULL),
(304, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/folder-movies.png', '', 'Reducción de 50,6% (1,1 KB)', 1122, 2271, '', 10, 0, 1, '2020-01-13 13:05:40', NULL),
(305, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/delicious.png', '', 'Reducción de 93,4% (2,7 KB)', 199, 2999, '', 10, 0, 1, '2020-01-13 13:05:40', NULL),
(306, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/controllButton-record.png', '', 'Reducción de 47,6% (1,3 KB)', 1422, 2712, '', 10, 0, 1, '2020-01-13 13:05:40', NULL),
(307, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/star-medal-silver-green.png', '', 'Reducción de 47,6% (1,1 KB)', 1198, 2285, '', 10, 0, 1, '2020-01-13 13:05:40', NULL),
(308, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/piggybank.png', '', 'Reducción de 44,8% (1,2 KB)', 1545, 2801, '', 10, 0, 1, '2020-01-13 13:05:41', NULL),
(309, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/resize-height.png', '', 'Reducción de 83,3% (1,1 KB)', 220, 1315, '', 10, 0, 1, '2020-01-13 13:05:41', NULL),
(310, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/vector.png', '', 'Reducción de 60,7% (1,0 KB)', 693, 1764, '', 10, 0, 1, '2020-01-13 13:05:41', NULL),
(311, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/customer-review.png', '', 'Reducción de 57,8% (1,1 KB)', 825, 1954, '', 10, 0, 1, '2020-01-13 13:05:41', NULL),
(312, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/css3.png', '', 'Reducción de 49,8% (1,0 KB)', 1048, 2089, '', 10, 0, 1, '2020-01-13 13:05:41', NULL),
(313, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/dropbox.png', '', 'Reducción de 72,7% (2,8 KB)', 1070, 3925, '', 10, 0, 1, '2020-01-13 13:05:41', NULL),
(314, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/cola-light.png', '', 'Reducción de 44,9% (1,0 KB)', 1286, 2336, '', 10, 0, 1, '2020-01-13 13:05:41', NULL),
(315, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/resize-full.png', '', 'Reducción de 77,5% (1,3 KB)', 387, 1718, '', 10, 0, 1, '2020-01-13 13:05:41', NULL),
(316, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/book-new.png', '', 'Reducción de 42,3% (922,0 B)', 1257, 2179, '', 10, 0, 1, '2020-01-13 13:05:41', NULL),
(317, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/clipboard.png', '', 'Reducción de 64,2% (1,1 KB)', 650, 1817, '', 10, 0, 1, '2020-01-13 13:05:41', NULL),
(318, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/behance.png', '', 'Reducción de 77,5% (2,8 KB)', 834, 3713, '', 10, 0, 1, '2020-01-13 13:05:41', NULL),
(319, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/twitter.png', '', 'Reducción de 79,6% (2,8 KB)', 725, 3559, '', 10, 0, 1, '2020-01-13 13:05:41', NULL),
(320, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/iMac.png', '', 'Reducción de 58,4% (1,1 KB)', 781, 1877, '', 10, 0, 1, '2020-01-13 13:05:41', NULL),
(321, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/star-medal-gold-red.png', '', 'Reducción de 44,0% (984,0 B)', 1250, 2234, '', 10, 0, 1, '2020-01-13 13:05:42', NULL),
(322, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/pepsi.png', '', 'Reducción de 49,4% (1,1 KB)', 1177, 2326, '', 10, 0, 1, '2020-01-13 13:05:42', NULL),
(323, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/forrst.png', '', 'Reducción de 82,2% (2,8 KB)', 626, 3518, '', 10, 0, 1, '2020-01-13 13:05:42', NULL),
(324, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/iPhone4.png', '', 'Reducción de 52,2% (1,1 KB)', 1039, 2173, '', 10, 0, 1, '2020-01-13 13:05:42', NULL),
(325, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/pin-red.png', '', 'Reducción de 62,4% (1,1 KB)', 703, 1868, '', 10, 0, 1, '2020-01-13 13:05:42', NULL),
(326, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/post-it-checked.png', '', 'Reducción de 65,6% (1,1 KB)', 618, 1795, '', 10, 0, 1, '2020-01-13 13:05:42', NULL),
(327, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/todo.png', '', 'Reducción de 55,3% (1,1 KB)', 902, 2020, '', 10, 0, 1, '2020-01-13 13:05:42', NULL),
(328, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/amazon.png', '', 'Reducción de 74,7% (2,8 KB)', 975, 3855, '', 10, 0, 1, '2020-01-13 13:05:42', NULL),
(329, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/star-medal-silver-orange.png', '', 'Reducción de 47,0% (1,1 KB)', 1218, 2299, '', 10, 0, 1, '2020-01-13 13:05:42', NULL),
(330, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/folder-dropbox.png', '', 'Reducción de 45,2% (1,1 KB)', 1331, 2430, '', 10, 0, 1, '2020-01-13 13:05:42', NULL),
(331, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/radar.png', '', 'Reducción de 46,1% (1,3 KB)', 1572, 2917, '', 10, 0, 1, '2020-01-13 13:05:43', NULL),
(332, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/star-medal-gold-orange.png', '', 'Reducción de 43,8% (997,0 B)', 1281, 2278, '', 10, 0, 1, '2020-01-13 13:05:43', NULL),
(333, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/burger.png', '', 'Reducción de 40,0% (1,2 KB)', 1775, 2960, '', 10, 0, 1, '2020-01-13 13:05:43', NULL),
(334, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/cloud.png', '', 'Reducción de 61,0% (1,2 KB)', 756, 1939, '', 10, 0, 1, '2020-01-13 13:05:43', NULL),
(335, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/addressbook.png', '', 'Reducción de 54,8% (1,1 KB)', 917, 2029, '', 10, 0, 1, '2020-01-13 13:05:43', NULL),
(336, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/flickr.png', '', 'Reducción de 84,8% (2,8 KB)', 508, 3353, '', 10, 0, 1, '2020-01-13 13:05:43', NULL),
(337, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/search-big.png', '', 'Reducción de 0,3% (165,0 B)', 60708, 60873, '', 10, 0, 1, '2020-01-13 13:05:44', NULL),
(338, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/vimeo.png', '', 'Reducción de 77,9% (2,8 KB)', 817, 3689, '', 10, 0, 1, '2020-01-13 13:05:44', NULL),
(339, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/podcast.png', '', 'Reducción de 50,8% (1,4 KB)', 1384, 2814, '', 10, 0, 1, '2020-01-13 13:05:44', NULL),
(340, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/shapes-big.png', '', 'Reducción de 6,1% (2,5 KB)', 38914, 41438, '', 10, 0, 1, '2020-01-13 13:05:46', NULL),
(341, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/resize-width.png', '', 'Reducción de 80,9% (1,1 KB)', 264, 1383, '', 10, 0, 1, '2020-01-13 13:05:49', NULL),
(342, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/soup.png', '', 'Reducción de 46,6% (1,1 KB)', 1326, 2483, '', 10, 0, 1, '2020-01-13 13:05:49', NULL),
(343, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/quality-HD.png', '', 'Reducción de 63,2% (1,0 KB)', 625, 1699, '', 10, 0, 1, '2020-01-13 13:05:49', NULL),
(344, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/chip.png', '', 'Reducción de 47,7% (1,1 KB)', 1228, 2348, '', 10, 0, 1, '2020-01-13 13:05:50', NULL),
(345, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/pin-purple.png', '', 'Reducción de 56,3% (1,1 KB)', 890, 2035, '', 10, 0, 1, '2020-01-13 13:05:50', NULL),
(346, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/xing.png', '', 'Reducción de 78,7% (2,9 KB)', 794, 3725, '', 10, 0, 1, '2020-01-13 13:05:50', NULL),
(347, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/calendar.png', '', 'Reducción de 65,3% (1,2 KB)', 628, 1810, '', 10, 0, 1, '2020-01-13 13:05:50', NULL),
(348, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/pin-location-red.png', '', 'Reducción de 53,9% (1,0 KB)', 879, 1907, '', 10, 0, 1, '2020-01-13 13:05:50', NULL),
(349, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/pin-green.png', '', 'Reducción de 55,8% (1,1 KB)', 902, 2043, '', 10, 0, 1, '2020-01-13 13:05:50', NULL),
(350, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/floppydisc.png', '', 'Reducción de 58,2% (1,3 KB)', 946, 2264, '', 10, 0, 1, '2020-01-13 13:05:50', NULL),
(351, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/mail.png', '', 'Reducción de 66,8% (1,3 KB)', 640, 1927, '', 10, 0, 1, '2020-01-13 13:05:50', NULL),
(352, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/manila-envelope.png', '', 'Reducción de 48,8% (1,1 KB)', 1236, 2412, '', 10, 0, 1, '2020-01-13 13:05:50', NULL),
(353, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/digg.png', '', 'Reducción de 91,1% (2,8 KB)', 282, 3161, '', 10, 0, 1, '2020-01-13 13:05:50', NULL),
(354, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/controllButton-stop.png', '', 'Reducción de 47,3% (1,2 KB)', 1349, 2561, '', 10, 0, 1, '2020-01-13 13:05:50', NULL),
(355, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/graphs-bar.png', '', 'Reducción de 72,9% (1,0 KB)', 394, 1452, '', 10, 0, 1, '2020-01-13 13:05:50', NULL),
(356, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/crate.png', '', 'Reducción de 42,9% (1,1 KB)', 1460, 2556, '', 10, 0, 1, '2020-01-13 13:05:50', NULL),
(357, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/controllButton-Forward.png', '', 'Reducción de 48,2% (1,3 KB)', 1403, 2708, '', 10, 0, 1, '2020-01-13 13:05:50', NULL),
(358, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/ePUB.png', '', 'Reducción de 53,6% (1,1 KB)', 981, 2115, '', 10, 0, 1, '2020-01-13 13:05:51', NULL),
(359, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/id.png', '', 'Reducción de 54,7% (1,1 KB)', 943, 2083, '', 10, 0, 1, '2020-01-13 13:05:51', NULL),
(360, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/iPhone4-alternative.png', '', 'Reducción de 51,7% (1,1 KB)', 1007, 2086, '', 10, 0, 1, '2020-01-13 13:05:51', NULL),
(361, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/picasa.png', '', 'Reducción de 78,7% (2,9 KB)', 799, 3752, '', 10, 0, 1, '2020-01-13 13:05:51', NULL),
(362, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/folder-download.png', '', 'Reducción de 50,5% (1,1 KB)', 1119, 2259, '', 10, 0, 1, '2020-01-13 13:05:51', NULL),
(363, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/quality-SD.png', '', 'Reducción de 61,9% (1,1 KB)', 672, 1764, '', 10, 0, 1, '2020-01-13 13:05:51', NULL),
(364, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/undo.png', '', 'Reducción de 63,1% (1,1 KB)', 687, 1863, '', 10, 0, 1, '2020-01-13 13:05:51', NULL),
(365, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/signpost.png', '', 'Reducción de 55,2% (1,1 KB)', 922, 2056, '', 10, 0, 1, '2020-01-13 13:05:51', NULL),
(366, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/dribbble.png', '', 'Reducción de 70,6% (2,9 KB)', 1241, 4219, '', 10, 0, 1, '2020-01-13 13:05:51', NULL),
(367, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/book.png', '', 'Reducción de 65,0% (1.005,0 B)', 540, 1545, '', 10, 0, 1, '2020-01-13 13:05:51', NULL),
(368, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/graphs-pie.png', '', 'Reducción de 58,9% (1,2 KB)', 832, 2025, '', 10, 0, 1, '2020-01-13 13:05:51', NULL),
(369, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/pin-location-orange.png', '', 'Reducción de 54,0% (1,0 KB)', 879, 1910, '', 10, 0, 1, '2020-01-13 13:05:52', NULL),
(370, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/creditcard.png', '', 'Reducción de 58,3% (1,1 KB)', 781, 1872, '', 10, 0, 1, '2020-01-13 13:05:52', NULL),
(371, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/controllButton-Pause.png', '', 'Reducción de 47,9% (1,2 KB)', 1370, 2630, '', 10, 0, 1, '2020-01-13 13:05:52', NULL),
(372, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/wayfarer-violet.png', '', 'Reducción de 52,3% (922,0 B)', 840, 1762, '', 10, 0, 1, '2020-01-13 13:05:52', NULL),
(373, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/folder-upload.png', '', 'Reducción de 50,4% (1,1 KB)', 1120, 2258, '', 10, 0, 1, '2020-01-13 13:05:52', NULL),
(374, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/rainbow_with_sun.png', '', 'Reducción de 44,6% (1,1 KB)', 1361, 2457, '', 10, 0, 1, '2020-01-13 13:05:52', NULL),
(375, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/disc-colored.png', '', 'Reducción de 49,6% (1,4 KB)', 1428, 2833, '', 10, 0, 1, '2020-01-13 13:05:52', NULL),
(376, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/resize-shrink.png', '', 'Reducción de 70,5% (1,2 KB)', 494, 1674, '', 10, 0, 1, '2020-01-13 13:05:52', NULL),
(377, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/merge-cells-big.png', '', 'Reducción de 19,7% (8,6 KB)', 35964, 44781, '', 10, 0, 1, '2020-01-13 13:05:54', NULL),
(378, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/firewall.png', '', 'Reducción de 42,8% (1,2 KB)', 1618, 2827, '', 10, 0, 1, '2020-01-13 13:05:54', NULL),
(379, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/technorati.png', '', 'Reducción de 78,0% (2,8 KB)', 820, 3732, '', 10, 0, 1, '2020-01-13 13:05:54', NULL),
(380, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/boxDownload.png', '', 'Reducción de 55,8% (1,2 KB)', 1013, 2291, '', 10, 0, 1, '2020-01-13 13:05:54', NULL),
(381, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/vk2.png', '', 'Reducción de 35,1% (161,0 B)', 298, 459, '', 10, 0, 1, '2020-01-13 13:05:54', NULL),
(382, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/coins.png', '', 'Reducción de 51,5% (1,2 KB)', 1197, 2469, '', 10, 0, 1, '2020-01-13 13:05:54', NULL),
(383, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/presentation.png', '', 'Reducción de 61,0% (1,2 KB)', 756, 1939, '', 10, 0, 1, '2020-01-13 13:05:55', NULL),
(384, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/pin-location-purple.png', '', 'Reducción de 54,1% (1,0 KB)', 880, 1918, '', 10, 0, 1, '2020-01-13 13:05:55', NULL),
(385, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/facebook.png', '', 'Reducción de 85,9% (2,8 KB)', 466, 3310, '', 10, 0, 1, '2020-01-13 13:05:55', NULL),
(386, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/sharethis.png', '', 'Reducción de 80,1% (2,9 KB)', 742, 3735, '', 10, 0, 1, '2020-01-13 13:05:55', NULL),
(387, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/pin-blue.png', '', 'Reducción de 59,5% (1,1 KB)', 791, 1954, '', 10, 0, 1, '2020-01-13 13:05:55', NULL),
(388, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/clapperboard.png', '', 'Reducción de 53,0% (1,1 KB)', 963, 2051, '', 10, 0, 1, '2020-01-13 13:05:55', NULL),
(389, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/red_bull.png', '', 'Reducción de 54,2% (1,1 KB)', 978, 2134, '', 10, 0, 1, '2020-01-13 13:05:55', NULL),
(390, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/pantone_guide.png', '', 'Reducción de 51,4% (1,2 KB)', 1118, 2302, '', 10, 0, 1, '2020-01-13 13:05:56', NULL),
(391, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/zerply.png', '', 'Reducción de 79,0% (2,9 KB)', 777, 3705, '', 10, 0, 1, '2020-01-13 13:05:56', NULL),
(392, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/coke.png', '', 'Reducción de 43,5% (996,0 B)', 1292, 2288, '', 10, 0, 1, '2020-01-13 13:05:56', NULL),
(393, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/itunes.png', '', 'Reducción de 45,4% (1,3 KB)', 1548, 2837, '', 10, 0, 1, '2020-01-13 13:05:56', NULL),
(394, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/camera.png', '', 'Reducción de 43,3% (1,1 KB)', 1481, 2613, '', 10, 0, 1, '2020-01-13 13:05:56', NULL),
(395, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/rainbow.png', '', 'Reducción de 58,1% (1,1 KB)', 830, 1979, '', 10, 0, 1, '2020-01-13 13:05:57', NULL),
(396, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/resize-diagonal1.png', '', 'Reducción de 77,2% (1,1 KB)', 327, 1437, '', 10, 0, 1, '2020-01-13 13:05:57', NULL),
(397, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/stumbleupon.png', '', 'Reducción de 83,7% (2,8 KB)', 567, 3483, '', 10, 0, 1, '2020-01-13 13:05:57', NULL),
(398, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/color-blackwhite.png', '', 'Reducción de 50,2% (919,0 B)', 912, 1831, '', 10, 0, 1, '2020-01-13 13:05:57', NULL),
(399, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/star-rating-empty.png', '', 'Reducción de 50,6% (1,0 KB)', 1025, 2074, '', 10, 0, 1, '2020-01-13 13:05:58', NULL),
(400, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/soundcloud.png', '', 'Reducción de 84,3% (2,8 KB)', 528, 3360, '', 10, 0, 1, '2020-01-13 13:05:58', NULL),
(401, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/recycleBinFull.png', '', 'Reducción de 45,0% (1,1 KB)', 1412, 2567, '', 10, 0, 1, '2020-01-13 13:05:58', NULL),
(402, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/brush_purple.png', '', 'Reducción de 43,1% (976,0 B)', 1290, 2266, '', 10, 0, 1, '2020-01-13 13:05:58', NULL),
(403, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/print-big.png', '', 'Reducción de 2,6% (1,1 KB)', 41412, 42497, '', 10, 0, 1, '2020-01-13 13:06:00', NULL),
(404, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/linkedin.png', '', 'Reducción de 83,8% (2,8 KB)', 558, 3435, '', 10, 0, 1, '2020-01-13 13:06:00', NULL),
(405, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/color-full.png', '', 'Reducción de 43,3% (1,2 KB)', 1564, 2756, '', 10, 0, 1, '2020-01-13 13:06:00', NULL),
(406, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/speechbubbles.png', '', 'Reducción de 51,0% (1,1 KB)', 1123, 2291, '', 10, 0, 1, '2020-01-13 13:06:00', NULL),
(407, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/youtube.png', '', 'Reducción de 80,8% (2,7 KB)', 668, 3476, '', 10, 0, 1, '2020-01-13 13:06:00', NULL),
(408, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/star-medal-silver-red.png', '', 'Reducción de 46,4% (1,0 KB)', 1190, 2222, '', 10, 0, 1, '2020-01-13 13:06:00', NULL),
(409, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/html5.png', '', 'Reducción de 52,0% (1,1 KB)', 1004, 2093, '', 10, 0, 1, '2020-01-13 13:06:00', NULL),
(410, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/outbox.png', '', 'Reducción de 55,6% (1,1 KB)', 875, 1970, '', 10, 0, 1, '2020-01-13 13:06:00', NULL),
(411, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/ebook-alternative.png', '', 'Reducción de 49,9% (1.019,0 B)', 1025, 2044, '', 10, 0, 1, '2020-01-13 13:06:00', NULL),
(412, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/pinterest.png', '', 'Reducción de 75,7% (2,8 KB)', 916, 3768, '', 10, 0, 1, '2020-01-13 13:06:01', NULL),
(413, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/facebook-alternative.png', '', 'Reducción de 59,3% (1,1 KB)', 744, 1829, '', 10, 0, 1, '2020-01-13 13:06:01', NULL),
(414, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/brush_yellow.png', '', 'Reducción de 42,9% (965,0 B)', 1285, 2250, '', 10, 0, 1, '2020-01-13 13:06:01', NULL),
(415, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/import.png', '', 'Reducción de 64,7% (1,3 KB)', 724, 2052, '', 10, 0, 1, '2020-01-13 13:06:01', NULL),
(416, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/concierge-bell.png', '', 'Reducción de 42,1% (1,1 KB)', 1518, 2624, '', 10, 0, 1, '2020-01-13 13:06:01', NULL),
(417, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/bookmark.png', '', 'Reducción de 63,7% (1,1 KB)', 660, 1816, '', 10, 0, 1, '2020-01-13 13:06:01', NULL),
(418, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/padlock-closed.png', '', 'Reducción de 46,5% (1,1 KB)', 1283, 2398, '', 10, 0, 1, '2020-01-13 13:06:01', NULL),
(419, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/tumblr.png', '', 'Reducción de 85,6% (2,8 KB)', 488, 3379, '', 10, 0, 1, '2020-01-13 13:06:01', NULL),
(420, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/yahoo.png', '', 'Reducción de 80,2% (2,8 KB)', 718, 3622, '', 10, 0, 1, '2020-01-13 13:06:01', NULL),
(421, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/inbox.png', '', 'Reducción de 56,6% (1,1 KB)', 856, 1972, '', 10, 0, 1, '2020-01-13 13:06:01', NULL),
(422, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/folder.music.png', '', 'Reducción de 49,7% (1,1 KB)', 1166, 2316, '', 10, 0, 1, '2020-01-13 13:06:02', NULL),
(423, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/post-it-lined.png', '', 'Reducción de 66,7% (1,0 KB)', 525, 1578, '', 10, 0, 1, '2020-01-13 13:06:02', NULL),
(424, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/padlock-open.png', '', 'Reducción de 45,5% (1,1 KB)', 1306, 2398, '', 10, 0, 1, '2020-01-13 13:06:02', NULL),
(425, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/pin-location-green.png', '', 'Reducción de 53,2% (1.015,0 B)', 893, 1908, '', 10, 0, 1, '2020-01-13 13:06:02', NULL),
(426, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/vk.png', '', 'Reducción de 42,8% (265,0 B)', 354, 619, '', 10, 0, 1, '2020-01-13 13:06:02', NULL),
(427, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/settings.png', '', 'Reducción de 49,8% (1,3 KB)', 1367, 2722, '', 10, 0, 1, '2020-01-13 13:06:02', NULL),
(428, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/addressbook2.png', '', 'Reducción de 46,5% (1,1 KB)', 1247, 2332, '', 10, 0, 1, '2020-01-13 13:06:02', NULL),
(429, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/gift.png', '', 'Reducción de 45,1% (1,1 KB)', 1367, 2488, '', 10, 0, 1, '2020-01-13 13:06:02', NULL),
(430, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/mobipocket.png', '', 'Reducción de 50,7% (1,2 KB)', 1184, 2403, '', 10, 0, 1, '2020-01-13 13:06:02', NULL),
(431, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/creditcard-black.png', '', 'Reducción de 59,5% (1,0 KB)', 708, 1746, '', 10, 0, 1, '2020-01-13 13:06:02', NULL),
(432, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/brush_blue.png', '', 'Reducción de 43,1% (976,0 B)', 1289, 2265, '', 10, 0, 1, '2020-01-13 13:06:02', NULL),
(433, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/raindrop.png', '', 'Reducción de 74,0% (3,0 KB)', 1089, 4186, '', 10, 0, 1, '2020-01-13 13:06:02', NULL),
(434, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/disc.png', '', 'Reducción de 48,1% (1,3 KB)', 1382, 2665, '', 10, 0, 1, '2020-01-13 13:06:03', NULL),
(435, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/search.png', '', 'Reducción de 46,9% (1,0 KB)', 1199, 2260, '', 10, 0, 1, '2020-01-13 13:06:03', NULL),
(436, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/wayfarer-classic.png', '', 'Reducción de 55,7% (919,0 B)', 730, 1649, '', 10, 0, 1, '2020-01-13 13:06:03', NULL),
(437, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/ebook.png', '', 'Reducción de 46,3% (1,0 KB)', 1238, 2306, '', 10, 0, 1, '2020-01-13 13:06:03', NULL),
(438, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/folder-sync.png', '', 'Reducción de 47,1% (1,1 KB)', 1241, 2346, '', 10, 0, 1, '2020-01-13 13:06:03', NULL),
(439, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/star-medal-gold-green.png', '', 'Reducción de 45,0% (1,0 KB)', 1258, 2288, '', 10, 0, 1, '2020-01-13 13:06:03', NULL),
(440, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/wayfarer-red.png', '', 'Reducción de 53,7% (952,0 B)', 822, 1774, '', 10, 0, 1, '2020-01-13 13:06:03', NULL),
(441, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/smashing-book.png', '', 'Reducción de 57,4% (1,2 KB)', 908, 2129, '', 10, 0, 1, '2020-01-13 13:06:03', NULL),
(442, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/skipe.png', '', 'Reducción de 74,5% (2,9 KB)', 1009, 3963, '', 10, 0, 1, '2020-01-13 13:06:03', NULL),
(443, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/odnoklassniki.png', '', 'Reducción de 39,5% (250,0 B)', 383, 633, '', 10, 0, 1, '2020-01-13 13:06:03', NULL),
(444, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/clock.png', '', 'Reducción de 55,1% (1,4 KB)', 1132, 2520, '', 10, 0, 1, '2020-01-13 13:06:07', NULL),
(445, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/looroll.png', '', 'Reducción de 51,7% (1,1 KB)', 1059, 2193, '', 10, 0, 1, '2020-01-13 13:06:07', NULL),
(446, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/star-medal-gold-blue.png', '', 'Reducción de 44,7% (1,0 KB)', 1268, 2294, '', 10, 0, 1, '2020-01-13 13:06:07', NULL),
(447, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/usb.png', '', 'Reducción de 62,4% (1,1 KB)', 697, 1854, '', 10, 0, 1, '2020-01-13 13:06:07', NULL),
(448, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/database.png', '', 'Reducción de 60,2% (1,3 KB)', 859, 2159, '', 10, 0, 1, '2020-01-13 13:06:07', NULL),
(449, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/instagram.png', '', 'Reducción de 82,4% (2,9 KB)', 641, 3635, '', 10, 0, 1, '2020-01-13 13:06:07', NULL),
(450, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/fontdeck.png', '', 'Reducción de 69,3% (1,1 KB)', 511, 1662, '', 10, 0, 1, '2020-01-13 13:06:07', NULL),
(451, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/brush.png', '', 'Reducción de 45,6% (999,0 B)', 1193, 2192, '', 10, 0, 1, '2020-01-13 13:06:07', NULL),
(452, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/github.png', '', 'Reducción de 74,9% (2,8 KB)', 966, 3851, '', 10, 0, 1, '2020-01-13 13:06:07', NULL),
(453, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/controllButton-Play.png', '', 'Reducción de 46,3% (1,2 KB)', 1438, 2679, '', 10, 0, 1, '2020-01-13 13:06:07', NULL),
(454, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/lifebelt.png', '', 'Reducción de 47,1% (1,1 KB)', 1323, 2499, '', 10, 0, 1, '2020-01-13 13:06:07', NULL),
(455, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/moleskineRed.png', '', 'Reducción de 42,6% (922,0 B)', 1244, 2166, '', 10, 0, 1, '2020-01-13 13:06:07', NULL),
(456, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/addthis.png', '', 'Reducción de 91,4% (2,7 KB)', 265, 3067, '', 10, 0, 1, '2020-01-13 13:06:08', NULL),
(457, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/pencil.png', '', 'Reducción de 54,2% (1,1 KB)', 967, 2113, '', 10, 0, 1, '2020-01-13 13:06:08', NULL),
(458, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/brush_green.png', '', 'Reducción de 42,5% (961,0 B)', 1302, 2263, '', 10, 0, 1, '2020-01-13 13:06:08', NULL),
(459, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/shoppingbag.png', '', 'Reducción de 43,4% (974,0 B)', 1272, 2246, '', 10, 0, 1, '2020-01-13 13:06:08', NULL),
(460, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/blogger.png', '', 'Reducción de 82,6% (2,8 KB)', 601, 3458, '', 10, 0, 1, '2020-01-13 13:06:08', NULL),
(461, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/pin-orange.png', '', 'Reducción de 60,4% (1,1 KB)', 767, 1937, '', 10, 0, 1, '2020-01-13 13:06:08', NULL),
(462, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/quality-HDPlus.png', '', 'Reducción de 63,3% (1,1 KB)', 631, 1721, '', 10, 0, 1, '2020-01-13 13:06:08', NULL),
(463, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/images/icons/wordpress.png', '', 'Reducción de 72,0% (2,9 KB)', 1138, 4058, '', 10, 0, 1, '2020-01-13 13:06:08', NULL),
(464, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/core/core.customizer/images/colorpicker_dark.png', '', 'Reducción de 95,4% (18,7 KB)', 916, 20033, '', 10, 0, 1, '2020-01-13 13:06:08', NULL),
(465, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/core/core.customizer/images/colorpicker_morecolors.png', '', 'Reducción de 81,4% (2,7 KB)', 622, 3338, '', 10, 0, 1, '2020-01-13 13:06:08', NULL),
(466, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/core/core.customizer/images/loading.gif', '', 'Reducción de 23,2% (816,0 B)', 2699, 3515, '', 10, 0, 1, '2020-01-13 13:06:08', NULL),
(467, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/core/core.customizer/images/colorpicker_light.png', '', 'Reducción de 95,8% (19,1 KB)', 845, 20356, '', 10, 0, 1, '2020-01-13 13:06:08', NULL),
(468, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/core/core.options/images/colorpicker.png', '', 'Reducción de 74,7% (900,0 B)', 305, 1205, '', 10, 0, 1, '2020-01-13 13:06:09', NULL),
(469, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/core/core.options/images/colorpicker_morecolors.png', '', 'Reducción de 81,4% (2,7 KB)', 622, 3338, '', 10, 0, 1, '2020-01-13 13:06:09', NULL),
(470, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/core/core.options/images/wpspin_light.gif', '', 'No hay ahorros', 2058, 2058, '', 10, 0, 1, '2020-01-13 13:06:09', NULL),
(471, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/core/core.options/images/stripe_black.png', '', 'Reducción de 96,3% (17,3 KB)', 689, 18407, '', 10, 0, 1, '2020-01-13 13:06:09', NULL),
(472, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/fw/core/core.options/images/stripe_white.png', '', 'Reducción de 96,2% (16,9 KB)', 689, 17972, '', 10, 0, 1, '2020-01-13 13:06:09', NULL),
(473, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/screenshot.png', '', 'Reducción de 3,7% (55,0 KB)', 1484723, 1541040, '', 10, 0, 1, '2020-01-13 13:06:27', NULL),
(474, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/woo/new.png', '', 'Reducción de 34,3% (383,0 B)', 735, 1118, '', 10, 0, 1, '2020-01-13 13:06:31', NULL),
(475, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/woo/shop-cat-bg-2.jpg', '', 'Reducción de 21,5% (2,6 KB)', 9682, 12334, '', 10, 0, 1, '2020-01-13 13:06:31', NULL),
(476, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/woo/shop-cat-bg-1.jpg', '', 'Reducción de 20,9% (2,6 KB)', 10158, 12848, '', 10, 0, 1, '2020-01-13 13:06:31', NULL),
(477, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/woo/sale.png', '', 'Reducción de 33,6% (371,0 B)', 733, 1104, '', 10, 0, 1, '2020-01-13 13:06:31', NULL),
(478, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/woo/shop-cat-bg-5.jpg', '', 'Reducción de 18,0% (2,5 KB)', 11441, 13954, '', 10, 0, 1, '2020-01-13 13:06:31', NULL),
(479, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/woo/shop-cat-bg-6.jpg', '', 'Reducción de 35,8% (3,2 KB)', 5872, 9140, '', 10, 0, 1, '2020-01-13 13:06:31', NULL),
(480, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/woo/shop-cat-bg-3.jpg', '', 'Reducción de 54,5% (3,2 KB)', 2726, 5993, '', 10, 0, 1, '2020-01-13 13:06:31', NULL),
(481, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/woo/shop-cat-bg-4.jpg', '', 'Reducción de 19,9% (2,5 KB)', 10386, 12971, '', 10, 0, 1, '2020-01-13 13:06:31', NULL),
(482, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/bg_dark.jpg', '', 'Reducción de 12,2% (4,0 KB)', 29659, 33763, '', 10, 0, 1, '2020-01-13 13:06:31', NULL),
(483, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/bg_yellow.jpg', '', 'Reducción de 13,2% (3,1 KB)', 21005, 24188, '', 10, 0, 1, '2020-01-13 13:06:31', NULL),
(484, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/sticky.png', '', 'Reducción de 94,7% (17,4 KB)', 992, 18829, '', 10, 0, 1, '2020-01-13 13:06:31', NULL),
(485, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/texture_slider.png', '', 'Reducción de 67,4% (70,7 KB)', 35006, 107446, '', 10, 0, 1, '2020-01-13 13:06:32', NULL),
(486, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/rating_summary_bg.png', '', 'Reducción de 93,1% (14,3 KB)', 1080, 15683, '', 10, 0, 1, '2020-01-13 13:06:32', NULL),
(487, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/to_info/body_style.jpg', '', 'Reducción de 8,3% (4,3 KB)', 48274, 52665, '', 10, 0, 1, '2020-01-13 13:06:32', NULL),
(488, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/bg_light.jpg', '', 'Reducción de 11,5% (3,5 KB)', 27741, 31361, '', 10, 0, 1, '2020-01-13 13:06:32', NULL),
(489, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/spacer.png', '', 'Reducción de 92,6% (856,0 B)', 68, 924, '', 10, 0, 1, '2020-01-13 13:06:32', NULL),
(490, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/bg_image2.jpg', '', 'Reducción de 0,2% (129,0 B)', 51475, 51604, '', 10, 0, 1, '2020-01-13 13:06:33', NULL),
(491, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/bg/texture_7.png', '', 'Reducción de 31,4% (37,0 B)', 81, 118, '', 10, 0, 1, '2020-01-13 13:06:33', NULL),
(492, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/bg/pattern_3.jpg', '', 'Reducción de 10,3% (3,3 KB)', 29551, 32952, '', 10, 0, 1, '2020-01-13 13:06:33', NULL),
(493, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/bg/pattern_2.jpg', '', 'Reducción de 15,5% (2,7 KB)', 14786, 17505, '', 10, 0, 1, '2020-01-13 13:06:33', NULL),
(494, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/bg/texture_12.png', '', 'Reducción de 90,0% (850,0 B)', 94, 944, '', 10, 0, 1, '2020-01-13 13:06:33', NULL),
(495, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/bg/texture_10.png', '', 'Reducción de 28,5% (37,0 B)', 93, 130, '', 10, 0, 1, '2020-01-13 13:06:33', NULL),
(496, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/bg/image_1_thumb.jpg', '', 'Reducción de 44,4% (3,2 KB)', 4079, 7332, '', 10, 0, 1, '2020-01-13 13:06:34', NULL),
(497, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/bg/pattern_4.jpg', '', 'Reducción de 47,0% (3,1 KB)', 3593, 6782, '', 10, 0, 1, '2020-01-13 13:06:34', NULL),
(498, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/bg/image_2_thumb.jpg', '', 'Reducción de 37,6% (3,2 KB)', 5384, 8626, '', 10, 0, 1, '2020-01-13 13:06:34', NULL),
(499, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/bg/pattern_1_thumb.jpg', '', 'Reducción de 26,2% (3,0 KB)', 8565, 11600, '', 10, 0, 1, '2020-01-13 13:06:34', NULL),
(500, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/bg/texture_1.png', '', 'Reducción de 99,9% (156,6 KB)', 84, 160419, '', 10, 0, 1, '2020-01-13 13:06:34', NULL),
(501, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/bg/pattern_5.jpg', '', 'Reducción de 53,3% (3,1 KB)', 2790, 5977, '', 10, 0, 1, '2020-01-13 13:06:34', NULL),
(502, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/bg/texture_5.png', '', 'Reducción de 27,0% (37,0 B)', 100, 137, '', 10, 0, 1, '2020-01-13 13:06:34', NULL),
(503, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/bg/pattern_2_thumb.jpg', '', 'Reducción de 42,1% (3,1 KB)', 4401, 7597, '', 10, 0, 1, '2020-01-13 13:06:34', NULL),
(504, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/bg/pattern_5_thumb.jpg', '', 'Reducción de 53,3% (3,1 KB)', 2790, 5977, '', 10, 0, 1, '2020-01-13 13:06:34', NULL),
(505, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/bg/image_3.jpg', '', 'Reducción de 1,6% (2,1 KB)', 129572, 131745, '', 10, 0, 1, '2020-01-13 13:06:35', NULL),
(506, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/bg/texture_9.png', '', 'Reducción de 27,2% (37,0 B)', 99, 136, '', 10, 0, 1, '2020-01-13 13:06:35', NULL),
(507, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/bg/image_3_thumb.jpg', '', 'Reducción de 56,2% (3,2 KB)', 2517, 5751, '', 10, 0, 1, '2020-01-13 13:06:35', NULL),
(508, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/bg/pattern_1.jpg', '', 'Reducción de 3,3% (2,5 KB)', 75084, 77657, '', 10, 0, 1, '2020-01-13 13:06:35', NULL),
(509, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/bg/image_1.jpg', '', 'Reducción de 2,7% (3,9 KB)', 144258, 148237, '', 10, 0, 1, '2020-01-13 13:06:35', NULL),
(510, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/bg/image_2.jpg', '', 'Reducción de 1,1% (3,4 KB)', 324784, 328246, '', 10, 0, 1, '2020-01-13 13:06:35', NULL),
(511, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/bg/texture_3.png', '', 'Reducción de 99,9% (156,7 KB)', 106, 160519, '', 10, 0, 1, '2020-01-13 13:06:35', NULL),
(512, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/bg/pattern_4_thumb.jpg', '', 'Reducción de 47,0% (3,1 KB)', 3593, 6782, '', 10, 0, 1, '2020-01-13 13:06:35', NULL),
(513, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/bg/texture_11.png', '', 'Reducción de 99,5% (17,6 KB)', 84, 18114, '', 10, 0, 1, '2020-01-13 13:06:36', NULL),
(514, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/bg/texture_8.png', '', 'Reducción de 26,6% (37,0 B)', 102, 139, '', 10, 0, 1, '2020-01-13 13:06:36', NULL),
(515, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/bg/texture_6.png', '', 'Reducción de 31,6% (37,0 B)', 80, 117, '', 10, 0, 1, '2020-01-13 13:06:36', NULL),
(516, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/bg/texture_2.png', '', 'Reducción de 99,9% (156,7 KB)', 181, 160668, '', 10, 0, 1, '2020-01-13 13:06:36', NULL),
(517, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/bg/pattern_3_thumb.jpg', '', 'Reducción de 22,7% (3,1 KB)', 10944, 14165, '', 10, 0, 1, '2020-01-13 13:06:36', NULL),
(518, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/bg/texture_4.png', '', 'Reducción de 72,7% (26,0 KB)', 9969, 36583, '', 10, 0, 1, '2020-01-13 13:06:36', NULL),
(519, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/texture_top.png', '', 'Reducción de 38,1% (52,8 KB)', 87838, 141930, '', 10, 0, 1, '2020-01-13 13:06:40', NULL),
(520, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/schemes/original.jpg', '', 'Reducción de 88,7% (10,9 KB)', 1418, 12539, '', 10, 0, 1, '2020-01-13 13:06:40', NULL),
(521, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/schemes/color_blocks.jpg', '', 'Reducción de 88,7% (10,6 KB)', 1379, 12254, '', 10, 0, 1, '2020-01-13 13:06:41', NULL),
(522, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/schemes/light.jpg', '', 'Reducción de 88,7% (10,6 KB)', 1380, 12226, '', 10, 0, 1, '2020-01-13 13:06:41', NULL),
(523, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/schemes/dark.jpg', '', 'Reducción de 88,4% (10,7 KB)', 1442, 12432, '', 10, 0, 1, '2020-01-13 13:06:41', NULL),
(524, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/texture_center.png', '', 'Reducción de 0,4% (554,0 B)', 129064, 129618, '', 10, 0, 1, '2020-01-13 13:06:50', NULL),
(525, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/controls.png', '', 'Reducción de 92,4% (14,5 KB)', 1229, 16106, '', 10, 0, 1, '2020-01-13 13:06:54', NULL),
(526, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/controls_black.png', '', 'Reducción de 42,3% (921,0 B)', 1255, 2176, '', 10, 0, 1, '2020-01-13 13:06:54', NULL),
(527, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/bg_image.jpg', '', 'Reducción de 26,2% (1.007,0 B)', 2840, 3847, '', 10, 0, 1, '2020-01-13 13:06:54', NULL),
(528, NULL, NULL, NULL, 'ABSPATHwp-content/themes/poolservices/images/bg_over.png', '', 'Reducción de 99,4% (14,1 KB)', 83, 14538, '', 10, 0, 1, '2020-01-13 13:06:54', NULL),
(529, 1105, 'media', 'full', 'ABSPATHwp-content/uploads/2019/12/servicios_1.jpg', '', 'Reducción de 24,3% (26,2 KB)', 83329, 110145, '', 10, 0, 1, '2020-01-20 19:13:12', NULL),
(530, 1105, 'media', 'medium', 'ABSPATHwp-content/uploads/2019/12/servicios_1-225x300.jpg', '', 'Reducción de 3,2% (399,0 B)', 12227, 12626, '', 10, 0, 1, '2020-01-20 19:13:12', NULL),
(531, 1105, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2019/12/servicios_1-150x150.jpg', '', 'Reducción de 7,6% (399,0 B)', 4827, 5226, '', 10, 0, 1, '2020-01-20 19:13:12', NULL),
(532, 1109, 'media', 'full', 'ABSPATHwp-content/uploads/2019/12/3.jpg', '', 'No hay ahorros', 43369, 43369, '', 10, 0, 1, '2020-02-10 22:11:41', NULL),
(533, 1109, 'media', 'medium', 'ABSPATHwp-content/uploads/2019/12/3-225x300.jpg', '', 'Reducción de 6,4% (483,0 B)', 7059, 7542, '', 10, 0, 1, '2020-02-10 22:11:41', NULL),
(534, 1109, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2019/12/3-150x150.jpg', '', 'Reducción de 10,0% (374,0 B)', 3349, 3723, '', 10, 0, 1, '2020-02-10 22:11:41', NULL);
INSERT INTO `wp_ewwwio_images` (`id`, `attachment_id`, `gallery`, `resize`, `path`, `converted`, `results`, `image_size`, `orig_size`, `backup`, `level`, `pending`, `updates`, `updated`, `trace`) VALUES
(535, 1110, 'media', 'full', 'ABSPATHwp-content/uploads/2019/12/6.jpg', '', 'Reducción de 0,7% (322,0 B)', 45016, 45338, '', 10, 0, 1, '2020-02-10 22:12:56', NULL),
(536, 1110, 'media', 'medium', 'ABSPATHwp-content/uploads/2019/12/6-300x225.jpg', '', 'Reducción de 7,8% (582,0 B)', 6872, 7454, '', 10, 0, 1, '2020-02-10 22:12:56', NULL),
(537, 1110, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2019/12/6-150x150.jpg', '', 'Reducción de 12,1% (429,0 B)', 3121, 3550, '', 10, 0, 1, '2020-02-10 22:12:56', NULL),
(538, 1110, 'media', 'medium_large', 'ABSPATHwp-content/uploads/2019/12/6-768x576.jpg', '', 'Reducción de 5,1% (1,4 KB)', 27415, 28881, '', 10, 0, 1, '2020-02-10 22:12:56', NULL),
(539, 1111, 'media', 'full', 'ABSPATHwp-content/uploads/2019/12/2-scaled.jpg', '', 'Reducción de 4,8% (22,1 KB)', 448830, 471447, '', 10, 0, 1, '2020-02-10 22:14:50', NULL),
(540, 1111, 'media', 'medium', 'ABSPATHwp-content/uploads/2019/12/2-225x300.jpg', '', 'Reducción de 3,8% (388,0 B)', 9930, 10318, '', 10, 0, 1, '2020-02-10 22:14:50', NULL),
(541, 1111, 'media', 'large', 'ABSPATHwp-content/uploads/2019/12/2-768x1024.jpg', '', 'Reducción de 3,7% (3,3 KB)', 87801, 91173, '', 10, 0, 1, '2020-02-10 22:14:50', NULL),
(542, 1111, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2019/12/2-150x150.jpg', '', 'Reducción de 9,1% (396,0 B)', 3979, 4375, '', 10, 0, 1, '2020-02-10 22:14:50', NULL),
(543, 1111, 'media', '1536x1536', 'ABSPATHwp-content/uploads/2019/12/2-1152x1536.jpg', '', 'Reducción de 4,1% (7,5 KB)', 181662, 189373, '', 10, 0, 1, '2020-02-10 22:14:50', NULL),
(544, 1111, 'media', '2048x2048', 'ABSPATHwp-content/uploads/2019/12/2-1536x2048.jpg', '', 'Reducción de 4,3% (13,5 KB)', 304020, 317812, '', 10, 0, 1, '2020-02-10 22:14:50', NULL),
(545, 1111, 'media', 'original_image', 'ABSPATHwp-content/uploads/2019/12/2.jpg', '', 'Reducción de 5,6% (133,2 KB)', 2315273, 2451666, '', 10, 0, 1, '2020-02-10 22:14:52', NULL),
(546, 1112, 'media', 'full', 'ABSPATHwp-content/uploads/2019/12/4.jpg', '', 'No hay ahorros', 43369, 43369, '', 10, 0, 1, '2020-02-10 22:16:25', NULL),
(547, 1112, 'media', 'medium', 'ABSPATHwp-content/uploads/2019/12/4-225x300.jpg', '', 'Reducción de 6,4% (483,0 B)', 7059, 7542, '', 10, 0, 1, '2020-02-10 22:16:25', NULL),
(548, 1112, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2019/12/4-150x150.jpg', '', 'Reducción de 10,0% (374,0 B)', 3349, 3723, '', 10, 0, 1, '2020-02-10 22:16:26', NULL),
(549, 1113, 'media', 'full', 'ABSPATHwp-content/uploads/2019/12/5.jpg', '', 'Reducción de 0,4% (147,0 B)', 36876, 37023, '', 10, 0, 1, '2020-02-10 22:17:31', NULL),
(550, 1113, 'media', 'medium', 'ABSPATHwp-content/uploads/2019/12/5-225x300.jpg', '', 'Reducción de 8,3% (526,0 B)', 5808, 6334, '', 10, 0, 1, '2020-02-10 22:17:31', NULL),
(551, 1113, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2019/12/5-150x150.jpg', '', 'Reducción de 12,6% (400,0 B)', 2777, 3177, '', 10, 0, 1, '2020-02-10 22:17:31', NULL),
(567, 1119, 'media', 'medium_large', 'ABSPATHwp-content/uploads/2020/02/FotoDalysCanalemp-1-768x898.png', '', 'Reducción de 19,0% (160,6 KB)', 700110, 864604, '', 10, 0, 1, '2020-02-27 01:51:43', NULL),
(566, 1119, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2020/02/FotoDalysCanalemp-1-150x150.png', '', 'Reducción de 14,1% (5,1 KB)', 31912, 37143, '', 10, 0, 1, '2020-02-27 01:51:23', NULL),
(564, 1119, 'media', 'medium', 'ABSPATHwp-content/uploads/2020/02/FotoDalysCanalemp-1-257x300.png', '', 'Reducción de 15,4% (17,5 KB)', 98460, 116363, '', 10, 0, 1, '2020-02-27 01:50:55', NULL),
(565, 1119, 'media', 'large', 'ABSPATHwp-content/uploads/2020/02/FotoDalysCanalemp-1-876x1024.png', '', 'Reducción de 19,5% (208,2 KB)', 878925, 1092141, '', 10, 0, 1, '2020-02-27 01:51:22', NULL),
(563, 1119, 'media', 'full', 'ABSPATHwp-content/uploads/2020/02/FotoDalysCanalemp-1.png', '', 'Reducción de 15,7% (298,4 KB)', 1635249, 1940818, '', 10, 0, 1, '2020-02-27 01:50:52', NULL),
(568, 1183, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/study_cover.jpg', '', 'No hay ahorros', 192700, 192700, '', 10, 0, 1, '2021-03-27 16:23:06', NULL),
(569, 1183, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/study_cover-300x156.jpg', '', 'No hay ahorros', 9068, 9068, '', 10, 0, 1, '2021-03-27 16:23:06', NULL),
(570, 1183, 'media', 'large', 'ABSPATHwp-content/uploads/2021/03/study_cover-1024x532.jpg', '', 'No hay ahorros', 54288, 54288, '', 10, 0, 1, '2021-03-27 16:23:06', NULL),
(571, 1183, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/study_cover-150x150.jpg', '', 'No hay ahorros', 4814, 4814, '', 10, 0, 1, '2021-03-27 16:23:06', NULL),
(572, 1183, 'media', 'medium_large', 'ABSPATHwp-content/uploads/2021/03/study_cover-768x399.jpg', '', 'No hay ahorros', 35220, 35220, '', 10, 0, 1, '2021-03-27 16:23:06', NULL),
(573, 1183, 'media', '1536x1536', 'ABSPATHwp-content/uploads/2021/03/study_cover-1536x799.jpg', '', 'No hay ahorros', 98398, 98398, '', 10, 0, 1, '2021-03-27 16:23:07', NULL),
(574, 1184, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/study_1.jpg', '', 'No hay ahorros', 37866, 37866, '', 10, 0, 1, '2021-03-27 16:23:11', NULL),
(575, 1184, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/study_1-300x291.jpg', '', 'No hay ahorros', 10040, 10040, '', 10, 0, 1, '2021-03-27 16:23:11', NULL),
(576, 1184, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/study_1-150x150.jpg', '', 'No hay ahorros', 3482, 3482, '', 10, 0, 1, '2021-03-27 16:23:11', NULL),
(577, 1185, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/teacther1.png', '', 'No hay ahorros', 18613, 18613, '', 10, 0, 1, '2021-03-27 16:23:15', NULL),
(578, 1185, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/teacther1-150x150.png', '', 'Reducción de 12,3% (5,5 KB)', 40321, 45990, '', 10, 0, 1, '2021-03-27 16:23:16', NULL),
(579, 1186, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/teacher2.jpg', '', 'Reducción de 0,1% (5,0 B)', 8915, 8920, '', 10, 0, 1, '2021-03-27 16:23:20', NULL),
(580, 1186, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/teacher2-150x150.jpg', '', 'No hay ahorros', 4211, 4211, '', 10, 0, 1, '2021-03-27 16:23:20', NULL),
(581, 1187, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/teacher3.jpg', '', 'No hay ahorros', 9311, 9311, '', 10, 0, 1, '2021-03-27 16:23:24', NULL),
(582, 1187, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/teacher3-150x150.jpg', '', 'No hay ahorros', 4338, 4338, '', 10, 0, 1, '2021-03-27 16:23:24', NULL),
(583, 1188, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/study-box_1.jpg', '', 'No hay ahorros', 53827, 53827, '', 10, 0, 1, '2021-03-27 16:23:30', NULL),
(584, 1188, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/study-box_1-300x262.jpg', '', 'No hay ahorros', 13967, 13967, '', 10, 0, 1, '2021-03-27 16:23:30', NULL),
(585, 1188, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/study-box_1-150x150.jpg', '', 'No hay ahorros', 5324, 5324, '', 10, 0, 1, '2021-03-27 16:23:30', NULL),
(586, 1189, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/library.jpg', '', 'No hay ahorros', 103990, 103990, '', 10, 0, 1, '2021-03-27 16:23:34', NULL),
(587, 1189, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/library-300x262.jpg', '', 'Reducción de 1,0% (253,0 B)', 24793, 25046, '', 10, 0, 1, '2021-03-27 16:23:34', NULL),
(588, 1189, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/library-150x150.jpg', '', 'No hay ahorros', 8140, 8140, '', 10, 0, 1, '2021-03-27 16:23:34', NULL),
(589, 1190, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/study-footer.jpg', '', 'No hay ahorros', 167426, 167426, '', 10, 0, 1, '2021-03-27 16:23:38', NULL),
(590, 1190, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/study-footer-300x175.jpg', '', 'No hay ahorros', 3555, 3555, '', 10, 0, 1, '2021-03-27 16:23:39', NULL),
(591, 1190, 'media', 'large', 'ABSPATHwp-content/uploads/2021/03/study-footer-1024x596.jpg', '', 'Reducción de 0,2% (52,0 B)', 32773, 32825, '', 10, 0, 1, '2021-03-27 16:23:39', NULL),
(592, 1190, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/study-footer-150x150.jpg', '', 'No hay ahorros', 1797, 1797, '', 10, 0, 1, '2021-03-27 16:23:39', NULL),
(593, 1190, 'media', 'medium_large', 'ABSPATHwp-content/uploads/2021/03/study-footer-768x447.jpg', '', 'No hay ahorros', 18549, 18549, '', 10, 0, 1, '2021-03-27 16:23:39', NULL),
(594, 1190, 'media', '1536x1536', 'ABSPATHwp-content/uploads/2021/03/study-footer-1536x895.jpg', '', 'Reducción de 1,4% (1,1 KB)', 76473, 77550, '', 10, 0, 1, '2021-03-27 16:23:39', NULL),
(595, 1191, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/Vintage-Logo.png', '', 'Reducción de 0,7% (44,0 B)', 6576, 6620, '', 10, 0, 1, '2021-03-27 16:23:43', NULL),
(596, 1191, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/Vintage-Logo-300x288.png', '', 'Reducción de 20,5% (4,5 KB)', 17801, 22393, '', 10, 0, 1, '2021-03-27 16:23:44', NULL),
(597, 1191, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/Vintage-Logo-150x150.png', '', 'Reducción de 20,3% (1,9 KB)', 7516, 9425, '', 10, 0, 1, '2021-03-27 16:23:45', NULL),
(598, 1192, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/foodiesfeed.com_meanwhile-in-the-kitchen-1.jpg', '', 'No hay ahorros', 155159, 155159, '', 10, 0, 1, '2021-03-27 16:23:49', NULL),
(599, 1192, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/foodiesfeed.com_meanwhile-in-the-kitchen-1-300x137.jpg', '', 'No hay ahorros', 9886, 9886, '', 10, 0, 1, '2021-03-27 16:23:49', NULL),
(600, 1192, 'media', 'large', 'ABSPATHwp-content/uploads/2021/03/foodiesfeed.com_meanwhile-in-the-kitchen-1-1024x468.jpg', '', 'No hay ahorros', 68855, 68855, '', 10, 0, 1, '2021-03-27 16:23:49', NULL),
(601, 1192, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/foodiesfeed.com_meanwhile-in-the-kitchen-1-150x150.jpg', '', 'No hay ahorros', 4517, 4517, '', 10, 0, 1, '2021-03-27 16:23:49', NULL),
(602, 1192, 'media', 'medium_large', 'ABSPATHwp-content/uploads/2021/03/foodiesfeed.com_meanwhile-in-the-kitchen-1-768x351.jpg', '', 'No hay ahorros', 43636, 43636, '', 10, 0, 1, '2021-03-27 16:23:49', NULL),
(603, 1193, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/fooodiesfeed.com_sweet-and-salty-brunch.jpg', '', 'No hay ahorros', 128324, 128324, '', 10, 0, 1, '2021-03-27 16:23:56', NULL),
(604, 1193, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/fooodiesfeed.com_sweet-and-salty-brunch-300x300.jpg', '', 'Reducción de 1,2% (211,0 B)', 17976, 18187, '', 10, 0, 1, '2021-03-27 16:23:56', NULL),
(605, 1193, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/fooodiesfeed.com_sweet-and-salty-brunch-150x150.jpg', '', 'No hay ahorros', 5844, 5844, '', 10, 0, 1, '2021-03-27 16:23:56', NULL),
(606, 1193, 'media', 'medium_large', 'ABSPATHwp-content/uploads/2021/03/fooodiesfeed.com_sweet-and-salty-brunch-768x767.jpg', '', 'Reducción de 2,1% (1,7 KB)', 81382, 83099, '', 10, 0, 1, '2021-03-27 16:23:56', NULL),
(607, 1194, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/foodiesfeed.com_Wedding_15-crop.jpg', '', 'No hay ahorros', 59820, 59820, '', 10, 0, 1, '2021-03-27 16:24:00', NULL),
(608, 1194, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/foodiesfeed.com_Wedding_15-crop-300x300.jpg', '', 'No hay ahorros', 13138, 13138, '', 10, 0, 1, '2021-03-27 16:24:00', NULL),
(609, 1194, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/foodiesfeed.com_Wedding_15-crop-150x150.jpg', '', 'No hay ahorros', 4770, 4770, '', 10, 0, 1, '2021-03-27 16:24:00', NULL),
(610, 1195, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/foodiesfeed.com_Your-Sunny-Side-Up-2-crop.jpg', '', 'No hay ahorros', 79416, 79416, '', 10, 0, 1, '2021-03-27 16:24:04', NULL),
(611, 1195, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/foodiesfeed.com_Your-Sunny-Side-Up-2-crop-300x300.jpg', '', 'Reducción de 0,4% (55,0 B)', 15253, 15308, '', 10, 0, 1, '2021-03-27 16:24:04', NULL),
(612, 1195, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/foodiesfeed.com_Your-Sunny-Side-Up-2-crop-150x150.jpg', '', 'No hay ahorros', 5010, 5010, '', 10, 0, 1, '2021-03-27 16:24:04', NULL),
(613, 1196, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/foodiesfeed.com_traditional-czech-honey-cake-caffee-latte-crop.jpg', '', 'No hay ahorros', 92918, 92918, '', 10, 0, 1, '2021-03-27 16:24:08', NULL),
(614, 1196, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/foodiesfeed.com_traditional-czech-honey-cake-caffee-latte-crop-300x300.jpg', '', 'No hay ahorros', 17378, 17378, '', 10, 0, 1, '2021-03-27 16:24:08', NULL),
(615, 1196, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/foodiesfeed.com_traditional-czech-honey-cake-caffee-latte-crop-150x150.jpg', '', 'No hay ahorros', 5369, 5369, '', 10, 0, 1, '2021-03-27 16:24:08', NULL),
(616, 1197, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/foodiesfeed.com_homemade-pizza-crop.jpg', '', 'No hay ahorros', 120668, 120668, '', 10, 0, 1, '2021-03-27 16:24:13', NULL),
(617, 1197, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/foodiesfeed.com_homemade-pizza-crop-300x300.jpg', '', 'Reducción de 1,3% (353,0 B)', 26404, 26757, '', 10, 0, 1, '2021-03-27 16:24:13', NULL),
(618, 1197, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/foodiesfeed.com_homemade-pizza-crop-150x150.jpg', '', 'No hay ahorros', 8240, 8240, '', 10, 0, 1, '2021-03-27 16:24:13', NULL),
(619, 1198, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/foodiesfeed.com_homemade-waffles-with-coffee.jpg', '', 'No hay ahorros', 207031, 207031, '', 10, 0, 1, '2021-03-27 16:24:19', NULL),
(620, 1198, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/foodiesfeed.com_homemade-waffles-with-coffee-300x300.jpg', '', 'Reducción de 1,3% (291,0 B)', 22072, 22363, '', 10, 0, 1, '2021-03-27 16:24:19', NULL),
(621, 1198, 'media', 'large', 'ABSPATHwp-content/uploads/2021/03/foodiesfeed.com_homemade-waffles-with-coffee-1024x1024.jpg', '', 'Reducción de 2,0% (3,6 KB)', 179635, 183367, '', 10, 0, 1, '2021-03-27 16:24:19', NULL),
(622, 1198, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/foodiesfeed.com_homemade-waffles-with-coffee-150x150.jpg', '', 'No hay ahorros', 7215, 7215, '', 10, 0, 1, '2021-03-27 16:24:19', NULL),
(623, 1198, 'media', 'medium_large', 'ABSPATHwp-content/uploads/2021/03/foodiesfeed.com_homemade-waffles-with-coffee-768x768.jpg', '', 'Reducción de 2,5% (2,7 KB)', 108587, 111345, '', 10, 0, 1, '2021-03-27 16:24:19', NULL),
(624, 1199, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/25388788904_72d2f5ec6f_z.jpg', '', 'No hay ahorros', 20645, 20645, '', 10, 0, 1, '2021-03-27 16:24:24', NULL),
(625, 1199, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/25388788904_72d2f5ec6f_z-150x150.jpg', '', 'No hay ahorros', 4067, 4067, '', 10, 0, 1, '2021-03-27 16:24:24', NULL),
(626, 1200, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/foodiesfeed.com_Wedding_15.jpg', '', 'No hay ahorros', 64282, 64282, '', 10, 0, 1, '2021-03-27 16:24:28', NULL),
(627, 1200, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/foodiesfeed.com_Wedding_15-300x200.jpg', '', 'No hay ahorros', 10349, 10349, '', 10, 0, 1, '2021-03-27 16:24:28', NULL),
(628, 1200, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/foodiesfeed.com_Wedding_15-150x150.jpg', '', 'No hay ahorros', 4768, 4768, '', 10, 0, 1, '2021-03-27 16:24:28', NULL),
(629, 1200, 'media', 'medium_large', 'ABSPATHwp-content/uploads/2021/03/foodiesfeed.com_Wedding_15-768x512.jpg', '', 'No hay ahorros', 41544, 41544, '', 10, 0, 1, '2021-03-27 16:24:28', NULL),
(630, 1201, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/foodiesfeed.com_traditional-czech-honey-cake-caffee-latte.jpg', '', 'No hay ahorros', 92330, 92330, '', 10, 0, 1, '2021-03-27 16:24:32', NULL),
(631, 1201, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/foodiesfeed.com_traditional-czech-honey-cake-caffee-latte-300x200.jpg', '', 'No hay ahorros', 11461, 11461, '', 10, 0, 1, '2021-03-27 16:24:32', NULL),
(632, 1201, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/foodiesfeed.com_traditional-czech-honey-cake-caffee-latte-150x150.jpg', '', 'No hay ahorros', 5362, 5362, '', 10, 0, 1, '2021-03-27 16:24:32', NULL),
(633, 1201, 'media', 'medium_large', 'ABSPATHwp-content/uploads/2021/03/foodiesfeed.com_traditional-czech-honey-cake-caffee-latte-768x512.jpg', '', 'No hay ahorros', 57136, 57136, '', 10, 0, 1, '2021-03-27 16:24:32', NULL),
(634, 1202, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/foodiesfeed.com_get-ready-for-your-espresso.jpg', '', 'No hay ahorros', 76782, 76782, '', 10, 0, 1, '2021-03-27 16:24:36', NULL),
(635, 1202, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/foodiesfeed.com_get-ready-for-your-espresso-300x200.jpg', '', 'No hay ahorros', 11731, 11731, '', 10, 0, 1, '2021-03-27 16:24:36', NULL),
(636, 1202, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/foodiesfeed.com_get-ready-for-your-espresso-150x150.jpg', '', 'No hay ahorros', 5828, 5828, '', 10, 0, 1, '2021-03-27 16:24:36', NULL),
(637, 1202, 'media', 'medium_large', 'ABSPATHwp-content/uploads/2021/03/foodiesfeed.com_get-ready-for-your-espresso-768x512.jpg', '', 'No hay ahorros', 46844, 46844, '', 10, 0, 1, '2021-03-27 16:24:36', NULL),
(638, 1203, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/foodiesfeed.com_homemade-pizza.jpg', '', 'No hay ahorros', 141055, 141055, '', 10, 0, 1, '2021-03-27 16:24:43', NULL),
(639, 1203, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/foodiesfeed.com_homemade-pizza-300x200.jpg', '', 'Reducción de 0,2% (40,0 B)', 17522, 17562, '', 10, 0, 1, '2021-03-27 16:24:43', NULL),
(640, 1203, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/foodiesfeed.com_homemade-pizza-150x150.jpg', '', 'No hay ahorros', 7260, 7260, '', 10, 0, 1, '2021-03-27 16:24:43', NULL),
(641, 1203, 'media', 'medium_large', 'ABSPATHwp-content/uploads/2021/03/foodiesfeed.com_homemade-pizza-768x512.jpg', '', 'Reducción de 0,7% (631,0 B)', 86302, 86933, '', 10, 0, 1, '2021-03-27 16:24:43', NULL),
(642, 1204, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/foodiesfeed.com_Your-Sunny-Side-Up-2.jpg', '', 'No hay ahorros', 107643, 107643, '', 10, 0, 1, '2021-03-27 16:24:47', NULL),
(643, 1204, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/foodiesfeed.com_Your-Sunny-Side-Up-2-300x200.jpg', '', 'No hay ahorros', 11186, 11186, '', 10, 0, 1, '2021-03-27 16:24:47', NULL),
(644, 1204, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/foodiesfeed.com_Your-Sunny-Side-Up-2-150x150.jpg', '', 'No hay ahorros', 4999, 4999, '', 10, 0, 1, '2021-03-27 16:24:47', NULL),
(645, 1204, 'media', 'medium_large', 'ABSPATHwp-content/uploads/2021/03/foodiesfeed.com_Your-Sunny-Side-Up-2-768x512.jpg', '', 'Reducción de 1,4% (774,0 B)', 53173, 53947, '', 10, 0, 1, '2021-03-27 16:24:47', NULL),
(646, 1206, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_1.jpg', '', 'No hay ahorros', 40692, 40692, '', 10, 0, 1, '2021-03-28 05:10:34', NULL),
(647, 1206, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_1-300x300.jpg', '', 'No hay ahorros', 15303, 15303, '', 10, 0, 1, '2021-03-28 05:10:34', NULL),
(648, 1206, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_1-150x150.jpg', '', 'No hay ahorros', 5393, 5393, '', 10, 0, 1, '2021-03-28 05:10:34', NULL),
(649, 1207, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_2.jpg', '', 'No hay ahorros', 29984, 29984, '', 10, 0, 1, '2021-03-28 05:10:38', NULL),
(650, 1207, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_2-300x300.jpg', '', 'No hay ahorros', 11802, 11802, '', 10, 0, 1, '2021-03-28 05:10:38', NULL),
(651, 1207, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_2-150x150.jpg', '', 'No hay ahorros', 4693, 4693, '', 10, 0, 1, '2021-03-28 05:10:38', NULL),
(652, 1208, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_3.jpg', '', 'No hay ahorros', 53021, 53021, '', 10, 0, 1, '2021-03-28 05:10:42', NULL),
(653, 1208, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_3-300x300.jpg', '', 'No hay ahorros', 12881, 12881, '', 10, 0, 1, '2021-03-28 05:10:42', NULL),
(654, 1208, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_3-150x150.jpg', '', 'No hay ahorros', 4473, 4473, '', 10, 0, 1, '2021-03-28 05:10:42', NULL),
(655, 1209, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_4.jpg', '', 'No hay ahorros', 33226, 33226, '', 10, 0, 1, '2021-03-28 05:10:46', NULL),
(656, 1209, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_4-300x300.jpg', '', 'No hay ahorros', 13093, 13093, '', 10, 0, 1, '2021-03-28 05:10:46', NULL),
(657, 1209, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_4-150x150.jpg', '', 'No hay ahorros', 4834, 4834, '', 10, 0, 1, '2021-03-28 05:10:47', NULL),
(658, 1210, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_5.jpg', '', 'No hay ahorros', 39769, 39769, '', 10, 0, 1, '2021-03-28 05:10:51', NULL),
(659, 1210, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_5-300x300.jpg', '', 'Reducción de 0,0% (2,0 B)', 14115, 14117, '', 10, 0, 1, '2021-03-28 05:10:51', NULL),
(660, 1210, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_5-150x150.jpg', '', 'No hay ahorros', 4883, 4883, '', 10, 0, 1, '2021-03-28 05:10:51', NULL),
(661, 1211, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_6.jpg', '', 'No hay ahorros', 36792, 36792, '', 10, 0, 1, '2021-03-28 05:10:57', NULL),
(662, 1211, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_6-300x300.jpg', '', 'No hay ahorros', 10812, 10812, '', 10, 0, 1, '2021-03-28 05:10:57', NULL),
(663, 1211, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_6-150x150.jpg', '', 'No hay ahorros', 4048, 4048, '', 10, 0, 1, '2021-03-28 05:10:57', NULL),
(664, 1212, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_7.jpg', '', 'No hay ahorros', 35046, 35046, '', 10, 0, 1, '2021-03-28 05:11:01', NULL),
(665, 1212, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_7-300x300.jpg', '', 'No hay ahorros', 12030, 12030, '', 10, 0, 1, '2021-03-28 05:11:01', NULL),
(666, 1212, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_7-150x150.jpg', '', 'No hay ahorros', 4477, 4477, '', 10, 0, 1, '2021-03-28 05:11:01', NULL),
(667, 1213, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_8.jpg', '', 'No hay ahorros', 83433, 83433, '', 10, 0, 1, '2021-03-28 05:11:05', NULL),
(668, 1213, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_8-300x300.jpg', '', 'No hay ahorros', 19679, 19679, '', 10, 0, 1, '2021-03-28 05:11:05', NULL),
(669, 1213, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_8-150x150.jpg', '', 'No hay ahorros', 6735, 6735, '', 10, 0, 1, '2021-03-28 05:11:05', NULL),
(670, 1214, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_9.jpg', '', 'No hay ahorros', 58829, 58829, '', 10, 0, 1, '2021-03-28 05:11:09', NULL),
(671, 1214, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_9-300x300.jpg', '', 'No hay ahorros', 13293, 13293, '', 10, 0, 1, '2021-03-28 05:11:09', NULL),
(672, 1214, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_9-150x150.jpg', '', 'No hay ahorros', 4453, 4453, '', 10, 0, 1, '2021-03-28 05:11:10', NULL),
(673, 1215, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_10.jpg', '', 'No hay ahorros', 39654, 39654, '', 10, 0, 1, '2021-03-28 05:11:14', NULL),
(674, 1215, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_10-300x300.jpg', '', 'No hay ahorros', 12552, 12552, '', 10, 0, 1, '2021-03-28 05:11:14', NULL),
(675, 1215, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_10-150x150.jpg', '', 'No hay ahorros', 4668, 4668, '', 10, 0, 1, '2021-03-28 05:11:14', NULL),
(676, 1216, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_11.jpg', '', 'No hay ahorros', 36876, 36876, '', 10, 0, 1, '2021-03-28 05:11:20', NULL),
(677, 1216, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_11-300x300.jpg', '', 'No hay ahorros', 14665, 14665, '', 10, 0, 1, '2021-03-28 05:11:20', NULL),
(678, 1216, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_11-150x150.jpg', '', 'No hay ahorros', 5363, 5363, '', 10, 0, 1, '2021-03-28 05:11:20', NULL),
(679, 1217, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_12.jpg', '', 'No hay ahorros', 22102, 22102, '', 10, 0, 1, '2021-03-28 05:11:24', NULL),
(680, 1217, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_12-300x300.jpg', '', 'No hay ahorros', 10351, 10351, '', 10, 0, 1, '2021-03-28 05:11:24', NULL),
(681, 1217, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_12-150x150.jpg', '', 'No hay ahorros', 4023, 4023, '', 10, 0, 1, '2021-03-28 05:11:24', NULL),
(682, 1218, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_13.jpg', '', 'No hay ahorros', 26571, 26571, '', 10, 0, 1, '2021-03-28 05:11:28', NULL),
(683, 1218, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_13-300x300.jpg', '', 'No hay ahorros', 9936, 9936, '', 10, 0, 1, '2021-03-28 05:11:28', NULL),
(684, 1218, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_13-150x150.jpg', '', 'No hay ahorros', 3825, 3825, '', 10, 0, 1, '2021-03-28 05:11:28', NULL),
(685, 1219, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_14.jpg', '', 'No hay ahorros', 60617, 60617, '', 10, 0, 1, '2021-03-28 05:11:32', NULL),
(686, 1219, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_14-300x300.jpg', '', 'No hay ahorros', 12713, 12713, '', 10, 0, 1, '2021-03-28 05:11:33', NULL),
(687, 1219, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_14-150x150.jpg', '', 'No hay ahorros', 4808, 4808, '', 10, 0, 1, '2021-03-28 05:11:33', NULL),
(688, 1220, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_15.jpg', '', 'No hay ahorros', 28460, 28460, '', 10, 0, 1, '2021-03-28 05:11:37', NULL),
(689, 1220, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_15-300x300.jpg', '', 'No hay ahorros', 12251, 12251, '', 10, 0, 1, '2021-03-28 05:11:37', NULL),
(690, 1220, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/GalleryPage-img_15-150x150.jpg', '', 'No hay ahorros', 4663, 4663, '', 10, 0, 1, '2021-03-28 05:11:37', NULL),
(691, 1221, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/todd-quackenbush-700-copy.png', '', 'Reducción de 0,0% (13,0 B)', 687256, 687269, '', 10, 0, 1, '2021-03-30 01:45:13', NULL),
(692, 1221, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/todd-quackenbush-700-copy-300x201.png', '', 'Reducción de 0,6% (481,0 B)', 75087, 75568, '', 10, 0, 1, '2021-03-30 01:45:14', NULL),
(693, 1221, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/todd-quackenbush-700-copy-150x150.png', '', 'Reducción de 11,4% (3,7 KB)', 29346, 33134, '', 10, 0, 1, '2021-03-30 01:45:14', NULL),
(694, 1221, 'media', 'medium_large', 'ABSPATHwp-content/uploads/2021/03/todd-quackenbush-700-copy-768x515.png', '', 'Reducción de 0,1% (416,0 B)', 378583, 378999, '', 10, 0, 1, '2021-03-30 01:45:25', NULL),
(695, 1222, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/Group-30-2.png', '', 'Reducción de 1,3% (13,0 B)', 970, 983, '', 10, 0, 1, '2021-03-30 01:45:32', NULL),
(696, 1223, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/Group-34.png', '', 'Reducción de 0,9% (13,0 B)', 1448, 1461, '', 10, 0, 1, '2021-03-30 01:45:36', NULL),
(697, 1224, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/Group-35.png', '', 'Reducción de 0,8% (13,0 B)', 1549, 1562, '', 10, 0, 1, '2021-03-30 01:45:40', NULL),
(698, 1225, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/556-1.png', '', 'Reducción de 0,0% (13,0 B)', 375909, 375922, '', 10, 0, 1, '2021-03-30 01:45:50', NULL),
(699, 1225, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/556-1-300x231.png', '', 'Reducción de 0,5% (384,0 B)', 79904, 80288, '', 10, 0, 1, '2021-03-30 01:45:52', NULL),
(700, 1225, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/556-1-150x150.png', '', 'Reducción de 0,8% (246,0 B)', 31376, 31622, '', 10, 0, 1, '2021-03-30 01:45:52', NULL),
(701, 1225, 'media', 'medium_large', 'ABSPATHwp-content/uploads/2021/03/556-1-768x591.png', '', 'Reducción de 0,1% (410,0 B)', 340746, 341156, '', 10, 0, 1, '2021-03-30 01:46:01', NULL),
(702, 1226, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/thomas-lefebvre-3950.png', '', 'Reducción de 0,0% (13,0 B)', 694152, 694165, '', 10, 0, 1, '2021-03-30 01:46:19', NULL),
(703, 1226, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/thomas-lefebvre-3950-300x231.png', '', 'Reducción de 2,6% (1,8 KB)', 67206, 69004, '', 10, 0, 1, '2021-03-30 01:46:20', NULL),
(704, 1226, 'media', 'large', 'ABSPATHwp-content/uploads/2021/03/thomas-lefebvre-3950-1024x788.png', '', 'Reducción de 0,3% (1,5 KB)', 509035, 510525, '', 10, 0, 1, '2021-03-30 01:46:33', NULL),
(705, 1226, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/thomas-lefebvre-3950-150x150.png', '', 'Reducción de 3,7% (1.004,0 B)', 25913, 26917, '', 10, 0, 1, '2021-03-30 01:46:33', NULL),
(706, 1226, 'media', 'medium_large', 'ABSPATHwp-content/uploads/2021/03/thomas-lefebvre-3950-768x591.png', '', 'Reducción de 0,9% (2,8 KB)', 319656, 322489, '', 10, 0, 1, '2021-03-30 01:46:40', NULL),
(707, 1227, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/GEO.png', '', 'No hay ahorros', 477, 477, '', 10, 0, 1, '2021-03-30 01:46:47', NULL),
(708, 1227, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/GEO-150x150.png', '', 'Reducción de 28,9% (199,0 B)', 489, 688, '', 10, 0, 1, '2021-03-30 01:46:47', NULL),
(709, 1228, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/BOLEIR.png', '', 'No hay ahorros', 884, 884, '', 10, 0, 1, '2021-03-30 01:46:51', NULL),
(710, 1228, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/BOLEIR-150x150.png', '', 'Reducción de 17,9% (199,0 B)', 915, 1114, '', 10, 0, 1, '2021-03-30 01:46:51', NULL),
(711, 1229, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/ECOCODE.png', '', 'No hay ahorros', 2474, 2474, '', 10, 0, 1, '2021-03-30 01:46:56', NULL),
(712, 1229, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/ECOCODE-150x150.png', '', 'Reducción de 8,7% (247,0 B)', 2597, 2844, '', 10, 0, 1, '2021-03-30 01:46:56', NULL),
(713, 1230, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/mapmaster-1-2-1.png', '', 'No hay ahorros', 1148, 1148, '', 10, 0, 1, '2021-03-30 01:47:00', NULL),
(714, 1230, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/mapmaster-1-2-1-150x150.png', '', 'Reducción de 14,3% (192,0 B)', 1154, 1346, '', 10, 0, 1, '2021-03-30 01:47:00', NULL),
(715, 1231, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/ARMOND.png', '', 'No hay ahorros', 755, 755, '', 10, 0, 1, '2021-03-30 01:47:04', NULL),
(716, 1231, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/ARMOND-150x150.png', '', 'Reducción de 19,7% (192,0 B)', 785, 977, '', 10, 0, 1, '2021-03-30 01:47:04', NULL),
(717, 1232, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/zusman-1-2-1.png', '', 'No hay ahorros', 964, 964, '', 10, 0, 1, '2021-03-30 01:47:11', NULL),
(718, 1232, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/zusman-1-2-1-150x150.png', '', 'Reducción de 16,6% (192,0 B)', 965, 1157, '', 10, 0, 1, '2021-03-30 01:47:11', NULL),
(719, 1233, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/MADRIN.png', '', 'No hay ahorros', 1064, 1064, '', 10, 0, 1, '2021-03-30 01:47:15', NULL),
(720, 1233, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/MADRIN-150x150.png', '', 'Reducción de 14,5% (192,0 B)', 1131, 1323, '', 10, 0, 1, '2021-03-30 01:47:15', NULL),
(721, 1234, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/darkside-1-2-1.png', '', 'No hay ahorros', 1476, 1476, '', 10, 0, 1, '2021-03-30 01:47:19', NULL),
(722, 1234, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/darkside-1-2-1-150x150.png', '', 'Reducción de 11,3% (193,0 B)', 1514, 1707, '', 10, 0, 1, '2021-03-30 01:47:19', NULL),
(723, 1235, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/54.png', '', 'Reducción de 0,0% (13,0 B)', 305437, 305450, '', 10, 0, 1, '2021-03-30 01:47:26', NULL),
(724, 1235, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/54-300x232.png', '', 'Reducción de 0,5% (321,0 B)', 68674, 68995, '', 10, 0, 1, '2021-03-30 01:47:27', NULL),
(725, 1235, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/54-150x150.png', '', 'Reducción de 1,1% (335,0 B)', 29574, 29909, '', 10, 0, 1, '2021-03-30 01:47:27', NULL),
(726, 1236, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/88.jpg', '', 'No hay ahorros', 62223, 62223, '', 10, 0, 1, '2021-03-30 01:47:34', NULL),
(727, 1236, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/88-300x100.jpg', '', 'No hay ahorros', 3555, 3555, '', 10, 0, 1, '2021-03-30 01:47:34', NULL),
(728, 1236, 'media', 'large', 'ABSPATHwp-content/uploads/2021/03/88-1024x342.jpg', '', 'No hay ahorros', 16846, 16846, '', 10, 0, 1, '2021-03-30 01:47:34', NULL),
(729, 1236, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/88-150x150.jpg', '', 'No hay ahorros', 2112, 2112, '', 10, 0, 1, '2021-03-30 01:47:34', NULL),
(730, 1236, 'media', 'medium_large', 'ABSPATHwp-content/uploads/2021/03/88-768x257.jpg', '', 'No hay ahorros', 11601, 11601, '', 10, 0, 1, '2021-03-30 01:47:34', NULL),
(731, 1236, 'media', '1536x1536', 'ABSPATHwp-content/uploads/2021/03/88-1536x514.jpg', '', 'No hay ahorros', 29349, 29349, '', 10, 0, 1, '2021-03-30 01:47:34', NULL),
(732, 1238, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/review_3.png', '', 'No hay ahorros', 8814, 8814, '', 10, 0, 1, '2021-03-30 01:51:48', NULL),
(747, 1243, 'media', '1536x1536', 'ABSPATHwp-content/uploads/2021/03/daclean-1536x1024.jpg', '', 'Reducción de 1,1% (689,0 B)', 64220, 64909, '', 10, 0, 1, '2021-03-30 02:18:52', NULL),
(746, 1243, 'media', 'medium_large', 'ABSPATHwp-content/uploads/2021/03/daclean-768x512.jpg', '', 'Reducción de 1,3% (258,0 B)', 20149, 20407, '', 10, 0, 1, '2021-03-30 02:18:52', NULL),
(745, 1243, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/daclean-150x150.jpg', '', 'No hay ahorros', 2500, 2500, '', 10, 0, 1, '2021-03-30 02:18:52', NULL),
(744, 1243, 'media', 'large', 'ABSPATHwp-content/uploads/2021/03/daclean-1024x683.jpg', '', 'Reducción de 1,5% (490,0 B)', 31435, 31925, '', 10, 0, 1, '2021-03-30 02:18:52', NULL),
(743, 1243, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/daclean-300x200.jpg', '', 'No hay ahorros', 5520, 5520, '', 10, 0, 1, '2021-03-30 02:18:52', NULL),
(742, 1243, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/daclean.jpg', '', 'No hay ahorros', 209208, 209208, '', 10, 0, 1, '2021-03-30 02:18:52', NULL),
(739, 1242, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/logo1-2-1.jpg', '', 'Reducción de 2,5% (241,0 B)', 9572, 9813, '', 10, 0, 1, '2021-03-30 01:58:03', NULL),
(740, 1242, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/logo1-2-1-300x100.jpg', '', 'Reducción de 10,6% (578,0 B)', 4861, 5439, '', 10, 0, 1, '2021-03-30 01:58:03', NULL),
(741, 1242, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/logo1-2-1-150x110.jpg', '', 'Reducción de 16,4% (578,0 B)', 2957, 3535, '', 10, 0, 1, '2021-03-30 01:58:03', NULL),
(748, 1244, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/daclean21.jpg', '', 'Reducción de 2,7% (4,0 KB)', 151462, 155600, '', 10, 0, 1, '2021-03-30 02:30:36', NULL),
(749, 1244, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/daclean21-300x200.jpg', '', 'Reducción de 21,6% (821,0 B)', 2985, 3806, '', 10, 0, 1, '2021-03-30 02:30:36', NULL),
(750, 1244, 'media', 'large', 'ABSPATHwp-content/uploads/2021/03/daclean21-1024x683.jpg', '', 'Reducción de 1,8% (347,0 B)', 18463, 18810, '', 10, 0, 1, '2021-03-30 02:30:36', NULL),
(751, 1244, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/daclean21-150x150.jpg', '', 'Reducción de 38,4% (821,0 B)', 1319, 2140, '', 10, 0, 1, '2021-03-30 02:30:36', NULL),
(752, 1244, 'media', 'medium_large', 'ABSPATHwp-content/uploads/2021/03/daclean21-768x512.jpg', '', 'Reducción de 3,9% (476,0 B)', 11758, 12234, '', 10, 0, 1, '2021-03-30 02:30:36', NULL),
(753, 1244, 'media', '1536x1536', 'ABSPATHwp-content/uploads/2021/03/daclean21-1536x1024.jpg', '', 'Reducción de 0,7% (266,0 B)', 35308, 35574, '', 10, 0, 1, '2021-03-30 02:30:37', NULL),
(830, 1582, 'media', 'full', 'ABSPATHwp-content/uploads/2021/04/logo-original-2-1.png', '', 'No hay ahorros', 21999, 21999, '', 10, 0, 1, '2021-04-04 22:26:40', NULL),
(829, 1580, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/04/logo-original-2-150x100.png', '', 'Reducción de 5,0% (468,0 B)', 8931, 9399, '', 10, 0, 1, '2021-04-04 22:22:19', NULL),
(828, 1580, 'media', 'full', 'ABSPATHwp-content/uploads/2021/04/logo-original-2.png', '', 'No hay ahorros', 21999, 21999, '', 10, 0, 1, '2021-04-04 22:22:18', NULL),
(757, 1297, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/daclean-1.jpg', '', 'Reducción de 2,7% (6,3 KB)', 238432, 244929, '', 10, 0, 1, '2021-03-30 06:14:44', NULL),
(758, 1297, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/daclean-1-300x200.jpg', '', 'Reducción de 16,3% (821,0 B)', 4227, 5048, '', 10, 0, 1, '2021-03-30 06:14:44', NULL),
(759, 1297, 'media', 'large', 'ABSPATHwp-content/uploads/2021/03/daclean-1-1024x683.jpg', '', 'Reducción de 3,8% (969,0 B)', 24787, 25756, '', 10, 0, 1, '2021-03-30 06:14:44', NULL),
(760, 1297, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/daclean-1-150x150.jpg', '', 'Reducción de 29,5% (821,0 B)', 1966, 2787, '', 10, 0, 1, '2021-03-30 06:14:44', NULL),
(761, 1297, 'media', 'medium_large', 'ABSPATHwp-content/uploads/2021/03/daclean-1-768x512.jpg', '', 'Reducción de 4,6% (775,0 B)', 16191, 16966, '', 10, 0, 1, '2021-03-30 06:14:44', NULL),
(762, 1297, 'media', '1536x1536', 'ABSPATHwp-content/uploads/2021/03/daclean-1-1536x1024.jpg', '', 'Reducción de 1,7% (806,0 B)', 47726, 48532, '', 10, 0, 1, '2021-03-30 06:14:44', NULL),
(763, 1354, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/o_apartamentos.jpg', '', 'Reducción de 4,4% (1,7 KB)', 38574, 40349, '', 10, 0, 1, '2021-03-31 06:56:51', NULL),
(764, 1354, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/o_apartamentos-300x231.jpg', '', 'Reducción de 4,1% (592,0 B)', 13930, 14522, '', 10, 0, 1, '2021-03-31 06:56:51', NULL),
(765, 1354, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/o_apartamentos-150x150.jpg', '', 'Reducción de 13,1% (821,0 B)', 5435, 6256, '', 10, 0, 1, '2021-03-31 06:56:51', NULL),
(766, 1355, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/o_bano.jpg', '', 'Reducción de 3,4% (872,0 B)', 24425, 25297, '', 10, 0, 1, '2021-03-31 06:56:55', NULL),
(767, 1355, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/o_bano-300x231.jpg', '', 'Reducción de 9,2% (821,0 B)', 8074, 8895, '', 10, 0, 1, '2021-03-31 06:56:55', NULL),
(768, 1355, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/o_bano-150x150.jpg', '', 'Reducción de 19,5% (821,0 B)', 3396, 4217, '', 10, 0, 1, '2021-03-31 06:56:55', NULL),
(769, 1356, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/o_cocina.jpg', '', 'Reducción de 4,3% (1,6 KB)', 35917, 37513, '', 10, 0, 1, '2021-03-31 06:57:00', NULL),
(770, 1356, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/o_cocina-300x231.jpg', '', 'Reducción de 5,0% (679,0 B)', 12996, 13675, '', 10, 0, 1, '2021-03-31 06:57:00', NULL),
(771, 1356, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/o_cocina-150x150.jpg', '', 'Reducción de 15,2% (889,0 B)', 4956, 5845, '', 10, 0, 1, '2021-03-31 06:57:00', NULL),
(772, 1411, 'media', 'full', 'ABSPATHwp-content/uploads/2021/03/ana-Vasquez.jpg', '', 'Reducción de 3,9% (7,0 KB)', 178031, 185193, '', 10, 0, 1, '2021-03-31 08:53:26', NULL),
(773, 1411, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/03/ana-Vasquez-300x297.jpg', '', 'Reducción de 5,4% (829,0 B)', 14519, 15348, '', 10, 0, 1, '2021-03-31 08:53:26', NULL),
(774, 1411, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/03/ana-Vasquez-150x150.jpg', '', 'Reducción de 17,7% (1,1 KB)', 5042, 6127, '', 10, 0, 1, '2021-03-31 08:53:26', NULL),
(775, 1411, 'media', 'medium_large', 'ABSPATHwp-content/uploads/2021/03/ana-Vasquez-768x760.jpg', '', 'Reducción de 0,8% (500,0 B)', 63855, 64355, '', 10, 0, 1, '2021-03-31 08:53:26', NULL),
(776, 1525, 'media', 'full', 'ABSPATHwp-content/uploads/2021/04/business_oficina.jpg', '', 'Reducción de 4,8% (2,1 KB)', 42808, 44962, '', 10, 0, 1, '2021-04-04 17:21:44', NULL),
(777, 1525, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/04/business_oficina-300x231.jpg', '', 'Reducción de 4,6% (790,0 B)', 16465, 17255, '', 10, 0, 1, '2021-04-04 17:21:44', NULL),
(778, 1525, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/04/business_oficina-150x150.jpg', '', 'Reducción de 10,7% (821,0 B)', 6842, 7663, '', 10, 0, 1, '2021-04-04 17:21:44', NULL),
(779, 1526, 'media', 'full', 'ABSPATHwp-content/uploads/2021/04/clean_negocio.jpg', '', 'Reducción de 4,7% (2,0 KB)', 41828, 43902, '', 10, 0, 1, '2021-04-04 17:21:48', NULL),
(780, 1526, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/04/clean_negocio-300x231.jpg', '', 'Reducción de 4,6% (754,0 B)', 15780, 16534, '', 10, 0, 1, '2021-04-04 17:21:48', NULL),
(781, 1526, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/04/clean_negocio-150x150.jpg', '', 'Reducción de 12,1% (867,0 B)', 6305, 7172, '', 10, 0, 1, '2021-04-04 17:21:48', NULL),
(782, 1527, 'media', 'full', 'ABSPATHwp-content/uploads/2021/04/post_construcccion.jpg', '', 'Reducción de 3,1% (1,1 KB)', 35689, 36827, '', 10, 0, 1, '2021-04-04 17:21:52', NULL),
(783, 1527, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/04/post_construcccion-300x231.jpg', '', 'Reducción de 3,2% (451,0 B)', 13490, 13941, '', 10, 0, 1, '2021-04-04 17:21:52', NULL),
(784, 1527, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/04/post_construcccion-150x150.jpg', '', 'Reducción de 14,7% (867,0 B)', 5019, 5886, '', 10, 0, 1, '2021-04-04 17:21:52', NULL),
(849, 1607, 'media', 'medium_large', 'ABSPATHwp-content/uploads/2021/04/logo-original-2daclean-2-768x279.png', '', 'Reducción de 4,0% (2,7 KB)', 65712, 68439, '', 10, 0, 1, '2021-04-04 23:37:08', NULL),
(850, 1615, 'media', 'full', 'ABSPATHwp-content/uploads/2021/04/clean_negocio-1.jpg', '', 'Reducción de 4,7% (2,0 KB)', 41828, 43902, '', 10, 0, 1, '2021-04-05 00:13:25', NULL),
(851, 1615, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/04/clean_negocio-1-300x231.jpg', '', 'Reducción de 4,6% (754,0 B)', 15780, 16534, '', 10, 0, 1, '2021-04-05 00:13:25', NULL),
(852, 1615, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/04/clean_negocio-1-150x150.jpg', '', 'Reducción de 12,1% (867,0 B)', 6305, 7172, '', 10, 0, 1, '2021-04-05 00:13:25', NULL),
(853, 1617, 'media', 'full', 'ABSPATHwp-content/uploads/2021/04/Ofiicina_grupo3a.jpg', '', 'Reducción de 20,5% (25,4 KB)', 101267, 127312, '', 10, 0, 1, '2021-04-05 00:15:21', NULL),
(854, 1617, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/04/Ofiicina_grupo3a-300x231.jpg', '', 'Reducción de 39,6% (12,2 KB)', 19096, 31607, '', 10, 0, 1, '2021-04-05 00:15:21', NULL),
(855, 1617, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/04/Ofiicina_grupo3a-150x150.jpg', '', 'Reducción de 62,1% (12,1 KB)', 7524, 19878, '', 10, 0, 1, '2021-04-05 00:15:21', NULL),
(848, 1607, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/04/logo-original-2daclean-2-150x150.png', '', 'Reducción de 15,5% (1,3 KB)', 7259, 8587, '', 10, 0, 1, '2021-04-04 23:37:07', NULL),
(847, 1607, 'media', 'large', 'ABSPATHwp-content/uploads/2021/04/logo-original-2daclean-2-1024x372.png', '', 'Reducción de 3,2% (2,9 KB)', 90935, 93940, '', 10, 0, 1, '2021-04-04 23:37:06', NULL),
(836, 1589, 'media', 'medium_large', 'ABSPATHwp-content/uploads/2021/04/logo-original-2daclean-768x279.png', '', 'Reducción de 4,0% (2,7 KB)', 65712, 68439, '', 10, 0, 1, '2021-04-04 22:33:23', NULL),
(835, 1589, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/04/logo-original-2daclean-150x150.png', '', 'Reducción de 15,5% (1,3 KB)', 7259, 8587, '', 10, 0, 1, '2021-04-04 22:33:21', NULL),
(834, 1589, 'media', 'large', 'ABSPATHwp-content/uploads/2021/04/logo-original-2daclean-1024x372.png', '', 'Reducción de 3,2% (2,9 KB)', 90935, 93940, '', 10, 0, 1, '2021-04-04 22:33:20', NULL),
(833, 1589, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/04/logo-original-2daclean-300x109.png', '', 'Reducción de 3,3% (741,0 B)', 21508, 22249, '', 10, 0, 1, '2021-04-04 22:33:18', NULL),
(832, 1589, 'media', 'full', 'ABSPATHwp-content/uploads/2021/04/logo-original-2daclean.png', '', 'Reducción de 16,2% (10,3 KB)', 54385, 64890, '', 10, 0, 1, '2021-04-04 22:33:17', NULL),
(831, 1582, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/04/logo-original-2-1-150x100.png', '', 'Reducción de 5,0% (468,0 B)', 8931, 9399, '', 10, 0, 1, '2021-04-04 22:26:40', NULL),
(808, 1565, 'media', 'full', 'ABSPATHwp-content/uploads/2021/04/post-daclean-2.jpg', '', 'Reducción de 14,0% (16,9 KB)', 106599, 123941, '', 10, 0, 1, '2021-04-04 22:04:26', NULL),
(809, 1565, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/04/post-daclean-2-300x107.jpg', '', 'Reducción de 52,5% (7,4 KB)', 6814, 14354, '', 10, 0, 1, '2021-04-04 22:04:26', NULL),
(810, 1565, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/04/post-daclean-2-150x150.jpg', '', 'Reducción de 63,4% (7,3 KB)', 4295, 11719, '', 10, 0, 1, '2021-04-04 22:04:26', NULL),
(846, 1607, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/04/logo-original-2daclean-2-300x109.png', '', 'Reducción de 3,3% (741,0 B)', 21508, 22249, '', 10, 0, 1, '2021-04-04 23:37:03', NULL),
(845, 1607, 'media', 'full', 'ABSPATHwp-content/uploads/2021/04/logo-original-2daclean-2.png', '', 'Reducción de 16,2% (10,3 KB)', 54385, 64890, '', 10, 0, 1, '2021-04-04 23:37:03', NULL),
(837, 1590, 'media', 'full', 'ABSPATHwp-content/uploads/2021/04/logo-original-2daclean-1.png', '', 'Reducción de 16,2% (10,3 KB)', 54385, 64890, '', 10, 0, 1, '2021-04-04 22:34:58', NULL),
(838, 1590, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/04/logo-original-2daclean-1-300x109.png', '', 'Reducción de 3,3% (741,0 B)', 21508, 22249, '', 10, 0, 1, '2021-04-04 22:34:58', NULL),
(839, 1590, 'media', 'large', 'ABSPATHwp-content/uploads/2021/04/logo-original-2daclean-1-1024x372.png', '', 'Reducción de 3,2% (2,9 KB)', 90935, 93940, '', 10, 0, 1, '2021-04-04 22:35:01', NULL),
(840, 1590, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/04/logo-original-2daclean-1-150x150.png', '', 'Reducción de 15,5% (1,3 KB)', 7259, 8587, '', 10, 0, 1, '2021-04-04 22:35:02', NULL),
(841, 1590, 'media', 'medium_large', 'ABSPATHwp-content/uploads/2021/04/logo-original-2daclean-1-768x279.png', '', 'Reducción de 4,0% (2,7 KB)', 65712, 68439, '', 10, 0, 1, '2021-04-04 22:35:04', NULL),
(842, 1594, 'media', 'full', 'ABSPATHwp-content/uploads/2021/04/post_construcccion-1.jpg', '', 'Reducción de 20,9% (25,9 KB)', 100234, 126753, '', 10, 0, 1, '2021-04-04 22:50:18', NULL),
(843, 1594, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/04/post_construcccion-1-300x231.jpg', '', 'Reducción de 42,0% (11,7 KB)', 16602, 28614, '', 10, 0, 1, '2021-04-04 22:50:18', NULL),
(844, 1594, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/04/post_construcccion-1-150x150.jpg', '', 'Reducción de 63,7% (11,5 KB)', 6725, 18535, '', 10, 0, 1, '2021-04-04 22:50:18', NULL),
(881, 1868, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/05/limpieneocios-150x150.jpg', '', 'Reducción de 63,5% (12,1 KB)', 7098, 19460, '', 10, 0, 1, '2021-05-04 00:43:52', NULL),
(884, 1872, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/05/Desinfeccion-150x150.jpg', '', 'Reducción de 20,1% (867,0 B)', 3447, 4314, '', 10, 0, 1, '2021-05-04 00:46:11', NULL),
(882, 1872, 'media', 'full', 'ABSPATHwp-content/uploads/2021/05/Desinfeccion.jpg', '', 'Reducción de 4,7% (1,2 KB)', 24399, 25612, '', 10, 0, 1, '2021-05-04 00:46:11', NULL),
(883, 1872, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/05/Desinfeccion-300x231.jpg', '', 'Reducción de 9,5% (867,0 B)', 8276, 9143, '', 10, 0, 1, '2021-05-04 00:46:11', NULL),
(880, 1868, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/05/limpieneocios-300x231.jpg', '', 'Reducción de 41,0% (12,2 KB)', 17982, 30457, '', 10, 0, 1, '2021-05-04 00:43:52', NULL),
(879, 1868, 'media', 'full', 'ABSPATHwp-content/uploads/2021/05/limpieneocios.jpg', '', 'Reducción de 27,1% (25,2 KB)', 69442, 95252, '', 10, 0, 1, '2021-05-04 00:43:52', NULL),
(912, 1899, 'media', 'medium', 'ABSPATHwp-content/uploads/2021/05/Fiormulario-1-134x300.jpg', '', 'Reducción de 32,1% (1,1 KB)', 2299, 3384, '', 10, 0, 1, '2021-05-10 09:04:25', NULL),
(911, 1899, 'media', 'full', 'ABSPATHwp-content/uploads/2021/05/Fiormulario-1.jpg', '', 'Reducción de 3,6% (5,1 KB)', 139110, 144350, '', 10, 0, 1, '2021-05-10 09:04:25', NULL),
(913, 1899, 'media', 'large', 'ABSPATHwp-content/uploads/2021/05/Fiormulario-1-457x1024.jpg', '', 'Reducción de 1,1% (236,0 B)', 21831, 22067, '', 10, 0, 1, '2021-05-10 09:04:25', NULL),
(914, 1899, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2021/05/Fiormulario-1-150x150.jpg', '', 'Reducción de 55,9% (1,1 KB)', 855, 1940, '', 10, 0, 1, '2021-05-10 09:04:25', NULL),
(915, 1899, 'media', 'medium_large', 'ABSPATHwp-content/uploads/2021/05/Fiormulario-1-768x1719.jpg', '', 'No hay ahorros', 50464, 50464, '', 10, 0, 1, '2021-05-10 09:04:25', NULL),
(916, 1899, 'media', '1536x1536', 'ABSPATHwp-content/uploads/2021/05/Fiormulario-1-686x1536.jpg', '', 'No hay ahorros', 42495, 42495, '', 10, 0, 1, '2021-05-10 09:04:25', NULL);

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

--
-- Estructura de tabla para la tabla `wp_ewwwio_queue`
--

CREATE TABLE `wp_ewwwio_queue` (
  `attachment_id` bigint(20) UNSIGNED DEFAULT NULL,
  `gallery` varchar(10) DEFAULT NULL,
  `scanned` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Estructura de tabla para la tabla `wp_e_submissions`
--

CREATE TABLE `wp_e_submissions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(60) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `hash_id` varchar(60) COLLATE utf8mb4_unicode_520_ci 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) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `referer_title` varchar(300) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `element_id` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `form_name` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `campaign_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `user_ip` varchar(46) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_agent` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `actions_count` int(11) DEFAULT '0',
  `actions_succeeded_count` int(11) DEFAULT '0',
  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `is_read` tinyint(1) NOT NULL DEFAULT '0',
  `meta` text COLLATE utf8mb4_unicode_520_ci,
  `created_at_gmt` datetime NOT NULL,
  `updated_at_gmt` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Estructura de tabla para la tabla `wp_e_submissions_actions_log`
--

CREATE TABLE `wp_e_submissions_actions_log` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `submission_id` bigint(20) UNSIGNED NOT NULL,
  `action_name` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `action_label` varchar(60) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `log` text COLLATE utf8mb4_unicode_520_ci,
  `created_at_gmt` datetime NOT NULL,
  `updated_at_gmt` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Estructura de tabla para la tabla `wp_e_submissions_values`
--

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

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

--
-- Estructura de tabla para la tabla `wp_gf_draft_submissions`
--

CREATE TABLE `wp_gf_draft_submissions` (
  `uuid` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `email` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `form_id` mediumint(8) UNSIGNED NOT NULL,
  `date_created` datetime NOT NULL,
  `ip` varchar(39) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `source_url` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `submission` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Estructura de tabla para la tabla `wp_gf_entry`
--

CREATE TABLE `wp_gf_entry` (
  `id` int(10) UNSIGNED NOT NULL,
  `form_id` mediumint(8) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED DEFAULT NULL,
  `date_created` datetime NOT NULL,
  `date_updated` datetime DEFAULT NULL,
  `is_starred` tinyint(1) NOT NULL DEFAULT '0',
  `is_read` tinyint(1) NOT NULL DEFAULT '0',
  `ip` varchar(39) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `source_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_agent` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `currency` varchar(5) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `payment_status` varchar(15) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `payment_date` datetime DEFAULT NULL,
  `payment_amount` decimal(19,2) DEFAULT NULL,
  `payment_method` varchar(30) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `transaction_id` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `is_fulfilled` tinyint(1) DEFAULT NULL,
  `created_by` bigint(20) UNSIGNED DEFAULT NULL,
  `transaction_type` tinyint(1) DEFAULT NULL,
  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'active'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wp_gf_entry`
--

INSERT INTO `wp_gf_entry` (`id`, `form_id`, `post_id`, `date_created`, `date_updated`, `is_starred`, `is_read`, `ip`, `source_url`, `user_agent`, `currency`, `payment_status`, `payment_date`, `payment_amount`, `payment_method`, `transaction_id`, `is_fulfilled`, `created_by`, `transaction_type`, `status`) VALUES
(1, 1, NULL, '2019-12-17 15:24:20', '2019-12-17 15:24:20', 0, 1, '181.123.62.149', 'http://dacleanexpress.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 'active'),
(2, 1, NULL, '2019-12-17 15:40:05', '2019-12-17 15:40:05', 0, 1, '181.123.62.149', 'http://dacleanexpress.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 'active'),
(7, 1, NULL, '2020-01-09 14:16:18', '2020-01-09 14:16:18', 0, 0, '181.123.62.149', 'http://dacleanexpress.com/contacto/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 'active'),
(10, 4, NULL, '2020-01-16 12:17:29', '2020-01-16 12:17:29', 0, 1, '186.182.233.97', 'http://dacleanexpress.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(11, 4, NULL, '2020-02-17 13:08:39', '2020-02-17 13:08:39', 0, 0, '186.182.233.97', 'http://dacleanexpress.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(12, 2, NULL, '2020-02-28 09:59:00', '2020-02-28 09:59:00', 0, 0, '84.17.48.21', 'https://dacleanexpress.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(13, 4, NULL, '2020-03-13 20:15:32', '2020-03-13 20:15:32', 0, 0, '186.188.168.3', 'https://dacleanexpress.com/', 'Mozilla/5.0 (Linux; U; Android 4.4.2; es-sa; LG-D693 Build/KOT49I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/34.0.1847.118 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(14, 2, NULL, '2020-03-14 11:30:44', '2020-03-14 11:30:44', 0, 0, '168.81.92.97', 'https://dacleanexpress.com/', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322) 360JK yunjiankong 427691', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(15, 3, NULL, '2020-03-24 04:15:57', '2020-03-24 04:15:57', 0, 0, '181.179.36.153', 'https://dacleanexpress.com/empleo/', 'Mozilla/5.0 (Linux; Android 9; ANE-LX3 Build/HUAWEIANE-L23; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/80.0.3987.149 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/261.0.0.52.126;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(16, 2, NULL, '2020-03-30 21:03:43', '2020-03-30 21:03:43', 0, 0, '46.243.221.50', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322) 360JK yunjiankong 427691', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(17, 3, NULL, '2020-04-16 15:54:40', '2020-04-16 15:54:40', 0, 0, '190.34.62.36', 'https://dacleanexpress.com/empleo/', 'Mozilla/5.0 (Linux; Android 6.0; CAM-L23 Build/HUAWEICAM-L23; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/80.0.3987.162 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/265.0.0.61.103;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(18, 2, NULL, '2020-04-26 05:06:57', '2020-04-26 05:06:57', 0, 0, '172.94.13.68', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322) 360JK yunjiankong 427691', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(19, 2, NULL, '2020-05-09 17:11:13', '2020-05-09 17:11:13', 0, 0, '45.152.182.136', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322) 360JK yunjiankong 427691', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(20, 4, NULL, '2020-05-25 17:16:13', '2020-05-25 17:16:13', 0, 0, '190.140.202.142', 'https://dacleanexpress.com/', 'Mozilla/5.0 (Linux; Android 10; SM-A307G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.136 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(21, 2, NULL, '2020-06-01 03:35:54', '2020-06-01 03:35:54', 0, 0, '198.46.178.109', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322) 360JK yunjiankong 427691', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(22, 4, NULL, '2020-06-04 12:59:57', '2020-06-04 12:59:57', 0, 1, '190.102.56.131', 'https://dacleanexpress.com/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-J700M Build/MMB29K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/69.0.3497.100 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/271.0.0.55.109;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(23, 4, NULL, '2020-06-05 09:25:15', '2020-06-05 09:25:15', 0, 0, '190.102.58.185', 'https://dacleanexpress.com/', 'Mozilla/5.0 (Linux; Android 7.1.2; LM-X410.F Build/N2G47H; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/81.0.4044.117 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/267.1.0.46.120;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(24, 4, NULL, '2020-06-08 15:40:12', '2020-06-08 15:40:12', 0, 0, '190.141.153.192', 'https://dacleanexpress.com/', 'Mozilla/5.0 (Linux; Android 9; SM-J400M Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/83.0.4103.96 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/273.0.0.39.123;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(25, 4, NULL, '2020-06-10 16:39:21', '2020-06-10 16:39:21', 0, 0, '201.227.226.140', 'https://dacleanexpress.com/', 'Mozilla/5.0 (Linux; Android 10; SM-A307G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.83 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(26, 4, NULL, '2020-06-12 06:08:05', '2020-06-12 06:08:05', 0, 0, '200.46.144.107', 'https://dacleanexpress.com/', 'Mozilla/5.0 (Linux; Android 8.0.0; SM-G935F Build/R16NW; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/83.0.4103.101 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/274.0.0.46.119;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(27, 4, NULL, '2020-06-12 06:18:34', '2020-06-12 06:18:34', 0, 0, '190.219.64.26', 'https://dacleanexpress.com/', 'Mozilla/5.0 (Linux; Android 9; SM-J610G Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/83.0.4103.101 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/274.0.0.46.119;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(28, 4, NULL, '2020-06-12 14:49:00', '2020-06-12 14:49:00', 0, 0, '201.227.226.142', 'https://dacleanexpress.com/', 'Mozilla/5.0 (Linux; Android 10; SM-A105M Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/79.0.3945.116 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/272.0.0.50.125;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(29, 4, NULL, '2020-06-12 14:59:51', '2020-06-12 14:59:51', 0, 0, '190.140.93.112', 'https://dacleanexpress.com/', 'Mozilla/5.0 (Linux; Android 9; SM-J400M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.101 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(30, 3, NULL, '2020-06-12 18:33:19', '2020-06-12 18:33:19', 0, 0, '190.218.192.142', 'https://dacleanexpress.com/empleo/', 'Mozilla/5.0 (Linux; Android 4.4.4; SM-G316M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(31, 3, NULL, '2020-06-13 13:47:55', '2020-06-13 13:47:55', 0, 0, '181.179.35.28', 'https://dacleanexpress.com/empleo/', 'Mozilla/5.0 (Linux; Android 8.0.0; SM-J400M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.99 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(32, 2, NULL, '2020-06-13 13:51:11', '2020-06-13 13:51:11', 0, 0, '181.179.35.28', 'https://dacleanexpress.com/empleo/', 'Mozilla/5.0 (Linux; Android 8.0.0; SM-J400M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.99 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(33, 4, NULL, '2020-06-15 16:28:53', '2020-06-15 16:28:53', 0, 1, '200.108.62.4', 'https://dacleanexpress.com/', 'Mozilla/5.0 (Linux; Android 9; JKM-LX3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.96 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(34, 4, NULL, '2020-06-15 22:35:04', '2020-06-15 22:35:04', 0, 1, '190.34.233.139', 'https://dacleanexpress.com/', 'Mozilla/5.0 (Linux; Android 9; Redmi Note 8 Build/PKQ1.190616.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/83.0.4103.101 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/274.0.0.46.119;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(35, 2, NULL, '2020-06-16 04:41:52', '2020-06-16 04:41:52', 0, 0, '172.107.168.165', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322) 360JK yunjiankong 427691', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(36, 3, NULL, '2020-06-23 20:58:20', '2020-06-23 20:58:20', 0, 0, '190.57.46.222', 'https://dacleanexpress.com/empleo/', 'Mozilla/5.0 (Linux; Android 10; SM-A307G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.106 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(37, 3, NULL, '2020-06-30 17:12:09', '2020-06-30 17:12:09', 0, 0, '181.197.111.224', 'https://dacleanexpress.com/empleo/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G532M Build/MMB29T; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/270.1.0.66.127;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(38, 2, NULL, '2020-07-07 20:14:37', '2020-07-07 20:14:37', 0, 0, '194.187.249.181', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322) 360JK yunjiankong 427691', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(39, 2, NULL, '2020-07-10 18:07:37', '2020-07-10 18:07:37', 0, 0, '23.90.31.46', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322) 360JK yunjiankong 427691', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(40, 2, NULL, '2020-07-18 16:49:01', '2020-07-18 16:49:01', 0, 0, '23.94.228.201', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322) 360JK yunjiankong 427691', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(41, 2, NULL, '2021-02-26 19:12:14', '2021-02-26 19:12:14', 0, 0, '185.206.225.27', 'https://dacleanexpress.com/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(42, 2, NULL, '2021-02-26 20:55:32', '2021-02-26 20:55:32', 0, 0, '201.241.4.178', 'https://dacleanexpress.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, 18, NULL, 'active'),
(43, 2, NULL, '2021-02-26 21:24:07', '2021-02-26 21:24:07', 0, 0, '201.241.4.178', 'https://dacleanexpress.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, 18, NULL, 'active'),
(44, 2, NULL, '2021-02-26 21:47:28', '2021-02-26 21:47:28', 0, 0, '201.241.4.178', 'https://dacleanexpress.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, 18, NULL, 'active'),
(45, 2, NULL, '2021-02-27 22:40:22', '2021-02-27 22:40:22', 0, 0, '186.75.83.189', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_5&utm_campaign=Conversi%C3%25', 'Mozilla/5.0 (Linux; Android 8.1.0; SM-J260M Build/M1AJB; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/88.0.4324.152 Mobile Safari/537.36[FBAN/EMA;FBLC/es_ES;FBAV/239.0.0.10.109;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(46, 4, NULL, '2021-02-28 00:44:48', '2021-02-28 00:44:48', 0, 1, '190.102.58.133', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_5&utm_campaign=Conversi%C3%25&fbclid=IwAR2XI2_YREL1VUY5uE9FKn1R6BCh-eAuuSE_xP43OmXxdUSblz_vXBRuKb4', 'Mozilla/5.0 (Linux; Android 10; M2010J19SG Build/QKQ1.200830.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/88.0.4324.181 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/307.0.0.40.111;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(47, 3, NULL, '2021-02-28 03:31:52', '2021-02-28 03:31:52', 0, 0, '190.35.22.153', 'https://dacleanexpress.com/empleo/', 'Mozilla/5.0 (Linux; Android 10; SM-A115M Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/88.0.4324.181 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/307.0.0.40.111;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(48, 2, NULL, '2021-03-01 01:57:33', '2021-03-01 01:57:33', 0, 0, '190.102.58.160', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_4&utm_campaign=Conversi%C3%25&fbclid=IwAR2gkQYvBleUFrGo4qCXS1k-U-l2Z1Py2o2qlNYYMPLKNvVXpG6ofuzQQtg', 'Mozilla/5.0 (Linux; Android 8.1.0; DRA-LX3 Build/HUAWEIDRA-LX3; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/88.0.4324.181 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/306.1.0.40.119;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(49, 4, NULL, '2021-03-01 02:02:35', '2021-03-01 02:02:35', 0, 1, '190.102.58.160', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_4&utm_campaign=Conversi%C3%25&fbclid=IwAR2gkQYvBleUFrGo4qCXS1k-U-l2Z1Py2o2qlNYYMPLKNvVXpG6ofuzQQtg', 'Mozilla/5.0 (Linux; Android 8.1.0; DRA-LX3 Build/HUAWEIDRA-LX3; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/88.0.4324.181 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/306.1.0.40.119;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(50, 3, NULL, '2021-03-01 09:50:08', '2021-03-01 09:50:08', 0, 0, '201.227.226.144', 'https://dacleanexpress.com/empleo/', 'Mozilla/5.0 (Linux; Android 10; SM-A207M Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/87.0.4280.141 Mobile Safari/537.36 Instagram 174.0.0.31.132 Android (29/10; 280dpi; 720x1422; samsung; SM-A207M; a20s; qcom;', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(51, 4, NULL, '2021-03-01 14:58:26', '2021-03-01 14:58:26', 0, 1, '190.102.56.221', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_4&utm_campaign=Conversi%C3%25&fbclid=IwAR2jjAjOZ0o3ku8O9WLWIyXmOpk-I0Tk6mgVE_yFMUF4rzRyJQq3r4JCU0U', 'Mozilla/5.0 (Linux; Android 8.1.0; SM-J260M Build/M1AJB; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/85.0.4183.127 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/297.0.0.36.116;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(52, 4, NULL, '2021-03-01 17:19:43', '2021-03-01 17:19:43', 0, 1, '190.140.191.179', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_4&utm_campaign=Conversi%C3%25&fbclid=IwAR0EeSNYNEwhskYegmIqlGhmdESU55qgFk2qLwVYQGhzegzcPflTAyICDeE', 'Mozilla/5.0 (Linux; Android 8.0.0; RNE-L23 Build/HUAWEIRNE-L23; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/88.0.4324.181 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/307.0.0.40.111;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(53, 2, NULL, '2021-03-01 21:56:04', '2021-03-01 21:56:04', 0, 0, '190.102.56.137', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_4&utm_campaign=Conversi%C3%25&fbclid=IwAR1jGW0jjy9Rc3N-bavZ744hhHj9u7qfSLA_AdQl5ZuF3UvsxnismDn9Sf0', 'Mozilla/5.0 (Linux; Android 10; STK-LX3 Build/HUAWEISTK-LX3; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/88.0.4324.181 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/306.1.0.40.119;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(54, 4, NULL, '2021-03-01 22:25:08', '2021-03-01 22:25:08', 0, 1, '201.227.226.145', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_4&utm_campaign=Conversi%C3%25&fbclid=IwAR1MYhRZVJyZxQgIo-gw9OQjuOUgBo0JRlsJ_1pkZrm4943Sp2cGOf3iel0', 'Mozilla/5.0 (Linux; Android 10; SM-A207M Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/80.0.3987.99 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/300.0.0.51.129;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(55, 2, NULL, '2021-03-02 12:52:53', '2021-03-02 12:52:53', 0, 0, '190.102.58.185', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_4&utm_campaign=Conversi%C3%25&fbclid=IwAR3gpZezkWKZAFk6E5C_7GdQ5nNf_2LzbPGDVh7UW7S0jjoC5OL5febG4IQ', 'Mozilla/5.0 (Linux; Android 9; SM-A305G Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.136 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/300.2.0.58.129;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(56, 2, NULL, '2021-03-02 15:33:30', '2021-03-02 15:33:30', 0, 0, '190.219.65.7', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_4&utm_campaign=Conversi%C3%25&fbclid=IwAR3xuAPG65TdemH8lzfHlgKoWB5FF3hrB_dXKeodycOuNmqoxPO8TJ8YF-A', 'Mozilla/5.0 (Linux; Android 10; SM-A515F Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/88.0.4324.181 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/307.0.0.40.111;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(57, 3, NULL, '2021-03-02 21:59:03', '2021-03-02 21:59:03', 0, 0, '181.179.28.176', 'https://dacleanexpress.com/empleo/', 'Mozilla/5.0 (Linux; Android 10; STK-LX3 Build/HUAWEISTK-LX3; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/88.0.4324.152 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/304.0.0.39.118;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(58, 2, NULL, '2021-03-03 01:03:54', '2021-03-03 01:03:54', 0, 0, '190.102.58.133', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_4&utm_campaign=Conversi%C3%25&fbclid=IwAR0is9udNLYgJLLYNYOpI2AyB2QCDQMzLFkBXuswVk644wF0bmj7a7oBg1A', 'Mozilla/5.0 (Linux; Android 10; SM-A505G Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/81.0.4044.138 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/300.0.0.51.129;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(59, 2, NULL, '2021-03-03 05:41:56', '2021-03-03 05:41:56', 0, 0, '201.227.226.138', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_4&utm_campaign=Conversi%C3%25&fbclid=IwAR2Y39ejJ5XlsHsK7hEHhLyrZL0jCWT1tmfn0gYIHysQ89JIbLiEUPGwPPc', 'Mozilla/5.0 (Linux; Android 8.1.0; SM-J260M Build/M1AJB; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.110 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/305.1.0.40.120;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(60, 3, NULL, '2021-03-03 06:10:37', '2021-03-03 06:10:37', 0, 1, '190.218.252.35', 'https://dacleanexpress.com/empleo/', 'Mozilla/5.0 (Linux; Android 10; SM-A515F Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/88.0.4324.181 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/307.0.0.40.111;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(61, 2, NULL, '2021-03-03 12:25:39', '2021-03-03 12:25:39', 0, 0, '201.227.226.150', 'https://dacleanexpress.com/?utm_source=Google_Ads&utm_medium=grupo_anuncio_1&utm_campaign=Trafico_Canal_Online&gclid=Cj0KCQiAhP2BBhDdARIsAJEzXlGSt4xzrXk3ATsH3A2dglmWxiCwy7BVlX7PkdKzrExTLcq7_Sen7KIaAjH', 'Mozilla/5.0 (Linux; Android 10; STK-LX3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.93 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(62, 4, NULL, '2021-03-03 16:39:05', '2021-03-03 16:39:05', 0, 1, '201.227.226.142', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_4&utm_campaign=Conversi%C3%25&fbclid=IwAR3Bm8-tFaQS7q7nvSdOSaTm5V7VlVXYCxb1Cc7B-4F0A5Eypmcqgc4jRWw', 'Mozilla/5.0 (Linux; Android 10; M2004J19C Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/87.0.4280.141 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/301.0.0.37.477;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(63, 2, NULL, '2021-03-03 17:01:55', '2021-03-03 17:01:55', 0, 0, '181.179.27.84', 'https://dacleanexpress.com/?utm_source=Google_Ads&utm_medium=grupo_anuncio_1&utm_campaign=Trafico_Canal_Online&gclid=Cj0KCQiAhP2BBhDdARIsAJEzXlEGqoW_JIkz0hojRQ3BP72ya2zjuw8ZVqOIszQei1WhIoLv2SarUwMaAu3', 'Mozilla/5.0 (Linux; Android 10; Studio X10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(64, 4, NULL, '2021-03-03 17:06:56', '2021-03-03 17:06:56', 0, 1, '181.179.27.84', 'https://dacleanexpress.com/?utm_source=Google_Ads&utm_medium=grupo_anuncio_1&utm_campaign=Trafico_Canal_Online&gclid=Cj0KCQiAhP2BBhDdARIsAJEzXlEGqoW_JIkz0hojRQ3BP72ya2zjuw8ZVqOIszQei1WhIoLv2SarUwMaAu3', 'Mozilla/5.0 (Linux; Android 10; Studio X10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(65, 4, NULL, '2021-03-03 17:14:01', '2021-03-03 17:14:01', 0, 1, '181.179.27.84', 'https://dacleanexpress.com/gracias/', 'Mozilla/5.0 (Linux; Android 10; Studio X10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(66, 4, NULL, '2021-03-03 18:57:26', '2021-03-03 18:57:26', 0, 1, '190.102.58.128', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_4&utm_campaign=Conversi%C3%25', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G532M Build/MMB29T; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36[FBAN/EMA;FBLC/es_ES;FBAV/235.0.0.5.119;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(67, 4, NULL, '2021-03-04 01:29:30', '2021-03-04 01:29:30', 0, 1, '201.227.226.138', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_5&utm_campaign=Conversi%C3%25&fbclid=IwAR1jYyX10vw74wlsaRltqZ3n-fEIVD-x-zUdl9of2AegiWx6UCnLfjnpXYE', 'Mozilla/5.0 (Linux; Android 9; SM-J600G Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/80.0.3987.119 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/304.0.0.39.118;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(68, 2, NULL, '2021-03-05 17:33:59', '2021-03-05 17:33:59', 0, 1, '190.102.58.95', 'https://dacleanexpress.com/?utm_source=Google_Ads&utm_medium=grupo_anuncio_1&utm_campaign=Trafico_Canal_Online&gclid=Cj0KCQiAyoeCBhCTARIsAOfpKxjtWiwFvctYvo-gHiqoJMS5Y2Wldqd-aZZk69mtzS7LRudYgyf6Xa8aAgk', 'Mozilla/5.0 (Linux; Android 10; SAMSUNG SM-A315G) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/13.2 Chrome/83.0.4103.106 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(69, 2, NULL, '2021-03-06 03:35:03', '2021-03-06 03:35:03', 0, 1, '190.141.34.172', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_4&utm_campaign=Conversi%C3%25&fbclid=IwAR0pSoALOjr08YcGyxYq0GGHK-wEBpRINgpqNJrAoGCXVYF4LlmPMuqSb9M', 'Mozilla/5.0 (Linux; Android 4.4.4; GT-I9060C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(70, 3, NULL, '2021-03-06 18:46:32', '2021-03-06 18:46:32', 0, 1, '190.140.114.249', 'https://dacleanexpress.com/empleo/', 'Mozilla/5.0 (Linux; Android 8.1.0; DUB-LX3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(71, 2, NULL, '2021-03-07 00:22:04', '2021-03-07 00:22:04', 0, 1, '190.140.189.190', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_5&utm_campaign=Conversi%C3%25&fbclid=IwAR3bC1VKodOySUHsOxuVPhwftSpNAZKmVzGa6QpK9llMSd9amw_3TcVjA7g', 'Mozilla/5.0 (Linux; Android 8.1.0; DRA-LX3 Build/HUAWEIDRA-LX3; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/89.0.4389.72 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/306.1.0.40.119;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(72, 2, NULL, '2021-03-08 12:41:58', '2021-03-08 12:41:58', 0, 0, '190.163.167.89', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, 18, NULL, 'active'),
(73, 2, NULL, '2021-03-08 12:43:00', '2021-03-08 12:43:00', 0, 0, '190.163.167.89', 'https://dacleanexpress.com/servicios/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, 18, NULL, 'active'),
(74, 2, NULL, '2021-03-08 12:44:59', '2021-03-08 12:44:59', 0, 0, '190.163.167.89', 'https://dacleanexpress.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, 18, NULL, 'active'),
(75, 5, NULL, '2021-03-08 12:51:34', '2021-03-08 12:51:34', 0, 0, '190.163.167.89', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, 18, NULL, 'active'),
(76, 4, NULL, '2021-03-08 12:56:04', '2021-03-08 12:56:04', 0, 0, '190.163.167.89', 'https://dacleanexpress.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, 18, NULL, 'active'),
(77, 4, NULL, '2021-03-08 16:54:45', '2021-03-08 16:54:45', 0, 1, '201.227.170.249', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_4&utm_campaign=Conversi%C3%25', 'Mozilla/5.0 (Linux; Android 8.1.0; SM-G610M Build/M1AJQ; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/89.0.4389.72 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/308.0.0.42.118;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(78, 3, NULL, '2021-03-09 00:35:40', '2021-03-09 00:35:40', 0, 0, '201.227.126.246', 'https://dacleanexpress.com/empleo/', 'Mozilla/5.0 (Linux; Android 10; M2007J20CG Build/QKQ1.200512.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/89.0.4389.72 Mobile Safari/537.36 Instagram 177.0.0.30.119 Android (29/10; 352dpi; 1080x2205; Xiaomi/POCO; M2007J20CG; sur', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(79, 2, NULL, '2021-03-09 01:28:13', '2021-03-09 01:28:13', 0, 1, '190.32.33.192', 'https://dacleanexpress.com/?utm_source=Google_Ads&utm_medium=discovery_trafico_co&utm_campaign=Discover_Canal_Online&gclid=Cj0KCQiAs5eCBhCBARIsAEhk4r4NXjRH1E_gYUJPGjJDTn6TjY7VNfAuzThwsUU7xwLZtWxuaoxxO', 'Mozilla/5.0 (Linux; Android 9; G60) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(80, 4, NULL, '2021-03-09 04:05:07', '2021-03-09 04:05:07', 0, 1, '201.227.226.144', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_4&utm_campaign=Conversi%C3%25&fbclid=IwAR39XjHkLsb8Nh__ld3LZZjK3b6DZ5ZJUoVvJqujvL5Bt9V-EpqpPd2Iw6k', 'Mozilla/5.0 (Linux; Android 9; SM-A207M Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.136 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/308.0.0.42.118;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(81, 2, NULL, '2021-03-09 12:03:52', '2021-03-09 12:03:52', 0, 1, '190.35.60.170', 'https://dacleanexpress.com/?utm_source=Google_Ads&utm_medium=grupo_anuncio_1&utm_campaign=Trafico_Canal_Online&gclid=Cj0KCQiA1pyCBhCtARIsAHaY_5cYJR_2sojUv9V_qyPQu_RXK-QsEhu5txHApn4fviqxiGvQ-5uD1jIaAge', 'Mozilla/5.0 (Linux; Android 10; SM-A015M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.181 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(82, 4, NULL, '2021-03-09 14:02:15', '2021-03-09 14:02:15', 0, 1, '190.140.112.124', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_4&utm_campaign=Conversi%C3%25&fbclid=IwAR16C-ABg0y6-IpI5KErL3hkQ-EvHYJEha3C-G4JOcDy96mtPMKvUZ4wJRE', 'Mozilla/5.0 (Linux; Android 10; SM-J810M Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/88.0.4324.181 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/308.0.0.42.118;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(83, 3, NULL, '2021-03-09 14:04:33', '2021-03-09 14:04:33', 0, 0, '200.75.239.104', 'https://dacleanexpress.com/empleo/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(84, 2, NULL, '2021-03-10 16:29:23', '2021-03-10 16:29:23', 0, 0, '190.102.58.172', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_4&utm_campaign=Conversi%C3%25&fbclid=PAAaY8sKOkKVqXOwhCzxPfUgXBHkU8hmUKeqpI3LoykxyZS07FEnsGbGbXrFg', 'Mozilla/5.0 (Linux; Android 10; STK-LX3 Build/HUAWEISTK-LX3; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/88.0.4324.181 Mobile Safari/537.36 Instagram 178.1.0.37.123 Android (29/10; 480dpi; 1080x2224; HUAWEI; STK-LX3; HWSTK-HF; kirin', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(85, 2, NULL, '2021-03-10 23:31:28', '2021-03-10 23:31:28', 0, 0, '190.219.38.195', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_4&utm_campaign=Conversi%C3%25&fbclid=IwAR1fVYSAjfI9t5Sx8IvjpY3EriYCAMUjKOtOkVvdc7MgHHKuhY82rPV8SWE', 'Mozilla/5.0 (Linux; Android 10; SM-A015M Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/86.0.4240.198 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/308.0.0.42.118;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(86, 3, NULL, '2021-03-11 02:47:48', '2021-03-11 02:47:48', 0, 0, '190.140.81.201', 'https://dacleanexpress.com/empleo/', 'Mozilla/5.0 (Linux; Android 8.0.0; WAS-LX3 Build/HUAWEIWAS-LX3; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/88.0.4324.181 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/308.0.0.42.118;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(87, 2, NULL, '2021-03-12 18:28:58', '2021-03-12 18:28:58', 0, 0, '190.163.167.89', 'https://dacleanexpress.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, 18, NULL, 'active'),
(88, 2, NULL, '2021-03-12 19:39:32', '2021-03-12 19:39:32', 0, 1, '190.219.145.177', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_4&utm_campaign=Conversi%C3%25&fbclid=IwAR2zQCOZADb1KC2AVz3W8wimsNQyPrE-cH-4bqZ5D0Yl3LPE7g1sqzuJIhU', 'Mozilla/5.0 (Linux; Android 10; SM-A025M Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/89.0.4389.86 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/309.0.0.47.119;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(89, 4, NULL, '2021-03-13 13:05:13', '2021-03-13 13:05:13', 0, 1, '190.219.11.63', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_8&utm_campaign=Conversi%C3%25&fbclid=PAAabg-yDIdG8gTxJu5PLTEIr7saCQIlsEZePFVS2SSUTXjj0v5y-m_bW4NMA', 'Mozilla/5.0 (Linux; Android 10; LM-X520 Build/QKQ1.200531.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/89.0.4389.86 Mobile Safari/537.36 Instagram 178.1.0.37.123 Android (29/10; 360dpi; 720x1358; LGE/lge; LM-X520; mmh4p-pr; mmh4', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(90, 2, NULL, '2021-03-13 16:50:47', '2021-03-13 16:50:47', 0, 0, '190.102.58.100', 'https://dacleanexpress.com/?utm_source=Google_Ads&utm_medium=grupo_anuncio_1&utm_campaign=Trafico_Canal_Online&gclid=CjwKCAiA4rGCBhAQEiwAelVti5e5b04Sk1CfgiSsp0PIiWEtv7rrGnK2yuYva-YAEnsabMY5jLvK9xoCd_A', 'Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(91, 2, NULL, '2021-03-14 13:20:44', '2021-03-14 13:20:44', 0, 0, '201.227.226.151', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_8&utm_campaign=Conversi%C3%25&fbclid=PAAabvyi_5ryAOi4oiLNLL3yHMxTHxWOIW4ZNqG2StQs0By20xxe7_iRuCKGE', 'Mozilla/5.0 (Linux; Android 10; SM-A107M Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/85.0.4183.81 Mobile Safari/537.36 Instagram 174.0.0.31.132 Android (29/10; 280dpi; 720x1381; samsung; SM-A107M; a10s; mt6762', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(92, 2, NULL, '2021-03-14 16:41:57', '2021-03-14 16:41:57', 0, 0, '190.102.58.186', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_8&utm_campaign=Conversi%C3%25&fbclid=IwAR34JYUKFolrhyheXYrs_u7jKd-WWXODIlBxgiLz-zv0AtibT4sQOID039s', 'Mozilla/5.0 (Linux; Android 10; SM-A207M Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/89.0.4389.86 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(93, 4, NULL, '2021-03-14 16:42:57', '2021-03-14 16:42:57', 0, 1, '201.227.226.146', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_8&utm_campaign=Conversi%C3%25&fbclid=IwAR3jfVjp2vh1eHZLOXlvI5VkCLdUa08Y-S0OCKzyN96IBrCIl5H3uEVllLc', 'Mozilla/5.0 (Linux; Android 9; MRD-LX3 Build/HUAWEIMRD-LX3; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/86.0.4240.110 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/261.0.0.52.126;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(94, 4, NULL, '2021-03-14 17:04:14', '2021-03-14 17:04:14', 0, 1, '190.141.249.33', 'https://dacleanexpress.com/?utm_source=Google_Ads&utm_medium=grupo_anuncio_1&utm_campaign=Trafico_Canal_Online&gclid=CjwKCAiAhbeCBhBcEiwAkv2cY4wfvIjDSB1GeZ9EBjCItQgTdfmEH7u7NWyqn0m5jYE3zh33yjoZJxoCMeE', 'Mozilla/5.0 (Linux; Android 8.1.0; LW688) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.86 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(95, 4, NULL, '2021-03-14 17:18:38', '2021-03-14 17:18:38', 0, 1, '201.227.226.149', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_8&utm_campaign=Conversi%C3%25&fbclid=IwAR08ws46Z3Van0ssJwCW3V2piHNrdH26qGiOYXkGiJhNNtezLorDy9Q9jDI', 'Mozilla/5.0 (Linux; Android 10; SM-A115M Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/86.0.4240.198 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/298.0.0.46.116;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(96, 3, NULL, '2021-03-15 00:38:50', '2021-03-15 00:38:50', 0, 0, '190.102.58.148', 'https://dacleanexpress.com/empleo/', 'Mozilla/5.0 (Linux; Android 8.1.0; SAMSUNG SM-G610M Build/M1AJQ) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.2 Chrome/59.0.3071.125 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(97, 2, NULL, '2021-03-15 02:51:56', '2021-03-15 02:51:56', 0, 0, '190.141.205.11', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_4&utm_campaign=Conversi%C3%25&fbclid=PAAaZU-pjCnDBQVYoqdAiAQrAggIt4Y0QKLeKhMcyugzF9uYMS0cY91iHsO7Q_aem_AabxFje_VEMe', 'Mozilla/5.0 (iPhone; CPU iPhone OS 14_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 Instagram 178.0.0.22.119 (iPhone9,3; iOS 14_4_1; es_PA; es-PA; scale=2.00; 750x1334; 276719015)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(98, 2, NULL, '2021-03-15 13:13:47', '2021-03-15 13:13:47', 0, 0, '190.141.240.100', 'https://dacleanexpress.com/?utm_source=Google_Ads&utm_medium=grupo_anuncio_1&utm_campaign=Trafico_Canal_Online&gclid=Cj0KCQjwi7yCBhDJARIsAMWFScM6bRutiXY272HxgbfsZPPOsRhLtwfvgfQ8zTmnkxDCG8M57RkKN3kaAk6', 'Mozilla/5.0 (Linux; Android 6.0; LG-X230) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.86 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(99, 3, NULL, '2021-03-16 01:45:17', '2021-03-16 01:45:17', 0, 1, '190.102.58.146', 'https://dacleanexpress.com/empleo/', 'Mozilla/5.0 (Linux; Android 10; MAR-LX3A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.86 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(100, 2, NULL, '2021-03-16 04:01:23', '2021-03-16 04:01:23', 0, 0, '190.140.36.10', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_4&utm_campaign=Conversi%C3%25&fbclid=PAAaZJHthWfJygL05LVzPv26juv3ZYEW0EkEwDVYCZZcu85XWvxRp4hepcVnA', 'Mozilla/5.0 (Linux; Android 9; SM-A107M Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/89.0.4389.86 Mobile Safari/537.36 Instagram 178.1.0.37.123 Android (28/9; 280dpi; 720x1381; samsung; SM-A107M; a10s; mt6762;', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(101, 4, NULL, '2021-03-16 21:38:32', '2021-03-16 21:38:32', 0, 1, '181.197.55.198', 'https://dacleanexpress.com/?utm_source=Google_Ads&utm_medium=discovery_trafico_co&utm_campaign=Discover_Canal_Online&gclid=Cj0KCQjwrsGCBhD1ARIsALILBYrMoObVX5XqGTK5sIZLnj9O68wxGmMSlFnoYrUCDpfGaHmbmJIFS', 'Mozilla/5.0 (Linux; Android 10; SM-A207M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.99 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(102, 2, NULL, '2021-03-17 12:42:20', '2021-03-17 12:42:20', 0, 0, '201.227.226.144', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_8&utm_campaign=Conversi%C3%25&fbclid=IwAR089EBnBR6Zn-o3Zukyn3zqTcgu-COIQotU2m7TXaOd3sNly22tlswPP-U', 'Mozilla/5.0 (Linux; Android 9; SM-A207M Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.136 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/308.0.0.42.118;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(103, 2, NULL, '2021-03-17 16:38:35', '2021-03-17 16:38:35', 0, 0, '201.227.226.150', 'https://dacleanexpress.com/?utm_source=Google_Ads&utm_medium=discovery_trafico_co&utm_campaign=Discover_Canal_Online&gclid=Cj0KCQjw0caCBhCIARIsAGAfuMxs44VrUPv16K8crSf061JgdmnjU3xScKtRDLEmL73w7pjfuGpkH', 'Mozilla/5.0 (Linux; Android 10; SM-A207M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.99 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(104, 4, NULL, '2021-03-18 03:43:44', '2021-03-18 03:43:44', 0, 1, '190.57.44.199', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_8&utm_campaign=Conversi%C3%25&fbclid=IwAR3CzMQtdFD6LMU8EzhxScI0hTixl7SlIBRk5lL2coxhnxDayCu7ClHBMmA', 'Mozilla/5.0 (Linux; Android 5.1; LG-X220 Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/50.0.2661.86 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/309.0.0.47.119;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(105, 4, NULL, '2021-03-18 03:51:13', '2021-03-18 03:51:13', 0, 1, '190.57.44.199', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_8&utm_campaign=Conversi%C3%25&fbclid=IwAR3CzMQtdFD6LMU8EzhxScI0hTixl7SlIBRk5lL2coxhnxDayCu7ClHBMmA', 'Mozilla/5.0 (Linux; Android 5.1; LG-X220 Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/50.0.2661.86 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/309.0.0.47.119;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(106, 2, NULL, '2021-03-18 04:52:13', '2021-03-18 04:52:13', 0, 0, '190.34.244.111', 'https://dacleanexpress.com/?utm_source=Google_Ads&utm_medium=discovery_trafico_co&utm_campaign=Discover_Canal_Online&gclid=Cj0KCQjw0caCBhCIARIsAGAfuMy9sfXswIVIx0UkFbPzpWQIs-XS4VPtXWVYnGSjPPRwqHPlNUOk5', 'Mozilla/5.0 (Linux; Android 10; SAMSUNG SM-A015M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/11.0 Chrome/75.0.3770.143 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(107, 3, NULL, '2021-03-18 05:07:32', '2021-03-18 05:07:32', 0, 0, '190.34.244.111', 'https://dacleanexpress.com/empleo/', 'Mozilla/5.0 (Linux; Android 10; SAMSUNG SM-A015M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/11.0 Chrome/75.0.3770.143 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(108, 2, NULL, '2021-03-18 05:08:40', '2021-03-18 05:08:40', 0, 0, '190.34.244.111', 'https://dacleanexpress.com/empleo/', 'Mozilla/5.0 (Linux; Android 10; SAMSUNG SM-A015M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/11.0 Chrome/75.0.3770.143 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(109, 3, NULL, '2021-03-18 05:23:28', '2021-03-18 05:23:28', 0, 0, '190.34.244.111', 'https://dacleanexpress.com/empleo/', 'Mozilla/5.0 (Linux; Android 10; SAMSUNG SM-A015M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/11.0 Chrome/75.0.3770.143 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(110, 4, NULL, '2021-03-19 04:09:25', '2021-03-19 04:09:25', 0, 1, '190.57.45.203', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_8&utm_campaign=Conversi%C3%25&fbclid=IwAR3EiXAmnlSm60LYYnM65kA4mm6nstNObnDLKgzxCiibxR_T1FfL46AnqSo', 'Mozilla/5.0 (Linux; Android 8.1.0; DUB-LX3 Build/HUAWEIDUB-LX3; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/87.0.4280.141 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/308.0.0.42.118;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(111, 2, NULL, '2021-03-20 06:07:12', '2021-03-20 06:07:12', 0, 0, '181.179.27.72', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_8&utm_campaign=Conversi%C3%25&fbclid=IwAR1xBP-S9mmz1TOjJzCq0s-fXmVAs3WcRoGQxxvOkp5gcZB86JXCXt72LzU', 'Mozilla/5.0 (Linux; Android 8.0.0; ATU-LX3 Build/HUAWEIATU-LX3; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/68.0.3440.91 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/304.0.0.39.118;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(112, 4, NULL, '2021-03-20 06:10:51', '2021-03-20 06:10:51', 0, 1, '181.179.27.72', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_8&utm_campaign=Conversi%C3%25&fbclid=IwAR1xBP-S9mmz1TOjJzCq0s-fXmVAs3WcRoGQxxvOkp5gcZB86JXCXt72LzU', 'Mozilla/5.0 (Linux; Android 8.0.0; ATU-LX3 Build/HUAWEIATU-LX3; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/68.0.3440.91 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/304.0.0.39.118;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(113, 2, NULL, '2021-03-20 18:36:23', '2021-03-20 18:36:23', 0, 0, '190.34.123.174', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_8&utm_campaign=Conversi%C3%25&fbclid=IwAR1HoeA0tRKULc424qaQ8TTl0dJ-LRRbZ6MsfKR8DCgyegKyTtyfdhCJ1uk', 'Mozilla/5.0 (Linux; Android 10; SM-A315G Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/89.0.4389.90 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/310.0.0.50.118;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(114, 2, NULL, '2021-03-20 19:38:22', '2021-03-20 19:38:22', 0, 0, '190.219.45.191', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_8&utm_campaign=Conversi%C3%25', 'Mozilla/5.0 (Linux; Android 8.1.0; DRA-LX3 Build/HUAWEIDRA-LX3; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/89.0.4389.90 Mobile Safari/537.36[FBAN/EMA;FBLC/es_ES;FBAV/241.0.0.7.119;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(115, 4, NULL, '2021-03-21 19:17:25', '2021-03-21 19:17:25', 0, 1, '201.227.226.136', 'https://dacleanexpress.com/?utm_source=Google_Ads&utm_medium=discovery_trafico_co&utm_campaign=Discover_Canal_Online&gclid=Cj0KCQjw3duCBhCAARIsAJeFyPVKhbAuuHeJCWtw8dpc8s6v9MC87r1rOBEwgJiAwq6qfJYwoNrYH', 'Mozilla/5.0 (Linux; Android 8.0.0; SM-A720F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(116, 4, NULL, '2021-03-22 03:04:57', '2021-03-22 03:04:57', 0, 1, '190.141.205.99', 'https://dacleanexpress.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(117, 2, NULL, '2021-03-22 05:21:24', '2021-03-22 05:21:24', 0, 0, '190.32.171.190', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_8&utm_campaign=Conversi%C3%25&fbclid=IwAR1mebiFS2z475rEy2dzNa-uH2PS4tpIV4WL6KydpunsTvemB7Kii0Q69w4', 'Mozilla/5.0 (Linux; Android 10; Infinix X680B Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/89.0.4389.90 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/309.0.0.47.119;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(118, 2, NULL, '2021-03-22 05:44:29', '2021-03-22 05:44:29', 0, 0, '107.175.247.14', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322) 360JK yunjiankong 427691', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(119, 2, NULL, '2021-03-22 09:06:29', '2021-03-22 09:06:29', 0, 0, '190.57.40.64', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_8&utm_campaign=Conversi%C3%25', 'Mozilla/5.0 (Linux; Android 10; SM-A105M Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/80.0.3987.99 Mobile Safari/537.36[FBAN/EMA;FBLC/es_ES;FBAV/238.0.0.8.121;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(120, 2, NULL, '2021-03-22 10:33:22', '2021-03-22 10:33:22', 0, 0, '190.140.114.235', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_8&utm_campaign=Conversi%C3%25&fbclid=IwAR0TnTdfxXwobQgqgW8UCzj9DvTbqYW8xw7rZcyH201gf3wzxVMOoelHm6g', 'Mozilla/5.0 (Linux; Android 8.1.0; DRA-LX3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.181 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(121, 4, NULL, '2021-03-22 13:31:30', '2021-03-22 13:31:30', 0, 1, '190.102.56.141', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_8&utm_campaign=Conversi%C3%25&fbclid=PAAaaLlriCB_mI1Ole6AoFzurdMtB80hlLDMZS7RHwWciSVHlnzH6x0D9kg-A', 'Mozilla/5.0 (Linux; Android 10; SM-A115M Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/81.0.4044.138 Mobile Safari/537.36 Instagram 179.0.0.31.132 Android (29/10; 280dpi; 720x1411; samsung; SM-A115M; a11q; qcom;', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(122, 2, NULL, '2021-03-23 02:12:49', '2021-03-23 02:12:49', 0, 1, '201.224.27.195', 'https://dacleanexpress.com/?utm_source=Google_Ads&utm_medium=grupo_anuncio_1&utm_campaign=Trafico_Canal_Online&gclid=CjwKCAjwgOGCBhAlEiwA7FUXkgCISKMMdkoZfv3Ks5LwxGkToPP-Hmnk7G5EXquSEUZvWDgPDUM7YBoCg4E', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(123, 3, NULL, '2021-03-23 02:25:22', '2021-03-23 02:25:22', 0, 0, '201.224.27.195', 'https://dacleanexpress.com/empleo/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(124, 5, NULL, '2021-03-23 13:55:09', '2021-03-23 13:55:09', 0, 0, '190.163.167.89', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, 18, NULL, 'active'),
(125, 2, NULL, '2021-03-24 02:38:57', '2021-03-24 02:38:57', 0, 0, '186.75.244.226', 'https://dacleanexpress.com/?utm_source=Google_Ads&utm_medium=enfoque_cierre_oficina&utm_campaign=Trafico_Canal_Online&gclid=Cj0KCQjwo-aCBhC-ARIsAAkNQiuNcq6BEdZkYrrTvek4u5hfK3muqWmI3RlerxUi4qS8ratIgWUe', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active');
INSERT INTO `wp_gf_entry` (`id`, `form_id`, `post_id`, `date_created`, `date_updated`, `is_starred`, `is_read`, `ip`, `source_url`, `user_agent`, `currency`, `payment_status`, `payment_date`, `payment_amount`, `payment_method`, `transaction_id`, `is_fulfilled`, `created_by`, `transaction_type`, `status`) VALUES
(126, 4, NULL, '2021-03-24 11:29:53', '2021-03-24 11:29:53', 0, 0, '190.140.112.124', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_13&utm_campaign=Conversi%C3%25&fbclid=IwAR3BKImfp44mBHxug-l0_QQ6n0JCDMvnpMvv7H14JkXa4S_TqylNzHmuYlQ', 'Mozilla/5.0 (Linux; Android 10; SM-J810M Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/89.0.4389.105 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/310.0.0.50.118;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(127, 2, NULL, '2021-03-25 00:37:00', '2021-03-25 00:37:00', 0, 0, '190.57.46.196', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_8&utm_campaign=Conversi%C3%25&fbclid=PAAaZhg5kQmn-ZEua4CZQnE3IAVFY0NBEY9S20anu9gnS9L0CqYPE6yE0apgA', 'Mozilla/5.0 (Linux; Android 8.1.0; DRA-LX3 Build/HUAWEIDRA-LX3; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/89.0.4389.90 Mobile Safari/537.36 Instagram 180.0.0.28.119 Android (27/8.1.0; 320dpi; 720x1356; HUAWEI; DRA-LX3; HWDRA-MG; m', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(128, 2, NULL, '2021-03-25 22:42:09', '2021-03-25 22:42:09', 0, 0, '190.102.58.178', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_8&utm_campaign=Conversi%C3%25&fbclid=IwAR050X00Dn_0gl6RoOxGydKUGbGR93rf3YlTlo3LxT9d_eD736fu0gYELI0', 'Mozilla/5.0 (Linux; Android 10; SM-A207M Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/80.0.3987.99 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/306.1.0.40.119;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(129, 4, NULL, '2021-03-25 22:48:12', '2021-03-25 22:48:12', 0, 0, '190.102.58.178', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_8&utm_campaign=Conversi%C3%25&fbclid=IwAR050X00Dn_0gl6RoOxGydKUGbGR93rf3YlTlo3LxT9d_eD736fu0gYELI0', 'Mozilla/5.0 (Linux; Android 10; SM-A207M Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/80.0.3987.99 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/306.1.0.40.119;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(130, 2, NULL, '2021-03-26 00:28:44', '2021-03-26 00:28:44', 0, 0, '201.227.226.141', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_13&utm_campaign=Conversi%C3%25&fbclid=IwAR2z1-ygwxF6BaMvSqLFfQ76F0jYuFKOCwezVk2EmgfaghNQIydK3hZO2zg', 'Mozilla/5.0 (Linux; Android 9; SM-A107M Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/77.0.3865.92 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/281.0.0.36.124;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(131, 4, NULL, '2021-03-26 00:28:47', '2021-03-26 00:28:47', 0, 0, '181.179.27.93', 'https://dacleanexpress.com/gracias/', 'Mozilla/5.0 (Linux; Android 10; SAMSUNG SM-A125M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/11.0 Chrome/75.0.3770.143 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(132, 2, NULL, '2021-03-29 00:29:06', '2021-03-29 00:29:06', 0, 0, '181.179.29.195', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_8&utm_campaign=Conversi%C3%25&fbclid=IwAR2RuZzfW3Swp7HFHJjlxhOEQgfshTr00fL1oJQMqQqam_F4IhznKiK02ps', 'Mozilla/5.0 (Linux; Android 10; M2004J19C Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/83.0.4103.101 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/308.0.0.42.118;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(133, 2, NULL, '2021-03-29 13:09:33', '2021-03-29 13:09:33', 0, 0, '190.219.51.64', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_8&utm_campaign=Conversi%C3%25&fbclid=IwAR3QNQNNLPpDY1vbNqBmJFfegk5OV1x0yxPXi1XQ4zDGRha_JqW42m1bnhE', 'Mozilla/5.0 (Linux; Android 10; SM-A217M Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/89.0.4389.105 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/311.0.0.44.117;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(134, 2, NULL, '2021-03-30 21:36:21', '2021-03-30 21:36:21', 0, 0, '190.102.56.160', 'https://dacleanexpress.com/', 'Mozilla/5.0 (Linux; Android 8.1.0; DUB-LX3 Build/HUAWEIDUB-LX3; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/86.0.4240.110 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/311.0.0.44.117;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(135, 2, NULL, '2021-03-30 22:55:04', '2021-03-30 22:55:04', 0, 0, '181.179.17.208', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_8&utm_campaign=Conversi%C3%25&fbclid=IwAR2rJbnYSj__e1BiO8A8oFwRKUk679g_scOFpI1FB0rXC_xSgGu5oAhtjck', 'Mozilla/5.0 (Linux; Android 8.1.0; SM-J260M Build/M1AJB; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.110 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/311.0.0.44.117;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(136, 2, NULL, '2021-03-31 14:08:14', '2021-03-31 14:08:14', 0, 0, '186.73.106.224', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_8&utm_campaign=Conversi%C3%25', 'Mozilla/5.0 (Linux; Android 6.0; MYA-L23 Build/HUAWEIMYA-L23; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/89.0.4389.105 Mobile Safari/537.36[FBAN/EMA;FBLC/es_ES;FBAV/243.0.0.8.115;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(137, 2, NULL, '2021-03-31 14:14:59', '2021-03-31 14:14:59', 0, 0, '186.73.106.224', 'https://dacleanexpress.com/?utm_source=FB3n_FB_DaCleanacebook_ads&utm_medium=Anuncio_8&utm_campaign=Conversi%C3%25', 'Mozilla/5.0 (Linux; Android 6.0; MYA-L23 Build/HUAWEIMYA-L23; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/89.0.4389.105 Mobile Safari/537.36[FBAN/EMA;FBLC/es_ES;FBAV/243.0.0.8.115;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(138, 4, NULL, '2021-04-01 21:02:26', '2021-04-01 21:02:26', 0, 0, '201.227.226.138', 'https://dacleanexpress.com/?utm_source=Google_Ads&utm_medium=discovery_trafico_co&utm_campaign=Discover_Canal_Online&gclid=CjwKCAjwr_uCBhAFEiwAX8YJgWSVDlMLNnM63Z-EBMhnkHCr83Ikc30Yc021DZRzP2G30rCV9R21O', 'Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-A720F) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/13.2 Chrome/83.0.4103.106 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(139, 2, NULL, '2021-04-12 16:38:52', '2021-04-12 16:38:52', 0, 0, '103.112.0.156', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322) 360JK yunjiankong 427691', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(140, 2, NULL, '2021-05-05 13:04:07', '2021-05-05 13:04:07', 0, 0, '88.3.15.183', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (Linux; Android 10; EML-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.105 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(141, 2, NULL, '2021-05-09 17:44:19', '2021-05-09 17:44:19', 0, 0, '192.227.182.248', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322) 360JK yunjiankong 427691', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(142, 2, NULL, '2021-05-10 13:24:46', '2021-05-10 13:24:46', 0, 0, '107.174.226.183', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322) 360JK yunjiankong 427691', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(143, 2, NULL, '2021-05-11 04:18:05', '2021-05-11 04:18:05', 0, 0, '91.92.35.77', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322) 360JK yunjiankong 427691', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(144, 2, NULL, '2021-05-15 16:35:42', '2021-05-15 16:35:42', 0, 0, '200.75.238.150', 'https://dacleanexpress.com/', 'Mozilla/5.0 (Linux; Android 9; JKM-LX3 Build/HUAWEIJKM-L23; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/90.0.4430.210 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/318.0.0.39.154;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(145, 2, NULL, '2021-06-01 13:35:25', '2021-06-01 13:35:25', 0, 0, '202.14.5.137', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322) 360JK yunjiankong 427691', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(146, 2, NULL, '2021-06-04 17:38:44', '2021-06-04 17:38:44', 0, 0, '104.129.253.109', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322) 360JK yunjiankong 427691', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(147, 2, NULL, '2021-06-06 15:37:41', '2021-06-06 15:37:41', 0, 0, '107.178.186.119', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322) 360JK yunjiankong 427691', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(148, 2, NULL, '2021-06-09 20:28:33', '2021-06-09 20:28:33', 0, 0, '201.224.0.196', 'https://dacleanexpress.com/', 'Mozilla/5.0 (Linux; Android 10; SM-A107M Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.88 Mobile Safari/537.36 Instagram 189.0.0.41.121 Android (29/10; 280dpi; 720x1381; samsung; SM-A107M; a10s; mt6762', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(149, 2, NULL, '2021-06-10 23:50:52', '2021-06-10 23:50:52', 0, 0, '201.224.0.196', 'https://dacleanexpress.com/', 'Mozilla/5.0 (Linux; Android 10; SM-A107M Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36 Instagram 189.0.0.41.121 Android (29/10; 280dpi; 720x1381; samsung; SM-A107M; a10s; mt676', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(150, 2, NULL, '2021-06-16 13:20:38', '2021-06-16 13:20:38', 0, 0, '104.168.82.18', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322) 360JK yunjiankong 427691', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(151, 2, NULL, '2021-06-17 14:19:13', '2021-06-17 14:19:13', 0, 0, '69.161.195.123', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322) 360JK yunjiankong 427691', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(152, 2, NULL, '2021-07-06 18:13:45', '2021-07-06 18:13:45', 0, 0, '190.140.43.110', 'https://dacleanexpress.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(153, 2, NULL, '2021-07-14 00:51:31', '2021-07-14 00:51:31', 0, 0, '190.218.4.221', 'https://dacleanexpress.com/', 'Mozilla/5.0 (Linux; Android 11; Redmi Note 9S Build/RKQ1.200826.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.120 Mobile Safari/537.36 Instagram 196.0.0.32.126 Android (30/11; 440dpi; 1080x2168; Xiaomi/Redmi; Redmi Note', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(154, 2, NULL, '2021-07-21 15:14:24', '2021-07-21 15:14:24', 0, 0, '190.140.252.149', 'https://dacleanexpress.com/quienes-somos/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(155, 2, NULL, '2021-07-21 15:18:47', '2021-07-21 15:18:47', 0, 0, '190.140.252.149', 'https://dacleanexpress.com/quienes-somos/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(156, 2, NULL, '2021-07-22 16:26:45', '2021-07-22 16:26:45', 0, 0, '46.29.252.59', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322) 360JK yunjiankong 427691', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(157, 2, NULL, '2021-07-24 08:10:23', '2021-07-24 08:10:23', 0, 0, '176.103.223.212', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322) 360JK yunjiankong 427691', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(158, 2, NULL, '2021-08-01 13:16:50', '2021-08-01 13:16:50', 0, 0, '91.219.212.230', 'https://dacleanexpress.com/', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322) 360JK yunjiankong 427691', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(159, 2, NULL, '2021-08-04 09:41:38', '2021-08-04 09:41:38', 0, 0, '192.40.57.57', 'https://dacleanexpress.com/', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322) 360JK yunjiankong 427691', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(160, 2, NULL, '2021-08-04 16:50:37', '2021-08-04 16:50:37', 0, 0, '186.75.126.234', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAabpk0kYsf_ojSZ4zB0LS3FWGy1_VelOA_UDw4gkuqq-iwN0KnuRsjVH9uU', 'Mozilla/5.0 (Linux; Android 9; SM-J701M Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.131 Mobile Safari/537.36 Instagram 199.1.0.34.119 Android (28/9; 320dpi; 720x1280; samsung; SM-J701M; j7velte; sams', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(161, 2, NULL, '2021-08-04 16:52:12', '2021-08-04 16:52:12', 0, 0, '186.75.126.234', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAabpk0kYsf_ojSZ4zB0LS3FWGy1_VelOA_UDw4gkuqq-iwN0KnuRsjVH9uU', 'Mozilla/5.0 (Linux; Android 9; SM-J701M Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.131 Mobile Safari/537.36 Instagram 199.1.0.34.119 Android (28/9; 320dpi; 720x1280; samsung; SM-J701M; j7velte; sams', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(162, 2, NULL, '2021-08-04 17:13:07', '2021-08-04 17:13:07', 0, 0, '186.73.81.244', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAaa7hQKHNJyh_IrHYWX8UutGXjzMZwHK6vyJwM8a7r0GxnyvuHTcm7iqcAk', 'Mozilla/5.0 (Linux; Android 9; F9 Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.115 Mobile Safari/537.36 Instagram 198.0.0.32.120 Android (28/9; 240dpi; 480x888; GOL; F9; F9; mt6580; es_ES; 307053297)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(163, 2, NULL, '2021-08-04 22:40:14', '2021-08-04 22:40:14', 0, 0, '186.188.253.18', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 Instagram 188.0.0.26.119 (iPhone13,4; iOS 14_6; es_VE; es-VE; scale=3.00; 1284x2778; 291371851)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(164, 2, NULL, '2021-08-05 00:29:16', '2021-08-05 00:29:16', 0, 0, '190.140.145.74', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAabxHAmqLNfMYeyzPLPPqTUVk3Eb9Ph3NEXUQbl4A45hFP10OUhwdA1wck4', 'Mozilla/5.0 (Linux; Android 9; Redmi Note 7 Build/PKQ1.180904.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.131 Mobile Safari/537.36 Instagram 199.1.0.34.119 Android (28/9; 440dpi; 1080x2131; Xiaomi/xiaomi; Redmi Note 7', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(165, 2, NULL, '2021-08-05 22:40:40', '2021-08-05 22:40:40', 0, 0, '190.33.226.35', 'https://dacleanexpress.com/', 'Mozilla/5.0 (Linux; Android 9; SM-J415G Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.131 Mobile Safari/537.36 Instagram 199.1.0.34.119 Android (28/9; 280dpi; 720x1454; samsung; SM-J415G; j4primelte; q', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(166, 2, NULL, '2021-08-06 11:49:36', '2021-08-06 11:49:36', 0, 0, '190.34.247.17', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAabpSNn-hWcjdiIvIPHBlkrp2n3-JMlvNFvlhhOPIbLKWyOgFBhFQ06hCEE', 'Mozilla/5.0 (Linux; Android 10; SM-A107M Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.131 Mobile Safari/537.36 Instagram 199.1.0.34.119 Android (29/10; 280dpi; 720x1381; samsung; SM-A107M; a10s; mt676', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(167, 2, NULL, '2021-08-07 01:40:08', '2021-08-07 01:40:08', 0, 0, '190.140.66.11', 'https://dacleanexpress.com/servicios/', 'Mozilla/5.0 (Linux; Android 11; SM-A125M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(168, 2, NULL, '2021-08-07 12:38:17', '2021-08-07 12:38:17', 0, 0, '190.218.38.18', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/', 'Mozilla/5.0 (Linux; Android 10; SM-A205G Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.131 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/329.0.0.29.120;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(169, 2, NULL, '2021-08-07 12:39:32', '2021-08-07 12:39:32', 0, 0, '190.218.38.18', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/', 'Mozilla/5.0 (Linux; Android 10; SM-A205G Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.131 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/329.0.0.29.120;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(170, 2, NULL, '2021-08-09 11:50:19', '2021-08-09 11:50:19', 0, 0, '186.72.161.234', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAaZBr-X3RYhE-5sZjSM35T9LWcvT0nGvlmTN7aGfoeEDu3-rw_IgO8fxN_I', 'Mozilla/5.0 (Linux; Android 10; SM-J810M Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.131 Mobile Safari/537.36 Instagram 199.1.0.34.119 Android (29/10; 320dpi; 720x1384; samsung; SM-J810M; j8y18lte; q', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(171, 2, NULL, '2021-08-09 11:51:34', '2021-08-09 11:51:34', 0, 0, '186.72.161.234', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAaZBr-X3RYhE-5sZjSM35T9LWcvT0nGvlmTN7aGfoeEDu3-rw_IgO8fxN_I', 'Mozilla/5.0 (Linux; Android 10; SM-J810M Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.131 Mobile Safari/537.36 Instagram 199.1.0.34.119 Android (29/10; 320dpi; 720x1384; samsung; SM-J810M; j8y18lte; q', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(172, 2, NULL, '2021-08-09 15:10:44', '2021-08-09 15:10:44', 0, 0, '190.141.8.93', 'https://dacleanexpress.com/', 'Mozilla/5.0 (Linux; Android 10; M2004J19C Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.131 Mobile Safari/537.36 Instagram 199.1.0.34.119 Android (29/10; 440dpi; 1080x2134; Xiaomi/Redmi; M2004J19C; lan', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(173, 2, NULL, '2021-08-09 22:07:11', '2021-08-09 22:07:11', 0, 0, '181.197.42.225', 'https://dacleanexpress.com/', 'Mozilla/5.0 (Linux; Android 11; SM-A305G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(174, 2, NULL, '2021-08-10 00:30:56', '2021-08-10 00:30:56', 0, 0, '190.140.131.119', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAaYPCIisFgWAQhsa8MY-HGaLV24l1_qUnExdiLaR_pwHuNfHRuk4CP-LNtw', 'Mozilla/5.0 (Linux; Android 10; SM-A107M Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.131 Mobile Safari/537.36 Instagram 199.1.0.34.119 Android (29/10; 280dpi; 720x1381; samsung; SM-A107M; a10s; mt676', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(175, 2, NULL, '2021-08-10 14:53:24', '2021-08-10 14:53:24', 0, 0, '190.141.34.192', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAaacyupPcRClHBanY7GuNb979KOJiTnUdJGBB-nPKXV-doVxZy6gKAqAs0k', 'Mozilla/5.0 (Linux; Android 7.0; E1457 Build/NRI85; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.131 Mobile Safari/537.36 Instagram 199.1.0.34.119 Android (24/7.0; 320dpi; 720x1344; Chino-e/SOLONE; E1457; E1457; mt6755; es_', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(176, 2, NULL, '2021-08-11 20:10:28', '2021-08-11 20:10:28', 0, 0, '190.219.211.33', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/', 'Mozilla/5.0 (Linux; Android 10; LM-K200) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.120 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(177, 2, NULL, '2021-08-11 20:48:40', '2021-08-11 20:48:40', 0, 0, '190.35.26.70', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAaY0wL7FPzHB4PEze-jC74ScjRqYUL0_WjzBllouaRWJHSnK9JMvFntNXv0', 'Mozilla/5.0 (Linux; Android 11; M2101K7AG Build/RKQ1.201022.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.131 Mobile Safari/537.36 Instagram 200.0.0.29.121 Android (30/11; 440dpi; 1080x2176; Xiaomi/Redmi; M2101K7AG; sun', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(178, 2, NULL, '2021-08-11 23:11:55', '2021-08-11 23:11:55', 0, 0, '200.108.57.114', 'https://dacleanexpress.com/?gclid=Cj0KCQjw6s2IBhCnARIsAP8RfAg2L348JqUK8ogPav4mtM-QAu2ceMDelDGnCnHCkp6NXpwUX62xuaUaAiCiEALw_wcB', 'Mozilla/5.0 (Linux; Android 11; SM-A025M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.181 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(179, 2, NULL, '2021-08-12 12:53:32', '2021-08-12 12:53:32', 0, 0, '190.102.58.117', 'https://dacleanexpress.com/?gclid=CjwKCAjwjdOIBhA_EiwAHz8xm_XxbidAOmOvAekMru7Z0N553guvSZVXfMgwsijheWHfmAvA3-LpORoCz5AQAvD_BwE', 'Mozilla/5.0 (Linux; Android 11; SM-A015M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(180, 2, NULL, '2021-08-12 18:15:35', '2021-08-12 18:15:35', 0, 0, '190.102.58.134', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (Linux; Android 11; SM-A505G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(181, 2, NULL, '2021-08-13 18:37:11', '2021-08-13 18:37:11', 0, 0, '190.219.179.46', 'https://dacleanexpress.com/?gclid=CjwKCAjwsNiIBhBdEiwAJK4khifkOPtxphmXYdAg2QnuYxuiMmhMedPZKtF82_n9LNMxkCLgV-TftBoCGdkQAvD_BwE', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(182, 2, NULL, '2021-08-13 21:19:42', '2021-08-13 21:19:42', 0, 0, '181.197.1.144', 'https://dacleanexpress.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(183, 4, NULL, '2021-08-14 14:18:54', '2021-08-14 14:18:54', 0, 0, '186.179.122.59', 'https://dacleanexpress.com/?gclid=CjwKCAjw092IBhAwEiwAxR1lRu6DyTD3yHW2gEXcDHpgZcMxTsPbsxpHz0LmvncReXkNHlNR0PzxkxoCHI4QAvD_BwE', 'Mozilla/5.0 (Linux; Android 10; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(184, 2, NULL, '2021-08-15 18:00:36', '2021-08-15 18:00:36', 0, 0, '190.102.56.160', 'https://dacleanexpress.com/?gclid=EAIaIQobChMIgvWS7cyz8gIVDK_ICh2foAPREAAYASAAEgKWavD_BwE', 'Mozilla/5.0 (Linux; Android 8.1.0; SM-J260M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.110 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(185, 2, NULL, '2021-08-16 18:31:36', '2021-08-16 18:31:36', 0, 0, '201.227.23.134', 'https://dacleanexpress.com/servicios/', 'Mozilla/5.0 (Linux; Android 8.1.0; SM-G610M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(186, 2, NULL, '2021-08-17 20:13:41', '2021-08-17 20:13:41', 0, 0, '201.227.143.145', 'https://dacleanexpress.com/contacto/?gclid=Cj0KCQjwvO2IBhCzARIsALw3ASqCMsg4teCX8RfOmHeJV9rxMz_BmSIIZYRt0dTsDIHCAIpNzRGhZkIaAq3cEALw_wcB', 'Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/171.0.387713930 Mobile/15E148 Safari/604.1', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(187, 4, NULL, '2021-08-19 21:13:23', '2021-08-19 21:13:23', 0, 0, '181.179.29.241', 'https://dacleanexpress.com/?gclid=EAIaIQobChMIo6qsi_y98gIVQZKGCh1KwA-SEAAYASAAEgLhsfD_BwE', 'Mozilla/5.0 (Linux; Android 10; JNY-LX2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.116 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(188, 4, NULL, '2021-08-20 14:49:38', '2021-08-20 14:49:38', 0, 0, '186.73.164.241', 'https://dacleanexpress.com/?gclid=Cj0KCQjwpf2IBhDkARIsAGVo0D28LRTcGAGVqFgGEfUgDUYUSLxotTfY37Xwko9hvNwLhjQcb8aUp3QaAqmXEALw_wcB', 'Mozilla/5.0 (Linux; Android 10; SM-A205G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(189, 2, NULL, '2021-08-20 17:34:36', '2021-08-20 17:34:36', 0, 0, '190.140.159.243', 'https://dacleanexpress.com/?gclid=Cj0KCQjwpf2IBhDkARIsAGVo0D2CmgYZjBsZk-dueUcVYrVciCHRQLMpLSaAswWRs_jdAYnGs_xcaUYaAlEaEALw_wcB', 'Mozilla/5.0 (Linux; Android 11; SM-A715F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(190, 2, NULL, '2021-08-20 19:15:20', '2021-08-20 19:15:20', 0, 0, '181.179.32.174', 'https://dacleanexpress.com/?gclid=Cj0KCQjwpf2IBhDkARIsAGVo0D2ZyB1U8tevjrXR4TbpgAa9MQz70Gt_KlxIW5MduOhWajQKjYUB_5oaAoepEALw_wcB', 'Mozilla/5.0 (Linux; Android 10; M2004J19C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.101 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(191, 2, NULL, '2021-08-20 23:13:14', '2021-08-20 23:13:14', 0, 0, '190.57.40.73', 'https://dacleanexpress.com/', 'Mozilla/5.0 (Linux; Android 11; SM-A525M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(192, 2, NULL, '2021-08-20 23:15:17', '2021-08-20 23:15:17', 0, 0, '190.57.40.73', 'https://dacleanexpress.com/', 'Mozilla/5.0 (Linux; Android 11; SM-A525M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(193, 2, NULL, '2021-08-23 06:38:31', '2021-08-23 06:38:31', 0, 0, '45.152.182.150', 'https://dacleanexpress.com/', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322) 360JK yunjiankong 427691', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(194, 5, NULL, '2021-08-23 15:48:22', '2021-08-23 15:48:22', 0, 0, '201.226.18.242', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(195, 2, NULL, '2021-08-24 12:20:16', '2021-08-24 12:20:16', 0, 0, '190.35.156.14', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAaZ7Q_Kq4Avv0GIw2jzkzmLyZn2qJUCTMQxtdhscJI4dKPNrAEWYVBUYAhA', 'Mozilla/5.0 (Linux; Android 11; SM-A307G Build/RP1A.200720.012; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.159 Mobile Safari/537.36 Instagram 201.0.0.26.112 Android (30/11; 280dpi; 720x1423; samsung; SM-A307G; a30s; exyno', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(196, 2, NULL, '2021-08-24 12:24:50', '2021-08-24 12:24:50', 0, 0, '190.35.156.14', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAaZ7Q_Kq4Avv0GIw2jzkzmLyZn2qJUCTMQxtdhscJI4dKPNrAEWYVBUYAhA', 'Mozilla/5.0 (Linux; Android 11; SM-A307G Build/RP1A.200720.012; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.159 Mobile Safari/537.36 Instagram 201.0.0.26.112 Android (30/11; 280dpi; 720x1423; samsung; SM-A307G; a30s; exyno', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(197, 2, NULL, '2021-08-24 17:53:20', '2021-08-24 17:53:20', 0, 0, '45.229.199.4', 'https://dacleanexpress.com/quienes-somos/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(198, 2, NULL, '2021-08-24 19:42:04', '2021-08-24 19:42:04', 0, 0, '201.227.139.150', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAabzwil9ra4XkDeVU6E_Bj1z5eah0KC8kkK_KFaxDUp8vRPyWVGxn5g0FMo', 'Mozilla/5.0 (Linux; Android 9; MRD-LX3 Build/HUAWEIMRD-LX3; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.159 Mobile Safari/537.36 Instagram 201.0.0.26.112 Android (28/9; 320dpi; 720x1422; HUAWEI; MRD-LX3; HWMRD-M1; mt6761;', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(199, 2, NULL, '2021-08-24 19:44:25', '2021-08-24 19:44:25', 0, 0, '186.188.129.18', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAaZO3q1Hk2YNylXnRiDqBLmidF4LAJyWhyZvZyLvoWAA_a8jMLPtc-GrvjY', 'Mozilla/5.0 (Linux; Android 11; SM-A025M Build/RP1A.200720.012; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.159 Mobile Safari/537.36 Instagram 202.0.0.37.123 Android (30/11; 280dpi; 720x1471; samsung; SM-A025M; a02q; qcom;', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(200, 2, NULL, '2021-08-25 13:05:44', '2021-08-25 13:05:44', 0, 0, '201.227.226.142', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAaY8AIlC0OtRsrxmWjNduWjdCj1q2Jesz5G6jTpvFRRZ1ugj5oUecoaxEGo', 'Mozilla/5.0 (Linux; Android 8.1.0; DUB-LX3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.115 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(201, 2, NULL, '2021-08-25 13:06:15', '2021-08-25 13:06:15', 0, 0, '201.227.226.142', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAaY8AIlC0OtRsrxmWjNduWjdCj1q2Jesz5G6jTpvFRRZ1ugj5oUecoaxEGo', 'Mozilla/5.0 (Linux; Android 8.1.0; DUB-LX3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.115 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(202, 2, NULL, '2021-08-25 13:09:55', '2021-08-25 13:09:55', 0, 0, '201.227.226.142', 'https://dacleanexpress.com/', 'Mozilla/5.0 (Linux; Android 8.1.0; DUB-LX3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.115 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(203, 2, NULL, '2021-08-25 18:13:07', '2021-08-25 18:13:07', 0, 0, '201.227.226.139', 'https://dacleanexpress.com/?gclid=CjwKCAjw1JeJBhB9EiwAV612y4gBOKPTtTn6EmZoWNfVKkf2JrwB2AcRp40ulpntgD7mS5OCXwOsjBoCm_MQAvD_BwE', 'Mozilla/5.0 (Linux; Android 9; JKM-LX3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.116 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(204, 2, NULL, '2021-08-26 03:16:26', '2021-08-26 03:16:26', 0, 0, '190.140.181.176', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=IwAR2uLKZRI26uredY_e5bql4VKDDSeLxf37Mnb189ClsKRkhY_qOXmjnIKSc', 'Mozilla/5.0 (Linux; Android 10; SM-A022M Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.159 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/332.0.0.23.111;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(205, 2, NULL, '2021-08-26 15:18:14', '2021-08-26 15:18:14', 0, 0, '190.141.143.209', 'https://dacleanexpress.com/?gclid=CjwKCAjw95yJBhAgEiwAmRrutO4apnEenPUTM7AhFHp_6jk3VJK3KP9zQjmHvko1H4JTEgjslitbjxoCxUcQAvD_BwE', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(206, 2, NULL, '2021-08-27 08:34:26', '2021-08-27 08:34:26', 0, 0, '190.34.249.11', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAaZYWHzX6os80vA_Y_tl2HGifz5IoEynXrJ9D7mgS0JgGFL7OpVGvltlriU', 'Mozilla/5.0 (Linux; Android 9; SM-J415G Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.159 Mobile Safari/537.36 Instagram 202.0.0.37.123 Android (28/9; 280dpi; 720x1454; samsung; SM-J415G; j4primelte; q', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(207, 2, NULL, '2021-08-27 09:08:49', '2021-08-27 09:08:49', 0, 0, '172.111.253.2', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322) 360JK yunjiankong 427691', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(208, 2, NULL, '2021-08-27 17:09:04', '2021-08-27 17:09:04', 0, 0, '190.140.153.83', 'https://dacleanexpress.com/services/limpieza-general-de-oficina/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(209, 2, NULL, '2021-08-29 00:12:40', '2021-08-29 00:12:40', 0, 0, '190.140.254.75', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAaaXq2n3tXctQLuvLulzNzDzsOIz5IH4jrIohkGCtFw_ykLxZjyRfpV-uWw', 'Mozilla/5.0 (Linux; Android 11; SM-A505G Build/RP1A.200720.012; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.159 Mobile Safari/537.36 Instagram 202.0.0.37.123 Android (30/11; 420dpi; 1080x2131; samsung; SM-A505G; a50; exyno', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(210, 2, NULL, '2021-08-29 00:30:24', '2021-08-29 00:30:24', 0, 0, '154.72.199.194', 'https://dacleanexpress.com/', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322) 360JK yunjiankong 427691', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(211, 2, NULL, '2021-08-29 06:22:21', '2021-08-29 06:22:21', 0, 0, '190.32.164.61', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=IwAR19lOZUJdFJWlveKxiJEPBEzNMgdtDXYSbJIffZ5RLEHJ4suyjoDIsI1v4', 'Mozilla/5.0 (Linux; Android 10; Studio X10 Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.159 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/332.0.0.23.111;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(212, 2, NULL, '2021-08-29 21:32:27', '2021-08-29 21:32:27', 0, 0, '190.140.181.176', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/', 'Mozilla/5.0 (Linux; Android 10; SM-A022M Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.159 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/333.0.0.30.119;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(213, 2, NULL, '2021-08-30 00:47:56', '2021-08-30 00:47:56', 0, 0, '201.227.213.100', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAab5ViGtegzGi1V11bkg3i26myyPsnujrAaOLXYkrSLJZAN_vs5NZaFk0MI', 'Mozilla/5.0 (Linux; Android 11; SM-A107M Build/RP1A.200720.012; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.115 Mobile Safari/537.36 Instagram 202.0.0.37.123 Android (30/11; 280dpi; 720x1381; samsung; SM-A107M; a10s; mt676', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(214, 2, NULL, '2021-08-30 19:40:04', '2021-08-30 19:40:04', 0, 0, '181.197.93.193', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/', 'Mozilla/5.0 (Linux; Android 9; LM-X120 Build/PKQ1.180904.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.159 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/320.0.0.34.118;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(215, 2, NULL, '2021-08-31 12:37:48', '2021-08-31 12:37:48', 0, 0, '186.73.123.28', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAaaFjMmvTJ05E1m0wsrXCCxY_mU0VixbRoUl6uhnw3XU1DIiJ2hVx8Yh0J8', 'Mozilla/5.0 (Linux; Android 10; SM-A022M Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.159 Mobile Safari/537.36 Instagram 202.0.0.37.123 Android (29/10; 300dpi; 720x1465; samsung; SM-A022M; a02; mt6739', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(216, 4, NULL, '2021-08-31 12:48:26', '2021-08-31 12:48:26', 0, 0, '186.73.123.28', 'https://dacleanexpress.com/', 'Mozilla/5.0 (Linux; Android 10; SM-A022M Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.159 Mobile Safari/537.36 Instagram 202.0.0.37.123 Android (29/10; 300dpi; 720x1465; samsung; SM-A022M; a02; mt6739', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(217, 2, NULL, '2021-09-02 00:26:10', '2021-09-02 00:26:10', 0, 0, '190.140.21.159', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAaY8UvfQ9KS0svrcOeXWM3s6-y-6lb90FIwutVv0AAK2gtNH-kTCyhlxL0c', 'Mozilla/5.0 (Linux; Android 5.1; TAB-5994-16G3G Build/LMY47I; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/86.0.4240.110 Safari/537.36 Instagram 202.0.0.37.123 Android (22/5.1; 160dpi; 600x976; PREMIER; TAB-5994-16G3G; E7061H1C6; mt6', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(218, 2, NULL, '2021-09-02 09:45:55', '2021-09-02 09:45:55', 0, 0, '190.140.181.176', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=IwAR0Lu0lIzK5euSZyLtjZysqkh8y3fYTmhkkaqD2tGZerq_6xxeDIxjgKvVM', 'Mozilla/5.0 (Linux; Android 10; SM-A022M Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.166 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/333.0.0.30.119;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(219, 2, NULL, '2021-09-02 09:47:31', '2021-09-02 09:47:31', 0, 0, '190.140.181.176', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=IwAR0Lu0lIzK5euSZyLtjZysqkh8y3fYTmhkkaqD2tGZerq_6xxeDIxjgKvVM', 'Mozilla/5.0 (Linux; Android 10; SM-A022M Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.166 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/333.0.0.30.119;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(220, 2, NULL, '2021-09-02 20:20:41', '2021-09-02 20:20:41', 0, 0, '186.72.192.215', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAaZHW0o9PpU6AHqNFEDdgRCA_PiUWZRxsU3XX1zKLNALwsgUEOtpcYOI0vA', 'Mozilla/5.0 (Linux; Android 11; M2004J19C Build/RP1A.200720.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.166 Mobile Safari/537.36 Instagram 202.0.0.37.123 Android (30/11; 440dpi; 1080x2134; Xiaomi/Redmi; M2004J19C; lan', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(221, 2, NULL, '2021-09-02 20:53:14', '2021-09-02 20:53:14', 0, 0, '190.219.177.32', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/', 'Mozilla/5.0 (Linux; Android 9; LM-X430 Build/PKQ1.190522.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.166 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/334.0.0.32.119;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(222, 2, NULL, '2021-09-03 16:49:05', '2021-09-03 16:49:05', 0, 0, '190.33.246.220', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAabrAEpF_FtoK8lUtJ6YJOItvGIr6a0scBqc4Kx3YMsczPlK701EMdF0Xus', 'Mozilla/5.0 (Linux; Android 10; SM-A217M Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.159 Mobile Safari/537.36 Instagram 203.0.0.29.118 Android (29/10; 280dpi; 720x1448; samsung; SM-A217M; a21s; exyno', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(223, 2, NULL, '2021-09-03 18:45:53', '2021-09-03 18:45:53', 0, 0, '190.140.97.133', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAaYQZfBzectfpPahFL6-pdS_Rsc1eelRH4eUT5xV0QZlXkyxiOtRhqgat-Y', 'Mozilla/5.0 (Linux; Android 10; LM-K420 Build/QKQ1.200614.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/93.0.4577.62 Mobile Safari/537.36 Instagram 203.0.0.29.118 Android (29/10; 320dpi; 720x1503; LGE/lge; LM-K420; meh15lm; meh15', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(224, 2, NULL, '2021-09-04 05:50:28', '2021-09-04 05:50:28', 0, 0, '190.140.115.172', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAaYNdpyuLCn1ND2oES-sgFodnWr1wOnMusGS3wBzguMX0f5NWExQhjXDdzg', 'Mozilla/5.0 (Linux; Android 8.1.0; SM-J260M Build/M1AJB; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.166 Mobile Safari/537.36 Instagram 203.0.0.29.118 Android (27/8.1.0; 240dpi; 540x888; samsung; SM-J260M; j2corelte; samsu', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(225, 2, NULL, '2021-09-06 16:08:06', '2021-09-06 16:08:06', 0, 0, '181.197.48.134', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAaYa3X3Qf2j4EiLsAvPMYLN3QBalSNE8tzAfXgT8CaYcNpNUnqRhKltQ3jk', 'Mozilla/5.0 (Linux; Android 8.1.0; SM-G610M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.166 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(226, 2, NULL, '2021-09-06 21:20:42', '2021-09-06 21:20:42', 0, 0, '190.34.24.21', 'https://dacleanexpress.com/', 'Mozilla/5.0 (Linux; Android 10; M2006C3LG Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/93.0.4577.62 Mobile Safari/537.36 Instagram 203.0.0.29.118 Android (29/10; 320dpi; 720x1449; Xiaomi/Redmi; M2006C3LG; dande', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(227, 2, NULL, '2021-09-06 21:49:00', '2021-09-06 21:49:00', 0, 0, '190.34.237.132', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=IwAR1uX9SFuQQBEFNXZwSa9bBxL1fzP0LPPY7PpOKGJ2Sbz7h1WQS1utw_iDY', 'Mozilla/5.0 (Linux; Android 10; M2006C3MG Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/93.0.4577.62 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/334.0.0.32.119;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(228, 2, NULL, '2021-09-06 21:49:17', '2021-09-06 21:49:17', 0, 0, '190.34.237.132', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=IwAR1uX9SFuQQBEFNXZwSa9bBxL1fzP0LPPY7PpOKGJ2Sbz7h1WQS1utw_iDY', 'Mozilla/5.0 (Linux; Android 10; M2006C3MG Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/93.0.4577.62 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/334.0.0.32.119;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(229, 2, NULL, '2021-09-06 21:50:25', '2021-09-06 21:50:25', 0, 0, '190.34.237.132', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=IwAR1uX9SFuQQBEFNXZwSa9bBxL1fzP0LPPY7PpOKGJ2Sbz7h1WQS1utw_iDY', 'Mozilla/5.0 (Linux; Android 10; M2006C3MG Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/93.0.4577.62 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/334.0.0.32.119;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(230, 2, NULL, '2021-09-07 11:55:09', '2021-09-07 11:55:09', 0, 0, '190.140.131.139', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAaaPgYx1VtNkLtsG83u6sydnvYwWc6SvxyE5ldLc0DuDlEuSWOBnbwkHYic', 'Mozilla/5.0 (Linux; Android 11; SM-A015M Build/RP1A.200720.012; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.159 Mobile Safari/537.36 Instagram 203.0.0.29.118 Android (30/11; 340dpi; 720x1359; samsung; SM-A015M; a01q; qcom;', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(231, 2, NULL, '2021-09-07 11:55:29', '2021-09-07 11:55:29', 0, 0, '190.140.131.139', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAaaPgYx1VtNkLtsG83u6sydnvYwWc6SvxyE5ldLc0DuDlEuSWOBnbwkHYic', 'Mozilla/5.0 (Linux; Android 11; SM-A015M Build/RP1A.200720.012; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.159 Mobile Safari/537.36 Instagram 203.0.0.29.118 Android (30/11; 340dpi; 720x1359; samsung; SM-A015M; a01q; qcom;', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(232, 2, NULL, '2021-09-07 12:06:12', '2021-09-07 12:06:12', 0, 0, '190.141.121.20', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAaZJh9j-q9Q-dl2Us1bpxLQ6xEK4Ymfh1l3kDzjg7-l9RMJ4tSL8VANq6lU', 'Mozilla/5.0 (Linux; Android 9; JKM-LX3 Build/HUAWEIJKM-L23; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.166 Mobile Safari/537.36 Instagram 203.0.0.29.118 Android (28/9; 480dpi; 1080x2137; HUAWEI; JKM-LX3; HWJKM-H; kirin710', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(233, 2, NULL, '2021-09-07 20:20:24', '2021-09-07 20:20:24', 0, 0, '190.141.196.5', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=IwAR2R3GrsrCvOxMhlXU-P0703EI3VDLYmceh46S2uxP0-JvDkiJH2iARwVmU', 'Mozilla/5.0 (Linux; Android 10; TECNO KE5 Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/93.0.4577.62 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/297.0.0.36.116;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(234, 2, NULL, '2021-09-07 23:37:36', '2021-09-07 23:37:36', 0, 0, '190.32.220.36', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAaYfIhZtbbQrl7pFn0Yj37A_rGJNoiGfjoD_8n4BhGs4jhVJtUP-zoiX_lQ', 'Mozilla/5.0 (Linux; Android 8.1.0; DUB-LX3 Build/HUAWEIDUB-LX3; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.166 Mobile Safari/537.36 Instagram 203.0.0.29.118 Android (27/8.1.0; 320dpi; 720x1440; HUAWEI; DUB-LX3; HWDUB-Q; q', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(235, 2, NULL, '2021-09-08 00:39:11', '2021-09-08 00:39:11', 0, 0, '200.46.7.10', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAaapB2GWouj6mUeRWHO8sIhmBR0-SA2kU8QYDSszpzw-Ggjo9VWJmmuJGIE', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-J700M Build/MMB29K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/93.0.4577.62 Mobile Safari/537.36 Instagram 203.0.0.29.118 Android (23/6.0.1; 320dpi; 720x1280; samsung; SM-J700M; j7elte; samsung', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(236, 2, NULL, '2021-09-08 00:39:44', '2021-09-08 00:39:44', 0, 0, '200.46.7.10', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAaapB2GWouj6mUeRWHO8sIhmBR0-SA2kU8QYDSszpzw-Ggjo9VWJmmuJGIE', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-J700M Build/MMB29K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/93.0.4577.62 Mobile Safari/537.36 Instagram 203.0.0.29.118 Android (23/6.0.1; 320dpi; 720x1280; samsung; SM-J700M; j7elte; samsung', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active');
INSERT INTO `wp_gf_entry` (`id`, `form_id`, `post_id`, `date_created`, `date_updated`, `is_starred`, `is_read`, `ip`, `source_url`, `user_agent`, `currency`, `payment_status`, `payment_date`, `payment_amount`, `payment_method`, `transaction_id`, `is_fulfilled`, `created_by`, `transaction_type`, `status`) VALUES
(237, 2, NULL, '2021-09-08 16:07:45', '2021-09-08 16:07:45', 0, 0, '181.197.55.152', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=IwAR3xqMP3Mpd4ESiyYOIv6H4jsiQOLw7WQmEfstel2EklYdlKWPh6fWXrvQg', 'Mozilla/5.0 (Linux; Android 10; M2006C3MG Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/93.0.4577.62 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/335.0.0.28.118;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(238, 2, NULL, '2021-09-08 19:04:53', '2021-09-08 19:04:53', 0, 0, '190.140.229.145', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAaZaU3L2pYNIQFsHMCbi-znYCIdv4QipwNi6LO6WBSXuJMOUEafV7mZtkAY', 'Mozilla/5.0 (Linux; Android 9; JKM-LX3 Build/HUAWEIJKM-L23; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/88.0.4324.152 Mobile Safari/537.36 Instagram 202.0.0.37.123 Android (28/9; 480dpi; 1080x2137; HUAWEI; JKM-LX3; HWJKM-H; kirin710', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(239, 2, NULL, '2021-09-09 14:17:19', '2021-09-09 14:17:19', 0, 0, '200.46.111.144', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAab3jyShub24_sIBu4qX5p5-eGNtrXcvoDCsqKdn937ll77Qp6gRmBNKsgc', 'Mozilla/5.0 (Linux; Android 11; SM-A025M Build/RP1A.200720.012; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/93.0.4577.62 Mobile Safari/537.36 Instagram 204.0.0.30.119 Android (30/11; 280dpi; 720x1471; samsung; SM-A025M; a02q; qcom;', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(240, 2, NULL, '2021-09-09 14:17:36', '2021-09-09 14:17:36', 0, 0, '200.46.111.144', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAab3jyShub24_sIBu4qX5p5-eGNtrXcvoDCsqKdn937ll77Qp6gRmBNKsgc', 'Mozilla/5.0 (Linux; Android 11; SM-A025M Build/RP1A.200720.012; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/93.0.4577.62 Mobile Safari/537.36 Instagram 204.0.0.30.119 Android (30/11; 280dpi; 720x1471; samsung; SM-A025M; a02q; qcom;', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(241, 2, NULL, '2021-09-09 14:17:53', '2021-09-09 14:17:53', 0, 0, '200.46.111.144', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAab3jyShub24_sIBu4qX5p5-eGNtrXcvoDCsqKdn937ll77Qp6gRmBNKsgc', 'Mozilla/5.0 (Linux; Android 11; SM-A025M Build/RP1A.200720.012; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/93.0.4577.62 Mobile Safari/537.36 Instagram 204.0.0.30.119 Android (30/11; 280dpi; 720x1471; samsung; SM-A025M; a02q; qcom;', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(242, 2, NULL, '2021-09-09 14:18:23', '2021-09-09 14:18:23', 0, 0, '200.46.111.144', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAab3jyShub24_sIBu4qX5p5-eGNtrXcvoDCsqKdn937ll77Qp6gRmBNKsgc', 'Mozilla/5.0 (Linux; Android 11; SM-A025M Build/RP1A.200720.012; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/93.0.4577.62 Mobile Safari/537.36 Instagram 204.0.0.30.119 Android (30/11; 280dpi; 720x1471; samsung; SM-A025M; a02q; qcom;', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(243, 2, NULL, '2021-09-09 14:58:58', '2021-09-09 14:58:58', 0, 0, '190.141.128.20', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAaaw5BJX0nk9DY8_2yCE19gm2kFPCAUUZVybz6XGH3AAwl6TNfMpwLPulVU', 'Mozilla/5.0 (Linux; Android 10; STK-LX3 Build/HUAWEISTK-LX3; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/93.0.4577.62 Mobile Safari/537.36 Instagram 204.0.0.30.119 Android (29/10; 480dpi; 1080x2224; HUAWEI; STK-LX3; HWSTK-HF; kirin7', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(244, 2, NULL, '2021-09-09 14:59:39', '2021-09-09 14:59:39', 0, 0, '190.141.128.20', 'https://dacleanexpress.com/gracias/', 'Mozilla/5.0 (Linux; Android 10; STK-LX3 Build/HUAWEISTK-LX3; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/93.0.4577.62 Mobile Safari/537.36 Instagram 204.0.0.30.119 Android (29/10; 480dpi; 1080x2224; HUAWEI; STK-LX3; HWSTK-HF; kirin7', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(245, 2, NULL, '2021-09-09 15:02:08', '2021-09-09 15:02:08', 0, 0, '186.188.204.106', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAabsl6B5DpCKxw2fMosdnExmA4VggNN_pgZRJJGUpiBanQIUqO96ht2mwb0', 'Mozilla/5.0 (Linux; Android 8.1.0; SM-J260M Build/M1AJB; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/93.0.4577.62 Mobile Safari/537.36 Instagram 203.0.0.29.118 Android (27/8.1.0; 240dpi; 540x888; samsung; SM-J260M; j2corelte; samsun', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(246, 2, NULL, '2021-09-10 02:19:10', '2021-09-10 02:19:10', 0, 0, '190.140.194.99', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAabrXQqUcvuoduwsmAkOo8pzkp8Q7rlaQTCA_bbnoDg2UCVFN3JvemCuoGM', 'Mozilla/5.0 (Linux; Android 10; SM-A107M Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/93.0.4577.62 Mobile Safari/537.36 Instagram 204.0.0.30.119 Android (29/10; 280dpi; 720x1381; samsung; SM-A107M; a10s; mt6762', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(247, 2, NULL, '2021-09-10 02:19:26', '2021-09-10 02:19:26', 0, 0, '190.140.194.99', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAabrXQqUcvuoduwsmAkOo8pzkp8Q7rlaQTCA_bbnoDg2UCVFN3JvemCuoGM', 'Mozilla/5.0 (Linux; Android 10; SM-A107M Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/93.0.4577.62 Mobile Safari/537.36 Instagram 204.0.0.30.119 Android (29/10; 280dpi; 720x1381; samsung; SM-A107M; a10s; mt6762', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(248, 2, NULL, '2021-09-10 02:57:19', '2021-09-10 02:57:19', 0, 0, '190.33.5.140', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAaYH2Y0bRZLg0lCtRXvMjZEIQxZlWT17hpfL3LJB5_aCYkBS9Nghc79ITGA', 'Mozilla/5.0 (Linux; Android 10; SM-A013M Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/88.0.4324.152 Mobile Safari/537.36 Instagram 203.0.0.29.118 Android (29/10; 320dpi; 720x1384; samsung; SM-A013M; a01core; mt', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(249, 2, NULL, '2021-09-11 20:25:58', '2021-09-11 20:25:58', 0, 0, '190.140.113.169', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAaYf6nUx-H-3KOt1QXOJhR994MIxffZxMkc19yb481OlbVCg88aM33X4u4A', 'Mozilla/5.0 (Linux; Android 10; SM-A107M Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/93.0.4577.62 Mobile Safari/537.36 Instagram 204.0.0.30.119 Android (29/10; 280dpi; 720x1381; samsung; SM-A107M; a10s; mt6762', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(250, 2, NULL, '2021-09-11 20:27:30', '2021-09-11 20:27:30', 0, 0, '190.140.113.169', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAaYf6nUx-H-3KOt1QXOJhR994MIxffZxMkc19yb481OlbVCg88aM33X4u4A', 'Mozilla/5.0 (Linux; Android 10; SM-A107M Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/93.0.4577.62 Mobile Safari/537.36 Instagram 204.0.0.30.119 Android (29/10; 280dpi; 720x1381; samsung; SM-A107M; a10s; mt6762', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(251, 2, NULL, '2021-09-11 20:28:04', '2021-09-11 20:28:04', 0, 0, '190.140.113.169', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/?dacleanexpress_com/limpieza_oficina/&fbclid=PAAaYf6nUx-H-3KOt1QXOJhR994MIxffZxMkc19yb481OlbVCg88aM33X4u4A', 'Mozilla/5.0 (Linux; Android 10; SM-A107M Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/93.0.4577.62 Mobile Safari/537.36 Instagram 204.0.0.30.119 Android (29/10; 280dpi; 720x1381; samsung; SM-A107M; a10s; mt6762', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(252, 2, NULL, '2021-09-11 20:33:14', '2021-09-11 20:33:14', 0, 0, '190.140.113.169', 'https://dacleanexpress.com/servicios/', 'Mozilla/5.0 (Linux; Android 10; SM-A107M Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/93.0.4577.62 Mobile Safari/537.36 Instagram 204.0.0.30.119 Android (29/10; 280dpi; 720x1381; samsung; SM-A107M; a10s; mt6762', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(253, 2, NULL, '2021-09-11 22:29:56', '2021-09-11 22:29:56', 0, 0, '190.141.121.198', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/', 'Mozilla/5.0 (Linux; Android 10; MED-LX9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.86 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(254, 2, NULL, '2021-09-23 23:40:55', '2021-09-23 23:40:55', 0, 0, '192.40.57.56', 'https://dacleanexpress.com/', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322) 360JK yunjiankong 427691', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(255, 2, NULL, '2021-10-10 20:24:05', '2021-10-10 20:24:05', 0, 0, '91.219.212.196', 'https://dacleanexpress.com/', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322) 360JK yunjiankong 427691', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(256, 4, NULL, '2021-10-11 20:41:22', '2021-10-11 20:41:22', 0, 0, '190.102.58.186', 'https://dacleanexpress.com/', 'Mozilla/5.0 (Linux; Android 10; M2010J19SL Build/QKQ1.200830.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/87.0.4280.101 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/329.0.0.29.120;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(257, 2, NULL, '2021-10-11 20:43:10', '2021-10-11 20:43:10', 0, 0, '190.102.58.186', 'https://dacleanexpress.com/gracias/', 'Mozilla/5.0 (Linux; Android 10; M2010J19SL Build/QKQ1.200830.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/87.0.4280.101 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/329.0.0.29.120;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(258, 2, NULL, '2021-10-12 15:11:07', '2021-10-12 15:11:07', 0, 0, '196.240.254.155', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322) 360JK yunjiankong 427691', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(259, 2, NULL, '2021-10-18 13:21:28', '2021-10-18 13:21:28', 0, 0, '186.72.53.194', 'https://dacleanexpress.com/', 'Mozilla/5.0 (Linux; Android 10; LM-X430 Build/QKQ1.200730.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/94.0.4606.85 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/339.0.0.32.118;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(260, 2, NULL, '2021-10-18 17:41:56', '2021-10-18 17:41:56', 0, 0, '190.140.207.166', 'https://dacleanexpress.com/?gclid=Cj0KCQjwtrSLBhCLARIsACh6RmiMrcDrOz6tL5QJYszoHjUao_hlIwHPNv059bb3lxcYppsUOhngXb0aAkcIEALw_wcB', 'Mozilla/5.0 (Linux; Android 11; SAMSUNG SM-N975F) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/15.0 Chrome/90.0.4430.210 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(261, 2, NULL, '2021-10-18 21:07:47', '2021-10-18 21:07:47', 0, 0, '190.57.43.239', 'https://dacleanexpress.com/?gclid=EAIaIQobChMIpLmtvO7U8wIVhsqGCh1POwS3EAAYAiAAEgKtufD_BwE', 'Mozilla/5.0 (Linux; Android 11; SAMSUNG SM-A207M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/15.0 Chrome/90.0.4430.210 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(262, 4, NULL, '2021-10-19 20:16:09', '2021-10-19 20:16:09', 0, 0, '190.141.129.70', 'https://dacleanexpress.com/?gclid=EAIaIQobChMI2sOJk6TX8wIVCuOzCh0nsAiDEAAYAyAAEgKKcPD_BwE', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(263, 2, NULL, '2021-10-20 18:02:10', '2021-10-20 18:02:10', 0, 0, '181.179.29.147', 'https://dacleanexpress.com/?gclid=EAIaIQobChMI6bfC0MjZ8wIVC8zICh0FjQwNEAAYASAAEgIQk_D_BwE', 'Mozilla/5.0 (Linux; Android 10; KOB2-L03; HMSCore 5.2.0.333) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.106 HuaweiBrowser/11.0.8.303 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(264, 4, NULL, '2021-10-20 19:40:19', '2021-10-20 19:40:19', 0, 0, '190.34.227.205', 'https://dacleanexpress.com/?gclid=CjwKCAjw_L6LBhBbEiwA4c46ugviLUaOC8pIvu2b6STY1D5TRrBxNiNkCDptRkS8sng2G7JZ07Nh0xoCU_kQAvD_BwE', 'Mozilla/5.0 (Linux; Android 11; SAMSUNG SM-A225M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/15.0 Chrome/90.0.4430.210 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(265, 2, NULL, '2021-10-27 00:29:47', '2021-10-27 00:29:47', 0, 0, '190.218.44.185', 'https://dacleanexpress.com/', 'Mozilla/5.0 (Linux; Android 6.0; LG-X240) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.62 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(266, 2, NULL, '2021-10-28 15:51:55', '2021-10-28 15:51:55', 0, 0, '190.141.23.147', 'https://dacleanexpress.com/?gclid=Cj0KCQjwlOmLBhCHARIsAGiJg7miHcGvjxmAYqs8nOHSr1gAnNLXwh0byHjwJwCGm8Ge8rbIaFitrrkaAsa2EALw_wcB', 'Mozilla/5.0 (Linux; Android 10; SM-A013M Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(267, 2, NULL, '2021-10-31 14:06:48', '2021-10-31 14:06:48', 0, 0, '190.219.254.201', 'https://dacleanexpress.com/?gclid=Cj0KCQjw_fiLBhDOARIsAF4khR2cIAjcOJeksjvaSOyos8msaFBmultLUq7UP0vrP87v84qnS67Z_oYaAghOEALw_wcB', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(268, 2, NULL, '2021-11-01 16:17:11', '2021-11-01 16:17:11', 0, 0, '181.179.18.247', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (Linux; Android 11; Redmi Note 9 Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.210 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(269, 2, NULL, '2021-11-10 01:50:32', '2021-11-10 01:50:32', 0, 0, '181.179.20.81', 'https://dacleanexpress.com/?gclid=CjwKCAiA1aiMBhAUEiwACw25Mcnq6dNnVDwC5P1E4RarlP1eJn4xYFrDci43GHbFdT6aqv1fR3srhhoC9GAQAvD_BwE', 'Mozilla/5.0 (Linux; Android 11; SM-A315G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(270, 2, NULL, '2021-11-10 09:59:05', '2021-11-10 09:59:05', 0, 0, '170.84.228.152', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322) 360JK yunjiankong 427691', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(271, 5, NULL, '2021-11-11 15:05:37', '2021-11-11 15:05:37', 0, 0, '190.60.19.115', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(272, 2, NULL, '2021-11-11 15:07:17', '2021-11-11 15:07:17', 0, 0, '190.60.19.115', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(273, 2, NULL, '2021-11-11 16:56:38', '2021-11-11 16:56:38', 0, 0, '186.73.10.22', 'https://dacleanexpress.com/quienes-somos/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(274, 2, NULL, '2021-11-12 18:12:39', '2021-11-12 18:12:39', 0, 0, '200.46.109.178', 'https://dacleanexpress.com/servicios/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(275, 2, NULL, '2021-11-12 20:23:38', '2021-11-12 20:23:38', 0, 0, '190.102.58.182', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (Linux; Android 10; SM-A107M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.105 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(276, 4, NULL, '2021-11-15 23:06:42', '2021-11-15 23:06:42', 0, 0, '190.102.56.146', 'https://dacleanexpress.com/?gclid=CjwKCAiAp8iMBhAqEiwAJb94zxIzy9mJRSLpZVYEI-aGHnnxrylt-3WcY_2pMGs6FDppMg-ISnnNvBoCkr0QAvD_BwE', 'Mozilla/5.0 (iPhone; CPU iPhone OS 14_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/95.0.4638.50 Mobile/15E148 Safari/604.1', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(277, 5, NULL, '2021-11-24 16:19:36', '2021-11-24 16:19:36', 0, 0, '152.168.225.72', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(278, 2, NULL, '2021-11-24 16:20:18', '2021-11-24 16:20:18', 0, 0, '152.168.225.72', 'https://dacleanexpress.com/gracias/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(279, 4, NULL, '2021-11-30 22:37:44', '2021-11-30 22:37:44', 0, 0, '201.226.37.40', 'https://dacleanexpress.com/?gclid=Cj0KCQiAtJeNBhCVARIsANJUJ2HjpLIYTMMR_r2xZia9y0p1i7KgNjuW3eP3hcZDC5KXQErL5v4H1ZIaAsFxEALw_wcB', 'Mozilla/5.0 (iPhone; CPU iPhone OS 15_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Mobile/15E148 Safari/604.1', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(280, 2, NULL, '2021-12-02 19:34:32', '2021-12-02 19:34:32', 0, 0, '107.175.153.196', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322) 360JK yunjiankong 427691', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(281, 4, NULL, '2021-12-06 19:47:10', '2021-12-06 19:47:10', 0, 0, '181.179.31.112', 'https://dacleanexpress.com/?gclid=CjwKCAiAhreNBhAYEiwAFGGKPI4oLRHKoeVaLvb8javgdrdGnxpxjcKGinFwswb1owssOXpOZjpObRoCSM0QAvD_BwE', 'Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(282, 5, NULL, '2021-12-14 13:09:53', '2021-12-14 13:09:53', 0, 0, '200.110.154.82', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(283, 4, NULL, '2021-12-15 16:02:13', '2021-12-15 16:02:13', 0, 0, '201.227.226.142', 'https://dacleanexpress.com/?gclid=Cj0KCQiAweaNBhDEARIsAJ5hwbc7s1VQNQQUjyzUq3oHXmQw_77SPOTYpQbI-W4Upb8GyyMWljRiAlsaAql5EALw_wcB', 'Mozilla/5.0 (Linux; Android 10; SM-J610G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(284, 2, NULL, '2021-12-24 13:40:51', '2021-12-24 13:40:51', 0, 0, '200.124.5.82', 'https://dacleanexpress.com/services/limpieza-profunda-de-casa-o-apto/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(285, 2, NULL, '2021-12-27 17:41:00', '2021-12-27 17:41:00', 0, 0, '190.102.63.230', 'https://dacleanexpress.com/?gclid=Cj0KCQiA5aWOBhDMARIsAIXLlkcpS-FvZWkvTPrOIU25vOgGD4Fxl0wSJ0YXtIFp2-ePez4HiaCyTmsaAkXsEALw_wcB', 'Mozilla/5.0 (Linux; Android 10; SM-A013M Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(286, 2, NULL, '2021-12-28 17:16:12', '2021-12-28 17:16:12', 0, 0, '200.46.117.120', 'https://dacleanexpress.com/quienes-somos/', 'Mozilla/5.0 (Linux; Android 11; SM-A207M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(287, 2, NULL, '2021-12-29 18:51:21', '2021-12-29 18:51:21', 0, 0, '190.141.86.192', 'https://dacleanexpress.com/?gclid=Cj0KCQiAq7COBhC2ARIsANsPATGTiuBEM6RtoQZ5isr9yBAmUyQ8jfTSbMRqAbMsBfEBNe06LxnTh3gaAomVEALw_wcB', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(288, 5, NULL, '2021-12-29 21:16:52', '2021-12-29 21:16:52', 0, 0, '186.75.8.195', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36 Edg/96.0.1054.62', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(289, 2, NULL, '2022-01-05 00:14:45', '2022-01-05 00:14:45', 0, 0, '190.102.58.157', 'https://dacleanexpress.com/?gclid=Cj0KCQiA_c-OBhDFARIsAIFg3ezYVikGUnXYbMA-3QwJjY9luyH07v9hKROSDFW9-2pR7mKqmFCFb78aAgnhEALw_wcB', 'Mozilla/5.0 (Linux; Android 8.1.0; HELIOS) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(290, 4, NULL, '2022-01-05 02:28:13', '2022-01-05 02:28:13', 0, 0, '186.75.20.25', 'https://dacleanexpress.com/?gclid=Cj0KCQiA_c-OBhDFARIsAIFg3ezdhyI3AG2bjfYDvw30f3ywCwDzB8-2Y2nE-EgsoO15ghwz5WM3RaEaAr2FEALw_wcB', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(291, 4, NULL, '2022-01-05 02:30:42', '2022-01-05 02:30:42', 0, 0, '186.75.20.25', 'https://dacleanexpress.com/gracias/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(292, 2, NULL, '2022-01-05 02:32:08', '2022-01-05 02:32:08', 0, 0, '186.75.20.25', 'https://dacleanexpress.com/services/limpieza-profunda-de-casa-o-apto/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(293, 2, NULL, '2022-01-05 17:53:44', '2022-01-05 17:53:44', 0, 0, '190.32.162.252', 'https://dacleanexpress.com/?gclid=Cj0KCQiAoNWOBhCwARIsAAiHnEjeu3XWvt0UU_doF-aBcJN_-Z_QcFvZ4A3iSQnP7uhG44Z-nK1q-xkaAkNHEALw_wcB', 'Mozilla/5.0 (Linux; Android 11; SM-A207M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(294, 2, NULL, '2022-01-05 17:53:52', '2022-01-05 17:53:52', 0, 0, '190.32.162.252', 'https://dacleanexpress.com/?gclid=Cj0KCQiAoNWOBhCwARIsAAiHnEjeu3XWvt0UU_doF-aBcJN_-Z_QcFvZ4A3iSQnP7uhG44Z-nK1q-xkaAkNHEALw_wcB', 'Mozilla/5.0 (Linux; Android 11; SM-A207M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(295, 2, NULL, '2022-01-05 18:37:01', '2022-01-05 18:37:01', 0, 0, '190.218.132.58', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(296, 4, NULL, '2022-01-05 21:26:59', '2022-01-05 21:26:59', 0, 0, '201.227.226.150', 'https://dacleanexpress.com/?gclid=Cj0KCQiAoNWOBhCwARIsAAiHnEhoQxJCibSsgrNXe2RZDLBGRrykLWWqtq2H8mc1mqua57v20vm3bh4aAtEMEALw_wcB', 'Mozilla/5.0 (Linux; Android 11; SAMSUNG SM-A207M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/12.1 Chrome/79.0.3945.136 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(297, 2, NULL, '2022-01-06 16:09:18', '2022-01-06 16:09:18', 0, 0, '181.179.27.64', 'https://dacleanexpress.com/galeria/', 'Mozilla/5.0 (Linux; Android 10; SM-A013M Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(298, 2, NULL, '2022-01-06 21:40:40', '2022-01-06 21:40:40', 0, 0, '190.102.58.84', 'https://dacleanexpress.com/?gclid=Cj0KCQiAw9qOBhC-ARIsAG-rdn6jDY1HOpBSziwEMWButmN368k5pOFADAaqh8R60eqK4j2Hia0jzToaAoiuEALw_wcB', 'Mozilla/5.0 (Linux; Android 10; M2006C3LG) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(299, 4, NULL, '2022-01-07 01:38:51', '2022-01-07 01:38:51', 0, 0, '190.57.41.97', 'https://dacleanexpress.com/?gclid=Cj0KCQiAw9qOBhC-ARIsAG-rdn6iPxmoPy5zBs8CW-4CRJ-feq4Oml-zWiBb52fN96wLQfKDSvjw1HwaAqR9EALw_wcB', 'Mozilla/5.0 (iPhone; CPU iPhone OS 15_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Mobile/15E148 Safari/604.1', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(300, 5, NULL, '2022-01-07 02:20:04', '2022-01-07 02:20:04', 0, 0, '190.218.132.77', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (Linux; Android 11; SM-A207M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(301, 2, NULL, '2022-01-07 02:30:34', '2022-01-07 02:30:34', 0, 0, '190.218.132.77', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (Linux; Android 11; SM-A207M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(302, 2, NULL, '2022-01-07 14:14:30', '2022-01-07 14:14:30', 0, 0, '201.227.226.140', 'https://dacleanexpress.com/?gclid=CjwKCAiA5t-OBhByEiwAhR-hm8EO0EzWCTAktLwOIftG2DlPyCfxcfKD03GJKr5UuzeOk1FxAdkYExoCfOEQAvD_BwE', 'Mozilla/5.0 (Linux; Android 11; Redmi Note 8 Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.92 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(303, 2, NULL, '2022-02-22 07:44:01', '2022-02-22 07:44:01', 0, 0, '46.8.71.74', 'https://dacleanexpress.com/', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322) 360JK yunjiankong 427691', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(304, 2, NULL, '2022-02-27 02:26:35', '2022-02-27 02:26:35', 0, 0, '23.254.6.45', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322) 360JK yunjiankong 427691', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(305, 2, NULL, '2022-02-27 22:45:48', '2022-02-27 22:45:48', 0, 0, '178.134.141.245', 'https://dacleanexpress.com/', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322) 360JK yunjiankong 427691', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(306, 2, NULL, '2022-02-28 16:14:37', '2022-02-28 16:14:37', 0, 0, '201.221.246.202', 'https://dacleanexpress.com/?gclid=CjwKCAiAgvKQBhBbEiwAaPQw3O-47Safz-hFM3Q2-maPE3q-YqzpVFWesxN1JlqA1ll0Yw5P1u5efhoC5ekQAvD_BwE', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(307, 2, NULL, '2022-03-05 01:51:30', '2022-03-05 01:51:30', 0, 0, '201.226.208.198', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/', 'Mozilla/5.0 (Linux; Android 11; SM-A125M Build/RP1A.200720.012; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/98.0.4758.101 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/356.0.0.28.112;]', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(308, 2, NULL, '2022-03-06 05:56:11', '2022-03-06 05:56:11', 0, 0, '196.242.178.110', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322) 360JK yunjiankong 427691', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(309, 2, NULL, '2022-03-09 19:15:53', '2022-03-09 19:15:53', 0, 0, '190.102.56.146', 'https://dacleanexpress.com/?gclid=CjwKCAiAvaGRBhBlEiwAiY-yMGCkQXd8AgjM9Aq7FwyuWDa_z1TgRA4XMh6I7mBzAG4f2Jcg0LMOehoCXYIQAvD_BwE', 'Mozilla/5.0 (Linux; Android 9; JKM-LX3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.101 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(310, 2, NULL, '2022-03-13 14:45:42', '2022-03-13 14:45:42', 0, 0, '200.46.37.59', 'https://dacleanexpress.com/?gclid=Cj0KCQiAybaRBhDtARIsAIEG3klRj9eLxxC9lD5YENlaKHZpb_uYV_PDTnPDTv_7B4t8CasUDtZTQiAaAg6bEALw_wcB', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(311, 2, NULL, '2022-03-14 18:51:09', '2022-03-14 18:51:09', 0, 0, '190.57.46.221', 'https://dacleanexpress.com/?gclid=EAIaIQobChMIgIiYqaHG9gIVm_6zCh3hAwSZEAAYAiAAEgLCPvD_BwE', 'Mozilla/5.0 (Linux; Android 11; SAMSUNG SM-A125M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/15.0 Chrome/90.0.4430.210 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(312, 2, NULL, '2022-03-17 18:34:49', '2022-03-17 18:34:49', 0, 0, '190.57.34.218', 'https://dacleanexpress.com/?gclid=Cj0KCQjwuMuRBhCJARIsAHXdnqOMJei9mhBU0v1drQKQ3I8R9-uB8qlxqwLzYYR5Wnq7bqrHW6li52kaAh7CEALw_wcB', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(313, 2, NULL, '2022-03-18 15:14:58', '2022-03-18 15:14:58', 0, 0, '186.72.108.19', 'https://dacleanexpress.com/?gclid=Cj0KCQjw29CRBhCUARIsAOboZbJHrtQXBhPqi4xQUY68oezr-U7q7t8oIjGZ1WzrWCflFboZ-3RRM-gaAir3EALw_wcB', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(314, 2, NULL, '2022-03-21 14:51:59', '2022-03-21 14:51:59', 0, 0, '190.140.200.10', 'https://dacleanexpress.com/?gclid=CjwKCAjwxOCRBhA8EiwA0X8hi8ow0iSeE_PrwSTzCPtRxXr3nfj3oBWfkkPxBn-X06EY6Nptll9TxxoC2LIQAvD_BwE', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(315, 2, NULL, '2022-03-21 20:03:14', '2022-03-21 20:03:14', 0, 0, '190.57.41.220', 'https://dacleanexpress.com/?gclid=CjwKCAjwxOCRBhA8EiwA0X8hi3nNlFD3Y4iXE6ZTfNWFu88rILPcWkxBTQGE-ZyaMj1BcEgwEH5cLRoCem4QAvD_BwE', 'Mozilla/5.0 (Linux; Android 11; TECNO LE6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.62 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(316, 2, NULL, '2022-03-22 20:54:26', '2022-03-22 20:54:26', 0, 0, '181.197.66.105', 'https://dacleanexpress.com/?gclid=Cj0KCQjw5-WRBhCKARIsAAId9FkwroeXFSZ2b6-WMgcKhD3U41to6Hc6omLQuVDQeddVPGiIFJCiEzUaAq47EALw_wcB', 'Mozilla/5.0 (Linux; Android 11; SM-A125M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.73 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(317, 2, NULL, '2022-03-23 01:43:53', '2022-03-23 01:43:53', 0, 0, '170.83.179.123', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322) 360JK yunjiankong 427691', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(318, 2, NULL, '2022-03-23 13:18:38', '2022-03-23 13:18:38', 0, 0, '138.128.1.245', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322) 360JK yunjiankong 427691', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(319, 2, NULL, '2022-03-24 19:18:57', '2022-03-24 19:18:57', 0, 0, '190.141.191.189', 'https://dacleanexpress.com/?gclid=EAIaIQobChMI-Kb9sbrf9gIVhv_jBx0KBQTQEAAYASAAEgJYOvD_BwE', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36 Edg/99.0.1150.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(320, 2, NULL, '2022-03-24 19:20:41', '2022-03-24 19:20:41', 0, 0, '190.141.191.189', 'https://dacleanexpress.com/?gclid=EAIaIQobChMI-Kb9sbrf9gIVhv_jBx0KBQTQEAAYASAAEgJYOvD_BwE', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36 Edg/99.0.1150.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(321, 2, NULL, '2022-03-25 18:33:58', '2022-03-25 18:33:58', 0, 0, '95.181.216.56', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322) 360JK yunjiankong 427691', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(322, 2, NULL, '2022-03-31 16:46:04', '2022-03-31 16:46:04', 0, 0, '186.75.24.246', 'https://dacleanexpress.com/services/limpieza-general-de-casa-u-apto/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(323, 2, NULL, '2022-04-04 15:34:27', '2022-04-04 15:34:27', 0, 0, '190.140.32.220', 'https://dacleanexpress.com/services/limpieza-general-de-oficina/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(324, 5, NULL, '2022-04-12 21:01:58', '2022-04-12 21:01:58', 0, 0, '201.221.245.253', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(325, 2, NULL, '2022-04-13 12:08:07', '2022-04-13 12:08:07', 0, 0, '13.77.104.145', 'https://dacleanexpress.com/contacto/', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322) 360JK yunjiankong 427691', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active');

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

--
-- Estructura de tabla para la tabla `wp_gf_entry_meta`
--

CREATE TABLE `wp_gf_entry_meta` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `form_id` mediumint(8) UNSIGNED NOT NULL DEFAULT '0',
  `entry_id` bigint(20) UNSIGNED NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  `item_index` varchar(60) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wp_gf_entry_meta`
--

INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(1, 1, 1, '1.3', 'Victor', ''),
(2, 1, 1, '1.6', 'Barboza', ''),
(3, 1, 1, '4.1', 'BARRIO SAN PEDRO', ''),
(4, 1, 1, '4.3', 'Encarnacion', ''),
(5, 1, 1, '4.6', 'Paraguay', ''),
(6, 1, 1, '5', 'Casa', ''),
(7, 1, 1, '6', 'General', ''),
(8, 1, 1, '3', '50 - 100mt', ''),
(9, 1, 1, '7', '2019-12-18', ''),
(10, 1, 1, '8', '15:30', ''),
(11, 1, 2, '1.3', 'Victor', ''),
(12, 1, 2, '1.6', 'Barboza', ''),
(13, 1, 2, '4.1', 'BARRIO SAN PEDRO', ''),
(14, 1, 2, '4.3', 'Encarnacion', ''),
(15, 1, 2, '4.6', 'Paraguay', ''),
(16, 1, 2, '5', 'Casa', ''),
(17, 1, 2, '6', 'General', ''),
(18, 1, 2, '3', '50 - 100mt', ''),
(19, 1, 2, '7', '2019-12-18', ''),
(20, 1, 2, '8', '15:30', ''),
(65, 1, 7, '1.3', 'Nombre de Prueba', ''),
(66, 1, 7, '1.6', 'Apellido de prueba', ''),
(67, 1, 7, '4.1', 'Esto es un mensaje de prueba con datos falsos', ''),
(68, 1, 7, '4.2', 'Calle de prueba', ''),
(69, 1, 7, '4.3', 'Panamá', ''),
(70, 1, 7, '4.6', 'Panamá', ''),
(71, 1, 7, '5', 'Casa', ''),
(72, 1, 7, '6', 'Extendida', ''),
(73, 1, 7, '3', '50 - 100mt', ''),
(74, 1, 7, '7', '2020-01-09', ''),
(75, 1, 7, '8', '10:00', ''),
(111, 4, 10, '11', 'Avenida Balboa', ''),
(112, 4, 10, '1.3', 'juan', ''),
(113, 4, 10, '1.6', 'perez', ''),
(114, 4, 10, '4.1', 'bella vista', ''),
(115, 4, 10, '4.2', 'principal', ''),
(116, 4, 10, '4.6', 'Panamá', ''),
(117, 4, 10, '13', '5075263333', ''),
(118, 4, 10, '14', 'perez@gmail.com', ''),
(119, 4, 10, '5', 'Apartamento', ''),
(120, 4, 10, '6', 'General', ''),
(121, 4, 10, '20', '50 - 100 mts - desde $45.95|49.17', ''),
(122, 4, 10, '21', 'Diario', ''),
(123, 4, 10, '17', '2', ''),
(124, 4, 10, '18', '1', ''),
(125, 4, 10, '7', '2020-01-16', ''),
(126, 4, 10, '8', '05:05', ''),
(127, 4, 10, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:27:\"50 - 100 mts - desde $45.95\";s:5:\"price\";s:5:\"49.17\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(128, 4, 10, '16', '49.17', ''),
(129, 4, 10, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:27:\"50 - 100 mts - desde $45.95\";s:5:\"price\";s:5:\"49.17\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(130, 4, 11, '11', 'Bella Vista', ''),
(131, 4, 11, '1.3', 'juan', ''),
(132, 4, 11, '1.6', 'perez', ''),
(133, 4, 11, '4.1', 'bella vista', ''),
(134, 4, 11, '4.2', 'principal', ''),
(135, 4, 11, '4.6', 'Panamá', ''),
(136, 4, 11, '13', '5076520040', ''),
(137, 4, 11, '14', 'clicnovo@clicnovo.com', ''),
(138, 4, 11, '5', 'Casa', ''),
(139, 4, 11, '6', 'Extendida', ''),
(140, 4, 11, '20', '50 - 100 mts - desde $45.95|49.17', ''),
(141, 4, 11, '21', 'Semanal', ''),
(142, 4, 11, '17', '5', ''),
(143, 4, 11, '18', '2', ''),
(144, 4, 11, '7', '2020-02-18', ''),
(145, 4, 11, '8', '08:20', ''),
(146, 4, 11, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:27:\"50 - 100 mts - desde $45.95\";s:5:\"price\";s:5:\"49.17\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(147, 4, 11, '16', '49.17', ''),
(148, 4, 11, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:27:\"50 - 100 mts - desde $45.95\";s:5:\"price\";s:5:\"49.17\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(149, 2, 12, '1.3', 'Kennethmef', ''),
(150, 2, 12, '2', 'raphaeBoft@gmail.com', ''),
(151, 2, 12, '3', 'Good day!  dacleanexpress.com \r\n \r\nDid you know that it is possible to send commercial offer   lawful? \r\nWe offering a new legal method of sending commercial offer through feedback forms. Such forms are located on many sites. \r\nWhen such business offers are sent, no personal data is used, and messages are sent to forms specifically designed to receive messages and appeals. \r\nAlso, messages sent through contact Forms do not get into spam because such messages are considered important. \r\nWe offer you to test our service for free. We will send up to 50,000 messages for you. \r\nThe cost of sending one million messages is 49 USD. \r\n \r\nThis letter is created automatically. Please use the contact details below to contact us. \r\n \r\nContact us. \r\nTelegram - @FeedbackFormEU \r\nSkype  live:feedbackform2019 \r\nEmail - feedbackform@make-success.com', ''),
(152, 4, 13, '11', 'Albrook', ''),
(153, 4, 13, '1.3', 'irisneli', ''),
(154, 4, 13, '1.6', 'Ruiz', ''),
(155, 4, 13, '4.1', 'las mañanitas', ''),
(156, 4, 13, '4.2', '1de mayo', ''),
(157, 4, 13, '4.6', 'Panamá', ''),
(158, 4, 13, '13', '65059382', ''),
(159, 4, 13, '14', 'irisneliruiz86@gmail.com', ''),
(160, 4, 13, '5', 'Oficina', ''),
(161, 4, 13, '6', 'General', ''),
(162, 4, 13, '20', '100 - 200 mts - desde $65.95|70.57', ''),
(163, 4, 13, '21', 'Mensual', ''),
(164, 4, 13, '17', '2', ''),
(165, 4, 13, '18', '2', ''),
(166, 4, 13, '7', '2020-03-13', ''),
(167, 4, 13, '8', '08:06', ''),
(168, 4, 13, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"100 - 200 mts - desde $65.95\";s:5:\"price\";s:5:\"70.57\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(169, 4, 13, '16', '70.57', ''),
(170, 4, 13, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"100 - 200 mts - desde $65.95\";s:5:\"price\";s:5:\"70.57\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(171, 2, 14, '1.3', 'Deloras Marlar', ''),
(172, 2, 14, '2', 'expiry@dacleanexpress.com', ''),
(173, 2, 14, '3', 'ATTN: dacleanexpress.com / Daclean Express - Limpiezas que impactan y transforman vidas SERVICE\r\nThis notice EXPIRES ON: Mar 14, 2020.\r\n\r\nWe tried contacting you but were unable to reach you.\r\n\r\nPlease Visit: https://bit.ly/33fNYss ASAP.\r\n\r\nFor information and to make a discretionary payment for dacleanexpress.com services.\r\n\r\n\r\n\r\n03142020071139.', ''),
(174, 3, 15, '2.3', 'Katiuska', ''),
(175, 3, 15, '2.6', 'Sánchez', ''),
(176, 3, 15, '6', '8-893-734', ''),
(177, 3, 15, '8', '25', ''),
(178, 3, 15, '9', '1', ''),
(179, 3, 15, '3.1', 'Roberto duran 4etapa', ''),
(180, 3, 15, '3.4', 'Panamá', ''),
(181, 3, 15, '3.5', 'Panamá', ''),
(182, 3, 15, '4', '(076) 297-9625', ''),
(183, 3, 15, '5', 'jose2131.jlmf@gmail.com', ''),
(184, 3, 15, '11', 'Tommy Hilfiguer', ''),
(185, 3, 15, '18', '8', ''),
(186, 3, 15, '17', 'Internacional meal compañy f&b PanamáS. A Carls jr', ''),
(187, 3, 15, '12', '18', ''),
(188, 3, 15, '19', 'Jorge sanchez', ''),
(189, 3, 15, '21', 'Seme acabo el contrato', ''),
(190, 2, 16, '1.3', 'Christi Hickman', ''),
(191, 2, 16, '2', 'noreply@arteseo.co', ''),
(192, 2, 16, '3', 'hi there\r\nHere is your quotation regarding the Articles web2 posting project.\r\n\r\nhttps://www.arteseo.co/quotation/', ''),
(193, 3, 17, '2.3', 'Sandra Milena', ''),
(194, 3, 17, '2.6', 'Medina Duque', ''),
(195, 3, 17, '6', 'AT552630', ''),
(196, 3, 17, '8', '41', ''),
(197, 3, 17, '9', '0', ''),
(198, 3, 17, '3.1', 'Los Andes', ''),
(199, 3, 17, '3.2', 'Los Andes #2, sector B, casa 343', ''),
(200, 3, 17, '3.3', 'Panamá.', ''),
(201, 3, 17, '3.4', 'Panamá', ''),
(202, 3, 17, '4', '(005) 076-7065', ''),
(203, 3, 17, '5', 'shekinahbellezaspa@gmail.com', ''),
(204, 3, 17, '11', 'Shekinah Belleza', ''),
(205, 3, 17, '18', '36', ''),
(206, 3, 17, '13', 'Sandra Medina', ''),
(207, 3, 17, '15', 'Cierre', ''),
(208, 2, 18, '1.3', 'Jolie English', ''),
(209, 2, 18, '2', 'noreply@arteseo.co', ''),
(210, 2, 18, '3', 'Get Unlimited website traffic for 6 months\r\nhttps://www.arteseo.co/unlimited-traffic/', ''),
(211, 2, 19, '1.3', 'Jesenia Hamill', ''),
(212, 2, 19, '2', 'info@dacleanexpress.com', ''),
(213, 2, 19, '3', 'Hey there\r\n\r\nBuy medical disposable face mask to protect your loved ones from the deadly CoronaVirus.  The price is $0.99 each.  If interested, please visit our site: pharmacyusa.online\r\n\r\nEnjoy,\r\n\r\nDaclean Express – Limpiezas que impactan y transforman vidas - dacleanexpress.com', ''),
(214, 4, 20, '11', 'Albrook', ''),
(215, 4, 20, '1.3', 'Andrés Irene', ''),
(216, 4, 20, '1.6', 'Gutiérrez', ''),
(217, 4, 20, '4.1', 'Calle 19 río abajo ciudad panama', ''),
(218, 4, 20, '4.2', 'Via españa', ''),
(219, 4, 20, '4.6', 'Panamá', ''),
(220, 4, 20, '13', '68257695', ''),
(221, 4, 20, '14', 'andriogutierrez1977@gmail.com', ''),
(222, 4, 20, '5', 'Apartamento', ''),
(223, 4, 20, '6', 'Profunda', ''),
(224, 4, 20, '20', '50 - 100 mts - desde $45.95|49.17', ''),
(225, 4, 20, '21', 'Diario', ''),
(226, 4, 20, '17', '3', ''),
(227, 4, 20, '18', '3', ''),
(228, 4, 20, '7', '2020-06-01', ''),
(229, 4, 20, '8', '09:00', ''),
(230, 4, 20, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:27:\"50 - 100 mts - desde $45.95\";s:5:\"price\";s:5:\"49.17\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(231, 4, 20, '16', '49.17', ''),
(232, 4, 20, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:27:\"50 - 100 mts - desde $45.95\";s:5:\"price\";s:5:\"49.17\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(233, 2, 21, '1.3', 'Eric Jones', ''),
(234, 2, 21, '2', 'eric@talkwithwebvisitor.com', ''),
(235, 2, 21, '3', 'Hi, my name is Eric and I’m betting you’d like your website dacleanexpress.com to generate more leads.\r\n\r\nHere’s how:\r\nTalk With Web Visitor is a software widget that’s 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 dacleanexpress.com.\r\n\r\nTalk With Web Visitor – CLICK HERE http://www.talkwithwebvisitor.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to 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\nCLICK HERE http://www.talkwithwebvisitor.com to discover what Talk With Web Visitor 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 Talk With Web Visitor and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nTalk With Web Visitor offers a FREE 14 days 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\nCLICK HERE http://www.talkwithwebvisitor.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitor.com/unsubscribe.aspx?d=dacleanexpress.com', ''),
(236, 4, 22, '11', 'Albrook', ''),
(237, 4, 22, '1.3', 'kubiguiña', ''),
(238, 4, 22, '1.6', 'Avila', ''),
(239, 4, 22, '4.1', 'Nuevo tocumen', ''),
(240, 4, 22, '4.2', '62', ''),
(241, 4, 22, '4.6', 'Panamá', ''),
(242, 4, 22, '13', '60878903', ''),
(243, 4, 22, '14', 'kubi60473@gmail.com', ''),
(244, 4, 22, '5', 'Oficina', ''),
(245, 4, 22, '6', 'General', ''),
(246, 4, 22, '20', '0 - 50 mts - desde $35.95|38.47', ''),
(247, 4, 22, '21', 'Semanal', ''),
(248, 4, 22, '17', '5', ''),
(249, 4, 22, '18', '3', ''),
(250, 4, 22, '7', '2020-06-10', ''),
(251, 4, 22, '8', '08:00', ''),
(252, 4, 22, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(253, 4, 22, '16', '38.47', ''),
(254, 4, 22, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(255, 4, 23, '11', 'Chanis', ''),
(256, 4, 23, '1.3', 'Eudelindo', ''),
(257, 4, 23, '1.6', 'alfaro', ''),
(258, 4, 23, '4.1', 'tocumen', ''),
(259, 4, 23, '4.2', 'calle primera', ''),
(260, 4, 23, '4.6', 'Panamá', ''),
(261, 4, 23, '13', '60303064', ''),
(262, 4, 23, '14', 'alfaroeudelino@gmail.com', ''),
(263, 4, 23, '5', 'Oficina', ''),
(264, 4, 23, '6', 'General', ''),
(265, 4, 23, '20', '300 - 400 mts - desde $95.95|102.67', ''),
(266, 4, 23, '21', 'Semanal', ''),
(267, 4, 23, '17', '5', ''),
(268, 4, 23, '18', '3', ''),
(269, 4, 23, '7', '2020-06-05', ''),
(270, 4, 23, '8', '08:04', ''),
(271, 4, 23, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"300 - 400 mts - desde $95.95\";s:5:\"price\";s:6:\"102.67\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(272, 4, 23, '16', '102.67', ''),
(273, 4, 23, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"300 - 400 mts - desde $95.95\";s:5:\"price\";s:6:\"102.67\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(274, 4, 24, '11', 'Albrook', ''),
(275, 4, 24, '1.3', 'Alix', ''),
(276, 4, 24, '1.6', 'garcia', ''),
(277, 4, 24, '4.1', 'san jose l san miguelito', ''),
(278, 4, 24, '4.2', 'Alix Garcia', ''),
(279, 4, 24, '4.6', 'Panamá', ''),
(280, 4, 24, '13', '67654767', ''),
(281, 4, 24, '14', 'garcialix67@gmail.com', ''),
(282, 4, 24, '5', 'Oficina', ''),
(283, 4, 24, '6', 'General', ''),
(284, 4, 24, '20', '300 - 400 mts - desde $95.95|102.67', ''),
(285, 4, 24, '21', 'Diario', ''),
(286, 4, 24, '17', '2', ''),
(287, 4, 24, '18', '2', ''),
(288, 4, 24, '7', '2020-06-16', ''),
(289, 4, 24, '8', '07:07', ''),
(290, 4, 24, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"300 - 400 mts - desde $95.95\";s:5:\"price\";s:6:\"102.67\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(291, 4, 24, '16', '102.67', ''),
(292, 4, 24, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"300 - 400 mts - desde $95.95\";s:5:\"price\";s:6:\"102.67\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(293, 4, 25, '11', 'Albrook', ''),
(294, 4, 25, '1.3', 'Carlos', ''),
(295, 4, 25, '1.6', 'Gomez', ''),
(296, 4, 25, '4.1', 'Arraijan', ''),
(297, 4, 25, '4.2', 'Principal', ''),
(298, 4, 25, '4.6', 'Panamá', ''),
(299, 4, 25, '13', '60538971', ''),
(300, 4, 25, '14', 'carlojosue57@gmail.com', ''),
(301, 4, 25, '5', 'Oficina', ''),
(302, 4, 25, '6', 'General', ''),
(303, 4, 25, '20', '0 - 50 mts - desde $35.95|38.47', ''),
(304, 4, 25, '21', 'Diario', ''),
(305, 4, 25, '17', '5', ''),
(306, 4, 25, '18', '3', ''),
(307, 4, 25, '7', '2020-06-11', ''),
(308, 4, 25, '8', '08:03', ''),
(309, 4, 25, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(310, 4, 25, '16', '38.47', ''),
(311, 4, 25, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(312, 4, 26, '11', 'Albrook', ''),
(313, 4, 26, '1.3', 'José gaitan Calero', ''),
(314, 4, 26, '1.6', 'Gaitan Calero', ''),
(315, 4, 26, '4.1', 'Pedregal', ''),
(316, 4, 26, '4.2', 'Quinta', ''),
(317, 4, 26, '4.6', 'Panamá', ''),
(318, 4, 26, '13', '64595060', ''),
(319, 4, 26, '14', 'gaitanedwin@gmail.com', ''),
(320, 4, 26, '5', 'Apartamento', ''),
(321, 4, 26, '6', 'Profunda', ''),
(322, 4, 26, '20', '50 - 100 mts - desde $45.95|49.17', ''),
(323, 4, 26, '21', 'Diario', ''),
(324, 4, 26, '17', '3', ''),
(325, 4, 26, '18', '2', ''),
(326, 4, 26, '7', '2020-06-15', ''),
(327, 4, 26, '8', '09:00', ''),
(328, 4, 26, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:27:\"50 - 100 mts - desde $45.95\";s:5:\"price\";s:5:\"49.17\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(329, 4, 26, '16', '49.17', ''),
(330, 4, 26, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:27:\"50 - 100 mts - desde $45.95\";s:5:\"price\";s:5:\"49.17\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(331, 4, 27, '11', 'Chanis', ''),
(332, 4, 27, '1.3', 'Nancy', ''),
(333, 4, 27, '1.6', 'Vargas', ''),
(334, 4, 27, '4.1', 'Sv Jose Agustín Arango Ph Ilo torre 400 apto 11c', ''),
(335, 4, 27, '4.2', 'Al frente del restaurante Bronco', ''),
(336, 4, 27, '4.6', 'Panamá', ''),
(337, 4, 27, '13', '60960833', ''),
(338, 4, 27, '14', 'nancyvargas20111@hotmaul.com', ''),
(339, 4, 27, '5', 'Apartamento', ''),
(340, 4, 27, '6', 'Profunda', ''),
(341, 4, 27, '20', '0 - 50 mts - desde $35.95|38.47', ''),
(342, 4, 27, '21', 'Diario', ''),
(343, 4, 27, '17', '5', ''),
(344, 4, 27, '18', '3', ''),
(345, 4, 27, '7', '2020-06-15', ''),
(346, 4, 27, '8', '07:00', ''),
(347, 4, 27, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(348, 4, 27, '16', '38.47', ''),
(349, 4, 27, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(350, 4, 28, '11', 'Las Cumbres', ''),
(351, 4, 28, '1.3', 'Katherine', ''),
(352, 4, 28, '1.6', 'Amaya', ''),
(353, 4, 28, '4.1', 'Gonzalillo', ''),
(354, 4, 28, '4.2', 'Sector 2', ''),
(355, 4, 28, '4.6', 'Panamá', ''),
(356, 4, 28, '13', '68400119', ''),
(357, 4, 28, '14', 'katherineamaya886@gmail.com', ''),
(358, 4, 28, '5', 'Oficina', ''),
(359, 4, 28, '6', 'General', ''),
(360, 4, 28, '20', '0 - 50 mts - desde $35.95|38.47', ''),
(361, 4, 28, '21', 'Diario', ''),
(362, 4, 28, '17', '3', ''),
(363, 4, 28, '18', '2', ''),
(364, 4, 28, '7', '2020-06-12', ''),
(365, 4, 28, '8', '08:05', ''),
(366, 4, 28, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(367, 4, 28, '16', '38.47', ''),
(368, 4, 28, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(369, 4, 29, '11', 'Condado del Rey', ''),
(370, 4, 29, '1.3', 'Al7x', ''),
(371, 4, 29, '1.6', 'garcia', ''),
(372, 4, 29, '4.1', 'sanmiguelito san jose amelia icaza', ''),
(373, 4, 29, '4.2', 'san jose # 11B-68 amelia denis de icasa', ''),
(374, 4, 29, '4.6', 'Panamá', ''),
(375, 4, 29, '13', '67654767', ''),
(376, 4, 29, '14', 'garcialix67@gmil.com', ''),
(377, 4, 29, '5', 'Apartamento', ''),
(378, 4, 29, '6', 'General', ''),
(379, 4, 29, '20', '0 - 50 mts - desde $35.95|38.47', ''),
(380, 4, 29, '21', 'Diario', ''),
(381, 4, 29, '17', '2', ''),
(382, 4, 29, '18', '2', ''),
(383, 4, 29, '7', '2020-06-16', ''),
(384, 4, 29, '8', '07:06', ''),
(385, 4, 29, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(386, 4, 29, '16', '38.47', ''),
(387, 4, 29, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(388, 3, 30, '2.3', 'Aurelia', ''),
(389, 3, 30, '2.6', 'Samudio', ''),
(390, 3, 30, '6', '4 769 868', ''),
(391, 3, 30, '8', '27', ''),
(392, 3, 30, '9', '3', ''),
(393, 3, 30, '3.1', 'Tocumen', ''),
(394, 3, 30, '3.2', 'Tocumen victoriano lorenzo', ''),
(395, 3, 30, '3.3', 'Panama', ''),
(396, 3, 30, '3.4', 'Panama', ''),
(397, 3, 30, '3.5', '1993', ''),
(398, 3, 30, '4', '(507) 642-0595', ''),
(399, 3, 30, '5', 'auresam0822@gmal.com', ''),
(400, 3, 30, '11', 'Casa familia', ''),
(401, 3, 30, '18', '3', ''),
(402, 3, 30, '13', 'Aris jurado', ''),
(403, 3, 30, '15', 'mejor oportunidad de empleo', ''),
(404, 3, 30, '17', 'Producto toledano', ''),
(405, 3, 30, '12', '6', ''),
(406, 3, 30, '21', 'Terminacion de contrato', ''),
(407, 3, 31, '2.3', 'Maritza', ''),
(408, 3, 31, '2.6', 'De  Jesús  Soriano', ''),
(409, 3, 31, '6', 'E-8-62972', ''),
(410, 3, 31, '8', '48', ''),
(411, 3, 31, '9', '1', ''),
(412, 3, 31, '3.1', 'Arraijan cuidad del futuro', ''),
(413, 3, 31, '3.4', 'Panama', ''),
(414, 3, 31, '3.5', 'Panama', ''),
(415, 3, 31, '4', '(507) 631-5372', ''),
(416, 3, 31, '5', 'maritzadejesus9@gmail.com', ''),
(417, 3, 31, '11', 'Holiday inn', ''),
(418, 3, 31, '18', '72', ''),
(419, 3, 31, '13', 'Graciela Arjona', ''),
(420, 3, 31, '15', 'Superacion personal', ''),
(421, 3, 31, '17', 'Hotel Golden tower de las Americas', ''),
(422, 3, 31, '12', '6', ''),
(423, 3, 31, '19', 'Jaime Rojas', ''),
(424, 3, 31, '21', 'Mejor oferta de trabajo', ''),
(425, 2, 32, '1.3', 'Maritza DeJesus', ''),
(426, 2, 32, '2', 'maritzadejesus9@gmai.com', ''),
(427, 2, 32, '3', 'Buen dia aolique con ustedes pero en el formato de número no me dejo ponerlo bien aqui se lo mando 63153728 yvotro número 61583916', ''),
(428, 4, 33, '11', 'Chanis', ''),
(429, 4, 33, '1.3', 'Xochilt', ''),
(430, 4, 33, '1.6', 'Rocha', ''),
(431, 4, 33, '4.1', 'Panamá viejo', ''),
(432, 4, 33, '4.2', 'Secundaria completa', ''),
(433, 4, 33, '4.6', 'Panamá', ''),
(434, 4, 33, '13', '69328828', ''),
(435, 4, 33, '14', 'Xochiltrocha2@gmail.com', ''),
(436, 4, 33, '5', 'Casa', ''),
(437, 4, 33, '6', 'Extendida', ''),
(438, 4, 33, '20', '0 - 50 mts - desde $35.95|38.47', ''),
(439, 4, 33, '21', 'Diario', ''),
(440, 4, 33, '17', '1', ''),
(441, 4, 33, '18', '2', ''),
(442, 4, 33, '7', '2020-06-17', ''),
(443, 4, 33, '8', '06:07', ''),
(444, 4, 33, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(445, 4, 33, '16', '38.47', ''),
(446, 4, 33, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(447, 4, 34, '11', 'Albrook', ''),
(448, 4, 34, '1.3', 'Yesdasi', ''),
(449, 4, 34, '1.6', 'Benitez', ''),
(450, 4, 34, '4.1', 'Juan diaz ph ilo', ''),
(451, 4, 34, '4.2', 'Juan diaz', ''),
(452, 4, 34, '4.6', 'Panamá', ''),
(453, 4, 34, '13', '60223165', ''),
(454, 4, 34, '14', 'yesdasibm@gmail.com', ''),
(455, 4, 34, '5', 'Apartamento', ''),
(456, 4, 34, '6', 'Profunda', ''),
(457, 4, 34, '20', '300 - 400 mts - desde $95.95|102.67', ''),
(458, 4, 34, '21', 'Mensual', ''),
(459, 4, 34, '17', '5', ''),
(460, 4, 34, '18', '3', ''),
(461, 4, 34, '7', '2020-06-01', ''),
(462, 4, 34, '8', '08:00', ''),
(463, 4, 34, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"300 - 400 mts - desde $95.95\";s:5:\"price\";s:6:\"102.67\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(464, 4, 34, '16', '102.67', ''),
(465, 4, 34, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"300 - 400 mts - desde $95.95\";s:5:\"price\";s:6:\"102.67\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(466, 2, 35, '1.3', 'Tara Campbell', ''),
(467, 2, 35, '2', 'tara.c@vidthebiz.com', ''),
(468, 2, 35, '3', 'Hey - I was checking out your site and I’m impressed with how clean and professional it looks.\r\n\r\nAdding video to your website has become an absolute MUST. Even something basic that clearly defines exactly what it is you\'re offering & why work with your company vs competitors...\r\n\r\nMy team, based out of Jerusalem and California, creates quality animated explainer videos. Our award-winning videos are proven to increase customer engagement and decrease user bounce rate.\r\n\r\nEmail me back for some explainer video samples, pricing, or just to say hi!\r\n\r\n\r\n--Tara Campbell\r\nEmail: Tara.c@vidthebiz.com\r\nWebsite: VidTheBiz.com', ''),
(469, 3, 36, '2.3', 'Janeth', ''),
(470, 3, 36, '2.6', 'Aguilar', ''),
(471, 3, 36, '6', '8-726-505', ''),
(472, 3, 36, '8', '41', ''),
(473, 3, 36, '3.1', 'San miguelito bda nueve de enero', ''),
(474, 3, 36, '3.5', 'Casada', ''),
(475, 3, 36, '4', '(507) 605-8806', ''),
(476, 3, 36, '5', 'aguilarramejanethjovana@gmail.com', ''),
(477, 3, 37, '2.3', 'BELKIS MABEL', ''),
(478, 3, 37, '2.6', 'QUIJADA JORDAN', ''),
(479, 3, 37, '6', '8-741_487', ''),
(480, 3, 37, '8', '39', ''),
(481, 3, 37, '9', '1', ''),
(482, 3, 37, '3.1', 'Torrijos carter', ''),
(483, 3, 37, '3.2', 'Calle principal', ''),
(484, 3, 37, '3.3', 'Panama', ''),
(485, 3, 37, '3.4', 'San  miguelito', ''),
(486, 3, 37, '4', '(507) 684-4722', ''),
(487, 3, 37, '5', 'belkisqj2980@gmail.com', ''),
(488, 3, 37, '11', 'NISSAN CALLE 50', ''),
(489, 3, 37, '18', '56', ''),
(490, 3, 37, '13', 'Juan Samudio', ''),
(491, 3, 37, '14', '(506) 406-6622', ''),
(492, 3, 37, '15', 'Terminacion de contrato', ''),
(493, 3, 37, '17', 'HEINEKEN', ''),
(494, 3, 37, '12', '36', ''),
(495, 3, 37, '19', 'PATRICIA DE MERRITT', ''),
(496, 3, 37, '20', '(506) 090-4414', ''),
(497, 3, 37, '21', 'Terminacion de contrato con la compañia', ''),
(498, 3, 37, '23', 'Ve dedora de autos', ''),
(499, 3, 37, '24', '36', ''),
(500, 3, 37, '25', 'LOURDE BARRIA', ''),
(501, 3, 37, '26', '(506) 671-9554', ''),
(502, 3, 37, '27', 'Terminaciin de contrato', ''),
(503, 2, 38, '1.3', 'Antonia Teague', ''),
(504, 2, 38, '2', 'teague.antonia@msn.com', ''),
(505, 2, 38, '3', '¡ENVÍE ESTE CORREO ELECTRÓNICO A ALGUIEN DE SU EMPRESA QUE PUEDA TOMAR DECISIONES IMPORTANTES!\r\n\r\nHemos pirateado su sitio web http://www.dacleanexpress.com y extraído sus bases de datos.\r\n\r\n¿Cómo pasó esto?\r\nNuestro equipo ha encontrado una vulnerabilidad dentro de su sitio que pudimos explotar. Después de encontrar la vulnerabilidad, pudimos obtener las credenciales de su base de datos, extraer toda su base de datos y trasladar la información a un servidor offshore.\r\n\r\n¿Qué significa esto?\r\n\r\nRealizaremos sistemáticamente una serie de pasos para dañar totalmente su reputación. Primero, su base de datos se filtrará o se venderá al mejor postor que utilizará con cualquiera que sea su intención. A continuación, si se encuentran correos electrónicos, se les enviará por correo electrónico que su información se ha vendido o filtrado y su sitio http: //www.dacleanexpress.com tuvo la culpa, dañando así su reputación y teniendo clientes / asociados enojados con cualquier enojo clientes / asociados lo hacen. Por último, los enlaces que haya indexado en los motores de búsqueda se desindexarán en función de las técnicas de blackhat que utilizamos en el pasado para desindexar nuestros objetivos.\r\n\r\n¿Cómo paro esto?\r\n\r\nEstamos dispuestos a abstenernos de destruir la reputación de su sitio por una pequeña tarifa. La tarifa actual es de .321 BTC en bitcoins ($ 3000 USD).\r\n\r\nEnvíe el bitcoin a la siguiente dirección de Bitcoin (copie y pegue ya que distingue entre mayúsculas y minúsculas):\r\n\r\n12WghuRH7b8K7mcJvxCzWQjW7RVEAC7qgx\r\n\r\nUna vez que haya pagado, nos informaremos automáticamente de que fue su pago. Tenga en cuenta que debe realizar el pago dentro de los 5 días posteriores a la recepción de este aviso o la pérdida de la base de datos, los correos electrónicos enviados y la eliminación del índice de su sitio COMENZARÁN\r\n\r\n¿Cómo obtengo Bitcoins?\r\n\r\nPuede comprar fácilmente bitcoins a través de varios sitios web o incluso fuera de línea desde un cajero automático de Bitcoin. Le sugerimos https://cex.io/ para comprar bitcoins.\r\n\r\n¿Qué pasa si no pago?\r\n\r\nSi decide no pagar, comenzaremos el ataque en la fecha indicada y lo mantendremos hasta que lo haga, no hay contramedida para esto, solo terminará desperdiciando más dinero tratando de encontrar una solución. Destruiremos por completo su reputación entre Google y sus clientes.\r\n\r\nEsto no es un engaño, no responda a este correo electrónico, no intente razonar o negociar, no leeremos ninguna respuesta. Una vez que haya pagado, dejaremos de hacer lo que estábamos haciendo y nunca más volverá a saber de nosotros.\r\n\r\nTenga en cuenta que Bitcoin es anónimo y nadie se dará cuenta de que ha cumplido.', ''),
(506, 2, 39, '1.3', 'Sonia Henke', ''),
(507, 2, 39, '2', 'sonia.henke@gmail.com', ''),
(508, 2, 39, '3', 'Hi,\r\n\r\nDo you have a Website? Of course you do because I am looking at your website dacleanexpress.com now.\r\n\r\nAre you struggling for Leads and Sales?\r\n\r\nYou’re not the only one.\r\n\r\nSo many Website owners struggle to convert their Visitors into Leads & Sales.\r\n\r\nThere’s a simple way to fix this problem.\r\n\r\nYou could use a Live Chat app on your Website dacleanexpress.com and hire Chat Agents.\r\n\r\nBut only if you’ve got deep pockets and you’re happy to fork out THOUSANDS of dollars for the quality you need.\r\n\r\n=====\r\n\r\nBut what if you could automate Live Chat so it’s HUMAN-FREE?\r\n\r\nWhat if you could exploit NEW “AI” Technology to engage with your Visitors INSTANTLY.\r\n\r\nAnd AUTOMATICALLY convert them into Leads & Sales.\r\n\r\nWITHOUT spending THOUSANDS of dollars on Live Chat Agents.\r\n\r\nAnd WITHOUT hiring expensive coders.\r\n\r\nIn fact, all you need to do to activate this LATEST “AI” Website Tech..\r\n\r\n..is to COPY & PASTE a single line of “Website Code”.\r\n\r\n==> http://www.zoomsoft.net/ConversioBot\r\n\r\n======\r\n\r\nJoin HUGE Fortune 500 companies like:\r\n\r\nFacebook Spotify Starbucks Staples The Wall Street Journal Pizza Hut Amtrak Disney H&M & Mastercard\r\n\r\nThey all use similar “AI” Chat Technology to ConversioBot - the Internet’s #1 Chatbot for Website Owners.\r\n\r\nThe founders of ConversioBot have used their highly sophisticated ChatBot to:\r\n\r\n- AUTOMATICALLY build a massive Email List of 11,643 Subscribers in just 7 Days\r\n\r\n- AUTOMATICALLY add 6,386 Sales in only 6 Months\r\n\r\n- AUTOMATICALLY explode their Conversion Rate by 198% in only 6 Hours.\r\n\r\n=====\r\n\r\nNow it’s your turn to get in on this exciting NEW Cloud-Based App.\r\n\r\nYou can start using ConversioBot today by copying and pasting ONE line of “Automated Bot Code\" to your Website.\r\n\r\nWatch this short video to find out how >> http://www.zoomsoft.net/ConversioBot\r\n\r\nRegards,\r\n\r\nConversioBot Team\r\n\r\nP.S. This “AI” Technology works with: - Affiliate Review Sites - List-Building Pages - WordPress Blogs (it comes with a Plugin) - Sales Letters - eCommerce Websites - Local Business Sites - Webinar Registration Pages - Consultancy Websites - Freelance Websites\r\n\r\nAlmost ANY Website you can think of..\r\n\r\n==> This could be happening on your Website TODAY.. http://www.zoomsoft.net/ConversioBot\r\n\r\nUNSUBSCRIBE http://www.zoomsoft.net/unsubscribe', ''),
(509, 2, 40, '1.3', 'Eric Jones', ''),
(510, 2, 40, '2', 'eric@talkwithwebvisitor.com', ''),
(511, 2, 40, '3', 'Hi, Eric here with a quick thought about your website dacleanexpress.com...\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\nTalk With Web Visitor is a software widget that’s 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\nCLICK HERE http://www.talkwithwebvisitor.com to try out a Live Demo with Talk With Web Visitor 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\nCLICK HERE http://www.talkwithwebvisitor.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days 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\nCLICK HERE http://www.talkwithwebvisitor.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitor.com/unsubscribe.aspx?d=dacleanexpress.com', ''),
(512, 2, 41, '1.3', 'Williamhoorb', ''),
(513, 2, 41, '2', 'artofnegotiations@theonlinepublishers.com', ''),
(514, 2, 41, '3', 'LISTENEVERYHOW – How Negotiations Work, is an easy-to-read book and pragmatic approach to get the best results from a negotiation. It is adaptable in content and style – as a story book for leisure readers, life skills manual for entrepreneurs and professionals, or even as a business school handbook. \r\n \r\nThis book is written with clarity and easy eloquence of a man who knows what he is talking about, telling captivating stories in well sequenced chapters that all end with enticing nuggets. A rudiment skill in negotiation is listening and the major themes of this book are reflective of the insights that make the difference in negotiations. \r\n \r\nYou are one click away from having this excellent book for just $5.99 https://www.amazon.com/dp/B08W5DMQV3/ref=cm_sw_r_cp_awdb_t1_6E8T8CE1VW6P49PPQF8F_nodl', ''),
(515, 2, 42, '1.3', 'dfghj', ''),
(516, 2, 42, '2', 'prueba@prueba.com', ''),
(517, 2, 42, '3', 'Esto es una prueba', ''),
(518, 2, 43, '1.3', 'dfghj', ''),
(519, 2, 43, '2', 'prueba@prueba.com', ''),
(520, 2, 43, '3', 'Esto es una prueba', ''),
(521, 2, 44, '1.3', 'dfghj', ''),
(522, 2, 44, '2', 'prueba@prueba.com', ''),
(523, 2, 44, '3', 'Esto es una prueba', ''),
(524, 2, 45, '1.3', 'Dayra rocio amado c', ''),
(525, 2, 45, '2', 'josdavid239@gmail.com', ''),
(526, 2, 45, '3', 'Buenas tardes estoy imteresada en limpieza para trabsjar', ''),
(527, 4, 46, '11', 'Parque Lefevre', ''),
(528, 4, 46, '1.3', 'Angel', ''),
(529, 4, 46, '1.6', 'Mudarra', ''),
(530, 4, 46, '4.1', 'Oh Millennials tower torre 100 apto 1231', ''),
(531, 4, 46, '4.2', 'Via cincuentenario', ''),
(532, 4, 46, '4.6', 'Panamá', ''),
(533, 4, 46, '13', '60601200', ''),
(534, 4, 46, '14', 'amudarran@hotmail.com', ''),
(535, 4, 46, '5', 'Apartamento', ''),
(536, 4, 46, '6', 'Profunda', ''),
(537, 4, 46, '20', '50 - 100 mts - desde $45.95|49.17', ''),
(538, 4, 46, '21', 'Mensual', ''),
(539, 4, 46, '17', '3', ''),
(540, 4, 46, '18', '2', ''),
(541, 4, 46, '7', '2021-02-05', ''),
(542, 4, 46, '8', '09:30', ''),
(543, 4, 46, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:27:\"50 - 100 mts - desde $45.95\";s:5:\"price\";s:5:\"49.17\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(544, 4, 46, '16', '49.17', ''),
(545, 4, 46, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:27:\"50 - 100 mts - desde $45.95\";s:5:\"price\";s:5:\"49.17\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(546, 3, 47, '2.3', 'Viviana', ''),
(547, 3, 47, '2.6', 'Valencia', ''),
(548, 3, 47, '6', 'FB547350', ''),
(549, 3, 47, '8', '38', ''),
(550, 3, 47, '9', '2', ''),
(551, 3, 47, '3.1', 'Calle 17 ph brisas del rio', ''),
(552, 3, 47, '3.4', 'Panamá', ''),
(553, 3, 47, '4', '(507) 232-9747', ''),
(554, 3, 47, '5', 'vvana2013@gmail.com', ''),
(555, 3, 47, '11', 'Miaris panama', ''),
(556, 3, 47, '18', '10', ''),
(557, 3, 47, '13', 'Azael nuñez', ''),
(558, 3, 47, '14', '(507) 292-2008', ''),
(559, 3, 47, '15', 'Cambio de dueño', ''),
(560, 3, 47, '17', 'Subway', ''),
(561, 3, 47, '12', '12', ''),
(562, 3, 47, '19', 'Ana', ''),
(563, 3, 47, '20', '(507) 204-5000', ''),
(564, 3, 47, '21', 'Terminación d contrato', ''),
(565, 2, 48, '1.3', 'Sarah Diaz', ''),
(566, 2, 48, '2', 'diazsariah8@yahoo.com', ''),
(567, 2, 48, '3', 'Trabaje en limpieza en la empresa de tropical services 8mese', ''),
(568, 4, 49, '11', 'Albrook', ''),
(569, 4, 49, '1.3', 'Sarah', ''),
(570, 4, 49, '1.6', 'Diaz', ''),
(571, 4, 49, '4.1', 'Ciudad Bolívar', ''),
(572, 4, 49, '4.2', 'Calle principal', ''),
(573, 4, 49, '4.6', 'Panamá', ''),
(574, 4, 49, '13', '60497042', ''),
(575, 4, 49, '14', 'diazsariah8@yahoo.com', ''),
(576, 4, 49, '5', 'Oficina', ''),
(577, 4, 49, '6', 'Profunda', ''),
(578, 4, 49, '20', '50 - 100 mts - desde $45.95|49.17', ''),
(579, 4, 49, '21', 'Diario', ''),
(580, 4, 49, '17', '5', ''),
(581, 4, 49, '18', '3', ''),
(582, 4, 49, '7', '2021-02-28', ''),
(583, 4, 49, '8', '08:12', ''),
(584, 4, 49, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:27:\"50 - 100 mts - desde $45.95\";s:5:\"price\";s:5:\"49.17\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(585, 4, 49, '16', '49.17', ''),
(586, 4, 49, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:27:\"50 - 100 mts - desde $45.95\";s:5:\"price\";s:5:\"49.17\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(587, 3, 50, '2.3', 'Johany  Tivisay', ''),
(588, 3, 50, '2.6', 'Nazas Lucero', ''),
(589, 3, 50, '6', '8-962-35', ''),
(590, 3, 50, '8', '20', ''),
(591, 3, 50, '9', '1', ''),
(592, 3, 50, '3.1', 'Curundu Salomón 1 Piso 3 Apartamento 327 .Frente a torre 2 b', ''),
(593, 3, 50, '3.4', 'Panamá', ''),
(594, 3, 50, '3.5', 'Panamá', ''),
(595, 3, 50, '4', '(076) 683-8143', ''),
(596, 3, 50, '5', 'jtivisay26@gmail.com', ''),
(597, 3, 50, '11', 'Deco clean', ''),
(598, 3, 50, '18', '2', ''),
(599, 3, 50, '13', 'Señora Marta', ''),
(600, 3, 50, '15', 'Pandemia', ''),
(601, 3, 50, '17', 'Tropical Services', ''),
(602, 3, 50, '12', '3', ''),
(603, 3, 50, '19', 'Joaquin', ''),
(604, 3, 50, '21', 'Termino de contrato', ''),
(605, 4, 49, 'gform_product_info__1', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:27:\"50 - 100 mts - desde $45.95\";s:5:\"price\";s:5:\"49.17\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(606, 4, 46, 'gform_product_info__1', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:27:\"50 - 100 mts - desde $45.95\";s:5:\"price\";s:5:\"49.17\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(607, 4, 34, 'gform_product_info__1', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"300 - 400 mts - desde $95.95\";s:5:\"price\";s:6:\"102.67\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(608, 4, 33, 'gform_product_info__1', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(609, 4, 51, '11', 'Albrook', ''),
(610, 4, 51, '1.3', 'Nicole', ''),
(611, 4, 51, '1.6', 'Smith', ''),
(612, 4, 51, '4.1', 'Arraiján loma coba', ''),
(613, 4, 51, '4.2', 'Las nubes', ''),
(614, 4, 51, '4.6', 'Panamá', ''),
(615, 4, 51, '13', '61116453', ''),
(616, 4, 51, '14', 'zbrittnymorgan26@gmail.com', ''),
(617, 4, 51, '5', 'Casa', ''),
(618, 4, 51, '6', 'General', ''),
(619, 4, 51, '20', '200 - 300 mts - desde $85.95|91.97', ''),
(620, 4, 51, '21', 'Diario', ''),
(621, 4, 51, '17', '5', ''),
(622, 4, 51, '18', '3', ''),
(623, 4, 51, '7', '2021-03-08', ''),
(624, 4, 51, '8', '10:00', ''),
(625, 4, 51, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"200 - 300 mts - desde $85.95\";s:5:\"price\";s:5:\"91.97\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(626, 4, 51, '16', '91.97', ''),
(627, 4, 51, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"200 - 300 mts - desde $85.95\";s:5:\"price\";s:5:\"91.97\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(628, 4, 52, '11', 'Albrook', ''),
(629, 4, 52, '1.3', 'Maria', ''),
(630, 4, 52, '1.6', 'Lorenzo', ''),
(631, 4, 52, '4.1', 'Panamá city', ''),
(632, 4, 52, '4.2', 'Calle 1', ''),
(633, 4, 52, '4.6', 'Panamá', ''),
(634, 4, 52, '13', '66000470', ''),
(635, 4, 52, '14', 'marialorenzo226@gmail.com', ''),
(636, 4, 52, '5', 'Oficina', ''),
(637, 4, 52, '6', 'Profunda', ''),
(638, 4, 52, '20', '300 - 400 mts - desde $95.95|102.67', ''),
(639, 4, 52, '21', 'Diario', ''),
(640, 4, 52, '17', '5', ''),
(641, 4, 52, '18', '3', ''),
(642, 4, 52, '7', '2021-04-01', ''),
(643, 4, 52, '8', '08:12', ''),
(644, 4, 52, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"300 - 400 mts - desde $95.95\";s:5:\"price\";s:6:\"102.67\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(645, 4, 52, '16', '102.67', ''),
(646, 4, 52, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"300 - 400 mts - desde $95.95\";s:5:\"price\";s:6:\"102.67\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(647, 4, 51, 'gform_product_info__1', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"200 - 300 mts - desde $85.95\";s:5:\"price\";s:5:\"91.97\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(648, 4, 52, 'gform_product_info__1', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"300 - 400 mts - desde $95.95\";s:5:\"price\";s:6:\"102.67\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(649, 2, 53, '1.3', 'Liliana villar', ''),
(650, 2, 53, '2', 'lilianavillar1226@gmail.com', ''),
(651, 2, 53, '3', 'Como ago para enviar mi hoja d vida', ''),
(652, 4, 54, '11', 'Coronado', ''),
(653, 4, 54, '1.3', 'Daviana', ''),
(654, 4, 54, '1.6', 'Garcia', ''),
(655, 4, 54, '4.1', 'Coronado las lajas', ''),
(656, 4, 54, '4.2', 'Calle principal', ''),
(657, 4, 54, '4.6', 'Panamá', ''),
(658, 4, 54, '13', '68367763', ''),
(659, 4, 54, '14', 'garciadaviana1124@gmail.com', ''),
(660, 4, 54, '5', 'Casa', ''),
(661, 4, 54, '6', 'General', ''),
(662, 4, 54, '20', '0 - 50 mts - desde $35.95|38.47', ''),
(663, 4, 54, '21', 'Semanal', ''),
(664, 4, 54, '17', '5', ''),
(665, 4, 54, '18', '3', ''),
(666, 4, 54, '7', '2021-03-02', ''),
(667, 4, 54, '8', '08:04', ''),
(668, 4, 54, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(669, 4, 54, '16', '38.47', ''),
(670, 4, 54, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(671, 4, 54, 'gform_product_info__1', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(672, 2, 55, '1.3', 'nancy', ''),
(673, 2, 55, '2', 'nancylr0228@gmail.com', ''),
(674, 2, 55, '3', 'Necesito empleo', ''),
(675, 2, 56, '1.3', 'Karen patricia suarez alfaro', ''),
(676, 2, 56, '2', 'karencita.akfaro@gmail.com', ''),
(677, 2, 56, '3', 'Buenos días desiaria algunas vacante para trabajar de limpieza o de lo q sea x favor', ''),
(678, 3, 57, '2.3', 'YOMIRA ELISAMAR', ''),
(679, 3, 57, '2.6', 'ROSALES', ''),
(680, 3, 57, '6', 'C02001166', ''),
(681, 3, 57, '8', '25', ''),
(682, 3, 57, '9', '0', ''),
(683, 3, 57, '3.1', 'Panamá viejo', ''),
(684, 3, 57, '3.2', 'Panamá viejo', ''),
(685, 3, 57, '3.3', 'Panama', ''),
(686, 3, 57, '3.4', 'Panamá', ''),
(687, 3, 57, '3.5', 'Panamá', ''),
(688, 3, 57, '4', '(507) 623-4991', ''),
(689, 3, 57, '5', 'rosalesyomira02@gmail.com', ''),
(690, 3, 57, '11', 'Independiente', ''),
(691, 3, 57, '18', '12', ''),
(692, 3, 57, '13', 'Sara lopez', ''),
(693, 3, 57, '14', '(507) 694-9115', ''),
(694, 3, 57, '15', 'Motivo de viene de parte de los jefes', ''),
(695, 3, 57, '17', 'Independiente', ''),
(696, 3, 57, '12', '36', ''),
(697, 3, 57, '19', 'Angel Dávila', ''),
(698, 3, 57, '20', '(507) 667-3750', ''),
(699, 3, 57, '21', 'Cambio de horario', ''),
(700, 3, 57, '23', 'Independiente', ''),
(701, 3, 57, '24', '12', ''),
(702, 3, 57, '25', 'Susana Dávila', ''),
(703, 3, 57, '26', '(507) 667-1343', ''),
(704, 3, 57, '27', 'Finalidad de contrato', ''),
(705, 2, 58, '1.3', 'Fulgencio Reyes Navarro', ''),
(706, 2, 58, '2', 'acmilan-17@hotmail.com', ''),
(707, 2, 58, '3', 'Estoy buscando trabajo en este momento, tengo preocupación por estar sin empleo.', ''),
(708, 2, 59, '1.3', 'Ann indira campos', ''),
(709, 2, 59, '2', 'ayalaemerita53@gmail.com', ''),
(710, 2, 59, '3', 'Quisiera ser parte de su equipo me gusta y tengo expericia en limpiesas', ''),
(711, 3, 60, '2.3', 'Sue', ''),
(712, 3, 60, '2.6', 'Pérez', ''),
(713, 3, 60, '6', '10-705-773', ''),
(714, 3, 60, '8', '35', ''),
(715, 3, 60, '9', '3', ''),
(716, 3, 60, '3.1', 'Pedregal', ''),
(717, 3, 60, '3.2', 'San Joaquin', ''),
(718, 3, 60, '3.3', 'La Ersa', ''),
(719, 3, 60, '3.4', 'Panamá', ''),
(720, 3, 60, '3.5', 'Panamá', ''),
(721, 3, 60, '3.6', 'Panamá', ''),
(722, 3, 60, '4', '(507) 605-7688', ''),
(723, 3, 60, '5', 'sueprez7@gmail.com', ''),
(724, 3, 60, '11', 'Hyatt Place', ''),
(725, 3, 60, '18', '36', ''),
(726, 3, 60, '13', 'Leonardo Ruiz', ''),
(727, 3, 60, '14', '(507) 317-1234', ''),
(728, 3, 60, '15', 'Mutuo acuerdo por pandemia mundial COVID 19', ''),
(729, 3, 60, '17', 'Hotel Marriot', ''),
(730, 3, 60, '12', '6', ''),
(731, 3, 60, '19', 'Luis', ''),
(732, 3, 60, '20', '(507) 210-9100', ''),
(733, 3, 60, '21', 'Trabajaba eventual', ''),
(734, 3, 60, '23', 'Oca Loca', ''),
(735, 3, 60, '24', '6', ''),
(736, 3, 60, '25', 'Lisset', ''),
(737, 3, 60, '26', '(507) 601-6381', ''),
(738, 3, 60, '27', 'Contrato por 6 meses', ''),
(739, 2, 61, '1.3', 'Erika. Dominguez', ''),
(740, 2, 61, '2', 'brahando559@gmail.con', ''),
(741, 2, 61, '3', 'Ya. Tengo esperiencia. De. Limpieza.  Trabaje. En. Proclen. 8.añs.   En. Limpieza. Panamá. 1 Año. Y. 4.meses', ''),
(742, 4, 62, '11', 'Albrook', ''),
(743, 4, 62, '1.3', 'Viviana', ''),
(744, 4, 62, '1.6', 'Valencia', ''),
(745, 4, 62, '4.1', 'Arraijan', ''),
(746, 4, 62, '4.2', 'barriada 4 de febrero', ''),
(747, 4, 62, '4.6', 'Panamá', ''),
(748, 4, 62, '13', '65277244', ''),
(749, 4, 62, '14', 'kadirvi1991@gmail.com', ''),
(750, 4, 62, '5', 'Oficina', ''),
(751, 4, 62, '6', 'General', ''),
(752, 4, 62, '20', '0 - 50 mts - desde $35.95|38.47', ''),
(753, 4, 62, '21', 'Semanal', ''),
(754, 4, 62, '17', '3', ''),
(755, 4, 62, '18', '2', ''),
(756, 4, 62, '7', '2021-03-15', ''),
(757, 4, 62, '8', '06:00', ''),
(758, 4, 62, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(759, 4, 62, '16', '38.47', ''),
(760, 4, 62, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(761, 2, 63, '1.3', 'Rosmery Itzel degaiza manyoma', ''),
(762, 2, 63, '2', 'rosmerydegaiza639@gmail.com', ''),
(763, 2, 63, '3', 'Quiero trabajar de limpieza hoy mismo por favor', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(764, 4, 64, '11', 'Albrook', ''),
(765, 4, 64, '1.3', 'Rosmery Itzel', ''),
(766, 4, 64, '1.6', 'Degaiza manyoma', ''),
(767, 4, 64, '4.1', 'Panamá oeste', ''),
(768, 4, 64, '4.2', 'Arraijan burunga calle Milagros', ''),
(769, 4, 64, '4.6', 'Panamá', ''),
(770, 4, 64, '13', '62094447', ''),
(771, 4, 64, '14', 'rosmerydegaiza639@gmail.com', ''),
(772, 4, 64, '5', 'Casa', ''),
(773, 4, 64, '6', 'General', ''),
(774, 4, 64, '20', '300 - 400 mts - desde $95.95|102.67', ''),
(775, 4, 64, '21', 'Diario', ''),
(776, 4, 64, '17', '4', ''),
(777, 4, 64, '18', '2', ''),
(778, 4, 64, '7', '2021-04-06', ''),
(779, 4, 64, '8', '07:00', ''),
(780, 4, 64, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"300 - 400 mts - desde $95.95\";s:5:\"price\";s:6:\"102.67\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(781, 4, 64, '16', '102.67', ''),
(782, 4, 64, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"300 - 400 mts - desde $95.95\";s:5:\"price\";s:6:\"102.67\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(783, 4, 65, '11', 'Arraiján', ''),
(784, 4, 65, '1.3', 'Rosmery Itzel', ''),
(785, 4, 65, '1.6', 'Degaiza manyoma', ''),
(786, 4, 65, '4.1', 'Arraijan burunga calle Milagros', ''),
(787, 4, 65, '4.2', 'Entrado por la tienda', ''),
(788, 4, 65, '4.6', 'Panamá', ''),
(789, 4, 65, '13', '62094447', ''),
(790, 4, 65, '14', 'rosmerydegaiza639@gmail.com', ''),
(791, 4, 65, '5', 'Casa', ''),
(792, 4, 65, '6', 'Profunda', ''),
(793, 4, 65, '20', '0 - 50 mts - desde $35.95|38.47', ''),
(794, 4, 65, '21', 'Diario', ''),
(795, 4, 65, '17', '2', ''),
(796, 4, 65, '18', '2', ''),
(797, 4, 65, '7', '2021-03-08', ''),
(798, 4, 65, '8', '07:06', ''),
(799, 4, 65, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(800, 4, 65, '16', '38.47', ''),
(801, 4, 65, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(802, 4, 66, '11', 'Albrook', ''),
(803, 4, 66, '1.3', 'Katherin', ''),
(804, 4, 66, '1.6', 'Guerra', ''),
(805, 4, 66, '4.1', 'Kathyguerra489@gmail.com', ''),
(806, 4, 66, '4.2', 'Viejo veranillo', ''),
(807, 4, 66, '4.6', 'Panamá', ''),
(808, 4, 66, '13', '60500556', ''),
(809, 4, 66, '14', 'kathyguerra489@gmail.com', ''),
(810, 4, 66, '5', 'Oficina', ''),
(811, 4, 66, '6', 'Profunda', ''),
(812, 4, 66, '20', '0 - 50 mts - desde $35.95|38.47', ''),
(813, 4, 66, '21', 'Diario', ''),
(814, 4, 66, '17', '3', ''),
(815, 4, 66, '18', '2', ''),
(816, 4, 66, '7', '2021-03-05', ''),
(817, 4, 66, '8', '10:08', ''),
(818, 4, 66, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(819, 4, 66, '16', '38.47', ''),
(820, 4, 66, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(821, 4, 67, '11', 'Albrook', ''),
(822, 4, 67, '1.3', 'Antonia', ''),
(823, 4, 67, '1.6', 'Camaño', ''),
(824, 4, 67, '4.1', 'La cabima calle principal', ''),
(825, 4, 67, '4.6', 'Panamá', ''),
(826, 4, 67, '13', '65537152', ''),
(827, 4, 67, '14', 'camanoantonia52@gmail.com', ''),
(828, 4, 67, '5', 'Apartamento', ''),
(829, 4, 67, '6', 'General', ''),
(830, 4, 67, '20', '50 - 100 mts - desde $45.95|49.17', ''),
(831, 4, 67, '21', 'Semanal', ''),
(832, 4, 67, '17', '3', ''),
(833, 4, 67, '18', '2', ''),
(834, 4, 67, '7', '2021-03-04', ''),
(835, 4, 67, '8', '08:29', ''),
(836, 4, 67, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:27:\"50 - 100 mts - desde $45.95\";s:5:\"price\";s:5:\"49.17\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(837, 4, 67, '16', '49.17', ''),
(838, 4, 67, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:27:\"50 - 100 mts - desde $45.95\";s:5:\"price\";s:5:\"49.17\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(839, 4, 62, 'gform_product_info__1', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(840, 4, 64, 'gform_product_info__1', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"300 - 400 mts - desde $95.95\";s:5:\"price\";s:6:\"102.67\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(841, 4, 65, 'gform_product_info__1', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(842, 4, 66, 'gform_product_info__1', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(843, 4, 67, 'gform_product_info__1', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:27:\"50 - 100 mts - desde $45.95\";s:5:\"price\";s:5:\"49.17\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(844, 2, 68, '1.3', 'Clorinda Martinez', ''),
(845, 2, 68, '2', 'mclorinda9@gmail.com', ''),
(846, 2, 68, '3', 'quisiera poder ser parte de su equipo de trabajo tengo experiencia en limpieza de hoteles oficina y casas estoy disponible y sin empleo.Gracias', ''),
(847, 2, 69, '1.3', 'Laurencio torres', ''),
(848, 2, 69, '2', 'torreslaurencio26@gmail.com', ''),
(849, 2, 69, '3', 'Buenas noches disculbe de la molestia usdedes  tiene vacantes laboral y están recibiendo hoja de vida', ''),
(850, 3, 70, '2.3', 'Angel', ''),
(851, 3, 70, '2.6', 'Albaez', ''),
(852, 3, 70, '6', '8-842-919', ''),
(853, 3, 70, '8', '30', ''),
(854, 3, 70, '9', '1', ''),
(855, 3, 70, '3.1', 'La Chorrera', ''),
(856, 3, 70, '3.2', 'Barriada El Prado calle 4 casa A63', ''),
(857, 3, 70, '3.3', 'Panamá', ''),
(858, 3, 70, '3.4', 'La Chorrera', ''),
(859, 3, 70, '3.5', '507', ''),
(860, 3, 70, '3.6', 'Panamá', ''),
(861, 3, 70, '4', '(507) 343-5369', ''),
(862, 3, 70, '5', 'zuculento97@gmail.com', ''),
(863, 3, 70, '11', 'Distribuidora Lewi', ''),
(864, 3, 70, '18', '6', ''),
(865, 2, 71, '1.3', 'Arcilia aguilar', ''),
(866, 2, 71, '2', 'arcilia.lopez1988@gmail.com', ''),
(867, 2, 71, '3', 'Busco trabajo de limpieza soy una persona responsable y puntual', ''),
(868, 4, 22, 'gform_product_info__1', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(869, 4, 10, 'gform_product_info__1', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:27:\"50 - 100 mts - desde $45.95\";s:5:\"price\";s:5:\"49.17\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(870, 2, 72, '1.3', 'prueba5', ''),
(871, 2, 72, '2', 'prueba5@gmail.com', ''),
(872, 2, 72, '3', 'Esto es una prueba', ''),
(873, 2, 73, '1.3', 'prueba 2', ''),
(874, 2, 73, '2', 'prueba2@gmail.com', ''),
(875, 2, 73, '3', 'Esto es una prueba2', ''),
(876, 2, 74, '1.3', 'prueba3', ''),
(877, 2, 74, '2', 'prueba3@gmail.com', ''),
(878, 2, 74, '3', 'Esto es una prueba3', ''),
(879, 5, 75, '1.3', 'prueba6', ''),
(880, 5, 75, '1.6', 'prueba6', ''),
(881, 5, 75, '11', 'Albrook', ''),
(882, 5, 75, '4.1', 'prueba6', ''),
(883, 5, 75, '4.2', 'prueba6', ''),
(884, 5, 75, '4.6', 'Panamá', ''),
(885, 5, 75, '13', '5078888888', ''),
(886, 5, 75, '14', 'prueba6@gmail.com', ''),
(887, 5, 75, '5', 'Casa', ''),
(888, 5, 75, '6', 'General', ''),
(889, 5, 75, '20', '0 - 50 mts - desde $35.95|38.47', ''),
(890, 5, 75, '21', 'Diario', ''),
(891, 5, 75, '17', '5', ''),
(892, 5, 75, '18', '3', ''),
(893, 5, 75, '7', '2021-03-17', ''),
(894, 5, 75, '8', '00:00', ''),
(895, 5, 75, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(896, 5, 75, '16', '38.47', ''),
(897, 5, 75, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(898, 4, 76, '11', 'Albrook', ''),
(899, 4, 76, '1.3', 'prueba8', ''),
(900, 4, 76, '1.6', 'prueba8', ''),
(901, 4, 76, '4.1', 'prueba8', ''),
(902, 4, 76, '4.2', 'prueba8', ''),
(903, 4, 76, '4.6', 'Panamá', ''),
(904, 4, 76, '13', '507888888', ''),
(905, 4, 76, '14', 'prueba8@gmail.com', ''),
(906, 4, 76, '5', 'Casa', ''),
(907, 4, 76, '6', 'General', ''),
(908, 4, 76, '20', '0 - 50 mts - desde $35.95|38.47', ''),
(909, 4, 76, '21', 'Diario', ''),
(910, 4, 76, '17', '5', ''),
(911, 4, 76, '18', '3', ''),
(912, 4, 76, '7', '2021-03-05', ''),
(913, 4, 76, '8', '00:00', ''),
(914, 4, 76, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(915, 4, 76, '16', '38.47', ''),
(916, 4, 76, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(917, 4, 77, '11', 'Arraiján', ''),
(918, 4, 77, '1.3', 'maria', ''),
(919, 4, 77, '1.6', 'Rios', ''),
(920, 4, 77, '4.1', 'arraijan vista alegre', ''),
(921, 4, 77, '4.2', 'calle segunda', ''),
(922, 4, 77, '4.6', 'Panamá', ''),
(923, 4, 77, '13', '67209330', ''),
(924, 4, 77, '14', 'chinohock@gmail.com', ''),
(925, 4, 77, '5', 'Oficina', ''),
(926, 4, 77, '6', 'General', ''),
(927, 4, 77, '20', '0 - 50 mts - desde $35.95|38.47', ''),
(928, 4, 77, '21', 'Semanal', ''),
(929, 4, 77, '17', '3', ''),
(930, 4, 77, '18', '2', ''),
(931, 4, 77, '7', '2021-04-20', ''),
(932, 4, 77, '8', '09:30', ''),
(933, 4, 77, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(934, 4, 77, '16', '38.47', ''),
(935, 4, 77, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(936, 3, 78, '2.3', 'Edith', ''),
(937, 3, 78, '2.6', 'Vasquez', ''),
(938, 3, 78, '6', '8-934-2402', ''),
(939, 3, 78, '8', '22', ''),
(940, 3, 78, '9', '2', ''),
(941, 3, 78, '3.1', 'Tocumen,ciudad belen', ''),
(942, 3, 78, '3.4', 'Panama', ''),
(943, 3, 78, '4', '(507) 392-0876', ''),
(944, 3, 78, '5', 'edithvas1607@gmail.com', ''),
(945, 3, 78, '11', 'Dominos pizza', ''),
(946, 3, 78, '18', '19', ''),
(947, 3, 78, '13', 'Manuel Burdyl', ''),
(948, 3, 78, '14', '(507) 222-3738', ''),
(949, 3, 78, '15', 'Termino de contrato', ''),
(950, 2, 79, '1.3', 'Javier Walker', ''),
(951, 2, 79, '2', 'jawven04@gmail.com', ''),
(952, 2, 79, '3', 'Buenas noches, por favor enviarme presupuesto para servicio de una vez por semana a mi inmueble de 80 MTS 2. / Tiene 3 han y 2 baños. Saludos', ''),
(953, 4, 80, '11', 'Albrook', ''),
(954, 4, 80, '1.3', 'Zara', ''),
(955, 4, 80, '1.6', 'HARRIGAN', ''),
(956, 4, 80, '4.1', 'Calidonia', ''),
(957, 4, 80, '4.2', 'Calidoni', ''),
(958, 4, 80, '4.6', 'Panamá', ''),
(959, 4, 80, '13', '63446301', ''),
(960, 4, 80, '14', 'zaramayde@gmail.com', ''),
(961, 4, 80, '5', 'Apartamento', ''),
(962, 4, 80, '6', 'General', ''),
(963, 4, 80, '20', '100 - 200 mts - desde $65.95|70.57', ''),
(964, 4, 80, '21', 'Semanal', ''),
(965, 4, 80, '17', '5', ''),
(966, 4, 80, '18', '3', ''),
(967, 4, 80, '7', '2021-03-15', ''),
(968, 4, 80, '8', '07:04', ''),
(969, 4, 80, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"100 - 200 mts - desde $65.95\";s:5:\"price\";s:5:\"70.57\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(970, 4, 80, '16', '70.57', ''),
(971, 4, 80, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"100 - 200 mts - desde $65.95\";s:5:\"price\";s:5:\"70.57\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(972, 2, 81, '1.3', 'maria mercedes cano villa', ''),
(973, 2, 81, '2', 'canovilla@gmal.com', ''),
(974, 4, 82, '11', 'Albrook', ''),
(975, 4, 82, '1.3', 'Deliasel', ''),
(976, 4, 82, '1.6', 'Machuca', ''),
(977, 4, 82, '4.1', 'Arraijan', ''),
(978, 4, 82, '4.2', 'Burrunga la 13 de febrero', ''),
(979, 4, 82, '4.6', 'Panamá', ''),
(980, 4, 82, '13', '67853714', ''),
(981, 4, 82, '14', 'yoelmachuca11@gmail.com', ''),
(982, 4, 82, '5', 'Apartamento', ''),
(983, 4, 82, '6', 'General', ''),
(984, 4, 82, '20', '300 - 400 mts - desde $95.95|102.67', ''),
(985, 4, 82, '21', 'Semanal', ''),
(986, 4, 82, '17', '2', ''),
(987, 4, 82, '18', '3', ''),
(988, 4, 82, '7', '2021-03-12', ''),
(989, 4, 82, '8', '08:00', ''),
(990, 4, 82, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"300 - 400 mts - desde $95.95\";s:5:\"price\";s:6:\"102.67\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(991, 4, 82, '16', '102.67', ''),
(992, 4, 82, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"300 - 400 mts - desde $95.95\";s:5:\"price\";s:6:\"102.67\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(993, 3, 83, '2.3', 'Yudicel', ''),
(994, 3, 83, '2.6', 'Quezada Pérez', ''),
(995, 3, 83, '6', '2-713-827', ''),
(996, 3, 83, '8', '38', ''),
(997, 3, 83, '9', '3', ''),
(998, 3, 83, '3.1', 'Penonomé,Provincia de Coclé', ''),
(999, 3, 83, '3.2', 'Penonomé', ''),
(1000, 3, 83, '3.3', 'Chorrera', ''),
(1001, 3, 83, '3.5', 'Panamá', ''),
(1002, 3, 83, '3.6', 'Panamá', ''),
(1003, 3, 83, '4', '(507) 669-2538', ''),
(1004, 3, 83, '5', 'quezadayudicel@gmail.com', ''),
(1005, 3, 83, '11', 'Desarrollo la Dorada,S.A', ''),
(1006, 3, 83, '18', '24', ''),
(1007, 3, 83, '13', 'Anibal Grimaldo', ''),
(1008, 3, 83, '15', 'término de contrato', ''),
(1009, 3, 83, '17', 'Grupo Calesa,INASA', ''),
(1010, 3, 83, '12', '6', ''),
(1011, 3, 83, '19', 'Jessica Candelaria', ''),
(1012, 3, 83, '21', 'término de contrato', ''),
(1013, 3, 83, '23', 'Distribuidora la primavera', ''),
(1014, 3, 83, '24', '7', ''),
(1015, 3, 83, '25', 'Joan Sebastian Barrios', ''),
(1016, 3, 83, '27', 'Término de contrato', ''),
(1017, 2, 84, '1.3', 'Liliana villar', ''),
(1018, 2, 84, '2', 'lilianavillar1226@gmail.com', ''),
(1019, 2, 84, '3', 'Desempleada y con muchas ganas  de desempeñar mi experiencia y dar lo mejor de mi en la e. Presa', ''),
(1020, 4, 77, 'gform_product_info__1', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1021, 4, 80, 'gform_product_info__1', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"100 - 200 mts - desde $65.95\";s:5:\"price\";s:5:\"70.57\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1022, 4, 82, 'gform_product_info__1', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"300 - 400 mts - desde $95.95\";s:5:\"price\";s:6:\"102.67\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1023, 2, 85, '1.3', 'Ana Sánchez', ''),
(1024, 2, 85, '2', 'anjusan25@gmail.com', ''),
(1025, 2, 85, '3', 'Buenas  tardes el motivo x la cual le escribo es para saber si tiene  vacante disponible en el área de limpiesa', ''),
(1026, 3, 86, '2.3', 'Lizbeth Argelis', ''),
(1027, 3, 86, '2.6', 'Hernández Urriola', ''),
(1028, 3, 86, '6', '8-770-1536', ''),
(1029, 3, 86, '8', '37', ''),
(1030, 3, 86, '9', '3', ''),
(1031, 3, 86, '3.1', '24 de dic., sector#4, casa81a', ''),
(1032, 3, 86, '3.2', '24 de dic, sector #4, casa 81 a', ''),
(1033, 3, 86, '3.3', 'Panamá Este', ''),
(1034, 3, 86, '3.4', 'Panamá', ''),
(1035, 3, 86, '3.6', 'Panamá', ''),
(1036, 3, 86, '4', '(507) 398-1953', ''),
(1037, 3, 86, '5', 'lisbete1267@gmail.com', ''),
(1038, 3, 86, '11', 'Limpieza Lotus', ''),
(1039, 3, 86, '18', '3', ''),
(1040, 3, 86, '13', 'José Barba', ''),
(1041, 3, 86, '14', '(507) 323-3003', ''),
(1042, 3, 86, '15', 'Pandemia', ''),
(1043, 3, 86, '17', 'Almacén bossini', ''),
(1044, 3, 86, '12', '2', ''),
(1045, 3, 86, '19', 'Linda Levis', ''),
(1046, 3, 86, '20', '(507) 391-2123', ''),
(1047, 3, 86, '21', 'Terminación de contrato', ''),
(1048, 3, 86, '23', 'Limpieza de hogares', ''),
(1049, 3, 86, '24', '2', ''),
(1050, 3, 86, '25', 'Diferentes', ''),
(1051, 3, 86, '27', 'Trabajo diario', ''),
(1052, 2, 87, '1.3', 'prueba', ''),
(1053, 2, 87, '2', 'prueba@prueba.com', ''),
(1054, 2, 87, '4', 'Quiero cotizar el servicio para mi empresa', ''),
(1055, 2, 88, '1.3', 'Yinitzel fernabdez', ''),
(1056, 2, 88, '2', 'Yinitzelf@gmail.com', ''),
(1057, 2, 88, '3', 'Pusgo trabajo', ''),
(1058, 2, 88, '4', 'Estoy buscando trabajo', ''),
(1059, 4, 89, '11', 'Brisas del Golf', ''),
(1060, 4, 89, '1.3', 'Zuleika Michell', ''),
(1061, 4, 89, '1.6', 'Hernandez', ''),
(1062, 4, 89, '4.1', 'Tocumen buena vista', ''),
(1063, 4, 89, '4.2', 'Calle 4B casa 337', ''),
(1064, 4, 89, '4.6', 'Panamá', ''),
(1065, 4, 89, '13', '67015398', ''),
(1066, 4, 89, '14', 'Hernandezzuleika17@gmail.com', ''),
(1067, 4, 89, '5', 'Casa', ''),
(1068, 4, 89, '6', 'General', ''),
(1069, 4, 89, '20', '300 - 400 mts - desde $95.95|102.67', ''),
(1070, 4, 89, '21', 'Diario', ''),
(1071, 4, 89, '17', '5', ''),
(1072, 4, 89, '18', '3', ''),
(1073, 4, 89, '7', '2021-03-15', ''),
(1074, 4, 89, '8', '09:06', ''),
(1075, 4, 89, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"300 - 400 mts - desde $95.95\";s:5:\"price\";s:6:\"102.67\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1076, 4, 89, '16', '102.67', ''),
(1077, 4, 89, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"300 - 400 mts - desde $95.95\";s:5:\"price\";s:6:\"102.67\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1078, 2, 90, '1.3', 'Joel', ''),
(1079, 2, 90, '2', 'praxharris10807@gmail.com', ''),
(1080, 2, 90, '3', 'Donde podría mandar o dejar mi hoja de vida para trabajo.', ''),
(1081, 2, 90, '4', 'Estoy buscando trabajo', ''),
(1082, 2, 91, '1.3', 'Ana rubiela caballero', ''),
(1083, 2, 91, '2', 'rubycaballero608@gmail.com', ''),
(1084, 2, 91, '3', 'Necesito un empleo', ''),
(1085, 2, 91, '4', 'Estoy buscando trabajo', ''),
(1086, 2, 92, '1.3', 'Esther Miranda', ''),
(1087, 2, 92, '2', 'esther12mm@gmail.com', ''),
(1088, 2, 92, '3', 'Buen dia bendiciones estoy interesada en el empleo.', ''),
(1089, 2, 92, '4', 'Estoy buscando trabajo', ''),
(1090, 4, 93, '11', '12 de Octubre', ''),
(1091, 4, 93, '1.3', 'Laura', ''),
(1092, 4, 93, '1.6', 'Carpintero', ''),
(1093, 4, 93, '4.1', 'El Valle de San Isidro', ''),
(1094, 4, 93, '4.6', 'Panamá', ''),
(1095, 4, 93, '13', '66998341', ''),
(1096, 4, 93, '14', 'guerrero96alexander22@gmail.com', ''),
(1097, 4, 93, '5', 'Oficina', ''),
(1098, 4, 93, '6', 'General', ''),
(1099, 4, 93, '20', '300 - 400 mts - desde $95.95|102.67', ''),
(1100, 4, 93, '21', 'Mensual', ''),
(1101, 4, 93, '17', '5', ''),
(1102, 4, 93, '18', '3', ''),
(1103, 4, 93, '7', '2021-03-25', ''),
(1104, 4, 93, '8', '07:00', ''),
(1105, 4, 93, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"300 - 400 mts - desde $95.95\";s:5:\"price\";s:6:\"102.67\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1106, 4, 93, '16', '102.67', ''),
(1107, 4, 93, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"300 - 400 mts - desde $95.95\";s:5:\"price\";s:6:\"102.67\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1108, 4, 94, '11', 'Albrook', ''),
(1109, 4, 94, '1.3', 'Kevin abdul', ''),
(1110, 4, 94, '1.6', 'Alba', ''),
(1111, 4, 94, '4.1', 'Veracruz', ''),
(1112, 4, 94, '4.2', 'Calle principal', ''),
(1113, 4, 94, '4.6', 'Panamá', ''),
(1114, 4, 94, '13', '6040551', ''),
(1115, 4, 94, '14', 'kevinalba01@hotmail.com', ''),
(1116, 4, 94, '5', 'Apartamento', ''),
(1117, 4, 94, '6', 'Profunda', ''),
(1118, 4, 94, '20', '0 - 50 mts - desde $35.95|38.47', ''),
(1119, 4, 94, '21', 'Semanal', ''),
(1120, 4, 94, '17', '5', ''),
(1121, 4, 94, '18', '3', ''),
(1122, 4, 94, '7', '2021-03-14', ''),
(1123, 4, 94, '8', '12:04', ''),
(1124, 4, 94, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1125, 4, 94, '16', '38.47', ''),
(1126, 4, 94, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1127, 4, 95, '11', 'Albrook', ''),
(1128, 4, 95, '1.3', 'Liliana', ''),
(1129, 4, 95, '1.6', 'Rodriguiz', ''),
(1130, 4, 95, '4.1', 'La 24 de diccienbre  cabra', ''),
(1131, 4, 95, '4.2', 'Principal', ''),
(1132, 4, 95, '4.6', 'Panamá', ''),
(1133, 4, 95, '13', '66607451', ''),
(1134, 4, 95, '14', 'rodriguizliliana@gmail.com', ''),
(1135, 4, 95, '5', 'Oficina', ''),
(1136, 4, 95, '6', 'General', ''),
(1137, 4, 95, '20', '0 - 50 mts - desde $35.95|38.47', ''),
(1138, 4, 95, '21', 'Diario', ''),
(1139, 4, 95, '17', '5', ''),
(1140, 4, 95, '18', '3', ''),
(1141, 4, 95, '7', '2021-03-17', ''),
(1142, 4, 95, '8', '10:30', ''),
(1143, 4, 95, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1144, 4, 95, '16', '38.47', ''),
(1145, 4, 95, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1146, 3, 96, '2.3', 'Nilka', ''),
(1147, 3, 96, '2.6', 'Arias', ''),
(1148, 3, 96, '6', '8-871-293', ''),
(1149, 3, 96, '8', '27', ''),
(1150, 3, 96, '9', '4', ''),
(1151, 3, 96, '3.1', 'Santa ana calle jeronimo de la ossa', ''),
(1152, 3, 96, '3.2', 'Santa ana calle jeronimo de la ossa', ''),
(1153, 3, 96, '3.3', 'Panama', ''),
(1154, 3, 96, '3.4', 'Panama', ''),
(1155, 3, 96, '3.5', 'Panama', ''),
(1156, 3, 96, '4', '(507) 600-0385', ''),
(1157, 3, 96, '5', 'nilka.arias31@gmail.com', ''),
(1158, 3, 96, '11', 'Panama clean services', ''),
(1159, 3, 96, '18', '10', ''),
(1160, 3, 96, '13', 'Sra nanci', ''),
(1161, 3, 96, '15', 'Terminacion de contrato', ''),
(1162, 2, 97, '1.3', 'Jorge', ''),
(1163, 2, 97, '2', 'Diaz0990manuel@gmail.com', ''),
(1164, 2, 97, '3', 'Estoy en busca de trabajo\r\n68229800', ''),
(1165, 2, 97, '4', 'Estoy buscando trabajo', ''),
(1166, 2, 98, '1.3', 'Silvia Arosemena', ''),
(1167, 2, 98, '2', 'silviaarosemena62@gmail.com', ''),
(1168, 2, 98, '3', 'Si tienes vacante para trabajar', ''),
(1169, 2, 98, '4', 'Estoy buscando trabajo', ''),
(1170, 4, 89, 'gform_product_info__1', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"300 - 400 mts - desde $95.95\";s:5:\"price\";s:6:\"102.67\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1171, 4, 93, 'gform_product_info__1', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"300 - 400 mts - desde $95.95\";s:5:\"price\";s:6:\"102.67\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1172, 4, 94, 'gform_product_info__1', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1173, 4, 95, 'gform_product_info__1', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1174, 3, 99, '2.3', 'Linda Ileana', ''),
(1175, 3, 99, '2.6', 'Medina Ruíz', ''),
(1176, 3, 99, '6', 'PE-15-654', ''),
(1177, 3, 99, '8', '31', ''),
(1178, 3, 99, '3.1', 'La chorrera, las mendozas', ''),
(1179, 3, 99, '3.4', 'Panamá Oeste', ''),
(1180, 3, 99, '4', '(507) 634-4908', ''),
(1181, 3, 99, '5', 'lindamedina1989@gmail.com', ''),
(1182, 3, 99, '11', 'Cabañas Resort', ''),
(1183, 3, 99, '18', '3', ''),
(1184, 3, 99, '13', 'Ayecha', ''),
(1185, 3, 99, '15', 'Temporario', ''),
(1186, 2, 100, '1.3', 'Yorlenis', ''),
(1187, 2, 100, '2', 'yorlenisr13@gmail.com', ''),
(1188, 2, 100, '3', 'Quiero tener empleo', ''),
(1189, 2, 100, '4', 'Estoy buscando trabajo', ''),
(1190, 4, 101, '11', 'Albrook', ''),
(1191, 4, 101, '1.3', 'Katherine', ''),
(1192, 4, 101, '1.6', 'López', ''),
(1193, 4, 101, '4.1', 'San Miguelito', ''),
(1194, 4, 101, '4.2', 'Los Andes', ''),
(1195, 4, 101, '4.6', 'Panamá', ''),
(1196, 4, 101, '13', '69347437', ''),
(1197, 4, 101, '14', 'kl7855433@gimail.com', ''),
(1198, 4, 101, '5', 'Oficina', ''),
(1199, 4, 101, '6', 'General', ''),
(1200, 4, 101, '20', '200 - 300 mts - desde $85.95|91.97', ''),
(1201, 4, 101, '21', 'Diario', ''),
(1202, 4, 101, '17', '5', ''),
(1203, 4, 101, '18', '3', ''),
(1204, 4, 101, '7', '2021-03-20', ''),
(1205, 4, 101, '8', '07:04', ''),
(1206, 4, 101, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"200 - 300 mts - desde $85.95\";s:5:\"price\";s:5:\"91.97\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1207, 4, 101, '16', '91.97', ''),
(1208, 4, 101, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"200 - 300 mts - desde $85.95\";s:5:\"price\";s:5:\"91.97\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1209, 2, 102, '1.3', 'Paula batista', ''),
(1210, 2, 102, '2', 'batista.paula0205@gmail.com', ''),
(1211, 2, 102, '4', 'Estoy buscando trabajo', ''),
(1212, 2, 103, '1.3', 'Edda abrego', ''),
(1213, 2, 103, '2', 'eddaabrego80@gmail.com', ''),
(1214, 2, 103, '4', 'Estoy buscando trabajo', ''),
(1215, 4, 104, '11', 'Albrook', ''),
(1216, 4, 104, '1.3', 'Maguiryai yadirá', ''),
(1217, 4, 104, '1.6', 'Guillén lopez', ''),
(1218, 4, 104, '4.1', 'Loma coba', ''),
(1219, 4, 104, '4.2', 'Las cascadas', ''),
(1220, 4, 104, '4.6', 'Panamá', ''),
(1221, 4, 104, '13', '63940151', ''),
(1222, 4, 104, '14', 'maguiryaiguillen@gmail.com', ''),
(1223, 4, 104, '5', 'Oficina', ''),
(1224, 4, 104, '6', 'General', ''),
(1225, 4, 104, '20', '0 - 50 mts - desde $35.95|38.47', ''),
(1226, 4, 104, '21', 'Mensual', ''),
(1227, 4, 104, '17', '5', ''),
(1228, 4, 104, '18', '3', ''),
(1229, 4, 104, '7', '2021-03-23', ''),
(1230, 4, 104, '8', '12:00', ''),
(1231, 4, 104, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1232, 4, 104, '16', '38.47', ''),
(1233, 4, 104, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1234, 4, 105, '11', 'Albrook', ''),
(1235, 4, 105, '1.3', 'Maguiryai yadirá', ''),
(1236, 4, 105, '1.6', 'Guillén lopez', ''),
(1237, 4, 105, '4.1', 'Loma coba', ''),
(1238, 4, 105, '4.2', 'Las cascadas', ''),
(1239, 4, 105, '4.6', 'Panamá', ''),
(1240, 4, 105, '13', '63940151', ''),
(1241, 4, 105, '14', 'maguiryaiguillen@gmail.com', ''),
(1242, 4, 105, '5', 'Oficina', ''),
(1243, 4, 105, '6', 'General', ''),
(1244, 4, 105, '20', '0 - 50 mts - desde $35.95|38.47', ''),
(1245, 4, 105, '21', 'Mensual', ''),
(1246, 4, 105, '17', '5', ''),
(1247, 4, 105, '18', '3', ''),
(1248, 4, 105, '7', '2021-03-23', ''),
(1249, 4, 105, '8', '10:00', ''),
(1250, 4, 105, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1251, 4, 105, '16', '38.47', ''),
(1252, 4, 105, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1253, 2, 106, '1.3', 'Gornelio González', ''),
(1254, 2, 106, '2', 'porrasevaneth@gmail.com', ''),
(1255, 2, 106, '4', 'Estoy buscando trabajo', ''),
(1256, 3, 107, '2.3', 'Gornelio', ''),
(1257, 3, 107, '2.6', 'Gonzalez', ''),
(1258, 3, 107, '6', '8-861-655', ''),
(1259, 3, 107, '8', '30', ''),
(1260, 3, 107, '9', '2', ''),
(1261, 3, 107, '3.1', 'Cabra', ''),
(1262, 3, 107, '3.2', 'Santa Isabel', ''),
(1263, 3, 107, '3.3', 'Calle 22', ''),
(1264, 3, 107, '3.4', 'Panamá', ''),
(1265, 3, 107, '3.5', 'Panamá', ''),
(1266, 3, 107, '4', '(506) 848-0372', ''),
(1267, 3, 107, '5', 'porrasevaneth@gmail.com', ''),
(1268, 3, 107, '11', 'Plásticos multicolor', ''),
(1269, 3, 107, '18', '10', ''),
(1270, 3, 107, '13', 'Señor. Antonio chan', ''),
(1271, 3, 107, '15', 'Por terminar de contrato', ''),
(1272, 3, 107, '17', 'Restaurante: El azador', ''),
(1273, 3, 107, '12', '6', ''),
(1274, 3, 107, '19', 'Señora. Inés Córdoba', ''),
(1275, 3, 107, '21', 'Por terminar el contrato', ''),
(1276, 3, 107, '23', 'Hotel Marbella', ''),
(1277, 3, 107, '24', '8', ''),
(1278, 3, 107, '25', 'Señor: Abel Vázquez', ''),
(1279, 3, 107, '27', 'Por terminar el contrato', ''),
(1280, 2, 108, '1.3', 'Rociliano joselio perea', ''),
(1281, 2, 108, '2', 'yuleporras20@gmail.com', ''),
(1282, 2, 108, '4', 'Estoy buscando trabajo', ''),
(1283, 3, 109, '2.3', 'Rociliano', ''),
(1284, 3, 109, '2.6', 'Perea', ''),
(1285, 3, 109, '6', '10 703 1629', ''),
(1286, 3, 109, '8', '38', ''),
(1287, 3, 109, '9', '4', ''),
(1288, 3, 109, '3.1', 'Cabra', ''),
(1289, 3, 109, '3.2', 'Santa Isabel', ''),
(1290, 3, 109, '3.3', 'Calle 22', ''),
(1291, 3, 109, '3.4', 'Panamá', ''),
(1292, 3, 109, '3.5', 'Panamá', ''),
(1293, 3, 109, '4', '(506) 003-3175', ''),
(1294, 3, 109, '5', 'yuleporras20@gmail.com', ''),
(1295, 3, 109, '11', 'Distribuidora fun hwa', ''),
(1296, 3, 109, '18', '5', ''),
(1297, 3, 109, '13', 'Jaime chon', ''),
(1298, 3, 109, '15', 'Por terminar de contrato', ''),
(1299, 3, 109, '17', 'Distribuidora xin', ''),
(1300, 3, 109, '12', '12', ''),
(1301, 3, 109, '19', 'Ricardo xin', ''),
(1302, 3, 109, '21', 'Por terminar el contrato', ''),
(1303, 3, 109, '23', 'Restaurante chimborazo', ''),
(1304, 3, 109, '24', '6', ''),
(1305, 3, 109, '25', 'Jorge', ''),
(1306, 3, 109, '27', 'Por terminar el contrato', ''),
(1307, 4, 101, 'gform_product_info__1', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"200 - 300 mts - desde $85.95\";s:5:\"price\";s:5:\"91.97\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1308, 4, 104, 'gform_product_info__1', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1309, 4, 105, 'gform_product_info__1', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1310, 4, 110, '11', 'Albrook', ''),
(1311, 4, 110, '1.3', 'Wendy', ''),
(1312, 4, 110, '1.6', 'Sánchez', ''),
(1313, 4, 110, '4.1', 'Colon', ''),
(1314, 4, 110, '4.2', 'Algodw los lago', ''),
(1315, 4, 110, '4.6', 'Panamá', ''),
(1316, 4, 110, '13', '64395435', ''),
(1317, 4, 110, '14', 'sanchezwendy882@gmail.com', ''),
(1318, 4, 110, '5', 'Casa', ''),
(1319, 4, 110, '6', 'General', ''),
(1320, 4, 110, '20', '200 - 300 mts - desde $85.95|91.97', ''),
(1321, 4, 110, '21', 'Diario', ''),
(1322, 4, 110, '17', '5', ''),
(1323, 4, 110, '18', '3', ''),
(1324, 4, 110, '7', '2021-03-29', ''),
(1325, 4, 110, '8', '06:00', ''),
(1326, 4, 110, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"200 - 300 mts - desde $85.95\";s:5:\"price\";s:5:\"91.97\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1327, 4, 110, '16', '91.97', ''),
(1328, 4, 110, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"200 - 300 mts - desde $85.95\";s:5:\"price\";s:5:\"91.97\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1329, 4, 110, 'gform_product_info__1', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"200 - 300 mts - desde $85.95\";s:5:\"price\";s:5:\"91.97\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1330, 2, 111, '1.3', 'Génesis pereira', ''),
(1331, 2, 111, '2', 'gp4067438@gmail.com', ''),
(1332, 2, 111, '4', 'Estoy buscando trabajo', ''),
(1333, 4, 112, '11', 'Albrook', ''),
(1334, 4, 112, '1.3', 'Génesis', ''),
(1335, 4, 112, '1.6', 'Pereira', ''),
(1336, 4, 112, '4.1', 'Chilibre', ''),
(1337, 4, 112, '4.2', 'Calle septima', ''),
(1338, 4, 112, '4.6', 'Panamá', ''),
(1339, 4, 112, '13', '62504984', ''),
(1340, 4, 112, '14', 'gp4067438@gmail.com', ''),
(1341, 4, 112, '5', 'Oficina', ''),
(1342, 4, 112, '6', 'General', ''),
(1343, 4, 112, '20', '300 - 400 mts - desde $95.95|102.67', ''),
(1344, 4, 112, '21', 'Diario', ''),
(1345, 4, 112, '17', '3', ''),
(1346, 4, 112, '18', '3', ''),
(1347, 4, 112, '7', '2021-04-01', ''),
(1348, 4, 112, '8', '07:00', ''),
(1349, 4, 112, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"300 - 400 mts - desde $95.95\";s:5:\"price\";s:6:\"102.67\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1350, 4, 112, '16', '102.67', ''),
(1351, 4, 112, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"300 - 400 mts - desde $95.95\";s:5:\"price\";s:6:\"102.67\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1352, 2, 113, '1.3', 'Oriel gonzalez', ''),
(1353, 2, 113, '2', 'orielpez247@gmail.com', ''),
(1354, 2, 113, '4', 'Estoy buscando trabajo', ''),
(1355, 2, 114, '1.3', 'Alcira Pérez', ''),
(1356, 2, 114, '2', 'alciraperez074@gmail.com', ''),
(1357, 2, 114, '3', 'Buenas tardes quisiera saber si están recogiendo personal .en qué parte esta empresa', ''),
(1358, 2, 114, '4', 'Estoy buscando trabajo', ''),
(1359, 4, 115, '11', 'Albrook', ''),
(1360, 4, 115, '1.3', 'Eliseo', ''),
(1361, 4, 115, '1.6', 'Aguirre', ''),
(1362, 4, 115, '4.1', 'Ph Alta Vista Tower t 2 apto 5a', ''),
(1363, 4, 115, '4.2', 'Calle entrada el bosque', ''),
(1364, 4, 115, '4.6', 'Panamá', ''),
(1365, 4, 115, '13', '67176086', ''),
(1366, 4, 115, '14', 'eaguirre506@gmail.com', ''),
(1367, 4, 115, '5', 'Apartamento', ''),
(1368, 4, 115, '6', 'General', ''),
(1369, 4, 115, '20', '50 - 100 mts - desde $45.95|49.17', ''),
(1370, 4, 115, '21', 'Mensual', ''),
(1371, 4, 115, '17', '3', ''),
(1372, 4, 115, '18', '2', ''),
(1373, 4, 115, '7', '2021-03-26', ''),
(1374, 4, 115, '8', '09:00', ''),
(1375, 4, 115, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:27:\"50 - 100 mts - desde $45.95\";s:5:\"price\";s:5:\"49.17\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1376, 4, 115, '16', '49.17', ''),
(1377, 4, 115, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:27:\"50 - 100 mts - desde $45.95\";s:5:\"price\";s:5:\"49.17\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1378, 4, 116, '11', 'Brisas del Golf', ''),
(1379, 4, 116, '1.3', 'Dalys', ''),
(1380, 4, 116, '1.6', 'Durango', ''),
(1381, 4, 116, '4.1', 'Villa Zaita edificio Emeradl village Torre C apto. 1-C', ''),
(1382, 4, 116, '4.2', 'Principal', ''),
(1383, 4, 116, '4.6', 'Panamá', ''),
(1384, 4, 116, '13', '2032538', ''),
(1385, 4, 116, '14', 'dacleanexp@gmail.com', ''),
(1386, 4, 116, '5', 'Apartamento', ''),
(1387, 4, 116, '6', 'Profunda', ''),
(1388, 4, 116, '20', '50 - 100 mts - desde $45.95|49.17', ''),
(1389, 4, 116, '21', 'Mensual', ''),
(1390, 4, 116, '17', '3', ''),
(1391, 4, 116, '18', '2', ''),
(1392, 4, 116, '7', '2021-03-25', ''),
(1393, 4, 116, '8', '09:00', ''),
(1394, 4, 116, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:27:\"50 - 100 mts - desde $45.95\";s:5:\"price\";s:5:\"49.17\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1395, 4, 116, '16', '49.17', ''),
(1396, 4, 116, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:27:\"50 - 100 mts - desde $45.95\";s:5:\"price\";s:5:\"49.17\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1397, 2, 117, '1.3', 'Yarixel guerra', ''),
(1398, 2, 117, '2', 'yarixelguerra86@gmail.com', ''),
(1399, 2, 117, '3', 'Estoy en busca,de un empleo.', ''),
(1400, 2, 117, '4', 'Estoy buscando trabajo', ''),
(1401, 2, 118, '1.3', 'Eric Jones', ''),
(1402, 2, 118, '2', 'eric.jones.z.mail@gmail.com', ''),
(1403, 2, 118, '3', 'Hi, Eric here with a quick thought about your website dacleanexpress.com...\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\nTalk With Web Visitor is a software widget that’s 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\nCLICK HERE https://talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor 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\nCLICK HERE https://talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days 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\nCLICK HERE https://talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=dacleanexpress.com', ''),
(1404, 2, 118, '4', 'Quiero cotizar el servicio para mi empresa', ''),
(1405, 2, 119, '1.3', 'Yuleina Rangel', ''),
(1406, 2, 119, '2', 'yuleina2772@gmail.com', ''),
(1407, 2, 119, '3', 'Hola quiciera ser parte de su equipo de trabajo', ''),
(1408, 2, 119, '4', 'Estoy buscando trabajo', ''),
(1409, 2, 120, '1.3', 'Masar', ''),
(1410, 2, 120, '2', 'masar@hotmail.com', ''),
(1411, 2, 120, '3', 'Me gustaría trabajar', ''),
(1412, 2, 120, '4', 'Estoy buscando trabajo', ''),
(1413, 4, 121, '11', 'Arraiján', ''),
(1414, 4, 121, '1.3', 'Johana', ''),
(1415, 4, 121, '1.6', 'Reyes', ''),
(1416, 4, 121, '4.1', 'La chorrera', ''),
(1417, 4, 121, '4.2', 'Alto viento', ''),
(1418, 4, 121, '4.6', 'Panamá', ''),
(1419, 4, 121, '13', '61448223', ''),
(1420, 4, 121, '14', 'johanareyes1998@gmail.com', ''),
(1421, 4, 121, '5', 'Casa', ''),
(1422, 4, 121, '6', 'General', ''),
(1423, 4, 121, '20', '300 - 400 mts - desde $95.95|102.67', ''),
(1424, 4, 121, '21', 'Mensual', ''),
(1425, 4, 121, '17', '5', ''),
(1426, 4, 121, '18', '3', ''),
(1427, 4, 121, '7', '2021-03-22', ''),
(1428, 4, 121, '8', '06:04', ''),
(1429, 4, 121, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"300 - 400 mts - desde $95.95\";s:5:\"price\";s:6:\"102.67\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1430, 4, 121, '16', '102.67', ''),
(1431, 4, 121, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"300 - 400 mts - desde $95.95\";s:5:\"price\";s:6:\"102.67\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1432, 4, 112, 'gform_product_info__1', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"300 - 400 mts - desde $95.95\";s:5:\"price\";s:6:\"102.67\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1433, 4, 115, 'gform_product_info__1', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:27:\"50 - 100 mts - desde $45.95\";s:5:\"price\";s:5:\"49.17\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1434, 4, 116, 'gform_product_info__1', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:27:\"50 - 100 mts - desde $45.95\";s:5:\"price\";s:5:\"49.17\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1435, 4, 121, 'gform_product_info__1', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"300 - 400 mts - desde $95.95\";s:5:\"price\";s:6:\"102.67\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1436, 2, 122, '1.3', 'LIDIA Rodríguez', ''),
(1437, 2, 122, '2', 'lr374993@gmail.com', ''),
(1438, 2, 122, '3', 'BUSCO EMPLEO DE LIMPIEZA DE OFICINA', ''),
(1439, 2, 122, '4', 'Estoy buscando trabajo', ''),
(1440, 3, 123, '2.3', 'LIDIA', ''),
(1441, 3, 123, '2.6', 'RODRÍGUEZ', ''),
(1442, 3, 123, '6', '9-703-1692', ''),
(1443, 3, 123, '8', '42', ''),
(1444, 3, 123, '9', '0', ''),
(1445, 3, 123, '3.1', '24 DE DICIEMBRE MONTE RICO', ''),
(1446, 3, 123, '3.3', '24 DE DICIEMBRE', ''),
(1447, 3, 123, '3.6', 'Panamá', ''),
(1448, 3, 123, '4', '(507) 208-9800', ''),
(1449, 3, 123, '5', 'lr374993@gmail.com', ''),
(1450, 3, 123, '11', 'EULEM', ''),
(1451, 3, 123, '18', '36', ''),
(1452, 3, 123, '13', 'ITZELA', ''),
(1453, 3, 123, '15', 'RAZONES PERSONALES', ''),
(1454, 5, 124, '1.3', 'danielatest', ''),
(1455, 5, 124, '1.6', 'test', ''),
(1456, 5, 124, '11', 'Albrook', ''),
(1457, 5, 124, '4.1', 'test', ''),
(1458, 5, 124, '4.2', 'test', ''),
(1459, 5, 124, '4.6', 'Panamá', ''),
(1460, 5, 124, '13', '123', ''),
(1461, 5, 124, '14', 'test@test.com', ''),
(1462, 5, 124, '5', 'Oficina', ''),
(1463, 5, 124, '6', 'General', ''),
(1464, 5, 124, '20', '0 - 50 mts - desde $35.95|38.47', ''),
(1465, 5, 124, '21', 'Diario', ''),
(1466, 5, 124, '17', '5', ''),
(1467, 5, 124, '18', '3', ''),
(1468, 5, 124, '7', '2021-03-21', ''),
(1469, 5, 124, '8', '01:00', ''),
(1470, 5, 124, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1471, 5, 124, '16', '38.47', ''),
(1472, 5, 124, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1473, 2, 125, '1.3', 'jacqueline Quiñones', ''),
(1474, 2, 125, '2', 'jacqruva8420@gmail.com', ''),
(1475, 2, 125, '3', 'muy buenas noches,estoy interesada en ofrecer mis servicios de limpieza, me gustaría formar parte de su equipo de trabajo gracías', ''),
(1476, 2, 125, '4', 'Estoy buscando trabajo', ''),
(1477, 4, 126, '11', 'Albrook', ''),
(1478, 4, 126, '1.3', 'Deliasel', ''),
(1479, 4, 126, '1.6', 'Machuca', ''),
(1480, 4, 126, '23', 'Estoy buscando trabajo', ''),
(1481, 4, 126, '4.1', 'Arraijan', ''),
(1482, 4, 126, '4.2', 'Burrunga la 13 de febrero', ''),
(1483, 4, 126, '4.6', 'Panamá', ''),
(1484, 4, 126, '13', '67853714', ''),
(1485, 4, 126, '14', 'yoelmachuca11@gmail.com', ''),
(1486, 4, 126, '5', 'Apartamento', ''),
(1487, 4, 126, '6', 'General', ''),
(1488, 4, 126, '20', '100 - 200 mts - desde $65.95|70.57', ''),
(1489, 4, 126, '21', 'Diario', ''),
(1490, 4, 126, '17', '3', ''),
(1491, 4, 126, '18', '3', ''),
(1492, 4, 126, '7', '2021-03-27', ''),
(1493, 4, 126, '8', '09:00', ''),
(1494, 4, 126, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"100 - 200 mts - desde $65.95\";s:5:\"price\";s:5:\"70.57\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1495, 4, 126, '16', '70.57', ''),
(1496, 4, 126, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"100 - 200 mts - desde $65.95\";s:5:\"price\";s:5:\"70.57\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1497, 2, 127, '1.3', 'Isis serrano', ''),
(1498, 2, 127, '2', 'isissweet11@gmail.com', ''),
(1499, 2, 127, '3', 'Estoy altamente calificada en limpieza de oficinas manejo de líquidos y lpieza profunda quisiera que me dieran la oportunidad de trabajar en su empresa gracias', ''),
(1500, 2, 127, '4', 'Estoy buscando trabajo', ''),
(1501, 2, 128, '1.3', 'Nereida camargo', ''),
(1502, 2, 128, '2', 'nereidacamargo199q@gmail.com', ''),
(1503, 2, 128, '3', 'Quiero Ser Selecionado para lavorar en su empresa , seguro de mis habilidades estudios y experiencia contribuyan a incrementar el valor de la misma .', ''),
(1504, 2, 128, '4', 'Estoy buscando trabajo', ''),
(1505, 4, 129, '11', 'Albrook', ''),
(1506, 4, 129, '1.3', 'Nereida', ''),
(1507, 4, 129, '1.6', 'Camargo', ''),
(1508, 4, 129, '23', 'Estoy buscando trabajo', ''),
(1509, 4, 129, '4.1', 'Pacora sector 2', ''),
(1510, 4, 129, '4.2', 'Los gonzales', ''),
(1511, 4, 129, '4.6', 'Panamá', ''),
(1512, 4, 129, '13', '64126060', ''),
(1513, 4, 129, '14', 'nereidacamargo199q@gmail.com', ''),
(1514, 4, 129, '5', 'Apartamento', ''),
(1515, 4, 129, '6', 'General', ''),
(1516, 4, 129, '20', '100 - 200 mts - desde $65.95|70.57', ''),
(1517, 4, 129, '21', 'Diario', ''),
(1518, 4, 129, '17', '5', ''),
(1519, 4, 129, '18', '3', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(1520, 4, 129, '7', '2021-03-29', ''),
(1521, 4, 129, '8', '06:00', ''),
(1522, 4, 129, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"100 - 200 mts - desde $65.95\";s:5:\"price\";s:5:\"70.57\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1523, 4, 129, '16', '70.57', ''),
(1524, 4, 129, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"100 - 200 mts - desde $65.95\";s:5:\"price\";s:5:\"70.57\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1525, 2, 130, '1.3', 'Eleyda smith', ''),
(1526, 2, 130, '2', 'yakelinesmith1703@gmail.com', ''),
(1527, 2, 130, '3', 'Estoy en busca de trabajo tengo experiencia de limpieza en casa de familia', ''),
(1528, 2, 130, '4', 'Estoy buscando trabajo', ''),
(1529, 4, 131, '11', 'Albrook', ''),
(1530, 4, 131, '1.3', 'Angie', ''),
(1531, 4, 131, '1.6', 'Sousa', ''),
(1532, 4, 131, '23', 'Estoy buscando trabajo', ''),
(1533, 4, 131, '4.1', 'Pacora sector #3', ''),
(1534, 4, 131, '4.2', 'Barriada los angeles', ''),
(1535, 4, 131, '4.6', 'Panamá', ''),
(1536, 4, 131, '13', '63650744', ''),
(1537, 4, 131, '14', 'angiesousa117@gmail.com', ''),
(1538, 4, 131, '5', 'Oficina', ''),
(1539, 4, 131, '6', 'General', ''),
(1540, 4, 131, '20', '100 - 200 mts - desde $65.95|70.57', ''),
(1541, 4, 131, '21', 'Diario', ''),
(1542, 4, 131, '17', '5', ''),
(1543, 4, 131, '18', '3', ''),
(1544, 4, 131, '7', '2021-03-30', ''),
(1545, 4, 131, '8', '09:00', ''),
(1546, 4, 131, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"100 - 200 mts - desde $65.95\";s:5:\"price\";s:5:\"70.57\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1547, 4, 131, '16', '70.57', ''),
(1548, 4, 131, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"100 - 200 mts - desde $65.95\";s:5:\"price\";s:5:\"70.57\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1549, 2, 132, '1.3', 'Noris yanelis rosero graziani', ''),
(1550, 2, 132, '2', 'rosero06noris@gmail.com', ''),
(1551, 2, 132, '3', 'Le envío mi correo por qué estoy en busca de trabajo', ''),
(1552, 2, 132, '4', 'Estoy buscando trabajo', ''),
(1553, 2, 133, '1.3', 'Kimberly', ''),
(1554, 2, 133, '2', 'kimberlycatuy@gmail.com', ''),
(1555, 2, 133, '3', 'Estoy interesada en trabajar en su empresa', ''),
(1556, 2, 133, '4', 'Estoy buscando trabajo', ''),
(1557, 2, 134, '1.3', 'Brenda elieth Molina Silva', ''),
(1558, 2, 134, '2', 'molinabrenda1986@gmail.com', ''),
(1559, 2, 134, '3', 'Me interesa laborar', ''),
(1560, 2, 134, '4', 'Estoy buscando trabajo', ''),
(1561, 2, 135, '1.3', 'María de los Angeles Altamirano Perez', ''),
(1562, 2, 135, '2', 'altamiranoperezmariangeless@gmail.com', ''),
(1563, 2, 135, '3', 'Deseo trabajar m puede ayudar xfa', ''),
(1564, 2, 135, '4', 'Estoy buscando trabajo', ''),
(1565, 2, 136, '1.3', 'Minipler Muñoz', ''),
(1566, 2, 136, '2', 'miniplermunoz.88@gmail.com', ''),
(1567, 2, 136, '3', 'yo buscando trabajo de limpieza', ''),
(1568, 2, 136, '4', 'Estoy buscando trabajo', ''),
(1569, 2, 137, '1.3', 'Minipler Muñoz', ''),
(1570, 2, 137, '2', 'miniplermunoz.88@gmail.com', ''),
(1571, 2, 137, '3', 'yo buscando trabajo de limpieza', ''),
(1572, 2, 137, '4', 'Estoy buscando trabajo', ''),
(1573, 4, 138, '11', 'Albrook', ''),
(1574, 4, 138, '1.3', 'Idalia', ''),
(1575, 4, 138, '1.6', 'Montes', ''),
(1576, 4, 138, '23', 'Quiero cotizar el servicio para mi hogar', ''),
(1577, 4, 138, '4.1', 'Av Juan Pablo II', ''),
(1578, 4, 138, '4.2', 'Calle principal casa 16 C', ''),
(1579, 4, 138, '4.6', 'Panamá', ''),
(1580, 4, 138, '13', '64328492', ''),
(1581, 4, 138, '14', 'imontes99@gmail.com', ''),
(1582, 4, 138, '5', 'Apartamento', ''),
(1583, 4, 138, '6', 'General', ''),
(1584, 4, 138, '20', '0 - 50 mts - desde $35.95|38.47', ''),
(1585, 4, 138, '21', 'Mensual', ''),
(1586, 4, 138, '17', '5', ''),
(1587, 4, 138, '18', '2', ''),
(1588, 4, 138, '7', '2021-04-10', ''),
(1589, 4, 138, '8', '10:30', ''),
(1590, 4, 138, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1591, 4, 138, '16', '38.47', ''),
(1592, 4, 138, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1593, 2, 139, '1.3', 'Eric Jones', ''),
(1594, 2, 139, '2', 'eric.jones.z.mail@gmail.com', ''),
(1595, 2, 139, '3', 'Hi, Eric here with a quick thought about your website dacleanexpress.com...\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\nTalk With Web Visitor is a software widget that’s 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\nCLICK HERE http://talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor 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\nCLICK HERE http://talkwithcustomer.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days 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\nCLICK HERE http://talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=dacleanexpress.com', ''),
(1596, 2, 139, '4', 'Quiero cotizar el servicio para mi empresa', ''),
(1597, 2, 140, '1.3', 'Dolores', ''),
(1598, 2, 140, '2', 'dolores.calle8@gmail.com', ''),
(1599, 2, 140, '3', 'Buenas tardes me encantaría trabajar con ustedes tengo mucha experiencia en etse sector de limpieza me gustaria tener una entrevista con ustedes y poder emitir mi Curriculum. A la espera de noticias suyas. Un cordial saludo', ''),
(1600, 2, 140, '4', 'Estoy buscando trabajo', ''),
(1601, 2, 141, '1.3', 'Eric Jones', ''),
(1602, 2, 141, '2', 'eric.jones.z.mail@gmail.com', ''),
(1603, 2, 141, '3', 'Hi, Eric here with a quick thought about your website dacleanexpress.com...\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\nTalk With Web Visitor is a software widget that’s 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\nCLICK HERE http://talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor 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\nCLICK HERE http://talkwithcustomer.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days 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\nCLICK HERE http://talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=dacleanexpress.com', ''),
(1604, 2, 141, '4', 'Quiero cotizar el servicio para mi empresa', ''),
(1605, 2, 142, '1.3', 'Linda Miller', ''),
(1606, 2, 142, '2', 'lindamillerleads@gmail.com', ''),
(1607, 2, 142, '3', 'Hi dacleanexpress.com Owner,\r\n\r\nDo you want to know the Secrets To Mastering Internet Lead Conversion?\r\n\r\nI spent the last 10+ years generating, calling and closing Internet leads. I will be sharing my decade long conversion code for you to copy during this new, free webinar!\r\nDuring the webinar, I will show you:\r\n\r\nEvery business needs to capture more leads, create more appointments, and close more deals.\r\n\r\nIf you commit to mastering the content in this session, you will earn more money immediately– not in six months or a year, but literally as soon as you put your new knowledge to work. I have used this method on 1,000\'s of Internet leads of all price points. \r\n\r\nIf you want Internet leads, I have the key to CONVERTING them. Hope you can make it... https://TalkWithWebTraffic.com/Webinar\r\n\r\nIf getting more Hot Phone Leads is a part of your business plan (and why wouldn\'t it be?), I\'ve got great news for you.\r\n\r\n1. 12 ways to generate seller leads\r\n2. How to get seller leads on the phone\r\n3. What to say on the phone so you get instant sales\r\n4. The Key to SMS Marketing\r\n5  Never Cold Call Again\r\n6. Better leads = Faster conversions\r\n7. The four keys to inside sales success\r\n8. The 10 steps to a perfect sales call with an Internet lead\r\n\r\nMore than 7,000 people have already registered. The last time I did a webinar with Top Producers, hundreds of people got locked out and could only watch the replay. Get your spot now and tune in early!\r\n\r\n==> Save my spot https://TalkWithWebTraffic.com/Webinar\r\n\r\nWe\'ve become obsessed with making sure our clients are converting the leads we generate for them. \r\n\r\nHow much are you getting back in commissions compared to how much are you spending on advertising? But what is even better than a great ROI is a quick ROI. During this live webinar I will show you how we can help you generate higher quality leads that are easier to convert, fast.\r\n\r\n==>  Register at https://TalkWithWebTraffic.com/Webinar\r\n\r\nYour #1 Fan, \r\nLinda Miller\r\nBe there or be square.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebtraffic.com/unsubscribe.aspx?d=dacleanexpress.com', ''),
(1608, 2, 142, '4', 'Quiero cotizar el servicio para mi empresa', ''),
(1609, 2, 143, '1.3', 'Eric Jones', ''),
(1610, 2, 143, '2', 'eric.jones.z.mail@gmail.com', ''),
(1611, 2, 143, '3', 'Hello, my name’s Eric and I just ran across your website at dacleanexpress.com...\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\nTalk With Web Visitor is a software widget that’s 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\nCLICK HERE https://talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor 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 follow up 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\nCLICK HERE https://talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days 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\nCLICK HERE https://talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=dacleanexpress.com', ''),
(1612, 2, 143, '4', 'Quiero cotizar el servicio para mi empresa', ''),
(1613, 2, 144, '1.3', 'Iris Herrera', ''),
(1614, 2, 144, '2', 'irisherera700@gamial.com', ''),
(1615, 2, 144, '3', 'Me gustaría ser parte de su equipo de trabajo gracias', ''),
(1616, 2, 144, '4', 'Estoy buscando trabajo', ''),
(1617, 2, 145, '1.3', 'Eric Jones', ''),
(1618, 2, 145, '2', 'eric.jones.z.mail@gmail.com', ''),
(1619, 2, 145, '3', 'Hi, Eric here with a quick thought about your website dacleanexpress.com...\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\nTalk With Web Visitor is a software widget that’s 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\nCLICK HERE http://talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor 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\nCLICK HERE http://talkwithcustomer.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days 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\nCLICK HERE http://talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=dacleanexpress.com', ''),
(1620, 2, 145, '4', 'Quiero cotizar el servicio para mi empresa', ''),
(1621, 2, 146, '1.3', 'Eric Jones', ''),
(1622, 2, 146, '2', 'eric.jones.z.mail@gmail.com', ''),
(1623, 2, 146, '3', 'Hi, Eric here with a quick thought about your website dacleanexpress.com...\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\nTalk With Web Visitor is a software widget that’s 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\nCLICK HERE http://talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor 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\nCLICK HERE http://talkwithcustomer.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days 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\nCLICK HERE http://talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=dacleanexpress.com', ''),
(1624, 2, 146, '4', 'Quiero cotizar el servicio para mi empresa', ''),
(1625, 2, 147, '1.3', 'Roxanne Hash', ''),
(1626, 2, 147, '2', 'hash.roxanne16@gmail.com', ''),
(1627, 2, 147, '3', 'Greetings -Contáctenos – Daclean Express\r\n\r\nImagine a community where people share and discuss things they like. When we are about to decide, we consult our friends and other experienced people to get good advice and recommendations from all parties and arrive to the best solution. The concept of guidance has come to search engines in the form of \"Social Signal\". All of your Likes, Tweets, Pins & Shares are considered by search engines as votes of trust. Social Signals, as a result, act like human recommendations for your website.\r\nCheck what we are capable of doing for you: \r\nhttps://your-it-technicians.com/socialsignals\r\nWith warm regards,\r\n\r\nP.S. We offer the top marketing services you can order on our online shop for making big money in a small business, still not enthusiastic about getting clients? Here is an easy, 1-click unsubscribe link: https://your-it-technicians.com/?unsubscribe=dacleanexpress.com', ''),
(1628, 2, 147, '4', 'Quiero cotizar el servicio para mi empresa', ''),
(1629, 2, 148, '1.3', 'Zoila Hernandez', ''),
(1630, 2, 148, '2', 'alphaservicioszh77@gmail.com', ''),
(1631, 2, 148, '3', 'Busco empleo', ''),
(1632, 2, 148, '4', 'Estoy buscando trabajo', ''),
(1633, 2, 149, '1.3', 'Zoila Hernandez', ''),
(1634, 2, 149, '2', 'alphaservicioszh77@gmail.com', ''),
(1635, 2, 149, '3', 'Busco empleo. Disponibilidad inmediata', ''),
(1636, 2, 149, '4', 'Estoy buscando trabajo', ''),
(1637, 2, 150, '1.3', 'Tara Campbell', ''),
(1638, 2, 150, '2', 'tara@vidthebiz.com', ''),
(1639, 2, 150, '3', 'Hey - I was checking out your site and I’m impressed with how clean and professional it looks.\r\n\r\nAdding video to your website has become an absolute MUST. Even something basic that clearly defines exactly what it is you\'re offering & why work with your company vs competitors...\r\n\r\nMy team, based out of Toronto,Canada creates quality animated explainer videos. Our award-winning videos are proven to increase customer engagement and decrease user bounce rate.\r\n\r\n\r\nEmail me back for some explainer video samples, pricing, or just to say hi!\r\n\r\n--Tara Campbell', ''),
(1640, 2, 150, '4', 'Quiero cotizar el servicio para mi empresa', ''),
(1641, 2, 151, '1.3', 'Gladys Nance', ''),
(1642, 2, 151, '2', 'nance.gladys9@outlook.com', ''),
(1643, 2, 151, '3', 'To beat the competitors, you will need just one service:\r\nhttps://first-class-promo.com/backlinks-generator\r\nWarm regards,\r\nWe offer the very best IT services you can order on our shop for making big money in a small business, still not interested in getting new clients? Here is a simple, 1-click unsubscribe link: https://first-class-promo.com/?unsubscribe=dacleanexpress.com', ''),
(1644, 2, 151, '4', 'Quiero cotizar el servicio para mi empresa', ''),
(1645, 2, 152, '1.3', 'Iris Moreno', ''),
(1646, 2, 152, '2', 'imoreno@cengs.com', ''),
(1647, 2, 152, '3', 'Favor cotizar servicio de limpieza con 1 personal permanente para limpieza de oficina LV 9-4 incluye 4baños y 1cafetería\r\nArea de Via Ricardo J. Alfaro', ''),
(1648, 2, 152, '4', 'Quiero cotizar el servicio para mi empresa', ''),
(1649, 2, 153, '1.3', 'Karla Méndez', ''),
(1650, 2, 153, '2', 'mendezespinokarla@hotmail.com', ''),
(1651, 2, 153, '3', 'Buenas noches, en que correo puedo enviar mi hoja de vida, soy extranjera y cuento con los permisos de migración y mitradel al día, la verdad solo trabaje en casa de familia y solo por 6 meses ya que la señora salía de viaje y solo quedaban las hijas mayores y un hijo en casa con discapacidad', ''),
(1652, 2, 153, '4', 'Estoy buscando trabajo', ''),
(1653, 2, 154, '1.3', 'Karina Francois', ''),
(1654, 2, 154, '2', 'itchelreyna2116@gmail.com', ''),
(1655, 2, 154, '3', 'Buenos días me gustaría formar parte de su equipo de trabajo.', ''),
(1656, 2, 154, '4', 'Estoy buscando trabajo', ''),
(1657, 2, 155, '1.3', 'Karina Francois', ''),
(1658, 2, 155, '2', 'itchelreyna2116@gmail.com', ''),
(1659, 2, 155, '3', 'Buenos días me gustaría formar parte de su equipo de trabajo.', ''),
(1660, 2, 155, '4', 'Estoy buscando trabajo', ''),
(1661, 2, 156, '1.3', 'Eric Jones', ''),
(1662, 2, 156, '2', 'eric.jones.z.mail@gmail.com', ''),
(1663, 2, 156, '3', 'Hi, Eric here with a quick thought about your website dacleanexpress.com...\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\nTalk With Web Visitor is a software widget that’s 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\nCLICK HERE http://talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor 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\nCLICK HERE http://talkwithcustomer.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days 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\nCLICK HERE http://talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=dacleanexpress.com', ''),
(1664, 2, 156, '4', 'Quiero cotizar el servicio para mi empresa', ''),
(1665, 2, 157, '1.3', 'Eric Jones', ''),
(1666, 2, 157, '2', 'eric.jones.z.mail@gmail.com', ''),
(1667, 2, 157, '3', 'Hi, Eric here with a quick thought about your website dacleanexpress.com...\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\nTalk With Web Visitor is a software widget that’s 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\nCLICK HERE http://talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor 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\nCLICK HERE http://talkwithcustomer.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days 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\nCLICK HERE http://talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=dacleanexpress.com', ''),
(1668, 2, 157, '4', 'Quiero cotizar el servicio para mi empresa', ''),
(1669, 2, 158, '1.3', 'Ingrid', ''),
(1670, 2, 158, '2', 'aguiar.ingrid@hotmail.com', ''),
(1671, 2, 158, '3', 'Good Morning \r\n \r\nMeet your best Buds - True Wireless Earbuds with amazing sound, convenience, portability, & affordability!\r\n\r\nOrder yours now at 50% OFF with FREE Shipping: musicontrol.online\r\n \r\nKind Regards, \r\n \r\nIngrid\r\nDaclean Express – Limpiezas que impactan y transforman vidas', ''),
(1672, 2, 158, '4', 'Quiero cotizar el servicio para mi empresa', ''),
(1673, 2, 159, '1.3', 'Nancee', ''),
(1674, 2, 159, '2', 'lowes.nancee@yahoo.com', ''),
(1675, 2, 159, '3', 'Good day \r\n \r\nCAREDOGBEST™ - Personalized Dog Harness. All sizes from XS to XXL.  Easy ON/OFF in just 2 seconds.  LIFETIME WARRANTY.\r\n\r\nClick here: caredogbest.com\r\n \r\nMany Thanks, \r\n \r\nNancee\r\nDaclean Express – Limpiezas que impactan y transforman vidas', ''),
(1676, 2, 159, '4', 'Quiero cotizar el servicio para mi empresa', ''),
(1677, 2, 160, '1.3', 'Luis López', ''),
(1678, 2, 160, '2', '2882luislopez@gmail.com', ''),
(1679, 2, 160, '4', 'Estoy buscando trabajo', ''),
(1680, 2, 161, '1.3', 'Luis López', ''),
(1681, 2, 161, '2', '2882luislopez@gmail.com', ''),
(1682, 2, 161, '4', 'Estoy buscando trabajo', ''),
(1683, 2, 162, '1.3', 'Rosa Quiroz', ''),
(1684, 2, 162, '2', 'rosa.quiroz1995@gmail.com', ''),
(1685, 2, 162, '3', 'Quisiera aplicar vacantes disponibles.', ''),
(1686, 2, 162, '4', 'Estoy buscando trabajo', ''),
(1687, 2, 163, '1.3', 'Lisbeth', ''),
(1688, 2, 163, '2', 'lisbethmoralm3084@gmail.com', ''),
(1689, 2, 163, '4', 'Quiero cotizar el servicio para mi hogar', ''),
(1690, 2, 164, '1.3', 'Patricia Pintado', ''),
(1691, 2, 164, '2', 'ppintadog@gmail.com', ''),
(1692, 2, 164, '3', 'Quiero cotizar limpieza para mí apartamento de 120 mts', ''),
(1693, 2, 164, '4', 'Quiero cotizar el servicio para mi hogar', ''),
(1694, 2, 165, '1.3', 'Betzaida Acosta', ''),
(1695, 2, 165, '2', 'betzaidaacosta503@gmail.com', ''),
(1696, 2, 165, '3', 'Buenas tardes  mi nombre es Betzaida Acosta  deseo aplicar para una vacante en su empresa. \r\nSoy responsable, puntual con ganas de trabajar.  Mi número de teléfono 68596759', ''),
(1697, 2, 165, '4', 'Estoy buscando trabajo', ''),
(1698, 2, 166, '1.3', 'Johanna de Tello', ''),
(1699, 2, 166, '2', 'johabigail26@hotmail.com', ''),
(1700, 2, 166, '3', 'Buenos días.\r\nEstoy en búsqueda de un empleo \r\nSoy una mujer responsable, puntual, organizada, me adapto al oficio que me asignen, capaz de desenvolver me muy bien en mis responsabilidades.\r\nMi número 6955 5209', ''),
(1701, 2, 166, '4', 'Estoy buscando trabajo', ''),
(1702, 2, 167, '1.3', 'Susan de Velásquez', ''),
(1703, 2, 167, '2', 'susan_fholer@hotmail.com', ''),
(1704, 2, 167, '3', 'Deseo  cotizar el servicio de limpieza para 6 días a la semana, dos horas diarias', ''),
(1705, 2, 167, '4', 'Quiero cotizar el servicio para mi empresa', ''),
(1706, 2, 168, '1.3', 'Mariela González', ''),
(1707, 2, 168, '2', 'mitzeldn@gmail.com', ''),
(1708, 2, 168, '4', 'Estoy buscando trabajo', ''),
(1709, 2, 169, '1.3', 'Mariela González', ''),
(1710, 2, 169, '2', 'mitzeldn@gmail.com', ''),
(1711, 2, 169, '3', 'Buen dia , como hago para pertenecer a su equipo de trabajo , gracias bendicion.', ''),
(1712, 2, 169, '4', 'Estoy buscando trabajo', ''),
(1713, 2, 170, '1.3', 'Dexi magalys Rodríguez', ''),
(1714, 2, 170, '2', 'daxi522rodriquez@gmail.com', ''),
(1715, 2, 170, '3', 'Nesito  el  empleo', ''),
(1716, 2, 170, '4', 'Estoy buscando trabajo', ''),
(1717, 2, 171, '1.3', 'Dexi magalys Rodríguez', ''),
(1718, 2, 171, '2', 'daxi522rodriquez@gmail.com', ''),
(1719, 2, 171, '3', 'Nesito  el  empleo', ''),
(1720, 2, 171, '4', 'Estoy buscando trabajo', ''),
(1721, 2, 172, '1.3', 'Rosa Amelia Bermúdez Castro', ''),
(1722, 2, 172, '2', 'nairobiromerob12@gmail.com', ''),
(1723, 2, 172, '3', 'Estoy buscando empleo, me gustaría saber si puedo aplicar a alguna vacante. Quedó antenta', ''),
(1724, 2, 172, '4', 'Estoy buscando trabajo', ''),
(1725, 2, 173, '1.3', 'Aytmet Alleyne', ''),
(1726, 2, 173, '2', 'aytmet3122@hotmail.com', ''),
(1727, 2, 173, '3', 'Me gustaría ser parte de su equipo.', ''),
(1728, 2, 173, '4', 'Estoy buscando trabajo', ''),
(1729, 2, 174, '1.3', 'Elizabeth rivera', ''),
(1730, 2, 174, '2', 'elizabethvaldes@05112011.gmeil.com', ''),
(1731, 2, 174, '3', 'Quiero trabajar con du equipo gracias...69947245', ''),
(1732, 2, 174, '4', 'Estoy buscando trabajo', ''),
(1733, 2, 175, '1.3', 'Liseth', ''),
(1734, 2, 175, '2', 'lisethdelcarmen0770@gmail.com', ''),
(1735, 2, 175, '3', 'Estoy buscando trabajo', ''),
(1736, 2, 175, '4', 'Estoy buscando trabajo', ''),
(1737, 2, 176, '1.3', 'Yohana bonilla', ''),
(1738, 2, 176, '2', 'bonillayaneth03@gmail.com', ''),
(1739, 2, 176, '3', 'Busco trabajo', ''),
(1740, 2, 176, '4', 'Estoy buscando trabajo', ''),
(1741, 2, 177, '1.3', 'orisbeth Andrion', ''),
(1742, 2, 177, '2', 'AndriondelCarmen@gmail.com', ''),
(1743, 2, 177, '3', 'Quiero pertenecer a su empresa', ''),
(1744, 2, 177, '4', 'Estoy buscando trabajo', ''),
(1745, 2, 178, '1.3', 'Alex marcial salazar rodriguez', ''),
(1746, 2, 178, '2', 'alexaxelrodriguez@gmail.com', ''),
(1747, 2, 178, '3', 'Estoy en busca de trabajo', ''),
(1748, 2, 178, '4', 'Estoy buscando trabajo', ''),
(1749, 2, 179, '1.3', 'Claudina Degracia', ''),
(1750, 2, 179, '2', 'robertsv19@gmail.com', ''),
(1751, 2, 179, '3', 'Estoy interasada en laborar con su empresa.', ''),
(1752, 2, 179, '4', 'Estoy buscando trabajo', ''),
(1753, 2, 180, '1.3', 'Bertha Padilla', ''),
(1754, 2, 180, '2', 'berthajohanapr@gmail.com', ''),
(1755, 2, 180, '3', 'Buenas tardes estoy en busca de empleo cuanto con permiso laboral y referencias', ''),
(1756, 2, 180, '4', 'Estoy buscando trabajo', ''),
(1757, 2, 181, '1.3', 'Peggy Pan', ''),
(1758, 2, 181, '2', 'ppan@clickeado.com', ''),
(1759, 2, 181, '3', 'Buenas tardes, \r\nMe gustaría cotizar a nombre de Super Centro Mundo Juvenil un servicio de limpieza para un evento. Estoy organizando una feria en el Mercado San Felipe Neri de 1:00 pm - 8:30 pm, pero solicito la limpieza al finalizar el evento, que sería alrededor de la 8:30 pm - 9:30 pm\r\n\r\nMuchas gracias, estaré atenta a su respuesta.\r\n\r\nSaludos cordiales,\r\nPeggy Pan', ''),
(1760, 2, 181, '4', 'Quiero cotizar el servicio para mi empresa', ''),
(1761, 2, 182, '1.3', 'Jose Bethancourt', ''),
(1762, 2, 182, '2', 'mrodriguiez89@gmail.com', ''),
(1763, 2, 182, '3', 'buenas tardes queria ser parte de su equipo de trabajo tengo experiencia de sup. de limpieza i operario de limpeza manejo de equipo manejo de planilla de asistencia llenado de formulario de bañoy manejo de personal', ''),
(1764, 2, 182, '4', 'Estoy buscando trabajo', ''),
(1765, 4, 183, '11', 'Las Cumbres', ''),
(1766, 4, 183, '1.3', 'Odalys', ''),
(1767, 4, 183, '1.6', 'Robles', ''),
(1768, 4, 183, '23', 'Quiero cotizar el servicio para mi hogar', ''),
(1769, 4, 183, '4.1', 'PH Mirador del lago', ''),
(1770, 4, 183, '4.2', 'Calle 13, casa 276', ''),
(1771, 4, 183, '4.6', 'Panamá', ''),
(1772, 4, 183, '13', '67054084', ''),
(1773, 4, 183, '14', 'odarob20@gmail.com', ''),
(1774, 4, 183, '5', 'Casa', ''),
(1775, 4, 183, '6', 'General', ''),
(1776, 4, 183, '20', '100 - 200 mts - desde $65.95|70.57', ''),
(1777, 4, 183, '21', 'Mensual', ''),
(1778, 4, 183, '17', '3', ''),
(1779, 4, 183, '18', '2', ''),
(1780, 4, 183, '7', '2021-08-14', ''),
(1781, 4, 183, '8', '02:00', ''),
(1782, 4, 183, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"100 - 200 mts - desde $65.95\";s:5:\"price\";s:5:\"70.57\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1783, 4, 183, '16', '70.57', ''),
(1784, 4, 183, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"100 - 200 mts - desde $65.95\";s:5:\"price\";s:5:\"70.57\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1785, 2, 184, '1.3', 'Elpetia Irnelda Robles Aleman', ''),
(1786, 2, 184, '2', 'robleselpetia@gmail.com', ''),
(1787, 2, 184, '3', '¿Cómo solicito un trabajo en la empresa?', ''),
(1788, 2, 184, '4', 'Estoy buscando trabajo', ''),
(1789, 2, 185, '1.3', 'Emelda Castillo', ''),
(1790, 2, 185, '2', 'castilloemelda07@gmail.com', ''),
(1791, 2, 185, '3', 'Vivo Cabra,Pacora, hacen servicios para acá.', ''),
(1792, 2, 185, '4', 'Quiero cotizar el servicio para mi hogar', ''),
(1793, 2, 186, '1.3', 'Geraldine Sebastian', ''),
(1794, 2, 186, '2', 'vickisebastian1986@gmail.com', ''),
(1795, 2, 186, '3', 'Buenas tardes, quisiera formar parte de sus colaboradores.le agradecería me tomen en cuenta', ''),
(1796, 2, 186, '4', 'Estoy buscando trabajo', ''),
(1797, 4, 187, '11', 'Albrook', ''),
(1798, 4, 187, '1.3', 'Jenniffer', ''),
(1799, 4, 187, '1.6', 'Muñiz', ''),
(1800, 4, 187, '23', 'Estoy buscando trabajo', ''),
(1801, 4, 187, '4.1', 'Colón', ''),
(1802, 4, 187, '4.2', 'Colón', ''),
(1803, 4, 187, '4.6', 'Panamá', ''),
(1804, 4, 187, '13', '69618361', ''),
(1805, 4, 187, '14', 'jenniffer2224@gmail.com', ''),
(1806, 4, 187, '5', 'Oficina', ''),
(1807, 4, 187, '6', 'General', ''),
(1808, 4, 187, '20', '200 - 300 mts - desde $85.95|91.97', ''),
(1809, 4, 187, '21', 'Diario', ''),
(1810, 4, 187, '17', '4', ''),
(1811, 4, 187, '18', '2', ''),
(1812, 4, 187, '7', '2021-08-31', ''),
(1813, 4, 187, '8', '08:00', ''),
(1814, 4, 187, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"200 - 300 mts - desde $85.95\";s:5:\"price\";s:5:\"91.97\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1815, 4, 187, '16', '91.97', ''),
(1816, 4, 187, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"200 - 300 mts - desde $85.95\";s:5:\"price\";s:5:\"91.97\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1817, 4, 188, '11', 'Albrook', ''),
(1818, 4, 188, '1.3', 'yuravi yaritza', ''),
(1819, 4, 188, '1.6', 'Algandona ortiz', ''),
(1820, 4, 188, '23', 'Quiero cotizar el servicio para mi hogar', ''),
(1821, 4, 188, '4.1', 'nuevo tocumen calle 58', ''),
(1822, 4, 188, '4.2', 'acceso', ''),
(1823, 4, 188, '4.6', 'Panamá', ''),
(1824, 4, 188, '13', '69185977', ''),
(1825, 4, 188, '14', 'yuravi@hotmail.es', ''),
(1826, 4, 188, '5', 'Casa', ''),
(1827, 4, 188, '6', 'Profunda', ''),
(1828, 4, 188, '20', '100 - 200 mts - desde $65.95|70.57', ''),
(1829, 4, 188, '21', 'Mensual', ''),
(1830, 4, 188, '17', '2', ''),
(1831, 4, 188, '18', '1', ''),
(1832, 4, 188, '7', '2021-08-21', ''),
(1833, 4, 188, '8', '06:00', ''),
(1834, 4, 188, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"100 - 200 mts - desde $65.95\";s:5:\"price\";s:5:\"70.57\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1835, 4, 188, '16', '70.57', ''),
(1836, 4, 188, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"100 - 200 mts - desde $65.95\";s:5:\"price\";s:5:\"70.57\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1837, 2, 189, '1.3', 'Luisa Forero', ''),
(1838, 2, 189, '2', 'luisacruz2806@gmail.com', ''),
(1839, 2, 189, '3', 'Buen día, quisiera consultar si llegan al área de Pedregal.', ''),
(1840, 2, 189, '4', 'Quiero cotizar el servicio para mi hogar', ''),
(1841, 2, 190, '1.3', 'Fidencio ABREGo', ''),
(1842, 2, 190, '2', 'abregoanuel30@gmail.com', ''),
(1843, 2, 190, '3', 'Busco empleo', ''),
(1844, 2, 190, '4', 'Estoy buscando trabajo', ''),
(1845, 2, 191, '1.3', 'Nidia Meneses', ''),
(1846, 2, 191, '2', 'menesesn07@gmail.com', ''),
(1847, 2, 191, '3', 'Buenas tardes, estoy buscando trabajo, cualquier vacante estoy a disposición, gracias.', ''),
(1848, 2, 191, '4', 'Estoy buscando trabajo', ''),
(1849, 2, 192, '1.3', 'Nidia Meneses', ''),
(1850, 2, 192, '2', 'menesesn07@gmail.com', ''),
(1851, 2, 192, '3', 'Buenas tardes, estoy buscando trabajo, cualquier vacante estoy a disposición, este es mi número de celular 6585-5021,gracias.', ''),
(1852, 2, 192, '4', 'Estoy buscando trabajo', ''),
(1853, 2, 193, '1.3', 'Veda', ''),
(1854, 2, 193, '2', 'montenegro.veda@gmail.com', ''),
(1855, 2, 193, '3', 'Good day\r\n\r\nBuy medical disposable face mask to protect your loved ones from the deadly CoronaVirus.  The price is $0.28 each.  If interested, please check our site: pharmacyoutlets.online\r\n\r\nEnjoy,\r\n\r\nVeda', ''),
(1856, 2, 193, '4', 'Quiero cotizar el servicio para mi empresa', ''),
(1857, 5, 194, '1.3', 'Carlos', ''),
(1858, 5, 194, '1.6', 'Flores', ''),
(1859, 5, 194, '11', 'Panamá Pacífico', ''),
(1860, 5, 194, '22', 'Quiero cotizar el servicio para mi empresa', ''),
(1861, 5, 194, '4.1', 'Panamerica Corporate Center, Panama Pacifico, Edificio 9100 local #10.', ''),
(1862, 5, 194, '4.6', 'Panamá', ''),
(1863, 5, 194, '13', '62505749', ''),
(1864, 5, 194, '14', 'opmgrpty@c807.com', ''),
(1865, 5, 194, '5', 'Oficina', ''),
(1866, 5, 194, '6', 'Extendida', ''),
(1867, 5, 194, '20', '100 - 200 mts - desde $65.95|70.57', ''),
(1868, 5, 194, '21', 'Mensual', ''),
(1869, 5, 194, '17', '5', ''),
(1870, 5, 194, '18', '3', ''),
(1871, 5, 194, '7', '2021-09-01', ''),
(1872, 5, 194, '8', '08:00', ''),
(1873, 5, 194, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"100 - 200 mts - desde $65.95\";s:5:\"price\";s:5:\"70.57\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1874, 5, 194, '16', '70.57', ''),
(1875, 5, 194, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"100 - 200 mts - desde $65.95\";s:5:\"price\";s:5:\"70.57\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1876, 2, 195, '1.3', 'Yovany Yanet Herrera Espinosa', ''),
(1877, 2, 195, '2', 'yanetherrera403@gmail.com', ''),
(1878, 2, 195, '3', 'me encantaria poder pertenecer  a su equipo de trabajo', ''),
(1879, 2, 195, '4', 'Estoy buscando trabajo', ''),
(1880, 2, 196, '1.3', 'Yovany Herrera', ''),
(1881, 2, 196, '2', 'yanetherrera403@gmail.com', ''),
(1882, 2, 196, '3', 'me gustaria poder pertenecer a su equipo de trabajo me encantaria que me dieran dicha oportunidad', ''),
(1883, 2, 196, '4', 'Estoy buscando trabajo', ''),
(1884, 2, 197, '1.3', 'MARIA COBOS', ''),
(1885, 2, 197, '2', 'secretariamfetal@gmail.com', ''),
(1886, 2, 197, '3', 'BUENAS TARDES\r\nDESEAMOS COTIZAR UNA LIMPIEZA PROFUNDA PARA OFICINA DE 38 METROS.\r\nCONSULTORIOS PUNTA PACIFICA.\r\nGRACIAS', ''),
(1887, 2, 197, '4', 'Quiero cotizar el servicio para mi empresa', ''),
(1888, 2, 198, '1.3', 'Ioxenia ovalle', ''),
(1889, 2, 198, '2', 'iovalle1629@hotmail.com', ''),
(1890, 2, 198, '4', 'Estoy buscando trabajo', ''),
(1891, 2, 199, '1.3', 'Ana', ''),
(1892, 2, 199, '2', 'Anazaidethromeromunoz@gmail.com', ''),
(1893, 2, 199, '3', 'Hola me gustaría ser parte de su equipo de trabajo', ''),
(1894, 2, 199, '4', 'Estoy buscando trabajo', ''),
(1895, 2, 200, '1.3', 'Vielka avila', ''),
(1896, 2, 200, '2', 'Vielkaavila97@gmail.com', ''),
(1897, 2, 200, '3', 'En busca de trabajo', ''),
(1898, 2, 200, '4', 'Estoy buscando trabajo', ''),
(1899, 2, 201, '1.3', 'Vielka avila', ''),
(1900, 2, 201, '2', 'Vielkaavila97@gmail.com', ''),
(1901, 2, 201, '3', 'En busca de trabajo', ''),
(1902, 2, 201, '4', 'Estoy buscando trabajo', ''),
(1903, 2, 202, '1.3', 'Vielka avila', ''),
(1904, 2, 202, '2', 'Vielkaavila97@gmail.com', ''),
(1905, 2, 202, '3', 'Estoy buscando trabajo', ''),
(1906, 2, 202, '4', 'Estoy buscando trabajo', ''),
(1907, 2, 203, '1.3', 'Mecedez castillo', ''),
(1908, 2, 203, '2', 'mercedezcastillo929@gmail.com', ''),
(1909, 2, 203, '3', 'Estoy buscando empleo\r\nMi número es 67706982 cualquier consulta a la orden', ''),
(1910, 2, 203, '4', 'Estoy buscando trabajo', ''),
(1911, 2, 204, '1.3', 'Ana maria hernandez', ''),
(1912, 2, 204, '2', 'degraciaana77@gmail.com', ''),
(1913, 2, 204, '3', 'Dusponible para cualquier turno  deseo trabajar', ''),
(1914, 2, 204, '4', 'Estoy buscando trabajo', ''),
(1915, 2, 205, '1.3', 'ysabel solorzano', ''),
(1916, 2, 205, '2', 'ysabel.solorzano@gmail.com', ''),
(1917, 2, 205, '3', 'buenos días la presente es para solicitar una cotización de conserjería para uno de nuestros ph somos una empresa que administra propiedades horizontales. necesitamos un conserje o aseadora de lunes a domingo de 08:00am a 05:00pm', ''),
(1918, 2, 205, '4', 'Quiero cotizar el servicio para mi empresa', ''),
(1919, 2, 206, '1.3', 'Betzaida Acosta', ''),
(1920, 2, 206, '2', 'betzaidaacosta503@gmail.com', ''),
(1921, 2, 206, '3', 'Buenos días quiero aplicar a una vacante  en su empresa .', ''),
(1922, 2, 206, '4', 'Estoy buscando trabajo', ''),
(1923, 2, 207, '1.3', 'Karolyn Nelms', ''),
(1924, 2, 207, '2', 'eliseharris3262@gmail.com', ''),
(1925, 2, 207, '3', 'Greetings\r\n\r\nIf you ever need Negative SEO to de-rank any site, you can hire us here\r\nhttps://www.speed-seo.net/product/negative-seo-service/', ''),
(1926, 2, 207, '4', 'Quiero cotizar el servicio para mi empresa', ''),
(1927, 2, 208, '1.3', 'Juan Perez', ''),
(1928, 2, 208, '2', 'johnenrique0410@gmail.com', ''),
(1929, 2, 208, '3', 'Buen dia \r\n\r\nQuisiera cotizar sus servicios para la limpieza de casas y oficinas.', ''),
(1930, 2, 208, '4', 'Quiero cotizar el servicio para mi empresa', ''),
(1931, 2, 209, '1.3', 'Denia tuñon', ''),
(1932, 2, 209, '2', 'deniperalta885@gmail.com', ''),
(1933, 2, 209, '4', 'Estoy buscando trabajo', ''),
(1934, 2, 210, '1.3', 'Chong Dolling', ''),
(1935, 2, 210, '2', 'dolling.chong@gmail.com', ''),
(1936, 2, 210, '3', 'NEW: We Make $862/Day In August 2021 - With...\r\nWorld\'s 1st \"Done-For-You\" Affiliate App That \r\nBanks Us $862/Day ClickBank Commissions!\r\n\r\nNo Tech Skills | No Knowledge | No Experience | No Hidden Costs\r\n\r\n=>> https://get-maximus.blogspot.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\nUnsuscribe Here =>> https://forms.gle/xUyfSkc355Fmmkf3A', ''),
(1937, 2, 210, '4', 'Quiero cotizar el servicio para mi empresa', ''),
(1938, 2, 211, '1.3', 'María esther godoy bermudez', ''),
(1939, 2, 211, '2', 'godoyalvaro495@gmail.com', ''),
(1940, 2, 211, '3', 'Estoy interesada en su empresa y quiero trabajar porque tengo 3 ninos que alimentar y soy madre soltera por favor plis', ''),
(1941, 2, 211, '4', 'Estoy buscando trabajo', ''),
(1942, 2, 212, '1.3', 'Ana maria hernadez', ''),
(1943, 2, 212, '2', 'degraciaana77@gmil.com', ''),
(1944, 2, 212, '3', 'Quiero tabajar disponible', ''),
(1945, 2, 212, '4', 'Estoy buscando trabajo', ''),
(1946, 2, 213, '1.3', 'Yamileth cumbrera', ''),
(1947, 2, 213, '2', 'cumbreraaracelis@gmai.com', ''),
(1948, 2, 213, '3', 'Deseo trabajar con ustedes', ''),
(1949, 2, 213, '4', 'Estoy buscando trabajo', ''),
(1950, 2, 214, '1.3', 'Melissa Morris', ''),
(1951, 2, 214, '2', 'maytee201278@gmail.com', ''),
(1952, 2, 214, '3', 'Quisiera ser parte de su empresa tengo la experiencia de aseo en CLEAN UP,Sky Chef,CEDI Xtra oficinas.', ''),
(1953, 2, 214, '4', 'Estoy buscando trabajo', ''),
(1954, 2, 215, '1.3', 'Zoveida gutierrez', ''),
(1955, 2, 215, '2', 'zoveidagutierrez888@gmail.com', ''),
(1956, 2, 215, '3', 'Tengo 3 hijos y mi deseo conseguir un trabajo para sustener mis gasto', ''),
(1957, 2, 215, '4', 'Estoy buscando trabajo', ''),
(1958, 4, 216, '11', 'Albrook', ''),
(1959, 4, 216, '1.3', 'Zoveida', ''),
(1960, 4, 216, '1.6', 'Gutierrez', ''),
(1961, 4, 216, '23', 'Estoy buscando trabajo', ''),
(1962, 4, 216, '4.1', 'Santa cruz casa 44', ''),
(1963, 4, 216, '4.2', 'Al final de santa cruz', ''),
(1964, 4, 216, '4.6', 'Panamá', ''),
(1965, 4, 216, '13', '69403341', ''),
(1966, 4, 216, '14', 'zoveidagutierrez888@gmail.com', ''),
(1967, 4, 216, '5', 'Oficina', ''),
(1968, 4, 216, '6', 'Profunda', ''),
(1969, 4, 216, '20', '200 - 300 mts - desde $85.95|91.97', ''),
(1970, 4, 216, '21', 'Diario', ''),
(1971, 4, 216, '17', '5', ''),
(1972, 4, 216, '18', '3', ''),
(1973, 4, 216, '7', '2021-09-01', ''),
(1974, 4, 216, '8', '12:00', ''),
(1975, 4, 216, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"200 - 300 mts - desde $85.95\";s:5:\"price\";s:5:\"91.97\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1976, 4, 216, '16', '91.97', ''),
(1977, 4, 216, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"200 - 300 mts - desde $85.95\";s:5:\"price\";s:5:\"91.97\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(1978, 2, 217, '1.3', 'Latvia Pino', ''),
(1979, 2, 217, '2', 'latpin19@gmail.com', ''),
(1980, 2, 217, '3', 'En busca de empleo, disponible medio tiempo o tiempo completo.', ''),
(1981, 2, 217, '4', 'Estoy buscando trabajo', ''),
(1982, 2, 218, '1.3', 'Ana maria hernandes', ''),
(1983, 2, 218, '2', 'degraciaana77@gmil.com', ''),
(1984, 2, 218, '4', 'Estoy buscando trabajo', ''),
(1985, 2, 219, '1.3', 'Ana maria hernandez', ''),
(1986, 2, 219, '2', 'degraciaana77@gmil.com', ''),
(1987, 2, 219, '3', 'No tengo empleo estoy disponible a cualquier turno', ''),
(1988, 2, 219, '4', 'Estoy buscando trabajo', ''),
(1989, 2, 220, '1.3', 'Leysha', ''),
(1990, 2, 220, '2', 'leysha2209@gmail.com', ''),
(1991, 2, 220, '3', 'Aii tan cojiendo para trabajar', ''),
(1992, 2, 220, '4', 'Estoy buscando trabajo', ''),
(1993, 2, 221, '1.3', 'Vicenta Prado Rojas', ''),
(1994, 2, 221, '2', 'Vicentaroja05@guimail.com', ''),
(1995, 2, 221, '3', 'Megustaria q m dieran la oportunidad. De pertenecer en su. Empresa', ''),
(1996, 2, 221, '4', 'Estoy buscando trabajo', ''),
(1997, 2, 222, '1.3', 'Anyikitili  archibold', ''),
(1998, 2, 222, '2', 'anyiarchibold189@gmail.com', ''),
(1999, 2, 222, '3', 'Como ago para trabajar', ''),
(2000, 2, 222, '4', 'Estoy buscando trabajo', ''),
(2001, 2, 223, '1.3', 'Maryury leiva', ''),
(2002, 2, 223, '2', 'leivamaryuris6@gmail.com', ''),
(2003, 2, 223, '3', 'Busco trabajo', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(2004, 2, 223, '4', 'Estoy buscando trabajo', ''),
(2005, 2, 224, '1.3', 'Susana lorenzo', ''),
(2006, 2, 224, '2', 'susanalorenzo439@gmail.com', ''),
(2007, 2, 224, '3', 'Estoy interesada en formar parte de su hequipo ,tengo experiencia', ''),
(2008, 2, 224, '4', 'Estoy buscando trabajo', ''),
(2009, 2, 225, '1.3', 'Jacqueline edith cádiz de bonvini', ''),
(2010, 2, 225, '2', 'Jacquelinedith21@hotmail.com', ''),
(2011, 2, 225, '3', 'Buenos días  es como vi el anuncio estaba interesada en el empleo    quisiera trabaja y formar parte de su empresa tengo experiencia  en limpieza mi numeto es 66804719', ''),
(2012, 2, 225, '4', 'Estoy buscando trabajo', ''),
(2013, 2, 226, '1.3', 'Hilda Raquel Joseph Valdes', ''),
(2014, 2, 226, '2', 'hrjv9214@gmail.com', ''),
(2015, 2, 226, '3', 'Quisiera una oportunidad de trabajo', ''),
(2016, 2, 226, '4', 'Estoy buscando trabajo', ''),
(2017, 2, 227, '1.3', 'Faisca Lidia moreno flores de martinez', ''),
(2018, 2, 227, '2', 'morenofaisca598@gmail.com', ''),
(2019, 2, 227, '4', 'Estoy buscando trabajo', ''),
(2020, 2, 228, '1.3', 'Faisca Lidia moreno flores de martinez', ''),
(2021, 2, 228, '2', 'morenofaisca598@gmail.com', ''),
(2022, 2, 228, '4', 'Estoy buscando trabajo', ''),
(2023, 2, 229, '1.3', 'Faisca Lidia moreno flores de martinez', ''),
(2024, 2, 229, '2', 'morenofaisca598@gmail.com', ''),
(2025, 2, 229, '3', 'Q  me pueda dar la oportunidad de pertenecer a el trabajó', ''),
(2026, 2, 229, '4', 'Estoy buscando trabajo', ''),
(2027, 2, 230, '1.3', 'Adelis Trejos', ''),
(2028, 2, 230, '2', 'trejosadelis@gmil.com', ''),
(2029, 2, 230, '3', 'Hola, buen dia quisiera aplicar para laborar con ustedes, tengo los 2 carnets, Gracias.', ''),
(2030, 2, 230, '4', 'Estoy buscando trabajo', ''),
(2031, 2, 231, '1.3', 'Adelis Trejos', ''),
(2032, 2, 231, '2', 'trejosadelis@gmil.com', ''),
(2033, 2, 231, '3', 'Hola, buen dia quisiera aplicar para laborar con ustedes, tengo los 2 carnets, Gracias.', ''),
(2034, 2, 231, '4', 'Estoy buscando trabajo', ''),
(2035, 2, 232, '1.3', 'ELVIA  RAQUEL RODRÍGUEZ DE VÁSQUEZ', ''),
(2036, 2, 232, '2', 'marjoney13@hotmail.com', ''),
(2037, 2, 232, '3', 'Estoy interesada en trabajar limpieza tengo especial experiencia', ''),
(2038, 2, 232, '4', 'Estoy buscando trabajo', ''),
(2039, 2, 233, '1.3', 'Eyda Madrid', ''),
(2040, 2, 233, '2', 'sebaseliecer01@gmail.com', ''),
(2041, 2, 233, '3', 'Para solicitar un empleo en esta empresa', ''),
(2042, 2, 233, '4', 'Estoy buscando trabajo', ''),
(2043, 2, 234, '1.3', 'Fania Camargo', ''),
(2044, 2, 234, '2', 'guayoelteti@gmail.com', ''),
(2045, 2, 234, '3', 'Estoy buscando trabajo', ''),
(2046, 2, 234, '4', 'Estoy buscando trabajo', ''),
(2047, 2, 235, '1.3', 'Diana Marcela sanchez', ''),
(2048, 2, 235, '2', 'marcelitamercado85@gmail.com', ''),
(2049, 2, 235, '3', 'Quisiera ser arte de la empresas', ''),
(2050, 2, 235, '4', 'Estoy buscando trabajo', ''),
(2051, 2, 236, '1.3', 'Diana Marcela sanchez', ''),
(2052, 2, 236, '2', 'marcelitamercado85@gmail.com', ''),
(2053, 2, 236, '3', 'Quisiera ser arte de la empresas', ''),
(2054, 2, 236, '4', 'Estoy buscando trabajo', ''),
(2055, 2, 237, '1.3', 'Yanetzi cunampio', ''),
(2056, 2, 237, '2', 'Jaletbaloy@gmail.com', ''),
(2057, 2, 237, '3', 'Estoy buscando empleo', ''),
(2058, 2, 237, '4', 'Estoy buscando trabajo', ''),
(2059, 2, 238, '1.3', 'Emirsa santo', ''),
(2060, 2, 238, '2', 'emirsasanto@gmail.com', ''),
(2061, 2, 238, '3', 'Hola buenas tarde me gustaría que me tomarán en cuanta para un puesto de trabajo mi numero telefónico 6203-8976', ''),
(2062, 2, 238, '4', 'Estoy buscando trabajo', ''),
(2063, 2, 239, '1.3', 'Gloria Isabel Barria', ''),
(2064, 2, 239, '2', 'barriagloria@gmail.com', ''),
(2065, 2, 239, '3', 'Estoy interesada en formar parte de su equipo  ya q es buen equipo y quisiera compartir mis avilidades', ''),
(2066, 2, 239, '4', 'Estoy buscando trabajo', ''),
(2067, 2, 240, '1.3', 'Gloria Isabel Barria', ''),
(2068, 2, 240, '2', 'barriagloria@gmail.com', ''),
(2069, 2, 240, '3', 'Estoy interesada en formar parte de su equipo  ya q es buen equipo y quisiera compartir mis avilidades', ''),
(2070, 2, 240, '4', 'Estoy buscando trabajo', ''),
(2071, 2, 241, '1.3', 'Gloria Isabel Barria', ''),
(2072, 2, 241, '2', 'barriagloria@gmail.com', ''),
(2073, 2, 241, '3', 'Estoy interesada en formar parte de su equipo  ya q es buen equipo y quisiera compartir mis avilidades', ''),
(2074, 2, 241, '4', 'Estoy buscando trabajo', ''),
(2075, 2, 242, '1.3', 'Gloria Isabel Barria', ''),
(2076, 2, 242, '2', 'barriagloria@gmail.com', ''),
(2077, 2, 242, '3', 'Estoy interesada en formar parte de su equipo  ya q es buen equipo y quisiera compartir mis avilidades', ''),
(2078, 2, 242, '4', 'Estoy buscando trabajo', ''),
(2079, 2, 243, '1.3', 'Zhusan castrellon', ''),
(2080, 2, 243, '2', 'castrellon88@outlook.com', ''),
(2081, 2, 243, '3', 'Buenos días me gustaría cotizar con Usted para el servicio de limpieza profunda a mi residencia ubicada en vacamonte barriada la hacienda PH ESPAVE es una casa de 3 recámaras, 1 baño, sala, comedor y terraza techada es una casa sencilla de 195 metros cuadrados.\r\nAgradezco la atención que le brinde a mi solicitud muchas gracias.', ''),
(2082, 2, 243, '4', 'Quiero cotizar el servicio para mi empresa', ''),
(2083, 2, 244, '1.3', 'Zhusan castrellon', ''),
(2084, 2, 244, '2', 'castrellon88@outlook.com', ''),
(2085, 2, 244, '3', 'Buenos días me gustaría cotizar con Usted para el servicio de limpieza profunda a mi residencia ubicada en vacamonte barriada la hacienda PH ESPAVE es una casa de 3 recámaras, 1 baño, sala, comedor y terraza techada es una casa sencilla de 195 metros cuadrados.\r\nAgradezco la atención que le brinde a mi solicitud muchas gracias.', ''),
(2086, 2, 244, '4', 'Quiero cotizar el servicio para mi hogar', ''),
(2087, 2, 245, '1.3', 'Josetrujillo', ''),
(2088, 2, 245, '2', 'josetrujillo1780@gmail.com', ''),
(2089, 2, 245, '3', 'Panamá', ''),
(2090, 2, 245, '4', 'Quiero cotizar el servicio para mi empresa', ''),
(2091, 2, 246, '1.3', 'Mayelis machuca', ''),
(2092, 2, 246, '2', 'machucamayelis325@gmail.com', ''),
(2093, 2, 246, '3', 'Deseo q me den una oportunidad de superarme y poder ser parte de su equipo en trabajo', ''),
(2094, 2, 246, '4', 'Estoy buscando trabajo', ''),
(2095, 2, 247, '1.3', 'Mayelis machuca', ''),
(2096, 2, 247, '2', 'machucamayelis325@gmail.com', ''),
(2097, 2, 247, '3', 'Deseo q me den una oportunidad de superarme y poder ser parte de su equipo en trabajo', ''),
(2098, 2, 247, '4', 'Estoy buscando trabajo', ''),
(2099, 2, 248, '1.3', 'Leticia Santana', ''),
(2100, 2, 248, '2', 'yamilethleticia0685@gmail.com', ''),
(2101, 2, 248, '3', 'Buenas tardes.\r\nEstoy en busca de trabajo quisiera que me brinde la oportunidad de trabajar con ustedes.\r\nSoy responsable,honesta y puntual.\r\nHe tenido oportunidad de limpiar oficina y de limpiar casas.\r\nDisponible para trabajo inmediato.', ''),
(2102, 2, 248, '4', 'Estoy buscando trabajo', ''),
(2103, 2, 249, '1.3', 'Mayelis machuca', ''),
(2104, 2, 249, '2', 'machucamayelis325@gmail.com', ''),
(2105, 2, 249, '3', 'Deseo de superación para poder desarrollar mis relaciones interpersonales en su prestigiosa institución o empresa y demostrar a la personas encargadas mi profecionalismo y responsabilidad', ''),
(2106, 2, 249, '4', 'Estoy buscando trabajo', ''),
(2107, 2, 250, '1.3', 'Mayelis machuca', ''),
(2108, 2, 250, '2', 'machucamayelis325@gmail.com', ''),
(2109, 2, 250, '3', 'Deseo de superación para poder desarrollar mis relaciones interpersonales en su prestigiosa institución o empresa y demostrar a la personas encargadas mi profecionalismo y responsabilidad', ''),
(2110, 2, 250, '4', 'Estoy buscando trabajo', ''),
(2111, 2, 251, '1.3', 'Mayelis machuca', ''),
(2112, 2, 251, '2', 'machucamayelis325@gmail.com', ''),
(2113, 2, 251, '3', 'Deseo de superación para poder desarrollar mis relaciones interpersonales en su prestigiosa institución o empresa y demostrar a la personas encargadas mi profecionalismo y responsabilidad', ''),
(2114, 2, 251, '4', 'Estoy buscando trabajo', ''),
(2115, 2, 252, '1.3', 'Mayelis machuca', ''),
(2116, 2, 252, '2', 'machucamayelis325@gmail.com', ''),
(2117, 2, 252, '3', 'Deseo de superación para poder desarrollar mis relaciones interpersonales en su prestigiosa institución o empresa y demostrar a las personas encargadas mi profesionalismo y responsabilidad', ''),
(2118, 2, 252, '4', 'Estoy buscando trabajo', ''),
(2119, 2, 253, '1.3', 'Doris Irma Martínez', ''),
(2120, 2, 253, '2', 'doris222513@gmail.com', ''),
(2121, 2, 253, '3', 'Estoy sin. Trabajo ..quisiera q me diera una  oportunidad  para trabajar', ''),
(2122, 2, 253, '4', 'Estoy buscando trabajo', ''),
(2123, 2, 254, '1.3', 'Selene', ''),
(2124, 2, 254, '2', 'bleakley.selene@gmail.com', ''),
(2125, 2, 254, '3', 'Hello \r\n\r\nThe New Powerful LED Flashlight is The Perfect Flashlight For Any Situation!\r\n\r\nThe 3,000 Lumens & Adjustable Zoom gives you the wide field of view and brightness other flashlights don’t have.\r\n\r\n50% OFF + Free Shipping!  Get it Now: linterna.shop\r\n\r\nBest Wishes, \r\n\r\nSelene', ''),
(2126, 2, 254, '4', 'Quiero cotizar el servicio para mi empresa', ''),
(2127, 2, 255, '1.3', 'Nathaniel', ''),
(2128, 2, 255, '2', 'tudawali.nathaniel@gmail.com', ''),
(2129, 2, 255, '3', 'Hi\r\n\r\nBe Buzz Free! The Original Mosquito Trap.\r\n\r\n60% OFF for the next 24 Hours ONLY + FREE Worldwide Shipping\r\n✔️LED Bionic Wave Technology\r\n✔️Eco-Friendly\r\n✔️15 Day Money-Back Guarantee\r\n\r\nShop Now: mosquitotrap.online\r\n\r\nAll the best,\r\n\r\nNathaniel\r\nDaclean Express – Limpiezas que impactan y transforman vidas', ''),
(2130, 2, 255, '4', 'Quiero cotizar el servicio para mi empresa', ''),
(2131, 4, 256, '11', 'Panamá Pacífico', ''),
(2132, 4, 256, '1.3', 'Lieydis', ''),
(2133, 4, 256, '1.6', 'Dixon', ''),
(2134, 4, 256, '23', 'Estoy buscando trabajo', ''),
(2135, 4, 256, '4.1', 'Veracruz', ''),
(2136, 4, 256, '4.2', 'Barriada panamá calle primera', ''),
(2137, 4, 256, '4.6', 'Panamá', ''),
(2138, 4, 256, '13', '60016419', ''),
(2139, 4, 256, '14', 'dixonlieydis317@gmail.com', ''),
(2140, 4, 256, '5', 'Apartamento', ''),
(2141, 4, 256, '6', 'General', ''),
(2142, 4, 256, '20', '100 - 200 mts - desde $65.95|70.57', ''),
(2143, 4, 256, '21', 'Diario', ''),
(2144, 4, 256, '17', '2', ''),
(2145, 4, 256, '18', '1', ''),
(2146, 4, 256, '7', '2021-10-11', ''),
(2147, 4, 256, '8', '03:41', ''),
(2148, 4, 256, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"100 - 200 mts - desde $65.95\";s:5:\"price\";s:5:\"70.57\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(2149, 4, 256, '16', '70.57', ''),
(2150, 4, 256, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"100 - 200 mts - desde $65.95\";s:5:\"price\";s:5:\"70.57\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(2151, 2, 257, '1.3', 'Lieydis Dixon', ''),
(2152, 2, 257, '2', 'dixonlieydis317@gmail.com', ''),
(2153, 2, 257, '3', 'Estoy buscando trabajo', ''),
(2154, 2, 257, '4', 'Estoy buscando trabajo', ''),
(2155, 2, 258, '1.3', 'Janessa Sturm', ''),
(2156, 2, 258, '2', 'janessa.sturm@gmail.com', ''),
(2157, 2, 258, '3', 'Hello, \r\nI believe you are doing great, the purpose of writing this email is to give you insights about our amazing product Hibrew.\r\nThrough Hibrew, a 3 in 1espresso maker, you can make all your favorite types of coffee with ease. The appliance can be used with store-bought coffee capsules containing a variety of flavors or can also be used with regular coffee powder. This appliance is compatible with both Nespresso and Dulce Gusto capsules making it one of the most convenient coffee makers in the market today.\r\nWe have always considered customer satisfaction as our first priority. Due to this attribute, we have a large amount of traffic on our platform and we have got many positive reviews from our valuable clients from diverse backgrounds.\r\nFor more details, you can visit us at: thehibrew.com\r\n\r\nRegards,\r\nTheHibrew.com', ''),
(2158, 2, 258, '4', 'Quiero cotizar el servicio para mi empresa', ''),
(2159, 2, 259, '1.3', 'Selibeht Agraje', ''),
(2160, 2, 259, '2', 'selibeht2301@hotmail.com', ''),
(2161, 2, 259, '3', 'Estoy buscando trabajo.\r\nExperiencia en servicio al cliente, call center, ventas, cobross.', ''),
(2162, 2, 259, '4', 'Estoy buscando trabajo', ''),
(2163, 2, 260, '1.3', 'Daniel', ''),
(2164, 2, 260, '2', 'Daniel.abadi.q@gmail.com', ''),
(2165, 2, 260, '3', 'Buenas tardes. Para cotizar limpieza de apartamento', ''),
(2166, 2, 260, '4', 'Quiero cotizar el servicio para mi hogar', ''),
(2167, 2, 261, '1.3', 'Analuisa rodriguez', ''),
(2168, 2, 261, '2', 'analuisaz2525@gmail.com', ''),
(2169, 2, 261, '3', 'Buscó  empleo', ''),
(2170, 2, 261, '4', 'Estoy buscando trabajo', ''),
(2171, 4, 262, '11', 'Condado del Rey', ''),
(2172, 4, 262, '1.3', 'SIMON', ''),
(2173, 4, 262, '1.6', 'HE', ''),
(2174, 4, 262, '23', 'Quiero cotizar el servicio para mi hogar', ''),
(2175, 4, 262, '4.1', 'CONDADO DEL REY', ''),
(2176, 4, 262, '4.2', 'AVENIDA CONDADO DEL REY', ''),
(2177, 4, 262, '4.6', 'Panamá', ''),
(2178, 4, 262, '13', '67174500', ''),
(2179, 4, 262, '14', 'simonbing@hotmail.com', ''),
(2180, 4, 262, '5', 'Casa', ''),
(2181, 4, 262, '6', 'General', ''),
(2182, 4, 262, '20', '100 - 200 mts - desde $65.95|70.57', ''),
(2183, 4, 262, '21', 'Semanal', ''),
(2184, 4, 262, '17', '4', ''),
(2185, 4, 262, '18', '3', ''),
(2186, 4, 262, '7', '2021-10-25', ''),
(2187, 4, 262, '8', '04:00', ''),
(2188, 4, 262, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"100 - 200 mts - desde $65.95\";s:5:\"price\";s:5:\"70.57\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(2189, 4, 262, '16', '70.57', ''),
(2190, 4, 262, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"100 - 200 mts - desde $65.95\";s:5:\"price\";s:5:\"70.57\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(2191, 2, 263, '1.3', 'Karina Samudio', ''),
(2192, 2, 263, '2', 'karina271195@hotmail.com', ''),
(2193, 2, 263, '3', 'Buenas tardes estoy en busca de trabajo me considero una persona capaz para este puesto tengo experiencia en el área de limpieza muchas gracias.', ''),
(2194, 2, 263, '4', 'Estoy buscando trabajo', ''),
(2195, 4, 264, '11', 'Brisas del Golf', ''),
(2196, 4, 264, '1.3', 'Karen', ''),
(2197, 4, 264, '1.6', 'Kan', ''),
(2198, 4, 264, '23', 'Quiero cotizar el servicio para mi hogar', ''),
(2199, 4, 264, '4.1', 'Casa 227 h', ''),
(2200, 4, 264, '4.2', 'Calle 39 sur brisas del golf', ''),
(2201, 4, 264, '4.6', 'Panamá', ''),
(2202, 4, 264, '13', '62880796', ''),
(2203, 4, 264, '14', 'Michellekan82@gmail.com', ''),
(2204, 4, 264, '5', 'Casa', ''),
(2205, 4, 264, '6', 'Profunda', ''),
(2206, 4, 264, '20', '100 - 200 mts - desde $65.95|70.57', ''),
(2207, 4, 264, '21', 'Mensual', ''),
(2208, 4, 264, '17', '3', ''),
(2209, 4, 264, '18', '2', ''),
(2210, 4, 264, '7', '2021-10-21', ''),
(2211, 4, 264, '8', '07:30', ''),
(2212, 4, 264, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"100 - 200 mts - desde $65.95\";s:5:\"price\";s:5:\"70.57\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(2213, 4, 264, '16', '70.57', ''),
(2214, 4, 264, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"100 - 200 mts - desde $65.95\";s:5:\"price\";s:5:\"70.57\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(2215, 2, 265, '1.3', 'Anneth', ''),
(2216, 2, 265, '2', 'estherci0116@gmail.com', ''),
(2217, 2, 265, '3', 'Espero me tomen en cuenta para pertenecer a su equipo de trabajo.', ''),
(2218, 2, 265, '4', 'Estoy buscando trabajo', ''),
(2219, 2, 266, '1.3', 'Johanys nazareth otero', ''),
(2220, 2, 266, '2', 'johanysotero3@gmail.com', ''),
(2221, 2, 266, '3', 'Buenas,saludos cordiales.                                                           Me encuentro, interesada en su vacante de empleo', ''),
(2222, 2, 266, '4', 'Estoy buscando trabajo', ''),
(2223, 2, 267, '1.3', 'Sugeidys Sánchez', ''),
(2224, 2, 267, '2', 'sugeidyssanchez41@gmail.com', ''),
(2225, 2, 267, '3', 'Estoy interesada en laborar con ustedes', ''),
(2226, 2, 267, '4', 'Estoy buscando trabajo', ''),
(2227, 2, 268, '1.3', 'Angélica Concepción', ''),
(2228, 2, 268, '2', 'faith828-@hotmail.com', ''),
(2229, 2, 268, '3', 'Buenas tardes , adjunto mi hoja de vida para ser considerada a la vacante disponible para formar parte de su prestigiosa empresa  y con ello concertar posteriormente una entrevista.\r\n\r\n\r\nAgradeciendo de antemano.\r\nSaludos Cordiales\r\n\r\nAngelica Concepción', ''),
(2230, 2, 268, '4', 'Estoy buscando trabajo', ''),
(2231, 2, 269, '1.3', 'Astrid pineda', ''),
(2232, 2, 269, '2', 'karolinapineda550@gmail.com', ''),
(2233, 2, 269, '3', 'Busco empleo experiencia en limpiesa 3 años', ''),
(2234, 2, 269, '4', 'Estoy buscando trabajo', ''),
(2235, 2, 270, '1.3', 'Roscoe Hoffmann', ''),
(2236, 2, 270, '2', 'roscoe.hoffmann@outlook.com', ''),
(2237, 2, 270, '3', 'I’ve got an idea for dacleanexpress.com\r\n\r\nVerified Google Reviews improve purchase decisions, they magically push visitors from thinking into purchasing your products.\r\nHere is the mad service you must have to catch big customers through your website:\r\n	\r\nhttps://best-marketers.com/google-business-and-maps-reviews\r\n\r\n\r\nSincerely,\r\nWe offer the very best Promotion services you may purchase on our online shop to make big money in a small business, still not considering getting new customers? Here is a simple, 1-click unsubscribe link: https://best-marketers.com/?unsubscribe=dacleanexpress.com', ''),
(2238, 2, 270, '4', 'Quiero cotizar el servicio para mi empresa', ''),
(2239, 5, 271, '1.3', 'Erika', ''),
(2240, 5, 271, '1.6', 'Medina', ''),
(2241, 5, 271, '11', 'Costa del Este', ''),
(2242, 5, 271, '22', 'Quiero cotizar el servicio para mi hogar', ''),
(2243, 5, 271, '4.1', 'Costa del Este , Costa del Mar Edif ph mau', ''),
(2244, 5, 271, '4.2', 'AvB entrando por la ford de cincuentenario', ''),
(2245, 5, 271, '4.6', 'Panamá', ''),
(2246, 5, 271, '13', '50765014717', ''),
(2247, 5, 271, '14', 'sabrinamedina12@gmail.com', ''),
(2248, 5, 271, '5', 'Apartamento', ''),
(2249, 5, 271, '6', 'Extendida', ''),
(2250, 5, 271, '20', '100 - 200 mts - desde $65.95|70.57', ''),
(2251, 5, 271, '21', 'Mensual', ''),
(2252, 5, 271, '17', '3', ''),
(2253, 5, 271, '18', '3', ''),
(2254, 5, 271, '7', '2021-11-08', ''),
(2255, 5, 271, '8', '08:00', ''),
(2256, 5, 271, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"100 - 200 mts - desde $65.95\";s:5:\"price\";s:5:\"70.57\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(2257, 5, 271, '16', '70.57', ''),
(2258, 5, 271, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"100 - 200 mts - desde $65.95\";s:5:\"price\";s:5:\"70.57\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(2259, 2, 272, '1.3', 'Erika', ''),
(2260, 2, 272, '2', 'sabrinamedina12@gmail.com', ''),
(2261, 2, 272, '3', 'Requiero ver frecuencia de servicio de limpieza 2 veces por semana .', ''),
(2262, 2, 272, '4', 'Quiero cotizar el servicio para mi hogar', ''),
(2263, 2, 273, '1.3', 'Cristina Gallegos', ''),
(2264, 2, 273, '2', 'cristina.gallegos3@gmail.com', ''),
(2265, 2, 273, '3', 'Tengo una casa de 3 recamaras,  estudio, sala de tv, área de servicio,  patios laterales, terraza, cocina. Son aproximado 350 mts. Quisiera cotizar el servicio de limpieza 2 veces por mes. Gracias', ''),
(2266, 2, 273, '4', 'Quiero cotizar el servicio para mi hogar', ''),
(2267, 2, 274, '1.3', 'Laboratorios Siegfried, S. A.', ''),
(2268, 2, 274, '2', 'lgutierrez@siegfried-cac.com', ''),
(2269, 2, 274, '3', 'Buenas tardes \r\nPor favor me podrían cotizar un servicio de limpieza para unas oficinas de 247m², con 2 baños, 1 cafetería, con las siguientes opciones:\r\n* 2 visitas a la semana de 8 hrs c/día.\r\n* Lunes a Viernes de 8 a 1\r\n* 1 limpieza general ya que son oficinas nuevas y el dueño de la oficina hace una limpieza básica', ''),
(2270, 2, 274, '4', 'Quiero cotizar el servicio para mi empresa', ''),
(2271, 2, 275, '1.3', 'Luisa Alonso', ''),
(2272, 2, 275, '2', 'cindy-arauz@hotmail.com', ''),
(2273, 2, 275, '3', 'Buenas Tardes, me gustaria formar parte de su prestigiosa empresa, para aportar todos mis conocimientos y habilidades dentro de ella.', ''),
(2274, 2, 275, '4', 'Estoy buscando trabajo', ''),
(2275, 4, 276, '11', 'Parque Lefevre', ''),
(2276, 4, 276, '1.3', 'Jesús', ''),
(2277, 4, 276, '1.6', 'Izos', ''),
(2278, 4, 276, '23', 'Quiero cotizar el servicio para mi hogar', ''),
(2279, 4, 276, '4.1', 'Ph Royal Park parque lefevre', ''),
(2280, 4, 276, '4.6', 'Panamá', ''),
(2281, 4, 276, '13', '61407134', ''),
(2282, 4, 276, '14', 'jizos24@gmail.com', ''),
(2283, 4, 276, '5', 'Apartamento', ''),
(2284, 4, 276, '6', 'Profunda', ''),
(2285, 4, 276, '20', '50 - 100 mts - desde $45.95|49.17', ''),
(2286, 4, 276, '21', 'Mensual', ''),
(2287, 4, 276, '17', '2', ''),
(2288, 4, 276, '18', '1', ''),
(2289, 4, 276, '7', '2021-11-17', ''),
(2290, 4, 276, '8', '07:00', ''),
(2291, 4, 276, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:27:\"50 - 100 mts - desde $45.95\";s:5:\"price\";s:5:\"49.17\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(2292, 4, 276, '16', '49.17', ''),
(2293, 4, 276, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:27:\"50 - 100 mts - desde $45.95\";s:5:\"price\";s:5:\"49.17\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(2294, 5, 277, '1.3', 'asd', ''),
(2295, 5, 277, '1.6', 'asd', ''),
(2296, 5, 277, '11', 'Albrook', ''),
(2297, 5, 277, '22', 'Quiero cotizar el servicio para mi empresa', ''),
(2298, 5, 277, '4.1', 'asd1', ''),
(2299, 5, 277, '4.2', 'asd21', ''),
(2300, 5, 277, '4.6', 'Panamá', ''),
(2301, 5, 277, '13', '11492888777', ''),
(2302, 5, 277, '14', 'asd@gmail.com', ''),
(2303, 5, 277, '5', 'Casa', ''),
(2304, 5, 277, '6', 'General', ''),
(2305, 5, 277, '20', '0 - 50 mts - desde $35.95|38.47', ''),
(2306, 5, 277, '21', 'Diario', ''),
(2307, 5, 277, '17', '5', ''),
(2308, 5, 277, '18', '3', ''),
(2309, 5, 277, '7', '2021-11-17', ''),
(2310, 5, 277, '8', '12:09', ''),
(2311, 5, 277, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(2312, 5, 277, '16', '38.47', ''),
(2313, 5, 277, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(2314, 2, 278, '1.3', 'asd', ''),
(2315, 2, 278, '2', 'asd@gmail.com', ''),
(2316, 2, 278, '3', 'asdsad', ''),
(2317, 2, 278, '4', 'Quiero cotizar el servicio para mi empresa', ''),
(2318, 4, 279, '11', 'Albrook', ''),
(2319, 4, 279, '1.3', 'Yelineth', ''),
(2320, 4, 279, '1.6', 'Acevedo', ''),
(2321, 4, 279, '23', 'Estoy buscando trabajo', ''),
(2322, 4, 279, '4.1', 'Nuevo tocumen', ''),
(2323, 4, 279, '4.2', 'Ezequiel', ''),
(2324, 4, 279, '4.6', 'Panamá', ''),
(2325, 4, 279, '13', '68800984', ''),
(2326, 4, 279, '14', 'yelinethacevedo@gmail.com', ''),
(2327, 4, 279, '5', 'Casa', ''),
(2328, 4, 279, '6', 'General', ''),
(2329, 4, 279, '20', '0 - 50 mts - desde $35.95|38.47', ''),
(2330, 4, 279, '21', 'Diario', ''),
(2331, 4, 279, '17', '4', ''),
(2332, 4, 279, '18', '2', ''),
(2333, 4, 279, '7', '2021-12-04', ''),
(2334, 4, 279, '8', '08:30', ''),
(2335, 4, 279, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(2336, 4, 279, '16', '38.47', ''),
(2337, 4, 279, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(2338, 2, 280, '1.3', 'Jenny', ''),
(2339, 2, 280, '2', 'jenny@foremedia.net', ''),
(2340, 2, 280, '3', 'Hey, I visited your site and I think that your content is amazing! It is really engaging and original, you must have worked so hard to generate such a quality content. We are ForeMedia and we help website owners with great websites to maximize the revenue they make from their website. I would love to buy Ad Spaces on your website and pay you per each impression of the ads on your site. We are Google Ad Exchange Premium partners and we work with more than 100 Ad Network & thousands of premium direct advertisers who would LOVE to buy Ads directly from your site and we can guarantee to increase your revenue by at least 45% compared to other advertising solutions you are currently using. You deserve to earn more for your content and maximize your earning potential and I will help you unlock that potential! There is no cost, you can register to our monetization platform for free on this link: https://foremedia.net/start I will be available for you on the Live Chat if you need any help, or you can email me back to: jenny@foremedia.net if you have any questions. I have at least 17 Premium Advertisers that have asked me to approach you because they would like to advertise on your website on Premium eCPM [cost per impressions] basis. Have a good day & feel free to ping me for any question! Click the link here for 1 minute registration to our platform [it\'s free!]: https://go.foremedia.net/u/start/', ''),
(2341, 2, 280, '4', 'Quiero cotizar el servicio para mi empresa', ''),
(2342, 4, 281, '11', 'Albrook', ''),
(2343, 4, 281, '1.3', 'Luisa', ''),
(2344, 4, 281, '1.6', 'Navarro', ''),
(2345, 4, 281, '23', 'Quiero cotizar el servicio para mi empresa', ''),
(2346, 4, 281, '4.1', 'Terrazas de Albrook Local D18', ''),
(2347, 4, 281, '4.6', 'Panamá', ''),
(2348, 4, 281, '13', '66788142', ''),
(2349, 4, 281, '14', 'tacpanama2021@gmail.com', ''),
(2350, 4, 281, '5', 'Oficina', ''),
(2351, 4, 281, '6', 'Profunda', ''),
(2352, 4, 281, '20', '50 - 100 mts - desde $45.95|49.17', ''),
(2353, 4, 281, '21', 'Semanal', ''),
(2354, 4, 281, '17', '4', ''),
(2355, 4, 281, '18', '1', ''),
(2356, 4, 281, '7', '2021-12-07', ''),
(2357, 4, 281, '8', '16:30', ''),
(2358, 4, 281, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:27:\"50 - 100 mts - desde $45.95\";s:5:\"price\";s:5:\"49.17\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(2359, 4, 281, '16', '49.17', ''),
(2360, 4, 281, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:27:\"50 - 100 mts - desde $45.95\";s:5:\"price\";s:5:\"49.17\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(2361, 5, 282, '1.3', 'Nallely', ''),
(2362, 5, 282, '1.6', 'Gonzalez', ''),
(2363, 5, 282, '11', 'Montelimar', ''),
(2364, 5, 282, '22', 'Quiero cotizar el servicio para mi hogar', ''),
(2365, 5, 282, '4.1', 'Altos del campo detrás del ON THE GO (Chorrera)', ''),
(2366, 5, 282, '4.6', 'Panamá', ''),
(2367, 5, 282, '13', '60144071', ''),
(2368, 5, 282, '14', 'subgerenciadefinanzasica@gmail.com', ''),
(2369, 5, 282, '5', 'Casa', ''),
(2370, 5, 282, '6', 'General', ''),
(2371, 5, 282, '20', '300 - 400 mts - desde $95.95|102.67', ''),
(2372, 5, 282, '21', 'Diario', ''),
(2373, 5, 282, '17', '5', ''),
(2374, 5, 282, '18', '3', ''),
(2375, 5, 282, '7', '2021-12-17', ''),
(2376, 5, 282, '8', '07:30', ''),
(2377, 5, 282, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"300 - 400 mts - desde $95.95\";s:5:\"price\";s:6:\"102.67\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(2378, 5, 282, '16', '102.67', ''),
(2379, 5, 282, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"300 - 400 mts - desde $95.95\";s:5:\"price\";s:6:\"102.67\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(2380, 4, 283, '11', 'Albrook', ''),
(2381, 4, 283, '1.3', 'Narcizo', ''),
(2382, 4, 283, '1.6', 'Abrego s', ''),
(2383, 4, 283, '23', 'Estoy buscando trabajo', ''),
(2384, 4, 283, '4.1', 'Esta mi disposición', ''),
(2385, 4, 283, '4.2', '24 de diciembre', ''),
(2386, 4, 283, '4.6', 'Panamá', ''),
(2387, 4, 283, '13', '68892895', ''),
(2388, 4, 283, '14', 'narcizoserranoa241@gmail.com', ''),
(2389, 4, 283, '5', 'Oficina', ''),
(2390, 4, 283, '6', 'General', ''),
(2391, 4, 283, '20', '300 - 400 mts - desde $95.95|102.67', ''),
(2392, 4, 283, '21', 'Diario', ''),
(2393, 4, 283, '17', '5', ''),
(2394, 4, 283, '18', '3', ''),
(2395, 4, 283, '7', '2021-12-20', ''),
(2396, 4, 283, '8', '08:59', ''),
(2397, 4, 283, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"300 - 400 mts - desde $95.95\";s:5:\"price\";s:6:\"102.67\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(2398, 4, 283, '16', '102.67', ''),
(2399, 4, 283, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"300 - 400 mts - desde $95.95\";s:5:\"price\";s:6:\"102.67\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(2400, 2, 284, '1.3', 'David Dos Santos', ''),
(2401, 2, 284, '2', 'davidefrainds@gmail.com', ''),
(2402, 2, 284, '3', 'Hola, quisiera cotizar la limpieza profunda de un apartamento de 200 mts en Costa del Este  el cual esta sin habitar y no tiene mobiliario. Que costo tendría el servicio?.', ''),
(2403, 2, 284, '4', 'Quiero cotizar el servicio para mi hogar', ''),
(2404, 2, 285, '1.3', 'Lisaura Rodríguez', ''),
(2405, 2, 285, '2', 'lisaurarodruez@gmil.com', ''),
(2406, 2, 285, '3', 'Estoy buscando trabajo de limpieza', ''),
(2407, 2, 285, '4', 'Estoy buscando trabajo', ''),
(2408, 2, 286, '1.3', 'Abdinielis pineda', ''),
(2409, 2, 286, '2', 'pinedaady1@gmail.com', ''),
(2410, 2, 286, '3', 'Estoy en busca d una oportunidad laboral', ''),
(2411, 2, 286, '4', 'Estoy buscando trabajo', ''),
(2412, 2, 287, '1.3', 'Karllely Rico', ''),
(2413, 2, 287, '2', 'kaylirico6@gmail.com', ''),
(2414, 2, 287, '3', 'deseo el servicio de limpieza para mi Residencia', ''),
(2415, 2, 287, '4', 'Quiero cotizar el servicio para mi hogar', ''),
(2416, 5, 288, '1.3', 'Diana', ''),
(2417, 5, 288, '1.6', 'Gonzalez', ''),
(2418, 5, 288, '11', 'San Francisco', ''),
(2419, 5, 288, '22', 'Quiero cotizar el servicio para mi hogar', ''),
(2420, 5, 288, '4.1', 'Ave. Los Fundadores, PH Palma de Mallorca', ''),
(2421, 5, 288, '4.6', 'Panamá', ''),
(2422, 5, 288, '13', '65508627', ''),
(2423, 5, 288, '14', 'diana_montserrat@hotmail.com', ''),
(2424, 5, 288, '5', 'Apartamento', ''),
(2425, 5, 288, '6', 'General', ''),
(2426, 5, 288, '20', '50 - 100 mts - desde $45.95|49.17', ''),
(2427, 5, 288, '21', 'Diario', ''),
(2428, 5, 288, '17', '2', ''),
(2429, 5, 288, '18', '2', ''),
(2430, 5, 288, '7', '2021-12-30', ''),
(2431, 5, 288, '8', '10:00', ''),
(2432, 5, 288, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:27:\"50 - 100 mts - desde $45.95\";s:5:\"price\";s:5:\"49.17\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(2433, 5, 288, '16', '49.17', ''),
(2434, 5, 288, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:27:\"50 - 100 mts - desde $45.95\";s:5:\"price\";s:5:\"49.17\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(2435, 2, 289, '1.3', 'Hilda Raquel Joseph Valdes', ''),
(2436, 2, 289, '2', 'hrjv9214@gmail.com', ''),
(2437, 2, 289, '4', 'Estoy buscando trabajo', ''),
(2438, 4, 290, '11', 'Albrook', ''),
(2439, 4, 290, '1.3', 'Norma', ''),
(2440, 4, 290, '1.6', 'Balaguer', ''),
(2441, 4, 290, '23', 'Quiero cotizar el servicio para mi hogar', ''),
(2442, 4, 290, '4.1', 'avenida centenario', ''),
(2443, 4, 290, '4.6', 'Panamá', ''),
(2444, 4, 290, '13', '62872864', ''),
(2445, 4, 290, '14', 'norma@zinkla.com', ''),
(2446, 4, 290, '5', 'Apartamento', ''),
(2447, 4, 290, '6', 'Profunda', ''),
(2448, 4, 290, '20', '50 - 100 mts - desde $45.95|49.17', ''),
(2449, 4, 290, '21', 'Mensual', ''),
(2450, 4, 290, '17', '2', ''),
(2451, 4, 290, '18', '1', ''),
(2452, 4, 290, '7', '2022-01-07', ''),
(2453, 4, 290, '8', '10:00', ''),
(2454, 4, 290, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:27:\"50 - 100 mts - desde $45.95\";s:5:\"price\";s:5:\"49.17\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(2455, 4, 290, '16', '49.17', ''),
(2456, 4, 290, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:27:\"50 - 100 mts - desde $45.95\";s:5:\"price\";s:5:\"49.17\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(2457, 4, 291, '11', 'Albrook', ''),
(2458, 4, 291, '1.3', 'Norma', ''),
(2459, 4, 291, '1.6', 'Balaguer', ''),
(2460, 4, 291, '23', 'Quiero cotizar el servicio para mi hogar', ''),
(2461, 4, 291, '4.1', 'avenida centenario PH Toscana', ''),
(2462, 4, 291, '4.6', 'Panamá', ''),
(2463, 4, 291, '13', '62872864', ''),
(2464, 4, 291, '14', 'norma@zinkla.com', ''),
(2465, 4, 291, '5', 'Apartamento', ''),
(2466, 4, 291, '6', 'Profunda', ''),
(2467, 4, 291, '20', '50 - 100 mts - desde $45.95|49.17', ''),
(2468, 4, 291, '21', 'Diario', ''),
(2469, 4, 291, '17', '2', ''),
(2470, 4, 291, '18', '1', ''),
(2471, 4, 291, '7', '2022-01-07', ''),
(2472, 4, 291, '8', '10:00', ''),
(2473, 4, 291, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:27:\"50 - 100 mts - desde $45.95\";s:5:\"price\";s:5:\"49.17\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(2474, 4, 291, '16', '49.17', ''),
(2475, 4, 291, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:27:\"50 - 100 mts - desde $45.95\";s:5:\"price\";s:5:\"49.17\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(2476, 2, 292, '1.3', 'Norma', ''),
(2477, 2, 292, '2', 'norma@zinkla.com', ''),
(2478, 2, 292, '3', 'limpieza por mudanza del inquilino', ''),
(2479, 2, 292, '4', 'Quiero cotizar el servicio para mi hogar', ''),
(2480, 2, 293, '1.3', 'Pedro Figueroa', ''),
(2481, 2, 293, '2', 'pf0875711@gmail.com', ''),
(2482, 2, 293, '3', 'Quiero formar parte de su equipo de trabajo', ''),
(2483, 2, 293, '4', 'Estoy buscando trabajo', ''),
(2484, 2, 294, '1.3', 'Pedro Figueroa', ''),
(2485, 2, 294, '2', 'pf0875711@gmail.com', ''),
(2486, 2, 294, '3', 'Quiero formar parte de su equipo de trabajo', ''),
(2487, 2, 294, '4', 'Estoy buscando trabajo', ''),
(2488, 2, 295, '1.3', 'Ubaldino Castro', ''),
(2489, 2, 295, '2', 'cccarisca137@gmail.com', ''),
(2490, 2, 295, '3', 'Buenas tardes, estoy interesado en conseguir un empleo, tengo experiencia y muchisimos deseos de trabajar. Espero ser considerado en su prestigiosa empresa.', ''),
(2491, 2, 295, '4', 'Estoy buscando trabajo', ''),
(2492, 4, 296, '11', 'Brisas del Golf', ''),
(2493, 4, 296, '1.3', 'Daisy', ''),
(2494, 4, 296, '1.6', 'Quiros', ''),
(2495, 4, 296, '23', 'Estoy buscando trabajo', ''),
(2496, 4, 296, '4.1', 'Tocumen', ''),
(2497, 4, 296, '4.2', 'buena vista , calle 4 l', ''),
(2498, 4, 296, '4.6', 'Panamá', ''),
(2499, 4, 296, '13', '65451109', ''),
(2500, 4, 296, '14', 'daisyquiros05@gmail.com', ''),
(2501, 4, 296, '5', 'Casa', ''),
(2502, 4, 296, '6', 'General', ''),
(2503, 4, 296, '20', '0 - 50 mts - desde $35.95|38.47', ''),
(2504, 4, 296, '21', 'Semanal', ''),
(2505, 4, 296, '17', '5', ''),
(2506, 4, 296, '18', '3', ''),
(2507, 4, 296, '7', '2022-01-05', ''),
(2508, 4, 296, '8', '06:11', ''),
(2509, 4, 296, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(2510, 4, 296, '16', '38.47', ''),
(2511, 4, 296, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(2512, 2, 297, '1.3', 'Guemi Algandona', ''),
(2513, 2, 297, '2', 'guemyalgandona6@gmail.com', ''),
(2514, 2, 297, '3', 'Hola buenos días , quería saber si están necesitando personal masculino y si es así donde puedo enviar la hoja de vida.', ''),
(2515, 2, 297, '4', 'Estoy buscando trabajo', ''),
(2516, 2, 298, '1.3', 'Dasmi', ''),
(2517, 2, 298, '2', 'dasmiavila03@gmail.com', ''),
(2518, 2, 298, '3', 'Quisiera trabajar con ustedes y poner a prueba todos mis conocimiento responsable y puntualmente con mi trabajo.muchas gracias', ''),
(2519, 2, 298, '4', 'Estoy buscando trabajo', ''),
(2520, 4, 299, '11', 'Bella Vista', ''),
(2521, 4, 299, '1.3', 'Liz', ''),
(2522, 4, 299, '1.6', 'Thompson', ''),
(2523, 4, 299, '23', 'Quiero cotizar el servicio para mi hogar', ''),
(2524, 4, 299, '4.1', 'Calle 26 avenida cuba', ''),
(2525, 4, 299, '4.2', 'Edificio poli', ''),
(2526, 4, 299, '4.6', 'Panamá', ''),
(2527, 4, 299, '13', '64505433', ''),
(2528, 4, 299, '14', 'panastour@gmail.com', ''),
(2529, 4, 299, '5', 'Apartamento', ''),
(2530, 4, 299, '6', 'General', ''),
(2531, 4, 299, '20', '100 - 200 mts - desde $65.95|70.57', ''),
(2532, 4, 299, '21', 'Diario', ''),
(2533, 4, 299, '17', '3', ''),
(2534, 4, 299, '18', '1', ''),
(2535, 4, 299, '7', '2022-01-01', ''),
(2536, 4, 299, '8', '01:00', ''),
(2537, 4, 299, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"100 - 200 mts - desde $65.95\";s:5:\"price\";s:5:\"70.57\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(2538, 4, 299, '16', '70.57', ''),
(2539, 4, 299, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:28:\"100 - 200 mts - desde $65.95\";s:5:\"price\";s:5:\"70.57\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(2540, 5, 300, '1.3', 'Ema', ''),
(2541, 5, 300, '1.6', 'Carrillo', ''),
(2542, 5, 300, '11', 'Albrook', ''),
(2543, 5, 300, '22', 'Estoy buscando trabajo', ''),
(2544, 5, 300, '4.1', 'Las Garzas', ''),
(2545, 5, 300, '4.6', 'Panamá', ''),
(2546, 5, 300, '13', '6251-2996', ''),
(2547, 5, 300, '14', 'eecarrillo71@gmail.com', ''),
(2548, 5, 300, '5', 'Casa', ''),
(2549, 5, 300, '6', 'General', ''),
(2550, 5, 300, '20', '0 - 50 mts - desde $35.95|38.47', ''),
(2551, 5, 300, '21', 'Semanal', ''),
(2552, 5, 300, '17', '3', ''),
(2553, 5, 300, '18', '3', ''),
(2554, 5, 300, '7', '2022-01-06', ''),
(2555, 5, 300, '8', '06:00', ''),
(2556, 5, 300, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(2557, 5, 300, '16', '38.47', ''),
(2558, 5, 300, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:25:\"0 - 50 mts - desde $35.95\";s:5:\"price\";s:5:\"38.47\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(2559, 2, 301, '1.3', 'Ema Carrillo', ''),
(2560, 2, 301, '2', 'eecarrillo71@gmail.com', ''),
(2561, 2, 301, '4', 'Estoy buscando trabajo', ''),
(2562, 2, 302, '1.3', 'Aida bello', ''),
(2563, 2, 302, '2', 'ninnoshka2002@gmail.com', ''),
(2564, 2, 302, '3', 'Quisiera trabajar con ustedes', ''),
(2565, 2, 302, '4', 'Estoy buscando trabajo', ''),
(2566, 2, 303, '1.3', 'Shaunte Korff', ''),
(2567, 2, 303, '2', 'korff.shaunte@msn.com', ''),
(2568, 2, 303, '3', 'Hi,\r\n\r\nIf you\'re struggling with getting \r\nyour affiliate site off the ground, \r\ncheck this out:\r\n\r\n=> https://videositesfullyautomaticmoney.blogspot.com/\r\n\r\nThis is a brand-new WordPress Premade Sites \r\nthat will help you automatically create \r\nmoney-making video sites with fresh \r\ntraffic-pulling content.\r\n\r\nYou can fill your site with hundreds\r\nof new videos every week on any topic\r\nand in any niche that you wish.\r\n\r\nThe content comes from top video platforms:\r\nYouTube, Vimeo and Dailymotion.\r\n\r\nAnd in addition to generating content,\r\nthe Sites also lets you add relevant\r\naffiliate products from Amazon and eBay,\r\nvideo ads and banners. \r\n\r\nThe price is going up fast. Go check it out\r\nand download the Premade Sites here:\r\n\r\n=> https://videositesfullyautomaticmoney.blogspot.com/\r\n\r\nRegards,\r\nBrahma', ''),
(2569, 2, 303, '4', 'Quiero cotizar el servicio para mi empresa', ''),
(2570, 2, 304, '1.3', 'Jenny O\'Brien', ''),
(2571, 2, 304, '2', 'jenny@foremedia.net', ''),
(2572, 2, 304, '3', 'Hey, I visited your site and I think that your content is amazing! It is really engaging and original, you must have worked so hard to generate such a quality content. We are ForeMedia and we help website owners with great websites to maximize the revenue they make from their website. I would love to buy Ad Spaces on your website and pay you per each impression of the ads on your site. We are Google Ad Exchange Premium partners and we work with more than 100 Ad Network & thousands of premium direct advertisers who would LOVE to buy Ads directly from your site and we can guarantee to increase your revenue by at least 45% compared to other advertising solutions you are currently using. You deserve to earn more for your content and maximize your earning potential and I will help you unlock that potential! There is no cost, you can register to our monetization platform for free on this link: https://foremedia.net/start I will be available for you on the Live Chat if you need any help, or you can email me back to: jenny@foremedia.net if you have any questions. I have at least 17 Premium Advertisers that have asked me to approach you because they would like to advertise on your website on Premium eCPM [cost per impressions] basis. Have a good day & feel free to ping me for any question! Click the link here for 1 minute registration to our platform [it\'s free!]: https://go.foremedia.net/u/start/', ''),
(2573, 2, 304, '4', 'Quiero cotizar el servicio para mi empresa', ''),
(2574, 2, 305, '1.3', 'Duane Vallery', ''),
(2575, 2, 305, '2', 'vallery.duane@gmail.com', ''),
(2576, 2, 305, '3', 'Hi!\r\n\r\nIn just a few hours from now, Tuberank Jeet 4 will be available for purchase. \r\n\r\n=>> https://tuberankjeet4.bizoppsguide.com?traffic_source=cf&cost=0.0\r\n\r\nThis the new and the most powerful version of Tuberank Jeet, the world’s most popular \r\nYouTube traffic and in this release they’ve added some really killer features.\r\n\r\n                                \r\n\r\n                                \r\nRank better on YouTube for traffic getting keywords and also appear on the sidebars of \r\n\r\nother videos in the same niche.\r\n\r\n                                \r\nGet a boost in YouTube traffic in the next 2 days and keep that growth for any time \r\n\r\nperiod you want.\r\n\r\n                                \r\nOptimize your YouTube videos with perfection without having to spend weeks and weeks \r\n\r\nlearning video SEO.\r\n \r\n=>> https://tuberankjeet4.bizoppsguide.com?traffic_source=cf&cost=0.0\r\n                                \r\nGenerate explosive amounts of subscribers and build a list easier driving customers to \r\n\r\nyour offers by tapping into keywords that no one is exploiting.\r\n\r\n                                \r\nIncluded YouTube marketing training gives you all their secret YouTube marketing \r\n\r\nstrategies.\r\n\r\n                                \r\nDiscover golden keywords with massive traffic and reach but with lower competition. \r\n\r\nBlow your competition away!\r\n\r\n                                \r\nStart today and build channels with thousands of visitors and even more without \r\n\r\nbreaking your back with hard work.\r\n\r\n                                \r\nBuild a powerful list even if you don’t have a product with video traffic.\r\n\r\n                                \r\nUse your competition’s videos to get ahead by tapping into their traffic and driving their \r\n\r\nvisitors to yourself.\r\n\r\n                                    \r\n\r\n\r\nIt’s the world’s most popular YouTube rankings and traffic software used by thousands of video \r\nmarketers. When you get it, you get the most robust and the most proven system available \r\nanywhere.\r\n                                \r\nThe best thing is, it’s ridiculously easy to use, and yet all the info is right at your fingertips. No \r\ncomplex charts to analyze or algorithms to crack. Tuberank Jeet gives you everything \r\nstep-by-step and takes the complexity out of rankings.\r\n\r\nIn fact, it actually tells you exactly what you need to do to rank big. No mystery there.\r\n\r\nFrankly, if you’re going to have just one tool for YouTube in 2019, this better be it.\r\n\r\nCheck out the demo and you’ll agree with me.\r\n\r\nWanna bet? Here’s the link.\r\n\r\n=>> https://tuberankjeet4.bizoppsguide.com?traffic_source=cf&cost=0.0\r\n\r\nCheers!\r\nBrahma', ''),
(2577, 2, 305, '4', 'Quiero cotizar el servicio para mi empresa', ''),
(2578, 2, 306, '1.3', 'Wolf Burakoff', ''),
(2579, 2, 306, '2', 'wolfbur@hotmail.com', ''),
(2580, 2, 306, '3', 'Necesito una limpieza de un apartamento de 237 mts2.  para poder entregarlo en las mejores condiciones posibles. (pisos, puertas, Baños, lavanderia, etc)  Gracias', ''),
(2581, 2, 306, '4', 'Quiero cotizar el servicio para mi hogar', ''),
(2582, 2, 307, '1.3', 'Edy', ''),
(2583, 2, 307, '2', 'edi2026@gmail.com', ''),
(2584, 2, 307, '3', 'Buen día \r\nEstoy interesada en una limpieza para mi residencia \r\n3 rec., 2 baños, sala comedor, cocina\r\n24 Dic., Cabra\r\nMe puede decir cual es el costo\r\nGracias', ''),
(2585, 2, 307, '4', 'Quiero cotizar el servicio para mi hogar', ''),
(2586, 2, 308, '1.3', 'Eric Jones', ''),
(2587, 2, 308, '2', 'eric.jones.z.mail@gmail.com', ''),
(2588, 2, 308, '3', 'Hello, my name’s Eric and I just ran across your website at dacleanexpress.com...\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\nTalk With Web Visitor is a software widget that’s 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\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor 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 follow up 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\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days 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\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=dacleanexpress.com', ''),
(2589, 2, 308, '4', 'Quiero cotizar el servicio para mi empresa', ''),
(2590, 2, 309, '1.3', 'Belkis', ''),
(2591, 2, 309, '2', 'belkisvasquez330@gmail.com', ''),
(2592, 2, 309, '3', 'Necesito empleo', ''),
(2593, 2, 309, '4', 'Estoy buscando trabajo', ''),
(2594, 2, 310, '1.3', 'Alejandro', ''),
(2595, 2, 310, '2', 'agonzalezm127@outlook.com', ''),
(2596, 2, 310, '3', 'Cotizar limpieza post construcción de apartamento residencial, 77 mts2. 2 recamaras, 2 baños.', ''),
(2597, 2, 310, '4', 'Quiero cotizar el servicio para mi hogar', ''),
(2598, 2, 311, '1.3', 'Idiliano', ''),
(2599, 2, 311, '2', 'onellopez756@gmail.com', ''),
(2600, 2, 311, '3', 'Estoy buscando trabaja  llamame ese numero 68964926', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(2601, 2, 311, '4', 'Estoy buscando trabajo', ''),
(2602, 2, 312, '1.3', 'veronica arbelaez', ''),
(2603, 2, 312, '2', 'veronicarme@hotmail.com', ''),
(2604, 2, 312, '3', 'Buenas Tardes deseo cotizar un servicio para organizar mi casa tengo muchas cosas en un deposito y no les veo orden', ''),
(2605, 2, 312, '4', 'Quiero cotizar el servicio para mi hogar', ''),
(2606, 2, 313, '1.3', 'PAN Y CANELA CAFE', ''),
(2607, 2, 313, '2', 'contabilidad@panycanela.com', ''),
(2608, 2, 313, '3', 'Tenemos una trampagrasa pequeña queremos cotizar servicio de limpieza mensual', ''),
(2609, 2, 313, '4', 'Quiero cotizar el servicio para mi empresa', ''),
(2610, 2, 314, '1.3', 'Liseth Henriquez', ''),
(2611, 2, 314, '2', 'liss.henriquez012002@gmail.com', ''),
(2612, 2, 314, '3', 'Buenas Tardes me gustaria formar parte de su equipo de trabajo .', ''),
(2613, 2, 314, '4', 'Estoy buscando trabajo', ''),
(2614, 2, 315, '1.3', 'Egna fuentes', ''),
(2615, 2, 315, '2', 'egnafuentes937@gmail.com', ''),
(2616, 2, 315, '3', 'Busco trabajo de limpieza tengo experiencia  en limpieza de oficina y Banco  responsable y honesta y puntual trabajadora', ''),
(2617, 2, 315, '4', 'Estoy buscando trabajo', ''),
(2618, 2, 316, '1.3', 'Jeymy Reyes', ''),
(2619, 2, 316, '2', 'jeymyreyes0@gmail.com', ''),
(2620, 2, 316, '4', 'Estoy buscando trabajo', ''),
(2621, 2, 317, '1.3', 'Eric Jones', ''),
(2622, 2, 317, '2', 'eric.jones.z.mail@gmail.com', ''),
(2623, 2, 317, '3', 'Hey, my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at dacleanexpress.com.\r\n\r\n- They hang out for a minute to check it out.  “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly 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 can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to discover what Talk With 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\nPS: Talk With Web Visitor offers a FREE 14 days 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\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=dacleanexpress.com', ''),
(2624, 2, 317, '4', 'Quiero cotizar el servicio para mi empresa', ''),
(2625, 2, 318, '1.3', '17 Jones Road', ''),
(2626, 2, 318, '2', 'saiz.alyssa@msn.com', ''),
(2627, 2, 318, '3', 'Hey, My name is Mike - Just wanted to ask a question\r\nI opened a new site and I was told that I shouldn’t use google ads ( not profitable enough)\r\nSo I decided to do a review of 20 sites that I follow.\r\nHere is an article I found on the matter, Can you please tell me what you think of those options.\r\nhttps://bit.ly/37y81Zx\r\nPlus, any tips that you could share, it will help.\r\nThanks', ''),
(2628, 2, 318, '4', 'Quiero cotizar el servicio para mi empresa', ''),
(2629, 2, 319, '1.3', 'Lidia Cabrera', ''),
(2630, 2, 319, '2', 'cabreralidia988@gmail.com', ''),
(2631, 2, 319, '3', 'Estoy en busca de trabajo inmediato le agradecería su ayuda gracias', ''),
(2632, 2, 319, '4', 'Estoy buscando trabajo', ''),
(2633, 2, 320, '1.3', 'Lidia Cabrera', ''),
(2634, 2, 320, '2', 'cabreralidia988@gmail.com', ''),
(2635, 2, 320, '3', 'Estoy en busca de trabajo inmediato le agradecería su ayuda gracias', ''),
(2636, 2, 320, '4', 'Estoy buscando trabajo', ''),
(2637, 2, 321, '1.3', 'Eric Jones', ''),
(2638, 2, 321, '2', 'eric.jones.z.mail@gmail.com', ''),
(2639, 2, 321, '3', 'My name’s Eric and I just came across your website - dacleanexpress.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like dacleanexpress.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Talk With Web Visitor.\r\n\r\nTalk With Web Visitor 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 you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n  \r\nCLICK HERE http://talkwithwebtraffic.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST 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 what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE http://talkwithwebtraffic.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Talk With Web Visitor 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\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE http://talkwithwebtraffic.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebtraffic.com/unsubscribe.aspx?d=dacleanexpress.com', ''),
(2640, 2, 321, '4', 'Quiero cotizar el servicio para mi empresa', ''),
(2641, 2, 322, '1.3', 'Manuel Batista', ''),
(2642, 2, 322, '2', 'mbatista112@hotmail.com', ''),
(2643, 2, 322, '3', 'Hola buen día\r\n\r\nPara cotizar cual seria el costo de limpieza para apartamento de 72metros, 2 recamaras,2 baños, cuanto tiempo seria mas o menos y lo que incluye\r\ngracias,', ''),
(2644, 2, 322, '4', 'Quiero cotizar el servicio para mi hogar', ''),
(2645, 2, 323, '1.3', 'Gilyana', ''),
(2646, 2, 323, '2', 'gilyanatakaeva@gmail.com', ''),
(2647, 2, 323, '3', 'Me podria cotizar su servicio para una empresa pequeña. Es un estudio de 80 metros cuadrados. servicio diario al final de las horas laborales.', ''),
(2648, 2, 323, '4', 'Quiero cotizar el servicio para mi empresa', ''),
(2649, 5, 324, '1.3', 'Carlos', ''),
(2650, 5, 324, '1.6', 'Speid', ''),
(2651, 5, 324, '11', 'Condado del Rey', ''),
(2652, 5, 324, '22', 'Quiero cotizar el servicio para mi hogar', ''),
(2653, 5, 324, '4.1', 'PH Rokas, Torre 2', ''),
(2654, 5, 324, '4.6', 'Panamá', ''),
(2655, 5, 324, '13', '69812100', ''),
(2656, 5, 324, '14', 'cspeida@gmail.com', ''),
(2657, 5, 324, '5', 'Apartamento', ''),
(2658, 5, 324, '6', 'General', ''),
(2659, 5, 324, '20', '50 - 100 mts - desde $45.95|49.17', ''),
(2660, 5, 324, '21', 'Diario', ''),
(2661, 5, 324, '17', '3', ''),
(2662, 5, 324, '18', '2', ''),
(2663, 5, 324, '7', '2022-04-13', ''),
(2664, 5, 324, '8', '08:00', ''),
(2665, 5, 324, 'gform_product_info__', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:27:\"50 - 100 mts - desde $45.95\";s:5:\"price\";s:5:\"49.17\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(2666, 5, 324, '16', '49.17', ''),
(2667, 5, 324, 'gform_product_info_1_', 'a:2:{s:8:\"products\";a:1:{i:20;a:4:{s:4:\"name\";s:27:\"50 - 100 mts - desde $45.95\";s:5:\"price\";s:5:\"49.17\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}', NULL),
(2668, 2, 325, '1.3', 'Jaqueline Collier', ''),
(2669, 2, 325, '2', 'jaqueline@bulletproofsmtp.org', ''),
(2670, 2, 325, '3', 'Hello.\r\n\r\nWe are offering Bullet Proof SMTP servers that never get suspended. Email as much as you want.\r\n\r\nDMCA ignored, bulletproof locations, 100% uptime guaranteed, unlimited data transfer, and 24/7/365 support.\r\n\r\n100 Spots available. BulletProofSMTP.org', ''),
(2671, 2, 325, '4', 'Quiero cotizar el servicio para mi empresa', '');

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

--
-- Estructura de tabla para la tabla `wp_gf_entry_notes`
--

CREATE TABLE `wp_gf_entry_notes` (
  `id` int(10) UNSIGNED NOT NULL,
  `entry_id` int(10) UNSIGNED NOT NULL,
  `user_name` varchar(250) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `user_id` bigint(20) DEFAULT NULL,
  `date_created` datetime NOT NULL,
  `value` longtext COLLATE utf8mb4_unicode_520_ci,
  `note_type` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `sub_type` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wp_gf_entry_notes`
--

INSERT INTO `wp_gf_entry_notes` (`id`, `entry_id`, `user_name`, `user_id`, `date_created`, `value`, `note_type`, `sub_type`) VALUES
(1, 1, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2019-12-17 15:24:20', 'WordPress successfully passed the notification email to the sending server.', 'notification', 'success'),
(2, 2, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2019-12-17 15:40:05', 'WordPress successfully passed the notification email to the sending server.', 'notification', 'success'),
(7, 7, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2020-01-09 14:16:18', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(10, 10, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2020-01-16 12:17:29', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(11, 11, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2020-02-17 13:08:39', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(12, 12, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2020-02-28 09:59:01', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(13, 13, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2020-03-13 20:15:33', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(14, 14, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2020-03-14 11:30:44', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(15, 15, 'Notificación del administrador (ID: 5e0fbcb41d5c5)', 0, '2020-03-24 04:15:57', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(16, 16, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2020-03-30 21:03:43', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(17, 17, 'Notificación del administrador (ID: 5e0fbcb41d5c5)', 0, '2020-04-16 15:54:40', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(18, 18, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2020-04-26 05:06:57', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(19, 19, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2020-05-09 17:11:14', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(20, 20, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2020-05-25 17:16:14', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(21, 21, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2020-06-01 03:35:55', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(22, 22, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2020-06-04 12:59:57', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(23, 23, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2020-06-05 09:25:15', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(24, 24, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2020-06-08 15:40:12', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(25, 25, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2020-06-10 16:39:21', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(26, 26, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2020-06-12 06:08:05', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(27, 27, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2020-06-12 06:18:34', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(28, 28, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2020-06-12 14:49:00', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(29, 29, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2020-06-12 14:59:51', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(30, 30, 'Notificación del administrador (ID: 5e0fbcb41d5c5)', 0, '2020-06-12 18:33:19', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(31, 31, 'Notificación del administrador (ID: 5e0fbcb41d5c5)', 0, '2020-06-13 13:47:56', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(32, 32, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2020-06-13 13:51:11', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(33, 33, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2020-06-15 16:28:53', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(34, 34, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2020-06-15 22:35:04', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(35, 35, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2020-06-16 04:41:52', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(36, 36, 'Notificación del administrador (ID: 5e0fbcb41d5c5)', 0, '2020-06-23 20:58:20', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(37, 37, 'Notificación del administrador (ID: 5e0fbcb41d5c5)', 0, '2020-06-30 17:12:09', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(38, 38, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2020-07-07 20:14:37', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(39, 39, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2020-07-10 18:07:39', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(40, 40, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2020-07-18 16:49:01', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(41, 41, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-02-26 19:12:14', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(42, 42, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-02-26 20:55:32', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(43, 43, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-02-26 21:24:07', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(44, 44, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-02-26 21:47:28', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(45, 45, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-02-27 22:40:22', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(46, 46, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-02-28 00:44:48', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(47, 47, 'Notificación del administrador (ID: 5e0fbcb41d5c5)', 0, '2021-02-28 03:31:52', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(48, 48, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-01 01:57:34', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(49, 49, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-03-01 02:02:35', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(50, 50, 'Notificación del administrador (ID: 5e0fbcb41d5c5)', 0, '2021-03-01 09:50:08', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(51, 51, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-03-01 14:58:27', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(52, 52, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-03-01 17:19:43', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(53, 53, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-01 21:56:04', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(54, 54, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-03-01 22:25:08', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(55, 55, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-02 12:52:54', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(56, 56, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-02 15:33:31', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(57, 57, 'Notificación del administrador (ID: 5e0fbcb41d5c5)', 0, '2021-03-02 21:59:04', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(58, 58, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-03 01:03:54', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(59, 59, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-03 05:41:56', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(60, 60, 'Notificación del administrador (ID: 5e0fbcb41d5c5)', 0, '2021-03-03 06:10:37', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(61, 61, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-03 12:25:39', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(62, 62, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-03-03 16:39:06', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(63, 63, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-03 17:01:55', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(64, 64, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-03-03 17:06:56', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(65, 65, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-03-03 17:14:01', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(66, 66, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-03-03 18:57:26', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(67, 67, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-03-04 01:29:31', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(68, 68, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-05 17:33:59', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(69, 69, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-06 03:35:03', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(70, 70, 'Notificación del administrador (ID: 5e0fbcb41d5c5)', 0, '2021-03-06 18:46:32', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(71, 71, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-07 00:22:04', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(72, 72, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-08 12:41:58', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(73, 73, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-08 12:43:00', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(74, 74, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-08 12:44:59', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(75, 75, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-03-08 12:51:34', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(76, 76, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-03-08 12:56:04', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(77, 77, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-03-08 16:54:46', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(78, 78, 'Notificación del administrador (ID: 5e0fbcb41d5c5)', 0, '2021-03-09 00:35:40', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(79, 79, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-09 01:28:13', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(80, 80, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-03-09 04:05:07', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(81, 81, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-09 12:03:52', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(82, 82, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-03-09 14:02:16', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(83, 83, 'Notificación del administrador (ID: 5e0fbcb41d5c5)', 0, '2021-03-09 14:04:33', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(84, 84, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-10 16:29:23', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(85, 85, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-10 23:31:28', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(86, 86, 'Notificación del administrador (ID: 5e0fbcb41d5c5)', 0, '2021-03-11 02:47:49', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(87, 87, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-12 18:28:58', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(88, 88, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-12 19:39:32', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(89, 88, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-03-12 19:39:32', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(90, 89, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-03-13 13:05:15', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(91, 90, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-13 16:50:48', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(92, 90, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-03-13 16:50:48', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(93, 91, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-14 13:20:44', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(94, 91, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-03-14 13:20:44', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(95, 92, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-14 16:41:57', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(96, 92, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-03-14 16:41:57', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(97, 93, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-03-14 16:42:57', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(98, 94, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-03-14 17:04:14', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(99, 95, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-03-14 17:18:38', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(100, 96, 'Notificación del administrador (ID: 5e0fbcb41d5c5)', 0, '2021-03-15 00:38:50', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(101, 97, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-15 02:51:56', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(102, 97, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-03-15 02:51:56', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(103, 98, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-15 13:13:47', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(104, 98, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-03-15 13:13:48', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(105, 99, 'Notificación del administrador (ID: 5e0fbcb41d5c5)', 0, '2021-03-16 01:45:17', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(106, 100, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-16 04:01:23', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(107, 100, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-03-16 04:01:23', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(108, 101, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-03-16 21:38:32', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(109, 102, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-17 12:42:21', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(110, 102, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-03-17 12:42:21', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(111, 103, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-17 16:38:35', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(112, 103, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-03-17 16:38:35', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(113, 104, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-03-18 03:43:44', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(114, 105, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-03-18 03:51:13', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(115, 106, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-18 04:52:14', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(116, 106, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-03-18 04:52:14', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(117, 107, 'Notificación del administrador (ID: 5e0fbcb41d5c5)', 0, '2021-03-18 05:07:32', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(118, 108, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-18 05:08:40', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(119, 108, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-03-18 05:08:40', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(120, 109, 'Notificación del administrador (ID: 5e0fbcb41d5c5)', 0, '2021-03-18 05:23:28', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(121, 110, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-03-19 04:09:26', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(122, 111, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-20 06:07:12', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(123, 111, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-03-20 06:07:12', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(124, 112, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-03-20 06:10:51', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(125, 113, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-20 18:36:23', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(126, 113, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-03-20 18:36:23', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(127, 114, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-20 19:38:22', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(128, 114, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-03-20 19:38:22', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(129, 115, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-03-21 19:17:25', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(130, 116, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-03-22 03:04:58', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(131, 117, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-22 05:21:24', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(132, 117, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-03-22 05:21:24', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(133, 118, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-22 05:44:29', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(134, 118, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2021-03-22 05:44:29', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(135, 119, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-22 09:06:29', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(136, 119, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-03-22 09:06:29', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(137, 120, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-22 10:33:22', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(138, 120, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-03-22 10:33:22', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(139, 121, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-03-22 13:31:31', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(140, 122, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-23 02:12:49', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(141, 122, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-03-23 02:12:50', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(142, 123, 'Notificación del administrador (ID: 5e0fbcb41d5c5)', 0, '2021-03-23 02:25:22', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(143, 124, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-03-23 13:55:09', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(144, 125, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-24 02:38:57', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(145, 125, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-03-24 02:38:57', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(146, 126, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-03-24 11:29:53', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(147, 127, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-25 00:37:00', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(148, 127, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-03-25 00:37:00', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(149, 128, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-25 22:42:09', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(150, 128, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-03-25 22:42:09', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(151, 129, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-03-25 22:48:13', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(152, 130, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-26 00:28:45', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(153, 130, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-03-26 00:28:45', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(154, 131, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-03-26 00:28:47', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(155, 132, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-29 00:29:07', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(156, 132, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-03-29 00:29:07', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(157, 133, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-29 13:09:34', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(158, 133, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-03-29 13:09:34', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(159, 134, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-30 21:36:21', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(160, 134, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-03-30 21:36:22', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(161, 135, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-30 22:55:04', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(162, 135, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-03-30 22:55:04', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(163, 136, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-31 14:08:14', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(164, 136, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-03-31 14:08:14', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(165, 137, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-03-31 14:14:59', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(166, 137, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-03-31 14:14:59', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(167, 138, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-04-01 21:02:26', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(168, 139, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-04-12 16:38:52', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(169, 139, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2021-04-12 16:38:52', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(170, 140, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-05-05 13:04:07', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(171, 140, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-05-05 13:04:07', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(172, 141, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-05-09 17:44:20', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(173, 141, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2021-05-09 17:44:20', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(174, 142, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-05-10 13:24:47', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(175, 142, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2021-05-10 13:24:47', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(176, 143, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-05-11 04:18:05', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(177, 143, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2021-05-11 04:18:05', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(178, 144, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-05-15 16:35:42', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(179, 144, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-05-15 16:35:42', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(180, 145, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-06-01 13:35:26', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(181, 145, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2021-06-01 13:35:26', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(182, 146, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-06-04 17:38:45', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(183, 146, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2021-06-04 17:38:45', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(184, 147, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-06-06 15:37:41', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(185, 147, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2021-06-06 15:37:41', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(186, 148, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-06-09 20:28:34', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(187, 148, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-06-09 20:28:34', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(188, 149, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-06-10 23:50:52', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(189, 149, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-06-10 23:50:52', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(190, 150, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-06-16 13:20:39', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(191, 150, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2021-06-16 13:20:39', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(192, 151, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-06-17 14:19:14', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(193, 151, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2021-06-17 14:19:14', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(194, 152, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-07-06 18:13:45', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(195, 152, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2021-07-06 18:13:46', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(196, 153, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-07-14 00:51:32', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(197, 153, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-07-14 00:51:33', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(198, 154, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-07-21 15:14:24', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(199, 154, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-07-21 15:14:24', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(200, 155, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-07-21 15:18:47', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(201, 155, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-07-21 15:18:47', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(202, 156, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-07-22 16:26:46', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(203, 156, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2021-07-22 16:26:46', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(204, 157, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-07-24 08:10:23', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(205, 157, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2021-07-24 08:10:23', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(206, 158, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-01 13:16:51', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(207, 158, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2021-08-01 13:16:51', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(208, 159, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-04 09:41:40', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(209, 159, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2021-08-04 09:41:40', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(210, 160, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-04 16:50:37', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(211, 160, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-08-04 16:50:38', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(212, 161, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-04 16:52:12', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(213, 161, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-08-04 16:52:12', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(214, 162, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-04 17:13:07', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(215, 162, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-08-04 17:13:07', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(216, 163, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-04 22:40:14', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(217, 163, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2021-08-04 22:40:15', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(218, 164, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-05 00:29:17', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(219, 164, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2021-08-05 00:29:17', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(220, 165, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-05 22:40:40', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(221, 165, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-08-05 22:40:41', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(222, 166, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-06 11:49:36', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(223, 166, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-08-06 11:49:36', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(224, 167, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-07 01:40:08', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(225, 167, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2021-08-07 01:40:09', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(226, 168, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-07 12:38:18', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(227, 168, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-08-07 12:38:18', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(228, 169, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-07 12:39:32', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(229, 169, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-08-07 12:39:32', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(230, 170, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-09 11:50:19', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(231, 170, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-08-09 11:50:20', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(232, 171, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-09 11:51:34', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(233, 171, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-08-09 11:51:34', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(234, 172, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-09 15:10:45', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(235, 172, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-08-09 15:10:45', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(236, 173, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-09 22:07:12', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(237, 173, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-08-09 22:07:12', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(238, 174, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-10 00:30:56', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(239, 174, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-08-10 00:30:56', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(240, 175, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-10 14:53:24', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(241, 175, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-08-10 14:53:25', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(242, 176, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-11 20:10:29', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(243, 176, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-08-11 20:10:29', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(244, 177, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-11 20:48:40', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(245, 177, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-08-11 20:48:40', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(246, 178, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-11 23:11:55', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(247, 178, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-08-11 23:11:55', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(248, 179, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-12 12:53:32', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(249, 179, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-08-12 12:53:32', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(250, 180, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-12 18:15:35', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(251, 180, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-08-12 18:15:35', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(252, 181, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-13 18:37:11', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(253, 181, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2021-08-13 18:37:12', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(254, 182, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-13 21:19:43', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success');
INSERT INTO `wp_gf_entry_notes` (`id`, `entry_id`, `user_name`, `user_id`, `date_created`, `value`, `note_type`, `sub_type`) VALUES
(255, 182, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-08-13 21:19:43', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(256, 183, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-08-14 14:18:54', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(257, 184, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-15 18:00:37', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(258, 184, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-08-15 18:00:37', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(259, 185, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-16 18:31:37', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(260, 185, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2021-08-16 18:31:38', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(261, 186, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-17 20:13:42', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(262, 186, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-08-17 20:13:43', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(263, 187, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-08-19 21:13:24', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(264, 188, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-08-20 14:49:39', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(265, 189, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-20 17:34:37', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(266, 189, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2021-08-20 17:34:37', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(267, 190, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-20 19:15:21', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(268, 190, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-08-20 19:15:21', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(269, 191, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-20 23:13:16', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(270, 191, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-08-20 23:13:17', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(271, 192, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-20 23:15:17', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(272, 192, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-08-20 23:15:18', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(273, 193, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-23 06:38:32', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(274, 193, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2021-08-23 06:38:33', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(275, 194, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-08-23 15:48:23', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(276, 195, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-24 12:20:17', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(277, 195, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-08-24 12:20:17', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(278, 196, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-24 12:24:50', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(279, 196, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-08-24 12:24:50', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(280, 197, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-24 17:53:21', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(281, 197, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2021-08-24 17:53:22', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(282, 198, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-24 19:42:05', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(283, 198, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-08-24 19:42:05', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(284, 199, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-24 19:44:25', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(285, 199, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-08-24 19:44:25', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(286, 200, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-25 13:05:44', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(287, 200, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-08-25 13:05:44', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(288, 201, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-25 13:06:15', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(289, 201, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-08-25 13:06:16', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(290, 202, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-25 13:09:55', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(291, 202, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-08-25 13:09:55', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(292, 203, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-25 18:13:07', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(293, 203, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-08-25 18:13:08', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(294, 204, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-26 03:16:26', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(295, 204, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-08-26 03:16:27', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(296, 205, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-26 15:18:14', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(297, 205, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2021-08-26 15:18:14', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(298, 206, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-27 08:34:27', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(299, 206, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-08-27 08:34:27', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(300, 207, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-27 09:08:49', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(301, 207, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2021-08-27 09:08:49', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(302, 208, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-27 17:09:04', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(303, 208, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2021-08-27 17:09:04', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(304, 209, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-29 00:12:40', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(305, 209, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-08-29 00:12:40', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(306, 210, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-29 00:30:24', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(307, 210, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2021-08-29 00:30:24', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(308, 211, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-29 06:22:21', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(309, 211, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-08-29 06:22:21', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(310, 212, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-29 21:32:27', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(311, 212, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-08-29 21:32:27', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(312, 213, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-30 00:47:56', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(313, 213, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-08-30 00:47:56', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(314, 214, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-30 19:40:05', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(315, 214, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-08-30 19:40:05', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(316, 215, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-08-31 12:37:48', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(317, 215, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-08-31 12:37:48', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(318, 216, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-08-31 12:48:27', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(319, 217, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-09-02 00:26:10', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(320, 217, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-09-02 00:26:11', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(321, 218, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-09-02 09:45:55', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(322, 218, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-09-02 09:45:56', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(323, 219, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-09-02 09:47:31', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(324, 219, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-09-02 09:47:31', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(325, 220, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-09-02 20:20:42', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(326, 220, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-09-02 20:20:42', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(327, 221, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-09-02 20:53:15', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(328, 221, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-09-02 20:53:15', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(329, 222, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-09-03 16:49:05', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(330, 222, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-09-03 16:49:05', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(331, 223, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-09-03 18:45:54', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(332, 223, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-09-03 18:45:54', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(333, 224, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-09-04 05:50:28', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(334, 224, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-09-04 05:50:29', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(335, 225, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-09-06 16:08:06', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(336, 225, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-09-06 16:08:06', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(337, 226, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-09-06 21:20:42', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(338, 226, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-09-06 21:20:42', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(339, 227, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-09-06 21:49:00', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(340, 227, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-09-06 21:49:00', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(341, 228, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-09-06 21:49:18', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(342, 228, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-09-06 21:49:18', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(343, 229, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-09-06 21:50:26', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(344, 229, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-09-06 21:50:26', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(345, 230, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-09-07 11:55:09', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(346, 230, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-09-07 11:55:09', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(347, 231, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-09-07 11:55:29', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(348, 231, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-09-07 11:55:29', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(349, 232, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-09-07 12:06:12', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(350, 232, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-09-07 12:06:12', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(351, 233, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-09-07 20:20:24', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(352, 233, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-09-07 20:20:24', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(353, 234, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-09-07 23:37:36', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(354, 234, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-09-07 23:37:36', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(355, 235, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-09-08 00:39:11', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(356, 235, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-09-08 00:39:11', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(357, 236, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-09-08 00:39:44', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(358, 236, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-09-08 00:39:44', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(359, 237, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-09-08 16:07:46', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(360, 237, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-09-08 16:07:46', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(361, 238, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-09-08 19:04:54', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(362, 238, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-09-08 19:04:54', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(363, 239, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-09-09 14:17:19', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(364, 239, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-09-09 14:17:19', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(365, 240, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-09-09 14:17:36', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(366, 240, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-09-09 14:17:37', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(367, 241, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-09-09 14:17:53', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(368, 241, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-09-09 14:17:53', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(369, 242, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-09-09 14:18:24', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(370, 242, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-09-09 14:18:24', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(371, 243, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-09-09 14:58:59', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(372, 243, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2021-09-09 14:58:59', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(373, 244, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-09-09 14:59:39', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(374, 244, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2021-09-09 14:59:39', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(375, 245, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-09-09 15:02:09', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(376, 245, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2021-09-09 15:02:09', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(377, 246, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-09-10 02:19:10', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(378, 246, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-09-10 02:19:10', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(379, 247, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-09-10 02:19:26', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(380, 247, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-09-10 02:19:27', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(381, 248, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-09-10 02:57:19', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(382, 248, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-09-10 02:57:19', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(383, 249, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-09-11 20:25:59', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(384, 249, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-09-11 20:25:59', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(385, 250, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-09-11 20:27:30', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(386, 250, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-09-11 20:27:30', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(387, 251, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-09-11 20:28:04', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(388, 251, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-09-11 20:28:04', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(389, 252, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-09-11 20:33:14', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(390, 252, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-09-11 20:33:14', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(391, 253, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-09-11 22:29:56', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(392, 253, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-09-11 22:29:56', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(393, 254, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-09-23 23:40:57', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(394, 254, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2021-09-23 23:40:57', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(395, 255, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-10-10 20:24:07', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(396, 255, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2021-10-10 20:24:07', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(397, 256, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-10-11 20:41:23', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(398, 257, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-10-11 20:43:10', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(399, 257, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-10-11 20:43:10', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(400, 258, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-10-12 15:11:07', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(401, 258, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2021-10-12 15:11:07', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(402, 259, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-10-18 13:21:28', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(403, 259, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-10-18 13:21:29', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(404, 260, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-10-18 17:41:56', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(405, 260, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2021-10-18 17:41:56', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(406, 261, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-10-18 21:07:47', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(407, 261, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-10-18 21:07:48', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(408, 262, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-10-19 20:16:10', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(409, 263, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-10-20 18:02:11', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(410, 263, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-10-20 18:02:11', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(411, 264, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-10-20 19:40:20', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(412, 265, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-10-27 00:29:48', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(413, 265, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-10-27 00:29:48', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(414, 266, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-10-28 15:51:56', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(415, 266, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-10-28 15:51:56', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(416, 267, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-10-31 14:06:49', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(417, 267, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-10-31 14:06:50', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(418, 268, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-11-01 16:17:11', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(419, 268, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-11-01 16:17:11', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(420, 269, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-11-10 01:50:33', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(421, 269, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-11-10 01:50:33', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(422, 270, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-11-10 09:59:05', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(423, 270, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2021-11-10 09:59:05', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(424, 271, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-11-11 15:05:38', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(425, 272, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-11-11 15:07:17', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(426, 272, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2021-11-11 15:07:17', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(427, 273, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-11-11 16:56:38', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(428, 273, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2021-11-11 16:56:38', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(429, 274, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-11-12 18:12:41', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(430, 274, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2021-11-12 18:12:41', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(431, 275, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-11-12 20:23:38', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(432, 275, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-11-12 20:23:38', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(433, 276, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-11-15 23:06:42', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(434, 277, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-11-24 16:19:36', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(435, 278, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-11-24 16:20:19', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(436, 278, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2021-11-24 16:20:19', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(437, 279, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-11-30 22:37:44', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(438, 280, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-12-02 19:34:33', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(439, 280, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2021-12-02 19:34:33', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(440, 281, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-12-06 19:47:11', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(441, 282, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-12-14 13:09:53', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(442, 283, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-12-15 16:02:14', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(443, 284, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-12-24 13:40:52', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(444, 284, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2021-12-24 13:40:52', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(445, 285, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-12-27 17:41:00', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(446, 285, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-12-27 17:41:00', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(447, 286, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-12-28 17:16:13', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(448, 286, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2021-12-28 17:16:13', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(449, 287, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2021-12-29 18:51:21', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(450, 287, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2021-12-29 18:51:21', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(451, 288, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2021-12-29 21:16:53', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(452, 289, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2022-01-05 00:14:46', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(453, 289, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2022-01-05 00:14:46', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(454, 290, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2022-01-05 02:28:14', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(455, 291, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2022-01-05 02:30:42', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(456, 292, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2022-01-05 02:32:08', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(457, 292, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2022-01-05 02:32:08', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(458, 293, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2022-01-05 17:53:44', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(459, 293, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2022-01-05 17:53:44', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(460, 294, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2022-01-05 17:53:53', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(461, 294, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2022-01-05 17:53:53', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(462, 295, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2022-01-05 18:37:01', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(463, 295, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2022-01-05 18:37:02', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(464, 296, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2022-01-05 21:26:59', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(465, 297, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2022-01-06 16:09:19', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(466, 297, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2022-01-06 16:09:19', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(467, 298, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2022-01-06 21:40:40', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(468, 298, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2022-01-06 21:40:40', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(469, 299, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2022-01-07 01:38:51', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(470, 300, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2022-01-07 02:20:04', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(471, 301, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2022-01-07 02:30:34', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(472, 301, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2022-01-07 02:30:34', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(473, 302, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2022-01-07 14:14:30', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(474, 302, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2022-01-07 14:14:30', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(475, 303, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2022-02-22 07:44:01', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(476, 303, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2022-02-22 07:44:02', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(477, 304, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2022-02-27 02:26:35', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(478, 304, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2022-02-27 02:26:35', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(479, 305, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2022-02-27 22:45:49', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(480, 305, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2022-02-27 22:45:49', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(481, 306, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2022-02-28 16:14:37', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(482, 306, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2022-02-28 16:14:37', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(483, 307, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2022-03-05 01:51:31', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(484, 307, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2022-03-05 01:51:31', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(485, 308, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2022-03-06 05:56:11', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(486, 308, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2022-03-06 05:56:11', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(487, 309, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2022-03-09 19:15:54', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(488, 309, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2022-03-09 19:15:54', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(489, 310, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2022-03-13 14:45:42', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(490, 310, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2022-03-13 14:45:42', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(491, 311, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2022-03-14 18:51:10', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(492, 311, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2022-03-14 18:51:10', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(493, 312, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2022-03-17 18:34:50', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(494, 312, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2022-03-17 18:34:50', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(495, 313, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2022-03-18 15:14:59', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(496, 313, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2022-03-18 15:14:59', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(497, 314, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2022-03-21 14:51:59', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(498, 314, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2022-03-21 14:51:59', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(499, 315, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2022-03-21 20:03:14', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(500, 315, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2022-03-21 20:03:15', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(501, 316, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2022-03-22 20:54:26', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(502, 316, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2022-03-22 20:54:27', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success');
INSERT INTO `wp_gf_entry_notes` (`id`, `entry_id`, `user_name`, `user_id`, `date_created`, `value`, `note_type`, `sub_type`) VALUES
(503, 317, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2022-03-23 01:43:53', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(504, 317, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2022-03-23 01:43:53', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(505, 318, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2022-03-23 13:18:40', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(506, 318, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2022-03-23 13:18:40', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(507, 319, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2022-03-24 19:18:57', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(508, 319, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2022-03-24 19:18:57', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(509, 320, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2022-03-24 19:20:41', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(510, 320, 'Solicitud de trabajo (ID: 604bbab3bb555)', 0, '2022-03-24 19:20:41', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(511, 321, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2022-03-25 18:33:58', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(512, 321, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2022-03-25 18:33:58', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(513, 322, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2022-03-31 16:46:04', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(514, 322, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2022-03-31 16:46:04', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(515, 323, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2022-04-04 15:34:27', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(516, 323, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2022-04-04 15:34:27', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(517, 324, 'Admin Notification (ID: 5df8ec7adb60b)', 0, '2022-04-12 21:01:59', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(518, 325, 'Notificación del administrador (ID: 5e0f6a8dee71e)', 0, '2022-04-13 12:08:07', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success'),
(519, 325, 'Lead Calificado (ID: 604bba2577f1b)', 0, '2022-04-13 12:08:08', 'WordPress envió con éxito el correo electrónico de notificación al servidor de envíos.', 'notification', 'success');

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

--
-- Estructura de tabla para la tabla `wp_gf_form`
--

CREATE TABLE `wp_gf_form` (
  `id` mediumint(8) UNSIGNED NOT NULL,
  `title` varchar(150) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date_created` datetime NOT NULL,
  `date_updated` datetime DEFAULT NULL,
  `is_active` tinyint(1) NOT NULL DEFAULT '1',
  `is_trash` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wp_gf_form`
--

INSERT INTO `wp_gf_form` (`id`, `title`, `date_created`, `date_updated`, `is_active`, `is_trash`) VALUES
(1, 'Servicios', '2019-12-17 14:55:54', NULL, 0, 0),
(2, 'Contacta', '2020-01-03 16:23:41', NULL, 1, 0),
(3, 'Aplica', '2020-01-03 22:14:12', NULL, 1, 0),
(4, 'Servicios Inicio', '2020-01-06 15:14:55', NULL, 1, 0),
(5, 'Servicios - Contacto', '2020-01-09 17:05:04', NULL, 1, 0);

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

--
-- Estructura de tabla para la tabla `wp_gf_form_meta`
--

CREATE TABLE `wp_gf_form_meta` (
  `form_id` mediumint(8) UNSIGNED NOT NULL,
  `display_meta` longtext COLLATE utf8mb4_unicode_520_ci,
  `entries_grid_meta` longtext COLLATE utf8mb4_unicode_520_ci,
  `confirmations` longtext COLLATE utf8mb4_unicode_520_ci,
  `notifications` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wp_gf_form_meta`
--

INSERT INTO `wp_gf_form_meta` (`form_id`, `display_meta`, `entries_grid_meta`, `confirmations`, `notifications`) VALUES
(1, '{\"title\":\"Servicios\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Solicitar\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"name\",\"id\":1,\"label\":\"Datos Personales\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"nameFormat\":\"advanced\",\"inputs\":[{\"id\":\"1.2\",\"label\":\"Prefix\",\"name\":\"\",\"choices\":[{\"text\":\"Mr.\",\"value\":\"Mr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Mrs.\",\"value\":\"Mrs.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Miss\",\"value\":\"Miss\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Ms.\",\"value\":\"Ms.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Dr.\",\"value\":\"Dr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Prof.\",\"value\":\"Prof.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Rev.\",\"value\":\"Rev.\",\"isSelected\":false,\"price\":\"\"}],\"isHidden\":true,\"inputType\":\"radio\"},{\"id\":\"1.3\",\"label\":\"First\",\"name\":\"\",\"placeholder\":\"Nombre\"},{\"id\":\"1.4\",\"label\":\"Middle\",\"name\":\"\",\"isHidden\":true},{\"id\":\"1.6\",\"label\":\"Last\",\"name\":\"\",\"placeholder\":\"Apellido\"},{\"id\":\"1.8\",\"label\":\"Suffix\",\"name\":\"\",\"isHidden\":true}],\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"below\",\"subLabelPlacement\":\"hidden_label\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"checkboxLabel\":\"\"},{\"type\":\"address\",\"id\":4,\"label\":\"Direcci\\u00f3n detallada\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"addressType\":\"international\",\"inputs\":[{\"id\":\"4.1\",\"label\":\"Street Address\",\"name\":\"\",\"customLabel\":\"Calle principal\"},{\"id\":\"4.2\",\"label\":\"Address Line 2\",\"name\":\"\",\"customLabel\":\"Calle secundaria\"},{\"id\":\"4.3\",\"label\":\"City\",\"name\":\"\",\"customLabel\":\"Ciudad\",\"isHidden\":false},{\"id\":\"4.4\",\"label\":\"State \\/ Province\",\"name\":\"\",\"isHidden\":true,\"customLabel\":\"Estado \\/ Provincia\"},{\"id\":\"4.5\",\"label\":\"ZIP \\/ Postal Code\",\"name\":\"\",\"isHidden\":true},{\"id\":\"4.6\",\"label\":\"Country\",\"name\":\"\",\"isHidden\":false,\"customLabel\":\"Pa\\u00eds\"}],\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"defaultCountry\":\"Panam\\u00e1\",\"defaultProvince\":\"\",\"productField\":\"\",\"defaultState\":\"\",\"enableCopyValuesOption\":\"\",\"copyValuesOptionDefault\":\"\",\"copyValuesOptionLabel\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"phone\",\"id\":12,\"label\":\"Tel\\u00e9fono\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"phoneFormat\":\"standard\",\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"email\",\"id\":11,\"label\":\"Email\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"emailConfirmEnabled\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"page\",\"id\":10,\"label\":\"\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"nextButton\":{\"type\":\"text\",\"text\":\"Siguiente \",\"imageUrl\":\"\"},\"previousButton\":{\"type\":\"text\",\"text\":\"Anterior\",\"imageUrl\":\"\"},\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"pageNumber\":2,\"fields\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"select\",\"id\":5,\"label\":\"Tipo de propiedad\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"Casa\",\"value\":\"Casa\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Apartamento\",\"value\":\"Apartamento\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Oficina\",\"value\":\"Oficina\",\"isSelected\":false,\"price\":\"\"}],\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"Seleccionar\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":2,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"select\",\"id\":15,\"label\":\"Cuartos\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"5\",\"value\":\"5\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"4\",\"value\":\"4\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"3\",\"value\":\"3\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"2\",\"value\":\"2\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"1\",\"value\":\"1\",\"isSelected\":false,\"price\":\"\"}],\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":2,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"select\",\"id\":16,\"label\":\"Ba\\u00f1os\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"3\",\"value\":\"3\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"2\",\"value\":\"2\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"1\",\"value\":\"1\",\"isSelected\":false,\"price\":\"\"}],\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":2,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"radio\",\"id\":6,\"label\":\"Tipo de limpieza\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"General\",\"value\":\"General\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Extendida\",\"value\":\"Extendida\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Profunda\",\"value\":\"Profunda\",\"isSelected\":false,\"price\":\"\"}],\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enableOtherChoice\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":2,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"radio\",\"id\":3,\"label\":\"Metraje aproximado\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"0 - 50mt\",\"value\":\"0 - 50mt\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"50 - 100mt\",\"value\":\"50 - 100mt\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"100 - 200mt\",\"value\":\"100 - 200mt\",\"isSelected\":false,\"price\":\"\"}],\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enableOtherChoice\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":2,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"product\",\"id\":13,\"label\":\"Frecuencia del servicio\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"inputType\":\"select\",\"enablePrice\":true,\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":[{\"text\":\"Diario\",\"value\":\"Diario\",\"isSelected\":false,\"price\":\"$32.95\"},{\"text\":\"Semanal\",\"value\":\"Semanal\",\"isSelected\":false,\"price\":\"$65.95\"},{\"text\":\"Mensual\",\"value\":\"Mensual\",\"isSelected\":false,\"price\":\"$199.00\"}],\"conditionalLogic\":\"\",\"productField\":\"\",\"basePrice\":\"$0.00\",\"disableQuantity\":false,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"checkboxLabel\":\"\",\"pageNumber\":2,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"page\",\"id\":9,\"label\":\"\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"nextButton\":{\"type\":\"text\",\"text\":\"Siguiente \",\"imageUrl\":\"\"},\"previousButton\":{\"type\":\"text\",\"text\":\"Anterior\",\"imageUrl\":\"\"},\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":\"\",\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"pageNumber\":3,\"fields\":\"\"},{\"type\":\"date\",\"id\":7,\"label\":\"D\\u00eda programado para el servicio\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"dateType\":\"datepicker\",\"calendarIconType\":\"calendar\",\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"calendarIconUrl\":\"\",\"dateFormat\":\"dmy\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":3,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"time\",\"id\":8,\"label\":\"Hora del servicio solicitado\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":[{\"id\":\"8.1\",\"label\":\"HH\",\"name\":\"\"},{\"id\":\"8.2\",\"label\":\"MM\",\"name\":\"\"},{\"id\":\"8.3\",\"label\":\"AM\\/PM\",\"name\":\"\"}],\"formId\":1,\"description\":\"*Recomendamos agendar con un m\\u00ednimo de 48 horas antes\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"timeFormat\":\"24\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":3,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"total\",\"id\":14,\"label\":\"Total Estimado (A confirmar)\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":3,\"fields\":\"\",\"displayOnly\":\"\"}],\"version\":\"2.4.15.6\",\"id\":1,\"nextFieldId\":17,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":{\"type\":\"text\",\"text\":\"Anterior\",\"imageUrl\":\"\"},\"pagination\":{\"type\":\"percentage\",\"pages\":[\"DATOS PERSONALES\",\"TIPO DE PROPIEDAD\",\"FECHA Y HORA DEL SERVICIO\"],\"style\":\"blue\",\"backgroundColor\":null,\"color\":null,\"display_progressbar_on_confirmation\":false,\"progressbar_completion_text\":null},\"firstPageCssClass\":\"\",\"subLabelPlacement\":\"below\",\"cssClass\":\"\",\"enableHoneypot\":true,\"enableAnimation\":true,\"save\":{\"enabled\":false,\"button\":{\"type\":\"link\",\"text\":\"Save and Continue Later\"}},\"limitEntries\":false,\"limitEntriesCount\":\"\",\"limitEntriesPeriod\":\"\",\"limitEntriesMessage\":\"\",\"scheduleForm\":false,\"scheduleStart\":\"\",\"scheduleStartHour\":\"\",\"scheduleStartMinute\":\"\",\"scheduleStartAmpm\":\"\",\"scheduleEnd\":\"\",\"scheduleEndHour\":\"\",\"scheduleEndMinute\":\"\",\"scheduleEndAmpm\":\"\",\"schedulePendingMessage\":\"\",\"scheduleMessage\":\"\",\"requireLogin\":false,\"requireLoginMessage\":\"\"}', NULL, '{\"5df8ec7adf335\":{\"id\":\"5df8ec7adf335\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"\\u00a1Gracias por contactarnos! Nos pondremos en contacto con usted en breve.\",\"url\":\"\",\"pageId\":0,\"queryString\":\"\",\"disableAutoformat\":false,\"conditionalLogic\":[]}}', '{\"5df8ec7adb60b\":{\"isActive\":true,\"name\":\"Admin Notification\",\"service\":\"wordpress\",\"event\":\"form_submission\",\"to\":\"dacleanexp@gmail.com  \",\"toType\":\"email\",\"cc\":\"\",\"bcc\":\"\",\"subject\":\"Nueva Solicitud de {form_title}\",\"message\":\"{all_fields}\",\"from\":\"formularios@dirnovo.com\",\"fromName\":\"{Datos Personales (First):1.3}\",\"replyTo\":\"{Email:11}\",\"routing\":null,\"conditionalLogic\":null,\"disableAutoformat\":false,\"enableAttachments\":false,\"id\":\"5df8ec7adb60b\"}}'),
(2, '{\"title\":\"Contacta\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Enviar mensaje\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"name\",\"id\":1,\"label\":\"Nombre\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"nameFormat\":\"advanced\",\"inputs\":[{\"id\":\"1.2\",\"label\":\"Prefijo\",\"name\":\"\",\"choices\":[{\"text\":\"Sr.\",\"value\":\"Sr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Sra.\",\"value\":\"Sra.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Sra.\",\"value\":\"Sra.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Srta.\",\"value\":\"Srta.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Dr.\",\"value\":\"Dr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Prof.\",\"value\":\"Prof.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Rev.\",\"value\":\"Rev.\",\"isSelected\":false,\"price\":\"\"}],\"isHidden\":true,\"inputType\":\"radio\"},{\"id\":\"1.3\",\"label\":\"Nombre\",\"name\":\"\",\"isHidden\":false},{\"id\":\"1.4\",\"label\":\"Segundo nombre\",\"name\":\"\",\"isHidden\":true},{\"id\":\"1.6\",\"label\":\"Apellidos\",\"name\":\"\",\"isHidden\":true},{\"id\":\"1.8\",\"label\":\"Sufijo\",\"name\":\"\",\"isHidden\":true}],\"formId\":2,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"hidden_label\",\"placeholder\":\"\",\"cssClass\":\"nombre\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"checkboxLabel\":\"\"},{\"type\":\"email\",\"id\":2,\"label\":\"Email\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":2,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"email\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"emailConfirmEnabled\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"textarea\",\"id\":3,\"label\":\"Mensaje\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":2,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"mensaje\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"form_id\":\"\",\"useRichTextEditor\":false,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"radio\",\"id\":4,\"label\":\"\\u00bfC\\u00f3mo podemos ayudarte?\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"Quiero cotizar el servicio para mi empresa\",\"value\":\"Quiero cotizar el servicio para mi empresa\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Quiero cotizar el servicio para mi hogar\",\"value\":\"Quiero cotizar el servicio para mi hogar\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Estoy buscando trabajo\",\"value\":\"Estoy buscando trabajo\",\"isSelected\":false,\"price\":\"\"}],\"formId\":2,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enableOtherChoice\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"}],\"version\":\"2.4.15.6\",\"id\":2,\"nextFieldId\":5,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null,\"subLabelPlacement\":\"below\",\"cssClass\":\"\",\"enableHoneypot\":true,\"enableAnimation\":true,\"save\":{\"enabled\":false,\"button\":{\"type\":\"link\",\"text\":\"Guardar y continuar despu\\u00e9s\"}},\"limitEntries\":false,\"limitEntriesCount\":\"\",\"limitEntriesPeriod\":\"\",\"limitEntriesMessage\":\"\",\"scheduleForm\":false,\"scheduleStart\":\"\",\"scheduleStartHour\":\"\",\"scheduleStartMinute\":\"\",\"scheduleStartAmpm\":\"\",\"scheduleEnd\":\"\",\"scheduleEndHour\":\"\",\"scheduleEndMinute\":\"\",\"scheduleEndAmpm\":\"\",\"schedulePendingMessage\":\"\",\"scheduleMessage\":\"\",\"requireLogin\":false,\"requireLoginMessage\":\"\"}', NULL, '{\"5e0f6a8deee84\":{\"id\":\"5e0f6a8deee84\",\"name\":\"Confirmaci\\u00f3n por defecto\",\"isDefault\":true,\"type\":\"message\",\"message\":\"\\u00a1Gracias por contactar con nosotros! Nos pondremos en contacto contigo muy pronto.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"},\"604bb29768330\":{\"id\":\"604bb29768330\",\"name\":\"Lead calificado\",\"type\":\"page\",\"message\":\"\",\"disableAutoformat\":false,\"pageId\":1173,\"url\":\"\",\"queryString\":\"\",\"isDefault\":false,\"conditionalLogic\":{\"actionType\":\"show\",\"logicType\":\"any\",\"rules\":[{\"fieldId\":\"4\",\"operator\":\"is\",\"value\":\"Quiero cotizar el servicio para mi empresa\"},{\"fieldId\":\"4\",\"operator\":\"is\",\"value\":\"Quiero cotizar el servicio para mi hogar\"}]}}}', '{\"5e0f6a8dee71e\":{\"isActive\":true,\"name\":\"Notificaci\\u00f3n del administrador\",\"service\":\"wordpress\",\"event\":\"form_submission\",\"to\":\"dacleanexp@gmail.com  \",\"toType\":\"email\",\"cc\":\"\",\"bcc\":\"\",\"subject\":\"Nuevo contacto desde {form_title}\",\"message\":\"{all_fields}\",\"from\":\"formularios@dirnovo.com\",\"fromName\":\"{Nombre (Nombre):1.3}\",\"replyTo\":\"{Email:2}\",\"routing\":null,\"conditionalLogic\":null,\"disableAutoformat\":false,\"enableAttachments\":false,\"id\":\"5e0f6a8dee71e\"},\"604bba2577f1b\":{\"isActive\":true,\"name\":\"Lead Calificado\",\"service\":\"wordpress\",\"event\":\"form_submission\",\"to\":\"dacleanexp@gmail.com  \",\"toType\":\"email\",\"cc\":\"\",\"bcc\":\"\",\"subject\":\"Nueva cotizaci\\u00f3n de potencial cliente: {Nombre (Nombre):1.3}\",\"message\":\"{all_fields}\",\"from\":\"{admin_email}\",\"fromName\":\"{Nombre (Nombre):1.3}\",\"replyTo\":\"{Email:2}\",\"routing\":null,\"conditionalLogic\":{\"actionType\":\"show\",\"logicType\":\"any\",\"rules\":[{\"fieldId\":\"4\",\"operator\":\"is\",\"value\":\"Quiero cotizar el servicio para mi empresa\"},{\"fieldId\":\"4\",\"operator\":\"is\",\"value\":\"Quiero cotizar el servicio para mi hogar\"}]},\"disableAutoformat\":false,\"enableAttachments\":false,\"id\":\"604bba2577f1b\"},\"604bbab3bb555\":{\"isActive\":true,\"name\":\"Solicitud de trabajo\",\"service\":\"wordpress\",\"event\":\"form_submission\",\"to\":\"dacleanexp@gmail.com  \",\"toType\":\"email\",\"cc\":\"\",\"bcc\":\"\",\"subject\":\"Nueva solicitud de trabajo {form_title}\",\"message\":\"{all_fields}\",\"from\":\"\",\"fromName\":\"{Nombre (Nombre):1.3}\",\"replyTo\":\"{Email:2}\",\"routing\":null,\"conditionalLogic\":{\"actionType\":\"show\",\"logicType\":\"all\",\"rules\":[{\"fieldId\":\"4\",\"operator\":\"is\",\"value\":\"Estoy buscando trabajo\"}]},\"disableAutoformat\":false,\"enableAttachments\":false,\"id\":\"604bbab3bb555\"}}');
INSERT INTO `wp_gf_form_meta` (`form_id`, `display_meta`, `entries_grid_meta`, `confirmations`, `notifications`) VALUES
(3, '{\"title\":\"Aplica\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Aplicar\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"section\",\"id\":1,\"label\":\"Datos Personales\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\"},{\"type\":\"name\",\"id\":2,\"label\":\"Nombre\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"nameFormat\":\"advanced\",\"inputs\":[{\"id\":\"2.2\",\"label\":\"Prefijo\",\"name\":\"\",\"choices\":[{\"text\":\"Sr.\",\"value\":\"Sr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Sra.\",\"value\":\"Sra.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Sra.\",\"value\":\"Sra.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Srta.\",\"value\":\"Srta.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Dr.\",\"value\":\"Dr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Prof.\",\"value\":\"Prof.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Rev.\",\"value\":\"Rev.\",\"isSelected\":false,\"price\":\"\"}],\"isHidden\":true,\"inputType\":\"radio\"},{\"id\":\"2.3\",\"label\":\"Nombre\",\"name\":\"\"},{\"id\":\"2.4\",\"label\":\"Segundo nombre\",\"name\":\"\",\"isHidden\":true},{\"id\":\"2.6\",\"label\":\"Apellidos\",\"name\":\"\"},{\"id\":\"2.8\",\"label\":\"Sufijo\",\"name\":\"\",\"isHidden\":true}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":6,\"label\":\"N\\u00b0 de c\\u00e9dula\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"number\",\"id\":8,\"label\":\"Edad\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"numberFormat\":\"decimal_dot\",\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"enableCalculation\":false,\"rangeMin\":\"\",\"rangeMax\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"number\",\"id\":9,\"label\":\"Dependientes menores de edad\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"numberFormat\":\"decimal_dot\",\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"enableCalculation\":false,\"rangeMin\":\"\",\"rangeMax\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"address\",\"id\":3,\"label\":\"Direcci\\u00f3n\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"addressType\":\"international\",\"inputs\":[{\"id\":\"3.1\",\"label\":\"Direcci\\u00f3n\",\"name\":\"\"},{\"id\":\"3.2\",\"label\":\"Direcci\\u00f3n 2\",\"name\":\"\"},{\"id\":\"3.3\",\"label\":\"Ciudad\",\"name\":\"\"},{\"id\":\"3.4\",\"label\":\"Estado\\/Provincia\",\"name\":\"\"},{\"id\":\"3.5\",\"label\":\"ZIP \\/ C\\u00f3digo Postal\",\"name\":\"\"},{\"id\":\"3.6\",\"label\":\"Pa\\u00eds\",\"name\":\"\"}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":\"\",\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"defaultCountry\":\"\",\"defaultProvince\":\"\",\"productField\":\"\",\"hideCountry\":\"\",\"defaultState\":\"\",\"hideState\":\"\",\"hideAddress2\":\"\",\"enableCopyValuesOption\":\"\",\"copyValuesOptionDefault\":\"\",\"copyValuesOptionLabel\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"phone\",\"id\":4,\"label\":\"Tel\\u00e9fono\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"phoneFormat\":\"standard\",\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"email\",\"id\":5,\"label\":\"Email\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"emailConfirmEnabled\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"page\",\"id\":28,\"label\":\"\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"nextButton\":{\"type\":\"text\",\"text\":\"Siguiente \",\"imageUrl\":\"\"},\"previousButton\":{\"type\":\"text\",\"text\":\"Anterior\",\"imageUrl\":\"\"},\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":\"\",\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"pageNumber\":2,\"fields\":\"\"},{\"type\":\"section\",\"id\":10,\"label\":\"Referencia Laboral 1\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":2,\"fields\":\"\"},{\"type\":\"text\",\"id\":11,\"label\":\"Nombre de la empresa\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":2,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"number\",\"id\":18,\"label\":\"Meses de trabajo\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"numberFormat\":\"decimal_dot\",\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"enableCalculation\":false,\"rangeMin\":\"\",\"rangeMax\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":2,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":13,\"label\":\"Nombre de superior\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":2,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"phone\",\"id\":14,\"label\":\"Tel\\u00e9fono de superior\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"phoneFormat\":\"standard\",\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":2,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":15,\"label\":\"Raz\\u00f3n de salida\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":2,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"section\",\"id\":16,\"label\":\"Referencia Laboral 2\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":2,\"fields\":\"\"},{\"type\":\"text\",\"id\":17,\"label\":\"Nombre de la empresa\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":2,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"number\",\"id\":12,\"label\":\"Meses de trabajo\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"numberFormat\":\"decimal_dot\",\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"enableCalculation\":false,\"rangeMin\":\"\",\"rangeMax\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":2,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":19,\"label\":\"Nombre de superior\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":2,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"phone\",\"id\":20,\"label\":\"Tel\\u00e9fono de superior\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"phoneFormat\":\"standard\",\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":2,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":21,\"label\":\"Raz\\u00f3n de salida\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":2,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"section\",\"id\":22,\"label\":\"Referencia Laboral 3\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":2,\"fields\":\"\"},{\"type\":\"text\",\"id\":23,\"label\":\"Nombre de la empresa\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":2,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"number\",\"id\":24,\"label\":\"Meses de trabajo\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"numberFormat\":\"decimal_dot\",\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"enableCalculation\":false,\"rangeMin\":\"\",\"rangeMax\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":2,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":25,\"label\":\"Nombre de superior\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":2,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"phone\",\"id\":26,\"label\":\"Tel\\u00e9fono de superior\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"phoneFormat\":\"standard\",\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":2,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":27,\"label\":\"Raz\\u00f3n de salida\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":2,\"fields\":\"\",\"displayOnly\":\"\"}],\"version\":\"2.4.15.6\",\"id\":3,\"nextFieldId\":29,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":{\"type\":\"text\",\"text\":\"Anterior\",\"imageUrl\":\"\"},\"pagination\":{\"type\":\"percentage\",\"pages\":[\"DATOS PERSONALES\",\"REFERENCIAS LABORALES\"],\"style\":\"blue\",\"backgroundColor\":null,\"color\":null,\"display_progressbar_on_confirmation\":false,\"progressbar_completion_text\":null},\"firstPageCssClass\":\"\",\"subLabelPlacement\":\"below\",\"cssClass\":\"\",\"enableHoneypot\":true,\"enableAnimation\":true,\"save\":{\"enabled\":false,\"button\":{\"type\":\"link\",\"text\":\"Guardar y continuar despu\\u00e9s\"}},\"limitEntries\":false,\"limitEntriesCount\":\"\",\"limitEntriesPeriod\":\"\",\"limitEntriesMessage\":\"\",\"scheduleForm\":false,\"scheduleStart\":\"\",\"scheduleStartHour\":\"\",\"scheduleStartMinute\":\"\",\"scheduleStartAmpm\":\"\",\"scheduleEnd\":\"\",\"scheduleEndHour\":\"\",\"scheduleEndMinute\":\"\",\"scheduleEndAmpm\":\"\",\"schedulePendingMessage\":\"\",\"scheduleMessage\":\"\",\"requireLogin\":false,\"requireLoginMessage\":\"\"}', NULL, '{\"5e0fbcb41d91d\":{\"id\":\"5e0fbcb41d91d\",\"name\":\"Confirmaci\\u00f3n por defecto\",\"isDefault\":true,\"type\":\"message\",\"message\":\"\\u00a1Gracias por contactar con nosotros! Nos pondremos en contacto contigo muy pronto.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}', '{\"5e0fbcb41d5c5\":{\"id\":\"5e0fbcb41d5c5\",\"isActive\":true,\"to\":\"{admin_email}\",\"name\":\"Notificaci\\u00f3n del administrador\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"Nuevos env\\u00edos de {form_title}\",\"message\":\"{all_fields}\"}}');
INSERT INTO `wp_gf_form_meta` (`form_id`, `display_meta`, `entries_grid_meta`, `confirmations`, `notifications`) VALUES
(4, '{\"title\":\"Servicios Inicio\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Solicitar\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"select\",\"id\":11,\"label\":\"Ubicaci\\u00f3n\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"Albrook\",\"value\":\"Albrook\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Altos de Panam\\u00e1\",\"value\":\"Altos de Panam\\u00e1\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Arraij\\u00e1n\",\"value\":\"Arraij\\u00e1n\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Avenida Balboa\",\"value\":\"Avenida Balboa\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Bella Vista\",\"value\":\"Bella Vista\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Betania\",\"value\":\"Betania\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Bijao\",\"value\":\"Bijao\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Brisas del Golf\",\"value\":\"Brisas del Golf\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Buenaventura\",\"value\":\"Buenaventura\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Chanis\",\"value\":\"Chanis\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Clayton\",\"value\":\"Clayton\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Condado del Rey\",\"value\":\"Condado del Rey\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Coronado\",\"value\":\"Coronado\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Costa del Este\",\"value\":\"Costa del Este\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Costa Sur\",\"value\":\"Costa Sur\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Costa Verde\",\"value\":\"Costa Verde\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Curundu\",\"value\":\"Curundu\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"El Bosque\",\"value\":\"El Bosque\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"El Cangrejo\",\"value\":\"El Cangrejo\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"El Carmen\",\"value\":\"El Carmen\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"El Dorado\",\"value\":\"El Dorado\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"El Ingenio\",\"value\":\"El Ingenio\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Gorgona\",\"value\":\"Gorgona\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Hato Pintado\",\"value\":\"Hato Pintado\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Las Cumbres\",\"value\":\"Las Cumbres\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Limajo\",\"value\":\"Limajo\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Marbella\",\"value\":\"Marbella\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Montelimar\",\"value\":\"Montelimar\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Obarrio\",\"value\":\"Obarrio\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Paitilla\",\"value\":\"Paitilla\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Panam\\u00e1 Pac\\u00edfico\",\"value\":\"Panam\\u00e1 Pac\\u00edfico\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Punta Pac\\u00edfica\",\"value\":\"Punta Pac\\u00edfica\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Parque Lefevre\",\"value\":\"Parque Lefevre\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"San Francisco\",\"value\":\"San Francisco\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Santa Mar\\u00eda\",\"value\":\"Santa Mar\\u00eda\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Trans\\u00edstmica\",\"value\":\"Trans\\u00edstmica\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Villas de la Fuente\",\"value\":\"Villas de la Fuente\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"12 de Octubre\",\"value\":\"12 de Octubre\",\"isSelected\":false,\"price\":\"\"}],\"formId\":4,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"enableChoiceValue\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"page\",\"id\":10,\"label\":\"\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"nextButton\":{\"type\":\"text\",\"text\":\"Contratar Servicio\",\"imageUrl\":\"\"},\"previousButton\":{\"type\":\"text\",\"text\":\"Anterior\",\"imageUrl\":\"\"},\"formId\":4,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"pageNumber\":2,\"fields\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"name\",\"id\":1,\"label\":\"Datos Personales\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"nameFormat\":\"advanced\",\"inputs\":[{\"id\":\"1.2\",\"label\":\"Prefix\",\"name\":\"\",\"choices\":[{\"text\":\"Mr.\",\"value\":\"Mr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Mrs.\",\"value\":\"Mrs.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Miss\",\"value\":\"Miss\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Ms.\",\"value\":\"Ms.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Dr.\",\"value\":\"Dr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Prof.\",\"value\":\"Prof.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Rev.\",\"value\":\"Rev.\",\"isSelected\":false,\"price\":\"\"}],\"isHidden\":true,\"inputType\":\"radio\"},{\"id\":\"1.3\",\"label\":\"First\",\"name\":\"\",\"placeholder\":\"Nombre\"},{\"id\":\"1.4\",\"label\":\"Middle\",\"name\":\"\",\"isHidden\":true},{\"id\":\"1.6\",\"label\":\"Last\",\"name\":\"\",\"placeholder\":\"Apellido\"},{\"id\":\"1.8\",\"label\":\"Suffix\",\"name\":\"\",\"isHidden\":true}],\"formId\":4,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"below\",\"subLabelPlacement\":\"hidden_label\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":2,\"fields\":\"\",\"displayOnly\":\"\",\"checkboxLabel\":\"\"},{\"type\":\"radio\",\"id\":23,\"label\":\"\\u00bfC\\u00f3mo podemos ayudarte?\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"Quiero cotizar el servicio para mi empresa\",\"value\":\"Quiero cotizar el servicio para mi empresa\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Quiero cotizar el servicio para mi hogar\",\"value\":\"Quiero cotizar el servicio para mi hogar\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Estoy buscando trabajo\",\"value\":\"Estoy buscando trabajo\",\"isSelected\":false,\"price\":\"\"}],\"formId\":4,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enableOtherChoice\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":2,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"address\",\"id\":4,\"label\":\"Direcci\\u00f3n detallada\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"addressType\":\"international\",\"inputs\":[{\"id\":\"4.1\",\"label\":\"Street Address\",\"name\":\"\",\"customLabel\":\"Calle principal\"},{\"id\":\"4.2\",\"label\":\"Address Line 2\",\"name\":\"\",\"customLabel\":\"Calle secundaria\"},{\"id\":\"4.3\",\"label\":\"City\",\"name\":\"\",\"customLabel\":\"Ciudad\",\"isHidden\":true},{\"id\":\"4.4\",\"label\":\"State \\/ Province\",\"name\":\"\",\"isHidden\":true,\"customLabel\":\"Estado \\/ Provincia\"},{\"id\":\"4.5\",\"label\":\"ZIP \\/ Postal Code\",\"name\":\"\",\"isHidden\":true},{\"id\":\"4.6\",\"label\":\"Country\",\"name\":\"\",\"isHidden\":true,\"customLabel\":\"Pa\\u00eds\"}],\"formId\":4,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"defaultCountry\":\"Panam\\u00e1\",\"defaultProvince\":\"\",\"productField\":\"\",\"defaultState\":\"\",\"enableCopyValuesOption\":\"\",\"copyValuesOptionDefault\":\"\",\"copyValuesOptionLabel\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":2,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"phone\",\"id\":13,\"label\":\"Tel\\u00e9fono\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"phoneFormat\":\"international\",\"formId\":4,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":2,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"email\",\"id\":14,\"label\":\"Email\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":4,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"emailConfirmEnabled\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":2,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"page\",\"id\":12,\"label\":\"\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"nextButton\":{\"type\":\"text\",\"text\":\"Siguiente \",\"imageUrl\":\"\"},\"previousButton\":{\"type\":\"text\",\"text\":\"Anterior\",\"imageUrl\":\"\"},\"formId\":4,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"pageNumber\":3,\"fields\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"select\",\"id\":5,\"label\":\"Tipo de propiedad\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"Casa\",\"value\":\"Casa\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Apartamento\",\"value\":\"Apartamento\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Oficina\",\"value\":\"Oficina\",\"isSelected\":false,\"price\":\"\"}],\"formId\":4,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"Seleccionar\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":3,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"radio\",\"id\":6,\"label\":\"Tipo de limpieza\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"General\",\"value\":\"General\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Extendida\",\"value\":\"Extendida\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Profunda\",\"value\":\"Profunda\",\"isSelected\":false,\"price\":\"\"}],\"formId\":4,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enableOtherChoice\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":3,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"product\",\"id\":20,\"label\":\"Metraje aproximado\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"inputType\":\"select\",\"enablePrice\":true,\"formId\":4,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"Seleccione\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":[{\"text\":\"0 - 50 mts - desde $35.95\",\"value\":\"0 - 50 mts - desde $35.95\",\"isSelected\":false,\"price\":\"$38.47\"},{\"text\":\"50 - 100 mts - desde $45.95\",\"value\":\"50 - 100 mts - desde $45.95\",\"isSelected\":false,\"price\":\"$49.17\"},{\"text\":\"100 - 200 mts - desde $65.95\",\"value\":\"100 - 200 mts - desde $65.95\",\"isSelected\":false,\"price\":\"$70.57\"},{\"text\":\"200 - 300 mts - desde $85.95\",\"value\":\"200 - 300 mts - desde $85.95\",\"isSelected\":false,\"price\":\"$91.97\"},{\"text\":\"300 - 400 mts - desde $95.95\",\"value\":\"300 - 400 mts - desde $95.95\",\"isSelected\":false,\"price\":\"$102.67\"}],\"conditionalLogic\":\"\",\"productField\":\"\",\"basePrice\":\"$0.00\",\"disableQuantity\":false,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"checkboxLabel\":\"\",\"enableChoiceValue\":false,\"pageNumber\":3,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"select\",\"id\":21,\"label\":\"Frecuencia del servicio\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"Diario\",\"value\":\"Diario\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Semanal\",\"value\":\"Semanal\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Mensual\",\"value\":\"Mensual\",\"isSelected\":false,\"price\":\"\"}],\"formId\":4,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"Seleccione\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":3,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"select\",\"id\":17,\"label\":\"Cuartos\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"5\",\"value\":\"5\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"4\",\"value\":\"4\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"3\",\"value\":\"3\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"2\",\"value\":\"2\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"1\",\"value\":\"1\",\"isSelected\":false,\"price\":\"\"}],\"formId\":4,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":3,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"select\",\"id\":18,\"label\":\"Ba\\u00f1os\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"3\",\"value\":\"3\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"2\",\"value\":\"2\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"1\",\"value\":\"1\",\"isSelected\":false,\"price\":\"\"}],\"formId\":4,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":3,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"page\",\"id\":9,\"label\":\"\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"nextButton\":{\"type\":\"text\",\"text\":\"Siguiente \",\"imageUrl\":\"\"},\"previousButton\":{\"type\":\"text\",\"text\":\"Anterior\",\"imageUrl\":\"\"},\"formId\":4,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":\"\",\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"pageNumber\":4,\"fields\":\"\"},{\"type\":\"date\",\"id\":7,\"label\":\"D\\u00eda programado para el servicio\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"dateType\":\"datepicker\",\"calendarIconType\":\"calendar\",\"formId\":4,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"calendarIconUrl\":\"\",\"dateFormat\":\"dmy\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":4,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"time\",\"id\":8,\"label\":\"Hora del servicio solicitado\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":[{\"id\":\"8.1\",\"label\":\"HH\",\"name\":\"\"},{\"id\":\"8.2\",\"label\":\"MM\",\"name\":\"\"},{\"id\":\"8.3\",\"label\":\"AM\\/PM\",\"name\":\"\"}],\"formId\":4,\"description\":\"*Recomendamos agendar con un m\\u00ednimo de 48 horas antes\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"timeFormat\":\"24\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":4,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"total\",\"id\":16,\"label\":\"Total Estimado (A Confirmar)\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":4,\"description\":\"Incluido ITBMS 7%\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":4,\"fields\":\"\",\"displayOnly\":\"\",\"checkboxLabel\":\"\"}],\"version\":\"2.4.15.6\",\"id\":4,\"nextFieldId\":24,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":{\"type\":\"text\",\"text\":\"Anterior\",\"imageUrl\":\"\"},\"pagination\":{\"type\":\"none\",\"pages\":[\"\",\"\",\"\",\"\"],\"backgroundColor\":null,\"color\":null,\"display_progressbar_on_confirmation\":null,\"progressbar_completion_text\":null},\"firstPageCssClass\":\"\",\"subLabelPlacement\":\"below\",\"cssClass\":\"\",\"enableHoneypot\":true,\"enableAnimation\":true,\"save\":{\"enabled\":false,\"button\":{\"type\":\"link\",\"text\":\"Save and Continue Later\"}},\"limitEntries\":false,\"limitEntriesCount\":\"\",\"limitEntriesPeriod\":\"\",\"limitEntriesMessage\":\"\",\"scheduleForm\":false,\"scheduleStart\":\"\",\"scheduleStartHour\":\"\",\"scheduleStartMinute\":\"\",\"scheduleStartAmpm\":\"\",\"scheduleEnd\":\"\",\"scheduleEndHour\":\"\",\"scheduleEndMinute\":\"\",\"scheduleEndAmpm\":\"\",\"schedulePendingMessage\":\"\",\"scheduleMessage\":\"\",\"requireLogin\":false,\"requireLoginMessage\":\"\"}', NULL, '{\"5df8ec7adf335\":{\"id\":\"5df8ec7adf335\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"redirect\",\"message\":\"\",\"url\":\"https:\\/\\/dacleanexpress.com\\/gracias\",\"pageId\":0,\"queryString\":\"\",\"disableAutoformat\":false,\"conditionalLogic\":[]},\"6059f4e4cfd76\":{\"id\":\"6059f4e4cfd76\",\"name\":\"Lead Calificado\",\"type\":\"page\",\"message\":\"\",\"disableAutoformat\":false,\"pageId\":1173,\"url\":\"\",\"queryString\":\"\",\"isDefault\":false,\"conditionalLogic\":{\"actionType\":\"show\",\"logicType\":\"any\",\"rules\":[{\"fieldId\":\"23\",\"operator\":\"is\",\"value\":\"Quiero cotizar el servicio para mi empresa\"},{\"fieldId\":\"23\",\"operator\":\"is\",\"value\":\"Quiero cotizar el servicio para mi hogar\"}]}}}', '{\"5df8ec7adb60b\":{\"isActive\":true,\"name\":\"Admin Notification\",\"service\":\"wordpress\",\"event\":\"form_submission\",\"to\":\"dacleanexp@gmail.com  \",\"toType\":\"email\",\"cc\":\"\",\"bcc\":\"\",\"subject\":\"Nueva Solicitud de {form_title}\",\"message\":\"{all_fields}\",\"from\":\"formularios@dirnovo.com\",\"fromName\":\"{Datos Personales (First):1.3}\",\"replyTo\":\"{Email:14}\",\"routing\":null,\"conditionalLogic\":null,\"disableAutoformat\":false,\"enableAttachments\":false,\"id\":\"5df8ec7adb60b\"}}');
INSERT INTO `wp_gf_form_meta` (`form_id`, `display_meta`, `entries_grid_meta`, `confirmations`, `notifications`) VALUES
(5, '{\"title\":\"Servicios - Contacto\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Solicitar\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"name\",\"id\":1,\"label\":\"Datos Personales\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"nameFormat\":\"advanced\",\"inputs\":[{\"id\":\"1.2\",\"label\":\"Prefix\",\"name\":\"\",\"choices\":[{\"text\":\"Mr.\",\"value\":\"Mr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Mrs.\",\"value\":\"Mrs.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Miss\",\"value\":\"Miss\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Ms.\",\"value\":\"Ms.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Dr.\",\"value\":\"Dr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Prof.\",\"value\":\"Prof.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Rev.\",\"value\":\"Rev.\",\"isSelected\":false,\"price\":\"\"}],\"isHidden\":true,\"inputType\":\"radio\"},{\"id\":\"1.3\",\"label\":\"First\",\"name\":\"\",\"placeholder\":\"Nombre\"},{\"id\":\"1.4\",\"label\":\"Middle\",\"name\":\"\",\"isHidden\":true},{\"id\":\"1.6\",\"label\":\"Last\",\"name\":\"\",\"placeholder\":\"Apellido\"},{\"id\":\"1.8\",\"label\":\"Suffix\",\"name\":\"\",\"isHidden\":true}],\"formId\":5,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"below\",\"subLabelPlacement\":\"hidden_label\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"checkboxLabel\":\"\"},{\"type\":\"select\",\"id\":11,\"label\":\"Ubicaci\\u00f3n\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"Albrook\",\"value\":\"Albrook\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Altos de Panam\\u00e1\",\"value\":\"Altos de Panam\\u00e1\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Arraij\\u00e1n\",\"value\":\"Arraij\\u00e1n\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Avenida Balboa\",\"value\":\"Avenida Balboa\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Bella Vista\",\"value\":\"Bella Vista\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Betania\",\"value\":\"Betania\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Bijao\",\"value\":\"Bijao\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Brisas del Golf\",\"value\":\"Brisas del Golf\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Buenaventura\",\"value\":\"Buenaventura\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Chanis\",\"value\":\"Chanis\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Clayton\",\"value\":\"Clayton\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Condado del Rey\",\"value\":\"Condado del Rey\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Coronado\",\"value\":\"Coronado\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Costa del Este\",\"value\":\"Costa del Este\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Costa Sur\",\"value\":\"Costa Sur\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Costa Verde\",\"value\":\"Costa Verde\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Curundu\",\"value\":\"Curundu\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"El Bosque\",\"value\":\"El Bosque\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"El Cangrejo\",\"value\":\"El Cangrejo\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"El Carmen\",\"value\":\"El Carmen\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"El Dorado\",\"value\":\"El Dorado\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"El Ingenio\",\"value\":\"El Ingenio\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Gorgona\",\"value\":\"Gorgona\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Hato Pintado\",\"value\":\"Hato Pintado\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Las Cumbres\",\"value\":\"Las Cumbres\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Limajo\",\"value\":\"Limajo\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Marbella\",\"value\":\"Marbella\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Montelimar\",\"value\":\"Montelimar\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Obarrio\",\"value\":\"Obarrio\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Paitilla\",\"value\":\"Paitilla\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Panam\\u00e1 Pac\\u00edfico\",\"value\":\"Panam\\u00e1 Pac\\u00edfico\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Punta Pac\\u00edfica\",\"value\":\"Punta Pac\\u00edfica\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Parque Lefevre\",\"value\":\"Parque Lefevre\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"San Francisco\",\"value\":\"San Francisco\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Santa Mar\\u00eda\",\"value\":\"Santa Mar\\u00eda\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Trans\\u00edstmica\",\"value\":\"Trans\\u00edstmica\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Villas de la Fuente\",\"value\":\"Villas de la Fuente\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"12 de Octubre\",\"value\":\"12 de Octubre\",\"isSelected\":false,\"price\":\"\"}],\"formId\":5,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"enableChoiceValue\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"radio\",\"id\":22,\"label\":\"\\u00bfC\\u00f3mo podemos ayudarte?\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"Quiero cotizar el servicio para mi empresa\",\"value\":\"Quiero cotizar el servicio para mi empresa\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Quiero cotizar el servicio para mi hogar\",\"value\":\"Quiero cotizar el servicio para mi hogar\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Estoy buscando trabajo\",\"value\":\"Estoy buscando trabajo\",\"isSelected\":false,\"price\":\"\"}],\"formId\":5,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enableOtherChoice\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\"},{\"type\":\"address\",\"id\":4,\"label\":\"Direcci\\u00f3n detallada\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"addressType\":\"international\",\"inputs\":[{\"id\":\"4.1\",\"label\":\"Street Address\",\"name\":\"\",\"customLabel\":\"Calle principal\"},{\"id\":\"4.2\",\"label\":\"Address Line 2\",\"name\":\"\",\"customLabel\":\"Calle secundaria\"},{\"id\":\"4.3\",\"label\":\"City\",\"name\":\"\",\"customLabel\":\"Ciudad\",\"isHidden\":true},{\"id\":\"4.4\",\"label\":\"State \\/ Province\",\"name\":\"\",\"isHidden\":true,\"customLabel\":\"Estado \\/ Provincia\"},{\"id\":\"4.5\",\"label\":\"ZIP \\/ Postal Code\",\"name\":\"\",\"isHidden\":true},{\"id\":\"4.6\",\"label\":\"Country\",\"name\":\"\",\"isHidden\":true,\"customLabel\":\"Pa\\u00eds\"}],\"formId\":5,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"defaultCountry\":\"Panam\\u00e1\",\"defaultProvince\":\"\",\"productField\":\"\",\"defaultState\":\"\",\"enableCopyValuesOption\":\"\",\"copyValuesOptionDefault\":\"\",\"copyValuesOptionLabel\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"phone\",\"id\":13,\"label\":\"Tel\\u00e9fono\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"phoneFormat\":\"international\",\"formId\":5,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"email\",\"id\":14,\"label\":\"Email\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":5,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"emailConfirmEnabled\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"page\",\"id\":12,\"label\":\"\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"nextButton\":{\"type\":\"text\",\"text\":\"Siguiente \",\"imageUrl\":\"\"},\"previousButton\":{\"type\":\"text\",\"text\":\"Anterior\",\"imageUrl\":\"\"},\"formId\":5,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"pageNumber\":2,\"fields\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"select\",\"id\":5,\"label\":\"Tipo de propiedad\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"Casa\",\"value\":\"Casa\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Apartamento\",\"value\":\"Apartamento\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Oficina\",\"value\":\"Oficina\",\"isSelected\":false,\"price\":\"\"}],\"formId\":5,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"Seleccionar\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":2,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"radio\",\"id\":6,\"label\":\"Tipo de limpieza\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"General\",\"value\":\"General\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Extendida\",\"value\":\"Extendida\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Profunda\",\"value\":\"Profunda\",\"isSelected\":false,\"price\":\"\"}],\"formId\":5,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enableOtherChoice\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":2,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"product\",\"id\":20,\"label\":\"Metraje aproximado\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"inputType\":\"select\",\"enablePrice\":true,\"formId\":5,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"Seleccione\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":[{\"text\":\"0 - 50 mts - desde $35.95\",\"value\":\"0 - 50 mts - desde $35.95\",\"isSelected\":false,\"price\":\"$38.47\"},{\"text\":\"50 - 100 mts - desde $45.95\",\"value\":\"50 - 100 mts - desde $45.95\",\"isSelected\":false,\"price\":\"$49.17\"},{\"text\":\"100 - 200 mts - desde $65.95\",\"value\":\"100 - 200 mts - desde $65.95\",\"isSelected\":false,\"price\":\"$70.57\"},{\"text\":\"200 - 300 mts - desde $85.95\",\"value\":\"200 - 300 mts - desde $85.95\",\"isSelected\":false,\"price\":\"$91.97\"},{\"text\":\"300 - 400 mts - desde $95.95\",\"value\":\"300 - 400 mts - desde $95.95\",\"isSelected\":false,\"price\":\"$102.67\"}],\"conditionalLogic\":\"\",\"productField\":\"\",\"basePrice\":\"$0.00\",\"disableQuantity\":false,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"checkboxLabel\":\"\",\"enableChoiceValue\":false,\"pageNumber\":2,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"select\",\"id\":21,\"label\":\"Frecuencia del servicio\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"Diario\",\"value\":\"Diario\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Semanal\",\"value\":\"Semanal\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Mensual\",\"value\":\"Mensual\",\"isSelected\":false,\"price\":\"\"}],\"formId\":5,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"Seleccione\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":2,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"select\",\"id\":17,\"label\":\"Cuartos\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"5\",\"value\":\"5\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"4\",\"value\":\"4\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"3\",\"value\":\"3\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"2\",\"value\":\"2\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"1\",\"value\":\"1\",\"isSelected\":false,\"price\":\"\"}],\"formId\":5,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":2,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"select\",\"id\":18,\"label\":\"Ba\\u00f1os\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"3\",\"value\":\"3\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"2\",\"value\":\"2\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"1\",\"value\":\"1\",\"isSelected\":false,\"price\":\"\"}],\"formId\":5,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":2,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"page\",\"id\":9,\"label\":\"\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"nextButton\":{\"type\":\"text\",\"text\":\"Siguiente \",\"imageUrl\":\"\"},\"previousButton\":{\"type\":\"text\",\"text\":\"Anterior\",\"imageUrl\":\"\"},\"formId\":5,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":\"\",\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"pageNumber\":3,\"fields\":\"\"},{\"type\":\"date\",\"id\":7,\"label\":\"D\\u00eda programado para el servicio\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"dateType\":\"datepicker\",\"calendarIconType\":\"calendar\",\"formId\":5,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"calendarIconUrl\":\"\",\"dateFormat\":\"dmy\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":3,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"time\",\"id\":8,\"label\":\"Hora del servicio solicitado\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":[{\"id\":\"8.1\",\"label\":\"HH\",\"name\":\"\"},{\"id\":\"8.2\",\"label\":\"MM\",\"name\":\"\"},{\"id\":\"8.3\",\"label\":\"AM\\/PM\",\"name\":\"\"}],\"formId\":5,\"description\":\"*Recomendamos agendar con un m\\u00ednimo de 48 horas antes\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"timeFormat\":\"24\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":3,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"total\",\"id\":16,\"label\":\"Total Estimado (A Confirmar)\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":5,\"description\":\"Incluido ITBMS 7%\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":3,\"fields\":\"\",\"displayOnly\":\"\",\"checkboxLabel\":\"\"}],\"version\":\"2.4.15.6\",\"id\":5,\"nextFieldId\":23,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":{\"type\":\"text\",\"text\":\"Anterior\",\"imageUrl\":\"\"},\"pagination\":{\"type\":\"steps\",\"pages\":[\"DATOS PERSONALES\",\"SERVICIO\",\"FECHA Y HORA\"],\"backgroundColor\":null,\"color\":null,\"display_progressbar_on_confirmation\":null,\"progressbar_completion_text\":null},\"firstPageCssClass\":\"\",\"subLabelPlacement\":\"below\",\"cssClass\":\"\",\"enableHoneypot\":true,\"enableAnimation\":true,\"save\":{\"enabled\":false,\"button\":{\"type\":\"link\",\"text\":\"Save and Continue Later\"}},\"limitEntries\":false,\"limitEntriesCount\":\"\",\"limitEntriesPeriod\":\"\",\"limitEntriesMessage\":\"\",\"scheduleForm\":false,\"scheduleStart\":\"\",\"scheduleStartHour\":\"\",\"scheduleStartMinute\":\"\",\"scheduleStartAmpm\":\"\",\"scheduleEnd\":\"\",\"scheduleEndHour\":\"\",\"scheduleEndMinute\":\"\",\"scheduleEndAmpm\":\"\",\"schedulePendingMessage\":\"\",\"scheduleMessage\":\"\",\"requireLogin\":false,\"requireLoginMessage\":\"\"}', NULL, '{\"5df8ec7adf335\":{\"id\":\"5df8ec7adf335\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"<h3 style=\\\"text-align: center;\\\">\\u00a1Gracias por contactarnos! Nos pondremos en contacto con usted en breve.<\\/h3>\",\"url\":\"\",\"pageId\":0,\"queryString\":\"\",\"disableAutoformat\":false,\"conditionalLogic\":[]},\"6059f495b61f9\":{\"id\":\"6059f495b61f9\",\"name\":\"Lead Calificado\",\"type\":\"page\",\"message\":\"\",\"disableAutoformat\":false,\"pageId\":1173,\"url\":\"\",\"queryString\":\"\",\"isDefault\":false,\"conditionalLogic\":{\"actionType\":\"show\",\"logicType\":\"any\",\"rules\":[{\"fieldId\":\"22\",\"operator\":\"is\",\"value\":\"Quiero cotizar el servicio para mi empresa\"},{\"fieldId\":\"22\",\"operator\":\"is\",\"value\":\"Quiero cotizar el servicio para mi hogar\"}]}}}', '{\"5df8ec7adb60b\":{\"isActive\":true,\"name\":\"Admin Notification\",\"service\":\"wordpress\",\"event\":\"form_submission\",\"to\":\"dacleanexp@gmail.com  \",\"toType\":\"email\",\"cc\":\"\",\"bcc\":\"\",\"subject\":\"Nueva Solicitud de {form_title}\",\"message\":\"{all_fields}\",\"from\":\"formularios@dirnovo.com\",\"fromName\":\"{Datos Personales (First):1.3}\",\"replyTo\":\"{Email:14}\",\"routing\":null,\"conditionalLogic\":null,\"disableAutoformat\":false,\"enableAttachments\":false,\"id\":\"5df8ec7adb60b\"}}');

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

--
-- Estructura de tabla para la tabla `wp_gf_form_revisions`
--

CREATE TABLE `wp_gf_form_revisions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `form_id` mediumint(8) UNSIGNED NOT NULL,
  `display_meta` longtext COLLATE utf8mb4_unicode_520_ci,
  `date_created` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Estructura de tabla para la tabla `wp_gf_form_view`
--

CREATE TABLE `wp_gf_form_view` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `form_id` mediumint(8) UNSIGNED NOT NULL,
  `date_created` datetime NOT NULL,
  `ip` char(15) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `count` mediumint(8) UNSIGNED NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wp_gf_form_view`
--

INSERT INTO `wp_gf_form_view` (`id`, `form_id`, `date_created`, `ip`, `count`) VALUES
(1, 1, '2019-12-17 15:40:09', '', 8),
(2, 1, '2019-12-18 18:00:46', '', 3),
(3, 1, '2019-12-20 12:44:59', '', 5),
(4, 1, '2019-12-23 18:41:44', '', 6),
(5, 1, '2019-12-26 11:12:28', '', 1),
(6, 1, '2019-12-30 21:30:40', '', 3),
(7, 1, '2020-01-02 13:58:43', '', 14),
(8, 1, '2020-01-03 14:06:16', '', 9),
(9, 2, '2020-01-03 16:39:02', '', 39),
(10, 2, '2020-01-06 11:16:47', '', 140),
(11, 3, '2020-01-06 11:37:44', '', 28),
(12, 1, '2020-01-06 11:41:02', '', 19),
(13, 4, '2020-01-06 15:49:47', '', 58),
(14, 4, '2020-01-07 18:17:44', '', 20),
(15, 2, '2020-01-07 18:17:45', '', 43),
(16, 3, '2020-01-07 22:00:41', '', 3),
(17, 1, '2020-01-07 22:02:58', '', 8),
(18, 4, '2020-01-08 22:54:34', '', 26),
(19, 2, '2020-01-08 22:54:34', '', 59),
(20, 1, '2020-01-08 23:42:52', '', 8),
(21, 3, '2020-01-09 14:11:41', '', 5),
(22, 5, '2020-01-09 18:53:22', '', 2),
(23, 2, '2020-01-09 23:09:52', '', 37),
(24, 4, '2020-01-09 23:10:00', '', 11),
(25, 3, '2020-01-10 19:33:57', '', 2),
(26, 5, '2020-01-10 19:35:31', '', 1),
(27, 4, '2020-01-12 04:24:34', '', 12),
(28, 2, '2020-01-12 04:24:34', '', 21),
(29, 5, '2020-01-12 14:02:42', '', 5),
(30, 3, '2020-01-12 14:03:01', '', 1),
(31, 4, '2020-01-13 12:47:03', '', 21),
(32, 2, '2020-01-13 12:47:04', '', 25),
(33, 4, '2020-01-14 12:54:45', '', 6),
(34, 2, '2020-01-14 12:54:45', '', 19),
(35, 5, '2020-01-14 14:03:52', '', 4),
(36, 4, '2020-01-15 13:29:49', '', 3),
(37, 2, '2020-01-15 13:29:49', '', 9),
(38, 5, '2020-01-16 12:15:30', '', 2),
(39, 4, '2020-01-16 13:37:05', '', 3),
(40, 2, '2020-01-16 13:37:05', '', 3),
(41, 4, '2020-01-17 14:21:33', '', 3),
(42, 2, '2020-01-17 14:21:33', '', 3),
(43, 4, '2020-01-19 12:34:44', '', 2),
(44, 2, '2020-01-19 12:34:44', '', 2),
(45, 4, '2020-01-27 12:16:28', '', 1),
(46, 2, '2020-01-27 12:16:28', '', 8),
(47, 3, '2020-01-27 12:17:17', '', 1),
(48, 5, '2020-01-27 12:17:25', '', 1),
(49, 4, '2020-01-29 10:34:14', '', 1),
(50, 2, '2020-01-29 10:34:15', '', 1),
(51, 4, '2020-01-30 15:57:24', '', 3),
(52, 2, '2020-01-30 15:57:24', '', 10),
(53, 3, '2020-01-30 15:58:59', '', 1),
(54, 5, '2020-01-30 15:59:05', '', 1),
(55, 2, '2020-01-31 20:48:34', '', 6),
(56, 4, '2020-01-31 20:48:49', '', 2),
(57, 4, '2020-02-03 12:13:24', '', 1),
(58, 2, '2020-02-03 12:13:24', '', 5),
(59, 4, '2020-02-04 13:09:05', '', 1),
(60, 2, '2020-02-04 13:09:05', '', 4),
(61, 3, '2020-02-04 13:09:56', '', 1),
(62, 4, '2020-02-05 19:19:40', '', 1),
(63, 2, '2020-02-05 19:19:41', '', 5),
(64, 4, '2020-02-10 15:35:36', '', 7),
(65, 2, '2020-02-10 15:35:36', '', 23),
(66, 3, '2020-02-10 16:43:07', '', 1),
(67, 5, '2020-02-10 17:10:56', '', 2),
(68, 4, '2020-02-17 13:05:39', '', 1),
(69, 2, '2020-02-17 13:05:39', '', 2),
(70, 4, '2020-02-19 19:05:38', '', 5),
(71, 2, '2020-02-19 19:05:38', '', 16),
(72, 3, '2020-02-20 14:58:49', '', 2),
(73, 5, '2020-02-20 14:58:56', '', 1),
(74, 4, '2020-02-21 12:56:18', '', 2),
(75, 2, '2020-02-21 12:56:18', '', 10),
(76, 3, '2020-02-21 17:33:11', '', 1),
(77, 2, '2020-02-22 22:05:14', '', 1),
(78, 2, '2020-02-25 14:11:26', '', 7),
(79, 4, '2020-02-26 12:25:05', '', 6),
(80, 3, '2020-02-26 12:26:11', '', 3),
(81, 2, '2020-02-26 17:00:38', '', 32),
(82, 5, '2020-02-26 18:28:48', '', 4),
(83, 4, '2020-02-27 14:55:04', '', 17),
(84, 3, '2020-02-27 15:55:14', '', 1),
(85, 2, '2020-02-27 21:42:35', '', 7),
(86, 4, '2020-02-28 18:27:31', '', 4),
(87, 2, '2020-02-28 22:05:15', '', 4),
(88, 4, '2020-02-29 19:19:39', '', 5),
(89, 2, '2020-03-01 08:10:10', '', 9),
(90, 4, '2020-03-01 20:49:49', '', 9),
(91, 2, '2020-03-02 13:22:14', '', 25),
(92, 5, '2020-03-02 14:59:59', '', 5),
(93, 3, '2020-03-02 17:56:19', '', 1),
(94, 4, '2020-03-02 21:09:07', '', 14),
(95, 2, '2020-03-03 15:09:27', '', 4),
(96, 5, '2020-03-03 15:09:36', '', 2),
(97, 4, '2020-03-04 08:48:49', '', 4),
(98, 2, '2020-03-04 17:38:17', '', 4),
(99, 4, '2020-03-05 17:48:41', '', 10),
(100, 2, '2020-03-05 17:48:41', '', 14),
(101, 5, '2020-03-05 23:01:24', '', 2),
(102, 4, '2020-03-06 18:50:20', '', 7),
(103, 2, '2020-03-06 18:50:20', '', 7),
(104, 4, '2020-03-07 21:39:54', '', 4),
(105, 2, '2020-03-07 21:39:55', '', 6),
(106, 5, '2020-03-08 18:27:13', '', 2),
(107, 4, '2020-03-09 01:48:48', '', 10),
(108, 2, '2020-03-09 01:48:48', '', 21),
(109, 4, '2020-03-10 05:30:22', '', 5),
(110, 2, '2020-03-10 05:30:22', '', 6),
(111, 5, '2020-03-10 21:38:31', '', 1),
(112, 4, '2020-03-11 14:58:54', '', 13),
(113, 2, '2020-03-11 14:58:54', '', 44),
(114, 5, '2020-03-12 13:42:29', '', 8),
(115, 4, '2020-03-12 15:34:20', '', 20),
(116, 2, '2020-03-12 15:34:20', '', 30),
(117, 3, '2020-03-13 12:47:57', '', 1),
(118, 4, '2020-03-13 16:08:11', '', 37),
(119, 2, '2020-03-13 16:08:11', '', 46),
(120, 5, '2020-03-13 20:02:08', '', 5),
(121, 4, '2020-03-14 16:24:23', '', 15),
(122, 2, '2020-03-14 16:24:24', '', 22),
(123, 3, '2020-03-14 22:47:23', '', 2),
(124, 5, '2020-03-15 11:30:57', '', 6),
(125, 4, '2020-03-15 17:29:12', '', 20),
(126, 2, '2020-03-15 17:29:12', '', 29),
(127, 3, '2020-03-16 04:21:27', '', 1),
(128, 4, '2020-03-16 17:56:02', '', 29),
(129, 2, '2020-03-16 17:56:03', '', 36),
(130, 5, '2020-03-16 18:55:30', '', 5),
(131, 4, '2020-03-17 18:08:12', '', 33),
(132, 2, '2020-03-17 18:08:13', '', 47),
(133, 5, '2020-03-17 19:16:32', '', 12),
(134, 4, '2020-03-18 18:24:08', '', 24),
(135, 2, '2020-03-18 18:24:08', '', 37),
(136, 5, '2020-03-18 20:11:03', '', 15),
(137, 4, '2020-03-19 19:06:30', '', 26),
(138, 2, '2020-03-19 19:06:30', '', 34),
(139, 5, '2020-03-19 22:06:47', '', 9),
(140, 4, '2020-03-20 19:41:31', '', 28),
(141, 2, '2020-03-20 19:41:31', '', 39),
(142, 5, '2020-03-20 22:17:09', '', 9),
(143, 4, '2020-03-21 20:22:51', '', 25),
(144, 2, '2020-03-21 20:22:51', '', 35),
(145, 5, '2020-03-21 22:59:37', '', 8),
(146, 4, '2020-03-22 20:23:52', '', 21),
(147, 2, '2020-03-22 20:23:52', '', 37),
(148, 3, '2020-03-22 22:08:31', '', 1),
(149, 5, '2020-03-23 00:42:51', '', 11),
(150, 4, '2020-03-23 20:27:22', '', 33),
(151, 2, '2020-03-23 20:27:22', '', 54),
(152, 5, '2020-03-24 02:58:57', '', 13),
(153, 3, '2020-03-24 04:05:44', '', 2),
(154, 4, '2020-03-24 20:30:19', '', 24),
(155, 2, '2020-03-24 20:30:19', '', 37),
(156, 5, '2020-03-25 03:59:24', '', 11),
(157, 2, '2020-03-25 20:49:41', '', 43),
(158, 4, '2020-03-25 21:05:58', '', 28),
(159, 5, '2020-03-26 11:52:00', '', 11),
(160, 3, '2020-03-26 14:11:26', '', 1),
(161, 2, '2020-03-26 20:54:40', '', 49),
(162, 4, '2020-03-26 21:17:34', '', 33),
(163, 5, '2020-03-27 13:17:26', '', 11),
(164, 2, '2020-03-27 20:58:06', '', 43),
(165, 4, '2020-03-27 21:45:55', '', 26),
(166, 3, '2020-03-27 22:26:02', '', 1),
(167, 5, '2020-03-28 13:23:28', '', 9),
(168, 2, '2020-03-28 21:22:33', '', 48),
(169, 4, '2020-03-28 22:42:03', '', 27),
(170, 3, '2020-03-29 14:56:04', '', 1),
(171, 5, '2020-03-29 17:21:14', '', 1),
(172, 2, '2020-03-29 21:51:44', '', 24),
(173, 4, '2020-03-29 23:57:29', '', 22),
(174, 5, '2020-03-30 19:07:11', '', 4),
(175, 2, '2020-03-30 22:19:08', '', 20),
(176, 4, '2020-03-31 00:02:05', '', 17),
(177, 4, '2020-04-01 00:58:40', '', 10),
(178, 2, '2020-04-01 00:58:40', '', 10),
(179, 4, '2020-04-02 01:28:31', '', 13),
(180, 2, '2020-04-02 01:28:31', '', 15),
(181, 5, '2020-04-02 17:48:24', '', 4),
(182, 4, '2020-04-03 02:23:39', '', 35),
(183, 2, '2020-04-03 02:23:39', '', 41),
(184, 5, '2020-04-04 00:02:19', '', 4),
(185, 4, '2020-04-04 02:57:17', '', 43),
(186, 2, '2020-04-04 02:57:17', '', 56),
(187, 3, '2020-04-04 04:18:48', '', 2),
(188, 5, '2020-04-05 01:03:12', '', 3),
(189, 4, '2020-04-05 03:19:32', '', 29),
(190, 2, '2020-04-05 03:19:32', '', 33),
(191, 4, '2020-04-06 03:28:42', '', 26),
(192, 2, '2020-04-06 03:28:42', '', 31),
(193, 5, '2020-04-06 08:44:30', '', 2),
(194, 4, '2020-04-07 04:45:08', '', 30),
(195, 2, '2020-04-07 04:45:08', '', 35),
(196, 4, '2020-04-08 08:29:47', '', 27),
(197, 2, '2020-04-08 08:29:47', '', 34),
(198, 3, '2020-04-08 13:11:06', '', 1),
(199, 4, '2020-04-09 09:12:18', '', 23),
(200, 2, '2020-04-09 09:12:18', '', 25),
(201, 5, '2020-04-09 20:25:59', '', 2),
(202, 3, '2020-04-10 01:04:30', '', 1),
(203, 4, '2020-04-10 12:07:51', '', 25),
(204, 2, '2020-04-10 12:07:51', '', 28),
(205, 5, '2020-04-11 04:47:37', '', 2),
(206, 4, '2020-04-11 12:46:35', '', 18),
(207, 2, '2020-04-11 12:46:35', '', 22),
(208, 4, '2020-04-12 13:04:15', '', 21),
(209, 2, '2020-04-12 13:04:16', '', 25),
(210, 5, '2020-04-12 22:03:19', '', 5),
(211, 4, '2020-04-13 15:54:13', '', 26),
(212, 2, '2020-04-13 15:54:13', '', 55),
(213, 3, '2020-04-13 17:42:27', '', 2),
(214, 4, '2020-04-14 16:07:54', '', 28),
(215, 2, '2020-04-14 16:07:54', '', 28),
(216, 4, '2020-04-15 16:30:43', '', 26),
(217, 2, '2020-04-15 16:30:43', '', 41),
(218, 3, '2020-04-15 22:40:21', '', 2),
(219, 5, '2020-04-16 01:00:48', '', 5),
(220, 2, '2020-04-16 16:33:46', '', 27),
(221, 4, '2020-04-16 16:33:49', '', 22),
(222, 5, '2020-04-17 01:15:21', '', 1),
(223, 3, '2020-04-17 01:45:06', '', 1),
(224, 4, '2020-04-17 17:09:17', '', 23),
(225, 2, '2020-04-17 17:09:17', '', 28),
(226, 4, '2020-04-18 17:12:37', '', 23),
(227, 2, '2020-04-18 17:12:37', '', 52),
(228, 5, '2020-04-18 21:06:08', '', 5),
(229, 3, '2020-04-19 07:44:07', '', 2),
(230, 2, '2020-04-19 17:25:17', '', 31),
(231, 4, '2020-04-19 18:29:50', '', 24),
(232, 5, '2020-04-20 01:37:43', '', 5),
(233, 3, '2020-04-20 11:06:53', '', 2),
(234, 2, '2020-04-20 17:38:30', '', 43),
(235, 4, '2020-04-20 19:47:52', '', 22),
(236, 2, '2020-04-21 18:16:56', '', 41),
(237, 4, '2020-04-21 19:56:31', '', 25),
(238, 5, '2020-04-21 21:08:46', '', 3),
(239, 3, '2020-04-22 07:38:18', '', 1),
(240, 2, '2020-04-22 19:52:05', '', 21),
(241, 4, '2020-04-22 21:26:37', '', 17),
(242, 5, '2020-04-23 12:57:52', '', 2),
(243, 2, '2020-04-23 20:16:34', '', 41),
(244, 4, '2020-04-23 21:38:47', '', 24),
(245, 3, '2020-04-24 01:00:11', '', 1),
(246, 2, '2020-04-24 21:36:22', '', 44),
(247, 4, '2020-04-24 22:51:15', '', 27),
(248, 5, '2020-04-24 22:51:18', '', 4),
(249, 2, '2020-04-25 21:36:59', '', 29),
(250, 4, '2020-04-25 23:18:05', '', 18),
(251, 5, '2020-04-26 05:06:55', '', 3),
(252, 2, '2020-04-26 21:39:35', '', 39),
(253, 4, '2020-04-26 23:57:00', '', 26),
(254, 2, '2020-04-27 21:58:25', '', 22),
(255, 4, '2020-04-28 01:26:23', '', 22),
(256, 5, '2020-04-28 20:40:11', '', 1),
(257, 2, '2020-04-28 22:34:34', '', 22),
(258, 3, '2020-04-28 23:10:17', '', 1),
(259, 4, '2020-04-29 01:50:46', '', 16),
(260, 2, '2020-04-29 23:07:11', '', 16),
(261, 4, '2020-04-30 02:55:37', '', 11),
(262, 3, '2020-04-30 02:55:39', '', 2),
(263, 5, '2020-04-30 19:33:15', '', 1),
(264, 2, '2020-05-01 02:06:29', '', 27),
(265, 4, '2020-05-01 15:11:03', '', 8),
(266, 2, '2020-05-02 10:54:58', '', 10),
(267, 4, '2020-05-02 16:33:28', '', 7),
(268, 4, '2020-05-03 21:17:28', '', 10),
(269, 2, '2020-05-03 21:17:28', '', 21),
(270, 3, '2020-05-04 15:31:29', '', 2),
(271, 5, '2020-05-04 21:33:43', '', 3),
(272, 2, '2020-05-04 21:33:43', '', 26),
(273, 4, '2020-05-05 03:08:56', '', 12),
(274, 2, '2020-05-05 22:15:13', '', 15),
(275, 4, '2020-05-06 07:11:19', '', 13),
(276, 2, '2020-05-06 23:18:39', '', 9),
(277, 3, '2020-05-07 03:24:50', '', 2),
(278, 4, '2020-05-07 08:44:42', '', 7),
(279, 2, '2020-05-07 23:20:35', '', 22),
(280, 4, '2020-05-08 17:18:58', '', 10),
(281, 2, '2020-05-09 03:34:11', '', 23),
(282, 5, '2020-05-09 17:11:09', '', 4),
(283, 4, '2020-05-09 18:46:37', '', 10),
(284, 3, '2020-05-09 22:01:22', '', 1),
(285, 2, '2020-05-10 08:46:47', '', 18),
(286, 4, '2020-05-10 18:47:44', '', 12),
(287, 5, '2020-05-11 03:16:44', '', 1),
(288, 2, '2020-05-11 10:59:55', '', 10),
(289, 4, '2020-05-11 20:31:46', '', 17),
(290, 2, '2020-05-12 11:21:10', '', 25),
(291, 5, '2020-05-12 18:04:15', '', 1),
(292, 4, '2020-05-12 21:08:58', '', 8),
(293, 2, '2020-05-13 14:24:55', '', 38),
(294, 4, '2020-05-13 23:52:00', '', 40),
(295, 5, '2020-05-14 04:14:45', '', 2),
(296, 2, '2020-05-14 14:30:10', '', 43),
(297, 3, '2020-05-14 16:42:37', '', 1),
(298, 4, '2020-05-15 00:06:16', '', 39),
(299, 2, '2020-05-15 15:03:15', '', 49),
(300, 4, '2020-05-16 00:16:50', '', 36),
(301, 2, '2020-05-16 15:06:59', '', 40),
(302, 4, '2020-05-17 00:28:51', '', 39),
(303, 5, '2020-05-17 13:03:08', '', 2),
(304, 2, '2020-05-17 15:22:20', '', 54),
(305, 3, '2020-05-17 15:23:02', '', 5),
(306, 4, '2020-05-18 01:02:00', '', 34),
(307, 5, '2020-05-18 13:17:53', '', 2),
(308, 2, '2020-05-18 15:32:20', '', 20),
(309, 3, '2020-05-18 19:26:01', '', 1),
(310, 4, '2020-05-19 01:30:39', '', 16),
(311, 5, '2020-05-19 16:14:31', '', 7),
(312, 2, '2020-05-19 16:14:31', '', 35),
(313, 4, '2020-05-20 03:16:35', '', 14),
(314, 2, '2020-05-20 16:26:12', '', 13),
(315, 5, '2020-05-20 19:56:16', '', 3),
(316, 4, '2020-05-21 12:46:07', '', 13),
(317, 2, '2020-05-21 17:08:29', '', 13),
(318, 5, '2020-05-22 08:03:48', '', 6),
(319, 4, '2020-05-22 15:59:24', '', 14),
(320, 4, '2020-05-22 15:59:24', '', 1),
(321, 2, '2020-05-22 17:36:09', '', 25),
(322, 3, '2020-05-22 21:48:16', '', 1),
(323, 4, '2020-05-23 16:13:44', '', 14),
(324, 2, '2020-05-23 18:28:17', '', 13),
(325, 3, '2020-05-24 06:21:00', '', 2),
(326, 4, '2020-05-24 19:19:14', '', 9),
(327, 2, '2020-05-24 19:19:14', '', 28),
(328, 5, '2020-05-24 19:19:17', '', 4),
(329, 4, '2020-05-25 21:23:49', '', 10),
(330, 2, '2020-05-25 21:23:49', '', 16),
(331, 3, '2020-05-26 07:36:00', '', 1),
(332, 5, '2020-05-26 12:30:49', '', 2),
(333, 4, '2020-05-26 21:25:44', '', 19),
(334, 2, '2020-05-26 21:25:44', '', 25),
(335, 5, '2020-05-27 18:33:54', '', 3),
(336, 4, '2020-05-27 21:33:39', '', 15),
(337, 2, '2020-05-27 21:33:39', '', 33),
(338, 3, '2020-05-28 16:27:30', '', 1),
(339, 4, '2020-05-28 22:06:21', '', 11),
(340, 2, '2020-05-28 22:06:21', '', 15),
(341, 5, '2020-05-29 18:50:29', '', 1),
(342, 4, '2020-05-29 22:21:59', '', 9),
(343, 2, '2020-05-29 22:21:59', '', 11),
(344, 4, '2020-05-30 22:22:19', '', 9),
(345, 2, '2020-05-30 22:22:19', '', 11),
(346, 5, '2020-05-31 07:17:11', '', 4),
(347, 4, '2020-05-31 22:57:59', '', 12),
(348, 2, '2020-05-31 22:57:59', '', 15),
(349, 5, '2020-06-01 11:39:15', '', 2),
(350, 4, '2020-06-02 01:01:45', '', 13),
(351, 2, '2020-06-02 01:01:45', '', 23),
(352, 3, '2020-06-02 10:47:53', '', 1),
(353, 5, '2020-06-02 20:37:37', '', 2),
(354, 4, '2020-06-03 05:10:23', '', 23),
(355, 2, '2020-06-03 05:10:23', '', 28),
(356, 3, '2020-06-03 14:52:20', '', 1),
(357, 4, '2020-06-04 05:11:35', '', 29),
(358, 2, '2020-06-04 05:11:35', '', 45),
(359, 3, '2020-06-04 15:25:45', '', 3),
(360, 5, '2020-06-04 17:42:03', '', 3),
(361, 4, '2020-06-05 05:21:45', '', 22),
(362, 2, '2020-06-05 05:21:45', '', 22),
(363, 4, '2020-06-06 05:45:06', '', 30),
(364, 2, '2020-06-06 05:45:07', '', 30),
(365, 4, '2020-06-07 06:22:41', '', 27),
(366, 2, '2020-06-07 06:22:41', '', 30),
(367, 3, '2020-06-07 09:24:56', '', 1),
(368, 5, '2020-06-07 17:42:51', '', 1),
(369, 4, '2020-06-08 11:51:51', '', 29),
(370, 2, '2020-06-08 11:51:51', '', 36),
(371, 5, '2020-06-08 17:56:53', '', 5),
(372, 4, '2020-06-09 13:08:57', '', 29),
(373, 2, '2020-06-09 13:08:57', '', 41),
(374, 5, '2020-06-09 20:02:06', '', 2),
(375, 3, '2020-06-10 12:40:50', '', 2),
(376, 4, '2020-06-10 13:17:25', '', 35),
(377, 2, '2020-06-10 13:17:25', '', 47),
(378, 5, '2020-06-10 21:13:04', '', 3),
(379, 4, '2020-06-11 13:46:33', '', 29),
(380, 2, '2020-06-11 13:46:33', '', 35),
(381, 5, '2020-06-11 23:21:45', '', 4),
(382, 4, '2020-06-12 13:49:01', '', 25),
(383, 2, '2020-06-12 13:49:02', '', 45),
(384, 3, '2020-06-12 18:18:25', '', 4),
(385, 4, '2020-06-13 13:53:06', '', 24),
(386, 2, '2020-06-13 13:53:06', '', 26),
(387, 5, '2020-06-14 07:12:59', '', 4),
(388, 4, '2020-06-14 14:24:15', '', 25),
(389, 2, '2020-06-14 14:24:15', '', 31),
(390, 5, '2020-06-15 11:34:13', '', 7),
(391, 4, '2020-06-15 15:22:54', '', 30),
(392, 2, '2020-06-15 15:22:54', '', 46),
(393, 3, '2020-06-16 01:13:45', '', 2),
(394, 5, '2020-06-16 14:20:29', '', 10),
(395, 4, '2020-06-16 15:46:14', '', 34),
(396, 2, '2020-06-16 15:46:14', '', 47),
(397, 3, '2020-06-17 15:09:16', '', 1),
(398, 4, '2020-06-17 16:05:56', '', 24),
(399, 2, '2020-06-17 16:05:56', '', 30),
(400, 5, '2020-06-17 16:05:58', '', 3),
(401, 4, '2020-06-18 17:43:53', '', 23),
(402, 2, '2020-06-18 17:43:53', '', 28),
(403, 5, '2020-06-18 18:17:08', '', 3),
(404, 2, '2020-06-19 18:41:32', '', 27),
(405, 4, '2020-06-19 20:02:02', '', 21),
(406, 5, '2020-06-20 05:41:51', '', 4),
(407, 2, '2020-06-20 19:38:23', '', 20),
(408, 4, '2020-06-20 20:04:47', '', 12),
(409, 4, '2020-06-21 20:57:50', '', 20),
(410, 2, '2020-06-21 20:57:50', '', 37),
(411, 3, '2020-06-22 07:20:27', '', 2),
(412, 5, '2020-06-22 07:25:27', '', 5),
(413, 4, '2020-06-22 20:59:26', '', 23),
(414, 2, '2020-06-22 20:59:26', '', 33),
(415, 3, '2020-06-23 08:02:45', '', 2),
(416, 4, '2020-06-23 21:40:33', '', 21),
(417, 2, '2020-06-23 21:40:33', '', 25),
(418, 5, '2020-06-24 18:02:45', '', 4),
(419, 4, '2020-06-24 21:49:54', '', 24),
(420, 2, '2020-06-24 21:49:54', '', 40),
(421, 3, '2020-06-24 22:29:18', '', 1),
(422, 4, '2020-06-25 23:21:08', '', 23),
(423, 2, '2020-06-25 23:21:09', '', 29),
(424, 5, '2020-06-26 17:01:19', '', 4),
(425, 4, '2020-06-27 00:32:39', '', 25),
(426, 2, '2020-06-27 00:32:39', '', 30),
(427, 5, '2020-06-27 19:01:10', '', 2),
(428, 2, '2020-06-28 00:32:45', '', 24),
(429, 4, '2020-06-28 02:34:49', '', 16),
(430, 5, '2020-06-28 19:38:06', '', 2),
(431, 4, '2020-06-29 03:20:42', '', 15),
(432, 2, '2020-06-29 03:20:43', '', 16),
(433, 4, '2020-06-30 04:46:38', '', 21),
(434, 2, '2020-06-30 04:46:38', '', 28),
(435, 5, '2020-06-30 10:51:40', '', 1),
(436, 3, '2020-06-30 14:41:18', '', 2),
(437, 4, '2020-07-01 05:16:53', '', 23),
(438, 2, '2020-07-01 05:16:54', '', 26),
(439, 4, '2020-07-02 06:16:36', '', 18),
(440, 2, '2020-07-02 06:16:36', '', 23),
(441, 5, '2020-07-03 02:17:03', '', 3),
(442, 4, '2020-07-03 10:34:19', '', 23),
(443, 4, '2020-07-03 10:34:19', '', 1),
(444, 2, '2020-07-03 10:34:19', '', 31),
(445, 3, '2020-07-03 22:22:13', '', 1),
(446, 5, '2020-07-04 05:32:27', '', 2),
(447, 4, '2020-07-04 16:15:02', '', 8),
(448, 2, '2020-07-04 16:15:03', '', 10),
(449, 4, '2020-07-05 16:27:31', '', 9),
(450, 2, '2020-07-05 16:27:31', '', 19),
(451, 4, '2020-07-06 16:34:09', '', 16),
(452, 2, '2020-07-06 16:34:10', '', 20),
(453, 5, '2020-07-06 16:48:57', '', 2),
(454, 4, '2020-07-07 16:52:32', '', 12),
(455, 2, '2020-07-07 16:52:32', '', 14),
(456, 5, '2020-07-07 20:14:35', '', 3),
(457, 4, '2020-07-08 20:58:51', '', 17),
(458, 2, '2020-07-08 20:58:51', '', 37),
(459, 5, '2020-07-09 19:13:53', '', 8),
(460, 4, '2020-07-09 21:11:55', '', 8),
(461, 2, '2020-07-09 21:11:55', '', 13),
(462, 4, '2020-07-10 21:28:29', '', 12),
(463, 2, '2020-07-10 21:28:30', '', 29),
(464, 3, '2020-07-10 22:56:18', '', 1),
(465, 5, '2020-07-10 22:56:28', '', 4),
(466, 4, '2020-07-11 21:48:37', '', 14),
(467, 2, '2020-07-11 21:48:37', '', 14),
(468, 2, '2020-07-12 22:17:58', '', 16),
(469, 4, '2020-07-13 00:08:52', '', 15),
(470, 5, '2020-07-13 08:18:25', '', 4),
(471, 2, '2020-07-13 22:28:38', '', 14),
(472, 4, '2020-07-14 00:49:33', '', 10),
(473, 2, '2020-07-15 01:29:13', '', 18),
(474, 4, '2020-07-15 03:25:27', '', 12),
(475, 3, '2020-07-15 03:26:23', '', 1),
(476, 5, '2020-07-15 05:23:54', '', 1),
(477, 2, '2020-07-16 02:04:54', '', 18),
(478, 4, '2020-07-16 05:19:18', '', 18),
(479, 2, '2020-07-17 02:24:02', '', 30),
(480, 4, '2020-07-17 06:38:00', '', 14),
(481, 2, '2020-07-18 03:39:42', '', 15),
(482, 4, '2020-07-18 15:43:51', '', 19),
(483, 5, '2020-07-18 16:14:54', '', 4),
(484, 2, '2020-07-19 05:04:38', '', 22),
(485, 4, '2020-07-19 16:13:34', '', 17),
(486, 2, '2020-07-20 06:39:22', '', 17),
(487, 4, '2020-07-20 18:03:48', '', 8),
(488, 5, '2020-07-20 18:04:11', '', 2),
(489, 2, '2020-07-21 08:48:10', '', 14),
(490, 4, '2020-07-21 18:41:40', '', 18),
(491, 5, '2020-07-21 18:56:13', '', 5),
(492, 2, '2020-07-22 10:51:28', '', 38),
(493, 4, '2020-07-22 18:53:12', '', 17),
(494, 5, '2020-07-23 11:20:47', '', 2),
(495, 2, '2020-07-23 11:20:47', '', 14),
(496, 4, '2020-07-23 19:33:26', '', 14),
(497, 2, '2020-07-24 11:44:32', '', 23),
(498, 4, '2020-07-24 22:15:00', '', 12),
(499, 5, '2020-07-24 22:29:11', '', 2),
(500, 3, '2020-07-25 03:18:09', '', 2),
(501, 2, '2020-07-25 16:35:57', '', 17),
(502, 4, '2020-07-26 03:29:19', '', 16),
(503, 5, '2020-07-26 14:44:18', '', 2),
(504, 2, '2020-07-26 17:13:17', '', 14),
(505, 4, '2020-07-27 03:49:06', '', 14),
(506, 2, '2020-07-27 20:18:47', '', 22),
(507, 5, '2020-07-28 00:45:59', '', 2),
(508, 4, '2020-07-28 04:12:55', '', 13),
(509, 2, '2020-07-28 22:32:15', '', 5),
(510, 5, '2020-07-29 01:16:48', '', 1),
(511, 4, '2020-08-01 09:14:38', '', 2),
(512, 2, '2020-08-01 09:14:38', '', 2),
(513, 4, '2020-08-04 05:42:50', '', 1),
(514, 2, '2020-08-04 05:42:51', '', 1),
(515, 4, '2020-08-07 20:56:59', '', 1),
(516, 2, '2020-08-07 20:57:00', '', 1),
(517, 4, '2020-08-13 23:27:41', '', 1),
(518, 2, '2020-08-13 23:27:42', '', 1),
(519, 4, '2020-08-15 08:55:21', '', 1),
(520, 2, '2020-08-15 08:55:22', '', 1),
(521, 4, '2020-08-19 07:34:58', '', 1),
(522, 2, '2020-08-19 07:34:58', '', 1),
(523, 4, '2020-08-22 16:25:27', '', 1),
(524, 2, '2020-08-22 16:25:28', '', 1),
(525, 4, '2020-08-25 21:18:59', '', 1),
(526, 2, '2020-08-25 21:18:59', '', 1),
(527, 4, '2020-08-28 17:07:58', '', 1),
(528, 2, '2020-08-28 17:07:59', '', 1),
(529, 4, '2020-09-02 14:11:01', '', 1),
(530, 2, '2020-09-02 14:11:02', '', 1),
(531, 4, '2020-09-04 04:56:16', '', 1),
(532, 2, '2020-09-04 04:56:17', '', 1),
(533, 4, '2020-10-02 12:34:35', '', 1),
(534, 2, '2020-10-02 12:34:35', '', 1),
(535, 4, '2020-12-04 02:36:22', '', 1),
(536, 2, '2020-12-04 02:36:26', '', 1),
(537, 4, '2021-02-24 16:49:47', '', 19),
(538, 2, '2021-02-24 16:49:47', '', 27),
(539, 3, '2021-02-24 16:54:31', '', 1),
(540, 5, '2021-02-25 03:10:16', '', 9),
(541, 4, '2021-02-25 18:04:35', '', 19),
(542, 2, '2021-02-25 18:04:35', '', 27),
(543, 5, '2021-02-26 07:16:20', '', 12),
(544, 4, '2021-02-26 19:12:11', '', 82),
(545, 2, '2021-02-26 19:12:11', '', 90),
(546, 5, '2021-02-27 12:45:17', '', 6),
(547, 4, '2021-02-27 19:24:34', '', 78),
(548, 2, '2021-02-27 19:24:35', '', 88),
(549, 3, '2021-02-28 03:16:19', '', 1),
(550, 5, '2021-02-28 15:57:12', '', 12),
(551, 4, '2021-02-28 19:37:13', '', 91),
(552, 2, '2021-02-28 19:37:13', '', 106),
(553, 3, '2021-03-01 06:56:31', '', 2),
(554, 5, '2021-03-01 17:37:43', '', 12),
(555, 4, '2021-03-01 19:55:06', '', 126),
(556, 2, '2021-03-01 19:55:07', '', 136),
(557, 3, '2021-03-02 17:24:40', '', 4),
(558, 5, '2021-03-02 17:43:59', '', 9),
(559, 2, '2021-03-02 20:03:22', '', 123),
(560, 4, '2021-03-02 20:03:48', '', 111),
(561, 4, '2021-03-03 20:07:24', '', 67),
(562, 2, '2021-03-03 20:07:25', '', 78),
(563, 5, '2021-03-03 20:13:43', '', 8),
(564, 3, '2021-03-04 05:49:02', '', 1),
(565, 4, '2021-03-04 20:18:34', '', 65),
(566, 2, '2021-03-04 20:18:34', '', 77),
(567, 5, '2021-03-04 20:18:36', '', 15),
(568, 4, '2021-03-05 20:29:01', '', 98),
(569, 2, '2021-03-05 20:29:01', '', 110),
(570, 5, '2021-03-05 21:12:32', '', 18),
(571, 3, '2021-03-06 18:34:39', '', 3),
(572, 4, '2021-03-06 20:34:37', '', 74),
(573, 2, '2021-03-06 20:34:37', '', 81),
(574, 5, '2021-03-06 22:25:49', '', 5),
(575, 4, '2021-03-07 21:19:53', '', 197),
(576, 2, '2021-03-07 21:19:53', '', 207),
(577, 5, '2021-03-08 01:34:58', '', 16),
(578, 3, '2021-03-08 18:22:50', '', 4),
(579, 4, '2021-03-08 21:23:18', '', 100),
(580, 2, '2021-03-08 21:23:18', '', 139),
(581, 5, '2021-03-09 03:36:00', '', 12),
(582, 3, '2021-03-09 20:18:59', '', 2),
(583, 4, '2021-03-09 21:24:48', '', 85),
(584, 2, '2021-03-09 21:24:48', '', 101),
(585, 5, '2021-03-10 05:06:57', '', 10),
(586, 4, '2021-03-10 21:35:34', '', 74),
(587, 2, '2021-03-10 21:35:35', '', 88),
(588, 3, '2021-03-11 02:38:36', '', 1),
(589, 5, '2021-03-11 05:38:52', '', 12),
(590, 4, '2021-03-11 22:14:55', '', 111),
(591, 2, '2021-03-11 22:14:55', '', 124),
(592, 5, '2021-03-12 12:04:29', '', 7),
(593, 3, '2021-03-12 14:26:42', '', 3),
(594, 4, '2021-03-12 22:48:30', '', 80),
(595, 2, '2021-03-12 22:48:30', '', 95),
(596, 5, '2021-03-13 12:26:00', '', 6),
(597, 3, '2021-03-13 17:20:04', '', 1),
(598, 4, '2021-03-13 23:57:59', '', 90),
(599, 2, '2021-03-13 23:58:00', '', 96),
(600, 5, '2021-03-14 16:21:33', '', 11),
(601, 4, '2021-03-15 00:09:05', '', 103),
(602, 2, '2021-03-15 00:09:05', '', 122),
(603, 3, '2021-03-15 00:26:58', '', 5),
(604, 5, '2021-03-15 16:56:44', '', 13),
(605, 4, '2021-03-16 00:37:13', '', 123),
(606, 2, '2021-03-16 00:37:14', '', 143),
(607, 3, '2021-03-16 01:38:26', '', 2),
(608, 5, '2021-03-16 18:57:28', '', 15),
(609, 4, '2021-03-17 00:43:48', '', 93),
(610, 2, '2021-03-17 00:43:49', '', 119),
(611, 5, '2021-03-17 20:37:46', '', 12),
(612, 4, '2021-03-18 02:10:24', '', 87),
(613, 2, '2021-03-18 02:10:24', '', 121),
(614, 3, '2021-03-18 04:53:12', '', 3),
(615, 5, '2021-03-18 21:29:24', '', 14),
(616, 4, '2021-03-19 02:32:12', '', 114),
(617, 2, '2021-03-19 02:32:12', '', 132),
(618, 4, '2021-03-20 02:33:24', '', 86),
(619, 2, '2021-03-20 02:33:24', '', 98),
(620, 5, '2021-03-20 02:49:35', '', 9),
(621, 3, '2021-03-20 02:49:40', '', 1),
(622, 5, '2021-03-21 03:22:31', '', 12),
(623, 2, '2021-03-21 03:22:31', '', 96),
(624, 4, '2021-03-21 03:45:16', '', 82),
(625, 4, '2021-03-22 04:02:08', '', 87),
(626, 2, '2021-03-22 04:02:08', '', 98),
(627, 5, '2021-03-22 04:42:28', '', 10),
(628, 3, '2021-03-23 02:13:19', '', 3),
(629, 4, '2021-03-23 04:14:59', '', 90),
(630, 2, '2021-03-23 04:14:59', '', 105),
(631, 5, '2021-03-23 06:25:43', '', 9),
(632, 4, '2021-03-24 04:17:12', '', 104),
(633, 2, '2021-03-24 04:17:12', '', 124),
(634, 5, '2021-03-24 06:33:15', '', 13),
(635, 3, '2021-03-24 10:03:28', '', 5),
(636, 4, '2021-03-25 04:51:20', '', 98),
(637, 2, '2021-03-25 04:51:20', '', 110),
(638, 5, '2021-03-25 13:25:30', '', 13),
(639, 4, '2021-03-26 06:20:31', '', 80),
(640, 2, '2021-03-26 06:20:31', '', 96),
(641, 3, '2021-03-26 08:00:07', '', 3),
(642, 5, '2021-03-26 17:36:33', '', 9),
(643, 4, '2021-03-27 06:26:44', '', 59),
(644, 2, '2021-03-27 06:26:44', '', 80),
(645, 3, '2021-03-27 11:08:04', '', 1),
(646, 5, '2021-03-27 21:03:11', '', 14),
(647, 4, '2021-03-28 06:49:37', '', 43),
(648, 2, '2021-03-28 06:49:37', '', 66),
(649, 5, '2021-03-28 22:52:43', '', 11),
(650, 3, '2021-03-29 02:08:11', '', 2),
(651, 4, '2021-03-29 08:05:24', '', 76),
(652, 2, '2021-03-29 08:05:24', '', 86),
(653, 5, '2021-03-29 23:02:16', '', 8),
(654, 4, '2021-03-30 08:30:16', '', 58),
(655, 2, '2021-03-30 08:30:16', '', 66),
(656, 5, '2021-03-30 23:15:19', '', 7),
(657, 4, '2021-03-31 08:44:04', '', 50),
(658, 2, '2021-03-31 08:44:04', '', 57),
(659, 5, '2021-03-31 23:34:23', '', 10),
(660, 4, '2021-04-01 10:17:13', '', 32),
(661, 2, '2021-04-01 10:17:13', '', 41),
(662, 5, '2021-04-02 04:12:16', '', 6),
(663, 4, '2021-04-02 11:32:27', '', 33),
(664, 2, '2021-04-02 11:32:27', '', 39),
(665, 5, '2021-04-03 10:47:18', '', 5),
(666, 4, '2021-04-03 11:52:00', '', 38),
(667, 2, '2021-04-03 11:52:00', '', 40),
(668, 4, '2021-04-04 12:29:21', '', 59),
(669, 2, '2021-04-04 12:29:21', '', 75),
(670, 5, '2021-04-04 13:10:06', '', 10),
(671, 2, '2021-04-05 12:52:12', '', 49),
(672, 4, '2021-04-05 13:39:55', '', 43),
(673, 5, '2021-04-05 15:08:09', '', 5),
(674, 2, '2021-04-06 12:55:40', '', 42),
(675, 4, '2021-04-06 14:19:10', '', 33),
(676, 5, '2021-04-06 17:47:06', '', 8),
(677, 2, '2021-04-07 13:05:03', '', 31),
(678, 4, '2021-04-07 16:03:06', '', 27),
(679, 5, '2021-04-07 19:58:27', '', 7),
(680, 2, '2021-04-08 13:53:18', '', 33),
(681, 4, '2021-04-08 16:42:56', '', 25),
(682, 5, '2021-04-08 21:25:32', '', 5),
(683, 2, '2021-04-09 13:53:37', '', 63),
(684, 4, '2021-04-09 16:44:15', '', 51),
(685, 5, '2021-04-09 23:03:03', '', 5),
(686, 2, '2021-04-10 14:08:20', '', 22),
(687, 4, '2021-04-10 21:03:11', '', 20),
(688, 5, '2021-04-10 23:32:15', '', 5),
(689, 2, '2021-04-11 14:12:38', '', 35),
(690, 4, '2021-04-11 21:04:31', '', 29),
(691, 5, '2021-04-12 01:43:47', '', 10),
(692, 2, '2021-04-12 14:58:36', '', 40),
(693, 4, '2021-04-12 21:16:21', '', 32),
(694, 5, '2021-04-13 03:03:58', '', 6),
(695, 2, '2021-04-13 16:15:30', '', 29),
(696, 4, '2021-04-13 21:19:34', '', 25),
(697, 5, '2021-04-14 03:51:32', '', 8),
(698, 2, '2021-04-14 16:45:47', '', 43),
(699, 4, '2021-04-14 21:43:04', '', 26),
(700, 5, '2021-04-15 13:16:35', '', 5),
(701, 2, '2021-04-15 19:05:23', '', 29),
(702, 4, '2021-04-15 23:27:05', '', 23),
(703, 5, '2021-04-16 13:48:04', '', 3),
(704, 2, '2021-04-16 19:50:31', '', 21),
(705, 4, '2021-04-17 00:33:33', '', 23),
(706, 5, '2021-04-17 13:53:43', '', 1),
(707, 2, '2021-04-17 20:08:48', '', 30),
(708, 4, '2021-04-18 01:16:28', '', 22),
(709, 2, '2021-04-18 20:33:29', '', 30),
(710, 4, '2021-04-19 02:23:46', '', 27),
(711, 5, '2021-04-19 05:36:30', '', 5),
(712, 2, '2021-04-19 20:47:52', '', 41),
(713, 4, '2021-04-20 03:39:17', '', 34),
(714, 5, '2021-04-20 09:34:16', '', 6),
(715, 2, '2021-04-20 21:08:35', '', 39),
(716, 4, '2021-04-21 04:39:55', '', 41),
(717, 5, '2021-04-21 17:15:33', '', 10),
(718, 2, '2021-04-21 21:18:10', '', 30),
(719, 4, '2021-04-22 06:36:07', '', 24),
(720, 5, '2021-04-22 18:30:00', '', 1),
(721, 2, '2021-04-22 23:11:56', '', 28),
(722, 4, '2021-04-23 06:43:17', '', 21),
(723, 5, '2021-04-23 21:21:35', '', 1),
(724, 2, '2021-04-23 23:44:45', '', 22),
(725, 4, '2021-04-24 07:01:09', '', 20),
(726, 2, '2021-04-25 01:32:33', '', 28),
(727, 4, '2021-04-25 07:04:12', '', 21),
(728, 5, '2021-04-25 19:45:51', '', 2),
(729, 2, '2021-04-26 03:16:21', '', 21),
(730, 4, '2021-04-26 11:05:44', '', 23),
(731, 5, '2021-04-26 23:25:10', '', 2),
(732, 2, '2021-04-27 03:30:09', '', 25),
(733, 4, '2021-04-27 11:47:02', '', 25),
(734, 2, '2021-04-28 05:16:42', '', 20),
(735, 4, '2021-04-28 11:48:48', '', 17),
(736, 5, '2021-04-28 19:30:31', '', 2),
(737, 2, '2021-04-29 05:53:23', '', 17),
(738, 4, '2021-04-29 11:53:13', '', 18),
(739, 2, '2021-04-30 09:33:49', '', 31),
(740, 4, '2021-04-30 12:37:30', '', 14),
(741, 5, '2021-04-30 21:24:57', '', 4),
(742, 2, '2021-05-01 10:23:39', '', 15),
(743, 4, '2021-05-01 18:37:31', '', 17),
(744, 2, '2021-05-02 13:55:36', '', 20),
(745, 4, '2021-05-02 21:00:16', '', 29),
(746, 2, '2021-05-03 14:12:49', '', 24),
(747, 5, '2021-05-03 15:15:16', '', 2),
(748, 4, '2021-05-03 21:32:56', '', 18),
(749, 2, '2021-05-04 14:27:13', '', 27),
(750, 5, '2021-05-04 17:04:43', '', 4),
(751, 4, '2021-05-04 21:56:34', '', 22),
(752, 2, '2021-05-05 17:45:04', '', 15),
(753, 5, '2021-05-05 20:29:27', '', 2),
(754, 4, '2021-05-06 01:25:42', '', 20),
(755, 2, '2021-05-06 18:01:44', '', 53),
(756, 5, '2021-05-06 21:13:33', '', 22),
(757, 4, '2021-05-07 02:49:20', '', 35),
(758, 2, '2021-05-07 18:18:32', '', 32),
(759, 5, '2021-05-08 00:15:21', '', 4),
(760, 4, '2021-05-08 05:12:52', '', 21),
(761, 2, '2021-05-08 18:42:06', '', 17),
(762, 4, '2021-05-09 06:37:30', '', 30),
(763, 5, '2021-05-09 17:44:08', '', 5),
(764, 2, '2021-05-09 18:44:07', '', 38),
(765, 4, '2021-05-10 08:54:30', '', 25),
(766, 2, '2021-05-10 19:25:38', '', 28),
(767, 5, '2021-05-10 23:28:06', '', 3),
(768, 4, '2021-05-11 09:31:47', '', 35),
(769, 2, '2021-05-11 19:43:59', '', 42),
(770, 5, '2021-05-12 00:48:00', '', 7),
(771, 4, '2021-05-12 09:37:48', '', 19),
(772, 2, '2021-05-12 20:47:29', '', 26),
(773, 5, '2021-05-13 06:35:59', '', 6),
(774, 4, '2021-05-13 13:47:47', '', 26),
(775, 2, '2021-05-13 21:12:19', '', 24),
(776, 4, '2021-05-14 14:40:07', '', 17),
(777, 3, '2021-05-14 20:38:01', '', 1),
(778, 2, '2021-05-14 21:22:08', '', 26),
(779, 4, '2021-05-15 14:50:07', '', 30),
(780, 5, '2021-05-15 17:17:01', '', 2),
(781, 2, '2021-05-15 21:22:51', '', 21),
(782, 4, '2021-05-16 16:37:17', '', 12),
(783, 2, '2021-05-16 22:49:27', '', 18),
(784, 5, '2021-05-17 00:01:11', '', 3),
(785, 4, '2021-05-17 16:58:42', '', 19),
(786, 2, '2021-05-18 00:38:32', '', 28),
(787, 5, '2021-05-18 01:59:18', '', 7),
(788, 4, '2021-05-18 17:58:01', '', 27),
(789, 2, '2021-05-19 01:09:51', '', 28),
(790, 4, '2021-05-19 18:26:30', '', 27),
(791, 5, '2021-05-19 21:53:29', '', 4),
(792, 2, '2021-05-20 01:33:36', '', 35),
(793, 4, '2021-05-20 19:09:44', '', 27),
(794, 5, '2021-05-20 22:59:25', '', 1),
(795, 2, '2021-05-21 01:52:36', '', 22),
(796, 4, '2021-05-21 21:07:39', '', 20),
(797, 2, '2021-05-22 02:30:26', '', 19),
(798, 4, '2021-05-22 21:24:05', '', 22),
(799, 2, '2021-05-23 04:37:25', '', 23),
(800, 5, '2021-05-23 16:33:28', '', 2),
(801, 4, '2021-05-23 22:23:14', '', 24),
(802, 2, '2021-05-24 05:04:48', '', 22),
(803, 4, '2021-05-24 22:41:31', '', 19),
(804, 2, '2021-05-25 06:05:38', '', 25),
(805, 4, '2021-05-25 22:57:38', '', 17),
(806, 2, '2021-05-26 06:06:33', '', 18),
(807, 4, '2021-05-27 00:30:58', '', 21),
(808, 5, '2021-05-27 05:53:58', '', 2),
(809, 2, '2021-05-27 07:13:49', '', 21),
(810, 4, '2021-05-28 01:14:40', '', 18),
(811, 2, '2021-05-28 07:15:39', '', 13),
(812, 5, '2021-05-28 09:13:27', '', 1),
(813, 4, '2021-05-29 05:25:26', '', 11),
(814, 2, '2021-05-29 07:21:07', '', 8),
(815, 4, '2021-05-30 08:49:24', '', 20),
(816, 2, '2021-05-30 08:49:24', '', 18),
(817, 4, '2021-05-31 08:53:59', '', 15),
(818, 2, '2021-05-31 08:53:59', '', 16),
(819, 5, '2021-05-31 13:49:37', '', 2),
(820, 4, '2021-06-01 11:09:56', '', 19),
(821, 2, '2021-06-01 11:09:56', '', 22),
(822, 5, '2021-06-02 00:30:13', '', 7),
(823, 4, '2021-06-02 11:33:29', '', 31),
(824, 2, '2021-06-02 11:33:29', '', 35),
(825, 5, '2021-06-03 08:48:16', '', 3),
(826, 2, '2021-06-03 11:40:59', '', 31),
(827, 4, '2021-06-03 15:37:17', '', 20),
(828, 3, '2021-06-03 19:24:31', '', 1),
(829, 2, '2021-06-04 11:47:03', '', 25),
(830, 4, '2021-06-04 15:44:56', '', 27),
(831, 5, '2021-06-04 17:38:40', '', 1),
(832, 2, '2021-06-05 12:02:17', '', 16),
(833, 4, '2021-06-05 17:34:31', '', 15),
(834, 2, '2021-06-06 15:12:39', '', 19),
(835, 5, '2021-06-06 15:37:35', '', 1),
(836, 4, '2021-06-06 17:55:33', '', 21),
(837, 2, '2021-06-07 15:17:43', '', 30),
(838, 4, '2021-06-07 19:10:50', '', 26),
(839, 4, '2021-06-08 19:59:58', '', 26),
(840, 2, '2021-06-08 19:59:58', '', 21),
(841, 4, '2021-06-09 20:23:51', '', 21),
(842, 2, '2021-06-09 20:23:51', '', 24),
(843, 5, '2021-06-09 20:24:21', '', 3),
(844, 4, '2021-06-10 21:22:39', '', 59),
(845, 2, '2021-06-10 21:22:39', '', 60),
(846, 5, '2021-06-10 21:34:02', '', 5),
(847, 4, '2021-06-11 21:32:19', '', 15),
(848, 2, '2021-06-11 21:32:19', '', 20),
(849, 5, '2021-06-12 02:14:05', '', 2),
(850, 4, '2021-06-12 21:58:59', '', 21),
(851, 2, '2021-06-12 21:58:59', '', 22),
(852, 5, '2021-06-13 19:51:57', '', 2),
(853, 2, '2021-06-13 22:12:16', '', 22),
(854, 4, '2021-06-13 23:57:14', '', 25),
(855, 2, '2021-06-14 22:42:35', '', 18),
(856, 4, '2021-06-15 00:08:19', '', 20),
(857, 4, '2021-06-16 00:21:52', '', 23),
(858, 2, '2021-06-16 00:21:52', '', 22),
(859, 5, '2021-06-16 13:20:35', '', 1),
(860, 4, '2021-06-17 01:01:06', '', 15),
(861, 2, '2021-06-17 01:01:06', '', 17),
(862, 5, '2021-06-17 14:19:11', '', 4),
(863, 4, '2021-06-18 03:53:49', '', 17),
(864, 2, '2021-06-18 03:53:49', '', 29),
(865, 4, '2021-06-19 05:51:30', '', 17),
(866, 2, '2021-06-19 05:51:30', '', 13),
(867, 4, '2021-06-20 07:21:32', '', 20),
(868, 2, '2021-06-20 07:21:32', '', 19),
(869, 4, '2021-06-21 07:27:37', '', 14),
(870, 2, '2021-06-21 07:27:37', '', 14),
(871, 4, '2021-06-22 07:29:23', '', 18),
(872, 2, '2021-06-22 07:29:24', '', 20),
(873, 5, '2021-06-23 07:35:41', '', 1),
(874, 2, '2021-06-23 07:35:41', '', 20),
(875, 4, '2021-06-23 08:05:43', '', 24),
(876, 4, '2021-06-24 11:07:40', '', 19),
(877, 2, '2021-06-24 11:07:40', '', 18),
(878, 5, '2021-06-24 17:28:14', '', 1),
(879, 4, '2021-06-25 13:44:20', '', 15),
(880, 2, '2021-06-25 13:44:20', '', 17),
(881, 5, '2021-06-25 19:08:03', '', 3),
(882, 4, '2021-06-26 18:30:36', '', 8),
(883, 2, '2021-06-26 18:30:36', '', 8),
(884, 5, '2021-06-26 22:27:41', '', 1),
(885, 4, '2021-06-27 18:44:03', '', 14),
(886, 2, '2021-06-27 18:44:03', '', 13),
(887, 2, '2021-06-28 18:44:20', '', 26),
(888, 4, '2021-06-28 18:56:04', '', 24),
(889, 2, '2021-06-29 20:47:11', '', 22),
(890, 4, '2021-06-29 21:02:33', '', 22),
(891, 5, '2021-06-30 14:27:16', '', 1),
(892, 4, '2021-06-30 21:27:02', '', 19),
(893, 2, '2021-06-30 21:27:02', '', 18),
(894, 5, '2021-07-01 19:22:59', '', 1),
(895, 4, '2021-07-01 21:57:19', '', 17),
(896, 2, '2021-07-01 21:57:19', '', 18),
(897, 4, '2021-07-03 05:54:43', '', 11),
(898, 2, '2021-07-03 05:54:43', '', 13),
(899, 5, '2021-07-03 06:58:32', '', 1),
(900, 4, '2021-07-04 07:05:34', '', 18),
(901, 2, '2021-07-04 07:05:34', '', 18),
(902, 4, '2021-07-05 08:25:07', '', 20),
(903, 2, '2021-07-05 08:25:07', '', 19),
(904, 5, '2021-07-05 18:46:13', '', 1),
(905, 4, '2021-07-06 09:53:02', '', 17),
(906, 2, '2021-07-06 09:53:02', '', 18),
(907, 4, '2021-07-07 10:14:24', '', 15),
(908, 2, '2021-07-07 10:14:24', '', 16),
(909, 5, '2021-07-08 04:27:10', '', 1),
(910, 4, '2021-07-08 10:29:50', '', 18),
(911, 2, '2021-07-08 10:29:50', '', 19),
(912, 4, '2021-07-09 16:21:27', '', 20),
(913, 2, '2021-07-09 16:21:27', '', 22),
(914, 5, '2021-07-09 19:22:22', '', 2),
(915, 4, '2021-07-10 16:50:35', '', 19),
(916, 2, '2021-07-10 16:50:35', '', 31),
(917, 5, '2021-07-10 19:44:48', '', 7),
(918, 4, '2021-07-11 17:25:39', '', 14),
(919, 2, '2021-07-11 17:25:39', '', 13),
(920, 4, '2021-07-12 17:34:41', '', 21),
(921, 2, '2021-07-12 17:34:41', '', 25),
(922, 5, '2021-07-12 20:24:44', '', 3),
(923, 2, '2021-07-13 18:26:04', '', 24),
(924, 4, '2021-07-13 18:45:00', '', 20),
(925, 5, '2021-07-14 03:43:20', '', 1),
(926, 4, '2021-07-14 20:22:48', '', 13),
(927, 2, '2021-07-14 20:22:48', '', 15),
(928, 5, '2021-07-15 16:34:41', '', 1),
(929, 4, '2021-07-15 21:25:54', '', 22),
(930, 2, '2021-07-15 21:25:54', '', 21),
(931, 5, '2021-07-16 17:43:26', '', 4),
(932, 4, '2021-07-16 21:49:05', '', 20),
(933, 2, '2021-07-16 21:49:05', '', 24),
(934, 4, '2021-07-17 22:16:07', '', 18),
(935, 2, '2021-07-17 22:16:08', '', 19),
(936, 5, '2021-07-18 04:43:33', '', 2),
(937, 2, '2021-07-18 22:31:04', '', 16),
(938, 4, '2021-07-18 23:50:37', '', 14),
(939, 5, '2021-07-19 21:32:17', '', 8),
(940, 4, '2021-07-20 00:43:46', '', 20),
(941, 2, '2021-07-20 00:43:46', '', 36),
(942, 4, '2021-07-21 00:47:02', '', 14),
(943, 2, '2021-07-21 00:47:02', '', 16),
(944, 5, '2021-07-21 20:07:00', '', 2),
(945, 4, '2021-07-22 06:04:19', '', 14),
(946, 2, '2021-07-22 06:04:20', '', 15),
(947, 5, '2021-07-23 00:10:13', '', 1),
(948, 4, '2021-07-23 09:54:07', '', 22),
(949, 2, '2021-07-23 09:54:07', '', 20),
(950, 5, '2021-07-24 04:43:13', '', 2),
(951, 4, '2021-07-24 09:58:00', '', 16),
(952, 2, '2021-07-24 09:58:00', '', 16),
(953, 4, '2021-07-25 11:30:21', '', 24),
(954, 2, '2021-07-25 11:30:22', '', 23),
(955, 5, '2021-07-25 17:29:18', '', 1),
(956, 4, '2021-07-26 11:48:37', '', 18),
(957, 2, '2021-07-26 11:48:37', '', 17),
(958, 5, '2021-07-27 01:15:19', '', 4),
(959, 4, '2021-07-27 12:20:05', '', 19),
(960, 2, '2021-07-27 12:20:05', '', 32),
(961, 4, '2021-07-28 12:32:04', '', 15),
(962, 2, '2021-07-28 12:32:04', '', 18),
(963, 5, '2021-07-28 16:40:23', '', 2),
(964, 2, '2021-07-29 13:37:54', '', 25),
(965, 4, '2021-07-29 13:44:55', '', 23),
(966, 4, '2021-07-30 14:14:15', '', 21),
(967, 2, '2021-07-30 14:14:15', '', 28),
(968, 5, '2021-07-31 05:56:49', '', 4),
(969, 2, '2021-07-31 14:30:46', '', 34),
(970, 4, '2021-07-31 14:35:16', '', 21),
(971, 5, '2021-08-01 08:43:35', '', 2),
(972, 4, '2021-08-01 16:07:16', '', 18),
(973, 2, '2021-08-01 16:07:16', '', 29),
(974, 5, '2021-08-02 11:55:52', '', 6),
(975, 4, '2021-08-02 16:38:32', '', 30),
(976, 2, '2021-08-02 16:38:32', '', 43),
(977, 5, '2021-08-03 12:41:41', '', 1),
(978, 4, '2021-08-03 17:19:47', '', 25),
(979, 2, '2021-08-03 17:19:47', '', 40),
(980, 5, '2021-08-04 17:13:30', '', 1),
(981, 4, '2021-08-04 17:36:11', '', 14),
(982, 2, '2021-08-04 17:36:11', '', 27),
(983, 4, '2021-08-05 18:17:01', '', 19),
(984, 2, '2021-08-05 18:17:01', '', 35),
(985, 5, '2021-08-06 03:46:59', '', 4),
(986, 2, '2021-08-06 19:02:20', '', 32),
(987, 4, '2021-08-06 19:41:39', '', 12),
(988, 5, '2021-08-07 07:23:27', '', 2),
(989, 4, '2021-08-07 20:26:22', '', 14),
(990, 2, '2021-08-07 20:26:23', '', 42),
(991, 5, '2021-08-08 17:29:23', '', 1),
(992, 2, '2021-08-08 20:26:34', '', 29),
(993, 4, '2021-08-08 21:13:49', '', 21),
(994, 2, '2021-08-09 21:09:38', '', 40),
(995, 4, '2021-08-09 22:02:59', '', 21),
(996, 5, '2021-08-09 23:53:31', '', 3),
(997, 2, '2021-08-10 21:22:38', '', 42),
(998, 4, '2021-08-10 22:58:39', '', 31),
(999, 5, '2021-08-11 04:14:26', '', 2),
(1000, 2, '2021-08-11 21:30:31', '', 63),
(1001, 4, '2021-08-11 23:10:09', '', 36),
(1002, 5, '2021-08-12 14:38:40', '', 5),
(1003, 2, '2021-08-12 21:58:43', '', 43),
(1004, 4, '2021-08-12 23:14:09', '', 33),
(1005, 5, '2021-08-13 14:50:05', '', 5),
(1006, 2, '2021-08-13 22:57:05', '', 21),
(1007, 4, '2021-08-13 23:48:50', '', 18),
(1008, 4, '2021-08-15 00:23:12', '', 19),
(1009, 2, '2021-08-15 00:23:12', '', 19),
(1010, 5, '2021-08-15 18:01:15', '', 3),
(1011, 4, '2021-08-16 01:29:00', '', 27),
(1012, 2, '2021-08-16 01:29:00', '', 36),
(1013, 5, '2021-08-16 18:26:35', '', 8),
(1014, 4, '2021-08-17 01:46:00', '', 31),
(1015, 2, '2021-08-17 01:46:00', '', 47),
(1016, 5, '2021-08-17 20:09:34', '', 11),
(1017, 4, '2021-08-18 02:11:10', '', 34),
(1018, 2, '2021-08-18 02:11:11', '', 60),
(1019, 5, '2021-08-18 20:31:39', '', 2),
(1020, 4, '2021-08-19 02:42:12', '', 30),
(1021, 2, '2021-08-19 02:42:12', '', 32),
(1022, 5, '2021-08-19 20:40:31', '', 2),
(1023, 4, '2021-08-20 02:47:43', '', 38),
(1024, 2, '2021-08-20 02:47:43', '', 39),
(1025, 4, '2021-08-21 08:13:28', '', 24),
(1026, 2, '2021-08-21 08:13:29', '', 27),
(1027, 5, '2021-08-21 22:16:40', '', 1),
(1028, 4, '2021-08-22 09:43:28', '', 23),
(1029, 2, '2021-08-22 09:43:28', '', 24),
(1030, 4, '2021-08-23 12:01:14', '', 41),
(1031, 2, '2021-08-23 12:01:14', '', 56),
(1032, 5, '2021-08-23 15:40:50', '', 3),
(1033, 2, '2021-08-24 12:18:18', '', 53),
(1034, 4, '2021-08-24 13:36:16', '', 40),
(1035, 5, '2021-08-24 17:59:15', '', 2),
(1036, 2, '2021-08-25 13:02:58', '', 55),
(1037, 4, '2021-08-25 13:42:11', '', 46),
(1038, 5, '2021-08-25 20:37:30', '', 3),
(1039, 2, '2021-08-26 13:19:42', '', 50),
(1040, 4, '2021-08-26 14:21:33', '', 30),
(1041, 5, '2021-08-27 01:22:21', '', 4),
(1042, 2, '2021-08-27 13:54:58', '', 64),
(1043, 4, '2021-08-27 14:38:17', '', 32),
(1044, 5, '2021-08-28 02:56:36', '', 1),
(1045, 2, '2021-08-28 14:06:20', '', 23),
(1046, 4, '2021-08-28 16:46:32', '', 12),
(1047, 4, '2021-08-29 16:52:01', '', 20),
(1048, 2, '2021-08-29 16:52:01', '', 52),
(1049, 5, '2021-08-30 14:12:30', '', 4),
(1050, 4, '2021-08-30 16:58:02', '', 29),
(1051, 2, '2021-08-30 16:58:02', '', 47),
(1052, 5, '2021-08-31 17:05:46', '', 2),
(1053, 2, '2021-08-31 17:05:46', '', 23),
(1054, 4, '2021-08-31 17:44:24', '', 16),
(1055, 2, '2021-09-01 17:10:47', '', 35),
(1056, 4, '2021-09-01 18:40:20', '', 21),
(1057, 5, '2021-09-02 00:26:25', '', 4),
(1058, 2, '2021-09-02 17:26:24', '', 48),
(1059, 4, '2021-09-02 18:54:22', '', 21),
(1060, 2, '2021-09-03 17:35:42', '', 49),
(1061, 4, '2021-09-03 19:53:22', '', 13),
(1062, 5, '2021-09-04 06:18:27', '', 3),
(1063, 2, '2021-09-04 18:29:31', '', 44),
(1064, 4, '2021-09-04 20:47:59', '', 13),
(1065, 2, '2021-09-05 18:34:52', '', 24),
(1066, 4, '2021-09-05 21:44:50', '', 21),
(1067, 2, '2021-09-06 18:43:02', '', 53),
(1068, 5, '2021-09-06 20:30:58', '', 2),
(1069, 4, '2021-09-06 21:59:22', '', 28),
(1070, 3, '2021-09-07 07:09:44', '', 1),
(1071, 2, '2021-09-07 18:46:06', '', 68),
(1072, 5, '2021-09-07 21:16:57', '', 1),
(1073, 4, '2021-09-08 01:06:43', '', 21),
(1074, 2, '2021-09-08 19:02:11', '', 43),
(1075, 4, '2021-09-09 01:21:57', '', 20),
(1076, 2, '2021-09-09 19:15:26', '', 33),
(1077, 5, '2021-09-10 01:30:49', '', 2),
(1078, 4, '2021-09-10 01:30:54', '', 23),
(1079, 2, '2021-09-10 20:11:16', '', 46),
(1080, 4, '2021-09-11 01:39:22', '', 22),
(1081, 5, '2021-09-11 05:11:11', '', 3),
(1082, 2, '2021-09-11 20:20:47', '', 24),
(1083, 4, '2021-09-12 02:16:51', '', 16),
(1084, 2, '2021-09-12 21:04:07', '', 25),
(1085, 4, '2021-09-13 08:16:32', '', 18),
(1086, 5, '2021-09-13 09:45:32', '', 7),
(1087, 2, '2021-09-13 21:06:30', '', 17),
(1088, 4, '2021-09-14 09:07:00', '', 23),
(1089, 5, '2021-09-14 17:02:29', '', 1),
(1090, 2, '2021-09-14 21:07:17', '', 34),
(1091, 4, '2021-09-15 09:41:28', '', 20),
(1092, 2, '2021-09-15 21:32:05', '', 17),
(1093, 4, '2021-09-16 09:49:55', '', 29),
(1094, 2, '2021-09-16 21:44:36', '', 25),
(1095, 4, '2021-09-17 12:47:32', '', 29),
(1096, 2, '2021-09-17 22:31:05', '', 32),
(1097, 4, '2021-09-18 13:16:36', '', 32),
(1098, 5, '2021-09-18 17:25:10', '', 2),
(1099, 2, '2021-09-18 23:33:08', '', 19),
(1100, 4, '2021-09-19 15:03:31', '', 17),
(1101, 2, '2021-09-19 23:51:44', '', 22),
(1102, 5, '2021-09-20 05:57:38', '', 2),
(1103, 4, '2021-09-20 18:29:49', '', 28),
(1104, 2, '2021-09-21 00:40:07', '', 30),
(1105, 5, '2021-09-21 06:53:22', '', 6),
(1106, 4, '2021-09-21 19:29:11', '', 23),
(1107, 2, '2021-09-22 02:14:11', '', 15),
(1108, 4, '2021-09-22 21:32:39', '', 27),
(1109, 2, '2021-09-23 02:59:51', '', 32),
(1110, 5, '2021-09-23 15:42:02', '', 1),
(1111, 4, '2021-09-23 22:28:30', '', 24),
(1112, 2, '2021-09-24 03:42:37', '', 17),
(1113, 4, '2021-09-24 22:31:21', '', 20),
(1114, 2, '2021-09-25 04:25:05', '', 18),
(1115, 4, '2021-09-26 00:05:06', '', 23),
(1116, 5, '2021-09-26 03:17:18', '', 2),
(1117, 2, '2021-09-26 05:44:05', '', 21),
(1118, 4, '2021-09-27 00:15:56', '', 19),
(1119, 2, '2021-09-27 07:14:12', '', 17),
(1120, 4, '2021-09-28 02:24:42', '', 25),
(1121, 2, '2021-09-28 07:37:08', '', 21),
(1122, 4, '2021-09-29 03:17:14', '', 19),
(1123, 2, '2021-09-29 08:12:17', '', 13),
(1124, 4, '2021-09-30 03:19:04', '', 28),
(1125, 2, '2021-09-30 10:44:19', '', 25),
(1126, 5, '2021-09-30 18:42:15', '', 6),
(1127, 4, '2021-10-01 04:26:40', '', 22),
(1128, 2, '2021-10-01 11:00:36', '', 17),
(1129, 4, '2021-10-02 04:27:51', '', 25),
(1130, 2, '2021-10-02 11:50:43', '', 25),
(1131, 5, '2021-10-02 17:51:14', '', 3),
(1132, 4, '2021-10-03 05:32:17', '', 19),
(1133, 2, '2021-10-03 15:03:50', '', 16),
(1134, 4, '2021-10-04 07:49:17', '', 23),
(1135, 2, '2021-10-04 15:33:50', '', 26),
(1136, 4, '2021-10-05 08:16:27', '', 17),
(1137, 2, '2021-10-05 15:51:58', '', 22),
(1138, 5, '2021-10-05 20:55:28', '', 2),
(1139, 4, '2021-10-06 09:22:42', '', 18),
(1140, 2, '2021-10-06 17:05:02', '', 12),
(1141, 4, '2021-10-07 11:36:11', '', 19),
(1142, 2, '2021-10-07 18:05:39', '', 21),
(1143, 4, '2021-10-08 11:40:40', '', 30),
(1144, 2, '2021-10-08 19:20:38', '', 30),
(1145, 4, '2021-10-09 12:06:53', '', 19),
(1146, 5, '2021-10-09 13:09:26', '', 2),
(1147, 2, '2021-10-09 21:28:36', '', 27),
(1148, 4, '2021-10-10 13:21:15', '', 27),
(1149, 5, '2021-10-10 21:24:21', '', 2),
(1150, 2, '2021-10-10 21:53:05', '', 19),
(1151, 4, '2021-10-11 15:51:46', '', 19),
(1152, 2, '2021-10-11 22:01:59', '', 13),
(1153, 5, '2021-10-12 15:11:04', '', 2),
(1154, 4, '2021-10-12 17:37:15', '', 18),
(1155, 2, '2021-10-12 23:18:41', '', 15),
(1156, 4, '2021-10-13 19:56:24', '', 18),
(1157, 2, '2021-10-13 23:59:25', '', 20),
(1158, 4, '2021-10-14 20:46:13', '', 23),
(1159, 2, '2021-10-15 00:18:52', '', 31),
(1160, 5, '2021-10-15 01:51:17', '', 7),
(1161, 4, '2021-10-15 21:42:54', '', 27),
(1162, 2, '2021-10-16 00:48:19', '', 27),
(1163, 5, '2021-10-16 10:22:23', '', 1),
(1164, 4, '2021-10-16 21:50:13', '', 22),
(1165, 2, '2021-10-17 02:01:50', '', 19),
(1166, 4, '2021-10-17 22:45:57', '', 42),
(1167, 2, '2021-10-18 03:16:48', '', 53),
(1168, 5, '2021-10-18 04:12:26', '', 6),
(1169, 4, '2021-10-18 22:49:59', '', 31),
(1170, 2, '2021-10-19 05:09:17', '', 51),
(1171, 5, '2021-10-19 07:17:15', '', 6),
(1172, 4, '2021-10-19 22:51:58', '', 40),
(1173, 2, '2021-10-20 06:04:46', '', 41),
(1174, 5, '2021-10-20 13:54:29', '', 4),
(1175, 4, '2021-10-21 01:44:20', '', 21),
(1176, 2, '2021-10-21 07:47:51', '', 15),
(1177, 4, '2021-10-22 03:28:58', '', 25),
(1178, 2, '2021-10-22 11:06:44', '', 26),
(1179, 5, '2021-10-22 12:55:36', '', 2),
(1180, 4, '2021-10-23 03:44:08', '', 17),
(1181, 2, '2021-10-23 11:27:36', '', 12),
(1182, 4, '2021-10-24 04:02:39', '', 17),
(1183, 2, '2021-10-24 13:45:52', '', 17),
(1184, 5, '2021-10-24 18:35:25', '', 1),
(1185, 4, '2021-10-25 05:00:07', '', 9),
(1186, 2, '2021-10-25 18:48:20', '', 13),
(1187, 5, '2021-10-26 00:14:25', '', 2),
(1188, 4, '2021-10-26 05:14:20', '', 25),
(1189, 2, '2021-10-26 18:53:07', '', 42),
(1190, 5, '2021-10-27 00:27:30', '', 2),
(1191, 4, '2021-10-27 05:30:45', '', 34),
(1192, 2, '2021-10-27 19:10:24', '', 37),
(1193, 4, '2021-10-28 05:59:06', '', 42),
(1194, 5, '2021-10-28 18:59:29', '', 4),
(1195, 2, '2021-10-28 19:21:26', '', 56),
(1196, 4, '2021-10-29 07:08:10', '', 30),
(1197, 2, '2021-10-29 19:28:49', '', 16),
(1198, 4, '2021-10-30 07:38:20', '', 28),
(1199, 5, '2021-10-30 20:40:08', '', 3),
(1200, 2, '2021-10-30 20:40:08', '', 36),
(1201, 4, '2021-10-31 08:13:24', '', 21),
(1202, 2, '2021-10-31 21:29:02', '', 22),
(1203, 4, '2021-11-01 09:32:47', '', 23),
(1204, 5, '2021-11-01 14:02:58', '', 9),
(1205, 2, '2021-11-01 21:53:50', '', 18),
(1206, 4, '2021-11-02 13:18:03', '', 16),
(1207, 5, '2021-11-02 17:06:24', '', 2),
(1208, 2, '2021-11-03 01:12:19', '', 14),
(1209, 4, '2021-11-03 14:44:58', '', 15),
(1210, 2, '2021-11-04 01:53:55', '', 15),
(1211, 5, '2021-11-04 05:35:11', '', 2),
(1212, 4, '2021-11-04 17:39:15', '', 16),
(1213, 2, '2021-11-05 01:59:00', '', 14),
(1214, 4, '2021-11-05 17:51:26', '', 18),
(1215, 2, '2021-11-06 04:43:12', '', 13),
(1216, 4, '2021-11-06 19:06:31', '', 19),
(1217, 2, '2021-11-07 04:59:55', '', 17),
(1218, 4, '2021-11-07 19:07:50', '', 21),
(1219, 2, '2021-11-08 05:10:55', '', 10),
(1220, 4, '2021-11-08 21:36:20', '', 18),
(1221, 2, '2021-11-09 05:18:40', '', 36),
(1222, 5, '2021-11-09 10:14:10', '', 4),
(1223, 4, '2021-11-09 22:26:10', '', 39),
(1224, 2, '2021-11-10 08:50:00', '', 33),
(1225, 5, '2021-11-10 11:43:57', '', 1),
(1226, 4, '2021-11-11 00:02:16', '', 28),
(1227, 2, '2021-11-11 09:28:33', '', 42),
(1228, 5, '2021-11-11 12:59:37', '', 3),
(1229, 4, '2021-11-12 00:24:21', '', 26),
(1230, 2, '2021-11-12 10:38:51', '', 35),
(1231, 5, '2021-11-12 14:48:33', '', 4),
(1232, 4, '2021-11-13 03:29:48', '', 19),
(1233, 2, '2021-11-13 10:54:49', '', 19),
(1234, 4, '2021-11-14 04:14:43', '', 21),
(1235, 5, '2021-11-14 06:05:14', '', 3),
(1236, 2, '2021-11-14 11:26:58', '', 25),
(1237, 4, '2021-11-15 04:16:07', '', 23),
(1238, 2, '2021-11-15 12:29:41', '', 25),
(1239, 5, '2021-11-15 18:26:09', '', 3),
(1240, 4, '2021-11-16 06:30:12', '', 22),
(1241, 2, '2021-11-16 16:09:18', '', 30),
(1242, 4, '2021-11-17 11:07:21', '', 25),
(1243, 5, '2021-11-17 11:07:36', '', 3),
(1244, 2, '2021-11-17 16:54:30', '', 20),
(1245, 4, '2021-11-18 12:55:08', '', 24),
(1246, 2, '2021-11-18 17:59:02', '', 19),
(1247, 5, '2021-11-19 05:58:11', '', 2),
(1248, 4, '2021-11-19 13:16:29', '', 14),
(1249, 2, '2021-11-19 18:34:52', '', 13),
(1250, 4, '2021-11-20 14:51:58', '', 17),
(1251, 2, '2021-11-20 19:27:09', '', 16),
(1252, 4, '2021-11-21 16:51:26', '', 20),
(1253, 2, '2021-11-21 20:13:01', '', 14),
(1254, 4, '2021-11-22 20:34:32', '', 19),
(1255, 2, '2021-11-22 20:34:33', '', 15),
(1256, 4, '2021-11-23 21:23:06', '', 35),
(1257, 2, '2021-11-23 21:23:06', '', 71),
(1258, 5, '2021-11-24 08:10:29', '', 7),
(1259, 4, '2021-11-24 21:56:17', '', 29),
(1260, 2, '2021-11-24 21:56:17', '', 41),
(1261, 5, '2021-11-25 13:30:11', '', 4),
(1262, 4, '2021-11-26 00:24:23', '', 16),
(1263, 2, '2021-11-26 00:24:23', '', 22),
(1264, 5, '2021-11-26 18:02:20', '', 1),
(1265, 4, '2021-11-27 00:43:06', '', 18),
(1266, 2, '2021-11-27 00:43:06', '', 22),
(1267, 4, '2021-11-28 02:01:38', '', 13),
(1268, 2, '2021-11-28 02:01:38', '', 13),
(1269, 4, '2021-11-29 03:04:29', '', 30),
(1270, 2, '2021-11-29 03:04:29', '', 27),
(1271, 5, '2021-11-29 12:08:53', '', 6),
(1272, 4, '2021-11-30 03:06:24', '', 30),
(1273, 2, '2021-11-30 03:06:24', '', 31),
(1274, 5, '2021-11-30 16:37:56', '', 2),
(1275, 4, '2021-12-01 03:52:39', '', 24),
(1276, 2, '2021-12-01 03:52:39', '', 38),
(1277, 3, '2021-12-01 03:52:49', '', 1),
(1278, 5, '2021-12-01 22:17:16', '', 3),
(1279, 4, '2021-12-02 07:41:43', '', 18),
(1280, 2, '2021-12-02 07:41:43', '', 19),
(1281, 5, '2021-12-03 03:04:58', '', 3),
(1282, 4, '2021-12-03 08:50:05', '', 21),
(1283, 2, '2021-12-03 08:50:05', '', 30),
(1284, 4, '2021-12-04 10:58:55', '', 17),
(1285, 2, '2021-12-04 10:58:56', '', 19);
INSERT INTO `wp_gf_form_view` (`id`, `form_id`, `date_created`, `ip`, `count`) VALUES
(1286, 4, '2021-12-05 12:31:26', '', 20),
(1287, 2, '2021-12-05 12:31:26', '', 21),
(1288, 5, '2021-12-05 14:18:41', '', 1),
(1289, 4, '2021-12-06 14:29:17', '', 34),
(1290, 2, '2021-12-06 14:29:17', '', 43),
(1291, 5, '2021-12-06 16:07:55', '', 6),
(1292, 4, '2021-12-07 16:46:37', '', 30),
(1293, 2, '2021-12-07 16:46:37', '', 37),
(1294, 5, '2021-12-07 22:59:11', '', 6),
(1295, 4, '2021-12-08 17:10:19', '', 12),
(1296, 2, '2021-12-08 17:10:19', '', 18),
(1297, 2, '2021-12-09 18:22:54', '', 30),
(1298, 4, '2021-12-09 18:23:04', '', 24),
(1299, 5, '2021-12-09 18:24:38', '', 5),
(1300, 4, '2021-12-10 19:41:29', '', 27),
(1301, 2, '2021-12-10 19:41:29', '', 33),
(1302, 5, '2021-12-10 21:15:41', '', 5),
(1303, 4, '2021-12-11 20:05:56', '', 15),
(1304, 2, '2021-12-11 20:05:56', '', 19),
(1305, 5, '2021-12-11 22:59:23', '', 4),
(1306, 4, '2021-12-12 21:40:06', '', 26),
(1307, 2, '2021-12-12 21:40:06', '', 29),
(1308, 5, '2021-12-13 02:24:05', '', 7),
(1309, 4, '2021-12-13 22:03:18', '', 30),
(1310, 2, '2021-12-13 22:03:18', '', 50),
(1311, 5, '2021-12-14 02:38:57', '', 7),
(1312, 4, '2021-12-14 22:27:37', '', 45),
(1313, 2, '2021-12-14 22:27:37', '', 58),
(1314, 5, '2021-12-15 06:39:05', '', 5),
(1315, 4, '2021-12-15 23:51:13', '', 33),
(1316, 2, '2021-12-15 23:51:13', '', 46),
(1317, 5, '2021-12-16 14:56:30', '', 4),
(1318, 4, '2021-12-17 02:30:21', '', 24),
(1319, 2, '2021-12-17 02:30:22', '', 29),
(1320, 5, '2021-12-17 19:58:50', '', 1),
(1321, 4, '2021-12-18 04:17:42', '', 15),
(1322, 2, '2021-12-18 04:17:43', '', 15),
(1323, 4, '2021-12-19 05:06:58', '', 8),
(1324, 2, '2021-12-19 05:06:58', '', 7),
(1325, 4, '2021-12-20 05:41:40', '', 20),
(1326, 2, '2021-12-20 05:41:40', '', 25),
(1327, 5, '2021-12-20 16:41:28', '', 3),
(1328, 4, '2021-12-21 05:51:10', '', 44),
(1329, 2, '2021-12-21 05:51:11', '', 46),
(1330, 5, '2021-12-21 21:18:12', '', 4),
(1331, 4, '2021-12-22 11:52:15', '', 28),
(1332, 2, '2021-12-22 11:52:15', '', 59),
(1333, 5, '2021-12-22 21:49:58', '', 6),
(1334, 4, '2021-12-23 12:27:28', '', 35),
(1335, 2, '2021-12-23 12:27:29', '', 69),
(1336, 5, '2021-12-23 22:44:14', '', 3),
(1337, 4, '2021-12-24 13:38:43', '', 17),
(1338, 2, '2021-12-24 13:38:43', '', 24),
(1339, 5, '2021-12-25 01:11:32', '', 3),
(1340, 4, '2021-12-25 14:27:37', '', 12),
(1341, 2, '2021-12-25 14:27:37', '', 17),
(1342, 4, '2021-12-26 14:52:06', '', 22),
(1343, 2, '2021-12-26 14:52:07', '', 31),
(1344, 5, '2021-12-26 17:57:46', '', 2),
(1345, 4, '2021-12-27 14:56:18', '', 61),
(1346, 2, '2021-12-27 14:56:18', '', 65),
(1347, 5, '2021-12-27 23:11:57', '', 3),
(1348, 4, '2021-12-28 15:04:26', '', 64),
(1349, 2, '2021-12-28 15:04:27', '', 76),
(1350, 5, '2021-12-28 23:22:44', '', 4),
(1351, 4, '2021-12-29 15:04:27', '', 62),
(1352, 2, '2021-12-29 15:04:44', '', 71),
(1353, 5, '2021-12-30 08:46:07', '', 4),
(1354, 4, '2021-12-30 15:31:39', '', 26),
(1355, 2, '2021-12-30 15:31:39', '', 39),
(1356, 5, '2021-12-31 09:50:39', '', 2),
(1357, 4, '2021-12-31 17:15:02', '', 18),
(1358, 2, '2021-12-31 17:15:02', '', 25),
(1359, 4, '2022-01-01 19:53:58', '', 26),
(1360, 2, '2022-01-01 19:53:58', '', 27),
(1361, 5, '2022-01-02 17:55:27', '', 2),
(1362, 4, '2022-01-02 21:07:29', '', 10),
(1363, 2, '2022-01-02 21:07:29', '', 15),
(1364, 5, '2022-01-03 17:58:39', '', 1),
(1365, 4, '2022-01-04 00:14:12', '', 33),
(1366, 2, '2022-01-04 00:14:12', '', 32),
(1367, 5, '2022-01-04 20:57:02', '', 11),
(1368, 4, '2022-01-05 00:14:46', '', 68),
(1369, 2, '2022-01-05 00:22:14', '', 124),
(1370, 5, '2022-01-05 22:03:05', '', 8),
(1371, 4, '2022-01-06 01:30:37', '', 57),
(1372, 2, '2022-01-06 01:30:37', '', 77),
(1373, 4, '2022-01-07 01:35:10', '', 31),
(1374, 2, '2022-01-07 01:35:10', '', 41),
(1375, 5, '2022-01-07 02:14:15', '', 4),
(1376, 4, '2022-01-08 03:20:37', '', 11),
(1377, 2, '2022-01-08 03:20:38', '', 16),
(1378, 5, '2022-01-08 03:45:05', '', 2),
(1379, 4, '2022-01-09 07:21:39', '', 12),
(1380, 2, '2022-01-09 07:21:40', '', 14),
(1381, 5, '2022-01-10 10:10:59', '', 2),
(1382, 2, '2022-01-10 10:10:59', '', 20),
(1383, 4, '2022-01-10 10:56:14', '', 16),
(1384, 4, '2022-01-11 11:28:24', '', 19),
(1385, 2, '2022-01-11 11:28:25', '', 25),
(1386, 5, '2022-01-11 19:55:15', '', 5),
(1387, 4, '2022-01-12 11:55:32', '', 15),
(1388, 2, '2022-01-12 11:55:32', '', 19),
(1389, 5, '2022-01-12 22:50:06', '', 2),
(1390, 2, '2022-01-13 12:08:39', '', 10),
(1391, 4, '2022-01-13 12:13:52', '', 11),
(1392, 4, '2022-01-14 13:17:23', '', 18),
(1393, 2, '2022-01-14 13:17:23', '', 18),
(1394, 5, '2022-01-15 01:05:32', '', 1),
(1395, 4, '2022-01-15 17:11:11', '', 7),
(1396, 2, '2022-01-15 17:11:11', '', 9),
(1397, 4, '2022-01-16 17:52:19', '', 12),
(1398, 2, '2022-01-16 17:52:20', '', 13),
(1399, 5, '2022-01-17 11:11:24', '', 2),
(1400, 4, '2022-01-17 18:49:33', '', 19),
(1401, 2, '2022-01-17 18:49:34', '', 15),
(1402, 5, '2022-01-18 13:40:03', '', 1),
(1403, 4, '2022-01-19 04:15:27', '', 2),
(1404, 2, '2022-01-19 04:15:27', '', 2),
(1405, 4, '2022-01-20 09:49:59', '', 3),
(1406, 2, '2022-01-20 09:49:59', '', 3),
(1407, 2, '2022-01-22 01:21:19', '', 12),
(1408, 4, '2022-01-25 02:08:05', '', 3),
(1409, 2, '2022-01-25 02:08:06', '', 3),
(1410, 4, '2022-01-31 22:40:41', '', 1),
(1411, 2, '2022-01-31 22:40:41', '', 1),
(1412, 4, '2022-02-05 03:41:35', '', 1),
(1413, 2, '2022-02-05 03:41:35', '', 1),
(1414, 4, '2022-02-09 02:41:41', '', 1),
(1415, 2, '2022-02-09 02:41:41', '', 1),
(1416, 4, '2022-02-17 16:09:46', '', 26),
(1417, 4, '2022-02-17 16:09:46', '', 1),
(1418, 2, '2022-02-17 16:09:46', '', 36),
(1419, 2, '2022-02-17 16:09:46', '', 1),
(1420, 5, '2022-02-17 18:01:33', '', 8),
(1421, 4, '2022-02-18 16:21:55', '', 28),
(1422, 2, '2022-02-18 16:21:55', '', 25),
(1423, 5, '2022-02-19 12:40:47', '', 4),
(1424, 4, '2022-02-19 17:20:44', '', 28),
(1425, 2, '2022-02-19 17:20:44', '', 23),
(1426, 5, '2022-02-20 16:32:21', '', 3),
(1427, 4, '2022-02-20 17:50:23', '', 24),
(1428, 2, '2022-02-20 17:50:23', '', 24),
(1429, 5, '2022-02-21 17:47:00', '', 6),
(1430, 4, '2022-02-21 18:37:45', '', 25),
(1431, 2, '2022-02-21 18:37:45', '', 34),
(1432, 4, '2022-02-22 19:01:55', '', 26),
(1433, 2, '2022-02-22 19:01:55', '', 37),
(1434, 5, '2022-02-22 19:02:00', '', 4),
(1435, 4, '2022-02-23 19:25:04', '', 23),
(1436, 2, '2022-02-23 19:25:05', '', 25),
(1437, 5, '2022-02-23 19:30:55', '', 2),
(1438, 4, '2022-02-24 19:57:46', '', 27),
(1439, 2, '2022-02-24 19:57:46', '', 31),
(1440, 5, '2022-02-24 20:28:06', '', 5),
(1441, 4, '2022-02-25 21:17:50', '', 36),
(1442, 2, '2022-02-25 21:17:50', '', 34),
(1443, 4, '2022-02-26 21:37:35', '', 34),
(1444, 2, '2022-02-26 23:43:29', '', 27),
(1445, 5, '2022-02-27 02:26:33', '', 3),
(1446, 4, '2022-02-27 21:47:21', '', 29),
(1447, 2, '2022-02-28 00:28:49', '', 34),
(1448, 5, '2022-02-28 18:56:05', '', 4),
(1449, 4, '2022-02-28 22:02:31', '', 35),
(1450, 2, '2022-03-01 00:43:56', '', 33),
(1451, 5, '2022-03-01 19:53:59', '', 2),
(1452, 4, '2022-03-01 22:05:03', '', 24),
(1453, 2, '2022-03-02 02:49:47', '', 23),
(1454, 4, '2022-03-02 22:21:19', '', 37),
(1455, 5, '2022-03-03 00:36:03', '', 4),
(1456, 2, '2022-03-03 03:14:51', '', 45),
(1457, 4, '2022-03-03 22:21:50', '', 36),
(1458, 2, '2022-03-04 03:29:04', '', 42),
(1459, 5, '2022-03-04 06:44:20', '', 8),
(1460, 4, '2022-03-04 22:22:51', '', 21),
(1461, 2, '2022-03-05 07:05:55', '', 16),
(1462, 4, '2022-03-05 23:20:51', '', 16),
(1463, 5, '2022-03-06 01:16:34', '', 3),
(1464, 2, '2022-03-06 07:13:37', '', 22),
(1465, 4, '2022-03-07 00:29:49', '', 31),
(1466, 5, '2022-03-07 04:02:21', '', 3),
(1467, 2, '2022-03-07 08:46:10', '', 30),
(1468, 4, '2022-03-08 00:57:38', '', 15),
(1469, 5, '2022-03-08 05:43:11', '', 4),
(1470, 2, '2022-03-08 08:48:48', '', 19),
(1471, 4, '2022-03-09 01:12:44', '', 37),
(1472, 2, '2022-03-09 09:43:08', '', 27),
(1473, 5, '2022-03-10 00:55:29', '', 3),
(1474, 4, '2022-03-10 01:43:38', '', 23),
(1475, 2, '2022-03-10 12:14:08', '', 30),
(1476, 4, '2022-03-11 02:48:54', '', 41),
(1477, 5, '2022-03-11 08:09:44', '', 2),
(1478, 2, '2022-03-11 13:12:39', '', 32),
(1479, 4, '2022-03-12 03:06:43', '', 23),
(1480, 2, '2022-03-12 15:14:06', '', 22),
(1481, 5, '2022-03-13 04:32:08', '', 2),
(1482, 4, '2022-03-13 05:13:10', '', 20),
(1483, 2, '2022-03-13 15:43:16', '', 24),
(1484, 5, '2022-03-14 06:26:54', '', 3),
(1485, 4, '2022-03-14 09:09:35', '', 41),
(1486, 2, '2022-03-14 15:59:04', '', 29),
(1487, 4, '2022-03-15 10:23:42', '', 23),
(1488, 2, '2022-03-15 16:03:03', '', 25),
(1489, 5, '2022-03-15 18:04:59', '', 1),
(1490, 4, '2022-03-16 11:54:33', '', 37),
(1491, 2, '2022-03-16 17:26:03', '', 22),
(1492, 5, '2022-03-16 18:46:32', '', 1),
(1493, 4, '2022-03-17 13:15:13', '', 28),
(1494, 2, '2022-03-17 17:35:49', '', 45),
(1495, 5, '2022-03-18 00:54:32', '', 8),
(1496, 4, '2022-03-18 13:33:52', '', 35),
(1497, 2, '2022-03-18 20:48:38', '', 33),
(1498, 4, '2022-03-19 14:33:40', '', 21),
(1499, 5, '2022-03-19 19:05:53', '', 1),
(1500, 2, '2022-03-19 22:08:14', '', 15),
(1501, 4, '2022-03-20 14:52:50', '', 17),
(1502, 2, '2022-03-21 00:15:42', '', 22),
(1503, 5, '2022-03-21 08:35:44', '', 2),
(1504, 4, '2022-03-21 16:29:23', '', 31),
(1505, 2, '2022-03-22 02:48:32', '', 35),
(1506, 4, '2022-03-22 16:56:07', '', 42),
(1507, 5, '2022-03-22 20:45:02', '', 5),
(1508, 2, '2022-03-23 03:39:11', '', 55),
(1509, 4, '2022-03-23 17:53:51', '', 25),
(1510, 5, '2022-03-23 21:50:07', '', 3),
(1511, 2, '2022-03-24 04:20:27', '', 43),
(1512, 4, '2022-03-24 18:05:43', '', 48),
(1513, 5, '2022-03-25 02:56:44', '', 12),
(1514, 2, '2022-03-25 05:07:23', '', 69),
(1515, 4, '2022-03-25 18:05:46', '', 47),
(1516, 2, '2022-03-26 05:11:46', '', 24),
(1517, 5, '2022-03-26 05:11:51', '', 4),
(1518, 4, '2022-03-26 18:28:51', '', 19),
(1519, 2, '2022-03-27 07:04:31', '', 22),
(1520, 5, '2022-03-27 12:30:42', '', 3),
(1521, 4, '2022-03-27 19:45:01', '', 25),
(1522, 2, '2022-03-28 08:11:57', '', 23),
(1523, 5, '2022-03-28 17:05:57', '', 4),
(1524, 4, '2022-03-28 21:16:47', '', 18),
(1525, 2, '2022-03-29 09:38:03', '', 20),
(1526, 4, '2022-03-29 21:46:47', '', 27),
(1527, 2, '2022-03-30 10:50:21', '', 23),
(1528, 5, '2022-03-30 12:22:41', '', 1),
(1529, 4, '2022-03-30 22:23:14', '', 21),
(1530, 2, '2022-03-31 12:16:44', '', 32),
(1531, 4, '2022-03-31 23:27:57', '', 38),
(1532, 5, '2022-04-01 11:27:10', '', 4),
(1533, 2, '2022-04-01 13:16:23', '', 30),
(1534, 4, '2022-04-02 01:23:33', '', 33),
(1535, 2, '2022-04-02 13:48:16', '', 27),
(1536, 5, '2022-04-02 14:12:15', '', 3),
(1537, 4, '2022-04-03 03:10:37', '', 20),
(1538, 2, '2022-04-03 14:49:39', '', 21),
(1539, 5, '2022-04-03 16:46:17', '', 4),
(1540, 4, '2022-04-04 06:21:42', '', 20),
(1541, 2, '2022-04-04 15:09:07', '', 29),
(1542, 5, '2022-04-04 18:54:05', '', 2),
(1543, 4, '2022-04-05 06:58:49', '', 27),
(1544, 2, '2022-04-05 16:58:41', '', 19),
(1545, 4, '2022-04-06 10:23:42', '', 24),
(1546, 2, '2022-04-06 17:26:02', '', 26),
(1547, 5, '2022-04-06 17:26:26', '', 2),
(1548, 4, '2022-04-07 12:29:19', '', 29),
(1549, 2, '2022-04-07 17:50:26', '', 40),
(1550, 5, '2022-04-07 19:06:24', '', 7),
(1551, 4, '2022-04-08 15:02:40', '', 18),
(1552, 2, '2022-04-08 17:50:42', '', 19),
(1553, 5, '2022-04-09 04:24:49', '', 4),
(1554, 4, '2022-04-09 17:08:56', '', 29),
(1555, 2, '2022-04-09 19:17:33', '', 35),
(1556, 5, '2022-04-10 13:28:35', '', 4),
(1557, 4, '2022-04-10 17:52:43', '', 20),
(1558, 2, '2022-04-10 20:41:34', '', 26),
(1559, 4, '2022-04-11 19:36:23', '', 13),
(1560, 5, '2022-04-11 20:39:26', '', 4),
(1561, 2, '2022-04-11 21:17:04', '', 19),
(1562, 4, '2022-04-12 20:59:14', '', 34),
(1563, 5, '2022-04-12 20:59:43', '', 8),
(1564, 2, '2022-04-12 22:26:37', '', 43);

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

--
-- Estructura de tabla para la tabla `wp_links`
--

CREATE TABLE `wp_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci 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) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Estructura de tabla para la tabla `wp_options`
--

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

--
-- Volcado de datos para la tabla `wp_options`
--

INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://dacleanexpress.com', 'yes'),
(2, 'home', 'https://dacleanexpress.com', 'yes'),
(3, 'blogname', 'Daclean Express', 'yes'),
(4, 'blogdescription', 'Limpiezas que impactan y transforman vidas', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'wp@clicnovo.com', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%postname%/%category%/', 'yes'),
(29, 'rewrite_rules', 'a:237:{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:10:\"clients/?$\";s:27:\"index.php?post_type=clients\";s:11:\"services/?$\";s:28:\"index.php?post_type=services\";s:7:\"team/?$\";s:24:\"index.php?post_type=team\";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:42:\"e-landing-page/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"e-landing-page/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"e-landing-page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"e-landing-page/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"e-landing-page/([^/]+)/embed/?$\";s:47:\"index.php?e-landing-page=$matches[1]&embed=true\";s:35:\"e-landing-page/([^/]+)/trackback/?$\";s:41:\"index.php?e-landing-page=$matches[1]&tb=1\";s:43:\"e-landing-page/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&paged=$matches[2]\";s:50:\"e-landing-page/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&cpage=$matches[2]\";s:39:\"e-landing-page/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?e-landing-page=$matches[1]&page=$matches[2]\";s:31:\"e-landing-page/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"e-landing-page/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"e-landing-page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"e-landing-page/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"vc_grid_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"vc_grid_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"vc_grid_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"vc_grid_item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"vc_grid_item/([^/]+)/embed/?$\";s:45:\"index.php?vc_grid_item=$matches[1]&embed=true\";s:33:\"vc_grid_item/([^/]+)/trackback/?$\";s:39:\"index.php?vc_grid_item=$matches[1]&tb=1\";s:41:\"vc_grid_item/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&paged=$matches[2]\";s:48:\"vc_grid_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&cpage=$matches[2]\";s:37:\"vc_grid_item/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?vc_grid_item=$matches[1]&page=$matches[2]\";s:29:\"vc_grid_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"vc_grid_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"vc_grid_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"vc_grid_item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:54:\"clients_group/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?clients_group=$matches[1]&feed=$matches[2]\";s:49:\"clients_group/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?clients_group=$matches[1]&feed=$matches[2]\";s:30:\"clients_group/([^/]+)/embed/?$\";s:46:\"index.php?clients_group=$matches[1]&embed=true\";s:42:\"clients_group/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?clients_group=$matches[1]&paged=$matches[2]\";s:24:\"clients_group/([^/]+)/?$\";s:35:\"index.php?clients_group=$matches[1]\";s:55:\"services_group/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?services_group=$matches[1]&feed=$matches[2]\";s:50:\"services_group/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?services_group=$matches[1]&feed=$matches[2]\";s:31:\"services_group/([^/]+)/embed/?$\";s:47:\"index.php?services_group=$matches[1]&embed=true\";s:43:\"services_group/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?services_group=$matches[1]&paged=$matches[2]\";s:25:\"services_group/([^/]+)/?$\";s:36:\"index.php?services_group=$matches[1]\";s:51:\"team_group/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?team_group=$matches[1]&feed=$matches[2]\";s:46:\"team_group/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?team_group=$matches[1]&feed=$matches[2]\";s:27:\"team_group/([^/]+)/embed/?$\";s:43:\"index.php?team_group=$matches[1]&embed=true\";s:39:\"team_group/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?team_group=$matches[1]&paged=$matches[2]\";s:21:\"team_group/([^/]+)/?$\";s:32:\"index.php?team_group=$matches[1]\";s:58:\"testimonial_group/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?testimonial_group=$matches[1]&feed=$matches[2]\";s:53:\"testimonial_group/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?testimonial_group=$matches[1]&feed=$matches[2]\";s:34:\"testimonial_group/([^/]+)/embed/?$\";s:50:\"index.php?testimonial_group=$matches[1]&embed=true\";s:46:\"testimonial_group/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?testimonial_group=$matches[1]&paged=$matches[2]\";s:28:\"testimonial_group/([^/]+)/?$\";s:39:\"index.php?testimonial_group=$matches[1]\";s:53:\"media_folder/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?media_folder=$matches[1]&feed=$matches[2]\";s:48:\"media_folder/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?media_folder=$matches[1]&feed=$matches[2]\";s:29:\"media_folder/([^/]+)/embed/?$\";s:45:\"index.php?media_folder=$matches[1]&embed=true\";s:41:\"media_folder/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?media_folder=$matches[1]&paged=$matches[2]\";s:23:\"media_folder/([^/]+)/?$\";s:34:\"index.php?media_folder=$matches[1]\";s:35:\"clients/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"clients/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"clients/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"clients/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"clients/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"clients/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"clients/([^/]+)/embed/?$\";s:40:\"index.php?clients=$matches[1]&embed=true\";s:28:\"clients/([^/]+)/trackback/?$\";s:34:\"index.php?clients=$matches[1]&tb=1\";s:36:\"clients/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?clients=$matches[1]&paged=$matches[2]\";s:43:\"clients/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?clients=$matches[1]&cpage=$matches[2]\";s:32:\"clients/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?clients=$matches[1]&page=$matches[2]\";s:24:\"clients/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"clients/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"clients/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"clients/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"clients/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"clients/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"services/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"services/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"services/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"services/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"services/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"services/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"services/([^/]+)/embed/?$\";s:41:\"index.php?services=$matches[1]&embed=true\";s:29:\"services/([^/]+)/trackback/?$\";s:35:\"index.php?services=$matches[1]&tb=1\";s:37:\"services/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?services=$matches[1]&paged=$matches[2]\";s:44:\"services/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?services=$matches[1]&cpage=$matches[2]\";s:33:\"services/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?services=$matches[1]&page=$matches[2]\";s:25:\"services/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"services/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"services/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"services/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"services/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"services/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"team/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"team/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"team/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"team/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"team/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"team/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"team/([^/]+)/embed/?$\";s:37:\"index.php?team=$matches[1]&embed=true\";s:25:\"team/([^/]+)/trackback/?$\";s:31:\"index.php?team=$matches[1]&tb=1\";s:33:\"team/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?team=$matches[1]&paged=$matches[2]\";s:40:\"team/([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?team=$matches[1]&cpage=$matches[2]\";s:29:\"team/([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?team=$matches[1]&page=$matches[2]\";s:21:\"team/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:31:\"team/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:51:\"team/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"team/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"team/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:27:\"team/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"testimonial/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"testimonial/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"testimonial/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"testimonial/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"testimonial/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"testimonial/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"testimonial/([^/]+)/embed/?$\";s:44:\"index.php?testimonial=$matches[1]&embed=true\";s:32:\"testimonial/([^/]+)/trackback/?$\";s:38:\"index.php?testimonial=$matches[1]&tb=1\";s:40:\"testimonial/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?testimonial=$matches[1]&paged=$matches[2]\";s:47:\"testimonial/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?testimonial=$matches[1]&cpage=$matches[2]\";s:36:\"testimonial/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?testimonial=$matches[1]&page=$matches[2]\";s:28:\"testimonial/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"testimonial/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"testimonial/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"testimonial/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"testimonial/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"testimonial/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=42&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:31:\"[^/]+/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"[^/]+/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"[^/]+/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"[^/]+/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"[^/]+/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"[^/]+/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"([^/]+)/(.+?)/embed/?$\";s:63:\"index.php?name=$matches[1]&category_name=$matches[2]&embed=true\";s:26:\"([^/]+)/(.+?)/trackback/?$\";s:57:\"index.php?name=$matches[1]&category_name=$matches[2]&tb=1\";s:46:\"([^/]+)/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?name=$matches[1]&category_name=$matches[2]&feed=$matches[3]\";s:41:\"([^/]+)/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?name=$matches[1]&category_name=$matches[2]&feed=$matches[3]\";s:34:\"([^/]+)/(.+?)/page/?([0-9]{1,})/?$\";s:70:\"index.php?name=$matches[1]&category_name=$matches[2]&paged=$matches[3]\";s:41:\"([^/]+)/(.+?)/comment-page-([0-9]{1,})/?$\";s:70:\"index.php?name=$matches[1]&category_name=$matches[2]&cpage=$matches[3]\";s:30:\"([^/]+)/(.+?)(?:/([0-9]+))?/?$\";s:69:\"index.php?name=$matches[1]&category_name=$matches[2]&page=$matches[3]\";s:20:\"[^/]+/.+?/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:30:\"[^/]+/.+?/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:50:\"[^/]+/.+?/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\"[^/]+/.+?/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\"[^/]+/.+?/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:26:\"[^/]+/.+?/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";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\";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:20:{i:0;s:29:\"gravityforms/gravityforms.php\";i:1;s:29:\"ar-contactus/ar-contactus.php\";i:2;s:37:\"async-javascript/async-javascript.php\";i:3;s:49:\"duplicate-wp-page-post/duplicate-wp-page-post.php\";i:4;s:25:\"duplicator/duplicator.php\";i:5;s:31:\"elementor-pro/elementor-pro.php\";i:6;s:23:\"elementor/elementor.php\";i:7;s:33:\"essential-grid/essential-grid.php\";i:8;s:45:\"ewww-image-optimizer/ewww-image-optimizer.php\";i:9;s:55:\"facebook-conversion-pixel/facebook-conversion-pixel.php\";i:10;s:37:\"foobox-image-lightbox/foobox-free.php\";i:11;s:25:\"foogallery/foogallery.php\";i:12;s:24:\"header-footer/plugin.php\";i:13;s:27:\"js_composer/js_composer.php\";i:14;s:23:\"loco-translate/loco.php\";i:15;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";i:16;s:23:\"revslider/revslider.php\";i:17;s:23:\"trx_utils/trx_utils.php\";i:18;s:95:\"wp-remove-query-strings-from-static-resources/wp-remove-query-strings-from-static-resources.php\";i:19;s:27:\"wp-super-cache/wp-cache.php\";}', 'yes'),
(15944, 'duplicator_exe_safe_mode', '', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', 'a:3:{i:0;s:90:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/themes/poolservices/fw/core/core.reviews.php\";i:2;s:75:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/themes/poolservices/style.css\";i:3;s:0:\"\";}', 'no'),
(40, 'template', 'poolservices', 'yes'),
(41, 'stylesheet', 'poolservices', 'yes'),
(42, 'comment_whitelist', '1', 'yes'),
(43, 'blacklist_keys', '', 'no'),
(44, 'comment_registration', '0', 'yes'),
(45, 'html_type', 'text/html', 'yes'),
(46, 'use_trackback', '0', 'yes'),
(47, 'default_role', 'subscriber', 'yes'),
(48, 'db_version', '45805', 'yes'),
(49, 'uploads_use_yearmonth_folders', '1', 'yes'),
(50, 'upload_path', '', 'yes'),
(51, 'blog_public', '0', 'yes'),
(52, 'default_link_category', '2', 'yes'),
(53, 'show_on_front', 'page', 'yes'),
(54, 'tag_base', '', 'yes'),
(55, 'show_avatars', '1', 'yes'),
(56, 'avatar_rating', 'G', 'yes'),
(57, 'upload_url_path', '', 'yes'),
(58, 'thumbnail_size_w', '150', 'yes'),
(59, 'thumbnail_size_h', '150', 'yes'),
(60, 'thumbnail_crop', '1', 'yes'),
(61, 'medium_size_w', '300', 'yes'),
(62, 'medium_size_h', '300', 'yes'),
(63, 'avatar_default', 'mystery', 'yes'),
(64, 'large_size_w', '1024', 'yes'),
(65, 'large_size_h', '1024', 'yes'),
(66, 'image_default_link_type', 'none', 'yes'),
(67, 'image_default_size', '', 'yes'),
(68, 'image_default_align', '', 'yes'),
(69, 'close_comments_for_old_posts', '0', 'yes'),
(70, 'close_comments_days_old', '14', 'yes'),
(71, 'thread_comments', '1', 'yes'),
(72, 'thread_comments_depth', '5', 'yes'),
(73, 'page_comments', '0', 'yes'),
(74, 'comments_per_page', '50', 'yes'),
(75, 'default_comments_page', 'newest', 'yes'),
(76, 'comment_order', 'asc', 'yes'),
(77, 'sticky_posts', 'a:0:{}', 'yes'),
(78, 'widget_categories', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(79, 'widget_text', 'a:2:{i:3;a:4:{s:5:\"title\";s:14:\"Nuestras Redes\";s:4:\"text\";s:215:\"[vc_row][vc_column][trx_socials shape=\"round\" css=\" margin-top: 0.7em;\" socials=\"twitter=https://twitter.com/ancora_themes|facebook=https://www.facebook.com/AncoraThemes/|gplus=#\"][/trx_socials][/vc_column][/vc_row]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(80, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(81, 'uninstall_plugins', 'a:4:{s:29:\"ar-contactus/ar-contactus.php\";s:20:\"arContactUsUninstall\";s:21:\"wp-reset/wp-reset.php\";a:2:{i:0;s:8:\"WP_Reset\";i:1;s:9:\"uninstall\";}s:27:\"wp-super-cache/wp-cache.php\";s:22:\"wpsupercache_uninstall\";s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}}', 'no'),
(82, 'timezone_string', 'America/Panama', 'yes'),
(83, 'page_for_posts', '774', 'yes'),
(84, 'page_on_front', '42', 'yes'),
(85, 'default_post_format', '0', 'yes'),
(86, 'link_manager_enabled', '0', 'yes'),
(87, 'finished_splitting_shared_terms', '1', 'yes'),
(88, 'site_icon', '975', 'yes'),
(89, 'medium_large_size_w', '768', 'yes'),
(90, 'medium_large_size_h', '0', 'yes'),
(91, 'wp_page_for_privacy_policy', '3', 'yes'),
(92, 'show_comments_cookies_opt_in', '1', 'yes'),
(93, 'admin_email_lifespan', '1653336931', 'yes'),
(94, 'initial_db_version', '45805', 'yes'),
(95, 'wp_user_roles', 'a:12:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:184:{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:24:\"edit_booked_appointments\";b:1;s:21:\"manage_booked_options\";b:1;s:26:\"vc_access_rules_post_types\";s:6:\"custom\";s:31:\"vc_access_rules_post_types/page\";b:1;s:38:\"vc_access_rules_post_types/cpt_layouts\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:10:\"loco_admin\";b:1;s:21:\"bookmify_be_read_menu\";b:1;s:26:\"bookmify_be_read_dashboard\";b:1;s:25:\"bookmify_be_read_calendar\";b:1;s:29:\"bookmify_be_read_appointments\";b:1;s:26:\"bookmify_be_read_employees\";b:1;s:25:\"bookmify_be_read_services\";b:1;s:26:\"bookmify_be_read_locations\";b:1;s:24:\"bookmify_be_read_coupons\";b:1;s:26:\"bookmify_be_read_customers\";b:1;s:25:\"bookmify_be_read_payments\";b:1;s:30:\"bookmify_be_read_notifications\";b:1;s:26:\"bookmify_be_read_customize\";b:1;s:29:\"bookmify_be_read_customfields\";b:1;s:25:\"bookmify_be_read_settings\";b:1;s:22:\"bookmify_be_read_taxes\";b:1;s:27:\"bookmify_be_read_shortcodes\";b:1;s:32:\"bookmify_be_read_others_calendar\";b:1;s:36:\"bookmify_be_read_others_appointments\";b:1;s:33:\"bookmify_be_read_others_employees\";b:1;s:27:\"bookmify_be_write_dashboard\";b:1;s:26:\"bookmify_be_write_calendar\";b:1;s:30:\"bookmify_be_write_appointments\";b:1;s:27:\"bookmify_be_write_employees\";b:1;s:26:\"bookmify_be_write_services\";b:1;s:27:\"bookmify_be_write_locations\";b:1;s:25:\"bookmify_be_write_coupons\";b:1;s:27:\"bookmify_be_write_customers\";b:1;s:26:\"bookmify_be_write_payments\";b:1;s:31:\"bookmify_be_write_notifications\";b:1;s:27:\"bookmify_be_write_customize\";b:1;s:30:\"bookmify_be_write_customfields\";b:1;s:26:\"bookmify_be_write_settings\";b:1;s:24:\"bookmify_be_write_status\";b:1;s:33:\"bookmify_be_write_others_calendar\";b:1;s:37:\"bookmify_be_write_others_appointments\";b:1;s:34:\"bookmify_be_write_others_employees\";b:1;s:33:\"bookmify_be_write_others_payments\";b:1;s:28:\"bookmify_be_delete_dashboard\";b:1;s:27:\"bookmify_be_delete_calendar\";b:1;s:31:\"bookmify_be_delete_appointments\";b:1;s:28:\"bookmify_be_delete_employees\";b:1;s:27:\"bookmify_be_delete_services\";b:1;s:28:\"bookmify_be_delete_locations\";b:1;s:26:\"bookmify_be_delete_coupons\";b:1;s:28:\"bookmify_be_delete_customers\";b:1;s:27:\"bookmify_be_delete_payments\";b:1;s:32:\"bookmify_be_delete_notifications\";b:1;s:28:\"bookmify_be_delete_customize\";b:1;s:31:\"bookmify_be_delete_customfields\";b:1;s:27:\"bookmify_be_delete_settings\";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:31:\"vc_access_rules_post_types/post\";b:1;s:35:\"vc_access_rules_post_types/services\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:24:\"vc_access_rules_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:45:{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:26:\"vc_access_rules_post_types\";s:6:\"custom\";s:31:\"vc_access_rules_post_types/page\";b:1;s:38:\"vc_access_rules_post_types/cpt_layouts\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:21:{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:26:\"vc_access_rules_post_types\";s:6:\"custom\";s:31:\"vc_access_rules_post_types/page\";b:1;s:38:\"vc_access_rules_post_types/cpt_layouts\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:16:{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:26:\"vc_access_rules_post_types\";s:6:\"custom\";s:31:\"vc_access_rules_post_types/page\";b:1;s:38:\"vc_access_rules_post_types/cpt_layouts\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:5:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;s:26:\"vc_access_rules_post_types\";s:6:\"custom\";s:31:\"vc_access_rules_post_types/page\";b:1;s:38:\"vc_access_rules_post_types/cpt_layouts\";b:1;}}s:20:\"booked_booking_agent\";a:2:{s:4:\"name\";s:13:\"Booking Agent\";s:12:\"capabilities\";a:5:{s:4:\"read\";b:1;s:24:\"edit_booked_appointments\";b:1;s:26:\"vc_access_rules_post_types\";s:6:\"custom\";s:31:\"vc_access_rules_post_types/page\";b:1;s:38:\"vc_access_rules_post_types/cpt_layouts\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:101:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";b:1;}}s:10:\"translator\";a:2:{s:4:\"name\";s:10:\"Translator\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:10:\"loco_admin\";b:1;}}s:17:\"bookmify-customer\";a:2:{s:4:\"name\";s:17:\"Bookmify Customer\";s:12:\"capabilities\";a:7:{s:4:\"read\";b:1;s:21:\"bookmify_be_read_menu\";b:1;s:30:\"bookmify_be_read_user_calendar\";b:1;s:34:\"bookmify_be_read_user_appointments\";b:1;s:29:\"bookmify_be_read_user_profile\";b:1;s:30:\"bookmify_be_write_user_profile\";b:1;s:35:\"bookmify_be_write_user_appointments\";b:1;}}s:17:\"bookmify-employee\";a:2:{s:4:\"name\";s:17:\"Bookmify Employee\";s:12:\"capabilities\";a:8:{s:4:\"read\";b:1;s:21:\"bookmify_be_read_menu\";b:1;s:30:\"bookmify_be_read_user_calendar\";b:1;s:34:\"bookmify_be_read_user_appointments\";b:1;s:29:\"bookmify_be_read_user_profile\";b:1;s:30:\"bookmify_be_write_user_profile\";b:1;s:35:\"bookmify_be_write_user_appointments\";b:1;s:12:\"upload_files\";b:1;}}s:16:\"bookmify-manager\";a:2:{s:4:\"name\";s:16:\"Bookmify Manager\";s:12:\"capabilities\";a:34:{s:4:\"read\";b:1;s:21:\"bookmify_be_read_menu\";b:1;s:26:\"bookmify_be_read_dashboard\";b:1;s:25:\"bookmify_be_read_calendar\";b:1;s:29:\"bookmify_be_read_appointments\";b:1;s:26:\"bookmify_be_read_employees\";b:1;s:25:\"bookmify_be_read_services\";b:1;s:26:\"bookmify_be_read_locations\";b:1;s:24:\"bookmify_be_read_coupons\";b:1;s:29:\"bookmify_be_read_customfields\";b:1;s:26:\"bookmify_be_read_customers\";b:1;s:25:\"bookmify_be_read_payments\";b:1;s:30:\"bookmify_be_read_notifications\";b:1;s:32:\"bookmify_be_read_others_calendar\";b:1;s:36:\"bookmify_be_read_others_appointments\";b:1;s:33:\"bookmify_be_read_others_employees\";b:1;s:25:\"bookmify_be_read_settings\";b:1;s:27:\"bookmify_be_write_dashboard\";b:1;s:26:\"bookmify_be_write_calendar\";b:1;s:30:\"bookmify_be_write_appointments\";b:1;s:27:\"bookmify_be_write_employees\";b:1;s:26:\"bookmify_be_write_services\";b:1;s:27:\"bookmify_be_write_locations\";b:1;s:25:\"bookmify_be_write_coupons\";b:1;s:27:\"bookmify_be_write_customers\";b:1;s:26:\"bookmify_be_write_payments\";b:1;s:31:\"bookmify_be_write_notifications\";b:1;s:33:\"bookmify_be_write_others_calendar\";b:1;s:37:\"bookmify_be_write_others_appointments\";b:1;s:34:\"bookmify_be_write_others_employees\";b:1;s:32:\"bookmify_be_write_others_finance\";b:1;s:37:\"bookmify_be_write_status_appointments\";b:1;s:22:\"bookmify_be_read_taxes\";b:1;s:27:\"bookmify_be_read_shortcodes\";b:1;}}}', 'yes'),
(98, 'fresh_site', '0', 'yes'),
(99, 'widget_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(100, 'widget_recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(101, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(102, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(103, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(104, 'sidebars_widgets', 'a:4:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:6:\"text-3\";}s:12:\"sidebar_main\";a:0:{}s:14:\"sidebar_footer\";a:3:{i:0;s:10:\"nav_menu-2\";i:1;s:14:\"gform_widget-2\";i:2;s:29:\"poolservices_widget_socials-2\";}s:13:\"array_version\";i:3;}', 'yes'),
(184, 'woocommerce_review_rating_verification_label', 'yes', 'no'),
(185, 'woocommerce_review_rating_verification_required', 'no', 'no'),
(186, 'woocommerce_enable_review_rating', 'yes', 'yes'),
(187, 'woocommerce_review_rating_required', 'yes', 'no'),
(188, 'woocommerce_manage_stock', 'yes', 'yes'),
(189, 'woocommerce_hold_stock_minutes', '60', 'no'),
(190, 'woocommerce_notify_low_stock', 'yes', 'no'),
(191, 'woocommerce_notify_no_stock', 'yes', 'no'),
(192, 'woocommerce_stock_email_recipient', 'info@themerex.net', 'no'),
(193, 'woocommerce_notify_low_stock_amount', '2', 'no'),
(194, 'woocommerce_notify_no_stock_amount', '0', 'yes'),
(195, 'woocommerce_hide_out_of_stock_items', 'no', 'yes'),
(196, 'woocommerce_stock_format', '', 'yes'),
(197, 'woocommerce_file_download_method', 'force', 'no'),
(198, 'woocommerce_downloads_require_login', 'no', 'no'),
(199, 'woocommerce_downloads_grant_access_after_payment', 'yes', 'no'),
(200, 'woocommerce_prices_include_tax', 'no', 'yes'),
(201, 'woocommerce_tax_based_on', 'shipping', 'yes'),
(202, 'woocommerce_shipping_tax_class', '', 'yes'),
(203, 'woocommerce_tax_round_at_subtotal', 'no', 'yes'),
(204, 'woocommerce_tax_classes', 'Reduced Rate\nZero Rate', 'yes'),
(205, 'woocommerce_tax_display_shop', 'excl', 'yes'),
(206, 'woocommerce_tax_display_cart', 'excl', 'yes'),
(207, 'woocommerce_price_display_suffix', '', 'yes'),
(208, 'woocommerce_tax_total_display', 'itemized', 'no'),
(209, 'woocommerce_enable_shipping_calc', 'yes', 'no'),
(210, 'woocommerce_shipping_cost_requires_address', 'no', 'yes'),
(211, 'woocommerce_ship_to_destination', 'billing', 'no'),
(212, 'woocommerce_shipping_debug_mode', 'no', 'yes'),
(213, 'woocommerce_enable_guest_checkout', 'yes', 'no'),
(214, 'woocommerce_enable_checkout_login_reminder', 'yes', 'no'),
(215, 'woocommerce_enable_signup_and_login_from_checkout', 'yes', 'no'),
(216, 'woocommerce_enable_myaccount_registration', 'no', 'no'),
(217, 'woocommerce_registration_generate_username', 'yes', 'no'),
(218, 'woocommerce_registration_generate_password', 'no', 'no'),
(219, 'woocommerce_erasure_request_removes_order_data', 'no', 'no'),
(220, 'woocommerce_erasure_request_removes_download_data', 'no', 'no'),
(221, 'woocommerce_allow_bulk_remove_personal_data', 'no', 'no'),
(222, 'woocommerce_registration_privacy_policy_text', 'Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].', 'yes'),
(223, 'woocommerce_checkout_privacy_policy_text', 'Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].', 'yes'),
(224, 'woocommerce_delete_inactive_accounts', 'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}', 'no'),
(225, 'woocommerce_trash_pending_orders', '', 'no'),
(226, 'woocommerce_trash_failed_orders', '', 'no'),
(227, 'woocommerce_trash_cancelled_orders', '', 'no'),
(228, 'woocommerce_anonymize_completed_orders', 'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}', 'no'),
(229, 'woocommerce_email_from_name', 'Pool Services', 'no'),
(230, 'woocommerce_email_from_address', 'info@themerex.net', 'no'),
(231, 'woocommerce_email_header_image', '', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(232, 'woocommerce_email_footer_text', 'Pool Services - Powered by WooCommerce', 'no'),
(233, 'woocommerce_email_base_color', '#557da1', 'no'),
(234, 'woocommerce_email_background_color', '#f5f5f5', 'no'),
(235, 'woocommerce_email_body_background_color', '#fdfdfd', 'no'),
(236, 'woocommerce_email_text_color', '#505050', 'no'),
(237, 'woocommerce_cart_page_id', '478', 'no'),
(238, 'woocommerce_checkout_page_id', '480', 'no'),
(239, 'woocommerce_myaccount_page_id', '', 'no'),
(240, 'woocommerce_terms_page_id', '', 'no'),
(241, 'woocommerce_force_ssl_checkout', 'no', 'yes'),
(242, 'woocommerce_unforce_ssl_checkout', 'no', 'yes'),
(243, 'woocommerce_checkout_pay_endpoint', 'order-pay', 'yes'),
(244, 'woocommerce_checkout_order_received_endpoint', 'order-received', 'yes'),
(245, 'woocommerce_myaccount_add_payment_method_endpoint', 'add-payment-method', 'yes'),
(246, 'woocommerce_myaccount_delete_payment_method_endpoint', 'delete-payment-method', 'yes'),
(247, 'woocommerce_myaccount_set_default_payment_method_endpoint', 'set-default-payment-method', 'yes'),
(248, 'woocommerce_myaccount_orders_endpoint', 'orders', 'yes'),
(249, 'woocommerce_myaccount_view_order_endpoint', 'view-order', 'yes'),
(250, 'woocommerce_myaccount_downloads_endpoint', 'downloads', 'yes'),
(251, 'woocommerce_myaccount_edit_account_endpoint', 'edit-account', 'yes'),
(252, 'woocommerce_myaccount_edit_address_endpoint', 'edit-address', 'yes'),
(253, 'woocommerce_myaccount_payment_methods_endpoint', 'payment-methods', 'yes'),
(254, 'woocommerce_myaccount_lost_password_endpoint', 'lost-password', 'yes'),
(255, 'woocommerce_logout_endpoint', 'customer-logout', 'yes'),
(256, 'woocommerce_api_enabled', 'yes', 'yes'),
(257, 'woocommerce_allow_tracking', 'no', 'no'),
(258, 'woocommerce_show_marketplace_suggestions', 'yes', 'no'),
(259, 'woocommerce_single_image_width', '600', 'yes'),
(260, 'woocommerce_thumbnail_image_width', '500', 'yes'),
(261, 'woocommerce_checkout_highlight_required_fields', 'yes', 'yes'),
(262, 'woocommerce_demo_store', 'no', 'no'),
(263, 'woocommerce_permalinks', 'a:5:{s:12:\"product_base\";s:5:\"/shop\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:1;}', 'yes'),
(264, 'current_theme_supports_woocommerce', 'yes', 'yes'),
(265, 'woocommerce_queue_flush_rewrite_rules', 'no', 'yes'),
(105, 'cron', 'a:9:{i:1649880577;a:1:{s:11:\"wp_cache_gc\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1649881651;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:1649896168;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:1649907066;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:1649921251;a:2:{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;}}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:1649948097;a:1:{s:17:\"gravityforms_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:1649964450;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:1649964453;a:3:{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;}}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;}}}s:7:\"version\";i:2;}', 'yes'),
(106, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(113, 'widget_nav_menu', 'a:2:{i:2;a:2:{s:5:\"title\";s:5:\"MENÚ\";s:8:\"nav_menu\";i:47;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(114, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(116, 'recovery_keys', 'a:0:{}', 'yes'),
(118, 'theme_mods_twentytwenty', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1575751256;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}}}}', 'yes'),
(820, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:15:\"wp@clicnovo.com\";s:7:\"version\";s:6:\"5.3.12\";s:9:\"timestamp\";i:1646969816;}', 'no'),
(182, 'woocommerce_dimension_unit', 'cm', 'yes'),
(183, 'woocommerce_enable_reviews', 'yes', 'yes'),
(158, 'woocommerce_store_address', '', 'yes'),
(159, 'woocommerce_store_address_2', '', 'yes'),
(160, 'woocommerce_store_city', '', 'yes'),
(161, 'woocommerce_default_country', 'GB', 'yes'),
(162, 'woocommerce_store_postcode', '', 'yes'),
(163, 'woocommerce_allowed_countries', 'all', 'yes'),
(164, 'woocommerce_all_except_countries', 'a:0:{}', 'yes'),
(165, 'woocommerce_specific_allowed_countries', 'a:0:{}', 'yes'),
(166, 'woocommerce_ship_to_countries', '', 'yes'),
(167, 'woocommerce_specific_ship_to_countries', 'a:0:{}', 'yes'),
(168, 'woocommerce_default_customer_address', 'geolocation', 'yes'),
(169, 'woocommerce_calc_taxes', 'no', 'yes'),
(170, 'woocommerce_enable_coupons', 'yes', 'yes'),
(171, 'woocommerce_calc_discounts_sequentially', 'no', 'no'),
(172, 'woocommerce_currency', 'USD', 'yes'),
(173, 'woocommerce_currency_pos', 'left', 'yes'),
(174, 'woocommerce_price_thousand_sep', ',', 'yes'),
(175, 'woocommerce_price_decimal_sep', '.', 'yes'),
(176, 'woocommerce_price_num_decimals', '2', 'yes'),
(177, 'woocommerce_shop_page_id', '163', 'yes'),
(12038, 'gform_enable_noconflict', '1', 'yes'),
(12039, 'rg_gforms_captcha_public_key', '6Lcw5dwUAAAAAG9IzSrkMNWp0shEkpQCTzBvpqO5', 'yes'),
(12040, 'rg_gforms_captcha_private_key', '6Lcw5dwUAAAAAHXw1rRZAR9HrdNytYECiBUe1Pj4', 'yes'),
(1726, 'gf_db_version', '2.4.15.6', 'no'),
(155, 'trx_utils_just_activated', 'no', 'yes'),
(178, 'woocommerce_cart_redirect_after_add', 'no', 'yes'),
(179, 'woocommerce_enable_ajax_add_to_cart', 'yes', 'yes'),
(180, 'woocommerce_placeholder_image', '628', 'yes'),
(181, 'woocommerce_weight_unit', 'kg', 'yes'),
(133, 'can_compress_scripts', '0', 'no'),
(692, 'revslider-connection', '1', 'yes'),
(693, 'revslider-latest-version', '6.5.20', 'yes'),
(694, 'revslider-stable-version', '4.2.0', 'yes'),
(695, 'revslider-notices', 'a:1:{i:0;O:8:\"stdClass\":9:{s:7:\"version\";s:5:\"9.9.9\";s:4:\"text\";s:546:\"<div style=\"display: block; background: #fff;text-align: center; height: 250px;\"><a href=\"https://account.sliderrevolution.com/portal/pricing/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=getpremium\" target=\"_blank\" rel=\"noopener\"><video style=\"object-fit: cover; background-size: cover; opacity: 1; width: 960px; height: 250px; display: inline-block;\" muted=\"\" loop=\"\" autoplay=\"\" preload=\"auto\"><source src=\"https://sliderrevolution.com/wp-content/uploads/2021/07/adminpremiumvid4.mp4\" type=\"video/mp4\"></video></a></div>\";s:4:\"code\";s:12:\"TPRSV6511-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}}', 'yes'),
(696, 'revslider-dashboard', 'a:0:{}', 'yes'),
(697, 'revslider-addons', 'O:8:\"stdClass\":25:{s:25:\"revslider-particles-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:1:\"7\";s:9:\"releaseid\";s:1:\"7\";s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:2:\"10\";s:11:\"last_update\";s:10:\"2020-08-13\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_particles.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"20\";s:9:\"releaseid\";s:2:\"20\";s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"20\";s:11:\"last_update\";s:10:\"2020-08-11\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_bubblemorph.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"15\";s:9:\"releaseid\";s:2:\"15\";s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"40\";s:11:\"last_update\";s:10:\"2020-10-17\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_beforeafter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:1:\"3\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"5.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:2:\"50\";s:11:\"last_update\";s:10:\"2020-06-18\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_typewriter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"21\";s:9:\"releaseid\";s:2:\"21\";s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"70\";s:11:\"last_update\";s:10:\"2020-05-05\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_distortion.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"23\";s:9:\"releaseid\";s:2:\"23\";s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Paintbrush\";s:6:\"line_1\";s:14:\"Paint or Erase\";s:6:\"line_2\";s:22:\"your background images\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"90\";s:11:\"last_update\";s:10:\"2020-06-14\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_paintbrush.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"13\";s:9:\"releaseid\";s:2:\"13\";s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"110\";s:11:\"last_update\";s:10:\"2020-05-05\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_slicey.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"10\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"125\";s:11:\"last_update\";s:10:\"2020-05-08\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_filmstrip.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:1:\"4\";s:9:\"releaseid\";s:1:\"4\";s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"127\";s:11:\"last_update\";s:10:\"2020-01-30\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:84:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_underconstruction.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"19\";s:9:\"releaseid\";s:2:\"19\";s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"130\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_reveal.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"17\";s:9:\"releaseid\";s:2:\"17\";s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:28:\"Display images in 360 degree\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"135\";s:11:\"last_update\";s:10:\"2020-10-07\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:75:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_panorama.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"22\";s:9:\"releaseid\";s:2:\"22\";s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Exploding Layers\";s:6:\"line_1\";s:23:\"Add explosive particles\";s:6:\"line_2\";s:24:\"to your layers animation\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"150\";s:11:\"last_update\";s:10:\"2020-07-16\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_exploding.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:1:\"5\";s:9:\"releaseid\";s:1:\"5\";s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"1.1.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"165\";s:11:\"last_update\";s:10:\"2020-02-20\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:80:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_socialsharing.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"14\";s:9:\"releaseid\";s:2:\"14\";s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"180\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:75:\"//updates.themepunch-ext-b.tools/revslider/addons/images/polyfold-addon.jpg\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"304\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"330\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/reload-addon.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"303\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"340\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:80:\"//updates.themepunch-ext-b.tools/revslider/addons/images/related-posts-addon.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:1:\"6\";s:9:\"releaseid\";s:1:\"6\";s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"380\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch-ext-b.tools/revslider/addons/images/snow-addon.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:1:\"2\";s:9:\"releaseid\";s:1:\"2\";s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"430\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/wp-gallery-addon.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"302\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"500\";s:11:\"last_update\";s:10:\"2020-01-31\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/backup-addon.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:1:\"1\";s:9:\"releaseid\";s:1:\"8\";s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"620\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch-ext-b.tools/revslider/addons/images/404-addon.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:1:\"9\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"630\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:75:\"//updates.themepunch-ext-b.tools/revslider/addons/images/adjacent-addon.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"11\";s:9:\"releaseid\";s:2:\"11\";s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"650\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:72:\"//updates.themepunch-ext-b.tools/revslider/addons/images/login-addon.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"12\";s:9:\"releaseid\";s:2:\"12\";s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"660\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_wpfeatured.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"16\";s:9:\"releaseid\";s:2:\"16\";s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"690\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-b.tools/revslider/addons/images/weather-addon.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"18\";s:9:\"releaseid\";s:2:\"18\";s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"710\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-b.tools/revslider/addons/images/duotone-addon.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}}}', 'yes'),
(742, 'poolservices_compile_less', '1', 'yes'),
(743, 'rs_cache_overlay', '5.4.8.1', 'yes'),
(744, 'revslider-notices-dc', 'a:1:{i:0;s:10:\"TPRS600-01\";}', 'yes'),
(1061, 'arcu_css_generated', '1617588762', 'yes'),
(1072, 'booked_registration_name_requirements', 'a:1:{i:0;s:12:\"require_name\";}', 'yes'),
(1075, 'booked_show_only_titles', '', 'yes'),
(1076, 'booked_email_force_sender', '', 'yes'),
(1077, 'booked_email_force_sender_from', 'vbarboza90@gmail.com', 'yes'),
(1078, 'booked_emailer_disabled', '', 'yes'),
(1079, 'booked_reminder_buffer', '30', 'yes'),
(1080, 'booked_admin_reminder_buffer', '30', 'yes'),
(1081, 'booked_reminder_email', 'Just a friendly reminder that you have an appointment coming up soon! Here\'s the appointment information:\r\n\r\n<strong>Calendar:</strong> %calendar%\r\n<strong>Date:</strong> %date%\r\n<strong>Time:</strong> %time%\r\n\r\nSincerely,\r\nYour friends at Daclean Express', 'yes'),
(1082, 'booked_admin_reminder_email', 'You have an appointment coming up soon! Here\'s the appointment information:\r\n\r\n<strong>Customer:</strong> %name%\r\n<strong>Date:</strong> %date%\r\n<strong>Time:</strong> %time%\r\n\r\n(Sent via the Daclean Express website)', 'yes'),
(1083, 'booked_reminder_email_subject', 'Reminder: You have an appointment coming up soon!', 'yes'),
(1084, 'booked_admin_reminder_email_subject', 'An appointment is coming up soon!', 'yes'),
(1089, 'booked_custom_fields_36', '[{\\\"name\\\":\\\"single-line-text-label---3247628___required\\\",\\\"value\\\":\\\"Nombre y Apellido\\\"},{\\\"name\\\":\\\"single-line-text-label---8066188___required\\\",\\\"value\\\":\\\"Teléfono\\\"},{\\\"name\\\":\\\"checkboxes-label---4536664___required\\\",\\\"value\\\":\\\"Tipo de propiedad\\\"},{\\\"name\\\":\\\"single-checkbox---4536664\\\",\\\"value\\\":\\\"Casa\\\"},{\\\"name\\\":\\\"single-checkbox---4536664\\\",\\\"value\\\":\\\"Apartamento\\\"},{\\\"name\\\":\\\"single-checkbox---4536664\\\",\\\"value\\\":\\\"Oficina\\\"},{\\\"name\\\":\\\"single-line-text-label---7273194___required\\\",\\\"value\\\":\\\"Dirección completa y detallada\\\"},{\\\"name\\\":\\\"radio-buttons-label---7838310___required\\\",\\\"value\\\":\\\"Metraje aproximado\\\"},{\\\"name\\\":\\\"single-radio-button---7838310\\\",\\\"value\\\":\\\"0-50mt\\\"},{\\\"name\\\":\\\"single-radio-button---7838310\\\",\\\"value\\\":\\\"50-100mt\\\"},{\\\"name\\\":\\\"single-radio-button---7838310\\\",\\\"value\\\":\\\"100-200mt\\\"},{\\\"name\\\":\\\"drop-down-label---2143065___required\\\",\\\"value\\\":\\\"Tipo de limpieza\\\"},{\\\"name\\\":\\\"single-drop-down---3378732\\\",\\\"value\\\":\\\"General\\\"},{\\\"name\\\":\\\"single-drop-down---1763201\\\",\\\"value\\\":\\\"Extendida\\\"},{\\\"name\\\":\\\"single-drop-down---9621815\\\",\\\"value\\\":\\\"Profunda\\\"},{\\\"name\\\":\\\"paragraph-text-label---6071990\\\",\\\"value\\\":\\\"Comentarios\\\"},{\\\"name\\\":\\\"required---3247628\\\",\\\"value\\\":true},{\\\"name\\\":\\\"required---8066188\\\",\\\"value\\\":true},{\\\"name\\\":\\\"required---4536664\\\",\\\"value\\\":true},{\\\"name\\\":\\\"required---7273194\\\",\\\"value\\\":true},{\\\"name\\\":\\\"required---7838310\\\",\\\"value\\\":true},{\\\"name\\\":\\\"required---2143065\\\",\\\"value\\\":true},{\\\"name\\\":\\\"required---6071990\\\",\\\"value\\\":false}]', 'yes'),
(1105, 'taxonomy_36', 'a:1:{s:21:\"notifications_user_id\";s:20:\"vbarboza90@gmail.com\";}', 'yes'),
(125293, '_site_transient_update_themes', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1649879977;s:7:\"checked\";a:1:{s:12:\"poolservices\";s:3:\"1.1\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}', 'no'),
(163055, '_site_transient_update_plugins', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1649879977;s:8:\"response\";a:12:{s:37:\"async-javascript/async-javascript.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:30:\"w.org/plugins/async-javascript\";s:4:\"slug\";s:16:\"async-javascript\";s:6:\"plugin\";s:37:\"async-javascript/async-javascript.php\";s:11:\"new_version\";s:10:\"2.21.08.31\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/async-javascript/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/async-javascript.2.21.08.31.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/async-javascript/assets/icon-128x128.png?rev=1839260\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"5.9.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:49:\"duplicate-wp-page-post/duplicate-wp-page-post.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:36:\"w.org/plugins/duplicate-wp-page-post\";s:4:\"slug\";s:22:\"duplicate-wp-page-post\";s:6:\"plugin\";s:49:\"duplicate-wp-page-post/duplicate-wp-page-post.php\";s:11:\"new_version\";s:3:\"2.7\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/duplicate-wp-page-post/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/duplicate-wp-page-post.2.7.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:75:\"https://ps.w.org/duplicate-wp-page-post/assets/icon-128x128.png?rev=1572300\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:77:\"https://ps.w.org/duplicate-wp-page-post/assets/banner-772x250.png?rev=1572325\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.5\";s:6:\"tested\";s:5:\"5.9.3\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:25:\"duplicator/duplicator.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:24:\"w.org/plugins/duplicator\";s:4:\"slug\";s:10:\"duplicator\";s:6:\"plugin\";s:25:\"duplicator/duplicator.php\";s:11:\"new_version\";s:5:\"1.4.4\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/duplicator/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/duplicator.1.4.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/duplicator/assets/icon-256x256.png?rev=2605836\";s:2:\"1x\";s:63:\"https://ps.w.org/duplicator/assets/icon-128x128.png?rev=2605835\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/duplicator/assets/banner-772x250.png?rev=2085472\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";s:6:\"tested\";s:5:\"5.9.3\";s:12:\"requires_php\";s:5:\"5.3.8\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.4\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.4.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=2622511\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=2597493\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=2597493\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"5.9.3\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:37:\"foobox-image-lightbox/foobox-free.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:35:\"w.org/plugins/foobox-image-lightbox\";s:4:\"slug\";s:21:\"foobox-image-lightbox\";s:6:\"plugin\";s:37:\"foobox-image-lightbox/foobox-free.php\";s:11:\"new_version\";s:6:\"2.7.17\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/foobox-image-lightbox/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/foobox-image-lightbox.2.7.17.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/foobox-image-lightbox/assets/icon-256x256.gif?rev=2667030\";s:2:\"1x\";s:74:\"https://ps.w.org/foobox-image-lightbox/assets/icon-128x128.gif?rev=2667030\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/foobox-image-lightbox/assets/banner-1544x500.png?rev=2667030\";s:2:\"1x\";s:76:\"https://ps.w.org/foobox-image-lightbox/assets/banner-772x250.png?rev=2667030\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"3.5.1\";s:6:\"tested\";s:5:\"5.9.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:25:\"foogallery/foogallery.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:24:\"w.org/plugins/foogallery\";s:4:\"slug\";s:10:\"foogallery\";s:6:\"plugin\";s:25:\"foogallery/foogallery.php\";s:11:\"new_version\";s:6:\"2.1.34\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/foogallery/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/foogallery.2.1.34.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/foogallery/assets/icon-256x256.gif?rev=2602542\";s:2:\"1x\";s:63:\"https://ps.w.org/foogallery/assets/icon-128x128.gif?rev=2602542\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/foogallery/assets/banner-1544x500.png?rev=2602542\";s:2:\"1x\";s:65:\"https://ps.w.org/foogallery/assets/banner-772x250.png?rev=2602542\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"5.9.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:24:\"header-footer/plugin.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:27:\"w.org/plugins/header-footer\";s:4:\"slug\";s:13:\"header-footer\";s:6:\"plugin\";s:24:\"header-footer/plugin.php\";s:11:\"new_version\";s:5:\"3.2.3\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/header-footer/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/header-footer.3.2.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/header-footer/assets/icon-256x256.png?rev=1064219\";s:2:\"1x\";s:66:\"https://ps.w.org/header-footer/assets/icon-256x256.png?rev=1064219\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/header-footer/assets/banner-772x250.png?rev=1064202\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"5.9.3\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:23:\"loco-translate/loco.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:28:\"w.org/plugins/loco-translate\";s:4:\"slug\";s:14:\"loco-translate\";s:6:\"plugin\";s:23:\"loco-translate/loco.php\";s:11:\"new_version\";s:5:\"2.6.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/loco-translate/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/loco-translate.2.6.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/loco-translate/assets/icon-256x256.png?rev=1000676\";s:2:\"1x\";s:67:\"https://ps.w.org/loco-translate/assets/icon-128x128.png?rev=1000676\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/loco-translate/assets/banner-772x250.jpg?rev=745046\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";s:6:\"tested\";s:5:\"5.9.3\";s:12:\"requires_php\";s:6:\"5.6.20\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}s:14:\"upgrade_notice\";s:54:\"<ul>\n<li>Various improvements and bug fixes</li>\n</ul>\";}s:55:\"facebook-conversion-pixel/facebook-conversion-pixel.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:39:\"w.org/plugins/facebook-conversion-pixel\";s:4:\"slug\";s:25:\"facebook-conversion-pixel\";s:6:\"plugin\";s:55:\"facebook-conversion-pixel/facebook-conversion-pixel.php\";s:11:\"new_version\";s:5:\"2.6.6\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/facebook-conversion-pixel/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/facebook-conversion-pixel.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/facebook-conversion-pixel/assets/icon-256x256.png?rev=2278926\";s:2:\"1x\";s:78:\"https://ps.w.org/facebook-conversion-pixel/assets/icon-128x128.png?rev=2278926\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:81:\"https://ps.w.org/facebook-conversion-pixel/assets/banner-1544x500.png?rev=2278930\";s:2:\"1x\";s:80:\"https://ps.w.org/facebook-conversion-pixel/assets/banner-772x250.png?rev=2278930\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";s:6:\"tested\";s:5:\"5.9.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:31:\"w.org/plugins/really-simple-ssl\";s:4:\"slug\";s:17:\"really-simple-ssl\";s:6:\"plugin\";s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";s:11:\"new_version\";s:5:\"5.3.1\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/really-simple-ssl/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/really-simple-ssl.5.3.1.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/really-simple-ssl/assets/icon-128x128.png?rev=1782452\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/really-simple-ssl/assets/banner-1544x500.png?rev=2594863\";s:2:\"1x\";s:72:\"https://ps.w.org/really-simple-ssl/assets/banner-772x250.png?rev=2594863\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";s:6:\"tested\";s:5:\"5.9.3\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"wp-super-cache/wp-cache.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/wp-super-cache\";s:4:\"slug\";s:14:\"wp-super-cache\";s:6:\"plugin\";s:27:\"wp-super-cache/wp-cache.php\";s:11:\"new_version\";s:5:\"1.7.7\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/wp-super-cache/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wp-super-cache.1.7.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/wp-super-cache/assets/icon-256x256.png?rev=1095422\";s:2:\"1x\";s:67:\"https://ps.w.org/wp-super-cache/assets/icon-128x128.png?rev=1095422\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/wp-super-cache/assets/banner-1544x500.png?rev=1082414\";s:2:\"1x\";s:69:\"https://ps.w.org/wp-super-cache/assets/banner-772x250.png?rev=1082414\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.1\";s:6:\"tested\";s:5:\"5.9.3\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"js_composer/js_composer.php\";O:8:\"stdClass\":6:{s:4:\"slug\";s:11:\"js_composer\";s:11:\"new_version\";s:5:\"6.9.0\";s:6:\"plugin\";s:27:\"js_composer/js_composer.php\";s:3:\"url\";s:0:\"\";s:7:\"package\";b:0;s:4:\"name\";s:21:\"WPBakery Page Builder\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:3:{s:45:\"ewww-image-optimizer/ewww-image-optimizer.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:34:\"w.org/plugins/ewww-image-optimizer\";s:4:\"slug\";s:20:\"ewww-image-optimizer\";s:6:\"plugin\";s:45:\"ewww-image-optimizer/ewww-image-optimizer.php\";s:11:\"new_version\";s:5:\"6.5.0\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/ewww-image-optimizer/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/ewww-image-optimizer.6.5.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/ewww-image-optimizer/assets/icon-256x256.png?rev=1582276\";s:2:\"1x\";s:73:\"https://ps.w.org/ewww-image-optimizer/assets/icon-128x128.png?rev=1582276\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/ewww-image-optimizer/assets/banner-1544x500.jpg?rev=1582276\";s:2:\"1x\";s:75:\"https://ps.w.org/ewww-image-optimizer/assets/banner-772x250.jpg?rev=1582276\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.6\";s:6:\"tested\";s:5:\"5.9.3\";s:12:\"requires_php\";s:3:\"7.2\";s:13:\"compatibility\";a:0:{}}s:33:\"jquery-updater/jquery-updater.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/jquery-updater\";s:4:\"slug\";s:14:\"jquery-updater\";s:6:\"plugin\";s:33:\"jquery-updater/jquery-updater.php\";s:11:\"new_version\";s:7:\"3.6.0.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/jquery-updater/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/jquery-updater.3.6.0.1.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:58:\"https://s.w.org/plugins/geopattern-icon/jquery-updater.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.6\";s:6:\"tested\";s:5:\"5.8.4\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";a:0:{}}s:95:\"wp-remove-query-strings-from-static-resources/wp-remove-query-strings-from-static-resources.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:59:\"w.org/plugins/wp-remove-query-strings-from-static-resources\";s:4:\"slug\";s:45:\"wp-remove-query-strings-from-static-resources\";s:6:\"plugin\";s:95:\"wp-remove-query-strings-from-static-resources/wp-remove-query-strings-from-static-resources.php\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:76:\"https://wordpress.org/plugins/wp-remove-query-strings-from-static-resources/\";s:7:\"package\";s:88:\"https://downloads.wordpress.org/plugin/wp-remove-query-strings-from-static-resources.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:98:\"https://ps.w.org/wp-remove-query-strings-from-static-resources/assets/icon-256x256.png?rev=1689587\";s:2:\"1x\";s:98:\"https://ps.w.org/wp-remove-query-strings-from-static-resources/assets/icon-256x256.png?rev=1689587\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:100:\"https://ps.w.org/wp-remove-query-strings-from-static-resources/assets/banner-772x250.png?rev=1689587\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}}}', 'no'),
(79179, 'dpp_wpp_page_options', 'a:5:{s:15:\"dpp_post_status\";s:5:\"draft\";s:17:\"dpp_post_redirect\";s:7:\"to_list\";s:15:\"dpp_post_suffix\";s:0:\"\";s:14:\"dpp_posteditor\";s:7:\"classic\";s:19:\"dpp_post_link_title\";s:0:\"\";}', 'yes'),
(52172, 'rsssl_upgraded_to_four', '1', 'yes'),
(52173, 'rsssl_mixed_content_scan_dismissed', '1', 'yes'),
(52174, 'rsssl_google_analytics_dismissed', '1', 'yes'),
(12041, 'rg_gforms_captcha_type', 'checkbox', 'yes'),
(12992, 'rlrsssl_options', 'a:15:{s:12:\"site_has_ssl\";b:1;s:4:\"hsts\";b:0;s:22:\"htaccess_warning_shown\";b:0;s:19:\"review_notice_shown\";b:1;s:25:\"ssl_success_message_shown\";b:1;s:26:\"autoreplace_insecure_links\";b:1;s:17:\"plugin_db_version\";s:5:\"4.0.9\";s:20:\"do_not_edit_htaccess\";b:0;s:17:\"htaccess_redirect\";b:1;s:11:\"ssl_enabled\";b:1;s:19:\"javascript_redirect\";b:0;s:11:\"wp_redirect\";b:1;s:31:\"switch_mixed_content_fixer_hook\";b:0;s:19:\"dismiss_all_notices\";b:0;s:21:\"dismiss_review_notice\";b:0;}', 'yes'),
(13139, 'wpassetcleanup_tracking_notice', '1', 'yes'),
(12663, 'foogallery_extensions_slugs', 'a:5:{i:0;s:17:\"default_templates\";i:1;s:6:\"albums\";i:2;s:6:\"foobox\";i:3;s:7:\"nextgen\";i:4;s:21:\"foobox-image-lightbox\";}', 'yes'),
(12670, 'foogallery-version', '1.9.8', 'no'),
(12666, 'foogallery_extensions_activated', 'a:3:{s:17:\"default_templates\";s:38:\"FooGallery_Default_Templates_Extension\";s:6:\"foobox\";s:27:\"FooGallery_FooBox_Extension\";s:21:\"foobox-image-lightbox\";s:32:\"FooGallery_FooBox_Free_Extension\";}', 'yes'),
(12667, 'foogallery_extensions_auto_activated', '1', 'yes'),
(12674, 'foogallery-thumb-test', 'a:2:{s:3:\"key\";s:39:\"php$(7.0.25}-https://dacleanexpress.com\";s:7:\"results\";a:4:{s:7:\"success\";b:1;s:5:\"thumb\";s:91:\"https://dacleanexpress.com/wp-content/uploads/cache/remote/dacleanexpress-com/465405150.png\";s:5:\"error\";s:0:\"\";s:9:\"file_info\";a:2:{s:3:\"ext\";s:3:\"png\";s:4:\"type\";s:9:\"image/png\";}}}', 'yes'),
(12673, 'widget_foogallery_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(12137, 'rg_gforms_enable_html5', '1', 'yes'),
(1110, 'external_updates-booked-calendar-feeds', 'O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1576592484;s:14:\"checkedVersion\";s:5:\"1.1.6\";s:6:\"update\";O:8:\"stdClass\":7:{s:2:\"id\";i:0;s:4:\"slug\";s:21:\"booked-calendar-feeds\";s:7:\"version\";s:5:\"1.1.6\";s:8:\"homepage\";s:20:\"https://getbooked.io\";s:12:\"download_url\";s:70:\"http://boxyupdates.com/get/?action=download&slug=booked-calendar-feeds\";s:14:\"upgrade_notice\";N;s:8:\"filename\";s:47:\"booked-calendar-feeds/booked-calendar-feeds.php\";}}', 'no'),
(863, 'ARCUG_MOBILE', '1', 'yes'),
(864, 'ARCUG_SANDBOX', '0', 'yes'),
(865, 'ARCUG_ALLOWED_IPS', '181.123.62.149', 'yes'),
(866, 'ARCUG_PAGES', '', 'yes'),
(867, 'ARCUG_FA_CSS', '1', 'yes'),
(868, 'ARCUG_DISABLE_INIT', '0', 'yes'),
(869, 'ARCUG_DELAY_INIT', '0', 'yes'),
(870, 'ARCUG_GA_ACCOUNT', '', 'yes'),
(871, 'ARCUG_GA_SCRIPT', '0', 'yes'),
(872, 'ARCUG_GA_TRACKER', '0', 'yes'),
(873, 'ARCUB_MODE', 'regular', 'yes'),
(874, 'ARCUB_BUTTON_ICON', 'hangouts', 'yes'),
(875, 'ARCUB_BUTTON_COLOR', '008749', 'yes'),
(876, 'ARCUB_BUTTON_SIZE', 'large', 'yes'),
(877, 'ARCUB_POSITION', 'left', 'yes'),
(878, 'ARCUB_X_OFFSET', '20', 'yes'),
(879, 'ARCUB_Y_OFFSET', '20', 'yes'),
(880, 'ARCUB_PULSATE_SPEED', '2000', 'yes'),
(881, 'ARCUB_ICON_SPEED', '600', 'yes'),
(882, 'ARCUB_ICON_ANIMATION_PAUSE', '2000', 'yes'),
(883, 'ARCUB_TEXT', '', 'yes'),
(884, 'ARCUB_DRAG', '0', 'yes'),
(885, 'ARCUMB_MODE', 'regular', 'yes'),
(886, 'ARCUMB_BUTTON_ICON', 'hangouts', 'yes'),
(887, 'ARCUMB_BUTTON_COLOR', '008749', 'yes'),
(888, 'ARCUMB_BUTTON_SIZE', 'small', 'yes'),
(889, 'ARCUMB_POSITION', 'left', 'yes'),
(890, 'ARCUMB_STOREFRONT_POS', '', 'yes'),
(891, 'ARCUMB_X_OFFSET', '10', 'yes'),
(892, 'ARCUMB_Y_OFFSET', '10', 'yes'),
(893, 'ARCUMB_PULSATE_SPEED', '2000', 'yes'),
(894, 'ARCUMB_ICON_SPEED', '600', 'yes'),
(895, 'ARCUMB_ICON_ANIMATION_PAUSE', '2000', 'yes'),
(896, 'ARCUMB_TEXT', '', 'yes'),
(897, 'ARCUMB_DRAG', '0', 'yes'),
(898, 'ARCUM_MENU_SIZE', 'large', 'yes'),
(899, 'ARCUM_MENU_WIDTH', '300', 'yes'),
(900, 'ARCUM_MENU_STYLE', '0', 'yes'),
(901, 'ARCUM_ITEM_STYLE', 'rounded', 'yes'),
(902, 'ARCUM_ITEM_BORDER_STYLE', 'none', 'yes'),
(903, 'ARCUM_ITEM_BORDER_COLOR', 'DDDDDD', 'yes'),
(904, 'ARCUM_MENU_HEADER_ON', '0', 'yes'),
(905, 'ARCUM_MENU_HEADER', 'How would you like to contact us?', 'yes'),
(906, 'ARCUM_HEADER_CLOSE', '0', 'yes'),
(907, 'ARCUM_HEADER_CLOSE_BG', '008749', 'yes'),
(908, 'ARCUM_HEADER_CLOSE_COLOR', 'FFFFFF', 'yes'),
(909, 'ARCUM_MENU_BG', 'FFFFFF', 'yes'),
(910, 'ARCUM_MENU_COLOR', '3B3B3B', 'yes'),
(911, 'ARCUM_MENU_SUBTITLE_COLOR', '787878', 'yes'),
(912, 'ARCUM_MENU_HBG', 'F0F0F0', 'yes'),
(913, 'ARCUM_MENU_HCOLOR', '3B3B3B', 'yes'),
(914, 'ARCUM_MENU_SUBTITLE_HCOLOR', '787878', 'yes'),
(915, 'ARCUM_SHADOW_SIZE', '30', 'yes'),
(916, 'ARCUM_SHADOW_OPACITY', '0.2', 'yes'),
(917, 'ARCUM_AUTO_OPEN', '0', 'yes'),
(918, 'ARCUP_POPUP_WIDTH', '360', 'yes'),
(919, 'ARCUP_TIMEOUT', '0', 'yes'),
(920, 'ARCUP_MESSAGE', 'Please enter your phone number\nand we call you back soon', 'yes'),
(921, 'ARCUP_PHONE_PLACEHOLDER', '+XXX-XX-XXX-XX-XX', 'yes'),
(922, 'ARCUP_PHONE_MASK_ON', '', 'yes'),
(923, 'ARCUP_MASKEDINPUT', '1', 'yes'),
(924, 'ARCUP_PHONE_MASK', '+XXX-XX-XXX-XX-XX', 'yes'),
(925, 'ARCUP_PROCCESS_MESSAGE', 'We are calling you to phone', 'yes'),
(926, 'ARCUP_SUCCESS_MESSAGE', 'Thank you.\nWe are call you back soon.', 'yes'),
(927, 'ARCUP_FAIL_MESSAGE', 'Connection error. Please refresh the page and try again.', 'yes'),
(928, 'ARCUP_CLOSE_TIMEOUT', '0', 'yes'),
(929, 'ARCUP_BTN_TITLE', 'Waiting for call', 'yes'),
(930, 'ARCUP_NAME', '0', 'yes'),
(931, 'ARCUP_NAME_REQUIRED', '', 'yes'),
(932, 'ARCUP_NAME_TITLE', 'Enter your name', 'yes'),
(933, 'ARCUP_NAME_PLACEHOLDER', '', 'yes'),
(934, 'ARCUP_GDPR', '0', 'yes'),
(935, 'ARCUP_GDPR_TITLE', 'I accept GDPR rules', 'yes'),
(936, 'ARCUP_EMAIL', '1', 'yes'),
(937, 'ARCUP_EMAIL_LIST', 'vbarboza90@gmail.com', 'yes'),
(938, 'ARCUP_HR1', '', 'yes'),
(939, 'ARCUP_TWILIO', '', 'yes'),
(940, 'ARCUP_TWILIO_API_KEY', '', 'yes'),
(941, 'ARCUP_TWILIO_AUTH_TOKEN', '', 'yes'),
(942, 'ARCUP_TWILIO_PHONE', '', 'yes'),
(943, 'ARCUP_TWILIO_TOPHONE', '', 'yes'),
(944, 'ARCUP_TWILIO_MESSAGE', 'New callback request received from {phone}', 'yes'),
(945, 'ARCUP_HR2', '', 'yes'),
(946, 'ARCUP_TG', '', 'yes'),
(947, 'ARCUP_TG_TOKEN', '', 'yes'),
(948, 'ARCUP_TG_CHAT_ID', '', 'yes'),
(949, 'ARCUP_TG_TEXT', 'New callback request from phone: {phone}', 'yes'),
(950, 'ARCUP_HR3', '', 'yes'),
(951, 'ARCUP_ONESIGNAL', '0', 'yes'),
(952, 'ARCUP_ONESIGNAL_ALERT', '', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(953, 'ARCUP_ONESIGNAL_APP_ID', '', 'yes'),
(954, 'ARCUP_ONESIGNAL_API_KEY', '', 'yes'),
(955, 'ARCUP_ONESIGNAL_TITLE', 'New callback request', 'yes'),
(956, 'ARCUP_ONESIGNAL_MESSAGE', 'New callback request received from {site}. Please call to {phone}.', 'yes'),
(957, 'ARCUP_HR4', '', 'yes'),
(958, 'ARCUP_RECAPTCHA', '0', 'yes'),
(959, 'ARCUP_KEY', '', 'yes'),
(960, 'ARCUP_SECRET', '', 'yes'),
(961, 'ARCUP_HIDE_RECAPTCHA', '1', 'yes'),
(962, 'ARCUPR_ENABLE_PROMPT', '1', 'yes'),
(963, 'ARCUPR_PROMPT_POSITION', 'top', 'yes'),
(964, 'ARCUPR_FIRST_DELAY', '2000', 'yes'),
(965, 'ARCUPR_LOOP', '0', 'yes'),
(966, 'ARCUPR_CLOSE_LAST', '0', 'yes'),
(967, 'ARCUPR_TYPING_TIME', '2000', 'yes'),
(968, 'ARCUPR_MESSAGE_TIME', '4000', 'yes'),
(969, 'ARCUPR_SHOW_AFTER_CLOSE', '0', 'yes'),
(970, 'ARCUMPR_ENABLE_PROMPT', '1', 'yes'),
(971, 'ARCUMPR_PROMPT_POSITION', 'top', 'yes'),
(972, 'ARCUMPR_FIRST_DELAY', '2000', 'yes'),
(973, 'ARCUMPR_LOOP', '0', 'yes'),
(974, 'ARCUMPR_CLOSE_LAST', '0', 'yes'),
(975, 'ARCUMPR_TYPING_TIME', '2000', 'yes'),
(976, 'ARCUMPR_MESSAGE_TIME', '4000', 'yes'),
(977, 'ARCUMPR_SHOW_AFTER_CLOSE', '0', 'yes'),
(978, 'ARCUL_TAWK_TO_HEAD', '', 'yes'),
(979, 'ARCUL_TAWK_TO_ON', '', 'yes'),
(980, 'ARCUL_TAWK_TO_SITE_ID', '', 'yes'),
(981, 'ARCUL_TAWK_TO_WIDGET', 'default', 'yes'),
(982, 'ARCUL_TAWK_TO_USERINFO', '', 'yes'),
(983, 'ARCUL_HR1', '', 'yes'),
(984, 'ARCUL_CRISP_HEAD', '', 'yes'),
(985, 'ARCUL_CRISP_ON', '', 'yes'),
(986, 'ARCUL_CRISP_SITE_ID', '', 'yes'),
(987, 'ARCUL_HR2', '', 'yes'),
(988, 'ARCUL_INTERCOM_HEAD', '', 'yes'),
(989, 'ARCUL_INTERCOM_ON', '', 'yes'),
(990, 'ARCUL_INTERCOM_APP_ID', '', 'yes'),
(991, 'ARCUL_HR3', '', 'yes'),
(992, 'ARCUL_FB_HEAD', '', 'yes'),
(993, 'ARCUL_FB_ALERT', '', 'yes'),
(994, 'ARCUL_FB_ON', '', 'yes'),
(995, 'ARCUL_FB_PAGE_ID', '', 'yes'),
(996, 'ARCUL_FB_INIT', '', 'yes'),
(997, 'ARCUL_FB_LANG', '', 'yes'),
(998, 'ARCUL_FB_COLOR', '', 'yes'),
(999, 'ARCUL_HR4', '', 'yes'),
(1000, 'ARCUL_VK_HEAD', '', 'yes'),
(1001, 'ARCUL_VK_ON', '', 'yes'),
(1002, 'ARCUL_VK_PAGE_ID', '', 'yes'),
(1003, 'ARCUL_HR5', '', 'yes'),
(1004, 'ARCUL_ZOPIM_HEAD', '', 'yes'),
(1005, 'ARCUL_ZOPIM_ON', '', 'yes'),
(1006, 'ARCUL_ZOPIM_ID', '', 'yes'),
(1007, 'ARCUL_ZOPIM_USERINFO', '', 'yes'),
(1008, 'ARCUL_HR6', '', 'yes'),
(1009, 'ARCUL_SKYPE_HEAD', '', 'yes'),
(1010, 'ARCUL_SKYPE_ON', '', 'yes'),
(1011, 'ARCUL_SKYPE_TYPE', '', 'yes'),
(1012, 'ARCUL_SKYPE_ID', '', 'yes'),
(1013, 'ARCUL_SKYPE_MESSAGE_COLOR', '', 'yes'),
(1014, 'ARCUL_HR7', '', 'yes'),
(1015, 'ARCUL_ZALO_HEAD', '', 'yes'),
(1016, 'ARCUL_ZALO_ON', '', 'yes'),
(1017, 'ARCUL_ZALO_ID', '', 'yes'),
(1018, 'ARCUL_ZALO_WELCOME', '', 'yes'),
(1019, 'ARCUL_ZALO_WIDTH', '350', 'yes'),
(1020, 'ARCUL_ZALO_HEIGHT', '420', 'yes'),
(1021, 'ARCUL_HR8', '', 'yes'),
(1022, 'ARCUL_LHC_HEAD', '', 'yes'),
(1023, 'ARCUL_LHC_ON', '', 'yes'),
(1024, 'ARCUL_LHC_URI', '', 'yes'),
(1025, 'ARCUL_LHC_WIDTH', '300', 'yes'),
(1026, 'ARCUL_LHC_HEIGHT', '190', 'yes'),
(1027, 'ARCUL_LHC_POPUP_WIDTH', '500', 'yes'),
(1028, 'ARCUL_LHC_POPUP_HEIGHT', '520', 'yes'),
(1029, 'ARCUL_HR9', '', 'yes'),
(1030, 'ARCUL_SS_HEAD', '', 'yes'),
(1031, 'ARCUL_SS_ON', '', 'yes'),
(1032, 'ARCUL_SS_KEY', '', 'yes'),
(1033, 'ARCUL_SS_USERINFO', '', 'yes'),
(1034, 'ARCUL_HR10', '', 'yes'),
(1035, 'ARCUL_LC_HEAD', '', 'yes'),
(1036, 'ARCUL_LC_ON', '', 'yes'),
(1037, 'ARCUL_LC_KEY', '', 'yes'),
(1038, 'ARCUL_LC_USERINFO', '', 'yes'),
(1039, 'ARCUL_HR11', '', 'yes'),
(1040, 'ARCUL_LCP_HEAD', '', 'yes'),
(1041, 'ARCUL_LCP_ON', '', 'yes'),
(1042, 'ARCUL_LCP_URI', '', 'yes'),
(1043, 'ARCUL_HR12', '', 'yes'),
(1044, 'ARCUL_LZ_HEAD', '', 'yes'),
(1045, 'ARCUL_LZ_ON', '', 'yes'),
(1046, 'ARCUL_LZ_ID', '', 'yes'),
(1047, 'ARCUL_HR13', '', 'yes'),
(1048, 'ARCUL_TIDIO_HEAD', '', 'yes'),
(1049, 'ARCUL_TIDIO_ON', '', 'yes'),
(1050, 'ARCUL_TIDIO_KEY', '', 'yes'),
(1051, 'ARCUL_TIDIO_USERINFO', '', 'yes'),
(1052, 'ARCUL_HR14', '', 'yes'),
(1053, 'ARCUL_JIVOSITE_HEAD', '', 'yes'),
(1054, 'ARCUL_JIVOSITE_ON', '', 'yes'),
(1055, 'ARCUL_JIVOSITE_ID', '', 'yes'),
(1056, 'ARCUL_JIVOSITE_USERINFO', '', 'yes'),
(1057, 'ARCUL_HR15', '', 'yes'),
(1058, 'arcu_installed', '1576507914', 'yes'),
(1059, 'arcu_version', '1.6.6', 'yes'),
(1700, 'bookmify_db_version', '1.0', 'yes'),
(1113, 'taxonomy_49', 'a:1:{s:21:\"notifications_user_id\";s:20:\"vbarboza90@gmail.com\";}', 'yes'),
(1128, 'booked_custom_fields_49', '[{\\\"name\\\":\\\"single-line-text-label---3467051___required\\\",\\\"value\\\":\\\"Nombre y Apellido\\\"},{\\\"name\\\":\\\"single-line-text-label---10365571___required\\\",\\\"value\\\":\\\"Teléfono\\\"},{\\\"name\\\":\\\"single-line-text-label---8624561___required\\\",\\\"value\\\":\\\"Dirección detallada\\\"},{\\\"name\\\":\\\"radio-buttons-label---7102680___required\\\",\\\"value\\\":\\\"Tipo de propiedad\\\"},{\\\"name\\\":\\\"single-radio-button---7102680\\\",\\\"value\\\":\\\"Casa\\\"},{\\\"name\\\":\\\"single-radio-button---7102680\\\",\\\"value\\\":\\\"Apartamento\\\"},{\\\"name\\\":\\\"single-radio-button---7102680\\\",\\\"value\\\":\\\"oficina\\\"},{\\\"name\\\":\\\"radio-buttons-label---5344442___required\\\",\\\"value\\\":\\\"Metraje aproximado\\\"},{\\\"name\\\":\\\"single-radio-button---5344442\\\",\\\"value\\\":\\\"0-50mt\\\"},{\\\"name\\\":\\\"single-radio-button---5344442\\\",\\\"value\\\":\\\"50-100mt\\\"},{\\\"name\\\":\\\"single-radio-button---5344442\\\",\\\"value\\\":\\\"100-200mt\\\"},{\\\"name\\\":\\\"drop-down-label---5379863___required\\\",\\\"value\\\":\\\"Tipo de limpieza\\\"},{\\\"name\\\":\\\"single-drop-down---3235901\\\",\\\"value\\\":\\\"General\\\"},{\\\"name\\\":\\\"single-drop-down---9594573\\\",\\\"value\\\":\\\"Extendida\\\"},{\\\"name\\\":\\\"single-drop-down---10423109\\\",\\\"value\\\":\\\"Profunda\\\"},{\\\"name\\\":\\\"required---3467051\\\",\\\"value\\\":true},{\\\"name\\\":\\\"required---10365571\\\",\\\"value\\\":true},{\\\"name\\\":\\\"required---8624561\\\",\\\"value\\\":true},{\\\"name\\\":\\\"required---7102680\\\",\\\"value\\\":true},{\\\"name\\\":\\\"required---5344442\\\",\\\"value\\\":true},{\\\"name\\\":\\\"required---5379863\\\",\\\"value\\\":true}]', 'yes'),
(1138, 'booked_custom_timeslots_encoded', '{\"booked_custom_calendar_id\":\"49\",\"booked_custom_start_date\":\"2019-12-16\",\"booked_custom_end_date\":\"\",\"booked_this_custom_timelots\":\"{\\\"0000-0100\\\":\\\"100\\\",\\\"0200-0300\\\":\\\"100\\\",\\\"0400-0500\\\":\\\"100\\\",\\\"0600-0700\\\":\\\"100\\\",\\\"0800-0900\\\":\\\"100\\\",\\\"1000-1100\\\":\\\"100\\\",\\\"1200-1300\\\":\\\"100\\\",\\\"1400-1500\\\":\\\"100\\\",\\\"1600-1700\\\":\\\"100\\\",\\\"1800-1900\\\":\\\"100\\\",\\\"2000-2100\\\":\\\"100\\\",\\\"2200-2300\\\":\\\"100\\\"}\",\"booked_this_custom_timelots_details\":\"{\\\"0000-0100\\\":{\\\"title\\\":\\\"Solicitar Servicio\\\"},\\\"0200-0300\\\":{\\\"title\\\":\\\"Solicitar Servicio\\\"},\\\"0400-0500\\\":{\\\"title\\\":\\\"Solicitar Servicio\\\"},\\\"0600-0700\\\":{\\\"title\\\":\\\"Solicitar Servicio\\\"},\\\"0800-0900\\\":{\\\"title\\\":\\\"Solicitar Servicio\\\"},\\\"1000-1100\\\":{\\\"title\\\":\\\"Solicitar Servicio\\\"},\\\"1200-1300\\\":{\\\"title\\\":\\\"Solicitar Servicio\\\"},\\\"1400-1500\\\":{\\\"title\\\":\\\"Solicitar Servicio\\\"},\\\"1600-1700\\\":{\\\"title\\\":\\\"Solicitar Servicio\\\"},\\\"1800-1900\\\":{\\\"title\\\":\\\"Solicitar Servicio\\\"},\\\"2000-2100\\\":{\\\"title\\\":\\\"Solicitar Servicio\\\"},\\\"2200-2300\\\":{\\\"title\\\":\\\"Solicitar Servicio\\\"}}\",\"vacationDayCheckbox\":\"\"}', 'yes'),
(1148, 'booked_defaults', 'a:12:{s:3:\"Mon\";a:1:{s:9:\"0000-2400\";i:100;}s:11:\"Mon-details\";a:1:{s:9:\"0000-2400\";a:1:{s:5:\"title\";s:0:\"\";}}s:3:\"Wed\";a:1:{s:9:\"0000-2400\";i:100;}s:11:\"Wed-details\";a:1:{s:9:\"0000-2400\";a:1:{s:5:\"title\";s:0:\"\";}}s:3:\"Thu\";a:1:{s:9:\"0000-2400\";i:100;}s:11:\"Thu-details\";a:1:{s:9:\"0000-2400\";a:1:{s:5:\"title\";s:0:\"\";}}s:3:\"Fri\";a:1:{s:9:\"0000-2400\";i:100;}s:11:\"Fri-details\";a:1:{s:9:\"0000-2400\";a:1:{s:5:\"title\";s:0:\"\";}}s:3:\"Sat\";a:1:{s:9:\"0000-2400\";i:100;}s:11:\"Sat-details\";a:1:{s:9:\"0000-2400\";a:1:{s:5:\"title\";s:0:\"\";}}s:3:\"Sun\";a:1:{s:9:\"0000-2400\";i:100;}s:11:\"Sun-details\";a:1:{s:9:\"0000-2400\";a:1:{s:5:\"title\";s:0:\"\";}}}', 'yes'),
(1701, 'bookmify_be_paypal_switch', '', 'yes'),
(1702, 'bookmify_be_local_payment', '', 'yes'),
(1703, 'bookmify_be_stripe_switch', '', 'yes'),
(1706, 'bookmify_be_client_timezone', '', 'yes'),
(1707, 'bookmify_be_default_app_status', 'pending', 'yes'),
(1708, 'bookmify_be_mintime_tobooking', '0', 'yes'),
(1709, 'bookmify_be_maxtime_tobooking', '0', 'yes'),
(1710, 'bookmify_be_mintime_tocancel', '0', 'yes'),
(1711, 'bookmify_be_service_time_as_slot', '', 'yes'),
(1712, 'bookmify_be_old_appointment_action', '', 'yes'),
(1713, 'bookmify_be_phone_as_required', 'on', 'yes'),
(1714, 'bookmify_be_feoption_service_details', 'enabled', 'yes'),
(1715, 'bookmify_be_feoption_enable_deveoped_fe', 'disabled', 'yes'),
(1716, 'bookmify_be_feoption_autocreate_bookmify_user', '', 'yes'),
(1717, 'bookmify_be_feoption_only_one_emp', 'remove', 'yes'),
(1727, 'rg_form_version', '2.4.15.6', 'no'),
(1728, 'gform_enable_background_updates', '', 'yes'),
(1729, 'gform_pending_installation', '', 'yes'),
(1730, 'widget_gform_widget', 'a:2:{i:2;a:7:{s:5:\"title\";s:11:\"ESCRÍBENOS\";s:7:\"form_id\";s:1:\"2\";s:9:\"showtitle\";s:0:\"\";s:4:\"ajax\";s:0:\"\";s:15:\"disable_scripts\";s:0:\"\";s:15:\"showdescription\";s:0:\"\";s:8:\"tabindex\";s:1:\"1\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(1735, 'gravityformsaddon_gravityformswebapi_version', '1.0', 'yes'),
(1736, 'gform_version_info', 'a:6:{s:12:\"is_valid_key\";s:1:\"0\";s:15:\"expiration_time\";i:0;s:7:\"version\";s:5:\"1.7.9\";s:3:\"url\";s:0:\"\";s:9:\"offerings\";a:0:{}s:9:\"timestamp\";i:1649867256;}', 'no'),
(1741, 'rg_gforms_enable_akismet', '0', 'yes'),
(1742, 'rg_gforms_currency', 'USD', 'yes'),
(1743, 'gform_enable_toolbar_menu', '', 'yes'),
(1426, 'poolservices_options_custom_colors', 'a:5:{s:8:\"original\";a:29:{s:5:\"title\";s:8:\"Original\";s:8:\"bd_color\";s:7:\"#a2e3ff\";s:8:\"bg_color\";s:7:\"#ffffff\";s:4:\"text\";s:7:\"#33567b\";s:10:\"text_light\";s:7:\"#4f7298\";s:9:\"text_dark\";s:7:\"#052e5a\";s:9:\"text_link\";s:7:\"#00aeef\";s:10:\"text_hover\";s:7:\"#1C3145\";s:12:\"inverse_text\";s:7:\"#ffffff\";s:13:\"inverse_light\";s:7:\"#ffffff\";s:12:\"inverse_dark\";s:7:\"#ffffff\";s:12:\"inverse_link\";s:7:\"#ffffff\";s:13:\"inverse_hover\";s:7:\"#ffffff\";s:10:\"input_text\";s:7:\"#8a8a8a\";s:11:\"input_light\";s:7:\"#acb4b6\";s:10:\"input_dark\";s:7:\"#232a34\";s:14:\"input_bd_color\";s:7:\"#ddecee\";s:14:\"input_bd_hover\";s:7:\"#bbbbbb\";s:14:\"input_bg_color\";s:7:\"#f7f7f7\";s:14:\"input_bg_hover\";s:7:\"#f0f0f0\";s:10:\"alter_text\";s:7:\"#007bc2\";s:11:\"alter_light\";s:7:\"#acb4b6\";s:10:\"alter_dark\";s:7:\"#232a34\";s:10:\"alter_link\";s:7:\"#58c7ff\";s:11:\"alter_hover\";s:7:\"#a4e0ff\";s:14:\"alter_bd_color\";s:0:\"\";s:14:\"alter_bd_hover\";s:0:\"\";s:14:\"alter_bg_color\";s:7:\"#f7f7f7\";s:14:\"alter_bg_hover\";s:7:\"#1C3145\";}s:4:\"dark\";a:29:{s:5:\"title\";s:4:\"Dark\";s:8:\"bd_color\";s:7:\"#002436\";s:8:\"bg_color\";s:7:\"#1c3145\";s:4:\"text\";s:7:\"#ffffff\";s:10:\"text_light\";s:7:\"#5b7da1\";s:9:\"text_dark\";s:7:\"#ffffff\";s:9:\"text_link\";s:7:\"#00aeef\";s:10:\"text_hover\";s:7:\"#007bc2\";s:12:\"inverse_text\";s:7:\"#ffffff\";s:13:\"inverse_light\";s:7:\"#ffffff\";s:12:\"inverse_dark\";s:7:\"#ffffff\";s:12:\"inverse_link\";s:7:\"#ffffff\";s:13:\"inverse_hover\";s:7:\"#ffffff\";s:10:\"input_text\";s:7:\"#8a8a8a\";s:11:\"input_light\";s:7:\"#acb4b6\";s:10:\"input_dark\";s:7:\"#232a34\";s:14:\"input_bd_color\";s:7:\"#ddecee\";s:14:\"input_bd_hover\";s:7:\"#dddddd\";s:14:\"input_bg_color\";s:7:\"#ffffff\";s:14:\"input_bg_hover\";s:7:\"#f0f0f0\";s:10:\"alter_text\";s:7:\"#fda940\";s:11:\"alter_light\";s:7:\"#acb4b6\";s:10:\"alter_dark\";s:7:\"#232a34\";s:10:\"alter_link\";s:7:\"#58c7ff\";s:11:\"alter_hover\";s:7:\"#a4e0ff\";s:14:\"alter_bd_color\";s:7:\"#ddecee\";s:14:\"alter_bd_hover\";s:7:\"#bbbbbb\";s:14:\"alter_bg_color\";s:7:\"#152a3f\";s:14:\"alter_bg_hover\";s:7:\"#f0f0f0\";}s:3:\"red\";a:29:{s:5:\"title\";s:3:\"Red\";s:8:\"bd_color\";s:7:\"#a2e3ff\";s:8:\"bg_color\";s:7:\"#ffffff\";s:4:\"text\";s:7:\"#33567b\";s:10:\"text_light\";s:7:\"#4f7298\";s:9:\"text_dark\";s:7:\"#052e5a\";s:9:\"text_link\";s:7:\"#00aeef\";s:10:\"text_hover\";s:7:\"#eb5f62\";s:12:\"inverse_text\";s:7:\"#ffffff\";s:13:\"inverse_light\";s:7:\"#ffffff\";s:12:\"inverse_dark\";s:7:\"#ffffff\";s:12:\"inverse_link\";s:7:\"#ffffff\";s:13:\"inverse_hover\";s:7:\"#ffffff\";s:10:\"input_text\";s:7:\"#8a8a8a\";s:11:\"input_light\";s:7:\"#acb4b6\";s:10:\"input_dark\";s:7:\"#232a34\";s:14:\"input_bd_color\";s:7:\"#ddecee\";s:14:\"input_bd_hover\";s:7:\"#bbbbbb\";s:14:\"input_bg_color\";s:7:\"#f7f7f7\";s:14:\"input_bg_hover\";s:7:\"#f0f0f0\";s:10:\"alter_text\";s:7:\"#007bc2\";s:11:\"alter_light\";s:7:\"#acb4b6\";s:10:\"alter_dark\";s:7:\"#232a34\";s:10:\"alter_link\";s:7:\"#58c7ff\";s:11:\"alter_hover\";s:7:\"#a4e0ff\";s:14:\"alter_bd_color\";s:7:\"#dddddd\";s:14:\"alter_bd_hover\";s:7:\"#bbbbbb\";s:14:\"alter_bg_color\";s:7:\"#f7f7f7\";s:14:\"alter_bg_hover\";s:7:\"#1c3145\";}s:5:\"green\";a:29:{s:5:\"title\";s:5:\"Green\";s:8:\"bd_color\";s:7:\"#a2e3ff\";s:8:\"bg_color\";s:7:\"#ffffff\";s:4:\"text\";s:7:\"#33567b\";s:10:\"text_light\";s:7:\"#4f7298\";s:9:\"text_dark\";s:7:\"#052e5a\";s:9:\"text_link\";s:7:\"#00aeef\";s:10:\"text_hover\";s:7:\"#4bb672\";s:12:\"inverse_text\";s:7:\"#ffffff\";s:13:\"inverse_light\";s:7:\"#ffffff\";s:12:\"inverse_dark\";s:7:\"#ffffff\";s:12:\"inverse_link\";s:7:\"#ffffff\";s:13:\"inverse_hover\";s:7:\"#ffffff\";s:10:\"input_text\";s:7:\"#8a8a8a\";s:11:\"input_light\";s:7:\"#acb4b6\";s:10:\"input_dark\";s:7:\"#232a34\";s:14:\"input_bd_color\";s:7:\"#ddecee\";s:14:\"input_bd_hover\";s:7:\"#bbbbbb\";s:14:\"input_bg_color\";s:7:\"#f7f7f7\";s:14:\"input_bg_hover\";s:7:\"#f0f0f0\";s:10:\"alter_text\";s:7:\"#007bc2\";s:11:\"alter_light\";s:7:\"#acb4b6\";s:10:\"alter_dark\";s:7:\"#232a34\";s:10:\"alter_link\";s:7:\"#58c7ff\";s:11:\"alter_hover\";s:7:\"#a4e0ff\";s:14:\"alter_bd_color\";s:7:\"#dddddd\";s:14:\"alter_bd_hover\";s:7:\"#bbbbbb\";s:14:\"alter_bg_color\";s:7:\"#f7f7f7\";s:14:\"alter_bg_hover\";s:7:\"#1c3145\";}s:5:\"oliva\";a:29:{s:5:\"title\";s:5:\"Oliva\";s:8:\"bd_color\";s:7:\"#a2e3ff\";s:8:\"bg_color\";s:7:\"#ffffff\";s:4:\"text\";s:7:\"#33567b\";s:10:\"text_light\";s:7:\"#4f7298\";s:9:\"text_dark\";s:7:\"#052e5a\";s:9:\"text_link\";s:7:\"#00aeef\";s:10:\"text_hover\";s:7:\"#e4cb26\";s:12:\"inverse_text\";s:7:\"#ffffff\";s:13:\"inverse_light\";s:7:\"#ffffff\";s:12:\"inverse_dark\";s:7:\"#ffffff\";s:12:\"inverse_link\";s:7:\"#ffffff\";s:13:\"inverse_hover\";s:7:\"#ffffff\";s:10:\"input_text\";s:7:\"#8a8a8a\";s:11:\"input_light\";s:7:\"#acb4b6\";s:10:\"input_dark\";s:7:\"#232a34\";s:14:\"input_bd_color\";s:7:\"#ddecee\";s:14:\"input_bd_hover\";s:7:\"#bbbbbb\";s:14:\"input_bg_color\";s:7:\"#f7f7f7\";s:14:\"input_bg_hover\";s:7:\"#f0f0f0\";s:10:\"alter_text\";s:7:\"#007bc2\";s:11:\"alter_light\";s:7:\"#acb4b6\";s:10:\"alter_dark\";s:7:\"#232a34\";s:10:\"alter_link\";s:7:\"#58c7ff\";s:11:\"alter_hover\";s:7:\"#a4e0ff\";s:14:\"alter_bd_color\";s:7:\"#dddddd\";s:14:\"alter_bd_hover\";s:7:\"#bbbbbb\";s:14:\"alter_bg_color\";s:7:\"#f7f7f7\";s:14:\"alter_bg_hover\";s:7:\"#1c3145\";}}', 'yes'),
(1691, 'installed_appointment-hour-booking', '1576592656', 'yes'),
(1692, 'cp_cpappb_last_verified', '2019-12-17 14:26:54', 'yes'),
(1794, 'gform_email_count', '519', 'yes'),
(10719, 'epc_filetype_expirations', 'a:9:{s:9:\"image/jpg\";s:7:\"6 hours\";s:10:\"image/jpeg\";s:7:\"6 hours\";s:9:\"image/gif\";s:7:\"6 hours\";s:9:\"image/png\";s:7:\"6 hours\";s:8:\"text/css\";s:7:\"6 hours\";s:15:\"application/pdf\";s:6:\"1 week\";s:15:\"text/javascript\";s:7:\"6 hours\";s:9:\"text/html\";s:9:\"5 minutes\";s:7:\"default\";s:7:\"3 hours\";}', 'yes'),
(10962, 'fs_active_plugins', 'O:8:\"stdClass\":3:{s:7:\"abspath\";s:35:\"/home1/esnrpy5a/dacleanexpress.com/\";s:7:\"plugins\";a:2:{s:19:\"foogallery/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"2.3.0\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1579006232;s:11:\"plugin_path\";s:25:\"foogallery/foogallery.php\";}s:30:\"foobox-image-lightbox/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"2.3.0\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1579006235;s:11:\"plugin_path\";s:37:\"foobox-image-lightbox/foobox-free.php\";}}s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:25:\"foogallery/foogallery.php\";s:8:\"sdk_path\";s:19:\"foogallery/freemius\";s:7:\"version\";s:5:\"2.3.0\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1579006232;}}', 'yes'),
(10963, 'fs_debug_mode', '', 'yes'),
(10964, 'fs_accounts', 'a:6:{s:21:\"id_slug_type_path_map\";a:2:{i:374;a:3:{s:4:\"slug\";s:21:\"foobox-image-lightbox\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:37:\"foobox-image-lightbox/foobox-free.php\";}i:843;a:3:{s:4:\"slug\";s:10:\"foogallery\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:25:\"foogallery/foogallery.php\";}}s:11:\"plugin_data\";a:2:{s:21:\"foobox-image-lightbox\";a:18:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:37:\"foobox-image-lightbox/foobox-free.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1578442783;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"2.3.0\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:5:\"2.7.8\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:21:\"is_plugin_new_install\";b:1;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:15:\"dev.dirnovo.com\";s:9:\"server_ip\";s:14:\"181.123.62.149\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1578442783;s:7:\"version\";s:5:\"2.7.8\";}s:17:\"was_plugin_loaded\";b:1;s:15:\"prev_is_premium\";b:0;s:16:\"uninstall_reason\";O:8:\"stdClass\":3:{s:2:\"id\";s:2:\"15\";s:4:\"info\";s:0:\"\";s:12:\"is_anonymous\";b:1;}s:21:\"trial_promotion_shown\";i:1616793333;s:12:\"is_anonymous\";a:3:{s:2:\"is\";b:1;s:9:\"timestamp\";i:1579006717;s:7:\"version\";s:5:\"2.7.8\";}}s:10:\"foogallery\";a:17:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:25:\"foogallery/foogallery.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1578662702;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"2.3.0\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:6:\"1.8.18\";s:14:\"plugin_version\";s:5:\"1.9.8\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:21:\"is_plugin_new_install\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:15:\"dev.dirnovo.com\";s:9:\"server_ip\";s:14:\"181.123.62.149\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1578662702;s:7:\"version\";s:6:\"1.8.18\";}s:17:\"was_plugin_loaded\";b:1;s:15:\"prev_is_premium\";b:0;s:21:\"trial_promotion_shown\";i:1616793333;s:12:\"is_anonymous\";a:3:{s:2:\"is\";b:1;s:9:\"timestamp\";i:1579006735;s:7:\"version\";s:6:\"1.8.18\";}}}s:13:\"file_slug_map\";a:2:{s:37:\"foobox-image-lightbox/foobox-free.php\";s:21:\"foobox-image-lightbox\";s:25:\"foogallery/foogallery.php\";s:10:\"foogallery\";}s:7:\"plugins\";a:2:{s:21:\"foobox-image-lightbox\";O:9:\"FS_Plugin\":22:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:21:\"FooBox Image Lightbox\";s:4:\"slug\";s:21:\"foobox-image-lightbox\";s:12:\"premium_slug\";s:29:\"foobox-image-lightbox-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:37:\"foobox-image-lightbox/foobox-free.php\";s:7:\"version\";s:5:\"2.7.8\";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\";N;s:10:\"public_key\";s:32:\"pk_7a17ec700c89fe71a25605589e0b9\";s:10:\"secret_key\";N;s:2:\"id\";s:3:\"374\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"foogallery\";O:9:\"FS_Plugin\":22:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:10:\"FooGallery\";s:4:\"slug\";s:10:\"foogallery\";s:12:\"premium_slug\";s:18:\"foogallery-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:25:\"foogallery/foogallery.php\";s:7:\"version\";s:5:\"1.9.8\";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\";N;s:10:\"public_key\";s:32:\"pk_d87616455a835af1d0658699d0192\";s:10:\"secret_key\";N;s:2:\"id\";s:3:\"843\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:9:\"unique_id\";s:32:\"91ef097784f0e0ef1a836d9e2605b991\";s:13:\"admin_notices\";a:2:{s:21:\"foobox-image-lightbox\";a:1:{s:15:\"trial_promotion\";a:8:{s:7:\"message\";s:471:\"Hey! ¿Qué te pareció <b>FooBox Image Lightbox</b> hasta ahora? Prueba todas nuestras funciones premium de increíble con una prueba gratuita de 7-días. No se necesita tarjeta de crédito!  <a style=\"margin-left: 10px; vertical-align: super;\" href=\"https://dacleanexpress.com/wp-admin/admin.php?billing_cycle=annual&trial=true&page=foobox-image-lightbox-pricing\"><button class=\"button button-primary\">Comenzar el período de prueba gratuito &nbsp;&#10140;</button></a>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:9:\"promotion\";s:6:\"sticky\";b:1;s:2:\"id\";s:15:\"trial_promotion\";s:10:\"manager_id\";s:21:\"foobox-image-lightbox\";s:6:\"plugin\";s:21:\"FooBox Image Lightbox\";s:10:\"wp_user_id\";N;}}s:10:\"foogallery\";a:1:{s:15:\"trial_promotion\";a:8:{s:7:\"message\";s:469:\"Hey! ¿Qué te pareció <b>FooGallery</b> hasta ahora? Prueba todas nuestras funciones premium de increíble con una prueba gratuita de 7-días. No se necesita tarjeta de crédito!  <a style=\"margin-left: 10px; vertical-align: super;\" href=\"https://dacleanexpress.com/wp-admin/edit.php?post_type=foogallery&billing_cycle=annual&trial=true&page=foogallery-pricing\"><button class=\"button button-primary\">Comenzar el período de prueba gratuito &nbsp;&#10140;</button></a>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:9:\"promotion\";s:6:\"sticky\";b:1;s:2:\"id\";s:15:\"trial_promotion\";s:10:\"manager_id\";s:10:\"foogallery\";s:6:\"plugin\";s:10:\"FooGallery\";s:10:\"wp_user_id\";N;}}}}', 'yes'),
(10965, 'fs_api_cache', 'a:0:{}', 'yes'),
(10966, 'fs_gdpr', 'a:1:{s:2:\"u1\";a:1:{s:8:\"required\";b:0;}}', 'yes'),
(151, 'current_theme', 'PoolServices', 'yes'),
(152, 'theme_mods_poolservices', 'a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:4:{s:9:\"menu_main\";i:47;s:9:\"menu_user\";i:0;s:11:\"menu_footer\";i:0;s:9:\"menu_side\";i:0;}s:18:\"custom_css_post_id\";i:681;}', 'yes'),
(153, 'theme_switched', '', 'yes'),
(154, 'poolservices_poolservices_options_reset', '1', 'yes'),
(491, 'product_cat_children', 'a:0:{}', 'yes'),
(268, 'default_product_cat', '46', 'yes'),
(309, 'woocommerce_meta_box_errors', 'a:0:{}', 'yes'),
(463, 'woocommerce_version', '3.8.1', 'yes'),
(274, 'woocommerce_db_version', '2.6.11', 'yes'),
(282, 'woocommerce_admin_notices', 'a:1:{i:0;s:6:\"update\";}', 'yes'),
(453, 'woocommerce_catalog_columns', '3', 'yes'),
(288, 'widget_woocommerce_widget_cart', 'a:2:{i:2;a:2:{s:5:\"title\";s:13:\"SHOPPING CART\";s:13:\"hide_if_empty\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(289, 'widget_woocommerce_layered_nav_filters', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(290, 'widget_woocommerce_layered_nav', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(291, 'widget_woocommerce_price_filter', 'a:2:{i:2;a:1:{s:5:\"title\";s:12:\"PRICE FILTER\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(292, 'widget_woocommerce_product_categories', 'a:2:{i:2;a:7:{s:5:\"title\";s:10:\"CATEGORIES\";s:7:\"orderby\";s:4:\"name\";s:8:\"dropdown\";i:0;s:5:\"count\";i:0;s:12:\"hierarchical\";i:1;s:18:\"show_children_only\";i:0;s:10:\"hide_empty\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(293, 'widget_woocommerce_product_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(294, 'widget_woocommerce_product_tag_cloud', 'a:2:{i:2;a:1:{s:5:\"title\";s:4:\"TAGS\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(295, 'widget_woocommerce_products', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(296, 'widget_woocommerce_recently_viewed_products', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(297, 'widget_woocommerce_top_rated_products', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(298, 'widget_woocommerce_recent_reviews', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(299, 'widget_woocommerce_rating_filter', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(300, 'widget_poolservices_widget_banner', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(301, 'widget_poolservices_widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(302, 'widget_poolservices_widget_subcategories', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(303, 'widget_poolservices_widget_flickr', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(304, 'widget_poolservices_widget_socials', 'a:2:{i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:10:\"logo_image\";s:0:\"\";s:9:\"logo_text\";s:0:\"\";s:11:\"logo_slogan\";s:0:\"\";s:9:\"show_logo\";i:1;s:10:\"show_icons\";i:1;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(305, 'widget_poolservices_widget_twitter', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(306, 'widget_poolservices_widget_qrcode', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(362, 'external_updates-booked', 'O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1576592485;s:14:\"checkedVersion\";s:5:\"2.2.5\";s:6:\"update\";O:8:\"stdClass\":7:{s:2:\"id\";i:0;s:4:\"slug\";s:6:\"booked\";s:7:\"version\";s:5:\"2.2.5\";s:8:\"homepage\";s:20:\"https://getbooked.io\";s:12:\"download_url\";s:55:\"http://boxyupdates.com/get/?action=download&slug=booked\";s:14:\"upgrade_notice\";N;s:8:\"filename\";s:17:\"booked/booked.php\";}}', 'no'),
(323, 'essgrid_servers', 'a:7:{i:0;s:22:\"themepunch-ext-a.tools\";i:1;s:22:\"themepunch-ext-a.tools\";i:2;s:22:\"themepunch-ext-b.tools\";i:3;s:22:\"themepunch-ext-b.tools\";i:4;s:22:\"themepunch-ext-b.tools\";i:5;s:16:\"themepunch.tools\";i:6;s:22:\"themepunch-ext-a.tools\";}', 'yes'),
(324, 'essgrid_server_refresh', '1649404966', 'yes'),
(325, 'tp_eg_grids_version', '2.3', 'yes'),
(326, 'tp_eg_custom_css_imported', 'true', 'yes'),
(327, 'tp_eg_custom_css', '/* HENRY HARRISON */\n\na.eg-henryharrison-element-1,\na.eg-henryharrison-element-2 {\n  -webkit-transition: all .4s linear;  \n    -moz-transition: all .4s linear;  \n    -o-transition: all .4s linear;  \n    -ms-transition: all .4s linear;  \n    transition: all .4s linear; \n}\n\n/* JIMMY CARTER */\n.eg-jimmy-carter-element-11 i:before { margin-left:0px; margin-right:0px;}\n\n\n/* HARDING */\n.eg-harding-element-17 { letter-spacing:1px}\n.eg-harding-wrapper .esg-entry-media { overflow:hidden; \n            box-sizing:border-box;\n            -webkit-box-sizing:border-box;\n            -moz-box-sizing:border-box;\n            padding:30px 30px 0px 30px;\n}\n\n.eg-harding-wrapper .esg-media-poster { overflow:hidden; \n            border-radius:50%;\n            -webkit-border-radius:50%;\n            -moz-border-radius:50%;\n}\n\n/*ULYSSES S GRANT */\n.eg-ulysses-s-grant-wrapper .esg-entry-media { overflow:hidden; \n            box-sizing:border-box;\n            -webkit-box-sizing:border-box;\n            -moz-box-sizing:border-box;\n            padding:30px 30px 0px 30px;\n}\n\n.eg-ulysses-s-grant-wrapper .esg-media-poster { overflow:hidden; \n            border-radius:50%;\n            -webkit-border-radius:50%;\n            -moz-border-radius:50%;\n}\n\n/*RICHARD NIXON */\n.eg-richard-nixon-wrapper .esg-entry-media { overflow:hidden; \n            box-sizing:border-box;\n            -webkit-box-sizing:border-box;\n            -moz-box-sizing:border-box;\n            padding:30px 30px 0px 30px;\n}\n\n.eg-richard-nixon-wrapper .esg-media-poster { overflow:hidden; \n            border-radius:50%;\n            -webkit-border-radius:50%;\n            -moz-border-radius:50%;\n}\n\n\n/* HERBERT HOOVER */\n.eg-herbert-hoover-wrapper .esg-media-poster{\n    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale\"); /* Firefox 10+, Firefox on Android */\n    filter: gray; /* IE6-9 */\n    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */\n}\n\n.eg-herbert-hoover-wrapper:hover .esg-media-poster{\n    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale\");\n    -webkit-filter: grayscale(0%);}\n\n\n/* JOOHNSON */\n.eg-lyndon-johnson-wrapper .esg-media-poster{\n    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale\"); /* Firefox 10+, Firefox on Android */\n    filter: gray; /* IE6-9 */\n    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */\n}\n\n.eg-lyndon-johnson-wrapper:hover .esg-media-poster{\n    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale\");\n    -webkit-filter: grayscale(0%);}\n\n\n/*RONALD REAGAN*/\n.esg-overlay.eg-ronald-reagan-container {background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.83) 99%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.83)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00000000\', endColorstr=\'#d9000000\',GradientType=0 ); /* IE6-9 */}\n\n/*GEORGE BUSH*/\n.eg-georgebush-wrapper .esg-entry-cover {background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.83) 99%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.83)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00000000\', endColorstr=\'#d9000000\',GradientType=0 ); /* IE6-9 */}\n\n/*GEORGE BUSH\n.eg-georgebush-wrapper .esg-entry-cover { background: rgba(0,0,0,0.5);}*/\n\n/*JEFFERSON*/\n.eg-jefferson-wrapper { -webkit-border-radius: 5px !important; -moz-border-radius: 5px !important; border-radius: 5px !important; -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC) !important; }\n\n/*MONROE*/\n.eg-monroe-element-1 { text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); }\n\n/*LYNDON JOHNSON*/\n.eg-lyndon-johnson-wrapper .esg-entry-cover { background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%, rgba(18,18,18,0) 96%, rgba(19,19,19,0) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.35)), color-stop(96%,rgba(18,18,18,0)), color-stop(100%,rgba(19,19,19,0))); /* Chrome,Safari4+ */\nbackground: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* Opera 12+ */\nbackground: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* IE10+ */\nbackground: radial-gradient(ellipse at center,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#59000000\', endColorstr=\'#00131313\',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */\n }\n\n/*WILBERT*/\n.eg-wilbert-wrapper .esg-entry-cover { background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%, rgba(18,18,18,0) 96%, rgba(19,19,19,0) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.35)), color-stop(96%,rgba(18,18,18,0)), color-stop(100%,rgba(19,19,19,0))); /* Chrome,Safari4+ */\nbackground: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* Opera 12+ */\nbackground: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* IE10+ */\nbackground: radial-gradient(ellipse at center,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#59000000\', endColorstr=\'#00131313\',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */\n }\n.eg-wilbert-wrapper .esg-media-poster{\n  -webkit-transition: 0.4s ease-in-out;\n    -moz-transition:  0.4s ease-in-out;\n    -o-transition:  0.4s ease-in-out;\n    transition:  0.4s ease-in-out;\n    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale\"); /* Firefox 10+, Firefox on Android */\n    filter: gray; /* IE6-9 */\n    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */\n}\n\n.eg-wilbert-wrapper:hover .esg-media-poster{\n    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale\");\n    -webkit-filter: grayscale(0%);}\n\n/*PHILLIE*/\n.eg-phillie-element-3:after { \ncontent:\" \";\nwidth: 0px;\nheight: 0px;\nborder-style: solid;\nborder-width: 5px 5px 0 5px;\nborder-color: #000 transparent transparent transparent;\nleft:50%;\nmargin-left:-5px; bottom:-5px; position:absolute; }\n\n/*HOWARD TAFT*/\n.eg-howardtaft-wrapper .esg-media-poster{\n    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale\");\n    -webkit-filter: grayscale(0%);\n}\n\n.eg-howardtaft-wrapper:hover .esg-media-poster{\n    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale\"); /* Firefox 10+, Firefox on Android */\n    filter: gray; /* IE6-9 */\n    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */\n}\n\n/* WOOCOMMERCE */\n.myportfolio-container .added_to_cart.wc-forward { font-family: \"Open Sans\"; font-size: 13px; color: #fff; margin-top: 10px; }\n\n/* LIGHTBOX */\n.esgbox-title.esgbox-title-outside-wrap { font-size: 15px; font-weight: 700; text-align: center; }\n.esgbox-title.esgbox-title-inside-wrap { padding-bottom: 10px; font-size: 15px; font-weight: 700; text-align: center; }\n		\n/*TWITTER STREAM*/\n.esg-content.eg-twitterstream-element-33-a { display: inline-block; }\n.eg-twitterstream-element-35 { word-break: break-all; } \n.esg-overlay.eg-twitterstream-container {background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.83) 99%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.83)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00000000\', endColorstr=\'#d9000000\',GradientType=0 ); /* IE6-9 */}\n\n/*FACEBOOK STREAM*/\n.esg-content.eg-facebookstream-element-33-a { display: inline-block; }\n.eg-facebookstream-element-0 { word-break: break-all; } \n\n/*FLICKR STREAM*/\n.esg-overlay.eg-flickrstream-container {background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.83) 99%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.83)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00000000\', endColorstr=\'#d9000000\',GradientType=0 ); /* IE6-9 */}\n', 'yes'),
(328, 'tp-google-fonts', 'a:3:{i:0;a:2:{s:3:\"url\";s:29:\"Open+Sans:300,400,600,700,800\";s:6:\"handle\";s:9:\"open-sans\";}i:1;a:2:{s:3:\"url\";s:43:\"Raleway:100,200,300,400,500,600,700,800,900\";s:6:\"handle\";s:7:\"raleway\";}i:2;a:2:{s:3:\"url\";s:19:\"Droid+Serif:400,700\";s:6:\"handle\";s:11:\"droid-serif\";}}', 'yes'),
(329, 'revslider_servers', 'a:7:{i:0;s:22:\"themepunch-ext-b.tools\";i:1;s:22:\"themepunch-ext-b.tools\";i:2;s:22:\"themepunch-ext-b.tools\";i:3;s:16:\"themepunch.tools\";i:4;s:22:\"themepunch-ext-a.tools\";i:5;s:22:\"themepunch-ext-a.tools\";i:6;s:22:\"themepunch-ext-a.tools\";}', 'yes'),
(337, 'revslider-library-check', '1649309777', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(338, 'rs-library', 'a:3:{s:4:\"hash\";s:32:\"0fbedf953c0042911e0f27a364cf4227\";s:7:\"objects\";a:179:{i:0;a:12:{s:2:\"id\";s:3:\"198\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:1;a:12:{s:2:\"id\";s:3:\"188\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:2;a:12:{s:2:\"id\";s:3:\"187\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:3;a:12:{s:2:\"id\";s:3:\"172\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:4;a:12:{s:2:\"id\";s:3:\"171\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:5;a:12:{s:2:\"id\";s:3:\"170\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:6;a:12:{s:2:\"id\";s:3:\"169\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:7;a:12:{s:2:\"id\";s:3:\"168\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:8;a:12:{s:2:\"id\";s:3:\"167\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:9;a:12:{s:2:\"id\";s:3:\"166\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:10;a:12:{s:2:\"id\";s:3:\"165\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:11;a:12:{s:2:\"id\";s:3:\"164\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"name\";s:10:\"Hole punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:12;a:12:{s:2:\"id\";s:3:\"163\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:13;a:12:{s:2:\"id\";s:3:\"162\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:14;a:12:{s:2:\"id\";s:3:\"161\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:15;a:12:{s:2:\"id\";s:3:\"160\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:16;a:12:{s:2:\"id\";s:3:\"159\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:17;a:12:{s:2:\"id\";s:3:\"158\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:18;a:12:{s:2:\"id\";s:3:\"157\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:19;a:12:{s:2:\"id\";s:3:\"156\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:20;a:12:{s:2:\"id\";s:3:\"155\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:21;a:12:{s:2:\"id\";s:3:\"154\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:22;a:12:{s:2:\"id\";s:3:\"153\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:23;a:12:{s:2:\"id\";s:3:\"152\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:24;a:12:{s:2:\"id\";s:3:\"151\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:25;a:12:{s:2:\"id\";s:3:\"150\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:26;a:12:{s:2:\"id\";s:3:\"149\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:27;a:12:{s:2:\"id\";s:3:\"148\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:28;a:12:{s:2:\"id\";s:3:\"147\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:29;a:12:{s:2:\"id\";s:3:\"146\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:30;a:12:{s:2:\"id\";s:3:\"145\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:31;a:12:{s:2:\"id\";s:3:\"144\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:32;a:12:{s:2:\"id\";s:3:\"143\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:33;a:12:{s:2:\"id\";s:3:\"142\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:34;a:12:{s:2:\"id\";s:3:\"141\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:35;a:12:{s:2:\"id\";s:3:\"140\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:36;a:12:{s:2:\"id\";s:3:\"139\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:37;a:12:{s:2:\"id\";s:3:\"138\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:38;a:12:{s:2:\"id\";s:3:\"137\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:39;a:12:{s:2:\"id\";s:3:\"136\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:40;a:12:{s:2:\"id\";s:3:\"135\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:41;a:12:{s:2:\"id\";s:3:\"134\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:42;a:12:{s:2:\"id\";s:3:\"133\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:43;a:12:{s:2:\"id\";s:3:\"132\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:44;a:12:{s:2:\"id\";s:3:\"131\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:45;a:12:{s:2:\"id\";s:3:\"130\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:46;a:12:{s:2:\"id\";s:3:\"129\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:47;a:12:{s:2:\"id\";s:3:\"128\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:48;a:12:{s:2:\"id\";s:3:\"127\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:49;a:12:{s:2:\"id\";s:3:\"126\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:50;a:12:{s:2:\"id\";s:3:\"125\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:51;a:12:{s:2:\"id\";s:3:\"124\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:52;a:12:{s:2:\"id\";s:3:\"123\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:53;a:12:{s:2:\"id\";s:3:\"122\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:54;a:12:{s:2:\"id\";s:3:\"121\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:55;a:12:{s:2:\"id\";s:3:\"120\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:56;a:12:{s:2:\"id\";s:3:\"119\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:57;a:12:{s:2:\"id\";s:3:\"118\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:58;a:12:{s:2:\"id\";s:3:\"117\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:59;a:12:{s:2:\"id\";s:2:\"88\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:60;a:12:{s:2:\"id\";s:2:\"87\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:61;a:12:{s:2:\"id\";s:2:\"86\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:62;a:12:{s:2:\"id\";s:2:\"85\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:63;a:12:{s:2:\"id\";s:2:\"84\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:64;a:12:{s:2:\"id\";s:2:\"83\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:65;a:12:{s:2:\"id\";s:2:\"82\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:66;a:12:{s:2:\"id\";s:2:\"81\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:67;a:12:{s:2:\"id\";s:2:\"80\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:68;a:12:{s:2:\"id\";s:2:\"79\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:69;a:12:{s:2:\"id\";s:2:\"78\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:70;a:12:{s:2:\"id\";s:2:\"77\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:71;a:12:{s:2:\"id\";s:2:\"76\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:72;a:12:{s:2:\"id\";s:2:\"75\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:73;a:12:{s:2:\"id\";s:2:\"74\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:74;a:12:{s:2:\"id\";s:2:\"73\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:75;a:12:{s:2:\"id\";s:2:\"72\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:76;a:12:{s:2:\"id\";s:2:\"71\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:77;a:12:{s:2:\"id\";s:2:\"70\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:78;a:12:{s:2:\"id\";s:2:\"69\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:79;a:12:{s:2:\"id\";s:2:\"68\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:80;a:12:{s:2:\"id\";s:2:\"67\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:81;a:12:{s:2:\"id\";s:2:\"66\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:82;a:12:{s:2:\"id\";s:2:\"65\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:83;a:12:{s:2:\"id\";s:2:\"64\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:84;a:12:{s:2:\"id\";s:2:\"63\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:85;a:12:{s:2:\"id\";s:2:\"62\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:86;a:12:{s:2:\"id\";s:2:\"49\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:87;a:12:{s:2:\"id\";s:2:\"48\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:88;a:12:{s:2:\"id\";s:2:\"47\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:89;a:12:{s:2:\"id\";s:2:\"46\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:90;a:12:{s:2:\"id\";s:2:\"45\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:91;a:12:{s:2:\"id\";s:2:\"44\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:92;a:12:{s:2:\"id\";s:2:\"43\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:93;a:12:{s:2:\"id\";s:2:\"42\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:94;a:12:{s:2:\"id\";s:2:\"41\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:95;a:12:{s:2:\"id\";s:2:\"40\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:96;a:12:{s:2:\"id\";s:2:\"39\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:97;a:12:{s:2:\"id\";s:2:\"38\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:98;a:12:{s:2:\"id\";s:2:\"37\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:99;a:12:{s:2:\"id\";s:2:\"36\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:100;a:12:{s:2:\"id\";s:2:\"35\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:101;a:12:{s:2:\"id\";s:2:\"34\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:102;a:12:{s:2:\"id\";s:2:\"33\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:103;a:12:{s:2:\"id\";s:2:\"32\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:104;a:12:{s:2:\"id\";s:2:\"31\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:105;a:12:{s:2:\"id\";s:2:\"30\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:106;a:12:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:107;a:12:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:108;a:12:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:109;a:12:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:110;a:12:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:111;a:12:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:112;a:12:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:113;a:12:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:114;a:12:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:115;a:12:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:116;a:12:{s:2:\"id\";s:2:\"11\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:117;a:12:{s:2:\"id\";s:2:\"10\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:118;a:12:{s:2:\"id\";s:1:\"9\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:119;a:12:{s:2:\"id\";s:1:\"8\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:260;a:12:{s:2:\"id\";s:3:\"197\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:261;a:12:{s:2:\"id\";s:3:\"196\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:262;a:12:{s:2:\"id\";s:3:\"195\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:263;a:12:{s:2:\"id\";s:3:\"194\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:264;a:12:{s:2:\"id\";s:3:\"193\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:265;a:12:{s:2:\"id\";s:3:\"192\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:266;a:12:{s:2:\"id\";s:3:\"191\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:267;a:12:{s:2:\"id\";s:3:\"190\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:268;a:12:{s:2:\"id\";s:3:\"189\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:269;a:12:{s:2:\"id\";s:3:\"186\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:270;a:12:{s:2:\"id\";s:3:\"185\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:271;a:12:{s:2:\"id\";s:3:\"184\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:272;a:12:{s:2:\"id\";s:3:\"183\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:273;a:12:{s:2:\"id\";s:3:\"182\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:274;a:12:{s:2:\"id\";s:3:\"181\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:275;a:12:{s:2:\"id\";s:3:\"180\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:276;a:12:{s:2:\"id\";s:3:\"179\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:277;a:12:{s:2:\"id\";s:3:\"177\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:278;a:12:{s:2:\"id\";s:3:\"175\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:279;a:12:{s:2:\"id\";s:3:\"174\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:280;a:12:{s:2:\"id\";s:3:\"173\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:281;a:12:{s:2:\"id\";s:3:\"116\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:282;a:12:{s:2:\"id\";s:3:\"115\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:283;a:12:{s:2:\"id\";s:3:\"114\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:284;a:12:{s:2:\"id\";s:3:\"113\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:285;a:12:{s:2:\"id\";s:3:\"112\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:286;a:12:{s:2:\"id\";s:3:\"111\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:287;a:12:{s:2:\"id\";s:3:\"110\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:288;a:12:{s:2:\"id\";s:3:\"109\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:289;a:12:{s:2:\"id\";s:3:\"108\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:290;a:12:{s:2:\"id\";s:3:\"107\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:291;a:12:{s:2:\"id\";s:3:\"106\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:292;a:12:{s:2:\"id\";s:3:\"105\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:293;a:12:{s:2:\"id\";s:3:\"104\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:294;a:12:{s:2:\"id\";s:3:\"103\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:295;a:12:{s:2:\"id\";s:3:\"102\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:296;a:12:{s:2:\"id\";s:3:\"101\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:297;a:12:{s:2:\"id\";s:3:\"100\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:298;a:12:{s:2:\"id\";s:2:\"99\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:299;a:12:{s:2:\"id\";s:2:\"98\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:300;a:12:{s:2:\"id\";s:2:\"97\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:301;a:12:{s:2:\"id\";s:2:\"96\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:302;a:12:{s:2:\"id\";s:2:\"95\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:303;a:12:{s:2:\"id\";s:2:\"94\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:304;a:12:{s:2:\"id\";s:2:\"93\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:305;a:12:{s:2:\"id\";s:2:\"92\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:306;a:12:{s:2:\"id\";s:2:\"91\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:307;a:12:{s:2:\"id\";s:2:\"90\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:308;a:12:{s:2:\"id\";s:2:\"89\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:359;a:13:{s:2:\"id\";s:3:\"238\";s:6:\"handle\";s:12:\"Mt_Baker.jpg\";s:5:\"video\";s:12:\"Mt_Baker.mp4\";s:4:\"name\";s:9:\"Mt Baker \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:360;a:13:{s:2:\"id\";s:3:\"237\";s:6:\"handle\";s:16:\"Two-Swimmers.jpg\";s:5:\"video\";s:16:\"Two-Swimmers.mp4\";s:4:\"name\";s:13:\"Two Swimmers \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:361;a:13:{s:2:\"id\";s:3:\"236\";s:6:\"handle\";s:14:\"Boats_Maze.jpg\";s:5:\"video\";s:14:\"Boats_Maze.mp4\";s:4:\"name\";s:11:\"Boats Maze \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:362;a:13:{s:2:\"id\";s:3:\"235\";s:6:\"handle\";s:18:\"Candolim-Beach.jpg\";s:5:\"video\";s:18:\"Candolim-Beach.mp4\";s:4:\"name\";s:15:\"Candolim Beach \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:363;a:13:{s:2:\"id\";s:3:\"234\";s:6:\"handle\";s:17:\"Working-Space.jpg\";s:5:\"video\";s:17:\"Working-Space.mp4\";s:4:\"name\";s:14:\"Working Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:364;a:13:{s:2:\"id\";s:3:\"233\";s:6:\"handle\";s:9:\"Wavez.jpg\";s:5:\"video\";s:9:\"Wavez.mp4\";s:4:\"name\";s:6:\"Wavez \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:365;a:13:{s:2:\"id\";s:3:\"232\";s:6:\"handle\";s:17:\"Coconut-Grove.jpg\";s:5:\"video\";s:17:\"Coconut-Grove.mp4\";s:4:\"name\";s:14:\"Coconut Grove \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:366;a:13:{s:2:\"id\";s:3:\"231\";s:6:\"handle\";s:19:\"Very-Open-Space.jpg\";s:5:\"video\";s:19:\"Very-Open-Space.mp4\";s:4:\"name\";s:16:\"Very Open Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:367;a:13:{s:2:\"id\";s:3:\"230\";s:6:\"handle\";s:14:\"Office-Day.jpg\";s:5:\"video\";s:14:\"Office-Day.mp4\";s:4:\"name\";s:11:\"Office Day \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:368;a:13:{s:2:\"id\";s:3:\"229\";s:6:\"handle\";s:12:\"The-Hill.jpg\";s:5:\"video\";s:12:\"The-Hill.mp4\";s:4:\"name\";s:9:\"The Hill \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}}s:4:\"tags\";a:18:{i:28;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:25;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:26;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:29;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}i:27;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(330, 'revslider_server_refresh', '1649404967', 'yes'),
(331, 'revslider-update-check-short', '1649779157', 'yes'),
(332, 'revslider-templates-check', '1649698557', 'yes'),
(339, 'revslider_checktables', '1', 'yes'),
(340, 'rs_tables_created', '1', 'yes'),
(341, 'revslider_table_version', '1.0.6', 'yes'),
(342, 'revslider-global-settings', 'a:0:{}', 'yes'),
(345, 'recently_activated', 'a:0:{}', 'yes'),
(348, 'tp_eg_role', '', 'yes'),
(349, 'tp_eg_update-check-short', '1649779158', 'yes'),
(350, 'tp_eg-templates-check', '1649698571', 'yes'),
(351, 'tp_eg-templates-new', '', 'no'),
(353, 'revslider_update_version', '5.2.5.5', 'yes'),
(354, 'widget_booked_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(355, 'widget_ess-grid-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(356, 'widget_rev-slider-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(357, 'vc_version', '5.7', 'yes'),
(359, 'booked_version_check', '2.2.5', 'yes'),
(366, 'revslider-valid-notice', 'false', 'yes'),
(367, 'tp_eg_valid-notice', 'false', 'yes'),
(368, 'poolservices_options', 'a:206:{s:10:\"body_style\";s:4:\"wide\";s:13:\"body_paddings\";s:2:\"no\";s:11:\"body_scheme\";s:8:\"original\";s:11:\"body_filled\";s:3:\"yes\";s:9:\"bg_custom\";s:2:\"no\";s:8:\"bg_color\";s:7:\"#ffffff\";s:10:\"bg_pattern\";s:0:\"\";s:17:\"bg_pattern_custom\";s:0:\"\";s:8:\"bg_image\";s:0:\"\";s:15:\"bg_image_custom\";s:0:\"\";s:24:\"bg_image_custom_position\";s:8:\"left_top\";s:13:\"bg_image_load\";s:5:\"boxed\";s:13:\"show_video_bg\";s:2:\"no\";s:21:\"video_bg_youtube_code\";s:0:\"\";s:12:\"video_bg_url\";s:0:\"\";s:16:\"video_bg_overlay\";s:2:\"no\";s:15:\"top_panel_style\";s:8:\"header_7\";s:16:\"show_panel_image\";s:3:\"yes\";s:15:\"top_panel_image\";s:77:\"http://dacleanexpress.com/wp-content/uploads/2020/01/colaboradoras_header.jpg\";s:18:\"top_panel_position\";s:4:\"over\";s:16:\"top_panel_scheme\";s:8:\"original\";s:18:\"pushy_panel_scheme\";s:4:\"dark\";s:15:\"show_page_title\";s:2:\"no\";s:16:\"show_breadcrumbs\";s:2:\"no\";s:21:\"breadcrumbs_max_level\";s:1:\"0\";s:9:\"menu_main\";s:12:\"daclean_main\";s:15:\"menu_attachment\";s:5:\"fixed\";s:10:\"menu_hover\";s:4:\"fade\";s:17:\"menu_animation_in\";s:4:\"none\";s:18:\"menu_animation_out\";s:4:\"none\";s:11:\"menu_mobile\";s:4:\"1024\";s:10:\"menu_width\";s:0:\"\";s:18:\"show_top_panel_top\";s:3:\"yes\";s:9:\"menu_user\";s:7:\"default\";s:14:\"show_languages\";s:3:\"yes\";s:10:\"show_login\";s:3:\"yes\";s:14:\"show_bookmarks\";s:3:\"yes\";s:12:\"show_socials\";s:3:\"yes\";s:8:\"menu_toc\";s:4:\"hide\";s:13:\"menu_toc_home\";s:2:\"no\";s:12:\"menu_toc_top\";s:2:\"no\";s:4:\"logo\";s:70:\"http://dacleanexpress.com/wp-content/uploads/2020/01/logo-original.png\";s:11:\"logo_retina\";s:70:\"http://dacleanexpress.com/wp-content/uploads/2020/01/logo-original.png\";s:10:\"logo_fixed\";s:70:\"http://dacleanexpress.com/wp-content/uploads/2020/01/logo-original.png\";s:9:\"logo_text\";s:0:\"\";s:11:\"logo_height\";s:1:\"0\";s:11:\"logo_offset\";s:1:\"0\";s:11:\"show_slider\";s:2:\"no\";s:14:\"slider_display\";s:8:\"fullwide\";s:13:\"slider_height\";s:0:\"\";s:13:\"slider_engine\";s:6:\"swiper\";s:12:\"slider_alias\";s:0:\"\";s:19:\"slider_over_content\";s:0:\"\";s:18:\"slider_over_scheme\";s:4:\"dark\";s:15:\"slider_category\";s:0:\"\";s:12:\"slider_posts\";s:1:\"5\";s:14:\"slider_orderby\";s:4:\"date\";s:12:\"slider_order\";s:4:\"desc\";s:15:\"slider_interval\";s:4:\"7000\";s:17:\"slider_pagination\";s:2:\"no\";s:14:\"slider_infobox\";s:5:\"slide\";s:20:\"slider_info_category\";s:3:\"yes\";s:19:\"slider_info_reviews\";s:3:\"yes\";s:24:\"slider_info_descriptions\";s:0:\"\";s:15:\"custom_sidebars\";a:1:{i:0;s:0:\"\";}s:17:\"show_sidebar_main\";s:4:\"hide\";s:19:\"sidebar_main_scheme\";s:8:\"original\";s:12:\"sidebar_main\";s:12:\"sidebar_main\";s:18:\"show_sidebar_outer\";s:4:\"hide\";s:20:\"sidebar_outer_scheme\";s:8:\"original\";s:23:\"sidebar_outer_show_logo\";s:3:\"yes\";s:26:\"sidebar_outer_show_socials\";s:3:\"yes\";s:23:\"sidebar_outer_show_menu\";s:3:\"yes\";s:9:\"menu_side\";s:7:\"default\";s:26:\"sidebar_outer_show_widgets\";s:3:\"yes\";s:13:\"sidebar_outer\";s:13:\"sidebar_outer\";s:19:\"show_sidebar_footer\";s:3:\"yes\";s:21:\"sidebar_footer_scheme\";s:4:\"dark\";s:14:\"sidebar_footer\";s:14:\"sidebar_footer\";s:22:\"sidebar_footer_columns\";s:1:\"3\";s:27:\"show_testimonials_in_footer\";s:2:\"no\";s:19:\"testimonials_scheme\";s:8:\"original\";s:18:\"testimonials_count\";s:1:\"3\";s:22:\"show_twitter_in_footer\";s:2:\"no\";s:14:\"twitter_scheme\";s:8:\"original\";s:13:\"twitter_count\";s:1:\"3\";s:14:\"show_googlemap\";s:2:\"no\";s:16:\"googlemap_height\";s:3:\"400\";s:17:\"googlemap_address\";s:0:\"\";s:16:\"googlemap_latlng\";s:0:\"\";s:15:\"googlemap_title\";s:0:\"\";s:21:\"googlemap_description\";s:0:\"\";s:14:\"googlemap_zoom\";s:2:\"16\";s:15:\"googlemap_style\";s:6:\"style1\";s:16:\"googlemap_marker\";s:0:\"\";s:23:\"show_contacts_in_footer\";s:3:\"yes\";s:15:\"contacts_scheme\";s:8:\"original\";s:11:\"logo_footer\";s:0:\"\";s:18:\"logo_footer_retina\";s:0:\"\";s:18:\"logo_footer_height\";s:2:\"30\";s:24:\"show_copyright_in_footer\";s:4:\"text\";s:16:\"copyright_scheme\";s:4:\"dark\";s:11:\"menu_footer\";s:7:\"default\";s:16:\"footer_copyright\";s:49:\"<p>DaClean Express; {Y}. Derechos Reservados.</p>\";s:21:\"show_theme_customizer\";s:2:\"no\";s:15:\"customizer_demo\";s:1:\"0\";s:13:\"css_animation\";s:2:\"no\";s:19:\"animation_on_mobile\";s:3:\"yes\";s:12:\"button_hover\";s:4:\"fade\";s:11:\"input_hover\";s:7:\"default\";s:26:\"remember_visitors_settings\";s:2:\"no\";s:18:\"responsive_layouts\";s:3:\"yes\";s:14:\"page_preloader\";s:4:\"none\";s:12:\"privacy_text\";s:61:\"I agree that my submitted data is being collected and stored.\";s:20:\"page_preloader_image\";s:0:\"\";s:12:\"fonts_subset\";s:15:\"latin,latin-ext\";s:10:\"blog_style\";s:9:\"classic_2\";s:11:\"hover_style\";s:19:\"square effect_shift\";s:9:\"hover_dir\";s:13:\"left_to_right\";s:13:\"article_style\";s:7:\"stretch\";s:18:\"dedicated_location\";s:7:\"default\";s:12:\"show_filters\";s:4:\"hide\";s:9:\"blog_sort\";s:4:\"date\";s:10:\"blog_order\";s:4:\"desc\";s:14:\"posts_per_page\";s:2:\"12\";s:22:\"post_excerpt_maxlength\";s:3:\"250\";s:30:\"post_excerpt_maxlength_masonry\";s:3:\"150\";s:12:\"single_style\";s:15:\"single-standard\";s:4:\"icon\";s:13:\"icon-doc-text\";s:16:\"alter_thumb_size\";s:3:\"1_1\";s:19:\"show_featured_image\";s:2:\"no\";s:15:\"show_post_title\";s:3:\"yes\";s:25:\"show_post_title_on_quotes\";s:2:\"no\";s:14:\"show_post_info\";s:2:\"no\";s:25:\"show_text_before_readmore\";s:3:\"yes\";s:16:\"show_post_author\";s:2:\"no\";s:14:\"show_post_tags\";s:2:\"no\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:1:\"2\";s:20:\"post_related_columns\";s:1:\"2\";s:17:\"post_related_sort\";s:4:\"date\";s:18:\"post_related_order\";s:4:\"desc\";s:12:\"exclude_cats\";s:1:\"1\";s:15:\"blog_pagination\";s:5:\"pages\";s:13:\"blog_counters\";s:5:\"views\";s:14:\"close_category\";s:8:\"parental\";s:15:\"show_date_after\";s:2:\"30\";s:12:\"show_reviews\";s:2:\"no\";s:17:\"reviews_max_level\";s:1:\"5\";s:13:\"reviews_style\";s:5:\"stars\";s:24:\"reviews_criterias_levels\";s:26:\"bad,poor,normal,good,great\";s:13:\"reviews_first\";s:6:\"author\";s:14:\"reviews_second\";s:4:\"hide\";s:16:\"reviews_can_vote\";s:3:\"all\";s:17:\"reviews_criterias\";a:1:{i:0;s:0:\"\";}s:13:\"reviews_marks\";s:0:\"\";s:12:\"retina_ready\";s:1:\"1\";s:14:\"images_quality\";s:2:\"70\";s:18:\"substitute_gallery\";s:2:\"no\";s:21:\"gallery_instead_image\";s:2:\"no\";s:18:\"gallery_max_slides\";s:1:\"5\";s:12:\"popup_engine\";s:6:\"pretty\";s:16:\"substitute_audio\";s:3:\"yes\";s:16:\"substitute_video\";s:3:\"yes\";s:16:\"use_mediaelement\";s:3:\"yes\";s:12:\"social_icons\";a:3:{i:2;a:2:{s:3:\"url\";s:12:\"facebook.com\";s:4:\"icon\";s:13:\"icon-facebook\";}i:3;a:2:{s:3:\"url\";s:13:\"instagram.com\";s:4:\"icon\";s:15:\"icon-instagramm\";}i:4;a:2:{s:3:\"url\";s:12:\"linkedin.com\";s:4:\"icon\";s:13:\"icon-linkedin\";}}s:10:\"show_share\";s:4:\"hide\";s:19:\"show_share_counters\";s:3:\"yes\";s:13:\"share_caption\";s:6:\"Share:\";s:13:\"share_buttons\";a:1:{i:0;a:2:{s:3:\"url\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:16:\"twitter_username\";s:0:\"\";s:20:\"twitter_consumer_key\";s:0:\"\";s:23:\"twitter_consumer_secret\";s:0:\"\";s:17:\"twitter_token_key\";s:0:\"\";s:20:\"twitter_token_secret\";s:0:\"\";s:10:\"api_google\";s:0:\"\";s:12:\"social_login\";s:0:\"\";s:12:\"contact_info\";s:0:\"\";s:18:\"contact_open_hours\";s:0:\"\";s:13:\"contact_email\";s:0:\"\";s:17:\"contact_address_1\";s:0:\"\";s:17:\"contact_address_2\";s:0:\"\";s:13:\"contact_phone\";s:0:\"\";s:11:\"contact_fax\";s:0:\"\";s:26:\"message_maxlength_contacts\";s:4:\"1000\";s:26:\"message_maxlength_comments\";s:4:\"1000\";s:13:\"mail_function\";s:7:\"wp_mail\";s:11:\"show_search\";s:2:\"no\";s:12:\"search_style\";s:7:\"default\";s:15:\"use_ajax_search\";s:3:\"yes\";s:22:\"ajax_search_min_length\";s:1:\"4\";s:17:\"ajax_search_delay\";s:3:\"500\";s:17:\"ajax_search_types\";s:0:\"\";s:23:\"ajax_search_posts_count\";s:1:\"5\";s:23:\"ajax_search_posts_image\";s:3:\"yes\";s:22:\"ajax_search_posts_date\";s:3:\"yes\";s:24:\"ajax_search_posts_author\";s:3:\"yes\";s:26:\"ajax_search_posts_counters\";s:3:\"yes\";s:22:\"use_ajax_views_counter\";s:2:\"no\";s:12:\"allow_editor\";s:2:\"no\";s:17:\"admin_add_filters\";s:2:\"no\";s:25:\"show_overriden_taxonomies\";s:2:\"no\";s:20:\"show_overriden_posts\";s:2:\"no\";s:16:\"admin_dummy_data\";s:2:\"no\";s:19:\"admin_dummy_timeout\";s:3:\"120\";s:10:\"debug_mode\";s:2:\"no\";}', 'yes'),
(369, 'poolservices_options_custom_fonts', 'a:14:{s:2:\"h1\";a:9:{s:5:\"title\";s:9:\"Heading 1\";s:11:\"description\";s:0:\"\";s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:3:\"5em\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:11:\"line-height\";s:3:\"1em\";s:10:\"margin-top\";s:6:\"0.43em\";s:13:\"margin-bottom\";s:6:\"0.43em\";}s:2:\"h2\";a:9:{s:5:\"title\";s:9:\"Heading 2\";s:11:\"description\";s:0:\"\";s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:3:\"5em\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:0:\"\";s:11:\"line-height\";s:5:\"1.2em\";s:10:\"margin-top\";s:6:\"0.33em\";s:13:\"margin-bottom\";s:6:\"0.33em\";}s:2:\"h3\";a:9:{s:5:\"title\";s:9:\"Heading 3\";s:11:\"description\";s:0:\"\";s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:7:\"2.933em\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:11:\"line-height\";s:6:\"1.22em\";s:10:\"margin-top\";s:6:\"0.47em\";s:13:\"margin-bottom\";s:6:\"0.47em\";}s:2:\"h4\";a:9:{s:5:\"title\";s:9:\"Heading 4\";s:11:\"description\";s:0:\"\";s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:5:\"2.4em\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:0:\"\";s:11:\"line-height\";s:5:\"1.2em\";s:10:\"margin-top\";s:5:\"0.9em\";s:13:\"margin-bottom\";s:5:\"0.9em\";}s:2:\"h5\";a:9:{s:5:\"title\";s:9:\"Heading 5\";s:11:\"description\";s:0:\"\";s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:5:\"1.6em\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:11:\"line-height\";s:6:\"1.35em\";s:10:\"margin-top\";s:6:\"1.45em\";s:13:\"margin-bottom\";s:6:\"1.45em\";}s:2:\"h6\";a:9:{s:5:\"title\";s:9:\"Heading 6\";s:11:\"description\";s:0:\"\";s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:7:\"1.333em\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:0:\"\";s:11:\"line-height\";s:6:\"1.35em\";s:10:\"margin-top\";s:6:\"1.55em\";s:13:\"margin-bottom\";s:6:\"1.55em\";}s:1:\"p\";a:9:{s:5:\"title\";s:4:\"Text\";s:11:\"description\";s:0:\"\";s:11:\"font-family\";s:4:\"Lato\";s:9:\"font-size\";s:4:\"15px\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:0:\"\";s:11:\"line-height\";s:5:\"1.7em\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:5:\"1.7em\";}s:4:\"link\";a:6:{s:5:\"title\";s:5:\"Links\";s:11:\"description\";s:0:\"\";s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";}s:4:\"info\";a:9:{s:5:\"title\";s:9:\"Post info\";s:11:\"description\";s:0:\"\";s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:6:\"0.93em\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:11:\"line-height\";s:8:\"1.2857em\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:5:\"1.4em\";}s:4:\"menu\";a:9:{s:5:\"title\";s:15:\"Main menu items\";s:11:\"description\";s:0:\"\";s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:5:\"0.8em\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:11:\"line-height\";s:8:\"1.2857em\";s:10:\"margin-top\";s:5:\"1.8em\";s:13:\"margin-bottom\";s:5:\"1.8em\";}s:7:\"submenu\";a:9:{s:5:\"title\";s:19:\"Dropdown menu items\";s:11:\"description\";s:0:\"\";s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"line-height\";s:8:\"1.2857em\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";}s:4:\"logo\";a:9:{s:5:\"title\";s:4:\"Logo\";s:11:\"description\";s:0:\"\";s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:8:\"2.8571em\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:11:\"line-height\";s:6:\"0.75em\";s:10:\"margin-top\";s:5:\"2.7em\";s:13:\"margin-bottom\";s:3:\"0em\";}s:6:\"button\";a:7:{s:5:\"title\";s:7:\"Buttons\";s:11:\"description\";s:0:\"\";s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"line-height\";s:8:\"1.2857em\";}s:5:\"input\";a:7:{s:5:\"title\";s:12:\"Input fields\";s:11:\"description\";s:0:\"\";s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"line-height\";s:6:\"1.31em\";}}', 'yes'),
(370, 'poolservices_options_taxonomy_10', 'a:126:{s:10:\"body_style\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:12:\"show_reviews\";s:7:\"inherit\";s:17:\"reviews_criterias\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}', 'yes'),
(371, 'poolservices_options_taxonomy_11', 'a:126:{s:10:\"body_style\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:12:\"show_reviews\";s:7:\"inherit\";s:17:\"reviews_criterias\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}', 'yes'),
(372, 'poolservices_options_taxonomy_19', 'a:126:{s:10:\"body_style\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:12:\"show_reviews\";s:7:\"inherit\";s:17:\"reviews_criterias\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}', 'yes'),
(373, 'poolservices_options_taxonomy_20', 'a:126:{s:10:\"body_style\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:12:\"show_reviews\";s:7:\"inherit\";s:17:\"reviews_criterias\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}', 'yes'),
(374, 'poolservices_options_taxonomy_21', 'a:127:{s:10:\"body_style\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:12:\"show_reviews\";s:7:\"inherit\";s:17:\"reviews_criterias\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}', 'yes'),
(375, 'poolservices_options_taxonomy_22', 'a:127:{s:10:\"body_style\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:12:\"show_reviews\";s:7:\"inherit\";s:17:\"reviews_criterias\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(376, 'poolservices_options_taxonomy_6', 'a:126:{s:10:\"body_style\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:12:\"show_reviews\";s:7:\"inherit\";s:17:\"reviews_criterias\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(352, 'tp_eg-templates', 'a:2:{s:4:\"hash\";s:32:\"6f5276fd1206384eae17dc343503e0c9\";s:5:\"grids\";a:60:{i:0;a:16:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:12:\"Vimeo Player\";s:5:\"alias\";s:11:\"vimeostream\";s:3:\"zip\";s:15:\"vimeostream.zip\";s:3:\"uid\";s:32:\"088c7c0f8a0862bbe2dab1dd16601a3e\";s:3:\"img\";s:13:\"ess_vimeo.jpg\";s:7:\"preview\";s:85:\"https://www.essential-grid.com/template_library/minimal-vimeo-playlist-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:57:\"<div class=\"hcap\">Even Grid<br/>Stream<br>Load More</div>\";s:11:\"setup_notes\";s:80:\"Please clear the stream cache when you<br> \r\napply changes to the stream source.\";s:6:\"filter\";a:5:{i:0;s:4:\"even\";i:1;s:9:\"fullwidth\";i:2;s:8:\"loadmore\";i:3;s:12:\"nonavigation\";i:4;s:7:\"streams\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:16:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:14:\"Flickr Gallery\";s:5:\"alias\";s:12:\"flickrstream\";s:3:\"zip\";s:16:\"flickrstream.zip\";s:3:\"uid\";s:32:\"edfd9652b92d5783d74fefc3247632d0\";s:3:\"img\";s:14:\"ess_flickr.jpg\";s:7:\"preview\";s:83:\"https://www.essential-grid.com/template_library/flickr-photo-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:57:\"<div class=\"hcap\">Even Grid<br/>Stream<br>Load More</div>\";s:11:\"setup_notes\";s:132:\"You will need to insert a Flickr API key<br>\r\n in the \"Source Tab\", also please clear <br>\r\nthe stream cache when you apply changes.\";s:6:\"filter\";a:5:{i:0;s:4:\"even\";i:1;s:9:\"fullwidth\";i:2;s:8:\"loadmore\";i:3;s:12:\"nonavigation\";i:4;s:7:\"streams\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:16:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:17:\"Instagram Minimal\";s:5:\"alias\";s:15:\"instagramstream\";s:3:\"zip\";s:19:\"instagramstream.zip\";s:3:\"uid\";s:32:\"73061fa3b75c5afaf4846cdf95add10c\";s:3:\"img\";s:13:\"ess_insta.jpg\";s:7:\"preview\";s:88:\"https://www.essential-grid.com/template_library/minimal-instagram-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:57:\"<div class=\"hcap\">Even Grid<br/>Stream<br>Load More</div>\";s:11:\"setup_notes\";s:80:\"Please clear the stream cache when<br>\r\n you apply changes to the stream source.\";s:6:\"filter\";a:5:{i:0;s:4:\"even\";i:1;s:9:\"fullwidth\";i:2;s:8:\"loadmore\";i:3;s:12:\"nonavigation\";i:4;s:7:\"streams\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:16:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:12:\"YouTube Grid\";s:5:\"alias\";s:13:\"youtubestream\";s:3:\"zip\";s:17:\"youtubestream.zip\";s:3:\"uid\";s:32:\"df776948dd7ca1cb88ba59a4e638f20e\";s:3:\"img\";s:15:\"ess_youtube.jpg\";s:7:\"preview\";s:68:\"https://www.essential-grid.com/grids/youtube-playlist-video-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:69:\"<div class=\"hcap\">Even Grid<br/>Stream<br>Pagination<br>Sorting</div>\";s:11:\"setup_notes\";s:133:\"You will need to insert a YouTube API key<br>\r\n in the \"Source Tab\", also please clear the<br>\r\n stream cache when you apply changes.\";s:6:\"filter\";a:5:{i:0;s:9:\"fullwidth\";i:1;s:7:\"masonry\";i:2;s:10:\"pagination\";i:3;s:7:\"sorting\";i:4;s:7:\"streams\";}s:3:\"cat\";s:1:\"0\";s:4:\"date\";s:19:\"2021-11-25 17:52:39\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:16:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:16:\"Twitter Overview\";s:5:\"alias\";s:13:\"twitterstream\";s:3:\"zip\";s:17:\"twitterstream.zip\";s:3:\"uid\";s:32:\"a38d8298c59f31831c516ce8429026cf\";s:3:\"img\";s:15:\"ess_twitter.jpg\";s:7:\"preview\";s:72:\"https://www.essential-grid.com/template_library/twitter-stream-overview/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:60:\"<div class=\"hcap\">Masonry Grid<br/>Stream<br>Load More</div>\";s:11:\"setup_notes\";s:135:\"You will need to insert Twitter credentials<br>\r\n in the \"Source Tab\", also please clear the stream<br>\r\n cache when you apply changes.\";s:6:\"filter\";a:5:{i:0;s:9:\"fullwidth\";i:1;s:8:\"loadmore\";i:2;s:7:\"masonry\";i:3;s:12:\"nonavigation\";i:4;s:7:\"streams\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:16:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:13:\"Facebook Page\";s:5:\"alias\";s:14:\"facebookstream\";s:3:\"zip\";s:18:\"facebookstream.zip\";s:3:\"uid\";s:32:\"c346b49eb0dbfa897454160eccc55383\";s:3:\"img\";s:16:\"ess_facebook.jpg\";s:7:\"preview\";s:105:\"https://www.essential-grid.com/template_library/facebook-fanpage-content-and-album-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:60:\"<div class=\"hcap\">Masonry Grid<br/>Stream<br>Load More</div>\";s:11:\"setup_notes\";s:138:\"You will need to register a Facebook app before.<br>\r\nAlso please clear the stream cache when you<br>\r\napply changes to the stream source.\";s:6:\"filter\";a:5:{i:0;s:9:\"fullwidth\";i:1;s:8:\"loadmore\";i:2;s:7:\"masonry\";i:3;s:12:\"nonavigation\";i:4;s:7:\"streams\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:16:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:5:\"Jason\";s:5:\"alias\";s:4:\"woo2\";s:3:\"zip\";s:8:\"woo2.zip\";s:3:\"uid\";s:32:\"e4f9657a98fc6cc7a3a7136b5c7b2015\";s:3:\"img\";s:9:\"jason.jpg\";s:7:\"preview\";s:82:\"https://www.essential-grid.com/template_library/jason-woocommerce-product-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:87:\"<div class=\"hcap\">Boxed 3 Row<br/>WooCommerce Shop<br>Shopping Cart<br/>Filtering</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:4:{i:0;s:4:\"even\";i:1;s:10:\"pagination\";i:2;s:7:\"sorting\";i:3;s:11:\"woocommerce\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:16:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:6:\"Arthur\";s:5:\"alias\";s:4:\"woo1\";s:3:\"zip\";s:8:\"woo1.zip\";s:3:\"uid\";s:32:\"59bfe81828b2ddcc89b9e3968760e9d1\";s:3:\"img\";s:10:\"arthur.jpg\";s:7:\"preview\";s:83:\"https://www.essential-grid.com/template_library/arthur-woocommerce-product-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:92:\"<div class=\"hcap\">Full-Width 5 Row<br/>WooCommerce Shop<br>Shopping Cart<br/>Filtering</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:5:{i:0;s:9:\"fullwidth\";i:1;s:7:\"masonry\";i:2;s:10:\"pagination\";i:3;s:7:\"sorting\";i:4;s:11:\"woocommerce\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:16:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:6:\"Hoover\";s:5:\"alias\";s:19:\"masonry_grid_hoover\";s:3:\"zip\";s:23:\"masonry_grid_hoover.zip\";s:3:\"uid\";s:32:\"d97c537e349e9f1c91dff285f8df60c5\";s:3:\"img\";s:10:\"hoover.jpg\";s:7:\"preview\";s:91:\"https://www.essential-grid.com/template_library/hoover-masonry-wordpress-post-gallery-grid/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:93:\"<div class=\"hcap\">Masonry Grid<br/>Video Entries<br/>B&W Effect<br/>Filters<br/>Sorting</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:5:{i:0;s:9:\"fullwidth\";i:1;s:7:\"masonry\";i:2;s:10:\"pagination\";i:3;s:7:\"sorting\";i:4;s:5:\"video\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:16:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:6:\"Lyndon\";s:5:\"alias\";s:12:\"clients_grid\";s:3:\"zip\";s:16:\"clients_grid.zip\";s:3:\"uid\";s:32:\"2cdd4fc78978e87d7aa0502ba3b686e5\";s:3:\"img\";s:10:\"lyndon.jpg\";s:7:\"preview\";s:96:\"https://www.essential-grid.com/template_library/lyndon-modern-client-logo-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:87:\"<div class=\"hcap\">2 Row Scroller<br/>Icons via Meta<br/>B&W Effect<br/>Pagination</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:7:\"clients\";i:1;s:4:\"even\";i:2;s:9:\"fullwidth\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:16:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:7:\"Phillie\";s:5:\"alias\";s:14:\"clients_grid_3\";s:3:\"zip\";s:18:\"clients_grid_3.zip\";s:3:\"uid\";s:32:\"5610d9625b702520c344168cfa70579c\";s:3:\"img\";s:11:\"phillie.jpg\";s:7:\"preview\";s:96:\"https://www.essential-grid.com/template_library/phillie-clients-logo-grid-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:94:\"<div class=\"hcap\">Clean Design<br/>Icons via Meta<br/>Tooltip Style Hover<br/>Nav Arrows</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:2:{i:0;s:7:\"clients\";i:1;s:4:\"even\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:16:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:8:\"McKinley\";s:5:\"alias\";s:19:\"media_blog_mckinley\";s:3:\"zip\";s:23:\"media_blog_mckinley.zip\";s:3:\"uid\";s:32:\"a430af281c10753e067a38d1641c8d7b\";s:3:\"img\";s:12:\"mckinley.jpg\";s:7:\"preview\";s:91:\"https://www.essential-grid.com/template_library/multimedia-blog-post-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:100:\"<div class=\"hcap\">Masonry Grid<br/>Video Entries<br/>Directional Hover<br/>Filters<br/>Sorting</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:5:{i:0;s:9:\"fullwidth\";i:1;s:7:\"masonry\";i:2;s:10:\"pagination\";i:3;s:7:\"sorting\";i:4;s:5:\"video\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:16:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:4:\"Taft\";s:5:\"alias\";s:21:\"media_grid_howardtaft\";s:3:\"zip\";s:25:\"media_grid_howardtaft.zip\";s:3:\"uid\";s:32:\"eebc5585762fe9889ceff28fae22137d\";s:3:\"img\";s:8:\"taft.jpg\";s:7:\"preview\";s:81:\"https://www.essential-grid.com/template_library/multimedia-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:87:\"<div class=\"hcap\">3 x 3 Grid<br/>Video Entries<br>Directional Hover<br/>Load More</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:4:{i:0;s:4:\"even\";i:1;s:8:\"loadmore\";i:2;s:12:\"nonavigation\";i:3;s:5:\"video\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:16:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:7:\"Wilbert\";s:5:\"alias\";s:14:\"clients_grid_2\";s:3:\"zip\";s:18:\"clients_grid_2.zip\";s:3:\"uid\";s:32:\"f27f88f41b38547d344e6cf993951862\";s:3:\"img\";s:11:\"wilbert.jpg\";s:7:\"preview\";s:94:\"https://www.essential-grid.com/template_library/wilbert-client-and-logo-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:86:\"<div class=\"hcap\">4 x 3 Grid<br/>Icons via Meta<br/>B&W Effect<br/>No Navigation</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:7:\"clients\";i:1;s:4:\"even\";i:2;s:12:\"nonavigation\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:08:49\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:16:{s:2:\"id\";s:2:\"16\";s:5:\"title\";s:9:\"Roosevelt\";s:5:\"alias\";s:19:\"even_grid_roosevelt\";s:3:\"zip\";s:23:\"even_grid_roosevelt.zip\";s:3:\"uid\";s:32:\"5a8c19d4149497e2b6ba24a367ef008f\";s:3:\"img\";s:13:\"roosevelt.jpg\";s:7:\"preview\";s:94:\"https://www.essential-grid.com/template_library/roosevelt-hover-detail-wordpress-post-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:92:\"<div class=\"hcap\">Full-Screen Grid<br/>Push Up Media Hover<br/>Left & Right Nav Arrows</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:10:\"fullscreen\";i:2;s:10:\"pagination\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:16:{s:2:\"id\";s:2:\"17\";s:5:\"title\";s:6:\"Quincy\";s:5:\"alias\";s:16:\"even_grid_quincy\";s:3:\"zip\";s:20:\"even_grid_quincy.zip\";s:3:\"uid\";s:32:\"7a6e7bbd01c5d558748c8c2c7b6373b9\";s:3:\"img\";s:10:\"quincy.jpg\";s:7:\"preview\";s:89:\"https://www.essential-grid.com/template_library/quincy-zoom-hover-wordpress-post-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:129:\"<div class=\"hcap\">Single / Double Row<br/>Slider Style<br/>Link & Lightbox Icons<br/>Left & Right Nav Arrows<br/>Pagination</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:9:\"fullwidth\";i:2;s:10:\"pagination\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:16:{s:2:\"id\";s:2:\"18\";s:5:\"title\";s:17:\"Price Tables Ford\";s:5:\"alias\";s:17:\"price_tables_ford\";s:3:\"zip\";s:21:\"price_tables_ford.zip\";s:3:\"uid\";s:32:\"1ebd3eab67b822e45ad9648b9701ce01\";s:3:\"img\";s:8:\"ford.jpg\";s:7:\"preview\";s:80:\"https://www.essential-grid.com/template_library/ford-price-tables-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:82:\"<div class=\"hcap\">Traditional Price Tables<br/>Icons on Hover<br/>Pagination</div>\";s:11:\"setup_notes\";s:64:\"No Example Products included.<br> \r\nSelect a source for content.\";s:6:\"filter\";a:4:{i:0;s:9:\"fullwidth\";i:1;s:7:\"masonry\";i:2;s:10:\"pagination\";i:3;s:11:\"pricetables\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:16:{s:2:\"id\";s:2:\"19\";s:5:\"title\";s:18:\"Price Tables Nixon\";s:5:\"alias\";s:16:\"price_tables_two\";s:3:\"zip\";s:20:\"price_tables_two.zip\";s:3:\"uid\";s:32:\"a45c055632139fadbc92232031fcd3d5\";s:3:\"img\";s:9:\"nixon.jpg\";s:7:\"preview\";s:93:\"https://www.essential-grid.com/template_library/nixon-woocommerce-price-tables-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:84:\"<div class=\"hcap\">Price Table Scroller<br/>Show Image Hover<br/>Stacked Tables</div>\";s:11:\"setup_notes\";s:64:\"No Example Products included.<br> \r\nSelect a source for content.\";s:6:\"filter\";a:3:{i:0;s:7:\"masonry\";i:1;s:12:\"nonavigation\";i:2;s:11:\"pricetables\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:16:{s:2:\"id\";s:2:\"20\";s:5:\"title\";s:18:\"Price Tables Grant\";s:5:\"alias\";s:16:\"price_tables_one\";s:3:\"zip\";s:20:\"price_tables_one.zip\";s:3:\"uid\";s:32:\"19be80fd1a58cbb3714ee76453b11771\";s:3:\"img\";s:9:\"grant.jpg\";s:7:\"preview\";s:89:\"https://www.essential-grid.com/template_library/ulysses-woocommerce-product-price-tables/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:116:\"<div class=\"hcap\">Price Table Scroller<br/>Show Image Hover<br/>Left & Right Nav Arrows<br/>Boxed & Full Shown</div>\";s:11:\"setup_notes\";s:64:\"No Example Products included.<br> \r\nSelect a source for content.\";s:6:\"filter\";a:4:{i:0;s:9:\"fullwidth\";i:1;s:7:\"masonry\";i:2;s:10:\"pagination\";i:3;s:11:\"pricetables\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:16:{s:2:\"id\";s:2:\"21\";s:5:\"title\";s:7:\"Johnson\";s:5:\"alias\";s:17:\"even_grid_johnson\";s:3:\"zip\";s:21:\"even_grid_johnson.zip\";s:3:\"uid\";s:32:\"bcc38fc15aa572544a076bbd38b867af\";s:3:\"img\";s:11:\"johnson.jpg\";s:7:\"preview\";s:87:\"https://www.essential-grid.com/template_library/johnson-minimal-wordpress-post-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:96:\"<div class=\"hcap\">Full Width Grid<br/>Colored Hover<br/>3 Icons on Hover<br/>No Navigation</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:9:\"fullwidth\";i:2;s:12:\"nonavigation\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:16:{s:2:\"id\";s:2:\"22\";s:5:\"title\";s:9:\"Cleveland\";s:5:\"alias\";s:19:\"even_grid_cleveland\";s:3:\"zip\";s:23:\"even_grid_cleveland.zip\";s:3:\"uid\";s:32:\"fc12421ec2c8804996d8c766a7d7c01d\";s:3:\"img\";s:13:\"cleveland.jpg\";s:7:\"preview\";s:94:\"https://www.essential-grid.com/template_library/cleveland-hover-effect-wordpress-blog-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:102:\"<div class=\"hcap\">Full Width Grid<br/>Content on Hover<br/>Filters<br/>Pagination<br/>Nav Arrows</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:5:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:9:\"fullwidth\";i:3;s:10:\"pagination\";i:4;s:7:\"sorting\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:16:{s:2:\"id\";s:2:\"23\";s:5:\"title\";s:4:\"Bush\";s:5:\"alias\";s:20:\"even_grid_georgebush\";s:3:\"zip\";s:24:\"even_grid_georgebush.zip\";s:3:\"uid\";s:32:\"ca6e67691019249b786a7ea5fa577a71\";s:3:\"img\";s:8:\"bush.jpg\";s:7:\"preview\";s:95:\"https://www.essential-grid.com/template_library/bush-fullwidth-blog-post-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:88:\"<div class=\"hcap\">Full Width 2 Row<br/>Cover Grow Hover<br/>Filters<br/>Nav Arrows</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:9:\"fullwidth\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:16:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:8:\"Harrison\";s:5:\"alias\";s:23:\"even_grid_henryharrison\";s:3:\"zip\";s:27:\"even_grid_henryharrison.zip\";s:3:\"uid\";s:32:\"be1e10b8bfc8ad490402e8b7605bc428\";s:3:\"img\";s:12:\"harrison.jpg\";s:7:\"preview\";s:87:\"https://www.essential-grid.com/template_library/harrison-bubbly-wordpress-blog-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:83:\"<div class=\"hcap\">Full Width 4 Row<br/>Special Effect Hover<br/>No Navigation</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:9:\"fullwidth\";i:2;s:12:\"nonavigation\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:16:{s:2:\"id\";s:2:\"25\";s:5:\"title\";s:8:\"VanBuren\";s:5:\"alias\";s:18:\"even_grid_vanburen\";s:3:\"zip\";s:22:\"even_grid_vanburen.zip\";s:3:\"uid\";s:32:\"c4633fba2e78794bcdef41c06d703c39\";s:3:\"img\";s:12:\"vanburen.jpg\";s:7:\"preview\";s:91:\"https://www.essential-grid.com/template_library/vanburen-dark-hover-wordpress-post-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:105:\"<div class=\"hcap\">Full Width 3 Row<br/>Dark Opacity Hover<br/>Filters<br/>Pagination<br/>Nav Arrows</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:4:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:9:\"fullwidth\";i:3;s:10:\"pagination\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:16:{s:2:\"id\";s:2:\"26\";s:5:\"title\";s:7:\"Jackson\";s:5:\"alias\";s:17:\"even_grid_jackson\";s:3:\"zip\";s:21:\"even_grid_jackson.zip\";s:3:\"uid\";s:32:\"b433ca06c9e23c037437944c64a2b4da\";s:3:\"img\";s:11:\"jackson.jpg\";s:7:\"preview\";s:87:\"https://www.essential-grid.com/template_library/jackson-stylish-wordpress-blog-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:117:\"<div class=\"hcap\">Full Width 1:1 Grid<br/>Clean White Hover<br/>Link & Lightbox Icons<br/>Filters<br/>Load More</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:4:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:9:\"fullwidth\";i:3;s:10:\"pagination\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:16:{s:2:\"id\";s:2:\"27\";s:5:\"title\";s:9:\"Jefferson\";s:5:\"alias\";s:19:\"even_grid_jefferson\";s:3:\"zip\";s:23:\"even_grid_jefferson.zip\";s:3:\"uid\";s:32:\"4aa970752344a63ca15558bd286efca9\";s:3:\"img\";s:13:\"jefferson.jpg\";s:7:\"preview\";s:83:\"https://www.essential-grid.com/template_library/variable-columns-flip-item-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:121:\"<div class=\"hcap\">Custom Row Grid<br/>Red Flip Hover<br/>Link & Lightbox Icons<br/>Filters & Sorting<br/>Pagination</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:7:{i:0;s:4:\"even\";i:1;s:14:\"filterdropdown\";i:2;s:9:\"filtering\";i:3;s:9:\"fullwidth\";i:4;s:10:\"pagination\";i:5;s:7:\"sorting\";i:6;s:15:\"variablecolumns\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:16:{s:2:\"id\";s:2:\"28\";s:5:\"title\";s:8:\"Garfield\";s:5:\"alias\";s:21:\"masonry_grid_garfield\";s:3:\"zip\";s:25:\"masonry_grid_garfield.zip\";s:3:\"uid\";s:32:\"5f73bbe117ebfb9b68ff85ee32bf4578\";s:3:\"img\";s:12:\"garfield.jpg\";s:7:\"preview\";s:91:\"https://www.essential-grid.com/template_library/garfield-wordpress-news-post-magazine-grid/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:113:\"<div class=\"hcap\">Masonry Blog Style<br/>Content on Top<br/>Dark Media Hover<br/>Load More<br/>Lazy Loading</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:8:\"loadmore\";i:1;s:7:\"masonry\";i:2;s:10:\"pagination\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:16:{s:2:\"id\";s:2:\"29\";s:5:\"title\";s:6:\"Reagan\";s:5:\"alias\";s:26:\"masonry_grid_ronald_reagan\";s:3:\"zip\";s:30:\"masonry_grid_ronald_reagan.zip\";s:3:\"uid\";s:32:\"ae42d4e11ba5e393274edf5099a4a43f\";s:3:\"img\";s:10:\"raegan.jpg\";s:7:\"preview\";s:96:\"https://www.essential-grid.com/template_library/reagan-blog-post-overview-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:124:\"<div class=\"hcap\">Masonry Blog Style<br/>Static Caption<br/>Link Show Hover<br/>Filters & Sorting<br/>Scroll Load More</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:7:{i:0;s:14:\"filterdropdown\";i:1;s:9:\"filtering\";i:2;s:9:\"fullwidth\";i:3;s:8:\"loadmore\";i:4;s:7:\"masonry\";i:5;s:10:\"pagination\";i:6;s:7:\"sorting\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:16:{s:2:\"id\";s:2:\"30\";s:5:\"title\";s:6:\"Carter\";s:5:\"alias\";s:23:\"masonryblog_jimmycarter\";s:3:\"zip\";s:27:\"masonryblog_jimmycarter.zip\";s:3:\"uid\";s:32:\"4832dc2a147e574f20c537b958f2d9ae\";s:3:\"img\";s:10:\"carter.jpg\";s:7:\"preview\";s:86:\"https://www.essential-grid.com/template_library/carter-masonry-wordpress-post-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:104:\"<div class=\"hcap\">Masonry Blog Style<br/>3D Effect Hover<br/>Filters<br/>Pagination<br/>Nav Arrows</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:5:{i:0;s:9:\"filtering\";i:1;s:9:\"fullwidth\";i:2;s:7:\"masonry\";i:3;s:10:\"pagination\";i:4;s:7:\"sorting\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:16:{s:2:\"id\";s:2:\"31\";s:5:\"title\";s:6:\"Monroe\";s:5:\"alias\";s:16:\"even_grid_monroe\";s:3:\"zip\";s:20:\"even_grid_monroe.zip\";s:3:\"uid\";s:32:\"2399e4ae114ede833e881a78566050e8\";s:3:\"img\";s:10:\"monroe.jpg\";s:7:\"preview\";s:87:\"https://www.essential-grid.com/template_library/monroe-blog-post-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:95:\"<div class=\"hcap\">3x4 Grid<br/>Static Caption<br/>Button on Hover<br/>Filters<br/>Sorting</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:7:\"sorting\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:16:{s:2:\"id\";s:2:\"32\";s:5:\"title\";s:7:\"Madison\";s:5:\"alias\";s:17:\"even_grid_madison\";s:3:\"zip\";s:21:\"even_grid_madison.zip\";s:3:\"uid\";s:32:\"0e0e929128e8f9047da8e95ed37da4f6\";s:3:\"img\";s:11:\"madison.jpg\";s:7:\"preview\";s:96:\"https://www.essential-grid.com/template_library/madison-even-grid-wordpress-woocommerce-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:97:\"<div class=\"hcap\">4x3 Grid<br/>Dark Flip Hovers<br/>Link & Lightbox Icons<br/>No Navigation</div>\";s:11:\"setup_notes\";s:67:\"Build for WooCommerce Products <br>\r\nbut any content type will fit.\";s:6:\"filter\";a:2:{i:0;s:4:\"even\";i:1;s:12:\"nonavigation\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:16:{s:2:\"id\";s:2:\"33\";s:5:\"title\";s:5:\"Adams\";s:5:\"alias\";s:15:\"even_grid_adams\";s:3:\"zip\";s:19:\"even_grid_adams.zip\";s:3:\"uid\";s:32:\"2b48888d484376485f80a175876907c6\";s:3:\"img\";s:9:\"adams.jpg\";s:7:\"preview\";s:96:\"https://www.essential-grid.com/template_library/adams-variable-fullwidth-wordpress-post-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:119:\"<div class=\"hcap\">Custom Row Grid<br/>Green Hovers<br/>Link & Lightbox Icons<br/>Filters & Sorting<br/>Pagination</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:6:{i:0;s:4:\"even\";i:1;s:14:\"filterdropdown\";i:2;s:9:\"filtering\";i:3;s:10:\"pagination\";i:4;s:7:\"sorting\";i:5;s:15:\"variablecolumns\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:16:{s:2:\"id\";s:2:\"34\";s:5:\"title\";s:10:\"Washington\";s:5:\"alias\";s:20:\"even_grid_washington\";s:3:\"zip\";s:24:\"even_grid_washington.zip\";s:3:\"uid\";s:32:\"81fa93476a5e8ecd8efa146f54c2bd5d\";s:3:\"img\";s:14:\"washington.jpg\";s:7:\"preview\";s:99:\"https://www.essential-grid.com/template_library/washington-tranparent-hover-wordpress-post-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:119:\"<div class=\"hcap\">3x3 Grid<br/>Dark Opacity Hovers<br/>Link & Lightbox Icons<br/>Filters & Pagination<br/>Sorting</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:4:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:10:\"pagination\";i:3;s:7:\"sorting\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:16:{s:2:\"id\";s:2:\"35\";s:5:\"title\";s:6:\"Mullen\";s:5:\"alias\";s:10:\"joe-mullen\";s:3:\"zip\";s:14:\"joe-mullen.zip\";s:3:\"uid\";s:32:\"904cc1afb3d66ab851b199f0dd647b7b\";s:3:\"img\";s:14:\"joe-mullen.jpg\";s:7:\"preview\";s:80:\"https://www.essential-grid.com/template_library/joe-mullen-custom-image-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:81:\"<div class=\"hcap\">Custom Row Grid<br/>DarkHover<br/>Minimal<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:76:\"Imports images to the media library<br>\r\nChange them on the single grid item\";s:6:\"filter\";a:3:{i:0;s:9:\"fullwidth\";i:1;s:12:\"nonavigation\";i:2;s:15:\"variablecolumns\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:16:{s:2:\"id\";s:2:\"36\";s:5:\"title\";s:10:\"Jari Kurri\";s:5:\"alias\";s:10:\"jari-kurri\";s:3:\"zip\";s:14:\"jari-kurri.zip\";s:3:\"uid\";s:32:\"1c4b4785e797ad2222d1f7fecab79649\";s:3:\"img\";s:14:\"jari-kurri.jpg\";s:7:\"preview\";s:81:\"https://www.essential-grid.com/template_library/jari-kurri-photograher-portfolio/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:97:\"<div class=\"hcap\">Custom Row Grid<br/>Filter Hover<br/>Stylish<br/>flickr Source (variable)</div>\";s:11:\"setup_notes\";s:98:\"Template was built with flickr Source,<br/>\r\neither add flickr API key or<br/>\r\nchange source type\";s:6:\"filter\";a:3:{i:0;s:12:\"nonavigation\";i:1;s:7:\"streams\";i:2;s:15:\"variablecolumns\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:16:{s:2:\"id\";s:2:\"37\";s:5:\"title\";s:13:\"Wayne Gretzky\";s:5:\"alias\";s:13:\"wayne-gretzky\";s:3:\"zip\";s:17:\"wayne-gretzky.zip\";s:3:\"uid\";s:32:\"c4c1a976fc6236fac530d21ef5b88a46\";s:3:\"img\";s:11:\"gretzky.jpg\";s:7:\"preview\";s:86:\"https://www.essential-grid.com/template_library/wayne-gretzky-custom-white-space-grid/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:97:\"<div class=\"hcap\">Custom Row Grid<br/>DarkHover<br/>Minimal<br/>Blank Items<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:76:\"Imports images to the media library<br>\r\nChange them on the single grid item\";s:6:\"filter\";a:4:{i:0;s:9:\"fullwidth\";i:1;s:7:\"masonry\";i:2;s:12:\"nonavigation\";i:3;s:15:\"variablecolumns\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:16:{s:2:\"id\";s:2:\"38\";s:5:\"title\";s:18:\"Viacheslav Fetisov\";s:5:\"alias\";s:18:\"viacheslav-fetisov\";s:3:\"zip\";s:11:\"fetisov.zip\";s:3:\"uid\";s:32:\"8c4bb3bc608390189df9aef958e88ff3\";s:3:\"img\";s:11:\"fetisov.jpg\";s:7:\"preview\";s:85:\"https://www.essential-grid.com/template_library/viacheslav-fetisov-behance-portfolio/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:57:\"<div class=\"hcap\">Even Grid<br/>Stream<br>Portfolio</div>\";s:11:\"setup_notes\";s:133:\"You will need to insert a Behance API key<br>\r\n in the \"Source Tab\", also please clear <br>\r\nthe stream cache when you apply changes.\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:12:\"nonavigation\";i:2;s:7:\"streams\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:16:{s:2:\"id\";s:2:\"39\";s:5:\"title\";s:14:\"Dark Portfolio\";s:5:\"alias\";s:14:\"portfolio-dark\";s:3:\"zip\";s:18:\"dark-portfolio.zip\";s:3:\"uid\";s:32:\"8ef34fed7cda3055b56f18510439f363\";s:3:\"img\";s:18:\"dark_portfolio.jpg\";s:7:\"preview\";s:74:\"https://www.essential-grid.com/template_library/dark-portfolio-photo-grid/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:74:\"<div class=\"hcap\">Custom Row Grid<br/>Red Hovers<br/>Read More Badge</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:7:\"masonry\";i:1;s:12:\"nonavigation\";i:2;s:15:\"variablecolumns\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:16:{s:2:\"id\";s:2:\"40\";s:5:\"title\";s:10:\"My YouTube\";s:5:\"alias\";s:10:\"my-youtube\";s:3:\"zip\";s:14:\"my-youtube.zip\";s:3:\"uid\";s:32:\"7f118ae4b11b24445fe533cc96763e94\";s:3:\"img\";s:14:\"my_youtube.jpg\";s:7:\"preview\";s:68:\"https://www.essential-grid.com/template_library/my-youtube-playlist/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:80:\"<div class=\"hcap\">Variable Columns<br/>Stream<br>Views, Likes<br>Load More</div>\";s:11:\"setup_notes\";s:133:\"You will need to insert a YouTube API key<br>\r\n in the \"Source Tab\", also please clear the<br>\r\n stream cache when you apply changes.\";s:6:\"filter\";a:6:{i:0;s:8:\"loadmore\";i:1;s:7:\"masonry\";i:2;s:12:\"nonavigation\";i:3;s:7:\"streams\";i:4;s:15:\"variablecolumns\";i:5;s:5:\"video\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:16:{s:2:\"id\";s:2:\"41\";s:5:\"title\";s:12:\"My YouTube 2\";s:5:\"alias\";s:12:\"my-youtube-2\";s:3:\"zip\";s:16:\"my-youtube-2.zip\";s:3:\"uid\";s:32:\"bd4ce42cbad845ee3f6d295f14224a00\";s:3:\"img\";s:16:\"my_youtube_2.jpg\";s:7:\"preview\";s:68:\"https://www.essential-grid.com/template_library/my-youtube-2-player/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:80:\"<div class=\"hcap\">Variable Columns<br/>Stream<br>Views, Likes<br>Load More</div>\";s:11:\"setup_notes\";s:133:\"You will need to insert a YouTube API key<br>\r\n in the \"Source Tab\", also please clear the<br>\r\n stream cache when you apply changes.\";s:6:\"filter\";a:5:{i:0;s:8:\"loadmore\";i:1;s:12:\"nonavigation\";i:2;s:7:\"streams\";i:3;s:15:\"variablecolumns\";i:4;s:5:\"video\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:16:{s:2:\"id\";s:2:\"42\";s:5:\"title\";s:8:\"My Vimeo\";s:5:\"alias\";s:8:\"my-vimeo\";s:3:\"zip\";s:12:\"my-vimeo.zip\";s:3:\"uid\";s:32:\"d0235dd2ccce6602197882e423d32b88\";s:3:\"img\";s:12:\"my_vimeo.jpg\";s:7:\"preview\";s:66:\"https://www.essential-grid.com/template_library/my-vimeo-playlist/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:80:\"<div class=\"hcap\">Variable Columns<br/>Stream<br>Views, Likes<br>Load More</div>\";s:11:\"setup_notes\";s:59:\"Please clear the stream cache<br> \r\nwhen you apply changes.\";s:6:\"filter\";a:4:{i:0;s:8:\"loadmore\";i:1;s:7:\"streams\";i:2;s:15:\"variablecolumns\";i:3;s:5:\"video\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:16:{s:2:\"id\";s:2:\"43\";s:5:\"title\";s:12:\"My Instagram\";s:5:\"alias\";s:12:\"my-instagram\";s:3:\"zip\";s:16:\"my-instagram.zip\";s:3:\"uid\";s:32:\"58ced5a252fa1998a8cdb95ee2cd01d8\";s:3:\"img\";s:16:\"my-instagram.jpg\";s:7:\"preview\";s:70:\"https://www.essential-grid.com/template_library/instagram-grid-photos/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:76:\"<div class=\"hcap\">Masonry Grid<br/>Stream<br>Pagination<br>Shape hover</div>\";s:11:\"setup_notes\";s:80:\"Please clear the stream cache when<br>\r\n you apply changes to the stream source.\";s:6:\"filter\";a:4:{i:0;s:7:\"masonry\";i:1;s:10:\"pagination\";i:2;s:7:\"streams\";i:3;s:5:\"video\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:16:{s:2:\"id\";s:2:\"44\";s:5:\"title\";s:14:\"My Instagram 2\";s:5:\"alias\";s:14:\"my-instagram-2\";s:3:\"zip\";s:18:\"my-instagram-2.zip\";s:3:\"uid\";s:32:\"f5094a245731501bc553295ee5582a04\";s:3:\"img\";s:18:\"my-instagram-2.jpg\";s:7:\"preview\";s:77:\"https://www.essential-grid.com/template_library/my-instagram-2-funky-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:86:\"<div class=\"hcap\">Masonry Grid<br/>Stream<br>Pagination<br>Shape animation hover</div>\";s:11:\"setup_notes\";s:80:\"Please clear the stream cache when<br>\r\n you apply changes to the stream source.\";s:6:\"filter\";a:5:{i:0;s:7:\"masonry\";i:1;s:10:\"pagination\";i:2;s:7:\"streams\";i:3;s:15:\"variablecolumns\";i:4;s:5:\"video\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:16:{s:2:\"id\";s:2:\"45\";s:5:\"title\";s:16:\"My Handmade Blog\";s:5:\"alias\";s:16:\"my-handmade-blog\";s:3:\"zip\";s:15:\"my-handmade.zip\";s:3:\"uid\";s:32:\"162fa8de74410bb015f86cb4a7e7ef6c\";s:3:\"img\";s:15:\"my-handmade.jpg\";s:7:\"preview\";s:79:\"https://www.essential-grid.com/template_library/my-handmade-blog-post-overview/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:88:\"<div class=\"hcap\">Custom Row Grid<br/>Dark Hover<br/>Social Button<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:76:\"Imports images to the media library<br>\r\nChange them on the single grid item\";s:6:\"filter\";a:2:{i:0;s:12:\"nonavigation\";i:1;s:15:\"variablecolumns\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:16:{s:2:\"id\";s:2:\"46\";s:5:\"title\";s:15:\"Furniture Store\";s:5:\"alias\";s:15:\"furniture-store\";s:3:\"zip\";s:28:\"furniture_store_complete.zip\";s:3:\"uid\";s:32:\"6a1d870475b15c3fbdad65edbcadd56a\";s:3:\"img\";s:19:\"furniture-store.jpg\";s:7:\"preview\";s:85:\"https://www.essential-grid.com/template_library/furniture-shop-lightbox-grid-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:85:\"<div class=\"hcap\">Custom Row Grid<br/>Lightbox for Detail Grids<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:142:\"5MB Download File (contact our support for single grids)<br>\r\nImports images to the media library<br>\r\nChange them on the single grid item<br>\";s:6:\"filter\";a:2:{i:0;s:7:\"masonry\";i:1;s:15:\"variablecolumns\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:16:{s:2:\"id\";s:2:\"47\";s:5:\"title\";s:12:\"Denis Savard\";s:5:\"alias\";s:12:\"denis-savard\";s:3:\"zip\";s:16:\"denis-savard.zip\";s:3:\"uid\";s:32:\"9ce04544808c29a3b251f92954c4cfb3\";s:3:\"img\";s:16:\"denis-savard.jpg\";s:7:\"preview\";s:74:\"https://www.essential-grid.com/template_library/denis-savard-logo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:81:\"<div class=\"hcap\">Custom Row Grid<br/>DarkHover<br/>Minimal<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:76:\"Imports images to the media library<br>\r\nChange them on the single grid item\";s:6:\"filter\";a:3:{i:0;s:7:\"clients\";i:1;s:12:\"nonavigation\";i:2;s:15:\"variablecolumns\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:16:{s:2:\"id\";s:2:\"48\";s:5:\"title\";s:14:\"Dale Hawerchuk\";s:5:\"alias\";s:14:\"Dale Hawerchuk\";s:3:\"zip\";s:18:\"dale-hawerchuk.zip\";s:3:\"uid\";s:32:\"4c0bccc86e570cb89b6fc6a3b480acc3\";s:3:\"img\";s:18:\"dale-hawerchuk.jpg\";s:7:\"preview\";s:78:\"https://www.essential-grid.com/template_library/dale-hawerchuk-flickr-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:89:\"<div class=\"hcap\">Even Grid<br/>Dark Hover<br/>Stylish<br/>flickr Source (variable)</div>\";s:11:\"setup_notes\";s:98:\"Template was built with flickr Source,<br/>\r\neither add flickr API key or<br/>\r\nchange source type\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:12:\"nonavigation\";i:2;s:7:\"streams\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:16:{s:2:\"id\";s:2:\"49\";s:5:\"title\";s:14:\"Bernie Federko\";s:5:\"alias\";s:14:\"bernie-federko\";s:3:\"zip\";s:18:\"bernie-federko.zip\";s:3:\"uid\";s:32:\"f61204a7be405bc1f8f801fe346d0c13\";s:3:\"img\";s:17:\"berni-federko.jpg\";s:7:\"preview\";s:81:\"https://www.essential-grid.com/template_library/bernie-federko-portfolio-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:101:\"<div class=\"hcap\">Custom Row Grid<br/>Tooltip Hover<br/>Minimal<br/>Blank Items<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:76:\"Imports images to the media library<br>\r\nChange them on the single grid item\";s:6:\"filter\";a:4:{i:0;s:7:\"clients\";i:1;s:7:\"masonry\";i:2;s:12:\"nonavigation\";i:3;s:15:\"variablecolumns\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:16:{s:2:\"id\";s:2:\"50\";s:5:\"title\";s:16:\"Bernie Federko 2\";s:5:\"alias\";s:16:\"bernie-federko-2\";s:3:\"zip\";s:20:\"bernie-federko-2.zip\";s:3:\"uid\";s:32:\"8646eefad5b1446954e16e7c0aa1e087\";s:3:\"img\";s:20:\"bernie-federko-2.jpg\";s:7:\"preview\";s:83:\"https://www.essential-grid.com/template_library/bernie-federko-2-portfolio-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:99:\"<div class=\"hcap\">Custom Row Grid<br/>Funky Hover<br/>Minimal<br/>Blank Items<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:76:\"Imports images to the media library<br>\r\nChange them on the single grid item\";s:6:\"filter\";a:4:{i:0;s:7:\"clients\";i:1;s:7:\"masonry\";i:2;s:12:\"nonavigation\";i:3;s:15:\"variablecolumns\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:16:{s:2:\"id\";s:2:\"51\";s:5:\"title\";s:6:\"Wilson\";s:5:\"alias\";s:13:\"woodrowwilson\";s:3:\"zip\";s:17:\"woodrowwilson.zip\";s:3:\"uid\";s:32:\"39d28845e10f32a759a27cdacba84693\";s:3:\"img\";s:10:\"wilson.jpg\";s:7:\"preview\";s:57:\"https://www.essential-grid.com/grids/wilson-post-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:78:\"<div class=\"hcap\">Variable Columns<br/>Clean Hover<br/>Filter/Pagination</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:4:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:10:\"pagination\";i:3;s:15:\"variablecolumns\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:05:46\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:16:{s:2:\"id\";s:2:\"52\";s:5:\"title\";s:12:\"Honus Wagner\";s:5:\"alias\";s:12:\"honus_wagner\";s:3:\"zip\";s:16:\"honus_wagner.zip\";s:3:\"uid\";s:32:\"460d8adc56999b662544efc5eef707b5\";s:3:\"img\";s:16:\"honus_wagner.jpg\";s:7:\"preview\";s:93:\"https://www.essential-grid.com/template_library/honus-wagner-blog-post-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:86:\"<div class=\"hcap\">Masonry Blog Style<br/>Minimal Hover<br/>Filters<br/>Load More</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:8:\"loadmore\";i:1;s:7:\"masonry\";i:2;s:12:\"nonavigation\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:16:{s:2:\"id\";s:2:\"53\";s:5:\"title\";s:9:\"Babe Ruth\";s:5:\"alias\";s:9:\"babe_ruth\";s:3:\"zip\";s:13:\"babe_ruth.zip\";s:3:\"uid\";s:32:\"83fb845082470890ca3d1096e1f971c4\";s:3:\"img\";s:13:\"babe_ruth.jpg\";s:7:\"preview\";s:90:\"https://www.essential-grid.com/template_library/babe-ruth-blog-post-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:86:\"<div class=\"hcap\">Full Width 1:1 Grid<br/>Clean White Hover<br/>Grayscale Filter</div>\";s:11:\"setup_notes\";s:228:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a> <br>\r\nUse Global Option Media Filters for setting the Grayscale effect.\";s:6:\"filter\";a:1:{i:0;s:4:\"even\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:16:{s:2:\"id\";s:2:\"54\";s:5:\"title\";s:19:\"Dark Post Blog Grid\";s:5:\"alias\";s:14:\"dark_post_grid\";s:3:\"zip\";s:18:\"dark_post_grid.zip\";s:3:\"uid\";s:32:\"a421dd24c6d1b485b87938a6a5309fe3\";s:3:\"img\";s:13:\"dark_post.jpg\";s:7:\"preview\";s:85:\"https://www.essential-grid.com/template_library/dark-blog-post-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:72:\"<div class=\"hcap\">Even Grid<br/>Dark Hover<br/>Fancy<br/>Post Grid</div>\";s:11:\"setup_notes\";s:219:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a> <br>\r\nActivate Stroke Icons in Global Options or change icons.\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:10:\"pagination\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:16:{s:2:\"id\";s:2:\"55\";s:5:\"title\";s:10:\"Grant Fuhr\";s:5:\"alias\";s:10:\"grant-fuhr\";s:3:\"zip\";s:14:\"grant-fuhr.zip\";s:3:\"uid\";s:32:\"985061e10cb0e4508664753321558ed5\";s:3:\"img\";s:8:\"fuhr.jpg\";s:7:\"preview\";s:58:\"https://www.essential-grid.com/grids/grant-fuhr-blog-grid/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"3.0.0\";s:11:\"description\";s:106:\"<div class=\"hcap\">Custom Grid<br/>Mask Zoom Hover<br/>Colorful<br/>Perfect for Events, Photos, Posts</div>\";s:11:\"setup_notes\";s:76:\"Imports images to the media library<br>\r\nChange them on the single grid item\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:9:\"newupdate\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:04:43\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:16:{s:2:\"id\";s:2:\"56\";s:5:\"title\";s:14:\"Pat LaFontaine\";s:5:\"alias\";s:14:\"pat-lafontaine\";s:3:\"zip\";s:18:\"pat-lafontaine.zip\";s:3:\"uid\";s:32:\"35d905fa8c33ebce02611a398b963c70\";s:3:\"img\";s:18:\"pat-lafontaine.jpg\";s:7:\"preview\";s:69:\"https://www.essential-grid.com/grids/pat-lafontaine-woocommerce-grid/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"3.0.0\";s:11:\"description\";s:90:\"<div class=\"hcap\">Custom Grid<br/>Mask Zoom Hover<br/>Colorful<br/>Use it everywhere</div>\";s:11:\"setup_notes\";s:76:\"Imports images to the media library<br>\r\nChange them on the single grid item\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:9:\"newupdate\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:04:11\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:16:{s:2:\"id\";s:2:\"57\";s:5:\"title\";s:13:\"Clark Gillies\";s:5:\"alias\";s:13:\"clark-gillies\";s:3:\"zip\";s:17:\"clark-gillies.zip\";s:3:\"uid\";s:32:\"1687bd0ef44045e8407ac396f1c18558\";s:3:\"img\";s:17:\"clark-gillies.jpg\";s:7:\"preview\";s:61:\"https://www.essential-grid.com/grids/clark-gillies-blog-grid/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"3.0.0\";s:11:\"description\";s:89:\"<div class=\"hcap\">Stylish post grid<br/>Blurred Hover<br/>Grayscale Filter optional</div>\";s:11:\"setup_notes\";s:231:\"Demo posts available via import menu.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a> <br>\r\nUse Global Option Media Filters for setting the Grayscale effect.\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:9:\"newupdate\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:04:58\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:16:{s:2:\"id\";s:2:\"58\";s:5:\"title\";s:9:\"Uwe Krupp\";s:5:\"alias\";s:9:\"uwe-krupp\";s:3:\"zip\";s:13:\"uwe-krupp.zip\";s:3:\"uid\";s:32:\"6513fe05651720633c4028cdc4b48854\";s:3:\"img\";s:13:\"uwe-krupp.jpg\";s:7:\"preview\";s:57:\"https://www.essential-grid.com/grids/uwe-krupp-blog-grid/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"3.0.0\";s:11:\"description\";s:83:\"<div class=\"hcap\">Even post Grid<br/>Clean Grayscale Hover<br/>Social Sharing</div>\";s:11:\"setup_notes\";s:228:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a> <br>\r\nUse Global Option Media Filters for setting the Grayscale effect.\";s:6:\"filter\";a:4:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:9:\"newupdate\";i:3;s:7:\"sorting\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 17:53:36\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:16:{s:2:\"id\";s:2:\"59\";s:5:\"title\";s:14:\"Leon Draisaitl\";s:5:\"alias\";s:14:\"leon-draisaitl\";s:3:\"zip\";s:18:\"leon-draisaitl.zip\";s:3:\"uid\";s:32:\"90ae1e88586cc5121305195fc9ff274c\";s:3:\"img\";s:18:\"leon-draisaitl.jpg\";s:7:\"preview\";s:69:\"https://www.essential-grid.com/grids/leon-draisaitl-woocommerce-grid/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"3.0.0\";s:11:\"description\";s:73:\"<div class=\"hcap\">Even Grid<br/>Image swap on hover<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:80:\"Imports images to the media library<br>\r\nChange them on the single grid item<br>\";s:6:\"filter\";a:4:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:8:\"loadmore\";i:3;s:9:\"newupdate\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:04:26\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:16:{s:2:\"id\";s:2:\"60\";s:5:\"title\";s:11:\"Rod Langway\";s:5:\"alias\";s:11:\"rod-langway\";s:3:\"zip\";s:15:\"rod-langway.zip\";s:3:\"uid\";s:32:\"1a913cbe2165117edf31e037f13f8d5d\";s:3:\"img\";s:15:\"rod-langway.jpg\";s:7:\"preview\";s:64:\"https://www.essential-grid.com/grids/rod-langway-portfolio-grid/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"3.0.0\";s:11:\"description\";s:83:\"<div class=\"hcap\">Custom Row Grid<br/>Lens click hover effect<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:80:\"Imports images to the media library<br>\r\nChange them on the single grid item<br>\";s:6:\"filter\";a:3:{i:0;s:9:\"filtering\";i:1;s:9:\"newupdate\";i:2;s:15:\"variablecolumns\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 17:53:57\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:16:{s:2:\"id\";s:2:\"62\";s:5:\"title\";s:11:\"Ray Bourque\";s:5:\"alias\";s:11:\"ray-bourque\";s:3:\"zip\";s:15:\"ray-bourque.zip\";s:3:\"uid\";s:32:\"6b4ec25011d5ff873661f5432a9a6973\";s:3:\"img\";s:15:\"ray_bourque.jpg\";s:7:\"preview\";s:64:\"https://www.essential-grid.com/grids/ray-bourque-portfolio-grid/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:83:\"<div class=\"hcap\">Custom Row Grid<br/>Clean grey hover effect<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:80:\"Imports images to the media library<br>\r\nChange them on the single grid item<br>\";s:6:\"filter\";a:3:{i:0;s:9:\"filtering\";i:1;s:9:\"newupdate\";i:2;s:15:\"variablecolumns\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:03:55\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}}}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(377, 'poolservices_options_taxonomy_7', 'a:126:{s:10:\"body_style\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:12:\"show_reviews\";s:7:\"inherit\";s:17:\"reviews_criterias\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}', 'yes'),
(378, 'poolservices_options_taxonomy_8', 'a:126:{s:10:\"body_style\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:12:\"show_reviews\";s:7:\"inherit\";s:17:\"reviews_criterias\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}', 'yes'),
(379, 'poolservices_options_taxonomy_9', 'a:126:{s:10:\"body_style\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:12:\"show_reviews\";s:7:\"inherit\";s:17:\"reviews_criterias\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}', 'yes'),
(380, 'poolservices_options_template_404', 'a:127:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:10:\"theme_skin\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_slogan\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:4:\"none\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:2:\"no\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:2:\"no\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:2:\"no\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:2:\"no\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:3:\"yes\";s:15:\"contacts_scheme\";s:4:\"dark\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:18:\"show_post_comments\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";s:17:\"shop_loop_columns\";s:7:\"inherit\";}', 'yes'),
(381, 'poolservices_options_template_attachment', 'a:68:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:16:\"show_panel_image\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:2:\"no\";s:21:\"gallery_instead_image\";s:2:\"no\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:2:\"no\";s:16:\"substitute_video\";s:2:\"no\";s:10:\"show_share\";s:7:\"inherit\";}', 'yes'),
(382, 'poolservices_options_template_blog_clients', 'a:127:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:10:\"theme_skin\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_slogan\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:18:\"show_post_comments\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";s:17:\"shop_loop_columns\";s:7:\"inherit\";}', 'yes'),
(383, 'poolservices_options_template_blog_donations', 'a:127:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:10:\"theme_skin\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_slogan\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:5:\"right\";s:19:\"sidebar_main_scheme\";s:5:\"light\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:18:\"show_post_comments\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";s:17:\"shop_loop_columns\";s:7:\"inherit\";}', 'yes'),
(384, 'poolservices_options_template_blog_learndash', 'a:127:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:10:\"theme_skin\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:5:\"right\";s:19:\"sidebar_main_scheme\";s:5:\"light\";s:12:\"sidebar_main\";s:16:\"sidebar_custom_2\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:3:\"yes\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:2:\"no\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:2:\"no\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:2:\"no\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"excerpt\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:5:\"alter\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:4:\"date\";s:10:\"blog_order\";s:3:\"asc\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:18:\"show_post_comments\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}', 'yes'),
(385, 'poolservices_options_template_blog_matches', 'a:125:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:10:\"theme_skin\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:9:\"colored_1\";s:11:\"hover_style\";s:17:\"square effect_dir\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:18:\"show_post_comments\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(386, 'poolservices_options_template_blog_players', 'a:125:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:10:\"theme_skin\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:9:\"colored_1\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:18:\"show_post_comments\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}', 'yes'),
(387, 'poolservices_options_template_blog_services', 'a:127:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:10:\"theme_skin\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_slogan\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:18:\"show_post_comments\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";s:17:\"shop_loop_columns\";s:7:\"inherit\";}', 'yes'),
(388, 'poolservices_options_template_blog_team', 'a:125:{s:10:\"body_style\";s:7:\"inherit\";s:10:\"theme_skin\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_slogan\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"excerpt\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:5:\"alter\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:18:\"show_post_comments\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:21:\"blog_pagination_style\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";s:17:\"shop_loop_columns\";s:7:\"inherit\";}', 'yes'),
(389, 'poolservices_options_template_blog_woocommerce', 'a:123:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:4:\"left\";s:19:\"sidebar_main_scheme\";s:5:\"light\";s:12:\"sidebar_main\";s:12:\"sidebar_cart\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:3:\"yes\";s:21:\"sidebar_footer_scheme\";s:4:\"dark\";s:14:\"sidebar_footer\";s:14:\"sidebar_footer\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:2:\"no\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:2:\"no\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:2:\"no\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:2:\"no\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:1:\"9\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:2:\"no\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}', 'yes'),
(390, 'poolservices_options_template_buddypress', 'a:127:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:10:\"theme_skin\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_slogan\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:4:\"none\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:3:\"yes\";s:21:\"sidebar_footer_scheme\";s:5:\"light\";s:14:\"sidebar_footer\";s:16:\"sidebar_custom_3\";s:22:\"sidebar_footer_columns\";s:1:\"4\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:2:\"no\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:2:\"no\";s:25:\"show_post_title_on_quotes\";s:2:\"no\";s:14:\"show_post_info\";s:2:\"no\";s:16:\"show_post_author\";s:2:\"no\";s:14:\"show_post_tags\";s:2:\"no\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:18:\"show_post_comments\";s:2:\"no\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";s:17:\"shop_loop_columns\";s:7:\"inherit\";}', 'yes'),
(391, 'poolservices_options_template_courses', '', 'yes'),
(392, 'poolservices_options_template_learndash', 'a:127:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:10:\"theme_skin\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_slogan\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:5:\"right\";s:19:\"sidebar_main_scheme\";s:5:\"light\";s:12:\"sidebar_main\";s:16:\"sidebar_custom_2\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:1:\"2\";s:20:\"post_related_columns\";s:1:\"2\";s:18:\"show_post_comments\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";s:17:\"shop_loop_columns\";s:7:\"inherit\";}', 'yes'),
(393, 'poolservices_options_template_page', 'a:100:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:16:\"show_panel_image\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:4:\"none\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:2:\"no\";s:15:\"show_post_title\";s:2:\"no\";s:25:\"show_post_title_on_quotes\";s:2:\"no\";s:14:\"show_post_info\";s:2:\"no\";s:16:\"show_post_author\";s:2:\"no\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:2:\"no\";s:21:\"gallery_instead_image\";s:2:\"no\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}', 'yes'),
(394, 'poolservices_options_template_search', 'a:135:{s:10:\"theme_skin\";s:7:\"inherit\";s:12:\"color_scheme\";s:7:\"inherit\";s:10:\"link_color\";s:7:\"inherit\";s:9:\"link_dark\";s:7:\"inherit\";s:10:\"menu_color\";s:7:\"inherit\";s:9:\"menu_dark\";s:7:\"inherit\";s:10:\"user_color\";s:7:\"inherit\";s:9:\"user_dark\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"body_style\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:13:\"load_bg_image\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_custom_pattern\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_custom_image\";s:7:\"inherit\";s:24:\"bg_custom_image_position\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:9:\"logo_dark\";s:7:\"inherit\";s:10:\"logo_light\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_slogan\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:10:\"logo_align\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:17:\"top_panel_opacity\";s:7:\"inherit\";s:18:\"top_panel_bg_color\";s:7:\"inherit\";s:18:\"top_panel_bg_image\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:13:\"menu_position\";s:7:\"inherit\";s:10:\"menu_align\";s:7:\"inherit\";s:10:\"menu_width\";s:7:\"inherit\";s:14:\"show_menu_user\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:17:\"show_contact_info\";s:7:\"inherit\";s:14:\"show_languages\";s:7:\"inherit\";s:10:\"show_login\";s:7:\"inherit\";s:14:\"show_bookmarks\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:4:\"none\";s:21:\"sidebar_main_position\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:16:\"show_user_header\";s:7:\"inherit\";s:19:\"user_header_content\";s:7:\"inherit\";s:13:\"show_page_top\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:16:\"show_user_footer\";s:7:\"inherit\";s:19:\"user_footer_content\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:21:\"testimonials_bg_image\";s:7:\"inherit\";s:21:\"testimonials_bg_color\";s:7:\"inherit\";s:23:\"testimonials_bg_overlay\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:16:\"twitter_bg_image\";s:7:\"inherit\";s:16:\"twitter_bg_color\";s:7:\"inherit\";s:18:\"twitter_bg_overlay\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:24:\"substitute_slider_engine\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"blog_style\";s:9:\"masonry_3\";s:13:\"article_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:19:\"show_featured_image\";s:2:\"no\";s:15:\"show_post_title\";s:2:\"no\";s:25:\"show_post_title_on_quotes\";s:2:\"no\";s:14:\"show_post_info\";s:2:\"no\";s:16:\"show_post_author\";s:2:\"no\";s:14:\"show_post_tags\";s:2:\"no\";s:18:\"show_post_counters\";s:2:\"no\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:18:\"show_post_comments\";s:2:\"no\";s:15:\"blog_pagination\";s:8:\"viewmore\";s:21:\"blog_pagination_style\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}', 'yes'),
(395, 'poolservices_options_template_single', 'a:90:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:2:\"no\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:10:\"horizontal\";}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(396, 'poolservices_options_template_single_courses', 'a:135:{s:10:\"theme_skin\";s:7:\"inherit\";s:12:\"color_scheme\";s:7:\"inherit\";s:10:\"link_color\";s:7:\"inherit\";s:9:\"link_dark\";s:7:\"inherit\";s:10:\"menu_color\";s:7:\"inherit\";s:9:\"menu_dark\";s:7:\"inherit\";s:10:\"user_color\";s:7:\"inherit\";s:9:\"user_dark\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"body_style\";s:10:\"fullscreen\";s:11:\"body_filled\";s:7:\"inherit\";s:13:\"load_bg_image\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_custom_pattern\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_custom_image\";s:7:\"inherit\";s:24:\"bg_custom_image_position\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:9:\"logo_dark\";s:7:\"inherit\";s:10:\"logo_light\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_slogan\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:10:\"logo_align\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:17:\"top_panel_opacity\";s:7:\"inherit\";s:18:\"top_panel_bg_color\";s:7:\"inherit\";s:18:\"top_panel_bg_image\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:13:\"menu_position\";s:7:\"inherit\";s:10:\"menu_align\";s:7:\"inherit\";s:10:\"menu_width\";s:7:\"inherit\";s:14:\"show_menu_user\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:17:\"show_contact_info\";s:7:\"inherit\";s:14:\"show_languages\";s:7:\"inherit\";s:10:\"show_login\";s:7:\"inherit\";s:14:\"show_bookmarks\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:4:\"none\";s:21:\"sidebar_main_position\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:11:\"light white\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:16:\"show_user_header\";s:7:\"inherit\";s:19:\"user_header_content\";s:7:\"inherit\";s:13:\"show_page_top\";s:2:\"no\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:16:\"show_user_footer\";s:7:\"inherit\";s:19:\"user_footer_content\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:21:\"testimonials_bg_image\";s:7:\"inherit\";s:21:\"testimonials_bg_color\";s:7:\"inherit\";s:23:\"testimonials_bg_overlay\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:16:\"twitter_bg_image\";s:7:\"inherit\";s:16:\"twitter_bg_color\";s:7:\"inherit\";s:18:\"twitter_bg_overlay\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:24:\"substitute_slider_engine\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:18:\"dedicated_location\";s:6:\"center\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:14:\"single-courses\";s:19:\"show_featured_image\";s:3:\"yes\";s:15:\"show_post_title\";s:3:\"yes\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:3:\"yes\";s:16:\"show_post_author\";s:2:\"no\";s:14:\"show_post_tags\";s:2:\"no\";s:18:\"show_post_counters\";s:2:\"no\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:18:\"show_post_comments\";s:2:\"no\";s:15:\"blog_pagination\";s:7:\"inherit\";s:21:\"blog_pagination_style\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:10:\"show_share\";s:4:\"hide\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}', 'yes'),
(397, 'poolservices_options_template_single_donation', 'a:127:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:10:\"theme_skin\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_slogan\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:4:\"none\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:18:\"show_post_comments\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";s:17:\"shop_loop_columns\";s:7:\"inherit\";}', 'yes'),
(398, 'poolservices_options_template_single_learndash', 'a:127:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:10:\"theme_skin\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_slogan\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:5:\"right\";s:19:\"sidebar_main_scheme\";s:5:\"light\";s:12:\"sidebar_main\";s:16:\"sidebar_custom_2\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:2:\"no\";s:16:\"show_post_author\";s:2:\"no\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:1:\"2\";s:20:\"post_related_columns\";s:1:\"2\";s:18:\"show_post_comments\";s:3:\"yes\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";s:17:\"shop_loop_columns\";s:7:\"inherit\";}', 'yes'),
(399, 'poolservices_options_template_single_match', 'a:125:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:10:\"theme_skin\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:18:\"show_post_comments\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}', 'yes'),
(400, 'poolservices_options_template_single_service', 'a:101:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:16:\"show_panel_image\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:2:\"no\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:2:\"no\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}', 'yes'),
(401, 'poolservices_options_template_single_team', 'a:123:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:2:\"no\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:4:\"none\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:4:\"none\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:4:\"dark\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:3:\"yes\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"excerpt\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"stretch\";s:18:\"dedicated_location\";s:5:\"right\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:2:\"no\";s:25:\"show_post_title_on_quotes\";s:2:\"no\";s:14:\"show_post_info\";s:2:\"no\";s:16:\"show_post_author\";s:2:\"no\";s:14:\"show_post_tags\";s:2:\"no\";s:17:\"show_post_related\";s:3:\"yes\";s:18:\"post_related_count\";s:1:\"4\";s:20:\"post_related_columns\";s:1:\"4\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:4:\"hide\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}', 'yes'),
(402, 'poolservices_options_template_single_woocommerce', 'a:124:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:2:\"no\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:4:\"none\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:3:\"yes\";s:21:\"sidebar_footer_scheme\";s:4:\"dark\";s:14:\"sidebar_footer\";s:16:\"sidebar_custom_7\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:2:\"no\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:2:\"no\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:2:\"no\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:2:\"no\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:3:\"yes\";s:18:\"post_related_count\";s:1:\"4\";s:20:\"post_related_columns\";s:1:\"4\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}', 'yes'),
(403, 'poolservices_options_template_team', 'a:135:{s:10:\"theme_skin\";s:7:\"inherit\";s:12:\"color_scheme\";s:7:\"inherit\";s:10:\"link_color\";s:7:\"inherit\";s:9:\"link_dark\";s:7:\"inherit\";s:10:\"menu_color\";s:7:\"inherit\";s:9:\"menu_dark\";s:7:\"inherit\";s:10:\"user_color\";s:7:\"inherit\";s:9:\"user_dark\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"body_style\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:13:\"load_bg_image\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_custom_pattern\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_custom_image\";s:7:\"inherit\";s:24:\"bg_custom_image_position\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:9:\"logo_dark\";s:7:\"inherit\";s:10:\"logo_light\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_slogan\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:10:\"logo_align\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:17:\"top_panel_opacity\";s:7:\"inherit\";s:18:\"top_panel_bg_color\";s:7:\"inherit\";s:18:\"top_panel_bg_image\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:13:\"menu_position\";s:7:\"inherit\";s:10:\"menu_align\";s:7:\"inherit\";s:10:\"menu_width\";s:7:\"inherit\";s:14:\"show_menu_user\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:17:\"show_contact_info\";s:7:\"inherit\";s:14:\"show_languages\";s:7:\"inherit\";s:10:\"show_login\";s:7:\"inherit\";s:14:\"show_bookmarks\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:4:\"none\";s:21:\"sidebar_main_position\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:16:\"show_user_header\";s:7:\"inherit\";s:19:\"user_header_content\";s:7:\"inherit\";s:13:\"show_page_top\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:16:\"show_user_footer\";s:7:\"inherit\";s:19:\"user_footer_content\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:21:\"testimonials_bg_image\";s:7:\"inherit\";s:21:\"testimonials_bg_color\";s:7:\"inherit\";s:23:\"testimonials_bg_overlay\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:16:\"twitter_bg_image\";s:7:\"inherit\";s:16:\"twitter_bg_color\";s:7:\"inherit\";s:18:\"twitter_bg_overlay\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:24:\"substitute_slider_engine\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"blog_style\";s:9:\"related_3\";s:13:\"article_style\";s:5:\"boxed\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:18:\"dedicated_location\";s:4:\"left\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:18:\"show_post_counters\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:18:\"show_post_comments\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:21:\"blog_pagination_style\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}', 'yes'),
(404, 'poolservices_options_template_tribe_events_default_template', 'a:93:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:10:\"theme_skin\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_slogan\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:5:\"right\";s:19:\"sidebar_main_scheme\";s:5:\"light\";s:12:\"sidebar_main\";s:16:\"sidebar_custom_4\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:2:\"no\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:2:\"no\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:18:\"show_post_comments\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:17:\"shop_loop_columns\";s:7:\"inherit\";}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(405, 'poolservices_options_template_woocommerce', 'a:133:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:10:\"theme_skin\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:8:\"header_4\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:4:\"left\";s:19:\"sidebar_main_scheme\";s:5:\"light\";s:12:\"sidebar_main\";s:16:\"sidebar_custom_1\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:5:\"boxed\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:3:\"yes\";s:25:\"show_post_title_on_quotes\";s:2:\"no\";s:14:\"show_post_info\";s:2:\"no\";s:16:\"show_post_author\";s:2:\"no\";s:14:\"show_post_tags\";s:2:\"no\";s:17:\"show_post_related\";s:3:\"yes\";s:18:\"post_related_count\";s:1:\"3\";s:20:\"post_related_columns\";s:1:\"3\";s:18:\"show_post_comments\";s:2:\"no\";s:15:\"blog_pagination\";s:5:\"pages\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";s:9:\"shop_mode\";s:7:\"inherit\";s:17:\"show_mode_buttons\";s:7:\"inherit\";s:17:\"shop_loop_columns\";s:7:\"inherit\";s:13:\"show_currency\";s:7:\"inherit\";s:9:\"show_cart\";s:7:\"inherit\";s:18:\"crop_product_thumb\";s:7:\"inherit\";}', 'yes'),
(406, 'booked_addon_viewed_booked-calendar-feeds', '1', 'yes'),
(407, 'booked_addon_viewed_booked-frontend-agents', '1', 'yes'),
(408, 'booked_addon_viewed_booked-woocommerce-payments', '1', 'yes'),
(409, 'booked_admin_appointment_email_content', 'You have a new appointment request! Here\'s the appointment information:\r\n\r\nCustomer: %name%\r\nDate: %date%\r\nTime: %time%\r\n\r\nLog into your website here: http://poolservices.ancorathemes.com/wp-admin/ to approve this appointment.\r\n\r\n(Sent via the Pool Services website)', 'yes'),
(410, 'booked_admin_appointment_email_subject', 'You have a new appointment request!', 'yes'),
(411, 'booked_admin_cancellation_email_content', 'One of your customers has cancelled their appointment. Here\'s the appointment information:\r\n\r\nCustomer: %name%\r\nDate: %date%\r\nTime: %time%\r\n\r\n(Sent via the Pool Services website)', 'yes'),
(412, 'booked_admin_cancellation_email_subject', 'An appointment has been cancelled.', 'yes'),
(413, 'booked_appointment_buffer', '0', 'yes'),
(414, 'booked_appointment_limit', '0', 'yes'),
(415, 'booked_appointment_redirect_type', '', 'yes'),
(416, 'booked_appointment_success_redirect_page', '', 'yes'),
(417, 'booked_approval_email_content', 'Hey %name%!\r\n\r\nThe appointment you requested at Pool Services has been approved! Here\'s your appointment information:\r\n\r\nDate: %date%\r\nTime: %time%\r\n\r\nSincerely,\r\nYour friends at Pool Services', 'yes'),
(418, 'booked_approval_email_subject', 'Your appointment has been approved!', 'yes'),
(419, 'booked_appt_confirmation_email_content', 'Hey %name%!\r\n\r\nThis is just an email to confirm your appointment. For reference, here\'s the appointment information:\r\n\r\nDate: %date%\r\nTime: %time%\r\n\r\nSincerely,\r\nYour friends at Pool Services', 'yes'),
(420, 'booked_appt_confirmation_email_subject', 'Your appointment confirmation from Pool Services.', 'yes'),
(421, 'booked_booking_type', 'guest', 'yes'),
(422, 'booked_button_color', '#58c7ff', 'yes'),
(423, 'booked_cancellation_buffer', '0', 'yes'),
(424, 'booked_cancellation_email_content', 'Hey %name%!\r\n\r\nThe appointment you requested at Pool Services has been cancelled. For reference, here\'s the appointment information:\r\n\r\nDate: %date%\r\nTime: %time%\r\n\r\nSincerely,\r\nYour friends at Pool Services', 'yes'),
(425, 'booked_cancellation_email_subject', 'Your appointment has been cancelled.', 'yes'),
(426, 'booked_custom_login_message', '', 'yes'),
(427, 'booked_dark_color', '#052e5a', 'yes'),
(428, 'booked_default_email_user', '', 'yes'),
(429, 'booked_defaults_36', 'a:3:{s:3:\"Mon\";a:1:{s:9:\"1000-2100\";i:10;}s:3:\"Wed\";a:1:{s:9:\"1000-2100\";i:10;}s:3:\"Fri\";a:1:{s:9:\"1000-2100\";i:10;}}', 'yes'),
(430, 'booked_dont_allow_user_cancellations', '', 'yes'),
(431, 'booked_email_logo', '', 'yes'),
(432, 'booked_hide_admin_bar_menu', '', 'yes'),
(433, 'booked_hide_available_timeslots', '', 'yes'),
(434, 'booked_hide_default_calendar', '', 'yes'),
(435, 'booked_hide_end_times', '', 'yes'),
(436, 'booked_hide_google_link', '', 'yes'),
(437, 'booked_hide_unavailable_timeslots', '', 'yes'),
(438, 'booked_hide_weekends', '', 'yes'),
(439, 'booked_light_color', '#33567b', 'yes'),
(440, 'booked_login_redirect_page', '', 'yes'),
(441, 'booked_new_appointment_default', 'draft', 'yes'),
(442, 'booked_prevent_appointments_after', '', 'yes'),
(443, 'booked_prevent_appointments_before', '', 'yes'),
(444, 'booked_public_appointments', '', 'yes'),
(445, 'booked_redirect_non_admins', '', 'yes'),
(446, 'booked_registration_email_content', 'Hey %name%!\r\n\r\nThanks for registering at Pool Services. You can now login to manage your account and appointments using the following credentials:\r\n\r\nUsername: %username%\r\nPassword: %password%\r\n\r\nSincerely,\r\nYour friends at Pool Services', 'yes'),
(447, 'booked_registration_email_subject', 'Thank you for registering!', 'yes'),
(448, 'booked_require_guest_email_address', 'true', 'yes'),
(449, 'booked_timeslot_intervals', '120', 'yes'),
(450, 'shop_catalog_image_size', 'a:3:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"250\";s:4:\"crop\";i:1;}', 'yes'),
(451, 'shop_single_image_size', 'a:3:{s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:4:\"crop\";i:1;}', 'yes'),
(452, 'shop_thumbnail_image_size', 'a:3:{s:5:\"width\";s:3:\"180\";s:6:\"height\";s:3:\"180\";s:4:\"crop\";i:1;}', 'yes'),
(454, 'woocommerce_category_archive_display', '', 'yes'),
(455, 'woocommerce_default_catalog_orderby', 'menu_order', 'yes'),
(456, 'woocommerce_demo_store_notice', 'This is a demo store for testing purposes &mdash; no orders shall be fulfilled.', 'yes'),
(457, 'woocommerce_enable_lightbox', 'yes', 'yes'),
(458, 'woocommerce_gateway_order', 'a:4:{s:4:\"bacs\";i:0;s:6:\"cheque\";i:1;s:3:\"cod\";i:2;s:6:\"paypal\";i:3;}', 'yes'),
(459, 'woocommerce_maybe_regenerate_images_hash', '2ca710996a9c041290da2a91a850ef6c', 'yes'),
(460, 'woocommerce_shop_page_display', '', 'yes'),
(519, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'yes'),
(474, 'widget_monster', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(475, 'widget_poolservices_widget_popular_posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(476, 'widget_poolservices_widget_recent_news', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(477, 'widget_poolservices_widget_recent_posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(478, 'widget_poolservices_widget_recent_reviews', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(479, 'widget_poolservices_widget_top10', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(480, 'trx_utils_importer_revsliders', '', 'yes'),
(17063, 'category_children', 'a:0:{}', 'yes'),
(492, 'clients_group_children', 'a:0:{}', 'yes'),
(14723, 'services_group_children', 'a:0:{}', 'yes'),
(494, 'team_group_children', 'a:0:{}', 'yes'),
(495, 'testimonial_group_children', 'a:0:{}', 'yes'),
(496, 'media_folder_children', 'a:0:{}', 'yes'),
(563, 'WPLANG', 'es_ES', 'yes'),
(565, 'mm_cache_settings', 'a:2:{s:4:\"page\";s:7:\"enabled\";s:7:\"browser\";s:7:\"enabled\";}', 'yes'),
(567, 'endurance_cache_level', '2', 'yes'),
(665, 'essential-connection', '1', 'yes'),
(666, 'essential-notices', 'a:4:{i:0;O:8:\"stdClass\":7:{s:7:\"version\";s:3:\"2.1\";s:4:\"text\";s:293:\"<a href=\"//codecanyon.net/item/essential-grid-wordpress-plugin/7563340#item-description__version-2-1-5-artemis-26th-june-2017\" target=\"_blank\"><img src=\"//updates.themepunch.tools/banners/essential_grid_updatenow_215.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"EssGrid 2.1.5 is out\" ></a>\";s:4:\"code\";s:10:\"TPEG215-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:1;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"2.2.9\";s:4:\"text\";s:341:\"<a href=\"//codecanyon.net/item/essential-grid-wordpress-plugin/7563340?ref=themepunch\" target=\"_blank\"><img src=\"//updates.themepunch.tools/banners/essential_grid_updatenow_23.jpg\" srcset=\"//updates.themepunch.tools/banners/essential_grid_updatenow_23@2x.jpg\" style=\"width:817px;min-width: 50%; max-width:100%\" alt=\"EssGrid 2.3 is out\" ></a>\";s:4:\"code\";s:9:\"TPEG23-00\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:2;O:8:\"stdClass\":7:{s:7:\"version\";s:3:\"2.3\";s:4:\"text\";s:343:\"<a href=\"//codecanyon.net/item/essential-grid-wordpress-plugin/7563340?ref=themepunch\" target=\"_blank\"><img src=\"//updates.themepunch.tools/banners/essential_grid_updatenow_231.jpg\" srcset=\"//updates.themepunch.tools/banners/essential_grid_updatenow_231@2x.jpg\" style=\"width:817px;min-width: 50%; max-width:100%\" alt=\"EssGrid 2.3 is out\" ></a>\";s:4:\"code\";s:9:\"TPEG23-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:3;O:8:\"stdClass\":8:{s:7:\"version\";s:7:\"2.9.999\";s:4:\"text\";s:283:\"<div style=\"display: block; background-color: #150A33;\"><a href=\"https://www.themepunch.com/faq/wordpress-5-5-important-update-information/\" target=\"_blank\"><img alt=\"Important Notice\" src=\"//updates.themepunch.tools/banners/important_banner.jpg\" width=\"1400\" height=\"250\"></a></div>\";s:4:\"code\";s:10:\"TPRS630-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"additional\";a:0:{}}}', 'yes'),
(667, 'essential-dashboard', 'O:8:\"stdClass\":1:{s:11:\"test-handle\";O:8:\"stdClass\":5:{s:12:\"version_from\";s:5:\"1.0.0\";s:10:\"version_to\";s:5:\"1.0.0\";s:5:\"order\";i:5;s:7:\"content\";s:181:\"<div class=\"rs-dash-widget\"><div class=\"rs-dash-title-wrap\"><div class=\"rs-dash-title\">your version is: {{current_version}}</div></div><div class=\"rs-dash-widget-inner\"></div></div>\";s:4:\"code\";s:0:\"\";}}', 'yes'),
(668, 'tp_eg_latest-version', '3.0.15', 'yes'),
(723, 'wpb_js_composer_license_activation_notified', 'yes', 'yes'),
(13134, 'wpassetcleanup_first_usage', '1578841869', 'no'),
(13148, 'wpassetcleanup_settings', '{\"wiki_read\":\"1\",\"dashboard_show\":\"1\",\"dom_get_type\":\"direct\",\"assets_list_show_status\":\"default\",\"frontend_show_exceptions\":\"et_fb=1\\r\\nct_builder=true\\r\\nvc_editable=true\\r\\npreview_nonce=\\r\\n\",\"assets_list_layout\":\"by-location\",\"assets_list_layout_plugin_area_status\":\"expanded\",\"assets_list_layout_areas_status\":\"expanded\",\"assets_list_inline_code_status\":\"contracted\",\"input_style\":\"enhanced\",\"hide_core_files\":\"1\",\"fetch_cached_files_details_from\":\"db_disk\",\"clear_cached_files_after\":\"10\",\"minify_loaded_css\":\"1\",\"minify_loaded_css_exceptions\":\"(.*?)\\\\.min.css\\r\\n\\/plugins\\/wd-instagram-feed\\/(.*?).css\",\"combine_loaded_css_exceptions\":\"\\/plugins\\/wd-instagram-feed\\/(.*?).css\",\"inline_css_files_below_size\":\"1\",\"inline_css_files_below_size_input\":\"3\",\"inline_css_files_list\":\"\",\"cache_dynamic_loaded_css\":\"1\",\"minify_loaded_js\":\"1\",\"minify_loaded_js_exceptions\":\"(.*?)\\\\.min.js\\r\\n\\/plugins\\/wd-instagram-feed\\/(.*?).js\",\"combine_loaded_js_append_handle_extra\":\"1\",\"combine_loaded_js_exceptions\":\"\\/plugins\\/wd-instagram-feed\\/(.*?).js\",\"inline_js_files_below_size_input\":\"3\",\"inline_js_files_list\":\"\",\"move_scripts_to_body_exceptions\":\"\\/\\/cdn.ampproject.org\\/\",\"cache_dynamic_loaded_js\":\"1\",\"cdn_rewrite_url_css\":\"\",\"cdn_rewrite_url_js\":\"\",\"disable_emojis\":\"1\",\"remove_rsd_link\":\"1\",\"remove_wlw_link\":\"1\",\"remove_rest_api_link\":\"1\",\"remove_shortlink\":\"1\",\"remove_posts_rel_links\":\"1\",\"remove_wp_version\":\"1\",\"remove_generator_tag\":\"1\",\"remove_main_feed_link\":\"1\",\"remove_comment_feed_link\":\"1\",\"remove_html_comments_exceptions\":\"\",\"local_fonts_display\":\"\",\"local_fonts_preload_files\":\"\",\"google_fonts_combine\":\"1\",\"google_fonts_combine_type\":\"\",\"google_fonts_display\":\"\",\"google_fonts_preload_files\":\"\",\"disable_xmlrpc\":\"disable_all\"}', 'no'),
(13005, 'rsssl_activation_timestamp', '1578839432', 'yes'),
(16043, 'gform_recaptcha_keys_status', '1', 'yes'),
(163103, '_site_transient_timeout_theme_roots', '1649881777', 'no'),
(163104, '_site_transient_theme_roots', 'a:1:{s:12:\"poolservices\";s:7:\"/themes\";}', 'no'),
(16860, 'aj_gtmetrix_api_key', '', 'yes'),
(16864, 'ewww_image_optimizer_exactdn_plan_id', '0', 'yes'),
(16984, 'wpb_js_google_fonts_subsets', 'a:1:{i:0;s:5:\"latin\";}', 'yes'),
(13355, 'aj_enabled', '1', 'yes'),
(13356, 'aj_method', 'defer', 'yes'),
(13357, 'aj_enabled_logged', '0', 'yes'),
(13358, 'aj_enabled_shop', '0', 'yes'),
(13359, 'aj_jquery', 'exclude', 'yes'),
(13360, 'aj_async', '', 'yes'),
(13361, 'aj_defer', '', 'yes'),
(13362, 'aj_exclusions', '', 'yes'),
(13363, 'aj_plugin_exclusions', 'a:2:{i:0;s:12:\"ar-contactus\";i:1;s:12:\"gravityforms\";}', 'yes'),
(13364, 'aj_theme_exclusions', '', 'yes'),
(13365, 'aj_autoptimize_enabled', '0', 'yes'),
(13366, 'aj_autoptimize_method', 'async', 'yes'),
(13367, 'aj_version', '2.20.03.01', 'yes'),
(13416, 'ewww_image_optimizer_relative_migration_status', 'done', 'yes'),
(16862, 'ewww_image_optimizer_flag_attachments', '', 'no'),
(16863, 'ewww_image_optimizer_ngg_attachments', '', 'no'),
(13420, 'ewww_image_optimizer_noauto', '', 'yes'),
(13421, 'ewww_image_optimizer_disable_editor', '', 'yes'),
(13422, 'ewww_image_optimizer_debug', '', 'yes'),
(13423, 'ewww_image_optimizer_metadata_remove', '1', 'yes'),
(13424, 'ewww_image_optimizer_jpg_level', '10', 'yes'),
(13425, 'ewww_image_optimizer_png_level', '10', 'yes'),
(13426, 'ewww_image_optimizer_gif_level', '10', 'yes'),
(13427, 'ewww_image_optimizer_pdf_level', '0', 'yes'),
(13428, 'ewww_image_optimizer_exactdn', '', 'yes'),
(13429, 'exactdn_all_the_things', '1', 'yes'),
(13430, 'exactdn_lossy', '1', 'yes'),
(13431, 'ewww_image_optimizer_lazy_load', '', 'yes'),
(13432, 'ewww_image_optimizer_disable_pngout', '1', 'yes'),
(13433, 'ewww_image_optimizer_optipng_level', '2', 'yes'),
(13434, 'ewww_image_optimizer_pngout_level', '2', 'yes'),
(13435, 'ewww_image_optimizer_webp_for_cdn', '', 'yes'),
(13436, 'exactdn_never_been_active', '1', 'no'),
(13437, 'ewww_image_optimizer_bulk_resume', '', 'yes'),
(13438, 'ewww_image_optimizer_aux_resume', '', 'yes'),
(13439, 'ewww_image_optimizer_review_time', '1579524873', 'no'),
(13440, 'ewww_image_optimizer_version', '522.0', 'yes'),
(13441, 'ewww_image_optimizer_tracking_notice', '1', 'yes'),
(13444, 'ewww_image_optimizer_background_optimization', '1', 'yes'),
(13449, 'ewww_image_optimizer_enable_help_notice', '1', 'yes'),
(13454, 'ewww_image_optimizer_cloud_key', '', 'yes'),
(13455, 'ewww_image_optimizer_jpg_quality', '70', 'yes'),
(13456, 'ewww_image_optimizer_include_media_paths', '1', 'yes'),
(13457, 'ewww_image_optimizer_include_originals', '1', 'yes'),
(13458, 'ewww_image_optimizer_aux_paths', '', 'yes'),
(13459, 'ewww_image_optimizer_exclude_paths', '', 'yes'),
(13460, 'ewww_image_optimizer_allow_tracking', '', 'yes'),
(13461, 'ewww_image_optimizer_maxmediawidth', '0', 'yes'),
(13462, 'ewww_image_optimizer_maxmediaheight', '0', 'yes'),
(13463, 'ewww_image_optimizer_disable_resizes', '', 'yes'),
(13464, 'ewww_image_optimizer_disable_resizes_opt', '', 'yes'),
(13465, 'ewww_image_optimizer_jpg_background', '', 'yes'),
(13466, 'ewww_image_optimizer_webp_paths', '', 'yes'),
(13491, 'ewww_image_optimizer_aux_folders_completed', 'a:0:{}', 'no'),
(13492, 'ewww_image_optimizer_backup_files', '', 'no'),
(13900, 'duplicator_settings', 'a:17:{s:7:\"version\";s:8:\"1.3.40.1\";s:18:\"uninstall_settings\";b:1;s:15:\"uninstall_files\";b:1;s:16:\"uninstall_tables\";b:1;s:13:\"package_debug\";b:0;s:17:\"package_mysqldump\";b:1;s:22:\"package_mysqldump_path\";s:0:\"\";s:24:\"package_phpdump_qrylimit\";s:3:\"100\";s:17:\"package_zip_flush\";b:0;s:19:\"installer_name_mode\";s:6:\"simple\";s:16:\"storage_position\";s:6:\"legacy\";s:20:\"storage_htaccess_off\";b:0;s:18:\"archive_build_mode\";i:2;s:17:\"skip_archive_scan\";b:0;s:21:\"unhook_third_party_js\";b:0;s:22:\"unhook_third_party_css\";b:0;s:17:\"active_package_id\";i:-1;}', 'yes'),
(13901, 'duplicator_version_plugin', '1.3.40.1', 'yes'),
(15280, 'exactdn_exclude', '', 'yes'),
(15281, 'ewww_image_optimizer_ll_exclude', '', 'yes'),
(13939, 'duplicator_package_active', 'O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2020-07-29 02:29:06\";s:7:\"Version\";s:6:\"1.3.36\";s:9:\"VersionWP\";s:5:\"5.3.4\";s:9:\"VersionDB\";s:6:\"5.6.41\";s:10:\"VersionPHP\";s:6:\"7.0.25\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:23:\"20200727_dacleanexpress\";s:4:\"Hash\";s:35:\"87fbe8f6672bfbfb4158_20200729022906\";s:8:\"NameHash\";s:59:\"20200727_dacleanexpress_87fbe8f6672bfbfb4158_20200729022906\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";s:69:\"20200727_dacleanexpress_87fbe8f6672bfbfb4158_20200729022906_scan.json\";s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";O:11:\"DUP_Archive\":21:{s:10:\"FilterDirs\";s:0:\"\";s:11:\"FilterFiles\";s:0:\"\";s:10:\"FilterExts\";s:0:\"\";s:13:\"FilterDirsAll\";a:0:{}s:14:\"FilterFilesAll\";a:0:{}s:13:\"FilterExtsAll\";a:0:{}s:8:\"FilterOn\";i:0;s:12:\"ExportOnlyDB\";i:0;s:4:\"File\";N;s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:34:\"/home1/esnrpy5a/dacleanexpress.com\";s:4:\"Size\";i:0;s:4:\"Dirs\";a:0:{}s:5:\"Files\";a:0:{}s:10:\"FilterInfo\";O:23:\"DUP_Archive_Filter_Info\":8:{s:4:\"Dirs\";O:34:\"DUP_Archive_Filter_Scope_Directory\":5:{s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:5:\"Files\";O:29:\"DUP_Archive_Filter_Scope_File\":6:{s:4:\"Size\";a:0:{}s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:4:\"Exts\";O:29:\"DUP_Archive_Filter_Scope_Base\":3:{s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:9:\"UDirCount\";i:0;s:10:\"UFileCount\";i:0;s:9:\"UExtCount\";i:0;s:8:\"TreeSize\";a:0:{}s:11:\"TreeWarning\";a:0:{}}s:14:\"RecursiveLinks\";a:0:{}s:10:\"file_count\";i:-1;s:10:\"\0*\0Package\";O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2020-07-29 02:29:06\";s:7:\"Version\";s:6:\"1.3.36\";s:9:\"VersionWP\";s:5:\"5.3.4\";s:9:\"VersionDB\";s:6:\"5.6.41\";s:10:\"VersionPHP\";s:6:\"7.0.25\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:23:\"20200727_dacleanexpress\";s:4:\"Hash\";s:35:\"87fbe8f6672bfbfb4158_20200729022906\";s:8:\"NameHash\";s:59:\"20200727_dacleanexpress_87fbe8f6672bfbfb4158_20200729022906\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";N;s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";r:21;s:9:\"Installer\";O:13:\"DUP_Installer\":11:{s:4:\"File\";N;s:4:\"Size\";i:0;s:10:\"OptsDBHost\";s:0:\"\";s:10:\"OptsDBPort\";s:0:\"\";s:10:\"OptsDBName\";s:0:\"\";s:10:\"OptsDBUser\";s:0:\"\";s:12:\"OptsSecureOn\";i:0;s:14:\"OptsSecurePass\";s:0:\"\";s:13:\"numFilesAdded\";i:0;s:12:\"numDirsAdded\";i:0;s:10:\"\0*\0Package\";r:61;}s:8:\"Database\";O:12:\"DUP_Database\":14:{s:4:\"Type\";s:5:\"MySQL\";s:4:\"Size\";N;s:4:\"File\";N;s:4:\"Path\";N;s:12:\"FilterTables\";s:0:\"\";s:8:\"FilterOn\";i:0;s:4:\"Name\";N;s:10:\"Compatible\";s:0:\"\";s:8:\"Comments\";s:52:\"Percona Server (GPL), Release 84.1, Revision b308619\";s:4:\"info\";O:16:\"DUP_DatabaseInfo\":15:{s:9:\"buildMode\";N;s:13:\"collationList\";a:0:{}s:17:\"isTablesUpperCase\";N;s:15:\"isNameUpperCase\";N;s:4:\"name\";N;s:15:\"tablesBaseCount\";N;s:16:\"tablesFinalCount\";N;s:14:\"tablesRowCount\";N;s:16:\"tablesSizeOnDisk\";N;s:18:\"varLowerCaseTables\";i:0;s:7:\"version\";N;s:14:\"versionComment\";N;s:18:\"tableWiseRowCounts\";a:0:{}s:33:\"\0DUP_DatabaseInfo\0intFieldsStruct\";a:0:{}s:42:\"\0DUP_DatabaseInfo\0indexProcessedSchemaSize\";a:0:{}}s:10:\"\0*\0Package\";r:61;s:24:\"\0DUP_Database\0tempDbPath\";N;s:23:\"\0DUP_Database\0EOFMarker\";s:0:\"\";s:26:\"\0DUP_Database\0networkFlush\";b:0;}s:13:\"BuildProgress\";O:18:\"DUP_Build_Progress\":12:{s:17:\"thread_start_time\";N;s:11:\"initialized\";b:0;s:15:\"installer_built\";b:0;s:15:\"archive_started\";b:0;s:20:\"archive_has_database\";b:0;s:13:\"archive_built\";b:0;s:21:\"database_script_built\";b:0;s:6:\"failed\";b:0;s:7:\"retries\";i:0;s:14:\"build_failures\";a:0:{}s:19:\"validation_failures\";a:0:{}s:27:\"\0DUP_Build_Progress\0package\";r:61;}}s:29:\"\0DUP_Archive\0tmpFilterDirsAll\";a:0:{}s:24:\"\0DUP_Archive\0wpCorePaths\";a:5:{i:0;s:43:\"/home1/esnrpy5a/dacleanexpress.com/wp-admin\";i:1;s:53:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/uploads\";i:2;s:55:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/languages\";i:3;s:52:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/themes\";i:4;s:46:\"/home1/esnrpy5a/dacleanexpress.com/wp-includes\";}s:29:\"\0DUP_Archive\0wpCoreExactPaths\";a:2:{i:0;s:34:\"/home1/esnrpy5a/dacleanexpress.com\";i:1;s:45:\"/home1/esnrpy5a/dacleanexpress.com/wp-content\";}}s:9:\"Installer\";r:82;s:8:\"Database\";r:94;s:13:\"BuildProgress\";r:124;}', 'yes'),
(13910, 'wp_super_cache_index_detected', '3', 'no'),
(13916, 'wpsupercache_start', '1579006643', 'yes'),
(13917, 'wpsupercache_count', '0', 'yes'),
(13918, 'wpsupercache_gc_time', '1649879977', 'yes'),
(14061, 'supercache_stats', 'a:3:{s:9:\"generated\";i:1617589120;s:10:\"supercache\";a:5:{s:7:\"expired\";i:0;s:6:\"cached\";i:0;s:5:\"fsize\";i:0;s:11:\"cached_list\";a:0:{}s:12:\"expired_list\";a:0:{}}s:7:\"wpcache\";a:5:{s:7:\"expired\";i:0;s:6:\"cached\";i:0;s:5:\"fsize\";i:0;s:11:\"cached_list\";a:0:{}s:12:\"expired_list\";a:0:{}}}', 'yes'),
(14095, 'wpsc_feed_list', 'a:34:{i:0;s:141:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/cache/supercache/dacleanexpress.com/comments/feed/wp-cache-5749d8e3fc9583a44e9b1c8a578b5f26.php\";i:1;s:132:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/cache/supercache/dacleanexpress.com/feed/wp-cache-78ad68ff18b676670380bb0471b2cc4c.php\";i:2;s:137:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/cache/supercache/dacleanexpress.com/feed/atom/wp-cache-6192cd9907278fc117562cb953950e08.php\";i:3;s:137:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/cache/supercache/dacleanexpress.com/feed/atom/wp-cache-6192cd9907278fc117562cb953950e08.php\";i:4;s:137:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/cache/supercache/dacleanexpress.com/feed/atom/wp-cache-6192cd9907278fc117562cb953950e08.php\";i:5;s:137:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/cache/supercache/dacleanexpress.com/feed/atom/wp-cache-6192cd9907278fc117562cb953950e08.php\";i:6;s:137:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/cache/supercache/dacleanexpress.com/feed/atom/wp-cache-6192cd9907278fc117562cb953950e08.php\";i:7;s:141:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/cache/supercache/dacleanexpress.com/comments/feed/wp-cache-5749d8e3fc9583a44e9b1c8a578b5f26.php\";i:8;s:132:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/cache/supercache/dacleanexpress.com/feed/wp-cache-4dbbdd959b9d27c7f20a725bd6b4109a.php\";i:9;s:132:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/cache/supercache/dacleanexpress.com/feed/wp-cache-4dbbdd959b9d27c7f20a725bd6b4109a.php\";i:10;s:141:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/cache/supercache/dacleanexpress.com/comments/feed/wp-cache-5749d8e3fc9583a44e9b1c8a578b5f26.php\";i:11;s:156:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/cache/supercache/dacleanexpress.com/services_group/services/feed/wp-cache-c56bf9d03df67ead614aa432cae34400.php\";i:12;s:146:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/cache/supercache/dacleanexpress.com/category/blog/feed/wp-cache-d859982e5de058b43001f040347a4490.php\";i:13;s:132:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/cache/supercache/dacleanexpress.com/feed/wp-cache-78ad68ff18b676670380bb0471b2cc4c.php\";i:14;s:137:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/cache/supercache/dacleanexpress.com/feed/atom/wp-cache-6192cd9907278fc117562cb953950e08.php\";i:15;s:137:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/cache/supercache/dacleanexpress.com/feed/atom/wp-cache-6192cd9907278fc117562cb953950e08.php\";i:16;s:137:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/cache/supercache/dacleanexpress.com/feed/atom/wp-cache-6192cd9907278fc117562cb953950e08.php\";i:17;s:137:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/cache/supercache/dacleanexpress.com/feed/atom/wp-cache-6192cd9907278fc117562cb953950e08.php\";i:18;s:141:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/cache/supercache/dacleanexpress.com/comments/feed/wp-cache-5749d8e3fc9583a44e9b1c8a578b5f26.php\";i:19;s:141:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/cache/supercache/dacleanexpress.com/comments/feed/wp-cache-233d5cc5d59cd213118e43f4b47cbc92.php\";i:20;s:137:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/cache/supercache/dacleanexpress.com/feed/atom/wp-cache-6192cd9907278fc117562cb953950e08.php\";i:21;s:137:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/cache/supercache/dacleanexpress.com/feed/atom/wp-cache-6192cd9907278fc117562cb953950e08.php\";i:22;s:137:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/cache/supercache/dacleanexpress.com/feed/atom/wp-cache-6192cd9907278fc117562cb953950e08.php\";i:23;s:137:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/cache/supercache/dacleanexpress.com/feed/atom/wp-cache-6192cd9907278fc117562cb953950e08.php\";i:24;s:141:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/cache/supercache/dacleanexpress.com/comments/feed/wp-cache-5749d8e3fc9583a44e9b1c8a578b5f26.php\";i:25;s:137:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/cache/supercache/dacleanexpress.com/feed/atom/wp-cache-6192cd9907278fc117562cb953950e08.php\";i:26;s:141:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/cache/supercache/dacleanexpress.com/comments/feed/wp-cache-5749d8e3fc9583a44e9b1c8a578b5f26.php\";i:27;s:137:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/cache/supercache/dacleanexpress.com/feed/atom/wp-cache-49368553807b0d7ebb410468b2f105b9.php\";i:28;s:137:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/cache/supercache/dacleanexpress.com/feed/atom/wp-cache-6192cd9907278fc117562cb953950e08.php\";i:29;s:137:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/cache/supercache/dacleanexpress.com/feed/atom/wp-cache-6192cd9907278fc117562cb953950e08.php\";i:30;s:137:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/cache/supercache/dacleanexpress.com/feed/atom/wp-cache-6192cd9907278fc117562cb953950e08.php\";i:31;s:132:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/cache/supercache/dacleanexpress.com/feed/wp-cache-4dbbdd959b9d27c7f20a725bd6b4109a.php\";i:32;s:137:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/cache/supercache/dacleanexpress.com/feed/atom/wp-cache-6192cd9907278fc117562cb953950e08.php\";i:33;s:137:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/cache/supercache/dacleanexpress.com/feed/atom/wp-cache-6192cd9907278fc117562cb953950e08.php\";}', 'yes'),
(14770, 'ewww_image_optimizer_dismiss_review_notice', '1', 'no'),
(14771, 'wp_ewwwio_media_optimize_batch_a', '', 'no'),
(15975, '_transient_timeout_rsssl_certinfo', '1582905165', 'no'),
(52175, 'rsssl_remaining_tasks', '1', 'yes'),
(73640, 'elementor_pro_version', '3.2.1', 'yes'),
(73641, 'widget_elementor-library', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(73646, '_elementor_pro_installed_time', '1616890065', 'yes'),
(73647, 'elementor_submissions_db_version', '5', 'yes'),
(61238, 'new_admin_email', 'dacleanexp@gmail.com', 'yes'),
(61239, 'adminhash', 'a:2:{s:4:\"hash\";s:32:\"52d1f3f13264209439da7baac079f24c\";s:8:\"newemail\";s:20:\"dacleanexp@gmail.com\";}', 'yes'),
(53275, 'fca_pc', 'a:20:{s:8:\"has_save\";i:1;s:2:\"id\";s:15:\"278964986957705\";s:6:\"events\";a:0:{}s:7:\"exclude\";a:0:{}s:18:\"search_integration\";s:2:\"on\";s:19:\"quizcat_integration\";s:0:\"\";s:20:\"optincat_integration\";s:0:\"\";s:26:\"landingpagecat_integration\";s:0:\"\";s:15:\"ept_integration\";s:0:\"\";s:15:\"woo_integration\";s:0:\"\";s:8:\"woo_feed\";s:0:\"\";s:14:\"woo_variations\";s:0:\"\";s:23:\"woo_excluded_categories\";s:0:\"\";s:14:\"woo_product_id\";s:0:\"\";s:13:\"woo_desc_mode\";s:0:\"\";s:23:\"google_product_category\";s:0:\"\";s:15:\"edd_integration\";s:0:\"\";s:8:\"edd_feed\";s:0:\"\";s:23:\"edd_excluded_categories\";s:0:\"\";s:13:\"edd_desc_mode\";s:0:\"\";}', 'yes'),
(53522, 'hefo', 'a:75:{s:4:\"head\";s:832:\"<!-- Google Tag Manager -->\r\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\r\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\r\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\r\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\r\n})(window,document,\'script\',\'dataLayer\',\'GTM-M2XJ9X3\');</script>\r\n<!-- End Google Tag Manager -->\r\n<!-- Global site tag (gtag.js) - Google Analytics -->\r\n<script async src=\"https://www.googletagmanager.com/gtag/js?id=G-05911SQ3PX\"></script>\r\n<script>\r\n  window.dataLayer = window.dataLayer || [];\r\n  function gtag(){dataLayer.push(arguments);}\r\n  gtag(\'js\', new Date());\r\n\r\n  gtag(\'config\', \'G-05911SQ3PX\');\r\n</script>\r\n<meta name=\"facebook-domain-verification\" content=\"5p18nk7ouejelin6hrwzle9quonbg4\" />\";s:9:\"head_home\";s:0:\"\";s:4:\"body\";s:245:\"<!-- Google Tag Manager (noscript) -->\r\n<noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-M2XJ9X3\"\r\nheight=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>\r\n<!-- End Google Tag Manager (noscript) -->\";s:11:\"mobile_body\";s:0:\"\";s:6:\"footer\";s:0:\"\";s:13:\"mobile_footer\";s:0:\"\";s:13:\"generic_tag_1\";s:0:\"\";s:9:\"generic_1\";s:0:\"\";s:16:\"mobile_generic_1\";s:0:\"\";s:13:\"generic_tag_2\";s:0:\"\";s:9:\"generic_2\";s:0:\"\";s:16:\"mobile_generic_2\";s:0:\"\";s:13:\"generic_tag_3\";s:0:\"\";s:9:\"generic_3\";s:0:\"\";s:16:\"mobile_generic_3\";s:0:\"\";s:13:\"generic_tag_4\";s:0:\"\";s:9:\"generic_4\";s:0:\"\";s:16:\"mobile_generic_4\";s:0:\"\";s:13:\"generic_tag_5\";s:0:\"\";s:9:\"generic_5\";s:0:\"\";s:16:\"mobile_generic_5\";s:0:\"\";s:6:\"before\";s:0:\"\";s:13:\"mobile_before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:12:\"mobile_after\";s:0:\"\";s:11:\"inner_pos_1\";s:5:\"after\";s:11:\"inner_tag_1\";s:0:\"\";s:12:\"inner_skip_1\";s:1:\"0\";s:11:\"inner_alt_1\";s:0:\"\";s:7:\"inner_1\";s:0:\"\";s:14:\"mobile_inner_1\";s:0:\"\";s:11:\"inner_pos_2\";s:5:\"after\";s:11:\"inner_tag_2\";s:0:\"\";s:12:\"inner_skip_2\";s:1:\"0\";s:11:\"inner_alt_2\";s:0:\"\";s:7:\"inner_2\";s:0:\"\";s:14:\"mobile_inner_2\";s:0:\"\";s:11:\"inner_pos_3\";s:5:\"after\";s:11:\"inner_tag_3\";s:0:\"\";s:12:\"inner_skip_3\";s:1:\"0\";s:11:\"inner_alt_3\";s:0:\"\";s:7:\"inner_3\";s:0:\"\";s:14:\"mobile_inner_3\";s:0:\"\";s:11:\"inner_pos_4\";s:5:\"after\";s:11:\"inner_tag_4\";s:0:\"\";s:12:\"inner_skip_4\";s:1:\"0\";s:11:\"inner_alt_4\";s:0:\"\";s:7:\"inner_4\";s:0:\"\";s:14:\"mobile_inner_4\";s:0:\"\";s:11:\"inner_pos_5\";s:5:\"after\";s:11:\"inner_tag_5\";s:0:\"\";s:12:\"inner_skip_5\";s:1:\"0\";s:11:\"inner_alt_5\";s:0:\"\";s:7:\"inner_5\";s:0:\"\";s:14:\"mobile_inner_5\";s:0:\"\";s:11:\"page_before\";s:0:\"\";s:18:\"mobile_page_before\";s:0:\"\";s:10:\"page_after\";s:0:\"\";s:17:\"mobile_page_after\";s:0:\"\";s:14:\"excerpt_before\";s:0:\"\";s:13:\"excerpt_after\";s:0:\"\";s:8:\"amp_head\";s:0:\"\";s:7:\"amp_css\";s:0:\"\";s:8:\"amp_body\";s:0:\"\";s:15:\"amp_post_before\";s:0:\"\";s:14:\"amp_post_after\";s:0:\"\";s:10:\"amp_footer\";s:0:\"\";s:9:\"snippet_1\";s:0:\"\";s:9:\"snippet_2\";s:0:\"\";s:9:\"snippet_3\";s:0:\"\";s:9:\"snippet_4\";s:0:\"\";s:9:\"snippet_5\";s:0:\"\";s:18:\"mobile_user_agents\";s:42:\"phone\r\niphone\r\nipod\r\nandroid.+mobile\r\nxoom\";s:5:\"notes\";s:0:\"\";s:25:\"mobile_user_agents_parsed\";s:38:\"phone|iphone|ipod|android.+mobile|xoom\";}', 'yes'),
(17546, 'loco_recent', 'a:4:{s:1:\"c\";s:21:\"Loco_data_RecentItems\";s:1:\"v\";i:0;s:1:\"d\";a:1:{s:6:\"bundle\";a:1:{s:18:\"theme.poolservices\";i:1583757365;}}s:1:\"t\";i:1583757365;}', 'no'),
(17617, 'poolservices_options_template_blog', 'a:68:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:16:\"show_panel_image\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:2:\"no\";s:15:\"show_post_title\";s:7:\"inherit\";s:14:\"show_post_info\";s:2:\"no\";s:16:\"show_post_author\";s:2:\"no\";s:14:\"show_post_tags\";s:2:\"no\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";}', 'yes'),
(17669, 'wordfence_syncAttackDataAttempts', '0', 'no'),
(17670, 'wordfence_syncingAttackData', '0', 'no'),
(17671, 'wordfence_lastSyncAttackData', '1595859337', 'no'),
(73023, 'elementor_scheme_color', 'a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}', 'yes'),
(73024, 'elementor_scheme_typography', 'a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}', 'yes'),
(73025, 'elementor_scheme_color-picker', 'a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}', 'yes'),
(73038, 'elementor_connect_site_key', 'cb8d0474e70df0872539629f590b7ed1', 'yes'),
(73434, 'elementor_exclude_user_roles', 'a:0:{}', 'yes'),
(73657, '_elementor_pro_api_requests_lock', 'a:2:{s:16:\"get_license_data\";i:1637784940;s:11:\"get_version\";i:1620686999;}', 'yes'),
(73091, 'wp_ewwwio_media_optimize_batch_b', '', 'no'),
(73664, 'elementor_custom_icon_sets_config', 'a:0:{}', 'yes'),
(115217, 'elementor_library_category_children', 'a:0:{}', 'yes'),
(73652, 'elementor_allow_tracking', 'yes', 'yes'),
(73653, 'elementor_tracker_last_send', '1649725910', 'yes'),
(73654, 'elementor_pro_license_key', 'ep-TbFMqjKbnBqc9wjZcMCp1616889913hx6CRFPYabyB', 'yes'),
(73655, '_elementor_pro_license_data_fallback', 'a:2:{s:7:\"timeout\";i:1637853341;s:5:\"value\";s:372:\"{\"expires\":\"2022-03-27 13:33:31\",\"payment_id\":10253564,\"subscription_id\":10253564,\"customer_name\":\"Dalys Durango\",\"customer_email\":\"dacleanexp@gmail.com\",\"price_id\":1,\"license_limit\":1,\"site_count\":1,\"activations_left\":0,\"success\":true,\"license\":\"valid\",\"item_id\":6630546,\"item_name\":\"Elementor Pro - Personal\",\"subscriptions\":\"enable\",\"checksum\":\"checksum\",\"features\":[]}\";}', 'yes'),
(73663, 'elementor_fonts_manager_fonts', 'a:0:{}', 'yes'),
(73656, '_elementor_pro_license_data', 'a:2:{s:7:\"timeout\";i:1637810141;s:5:\"value\";s:372:\"{\"expires\":\"2022-03-27 13:33:31\",\"payment_id\":10253564,\"subscription_id\":10253564,\"customer_name\":\"Dalys Durango\",\"customer_email\":\"dacleanexp@gmail.com\",\"price_id\":1,\"license_limit\":1,\"site_count\":1,\"activations_left\":0,\"success\":true,\"license\":\"valid\",\"item_id\":6630546,\"item_name\":\"Elementor Pro - Personal\",\"subscriptions\":\"enable\",\"checksum\":\"checksum\",\"features\":[]}\";}', 'yes'),
(73944, 'fca_pc_show_review_notice', '1', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(72490, 'elementor_remote_info_library', 'a:3:{s:10:\"types_data\";a:3:{s:5:\"block\";a:1:{s:10:\"categories\";a:22:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:14:\"call to action\";i:4;s:7:\"clients\";i:5;s:7:\"contact\";i:6;s:3:\"faq\";i:7;s:8:\"features\";i:8;s:6:\"footer\";i:9;s:6:\"header\";i:10;s:4:\"hero\";i:11;s:9:\"portfolio\";i:12;s:7:\"pricing\";i:13;s:15:\"product archive\";i:14;s:8:\"services\";i:15;s:11:\"single page\";i:16;s:11:\"single post\";i:17;s:14:\"single product\";i:18;s:5:\"stats\";i:19;s:9:\"subscribe\";i:20;s:4:\"team\";i:21;s:12:\"testimonials\";}}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:14:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:5:\"Ebook\";i:3;s:9:\"eCommerce\";i:4;s:9:\"Education\";i:5;s:6:\"Events\";i:6;s:18:\"Health and Fitness\";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\";}}}s:10:\"categories\";a:22:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:14:\"call to action\";i:4;s:7:\"clients\";i:5;s:7:\"contact\";i:6;s:3:\"faq\";i:7;s:8:\"features\";i:8;s:6:\"footer\";i:9;s:6:\"header\";i:10;s:4:\"hero\";i:11;s:9:\"portfolio\";i:12;s:7:\"pricing\";i:13;s:15:\"product archive\";i:14;s:8:\"services\";i:15;s:11:\"single page\";i:16;s:11:\"single post\";i:17;s:14:\"single product\";i:18;s:5:\"stats\";i:19;s:9:\"subscribe\";i:20;s:4:\"team\";i:21;s:12:\"testimonials\";}s:9:\"templates\";a:897:{i:0;a:16:{s:4:\"tmpl\";i:768;s:2:\"id\";i:10107;s:5:\"title\";s:34:\"Classic | Promotion | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/balls_small.png\";s:12:\"tmpl_created\";i:1547851373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-promotion-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:206;s:11:\"trend_index\";i:207;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:16:{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:132:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:16:{s:4:\"tmpl\";i:773;s:2:\"id\";i:10158;s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/coco_small.png\";s:12:\"tmpl_created\";i:1547852227;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:255;s:11:\"trend_index\";i:295;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:16:{s:4:\"tmpl\";i:776;s:2:\"id\";i:10190;s:5:\"title\";s:30:\"Classic | Register | Subscribe\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/engage_small.png\";s:12:\"tmpl_created\";i:1547885703;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:214;s:11:\"trend_index\";i:151;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:16:{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:127:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:16:{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:128:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:16:{s:4:\"tmpl\";i:782;s:2:\"id\";i:10256;s:5:\"title\";s:20:\"Classic | Sale | Pop\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/fruit_small.png\";s:12:\"tmpl_created\";i:1547888909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:458;s:11:\"trend_index\";i:597;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:16:{s:4:\"tmpl\";i:783;s:2:\"id\";i:10267;s:5:\"title\";s:29:\"Classic | Contact | Christmas\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/christmas_small.png\";s:12:\"tmpl_created\";i:1547889047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-contact-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:281;s:11:\"trend_index\";i:233;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:16:{s:4:\"tmpl\";i:787;s:2:\"id\";i:10307;s:5:\"title\";s:43:\"Fly In | Promotion | Christmas | Teddy Bear\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/teddy_small.png\";s:12:\"tmpl_created\";i:1547893266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/fly-in-promotion-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:641;s:11:\"trend_index\";i:689;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:16:{s:4:\"tmpl\";i:788;s:2:\"id\";i:10318;s:5:\"title\";s:27:\"Classic | Contact | Bicycle\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/01/by_small.png\";s:12:\"tmpl_created\";i:1547893367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/classic-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:327;s:11:\"trend_index\";i:326;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:16:{s:4:\"tmpl\";i:790;s:2:\"id\";i:10339;s:5:\"title\";s:22:\"Fly In | Contact | Spa\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/spa_small.png\";s:12:\"tmpl_created\";i:1547893603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/fly-in-contact-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:390;s:11:\"trend_index\";i:393;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:16:{s:4:\"tmpl\";i:791;s:2:\"id\";i:10352;s:5:\"title\";s:23:\"Fly In | Contact | Wine\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_wine_small.png\";s:12:\"tmpl_created\";i:1547915335;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/fly-in-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:445;s:11:\"trend_index\";i:525;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:16:{s:4:\"tmpl\";i:793;s:2:\"id\";i:10372;s:5:\"title\";s:29:\"Fly In | Register | Subscribe\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/phone_small.png\";s:12:\"tmpl_created\";i:1547915554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:638;s:11:\"trend_index\";i:636;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:16:{s:4:\"tmpl\";i:794;s:2:\"id\";i:10382;s:5:\"title\";s:35:\"Bottom Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/bottom_pink_small.png\";s:12:\"tmpl_created\";i:1547916616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/bottom-bar-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:242;s:11:\"trend_index\";i:258;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:16:{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:124:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:16:{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:125:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:16:{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:125:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:16:{s:4:\"tmpl\";i:799;s:2:\"id\";i:10434;s:5:\"title\";s:27:\"Classic | Sale | Headphones\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/head_small.png\";s:12:\"tmpl_created\";i:1547961950;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:359;s:11:\"trend_index\";i:353;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:16:{s:4:\"tmpl\";i:800;s:2:\"id\";i:10444;s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/plant_small.png\";s:12:\"tmpl_created\";i:1547962029;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/classic-contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:385;s:11:\"trend_index\";i:298;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:16:{s:4:\"tmpl\";i:802;s:2:\"id\";i:10467;s:5:\"title\";s:27:\"Bottom Bar | Contact | Lego\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/tro_small.png\";s:12:\"tmpl_created\";i:1547962277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/bottom-bar-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:722;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:16:{s:4:\"tmpl\";i:804;s:2:\"id\";i:10487;s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/acc_small.png\";s:12:\"tmpl_created\";i:1547964527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:554;s:11:\"trend_index\";i:618;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:16:{s:4:\"tmpl\";i:805;s:2:\"id\";i:10498;s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/pink_small-1.png\";s:12:\"tmpl_created\";i:1547964616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:421;s:11:\"trend_index\";i:382;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:16:{s:4:\"tmpl\";i:807;s:2:\"id\";i:10519;s:5:\"title\";s:27:\"Hello Bar | Promotion | App\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/app_small-1.png\";s:12:\"tmpl_created\";i:1547964801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/hello-bar-promotion-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:585;s:11:\"trend_index\";i:629;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:16:{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:124:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:16:{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:126:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:16:{s:4:\"tmpl\";i:812;s:2:\"id\";i:10569;s:5:\"title\";s:15:\"Slide In | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/off_small.png\";s:12:\"tmpl_created\";i:1547967812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/popups/slide-in-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:529;s:11:\"trend_index\";i:485;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:16:{s:4:\"tmpl\";i:814;s:2:\"id\";i:10590;s:5:\"title\";s:19:\"Full Screen | Login\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/pass1_small.png\";s:12:\"tmpl_created\";i:1547967978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:466;s:11:\"trend_index\";i:356;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:16:{s:4:\"tmpl\";i:815;s:2:\"id\";i:10600;s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/orange_small.png\";s:12:\"tmpl_created\";i:1547968080;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:483;s:11:\"trend_index\";i:494;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:16:{s:4:\"tmpl\";i:817;s:2:\"id\";i:10622;s:5:\"title\";s:34:\"Full Screen | Contact | Headphones\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/full_hear_small.png\";s:12:\"tmpl_created\";i:1547969678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/full-screen-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:543;s:11:\"trend_index\";i:456;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:16:{s:4:\"tmpl\";i:818;s:2:\"id\";i:10633;s:5:\"title\";s:23:\"Slide In | Login | Lego\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/tro_small-1.png\";s:12:\"tmpl_created\";i:1547969858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/slide-in-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:675;s:11:\"trend_index\";i:722;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:16:{s:4:\"tmpl\";i:819;s:2:\"id\";i:10644;s:5:\"title\";s:26:\"Fly In | Contact | Webinar\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/blue_small-1.png\";s:12:\"tmpl_created\";i:1547970814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/fly-in-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:484;s:11:\"trend_index\";i:440;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:16:{s:4:\"tmpl\";i:820;s:2:\"id\";i:10654;s:5:\"title\";s:31:\"Full Screen | Login | Christmas\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/full_login_small.png\";s:12:\"tmpl_created\";i:1547970917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/full-screen-login-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:658;s:11:\"trend_index\";i:676;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:16:{s:4:\"tmpl\";i:821;s:2:\"id\";i:10664;s:5:\"title\";s:34:\"Slide In | Contact | Gym | Fitness\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/slide_gym_small.png\";s:12:\"tmpl_created\";i:1547973928;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:552;s:11:\"trend_index\";i:384;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:16:{s:4:\"tmpl\";i:822;s:2:\"id\";i:10675;s:5:\"title\";s:35:\"Full Screen | Login | Gym | Fitness\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/gym_full_small.png\";s:12:\"tmpl_created\";i:1547974110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:519;s:11:\"trend_index\";i:477;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:16:{s:4:\"tmpl\";i:824;s:2:\"id\";i:9719;s:5:\"title\";s:30:\"Classic | Subscribe | Register\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/register_small.png\";s:12:\"tmpl_created\";i:1547976107;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-subscribe-register/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:398;s:11:\"trend_index\";i:282;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:16:{s:4:\"tmpl\";i:827;s:2:\"id\";i:10137;s:5:\"title\";s:34:\"Full Screen | Contact | Restaurant\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/rest_small.png\";s:12:\"tmpl_created\";i:1547976342;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:570;s:11:\"trend_index\";i:589;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:16:{s:4:\"tmpl\";i:828;s:2:\"id\";i:10244;s:5:\"title\";s:17:\"Bottom Bar | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/wow_small.png\";s:12:\"tmpl_created\";i:1547976402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/bottom-bar-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:623;s:11:\"trend_index\";i:660;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:16:{s:4:\"tmpl\";i:830;s:2:\"id\";i:10127;s:5:\"title\";s:35:\"Fly In | Announcement | Maintenance\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/pizza_small.png\";s:12:\"tmpl_created\";i:1547984061;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:700;s:11:\"trend_index\";i:738;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:16:{s:4:\"tmpl\";i:835;s:2:\"id\";i:10776;s:5:\"title\";s:33:\"Fly In | Contact | Social | Share\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/social1_small.png\";s:12:\"tmpl_created\";i:1548047055;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-contact-social-share/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:694;s:11:\"trend_index\";i:694;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:16:{s:4:\"tmpl\";i:836;s:2:\"id\";i:10785;s:5:\"title\";s:33:\"Fly In | Contact | Social | Share\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/social2_small.png\";s:12:\"tmpl_created\";i:1548047593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/fly-in-contact-social-share-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:468;s:11:\"trend_index\";i:442;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:16:{s:4:\"tmpl\";i:854;s:2:\"id\";i:10794;s:5:\"title\";s:34:\"Classic | Contact | Social | Share\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/01/s_small.png\";s:12:\"tmpl_created\";i:1548067619;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-contact-social-share/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:430;s:11:\"trend_index\";i:475;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:16:{s:4:\"tmpl\";i:857;s:2:\"id\";i:10871;s:5:\"title\";s:20:\"Bottom Bar | Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/01/m_small.png\";s:12:\"tmpl_created\";i:1548074396;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/bottom-bar-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:706;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:16:{s:4:\"tmpl\";i:858;s:2:\"id\";i:10936;s:5:\"title\";s:25:\"Full Screen | Toggle Menu\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/menu_small.png\";s:12:\"tmpl_created\";i:1548874587;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/full-screen-toggle-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:478;s:11:\"trend_index\";i:572;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:16:{s:4:\"tmpl\";i:861;s:2:\"id\";i:10964;s:5:\"title\";s:59:\"Classic | Promotion | Coupon | Love | Valentine&#8217;s Day\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/02/love_small.png\";s:12:\"tmpl_created\";i:1550039106;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/classic-promotion-coupon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:598;s:11:\"trend_index\";i:664;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:16:{s:4:\"tmpl\";i:862;s:2:\"id\";i:10992;s:5:\"title\";s:59:\"Classic | Promotion | Coupon | Love | Valentine&#8217;s Day\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/02/h_small.png\";s:12:\"tmpl_created\";i:1550072007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-promotion-coupon-love-valentines-day/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:668;s:11:\"trend_index\";i:668;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:16:{s:4:\"tmpl\";i:863;s:2:\"id\";i:11005;s:5:\"title\";s:50:\"Classic | Promotion | Love | Valentine&#8217;s Day\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/02/bear_small.png\";s:12:\"tmpl_created\";i:1550073303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-promotion-love-valentines-day/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:680;s:11:\"trend_index\";i:615;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:16:{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:124:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:16:{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:113:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:16:{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:123:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:16:{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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:16:{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:126:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:16:{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:124:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:16:{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:126:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:16:{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:120:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:16:{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:116:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:16:{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:143:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:16:{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:121:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:16:{s:4:\"tmpl\";i:719;s:2:\"id\";i:9611;s:5:\"title\";s:16:\"Hello Bar | Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2019/01/Top-Bar_Sale_small_01.png\";s:12:\"tmpl_created\";i:1546965350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/hello-bar-sale-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:605;s:11:\"trend_index\";i:603;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:16:{s:4:\"tmpl\";i:720;s:2:\"id\";i:9622;s:5:\"title\";s:19:\"Classic | Promotion\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_promotion_small_02.png\";s:12:\"tmpl_created\";i:1546965896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-promotion-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:607;s:11:\"trend_index\";i:460;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:16:{s:4:\"tmpl\";i:721;s:2:\"id\";i:9631;s:5:\"title\";s:38:\"Slide-in | Sale | Register | Subscribe\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/Slide-in_Sale_small_01.png\";s:12:\"tmpl_created\";i:1546968270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/slide-in-sale-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:661;s:11:\"trend_index\";i:705;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:16:{s:4:\"tmpl\";i:724;s:2:\"id\";i:9662;s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2019/01/Bottom-Bar_Register_small_01.png\";s:12:\"tmpl_created\";i:1547009087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/bottom-bar-register-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:684;s:11:\"trend_index\";i:658;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:16:{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:130:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"interior design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:16:{s:4:\"tmpl\";i:727;s:2:\"id\";i:9690;s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Contact_small_01.png\";s:12:\"tmpl_created\";i:1547011716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/classic-contact-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:393;s:11:\"trend_index\";i:571;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:16:{s:4:\"tmpl\";i:728;s:2:\"id\";i:9699;s:5:\"title\";s:33:\"Classic | Contact | Gym | Fitness\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Contact_small_02.png\";s:12:\"tmpl_created\";i:1547015827;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/classic-contact-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:475;s:11:\"trend_index\";i:527;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:16:{s:4:\"tmpl\";i:730;s:2:\"id\";i:9571;s:5:\"title\";s:14:\"Fly In | Login\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/FlyIn_Login_01_small.png\";s:12:\"tmpl_created\";i:1547726151;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/fly-in-login-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:622;s:11:\"trend_index\";i:538;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:16:{s:4:\"tmpl\";i:733;s:2:\"id\";i:9740;s:5:\"title\";s:25:\"Classic | Promotion | App\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/app_small.png\";s:12:\"tmpl_created\";i:1547822836;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/classic-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:624;s:11:\"trend_index\";i:691;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:16:{s:4:\"tmpl\";i:735;s:2:\"id\";i:9762;s:5:\"title\";s:36:\"Classic | Register | Subscribe | Spa\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/spa_small_classic.png\";s:12:\"tmpl_created\";i:1547824145;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-register-subscribe-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:463;s:11:\"trend_index\";i:436;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:16:{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:126:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:16:{s:4:\"tmpl\";i:736;s:2:\"id\";i:9772;s:5:\"title\";s:27:\"Hello bar | Promotion | App\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/app_hello_small.png\";s:12:\"tmpl_created\";i:1547824279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/hello-bar-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:760;s:11:\"trend_index\";i:781;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:16:{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:122:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:16:{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:123:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:71;a:16:{s:4:\"tmpl\";i:738;s:2:\"id\";i:9793;s:5:\"title\";s:13:\"Fly In | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_black_small.png\";s:12:\"tmpl_created\";i:1547831151;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/popups/fly-in-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:670;s:11:\"trend_index\";i:742;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:16:{s:4:\"tmpl\";i:742;s:2:\"id\";i:9836;s:5:\"title\";s:21:\"Classic | Login | Pop\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/login_b_small.png\";s:12:\"tmpl_created\";i:1547835635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/popups/classic-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:634;s:11:\"trend_index\";i:669;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:16:{s:4:\"tmpl\";i:743;s:2:\"id\";i:9847;s:5:\"title\";s:25:\"Fly In | Promotion | Lego\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_in_promotion_tro.png\";s:12:\"tmpl_created\";i:1547836956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/fly-in-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:751;s:11:\"trend_index\";i:838;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:16:{s:4:\"tmpl\";i:744;s:2:\"id\";i:9858;s:5:\"title\";s:27:\"Slide In | Promotion | Wine\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/slide-in_promotion_wine_small.png\";s:12:\"tmpl_created\";i:1547837100;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:769;s:11:\"trend_index\";i:684;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:16:{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:125:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:16:{s:4:\"tmpl\";i:752;s:2:\"id\";i:9944;s:5:\"title\";s:33:\"Slide In | Promotion | Headphones\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_head_small.png\";s:12:\"tmpl_created\";i:1547841939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/slide-in-promotion-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:757;s:11:\"trend_index\";i:700;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:16:{s:4:\"tmpl\";i:753;s:2:\"id\";i:9955;s:5:\"title\";s:14:\"Fly In | Login\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_login_lock_small.png\";s:12:\"tmpl_created\";i:1547842065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/popups/fly-in-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:551;s:11:\"trend_index\";i:627;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:16:{s:4:\"tmpl\";i:754;s:2:\"id\";i:9965;s:5:\"title\";s:30:\"Classic | Register | Subscribe\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_moon_small.png\";s:12:\"tmpl_created\";i:1547842174;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:588;s:11:\"trend_index\";i:591;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:16:{s:4:\"tmpl\";i:757;s:2:\"id\";i:9995;s:5:\"title\";s:27:\"Slide In | Sale | Christmas\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_christmas_small.png\";s:12:\"tmpl_created\";i:1547844802;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-sale-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:772;s:11:\"trend_index\";i:817;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:16:{s:4:\"tmpl\";i:759;s:2:\"id\";i:10016;s:5:\"title\";s:16:\"Hello Bar | Sale\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/Hello-Bar_Promotion_bag_small.png\";s:12:\"tmpl_created\";i:1547845062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/hello-bar-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:792;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:16:{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:130:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:16:{s:4:\"tmpl\";i:760;s:2:\"id\";i:10026;s:5:\"title\";s:46:\"Classic | Register | Subscribe | Gym | Fitness\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_register_small.png\";s:12:\"tmpl_created\";i:1547845205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:616;s:11:\"trend_index\";i:587;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:16:{s:4:\"tmpl\";i:761;s:2:\"id\";i:10036;s:5:\"title\";s:43:\"Full Screen | Sale | Promotion | Headphones\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/full_sale_head_small.png\";s:12:\"tmpl_created\";i:1547845409;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:614;s:11:\"trend_index\";i:717;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:16:{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:129:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:16:{s:4:\"tmpl\";i:763;s:2:\"id\";i:10057;s:5:\"title\";s:48:\"Hello Bar | Register | Subscribe | Gym | Fitness\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2019/01/hello-bar_register_sport_small.png\";s:12:\"tmpl_created\";i:1547847938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/hello-bar-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:764;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:16:{s:4:\"tmpl\";i:766;s:2:\"id\";i:10087;s:5:\"title\";s:25:\"Full Screen | Login | Spa\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2019/01/full-screen_login_spa_small.png\";s:12:\"tmpl_created\";i:1547848301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/full-screen-login-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:644;s:11:\"trend_index\";i:632;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:16:{s:4:\"tmpl\";i:767;s:2:\"id\";i:10097;s:5:\"title\";s:37:\"Classic | Register | Subscribe | Lego\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_lego_small.png\";s:12:\"tmpl_created\";i:1547848411;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:689;s:11:\"trend_index\";i:758;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:16:{s:4:\"tmpl\";i:57;s:2:\"id\";i:1190;s:5:\"title\";s:26:\"Landing Page &#8211; Hotel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp2-l.png\";s:12:\"tmpl_created\";i:1490707391;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/landing-page-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:2;s:11:\"trend_index\";i:1;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:89;a:16:{s:4:\"tmpl\";i:831;s:2:\"id\";i:9816;s:5:\"title\";s:30:\"Classic | Sale | Gym | Fitness\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_sale_sport_small.png\";s:12:\"tmpl_created\";i:1547991876;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:720;s:11:\"trend_index\";i:823;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:16:{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:108:\"https://library.elementor.com/blocks/404-page-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:16:{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:111:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:16:{s:4:\"tmpl\";i:718;s:2:\"id\";i:9602;s:5:\"title\";s:35:\"Bottom Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2019/01/Bottombar_Announcement_small_01.png\";s:12:\"tmpl_created\";i:1546964559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/bottom-bar-announcement-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:600;s:11:\"trend_index\";i:604;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:16:{s:4:\"tmpl\";i:23;s:2:\"id\";i:225;s:5:\"title\";s:27:\"Homepage &#8211; Restaurant\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0016.png\";s:12:\"tmpl_created\";i:1470829872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/homepage-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Homepage\",\"Restaurant\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:1;s:11:\"trend_index\";i:2;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:94;a:16:{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:108:\"https://library.elementor.com/blocks/404-page-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:16:{s:4:\"tmpl\";i:1204;s:2:\"id\";i:20208;s:5:\"title\";s:49:\"Alternative Medicine Acupuncture &#8211; Business\";s:9:\"thumbnail\";s:112:\"https://library.elementor.com/wp-content/uploads/2021/10/Alternative-Medicine-Acupuncture-Business-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633880557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/alternative-medicine-acupuncture-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:47:\"[\"Health\",\"Landing Pages\",\"medical\",\"Services\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:96;a:16:{s:4:\"tmpl\";i:29;s:2:\"id\";i:463;s:5:\"title\";s:22:\"Homepage &#8211; Study\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0022.png\";s:12:\"tmpl_created\";i:1477388340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/homepage-study/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Education\",\"Homepage\",\"Study\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:4;s:11:\"trend_index\";i:3;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:97;a:16:{s:4:\"tmpl\";i:842;s:2:\"id\";i:10277;s:5:\"title\";s:36:\"Bottom Bar | Promotion | Sale | Book\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/book_small.png\";s:12:\"tmpl_created\";i:1548055999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/bottom-bar-promotion-book/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:729;s:11:\"trend_index\";i:802;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:16:{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:129:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:16:{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:108:\"https://library.elementor.com/blocks/404-page-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:16:{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:117:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:101;a:16:{s:4:\"tmpl\";i:16;s:2:\"id\";i:181;s:5:\"title\";s:23:\"Homepage &#8211; Agency\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0019.png\";s:12:\"tmpl_created\";i:1470826567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/homepage-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:3;s:11:\"trend_index\";i:4;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:102;a:16:{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:108:\"https://library.elementor.com/blocks/404-page-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:16:{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:116:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:104;a:16:{s:4:\"tmpl\";i:748;s:2:\"id\";i:9903;s:5:\"title\";s:34:\"Bottom Bar | Promotion | Olive Oil\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2019/01/bottom-bar_promotion_olive_small.png\";s:12:\"tmpl_created\";i:1547838896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/bottom-bar-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:765;s:11:\"trend_index\";i:840;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:16:{s:4:\"tmpl\";i:25;s:2:\"id\";i:150;s:5:\"title\";s:19:\"Product &#8211; App\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0003.png\";s:12:\"tmpl_created\";i:1470829879;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/product-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:6;s:11:\"trend_index\";i:5;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:106;a:16:{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:108:\"https://library.elementor.com/blocks/404-page-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:16:{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:126:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:108;a:16:{s:4:\"tmpl\";i:810;s:2:\"id\";i:10549;s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/com_small.png\";s:12:\"tmpl_created\";i:1547967595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/bottom-bar-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:713;s:11:\"trend_index\";i:666;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:16:{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:108:\"https://library.elementor.com/blocks/404-page-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:16:{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:115:\"https://library.elementor.com/birthday-party-invitation/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";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:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:16:{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:125:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:112;a:16:{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:108:\"https://library.elementor.com/beauty-salon-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"Hair\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:16:{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:108:\"https://library.elementor.com/blocks/404-page-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:16:{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:129:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:115;a:16:{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:110:\"https://library.elementor.com/beauty-salon-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"Hair\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:16:{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:108:\"https://library.elementor.com/blocks/404-page-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:16:{s:4:\"tmpl\";i:1215;s:2:\"id\";i:20556;s:5:\"title\";s:41:\"Faroe Islands Trip Planner &#8211; Travel\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Faroe-Islands-Trip-Planner-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634026480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/faroe-islands-trip-planner-travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:26:\"[\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:118;a:16:{s:4:\"tmpl\";i:834;s:2:\"id\";i:10529;s:5:\"title\";s:36:\"Classic | Announcement | Maintenance\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/icon_small.png\";s:12:\"tmpl_created\";i:1548046309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:474;s:11:\"trend_index\";i:398;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:119;a:16:{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:110:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"Hair\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:16:{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:108:\"https://library.elementor.com/blocks/404-page-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:16:{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:136:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:122;a:16:{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:107:\"https://library.elementor.com/beauty-salon-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"Hair\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:16:{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:142:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:124;a:16:{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:104:\"https://library.elementor.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:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:125;a:16:{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:105:\"https://library.elementor.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:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:126;a:16:{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:111:\"https://library.elementor.com/beauty-salon-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"Hair\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:16:{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:130:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:128;a:16:{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:107:\"https://library.elementor.com/travel-blog-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:16:{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:125:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:130;a:16:{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:105:\"https://library.elementor.com/blocks/about-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:131;a:16:{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:109:\"https://library.elementor.com/travel-blog-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:16:{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:118:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:133;a:16:{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:105:\"https://library.elementor.com/blocks/about-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:134;a:16:{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:106:\"https://library.elementor.com/travel-blog-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:16:{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:127:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:136;a:16:{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:105:\"https://library.elementor.com/blocks/about-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:137;a:16:{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:105:\"https://library.elementor.com/blocks/about-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:138;a:16:{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:107:\"https://library.elementor.com/dance-studio-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:16:{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:115:\"https://library.elementor.com/lp/time-management-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:140;a:16:{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:105:\"https://library.elementor.com/blocks/about-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:141;a:16:{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:108:\"https://library.elementor.com/dance-studio-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:16:{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:113:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:143;a:16:{s:4:\"tmpl\";i:797;s:2:\"id\";i:10413;s:5:\"title\";s:28:\"Classic | Content Lock | Pop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/hot_small.png\";s:12:\"tmpl_created\";i:1547961774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-content-lock/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:752;s:11:\"trend_index\";i:813;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:144;a:16:{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:110:\"https://library.elementor.com/dance-studio-classes/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:16:{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:112:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:146;a:16:{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:105:\"https://library.elementor.com/blocks/about-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:147;a:16:{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:111:\"https://library.elementor.com/dance-studio-schedule/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:16:{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:110:\"https://library.elementor.com/lp/conference-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:149;a:16:{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:105:\"https://library.elementor.com/blocks/about-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:150;a:16:{s:4:\"tmpl\";i:779;s:2:\"id\";i:10223;s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/welcome_small.png\";s:12:\"tmpl_created\";i:1547887343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:497;s:11:\"trend_index\";i:503;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:16:{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:110:\"https://library.elementor.com/dance-studio-pricing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:16:{s:4:\"tmpl\";i:811;s:2:\"id\";i:10559;s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_small.png\";s:12:\"tmpl_created\";i:1547967711;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/bottom-bar-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:714;s:11:\"trend_index\";i:729;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:16:{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:117:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:16:{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:105:\"https://library.elementor.com/blocks/about-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:155;a:16:{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:110:\"https://library.elementor.com/dance-studio-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:16:{s:4:\"tmpl\";i:846;s:2:\"id\";i:10403;s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/hello_small.png\";s:12:\"tmpl_created\";i:1548056371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:627;s:11:\"trend_index\";i:659;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:16:{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:119:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:16:{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:105:\"https://library.elementor.com/blocks/about-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:159;a:16:{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:108:\"https://library.elementor.com/psychologist-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:16:{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:122:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:16:{s:4:\"tmpl\";i:749;s:2:\"id\";i:9913;s:5:\"title\";s:27:\"Classic | Login | Christmas\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/log_small.png\";s:12:\"tmpl_created\";i:1547841430;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:542;s:11:\"trend_index\";i:417;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:16:{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:104:\"https://library.elementor.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:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:163;a:16:{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:110:\"https://library.elementor.com/psychologist-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:16:{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:110:\"https://library.elementor.com/lp/car-wash-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:165;a:16:{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:105:\"https://library.elementor.com/blocks/about-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:166;a:16:{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:107:\"https://library.elementor.com/psychologist-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:16:{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:118:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:16:{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:105:\"https://library.elementor.com/blocks/about-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:169;a:16:{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:110:\"https://library.elementor.com/psychologist-pricing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:170;a:16:{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:112:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:16:{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:106:\"https://library.elementor.com/blocks/about-3-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:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:172;a:16:{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:111:\"https://library.elementor.com/psychologist-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:16:{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:118:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:16:{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:106:\"https://library.elementor.com/blocks/about-4-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:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:175;a:16:{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:112:\"https://library.elementor.com/flooring-company-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:176;a:16:{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:106:\"https://library.elementor.com/blocks/about-5-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:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:177;a:16:{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:121:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:16:{s:4:\"tmpl\";i:717;s:2:\"id\";i:9592;s:5:\"title\";s:26:\"Classic | Promotion | Sale\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Promotion_small_01.png\";s:12:\"tmpl_created\";i:1546963720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-promotion-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:663;s:11:\"trend_index\";i:807;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:179;a:16:{s:4:\"tmpl\";i:778;s:2:\"id\";i:10210;s:5:\"title\";s:29:\"Classic | Promotion | Webinar\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/web_small-1.png\";s:12:\"tmpl_created\";i:1547886103;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-promotion-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:784;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:16:{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:114:\"https://library.elementor.com/flooring-company-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:16:{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:106:\"https://library.elementor.com/blocks/about-6-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:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:182;a:16:{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:118:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:16:{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:114:\"https://library.elementor.com/flooring-company-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:16:{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:120:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:185;a:16:{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:104:\"https://library.elementor.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:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:186;a:16:{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:115:\"https://library.elementor.com/flooring-company-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:16:{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:104:\"https://library.elementor.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:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:188;a:16:{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:114:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:189;a:16:{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:111:\"https://library.elementor.com/flooring-company-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:16:{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:119:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:16:{s:4:\"tmpl\";i:762;s:2:\"id\";i:10047;s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/yellow_small.png\";s:12:\"tmpl_created\";i:1547847757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:522;s:11:\"trend_index\";i:513;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:16:{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:104:\"https://library.elementor.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:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:193;a:16:{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:127:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:194;a:16:{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:106:\"https://library.elementor.com/blocks/archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:16:{s:4:\"tmpl\";i:746;s:2:\"id\";i:9879;s:5:\"title\";s:38:\"Classic | Register | Subscribe | Leads\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/dog_small.png\";s:12:\"tmpl_created\";i:1547838416;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:676;s:11:\"trend_index\";i:761;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:16:{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:119:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:16:{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:119:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:198;a:16:{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:106:\"https://library.elementor.com/blocks/archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:16:{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:124:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:16:{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:122:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:201;a:16:{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:106:\"https://library.elementor.com/blocks/archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:16:{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:118:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:16:{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:121:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:16:{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:106:\"https://library.elementor.com/blocks/archive-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:16:{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:118:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:16:{s:4:\"tmpl\";i:843;s:2:\"id\";i:10297;s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/s_yellow_small.png\";s:12:\"tmpl_created\";i:1548056099;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:590;s:11:\"trend_index\";i:607;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:16:{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:116:\"https://library.elementor.com/lp/online-course-education/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:16:{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:106:\"https://library.elementor.com/blocks/archive-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:16:{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:119:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:16:{s:4:\"tmpl\";i:847;s:2:\"id\";i:10393;s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/blue_small.png\";s:12:\"tmpl_created\";i:1548056682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:678;s:11:\"trend_index\";i:837;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:16:{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:117:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:16:{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:106:\"https://library.elementor.com/blocks/archive-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:16:{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:120:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:16:{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:115:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:16:{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:106:\"https://library.elementor.com/blocks/archive-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:16:{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:118:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:217;a:16:{s:4:\"tmpl\";i:813;s:2:\"id\";i:10579;s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/sale1_small.png\";s:12:\"tmpl_created\";i:1547967887;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:712;s:11:\"trend_index\";i:782;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:16:{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:137:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:219;a:16:{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:106:\"https://library.elementor.com/blocks/archive-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:220;a:16:{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:115:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:16:{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:125:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:16:{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:106:\"https://library.elementor.com/blocks/archive-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:223;a:16:{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:117:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:16:{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:125:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:16:{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:111:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:16:{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:116:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:16:{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:123:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:228;a:16:{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:115:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:16:{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:122:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:16:{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:121:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:231;a:16:{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:114:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:16:{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:105:\"https://library.elementor.com/barbershop-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:16:{s:4:\"tmpl\";i:833;s:2:\"id\";i:10180;s:5:\"title\";s:21:\"Fly In | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/glass_small.png\";s:12:\"tmpl_created\";i:1548045309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:686;s:11:\"trend_index\";i:788;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:16:{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:119:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:235;a:16:{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:114:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:16:{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:106:\"https://library.elementor.com/barbershop-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:16:{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:126:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:16:{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:119:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:16:{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:109:\"https://library.elementor.com/barbershop-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:16:{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:113:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty salon\",\"Hair\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:16:{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:117:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:16:{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:108:\"https://library.elementor.com/barbershop-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:243;a:16:{s:4:\"tmpl\";i:825;s:2:\"id\";i:9731;s:5:\"title\";s:26:\"Classic | Sale | Promotion\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/icecream_small.png\";s:12:\"tmpl_created\";i:1547976166;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/popups/classic-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:635;s:11:\"trend_index\";i:648;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:16:{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:116:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:245;a:16:{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:107:\"https://library.elementor.com/lp/webinar-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:16:{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:108:\"https://library.elementor.com/barbershop-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:16:{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:116:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:248;a:16:{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:127:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:16:{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:108:\"https://library.elementor.com/online-course-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:16:{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:118:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:16:{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:109:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:16:{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:109:\"https://library.elementor.com/online-course-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:16:{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:121:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:16:{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:115:\"https://library.elementor.com/online-course-course-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:255;a:16:{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:108:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:16:{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:119:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:16:{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:111:\"https://library.elementor.com/online-course-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:258;a:16:{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:107:\"https://library.elementor.com/blocks/clients-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:16:{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:124:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:16:{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:115:\"https://library.elementor.com/interior-design-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"interior design\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:261;a:16:{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:107:\"https://library.elementor.com/blocks/clients-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:262;a:16:{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:116:\"https://library.elementor.com/lp/moving-company-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:16:{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:111:\"https://library.elementor.com/interior-design-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"interior design\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:16:{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:107:\"https://library.elementor.com/blocks/clients-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:16:{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:114:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:16:{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:114:\"https://library.elementor.com/interior-design-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"interior design\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:16:{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:107:\"https://library.elementor.com/blocks/clients-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:268;a:16:{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:118:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:16:{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:113:\"https://library.elementor.com/interior-design-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"interior design\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:16:{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:107:\"https://library.elementor.com/blocks/clients-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:271;a:16:{s:4:\"tmpl\";i:758;s:2:\"id\";i:10005;s:5:\"title\";s:38:\"Fly In | Promotion | Spa | Body Lotion\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/Flyin_lotion_small.png\";s:12:\"tmpl_created\";i:1547844909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/fly-in-promotion-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:755;s:11:\"trend_index\";i:760;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:16:{s:4:\"tmpl\";i:798;s:2:\"id\";i:10424;s:5:\"title\";s:21:\"Fly In | Announcement\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/flower_small.png\";s:12:\"tmpl_created\";i:1547961866;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:677;s:11:\"trend_index\";i:753;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:16:{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:137:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:16:{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:111:\"https://library.elementor.com/photography-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:16:{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:107:\"https://library.elementor.com/blocks/clients-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:16:{s:4:\"tmpl\";i:755;s:2:\"id\";i:9975;s:5:\"title\";s:24:\"Fly In | Promotion | App\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_webinar_app_small.png\";s:12:\"tmpl_created\";i:1547842284;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/fly-in-promotion-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:774;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:277;a:16:{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:121:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:16:{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:107:\"https://library.elementor.com/photography-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:16:{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:107:\"https://library.elementor.com/blocks/clients-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:280;a:16:{s:4:\"tmpl\";i:764;s:2:\"id\";i:10067;s:5:\"title\";s:31:\"Fly In | Announcement | Cookies\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/fly-in_cookie_yellow_small.png\";s:12:\"tmpl_created\";i:1547848075;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/fly-in-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:582;s:11:\"trend_index\";i:619;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:281;a:16:{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:114:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:16:{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:109:\"https://library.elementor.com/photography-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:16:{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:108:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:16:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:46:\"Aesthetic Clinic &#8211; Health &#038; 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:124:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:16:{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:110:\"https://library.elementor.com/photography-wildlife/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:286;a:16:{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:108:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:287;a:16:{s:4:\"tmpl\";i:789;s:2:\"id\";i:10329;s:5:\"title\";s:25:\"Fly In | Sale | Promotion\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/organic_small.png\";s:12:\"tmpl_created\";i:1547893478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:781;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:16:{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:129:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:289;a:16:{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:119:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:16:{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:106:\"https://library.elementor.com/blocks/clients-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:16:{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:124:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:292;a:16:{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:118:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:16:{s:4:\"tmpl\";i:723;s:2:\"id\";i:9650;s:5:\"title\";s:36:\"Fly In | Register | Subscribe | Sale\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2019/01/Fly-In_Register_small_01a.png\";s:12:\"tmpl_created\";i:1547007598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/fly-in-register_big-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:771;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:16:{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:106:\"https://library.elementor.com/blocks/clients-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:295;a:16:{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:125:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:296;a:16:{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:108:\"https://library.elementor.com/photography-nature/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:16:{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:106:\"https://library.elementor.com/blocks/clients-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:298;a:16:{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:109:\"https://library.elementor.com/lp/open-week-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:16:{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:120:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:16:{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:106:\"https://library.elementor.com/blocks/clients-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:301;a:16:{s:4:\"tmpl\";i:840;s:2:\"id\";i:10200;s:5:\"title\";s:33:\"Full Screen | Content Lock | Wine\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/lock_wine_small.png\";s:12:\"tmpl_created\";i:1548055635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/full-screen-content-lock/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:719;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:16:{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:115:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:16:{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:118:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:16:{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:106:\"https://library.elementor.com/blocks/clients-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:305;a:16:{s:4:\"tmpl\";i:832;s:2:\"id\";i:10287;s:5:\"title\";s:34:\"Full Screen | Register | Subscribe\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/glass_pink_small.png\";s:12:\"tmpl_created\";i:1547994301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:602;s:11:\"trend_index\";i:439;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:16:{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:148:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:307;a:16:{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:107:\"https://library.elementor.com/blocks/contact-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:308;a:16:{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:106:\"https://library.elementor.com/photography-pets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:16:{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:123:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:16:{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:108:\"https://library.elementor.com/blocks/contact-1-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:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:311;a:16:{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:114:\"https://library.elementor.com/photography-bw-portraits/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:16:{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:107:\"https://library.elementor.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:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:16:{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:115:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:16:{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:115:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:315;a:16:{s:4:\"tmpl\";i:747;s:2:\"id\";i:9889;s:5:\"title\";s:28:\"Full Screen | Login | Cactus\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/cac_small.png\";s:12:\"tmpl_created\";i:1547838722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/full-screen-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:743;s:11:\"trend_index\";i:713;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:16:{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:107:\"https://library.elementor.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:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:16:{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:132:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:318;a:16:{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:108:\"https://library.elementor.com/magazine-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:16:{s:4:\"tmpl\";i:765;s:2:\"id\";i:10077;s:5:\"title\";s:29:\"Fly In | Register | Subscribe\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_register_blue_small.png\";s:12:\"tmpl_created\";i:1547848197;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/fly-in-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:540;s:11:\"trend_index\";i:574;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:320;a:16:{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:115:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:16:{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:106:\"https://library.elementor.com/travel-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:16:{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:107:\"https://library.elementor.com/blocks/contact-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:16:{s:4:\"tmpl\";i:844;s:2:\"id\";i:10362;s:5:\"title\";s:32:\"Full Screen | Login | Restaurant\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/vip_small.png\";s:12:\"tmpl_created\";i:1548056253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:587;s:11:\"trend_index\";i:560;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:16:{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:127:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:325;a:16:{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:102:\"https://library.elementor.com/travel-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:16:{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:109:\"https://library.elementor.com/blocks/contact-16-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:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:327;a:16:{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:111:\"https://library.elementor.com/lp/insurance-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:16:{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:102:\"https://library.elementor.com/travel-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:329;a:16:{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:107:\"https://library.elementor.com/blocks/contact-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:16:{s:4:\"tmpl\";i:849;s:2:\"id\";i:10454;s:5:\"title\";s:29:\"Full Screen | Promotion | App\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/appy_small.png\";s:12:\"tmpl_created\";i:1548056896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/full-screen-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:776;s:11:\"trend_index\";i:804;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:16:{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:125:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:332;a:16:{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:109:\"https://library.elementor.com/travel-testimonials/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:333;a:16:{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:107:\"https://library.elementor.com/blocks/contact-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:16:{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:106:\"https://library.elementor.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:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:335;a:16:{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:123:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:16:{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:104:\"https://library.elementor.com/travel-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:16:{s:4:\"tmpl\";i:739;s:2:\"id\";i:9803;s:5:\"title\";s:41:\"Full Screen | Register | Contact | Meetup\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2019/01/designme_full_small.png\";s:12:\"tmpl_created\";i:1547831298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/full-screen-register-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:701;s:11:\"trend_index\";i:808;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:16:{s:4:\"tmpl\";i:816;s:2:\"id\";i:10611;s:5:\"title\";s:18:\"Full Screen | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/fla_small.png\";s:12:\"tmpl_created\";i:1547968868;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/full-screen-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:779;s:11:\"trend_index\";i:792;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:16:{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:142:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:340;a:16:{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:108:\"https://library.elementor.com/blocks/contact-3-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:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:341;a:16:{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:100:\"https://library.elementor.com/travel-faq/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:16:{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:106:\"https://library.elementor.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:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:16:{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:122:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:344;a:16:{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:109:\"https://library.elementor.com/travel-contact-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:16:{s:4:\"tmpl\";i:806;s:2:\"id\";i:10508;s:5:\"title\";s:25:\"Full Screen | Welcome Mat\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/hand_small-1.png\";s:12:\"tmpl_created\";i:1547964711;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/full-screen-welcome-mat-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:711;s:11:\"trend_index\";i:793;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:16:{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:109:\"https://library.elementor.com/portfolio-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:16:{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:117:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:348;a:16:{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:106:\"https://library.elementor.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:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:349;a:16:{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:105:\"https://library.elementor.com/portfolio-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:350;a:16:{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:116:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:351;a:16:{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:106:\"https://library.elementor.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:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:352;a:16:{s:4:\"tmpl\";i:751;s:2:\"id\";i:9934;s:5:\"title\";s:38:\"Full Screen | Welcome Mat | Teddy Bear\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/full_mat_teddy_small.png\";s:12:\"tmpl_created\";i:1547841787;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/full-screen-welcome-mat/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:681;s:11:\"trend_index\";i:752;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:16:{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:108:\"https://library.elementor.com/portfolio-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:16:{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:118:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:355;a:16:{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:108:\"https://library.elementor.com/blocks/contact-5-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:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:356;a:16:{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:107:\"https://library.elementor.com/portfolio-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:16:{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:110:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:358;a:16:{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:106:\"https://library.elementor.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:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:359;a:16:{s:4:\"tmpl\";i:729;s:2:\"id\";i:9709;s:5:\"title\";s:25:\"Full Screen | Welcome Mat\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2019/01/Full-Screen_Welcome-Mat_01_small-1.png\";s:12:\"tmpl_created\";i:1547023834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-welcome-mat-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:728;s:11:\"trend_index\";i:728;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:360;a:16:{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:114:\"https://library.elementor.com/digital-agency-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:361;a:16:{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:113:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:362;a:16:{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:106:\"https://library.elementor.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:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:363;a:16:{s:4:\"tmpl\";i:725;s:2:\"id\";i:9671;s:5:\"title\";s:34:\"Hello Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/Top-Bar_Announcement_small_01.png\";s:12:\"tmpl_created\";i:1547010259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/hello-bar-announcement-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:639;s:11:\"trend_index\";i:598;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:364;a:16:{s:4:\"tmpl\";i:838;s:2:\"id\";i:10234;s:5:\"title\";s:38:\"Hello Bar | Announcement | Maintenance\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/pink_small.png\";s:12:\"tmpl_created\";i:1548055049;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/hello-bar-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:746;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:16:{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:130:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:366;a:16:{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:106:\"https://library.elementor.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:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:16:{s:4:\"tmpl\";i:696;s:2:\"id\";i:9139;s:5:\"title\";s:25:\"Homepage &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/07/Get_Started_250.png\";s:12:\"tmpl_created\";i:1532949924;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:168:\"[\"Agency\",\"bootstrap\",\"Business\",\"corporate\",\"Landing Pages\",\"Marketing Campaign\",\"Marketing Landing Page\",\"Product launch\",\"software\",\"Startup\",\"startup landing page\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:7;s:11:\"trend_index\";i:7;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:16:{s:4:\"tmpl\";i:83;s:2:\"id\";i:1634;s:5:\"title\";s:33:\"Landing Page &#8211; Chiropractor\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Chiropractor.png\";s:12:\"tmpl_created\";i:1494352119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-chiropractor/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:223;s:11:\"trend_index\";i:360;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:16:{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:136:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:370;a:16:{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:106:\"https://library.elementor.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:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:16:{s:4:\"tmpl\";i:1102;s:2:\"id\";i:16192;s:5:\"title\";s:30:\"Management App &#8211; Product\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/app.-landing-page.jpg\";s:12:\"tmpl_created\";i:1607866881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/management-app-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:33:\"[\"App\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:827;s:11:\"trend_index\";i:765;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:372;a:16:{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:102:\"https://library.elementor.com/blocks/cta-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:373;a:16:{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:104:\"https://library.elementor.com/law-firm-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:16:{s:4:\"tmpl\";i:1080;s:2:\"id\";i:15839;s:5:\"title\";s:29:\"Chiropractor &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Chiropractor.png\";s:12:\"tmpl_created\";i:1607855449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/chiropractor-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Business\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:828;s:11:\"trend_index\";i:709;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:16:{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:103:\"https://library.elementor.com/blocks/cta-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:376;a:16:{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:103:\"https://library.elementor.com/law-firm-team/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:16:{s:4:\"tmpl\";i:745;s:2:\"id\";i:9869;s:5:\"title\";s:28:\"Hello Bar | Promotion | Sale\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/01/ru_small.png\";s:12:\"tmpl_created\";i:1547837269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/hello-bar-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:766;s:11:\"trend_index\";i:820;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:378;a:16:{s:4:\"tmpl\";i:1079;s:2:\"id\";i:15827;s:5:\"title\";s:32:\"Creative Agency &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/07/Get_Started_250.png\";s:12:\"tmpl_created\";i:1607855280;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/creative-agency-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:168:\"[\"Agency\",\"bootstrap\",\"Business\",\"corporate\",\"Landing Pages\",\"Marketing Campaign\",\"Marketing Landing Page\",\"Product launch\",\"software\",\"Startup\",\"startup landing page\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:748;s:11:\"trend_index\";i:363;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:379;a:16:{s:4:\"tmpl\";i:850;s:2:\"id\";i:10539;s:5:\"title\";s:19:\"Hello Bar | Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/hello_pink_small.png\";s:12:\"tmpl_created\";i:1548056994;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/hello-bar-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:726;s:11:\"trend_index\";i:810;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:380;a:16:{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:110:\"https://library.elementor.com/digital-agency-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:16:{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:103:\"https://library.elementor.com/blocks/cta-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:382;a:16:{s:4:\"tmpl\";i:1098;s:2:\"id\";i:16120;s:5:\"title\";s:37:\"Life coach Tom &#8211; Online Service\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/02/Landin-Page-Coacher.png\";s:12:\"tmpl_created\";i:1607865812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/life-coach-tom-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:30:\"[\"Consulting\",\"Landing Pages\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:818;s:11:\"trend_index\";i:796;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:16:{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:101:\"https://library.elementor.com/gym-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:16:{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:103:\"https://library.elementor.com/blocks/cta-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:385;a:16:{s:4:\"tmpl\";i:1094;s:2:\"id\";i:16059;s:5:\"title\";s:34:\"Melbourne Conference &#8211; Event\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/01/convention-landing-page.jpg\";s:12:\"tmpl_created\";i:1607864236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/melbourne-conference-event/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:25:\"[\"Event\",\"Landing Pages\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:841;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:16:{s:4:\"tmpl\";i:78;s:2:\"id\";i:1504;s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app2.png\";s:12:\"tmpl_created\";i:1494352112;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:174;s:11:\"trend_index\";i:367;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:16:{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:103:\"https://library.elementor.com/blocks/cta-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:388;a:16:{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:103:\"https://library.elementor.com/blocks/cta-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:389;a:16:{s:4:\"tmpl\";i:1095;s:2:\"id\";i:16073;s:5:\"title\";s:56:\"International Women&#8217;s Day Conference &#8211; Event\";s:9:\"thumbnail\";s:109:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-International-Womens-Day-Conference.png\";s:12:\"tmpl_created\";i:1607864979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/international-womens-day-conference-event/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:25:\"[\"Event\",\"Landing Pages\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:865;s:11:\"trend_index\";i:789;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:16:{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:106:\"https://library.elementor.com/law-firm-careers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:16:{s:4:\"tmpl\";i:1096;s:2:\"id\";i:16085;s:5:\"title\";s:29:\"Tech Conference &#8211; Event\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Tech-Conference.png\";s:12:\"tmpl_created\";i:1607865227;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/tech-conference-event/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:25:\"[\"Event\",\"Landing Pages\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:851;s:11:\"trend_index\";i:747;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:16:{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:103:\"https://library.elementor.com/blocks/cta-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:393;a:16:{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:108:\"https://library.elementor.com/law-firm-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:16:{s:4:\"tmpl\";i:839;s:2:\"id\";i:10147;s:5:\"title\";s:34:\"Hello Bar | Sale | Promotion | Pop\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/donut_small.png\";s:12:\"tmpl_created\";i:1548055522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/hello-bar-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:775;s:11:\"trend_index\";i:824;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:16:{s:4:\"tmpl\";i:1097;s:2:\"id\";i:16102;s:5:\"title\";s:38:\"Environmental Conference &#8211; Event\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Sustainability-Conference.png\";s:12:\"tmpl_created\";i:1607865473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/environmental-conference-event/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:25:\"[\"Event\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:833;s:11:\"trend_index\";i:772;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:16:{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:103:\"https://library.elementor.com/blocks/cta-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:397;a:16:{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:106:\"https://library.elementor.com/law-firm-partner/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:16:{s:4:\"tmpl\";i:1086;s:2:\"id\";i:15931;s:5:\"title\";s:37:\"Tokyo Design Conference &#8211; Event\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/11/conference-250.png\";s:12:\"tmpl_created\";i:1607861271;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/tokyo-design-conference-event/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:815;s:11:\"trend_index\";i:644;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:16:{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:113:\"https://library.elementor.com/digital-agency-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:400;a:16:{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:103:\"https://library.elementor.com/blocks/cta-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:401;a:16:{s:4:\"tmpl\";i:750;s:2:\"id\";i:9923;s:5:\"title\";s:23:\"Slide In | Announcement\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/slide-in_ann_italian_small.png\";s:12:\"tmpl_created\";i:1547841537;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/slide-in-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:699;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:16:{s:4:\"tmpl\";i:852;s:2:\"id\";i:10117;s:5:\"title\";s:23:\"Slide In | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/white_small.png\";s:12:\"tmpl_created\";i:1548066998;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-announcement-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:727;s:11:\"trend_index\";i:662;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:16:{s:4:\"tmpl\";i:1118;s:2:\"id\";i:16412;s:5:\"title\";s:36:\"Photography Coupon &#8211; eCommerce\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-02.png\";s:12:\"tmpl_created\";i:1607869919;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/photography-coupon-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:52:\"[\"Coupon\",\"Ecommerce\",\"Landing Pages\",\"Photography\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:862;s:11:\"trend_index\";i:749;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:16:{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:101:\"https://library.elementor.com/gym-classes/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:16:{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:103:\"https://library.elementor.com/blocks/cta-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:406;a:16:{s:4:\"tmpl\";i:1101;s:2:\"id\";i:16183;s:5:\"title\";s:32:\"Luxury Homes &#8211; Real Estate\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Agency.png\";s:12:\"tmpl_created\";i:1607866726;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/lp/landing-page-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:835;s:11:\"trend_index\";i:768;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:16:{s:4:\"tmpl\";i:79;s:2:\"id\";i:1503;s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app1.png\";s:12:\"tmpl_created\";i:1494352113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:165;s:11:\"trend_index\";i:191;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:16:{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:103:\"https://library.elementor.com/blocks/cta-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:409;a:16:{s:4:\"tmpl\";i:741;s:2:\"id\";i:9826;s:5:\"title\";s:33:\"Slide In | Announcement | webinar\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/web_small-2.png\";s:12:\"tmpl_created\";i:1547835513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-announcement-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:745;s:11:\"trend_index\";i:831;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:16:{s:4:\"tmpl\";i:848;s:2:\"id\";i:10478;s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/slide_wow_small.png\";s:12:\"tmpl_created\";i:1548056829;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/slide-in-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:595;s:11:\"trend_index\";i:559;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:16:{s:4:\"tmpl\";i:1119;s:2:\"id\";i:16420;s:5:\"title\";s:36:\"Spring Sale Coupon &#8211; eCommerce\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-03.png\";s:12:\"tmpl_created\";i:1607899243;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/spring-sale-coupon-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Coupon\",\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:852;s:11:\"trend_index\";i:756;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:16:{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:102:\"https://library.elementor.com/blocks/cta-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:413;a:16:{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:106:\"https://library.elementor.com/law-firm-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:16:{s:4:\"tmpl\";i:1120;s:2:\"id\";i:16427;s:5:\"title\";s:34:\"Dream Car Coupon &#8211; eCommerce\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-01.png\";s:12:\"tmpl_created\";i:1607934325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/dream-car-coupon-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:53:\"[\"Coupon\",\"Ecommerce\",\"Landing Pages\",\"Offer\",\"Sale\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:863;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:415;a:16:{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:103:\"https://library.elementor.com/blocks/cta-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:416;a:16:{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:107:\"https://library.elementor.com/law-firm-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:16:{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:117:\"https://library.elementor.com/digital-agency-social-media/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:16:{s:4:\"tmpl\";i:1121;s:2:\"id\";i:16433;s:5:\"title\";s:42:\"Leshnik Mega Sale Coupon &#8211; eCommerce\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-04.png\";s:12:\"tmpl_created\";i:1607934474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/leshnik-mega-sale-coupon-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:45:\"[\"Coupon\",\"Ecommerce\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:867;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:16:{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:103:\"https://library.elementor.com/blocks/cta-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:420;a:16:{s:4:\"tmpl\";i:823;s:2:\"id\";i:10685;s:5:\"title\";s:32:\"Hello Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/env_small.png\";s:12:\"tmpl_created\";i:1547974729;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/hello-bar-register-subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:721;s:11:\"trend_index\";i:814;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:421;a:16:{s:4:\"tmpl\";i:1089;s:2:\"id\";i:15986;s:5:\"title\";s:40:\"From Freelance to Business &#8211; Ebook\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-1.png\";s:12:\"tmpl_created\";i:1607862915;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/from-freelance-to-business-ebook/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:5:\"Ebook\";s:4:\"tags\";s:143:\"[\"App\",\"author\",\"book\",\"brochure\",\"download\",\"e-book\",\"ebook\",\"Landing Pages\",\"Marketing\",\"Product\",\"publisher\",\"sell online\",\"seo\",\"showcase\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:837;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:16:{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:103:\"https://library.elementor.com/blocks/cta-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:423;a:16:{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:101:\"https://library.elementor.com/gym-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:16:{s:4:\"tmpl\";i:1090;s:2:\"id\";i:16002;s:5:\"title\";s:30:\"Architect Manual &#8211; Ebook\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-2.png\";s:12:\"tmpl_created\";i:1607863075;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/architect-manual-ebook/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:5:\"Ebook\";s:4:\"tags\";s:25:\"[\"Ebook\",\"Landing Pages\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:836;s:11:\"trend_index\";i:827;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:16:{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:103:\"https://library.elementor.com/blocks/cta-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:426;a:16:{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:103:\"https://library.elementor.com/gym-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:16:{s:4:\"tmpl\";i:1091;s:2:\"id\";i:16014;s:5:\"title\";s:23:\"Good Life &#8211; Ebook\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-3.png\";s:12:\"tmpl_created\";i:1607863305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/lp/good-life-ebook/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:5:\"Ebook\";s:4:\"tags\";s:25:\"[\"Ebook\",\"Landing Pages\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:807;s:11:\"trend_index\";i:646;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:428;a:16:{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:103:\"https://library.elementor.com/blocks/cta-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:429;a:16:{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:106:\"https://library.elementor.com/law-firm-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;a:16:{s:4:\"tmpl\";i:756;s:2:\"id\";i:9985;s:5:\"title\";s:20:\"Slide In | Promotion\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_promotion_av_small.png\";s:12:\"tmpl_created\";i:1547844661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/slide-in-promotion-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:758;s:11:\"trend_index\";i:815;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:16:{s:4:\"tmpl\";i:1106;s:2:\"id\";i:16242;s:5:\"title\";s:37:\"Fashion Season Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/12/fashion-landing-page.jpg\";s:12:\"tmpl_created\";i:1607867761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/fashion-season-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Fashion\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:813;s:11:\"trend_index\";i:746;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;a:16:{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:112:\"https://library.elementor.com/digital-agency-clients/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:16:{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:103:\"https://library.elementor.com/blocks/cta-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:434;a:16:{s:4:\"tmpl\";i:1103;s:2:\"id\";i:16202;s:5:\"title\";s:39:\"Starlight Nation Festival &#8211; Event\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2016/12/festival.jpg\";s:12:\"tmpl_created\";i:1607867113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/starlight-nation-festival-event/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:25:\"[\"Event\",\"Landing Pages\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:842;s:11:\"trend_index\";i:770;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:16:{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:99:\"https://library.elementor.com/gym-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:16:{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:103:\"https://library.elementor.com/blocks/cta-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:16:{s:4:\"tmpl\";i:1099;s:2:\"id\";i:16139;s:5:\"title\";s:37:\"Financial Consultant &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Financial-consultant.png\";s:12:\"tmpl_created\";i:1607866334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/financial-consultant-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:40:\"[\"Consulting\",\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:824;s:11:\"trend_index\";i:798;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:16:{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:101:\"https://library.elementor.com/gym-pricing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:16:{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:102:\"https://library.elementor.com/blocks/cta-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:440;a:16:{s:4:\"tmpl\";i:1078;s:2:\"id\";i:15822;s:5:\"title\";s:30:\"Family Vacation &#8211; Travel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp2-l.png\";s:12:\"tmpl_created\";i:1607855143;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/family-vacation-travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:37:\"[\"Landing Pages\",\"Travel\",\"Vacation\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:773;s:11:\"trend_index\";i:593;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:441;a:16:{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:112:\"https://library.elementor.com/contact-digital-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:442;a:16:{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:103:\"https://library.elementor.com/blocks/cta-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:443;a:16:{s:4:\"tmpl\";i:1088;s:2:\"id\";i:15964;s:5:\"title\";s:31:\"Law Convention &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2017/11/Law-Convention-–-Landing-Page.png\";s:12:\"tmpl_created\";i:1607862731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/law-convention-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:36:\"[\"Convention\",\"Landing Pages\",\"Law\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:860;s:11:\"trend_index\";i:794;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:16:{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:101:\"https://library.elementor.com/gym-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:16:{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:103:\"https://library.elementor.com/blocks/cta-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:16:{s:4:\"tmpl\";i:33;s:2:\"id\";i:519;s:5:\"title\";s:24:\"Homepage &#8211; Fitness\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0023.png\";s:12:\"tmpl_created\";i:1477388808;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/homepage-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Fitness\",\"Gym\",\"Health\",\"Homepage\",\"Sport\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:10;s:11:\"trend_index\";i:62;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:447;a:16:{s:4:\"tmpl\";i:1085;s:2:\"id\";i:15910;s:5:\"title\";s:38:\"Litigation Law Office &#8211; Business\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Law-Office.png\";s:12:\"tmpl_created\";i:1607860827;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/litigation-law-office-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:32:\"[\"Landing Pages\",\"Law\",\"Office\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:825;s:11:\"trend_index\";i:719;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:16:{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:103:\"https://library.elementor.com/blocks/cta-32/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:449;a:16:{s:4:\"tmpl\";i:30;s:2:\"id\";i:487;s:5:\"title\";s:29:\"Landing Page &#8211; Vacation\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0021.png\";s:12:\"tmpl_created\";i:1477388357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-vacation/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:32;s:11:\"trend_index\";i:136;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:450;a:16:{s:4:\"tmpl\";i:1092;s:2:\"id\";i:16025;s:5:\"title\";s:33:\"Conoco Mobile App &#8211; Product\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/03/app.png\";s:12:\"tmpl_created\";i:1607863511;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/conoco-mobile-app-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:27:\"[\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:789;s:11:\"trend_index\";i:698;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:16:{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:103:\"https://library.elementor.com/blocks/cta-33/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:452;a:16:{s:4:\"tmpl\";i:714;s:2:\"id\";i:9559;s:5:\"title\";s:16:\"Slide In | Login\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_login_01_small.png\";s:12:\"tmpl_created\";i:1546946547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/slide-in-login-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:617;s:11:\"trend_index\";i:839;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:16:{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:103:\"https://library.elementor.com/blocks/cta-34/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:16:{s:4:\"tmpl\";i:1082;s:2:\"id\";i:15853;s:5:\"title\";s:29:\"Me Mobile App &#8211; Product\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app1.png\";s:12:\"tmpl_created\";i:1607857451;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/me-mobile-app-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:27:\"[\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:811;s:11:\"trend_index\";i:704;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:455;a:16:{s:4:\"tmpl\";i:68;s:2:\"id\";i:855;s:5:\"title\";s:37:\"Landing Page &#8211; Personal Trainer\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Personal-Trainer.png\";s:12:\"tmpl_created\";i:1494352061;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/landing-page-personal-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:290;s:11:\"trend_index\";i:394;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:16:{s:4:\"tmpl\";i:1081;s:2:\"id\";i:15844;s:5:\"title\";s:32:\"Torel Mobile App &#8211; Product\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app2.png\";s:12:\"tmpl_created\";i:1607856863;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/torel-mobile-app-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:27:\"[\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:822;s:11:\"trend_index\";i:812;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:457;a:16:{s:4:\"tmpl\";i:72;s:2:\"id\";i:955;s:5:\"title\";s:31:\"Landing Page &#8211; Law Office\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Law-Office.png\";s:12:\"tmpl_created\";i:1494352069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-law-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Landing Pages\",\"Law\",\"Office\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:202;s:11:\"trend_index\";i:271;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:16:{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:102:\"https://library.elementor.com/blocks/cta-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:459;a:16:{s:4:\"tmpl\";i:734;s:2:\"id\";i:9752;s:5:\"title\";s:27:\"Slide In | Sale | Promotion\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/rush_small.png\";s:12:\"tmpl_created\";i:1547823982;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:740;s:11:\"trend_index\";i:801;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:16:{s:4:\"tmpl\";i:1093;s:2:\"id\";i:16041;s:5:\"title\";s:31:\"Nano Mobile App &#8211; Product\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app3.png\";s:12:\"tmpl_created\";i:1607863992;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/landing-page-mobile-app-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:27:\"[\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:847;s:11:\"trend_index\";i:723;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:461;a:16:{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:102:\"https://library.elementor.com/blocks/cta-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:462;a:16:{s:4:\"tmpl\";i:709;s:2:\"id\";i:9373;s:5:\"title\";s:33:\"Landing Page &#8211; Conference 5\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/11/conference-250.png\";s:12:\"tmpl_created\";i:1542811219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:283;s:11:\"trend_index\";i:325;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:16:{s:4:\"tmpl\";i:1084;s:2:\"id\";i:15890;s:5:\"title\";s:39:\"Personal Trainer &#8211; Online Service\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Personal-Trainer.png\";s:12:\"tmpl_created\";i:1607860512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-trainer-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:35:\"[\"Fitness\",\"Landing Pages\",\"Sport\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:838;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:16:{s:4:\"tmpl\";i:73;s:2:\"id\";i:974;s:5:\"title\";s:28:\"Landing Page &#8211; Stylist\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/03/Landing-Page-Stylist.png\";s:12:\"tmpl_created\";i:1494352071;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-stylist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:162:\"[\"cosmetics\",\"Fashion\",\"girly\",\"hairdresser\",\"Landing Pages\",\"lifestyle\",\"Makeup\",\"manicure\",\"pedicure\",\"Products\",\"salon\",\"Shop\",\"skincare\",\"stylist\",\"wellness\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:329;s:11:\"trend_index\";i:512;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:16:{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:102:\"https://library.elementor.com/blocks/cta-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:16:{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:102:\"https://library.elementor.com/blocks/cta-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:467;a:16:{s:4:\"tmpl\";i:1105;s:2:\"id\";i:16233;s:5:\"title\";s:36:\"Journey Photography &#8211; Business\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp1-l.png\";s:12:\"tmpl_created\";i:1607867416;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/journey-photography-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:42:\"[\"Business\",\"Landing Pages\",\"Photography\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:788;s:11:\"trend_index\";i:594;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:468;a:16:{s:4:\"tmpl\";i:905;s:2:\"id\";i:11948;s:5:\"title\";s:18:\"Maintenance Mode 3\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm3.png\";s:12:\"tmpl_created\";i:1572153978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:195;s:11:\"trend_index\";i:259;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:469;a:16:{s:4:\"tmpl\";i:39;s:2:\"id\";i:754;s:5:\"title\";s:25:\"Services &#8211; Interior\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/Interior-Services.png\";s:12:\"tmpl_created\";i:1485269691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/services-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:251;s:11:\"trend_index\";i:400;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:470;a:16:{s:4:\"tmpl\";i:1100;s:2:\"id\";i:16162;s:5:\"title\";s:29:\"Private Chef &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Private-Chef.png\";s:12:\"tmpl_created\";i:1607866578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/private-chef-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:24:\"[\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:855;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:471;a:16:{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:102:\"https://library.elementor.com/blocks/cta-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:472;a:16:{s:4:\"tmpl\";i:774;s:2:\"id\";i:10169;s:5:\"title\";s:37:\"Slide In | Register | Subscribe | App\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/slideinapp_small.png\";s:12:\"tmpl_created\";i:1547852334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:546;s:11:\"trend_index\";i:701;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:16:{s:4:\"tmpl\";i:41;s:2:\"id\";i:752;s:5:\"title\";s:24:\"Contact &#8211; Interior\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/01/interior-contact.png\";s:12:\"tmpl_created\";i:1485269737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/contact-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:344;s:11:\"trend_index\";i:425;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:16:{s:4:\"tmpl\";i:1112;s:2:\"id\";i:16325;s:5:\"title\";s:28:\"Quality Lens &#8211; Product\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0006.png\";s:12:\"tmpl_created\";i:1607868782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/lp/quality-lens-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:27:\"[\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:804;s:11:\"trend_index\";i:621;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:475;a:16:{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:102:\"https://library.elementor.com/blocks/cta-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:476;a:16:{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:113:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:477;a:16:{s:4:\"tmpl\";i:40;s:2:\"id\";i:753;s:5:\"title\";s:22:\"About &#8211; Interior\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/01/Interior-About.png\";s:12:\"tmpl_created\";i:1485269710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/about-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:309;s:11:\"trend_index\";i:435;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:16:{s:4:\"tmpl\";i:1113;s:2:\"id\";i:16332;s:5:\"title\";s:31:\"Luxury Flat &#8211; Real Estate\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0007.png\";s:12:\"tmpl_created\";i:1607868929;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/luxury-flat-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:38:\"[\"flat\",\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:809;s:11:\"trend_index\";i:707;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:16:{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:116:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:16:{s:4:\"tmpl\";i:42;s:2:\"id\";i:751;s:5:\"title\";s:25:\"Homepage &#8211; Interior\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/01/interior-home.png\";s:12:\"tmpl_created\";i:1485269743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:258;s:11:\"trend_index\";i:200;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:481;a:16:{s:4:\"tmpl\";i:1117;s:2:\"id\";i:16392;s:5:\"title\";s:30:\"Open House &#8211; Real Estate\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-3.png\";s:12:\"tmpl_created\";i:1607869551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/landing-page-real-estate-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:150:\"[\"Agent\",\"Business\",\"clean\",\"corporate\",\"flat\",\"google maps\",\"homes\",\"Landing Pages\",\"listing\",\"modern\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:839;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:16:{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:116:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:16:{s:4:\"tmpl\";i:1087;s:2:\"id\";i:15950;s:5:\"title\";s:30:\"Stylist &#8211; Online Service\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/03/Landing-Page-Stylist.png\";s:12:\"tmpl_created\";i:1607862286;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/stylist-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:162:\"[\"cosmetics\",\"Fashion\",\"girly\",\"hairdresser\",\"Landing Pages\",\"lifestyle\",\"makeup\",\"manicure\",\"pedicure\",\"Products\",\"salon\",\"Shop\",\"skincare\",\"stylist\",\"wellness\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:853;s:11:\"trend_index\";i:805;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:16:{s:4:\"tmpl\";i:110;s:2:\"id\";i:2402;s:5:\"title\";s:32:\"Homepage &#8211; Interior Design\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2017/09/Interior.png\";s:12:\"tmpl_created\";i:1506441447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/homepage-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:193:\"[\"Architecture\",\"building\",\"Business\",\"Creative\",\"exterior design\",\"furniture design\",\"Gallery\",\"garden design\",\"house\",\"interior design\",\"landscape design\",\"multipurpose\",\"portfolio\",\"studio\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:126;s:11:\"trend_index\";i:257;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:16:{s:4:\"tmpl\";i:726;s:2:\"id\";i:9680;s:5:\"title\";s:23:\"Slide In | Content Lock\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2019/01/Slide-in_Content-lock_small_01.png\";s:12:\"tmpl_created\";i:1547010967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/slide-in-content-lock-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:725;s:11:\"trend_index\";i:725;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:16:{s:4:\"tmpl\";i:1114;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:1607869068;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";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:791;s:11:\"trend_index\";i:696;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:487;a:16:{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:113:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:16:{s:4:\"tmpl\";i:135;s:2:\"id\";i:3626;s:5:\"title\";s:30:\"Snowboard Site &#8211; Contact\";s:9:\"thumbnail\";s:62:\"https://library.elementor.com/wp-content/uploads/2017/12/3.png\";s:12:\"tmpl_created\";i:1513513193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/snowboard-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:293;s:11:\"trend_index\";i:637;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:16:{s:4:\"tmpl\";i:1107;s:2:\"id\";i:16253;s:5:\"title\";s:33:\"Bicycle Adventures &#8211; Travel\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0005.png\";s:12:\"tmpl_created\";i:1607867944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/bicycle-adventures-travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:36:\"[\"Bicycle\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:785;s:11:\"trend_index\";i:524;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:490;a:16:{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:113:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:16:{s:4:\"tmpl\";i:906;s:2:\"id\";i:11966;s:5:\"title\";s:18:\"Maintenance mode 4\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm4.png\";s:12:\"tmpl_created\";i:1572154274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:490;s:11:\"trend_index\";i:595;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:16:{s:4:\"tmpl\";i:737;s:2:\"id\";i:9783;s:5:\"title\";s:31:\"Slide In | Register | Subscribe\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_yellow_small.png\";s:12:\"tmpl_created\";i:1547831059;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/slide-in-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:534;s:11:\"trend_index\";i:415;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:16:{s:4:\"tmpl\";i:1115;s:2:\"id\";i:16358;s:5:\"title\";s:41:\"Sunset Valley Project &#8211; Real Estate\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-1.png\";s:12:\"tmpl_created\";i:1607869234;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/sunset-valley-project-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:846;s:11:\"trend_index\";i:743;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:16:{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:113:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:16:{s:4:\"tmpl\";i:134;s:2:\"id\";i:3632;s:5:\"title\";s:31:\"Snowboard Site &#8211; Services\";s:9:\"thumbnail\";s:62:\"https://library.elementor.com/wp-content/uploads/2017/12/2.png\";s:12:\"tmpl_created\";i:1513513171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/snowboard-site-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:222;s:11:\"trend_index\";i:342;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:16:{s:4:\"tmpl\";i:1108;s:2:\"id\";i:16271;s:5:\"title\";s:42:\"Luxury Travel Destinations  &#8211; Travel\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-1.png\";s:12:\"tmpl_created\";i:1607868120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/luxury-travel-destinations-travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:37:\"[\"Landing Pages\",\"Travel\",\"Vacation\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:830;s:11:\"trend_index\";i:833;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:16:{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:113:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:16:{s:4:\"tmpl\";i:133;s:2:\"id\";i:3619;s:5:\"title\";s:31:\"Snowboard Site &#8211; Homepage\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2017/12/home.png\";s:12:\"tmpl_created\";i:1513513137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/snowboard-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:232;s:11:\"trend_index\";i:219;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:16:{s:4:\"tmpl\";i:1116;s:2:\"id\";i:16379;s:5:\"title\";s:33:\"Property Page &#8211; Real Estate\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-2.png\";s:12:\"tmpl_created\";i:1607869379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/property-page-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:42:\"[\"Landing Pages\",\"Property\",\"Real estate\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:864;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:16:{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:111:\"https://library.elementor.com/blocks/digital-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:501;a:16:{s:4:\"tmpl\";i:710;s:2:\"id\";i:9425;s:5:\"title\";s:38:\"Black Friday &#8211;  80&#8217;s style\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/11/unnamed-file.png\";s:12:\"tmpl_created\";i:1542901234;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/black-friday-80s-style/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:360;s:11:\"trend_index\";i:472;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:16:{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:102:\"https://library.elementor.com/blocks/faq-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:503;a:16:{s:4:\"tmpl\";i:1109;s:2:\"id\";i:16283;s:5:\"title\";s:29:\"Vacation Deals &#8211; Travel\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-2.png\";s:12:\"tmpl_created\";i:1607868279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/vacation-deals-travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:37:\"[\"Landing Pages\",\"Travel\",\"Vacation\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:850;s:11:\"trend_index\";i:799;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:16:{s:4:\"tmpl\";i:907;s:2:\"id\";i:11973;s:5:\"title\";s:18:\"Maintenance mode 5\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm5.png\";s:12:\"tmpl_created\";i:1572154523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:418;s:11:\"trend_index\";i:476;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:505;a:16:{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:103:\"https://library.elementor.com/blocks/faq-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:506;a:16:{s:4:\"tmpl\";i:1110;s:2:\"id\";i:16299;s:5:\"title\";s:29:\"New Adventures &#8211; Travel\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-3.png\";s:12:\"tmpl_created\";i:1607868454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/new-adventures-travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:50:\"[\"Adventures\",\"Landing Pages\",\"Travel\",\"Vacation\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:849;s:11:\"trend_index\";i:830;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:507;a:16:{s:4:\"tmpl\";i:908;s:2:\"id\";i:11981;s:5:\"title\";s:18:\"Maintenance mode 6\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm6.png\";s:12:\"tmpl_created\";i:1572155125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:410;s:11:\"trend_index\";i:390;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:508;a:16:{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:103:\"https://library.elementor.com/blocks/faq-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:509;a:16:{s:4:\"tmpl\";i:1111;s:2:\"id\";i:16312;s:5:\"title\";s:26:\"Summer Time &#8211; Travel\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/11/Vacation-–-Landing-Page.png\";s:12:\"tmpl_created\";i:1607868625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/lp/summer-time-travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:37:\"[\"Landing Pages\",\"Travel\",\"Vacation\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:829;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:16:{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:103:\"https://library.elementor.com/blocks/faq-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:511;a:16:{s:4:\"tmpl\";i:22;s:2:\"id\";i:147;s:5:\"title\";s:20:\"Homepage &#8211; App\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0004.png\";s:12:\"tmpl_created\";i:1470829868;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/homepage-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"App\",\"Homepage\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:5;s:11:\"trend_index\";i:16;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:16:{s:4:\"tmpl\";i:1083;s:2:\"id\";i:15870;s:5:\"title\";s:32:\"Tel Aviv Vacation &#8211; Travel\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0021.png\";s:12:\"tmpl_created\";i:1607860195;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/tel-aviv-vacation-travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:802;s:11:\"trend_index\";i:688;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:513;a:16:{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:102:\"https://library.elementor.com/blocks/faq-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:16:{s:4:\"tmpl\";i:48;s:2:\"id\";i:777;s:5:\"title\";s:28:\"Homepage &#8211; Coffee Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/01/rest-home.jpg\";s:12:\"tmpl_created\";i:1485273092;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/homepage-coffee-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:41:\"[\"Coffee\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:175;s:11:\"trend_index\";i:414;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:515;a:16:{s:4:\"tmpl\";i:1122;s:2:\"id\";i:16440;s:5:\"title\";s:31:\"Marketing Webinar &#8211; Event\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0015.png\";s:12:\"tmpl_created\";i:1607934662;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/marketing-webinar-event/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:37:\"[\"Event\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:794;s:11:\"trend_index\";i:762;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:16:{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:102:\"https://library.elementor.com/blocks/faq-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:517;a:16:{s:4:\"tmpl\";i:1104;s:2:\"id\";i:16212;s:5:\"title\";s:33:\"Wedding Celebration &#8211; Event\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0025.png\";s:12:\"tmpl_created\";i:1607867299;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/wedding-celebration-event/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:35:\"[\"Event\",\"Landing Pages\",\"Wedding\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:798;s:11:\"trend_index\";i:730;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:16:{s:4:\"tmpl\";i:111;s:2:\"id\";i:2404;s:5:\"title\";s:24:\"Homepage &#8211; Product\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/09/product.png\";s:12:\"tmpl_created\";i:1506441452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/homepage-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:103:\"[\"Business\",\"colorful\",\"Ecommerce\",\"flat\",\"mobile\",\"modern\",\"responsive\",\"retina\",\"Shop\",\"woocommerce\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:164;s:11:\"trend_index\";i:286;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:519;a:16:{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:102:\"https://library.elementor.com/blocks/faq-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:16:{s:4:\"tmpl\";i:31;s:2:\"id\";i:492;s:5:\"title\";s:25:\"Homepage &#8211; Law firm\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0024.png\";s:12:\"tmpl_created\";i:1477388365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-law-firm/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"Firm\",\"Homepage\",\"Law\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:14;s:11:\"trend_index\";i:79;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:16:{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:102:\"https://library.elementor.com/blocks/faq-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:16:{s:4:\"tmpl\";i:132;s:2:\"id\";i:3451;s:5:\"title\";s:39:\"Homepage &#8211; Goodness meal services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/11/goodness-featured-image.png\";s:12:\"tmpl_created\";i:1512054116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/homepage-goodness-meal-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:266;s:11:\"trend_index\";i:407;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:523;a:16:{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:102:\"https://library.elementor.com/blocks/faq-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:16:{s:4:\"tmpl\";i:108;s:2:\"id\";i:2152;s:5:\"title\";s:26:\"Homepage &#8211; Cake Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-home.png\";s:12:\"tmpl_created\";i:1499774132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/homepage-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Cake\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:382;s:11:\"trend_index\";i:530;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:525;a:16:{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:102:\"https://library.elementor.com/blocks/faq-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:16:{s:4:\"tmpl\";i:50;s:2:\"id\";i:1068;s:5:\"title\";s:27:\"Homepage &#8211; Copywriter\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/03/copywriter.png\";s:12:\"tmpl_created\";i:1488805928;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/homepage-copywriter/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"Copywriter\",\"Homepage\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:249;s:11:\"trend_index\";i:437;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:527;a:16:{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:107:\"https://library.elementor.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:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:16:{s:4:\"tmpl\";i:121;s:2:\"id\";i:2813;s:5:\"title\";s:32:\"Homepage &#8211; Creative Agency\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/11/Creative-Agency-–-Home-Page.png\";s:12:\"tmpl_created\";i:1509615049;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/homepage-creative-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:130;s:11:\"trend_index\";i:215;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:529;a:16:{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:108:\"https://library.elementor.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:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:530;a:16:{s:4:\"tmpl\";i:43;s:2:\"id\";i:728;s:5:\"title\";s:33:\"Homepage &#8211; Delivery Company\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/01/delivery-company-home-page.jpg\";s:12:\"tmpl_created\";i:1485269993;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/homepage-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Delivery\",\"Homepage\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:324;s:11:\"trend_index\";i:790;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:531;a:16:{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:108:\"https://library.elementor.com/blocks/features-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:532;a:16:{s:4:\"tmpl\";i:109;s:2:\"id\";i:2403;s:5:\"title\";s:29:\"Homepage &#8211; Luxury Hotel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/09/Hotel.png\";s:12:\"tmpl_created\";i:1506441428;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/homepage-luxury-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:314;s:11:\"trend_index\";i:499;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:16:{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:108:\"https://library.elementor.com/blocks/features-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:534;a:16:{s:4:\"tmpl\";i:101;s:2:\"id\";i:1903;s:5:\"title\";s:20:\"One Page &#8211; Spa\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/06/spa.png\";s:12:\"tmpl_created\";i:1496822325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/one-page-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:132:\"[\"Beauty\",\"Care\",\"girly\",\"Hair\",\"Health\",\"hospitality\",\"massage\",\"medical\",\"parlor\",\"physiotherapy\",\"salon\",\"Spa\",\"wellness\",\"Yoga\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:211;s:11:\"trend_index\";i:320;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:535;a:16:{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:107:\"https://library.elementor.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:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:536;a:16:{s:4:\"tmpl\";i:102;s:2:\"id\";i:2123;s:5:\"title\";s:33:\"One Page &#8211; Architect Office\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/06/architect.png\";s:12:\"tmpl_created\";i:1499772989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/one-page-architect-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:11;s:11:\"trend_index\";i:19;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:16:{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:107:\"https://library.elementor.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:\"tags\";s:11:\"[\"featues\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:16:{s:4:\"tmpl\";i:98;s:2:\"id\";i:1888;s:5:\"title\";s:32:\"One Page &#8211; Creative Meetup\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2017/06/creative-meetup.png\";s:12:\"tmpl_created\";i:1496822319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/one-page-creative-meetup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:315;s:11:\"trend_index\";i:771;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:539;a:16:{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:107:\"https://library.elementor.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:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:16:{s:4:\"tmpl\";i:100;s:2:\"id\";i:1891;s:5:\"title\";s:35:\"One Page &#8211; Textile Convention\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/06/textile-meetup.png\";s:12:\"tmpl_created\";i:1496822323;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/one-page-textile-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:503;s:11:\"trend_index\";i:835;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:541;a:16:{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:107:\"https://library.elementor.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:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:16:{s:4:\"tmpl\";i:97;s:2:\"id\";i:1880;s:5:\"title\";s:24:\"One Page &#8211; Wedding\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/06/wedding.png\";s:12:\"tmpl_created\";i:1496822317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/one-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"bride\",\"ceremony\",\"cute\",\"Event\",\"fancy\",\"girly\",\"Groom\",\"guestbook\",\"marriage\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:535;s:11:\"trend_index\";i:576;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:16:{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:107:\"https://library.elementor.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:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:544;a:16:{s:4:\"tmpl\";i:99;s:2:\"id\";i:1885;s:5:\"title\";s:29:\"One Page &#8211; Yacht Rental\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/06/yacht-home.png\";s:12:\"tmpl_created\";i:1496822321;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/one-page-yacht-rental/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:235;s:11:\"trend_index\";i:610;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:16:{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:107:\"https://library.elementor.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:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:546;a:16:{s:4:\"tmpl\";i:127;s:2:\"id\";i:2723;s:5:\"title\";s:34:\"Portfolio &#8211; Graphic Designer\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2017/11/Graphic-Designer-–-Portfolio.png\";s:12:\"tmpl_created\";i:1509633883;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-graphic-designer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:218;s:11:\"trend_index\";i:300;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:16:{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:107:\"https://library.elementor.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:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:548;a:16:{s:4:\"tmpl\";i:105;s:2:\"id\";i:2145;s:5:\"title\";s:30:\"About &#8211; Delivery Company\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-about.png\";s:12:\"tmpl_created\";i:1499774125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/about-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:10:\"[\"moving\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:403;s:11:\"trend_index\";i:699;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:16:{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:107:\"https://library.elementor.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:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:550;a:16:{s:4:\"tmpl\";i:107;s:2:\"id\";i:2155;s:5:\"title\";s:23:\"About &#8211; Cake Shop\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-about.png\";s:12:\"tmpl_created\";i:1499774130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/about-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Food\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:471;s:11:\"trend_index\";i:461;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:551;a:16:{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:117:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:552;a:16:{s:4:\"tmpl\";i:55;s:2:\"id\";i:1085;s:5:\"title\";s:21:\"About &#8211; Startup\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/03/Startup.png\";s:12:\"tmpl_created\";i:1488810874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/about-startup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"About\",\"Startup\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:8;s:11:\"trend_index\";i:36;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:553;a:16:{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:121:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:554;a:16:{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:120:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:145;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:555;a:16:{s:4:\"tmpl\";i:18;s:2:\"id\";i:101;s:5:\"title\";s:16:\"About &#8211; CV\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0018.png\";s:12:\"tmpl_created\";i:1470829785;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:98:\"https://library.elementor.com/about-cv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"creative portfolio\",\"Personal\",\"portfolio\",\"professional\",\"resume\",\"vcard\"]\";s:10:\"menu_order\";i:145;s:16:\"popularity_index\";i:54;s:11:\"trend_index\";i:182;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:556;a:16:{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:120:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:557;a:16:{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:125:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:558;a:16:{s:4:\"tmpl\";i:17;s:2:\"id\";i:213;s:5:\"title\";s:26:\"About &#8211; Architecture\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0008.png\";s:12:\"tmpl_created\";i:1470829766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/about-architecture/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"About\",\"Architecture\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:20;s:11:\"trend_index\";i:65;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:559;a:16:{s:4:\"tmpl\";i:122;s:2:\"id\";i:2802;s:5:\"title\";s:38:\"Portfolio &#8211; Fashion Photographer\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2017/11/Fashion-photographer-–-Portfolio.png\";s:12:\"tmpl_created\";i:1509615440;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/portfolio-fashion-photographer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:263;s:11:\"trend_index\";i:504;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:560;a:16:{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:106:\"https://library.elementor.com/blocks/footer-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:561;a:16:{s:4:\"tmpl\";i:124;s:2:\"id\";i:2828;s:5:\"title\";s:35:\"Landing Page &#8211; Law Convention\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2017/11/Law-Convention-–-Landing-Page.png\";s:12:\"tmpl_created\";i:1509631636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/landing-page-law-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Convention\",\"Landing Pages\",\"Law\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:423;s:11:\"trend_index\";i:625;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:562;a:16:{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:107:\"https://library.elementor.com/blocks/footer-010/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:563;a:16:{s:4:\"tmpl\";i:84;s:2:\"id\";i:1461;s:5:\"title\";s:28:\"Landing Page &#8211; Ebook 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-1.png\";s:12:\"tmpl_created\";i:1494352121;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:143:\"[\"App\",\"author\",\"book\",\"brochure\",\"download\",\"e-book\",\"Ebook\",\"Landing Pages\",\"Marketing\",\"Product\",\"publisher\",\"sell online\",\"seo\",\"showcase\"]\";s:10:\"menu_order\";i:150;s:16:\"popularity_index\";i:374;s:11:\"trend_index\";i:516;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:564;a:16:{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:107:\"https://library.elementor.com/blocks/footer-011/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:150;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:565;a:16:{s:4:\"tmpl\";i:85;s:2:\"id\";i:1460;s:5:\"title\";s:28:\"Landing Page &#8211; Ebook 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-2.png\";s:12:\"tmpl_created\";i:1494352124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:426;s:11:\"trend_index\";i:466;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:566;a:16:{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:107:\"https://library.elementor.com/blocks/footer-012/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:567;a:16:{s:4:\"tmpl\";i:86;s:2:\"id\";i:1459;s:5:\"title\";s:28:\"Landing Page &#8211; Ebook 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-3.png\";s:12:\"tmpl_created\";i:1494352125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:254;s:11:\"trend_index\";i:422;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:568;a:16:{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:107:\"https://library.elementor.com/blocks/footer-013/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:569;a:16:{s:4:\"tmpl\";i:54;s:2:\"id\";i:1052;s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 1\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/03/app.png\";s:12:\"tmpl_created\";i:1488810873;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-mobile-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:47;s:11:\"trend_index\";i:158;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:570;a:16:{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:107:\"https://library.elementor.com/blocks/footer-014/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:571;a:16:{s:4:\"tmpl\";i:77;s:2:\"id\";i:1505;s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app3.png\";s:12:\"tmpl_created\";i:1494352110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:454;s:11:\"trend_index\";i:547;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:572;a:16:{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:101:\"https://library.elementor.com/blocks/demo/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:16:{s:4:\"tmpl\";i:44;s:2:\"id\";i:726;s:5:\"title\";s:33:\"Landing Page &#8211; Conference 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/01/convention-landing-page.jpg\";s:12:\"tmpl_created\";i:1485270062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:498;s:11:\"trend_index\";i:651;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:16:{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:106:\"https://library.elementor.com/blocks/footer-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:16:{s:4:\"tmpl\";i:88;s:2:\"id\";i:1613;s:5:\"title\";s:33:\"Landing Page &#8211; Conference 2\";s:9:\"thumbnail\";s:109:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-International-Womens-Day-Conference.png\";s:12:\"tmpl_created\";i:1494352129;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:504;s:11:\"trend_index\";i:464;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:16:{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:106:\"https://library.elementor.com/blocks/footer-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:16:{s:4:\"tmpl\";i:87;s:2:\"id\";i:1612;s:5:\"title\";s:33:\"Landing Page &#8211; Conference 3\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Tech-Conference.png\";s:12:\"tmpl_created\";i:1494352127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:549;s:11:\"trend_index\";i:693;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:16:{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:106:\"https://library.elementor.com/blocks/footer-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:16:{s:4:\"tmpl\";i:89;s:2:\"id\";i:1614;s:5:\"title\";s:33:\"Landing Page &#8211; Conference 4\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Sustainability-Conference.png\";s:12:\"tmpl_created\";i:1494352131;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:447;s:11:\"trend_index\";i:657;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:16:{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:106:\"https://library.elementor.com/blocks/footer-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:16:{s:4:\"tmpl\";i:70;s:2:\"id\";i:906;s:5:\"title\";s:29:\"Landing Page &#8211;  Coacher\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/02/Landin-Page-Coacher.png\";s:12:\"tmpl_created\";i:1494352066;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-coacher/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:302;s:11:\"trend_index\";i:397;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:16:{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:106:\"https://library.elementor.com/blocks/footer-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:16:{s:4:\"tmpl\";i:69;s:2:\"id\";i:879;s:5:\"title\";s:41:\"Landing Page &#8211; Financial Consultant\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Financial-consultant.png\";s:12:\"tmpl_created\";i:1494352064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/landing-page-financial-consultant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:305;s:11:\"trend_index\";i:406;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:16:{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:106:\"https://library.elementor.com/blocks/footer-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:16:{s:4:\"tmpl\";i:71;s:2:\"id\";i:926;s:5:\"title\";s:33:\"Landing Page &#8211; Private Chef\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Private-Chef.png\";s:12:\"tmpl_created\";i:1494352068;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-private-chef/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:461;s:11:\"trend_index\";i:549;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:16:{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:106:\"https://library.elementor.com/blocks/footer-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:16:{s:4:\"tmpl\";i:51;s:2:\"id\";i:1032;s:5:\"title\";s:27:\"Landing Page &#8211; Agency\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Agency.png\";s:12:\"tmpl_created\";i:1488810866;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/landing-page-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:462;s:11:\"trend_index\";i:715;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:16:{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:106:\"https://library.elementor.com/blocks/footer-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:16:{s:4:\"tmpl\";i:49;s:2:\"id\";i:730;s:5:\"title\";s:24:\"Landing Page &#8211; App\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/app.-landing-page.jpg\";s:12:\"tmpl_created\";i:1485273430;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/landing-page-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:386;s:11:\"trend_index\";i:614;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:16:{s:4:\"tmpl\";i:37;s:2:\"id\";i:643;s:5:\"title\";s:29:\"Landing Page &#8211; Festival\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2016/12/festival.jpg\";s:12:\"tmpl_created\";i:1481549290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-festival/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:518;s:11:\"trend_index\";i:748;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:16:{s:4:\"tmpl\";i:32;s:2:\"id\";i:542;s:5:\"title\";s:28:\"Landing Page &#8211; Wedding\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0025.png\";s:12:\"tmpl_created\";i:1477388484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:165;s:16:\"popularity_index\";i:128;s:11:\"trend_index\";i:355;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:592;a:16:{s:4:\"tmpl\";i:56;s:2:\"id\";i:1187;s:5:\"title\";s:32:\"Landing Page &#8211; Photography\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp1-l.png\";s:12:\"tmpl_created\";i:1490707385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/landing-page-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:53;s:11:\"trend_index\";i:196;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:593;a:16:{s:4:\"tmpl\";i:36;s:2:\"id\";i:641;s:5:\"title\";s:28:\"Landing Page &#8211; Fashion\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/12/fashion-landing-page.jpg\";s:12:\"tmpl_created\";i:1481549264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-fashion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:355;s:11:\"trend_index\";i:480;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:16:{s:4:\"tmpl\";i:11;s:2:\"id\";i:189;s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 1\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0005.png\";s:12:\"tmpl_created\";i:1470820715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-tourism/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:17;s:11:\"trend_index\";i:107;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:595;a:16:{s:4:\"tmpl\";i:80;s:2:\"id\";i:1547;s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-1.png\";s:12:\"tmpl_created\";i:1494352115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:169;s:16:\"popularity_index\";i:377;s:11:\"trend_index\";i:491;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:16:{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:105:\"https://library.elementor.com/blocks/footer_7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:169;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:16:{s:4:\"tmpl\";i:81;s:2:\"id\";i:1546;s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-2.png\";s:12:\"tmpl_created\";i:1494352116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:550;s:11:\"trend_index\";i:690;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:16:{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:105:\"https://library.elementor.com/blocks/footer-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:16:{s:4:\"tmpl\";i:82;s:2:\"id\";i:1545;s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-3.png\";s:12:\"tmpl_created\";i:1494352118;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:425;s:11:\"trend_index\";i:404;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:16:{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:105:\"https://library.elementor.com/blocks/footer-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:16:{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:102:\"https://library.elementor.com/blocks/gym-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:172;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:16:{s:4:\"tmpl\";i:125;s:2:\"id\";i:2714;s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 5\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/11/Vacation-–-Landing-Page.png\";s:12:\"tmpl_created\";i:1509631782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:172;s:16:\"popularity_index\";i:415;s:11:\"trend_index\";i:584;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:16:{s:4:\"tmpl\";i:13;s:2:\"id\";i:195;s:5:\"title\";s:28:\"Landing Page &#8211; Product\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0006.png\";s:12:\"tmpl_created\";i:1470820765;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:173;s:16:\"popularity_index\";i:72;s:11:\"trend_index\";i:242;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:604;a:16:{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:102:\"https://library.elementor.com/blocks/gym-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:173;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:16:{s:4:\"tmpl\";i:15;s:2:\"id\";i:197;s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 1\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0007.png\";s:12:\"tmpl_created\";i:1470825711;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/landing-page-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:162;s:11:\"trend_index\";i:366;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:606;a:16:{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:102:\"https://library.elementor.com/blocks/gym-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:16:{s:4:\"tmpl\";i:58;s:2:\"id\";i:1193;s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 2\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1490707422;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:175;s:16:\"popularity_index\";i:86;s:11:\"trend_index\";i:245;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:608;a:16:{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:102:\"https://library.elementor.com/blocks/gym-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:175;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:16:{s:4:\"tmpl\";i:74;s:2:\"id\";i:1415;s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-1.png\";s:12:\"tmpl_created\";i:1494352106;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:381;s:11:\"trend_index\";i:462;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:16:{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:100:\"https://library.elementor.com/blocks/gym/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:16:{s:4:\"tmpl\";i:75;s:2:\"id\";i:1414;s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 4\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-2.png\";s:12:\"tmpl_created\";i:1494352107;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:177;s:16:\"popularity_index\";i:573;s:11:\"trend_index\";i:670;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:16:{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:105:\"https://library.elementor.com/blocks/header-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:177;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:16:{s:4:\"tmpl\";i:76;s:2:\"id\";i:1413;s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 5\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-3.png\";s:12:\"tmpl_created\";i:1494352109;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:150:\"[\"Agent\",\"Business\",\"clean\",\"corporate\",\"flat\",\"google maps\",\"homes\",\"Landing Pages\",\"listing\",\"modern\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:486;s:11:\"trend_index\";i:444;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:614;a:16:{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:106:\"https://library.elementor.com/blocks/header-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:16:{s:4:\"tmpl\";i:90;s:2:\"id\";i:1573;s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-02.png\";s:12:\"tmpl_created\";i:1494352133;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:594;s:11:\"trend_index\";i:687;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:616;a:16:{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:106:\"https://library.elementor.com/blocks/header-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:16:{s:4:\"tmpl\";i:91;s:2:\"id\";i:1572;s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-03.png\";s:12:\"tmpl_created\";i:1494352134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:180;s:16:\"popularity_index\";i:632;s:11:\"trend_index\";i:774;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:16:{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:106:\"https://library.elementor.com/blocks/header-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:180;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:619;a:16:{s:4:\"tmpl\";i:92;s:2:\"id\";i:1570;s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 3\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-01.png\";s:12:\"tmpl_created\";i:1494352136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:181;s:16:\"popularity_index\";i:674;s:11:\"trend_index\";i:785;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:16:{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:106:\"https://library.elementor.com/blocks/header-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:181;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:621;a:16:{s:4:\"tmpl\";i:93;s:2:\"id\";i:1571;s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 4\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-04.png\";s:12:\"tmpl_created\";i:1494352138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:647;s:11:\"trend_index\";i:737;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:16:{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:105:\"https://library.elementor.com/blocks/header-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:623;a:16:{s:4:\"tmpl\";i:12;s:2:\"id\";i:192;s:5:\"title\";s:28:\"Landing Page &#8211; Webinar\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0015.png\";s:12:\"tmpl_created\";i:1470820734;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:183;s:16:\"popularity_index\";i:141;s:11:\"trend_index\";i:388;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:16:{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:105:\"https://library.elementor.com/blocks/header-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:183;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:16:{s:4:\"tmpl\";i:104;s:2:\"id\";i:2141;s:5:\"title\";s:32:\"Contact &#8211; Delivery Company\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-contact.png\";s:12:\"tmpl_created\";i:1499774122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/contact-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:363;s:11:\"trend_index\";i:678;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:16:{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:105:\"https://library.elementor.com/blocks/header-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:16:{s:4:\"tmpl\";i:20;s:2:\"id\";i:137;s:5:\"title\";s:22:\"Contact &#8211; Modern\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0013.png\";s:12:\"tmpl_created\";i:1470829828;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/contact-modern/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:55;s:11:\"trend_index\";i:210;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:628;a:16:{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:105:\"https://library.elementor.com/blocks/header-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:16:{s:4:\"tmpl\";i:19;s:2:\"id\";i:256;s:5:\"title\";s:26:\"Contact &#8211; Restaurant\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0011.png\";s:12:\"tmpl_created\";i:1470829796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/contact-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:186;s:16:\"popularity_index\";i:154;s:11:\"trend_index\";i:370;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:630;a:16:{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:105:\"https://library.elementor.com/blocks/header-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:186;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:16:{s:4:\"tmpl\";i:106;s:2:\"id\";i:2150;s:5:\"title\";s:25:\"Contact &#8211; Cake Shop\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-contact.png\";s:12:\"tmpl_created\";i:1499774127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/contact-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:85;s:11:\"trend_index\";i:247;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:632;a:16:{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:105:\"https://library.elementor.com/blocks/header-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:16:{s:4:\"tmpl\";i:10;s:2:\"id\";i:223;s:5:\"title\";s:21:\"Contact &#8211; Hotel\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0002.png\";s:12:\"tmpl_created\";i:1470820471;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/contact-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:188;s:16:\"popularity_index\";i:157;s:11:\"trend_index\";i:354;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:634;a:16:{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:105:\"https://library.elementor.com/blocks/header-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:188;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:16:{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:105:\"https://library.elementor.com/blocks/header-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:189;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:16:{s:4:\"tmpl\";i:26;s:2:\"id\";i:184;s:5:\"title\";s:23:\"Services &#8211; Moving\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0017.png\";s:12:\"tmpl_created\";i:1470829889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/services-moving/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:26;s:11:\"trend_index\";i:89;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:637;a:16:{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:103:\"https://library.elementor.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:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:638;a:16:{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:104:\"https://library.elementor.com/blocks/hero-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:191;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:16:{s:4:\"tmpl\";i:35;s:2:\"id\";i:625;s:5:\"title\";s:31:\"Services &#8211; Cake Shop Menu\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2016/12/cake-shop-menu.jpg\";s:12:\"tmpl_created\";i:1481549196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/services-cake-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:191;s:16:\"popularity_index\";i:642;s:11:\"trend_index\";i:733;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:16:{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:104:\"https://library.elementor.com/blocks/hero-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:641;a:16:{s:4:\"tmpl\";i:27;s:2:\"id\";i:187;s:5:\"title\";s:20:\"Services &#8211; Fun\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0001.png\";s:12:\"tmpl_created\";i:1470829892;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/services-fun/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:109;s:11:\"trend_index\";i:338;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:642;a:16:{s:4:\"tmpl\";i:21;s:2:\"id\";i:238;s:5:\"title\";s:27:\"Services &#8211; Consulting\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0014.png\";s:12:\"tmpl_created\";i:1470829865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/services-consulting/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:193;s:16:\"popularity_index\";i:25;s:11:\"trend_index\";i:51;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:643;a:16:{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:104:\"https://library.elementor.com/blocks/hero-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:193;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:16:{s:4:\"tmpl\";i:38;s:2:\"id\";i:647;s:5:\"title\";s:33:\"Services &#8211; Coffee Shop Menu\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2016/12/restaurant-menu.jpg\";s:12:\"tmpl_created\";i:1481549320;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/services-coffee-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:517;s:11:\"trend_index\";i:529;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:16:{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:103:\"https://library.elementor.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:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:16:{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:103:\"https://library.elementor.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:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:195;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:647;a:16:{s:4:\"tmpl\";i:103;s:2:\"id\";i:2138;s:5:\"title\";s:33:\"Services &#8211; Delivery Company\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-services.png\";s:12:\"tmpl_created\";i:1499774119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/services-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:195;s:16:\"popularity_index\";i:456;s:11:\"trend_index\";i:545;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:16:{s:4:\"tmpl\";i:47;s:2:\"id\";i:823;s:5:\"title\";s:19:\"Pricing &#8211; App\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2017/01/pricing-app.jpg\";s:12:\"tmpl_created\";i:1485272966;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/pricing-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:384;s:11:\"trend_index\";i:416;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:16:{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:103:\"https://library.elementor.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:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:16:{s:4:\"tmpl\";i:46;s:2:\"id\";i:824;s:5:\"title\";s:24:\"Pricing &#8211; Software\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/01/pricing-software.png\";s:12:\"tmpl_created\";i:1485272900;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/pricing-software-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:409;s:11:\"trend_index\";i:534;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:16:{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:103:\"https://library.elementor.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:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:652;a:16:{s:4:\"tmpl\";i:45;s:2:\"id\";i:825;s:5:\"title\";s:24:\"Product &#8211; Speakers\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/01/product-page.jpg\";s:12:\"tmpl_created\";i:1485272513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/product-speakers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:198;s:16:\"popularity_index\";i:439;s:11:\"trend_index\";i:418;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:16:{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:103:\"https://library.elementor.com/blocks/hero-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:198;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:16:{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:103:\"https://library.elementor.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:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:199;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:655;a:16:{s:4:\"tmpl\";i:24;s:2:\"id\";i:245;s:5:\"title\";s:21:\"Product &#8211; Clean\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0020.png\";s:12:\"tmpl_created\";i:1470829876;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/product-clean/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Fast\",\"minimal\",\"minimalistic\",\"seo\",\"simple\"]\";s:10:\"menu_order\";i:199;s:16:\"popularity_index\";i:107;s:11:\"trend_index\";i:276;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:656;a:16:{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:103:\"https://library.elementor.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:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:657;a:16:{s:4:\"tmpl\";i:53;s:2:\"id\";i:1075;s:5:\"title\";s:19:\"Shop &#8211; Sweets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Sweets.png\";s:12:\"tmpl_created\";i:1488810871;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/shop-sweets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:154:\"[\"bakery\",\"beverage\",\"Business\",\"cafe\",\"candy bar\",\"catering\",\"Delivery Service\",\"Food\",\"online shop\",\"pastry\",\"Restaurant\",\"store\",\"sweet shop\",\"sweets\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:68;s:11:\"trend_index\";i:174;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:658;a:16:{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:103:\"https://library.elementor.com/blocks/hero-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:16:{s:4:\"tmpl\";i:52;s:2:\"id\";i:1051;s:5:\"title\";s:24:\"Blog Post &#8211; Launch\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/03/post-cloud.png\";s:12:\"tmpl_created\";i:1488810869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blog-post-launch/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:211:\"[\"Agency\",\"bootstrap\",\"Business\",\"corporate\",\"Landing Pages\",\"launch\",\"Marketing Campaign\",\"Marketing Landing Page\",\"marketing template landing page\",\"Product launch\",\"software\",\"Startup\",\"startup landing page\"]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:16;s:11:\"trend_index\";i:27;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:660;a:16:{s:4:\"tmpl\";i:61;s:2:\"id\";i:1245;s:5:\"title\";s:13:\"Coming Soon 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-1.png\";s:12:\"tmpl_created\";i:1491207184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:202;s:16:\"popularity_index\";i:257;s:11:\"trend_index\";i:252;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:16:{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:116:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"interior design\"]\";s:10:\"menu_order\";i:202;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:16:{s:4:\"tmpl\";i:60;s:2:\"id\";i:1247;s:5:\"title\";s:13:\"Coming Soon 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-2.png\";s:12:\"tmpl_created\";i:1491207138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:203;s:16:\"popularity_index\";i:35;s:11:\"trend_index\";i:48;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:663;a:16:{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:119:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"interior design\"]\";s:10:\"menu_order\";i:203;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:16:{s:4:\"tmpl\";i:59;s:2:\"id\";i:1248;s:5:\"title\";s:13:\"Coming Soon 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-3.png\";s:12:\"tmpl_created\";i:1491207050;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:427;s:11:\"trend_index\";i:601;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:16:{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:119:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"interior design\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:16:{s:4:\"tmpl\";i:62;s:2:\"id\";i:1249;s:5:\"title\";s:13:\"Coming Soon 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-4.png\";s:12:\"tmpl_created\";i:1491207380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:469;s:11:\"trend_index\";i:638;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:16:{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:125:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"interior design\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:16:{s:4:\"tmpl\";i:63;s:2:\"id\";i:1250;s:5:\"title\";s:13:\"Coming Soon 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-5.png\";s:12:\"tmpl_created\";i:1491207450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:206;s:16:\"popularity_index\";i:82;s:11:\"trend_index\";i:104;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:669;a:16:{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:124:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"interior design\"]\";s:10:\"menu_order\";i:206;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:16:{s:4:\"tmpl\";i:64;s:2:\"id\";i:1260;s:5:\"title\";s:18:\"Maintenance Mode 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-6.png\";s:12:\"tmpl_created\";i:1491207507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:506;s:11:\"trend_index\";i:623;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:16:{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:127:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"interior design\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:16:{s:4:\"tmpl\";i:65;s:2:\"id\";i:1261;s:5:\"title\";s:18:\"Maintenance Mode 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/04/Coming-Soon-7.png\";s:12:\"tmpl_created\";i:1491207584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:208;s:16:\"popularity_index\";i:98;s:11:\"trend_index\";i:164;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:673;a:16:{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:125:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:208;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:16:{s:4:\"tmpl\";i:66;s:2:\"id\";i:1272;s:5:\"title\";s:13:\"Coming Soon 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-8.png\";s:12:\"tmpl_created\";i:1491207674;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:209;s:16:\"popularity_index\";i:296;s:11:\"trend_index\";i:317;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:16:{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:123:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:209;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:676;a:16:{s:4:\"tmpl\";i:67;s:2:\"id\";i:1279;s:5:\"title\";s:13:\"Coming Soon 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-9.png\";s:12:\"tmpl_created\";i:1491207756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:160;s:11:\"trend_index\";i:403;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:677;a:16:{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:123:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:16:{s:4:\"tmpl\";i:96;s:2:\"id\";i:1745;s:5:\"title\";s:14:\"Coming Soon 10\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-002.png\";s:12:\"tmpl_created\";i:1494849745;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/coming-soon-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:211;s:16:\"popularity_index\";i:292;s:11:\"trend_index\";i:371;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:16:{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:109:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:211;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:16:{s:4:\"tmpl\";i:95;s:2:\"id\";i:1742;s:5:\"title\";s:12:\"Login Page 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-003.png\";s:12:\"tmpl_created\";i:1494849744;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/login-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:470;s:11:\"trend_index\";i:616;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:16:{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:112:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:682;a:16:{s:4:\"tmpl\";i:94;s:2:\"id\";i:1748;s:5:\"title\";s:12:\"Login Page 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-001.png\";s:12:\"tmpl_created\";i:1494849742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/login-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:213;s:16:\"popularity_index\";i:313;s:11:\"trend_index\";i:306;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:683;a:16:{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:112:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:213;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:684;a:16:{s:4:\"tmpl\";i:142;s:2:\"id\";i:3963;s:5:\"title\";s:32:\"Restaurant Site &#8211; Homepage\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/01/R.HomepageThumb.png\";s:12:\"tmpl_created\";i:1516284821;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/restaurant-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"Cooking\",\"drink\",\"Events\",\"Fast Food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:238;s:11:\"trend_index\";i:61;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:685;a:16:{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:112:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:16:{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:119:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:215;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:16:{s:4:\"tmpl\";i:143;s:2:\"id\";i:3969;s:5:\"title\";s:28:\"Restaurant Site &#8211; Menu\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/01/R.MenuThumb.png\";s:12:\"tmpl_created\";i:1516284829;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/restaurant-site-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"Cooking\",\"drink\",\"Events\",\"Fast Food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";i:215;s:16:\"popularity_index\";i:440;s:11:\"trend_index\";i:543;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:16:{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:117:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:689;a:16:{s:4:\"tmpl\";i:144;s:2:\"id\";i:3966;s:5:\"title\";s:29:\"Restaurant Site &#8211; About\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/01/R.AboutThumb.png.png\";s:12:\"tmpl_created\";i:1516284839;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/restaurant-site-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"Cooking\",\"drink\",\"Events\",\"Fast Food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:275;s:11:\"trend_index\";i:528;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:690;a:16:{s:4:\"tmpl\";i:145;s:2:\"id\";i:3972;s:5:\"title\";s:31:\"Restaurant Site &#8211; Contact\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/01/R.ContactThumb.png\";s:12:\"tmpl_created\";i:1516284847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/restaurant-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"Cooking\",\"drink\",\"Events\",\"Fast Food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:405;s:11:\"trend_index\";i:588;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:691;a:16:{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:124:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:16:{s:4:\"tmpl\";i:112;s:2:\"id\";i:2080;s:5:\"title\";s:27:\"Ski Resort &#8211; Homepage\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Home-Page.png\";s:12:\"tmpl_created\";i:1508161124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/ski-resort-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:218;s:16:\"popularity_index\";i:358;s:11:\"trend_index\";i:612;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:16:{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:122:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:218;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:16:{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:122:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:16:{s:4:\"tmpl\";i:113;s:2:\"id\";i:2088;s:5:\"title\";s:24:\"Ski Resort &#8211; About\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-About.png\";s:12:\"tmpl_created\";i:1508161129;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/ski-resort-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:487;s:11:\"trend_index\";i:683;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:16:{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:134:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:220;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:16:{s:4:\"tmpl\";i:114;s:2:\"id\";i:2085;s:5:\"title\";s:27:\"Ski Resort &#8211; Services\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Services.png\";s:12:\"tmpl_created\";i:1508161134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/ski-resort-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:220;s:16:\"popularity_index\";i:620;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:16:{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:136:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:16:{s:4:\"tmpl\";i:115;s:2:\"id\";i:2462;s:5:\"title\";s:23:\"Architect &#8211; About\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/10/architect-–-about.png\";s:12:\"tmpl_created\";i:1508243317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/architect-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:364;s:11:\"trend_index\";i:383;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:16:{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:127:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:16:{s:4:\"tmpl\";i:116;s:2:\"id\";i:2362;s:5:\"title\";s:26:\"Architect &#8211; Projects\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2017/10/Architect-Projects.png\";s:12:\"tmpl_created\";i:1508243335;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/architect-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:460;s:11:\"trend_index\";i:443;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:16:{s:4:\"tmpl\";i:34;s:2:\"id\";i:614;s:5:\"title\";s:25:\"Architect &#8211; Contact\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2016/12/architect-contact.jpg\";s:12:\"tmpl_created\";i:1481549169;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/architect-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:223;s:16:\"popularity_index\";i:335;s:11:\"trend_index\";i:446;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:16:{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:109:\"https://library.elementor.com/blocks/magazine-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:223;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:16:{s:4:\"tmpl\";i:117;s:2:\"id\";i:2126;s:5:\"title\";s:37:\"Construction Company &#8211; Homepage\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Home-Page.png\";s:12:\"tmpl_created\";i:1508325849;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-company-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:224;s:16:\"popularity_index\";i:271;s:11:\"trend_index\";i:311;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:16:{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:113:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:224;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:16:{s:4:\"tmpl\";i:118;s:2:\"id\";i:2129;s:5:\"title\";s:34:\"Construction Company &#8211; About\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-About.png\";s:12:\"tmpl_created\";i:1508325881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/construction-company-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:321;s:11:\"trend_index\";i:448;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:16:{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:112:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:16:{s:4:\"tmpl\";i:119;s:2:\"id\";i:2135;s:5:\"title\";s:36:\"Construction Company &#8211; Contact\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Contact.png\";s:12:\"tmpl_created\";i:1508325922;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/construction-company-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:370;s:11:\"trend_index\";i:473;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:16:{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:112:\"https://library.elementor.com/blocks/magazine-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:16:{s:4:\"tmpl\";i:123;s:2:\"id\";i:2094;s:5:\"title\";s:28:\"Plants Shop &#8211; Homepage\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-Home.png\";s:12:\"tmpl_created\";i:1509621053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/plants-shop-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:227;s:16:\"popularity_index\";i:269;s:11:\"trend_index\";i:254;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:16:{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:112:\"https://library.elementor.com/blocks/magazine-search/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:227;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:16:{s:4:\"tmpl\";i:126;s:2:\"id\";i:2120;s:5:\"title\";s:25:\"Plants Shop &#8211; About\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-About.png\";s:12:\"tmpl_created\";i:1509631820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/plants-shop-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:376;s:11:\"trend_index\";i:573;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:16:{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:119:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:16:{s:4:\"tmpl\";i:120;s:2:\"id\";i:3153;s:5:\"title\";s:14:\"Halloween Pack\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/10/halloween.png\";s:12:\"tmpl_created\";i:1508950132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/halloween-pack/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:229;s:16:\"popularity_index\";i:685;s:11:\"trend_index\";i:775;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:715;a:16:{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:119:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:229;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:716;a:16:{s:4:\"tmpl\";i:129;s:2:\"id\";i:3338;s:5:\"title\";s:31:\"Black Friday &#8211; Nature Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-1.png\";s:12:\"tmpl_created\";i:1511203351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/black-friday-nature-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:230;s:16:\"popularity_index\";i:604;s:11:\"trend_index\";i:786;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:717;a:16:{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:119:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:230;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:718;a:16:{s:4:\"tmpl\";i:130;s:2:\"id\";i:3339;s:5:\"title\";s:35:\"Black Friday &#8211; Pop-Styled Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-2.png\";s:12:\"tmpl_created\";i:1511203636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/black-friday-pop-styled-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:561;s:11:\"trend_index\";i:836;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:719;a:16:{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:121:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:720;a:16:{s:4:\"tmpl\";i:128;s:2:\"id\";i:3335;s:5:\"title\";s:31:\"Black Friday &#8211; Retail Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-4.png\";s:12:\"tmpl_created\";i:1511203246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/black-friday-retail-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:560;s:11:\"trend_index\";i:680;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:721;a:16:{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:113:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:722;a:16:{s:4:\"tmpl\";i:131;s:2:\"id\";i:3340;s:5:\"title\";s:41:\"Black Friday &#8211; Software Product Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-3.png\";s:12:\"tmpl_created\";i:1511203713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/black-friday-software-product-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:233;s:16:\"popularity_index\";i:502;s:11:\"trend_index\";i:592;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:723;a:16:{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:114:\"https://library.elementor.com/blocks/online-course-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:233;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:724;a:16:{s:4:\"tmpl\";i:136;s:2:\"id\";i:3517;s:5:\"title\";s:27:\"Christmas &#8211; Gift Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/12/XmasThumb.png\";s:12:\"tmpl_created\";i:1513877937;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/christmas-gift-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:234;s:16:\"popularity_index\";i:580;s:11:\"trend_index\";i:834;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:725;a:16:{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:121:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:234;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:726;a:16:{s:4:\"tmpl\";i:137;s:2:\"id\";i:3734;s:5:\"title\";s:28:\"Christmas &#8211; Car Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v3.png\";s:12:\"tmpl_created\";i:1514197794;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/christmas-car-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:575;s:11:\"trend_index\";i:622;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:727;a:16:{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:117:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:728;a:16:{s:4:\"tmpl\";i:138;s:2:\"id\";i:3764;s:5:\"title\";s:33:\"Christmas &#8211; Interior Design\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v6.png\";s:12:\"tmpl_created\";i:1514198234;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/christmas-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:236;s:16:\"popularity_index\";i:566;s:11:\"trend_index\";i:708;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:729;a:16:{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:117:\"https://library.elementor.com/blocks/online-course-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:236;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:730;a:16:{s:4:\"tmpl\";i:139;s:2:\"id\";i:3565;s:5:\"title\";s:27:\"Christmas &#8211; Tree Shop\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/12/XmasTreeThumb.png\";s:12:\"tmpl_created\";i:1514204382;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/christmas-tree-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:455;s:11:\"trend_index\";i:469;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:731;a:16:{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:123:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:732;a:16:{s:4:\"tmpl\";i:141;s:2:\"id\";i:3862;s:5:\"title\";s:35:\"Christmas &#8211; Design Conference\";s:9:\"thumbnail\";s:63:\"https://library.elementor.com/wp-content/uploads/2017/12/q1.png\";s:12:\"tmpl_created\";i:1514206745;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/christmas-design-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:238;s:16:\"popularity_index\";i:473;s:11:\"trend_index\";i:518;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:733;a:16:{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:112:\"https://library.elementor.com/blocks/photography-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:238;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:734;a:16:{s:4:\"tmpl\";i:140;s:2:\"id\";i:3777;s:5:\"title\";s:39:\"Christmas &#8211; Snowboard Competition\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v7.png\";s:12:\"tmpl_created\";i:1514205420;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/christmas-snowboard-competition/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:509;s:11:\"trend_index\";i:682;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:735;a:16:{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:121:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:736;a:16:{s:4:\"tmpl\";i:28;s:2:\"id\";i:420;s:5:\"title\";s:11:\"Hero UI Kit\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/09/library-ui-kit-cover.png\";s:12:\"tmpl_created\";i:1475067229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/hero-ui-kit/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:22;s:11:\"trend_index\";i:160;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:737;a:16:{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:115:\"https://library.elementor.com/blocks/photography-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:16:{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:115:\"https://library.elementor.com/blocks/photography-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:241;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:16:{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:120:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:242;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:16:{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:109:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:16:{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:109:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"Footer\",\"portfolio\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:16:{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:108:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:245;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:16:{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:106:\"https://library.elementor.com/blocks/portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:16:{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: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:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"Header\",\"portfolio\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:16:{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:116:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:16:{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:116:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:249;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:16:{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:118:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:16:{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:116:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:16:{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:108:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:252;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:750;a:16:{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:109:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:751;a:16:{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:109:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:254;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:752;a:16:{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:109:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:753;a:16:{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:109:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:256;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:16:{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:109:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:755;a:16:{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:109:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:258;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:756;a:16:{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:109:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:259;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:16:{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:109:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:758;a:16:{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:109:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:16:{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:108:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:262;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:760;a:16:{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:108:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:263;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:761;a:16:{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:108:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:762;a:16:{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:108:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:16:{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:108:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:266;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:16:{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:108:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:765;a:16:{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:106:\"https://library.elementor.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:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:268;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:16:{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:107:\"https://library.elementor.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:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:767;a:16:{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:107:\"https://library.elementor.com/blocks/pricing-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:270;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:16:{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:107:\"https://library.elementor.com/blocks/pricing-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:16:{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:107:\"https://library.elementor.com/blocks/pricing-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:272;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:16:{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:107:\"https://library.elementor.com/blocks/pricing-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:16:{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:106:\"https://library.elementor.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:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:16:{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:106:\"https://library.elementor.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:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:275;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:773;a:16:{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:106:\"https://library.elementor.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:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:16:{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:106:\"https://library.elementor.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:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:775;a:16:{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:106:\"https://library.elementor.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:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:278;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:776;a:16:{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:106:\"https://library.elementor.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:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:777;a:16:{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:106:\"https://library.elementor.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:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:16:{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:106:\"https://library.elementor.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:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:779;a:16:{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:114:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:780;a:16:{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:114:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:781;a:16:{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:114:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:284;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:782;a:16:{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:113:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:285;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:783;a:16:{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:117:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:16:{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:116:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:785;a:16:{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:116:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:288;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:786;a:16:{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:123:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:289;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:787;a:16:{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:123:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:788;a:16:{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:108:\"https://library.elementor.com/blocks/services-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:16:{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:108:\"https://library.elementor.com/blocks/services-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:16:{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:108:\"https://library.elementor.com/blocks/services-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:293;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:791;a:16:{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:108:\"https://library.elementor.com/blocks/services-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:16:{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:108:\"https://library.elementor.com/blocks/services-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:295;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:793;a:16:{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:108:\"https://library.elementor.com/blocks/services-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:16:{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:108:\"https://library.elementor.com/blocks/services-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:795;a:16:{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:108:\"https://library.elementor.com/blocks/services-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:298;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:796;a:16:{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:108:\"https://library.elementor.com/blocks/services-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:16:{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:108:\"https://library.elementor.com/blocks/services-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:300;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:798;a:16:{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:108:\"https://library.elementor.com/blocks/services-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:301;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:799;a:16:{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:108:\"https://library.elementor.com/blocks/services-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:800;a:16:{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:108:\"https://library.elementor.com/blocks/services-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:16:{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:108:\"https://library.elementor.com/blocks/services-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:304;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:16:{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:108:\"https://library.elementor.com/blocks/services-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:16:{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:108:\"https://library.elementor.com/blocks/services-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:306;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:804;a:16:{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:108:\"https://library.elementor.com/blocks/services-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:307;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:16:{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:107:\"https://library.elementor.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:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:806;a:16:{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:107:\"https://library.elementor.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:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:309;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:807;a:16:{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:107:\"https://library.elementor.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:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:16:{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:107:\"https://library.elementor.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:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:16:{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:107:\"https://library.elementor.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:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:312;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:16:{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:110:\"https://library.elementor.com/blocks/single-page-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:313;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:16:{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:110:\"https://library.elementor.com/blocks/single-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:16:{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:110:\"https://library.elementor.com/blocks/single-page-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:315;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:16:{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:110:\"https://library.elementor.com/blocks/single-page-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:16:{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:110:\"https://library.elementor.com/blocks/single-page-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:16:{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:110:\"https://library.elementor.com/blocks/single-page-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:318;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:16:{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:110:\"https://library.elementor.com/blocks/single-page-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:319;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:16:{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:110:\"https://library.elementor.com/blocks/single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:16:{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:110:\"https://library.elementor.com/blocks/single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:16:{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:110:\"https://library.elementor.com/blocks/single-post-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:322;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:16:{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:110:\"https://library.elementor.com/blocks/single-post-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:16:{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:110:\"https://library.elementor.com/blocks/single-post-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:324;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:16:{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:110:\"https://library.elementor.com/blocks/single-post-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:823;a:16:{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:110:\"https://library.elementor.com/blocks/single-post-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:824;a:16:{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:114:\"https://library.elementor.com/blocks/single-product-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:327;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:825;a:16:{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:114:\"https://library.elementor.com/blocks/single-product-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:826;a:16:{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:114:\"https://library.elementor.com/blocks/single-product-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:827;a:16:{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:114:\"https://library.elementor.com/blocks/single-product-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:330;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:828;a:16:{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:104:\"https://library.elementor.com/blocks/stats-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:829;a:16:{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:105:\"https://library.elementor.com/blocks/stats-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:332;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:830;a:16:{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:105:\"https://library.elementor.com/blocks/stats-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:333;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:831;a:16:{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:105:\"https://library.elementor.com/blocks/stats-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:334;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:832;a:16:{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:105:\"https://library.elementor.com/blocks/stats-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:335;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:833;a:16:{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:104:\"https://library.elementor.com/blocks/stats-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:336;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:834;a:16:{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:104:\"https://library.elementor.com/blocks/stats-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:337;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:835;a:16:{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:104:\"https://library.elementor.com/blocks/stats-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:836;a:16:{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:104:\"https://library.elementor.com/blocks/stats-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:339;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:837;a:16:{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:104:\"https://library.elementor.com/blocks/stats-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:838;a:16:{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:104:\"https://library.elementor.com/blocks/stats-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:341;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:839;a:16:{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:104:\"https://library.elementor.com/blocks/stats-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:840;a:16:{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:104:\"https://library.elementor.com/blocks/stats-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:343;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:841;a:16:{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:108:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:842;a:16:{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:110:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:345;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:843;a:16:{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:108:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:844;a:16:{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:108:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:347;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:845;a:16:{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:108:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:348;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:846;a:16:{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:104:\"https://library.elementor.com/blocks/team-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:847;a:16:{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:106:\"https://library.elementor.com/blocks/team-12-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:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:350;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:848;a:16:{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:104:\"https://library.elementor.com/blocks/team-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:849;a:16:{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:104:\"https://library.elementor.com/blocks/team-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:850;a:16:{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:104:\"https://library.elementor.com/blocks/team-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:353;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:851;a:16:{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:104:\"https://library.elementor.com/blocks/team-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:852;a:16:{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:104:\"https://library.elementor.com/blocks/team-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:355;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:853;a:16:{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:104:\"https://library.elementor.com/blocks/team-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:854;a:16:{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:104:\"https://library.elementor.com/blocks/team-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:357;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:855;a:16:{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:104:\"https://library.elementor.com/blocks/team-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:856;a:16:{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:104:\"https://library.elementor.com/blocks/team-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:359;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:857;a:16:{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:104:\"https://library.elementor.com/blocks/team-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:858;a:16:{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:104:\"https://library.elementor.com/blocks/team-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:361;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:859;a:16:{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:103:\"https://library.elementor.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:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:860;a:16:{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:103:\"https://library.elementor.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:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:363;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:861;a:16:{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:103:\"https://library.elementor.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:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:364;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:862;a:16:{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:103:\"https://library.elementor.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:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:863;a:16:{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:111:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:366;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:864;a:16:{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:111:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:865;a:16:{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:111:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:368;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:866;a:16:{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:111:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:867;a:16:{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:111:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:370;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:868;a:16:{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:111:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:869;a:16:{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:111:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:870;a:16:{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:111:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:373;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:871;a:16:{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:111:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:374;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:872;a:16:{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:111:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:873;a:16:{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:111:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:874;a:16:{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:111:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:377;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:875;a:16:{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:111:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:378;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:876;a:16:{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:111:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:877;a:16:{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:113:\"https://library.elementor.com/blocks/testimonial-24-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:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:878;a:16:{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:111:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:381;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:879;a:16:{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:113:\"https://library.elementor.com/blocks/testimonial-25-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:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:382;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:880;a:16:{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:111:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:881;a:16:{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:111:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:882;a:16:{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:111:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:385;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:883;a:16:{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:110:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:884;a:16:{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:107:\"https://library.elementor.com/blocks/travel-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:387;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:885;a:16:{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:116:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:388;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:886;a:16:{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:110:\"https://library.elementor.com/blocks/travel-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:887;a:16:{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:115:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:390;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:888;a:16:{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:120:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:889;a:16:{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:110:\"https://library.elementor.com/blocks/travel-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:392;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:890;a:16:{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:112:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:891;a:16:{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:118:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:394;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:892;a:16:{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:118:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:893;a:16:{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:115:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:894;a:16:{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:115:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:397;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:895;a:16:{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:122:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:896;a:16:{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:122:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:399;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(72491, 'elementor_remote_info_feed_data', 'a:5:{i:0;a:5:{s:5:\"title\";s:70:\"Elementor Pro 3.5: Create Fully Unique, Holistic Ecommerce Experiences\";s:7:\"excerpt\";s:243:\"Meet Elementor’s new Pro WooCommerce widgets! A set of tools that will provide you with more flexibility to design and customize your online stores: Cart, Checkout, and My Account, along with the new, faster way to configure your shop pages.\";s:7:\"created\";i:1637063184;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:132:\"https://elementor.com/blog/new-woocommerce-builder-features/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:33:\"Elementor Website of October 2021\";s:7:\"excerpt\";s:241:\"There are more than tricks and treats to learn from October’s terrific showcase. Covering all bases, several places, and even some faces, our latest collection takes you from the Mesozoic to the modern, one pixel-perfect website at a time.\";s:7:\"created\";i:1636648561;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:121:\"https://elementor.com/blog/showcase-october-2021/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:65:\"Improving Your Landing Page Conversion Rate: A Step-by-Step Guide\";s:7:\"excerpt\";s:124:\"Learn how to work design and copy to boost your landing page’s conversion rate, and see real Elementor examples in action.\";s:7:\"created\";i:1636574084;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:148:\"https://elementor.com/blog/how-to-improve-your-landing-page-conversion-rate/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:3;a:5:{s:5:\"title\";s:50:\"8 Black Friday Marketing Strategies & Ideas (2021)\";s:7:\"excerpt\";s:138:\"Increase profits from upcoming seasonal sales with these 8 Black Friday marketing tips. Make sure your WordPress website comes out on top!\";s:7:\"created\";i:1634704980;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:122:\"https://elementor.com/blog/black-friday-marketing/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:4;a:5:{s:5:\"title\";s:40:\"HappyAddons Thought Leadership Interview\";s:7:\"excerpt\";s:283:\"The Thought Leadership Addons series continues with an interview with Nizam Uddin, CEO and Co-Founder of weDevs, about their plugin for Elementor, HappyAddons. Learn about their background, growth, new releases, and what exciting plans and widgets they have in store for the future. \";s:7:\"created\";i:1634638252;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:141:\"https://elementor.com/blog/happy-addons-thought-leadership-interview/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}', 'no'),
(72548, 'elementor_active_kit', '1180', 'yes'),
(16766, 'wordfence_version', '7.4.9', 'yes'),
(16767, 'wordfence_case', '1', 'yes'),
(16768, 'wordfence_installed', '1', 'yes'),
(16769, 'wordfenceActivated', '0', 'yes'),
(16772, 'wf_plugin_act_error', '', 'yes'),
(16985, 'wpb_js_gutenberg_disable', '1', 'yes'),
(16986, 'wpb_js_default_template_post_type', 'a:0:{}', 'yes'),
(17064, 'poolservices_options_taxonomy_51', 'a:102:{s:10:\"body_style\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:16:\"show_panel_image\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:12:\"show_reviews\";s:7:\"inherit\";s:17:\"reviews_criterias\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}', 'yes'),
(17134, 'recovery_mode_email_last_sent', '1583524919', 'yes'),
(50531, 'duplicator_new_storage_position', '1', 'yes'),
(50744, 'duplicator_ui_view_state', 'a:3:{s:24:\"dup-pack-installer-panel\";s:1:\"1\";s:22:\"dup-pack-archive-panel\";s:1:\"0\";s:19:\"dup-pack-build-try3\";s:1:\"1\";}', 'yes'),
(73662, 'elementor_fonts_manager_font_types', 'a:0:{}', 'yes'),
(72489, '_elementor_installed_time', '1616805008', 'yes'),
(72482, 'elementor_version', '3.1.4', 'yes'),
(72483, 'elementor_install_history', 'a:1:{s:5:\"3.1.4\";i:1616890065;}', 'yes'),
(163099, '_transient_GFCache_fa1fb17b08ba634be7e107103799528b', 'a:5:{i:0;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"1\";s:11:\"entry_count\";s:1:\"3\";}i:1;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"2\";s:11:\"entry_count\";s:3:\"229\";}i:2;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"3\";s:11:\"entry_count\";s:2:\"19\";}i:3;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"4\";s:11:\"entry_count\";s:2:\"59\";}i:4;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"5\";s:11:\"entry_count\";s:1:\"9\";}}', 'no'),
(163100, '_transient_timeout_GFCache_b1a0cad1f9fefb8468d4f606f4bf5704', '1649880005', 'no'),
(163101, '_transient_GFCache_b1a0cad1f9fefb8468d4f606f4bf5704', 'a:5:{i:0;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"1\";s:10:\"view_count\";s:2:\"84\";}i:1;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"2\";s:10:\"view_count\";s:5:\"17614\";}i:2;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"3\";s:10:\"view_count\";s:3:\"175\";}i:3;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"4\";s:10:\"view_count\";s:5:\"14038\";}i:4;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"5\";s:10:\"view_count\";s:4:\"1559\";}}', 'no'),
(163098, '_transient_timeout_GFCache_fa1fb17b08ba634be7e107103799528b', '1649880005', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(74046, 'elementor_pro_remote_info_api_data_3.2.1', 'a:2:{s:7:\"timeout\";i:1620712199;s:5:\"value\";s:127679:\"{\"stable_version\":\"3.2.2\",\"last_updated\":\"2021-05-05 12:26:41\",\"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:118095:\\\"<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-16<\\/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-16<\\/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 Pro v3.1<\\/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> <\\/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 `<\\/li>\\n<\\/ul>\\n<p>` tags added to Single Template posts<\\/p>\\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>&amp;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>` to avoid 500 error when<\\/code>mod-headers` 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>ElementorPro\\\\Modules\\\\Forms\\\\Classes\\\\Action_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\":\"3.2.2\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"5.7.1\",\"elementor_requires\":\"3.0.1\",\"package\":\"http:\\/\\/my.elementor.com\\/edd-sl\\/package_download\\/MTYyMDc3MzM5OTplcC1UYkZNcWpLYm5CcWM5d2paY01DcDE2MTY4ODk5MTNoeDZDUkZQWWFieUI6MTo3MWUzOTFkMWZmNzcxM2RjYTk2YjBkZTAzMmJhMDhmNDpodHRwc0AvL2RhY2xlYW5leHByZXNzLmNvbTow\",\"download_link\":\"http:\\/\\/my.elementor.com\\/edd-sl\\/package_download\\/MTYyMDc3MzM5OTplcC1UYkZNcWpLYm5CcWM5d2paY01DcDE2MTY4ODk5MTNoeDZDUkZQWWFieUI6MTo3MWUzOTFkMWZmNzcxM2RjYTk2YjBkZTAzMmJhMDhmNDpodHRwc0AvL2RhY2xlYW5leHByZXNzLmNvbTow\",\"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:\\/\\/ps.w.org\\/elementor\\/assets\\/icon.svg\"},\"canary_deployment\":{\"plugin_info\":{\"new_version\":\"3.2.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"5.7.1\",\"elementor_requires\":\"3.0.1\",\"package\":\"http:\\/\\/my.elementor.com\\/edd-sl\\/previous_download\\/MTYyMDc3MzM5OTplcC1UYkZNcWpLYm5CcWM5d2paY01DcDE2MTY4ODk5MTNoeDZDUkZQWWFieUI6MTozLjIuMDoxZDllNTY5NTAzOGIxZjJmOTRhMWEyNTMyZGJkNjE5YzpodHRwc0AvL2RhY2xlYW5leHByZXNzLmNvbQ==\",\"download_link\":\"http:\\/\\/my.elementor.com\\/edd-sl\\/previous_download\\/MTYyMDc3MzM5OTplcC1UYkZNcWpLYm5CcWM5d2paY01DcDE2MTY4ODk5MTNoeDZDUkZQWWFieUI6MTozLjIuMDoxZDllNTY5NTAzOGIxZjJmOTRhMWEyNTMyZGJkNjE5YzpodHRwc0AvL2RhY2xlYW5leHByZXNzLmNvbQ==\",\"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:\\/\\/ps.w.org\\/elementor\\/assets\\/icon.svg\"}},\"conditions\":[[{\"type\":\"language\",\"languages\":[\"he_IL\",\"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\"},{\"type\":\"plugin\",\"plugin\":\"elementor\\/elementor.php\",\"version\":\"3.1.0\",\"operator\":\">=\"}]]}}\";}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(155288, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:9:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/es_ES/wordpress-5.9.3.zip\";s:6:\"locale\";s:5:\"es_ES\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/es_ES/wordpress-5.9.3.zip\";s:10:\"no_content\";b:0;s:11:\"new_bundled\";b:0;s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.9.3\";s:7:\"version\";s:5:\"5.9.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.3.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-5.9.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.9.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.9.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.9.3\";s:7:\"version\";s:5:\"5.9.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.3.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-5.9.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.9.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.9.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.9.3\";s:7:\"version\";s:5:\"5.9.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.9.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.9.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.9.2\";s:7:\"version\";s:5:\"5.9.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.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-5.8.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.8.4\";s:7:\"version\";s:5:\"5.8.4\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.6.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-5.7.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.7.6\";s:7:\"version\";s:5:\"5.7.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:6;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.8.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-5.6.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.6.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.6.8\";s:7:\"version\";s:5:\"5.6.8\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:7;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.9.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-5.5.9.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.5.9-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.9-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.5.9\";s:7:\"version\";s:5:\"5.5.9\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:8;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.4.10.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.4.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.4.10-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.4.10\";s:7:\"version\";s:6:\"5.4.10\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1649867254;s:15:\"version_checked\";s:6:\"5.3.12\";s:12:\"translations\";a:0:{}}', 'no'),
(74463, 'elementor_controls_usage', 'a:1:{s:7:\"wp-page\";a:6:{s:6:\"column\";a:2:{s:5:\"count\";i:-10;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:-7;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:-4;s:16:\"background_color\";i:-4;}s:14:\"section_border\";a:0:{}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:-6;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:-4;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:0:{}s:14:\"section_layout\";a:0:{}}s:5:\"style\";a:3:{s:18:\"section_background\";a:0:{}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:-1;s:24:\"background_overlay_color\";i:-1;}s:14:\"section_border\";a:0:{}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:-3;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:-7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:-7;s:5:\"align\";i:-6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:-7;s:21:\"typography_typography\";i:-7;s:20:\"typography_font_size\";i:-7;s:22:\"typography_font_weight\";i:-7;s:22:\"typography_font_family\";i:-6;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:0:{}s:15:\"_section_border\";a:0:{}s:19:\"_section_background\";a:0:{}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:-7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:-7;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:-8;s:21:\"typography_typography\";i:-8;s:22:\"typography_font_family\";i:-8;s:20:\"typography_font_size\";i:-8;s:22:\"typography_font_weight\";i:-8;s:5:\"align\";i:-6;s:25:\"typography_text_transform\";i:-3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:-7;}s:15:\"_section_border\";a:0:{}}}}s:6:\"spacer\";a:2:{s:5:\"count\";i:-4;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:0:{}}}}s:4:\"html\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:4:\"html\";i:1;}}}}}}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(162577, 'rs-templates', 'a:3:{s:4:\"hash\";s:32:\"038a7ea22b3183298125c12e3e892399\";s:6:\"slider\";a:599:{i:0;a:22:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:16:\"Classic Carousel\";s:5:\"alias\";s:16:\"classic-carousel\";s:3:\"zip\";s:20:\"classic-carousel.zip\";s:3:\"uid\";s:32:\"146a01dd380c0cdee85c4456ee68cd84\";s:3:\"img\";s:27:\"classic-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/carousel-slider-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">Our classic, full-width carousel example. Drag, swipe or click to navigate!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:22:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:14:\"Classic Slider\";s:5:\"alias\";s:13:\"classicslider\";s:3:\"zip\";s:17:\"classicslider.zip\";s:3:\"uid\";s:32:\"a0d6a9248c9066b404ba0f1cdadc5cf2\";s:3:\"img\";s:24:\"classicslider/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-slideshow-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:136:\" <span class=\"ttm_content\">A classic slideshow example with timer, bullets and arrow navigation.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:22:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:12:\"Content Tabs\";s:5:\"alias\";s:11:\"contenttabs\";s:3:\"zip\";s:15:\"contenttabs.zip\";s:3:\"uid\";s:32:\"e02e91604b690123a3d07a65582c4fd0\";s:3:\"img\";s:22:\"contenttabs/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-content-tabs-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:170:\" <span class=\"ttm_content\">An auto-size slider with a cool split-text animation effect. Navigate with vertical bullets and thumbs.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:22:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:13:\"Facebook Feed\";s:5:\"alias\";s:13:\"facebook-feed\";s:3:\"zip\";s:17:\"facebook-feed.zip\";s:3:\"uid\";s:32:\"5506431d5b1babcb25dcf52c508d42e3\";s:3:\"img\";s:24:\"facebook-feed/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-facebook-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:174:\"<span class=\"ttm_content\"> This slider is automatically populated by a Facebook stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Facebook Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:22:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:7:\"Fashion\";s:5:\"alias\";s:7:\"fashion\";s:3:\"zip\";s:11:\"fashion.zip\";s:3:\"uid\";s:32:\"4f4b914d6db35e19101ff003c4e7ea3a\";s:3:\"img\";s:18:\"fashion/slider.jpg\";s:7:\"preview\";s:65:\"http://revolution.themepunch.com/wordpress-one-page-slider-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"  <span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:22:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:14:\"Flickr Gallery\";s:5:\"alias\";s:14:\"flickr-gallery\";s:3:\"zip\";s:18:\"flickr-gallery.zip\";s:3:\"uid\";s:32:\"ad85cfac7acfa678e6a1b8febfee51ed\";s:3:\"img\";s:25:\"flickr-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-flickr-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\" <span class=\"ttm_content\"> This slider is automatically populated by a Flickr stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:413:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Flickr Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:22:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:3:\"Gym\";s:5:\"alias\";s:3:\"gym\";s:3:\"zip\";s:7:\"gym.zip\";s:3:\"uid\";s:32:\"e4d81f13f96fb9bc905f4ad89615032b\";s:3:\"img\";s:14:\"gym/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/one-page-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:189:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the slider menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:22:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:18:\"Highlight Carousel\";s:5:\"alias\";s:18:\"highlight-carousel\";s:3:\"zip\";s:22:\"highlight-carousel.zip\";s:3:\"uid\";s:32:\"ada52163f723a942f782351fa0396b3d\";s:3:\"img\";s:29:\"highlight-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-swipe-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:138:\"  <span class=\"ttm_content\">A swipe-controlled carousel with an additional tab-based navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:22:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:18:\"Highlight Showcase\";s:5:\"alias\";s:18:\"highlight-showcase\";s:3:\"zip\";s:22:\"highlight-showcase.zip\";s:3:\"uid\";s:32:\"2bfe0bd410fb48fec9d942eab1e21530\";s:3:\"img\";s:29:\"highlight-showcase/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-parallax-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">A tab-based navigation, a slideshow timer and cool animations make this slider interesting!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:22:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:10:\"Image Hero\";s:5:\"alias\";s:10:\"image-hero\";s:3:\"zip\";s:13:\"imagehero.zip\";s:3:\"uid\";s:32:\"7db18781d44f2adc28c962440894aac1\";s:3:\"img\";s:20:\"imagehero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-image/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:121:\"<span class=\"ttm_content\">A commonly used full-width image hero block with texts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:22:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:17:\"Instagram Gallery\";s:5:\"alias\";s:13:\"insta-gallery\";s:3:\"zip\";s:17:\"insta-gallery.zip\";s:3:\"uid\";s:32:\"711732b0d42ec2b57818a2b9b1d86cba\";s:3:\"img\";s:24:\"insta-gallery/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-instagram-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:174:\"<span class=\"ttm_content\">This slider is automatically populated by a Instagram stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:416:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Instagram Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:22:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:21:\"Levano Restaurant Bar\";s:5:\"alias\";s:19:\"levanorestaurantbar\";s:3:\"zip\";s:23:\"levanorestaurantbar.zip\";s:3:\"uid\";s:32:\"4178f837db67d1b2eb6cb5840bbd0b42\";s:3:\"img\";s:30:\"levanorestaurantbar/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-front-page-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:22:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:19:\"Main Feature Slider\";s:5:\"alias\";s:11:\"mainfeature\";s:3:\"zip\";s:15:\"mainfeature.zip\";s:3:\"uid\";s:32:\"1e002a3230ab00095bedc6f60393ee7f\";s:3:\"img\";s:22:\"mainfeature/slider.jpg\";s:7:\"preview\";s:33:\"http://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"750\";s:11:\"description\";s:127:\" <span class=\"ttm_content\">A slightly stripped down version of the main preview slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:22:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:17:\"Media Gallery Two\";s:5:\"alias\";s:17:\"media-gallery-two\";s:3:\"zip\";s:21:\"media-gallery-two.zip\";s:3:\"uid\";s:32:\"d002f1b1b55805f9322c264c5504ba5a\";s:3:\"img\";s:28:\"media-gallery-two/slider.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-media-gallery-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:127:\"<span class=\"ttm_content\">A media gallery example with Vimeo, HTML5 and Youtube videos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and titles.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:22:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:23:\"Media Carousel Autoplay\";s:5:\"alias\";s:23:\"media-carousel-autoplay\";s:3:\"zip\";s:27:\"media-carousel-autoplay.zip\";s:3:\"uid\";s:32:\"393d7875b1cc9d933378b35e4f645d76\";s:3:\"img\";s:34:\"media-carousel-autoplay/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-media-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"405\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A media carousel with \"autoplay\" activated. Swipe or click tabs to navigate the slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and caption texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:22:{s:2:\"id\";s:2:\"16\";s:5:\"title\";s:21:\"News Background Video\";s:5:\"alias\";s:21:\"news-background-video\";s:3:\"zip\";s:17:\"news-bg-video.zip\";s:3:\"uid\";s:32:\"a0efe44ac3af0f958b3f84c816a08272\";s:3:\"img\";s:24:\"news-bg-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A hero block with HTML5 background video that plays when entering the screen.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:22:{s:2:\"id\";s:2:\"17\";s:5:\"title\";s:12:\"News Gallery\";s:5:\"alias\";s:12:\"news-gallery\";s:3:\"zip\";s:16:\"news-gallery.zip\";s:3:\"uid\";s:32:\"3a069c3b286dbb9ee435563f747e3300\";s:3:\"img\";s:23:\"news-gallery/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-news-rotator/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A news gallery slideshow with tab navigation. Great for any blog!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:22:{s:2:\"id\";s:2:\"18\";s:5:\"title\";s:23:\"News Gallery Post Based\";s:5:\"alias\";s:23:\"news-gallery-post-based\";s:3:\"zip\";s:27:\"news-gallery-post-based.zip\";s:3:\"uid\";s:32:\"32fe05b1039c29ab9420bfd15aec5488\";s:3:\"img\";s:34:\"news-gallery-post-based/slider.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-post-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:22:{s:2:\"id\";s:2:\"19\";s:5:\"title\";s:9:\"News Hero\";s:5:\"alias\";s:9:\"news-hero\";s:3:\"zip\";s:13:\"news-hero.zip\";s:3:\"uid\";s:32:\"96a0385538a17c8c81ed8175740f70ea\";s:3:\"img\";s:20:\"news-hero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:107:\"<span class=\"ttm_content\">A image hero block with ken burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:22:{s:2:\"id\";s:2:\"20\";s:5:\"title\";s:10:\"News Video\";s:5:\"alias\";s:10:\"news-video\";s:3:\"zip\";s:14:\"news-video.zip\";s:3:\"uid\";s:32:\"f901e9e16e0363248156c2209eb584e9\";s:3:\"img\";s:21:\"news-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:128:\"<span class=\"ttm_content\">A Vimeo background video hero block with play / pause buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:22:{s:2:\"id\";s:2:\"21\";s:5:\"title\";s:15:\"Newsletter Hero\";s:5:\"alias\";s:15:\"newsletter-hero\";s:3:\"zip\";s:19:\"newsletter-hero.zip\";s:3:\"uid\";s:32:\"6290a9864d8c4c6311784586ed1cc5fe\";s:3:\"img\";s:26:\"newsletter-hero/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-newsletter-signup/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">This hero block uses a custom styled Mailchimp newsletter signup field.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:435:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and <a href=\"https://www.themepunch.com/faq/how-to-setup-mailchimp-for-the-newsletter-hero-template/\" target=\"_blank\">Mailchimp code</a>.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:22:{s:2:\"id\";s:2:\"22\";s:5:\"title\";s:11:\"Not Generic\";s:5:\"alias\";s:10:\"notgeneric\";s:3:\"zip\";s:14:\"notgeneric.zip\";s:3:\"uid\";s:32:\"9d87ba95e02210a9f82387add2ceadf9\";s:3:\"img\";s:21:\"notgeneric/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">A full-screen slider with a layer based navigation and sleek content elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:22:{s:2:\"id\";s:2:\"23\";s:5:\"title\";s:11:\"Photography\";s:5:\"alias\";s:11:\"photography\";s:3:\"zip\";s:15:\"photography.zip\";s:3:\"uid\";s:32:\"1b2072547afb75e49f33b016751ed360\";s:3:\"img\";s:22:\"photography/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-photography-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:22:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:20:\"Photography Carousel\";s:5:\"alias\";s:20:\"photography-carousel\";s:3:\"zip\";s:24:\"photography-carousel.zip\";s:3:\"uid\";s:32:\"9a84b859ba23dc49ba8784e3a86545fa\";s:3:\"img\";s:31:\"photography-carousel/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-photo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">A front-page carousel that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:22:{s:2:\"id\";s:2:\"25\";s:5:\"title\";s:16:\"Search Form Hero\";s:5:\"alias\";s:16:\"search-form-hero\";s:3:\"zip\";s:20:\"search-form-hero.zip\";s:3:\"uid\";s:32:\"e09eb1bd0f22b3a2b02a1aa251dd1f3e\";s:3:\"img\";s:27:\"search-form-hero/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-search-form-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This hero block uses a custom styled input field to show search results on a WordPress site.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and search field code.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:22:{s:2:\"id\";s:2:\"26\";s:5:\"title\";s:17:\"Showcase Carousel\";s:5:\"alias\";s:16:\"showcasecarousel\";s:3:\"zip\";s:20:\"showcasecarousel.zip\";s:3:\"uid\";s:32:\"c5ca218398331bd2c064efc2f62eae56\";s:3:\"img\";s:27:\"showcasecarousel/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-cover-flow-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">A fancy carousel that rotates, fades and scales slider items.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:22:{s:2:\"id\";s:2:\"27\";s:5:\"title\";s:11:\"Sports Hero\";s:5:\"alias\";s:11:\"sports-hero\";s:3:\"zip\";s:14:\"sportshero.zip\";s:3:\"uid\";s:32:\"8de7a145f32a362d618d2595ffa2f724\";s:3:\"img\";s:21:\"sportshero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-image-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:113:\"<span class=\"ttm_content\">An sports themed image hero block with buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:22:{s:2:\"id\";s:2:\"28\";s:5:\"title\";s:12:\"Twitter Feed\";s:5:\"alias\";s:12:\"twitter-feed\";s:3:\"zip\";s:16:\"twitter-feed.zip\";s:3:\"uid\";s:32:\"efbfc2af5da5258e7b7bed8598e483cc\";s:3:\"img\";s:23:\"twitter-feed/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-twitter-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a Twitter stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Twitter Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:22:{s:2:\"id\";s:2:\"29\";s:5:\"title\";s:13:\"Vimeo Gallery\";s:5:\"alias\";s:13:\"vimeo-gallery\";s:3:\"zip\";s:17:\"vimeo-gallery.zip\";s:3:\"uid\";s:32:\"fa824ce1ff3942ec268fc9eda60df539\";s:3:\"img\";s:24:\"vimeo-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-vimeo-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:170:\"<span class=\"ttm_content\">This slider is automatically populated by a Vimeo stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:412:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Vimeo Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:22:{s:2:\"id\";s:2:\"30\";s:5:\"title\";s:10:\"Vimeo Hero\";s:5:\"alias\";s:9:\"vimeohero\";s:3:\"zip\";s:13:\"vimeohero.zip\";s:3:\"uid\";s:32:\"c575575f96173d88589cddcb06120b77\";s:3:\"img\";s:20:\"vimeohero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-vimeo/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:116:\"<span class=\"ttm_content\">A commonly used Vimeo video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:22:{s:2:\"id\";s:2:\"31\";s:5:\"title\";s:16:\"Web Product Dark\";s:5:\"alias\";s:16:\"web-product-dark\";s:3:\"zip\";s:20:\"web-product-dark.zip\";s:3:\"uid\";s:32:\"39b872cf0608e63c3a503e58374dc30a\";s:3:\"img\";s:27:\"web-product-dark/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-frontpage-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:22:{s:2:\"id\";s:2:\"32\";s:5:\"title\";s:21:\"Web Product Dark Hero\";s:5:\"alias\";s:21:\"web-product-dark-hero\";s:3:\"zip\";s:25:\"web-product-dark-hero.zip\";s:3:\"uid\";s:32:\"b6784e8925221f36677217979d26e6f0\";s:3:\"img\";s:32:\"web-product-dark-hero/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-header-image/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:22:{s:2:\"id\";s:2:\"33\";s:5:\"title\";s:22:\"Web Product Light Hero\";s:5:\"alias\";s:22:\"web-product-light-hero\";s:3:\"zip\";s:26:\"web-product-light-hero.zip\";s:3:\"uid\";s:32:\"428e65d6aaa6ef775429989d50516492\";s:3:\"img\";s:33:\"web-product-light-hero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/hero-image-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:22:{s:2:\"id\";s:2:\"34\";s:5:\"title\";s:17:\"Web Product Light\";s:5:\"alias\";s:15:\"webproductlight\";s:3:\"zip\";s:19:\"webproductlight.zip\";s:3:\"uid\";s:32:\"fa23dab5bf1139c6393828647a9de4e0\";s:3:\"img\";s:26:\"webproductlight/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-cover-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:22:{s:2:\"id\";s:2:\"35\";s:5:\"title\";s:15:\"Youtube Gallery\";s:5:\"alias\";s:15:\"youtube-gallery\";s:3:\"zip\";s:19:\"youtube-gallery.zip\";s:3:\"uid\";s:32:\"ee9e4928ac74f5f0c0b697ce708f5aa7\";s:3:\"img\";s:26:\"youtube-gallery/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/wordpress-youtube-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"YouTube Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:22:{s:2:\"id\";s:2:\"36\";s:5:\"title\";s:12:\"Youtube Hero\";s:5:\"alias\";s:11:\"youtubehero\";s:3:\"zip\";s:15:\"youtubehero.zip\";s:3:\"uid\";s:32:\"e0b2c12a45841bdf21cb96305f2c85bf\";s:3:\"img\";s:22:\"youtubehero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-youtube-header/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:104:\"<span class=\"ttm_content\">A YouTube video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:633:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/enable-sound-for-the-youtube-hero-template/\" target=\"_blank\">enable sound for the background video</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:22:{s:2:\"id\";s:2:\"37\";s:5:\"title\";s:13:\"Scroll Effect\";s:5:\"alias\";s:13:\"scroll-effect\";s:3:\"zip\";s:17:\"scroll-effect.zip\";s:3:\"uid\";s:32:\"417f59e9db87aa7e47c8509eb88d4af6\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/big-bold-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen slider with a unique scroll effect and big, bold text.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:22:{s:2:\"id\";s:2:\"38\";s:5:\"title\";s:12:\"Content Zoom\";s:5:\"alias\";s:12:\"content-zoom\";s:3:\"zip\";s:16:\"content-zoom.zip\";s:3:\"uid\";s:32:\"42ef8cdb70d42ec6ff6fa3b69a027b5f\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/content-zoom-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:243:\"<span class=\"ttm_content\">A very unique full-width slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:22:{s:2:\"id\";s:2:\"39\";s:5:\"title\";s:13:\"Food Carousel\";s:5:\"alias\";s:13:\"food-carousel\";s:3:\"zip\";s:17:\"food-carousel.zip\";s:3:\"uid\";s:32:\"a7bf54527b6658a0a308c70c729779fe\";s:3:\"img\";s:29:\"foodcarousel/slider_cover.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/food-carousel-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:267:\"<span class=\"ttm_content\">A fancy carousel with detail content on each slide. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to show and hide layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:22:{s:2:\"id\";s:2:\"40\";s:5:\"title\";s:14:\"Rotating Words\";s:5:\"alias\";s:14:\"rotating-words\";s:3:\"zip\";s:18:\"rotating-words.zip\";s:3:\"uid\";s:32:\"70190463d9376f278c8197b7b2ef6c1b\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/rotating-words-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen hero block with unique animated text and blur effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:495:\"<span class=\"ttm_content\">This is a \"Default\" hero slider. Edit the slide to change the background media and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:22:{s:2:\"id\";s:2:\"41\";s:5:\"title\";s:22:\"Travel Static Captions\";s:5:\"alias\";s:22:\"travel-static-captions\";s:3:\"zip\";s:26:\"travel-static-captions.zip\";s:3:\"uid\";s:32:\"bbe7d61c7c741ebc7aa1ce1082b0cb71\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";s:7:\"preview\";s:50:\"http://revolution.themepunch.com/travel-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A slideshow example with static captions layers above a rotating image background.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:22:{s:2:\"id\";s:2:\"42\";s:5:\"title\";s:7:\"Concept\";s:5:\"alias\";s:7:\"concept\";s:3:\"zip\";s:11:\"concept.zip\";s:3:\"uid\";s:32:\"47cb06083e87503762f6746725117a3c\";s:3:\"img\";s:18:\"concept/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/fullscreen-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">A full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:22:{s:2:\"id\";s:2:\"43\";s:5:\"title\";s:15:\"True Fullscreen\";s:5:\"alias\";s:17:\"fullscreen-button\";s:3:\"zip\";s:21:\"fullscreen-button.zip\";s:3:\"uid\";s:32:\"618a43bdf89333b555531f6d6ecde359\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-sidebar-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A slider with a full-screen button that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:297:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:22:{s:2:\"id\";s:2:\"44\";s:5:\"title\";s:16:\"Creative Freedom\";s:5:\"alias\";s:15:\"creativefreedom\";s:3:\"zip\";s:19:\"creativefreedom.zip\";s:3:\"uid\";s:32:\"8902bf6c93126c2c6323626b9e872621\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-touch-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A full-screen slider with a unique vertical navigation and 3D-parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:290:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images, videos and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:22:{s:2:\"id\";s:2:\"45\";s:5:\"title\";s:17:\"3D Parallax Scene\";s:5:\"alias\";s:13:\"parallaxscene\";s:3:\"zip\";s:17:\"parallaxscene.zip\";s:3:\"uid\";s:32:\"51566f1ce649708e97a0f5dfaf05ea19\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-3d-parallax/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:328:\"<span class=\"ttm_content\">A 3D-parallax hero scene with mouse-controlled effects. Smart image arrangement creates a convincing 3D effect. Tooltips are shown using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:22:{s:2:\"id\";s:2:\"46\";s:5:\"title\";s:10:\"Wow Factor\";s:5:\"alias\";s:15:\"slidingoverlays\";s:3:\"zip\";s:19:\"slidingoverlays.zip\";s:3:\"uid\";s:32:\"18002d17e8bc7ca61b0951f5305a759e\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/responsive-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:106:\"<span class=\"ttm_content\">A 3D-parallax effect full-screen slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:22:{s:2:\"id\";s:2:\"47\";s:5:\"title\";s:14:\"3D Web Product\";s:5:\"alias\";s:25:\"web-product-light-hero-3d\";s:3:\"zip\";s:29:\"web-product-light-hero-3d.zip\";s:3:\"uid\";s:32:\"efd345c5da805414093e46066cefd751\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/wordpress-3d-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"668\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A 3D-parallax hero scene slider with a convincing depth-effect and animated clouds.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:22:{s:2:\"id\";s:2:\"48\";s:5:\"title\";s:15:\"WooCommerce Big\";s:5:\"alias\";s:6:\"woobig\";s:3:\"zip\";s:10:\"woobig.zip\";s:3:\"uid\";s:32:\"bfb09a39656c7c80e86b468fc5b3403c\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:22:{s:2:\"id\";s:2:\"49\";s:5:\"title\";s:17:\"WooCommerce Small\";s:5:\"alias\";s:16:\"woocommercesmall\";s:3:\"zip\";s:20:\"woocommercesmall.zip\";s:3:\"uid\";s:32:\"b17c2adcc5c4c4b68a7ac6fee32fa030\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"266\";s:11:\"description\";s:174:\" <span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:22:{s:2:\"id\";s:2:\"50\";s:5:\"title\";s:17:\"Restaurant Header\";s:5:\"alias\";s:10:\"finedining\";s:3:\"zip\";s:14:\"finedining.zip\";s:3:\"uid\";s:32:\"03481a9e258501fbe3888b48830ea845\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/restaurant-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:275:\"<span class=\"ttm_content\">A full-screen hero block slider that shows different background layers on button hover using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:22:{s:2:\"id\";s:2:\"51\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:12:\"agency-intro\";s:3:\"zip\";s:16:\"agency-intro.zip\";s:3:\"uid\";s:32:\"e9be2afdd55a0c8d0d8d0cc12ba4c82f\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/agency-website-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:302:\" <span class=\"ttm_content\">A full-screen hero block slider with ken burns effect and video modal on button click. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:22:{s:2:\"id\";s:2:\"52\";s:5:\"title\";s:11:\"Team Slider\";s:5:\"alias\";s:7:\"ourteam\";s:3:\"zip\";s:11:\"ourteam.zip\";s:3:\"uid\";s:32:\"d8eb1fec07a79202d1118bb17f70c233\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";s:7:\"preview\";s:74:\"http://revolution.themepunch.com/thumbnail-hover-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:303:\"<span class=\"ttm_content\">A team slider that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:657:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:22:{s:2:\"id\";s:2:\"53\";s:5:\"title\";s:13:\"Team Carousel\";s:5:\"alias\";s:17:\"our-team-carousel\";s:3:\"zip\";s:21:\"our-team-carousel.zip\";s:3:\"uid\";s:32:\"37656d5dcab1f265c025cb2a3d669809\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";s:7:\"preview\";s:83:\"http://revolution.themepunch.com/thumbnail-hover-carousel-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:306:\" <span class=\"ttm_content\">A team carousel that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:659:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:22:{s:2:\"id\";s:2:\"54\";s:5:\"title\";s:17:\"4K Youtube Slider\";s:5:\"alias\";s:13:\"betteryoutube\";s:3:\"zip\";s:17:\"betteryoutube.zip\";s:3:\"uid\";s:32:\"d7c5fef9f257037d7a148038aa2a1857\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";s:7:\"preview\";s:94:\"http://revolution.themepunch.com/fullscreen-4k-youtube-video-gallery-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"675\";s:11:\"description\";s:293:\" <span class=\"ttm_content\">A full-screen youtube gallery with 4K videos as an example. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to breathe life into navigation elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:535:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change videos and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:22:{s:2:\"id\";s:2:\"55\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:19:\"agencywebsiteheader\";s:3:\"zip\";s:23:\"agencywebsiteheader.zip\";s:3:\"uid\";s:32:\"c11d272c87277a7a38d9e7fd13e27947\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/fullscreen-hero-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:245:\" <span class=\"ttm_content\">A very unique full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:509:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:22:{s:2:\"id\";s:2:\"56\";s:5:\"title\";s:11:\"Coming Soon\";s:5:\"alias\";s:10:\"comingsoon\";s:3:\"zip\";s:14:\"comingsoon.zip\";s:3:\"uid\";s:32:\"0f89edf995512e6d6e864a2ee7221829\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";s:7:\"preview\";s:79:\"http://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">A full-screen slider that can be used as a \"Coming Soon\" page. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve various interaction possibilities.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:638:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\nInstructions for <a href=\"https://www.themepunch.com/faq/change-date-for-coming-soon-template/\" target=\"_blank\">how to change the date.</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:22:{s:2:\"id\";s:2:\"57\";s:5:\"title\";s:20:\"Christmas Snow Scene\";s:5:\"alias\";s:9:\"snowscene\";s:3:\"zip\";s:13:\"snowscene.zip\";s:3:\"uid\";s:32:\"a747bf0837caff86c62419a746690209\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/christmas-snow-scene/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">A slider with multiple christmas themed slides and a neat snow fall effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:22:{s:2:\"id\";s:2:\"58\";s:5:\"title\";s:15:\"Rock Band Music\";s:5:\"alias\";s:8:\"rockband\";s:3:\"zip\";s:12:\"rockband.zip\";s:3:\"uid\";s:32:\"5f557a5fad2fd6ca982a6ae6e9619637\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";s:7:\"preview\";s:80:\"http://revolution.themepunch.com/rock-band-music-theme-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\" <span class=\"ttm_content\">A rock band themed hero block slider with an embedded SoundCloud element.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:22:{s:2:\"id\";s:2:\"59\";s:5:\"title\";s:18:\"Sleek Landing Page\";s:5:\"alias\";s:16:\"sleeklandingpage\";s:3:\"zip\";s:20:\"sleeklandingpage.zip\";s:3:\"uid\";s:32:\"07f7f2608936a8ae226213b7d99eee3f\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";s:7:\"preview\";s:70:\"http://revolution.themepunch.com/landing-page-free-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">A full-screen slider that can be used as an App-Landing-Page. The object layers and custom animations create a unique effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:22:{s:2:\"id\";s:2:\"60\";s:5:\"title\";s:16:\"App Landing Page\";s:5:\"alias\";s:14:\"applandingpage\";s:3:\"zip\";s:18:\"applandingpage.zip\";s:3:\"uid\";s:32:\"38eb600893c1484ab8fd2a3dce3678d7\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/app-landing-page-free-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">A full-screen hero block that can be used as an app landing page. The detail view is build using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:22:{s:2:\"id\";s:2:\"61\";s:5:\"title\";s:10:\"Desk Scene\";s:5:\"alias\";s:9:\"deskscene\";s:3:\"zip\";s:13:\"deskscene.zip\";s:3:\"uid\";s:32:\"172a1a89a3e3b333cb4dbeb238f534c5\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";s:7:\"preview\";s:49:\"http://revolution.themepunch.com/hero-desk-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:135:\"<span class=\"ttm_content\">A beautiful desk scene with a cool reveal effect when scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:61;a:22:{s:2:\"id\";s:2:\"62\";s:5:\"title\";s:17:\"Clean News Slider\";s:5:\"alias\";s:15:\"cleannewsslider\";s:3:\"zip\";s:19:\"cleannewsslider.zip\";s:3:\"uid\";s:32:\"82c3f521fe31b80984be0f19e1a9899e\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:132:\"<span class=\"ttm_content\">A slideshow example with clean content and thumbnail navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:62;a:22:{s:2:\"id\";s:2:\"63\";s:5:\"title\";s:13:\"Image Gallery\";s:5:\"alias\";s:12:\"imagegallery\";s:3:\"zip\";s:16:\"imagegallery.zip\";s:3:\"uid\";s:32:\"cef1d75357df2cb53b990c74a214813e\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">A photo gallery suitable to display your images using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:63;a:22:{s:2:\"id\";s:2:\"64\";s:5:\"title\";s:19:\"Standard WP Gallery\";s:5:\"alias\";s:19:\"standard-wp-gallery\";s:3:\"zip\";s:23:\"standard-wp-gallery.zip\";s:3:\"uid\";s:32:\"632035b8a27652d8081dbdfa343dc93d\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A photo gallery that uses the \"Standard WP Gallery\" add-on to display images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:407:\"<span class=\"ttm_content\">Please follow the setup guide on the \"Standard WP Gallery\" add-on page.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";s:166:\"[{\"path\":\"revslider-gallery-addon\\/revslider-gallery-addon.php\",\"name\":\"WP Gallery AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-photo-gallery-plugin\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:64;a:22:{s:2:\"id\";s:2:\"65\";s:5:\"title\";s:21:\"Clean News Post Based\";s:5:\"alias\";s:21:\"clean-news-post-based\";s:3:\"zip\";s:25:\"clean-news-post-based.zip\";s:3:\"uid\";s:32:\"f4cf5bbe51afa5a361754bb081cbabf2\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:65;a:22:{s:2:\"id\";s:2:\"66\";s:5:\"title\";s:22:\"Interactive Whiteboard\";s:5:\"alias\";s:21:\"interactivewhiteboard\";s:3:\"zip\";s:25:\"interactivewhiteboard.zip\";s:3:\"uid\";s:32:\"058b4af535d6c6c7bcec5225845e3eb4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";s:7:\"preview\";s:77:\"http://revolution.themepunch.com/interactive-whiteboard-animation-free-addon/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:269:\"<span class=\"ttm_content\">This is the example slider from the Whiteboard add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used to achieve certain effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:541:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/whiteboard-addon/\" target=\"_blank\">Whiteboard add-on</a> to be installed. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:185:\"[{\"path\":\"revslider-whiteboard-addon\\/revslider-whiteboard-addon.php\",\"name\":\"Whiteboard AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/interactive-whiteboard-animation-free-addon\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:66;a:22:{s:2:\"id\";s:2:\"68\";s:5:\"title\";s:17:\"Innovation Slider\";s:5:\"alias\";s:10:\"innovation\";s:3:\"zip\";s:14:\"innovation.zip\";s:3:\"uid\";s:32:\"d3440b69126d9c186fddc713b18b0002\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2016/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:7:\"5.2.3.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:258:\"<span class=\"ttm_content\">A full-screen slider with an elegant fade-out parallax effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:493:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images, videos and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-03-29 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:67;a:25:{s:2:\"id\";s:2:\"69\";s:5:\"title\";s:25:\"Dark Content Block - Menu\";s:5:\"alias\";s:24:\"dark-fullsite-block-menu\";s:3:\"zip\";s:34:\"packs/dark-fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"bf4bd226719d3c3d3146592976e31ca1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:68;a:25:{s:2:\"id\";s:2:\"70\";s:5:\"title\";s:25:\"Dark Content Block - Hero\";s:5:\"alias\";s:21:\"dark-fullsite-block-1\";s:3:\"zip\";s:31:\"packs/dark-fullsite-block-1.zip\";s:3:\"uid\";s:32:\"d8859245fe600288ca932dc29aca751f\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:69;a:25:{s:2:\"id\";s:2:\"71\";s:5:\"title\";s:26:\"Dark Content Block - About\";s:5:\"alias\";s:27:\"dark-fullsite-block-2-about\";s:3:\"zip\";s:37:\"packs/dark-fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"298401901521a197a8294c1b4f73df3e\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:70;a:25:{s:2:\"id\";s:2:\"72\";s:5:\"title\";s:29:\"Dark Content Block - Services\";s:5:\"alias\";s:30:\"dark-fullsite-block-3-services\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"8da3ed605472ed6a26c745fb52f85f82\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:71;a:25:{s:2:\"id\";s:2:\"73\";s:5:\"title\";s:29:\"Dark Content Block - Products\";s:5:\"alias\";s:30:\"dark-fullsite-block-4-products\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"99e4f40399d20261a6131043d0e50b0c\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:422:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\r\n\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:72;a:25:{s:2:\"id\";s:2:\"74\";s:5:\"title\";s:33:\"Dark Content Block - Testimonials\";s:5:\"alias\";s:34:\"dark-fullsite-block-5-testimonials\";s:3:\"zip\";s:44:\"packs/dark-fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"2f9121e0eedd51afe85e233d0743acab\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:73;a:25:{s:2:\"id\";s:2:\"75\";s:5:\"title\";s:28:\"Dark Content Block - Callout\";s:5:\"alias\";s:29:\"dark-fullsite-block-6-callout\";s:3:\"zip\";s:39:\"packs/dark-fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"55fbecb113ff21f050be7adc08637329\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:74;a:25:{s:2:\"id\";s:2:\"76\";s:5:\"title\";s:27:\"Dark Content Block - Footer\";s:5:\"alias\";s:28:\"dark-fullsite-block-7-footer\";s:3:\"zip\";s:38:\"packs/dark-fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"2ff517f5c7c54e3e0c2dd733cfd3400e\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:75;a:25:{s:2:\"id\";s:2:\"77\";s:5:\"title\";s:26:\"Light Content Block - Menu\";s:5:\"alias\";s:19:\"fullsite-block-menu\";s:3:\"zip\";s:29:\"packs/fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"8010971f34387d5f94a1f4e577ef382a\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:76;a:25:{s:2:\"id\";s:2:\"78\";s:5:\"title\";s:26:\"Light Content Block - Hero\";s:5:\"alias\";s:15:\"fullsite-block1\";s:3:\"zip\";s:25:\"packs/fullsite-block1.zip\";s:3:\"uid\";s:32:\"45bf7179843e01ce112e8ec754b0455c\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:77;a:25:{s:2:\"id\";s:2:\"79\";s:5:\"title\";s:27:\"Light Content Block - About\";s:5:\"alias\";s:22:\"fullsite-block-2-about\";s:3:\"zip\";s:32:\"packs/fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"8402b460638a746d36433cb161440b7d\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:78;a:25:{s:2:\"id\";s:2:\"80\";s:5:\"title\";s:30:\"Light Content Block - Services\";s:5:\"alias\";s:25:\"fullsite-block-3-services\";s:3:\"zip\";s:35:\"packs/fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"7b8cea27f4d6ae17c5e1eae12457bd06\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:79;a:25:{s:2:\"id\";s:2:\"81\";s:5:\"title\";s:30:\"Light Content Block - Products\";s:5:\"alias\";s:25:\"fullsite-block-4-products\";s:3:\"zip\";s:35:\"packs/fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"d148935362d7122636cda0635eae4be7\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:80;a:25:{s:2:\"id\";s:2:\"82\";s:5:\"title\";s:34:\"Light Content Block - Testimonials\";s:5:\"alias\";s:29:\"fullsite-block-5-testimonials\";s:3:\"zip\";s:39:\"packs/fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"06255bfd421e40f71fa8197b839dbf03\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:81;a:25:{s:2:\"id\";s:2:\"83\";s:5:\"title\";s:29:\"Light Content Block - Callout\";s:5:\"alias\";s:24:\"fullsite-block-6-callout\";s:3:\"zip\";s:34:\"packs/fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"8a88c3447676b613ec5db2fe5d63315c\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:82;a:25:{s:2:\"id\";s:2:\"84\";s:5:\"title\";s:28:\"Light Content Block - Footer\";s:5:\"alias\";s:23:\"fullsite-block-7-footer\";s:3:\"zip\";s:33:\"packs/fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"34300b4407a2093eb2e1e08868fa8319\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:83;a:22:{s:2:\"id\";s:2:\"85\";s:5:\"title\";s:12:\"Tech Journal\";s:5:\"alias\";s:11:\"techjournal\";s:3:\"zip\";s:15:\"techjournal.zip\";s:3:\"uid\";s:32:\"7f92d70d1c108378f915b18c2ceb71d6\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:84;a:22:{s:2:\"id\";s:2:\"86\";s:5:\"title\";s:14:\"Car Dealership\";s:5:\"alias\";s:13:\"cardealership\";s:3:\"zip\";s:17:\"cardealership.zip\";s:3:\"uid\";s:32:\"bb010838855a8ae4d1dd68e139bf169e\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/car-dealership-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"650\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:85;a:22:{s:2:\"id\";s:2:\"87\";s:5:\"title\";s:22:\"FullScreen Menu Slider\";s:5:\"alias\";s:14:\"fullscreenmenu\";s:3:\"zip\";s:18:\"fullscreenmenu.zip\";s:3:\"uid\";s:32:\"6de81d74c4bf193e2e274d43038adc85\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-fullscreen-menu/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A full-screen slider that contains a menu with slide blur effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:86;a:22:{s:2:\"id\";s:2:\"88\";s:5:\"title\";s:18:\"Creative Frontpage\";s:5:\"alias\";s:17:\"creativefrontpage\";s:3:\"zip\";s:21:\"creativefrontpage.zip\";s:3:\"uid\";s:32:\"0636cb368af3bcaa2f68eb0ebefe6439\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/best-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A full-screen slider with hidden slides that are triggered via  <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:87;a:25:{s:2:\"id\";s:2:\"89\";s:5:\"title\";s:20:\"Website Builder Menu\";s:5:\"alias\";s:19:\"websitebuilder-menu\";s:3:\"zip\";s:29:\"packs/websitebuilder-menu.zip\";s:3:\"uid\";s:32:\"d9e6d9c961f123a3a4847b51fc3ba3a2\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:88;a:25:{s:2:\"id\";s:2:\"90\";s:5:\"title\";s:20:\"Website Builder Hero\";s:5:\"alias\";s:19:\"websitebuilder-hero\";s:3:\"zip\";s:29:\"packs/websitebuilder-hero.zip\";s:3:\"uid\";s:32:\"6cb2df9a41ad2e7865bb9bbea7e39cb5\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:89;a:25:{s:2:\"id\";s:2:\"91\";s:5:\"title\";s:23:\"Website Builder Clients\";s:5:\"alias\";s:22:\"websitebuilder-clients\";s:3:\"zip\";s:32:\"packs/websitebuilder-clients.zip\";s:3:\"uid\";s:32:\"050e59c43c9a693510d01f29532088cf\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"120\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:90;a:25:{s:2:\"id\";s:2:\"92\";s:5:\"title\";s:24:\"Website Builder Services\";s:5:\"alias\";s:23:\"websitebuilder-services\";s:3:\"zip\";s:33:\"packs/websitebuilder-services.zip\";s:3:\"uid\";s:32:\"48d56d67615efce619ae973ab4358c07\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"558\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:91;a:25:{s:2:\"id\";s:2:\"93\";s:5:\"title\";s:24:\"Website Builder Discover\";s:5:\"alias\";s:23:\"websitebuilder-discover\";s:3:\"zip\";s:33:\"packs/websitebuilder-discover.zip\";s:3:\"uid\";s:32:\"425a08a7be338daea3df02a07ff5c316\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"955\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:92;a:25:{s:2:\"id\";s:2:\"94\";s:5:\"title\";s:22:\"Website Builder Slider\";s:5:\"alias\";s:21:\"websitebuilder-slider\";s:3:\"zip\";s:31:\"packs/websitebuilder-slider.zip\";s:3:\"uid\";s:32:\"9d670b7335016accb590dc8d52bfb6f0\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:93;a:25:{s:2:\"id\";s:2:\"95\";s:5:\"title\";s:28:\"Website Builder CallToAction\";s:5:\"alias\";s:27:\"websitebuilder-calltoaction\";s:3:\"zip\";s:37:\"packs/websitebuilder-calltoaction.zip\";s:3:\"uid\";s:32:\"45851baf9e61f55ed9f5fa9d0beff77e\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"960\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:94;a:25:{s:2:\"id\";s:2:\"96\";s:5:\"title\";s:22:\"Website Builder Footer\";s:5:\"alias\";s:21:\"websitebuilder-footer\";s:3:\"zip\";s:31:\"packs/websitebuilder-footer.zip\";s:3:\"uid\";s:32:\"2732bbe66ef28219d6cc53ce8cc78863\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:95;a:22:{s:2:\"id\";s:2:\"97\";s:5:\"title\";s:21:\"Focus Parallax Effect\";s:5:\"alias\";s:13:\"focusparallax\";s:3:\"zip\";s:17:\"focusparallax.zip\";s:3:\"uid\";s:32:\"13bd15fb3ddf8b9841cb55b89389cc73\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";s:7:\"preview\";s:68:\" https://revolution.themepunch.com/parallax-effect-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:256:\"<span class=\"ttm_content\">A full-screen slider with mouse controlled parallax effects. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:96;a:22:{s:2:\"id\";s:2:\"98\";s:5:\"title\";s:14:\"Duotone Slider\";s:5:\"alias\";s:7:\"duotone\";s:3:\"zip\";s:11:\"duotone.zip\";s:3:\"uid\";s:32:\"494862ceb6cb7c6658ad7cd36848cccd\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-header-image-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:252:\"<span class=\"ttm_content\">A full-screen slider with unique parallax scroll effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:97;a:25:{s:2:\"id\";s:2:\"99\";s:5:\"title\";s:12:\"Minimal Menu\";s:5:\"alias\";s:6:\"r_menu\";s:3:\"zip\";s:16:\"packs/r_menu.zip\";s:3:\"uid\";s:32:\"30d6a6895db1a5f29b1679061551c9f0\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:98;a:25:{s:2:\"id\";s:3:\"100\";s:5:\"title\";s:12:\"Minimal Hero\";s:5:\"alias\";s:5:\"rhero\";s:3:\"zip\";s:16:\"packs/r_hero.zip\";s:3:\"uid\";s:32:\"b8b46186956f6e66ad0c08e4532bbbde\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:99;a:25:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:13:\"Minimal About\";s:5:\"alias\";s:7:\"r_about\";s:3:\"zip\";s:17:\"packs/r_about.zip\";s:3:\"uid\";s:32:\"343010c4b4c03f92888c3e9e95bc2bb1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:100;a:25:{s:2:\"id\";s:3:\"102\";s:5:\"title\";s:16:\"Minimal Products\";s:5:\"alias\";s:10:\"r_products\";s:3:\"zip\";s:20:\"packs/r_products.zip\";s:3:\"uid\";s:32:\"dda93e85c6a4456d132040147f087f39\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1100\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:101;a:25:{s:2:\"id\";s:3:\"103\";s:5:\"title\";s:12:\"Minimal Info\";s:5:\"alias\";s:6:\"r_info\";s:3:\"zip\";s:16:\"packs/r_info.zip\";s:3:\"uid\";s:32:\"d6e368e8fd4862174af6c980389ae530\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:102;a:22:{s:2:\"id\";s:3:\"104\";s:5:\"title\";s:18:\"Inspiration Header\";s:5:\"alias\";s:17:\"inspirationheader\";s:3:\"zip\";s:21:\"inspirationheader.zip\";s:3:\"uid\";s:32:\"69f04b2be0b618fa7e184af83b86b7e7\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/wordpress-theme-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This full-screen hero slider features sequentially animated texts and cool parallax elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:103;a:22:{s:2:\"id\";s:3:\"105\";s:5:\"title\";s:15:\"Magazine Slider\";s:5:\"alias\";s:13:\"magazineposts\";s:3:\"zip\";s:17:\"magazineposts.zip\";s:3:\"uid\";s:32:\"c562f3457e4edbd030959f7c5e6e0f7c\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-magazine-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">A full-width slider with a mouse-controlled 3D-Parallax effect. Enjoy! <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:104;a:22:{s:2:\"id\";s:3:\"106\";s:5:\"title\";s:11:\"News Header\";s:5:\"alias\";s:17:\"explorationheader\";s:3:\"zip\";s:21:\"explorationheader.zip\";s:3:\"uid\";s:32:\"8f20d5a868c90ded08b835fb9e8307d7\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/wordpress-news-header/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">A full-screen slider that is a perfect fit for displaying news on your websites header! Check out <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to add links to buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:105;a:25:{s:2:\"id\";s:3:\"107\";s:5:\"title\";s:23:\"Minimal Website Package\";s:5:\"alias\";s:23:\"minimal-website-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"minimal-website-package\";s:3:\"img\";s:31:\"packages/template_group_1_1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">The Minimal Website Template is a one-pager website with a unique background color change effect on scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:106;a:25:{s:2:\"id\";s:3:\"108\";s:5:\"title\";s:23:\"Website Builder Package\";s:5:\"alias\";s:22:\"websitebuilder-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"websitebuilder-package\";s:3:\"img\";s:29:\"packages/template_group_2.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">The Website Builder Package is a clean, usable collection website modules that can be used all together or each on their own.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:107;a:25:{s:2:\"id\";s:3:\"109\";s:5:\"title\";s:26:\"Dark Content Block Package\";s:5:\"alias\";s:27:\"dark-fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"dark-fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_4.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:108;a:25:{s:2:\"id\";s:3:\"110\";s:5:\"title\";s:27:\"Light Content Block Package\";s:5:\"alias\";s:22:\"fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_3.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:109;a:22:{s:2:\"id\";s:3:\"111\";s:5:\"title\";s:17:\"Typewriter Effect\";s:5:\"alias\";s:16:\"typewritereffect\";s:3:\"zip\";s:20:\"typewritereffect.zip\";s:3:\"uid\";s:32:\"d6f8bae06cc4a7b158d680c01e59ddc2\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-typewriter-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">This is the example slider from the Typewriter add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:403:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/typewriter-addon/\" target=\"_blank\">Typewriter add-on</a> to be installed. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:110;a:22:{s:2:\"id\";s:3:\"112\";s:5:\"title\";s:17:\"Blend Mode Header\";s:5:\"alias\";s:15:\"blendmodeheader\";s:3:\"zip\";s:19:\"blendmodeheader.zip\";s:3:\"uid\";s:32:\"2e44e976596d757aab40ffa28086dcf9\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/blend-mode-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">This full-screen hero header with HMTL5 background video, utilizes the new 5.3 blend mode effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:111;a:25:{s:2:\"id\";s:3:\"113\";s:5:\"title\";s:17:\"Themeplicity Menu\";s:5:\"alias\";s:17:\"themeplicity_menu\";s:3:\"zip\";s:27:\"packs/themeplicity_menu.zip\";s:3:\"uid\";s:32:\"7d5c1e75eaafa63683895a32a62f4ce0\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:112;a:25:{s:2:\"id\";s:3:\"114\";s:5:\"title\";s:19:\"Themeplicity Header\";s:5:\"alias\";s:19:\"themeplicity_header\";s:3:\"zip\";s:29:\"packs/themeplicity_header.zip\";s:3:\"uid\";s:32:\"907091e4d58acc7d12f802de2f280b7d\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:113;a:25:{s:2:\"id\";s:3:\"115\";s:5:\"title\";s:18:\"Themeplicity Offer\";s:5:\"alias\";s:18:\"themeplicity_offer\";s:3:\"zip\";s:28:\"packs/themeplicity_offer.zip\";s:3:\"uid\";s:32:\"1bd8f9aa2f3e340449664c65ba17fb51\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"330\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:114;a:25:{s:2:\"id\";s:3:\"116\";s:5:\"title\";s:23:\"Themeplicity What We Do\";s:5:\"alias\";s:21:\"themeplicity_whatwedo\";s:3:\"zip\";s:31:\"packs/themeplicity_whatwedo.zip\";s:3:\"uid\";s:32:\"aa800a44b5a3eab30414dde1f32bfed7\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:115;a:25:{s:2:\"id\";s:3:\"117\";s:5:\"title\";s:21:\"Themeplicity Projects\";s:5:\"alias\";s:21:\"themeplicity_projects\";s:3:\"zip\";s:31:\"packs/themeplicity_projects.zip\";s:3:\"uid\";s:32:\"5f61b3a13033ba6a51a18270163e0a50\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:116;a:25:{s:2:\"id\";s:3:\"118\";s:5:\"title\";s:24:\"Themeplicity Whats Great\";s:5:\"alias\";s:23:\"themeplicity_whatsgreat\";s:3:\"zip\";s:33:\"packs/themeplicity_whatsgreat.zip\";s:3:\"uid\";s:32:\"ce9faf8c55ed2e33e091b23667e7173b\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:117;a:25:{s:2:\"id\";s:3:\"119\";s:5:\"title\";s:19:\"Themeplicity Tables\";s:5:\"alias\";s:19:\"themeplicity_tables\";s:3:\"zip\";s:29:\"packs/themeplicity_tables.zip\";s:3:\"uid\";s:32:\"f28bb4cd20ec1f29a1de7da5ad09c293\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1059\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:118;a:25:{s:2:\"id\";s:3:\"120\";s:5:\"title\";s:24:\"Themeplicity Contactform\";s:5:\"alias\";s:24:\"themeplicity_contactform\";s:3:\"zip\";s:34:\"packs/themeplicity_contactform.zip\";s:3:\"uid\";s:32:\"3e59da970f534490774fa8e053f5b5ed\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1067\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:119;a:25:{s:2:\"id\";s:3:\"121\";s:5:\"title\";s:19:\"Themeplicity Footer\";s:5:\"alias\";s:19:\"themeplicity_footer\";s:3:\"zip\";s:29:\"packs/themeplicity_footer.zip\";s:3:\"uid\";s:32:\"89eeb0b4b852c5f743e1bd76e3e8f2ef\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"780\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:120;a:25:{s:2:\"id\";s:3:\"122\";s:5:\"title\";s:20:\"Themeplicity Package\";s:5:\"alias\";s:20:\"themeplicity-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:20:\"themeplicity-package\";s:3:\"img\";s:38:\"packages/templatepack_themeplicity.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Themeplicity Website Template uses the new groups & rows feature introduced in 5.3 to its full potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:121;a:25:{s:2:\"id\";s:3:\"123\";s:5:\"title\";s:19:\"Nice And Clean Menu\";s:5:\"alias\";s:17:\"NiceAndClean_Menu\";s:3:\"zip\";s:27:\"packs/NiceAndClean_Menu.zip\";s:3:\"uid\";s:32:\"3f8c01e26c7446428e045c4b1180776d\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:122;a:25:{s:2:\"id\";s:3:\"124\";s:5:\"title\";s:21:\"Nice And Clean Header\";s:5:\"alias\";s:19:\"NiceAndClean_Header\";s:3:\"zip\";s:29:\"packs/NiceAndClean_Header.zip\";s:3:\"uid\";s:32:\"76931033addb20a62557c2845a4d6a11\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:123;a:25:{s:2:\"id\";s:3:\"125\";s:5:\"title\";s:23:\"Nice And Clean Services\";s:5:\"alias\";s:21:\"NiceAndClean_Services\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Services.zip\";s:3:\"uid\";s:32:\"02f72ec606800c8215bcadea09624e87\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"360\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:124;a:25:{s:2:\"id\";s:3:\"126\";s:5:\"title\";s:20:\"Nice And Clean About\";s:5:\"alias\";s:18:\"NiceAndClean_About\";s:3:\"zip\";s:28:\"packs/NiceAndClean_About.zip\";s:3:\"uid\";s:32:\"9510f6fdbb8e9473e8c22f692a6bc89f\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:125;a:25:{s:2:\"id\";s:3:\"127\";s:5:\"title\";s:20:\"Nice And Clean Video\";s:5:\"alias\";s:18:\"niceandclean_video\";s:3:\"zip\";s:28:\"packs/niceandclean_video.zip\";s:3:\"uid\";s:32:\"2bb9e1ad329435cc500542d0c7025e15\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:126;a:25:{s:2:\"id\";s:3:\"128\";s:5:\"title\";s:25:\"Nice And Clean Highlights\";s:5:\"alias\";s:23:\"niceandclean_highlights\";s:3:\"zip\";s:33:\"packs/niceandclean_highlights.zip\";s:3:\"uid\";s:32:\"ff396af163a79d2d5b35db17c1ea7aa6\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:127;a:25:{s:2:\"id\";s:3:\"129\";s:5:\"title\";s:23:\"Nice And Clean Projects\";s:5:\"alias\";s:21:\"NiceAndClean_Projects\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Projects.zip\";s:3:\"uid\";s:32:\"1e6695959ef83f8975b52289c08a4d44\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:128;a:25:{s:2:\"id\";s:3:\"130\";s:5:\"title\";s:25:\"Nice And Clean TextBlocks\";s:5:\"alias\";s:23:\"niceandclean_textblocks\";s:3:\"zip\";s:33:\"packs/niceandclean_textblocks.zip\";s:3:\"uid\";s:32:\"1f33eb839c96ea3225faff1c8d382b05\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:129;a:25:{s:2:\"id\";s:3:\"131\";s:5:\"title\";s:22:\"Nice And Clean CallOut\";s:5:\"alias\";s:20:\"niceandclean_callout\";s:3:\"zip\";s:30:\"packs/niceandclean_callout.zip\";s:3:\"uid\";s:32:\"54d4d9bcf79d357de0e614700e909863\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:130;a:25:{s:2:\"id\";s:3:\"132\";s:5:\"title\";s:21:\"Nice And Clean Footer\";s:5:\"alias\";s:19:\"niceandclean_footer\";s:3:\"zip\";s:29:\"packs/niceandclean_footer.zip\";s:3:\"uid\";s:32:\"5492d7f72b3771a4e754f91bda063b15\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"400\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:542:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">For using the social sharing buttons, please install the social sharing add-on.<br><br></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:131;a:22:{s:2:\"id\";s:3:\"134\";s:5:\"title\";s:15:\"80s Style Intro\";s:5:\"alias\";s:3:\"80s\";s:3:\"zip\";s:7:\"80s.zip\";s:3:\"uid\";s:32:\"98881ab51f71b2fbdb220752d321b15a\";s:3:\"img\";s:14:\"80s/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/80s-style-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:139:\"<span class=\"ttm_content\">This intro hero block takes you back to the 80\'s with some funky effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:317:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and text.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:132;a:22:{s:2:\"id\";s:3:\"135\";s:5:\"title\";s:18:\"Blur Effect Slider\";s:5:\"alias\";s:10:\"blurslider\";s:3:\"zip\";s:14:\"blurslider.zip\";s:3:\"uid\";s:32:\"83bd6e1ccef83f03c944fa05b0a2d879\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/blur-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">This slider makes use of the brand new blur effects available with version 5.3.1.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:133;a:22:{s:2:\"id\";s:3:\"136\";s:5:\"title\";s:18:\"Coming Soon Add-On\";s:5:\"alias\";s:15:\"ComingSoonAddon\";s:3:\"zip\";s:19:\"ComingSoonAddon.zip\";s:3:\"uid\";s:32:\"51258492055b940099eb96ba52901fa9\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/coming-soon-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:133:\"<span class=\"ttm_content\">This slider template makes use of the brand new Coming Soon Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:134;a:25:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Nice And Clean Package\";s:5:\"alias\";s:22:\"nice-and-clean-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"nice-and-clean-package\";s:3:\"img\";s:38:\"packages/templatepack_niceandclean.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">The Nice & Clean Website Template uses groups & rows for a fully responsive website experience. Elegant blur effects available since version 5.3.1 make this template stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:135;a:22:{s:2:\"id\";s:3:\"138\";s:5:\"title\";s:18:\"Snow Effect Add-On\";s:5:\"alias\";s:9:\"snowaddon\";s:3:\"zip\";s:13:\"snowaddon.zip\";s:3:\"uid\";s:32:\"7408d8567b8af5716eaabd390422e51b\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/snow-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"<span class=\"ttm_content\">Add a pleasant Snow Effect to your website with this slider template. Make sure to install the \"Holiday Snow\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:136;a:22:{s:2:\"id\";s:3:\"139\";s:5:\"title\";s:19:\"Particle Effect One\";s:5:\"alias\";s:19:\"particle-effect-one\";s:3:\"zip\";s:23:\"particle-effect-one.zip\";s:3:\"uid\";s:32:\"a4611c906e35ca60f617da86217b5299\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/particle-effect-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:442:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND MODE IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:137;a:22:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:19:\"Particle Effect Two\";s:5:\"alias\";s:19:\"particle-effect-two\";s:3:\"zip\";s:23:\"particle-effect-two.zip\";s:3:\"uid\";s:32:\"b8ecbf43374a69e4ab329ea834862ef8\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/particle-effect-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:138;a:22:{s:2:\"id\";s:3:\"141\";s:5:\"title\";s:21:\"Particle Effect Three\";s:5:\"alias\";s:21:\"particle-effect-three\";s:3:\"zip\";s:25:\"particle-effect-three.zip\";s:3:\"uid\";s:32:\"b33bc2c5655d8d51cd17c3740f72e748\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/particle-background-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:437:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:139;a:22:{s:2:\"id\";s:3:\"142\";s:5:\"title\";s:16:\"Portfolio Viewer\";s:5:\"alias\";s:15:\"portfolioviewer\";s:3:\"zip\";s:19:\"portfolioviewer.zip\";s:3:\"uid\";s:32:\"9ac7230ff5b880fb6c8f28fbbc123b3b\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-portfolio-plugin/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">This slider template can be used to display your portfolio highlights in a stunning way, utilising out free particles add-on and blend modes.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:387:\"<span class=\"ttm_content\">The navigation for the slides is found in the <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">Static Layers</a>.</span><span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:140;a:22:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:12:\"App Showcase\";s:5:\"alias\";s:11:\"appshowcase\";s:3:\"zip\";s:15:\"appshowcase.zip\";s:3:\"uid\";s:32:\"082aef931b0369080bc30c3a2a0c331f\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/app-showcase-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">This template shows off our new \"Polyfold Effects\" Add-On in form of an App product showcase module. Get started now and illustrate your Apps key features in a striking way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:141;a:22:{s:2:\"id\";s:3:\"144\";s:5:\"title\";s:19:\"Gravity Design Hero\";s:5:\"alias\";s:13:\"gravitydesign\";s:3:\"zip\";s:17:\"gravitydesign.zip\";s:3:\"uid\";s:32:\"7bdbe73a6e5bf290cb4412708ac4134d\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2017/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">This hero template shows a striking mouse-parallax scene and cool particle effects. Requires our \"Particle Effects\" Add-on to be installed.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:142;a:22:{s:2:\"id\";s:3:\"145\";s:5:\"title\";s:14:\"404 Error Page\";s:5:\"alias\";s:12:\"404errorpage\";s:3:\"zip\";s:16:\"404errorpage.zip\";s:3:\"uid\";s:32:\"2dc62d802b42b73088651cac17d0c486\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/404-error-page-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This template can be used as a custom error page on your website with our new 404 page Add-On. Of course you can also use this template as a regular hero header.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"{\"1\":{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}}\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:143;a:22:{s:2:\"id\";s:3:\"146\";s:5:\"title\";s:16:\"Carousel Gallery\";s:5:\"alias\";s:15:\"carouselgallery\";s:3:\"zip\";s:19:\"carouselgallery.zip\";s:3:\"uid\";s:32:\"041838fd32923c40e15c998f0ea19526\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-carousel-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This carousel gallery features a subtle parallax effect, html5 video and a fullscreen button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:144;a:22:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:16:\"Filmstrip Effect\";s:5:\"alias\";s:9:\"filmstrip\";s:3:\"zip\";s:13:\"filmstrip.zip\";s:3:\"uid\";s:32:\"7bd142f272cc15d86998a79520e9e581\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/filmstrip-add-on-slider/ \";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This template uses our Filmstrip Add-On to display a continuous scrolling set of images per slide.\r\n There is lots of customization options like animation speed and direction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:180:\"[{\"path\":\"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php\",\"name\":\"Background FilmStrip Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:145;a:22:{s:2:\"id\";s:3:\"148\";s:5:\"title\";s:11:\"Space Opera\";s:5:\"alias\";s:10:\"spaceopera\";s:3:\"zip\";s:14:\"spaceopera.zip\";s:3:\"uid\";s:32:\"a2c8bffcb138a86c0f373adebb6de046\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/space-opera-presentation/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">The Space Opera template can be enjoyed as a slow paced, full-screen slider experience and is great to show your most prominent photos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:146;a:22:{s:2:\"id\";s:3:\"149\";s:5:\"title\";s:13:\"Website Intro\";s:5:\"alias\";s:12:\"websiteintro\";s:3:\"zip\";s:16:\"websiteintro.zip\";s:3:\"uid\";s:32:\"348df76d999456aa19be58c9df56ae20\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/website-intro-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:274:\"<span class=\"ttm_content\">Making use of our new Slicey Add-On, this slider show a really cool effect you just have to experience yourself! Just change the slides background images and the existing slices will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:147;a:22:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:13:\"Mask Showcase\";s:5:\"alias\";s:12:\"maskshowcase\";s:3:\"zip\";s:16:\"maskshowcase.zip\";s:3:\"uid\";s:32:\"fc943c31e2da9c63b252aeabf554d128\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/minimal-mask-showcase/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Mask Showcase template uses gradients and the amazing block layer animations. A minimal slider treat for any website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:148;a:22:{s:2:\"id\";s:3:\"151\";s:5:\"title\";s:20:\"Parallax Zoom Slices\";s:5:\"alias\";s:18:\"parallaxzoomslices\";s:3:\"zip\";s:22:\"parallaxzoomslices.zip\";s:3:\"uid\";s:32:\"83537cae05709ddb9bcb7375470a5894\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/parallax-zoom-slices-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">This template uses the Slicey Add-On to add a unique effect to slide background images. You can simple change the background images and the slice effect will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:149;a:22:{s:2:\"id\";s:3:\"152\";s:5:\"title\";s:22:\"Double Exposure Effect\";s:5:\"alias\";s:20:\"doubleexposureeffect\";s:3:\"zip\";s:24:\"doubleexposureeffect.zip\";s:3:\"uid\";s:32:\"8d9229b5cbcf5bda5fbdc6a8e01a2b8c\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/wordpress-double-exposure-effect/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">Make any website special with the double exposure effect slider. Use as a header module or anywhere you want!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:150;a:22:{s:2:\"id\";s:3:\"153\";s:5:\"title\";s:24:\"Mountain Parallax Header\";s:5:\"alias\";s:22:\"mountainparallaxheader\";s:3:\"zip\";s:26:\"mountainparallaxheader.zip\";s:3:\"uid\";s:32:\"8dc64663f317a2abdf179bbe341d016e\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/mountain-wordpress-parallax-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:192:\"<span class=\"ttm_content\">This template is a cool intro for any page, featuring a striking parallax effect. Just change texts and links and you\'re done!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:151;a:25:{s:2:\"id\";s:3:\"154\";s:5:\"title\";s:26:\"GoodNews One-Pager Package\";s:5:\"alias\";s:26:\"goodnews-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"goodnews-one-pager-package\";s:3:\"img\";s:44:\"packages/templatepack_goodnews_one_pager.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:4:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";i:3;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:152;a:25:{s:2:\"id\";s:3:\"155\";s:5:\"title\";s:13:\"GoodNews Menu\";s:5:\"alias\";s:12:\"goodnewsmenu\";s:3:\"zip\";s:22:\"packs/goodnewsmenu.zip\";s:3:\"uid\";s:32:\"4cbc82501ff340fcdc0acf7eb3ba2640\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:153;a:25:{s:2:\"id\";s:3:\"156\";s:5:\"title\";s:15:\"GoodNews Header\";s:5:\"alias\";s:14:\"goodnewsheader\";s:3:\"zip\";s:24:\"packs/goodnewsheader.zip\";s:3:\"uid\";s:32:\"c6660b6bdbf596f38466f569596f5259\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:154;a:25:{s:2:\"id\";s:3:\"157\";s:5:\"title\";s:18:\"GoodNews Whats Hot\";s:5:\"alias\";s:16:\"goodnewswhatshot\";s:3:\"zip\";s:26:\"packs/goodnewswhatshot.zip\";s:3:\"uid\";s:32:\"cb841ce64a99a6644adab049cf5405cd\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:155;a:25:{s:2:\"id\";s:3:\"158\";s:5:\"title\";s:17:\"GoodNews Featured\";s:5:\"alias\";s:16:\"goodnewsfeatured\";s:3:\"zip\";s:26:\"packs/goodnewsfeatured.zip\";s:3:\"uid\";s:32:\"00bde4b09e3700da7183999eaf137ccc\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:156;a:25:{s:2:\"id\";s:3:\"159\";s:5:\"title\";s:18:\"GoodNews Spotlight\";s:5:\"alias\";s:17:\"goodnewsspotlight\";s:3:\"zip\";s:27:\"packs/goodnewsspotlight.zip\";s:3:\"uid\";s:32:\"138076241a828e1c5764379944755f2b\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.4\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:157;a:25:{s:2:\"id\";s:3:\"160\";s:5:\"title\";s:17:\"GoodNews Carousel\";s:5:\"alias\";s:16:\"goodnewscarousel\";s:3:\"zip\";s:26:\"packs/goodnewscarousel.zip\";s:3:\"uid\";s:32:\"d29d4460a6015e30d08d2714232d3768\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:158;a:25:{s:2:\"id\";s:3:\"161\";s:5:\"title\";s:16:\"GoodNews Callout\";s:5:\"alias\";s:15:\"goodnewscallout\";s:3:\"zip\";s:25:\"packs/goodnewscallout.zip\";s:3:\"uid\";s:32:\"d9568b3193e96577fae630b3a6728785\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:159;a:25:{s:2:\"id\";s:3:\"162\";s:5:\"title\";s:15:\"GoodNews Footer\";s:5:\"alias\";s:14:\"goodnewsfooter\";s:3:\"zip\";s:24:\"packs/goodnewsfooter.zip\";s:3:\"uid\";s:32:\"34f43f891cb8d55375149dc4bbc38298\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:160;a:25:{s:2:\"id\";s:3:\"163\";s:5:\"title\";s:29:\"GoodNews Content Page Package\";s:5:\"alias\";s:29:\"goodnews-content-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"goodnews-content-page-package\";s:3:\"img\";s:55:\"packages/templatepack_goodnews_content_page_package.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:161;a:25:{s:2:\"id\";s:3:\"164\";s:5:\"title\";s:18:\"GoodNews Menu Back\";s:5:\"alias\";s:16:\"goodnewsmenuback\";s:3:\"zip\";s:26:\"packs/goodnewsmenuback.zip\";s:3:\"uid\";s:32:\"1340d1aeefba497a7d404d12a1fceed4\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:162;a:25:{s:2:\"id\";s:3:\"165\";s:5:\"title\";s:20:\"GoodNews Blog Header\";s:5:\"alias\";s:18:\"goodnewsblogheader\";s:3:\"zip\";s:28:\"packs/goodnewsblogheader.zip\";s:3:\"uid\";s:32:\"abc4d7c1e48475c6def05f1f6d8bf564\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:163;a:25:{s:2:\"id\";s:3:\"166\";s:5:\"title\";s:21:\"GoodNews Blog Content\";s:5:\"alias\";s:19:\"goodnewsblogcontent\";s:3:\"zip\";s:29:\"packs/goodnewsblogcontent.zip\";s:3:\"uid\";s:32:\"bbf34563da6db2779c29599b503b07e9\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:164;a:25:{s:2:\"id\";s:3:\"167\";s:5:\"title\";s:21:\"GoodNews Testimonials\";s:5:\"alias\";s:20:\"goodnewstestimonials\";s:3:\"zip\";s:30:\"packs/goodnewstestimonials.zip\";s:3:\"uid\";s:32:\"606b7336e86f69c567542d3f43712b56\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:165;a:25:{s:2:\"id\";s:3:\"168\";s:5:\"title\";s:20:\"GoodNews Blog Footer\";s:5:\"alias\";s:18:\"goodnewsblogfooter\";s:3:\"zip\";s:28:\"packs/goodnewsblogfooter.zip\";s:3:\"uid\";s:32:\"1fb88aecfb116fde67ce8d52bd3b5f05\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:166;a:22:{s:2:\"id\";s:3:\"169\";s:5:\"title\";s:19:\"Before After Slider\";s:5:\"alias\";s:17:\"beforeafterslider\";s:3:\"zip\";s:21:\"beforeafterslider.zip\";s:3:\"uid\";s:32:\"6e615091a1fc3037c24b985ce5136fb2\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/before-after-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.3.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">This is the example slider for our Before / After Add-On that allows you to create unique presentations with a comparing functionality.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:167;a:22:{s:2:\"id\";s:3:\"170\";s:5:\"title\";s:16:\"Product Showcase\";s:5:\"alias\";s:15:\"productshowcase\";s:3:\"zip\";s:19:\"productshowcase.zip\";s:3:\"uid\";s:32:\"a43447670260aaa7e8ff66cedfddb57a\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/wordpress-product-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:165:\"<span class=\"ttm_content\">Looking to sell products effectively? Our product showcase slider is just what you are looking for!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:168;a:22:{s:2:\"id\";s:3:\"171\";s:5:\"title\";s:23:\"Overexposure Transition\";s:5:\"alias\";s:22:\"overexposuretransition\";s:3:\"zip\";s:26:\"overexposuretransition.zip\";s:3:\"uid\";s:32:\"13f16bbe6c6d646c7d0cb817a0d3d181\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/overexposure-transition-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">Subtle overexposure transitions and smooth color fade effects make this slider stand out.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:169;a:22:{s:2:\"id\";s:3:\"172\";s:5:\"title\";s:15:\"Parallax Scroll\";s:5:\"alias\";s:14:\"parallaxscroll\";s:3:\"zip\";s:18:\"parallaxscroll.zip\";s:3:\"uid\";s:32:\"82546ee2f6af6c6682852f495109b3c3\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/parallax-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A strikingly colourful header for your website with super smooth parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:170;a:25:{s:2:\"id\";s:3:\"173\";s:5:\"title\";s:24:\"TechCo One-Pager Package\";s:5:\"alias\";s:24:\"techco-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:24:\"techco-one-pager-package\";s:3:\"img\";s:28:\"packages/techco_overview.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:171;a:25:{s:2:\"id\";s:3:\"174\";s:5:\"title\";s:11:\"TechCo Menu\";s:5:\"alias\";s:11:\"techco-menu\";s:3:\"zip\";s:21:\"packs/techco-menu.zip\";s:3:\"uid\";s:32:\"55e5efee828cdf1ff7e2d3b90a301ea9\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:172;a:25:{s:2:\"id\";s:3:\"175\";s:5:\"title\";s:13:\"TechCo Header\";s:5:\"alias\";s:13:\"techco-header\";s:3:\"zip\";s:23:\"packs/techco-header.zip\";s:3:\"uid\";s:32:\"fb574d1376de9b1e408c91f51e6497d7\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:173;a:25:{s:2:\"id\";s:3:\"176\";s:5:\"title\";s:12:\"TechCo About\";s:5:\"alias\";s:12:\"techco-about\";s:3:\"zip\";s:22:\"packs/techco-about.zip\";s:3:\"uid\";s:32:\"ba216da8231e55118d87e37d2358812c\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:174;a:25:{s:2:\"id\";s:3:\"177\";s:5:\"title\";s:15:\"TechCo Services\";s:5:\"alias\";s:15:\"techco-services\";s:3:\"zip\";s:25:\"packs/techco-services.zip\";s:3:\"uid\";s:32:\"ef4a8ddbb5e1136133f7bc1227248e22\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:175;a:25:{s:2:\"id\";s:3:\"178\";s:5:\"title\";s:12:\"TechCo Video\";s:5:\"alias\";s:12:\"techco-video\";s:3:\"zip\";s:22:\"packs/techco-video.zip\";s:3:\"uid\";s:32:\"d7bb92281d05f39f9bc9eca71f90e402\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:176;a:25:{s:2:\"id\";s:3:\"179\";s:5:\"title\";s:13:\"TechCo Prices\";s:5:\"alias\";s:13:\"techco-prices\";s:3:\"zip\";s:23:\"packs/techco-prices.zip\";s:3:\"uid\";s:32:\"6291f404efbea12bb181352aba71ef11\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:177;a:25:{s:2:\"id\";s:3:\"180\";s:5:\"title\";s:19:\"TechCo Testimonials\";s:5:\"alias\";s:19:\"techco-testimonials\";s:3:\"zip\";s:29:\"packs/techco-testimonials.zip\";s:3:\"uid\";s:32:\"3460bd51f6b80599266fecb7fbb918be\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:178;a:25:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:13:\"TechCo Footer\";s:5:\"alias\";s:13:\"techco-footer\";s:3:\"zip\";s:23:\"packs/techco-footer.zip\";s:3:\"uid\";s:32:\"640abcd549137520461a4a71ff758a3b\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:179;a:22:{s:2:\"id\";s:3:\"182\";s:5:\"title\";s:12:\"Live Weather\";s:5:\"alias\";s:7:\"weather\";s:3:\"zip\";s:11:\"weather.zip\";s:3:\"uid\";s:32:\"aab92e69374e4c7b8c6741fe02e574b9\";s:3:\"img\";s:18:\"weather/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-live-weather-add-on/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">Showcasing our weather add-on, this slider show a different cities temperatures and forecast on each slide.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-weather-addon\\/revslider-weather-addon.php\",\"name\":\"Live Weather Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:180;a:22:{s:2:\"id\";s:3:\"183\";s:5:\"title\";s:17:\"360 Panorama Tour\";s:5:\"alias\";s:11:\"360panorama\";s:3:\"zip\";s:15:\"360panorama.zip\";s:3:\"uid\";s:32:\"332720fdacdbb38f65e8327a2a96c52d\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/360-degree-real-estate-virtual-tour/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">An example template for our Panorama 360 tour add-on, created for the real estate market.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:165:\"[{\"path\":\"revslider-panorama-addon\\/revslider-panorama-addon.php\",\"name\":\"Panorama AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:181;a:22:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:14:\"Duotone Add-on\";s:5:\"alias\";s:14:\"duotone-add-on\";s:3:\"zip\";s:18:\"duotone-add-on.zip\";s:3:\"uid\";s:32:\"a428c6f363b3146e96d20a6f44958922\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-duotone-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:168:\"<span class=\"ttm_content\">This example template showcases 3 of the 30 Duotone filters available in our brand new Duotone Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-duotonefilters-addon\\/revslider-duotonefilters-addon.php\",\"name\":\"Duotone AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:182;a:22:{s:2:\"id\";s:3:\"185\";s:5:\"title\";s:13:\"Reveal Add-on\";s:5:\"alias\";s:13:\"reveal-add-on\";s:3:\"zip\";s:17:\"reveal-add-on.zip\";s:3:\"uid\";s:32:\"7fa7525d8ff7fa7365cb98a437e88e32\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-content-reveal-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">An example template that uses our Reveal Add-On, which adds 14 new preloaders combined with reveal loading effects for any slider or hero.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:337:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:201;a:22:{s:2:\"id\";s:3:\"210\";s:5:\"title\";s:21:\"Cryptocurrency Prices\";s:5:\"alias\";s:12:\"cryptoslider\";s:3:\"zip\";s:16:\"cryptoslider.zip\";s:3:\"uid\";s:32:\"c4b02210387f11946223977e940d9e9e\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";s:7:\"preview\";s:95:\"https://revolution.themepunch.com/cryptocurrency-wordpress-price-api-bitcoin-ethereum-litecoin/\";s:7:\"version\";s:5:\"1.0.6\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">This Template can show live, animated cryptocurrency prices. More than 1300 currencies are supported, getting prices via the cryptocompare API.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:410:\"<span class=\"ttm_content\">Please refer to the \"Custom JavaScript\" section of this sliders settings, for info on how to modify currencies. Provide a class to the row / column / group where the currency text elements are located in.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:202;a:25:{s:2:\"id\";s:3:\"211\";s:5:\"title\";s:18:\"Immersion One Page\";s:5:\"alias\";s:26:\"immersion-one-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"immersion-one-page-package\";s:3:\"img\";s:31:\"packages/immersion_overview.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:343:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:203;a:25:{s:2:\"id\";s:3:\"212\";s:5:\"title\";s:16:\"Immersion Header\";s:5:\"alias\";s:16:\"immersion_header\";s:3:\"zip\";s:26:\"packs/immersion_header.zip\";s:3:\"uid\";s:32:\"853da51256308b341ecd030bd4883229\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:204;a:25:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:19:\"Immersion Mountains\";s:5:\"alias\";s:19:\"immersion-mountains\";s:3:\"zip\";s:29:\"packs/immersion-mountains.zip\";s:3:\"uid\";s:32:\"817167eb3fe22b7e065ba210cbe6d53c\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:205;a:25:{s:2:\"id\";s:3:\"214\";s:5:\"title\";s:17:\"Immersion Product\";s:5:\"alias\";s:17:\"immersion-product\";s:3:\"zip\";s:27:\"packs/immersion-product.zip\";s:3:\"uid\";s:32:\"64134f263484d2bbcd7ef088ffbbfb4b\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:206;a:25:{s:2:\"id\";s:3:\"215\";s:5:\"title\";s:16:\"Immersion Design\";s:5:\"alias\";s:16:\"immersion-design\";s:3:\"zip\";s:26:\"packs/immersion-design.zip\";s:3:\"uid\";s:32:\"91e1d77c1a2826438763804f4d02bc26\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:207;a:25:{s:2:\"id\";s:3:\"216\";s:5:\"title\";s:22:\"Immersion Phototgraphy\";s:5:\"alias\";s:21:\"immersion-photography\";s:3:\"zip\";s:31:\"packs/immersion-photography.zip\";s:3:\"uid\";s:32:\"e3ddf0c577b09740f5cbf2e38ffd684d\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:208;a:25:{s:2:\"id\";s:3:\"217\";s:5:\"title\";s:14:\"Immersion Grid\";s:5:\"alias\";s:14:\"immersion-grid\";s:3:\"zip\";s:24:\"packs/immersion-grid.zip\";s:3:\"uid\";s:32:\"b6903868189bb83b2c7a852fde3a7dc3\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:209;a:22:{s:2:\"id\";s:3:\"218\";s:5:\"title\";s:18:\"Funky Intro Slider\";s:5:\"alias\";s:11:\"funkyslider\";s:3:\"zip\";s:15:\"funkyslider.zip\";s:3:\"uid\";s:32:\"2d4187e3fdad19b976be335253c8925d\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/funky-intro-slider-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">This funky intro slider fits just right if you need a striking introduction to your website! Sleek, beautiful and easily customizable!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:335:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:210;a:25:{s:2:\"id\";s:3:\"219\";s:5:\"title\";s:19:\"Clear View Magazine\";s:5:\"alias\";s:27:\"clear-view-magazine-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"clear-view-magazine-package\";s:3:\"img\";s:41:\"packages/clear_view_magazine_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:211;a:25:{s:2:\"id\";s:3:\"220\";s:5:\"title\";s:15:\"Clear View Menu\";s:5:\"alias\";s:14:\"clearview_menu\";s:3:\"zip\";s:24:\"packs/clearview_menu.zip\";s:3:\"uid\";s:32:\"eaecee5fa5f3c3a7f4d2a96c4616a353\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:212;a:25:{s:2:\"id\";s:3:\"221\";s:5:\"title\";s:17:\"Clear View Header\";s:5:\"alias\";s:16:\"clearview_header\";s:3:\"zip\";s:26:\"packs/clearview_header.zip\";s:3:\"uid\";s:32:\"25e3dd80ad130875d7438a07952cb0cd\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:213;a:25:{s:2:\"id\";s:3:\"222\";s:5:\"title\";s:18:\"Clear View Mission\";s:5:\"alias\";s:17:\"clearview_mission\";s:3:\"zip\";s:27:\"packs/clearview_mission.zip\";s:3:\"uid\";s:32:\"35b2092a49fd2beb549342e69097eb5b\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:214;a:25:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:17:\"Clear View Slider\";s:5:\"alias\";s:17:\"clear-view-slider\";s:3:\"zip\";s:27:\"packs/clear-view-slider.zip\";s:3:\"uid\";s:32:\"d2e17edffce16ed78c54b0ef23fd7e05\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:215;a:25:{s:2:\"id\";s:3:\"224\";s:5:\"title\";s:15:\"Clear View News\";s:5:\"alias\";s:15:\"clear-view-news\";s:3:\"zip\";s:25:\"packs/clear-view-news.zip\";s:3:\"uid\";s:32:\"5698d3131ba141e9afcfd2906739dd00\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:216;a:25:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:18:\"Clear View Clients\";s:5:\"alias\";s:18:\"clear-view-clients\";s:3:\"zip\";s:28:\"packs/clear-view-clients.zip\";s:3:\"uid\";s:32:\"b95616a94832e22bdfac5ce60232be1b\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:217;a:25:{s:2:\"id\";s:3:\"226\";s:5:\"title\";s:18:\"Clear View Contact\";s:5:\"alias\";s:18:\"clear-view-contact\";s:3:\"zip\";s:28:\"packs/clear-view-contact.zip\";s:3:\"uid\";s:32:\"0e0cc1d8f6f6500e5f8a2b091fa3b4cb\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:218;a:25:{s:2:\"id\";s:3:\"227\";s:5:\"title\";s:20:\"Clear View Post Page\";s:5:\"alias\";s:28:\"clear-view-post-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"clear-view-post-page-package\";s:3:\"img\";s:42:\"packages/clear_view_post_page_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:219;a:25:{s:2:\"id\";s:3:\"228\";s:5:\"title\";s:22:\"Clear View Single Menu\";s:5:\"alias\";s:22:\"clear-view-single-menu\";s:3:\"zip\";s:32:\"packs/clear-view-single-menu.zip\";s:3:\"uid\";s:32:\"1e80f81982f8a4ea763482d4fa99d321\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:220;a:25:{s:2:\"id\";s:3:\"229\";s:5:\"title\";s:24:\"Clear View Single Header\";s:5:\"alias\";s:24:\"clear-view-single-header\";s:3:\"zip\";s:34:\"packs/clear-view-single-header.zip\";s:3:\"uid\";s:32:\"c8d717627be6cd5e70922ab609694dbf\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:221;a:25:{s:2:\"id\";s:3:\"230\";s:5:\"title\";s:23:\"Clear View Single Media\";s:5:\"alias\";s:23:\"clear-view-single-media\";s:3:\"zip\";s:33:\"packs/clear-view-single-media.zip\";s:3:\"uid\";s:32:\"c480368ded2a64f0cdd44f1674213814\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:222;a:25:{s:2:\"id\";s:3:\"231\";s:5:\"title\";s:22:\"Clear View Single More\";s:5:\"alias\";s:22:\"clear-view-single-more\";s:3:\"zip\";s:32:\"packs/clear-view-single-more.zip\";s:3:\"uid\";s:32:\"9c693190df26218366d1f77e10cf550a\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:223;a:25:{s:2:\"id\";s:3:\"232\";s:5:\"title\";s:25:\"Clear View Single Contact\";s:5:\"alias\";s:25:\"clear-view-single-contact\";s:3:\"zip\";s:35:\"packs/clear-view-single-contact.zip\";s:3:\"uid\";s:32:\"73c0a889f2b654a87b5aba1ff76fbc5c\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:224;a:22:{s:2:\"id\";s:3:\"233\";s:5:\"title\";s:18:\"Clean Landing Page\";s:5:\"alias\";s:16:\"cleanlandingpage\";s:3:\"zip\";s:20:\"cleanlandingpage.zip\";s:3:\"uid\";s:32:\"727a3680d312f22c6a5998ebdb9afe52\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/clean-landing-page-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">The Clean Landing Page is a fullscreen Intro Module that is a striking introduction to any minimal website, with no unnecessary elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:225;a:22:{s:2:\"id\";s:3:\"234\";s:5:\"title\";s:9:\"Clear Cut\";s:5:\"alias\";s:8:\"clearcut\";s:3:\"zip\";s:12:\"clearcut.zip\";s:3:\"uid\";s:32:\"07f43c00e9b4d3057a03cdb3385ad2b7\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/clear-cut-portfolio-website-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:240:\"<span class=\"ttm_content\">The Clear Cut Template is an All-In-One Portfolio Website solution that works best for smaller portfolios. Highlight your best work in a striking and mobile friendly fashion!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:226;a:25:{s:2:\"id\";s:3:\"235\";s:5:\"title\";s:22:\"Wonderstruck One-Pager\";s:5:\"alias\";s:30:\"wonderstruck-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"wonderstruck-one-pager-package\";s:3:\"img\";s:44:\"packages/wonderstruck-one-pager-overview.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:227;a:25:{s:2:\"id\";s:3:\"236\";s:5:\"title\";s:17:\"Wonderstruck Menu\";s:5:\"alias\";s:17:\"wonderstruck_menu\";s:3:\"zip\";s:27:\"packs/wonderstruck_menu.zip\";s:3:\"uid\";s:32:\"0a976e9aaae59c4f795b38f59f5a08d8\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:228;a:25:{s:2:\"id\";s:3:\"237\";s:5:\"title\";s:19:\"Wonderstruck Header\";s:5:\"alias\";s:19:\"wonderstruck_header\";s:3:\"zip\";s:29:\"packs/wonderstruck_header.zip\";s:3:\"uid\";s:32:\"e1379f77a902960a0ce12d44d85a9e0a\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:229;a:25:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:18:\"Wonderstruck About\";s:5:\"alias\";s:18:\"wonderstruck_about\";s:3:\"zip\";s:28:\"packs/wonderstruck_about.zip\";s:3:\"uid\";s:32:\"d207fb140fd328acc3038300ea52082a\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:230;a:25:{s:2:\"id\";s:3:\"239\";s:5:\"title\";s:18:\"Wonderstruck Works\";s:5:\"alias\";s:18:\"wonderstruck-works\";s:3:\"zip\";s:28:\"packs/wonderstruck-works.zip\";s:3:\"uid\";s:32:\"4476935097e27d92454b0011b7700c1d\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:231;a:25:{s:2:\"id\";s:3:\"240\";s:5:\"title\";s:20:\"Wonderstruck Contact\";s:5:\"alias\";s:20:\"wonderstruck-contact\";s:3:\"zip\";s:30:\"packs/wonderstruck-contact.zip\";s:3:\"uid\";s:32:\"9e4911521f77bce2b8efa40f4c2adc22\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:232;a:22:{s:2:\"id\";s:3:\"241\";s:5:\"title\";s:12:\"Bubble Morph\";s:5:\"alias\";s:11:\"bubblemorph\";s:3:\"zip\";s:15:\"bubblemorph.zip\";s:3:\"uid\";s:32:\"1102d6f5460ab82cb612cbe9f1d9514b\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/bubble-morph-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:188:\"<span class=\"ttm_content\">The Bubble Morph Add-On allows you to create interesting Lava-Lamp style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:233;a:22:{s:2:\"id\";s:3:\"242\";s:5:\"title\";s:16:\"Distortion AddOn\";s:5:\"alias\";s:15:\"distortionaddon\";s:3:\"zip\";s:19:\"distortionaddon.zip\";s:3:\"uid\";s:32:\"0ad46c9929bb2fa6316f1e6ced301aaf\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/distortion-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Distortion Add-On allows you to create interesting Distortion style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:234;a:22:{s:2:\"id\";s:3:\"243\";s:5:\"title\";s:10:\"Club Flyer\";s:5:\"alias\";s:9:\"clubflyer\";s:3:\"zip\";s:13:\"clubflyer.zip\";s:3:\"uid\";s:32:\"dab73b9904d0e643a35b0475980998bd\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/club-flyer-landing-page-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This Club Fyler Template for Slider Revolution uses the brand new Exploding Layers Add-On to create a captivating effect. Tap into unlimited creative potential. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:187:\"[{\"path\":\"revslider-explodinglayers-addon\\/revslider-explodinglayers-addon.php\",\"name\":\"Exploding Layers AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:235;a:22:{s:2:\"id\";s:3:\"244\";s:5:\"title\";s:16:\"Paintbrush AddOn\";s:5:\"alias\";s:15:\"paintbrushaddon\";s:3:\"zip\";s:19:\"paintbrushaddon.zip\";s:3:\"uid\";s:32:\"c85c48a6742b4bf72a2590cc1b50f6a0\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/paintbrush-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">The Paintbrush Add-On for WordPress allows you to add cool mouse interaction effects to your Slider Revolution content. Examples: Blur Reveal, Color Reveal, Scratch Me Free.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:236;a:25:{s:2:\"id\";s:3:\"245\";s:5:\"title\";s:18:\"Parallax One-Pager\";s:5:\"alias\";s:26:\"parallax-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"parallax-one-pager-package\";s:3:\"img\";s:39:\"packages/parallax-one-pager-package.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:237;a:25:{s:2:\"id\";s:3:\"246\";s:5:\"title\";s:15:\"Parallax Header\";s:5:\"alias\";s:15:\"parallax_header\";s:3:\"zip\";s:25:\"packs/parallax_header.zip\";s:3:\"uid\";s:32:\"32bf4a0f5136853bd6bd366275a7a60b\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:238;a:25:{s:2:\"id\";s:3:\"247\";s:5:\"title\";s:16:\"Parallax Content\";s:5:\"alias\";s:16:\"parallax_content\";s:3:\"zip\";s:26:\"packs/parallax_content.zip\";s:3:\"uid\";s:32:\"a25c5fb8f74757476ab4dc038e56f90d\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:239;a:25:{s:2:\"id\";s:3:\"248\";s:5:\"title\";s:15:\"Parallax Footer\";s:5:\"alias\";s:15:\"parallax_footer\";s:3:\"zip\";s:25:\"packs/parallax_footer.zip\";s:3:\"uid\";s:32:\"665dff9ea6eaf162a2a1f160f51a9ddb\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:240;a:25:{s:2:\"id\";s:3:\"249\";s:5:\"title\";s:18:\"Le Chef Restaurant\";s:5:\"alias\";s:18:\"le-chef-restaurant\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"le-chef-restaurant-package\";s:3:\"img\";s:39:\"packages/le-chef-restaurant-package.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:241;a:25:{s:2:\"id\";s:3:\"250\";s:5:\"title\";s:12:\"Le Chef Menu\";s:5:\"alias\";s:12:\"le-chef-menu\";s:3:\"zip\";s:22:\"packs/le-chef-menu.zip\";s:3:\"uid\";s:32:\"2f2a6a333431fefe4a7b3b6a982b2ff5\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:242;a:25:{s:2:\"id\";s:3:\"251\";s:5:\"title\";s:14:\"Le Chef Header\";s:5:\"alias\";s:14:\"le-chef-header\";s:3:\"zip\";s:24:\"packs/le-chef-header.zip\";s:3:\"uid\";s:32:\"06450ca3be5a4a8959f3752ab974e574\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:243;a:25:{s:2:\"id\";s:3:\"252\";s:5:\"title\";s:18:\"Le Chef Philosophy\";s:5:\"alias\";s:18:\"le-chef-philosophy\";s:3:\"zip\";s:28:\"packs/le-chef-philosophy.zip\";s:3:\"uid\";s:32:\"a532fd029addeb18106e751409b8e20a\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:244;a:25:{s:2:\"id\";s:3:\"253\";s:5:\"title\";s:12:\"Le Chef Food\";s:5:\"alias\";s:12:\"le-chef-food\";s:3:\"zip\";s:22:\"packs/le-chef-food.zip\";s:3:\"uid\";s:32:\"cd4b6a2cb5de2dd20a0e8ba0c35451df\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:245;a:25:{s:2:\"id\";s:3:\"254\";s:5:\"title\";s:16:\"Le Chef La Carte\";s:5:\"alias\";s:16:\"le-chef-la-carte\";s:3:\"zip\";s:26:\"packs/le-chef-la-carte.zip\";s:3:\"uid\";s:32:\"6f312749679c3ba52c41189a6b8bf729\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:246;a:25:{s:2:\"id\";s:3:\"255\";s:5:\"title\";s:14:\"Le Chef Footer\";s:5:\"alias\";s:14:\"le-chef-footer\";s:3:\"zip\";s:24:\"packs/le-chef-footer.zip\";s:3:\"uid\";s:32:\"12fc241e8e5b9e5df9758c43448e2907\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:247;a:22:{s:2:\"id\";s:3:\"256\";s:5:\"title\";s:20:\"News Magazine Slider\";s:5:\"alias\";s:20:\"news-magazine-slider\";s:3:\"zip\";s:24:\"news-magazine-slider.zip\";s:3:\"uid\";s:32:\"31f2c1506babb1fef459401f051d2d52\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/news-magazine-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">The Magazine Slider offers various layouts that support static content images, HTML5 and Youtube video. Great for any blog or news website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:248;a:22:{s:2:\"id\";s:3:\"257\";s:5:\"title\";s:18:\"Real Estate Slider\";s:5:\"alias\";s:18:\"real-estate-slider\";s:3:\"zip\";s:22:\"real-estate-slider.zip\";s:3:\"uid\";s:32:\"739ce6336e46815094387c9448e6c804\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/real-estate-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">The Real Estate Slider allows to display real estate offers with a large ken burns background image and additional thumbnail hover images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:249;a:22:{s:2:\"id\";s:3:\"258\";s:5:\"title\";s:14:\"Fashion Header\";s:5:\"alias\";s:14:\"fashion-header\";s:3:\"zip\";s:18:\"fashion-header.zip\";s:3:\"uid\";s:32:\"24ece4e7f4d31cd90377c62abbd9e25a\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/fashion-shop-header-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:254:\"<span class=\"ttm_content\">The Fashion Shop Header ist the ideal Slider to display as an intro to your shop website or as a separator in between content. Our unique \"Bubble Morph\" effect makes this module stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:250;a:22:{s:2:\"id\";s:3:\"259\";s:5:\"title\";s:14:\"Seasonal Offer\";s:5:\"alias\";s:13:\"seasonaloffer\";s:3:\"zip\";s:17:\"seasonaloffer.zip\";s:3:\"uid\";s:32:\"caf2f17f8fd64f2f89dcb3c8dd238457\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/seasonal-offer-christmas-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">Use the Seasonal Offer Header to promote special offers in the holiday season, or just to add some snowy christmas spirit to your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:251;a:25:{s:2:\"id\";s:3:\"260\";s:5:\"title\";s:11:\"Barber Shop\";s:5:\"alias\";s:11:\"barber-shop\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:19:\"barber-shop-package\";s:3:\"img\";s:32:\"packages/barber-shop-package.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:252;a:25:{s:2:\"id\";s:3:\"261\";s:5:\"title\";s:18:\"Barber Shop Header\";s:5:\"alias\";s:18:\"barber-shop-header\";s:3:\"zip\";s:28:\"packs/barber-shop-header.zip\";s:3:\"uid\";s:32:\"71c995d36d39a0e8a04cffdf753f2ba2\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:253;a:25:{s:2:\"id\";s:3:\"262\";s:5:\"title\";s:23:\"Barber Shop Mobile Menu\";s:5:\"alias\";s:23:\"barber-shop-mobile-menu\";s:3:\"zip\";s:33:\"packs/barber-shop-mobile-menu.zip\";s:3:\"uid\";s:32:\"762c6fb5c6306f37becb1e55773c2592\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:254;a:25:{s:2:\"id\";s:3:\"263\";s:5:\"title\";s:24:\"Barber Shop First Screen\";s:5:\"alias\";s:24:\"barber-shop-first-screen\";s:3:\"zip\";s:34:\"packs/barber-shop-first-screen.zip\";s:3:\"uid\";s:32:\"acf70bfd64cff2c3c2ea5585223575da\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:255;a:25:{s:2:\"id\";s:3:\"264\";s:5:\"title\";s:17:\"Barber Shop About\";s:5:\"alias\";s:17:\"barber-shop-about\";s:3:\"zip\";s:27:\"packs/barber-shop-about.zip\";s:3:\"uid\";s:32:\"bc8b63cfc7f8c34173b4fd5b082fc05a\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:256;a:25:{s:2:\"id\";s:3:\"265\";s:5:\"title\";s:20:\"Barber Shop Services\";s:5:\"alias\";s:20:\"barber-shop-services\";s:3:\"zip\";s:30:\"packs/barber-shop-services.zip\";s:3:\"uid\";s:32:\"d65121d6f84fabd812a2b621b768e10e\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:257;a:25:{s:2:\"id\";s:3:\"266\";s:5:\"title\";s:19:\"Barber Shop Barbers\";s:5:\"alias\";s:19:\"barber-shop-barbers\";s:3:\"zip\";s:29:\"packs/barber-shop-barbers.zip\";s:3:\"uid\";s:32:\"003e9fec9693072119c8f8d8b6690c4d\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:258;a:25:{s:2:\"id\";s:3:\"267\";s:5:\"title\";s:20:\"Barber Shop Contacts\";s:5:\"alias\";s:20:\"barber-shop-contacts\";s:3:\"zip\";s:30:\"packs/barber-shop-contacts.zip\";s:3:\"uid\";s:32:\"cdcc08f5d6c90dbcfd0502bda2401643\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:259;a:25:{s:2:\"id\";s:3:\"268\";s:5:\"title\";s:18:\"Barber Shop Footer\";s:5:\"alias\";s:18:\"barber-shop-footer\";s:3:\"zip\";s:28:\"packs/barber-shop-footer.zip\";s:3:\"uid\";s:32:\"26ca5ae0de7cdbb2ca19348b6e01eda0\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:260;a:22:{s:2:\"id\";s:3:\"269\";s:5:\"title\";s:12:\"Fitness Club\";s:5:\"alias\";s:21:\"fitness-club-template\";s:3:\"zip\";s:25:\"fitness-club-template.zip\";s:3:\"uid\";s:32:\"14ea10d68d6aad1df62b3becf71df754\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/fitness-club-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:223:\"<span class=\"ttm_content\">The Fitness Club Header is the perfect introduction to your fitness themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:261;a:22:{s:2:\"id\";s:3:\"270\";s:5:\"title\";s:13:\"Soccer School\";s:5:\"alias\";s:13:\"soccer-school\";s:3:\"zip\";s:17:\"soccer-school.zip\";s:3:\"uid\";s:32:\"9906b48812aff67097f990eeee42dd41\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/soccer-club-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:228:\"<span class=\"ttm_content\">The Soccer Club Header is the perfect introduction to your Soccer School themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:262;a:22:{s:2:\"id\";s:3:\"271\";s:5:\"title\";s:10:\"Music Band\";s:5:\"alias\";s:19:\"music-band-template\";s:3:\"zip\";s:23:\"music-band-template.zip\";s:3:\"uid\";s:32:\"91e79657bf1b1812f8114a00ab8e0eb4\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/music-band-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Music Band Header is the perfect introduction to your Music Band themed website. Showcase your current songs, albums and videos with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:263;a:22:{s:2:\"id\";s:3:\"272\";s:5:\"title\";s:15:\"Restaurant Menu\";s:5:\"alias\";s:15:\"restaurant-menu\";s:3:\"zip\";s:19:\"restaurant-menu.zip\";s:3:\"uid\";s:32:\"078809cffb21b6c4d3f5aaa2daeb193d\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/restaurant-menu-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:208:\"<span class=\"ttm_content\">The Restaurant Menu Header is the perfect introduction to your Restaurant themed website. Showcase your current dishes with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:264;a:22:{s:2:\"id\";s:3:\"273\";s:5:\"title\";s:16:\"Cinematic Slider\";s:5:\"alias\";s:16:\"cinematic-slider\";s:3:\"zip\";s:20:\"cinematic-slider.zip\";s:3:\"uid\";s:32:\"c53e7dcbb6b656ae7b4c91d333589838\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/cinematic-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:138:\"<span class=\"ttm_content\">Bold texts and a cinematic transition effect make this slider stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:265;a:22:{s:2:\"id\";s:3:\"274\";s:5:\"title\";s:17:\"3D Parallax Cubes\";s:5:\"alias\";s:17:\"3d-parallax-cubes\";s:3:\"zip\";s:21:\"3d-parallax-cubes.zip\";s:3:\"uid\";s:32:\"c5b809a1829f8f809c9a768cd3d6b3cb\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/3d-parallax-cubes-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">This amazing 3D cubes parallax effect can be an eye-opening intro for your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:266;a:25:{s:2:\"id\";s:3:\"275\";s:5:\"title\";s:33:\"Medicare Medical Services Website\";s:5:\"alias\";s:33:\"medicare-medical-services-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:41:\"medicare-medical-services-website-package\";s:3:\"img\";s:29:\"packages/medicare_package.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:267;a:25:{s:2:\"id\";s:3:\"276\";s:5:\"title\";s:13:\"Medicare Menu\";s:5:\"alias\";s:13:\"medicare-menu\";s:3:\"zip\";s:23:\"packs/medicare-menu.zip\";s:3:\"uid\";s:32:\"0e4ca8fc281e20251b3fffa19d470fed\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:268;a:25:{s:2:\"id\";s:3:\"277\";s:5:\"title\";s:15:\"Medicare Header\";s:5:\"alias\";s:15:\"medicare-header\";s:3:\"zip\";s:25:\"packs/medicare-header.zip\";s:3:\"uid\";s:32:\"03e8ade247d8c96f548bc0515f34043f\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:269;a:25:{s:2:\"id\";s:3:\"278\";s:5:\"title\";s:14:\"Medicare About\";s:5:\"alias\";s:14:\"medicare-about\";s:3:\"zip\";s:24:\"packs/medicare-about.zip\";s:3:\"uid\";s:32:\"a3ab9e89155ef2542820343f30b29f72\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:270;a:25:{s:2:\"id\";s:3:\"279\";s:5:\"title\";s:18:\"Medicare Highlight\";s:5:\"alias\";s:18:\"medicare-highlight\";s:3:\"zip\";s:28:\"packs/medicare-highlight.zip\";s:3:\"uid\";s:32:\"c3c8a74e5402489f1a85a0c83890ef1f\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:271;a:25:{s:2:\"id\";s:3:\"280\";s:5:\"title\";s:17:\"Medicare Services\";s:5:\"alias\";s:17:\"medicare-services\";s:3:\"zip\";s:27:\"packs/medicare-services.zip\";s:3:\"uid\";s:32:\"8869b0834d4649dcc3221bed65980806\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:272;a:25:{s:2:\"id\";s:3:\"281\";s:5:\"title\";s:16:\"Medicare Doctors\";s:5:\"alias\";s:16:\"medicare-doctors\";s:3:\"zip\";s:26:\"packs/medicare-doctors.zip\";s:3:\"uid\";s:32:\"2c9d57afd64244b5f7e30b0d87c842f9\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:273;a:25:{s:2:\"id\";s:3:\"282\";s:5:\"title\";s:17:\"Medicare Research\";s:5:\"alias\";s:17:\"medicare-research\";s:3:\"zip\";s:27:\"packs/medicare-research.zip\";s:3:\"uid\";s:32:\"31e84a91fc8b8d5296e715e539a076d0\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:274;a:25:{s:2:\"id\";s:3:\"283\";s:5:\"title\";s:19:\"Medicare Why Choose\";s:5:\"alias\";s:18:\"medicare-whychoose\";s:3:\"zip\";s:28:\"packs/medicare-whychoose.zip\";s:3:\"uid\";s:32:\"6dad61c672127de9e35884caa45d49a0\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:275;a:25:{s:2:\"id\";s:3:\"284\";s:5:\"title\";s:16:\"Medicare Contact\";s:5:\"alias\";s:16:\"medicare-contact\";s:3:\"zip\";s:26:\"packs/medicare-contact.zip\";s:3:\"uid\";s:32:\"89bc35ad8beb62a149c42262ae49a270\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:276;a:25:{s:2:\"id\";s:3:\"285\";s:5:\"title\";s:15:\"Medicare Footer\";s:5:\"alias\";s:15:\"medicare-footer\";s:3:\"zip\";s:25:\"packs/medicare-footer.zip\";s:3:\"uid\";s:32:\"ccf63e5233b3d63009e5ee90db51b37b\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:277;a:25:{s:2:\"id\";s:3:\"286\";s:5:\"title\";s:20:\"Coffee Joint Website\";s:5:\"alias\";s:20:\"coffee-joint-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"coffee-joint-website-package\";s:3:\"img\";s:27:\"packages/coffee_package.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:278;a:25:{s:2:\"id\";s:3:\"287\";s:5:\"title\";s:11:\"Coffee Menu\";s:5:\"alias\";s:11:\"coffee-menu\";s:3:\"zip\";s:21:\"packs/coffee-menu.zip\";s:3:\"uid\";s:32:\"81195cad7be3f5180a267b34ce8cf966\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:279;a:25:{s:2:\"id\";s:3:\"288\";s:5:\"title\";s:13:\"Coffee Header\";s:5:\"alias\";s:13:\"coffee-header\";s:3:\"zip\";s:23:\"packs/coffee-header.zip\";s:3:\"uid\";s:32:\"5eed8adb9d3ae12168ad4735ac63eb20\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:280;a:25:{s:2:\"id\";s:3:\"289\";s:5:\"title\";s:17:\"Coffee Philosophy\";s:5:\"alias\";s:17:\"coffee-philosophy\";s:3:\"zip\";s:27:\"packs/coffee-philosophy.zip\";s:3:\"uid\";s:32:\"76b5ccae3fa87fd0f991b87e7ae71c27\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:281;a:25:{s:2:\"id\";s:3:\"290\";s:5:\"title\";s:12:\"Coffee Carte\";s:5:\"alias\";s:12:\"coffee-carte\";s:3:\"zip\";s:22:\"packs/coffee-carte.zip\";s:3:\"uid\";s:32:\"470214ddd2cec585629fb79a0fd908d6\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:282;a:25:{s:2:\"id\";s:3:\"291\";s:5:\"title\";s:13:\"Coffee Teaser\";s:5:\"alias\";s:13:\"coffee-teaser\";s:3:\"zip\";s:23:\"packs/coffee-teaser.zip\";s:3:\"uid\";s:32:\"2ed868896c92a7bfb6431803c79e8486\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:283;a:25:{s:2:\"id\";s:3:\"292\";s:5:\"title\";s:14:\"Coffee Find Us\";s:5:\"alias\";s:13:\"coffee-findus\";s:3:\"zip\";s:23:\"packs/coffee-findus.zip\";s:3:\"uid\";s:32:\"96d3784473dfa64bce9e1e4101919927\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:284;a:25:{s:2:\"id\";s:3:\"293\";s:5:\"title\";s:13:\"Coffee Footer\";s:5:\"alias\";s:13:\"coffee-footer\";s:3:\"zip\";s:23:\"packs/coffee-footer.zip\";s:3:\"uid\";s:32:\"6027c25e87a5fe7fd8727a51c0967915\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:285;a:25:{s:2:\"id\";s:3:\"294\";s:5:\"title\";s:25:\"Minimal Portfolio Website\";s:5:\"alias\";s:25:\"minimal-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"minimal-portfolio-website\";s:3:\"img\";s:38:\"packages/minimal_portfolio_package.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:286;a:25:{s:2:\"id\";s:3:\"295\";s:5:\"title\";s:17:\"Minimal Portfolio\";s:5:\"alias\";s:17:\"minimal-portfolio\";s:3:\"zip\";s:27:\"packs/minimal-portfolio.zip\";s:3:\"uid\";s:32:\"183b97b301d5ff0b171c067a87c8a3f5\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:287;a:25:{s:2:\"id\";s:3:\"296\";s:5:\"title\";s:23:\"Minimal Portfolio Modal\";s:5:\"alias\";s:23:\"minimal-portfolio-modal\";s:3:\"zip\";s:33:\"packs/minimal-portfolio-modal.zip\";s:3:\"uid\";s:32:\"6874e6cec3663670f209a8d8a4f26b16\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:288;a:25:{s:2:\"id\";s:3:\"297\";s:5:\"title\";s:23:\"Angled Business Website\";s:5:\"alias\";s:23:\"angled-business-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"angled-business-website-package\";s:3:\"img\";s:27:\"packages/angled_package.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:289;a:25:{s:2:\"id\";s:3:\"298\";s:5:\"title\";s:11:\"Angled Menu\";s:5:\"alias\";s:11:\"angled-menu\";s:3:\"zip\";s:21:\"packs/angled-menu.zip\";s:3:\"uid\";s:32:\"2fe0c4682d1231ee3918be9e4fcb1837\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:290;a:25:{s:2:\"id\";s:3:\"299\";s:5:\"title\";s:13:\"Angled Header\";s:5:\"alias\";s:13:\"angled-header\";s:3:\"zip\";s:23:\"packs/angled-header.zip\";s:3:\"uid\";s:32:\"09462601d4edca8dff899de6f666dc47\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:291;a:25:{s:2:\"id\";s:3:\"300\";s:5:\"title\";s:11:\"Angled News\";s:5:\"alias\";s:11:\"angled-news\";s:3:\"zip\";s:21:\"packs/angled-news.zip\";s:3:\"uid\";s:32:\"b315105763ed91214cb2f0ac12615729\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:292;a:25:{s:2:\"id\";s:3:\"301\";s:5:\"title\";s:15:\"Angled Services\";s:5:\"alias\";s:15:\"angled-services\";s:3:\"zip\";s:25:\"packs/angled-services.zip\";s:3:\"uid\";s:32:\"7605651c1487e1a6c32edc70017be8ad\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:293;a:25:{s:2:\"id\";s:3:\"302\";s:5:\"title\";s:14:\"Angled Success\";s:5:\"alias\";s:14:\"angled-success\";s:3:\"zip\";s:24:\"packs/angled-success.zip\";s:3:\"uid\";s:32:\"9e3fa974a42ecf80e1ec6ff991fca430\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:294;a:25:{s:2:\"id\";s:3:\"303\";s:5:\"title\";s:13:\"Angled Footer\";s:5:\"alias\";s:13:\"angled-footer\";s:3:\"zip\";s:23:\"packs/angled-footer.zip\";s:3:\"uid\";s:32:\"aed4eaa2f7883351ba9c9947feef153e\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:295;a:25:{s:2:\"id\";s:3:\"304\";s:5:\"title\";s:20:\"Angled Content Modal\";s:5:\"alias\";s:20:\"angled-content-modal\";s:3:\"zip\";s:30:\"packs/angled-content-modal.zip\";s:3:\"uid\";s:32:\"4ddc74515fdf84f974217e4ed47a7c66\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:296;a:22:{s:2:\"id\";s:3:\"312\";s:5:\"title\";s:24:\"Retouch Before and After\";s:5:\"alias\";s:7:\"Retouch\";s:3:\"zip\";s:11:\"Retouch.zip\";s:3:\"uid\";s:32:\"58894991f1abd8b448c8d353b1b5fe76\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/retouch-before-after-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">The Retouch Slider is the perfect way to compare your photos before and after retouching.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:297;a:22:{s:2:\"id\";s:3:\"313\";s:5:\"title\";s:11:\"Tech Slider\";s:5:\"alias\";s:11:\"tech-slider\";s:3:\"zip\";s:15:\"tech-slider.zip\";s:3:\"uid\";s:32:\"a98e2b264f00a1116d21808c6a543162\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/tech-showcase-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">This classic slider module with sleek device mockups features a smooth parallax effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:298;a:25:{s:2:\"id\";s:3:\"314\";s:5:\"title\";s:19:\"Peak Agency Website\";s:5:\"alias\";s:19:\"peak-agency-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"peak-agency-website-package\";s:3:\"img\";s:25:\"packages/peak_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:299;a:25:{s:2:\"id\";s:3:\"315\";s:5:\"title\";s:11:\"Peak Header\";s:5:\"alias\";s:11:\"peak-header\";s:3:\"zip\";s:21:\"packs/peak-header.zip\";s:3:\"uid\";s:32:\"b721bd612e9fbc5182418ad3fd7d0808\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:300;a:25:{s:2:\"id\";s:3:\"316\";s:5:\"title\";s:10:\"Peak About\";s:5:\"alias\";s:10:\"peak-about\";s:3:\"zip\";s:20:\"packs/peak-about.zip\";s:3:\"uid\";s:32:\"7e68b1012fb03490d45c7f79e8cb1b19\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:301;a:25:{s:2:\"id\";s:3:\"317\";s:5:\"title\";s:14:\"Peak Portfolio\";s:5:\"alias\";s:14:\"peak-portfolio\";s:3:\"zip\";s:24:\"packs/peak-portfolio.zip\";s:3:\"uid\";s:32:\"6198d1885ba9e95221c33e404f21bdbc\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:302;a:25:{s:2:\"id\";s:3:\"318\";s:5:\"title\";s:11:\"Peak Footer\";s:5:\"alias\";s:11:\"peak-footer\";s:3:\"zip\";s:21:\"packs/peak-footer.zip\";s:3:\"uid\";s:32:\"2dead6897ad3b3a709b380d81242f76b\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:303;a:25:{s:2:\"id\";s:3:\"319\";s:5:\"title\";s:24:\"Modern Portfolio Website\";s:5:\"alias\";s:24:\"modern-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:32:\"modern-portfolio-website-package\";s:3:\"img\";s:30:\"packages/portfolio-package.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:304;a:25:{s:2:\"id\";s:3:\"320\";s:5:\"title\";s:17:\"Portfolio Welcome\";s:5:\"alias\";s:17:\"portfolio-welcome\";s:3:\"zip\";s:27:\"packs/portfolio-welcome.zip\";s:3:\"uid\";s:32:\"97336b8785e4a7b27facaf1547e0464d\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:305;a:25:{s:2:\"id\";s:3:\"321\";s:5:\"title\";s:15:\"Portfolio About\";s:5:\"alias\";s:15:\"portfolio-about\";s:3:\"zip\";s:25:\"packs/portfolio-about.zip\";s:3:\"uid\";s:32:\"5d3a4724fd453de5313ceb6696c1db62\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:306;a:25:{s:2:\"id\";s:3:\"322\";s:5:\"title\";s:21:\"Portfolio Works Title\";s:5:\"alias\";s:21:\"portfolio-works-title\";s:3:\"zip\";s:31:\"packs/portfolio-works-title.zip\";s:3:\"uid\";s:32:\"cbb5c6e875cc1f25b463fdf89cabef28\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:307;a:25:{s:2:\"id\";s:3:\"323\";s:5:\"title\";s:23:\"Portfolio Works Content\";s:5:\"alias\";s:23:\"portfolio-works-content\";s:3:\"zip\";s:33:\"packs/portfolio-works-content.zip\";s:3:\"uid\";s:32:\"5c87311128c7794ffa6ee07ea0648082\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:308;a:25:{s:2:\"id\";s:3:\"324\";s:5:\"title\";s:18:\"Portfolio Contacts\";s:5:\"alias\";s:18:\"portfolio-contacts\";s:3:\"zip\";s:28:\"packs/portfolio-contacts.zip\";s:3:\"uid\";s:32:\"bd81feffad83b69218f7e837478038e5\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:309;a:25:{s:2:\"id\";s:3:\"325\";s:5:\"title\";s:18:\"App Studio Website\";s:5:\"alias\";s:18:\"app-studio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"app-studio-website-package\";s:3:\"img\";s:31:\"packages/App_Studio_package.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:310;a:25:{s:2:\"id\";s:3:\"326\";s:5:\"title\";s:18:\"App Studio Welcome\";s:5:\"alias\";s:18:\"App-Studio-Welcome\";s:3:\"zip\";s:28:\"packs/App-Studio-Welcome.zip\";s:3:\"uid\";s:32:\"2ce0f3c54214b04e6c3a9becfd59730c\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:311;a:25:{s:2:\"id\";s:3:\"327\";s:5:\"title\";s:19:\"App Studio Services\";s:5:\"alias\";s:19:\"App-Studio-Services\";s:3:\"zip\";s:29:\"packs/App-Studio-Services.zip\";s:3:\"uid\";s:32:\"5df7776271ec69d2f9edaa6b842715a9\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:312;a:25:{s:2:\"id\";s:3:\"328\";s:5:\"title\";s:16:\"App Studio About\";s:5:\"alias\";s:16:\"App-Studio-About\";s:3:\"zip\";s:26:\"packs/App-Studio-About.zip\";s:3:\"uid\";s:32:\"af8b84dc116c629df7bd89fc69271a2e\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:313;a:25:{s:2:\"id\";s:3:\"329\";s:5:\"title\";s:19:\"App Studio Contacts\";s:5:\"alias\";s:19:\"App-Studio-Contacts\";s:3:\"zip\";s:29:\"packs/App-Studio-Contacts.zip\";s:3:\"uid\";s:32:\"afbbd2214c983d314f3215a00db9198d\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:314;a:22:{s:2:\"id\";s:3:\"330\";s:5:\"title\";s:14:\"Cube Animation\";s:5:\"alias\";s:14:\"cube-animation\";s:3:\"zip\";s:18:\"cube-animation.zip\";s:3:\"uid\";s:32:\"c03dd3cfc60479dfc6d79ddb64fa0ec5\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/cube-animation-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">A modern slider with text elements, cube animations and a striking call to action button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:315;a:25:{s:2:\"id\";s:3:\"331\";s:5:\"title\";s:13:\"Basic Website\";s:5:\"alias\";s:13:\"basic-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:21:\"basic-website-package\";s:3:\"img\";s:26:\"packages/basic_package.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:316;a:25:{s:2:\"id\";s:3:\"332\";s:5:\"title\";s:10:\"Basic Menu\";s:5:\"alias\";s:10:\"basic-menu\";s:3:\"zip\";s:20:\"packs/basic-menu.zip\";s:3:\"uid\";s:32:\"39277f53b2cb5ac644a1649b47c37270\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:317;a:25:{s:2:\"id\";s:3:\"333\";s:5:\"title\";s:12:\"Basic Header\";s:5:\"alias\";s:12:\"basic-header\";s:3:\"zip\";s:22:\"packs/basic-header.zip\";s:3:\"uid\";s:32:\"ad7a32dbccb0bdf9de64cf2adfa950a2\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:318;a:25:{s:2:\"id\";s:3:\"334\";s:5:\"title\";s:13:\"Basic Content\";s:5:\"alias\";s:13:\"basic-content\";s:3:\"zip\";s:23:\"packs/basic-content.zip\";s:3:\"uid\";s:32:\"0b12f3b183a3c8206e3a7b28d2d93108\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:319;a:25:{s:2:\"id\";s:3:\"335\";s:5:\"title\";s:14:\"Basic Carousel\";s:5:\"alias\";s:14:\"basic-carousel\";s:3:\"zip\";s:24:\"packs/basic-carousel.zip\";s:3:\"uid\";s:32:\"e4abb5c6d5cf914530575a982d3dfc14\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:320;a:25:{s:2:\"id\";s:3:\"336\";s:5:\"title\";s:13:\"Basic Callout\";s:5:\"alias\";s:13:\"basic-callout\";s:3:\"zip\";s:23:\"packs/basic-callout.zip\";s:3:\"uid\";s:32:\"2ccc208b9322f5435d0f4ff64c6d9dab\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:321;a:25:{s:2:\"id\";s:3:\"337\";s:5:\"title\";s:10:\"Basic Grid\";s:5:\"alias\";s:10:\"basic-grid\";s:3:\"zip\";s:20:\"packs/basic-grid.zip\";s:3:\"uid\";s:32:\"3cb4b41d2992eba012921b8fb7c96daa\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:322;a:25:{s:2:\"id\";s:3:\"338\";s:5:\"title\";s:17:\"Basic Video Block\";s:5:\"alias\";s:17:\"basic-video-block\";s:3:\"zip\";s:27:\"packs/basic-video-block.zip\";s:3:\"uid\";s:32:\"e7c1d42b21819741f3e72c1325dae5ed\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:323;a:25:{s:2:\"id\";s:3:\"339\";s:5:\"title\";s:12:\"Basic Footer\";s:5:\"alias\";s:12:\"basic-footer\";s:3:\"zip\";s:22:\"packs/basic-footer.zip\";s:3:\"uid\";s:32:\"ed8f6a554775ebace558af2f4f2dcbac\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:324;a:25:{s:2:\"id\";s:3:\"340\";s:5:\"title\";s:14:\"Basic Lightbox\";s:5:\"alias\";s:14:\"basic-lightbox\";s:3:\"zip\";s:24:\"packs/basic-lightbox.zip\";s:3:\"uid\";s:32:\"e4b025b300b1a8f417d04eb80113fac2\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:325;a:22:{s:2:\"id\";s:3:\"341\";s:5:\"title\";s:13:\"Nature Slider\";s:5:\"alias\";s:13:\"nature-slider\";s:3:\"zip\";s:17:\"nature-slider.zip\";s:3:\"uid\";s:32:\"eef1a4584ec1c3b8c26c305cca44e805\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/nature-explorer-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:151:\"<span class=\"ttm_content\">The Nature Explorer Slider Template uses the Distortion and Particle Effects Add-Ons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:326;a:22:{s:2:\"id\";s:3:\"342\";s:5:\"title\";s:11:\"Art Gallery\";s:5:\"alias\";s:11:\"art-gallery\";s:3:\"zip\";s:15:\"art-gallery.zip\";s:3:\"uid\";s:32:\"b8c5095ae3407337e6e5b2a8515e7d6e\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/art-gallery-slider-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern slider with large, geometric elements and interesting mask animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:327;a:25:{s:2:\"id\";s:3:\"343\";s:5:\"title\";s:20:\"Construction Company\";s:5:\"alias\";s:28:\"construction-company-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:36:\"construction-company-website-package\";s:3:\"img\";s:33:\"packages/construction_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:328;a:25:{s:2:\"id\";s:3:\"344\";s:5:\"title\";s:19:\"Construction Header\";s:5:\"alias\";s:19:\"Construction-Header\";s:3:\"zip\";s:29:\"packs/Construction-Header.zip\";s:3:\"uid\";s:32:\"5c77de774b8f5487c1276c4a7b3dc80c\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:329;a:25:{s:2:\"id\";s:3:\"345\";s:5:\"title\";s:17:\"Construction Home\";s:5:\"alias\";s:17:\"Construction-Home\";s:3:\"zip\";s:27:\"packs/Construction-Home.zip\";s:3:\"uid\";s:32:\"fcb277f0c07dad270d2a7cef4431bef8\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:330;a:25:{s:2:\"id\";s:3:\"346\";s:5:\"title\";s:21:\"Construction Projects\";s:5:\"alias\";s:21:\"Construction-Projects\";s:3:\"zip\";s:31:\"packs/Construction-Projects.zip\";s:3:\"uid\";s:32:\"0c847173c3739f79778dc2c0fc9704e4\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:331;a:25:{s:2:\"id\";s:3:\"347\";s:5:\"title\";s:20:\"Construction History\";s:5:\"alias\";s:20:\"Construction-History\";s:3:\"zip\";s:30:\"packs/Construction-History.zip\";s:3:\"uid\";s:32:\"758da120c4b6c5606692faf0aa43aac6\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:332;a:25:{s:2:\"id\";s:3:\"348\";s:5:\"title\";s:21:\"Construction Services\";s:5:\"alias\";s:21:\"Construction-Services\";s:3:\"zip\";s:31:\"packs/Construction-Services.zip\";s:3:\"uid\";s:32:\"5ad5b841c1d89e97ddbf972c8b11abd4\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:333;a:25:{s:2:\"id\";s:3:\"349\";s:5:\"title\";s:21:\"Construction Contacts\";s:5:\"alias\";s:21:\"Construction-Contacts\";s:3:\"zip\";s:31:\"packs/Construction-Contacts.zip\";s:3:\"uid\";s:32:\"b8c3c34046bb91ebb243e4da64745d37\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:334;a:22:{s:2:\"id\";s:3:\"350\";s:5:\"title\";s:22:\"Classic Cars Evolution\";s:5:\"alias\";s:22:\"Classic-Cars-Evolution\";s:3:\"zip\";s:26:\"Classic-Cars-Evolution.zip\";s:3:\"uid\";s:32:\"7061757f128fd624b0227715dab73b74\";s:3:\"img\";s:33:\"Classic-Cars-Evolution/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/classic-cars-before-after-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:156:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is a great example of our popular before & after Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:335;a:22:{s:2:\"id\";s:3:\"351\";s:5:\"title\";s:21:\"404 Error Space Theme\";s:5:\"alias\";s:21:\"404-Error-Space-Theme\";s:3:\"zip\";s:25:\"404-Error-Space-Theme.zip\";s:3:\"uid\";s:32:\"6412adc7ec025826328e40e552a14e1e\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";s:7:\"preview\";s:49:\"https://revolution.themepunch.com/404-error-page/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is the perfect way to make your error page more beautiful.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:336;a:25:{s:2:\"id\";s:3:\"352\";s:5:\"title\";s:12:\"Landing Page\";s:5:\"alias\";s:20:\"landing-page-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"landing-page-website-package\";s:3:\"img\";s:23:\"packages/lp_package.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:337;a:25:{s:2:\"id\";s:3:\"353\";s:5:\"title\";s:17:\"Landing Page Hero\";s:5:\"alias\";s:17:\"landing-page-hero\";s:3:\"zip\";s:27:\"packs/landing-page-hero.zip\";s:3:\"uid\";s:32:\"d328635caa20da7ee8a3ab687f8656ff\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:338;a:25:{s:2:\"id\";s:3:\"354\";s:5:\"title\";s:21:\"Landing Page Features\";s:5:\"alias\";s:21:\"landing-page-features\";s:3:\"zip\";s:31:\"packs/landing-page-features.zip\";s:3:\"uid\";s:32:\"6552bc72abace10918a64866d9bb79c1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:339;a:25:{s:2:\"id\";s:3:\"355\";s:5:\"title\";s:20:\"Landing Page Callout\";s:5:\"alias\";s:20:\"landing-page-callout\";s:3:\"zip\";s:30:\"packs/landing-page-callout.zip\";s:3:\"uid\";s:32:\"c5b101ea5471e7409ae7effa8d45fbcf\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:340;a:25:{s:2:\"id\";s:3:\"356\";s:5:\"title\";s:20:\"Landing Page Content\";s:5:\"alias\";s:20:\"landing-page-content\";s:3:\"zip\";s:30:\"packs/landing-page-content.zip\";s:3:\"uid\";s:32:\"34da8057a6bb3677c9adf9f18ffc6cf0\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:341;a:25:{s:2:\"id\";s:3:\"357\";s:5:\"title\";s:25:\"Landing Page Testimonials\";s:5:\"alias\";s:25:\"landing-page-testimonials\";s:3:\"zip\";s:35:\"packs/landing-page-testimonials.zip\";s:3:\"uid\";s:32:\"a83606e311cd5115422d86f04890cbf1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:342;a:25:{s:2:\"id\";s:3:\"358\";s:5:\"title\";s:27:\"Landing Page Call to Action\";s:5:\"alias\";s:27:\"landing-page-call-to-action\";s:3:\"zip\";s:37:\"packs/landing-page-call-to-action.zip\";s:3:\"uid\";s:32:\"adfb456b27fa7eb6b1415d8f80836f05\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:343;a:25:{s:2:\"id\";s:3:\"359\";s:5:\"title\";s:17:\"Landing Page Help\";s:5:\"alias\";s:17:\"landing-page-help\";s:3:\"zip\";s:27:\"packs/landing-page-help.zip\";s:3:\"uid\";s:32:\"ca502431f9b7f6249d99b02464de2dd7\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:344;a:25:{s:2:\"id\";s:3:\"360\";s:5:\"title\";s:19:\"Landing Page Footer\";s:5:\"alias\";s:19:\"landing-page-footer\";s:3:\"zip\";s:29:\"packs/landing-page-footer.zip\";s:3:\"uid\";s:32:\"2a6afc371dbd60cb117f8a0f5d09eac9\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:345;a:25:{s:2:\"id\";s:3:\"361\";s:5:\"title\";s:24:\"Landing Page Price Modal\";s:5:\"alias\";s:24:\"landing-page-price-modal\";s:3:\"zip\";s:34:\"packs/landing-page-price-modal.zip\";s:3:\"uid\";s:32:\"a6c5c0430b46dd4e6e68416964a8c54d\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:346;a:25:{s:2:\"id\";s:3:\"371\";s:5:\"title\";s:17:\"Corporate Website\";s:5:\"alias\";s:17:\"corporate-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"corporate-website-package\";s:3:\"img\";s:30:\"packages/corporate-website.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:347;a:25:{s:2:\"id\";s:3:\"372\";s:5:\"title\";s:16:\"Corporate Header\";s:5:\"alias\";s:16:\"Corporate-Header\";s:3:\"zip\";s:26:\"packs/Corporate-Header.zip\";s:3:\"uid\";s:32:\"04f868e3812a1681f00ab89580e5d1f8\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:348;a:25:{s:2:\"id\";s:3:\"373\";s:5:\"title\";s:24:\"Corporate Welcome Screen\";s:5:\"alias\";s:24:\"Corporate-Welcome-Screen\";s:3:\"zip\";s:34:\"packs/Corporate-Welcome-Screen.zip\";s:3:\"uid\";s:32:\"052afe98ef819f7ace041dbbdb749639\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:349;a:25:{s:2:\"id\";s:3:\"374\";s:5:\"title\";s:15:\"Corporate About\";s:5:\"alias\";s:15:\"Corporate-About\";s:3:\"zip\";s:25:\"packs/Corporate-About.zip\";s:3:\"uid\";s:32:\"7bf5f8f6d4cc3016cea86289cb46e5b6\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:350;a:25:{s:2:\"id\";s:3:\"375\";s:5:\"title\";s:19:\"Corporate Portfolio\";s:5:\"alias\";s:19:\"Corporate-Portfolio\";s:3:\"zip\";s:29:\"packs/Corporate-Portfolio.zip\";s:3:\"uid\";s:32:\"612c2bd784fea81392dda1644a3c3cf3\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:351;a:25:{s:2:\"id\";s:3:\"376\";s:5:\"title\";s:15:\"Corporate Chart\";s:5:\"alias\";s:15:\"Corporate-Chart\";s:3:\"zip\";s:25:\"packs/Corporate-Chart.zip\";s:3:\"uid\";s:32:\"4d27d9b3b2cfcce750e526aafb322a9f\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:352;a:25:{s:2:\"id\";s:3:\"377\";s:5:\"title\";s:14:\"Corporate News\";s:5:\"alias\";s:14:\"Corporate-News\";s:3:\"zip\";s:24:\"packs/Corporate-News.zip\";s:3:\"uid\";s:32:\"bb65ed57a0d4db795d8b738f0a92f2d7\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:353;a:25:{s:2:\"id\";s:3:\"378\";s:5:\"title\";s:16:\"Corporate Hiring\";s:5:\"alias\";s:16:\"Corporate-Hiring\";s:3:\"zip\";s:26:\"packs/Corporate-Hiring.zip\";s:3:\"uid\";s:32:\"136cf1a91604e819089eb3573a6e100a\";s:3:\"img\";s:27:\"Corporate-Hiring/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:354;a:25:{s:2:\"id\";s:3:\"379\";s:5:\"title\";s:22:\"Corporate Testimonials\";s:5:\"alias\";s:22:\"Corporate-Testimonials\";s:3:\"zip\";s:32:\"packs/Corporate-Testimonials.zip\";s:3:\"uid\";s:32:\"b17aec0afdc31e37359cfa406164463c\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:355;a:25:{s:2:\"id\";s:3:\"380\";s:5:\"title\";s:15:\"Corporate Store\";s:5:\"alias\";s:15:\"Corporate-Store\";s:3:\"zip\";s:25:\"packs/Corporate-Store.zip\";s:3:\"uid\";s:32:\"6240b14620ddc634736716e0cdfdeb31\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:356;a:25:{s:2:\"id\";s:3:\"381\";s:5:\"title\";s:17:\"Corporate Support\";s:5:\"alias\";s:17:\"Corporate-Support\";s:3:\"zip\";s:27:\"packs/Corporate-Support.zip\";s:3:\"uid\";s:32:\"9424292a78076ce68c2faf587b26cdad\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:357;a:25:{s:2:\"id\";s:3:\"382\";s:5:\"title\";s:14:\"Corporate Team\";s:5:\"alias\";s:14:\"Corporate-Team\";s:3:\"zip\";s:24:\"packs/Corporate-Team.zip\";s:3:\"uid\";s:32:\"4fafe469b5a0a2545625c3f6d7ff3b9e\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:358;a:25:{s:2:\"id\";s:3:\"383\";s:5:\"title\";s:33:\"Corporate Selected Projects Title\";s:5:\"alias\";s:33:\"Corporate-Selected-Projects-Title\";s:3:\"zip\";s:43:\"packs/Corporate-Selected-Projects-Title.zip\";s:3:\"uid\";s:32:\"0ed3c41f51e6bf404c2fe179fa8d8ceb\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:359;a:25:{s:2:\"id\";s:3:\"384\";s:5:\"title\";s:27:\"Corporate Selected Projects\";s:5:\"alias\";s:27:\"Corporate-Selected-Projects\";s:3:\"zip\";s:37:\"packs/Corporate-Selected-Projects.zip\";s:3:\"uid\";s:32:\"1096c78d5f007f3900228a4092515e2e\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:360;a:25:{s:2:\"id\";s:3:\"385\";s:5:\"title\";s:17:\"Corporate Clients\";s:5:\"alias\";s:17:\"Corporate-Clients\";s:3:\"zip\";s:27:\"packs/Corporate-Clients.zip\";s:3:\"uid\";s:32:\"60fe3a311195bf4dba3e50bd1ab98574\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"14\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:361;a:25:{s:2:\"id\";s:3:\"386\";s:5:\"title\";s:20:\"Corporate Text Block\";s:5:\"alias\";s:20:\"Corporate-Text-Block\";s:3:\"zip\";s:30:\"packs/Corporate-Text-Block.zip\";s:3:\"uid\";s:32:\"93b68bb23d65fd1028b6b5f6d19b85b5\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"15\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:362;a:25:{s:2:\"id\";s:3:\"387\";s:5:\"title\";s:20:\"Corporate Mobile App\";s:5:\"alias\";s:20:\"Corporate-Mobile-App\";s:3:\"zip\";s:30:\"packs/Corporate-Mobile-App.zip\";s:3:\"uid\";s:32:\"e592369d233bea673403daa15c6e498a\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"16\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:363;a:25:{s:2:\"id\";s:3:\"388\";s:5:\"title\";s:18:\"Corporate Contacts\";s:5:\"alias\";s:18:\"Corporate-Contacts\";s:3:\"zip\";s:28:\"packs/Corporate-Contacts.zip\";s:3:\"uid\";s:32:\"91ae9488b54b7020f8ae9dfbfd6c563a\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"17\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:364;a:25:{s:2:\"id\";s:3:\"389\";s:5:\"title\";s:16:\"Corporate Footer\";s:5:\"alias\";s:16:\"Corporate-Footer\";s:3:\"zip\";s:26:\"packs/Corporate-Footer.zip\";s:3:\"uid\";s:32:\"a01df90af203f06194c1a18745d79861\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"18\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:365;a:25:{s:2:\"id\";s:3:\"390\";s:5:\"title\";s:23:\"Corporate Scroll To Top\";s:5:\"alias\";s:23:\"Corporate-Scroll-To-Top\";s:3:\"zip\";s:33:\"packs/Corporate-Scroll-To-Top.zip\";s:3:\"uid\";s:32:\"2d68f6e4590a9a445e6eb055dfee88ba\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"19\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:366;a:25:{s:2:\"id\";s:3:\"402\";s:5:\"title\";s:23:\"Brutal Website Template\";s:5:\"alias\";s:23:\"brutal-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"brutal-website-template-package\";s:3:\"img\";s:36:\"packages/brutal-website-template.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:367;a:25:{s:2:\"id\";s:3:\"403\";s:5:\"title\";s:11:\"Brutal Menu\";s:5:\"alias\";s:11:\"brutal-menu\";s:3:\"zip\";s:21:\"packs/brutal-menu.zip\";s:3:\"uid\";s:32:\"04b21c7aee2479793336e964230d6e3f\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:368;a:25:{s:2:\"id\";s:3:\"404\";s:5:\"title\";s:11:\"Brutal Hero\";s:5:\"alias\";s:11:\"brutal-hero\";s:3:\"zip\";s:21:\"packs/brutal-hero.zip\";s:3:\"uid\";s:32:\"a342ad01054b97bac7980fdf9e275b34\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:369;a:25:{s:2:\"id\";s:3:\"405\";s:5:\"title\";s:12:\"Brutal About\";s:5:\"alias\";s:12:\"brutal-about\";s:3:\"zip\";s:22:\"packs/brutal-about.zip\";s:3:\"uid\";s:32:\"a3e1cd2e36c9a783c1932fdafe2e4434\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:370;a:25:{s:2:\"id\";s:3:\"406\";s:5:\"title\";s:16:\"Brutal Highlight\";s:5:\"alias\";s:16:\"brutal-highlight\";s:3:\"zip\";s:26:\"packs/brutal-highlight.zip\";s:3:\"uid\";s:32:\"b7f8522dcb4636467633bd3b14f4e3e9\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:371;a:25:{s:2:\"id\";s:3:\"407\";s:5:\"title\";s:15:\"Brutal Projects\";s:5:\"alias\";s:15:\"brutal-projects\";s:3:\"zip\";s:25:\"packs/brutal-projects.zip\";s:3:\"uid\";s:32:\"1a462e91373042193ca5d623dd8e8a47\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:372;a:25:{s:2:\"id\";s:3:\"408\";s:5:\"title\";s:15:\"Brutal Services\";s:5:\"alias\";s:15:\"brutal-services\";s:3:\"zip\";s:25:\"packs/brutal-services.zip\";s:3:\"uid\";s:32:\"cbeeb1e7a5c2842b155fe13acb7c165d\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:373;a:25:{s:2:\"id\";s:3:\"409\";s:5:\"title\";s:14:\"Brutal Callout\";s:5:\"alias\";s:14:\"brutal-callout\";s:3:\"zip\";s:24:\"packs/brutal-callout.zip\";s:3:\"uid\";s:32:\"31b6dafdb2dfb548152653e60df5a3bc\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:374;a:25:{s:2:\"id\";s:3:\"410\";s:5:\"title\";s:13:\"Brutal Footer\";s:5:\"alias\";s:13:\"brutal-footer\";s:3:\"zip\";s:23:\"packs/brutal-footer.zip\";s:3:\"uid\";s:32:\"07559f0c574e3dd95b2d40d72cbb01bc\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:375;a:25:{s:2:\"id\";s:3:\"411\";s:5:\"title\";s:23:\"Church Website Template\";s:5:\"alias\";s:23:\"church-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"church-website-template-package\";s:3:\"img\";s:36:\"packages/church-website-template.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:376;a:25:{s:2:\"id\";s:3:\"412\";s:5:\"title\";s:13:\"Church Header\";s:5:\"alias\";s:13:\"Church-Header\";s:3:\"zip\";s:23:\"packs/Church-Header.zip\";s:3:\"uid\";s:32:\"c14289117e1e2b9ee716fb99146b2e03\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:377;a:25:{s:2:\"id\";s:3:\"413\";s:5:\"title\";s:22:\"Church Upcoming Events\";s:5:\"alias\";s:22:\"Church-Upcoming-Events\";s:3:\"zip\";s:32:\"packs/Church-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"056a26efddae92973fee4ee5cfa75f10\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:378;a:25:{s:2:\"id\";s:3:\"414\";s:5:\"title\";s:12:\"Church About\";s:5:\"alias\";s:12:\"Church-About\";s:3:\"zip\";s:22:\"packs/Church-About.zip\";s:3:\"uid\";s:32:\"8ef133f3f669f06380334a83e27eedbb\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:379;a:25:{s:2:\"id\";s:3:\"415\";s:5:\"title\";s:14:\"Church Pastors\";s:5:\"alias\";s:14:\"Church-Pastors\";s:3:\"zip\";s:24:\"packs/Church-Pastors.zip\";s:3:\"uid\";s:32:\"715edc0833a753b72350b8c974f86f94\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:380;a:25:{s:2:\"id\";s:3:\"416\";s:5:\"title\";s:20:\"Church Photo Gallery\";s:5:\"alias\";s:20:\"Church-Photo-Gallery\";s:3:\"zip\";s:30:\"packs/Church-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"d94808a97149cd5d3b3354a28409ffd7\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:381;a:25:{s:2:\"id\";s:3:\"417\";s:5:\"title\";s:16:\"Church Community\";s:5:\"alias\";s:16:\"Church-Community\";s:3:\"zip\";s:26:\"packs/Church-Community.zip\";s:3:\"uid\";s:32:\"2244e6a6d7a691653eae2d70765130a7\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:382;a:25:{s:2:\"id\";s:3:\"418\";s:5:\"title\";s:13:\"Church Sermon\";s:5:\"alias\";s:13:\"Church-Sermon\";s:3:\"zip\";s:23:\"packs/Church-Sermon.zip\";s:3:\"uid\";s:32:\"8fedf983bd55fff0f7a16d9f0a7e5408\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:383;a:25:{s:2:\"id\";s:3:\"419\";s:5:\"title\";s:15:\"Church Contacts\";s:5:\"alias\";s:15:\"Church-Contacts\";s:3:\"zip\";s:25:\"packs/Church-Contacts.zip\";s:3:\"uid\";s:32:\"0b1a6968e75868548fd98e435625c090\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:384;a:25:{s:2:\"id\";s:3:\"420\";s:5:\"title\";s:13:\"Church Footer\";s:5:\"alias\";s:13:\"Church-Footer\";s:3:\"zip\";s:23:\"packs/Church-Footer.zip\";s:3:\"uid\";s:32:\"29756685d3dc49e42edada43e6393b7b\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:385;a:25:{s:2:\"id\";s:3:\"421\";s:5:\"title\";s:29:\"Church Light Website Template\";s:5:\"alias\";s:29:\"church-light-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"church-light-website-template-package\";s:3:\"img\";s:42:\"packages/church-light-website-template.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:386;a:25:{s:2:\"id\";s:3:\"422\";s:5:\"title\";s:19:\"Church Light Header\";s:5:\"alias\";s:19:\"Church-Light-Header\";s:3:\"zip\";s:29:\"packs/Church-Light-Header.zip\";s:3:\"uid\";s:32:\"81c00f4b52cf55214de919e3f13121fc\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:387;a:25:{s:2:\"id\";s:3:\"423\";s:5:\"title\";s:28:\"Church Light Upcoming Events\";s:5:\"alias\";s:28:\"Church-Light-Upcoming-Events\";s:3:\"zip\";s:38:\"packs/Church-Light-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"963a49f4be0557ac5f3ee61d256f5bda\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:388;a:25:{s:2:\"id\";s:3:\"424\";s:5:\"title\";s:18:\"Church Light About\";s:5:\"alias\";s:18:\"Church-Light-About\";s:3:\"zip\";s:28:\"packs/Church-Light-About.zip\";s:3:\"uid\";s:32:\"d46c8e8e6f80e6bfedb54f1cdc49e7e6\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:389;a:25:{s:2:\"id\";s:3:\"425\";s:5:\"title\";s:20:\"Church Light Pastors\";s:5:\"alias\";s:20:\"Church-Light-Pastors\";s:3:\"zip\";s:30:\"packs/Church-Light-Pastors.zip\";s:3:\"uid\";s:32:\"7cc3dec61556e2291d6f38c1ea5e983f\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:390;a:25:{s:2:\"id\";s:3:\"426\";s:5:\"title\";s:26:\"Church Light Photo Gallery\";s:5:\"alias\";s:26:\"Church-Light-Photo-Gallery\";s:3:\"zip\";s:36:\"packs/Church-Light-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"9e13100179b9b700b005693eeca57902\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:391;a:25:{s:2:\"id\";s:3:\"427\";s:5:\"title\";s:22:\"Church Light Community\";s:5:\"alias\";s:22:\"Church-Light-Community\";s:3:\"zip\";s:32:\"packs/Church-Light-Community.zip\";s:3:\"uid\";s:32:\"14fcc0d43d899fd96116bdbc57c7c5ea\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:392;a:25:{s:2:\"id\";s:3:\"428\";s:5:\"title\";s:19:\"Church Light Sermon\";s:5:\"alias\";s:19:\"Church-Light-Sermon\";s:3:\"zip\";s:29:\"packs/Church-Light-Sermon.zip\";s:3:\"uid\";s:32:\"fc30be7e703bc7b235665c36baa80e4e\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:393;a:25:{s:2:\"id\";s:3:\"429\";s:5:\"title\";s:21:\"Church Light Contacts\";s:5:\"alias\";s:21:\"Church-Light-Contacts\";s:3:\"zip\";s:31:\"packs/Church-Light-Contacts.zip\";s:3:\"uid\";s:32:\"ed83d8fa63ecb59cf42656068ecf8d25\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:394;a:25:{s:2:\"id\";s:3:\"430\";s:5:\"title\";s:19:\"Church Light Footer\";s:5:\"alias\";s:19:\"Church-Light-Footer\";s:3:\"zip\";s:29:\"packs/Church-Light-Footer.zip\";s:3:\"uid\";s:32:\"a168772865fd5dcf6229c9c6a49dff73\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:395;a:25:{s:2:\"id\";s:3:\"431\";s:5:\"title\";s:25:\"Rockable Website Template\";s:5:\"alias\";s:25:\"rockable-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:33:\"rockable-website-template-package\";s:3:\"img\";s:38:\"packages/rockable-website-template.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:396;a:25:{s:2:\"id\";s:3:\"432\";s:5:\"title\";s:13:\"Rockable Menu\";s:5:\"alias\";s:13:\"rockable-menu\";s:3:\"zip\";s:23:\"packs/rockable-menu.zip\";s:3:\"uid\";s:32:\"92d18f7ff38f22ff411a4ef4d9f54934\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:397;a:25:{s:2:\"id\";s:3:\"433\";s:5:\"title\";s:13:\"Rockable Hero\";s:5:\"alias\";s:13:\"rockable-hero\";s:3:\"zip\";s:23:\"packs/rockable-hero.zip\";s:3:\"uid\";s:32:\"ba16b28d6bde95910cbce572bb251208\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:398;a:25:{s:2:\"id\";s:3:\"434\";s:5:\"title\";s:15:\"Rockable Lineup\";s:5:\"alias\";s:15:\"rockable-lineup\";s:3:\"zip\";s:25:\"packs/rockable-lineup.zip\";s:3:\"uid\";s:32:\"6631980112805533a0d328c37e56adbd\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:399;a:25:{s:2:\"id\";s:3:\"435\";s:5:\"title\";s:17:\"Rockable Lineup 2\";s:5:\"alias\";s:17:\"rockable-lineup-2\";s:3:\"zip\";s:27:\"packs/rockable-lineup-2.zip\";s:3:\"uid\";s:32:\"98bc41d982dc478edabff4aa99461dbc\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:400;a:25:{s:2:\"id\";s:3:\"436\";s:5:\"title\";s:22:\"Rockable Gallery Title\";s:5:\"alias\";s:22:\"rockable-gallery-title\";s:3:\"zip\";s:32:\"packs/rockable-gallery-title.zip\";s:3:\"uid\";s:32:\"da43a76f5bc77aa6efe158b00ab7cf0d\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:401;a:25:{s:2:\"id\";s:3:\"437\";s:5:\"title\";s:16:\"Rockable Gallery\";s:5:\"alias\";s:16:\"rockable-gallery\";s:3:\"zip\";s:26:\"packs/rockable-gallery.zip\";s:3:\"uid\";s:32:\"c12a144d6860bcf24e91d5b980ac22f1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:402;a:25:{s:2:\"id\";s:3:\"438\";s:5:\"title\";s:17:\"Rockable Sponsors\";s:5:\"alias\";s:17:\"rockable-sponsors\";s:3:\"zip\";s:27:\"packs/rockable-sponsors.zip\";s:3:\"uid\";s:32:\"1e40d4a810c23f8d5fe5cd5ca31ee20d\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:403;a:25:{s:2:\"id\";s:3:\"439\";s:5:\"title\";s:15:\"Rockable Footer\";s:5:\"alias\";s:15:\"rockable-footer\";s:3:\"zip\";s:25:\"packs/rockable-footer.zip\";s:3:\"uid\";s:32:\"a4a9952d5e56fc14366155e8ebfa432a\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:404;a:25:{s:2:\"id\";s:3:\"440\";s:5:\"title\";s:21:\"Rockable Detail Modal\";s:5:\"alias\";s:21:\"rockable-detail-modal\";s:3:\"zip\";s:31:\"packs/rockable-detail-modal.zip\";s:3:\"uid\";s:32:\"b51d918203ff7975a144a9f1be09f31b\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:405;a:25:{s:2:\"id\";s:3:\"441\";s:5:\"title\";s:23:\"Rockable Detail Modal 2\";s:5:\"alias\";s:23:\"rockable-detail-modal-2\";s:3:\"zip\";s:33:\"packs/rockable-detail-modal-2.zip\";s:3:\"uid\";s:32:\"dcf51ebb3d4a1dec94748a1e016c5ef7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:406;a:22:{s:2:\"id\";s:3:\"442\";s:5:\"title\";s:27:\"Real Estate Showcase Slider\";s:5:\"alias\";s:27:\"real-estate-showcase-slider\";s:3:\"zip\";s:31:\"Real-Estate-Showcase-Slider.zip\";s:3:\"uid\";s:32:\"486b2bbe296722e70421731e3c05711b\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/real-estate-showcase-slider/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:152:\"<span class=\"ttm_content\">An elegant showcase for your real estate & realtor website. Flexible and customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:407;a:22:{s:2:\"id\";s:3:\"443\";s:5:\"title\";s:16:\"Isometric Slider\";s:5:\"alias\";s:16:\"isometric-slider\";s:3:\"zip\";s:20:\"isometric-slider.zip\";s:3:\"uid\";s:32:\"fb06051fcf6649a44f2292044e414a36\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/isometric-slider/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:154:\"<span class=\"ttm_content\">A colorful, isometric slider template with fully customizable colors and screen content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:408;a:25:{s:2:\"id\";s:3:\"444\";s:5:\"title\";s:26:\"Woo Commerce Slider Static\";s:5:\"alias\";s:26:\"woo-commerce-slider-static\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"woo-commerce-slider-static\";s:3:\"img\";s:39:\"packages/woo-commerce-slider-static.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:7:\"website\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:409;a:25:{s:2:\"id\";s:3:\"445\";s:5:\"title\";s:17:\"E-Commerce Slider\";s:5:\"alias\";s:17:\"E-Commerce-Slider\";s:3:\"zip\";s:27:\"packs/E-Commerce-Slider.zip\";s:3:\"uid\";s:32:\"1533cfd83c2ae122f23074e1ed77f256\";s:3:\"img\";s:28:\"E-Commerce-Slider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:4:\"hero\";i:1;s:7:\"website\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:410;a:25:{s:2:\"id\";s:3:\"446\";s:5:\"title\";s:23:\"E-Commerce Slider Modal\";s:5:\"alias\";s:23:\"E-Commerce-Slider-Modal\";s:3:\"zip\";s:33:\"packs/E-Commerce-Slider-Modal.zip\";s:3:\"uid\";s:32:\"825e05c3967515b92a75da017c68a863\";s:3:\"img\";s:34:\"E-Commerce-Slider-Modal/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:4:\"hero\";i:1;s:7:\"website\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:411;a:22:{s:2:\"id\";s:3:\"447\";s:5:\"title\";s:27:\"Woo Commerce Slider Dynamic\";s:5:\"alias\";s:27:\"Woo-Commerce-Slider-Dynamic\";s:3:\"zip\";s:31:\"Woo-Commerce-Slider-Dynamic.zip\";s:3:\"uid\";s:32:\"b8e2c64f3739e552c563c48c59f20fe7\";s:3:\"img\";s:38:\"Woo-Commerce-Slider-Dynamic/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the dynamic version that uses Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:412;a:25:{s:2:\"id\";s:3:\"448\";s:5:\"title\";s:31:\"Blooming Event Florist Template\";s:5:\"alias\";s:31:\"blooming-event-florist-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:39:\"blooming-event-florist-template-package\";s:3:\"img\";s:52:\"packages/blooming-event-florist-template-package.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:413;a:25:{s:2:\"id\";s:3:\"449\";s:5:\"title\";s:15:\"Blooming Header\";s:5:\"alias\";s:15:\"blooming-header\";s:3:\"zip\";s:25:\"packs/blooming-header.zip\";s:3:\"uid\";s:32:\"aa2ee34fd8ed018945ba64e6913810e4\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:414;a:25:{s:2:\"id\";s:3:\"450\";s:5:\"title\";s:14:\"Blooming About\";s:5:\"alias\";s:14:\"blooming-about\";s:3:\"zip\";s:24:\"packs/blooming-about.zip\";s:3:\"uid\";s:32:\"dd7095e46fab2eb475d00480fd17a6ec\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:415;a:25:{s:2:\"id\";s:3:\"451\";s:5:\"title\";s:18:\"Blooming Portfolio\";s:5:\"alias\";s:18:\"blooming-portfolio\";s:3:\"zip\";s:28:\"packs/blooming-portfolio.zip\";s:3:\"uid\";s:32:\"c72ddcbb07b62982b8c21328a6383e22\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:416;a:25:{s:2:\"id\";s:3:\"452\";s:5:\"title\";s:22:\"Blooming Wedding Title\";s:5:\"alias\";s:22:\"blooming-wedding-title\";s:3:\"zip\";s:32:\"packs/blooming-wedding-title.zip\";s:3:\"uid\";s:32:\"4fcfb0b99289c12d014c67306bb7687b\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:417;a:25:{s:2:\"id\";s:3:\"453\";s:5:\"title\";s:25:\"Blooming Wedding Carousel\";s:5:\"alias\";s:25:\"blooming-wedding-carousel\";s:3:\"zip\";s:35:\"packs/blooming-wedding-carousel.zip\";s:3:\"uid\";s:32:\"1d1bb979dbfca8ba9d43da1c0f665339\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:418;a:25:{s:2:\"id\";s:3:\"454\";s:5:\"title\";s:21:\"Blooming Wedding Text\";s:5:\"alias\";s:21:\"blooming-wedding-text\";s:3:\"zip\";s:31:\"packs/blooming-wedding-text.zip\";s:3:\"uid\";s:32:\"326f2793294a739dd3aac3cc45332df8\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:419;a:25:{s:2:\"id\";s:3:\"455\";s:5:\"title\";s:22:\"Blooming Parties Title\";s:5:\"alias\";s:22:\"blooming-parties-title\";s:3:\"zip\";s:32:\"packs/blooming-parties-title.zip\";s:3:\"uid\";s:32:\"b47aae1b368d3c3d9017f260e6c6a547\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:420;a:25:{s:2:\"id\";s:3:\"456\";s:5:\"title\";s:25:\"Blooming Parties Carousel\";s:5:\"alias\";s:25:\"blooming-parties-carousel\";s:3:\"zip\";s:35:\"packs/blooming-parties-carousel.zip\";s:3:\"uid\";s:32:\"9f90a9da7b017aeee7f3b608cda066e6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:421;a:25:{s:2:\"id\";s:3:\"457\";s:5:\"title\";s:21:\"Blooming Parties Text\";s:5:\"alias\";s:21:\"blooming-parties-text\";s:3:\"zip\";s:31:\"packs/blooming-parties-text.zip\";s:3:\"uid\";s:32:\"66a47346cc639b8b9b9b5dfa1521b6ef\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:422;a:25:{s:2:\"id\";s:3:\"458\";s:5:\"title\";s:22:\"Blooming Funeral Title\";s:5:\"alias\";s:22:\"blooming-funeral-title\";s:3:\"zip\";s:32:\"packs/blooming-funeral-title.zip\";s:3:\"uid\";s:32:\"e9e77134472c33c56be442073f29d1fd\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:423;a:25:{s:2:\"id\";s:3:\"459\";s:5:\"title\";s:23:\"Blooming Funeral Slider\";s:5:\"alias\";s:23:\"blooming-funeral-slider\";s:3:\"zip\";s:33:\"packs/blooming-funeral-slider.zip\";s:3:\"uid\";s:32:\"d15090841c25c7c8f0e1b0987c0c0887\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:424;a:25:{s:2:\"id\";s:3:\"460\";s:5:\"title\";s:21:\"Blooming Funeral Text\";s:5:\"alias\";s:21:\"blooming-funeral-text\";s:3:\"zip\";s:31:\"packs/blooming-funeral-text.zip\";s:3:\"uid\";s:32:\"d7c80e246f31e3d2f4e5dc1656f133cc\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:425;a:25:{s:2:\"id\";s:3:\"461\";s:5:\"title\";s:16:\"Blooming Contact\";s:5:\"alias\";s:16:\"blooming-contact\";s:3:\"zip\";s:26:\"packs/blooming-contact.zip\";s:3:\"uid\";s:32:\"54280182bca86443e2648b3146f41e47\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:426;a:22:{s:2:\"id\";s:3:\"462\";s:5:\"title\";s:13:\"Particle Hero\";s:5:\"alias\";s:13:\"particle-hero\";s:3:\"zip\";s:17:\"particle-hero.zip\";s:3:\"uid\";s:32:\"3f422f4807bf9ef4cb15dade515dad00\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide6\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:120:\"<span class=\"ttm_content\">A Hero header module using the Particle Effect Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:427;a:22:{s:2:\"id\";s:3:\"463\";s:5:\"title\";s:17:\"Bubble Morph Hero\";s:5:\"alias\";s:17:\"bubble-morph-hero\";s:3:\"zip\";s:21:\"bubble-morph-hero.zip\";s:3:\"uid\";s:32:\"b47e6bcc1ae80393ff3f7388ed3b9f8f\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide5\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A Hero header module using the Bubble Morph Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:428;a:22:{s:2:\"id\";s:3:\"464\";s:5:\"title\";s:13:\"Parallax Hero\";s:5:\"alias\";s:13:\"parallax-hero\";s:3:\"zip\";s:17:\"parallax-hero.zip\";s:3:\"uid\";s:32:\"290e86534326ee118e96ae7ce0538fa2\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide4\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A parallax hero module with mouse move interaction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:429;a:22:{s:2:\"id\";s:3:\"465\";s:5:\"title\";s:10:\"Video Hero\";s:5:\"alias\";s:10:\"video-hero\";s:3:\"zip\";s:14:\"video-hero.zip\";s:3:\"uid\";s:32:\"f9e280015d3408bb0482e13fe753da8f\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:111:\"<span class=\"ttm_content\">A simple Hero header module with HTML5 video.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:430;a:22:{s:2:\"id\";s:3:\"466\";s:5:\"title\";s:14:\"Ken Burns Hero\";s:5:\"alias\";s:14:\"ken-burns-hero\";s:3:\"zip\";s:18:\"ken-burns-hero.zip\";s:3:\"uid\";s:32:\"d5f89e5f5b3991b995e2bfeb50cfe9f8\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:142:\"<span class=\"ttm_content\">A simple image background hero header module with a subtle Ken Burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:431;a:22:{s:2:\"id\";s:3:\"467\";s:5:\"title\";s:21:\"Basic Hero Collection\";s:5:\"alias\";s:21:\"basic-hero-collection\";s:3:\"zip\";s:25:\"basic-hero-collection.zip\";s:3:\"uid\";s:32:\"ff625c65e8aab4689fa56d5652279d51\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-hero-image-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A collection of WordPress Hero Headers with image, video, particles, parallax and more!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:348:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:432;a:22:{s:2:\"id\";s:3:\"468\";s:5:\"title\";s:19:\"Launching Very Soon\";s:5:\"alias\";s:19:\"launching-very-soon\";s:3:\"zip\";s:23:\"launching-very-soon.zip\";s:3:\"uid\";s:32:\"2da45cf2d9bec07e7183b3f7777986b9\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/launching-soon-countdown/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:166:\"<span class=\"ttm_content\">Rocket BOOST! A beautifully animated launching soon countdown module using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:433;a:22:{s:2:\"id\";s:3:\"469\";s:5:\"title\";s:18:\"Under Construction\";s:5:\"alias\";s:18:\"Under-Construction\";s:3:\"zip\";s:22:\"Under-Construction.zip\";s:3:\"uid\";s:32:\"4b12f9a82a5b48d45a707df93406eb5b\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/under-construction/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You will love this animated under construction landing page using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:434;a:22:{s:2:\"id\";s:3:\"470\";s:5:\"title\";s:15:\"Particle Effect\";s:5:\"alias\";s:15:\"Particle-Effect\";s:3:\"zip\";s:19:\"Particle-Effect.zip\";s:3:\"uid\";s:32:\"66cf4e514e83a6984903694fd587edb6\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/snow-particle-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\"<span class=\"ttm_content\">Get into a winter mood with our Snow Particle Scene for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:435;a:22:{s:2:\"id\";s:3:\"471\";s:5:\"title\";s:17:\"Particle Effect 2\";s:5:\"alias\";s:17:\"Particle-Effect-2\";s:3:\"zip\";s:21:\"Particle-Effect-2.zip\";s:3:\"uid\";s:32:\"303337c29a97a816ccecca7e5f0b5e20\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/cyber-particle-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">Amaze your website visitors with the cyber particle effect for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:436;a:25:{s:2:\"id\";s:3:\"472\";s:5:\"title\";s:22:\"Stark Website Template\";s:5:\"alias\";s:22:\"stark-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"stark-website-template-package\";s:3:\"img\";s:43:\"packages/stark-website-template-package.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:437;a:25:{s:2:\"id\";s:3:\"473\";s:5:\"title\";s:10:\"Stark Menu\";s:5:\"alias\";s:10:\"stark-menu\";s:3:\"zip\";s:20:\"packs/stark-menu.zip\";s:3:\"uid\";s:32:\"bb31150df180e784d76a1f5ea306bf05\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:87:\"offset=\"t:0px,0px,0px,0px;b:0px,0px,0px,0px;l:140px,70px,0px,0px;r:140px,70px,0px,0px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:438;a:25:{s:2:\"id\";s:3:\"474\";s:5:\"title\";s:12:\"Stark Header\";s:5:\"alias\";s:12:\"stark-header\";s:3:\"zip\";s:22:\"packs/stark-header.zip\";s:3:\"uid\";s:32:\"62bfca01bf6e33cfad81d8df06498299\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:93:\"offset=\"t:40px,30px,20px,10px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:439;a:25:{s:2:\"id\";s:3:\"475\";s:5:\"title\";s:13:\"Stark Content\";s:5:\"alias\";s:13:\"stark-content\";s:3:\"zip\";s:23:\"packs/stark-content.zip\";s:3:\"uid\";s:32:\"4577ca760133eb5d894c46f212f6eefb\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"6\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:440;a:25:{s:2:\"id\";s:3:\"476\";s:5:\"title\";s:14:\"Stark Carousel\";s:5:\"alias\";s:14:\"stark-carousel\";s:3:\"zip\";s:24:\"packs/stark-carousel.zip\";s:3:\"uid\";s:32:\"de63336d333eeff10eccfd5d9741e6c9\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"1\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:441;a:25:{s:2:\"id\";s:3:\"477\";s:5:\"title\";s:15:\"Stark Portfolio\";s:5:\"alias\";s:15:\"stark-portfolio\";s:3:\"zip\";s:25:\"packs/stark-portfolio.zip\";s:3:\"uid\";s:32:\"99fcf3df65f8471fe30bec1bf0c2350d\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"5\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:442;a:25:{s:2:\"id\";s:3:\"478\";s:5:\"title\";s:22:\"Stark Portfolio Detail\";s:5:\"alias\";s:22:\"stark-portfolio-detail\";s:3:\"zip\";s:32:\"packs/stark-portfolio-detail.zip\";s:3:\"uid\";s:32:\"7484fc54f81daec07c93e992216310ce\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:443;a:25:{s:2:\"id\";s:3:\"479\";s:5:\"title\";s:13:\"Stark Contact\";s:5:\"alias\";s:13:\"stark-contact\";s:3:\"zip\";s:23:\"packs/stark-contact.zip\";s:3:\"uid\";s:32:\"8d704226b7093123a9d9faf424da6c35\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"2\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:444;a:25:{s:2:\"id\";s:3:\"480\";s:5:\"title\";s:12:\"Stark Footer\";s:5:\"alias\";s:12:\"stark-footer\";s:3:\"zip\";s:22:\"packs/stark-footer.zip\";s:3:\"uid\";s:32:\"e7132dc158e7dcdb4ef5b3a1aa00208a\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:114:\"offset=\"t:-50px,-30px,-30px,-20px;b:40px,30px,20px,20px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"3\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:445;a:25:{s:2:\"id\";s:3:\"481\";s:5:\"title\";s:16:\"Stark Newsletter\";s:5:\"alias\";s:16:\"stark-newsletter\";s:3:\"zip\";s:26:\"packs/stark-newsletter.zip\";s:3:\"uid\";s:32:\"bb76ddd68dbe6bda5ece7e4227a51413\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:33:\"usage=\"modal\" modal=\"s:#contact;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:446;a:22:{s:2:\"id\";s:3:\"482\";s:5:\"title\";s:15:\"Big Summer Sale\";s:5:\"alias\";s:15:\"big-summer-sale\";s:3:\"zip\";s:19:\"big-summer-sale.zip\";s:3:\"uid\";s:32:\"a6779fa7109763209d234f9cf2e766c6\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/big-summer-sale-shop-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">The Big Summer Sale Shop Slider is a beautiful eye catcher for your e-commerce website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:447;a:22:{s:2:\"id\";s:3:\"483\";s:5:\"title\";s:18:\"Traveller Carousel\";s:5:\"alias\";s:18:\"traveller-carousel\";s:3:\"zip\";s:22:\"traveller-carousel.zip\";s:3:\"uid\";s:32:\"185344ed6236bea2906a79035d1d5702\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/travel-blog-carousel/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A travel blog carousel with interesting parallax and ken burns effects!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:263:\"<span class=\"ttm_content\">Note that the content visible on all slides can be edited on the \"global layers\" slide.<br/>Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:448;a:22:{s:2:\"id\";s:3:\"484\";s:5:\"title\";s:16:\"Project Carousel\";s:5:\"alias\";s:16:\"project-carousel\";s:3:\"zip\";s:20:\"project-carousel.zip\";s:3:\"uid\";s:32:\"49c85ad406da943bdd25f08fd6496748\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/project-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A project carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:449;a:22:{s:2:\"id\";s:3:\"485\";s:5:\"title\";s:13:\"News Carousel\";s:5:\"alias\";s:13:\"news-carousel\";s:3:\"zip\";s:17:\"news-carousel.zip\";s:3:\"uid\";s:32:\"76f5b939150092a30038f161084140ae\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/news-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A news carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:450;a:25:{s:2:\"id\";s:3:\"486\";s:5:\"title\";s:29:\"Story Blocks Website Template\";s:5:\"alias\";s:29:\"story-blocks-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"story-blocks-website-template-package\";s:3:\"img\";s:50:\"packages/story-blocks-website-template-package.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:451;a:25:{s:2:\"id\";s:3:\"487\";s:5:\"title\";s:10:\"Story Menu\";s:5:\"alias\";s:10:\"story-menu\";s:3:\"zip\";s:20:\"packs/story-menu.zip\";s:3:\"uid\";s:32:\"1f2f7cd91480f15cff8e7100f788c650\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:452;a:25:{s:2:\"id\";s:3:\"488\";s:5:\"title\";s:12:\"Story Header\";s:5:\"alias\";s:12:\"story-header\";s:3:\"zip\";s:22:\"packs/story-header.zip\";s:3:\"uid\";s:32:\"e1a5ad5018a24ccdc71c2863edfe775e\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:453;a:25:{s:2:\"id\";s:3:\"489\";s:5:\"title\";s:13:\"Story Block 1\";s:5:\"alias\";s:13:\"story-block-1\";s:3:\"zip\";s:23:\"packs/story-block-1.zip\";s:3:\"uid\";s:32:\"2a9fee97dcf477e36d048af8a902f47a\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:454;a:25:{s:2:\"id\";s:3:\"490\";s:5:\"title\";s:15:\"Story Content 1\";s:5:\"alias\";s:15:\"story-content-1\";s:3:\"zip\";s:25:\"packs/story-content-1.zip\";s:3:\"uid\";s:32:\"6773614bbce543b83a0d2b2ad8facc96\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:455;a:25:{s:2:\"id\";s:3:\"491\";s:5:\"title\";s:13:\"Story Block 2\";s:5:\"alias\";s:13:\"story-block-2\";s:3:\"zip\";s:23:\"packs/story-block-2.zip\";s:3:\"uid\";s:32:\"2e708e3cebab57ca20b228ffba426ce7\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:456;a:25:{s:2:\"id\";s:3:\"492\";s:5:\"title\";s:13:\"Story Block 3\";s:5:\"alias\";s:13:\"story-block-3\";s:3:\"zip\";s:23:\"packs/story-block-3.zip\";s:3:\"uid\";s:32:\"7156cf069f65644faf90122dab451231\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:457;a:25:{s:2:\"id\";s:3:\"493\";s:5:\"title\";s:15:\"Story Content 2\";s:5:\"alias\";s:15:\"story-content-2\";s:3:\"zip\";s:25:\"packs/story-content-2.zip\";s:3:\"uid\";s:32:\"1223cd77d1f36d69e69ce50223e16ea7\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:458;a:25:{s:2:\"id\";s:3:\"494\";s:5:\"title\";s:13:\"Story Block 4\";s:5:\"alias\";s:13:\"story-block-4\";s:3:\"zip\";s:23:\"packs/story-block-4.zip\";s:3:\"uid\";s:32:\"85ac48e8e8231d2c38206cba4e7ebb68\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:459;a:25:{s:2:\"id\";s:3:\"495\";s:5:\"title\";s:15:\"Story Content 3\";s:5:\"alias\";s:15:\"story-content-3\";s:3:\"zip\";s:25:\"packs/story-content-3.zip\";s:3:\"uid\";s:32:\"82cac52f3ba79c0559fe0ad0cdf9d3b2\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:460;a:22:{s:2:\"id\";s:3:\"496\";s:5:\"title\";s:21:\"Animated Mini Website\";s:5:\"alias\";s:12:\"mini-website\";s:3:\"zip\";s:16:\"mini-website.zip\";s:3:\"uid\";s:32:\"cc6c0a3b0f933a88c43e2be0fa397c1c\";s:3:\"img\";s:23:\"mini-website/slide1.jpg\";s:7:\"preview\";s:56:\"https://www.sliderrevolution.com/templates/mini-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">The animated mini website template has a modern, vibrant design and can be customized easily! Get the #1 WordPress Builder with 200+ templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:461;a:22:{s:2:\"id\";s:3:\"497\";s:5:\"title\";s:18:\"Food Delivery Hero\";s:5:\"alias\";s:13:\"food-delivery\";s:3:\"zip\";s:17:\"food-delivery.zip\";s:3:\"uid\";s:32:\"992e9b22ff43227a655eea341835d04c\";s:3:\"img\";s:24:\"food-delivery/slide1.jpg\";s:7:\"preview\";s:62:\"https://www.sliderrevolution.com/templates/food-delivery-hero/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">Yummy! This hero template convinces with a changing color background, a particle effect, vibrant illustrations and smooth mouse over effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:342:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:462;a:22:{s:2:\"id\";s:3:\"498\";s:5:\"title\";s:25:\"Slider With Illustrations\";s:5:\"alias\";s:25:\"slider-with-illustrations\";s:3:\"zip\";s:29:\"slider-with-illustrations.zip\";s:3:\"uid\";s:32:\"ebc24280b669f26734c7fdd8b5683e9f\";s:3:\"img\";s:36:\"slider-with-illustrations/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/slider-with-illustrations/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">A basic slider template with easy to customize content, colorful illustrations and pleasant parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:463;a:25:{s:2:\"id\";s:3:\"499\";s:5:\"title\";s:31:\"Zen Technology Website Template\";s:5:\"alias\";s:31:\"zen-technology-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:39:\"zen-technology-website-template-package\";s:3:\"img\";s:52:\"packages/zen-technology-website-template-package.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:464;a:25:{s:2:\"id\";s:3:\"500\";s:5:\"title\";s:8:\"Zen Menu\";s:5:\"alias\";s:8:\"zen-menu\";s:3:\"zip\";s:18:\"packs/zen-menu.zip\";s:3:\"uid\";s:32:\"3b53d755058b75fa6172510dcca2f2bb\";s:3:\"img\";s:19:\"zen-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:465;a:25:{s:2:\"id\";s:3:\"501\";s:5:\"title\";s:10:\"Zen Header\";s:5:\"alias\";s:10:\"zen-header\";s:3:\"zip\";s:20:\"packs/zen-header.zip\";s:3:\"uid\";s:32:\"13d3cdde05308616fda7e2920a29e006\";s:3:\"img\";s:21:\"zen-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:466;a:25:{s:2:\"id\";s:3:\"502\";s:5:\"title\";s:9:\"Zen About\";s:5:\"alias\";s:9:\"zen-about\";s:3:\"zip\";s:19:\"packs/zen-about.zip\";s:3:\"uid\";s:32:\"d50d4f9b43e025fa99503b9a4eec6551\";s:3:\"img\";s:20:\"zen-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:467;a:25:{s:2:\"id\";s:3:\"503\";s:5:\"title\";s:12:\"Zen Features\";s:5:\"alias\";s:12:\"zen-features\";s:3:\"zip\";s:22:\"packs/zen-features.zip\";s:3:\"uid\";s:32:\"f4f7f500fae57b1b55adace13f030778\";s:3:\"img\";s:23:\"zen-features/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:468;a:25:{s:2:\"id\";s:3:\"504\";s:5:\"title\";s:9:\"Zen Video\";s:5:\"alias\";s:9:\"zen-video\";s:3:\"zip\";s:19:\"packs/zen-video.zip\";s:3:\"uid\";s:32:\"fa83df1b45b795174770b1b0155e89f3\";s:3:\"img\";s:20:\"zen-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:469;a:25:{s:2:\"id\";s:3:\"505\";s:5:\"title\";s:11:\"Zen Pricing\";s:5:\"alias\";s:11:\"zen-pricing\";s:3:\"zip\";s:21:\"packs/zen-pricing.zip\";s:3:\"uid\";s:32:\"921f8e5c156d9027f6ae8f1c5e426251\";s:3:\"img\";s:22:\"zen-pricing/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:470;a:25:{s:2:\"id\";s:3:\"506\";s:5:\"title\";s:22:\"Zen Testimonials Title\";s:5:\"alias\";s:22:\"zen-testimonials-title\";s:3:\"zip\";s:32:\"packs/zen-testimonials-title.zip\";s:3:\"uid\";s:32:\"d9aeeb596c0455ddd564a60a2d449b17\";s:3:\"img\";s:33:\"zen-testimonials-title/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:471;a:25:{s:2:\"id\";s:3:\"507\";s:5:\"title\";s:16:\"Zen Testimonials\";s:5:\"alias\";s:16:\"zen-testimonials\";s:3:\"zip\";s:26:\"packs/zen-testimonials.zip\";s:3:\"uid\";s:32:\"5a0e0141599c63828e4b99e3bc863366\";s:3:\"img\";s:27:\"zen-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:472;a:25:{s:2:\"id\";s:3:\"508\";s:5:\"title\";s:10:\"Zen Footer\";s:5:\"alias\";s:10:\"zen-footer\";s:3:\"zip\";s:20:\"packs/zen-footer.zip\";s:3:\"uid\";s:32:\"47fb8604e2aafa8cfc97f5af75fda911\";s:3:\"img\";s:21:\"zen-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:473;a:22:{s:2:\"id\";s:3:\"509\";s:5:\"title\";s:24:\"Paintbrush Effect Add-on\";s:5:\"alias\";s:17:\"Paintbrush-Effect\";s:3:\"zip\";s:21:\"Paintbrush-Effect.zip\";s:3:\"uid\";s:32:\"b934d1376df026f0ff45447de17b5ee9\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/paintbrush-effect-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:179:\"<span class=\"ttm_content\">The Paintbrush Effect Add-on is the perfect way to add some interactivity to your website with Slider Revolution.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:338:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:474;a:25:{s:2:\"id\";s:3:\"510\";s:5:\"title\";s:29:\"Photographer Website Template\";s:5:\"alias\";s:29:\"photographer-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"photographer-website-template-package\";s:3:\"img\";s:50:\"packages/photographer-website-template-package.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:475;a:25:{s:2:\"id\";s:3:\"511\";s:5:\"title\";s:19:\"Photographer Header\";s:5:\"alias\";s:19:\"Photographer-Header\";s:3:\"zip\";s:29:\"packs/Photographer-Header.zip\";s:3:\"uid\";s:32:\"22de8b3b1eeca5d0d1087791a28cc641\";s:3:\"img\";s:30:\"Photographer-Header/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:476;a:25:{s:2:\"id\";s:3:\"512\";s:5:\"title\";s:27:\"Photographer Welcome Screen\";s:5:\"alias\";s:27:\"Photographer-Welcome-Screen\";s:3:\"zip\";s:37:\"packs/Photographer-Welcome-Screen.zip\";s:3:\"uid\";s:32:\"8de63df079ad8b7c0aa7bf164bd5fd8f\";s:3:\"img\";s:38:\"Photographer-Welcome-Screen/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:477;a:25:{s:2:\"id\";s:3:\"513\";s:5:\"title\";s:21:\"Photographer Showcase\";s:5:\"alias\";s:21:\"Photographer-Showcase\";s:3:\"zip\";s:31:\"packs/Photographer-Showcase.zip\";s:3:\"uid\";s:32:\"8b2c7a1541465f77e829a9ac58926359\";s:3:\"img\";s:32:\"Photographer-Showcase/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:478;a:25:{s:2:\"id\";s:3:\"514\";s:5:\"title\";s:22:\"Photographer Portfolio\";s:5:\"alias\";s:22:\"Photographer-Portfolio\";s:3:\"zip\";s:32:\"packs/Photographer-Portfolio.zip\";s:3:\"uid\";s:32:\"ba5cc502a9505725ef169eaf4852d10f\";s:3:\"img\";s:33:\"Photographer-Portfolio/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:479;a:25:{s:2:\"id\";s:3:\"515\";s:5:\"title\";s:21:\"Photographer Contacts\";s:5:\"alias\";s:21:\"Photographer-Contacts\";s:3:\"zip\";s:31:\"packs/Photographer-Contacts.zip\";s:3:\"uid\";s:32:\"6ac142733cd260b5d5d3cdce30885074\";s:3:\"img\";s:32:\"Photographer-Contacts/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:480;a:25:{s:2:\"id\";s:3:\"516\";s:5:\"title\";s:19:\"Photographer Footer\";s:5:\"alias\";s:19:\"Photographer-Footer\";s:3:\"zip\";s:29:\"packs/Photographer-Footer.zip\";s:3:\"uid\";s:32:\"5fae568a988d072fb14b66cc2732ea46\";s:3:\"img\";s:30:\"Photographer-Footer/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:481;a:25:{s:2:\"id\";s:3:\"517\";s:5:\"title\";s:18:\"Photographer Modal\";s:5:\"alias\";s:18:\"Photographer-Modal\";s:3:\"zip\";s:28:\"packs/Photographer-Modal.zip\";s:3:\"uid\";s:32:\"e6b47a765ad19bce4726540ff7211c07\";s:3:\"img\";s:29:\"Photographer-Modal/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:482;a:22:{s:2:\"id\";s:3:\"518\";s:5:\"title\";s:25:\"Black Friday Scroll Video\";s:5:\"alias\";s:25:\"black-friday-scroll-video\";s:3:\"zip\";s:29:\"black-friday-scroll-video.zip\";s:3:\"uid\";s:32:\"a6a4ab2e2f703aaee0a1e6121881bdd8\";s:3:\"img\";s:36:\"black-friday-scroll-video/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/black-friday-scroll-video/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:169:\"<span class=\"ttm_content\">Blackfriday offers are coming towards you from the depths of space, with this scroll-based hero module.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:370:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-scrollvideo-addon\\/revslider-scrollvideo-addon.php\",\"name\":\"Slider Revolution Scroll Video Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:483;a:25:{s:2:\"id\";s:3:\"519\";s:5:\"title\";s:26:\"Charity Non-Profit-Website\";s:5:\"alias\";s:26:\"charity-non-profit-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"charity-non-profit-website\";s:3:\"img\";s:47:\"packages/charity-non-profit-website-package.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:484;a:25:{s:2:\"id\";s:3:\"520\";s:5:\"title\";s:12:\"Charity Menu\";s:5:\"alias\";s:12:\"charity-menu\";s:3:\"zip\";s:22:\"packs/charity-menu.zip\";s:3:\"uid\";s:32:\"77794a39041c7f128de3b5ad9b8e7d0d\";s:3:\"img\";s:23:\"charity-menu/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:485;a:25:{s:2:\"id\";s:3:\"521\";s:5:\"title\";s:14:\"Charity Header\";s:5:\"alias\";s:14:\"charity-header\";s:3:\"zip\";s:24:\"packs/charity-header.zip\";s:3:\"uid\";s:32:\"36096787d4ed62942cbd48f6a57e9d4f\";s:3:\"img\";s:25:\"charity-header/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:486;a:25:{s:2:\"id\";s:3:\"522\";s:5:\"title\";s:15:\"Charity Mission\";s:5:\"alias\";s:15:\"charity-mission\";s:3:\"zip\";s:25:\"packs/charity-mission.zip\";s:3:\"uid\";s:32:\"8c5cd67e3eb51c0ca3e571408ac8e97b\";s:3:\"img\";s:26:\"charity-mission/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:487;a:25:{s:2:\"id\";s:3:\"523\";s:5:\"title\";s:13:\"Charity Funds\";s:5:\"alias\";s:13:\"charity-funds\";s:3:\"zip\";s:23:\"packs/charity-funds.zip\";s:3:\"uid\";s:32:\"10da554c7529ef91965e1618a04b410b\";s:3:\"img\";s:24:\"charity-funds/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:488;a:25:{s:2:\"id\";s:3:\"524\";s:5:\"title\";s:15:\"Charity Success\";s:5:\"alias\";s:15:\"charity-success\";s:3:\"zip\";s:25:\"packs/charity-success.zip\";s:3:\"uid\";s:32:\"0c35448c1905272606e87447886a348e\";s:3:\"img\";s:26:\"charity-success/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:489;a:25:{s:2:\"id\";s:3:\"525\";s:5:\"title\";s:15:\"Charity Stories\";s:5:\"alias\";s:15:\"charity-stories\";s:3:\"zip\";s:25:\"packs/charity-stories.zip\";s:3:\"uid\";s:32:\"f277f145d9f9c3f0033bb8ceffeb4c9f\";s:3:\"img\";s:26:\"charity-stories/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:490;a:25:{s:2:\"id\";s:3:\"526\";s:5:\"title\";s:16:\"Charity Worldmap\";s:5:\"alias\";s:16:\"charity-worldmap\";s:3:\"zip\";s:26:\"packs/charity-worldmap.zip\";s:3:\"uid\";s:32:\"9e00cbac269b92cb24fd3230297f4685\";s:3:\"img\";s:27:\"charity-worldmap/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:491;a:25:{s:2:\"id\";s:3:\"527\";s:5:\"title\";s:19:\"Charity Large Image\";s:5:\"alias\";s:19:\"charity-large-image\";s:3:\"zip\";s:29:\"packs/charity-large-image.zip\";s:3:\"uid\";s:32:\"fa927036c2b14622832106fa987bc8e7\";s:3:\"img\";s:30:\"charity-large-image/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:492;a:25:{s:2:\"id\";s:3:\"528\";s:5:\"title\";s:16:\"Charity Sponsors\";s:5:\"alias\";s:16:\"charity-sponsors\";s:3:\"zip\";s:26:\"packs/charity-sponsors.zip\";s:3:\"uid\";s:32:\"efd087bc3fa3915139af9e93d47ee295\";s:3:\"img\";s:27:\"charity-sponsors/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:493;a:25:{s:2:\"id\";s:3:\"529\";s:5:\"title\";s:12:\"Charity Help\";s:5:\"alias\";s:12:\"charity-help\";s:3:\"zip\";s:22:\"packs/charity-help.zip\";s:3:\"uid\";s:32:\"4f3571c0b27f061648c9ff95b1a3f718\";s:3:\"img\";s:23:\"charity-help/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:494;a:25:{s:2:\"id\";s:3:\"530\";s:5:\"title\";s:14:\"Charity Footer\";s:5:\"alias\";s:14:\"charity-footer\";s:3:\"zip\";s:24:\"packs/charity-footer.zip\";s:3:\"uid\";s:32:\"9340fa48c56635a8a781cc37c4bf538c\";s:3:\"img\";s:25:\"charity-footer/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:495;a:22:{s:2:\"id\";s:3:\"531\";s:5:\"title\";s:21:\"Cinematic Hero Titles\";s:5:\"alias\";s:21:\"cinematic-hero-titles\";s:3:\"zip\";s:25:\"cinematic-hero-titles.zip\";s:3:\"uid\";s:32:\"51a59c54bb97c274092d22dbf4f6085e\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide1.jpg\";s:7:\"preview\";s:65:\"https://www.sliderrevolution.com/templates/cinematic-hero-titles/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:199:\"<span class=\"ttm_content\">The \"Cinematic Hero Titles\" template is a collection of fullscreen hero blocks that use a cinematic, animated letter-spacing effect..</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:496;a:22:{s:2:\"id\";s:3:\"532\";s:5:\"title\";s:23:\"Design DNA Scroll Video\";s:5:\"alias\";s:23:\"design-dna-scroll-video\";s:3:\"zip\";s:27:\"design-dna-scroll-video.zip\";s:3:\"uid\";s:32:\"39180fc9f7a07e50832fc1a68fb4eba2\";s:3:\"img\";s:34:\"design-dna-scroll-video/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/design-dna-scroll-video/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The \"Design DNA Scroll Video\" template isÂ a striking, fullscreen hero module that is using our new Scroll Video addon.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:544:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-scrollvideo-addon\\/revslider-scrollvideo-addon.php\",\"name\":\"Slider Revolution Scroll Video Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:497;a:22:{s:2:\"id\";s:3:\"533\";s:5:\"title\";s:27:\"Food Delivery Lottie Scroll\";s:5:\"alias\";s:27:\"food-delivery-lottie-scroll\";s:3:\"zip\";s:31:\"food-delivery-lottie-scroll.zip\";s:3:\"uid\";s:32:\"5dfbfac45c5df7702238ba1b43afe8f6\";s:3:\"img\";s:38:\"food-delivery-lottie-scroll/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/food-delivery-lottie-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The \"Design DNA Scroll Video\" template isÂ a striking, fullscreen hero module that is using our new Scroll Video addon.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:498;a:25:{s:2:\"id\";s:3:\"534\";s:5:\"title\";s:29:\"Food Recipe Carousel Template\";s:5:\"alias\";s:29:\"food-recipe-carousel-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"food-recipe-carousel-template\";s:3:\"img\";s:50:\"packages/food-recipe-carousel-template-package.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Showcase your cooking recipes with the easy to use \"Food Recipe Carousel\" template. Clicking the titles opens up a detail view!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:499;a:25:{s:2:\"id\";s:3:\"535\";s:5:\"title\";s:20:\"Food Recipe Carousel\";s:5:\"alias\";s:20:\"food-recipe-carousel\";s:3:\"zip\";s:30:\"packs/food-recipe-carousel.zip\";s:3:\"uid\";s:32:\"6ba9695ba1a22a6e99f96431d8fb01e8\";s:3:\"img\";s:31:\"food-recipe-carousel/slide1.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:500;a:25:{s:2:\"id\";s:3:\"536\";s:5:\"title\";s:17:\"Food Recipe Modal\";s:5:\"alias\";s:17:\"food-recipe-modal\";s:3:\"zip\";s:27:\"packs/food-recipe-modal.zip\";s:3:\"uid\";s:32:\"1c5b2e959cd973efc5c1887a3a4279f3\";s:3:\"img\";s:28:\"food-recipe-modal/slide1.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:501;a:25:{s:2:\"id\";s:3:\"537\";s:5:\"title\";s:27:\"Corporate Carousel Template\";s:5:\"alias\";s:27:\"corporate-carousel-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"corporate-carousel-template\";s:3:\"img\";s:38:\"packages/corporate_carousel_bundle.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/corporate-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:14:10\";s:7:\"package\";s:27:\"Corporate Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"43\";s:9:\"installed\";b:0;}i:502;a:25:{s:2:\"id\";s:3:\"538\";s:5:\"title\";s:18:\"Corporate Carousel\";s:5:\"alias\";s:18:\"corporate-carousel\";s:3:\"zip\";s:28:\"packs/corporate-carousel.zip\";s:3:\"uid\";s:32:\"30dea0e333913cb5ebbf8dded8c3a839\";s:3:\"img\";s:29:\"corporate-carousel/slide1.jpg\";s:7:\"preview\";s:34:\"https://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:26:51\";s:7:\"package\";s:27:\"Corporate Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"43\";s:9:\"installed\";b:0;}i:503;a:25:{s:2:\"id\";s:3:\"539\";s:5:\"title\";s:18:\"Corporate Lightbox\";s:5:\"alias\";s:18:\"corporate-lightbox\";s:3:\"zip\";s:28:\"packs/corporate-lightbox.zip\";s:3:\"uid\";s:32:\"832c277bfc5a288c0dffd784e4041265\";s:3:\"img\";s:29:\"corporate-lightbox/slide1.jpg\";s:7:\"preview\";s:34:\"https://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:34:36\";s:7:\"package\";s:27:\"Corporate Carousel Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"43\";s:9:\"installed\";b:0;}i:504;a:25:{s:2:\"id\";s:3:\"540\";s:5:\"title\";s:23:\"Cyber Carousel Template\";s:5:\"alias\";s:23:\"cyber-carousel-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"cyber-carousel-template\";s:3:\"img\";s:33:\"packages/cybercarousel_bundle.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:218:\"<span class=\"ttm_content\">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:40:25\";s:7:\"package\";s:23:\"Cyber Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"44\";s:9:\"installed\";b:0;}i:505;a:25:{s:2:\"id\";s:3:\"541\";s:5:\"title\";s:14:\"Cyber Carousel\";s:5:\"alias\";s:14:\"cyber-carousel\";s:3:\"zip\";s:24:\"packs/cyber-carousel.zip\";s:3:\"uid\";s:32:\"b5ef41c7f498bd1dccf8224bfbade718\";s:3:\"img\";s:25:\"cyber-carousel/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:218:\"<span class=\"ttm_content\">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:42:44\";s:7:\"package\";s:23:\"Cyber Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"44\";s:9:\"installed\";b:0;}i:506;a:25:{s:2:\"id\";s:3:\"542\";s:5:\"title\";s:23:\"Cyber Carousel Lightbox\";s:5:\"alias\";s:23:\"cyber-carousel-lightbox\";s:3:\"zip\";s:33:\"packs/cyber-carousel-lightbox.zip\";s:3:\"uid\";s:32:\"cb91abeed0555dfcafe849c37e7c9c32\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:218:\"<span class=\"ttm_content\">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:50:15\";s:7:\"package\";s:23:\"Cyber Carousel Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"44\";s:9:\"installed\";b:0;}i:507;a:25:{s:2:\"id\";s:3:\"543\";s:5:\"title\";s:16:\"Woo Carousel One\";s:5:\"alias\";s:24:\"woocommerce-carousel-one\";s:3:\"zip\";s:28:\"woocommerce-carousel-one.zip\";s:3:\"uid\";s:32:\"df0a99cef3981ecb608dff4ed573a493\";s:3:\"img\";s:35:\"woocommerce-carousel-one/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">A basic WooCommerce carousel. Just set your categories and the carousel will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:02:45\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:508;a:25:{s:2:\"id\";s:3:\"544\";s:5:\"title\";s:23:\"Woo Carousel One Static\";s:5:\"alias\";s:31:\"woocommerce-carousel-one-static\";s:3:\"zip\";s:35:\"woocommerce-carousel-one-static.zip\";s:3:\"uid\";s:32:\"5c955a3850369e79b1e18921306ac1df\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide1.jpg\";s:7:\"preview\";s:63:\"https://sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A static content carousel. Please use the \"non-static\" version for WooCommerce.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:05:02\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:509;a:25:{s:2:\"id\";s:3:\"545\";s:5:\"title\";s:16:\"Woo Carousel Two\";s:5:\"alias\";s:24:\"woocommerce-carousel-two\";s:3:\"zip\";s:28:\"woocommerce-carousel-two.zip\";s:3:\"uid\";s:32:\"fdd797d8e98a9138f5563b68b95ebe1c\";s:3:\"img\";s:35:\"woocommerce-carousel-two/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">A basic WooCommerce carousel. Just set your categories and the carousel will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:06:57\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:510;a:25:{s:2:\"id\";s:3:\"546\";s:5:\"title\";s:23:\"Woo Carousel Two Static\";s:5:\"alias\";s:31:\"woocommerce-carousel-two-static\";s:3:\"zip\";s:35:\"woocommerce-carousel-two-static.zip\";s:3:\"uid\";s:32:\"2f3bfb1dfa99647426ce906f10dfc480\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide1.jpg\";s:7:\"preview\";s:63:\"https://sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A static content carousel. Please use the \"non-static\" version for WooCommerce.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:16:15\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:511;a:25:{s:2:\"id\";s:3:\"547\";s:5:\"title\";s:18:\"Woo Feature Slider\";s:5:\"alias\";s:26:\"woocommerce-feature-slider\";s:3:\"zip\";s:30:\"woocommerce-feature-slider.zip\";s:3:\"uid\";s:32:\"c8aa1f551065eeffc752f2d8daef6db1\";s:3:\"img\";s:37:\"woocommerce-feature-slider/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:19:13\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:512;a:25:{s:2:\"id\";s:3:\"548\";s:5:\"title\";s:25:\"Woo Feature Slider Static\";s:5:\"alias\";s:33:\"woocommerce-feature-slider-static\";s:3:\"zip\";s:37:\"woocommerce-feature-slider-static.zip\";s:3:\"uid\";s:32:\"2f29e8fd101c799480152a7911b33ca6\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide1.jpg\";s:7:\"preview\";s:63:\"https://sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:140:\"<span class=\"ttm_content\">A static content slider Please use the \"non-static\" version for WooCommerce.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:20:57\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:513;a:22:{s:2:\"id\";s:3:\"549\";s:5:\"title\";s:17:\"Woo Liquid Slider\";s:5:\"alias\";s:17:\"woo-liquid-slider\";s:3:\"zip\";s:21:\"woo-liquid-slider.zip\";s:3:\"uid\";s:32:\"9f455f73675a73dbefe820288e994f27\";s:3:\"img\";s:28:\"woo-liquid-slider/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/woocommerce-liquid-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:236:\"<span class=\"ttm_content\">A WooCommerce slider using the BubbleMorph addon for an interesting liquid effect. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-01-19 16:23:03\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:514;a:22:{s:2:\"id\";s:3:\"550\";s:5:\"title\";s:24:\"Woo Liquid Slider Static\";s:5:\"alias\";s:32:\"woocommerce-liquid-slider-static\";s:3:\"zip\";s:36:\"woocommerce-liquid-slider-static.zip\";s:3:\"uid\";s:32:\"5848192fea46ffee95a91aa531848e19\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/woocommerce-liquid-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">A static content slider using the BubbleMorph addon for an interesting liquid effect. For WooCommerce, please use the \"non-static\" version.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-01-19 16:24:35\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:515;a:25:{s:2:\"id\";s:3:\"551\";s:5:\"title\";s:15:\"Woo Slider Pack\";s:5:\"alias\";s:15:\"woo-slider-pack\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:15:\"woo-slider-pack\";s:3:\"img\";s:34:\"packages/woosliderpack_dynamic.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:4:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:9:\"postbased\";i:3;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-20 09:34:45\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:516;a:25:{s:2:\"id\";s:3:\"552\";s:5:\"title\";s:22:\"Woo Slider Pack Static\";s:5:\"alias\";s:22:\"woo-slider-pack-static\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"woo-slider-pack-static\";s:3:\"img\";s:33:\"packages/woosliderpack_static.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-20 09:39:21\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:517;a:22:{s:2:\"id\";s:3:\"553\";s:5:\"title\";s:24:\"Creative Hero Collection\";s:5:\"alias\";s:24:\"creative-hero-collection\";s:3:\"zip\";s:28:\"creative-hero-collection.zip\";s:3:\"uid\";s:32:\"e20126d93d081055e5ff3f6981b971fa\";s:3:\"img\";s:35:\"creative-hero-collection/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/creative-hero-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:245:\"<span class=\"ttm_content\">A fantastic intro presentation for almost any website. If you want to use a single slide as a hero, simply drag it to the first position and set the layout of the module to \"scene\".</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:348:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-02-23 10:22:47\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:518;a:22:{s:2:\"id\";s:3:\"554\";s:5:\"title\";s:12:\"Photo Slider\";s:5:\"alias\";s:19:\"photographer-slider\";s:3:\"zip\";s:23:\"photographer-slider.zip\";s:3:\"uid\";s:32:\"e00104cff231e2aaeb149b3c63e78a5e\";s:3:\"img\";s:30:\"photographer-slider/slide1.jpg\";s:7:\"preview\";s:80:\"https://www.sliderrevolution.com/templates/photographer-and-videographer-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:169:\"<span class=\"ttm_content\">A great module for any photographer/videographer who wants to display their portfolio in an engaging way.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-02-23 10:25:31\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:519;a:22:{s:2:\"id\";s:3:\"555\";s:5:\"title\";s:18:\"Real Estate Slider\";s:5:\"alias\";s:17:\"realestate-slider\";s:3:\"zip\";s:21:\"realestate-slider.zip\";s:3:\"uid\";s:32:\"596effabfef768f0371cba2b1fdd0c1d\";s:3:\"img\";s:28:\"realestate-slider/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/real-estate-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:152:\"<span class=\"ttm_content\">Showcase your clients real estate offerings with this clean and convincing presentation.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-02-23 10:45:36\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:520;a:22:{s:2:\"id\";s:3:\"556\";s:5:\"title\";s:19:\"Saas Product Slider\";s:5:\"alias\";s:19:\"saas-product-slider\";s:3:\"zip\";s:23:\"saas-product-slider.zip\";s:3:\"uid\";s:32:\"3cf7809058f383425c5409aa1204335f\";s:3:\"img\";s:30:\"saas-product-slider/slide1.jpg\";s:7:\"preview\";s:63:\"https://www.sliderrevolution.com/templates/saas-product-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">Present your digital SaaS product with a modern design and stunning animations.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:349:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-02-23 10:49:44\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:521;a:25:{s:2:\"id\";s:3:\"557\";s:5:\"title\";s:27:\"Cinematic Wildlife Template\";s:5:\"alias\";s:27:\"cinematic-wildlife-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"cinematic-wildlife-template\";s:3:\"img\";s:39:\"packages/cinematic-wildlife-package.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/cinematic-wildlife-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">Easily create cinematic presentations with this photography-based slider, that features a convenient YouTube video popup.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-04-16 10:45:38\";s:7:\"package\";s:27:\"Cinematic Wildlife Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"47\";s:9:\"installed\";b:0;}i:522;a:25:{s:2:\"id\";s:3:\"558\";s:5:\"title\";s:25:\"Cinematic Wildlife Slider\";s:5:\"alias\";s:25:\"cinematic-wildlife-slider\";s:3:\"zip\";s:35:\"packs/cinematic-wildlife-slider.zip\";s:3:\"uid\";s:32:\"a37b04e221a845d6d446f4d70e815b87\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/cinematic-wildlife-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">Easily create cinematic presentations with this photography-based slider, that features a convenient YouTube video popup.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-04-16 10:47:01\";s:7:\"package\";s:27:\"Cinematic Wildlife Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"47\";s:9:\"installed\";b:0;}i:523;a:25:{s:2:\"id\";s:3:\"559\";s:5:\"title\";s:24:\"Cinematic Wildlife Modal\";s:5:\"alias\";s:24:\"cinematic-wildlife-modal\";s:3:\"zip\";s:34:\"packs/cinematic-wildlife-modal.zip\";s:3:\"uid\";s:32:\"636a6885199f684ad743167ceea70dc4\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/cinematic-wildlife-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">Easily create cinematic presentations with this photography-based slider, that features a convenient YouTube video popup.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-04-16 10:50:56\";s:7:\"package\";s:27:\"Cinematic Wildlife Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"47\";s:9:\"installed\";b:0;}i:524;a:22:{s:2:\"id\";s:3:\"560\";s:5:\"title\";s:32:\"Gaming Stats Presentation Slider\";s:5:\"alias\";s:32:\"gaming-stats-presentation-slider\";s:3:\"zip\";s:36:\"gaming-stats-presentation-slider.zip\";s:3:\"uid\";s:32:\"988df5050f2a45a108ef32518a725bf8\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/charts-addon-presentation-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.4.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:156:\"<span class=\"ttm_content\">Create interactive presentations and showcase statistics with unique and customizable charts</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:159:\"[{\"path\":\"revslider-charts-addon\\/revslider-charts-addon.php\",\"name\":\"Charts AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-04-29 09:50:58\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:525;a:22:{s:2:\"id\";s:3:\"561\";s:5:\"title\";s:31:\"Coffee Shop Split Screen Slider\";s:5:\"alias\";s:15:\"coffee-flavours\";s:3:\"zip\";s:19:\"coffee-flavours.zip\";s:3:\"uid\";s:32:\"63726447a6a614d8f53fbf6024fd3033\";s:3:\"img\";s:25:\"coffee-flavors/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/coffee-shop-split-screen-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">The animated elements and clean layout make this slider an eye-catcher for your coffee shop. With it\'s easy customizability, this template is perfect for showcasing any type of product!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-06-11 09:09:52\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:526;a:22:{s:2:\"id\";s:3:\"562\";s:5:\"title\";s:32:\"Modern Portfolio Showreel Slider\";s:5:\"alias\";s:15:\"showreel-slider\";s:3:\"zip\";s:19:\"showreel-slider.zip\";s:3:\"uid\";s:32:\"bced29a585e67153a1ed7608ddcdb69d\";s:3:\"img\";s:26:\"showreel-slider/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/modern-portfolio-showreel-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:216:\"<span class=\"ttm_content\">Showcase beautiful videos and photography with this clean looking slider with modern UI and effective typography. Perfect for any creative professional.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-06-11 09:14:43\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:527;a:22:{s:2:\"id\";s:3:\"563\";s:5:\"title\";s:23:\"Visual Art Forms Slider\";s:5:\"alias\";s:16:\"visual-art-forms\";s:3:\"zip\";s:20:\"visual-art-forms.zip\";s:3:\"uid\";s:32:\"4d57a5abf20bc4a615fe30837ac3ce1a\";s:3:\"img\";s:27:\"visual-art-forms/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/visual-art-forms-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:180:\"<span class=\"ttm_content\">Present just about anything with this highly flexible and modern looking slider, no matter what industry you are in.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-06-11 09:18:19\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:528;a:22:{s:2:\"id\";s:3:\"564\";s:5:\"title\";s:22:\"Background Effect Hero\";s:5:\"alias\";s:14:\"bg-effect-hero\";s:3:\"zip\";s:18:\"bg-effect-hero.zip\";s:3:\"uid\";s:32:\"55bb0fa5ac66ad84423fa704b701e1df\";s:3:\"img\";s:25:\"bg-effect-hero/slide1.jpg\";s:7:\"preview\";s:77:\"https://www.sliderrevolution.com/templates/background-effect-hero-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:224:\"<span class=\"ttm_content\">If you really want to stun your visitors with gorgeous gradients and dreamy transitions, <br />\r\nthis slider / hero module is exactly what you were looking for.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:697:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 10:45:50\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:529;a:22:{s:2:\"id\";s:3:\"565\";s:5:\"title\";s:26:\"Cyber Glitch Effect Slider\";s:5:\"alias\";s:9:\"cyberfunk\";s:3:\"zip\";s:13:\"cyberfunk.zip\";s:3:\"uid\";s:32:\"44fdc7e13074bdc46500972cd708c739\";s:3:\"img\";s:20:\"cyberfunk/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/cyber-glitch-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">Dive into a futuristic, neon, cyber world with this amazing slider template featuring <br />\r\nglitch effect transitions and a typewriter effect.<br />\r\nThe custom navigation skin can be customized easily!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:355:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 10:51:54\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:530;a:22:{s:2:\"id\";s:3:\"566\";s:5:\"title\";s:30:\"Motion Blur Portfolio Showcase\";s:5:\"alias\";s:21:\"motion-blur-portfolio\";s:3:\"zip\";s:25:\"motion-blur-portfolio.zip\";s:3:\"uid\";s:32:\"28086bed49cfb241c7d40f91cd64e970\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide1.jpg\";s:7:\"preview\";s:74:\"https://www.sliderrevolution.com/templates/motion-blur-portfolio-showcase/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:238:\"<span class=\"ttm_content\">This clean showcase slider with an optional video popup is using a fancy motion blur transition!<br />\r\nPacked with a logo and menu its ready to visualize your wildest ideas.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 10:56:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:531;a:22:{s:2:\"id\";s:3:\"567\";s:5:\"title\";s:25:\"Portal Effect Hero Slider\";s:5:\"alias\";s:18:\"portal-effect-hero\";s:3:\"zip\";s:22:\"portal-effect-hero.zip\";s:3:\"uid\";s:32:\"87f5b64e44dc5b75bc1c7adbeb287ee9\";s:3:\"img\";s:29:\"portal-effect-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/portal-effect-hero-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:282:\"<span class=\"ttm_content\">This slider module can function as an impressive landing page or a striking product presentation anywhere on your WordPress website.<br />\r\nThe design already includes elements like a logo, menu and social media icons.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 11:08:18\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:532;a:22:{s:2:\"id\";s:3:\"568\";s:5:\"title\";s:22:\"Winery Timeline Slider\";s:5:\"alias\";s:15:\"winery-timeline\";s:3:\"zip\";s:19:\"winery-timeline.zip\";s:3:\"uid\";s:32:\"d2ccdaf0a5c73db21e8e8a3f6712e8bd\";s:3:\"img\";s:26:\"winery-timeline/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/winery-timeline-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:247:\"<span class=\"ttm_content\">Tell your own story with this fabulous timeline slider.<br />\r\nLogo and social icon design elements are already included if you want to use this template as a standalone landing page!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 11:13:39\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:533;a:25:{s:2:\"id\";s:3:\"569\";s:5:\"title\";s:25:\"Smart Living One Pager V1\";s:5:\"alias\";s:25:\"smart-living-one-pager-v1\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"smart-living-one-pager-v1\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 14:33:48\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:534;a:25:{s:2:\"id\";s:3:\"570\";s:5:\"title\";s:25:\"Smart Living One Pager V2\";s:5:\"alias\";s:25:\"smart-living-one-pager-v2\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"smart-living-one-pager-v2\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V2.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 14:38:21\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:535;a:25:{s:2:\"id\";s:3:\"571\";s:5:\"title\";s:25:\"Smart Living One Pager V3\";s:5:\"alias\";s:25:\"smart-living-one-pager-v3\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"smart-living-one-pager-v3\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V3.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 14:39:44\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:536;a:25:{s:2:\"id\";s:3:\"572\";s:5:\"title\";s:6:\"Menu 1\";s:5:\"alias\";s:6:\"menu-1\";s:3:\"zip\";s:16:\"packs/menu-1.zip\";s:3:\"uid\";s:32:\"6e5038d711f2ee8326c79c3a9e06ded4\";s:3:\"img\";s:17:\"menu-1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 14:41:12\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:537;a:25:{s:2:\"id\";s:3:\"573\";s:5:\"title\";s:6:\"Hero 1\";s:5:\"alias\";s:14:\"onepage-hero-1\";s:3:\"zip\";s:24:\"packs/onepage-hero-1.zip\";s:3:\"uid\";s:32:\"9f5fec6956bd2e1e1ecc553a8b7471b0\";s:3:\"img\";s:25:\"onepage-hero-1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 14:48:41\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:538;a:25:{s:2:\"id\";s:3:\"574\";s:5:\"title\";s:7:\"About 1\";s:5:\"alias\";s:6:\"about1\";s:3:\"zip\";s:16:\"packs/about1.zip\";s:3:\"uid\";s:32:\"fc4962093f61124101c05ceb506fa5d2\";s:3:\"img\";s:17:\"about1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 14:50:54\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:539;a:25:{s:2:\"id\";s:3:\"575\";s:5:\"title\";s:10:\"Services 1\";s:5:\"alias\";s:9:\"services1\";s:3:\"zip\";s:19:\"packs/services1.zip\";s:3:\"uid\";s:32:\"08f72a81aeb9afdaa57f544e4331a6da\";s:3:\"img\";s:20:\"services1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 14:52:41\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:540;a:25:{s:2:\"id\";s:3:\"576\";s:5:\"title\";s:10:\"Projects 1\";s:5:\"alias\";s:9:\"projects1\";s:3:\"zip\";s:19:\"packs/projects1.zip\";s:3:\"uid\";s:32:\"11ff60e82fcf47a6a2c6bdce3cc1d8f2\";s:3:\"img\";s:20:\"projects1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:01:48\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:541;a:25:{s:2:\"id\";s:3:\"577\";s:5:\"title\";s:8:\"Footer 1\";s:5:\"alias\";s:8:\"footer-1\";s:3:\"zip\";s:18:\"packs/footer-1.zip\";s:3:\"uid\";s:32:\"947fac99689a985c7f0f7dfec4311f6b\";s:3:\"img\";s:19:\"footer-1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:05:00\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:542;a:25:{s:2:\"id\";s:3:\"578\";s:5:\"title\";s:24:\"Explainer Block 1 Part 1\";s:5:\"alias\";s:23:\"explainer-block-1-part1\";s:3:\"zip\";s:33:\"packs/explainer-block-1-part1.zip\";s:3:\"uid\";s:32:\"731980bef0ea06263d05b286b5a75dfe\";s:3:\"img\";s:34:\"explainer-block-1-part1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:126:\"<span class=\"ttm_content\">An elegant slider for your website. Flexible and customizable.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:06:07\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:543;a:25:{s:2:\"id\";s:3:\"579\";s:5:\"title\";s:24:\"Explainer Block 1 Part 2\";s:5:\"alias\";s:23:\"explainer-block-1-part2\";s:3:\"zip\";s:33:\"packs/explainer-block-1-part2.zip\";s:3:\"uid\";s:32:\"ded730f13551f78b9a87b159b72d8ce8\";s:3:\"img\";s:34:\"explainer-block-1-part2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:126:\"<span class=\"ttm_content\">An elegant slider for your website. Flexible and customizable.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:07:26\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:544;a:25:{s:2:\"id\";s:3:\"580\";s:5:\"title\";s:16:\"Projects Modal 1\";s:5:\"alias\";s:16:\"projects-modal-1\";s:3:\"zip\";s:26:\"packs/projects-modal-1.zip\";s:3:\"uid\";s:32:\"b17af2f4e21786711a2ce4ac0c4436ad\";s:3:\"img\";s:27:\"projects-modal-1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:08:26\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:545;a:25:{s:2:\"id\";s:3:\"581\";s:5:\"title\";s:6:\"Menu 2\";s:5:\"alias\";s:6:\"menu-2\";s:3:\"zip\";s:16:\"packs/menu-2.zip\";s:3:\"uid\";s:32:\"a8d103f753ee50d4f81aa4100df8b7f9\";s:3:\"img\";s:17:\"menu-2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:20:20\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:546;a:25:{s:2:\"id\";s:3:\"582\";s:5:\"title\";s:6:\"Hero 2\";s:5:\"alias\";s:6:\"hero-2\";s:3:\"zip\";s:16:\"packs/hero-2.zip\";s:3:\"uid\";s:32:\"7e56900f8c4b6e12435b70e141accaa8\";s:3:\"img\";s:17:\"hero-2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 15:27:59\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:547;a:25:{s:2:\"id\";s:3:\"583\";s:5:\"title\";s:10:\"Services 2\";s:5:\"alias\";s:10:\"services-2\";s:3:\"zip\";s:20:\"packs/services-2.zip\";s:3:\"uid\";s:32:\"da2d588b291a7754096ac77746ba1da5\";s:3:\"img\";s:34:\"services-2/services2-thumbnail.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:29:09\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:548;a:25:{s:2:\"id\";s:3:\"584\";s:5:\"title\";s:7:\"About 2\";s:5:\"alias\";s:7:\"about-2\";s:3:\"zip\";s:17:\"packs/about-2.zip\";s:3:\"uid\";s:32:\"8e9e84d1aec08de6e099473683bf0e57\";s:3:\"img\";s:18:\"about-2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:30:15\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:549;a:25:{s:2:\"id\";s:3:\"585\";s:5:\"title\";s:10:\"Projects 2\";s:5:\"alias\";s:10:\"projects-2\";s:3:\"zip\";s:20:\"packs/projects-2.zip\";s:3:\"uid\";s:32:\"99bc6ca75f6d5e018701aef5f5b22b27\";s:3:\"img\";s:21:\"projects-2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:32:06\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:550;a:25:{s:2:\"id\";s:3:\"586\";s:5:\"title\";s:8:\"Footer 2\";s:5:\"alias\";s:7:\"footer2\";s:3:\"zip\";s:17:\"packs/footer2.zip\";s:3:\"uid\";s:32:\"99df496d2fd9e897a2debb66958cb610\";s:3:\"img\";s:18:\"footer2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:34:09\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:551;a:25:{s:2:\"id\";s:3:\"587\";s:5:\"title\";s:24:\"Explainer Block 2 Part 1\";s:5:\"alias\";s:23:\"explainer-block-2-part1\";s:3:\"zip\";s:33:\"packs/explainer-block-2-part1.zip\";s:3:\"uid\";s:32:\"aee4d41e9cf5f91ad69bfbe96d1dc1b8\";s:3:\"img\";s:34:\"explainer-block-2-part1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:35:48\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:552;a:25:{s:2:\"id\";s:3:\"588\";s:5:\"title\";s:24:\"Explainer Block 2 Part 2\";s:5:\"alias\";s:23:\"explainer-block-2-part2\";s:3:\"zip\";s:33:\"packs/explainer-block-2-part2.zip\";s:3:\"uid\";s:32:\"b12ac82484c5d2609994978f95026057\";s:3:\"img\";s:34:\"explainer-block-2-part2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:37:05\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:553;a:25:{s:2:\"id\";s:3:\"589\";s:5:\"title\";s:16:\"Projects Modal 2\";s:5:\"alias\";s:16:\"projects-modal-2\";s:3:\"zip\";s:26:\"packs/projects-modal-2.zip\";s:3:\"uid\";s:32:\"ac164d7043a8958ae2931e4be54bf56e\";s:3:\"img\";s:27:\"projects-modal-2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:38:22\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:554;a:25:{s:2:\"id\";s:3:\"590\";s:5:\"title\";s:6:\"Menu 3\";s:5:\"alias\";s:6:\"menu-3\";s:3:\"zip\";s:16:\"packs/menu-3.zip\";s:3:\"uid\";s:32:\"7300529d564642c76e61890cf0ef57cf\";s:3:\"img\";s:17:\"menu-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:42:03\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:555;a:25:{s:2:\"id\";s:3:\"591\";s:5:\"title\";s:6:\"Hero 3\";s:5:\"alias\";s:6:\"hero-3\";s:3:\"zip\";s:16:\"packs/hero-3.zip\";s:3:\"uid\";s:32:\"08db05794abf4e6c10788cbd423f92b2\";s:3:\"img\";s:17:\"hero-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:46:06\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:556;a:25:{s:2:\"id\";s:3:\"592\";s:5:\"title\";s:7:\"About 3\";s:5:\"alias\";s:7:\"about-3\";s:3:\"zip\";s:17:\"packs/about-3.zip\";s:3:\"uid\";s:32:\"dac01fc9b9d664f271e1ea6a1bbb850c\";s:3:\"img\";s:18:\"about-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:47:44\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:557;a:25:{s:2:\"id\";s:3:\"593\";s:5:\"title\";s:10:\"Services 3\";s:5:\"alias\";s:10:\"services-3\";s:3:\"zip\";s:20:\"packs/services-3.zip\";s:3:\"uid\";s:32:\"4bad1c4a765cef7d93d3c7e2a0e76b83\";s:3:\"img\";s:21:\"services-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:50:03\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:558;a:25:{s:2:\"id\";s:3:\"594\";s:5:\"title\";s:10:\"Projects 3\";s:5:\"alias\";s:10:\"projects-3\";s:3:\"zip\";s:20:\"packs/projects-3.zip\";s:3:\"uid\";s:32:\"e3337a84122e580679474dea8d7bf37c\";s:3:\"img\";s:21:\"projects-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:51:31\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:559;a:25:{s:2:\"id\";s:3:\"595\";s:5:\"title\";s:8:\"Footer 3\";s:5:\"alias\";s:8:\"footer-3\";s:3:\"zip\";s:18:\"packs/footer-3.zip\";s:3:\"uid\";s:32:\"524f4445a5565bf3ef1dcd7b2f0228cc\";s:3:\"img\";s:19:\"footer-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:53:03\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:560;a:25:{s:2:\"id\";s:3:\"596\";s:5:\"title\";s:24:\"Explainer Block 3 Part 1\";s:5:\"alias\";s:23:\"explainer-block-3-part1\";s:3:\"zip\";s:33:\"packs/explainer-block-3-part1.zip\";s:3:\"uid\";s:32:\"b1469a955fecb4e1d645a604804716de\";s:3:\"img\";s:34:\"explainer-block-3-part1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:54:20\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:561;a:25:{s:2:\"id\";s:3:\"597\";s:5:\"title\";s:24:\"Explainer Block 3 Part 2\";s:5:\"alias\";s:23:\"explainer-block-3-part2\";s:3:\"zip\";s:33:\"packs/explainer-block-3-part2.zip\";s:3:\"uid\";s:32:\"3faa6f1dc248ef2ba3d50cc60db557b1\";s:3:\"img\";s:34:\"explainer-block-3-part2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:55:33\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:562;a:25:{s:2:\"id\";s:3:\"598\";s:5:\"title\";s:16:\"Projects Modal 3\";s:5:\"alias\";s:16:\"projects-modal-3\";s:3:\"zip\";s:26:\"packs/projects-modal-3.zip\";s:3:\"uid\";s:32:\"b22bb57c30e75bf7d7ba7d240a21b3fe\";s:3:\"img\";s:27:\"projects-modal-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:57:05\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:563;a:22:{s:2:\"id\";s:3:\"599\";s:5:\"title\";s:25:\"Urban Street Skate Slider\";s:5:\"alias\";s:25:\"urban-street-skate-slider\";s:3:\"zip\";s:29:\"urban-street-skate-slider.zip\";s:3:\"uid\";s:32:\"14b18e98ac51aa922a264b74518d6f25\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide1.jpg\";s:7:\"preview\";s:34:\"https://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:233:\"<span class=\"ttm_content\">Create catchy presentations with sleek transitions, using this urban-themed slider. A template that\'s perfectly suitable for showcasing products and marketing campaigns!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-14 18:54:30\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:564;a:22:{s:2:\"id\";s:3:\"600\";s:5:\"title\";s:34:\"Fast Food Burger Restaurant Slider\";s:5:\"alias\";s:13:\"yummy-burgers\";s:3:\"zip\";s:17:\"yummy-burgers.zip\";s:3:\"uid\";s:32:\"3de3520af809748281f3aaa16d8c2222\";s:3:\"img\";s:24:\"yummy-burgers/slide1.jpg\";s:7:\"preview\";s:78:\"https://www.sliderrevolution.com/templates/fast-food-burger-restaurant-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">Make your clients feel hungry with this tasty looking slider, featuring jaw dropping animations and smooth interactions! Easily customizable for showcasing food related products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-10-11 12:47:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:565;a:25:{s:2:\"id\";s:3:\"601\";s:5:\"title\";s:37:\"Tattoo Event Website Template Package\";s:5:\"alias\";s:37:\"tattoo-event-website-template-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"tattoo-event-website-template-package\";s:3:\"img\";s:41:\"packages/tattoo_event_website_package.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-10-12 14:37:06\";s:7:\"package\";s:29:\"Tattoo Event Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:566;a:25:{s:2:\"id\";s:3:\"602\";s:5:\"title\";s:24:\"Tattoo Event Hero Slider\";s:5:\"alias\";s:24:\"tattoo-event-hero-slider\";s:3:\"zip\";s:34:\"packs/tattoo-event-hero-slider.zip\";s:3:\"uid\";s:32:\"3a4eb0f2f1de6b9a644d626c4472208b\";s:3:\"img\";s:35:\"tattoo-event-hero-slider/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-10-13 11:11:21\";s:7:\"package\";s:29:\"Tattoo Event Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:567;a:25:{s:2:\"id\";s:3:\"603\";s:5:\"title\";s:18:\"Tattoo Event About\";s:5:\"alias\";s:18:\"tattoo-event-about\";s:3:\"zip\";s:28:\"packs/tattoo-event-about.zip\";s:3:\"uid\";s:32:\"ae8aaf2b1aeb84036c35ac3d4a178ed6\";s:3:\"img\";s:29:\"tattoo-event-about/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-10-13 11:14:35\";s:7:\"package\";s:29:\"Tattoo Event Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:568;a:25:{s:2:\"id\";s:3:\"604\";s:5:\"title\";s:20:\"Tattoo Event Artists\";s:5:\"alias\";s:20:\"tattoo-event-artists\";s:3:\"zip\";s:30:\"packs/tattoo-event-artists.zip\";s:3:\"uid\";s:32:\"e11b6508214396963c856afc1b604e58\";s:3:\"img\";s:31:\"tattoo-event-artists/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:3:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-10-13 11:16:36\";s:7:\"package\";s:29:\"Tattoo Event Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:569;a:25:{s:2:\"id\";s:3:\"605\";s:5:\"title\";s:21:\"Tattoo Event Schedule\";s:5:\"alias\";s:21:\"tattoo-event-schedule\";s:3:\"zip\";s:31:\"packs/tattoo-event-schedule.zip\";s:3:\"uid\";s:32:\"73be4b953a719fc9abfadc447e88b906\";s:3:\"img\";s:32:\"tattoo-event-schedule/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-10-13 11:19:17\";s:7:\"package\";s:29:\"Tattoo Event Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:570;a:25:{s:2:\"id\";s:3:\"606\";s:5:\"title\";s:17:\"Tattoo Event News\";s:5:\"alias\";s:17:\"tattoo-event-news\";s:3:\"zip\";s:27:\"packs/tattoo-event-news.zip\";s:3:\"uid\";s:32:\"80eafaaaa2f1844cac7c5c1efb0912d1\";s:3:\"img\";s:28:\"tattoo-event-news/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-10-13 11:21:56\";s:7:\"package\";s:29:\"Tattoo Event Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:571;a:25:{s:2:\"id\";s:3:\"607\";s:5:\"title\";s:19:\"Tattoo Event Footer\";s:5:\"alias\";s:19:\"tattoo-event-footer\";s:3:\"zip\";s:29:\"packs/tattoo-event-footer.zip\";s:3:\"uid\";s:32:\"0c16f7290794f2e26566c8a8ca8f6493\";s:3:\"img\";s:30:\"tattoo-event-footer/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-10-13 11:23:18\";s:7:\"package\";s:29:\"Tattoo Event Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:572;a:25:{s:2:\"id\";s:3:\"608\";s:5:\"title\";s:24:\"Startup Website Template\";s:5:\"alias\";s:24:\"startup-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:24:\"startup-website-template\";s:3:\"img\";s:37:\"packages/startup-website-template.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:29:34\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:573;a:25:{s:2:\"id\";s:3:\"609\";s:5:\"title\";s:12:\"Startup Menu\";s:5:\"alias\";s:12:\"startup-menu\";s:3:\"zip\";s:22:\"packs/startup-menu.zip\";s:3:\"uid\";s:32:\"10b7853c05d47a99e61a68ec7ef0a0ea\";s:3:\"img\";s:23:\"startup-menu/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-11-03 09:32:41\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:574;a:25:{s:2:\"id\";s:3:\"610\";s:5:\"title\";s:12:\"Startup Hero\";s:5:\"alias\";s:12:\"startup-hero\";s:3:\"zip\";s:22:\"packs/startup-hero.zip\";s:3:\"uid\";s:32:\"7a41e68bac8bc7f937b7eb957e01eb11\";s:3:\"img\";s:23:\"startup-hero/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:34:41\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:12:\"zindex=\"300\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:575;a:25:{s:2:\"id\";s:3:\"611\";s:5:\"title\";s:13:\"Startup About\";s:5:\"alias\";s:13:\"startup-about\";s:3:\"zip\";s:23:\"packs/startup-about.zip\";s:3:\"uid\";s:32:\"22a816ba986476a36fef3887ff4d1ea1\";s:3:\"img\";s:24:\"startup-about/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:36:55\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:10:\"zindex=\"0\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:576;a:25:{s:2:\"id\";s:3:\"612\";s:5:\"title\";s:18:\"Startup Features 1\";s:5:\"alias\";s:18:\"startup-features-1\";s:3:\"zip\";s:28:\"packs/startup-features-1.zip\";s:3:\"uid\";s:32:\"4b0b7b8773ba30bdc58b862442155faa\";s:3:\"img\";s:29:\"startup-features-1/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:39:11\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:12:\"zindex=\"300\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:577;a:25:{s:2:\"id\";s:3:\"613\";s:5:\"title\";s:18:\"Startup Features 2\";s:5:\"alias\";s:18:\"startup-features-2\";s:3:\"zip\";s:28:\"packs/startup-features-2.zip\";s:3:\"uid\";s:32:\"7a686556ca8c4355fea931b3e946a3d0\";s:3:\"img\";s:29:\"startup-features-2/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:40:44\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:10:\"zindex=\"0\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:578;a:25:{s:2:\"id\";s:3:\"614\";s:5:\"title\";s:12:\"Startup Team\";s:5:\"alias\";s:12:\"startup-team\";s:3:\"zip\";s:22:\"packs/startup-team.zip\";s:3:\"uid\";s:32:\"7969f1f556fd276ec04dcbf49144d2f8\";s:3:\"img\";s:23:\"startup-team/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:42:12\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:579;a:25:{s:2:\"id\";s:3:\"615\";s:5:\"title\";s:15:\"Startup Reviews\";s:5:\"alias\";s:15:\"startup-reviews\";s:3:\"zip\";s:25:\"packs/startup-reviews.zip\";s:3:\"uid\";s:32:\"4d5253028165c237cda5f42c3f721c09\";s:3:\"img\";s:26:\"startup-reviews/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:43:42\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:12:\"zindex=\"300\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:580;a:25:{s:2:\"id\";s:3:\"616\";s:5:\"title\";s:11:\"Startup CTA\";s:5:\"alias\";s:11:\"startup-cta\";s:3:\"zip\";s:21:\"packs/startup-cta.zip\";s:3:\"uid\";s:32:\"bfe7cb2a94dd8292179e16a986cf2748\";s:3:\"img\";s:22:\"startup-cta/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:45:02\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:581;a:25:{s:2:\"id\";s:3:\"617\";s:5:\"title\";s:14:\"Startup Footer\";s:5:\"alias\";s:14:\"startup-footer\";s:3:\"zip\";s:24:\"packs/startup-footer.zip\";s:3:\"uid\";s:32:\"d73466042d108699d366bf9cab2beaa8\";s:3:\"img\";s:25:\"startup-footer/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-11-03 09:46:31\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:582;a:25:{s:2:\"id\";s:3:\"618\";s:5:\"title\";s:19:\"Startup Video Modal\";s:5:\"alias\";s:19:\"startup-video-modal\";s:3:\"zip\";s:29:\"packs/startup-video-modal.zip\";s:3:\"uid\";s:32:\"5fd53a8ad93456a152c25079f6437377\";s:3:\"img\";s:30:\"startup-video-modal/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-11-03 09:47:44\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:583;a:25:{s:2:\"id\";s:3:\"619\";s:5:\"title\";s:32:\"Christmas Gift Card Landing Page\";s:5:\"alias\";s:32:\"christmas-gift-card-landing-page\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:32:\"christmas-gift-card-landing-page\";s:3:\"img\";s:45:\"packages/christmas-gift-card-landing-page.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/christmas-gift-card-landing-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:372:\"<span class=\"ttm_content\">Greet and thank your visitors in a creative way during the Christmas Holidays with this dynamic, two-part Christmas gift card landing page. Ideal for e-commerce websites that want to give special discounts during the holidays. The first module can also be used on it\'s own to bring xmas vibes to any website!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:9:\"specialfx\";}s:14:\"plugin_require\";s:509:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-12-08 12:05:33\";s:7:\"package\";s:32:\"Christmas Gift Card Landing Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"53\";s:9:\"installed\";b:0;}i:584;a:25:{s:2:\"id\";s:3:\"620\";s:5:\"title\";s:24:\"Christmas Landing Page 1\";s:5:\"alias\";s:24:\"christmas-landing-page-1\";s:3:\"zip\";s:34:\"packs/christmas-landing-page-1.zip\";s:3:\"uid\";s:32:\"17eb656138d076ca1dc2d9fa5cefb1b8\";s:3:\"img\";s:43:\"christmas-gift-card-landing-page/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/christmas-gift-card-landing-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:372:\"<span class=\"ttm_content\">Greet and thank your visitors in a creative way during the Christmas Holidays with this dynamic, two-part Christmas gift card landing page. Ideal for e-commerce websites that want to give special discounts during the holidays. The first module can also be used on it\'s own to bring xmas vibes to any website!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:9:\"specialfx\";}s:14:\"plugin_require\";s:509:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-12-08 12:08:37\";s:7:\"package\";s:32:\"Christmas Gift Card Landing Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"53\";s:9:\"installed\";b:0;}i:585;a:25:{s:2:\"id\";s:3:\"621\";s:5:\"title\";s:24:\"Christmas Landing Page 2\";s:5:\"alias\";s:24:\"christmas-landing-page-2\";s:3:\"zip\";s:34:\"packs/christmas-landing-page-2.zip\";s:3:\"uid\";s:32:\"ea0d2cfdba50c8060c66ee7b979c3b83\";s:3:\"img\";s:35:\"christmas-landing-page-2/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/christmas-gift-card-landing-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:372:\"<span class=\"ttm_content\">Greet and thank your visitors in a creative way during the Christmas Holidays with this dynamic, two-part Christmas gift card landing page. Ideal for e-commerce websites that want to give special discounts during the holidays. The first module can also be used on it\'s own to bring xmas vibes to any website!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:9:\"specialfx\";}s:14:\"plugin_require\";s:335:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-12-08 12:10:54\";s:7:\"package\";s:32:\"Christmas Gift Card Landing Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"53\";s:9:\"installed\";b:0;}i:586;a:22:{s:2:\"id\";s:3:\"622\";s:5:\"title\";s:12:\"Image Slider\";s:5:\"alias\";s:12:\"image-slider\";s:3:\"zip\";s:16:\"image-slider.zip\";s:3:\"uid\";s:32:\"85a8fcfa9220809176bd3d6bc70b4abf\";s:3:\"img\";s:24:\"image-slider/slide-1.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/newborn-image-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.12\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:213:\"<span class=\"ttm_content\">Get an instant \"wow\" from your visitors with this sleek background image slider, that includes a clean UI for easy navigation and smooth transitions.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-04 09:45:41\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:587;a:22:{s:2:\"id\";s:3:\"623\";s:5:\"title\";s:17:\"Full Width Slider\";s:5:\"alias\";s:17:\"full-width-slider\";s:3:\"zip\";s:21:\"full-width-slider.zip\";s:3:\"uid\";s:32:\"e2792804e7a1f3ec9806f6a6225a559d\";s:3:\"img\";s:28:\"full-width-slider/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/delicious-full-width-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:233:\"<span class=\"ttm_content\">We\'ve prepared something tasty for you. A delicious looking, responsive full width slider, with a wide range of use cases and a plethora of smart, UI navigation options.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-10 11:40:04\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:588;a:25:{s:2:\"id\";s:3:\"624\";s:5:\"title\";s:20:\"App Website Template\";s:5:\"alias\";s:20:\"app-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:20:\"app-website-template\";s:3:\"img\";s:33:\"packages/app-website-template.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:22:53\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:589;a:25:{s:2:\"id\";s:3:\"625\";s:5:\"title\";s:16:\"App Website Menu\";s:5:\"alias\";s:16:\"app-website-menu\";s:3:\"zip\";s:26:\"packs/app-website-menu.zip\";s:3:\"uid\";s:32:\"c3c100db368c091d01852df9851b9840\";s:3:\"img\";s:27:\"app-website-menu/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:26:14\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:590;a:25:{s:2:\"id\";s:3:\"626\";s:5:\"title\";s:16:\"App Website Hero\";s:5:\"alias\";s:16:\"app-website-hero\";s:3:\"zip\";s:26:\"packs/app-website-hero.zip\";s:3:\"uid\";s:32:\"4b42974b08f2923986932ed529974d6f\";s:3:\"img\";s:27:\"app-website-hero/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:29:00\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:13:\" zindex=\"300\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:591;a:25:{s:2:\"id\";s:3:\"627\";s:5:\"title\";s:20:\"App Download Buttons\";s:5:\"alias\";s:20:\"app-download-buttons\";s:3:\"zip\";s:30:\"packs/app-download-buttons.zip\";s:3:\"uid\";s:32:\"d5ecce65284cc95c506185e6f6291d55\";s:3:\"img\";s:31:\"app-download-buttons/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:31:22\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:592;a:25:{s:2:\"id\";s:3:\"628\";s:5:\"title\";s:17:\"App Website About\";s:5:\"alias\";s:17:\"app-website-about\";s:3:\"zip\";s:27:\"packs/app-website-about.zip\";s:3:\"uid\";s:32:\"984477b3ea7c943a7c6be78950754e3c\";s:3:\"img\";s:28:\"app-website-about/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:33:06\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:593;a:25:{s:2:\"id\";s:3:\"629\";s:5:\"title\";s:20:\"App Website Features\";s:5:\"alias\";s:20:\"app-website-features\";s:3:\"zip\";s:30:\"packs/app-website-features.zip\";s:3:\"uid\";s:32:\"206a0f73553c974ad86790fba6a13efd\";s:3:\"img\";s:31:\"app-website-features/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:35:08\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:594;a:25:{s:2:\"id\";s:3:\"630\";s:5:\"title\";s:21:\"App Website Video Cta\";s:5:\"alias\";s:21:\"app-website-video-cta\";s:3:\"zip\";s:31:\"packs/app-website-video-cta.zip\";s:3:\"uid\";s:32:\"19b2930f9cd9840dccbe94cb1cc435e2\";s:3:\"img\";s:32:\"app-website-video-cta/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:36:15\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:595;a:25:{s:2:\"id\";s:3:\"631\";s:5:\"title\";s:23:\"App Website Screenshots\";s:5:\"alias\";s:23:\"app-website-screenshots\";s:3:\"zip\";s:33:\"packs/app-website-screenshots.zip\";s:3:\"uid\";s:32:\"94ce8eeecb7ffad62adc2d29b203f9d2\";s:3:\"img\";s:34:\"app-website-screenshots/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:38:15\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:596;a:25:{s:2:\"id\";s:3:\"632\";s:5:\"title\";s:22:\"App Testimonials Title\";s:5:\"alias\";s:22:\"app-testimonials-title\";s:3:\"zip\";s:32:\"packs/app-testimonials-title.zip\";s:3:\"uid\";s:32:\"bea74fa6e180fe23007c3d215b1b0704\";s:3:\"img\";s:33:\"app-testimonials-title/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:40:21\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:597;a:25:{s:2:\"id\";s:3:\"633\";s:5:\"title\";s:24:\"App Website Testimonials\";s:5:\"alias\";s:24:\"app-website-testimonials\";s:3:\"zip\";s:34:\"packs/app-website-testimonials.zip\";s:3:\"uid\";s:32:\"e7438a870ac1007da4c7821056d511fc\";s:3:\"img\";s:35:\"app-website-testimonials/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:41:59\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:107:\" offset=\"t:-300px,-300px,-300px,-250px;b:0px,0px,0px,0px;l:0px,0px,0px,0px;r:0px,0px,0px,0px;\" zindex=\"300\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:598;a:25:{s:2:\"id\";s:3:\"634\";s:5:\"title\";s:16:\"App Website Team\";s:5:\"alias\";s:16:\"app-website-team\";s:3:\"zip\";s:26:\"packs/app-website-team.zip\";s:3:\"uid\";s:32:\"d9013f2968e43f696f8cc33fa3524071\";s:3:\"img\";s:27:\"app-website-team/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:43:40\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:94:\" offset=\"t:-350px,-350px,-350px,-300px;b:0px,0px,0px,0px;l:0px,0px,0px,0px;r:0px,0px,0px,0px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:599;a:25:{s:2:\"id\";s:3:\"635\";s:5:\"title\";s:18:\"App Website Footer\";s:5:\"alias\";s:18:\"app-website-footer\";s:3:\"zip\";s:28:\"packs/app-website-footer.zip\";s:3:\"uid\";s:32:\"5e13126b929feb389f9e083f3476ec46\";s:3:\"img\";s:29:\"app-website-footer/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:45:12\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:600;a:25:{s:2:\"id\";s:3:\"636\";s:5:\"title\";s:15:\"App Video Modal\";s:5:\"alias\";s:15:\"app-video-modal\";s:3:\"zip\";s:25:\"packs/app-video-modal.zip\";s:3:\"uid\";s:32:\"7fe8115d0b6158c90fe92d1144ed7b01\";s:3:\"img\";s:26:\"app-video-modal/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:46:49\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:601;a:25:{s:2:\"id\";s:3:\"637\";s:5:\"title\";s:25:\"Testimonial Carousel Pack\";s:5:\"alias\";s:25:\"testimonial-carousel-pack\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"testimonial-carousel-pack\";s:3:\"img\";s:38:\"packages/testimonial-carousel-pack.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:126:\"<span class=\"ttm_content\">An elegant slider for your website. Flexible and customizable.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:38:17\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:602;a:25:{s:2:\"id\";s:3:\"638\";s:5:\"title\";s:22:\"Testimonial Carousel 1\";s:5:\"alias\";s:22:\"testimonial-carousel-1\";s:3:\"zip\";s:32:\"packs/testimonial-carousel-1.zip\";s:3:\"uid\";s:32:\"1cc1f92edb4edd47f880c0b4f77e343d\";s:3:\"img\";s:33:\"testimonial-carousel-1/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">Want to show testimonials on your website ?  We got you covered.  Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:41:02\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:603;a:25:{s:2:\"id\";s:3:\"639\";s:5:\"title\";s:22:\"Testimonial Carousel 2\";s:5:\"alias\";s:22:\"testimonial-carousel-2\";s:3:\"zip\";s:32:\"packs/testimonial-carousel-2.zip\";s:3:\"uid\";s:32:\"b6ad1675b8d14c0ccc63ffc01b221aac\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">Want to show testimonials on your website ?  We got you covered.  Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:43:25\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:604;a:25:{s:2:\"id\";s:3:\"640\";s:5:\"title\";s:22:\"Testimonial Carousel 3\";s:5:\"alias\";s:22:\"testimonial-carousel-3\";s:3:\"zip\";s:32:\"packs/testimonial-carousel-3.zip\";s:3:\"uid\";s:32:\"cb4a72fb40fc400a71754f71b9bb2d6e\";s:3:\"img\";s:33:\"testimonial-carousel-3/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">Want to show testimonials on your website ?  We got you covered.  Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:46:01\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:605;a:25:{s:2:\"id\";s:3:\"641\";s:5:\"title\";s:22:\"Testimonial Carousel 4\";s:5:\"alias\";s:22:\"testimonial-carousel-4\";s:3:\"zip\";s:32:\"packs/testimonial-carousel-4.zip\";s:3:\"uid\";s:32:\"bfca98d6b4042b38df044e9e2a6ca983\";s:3:\"img\";s:33:\"testimonial-carousel-4/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">Want to show testimonials on your website ?  We got you covered.  Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:47:57\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:606;a:25:{s:2:\"id\";s:3:\"642\";s:5:\"title\";s:22:\"Testimonial Carousel 5\";s:5:\"alias\";s:22:\"testimonial-carousel-5\";s:3:\"zip\";s:32:\"packs/testimonial-carousel-5.zip\";s:3:\"uid\";s:32:\"4a9b9c72b51628e1343adde9bff3915f\";s:3:\"img\";s:33:\"testimonial-carousel-5/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">Want to show testimonials on your website ?  We got you covered.  Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:49:27\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:607;a:22:{s:2:\"id\";s:3:\"643\";s:5:\"title\";s:28:\"Deep Dive Ocean Water Effect\";s:5:\"alias\";s:9:\"deep-dive\";s:3:\"zip\";s:13:\"deep-dive.zip\";s:3:\"uid\";s:32:\"5cc0599857b0108fe4e76adc7fbf9a16\";s:3:\"img\";s:20:\"deep-dive/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/deep-dive-ocean-water-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:267:\"<span class=\"ttm_content\">Take a dive into the ocean with this 3D Particles Animation template for Slider Revolution.<br>\r\nThe scroll-based interaction makes this hero module an absolute eye-catcher for any ocean-related website.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:9:\"specialfx\";}s:14:\"plugin_require\";s:178:\"[{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-02-09 09:23:47\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:608;a:22:{s:2:\"id\";s:3:\"644\";s:5:\"title\";s:22:\"Particle Wave Showcase\";s:5:\"alias\";s:22:\"particle-wave-showcase\";s:3:\"zip\";s:26:\"particle-wave-showcase.zip\";s:3:\"uid\";s:32:\"1c9ac477fd636078d1812d8d98060899\";s:3:\"img\";s:33:\"particle-wave-showcase/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/particle-wave-showcase/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:307:\"<span class=\"ttm_content\">Is your website missing that one unique design element to set it apart from your competition? The Particle Wave addon for Slider Revolution enables you to add interactive, 3D particles background animation effects that will amaze your clients!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:9:\"specialfx\";}s:14:\"plugin_require\";s:178:\"[{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-02-09 09:30:08\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:609;a:22:{s:2:\"id\";s:3:\"645\";s:5:\"title\";s:17:\"Video Hero Header\";s:5:\"alias\";s:17:\"video-hero-header\";s:3:\"zip\";s:21:\"video-hero-header.zip\";s:3:\"uid\";s:32:\"f6a715d4b10e0746f7eb5100836ba1ab\";s:3:\"img\";s:28:\"video-hero-header/slide1.jpg\";s:7:\"preview\";s:61:\"https://www.sliderrevolution.com/templates/video-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">Get ahead with this modern, futuristic video hero header with colorful gradients and a polygon particle wave.<br>\r\nShowcase the highlights of your tech-related business website with a video button that demands to be clicked.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:9:\"specialfx\";}s:14:\"plugin_require\";s:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-02-09 09:33:10\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:610;a:22:{s:2:\"id\";s:3:\"646\";s:5:\"title\";s:28:\"Solar System Showcase Slider\";s:5:\"alias\";s:28:\"solar-system-showcase-slider\";s:3:\"zip\";s:32:\"solar-system-showcase-slider.zip\";s:3:\"uid\";s:32:\"40f7b26ea7f8228d40e8e9cf0f34b5e8\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/solar-system-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:233:\"<span class=\"ttm_content\">Want to amaze your users ? Look no further.  Showcase products, images or anything you can think of with this highly capable and easily customisable full screen slider. </span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:360:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-02-09 09:50:27\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:611;a:22:{s:2:\"id\";s:3:\"647\";s:5:\"title\";s:26:\"Optic Shop Showcase Slider\";s:5:\"alias\";s:26:\"Optic-shop-showcase-slider\";s:3:\"zip\";s:30:\"Optic-shop-showcase-slider.zip\";s:3:\"uid\";s:32:\"01509228c996ad45c2179d03654f499b\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/optic-shop-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.16\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This image slider is the perfect showcase for any optic shop, utilizing the blur effect in a brilliant way. It\'s not just made for your optic showcase but also a great fit for any modern product presentation.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-02-16 16:41:07\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:612;a:22:{s:2:\"id\";s:3:\"648\";s:5:\"title\";s:27:\"WordPress Charts And Graphs\";s:5:\"alias\";s:24:\"charts-template-showcase\";s:3:\"zip\";s:28:\"charts-template-showcase.zip\";s:3:\"uid\";s:32:\"4ae2fe61830f96c6c5b316368c1ad2c6\";s:3:\"img\";s:35:\"charts-template-showcase/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/wordpress-charts-and-graphs/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.17\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">Who says data has to look boring? With our WordPress charts addon, you can create eye-catching sliders and hero sections with interactive and stunning-looking charts.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:341:\"[{\"path\":\"revslider-charts-addon\\/revslider-charts-addon.php\",\"name\":\"Charts AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-03-03 15:55:16\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:613;a:25:{s:2:\"id\";s:3:\"649\";s:5:\"title\";s:31:\"Fashion Website Slider Template\";s:5:\"alias\";s:31:\"fashion-website-slider-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"fashion-website-slider-template\";s:3:\"img\";s:35:\"packages/fashion-website-slider.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/fashion-website-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.19\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:251:\"<span class=\"ttm_content\">A fashion slider that\'s not just for fashion! This template is suitable for any image-based marketing campaign and also comes with a fullscreen gallery carousel modal to show more images.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-03-14 13:00:36\";s:7:\"package\";s:22:\"Fashion Website Slider\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"56\";s:9:\"installed\";b:0;}i:614;a:25:{s:2:\"id\";s:3:\"650\";s:5:\"title\";s:22:\"Fashion Website Slider\";s:5:\"alias\";s:22:\"fashion-website-slider\";s:3:\"zip\";s:32:\"packs/fashion-website-slider.zip\";s:3:\"uid\";s:32:\"8fb8379f47346173fa0dd402dda37360\";s:3:\"img\";s:33:\"fashion-website-slider/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/fashion-website-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.19\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:251:\"<span class=\"ttm_content\">A fashion slider that\'s not just for fashion! This template is suitable for any image-based marketing campaign and also comes with a fullscreen gallery carousel modal to show more images.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-03-14 13:04:56\";s:7:\"package\";s:22:\"Fashion Website Slider\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"56\";s:9:\"installed\";b:0;}i:615;a:25:{s:2:\"id\";s:3:\"651\";s:5:\"title\";s:28:\"Fashion Website Slider Modal\";s:5:\"alias\";s:28:\"fashion-website-slider-modal\";s:3:\"zip\";s:38:\"packs/fashion-website-slider-modal.zip\";s:3:\"uid\";s:32:\"788f34043b6a5fcbfa5fc1c3322fb502\";s:3:\"img\";s:39:\"fashion-website-slider-modal/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/fashion-website-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.19\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:251:\"<span class=\"ttm_content\">A fashion slider that\'s not just for fashion! This template is suitable for any image-based marketing campaign and also comes with a fullscreen gallery carousel modal to show more images.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-03-14 13:08:21\";s:7:\"package\";s:22:\"Fashion Website Slider\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"56\";s:9:\"installed\";b:0;}i:616;a:22:{s:2:\"id\";s:3:\"652\";s:5:\"title\";s:24:\"Furniture Website Slider\";s:5:\"alias\";s:24:\"furniture-website-slider\";s:3:\"zip\";s:28:\"furniture-website-slider.zip\";s:3:\"uid\";s:32:\"8575493ed5fd1ee2e671e67479fdeccb\";s:3:\"img\";s:35:\"furniture-website-slider/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/furniture-website-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.19\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">Promote products or create stunning landing pages with the Furniture Website Slider. Each slide comes with a different layout that can be used as a hero module or on an individual section on your website.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-03-23 14:05:44\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}}s:6:\"slides\";a:594:{s:16:\"classic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"classic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"classic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"classic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"classic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"classic-carousel/slide5.jpg\";}}s:13:\"classicslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"classicslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"classicslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"classicslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"classicslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"classicslider/slide5.jpg\";}}s:11:\"contenttabs\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contenttabs/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contenttabs/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contenttabs/slide3.jpg\";}}s:13:\"facebook-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"facebook-feed/slide1.jpg\";}}s:7:\"fashion\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"fashion/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"fashion/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"fashion/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"fashion/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"fashion/slide5.jpg\";}}s:14:\"flickr-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"flickr-gallery/slide1.jpg\";}}s:3:\"gym\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"gym/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:14:\"gym/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:14:\"gym/slide3.jpg\";}}s:18:\"highlight-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-carousel/slide4.jpg\";}}s:18:\"highlight-showcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-showcase/slide4.jpg\";}}s:10:\"image-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"imagehero/slide1.jpg\";}}s:13:\"insta-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"insta-gallery/slide1.jpg\";}}s:19:\"levanorestaurantbar\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"levanorestaurantbar/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"levanorestaurantbar/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"levanorestaurantbar/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"levanorestaurantbar/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"levanorestaurantbar/slide5.jpg\";}}s:11:\"mainfeature\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"mainfeature/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"mainfeature/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"mainfeature/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"mainfeature/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"mainfeature/slide7.jpg\";}}s:17:\"media-gallery-two\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"media-gallery-two/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"media-gallery-two/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"media-gallery-two/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"media-gallery-two/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"media-gallery-two/slide6.jpg\";}}s:23:\"media-carousel-autoplay\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide6.jpg\";}}s:21:\"news-background-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-bg-video/slide1.jpg\";}}s:12:\"news-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"news-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"news-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"news-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"news-gallery/slide4.jpg\";}}s:23:\"news-gallery-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"news-gallery-post-based/slide1.jpg\";}}s:9:\"news-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"news-hero/slide1.jpg\";}}s:10:\"news-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"news-video/slide1.jpg\";}}s:15:\"newsletter-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"newsletter-hero/slide1.jpg\";}}s:10:\"notgeneric\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"notgeneric/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"notgeneric/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"notgeneric/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"notgeneric/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"notgeneric/slide5.jpg\";}}s:11:\"photography\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"photography/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"photography/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"photography/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"photography/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:22:\"photography/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:22:\"photography/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"photography/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:22:\"photography/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:22:\"photography/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:23:\"photography/slide10.jpg\";}}s:20:\"photography-carousel\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"photography-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"photography-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"photography-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"photography-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"photography-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"photography-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:31:\"photography-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:31:\"photography-carousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:31:\"photography-carousel/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"photography-carousel/slide10.jpg\";}}s:16:\"search-form-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"search-form-hero/slide1.jpg\";}}s:16:\"showcasecarousel\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"showcasecarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"showcasecarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"showcasecarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"showcasecarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"showcasecarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"showcasecarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"showcasecarousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:27:\"showcasecarousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:27:\"showcasecarousel/slide9.jpg\";}}s:11:\"sports-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"sportshero/slide1.jpg\";}}s:12:\"twitter-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"twitter-feed/slide1.jpg\";}}s:13:\"vimeo-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"vimeo-gallery/slide1.jpg\";}}s:9:\"vimeohero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"vimeohero/slide1.jpg\";}}s:16:\"web-product-dark\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"web-product-dark/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"web-product-dark/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"web-product-dark/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"web-product-dark/slide4.jpg\";}}s:21:\"web-product-dark-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"web-product-dark-hero/slide1.jpg\";}}s:22:\"web-product-light-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"web-product-light-hero/slide1.jpg\";}}s:15:\"webproductlight\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"webproductlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"webproductlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"webproductlight/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"webproductlight/slide4.jpg\";}}s:15:\"youtube-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"youtube-gallery/slide1.jpg\";}}s:11:\"youtubehero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"youtubehero/slide1.jpg\";}}s:13:\"scroll-effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"scrolleffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"scrolleffect/slide3.jpg\";}}s:12:\"content-zoom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contentzoom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contentzoom/slide3.jpg\";}}s:13:\"food-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"foodcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"foodcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"foodcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"foodcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"foodcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"foodcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"foodcarousel/slide7.jpg\";}}s:14:\"rotating-words\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";}}s:22:\"travel-static-captions\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"travel-static-captions/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"travel-static-captions/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"travel-static-captions/slide4.jpg\";}}s:7:\"concept\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"concept/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"concept/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"concept/slide3.jpg\";}}s:17:\"fullscreen-button\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"fullscreen-button/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"fullscreen-button/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"fullscreen-button/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"fullscreen-button/slide5.jpg\";}}s:15:\"creativefreedom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"creativefreedom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"creativefreedom/slide3.jpg\";}}s:13:\"parallaxscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";}}s:15:\"slidingoverlays\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"slidingoverlays/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"slidingoverlays/slide3.jpg\";}}s:25:\"web-product-light-hero-3d\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";}}s:6:\"woobig\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";}}s:16:\"woocommercesmall\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";}}s:10:\"finedining\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";}}s:12:\"agency-intro\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";}}s:7:\"ourteam\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"ourteam/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"ourteam/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"ourteam/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"ourteam/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"ourteam/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:18:\"ourteam/slide7.jpg\";}}s:17:\"our-team-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"ourteamcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"ourteamcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"ourteamcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"ourteamcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"ourteamcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"ourteamcarousel/slide7.jpg\";}}s:13:\"betteryoutube\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"betteryoutube/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"betteryoutube/slide3.jpg\";}}s:19:\"agencywebsiteheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"agencywebsiteheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"agencywebsiteheader/slide3.jpg\";}}s:10:\"comingsoon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"comingsoon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"comingsoon/slide3.jpg\";}}s:9:\"snowscene\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowscene/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowscene/slide3.jpg\";}}s:8:\"rockband\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";}}s:16:\"sleeklandingpage\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"sleeklandingpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"sleeklandingpage/slide3.jpg\";}}s:14:\"applandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";}}s:9:\"deskscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";}}s:15:\"cleannewsslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"cleannewsslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"cleannewsslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"cleannewsslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"cleannewsslider/slide5.jpg\";}}s:12:\"imagegallery\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"imagegallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"imagegallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"imagegallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"imagegallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"imagegallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"imagegallery/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:23:\"imagegallery/slide8.jpg\";}}s:19:\"standard-wp-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";}}s:21:\"clean-news-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";}}s:21:\"interactivewhiteboard\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"interactivewhiteboard/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"interactivewhiteboard/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"interactivewhiteboard/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"interactivewhiteboard/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"interactivewhiteboard/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"interactivewhiteboard/slide8.jpg\";}}s:10:\"innovation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"innovation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"innovation/slide3.jpg\";}}s:24:\"dark-fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";}}s:21:\"dark-fullsite-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";}}s:27:\"dark-fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide2.jpg\";}}s:30:\"dark-fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide2.jpg\";}}s:30:\"dark-fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide5.jpg\";}}s:34:\"dark-fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";}}s:29:\"dark-fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";}}s:28:\"dark-fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";}}s:19:\"fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";}}s:15:\"fullsite-block1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";}}s:22:\"fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide2.jpg\";}}s:25:\"fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide2.jpg\";}}s:25:\"fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide5.jpg\";}}s:29:\"fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";}}s:24:\"fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";}}s:23:\"fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";}}s:11:\"techjournal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"techjournal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"techjournal/slide3.jpg\";}}s:13:\"cardealership\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"cardealership/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"cardealership/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"cardealership/slide4.jpg\";}}s:14:\"fullscreenmenu\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fullscreenmenu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fullscreenmenu/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"fullscreenmenu/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"fullscreenmenu/slide5.jpg\";}}s:17:\"creativefrontpage\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"creativefrontpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"creativefrontpage/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"creativefrontpage/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"creativefrontpage/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"creativefrontpage/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:28:\"creativefrontpage/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:28:\"creativefrontpage/slide8.jpg\";}}s:19:\"websitebuilder-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";}}s:19:\"websitebuilder-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";}}s:22:\"websitebuilder-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";}}s:23:\"websitebuilder-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";}}s:23:\"websitebuilder-discover\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"websitebuilder-discover/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"websitebuilder-discover/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"websitebuilder-discover/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"websitebuilder-discover/slide5.jpg\";}}s:21:\"websitebuilder-slider\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"websitebuilder-slider/slide2.jpg\";}}s:27:\"websitebuilder-calltoaction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";}}s:21:\"websitebuilder-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";}}s:13:\"focusparallax\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"focusparallax/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"focusparallax/slide3.jpg\";}}s:7:\"duotone\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"duotone/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"duotone/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"duotone/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"duotone/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"duotone/slide6.jpg\";}}s:6:\"r_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";}}s:5:\"rhero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";}}s:7:\"r_about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";}}s:10:\"r_products\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"r_products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"r_products/slide3.jpg\";}}s:6:\"r_info\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";}}s:17:\"inspirationheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";}}s:13:\"magazineposts\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"magazineposts/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"magazineposts/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"magazineposts/slide4.jpg\";}}s:17:\"explorationheader\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"explorationheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"explorationheader/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"explorationheader/slide4.jpg\";}}s:16:\"typewritereffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"typewritereffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"typewritereffect/slide3.jpg\";}}s:15:\"blendmodeheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";}}s:17:\"themeplicity_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";}}s:19:\"themeplicity_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";}}s:18:\"themeplicity_offer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";}}s:21:\"themeplicity_whatwedo\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";}}s:21:\"themeplicity_projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"themeplicity_projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"themeplicity_projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"themeplicity_projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:32:\"themeplicity_projects/slide5.jpg\";s:3:\"img\";s:7:\"Slide 5\";}}s:23:\"themeplicity_whatsgreat\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";}}s:19:\"themeplicity_tables\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";}}s:24:\"themeplicity_contactform\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";}}s:19:\"themeplicity_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";}}s:17:\"NiceAndClean_Menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";}}s:19:\"NiceAndClean_Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";}}s:21:\"NiceAndClean_Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";}}s:18:\"NiceAndClean_About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";}}s:18:\"niceandclean_video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";}}s:23:\"niceandclean_highlights\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";}}s:21:\"NiceAndClean_Projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide5.jpg\";}}s:23:\"niceandclean_textblocks\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";}}s:20:\"niceandclean_callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";}}s:19:\"niceandclean_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";}}s:3:\"80s\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"80s/slide1.jpg\";}}s:10:\"blurslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"blurslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"blurslider/slide3.jpg\";}}s:15:\"ComingSoonAddon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";}}s:9:\"snowaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowaddon/slide3.jpg\";}}s:19:\"particle-effect-one\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"particle-effect-one/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"particle-effect-one/slide3.jpg\";}}s:19:\"particle-effect-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";}}s:21:\"particle-effect-three\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";}}s:15:\"portfolioviewer\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"portfolioviewer/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"portfolioviewer/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"portfolioviewer/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"portfolioviewer/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"portfolioviewer/slide6.jpg\";}}s:11:\"appshowcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";}}s:13:\"gravitydesign\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";}}s:12:\"404errorpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";}}s:15:\"carouselgallery\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"carouselgallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"carouselgallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"carouselgallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"carouselgallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"carouselgallery/slide6.jpg\";}}s:9:\"filmstrip\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"filmstrip/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"filmstrip/slide3.jpg\";}}s:10:\"spaceopera\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"spaceopera/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"spaceopera/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"spaceopera/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"spaceopera/slide5.jpg\";}}s:12:\"websiteintro\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"websiteintro/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"websiteintro/slide3.jpg\";}}s:12:\"maskshowcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"maskshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"maskshowcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"maskshowcase/slide4.jpg\";}}s:18:\"parallaxzoomslices\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"parallaxzoomslices/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"parallaxzoomslices/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"parallaxzoomslices/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"parallaxzoomslices/slide5.jpg\";}}s:20:\"doubleexposureeffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"doubleexposureeffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"doubleexposureeffect/slide3.jpg\";}}s:22:\"mountainparallaxheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";}}s:12:\"goodnewsmenu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";}}s:14:\"goodnewsheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"goodnewsheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"goodnewsheader/slide3.jpg\";}}s:16:\"goodnewswhatshot\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";}}s:16:\"goodnewsfeatured\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";}}s:17:\"goodnewsspotlight\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"goodnewsspotlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"goodnewsspotlight/slide3.jpg\";}}s:16:\"goodnewscarousel\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"goodnewscarousel/slide2.jpg\";}}s:15:\"goodnewscallout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";}}s:14:\"goodnewsfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";}}s:16:\"goodnewsmenuback\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";}}s:18:\"goodnewsblogheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";}}s:19:\"goodnewsblogcontent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";}}s:20:\"goodnewstestimonials\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"goodnewstestimonials/slide2.jpg\";}}s:18:\"goodnewsblogfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";}}s:17:\"beforeafterslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"beforeafterslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"beforeafterslider/slide3.jpg\";}}s:15:\"productshowcase\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"productshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"productshowcase/slide3.jpg\";}}s:22:\"overexposuretransition\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"overexposuretransition/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"overexposuretransition/slide3.jpg\";}}s:14:\"parallaxscroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";}}s:11:\"techco-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";}}s:13:\"techco-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";}}s:12:\"techco-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";}}s:15:\"techco-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";}}s:12:\"techco-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";}}s:13:\"techco-prices\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";}}s:19:\"techco-testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"techco-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"techco-testimonials/slide3.jpg\";}}s:13:\"techco-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";}}s:7:\"weather\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"weather/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"weather/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"weather/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"weather/slide4.jpg\";}}s:11:\"360panorama\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"360panorama/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"360panorama/slide3.jpg\";}}s:14:\"duotone-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"duotone-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"duotone-add-on/slide3.jpg\";}}s:13:\"reveal-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"reveal-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"reveal-add-on/slide3.jpg\";}}s:16:\"band-tour-poster\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/band-tour-poster/slide1.png\";}}s:14:\"brewery-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide3.png\";}}s:9:\"burgerbar\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide3.png\";}}s:19:\"burger-bar-portrait\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide3.png\";}}s:8:\"car-rent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"smartcontent/car-rent/slide1.png\";}}s:6:\"coffee\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"smartcontent/coffee/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"smartcontent/coffee/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"smartcontent/coffee/slide3.png\";}}s:14:\"holiday-advert\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/holiday-advert/slide1.png\";}}s:18:\"iphone-cases-light\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"smartcontent/iphone-cases-light/slide1.png\";}}s:7:\"medical\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"smartcontent/medical/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"smartcontent/medical/slide2.png\";}}s:13:\"mexican-grill\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide3.png\";}}s:20:\"mobile-retail-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide3.png\";}}s:14:\"money-exchange\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide3.png\";}}s:28:\"restaurant-menu-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-first-screen/slide1.png\";}}s:29:\"restaurant-menu-second-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:53:\"smartcontent/restaurant-menu-second-screen/slide1.png\";}}s:28:\"restaurant-menu-third-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-third-screen/slide1.png\";}}s:11:\"shoes-store\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide3.png\";}}s:20:\"supermarket-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide3.png\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide4.png\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide5.png\";}}s:16:\"travel-insurance\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/travel-insurance/slide1.png\";}}s:12:\"cryptoslider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"cryptoslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"cryptoslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"cryptoslider/slide4.jpg\";}}s:16:\"immersion_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";}}s:19:\"immersion-mountains\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";}}s:17:\"immersion-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";}}s:16:\"immersion-design\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";}}s:21:\"immersion-photography\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";}}s:14:\"immersion-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";}}s:11:\"funkyslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"funkyslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"funkyslider/slide3.jpg\";}}s:14:\"clearview_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";}}s:16:\"clearview_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";}}s:17:\"clearview_mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";}}s:17:\"clear-view-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"clear-view-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"clear-view-slider/slide3.jpg\";}}s:15:\"clear-view-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";}}s:18:\"clear-view-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";}}s:18:\"clear-view-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";}}s:22:\"clear-view-single-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";}}s:24:\"clear-view-single-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";}}s:23:\"clear-view-single-media\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";}}s:22:\"clear-view-single-more\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";}}s:25:\"clear-view-single-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";}}s:16:\"cleanlandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";}}s:8:\"clearcut\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:19:\"clearcut/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:19:\"clearcut/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:19:\"clearcut/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:19:\"clearcut/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:19:\"clearcut/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:19:\"clearcut/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:19:\"clearcut/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:19:\"clearcut/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:20:\"clearcut/slide10.jpg\";}}s:17:\"wonderstruck_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";}}s:19:\"wonderstruck_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";}}s:18:\"wonderstruck_about\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"wonderstruck_about/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"wonderstruck_about/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"wonderstruck_about/slide4.jpg\";}}s:18:\"wonderstruck-works\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";}}s:20:\"wonderstruck-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";}}s:11:\"bubblemorph\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"bubblemorph/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"bubblemorph/slide3.jpg\";}}s:15:\"distortionaddon\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"distortionaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"distortionaddon/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"distortionaddon/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"distortionaddon/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"distortionaddon/slide6.jpg\";}}s:9:\"clubflyer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";}}s:15:\"paintbrushaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"paintbrushaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"paintbrushaddon/slide3.jpg\";}}s:15:\"parallax_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";}}s:16:\"parallax_content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";}}s:15:\"parallax_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";}}s:12:\"le-chef-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";}}s:14:\"le-chef-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"le-chef-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"le-chef-header/slide3.jpg\";}}s:18:\"le-chef-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";}}s:12:\"le-chef-food\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";}}s:16:\"le-chef-la-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";}}s:14:\"le-chef-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";}}s:20:\"news-magazine-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"news-magazine-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"news-magazine-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"news-magazine-slider/slide4.jpg\";}}s:18:\"real-estate-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"real-estate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"real-estate-slider/slide3.jpg\";}}s:14:\"fashion-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fashion-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fashion-header/slide3.jpg\";}}s:13:\"seasonaloffer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";}}s:18:\"barber-shop-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";}}s:23:\"barber-shop-mobile-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";}}s:24:\"barber-shop-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";}}s:17:\"barber-shop-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";}}s:20:\"barber-shop-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";}}s:19:\"barber-shop-barbers\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";}}s:20:\"barber-shop-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";}}s:18:\"barber-shop-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";}}s:21:\"fitness-club-template\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"fitness-club-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"fitness-club-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"fitness-club-template/slide4.jpg\";}}s:13:\"soccer-school\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"soccer-school/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"soccer-school/slide3.jpg\";}}s:19:\"music-band-template\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"music-band-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"music-band-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"music-band-template/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"music-band-template/slide5.jpg\";}}s:15:\"restaurant-menu\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"restaurant-menu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"restaurant-menu/slide3.jpg\";}}s:16:\"cinematic-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"cinematic-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"cinematic-slider/slide3.jpg\";}}s:17:\"3d-parallax-cubes\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide3.jpg\";}}s:13:\"medicare-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";}}s:15:\"medicare-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";}}s:14:\"medicare-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";}}s:18:\"medicare-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";}}s:17:\"medicare-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";}}s:16:\"medicare-doctors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";}}s:17:\"medicare-research\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"medicare-research/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"medicare-research/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"medicare-research/slide4.jpg\";}}s:18:\"medicare-whychoose\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";}}s:16:\"medicare-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";}}s:15:\"medicare-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";}}s:11:\"coffee-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";}}s:13:\"coffee-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";}}s:17:\"coffee-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";}}s:12:\"coffee-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";}}s:13:\"coffee-teaser\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";}}s:13:\"coffee-findus\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";}}s:13:\"coffee-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";}}s:17:\"minimal-portfolio\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"minimal-portfolio/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"minimal-portfolio/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"minimal-portfolio/slide4.jpg\";}}s:23:\"minimal-portfolio-modal\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide7.jpg\";}}s:11:\"angled-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";}}s:13:\"angled-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";}}s:11:\"angled-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";}}s:15:\"angled-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";}}s:14:\"angled-success\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";}}s:13:\"angled-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";}}s:20:\"angled-content-modal\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"angled-content-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"angled-content-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"angled-content-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"angled-content-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"angled-content-modal/slide6.jpg\";}}s:13:\"big-bold-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-menu/slide1.jpg\";}}s:15:\"big-bold-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-header/slide1.jpg\";}}s:16:\"big-bold-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"big-bold-content/slide1.jpg\";}}s:13:\"big-bold-blog\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-blog/slide1.jpg\";}}s:18:\"big-bold-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"big-bold-highlight/slide1.jpg\";}}s:15:\"big-bold-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-footer/slide1.jpg\";}}s:7:\"Retouch\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"Retouch/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"Retouch/slide3.jpg\";}}s:11:\"tech-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"tech-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"tech-slider/slide3.jpg\";}}s:11:\"peak-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";}}s:10:\"peak-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";}}s:14:\"peak-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";}}s:11:\"peak-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";}}s:17:\"portfolio-welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";}}s:15:\"portfolio-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";}}s:21:\"portfolio-works-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";}}s:23:\"portfolio-works-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";}}s:18:\"portfolio-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";}}s:18:\"App-Studio-Welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";}}s:19:\"App-Studio-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";}}s:16:\"App-Studio-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";}}s:19:\"App-Studio-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";}}s:14:\"cube-animation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"cube-animation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"cube-animation/slide3.jpg\";}}s:10:\"basic-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";}}s:12:\"basic-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";}}s:13:\"basic-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";}}s:14:\"basic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-carousel/slide5.jpg\";}}s:13:\"basic-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";}}s:10:\"basic-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";}}s:17:\"basic-video-block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";}}s:12:\"basic-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";}}s:14:\"basic-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:25:\"basic-lightbox/slide6.jpg\";}}s:13:\"nature-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"nature-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"nature-slider/slide3.jpg\";}}s:11:\"art-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"art-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"art-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"art-gallery/slide4.jpg\";}}s:19:\"Construction-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";}}s:17:\"Construction-Home\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Construction-Home/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Construction-Home/slide3.jpg\";}}s:21:\"Construction-Projects\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";}}s:20:\"Construction-History\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";}}s:21:\"Construction-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";}}s:21:\"Construction-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";}}s:21:\"404-Error-Space-Theme\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";}}s:17:\"landing-page-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";}}s:21:\"landing-page-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";}}s:20:\"landing-page-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";}}s:20:\"landing-page-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";}}s:25:\"landing-page-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";}}s:27:\"landing-page-call-to-action\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";}}s:17:\"landing-page-help\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";}}s:19:\"landing-page-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";}}s:24:\"landing-page-price-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";}}s:18:\"energy-drinks-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"energy-drinks-hero/slide1.jpg\";}}s:19:\"energy-drinks-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-about/slide1.jpg\";}}s:21:\"energy-drinks-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"energy-drinks-product/slide1.jpg\";}}s:23:\"energy-drinks-product-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-2/slide1.jpg\";}}s:23:\"energy-drinks-product-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-3/slide1.jpg\";}}s:19:\"energy-drinks-order\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-order/slide1.jpg\";}}s:20:\"energy-drinks-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"energy-drinks-footer/slide1.jpg\";}}s:19:\"energy-drinks-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-modal/slide1.jpg\";}}s:16:\"Corporate-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";}}s:24:\"Corporate-Welcome-Screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";}}s:15:\"Corporate-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";}}s:19:\"Corporate-Portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";}}s:15:\"Corporate-Chart\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";}}s:14:\"Corporate-News\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:16:\"Corporate-Hiring\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:22:\"Corporate-Testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide3.jpg\";}}s:15:\"Corporate-Store\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";}}s:17:\"Corporate-Support\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";}}s:14:\"Corporate-Team\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";}}s:33:\"Corporate-Selected-Projects-Title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";}}s:27:\"Corporate-Selected-Projects\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide7.jpg\";}}s:17:\"Corporate-Clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";}}s:20:\"Corporate-Text-Block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";}}s:20:\"Corporate-Mobile-App\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";}}s:18:\"Corporate-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";}}s:16:\"Corporate-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";}}s:23:\"Corporate-Scroll-To-Top\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";}}s:14:\"geometric-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-menu/slide1.jpg\";}}s:14:\"geometric-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-hero/slide1.jpg\";}}s:14:\"geometric-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-grid/slide1.jpg\";}}s:15:\"geometric-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-about/slide1.jpg\";}}s:15:\"geometric-texts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-texts/slide1.jpg\";}}s:18:\"geometric-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-services/slide1.jpg\";}}s:17:\"geometric-texts-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"geometric-texts-2/slide1.jpg\";}}s:22:\"geometric-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"geometric-testimonials/slide1.jpg\";}}s:16:\"geometric-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"geometric-footer/slide1.jpg\";}}s:18:\"geometric-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"geometric-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"geometric-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"geometric-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"geometric-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"geometric-lightbox/slide6.jpg\";}}s:11:\"brutal-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";}}s:11:\"brutal-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";}}s:12:\"brutal-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";}}s:16:\"brutal-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";}}s:15:\"brutal-projects\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-projects/slide4.jpg\";}}s:15:\"brutal-services\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-services/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-services/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-services/slide4.jpg\";}}s:14:\"brutal-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";}}s:13:\"brutal-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";}}s:13:\"Church-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";}}s:22:\"Church-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide3.jpg\";}}s:12:\"Church-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";}}s:14:\"Church-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";}}s:20:\"Church-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";}}s:16:\"Church-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";}}s:13:\"Church-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";}}s:15:\"Church-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";}}s:13:\"Church-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";}}s:19:\"Church-Light-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";}}s:28:\"Church-Light-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide3.jpg\";}}s:18:\"Church-Light-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";}}s:20:\"Church-Light-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";}}s:26:\"Church-Light-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";}}s:22:\"Church-Light-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";}}s:19:\"Church-Light-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";}}s:21:\"Church-Light-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";}}s:19:\"Church-Light-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";}}s:13:\"rockable-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";}}s:13:\"rockable-hero\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"rockable-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"rockable-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"rockable-hero/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"rockable-hero/slide5.jpg\";}}s:15:\"rockable-lineup\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";}}s:17:\"rockable-lineup-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";}}s:22:\"rockable-gallery-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";}}s:16:\"rockable-gallery\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"rockable-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"rockable-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"rockable-gallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"rockable-gallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"rockable-gallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"rockable-gallery/slide7.jpg\";}}s:17:\"rockable-sponsors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";}}s:15:\"rockable-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";}}s:21:\"rockable-detail-modal\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}}s:23:\"rockable-detail-modal-2\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}}s:27:\"real-estate-showcase-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide3.jpg\";}}s:16:\"isometric-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"isometric-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"isometric-slider/slide3.jpg\";}}s:17:\"E-Commerce-Slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide3.jpg\";}}s:23:\"E-Commerce-Slider-Modal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide3.jpg\";}}s:27:\"Woo-Commerce-Slider-Dynamic\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide3.jpg\";}}s:15:\"blooming-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";}}s:14:\"blooming-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";}}s:18:\"blooming-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";}}s:22:\"blooming-wedding-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";}}s:25:\"blooming-wedding-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide6.jpg\";}}s:21:\"blooming-wedding-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";}}s:22:\"blooming-parties-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";}}s:25:\"blooming-parties-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide6.jpg\";}}s:21:\"blooming-parties-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";}}s:22:\"blooming-funeral-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";}}s:23:\"blooming-funeral-slider\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide6.jpg\";}}s:21:\"blooming-funeral-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";}}s:16:\"blooming-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";}}s:13:\"particle-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";}}s:17:\"bubble-morph-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";}}s:13:\"parallax-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";}}s:10:\"video-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";}}s:14:\"ken-burns-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";}}s:21:\"basic-hero-collection\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"basic-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"basic-hero-collection/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"basic-hero-collection/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"basic-hero-collection/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"basic-hero-collection/slide6.jpg\";}}s:19:\"launching-very-soon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";}}s:18:\"Under-Construction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";}}s:15:\"Particle-Effect\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";}}s:17:\"Particle-Effect-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";}}s:10:\"stark-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";}}s:12:\"stark-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";}}s:13:\"stark-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";}}s:14:\"stark-carousel\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"stark-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"stark-carousel/slide3.jpg\";}}s:15:\"stark-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";}}s:22:\"stark-portfolio-detail\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide6.jpg\";}}s:13:\"stark-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";}}s:12:\"stark-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";}}s:16:\"stark-newsletter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";}}s:15:\"big-summer-sale\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"big-summer-sale/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"big-summer-sale/slide3.jpg\";}}s:18:\"traveller-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"traveller-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"traveller-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"traveller-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"traveller-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"traveller-carousel/slide6.jpg\";}}s:16:\"project-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"project-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"project-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"project-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"project-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"project-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"project-carousel/slide7.jpg\";}}s:13:\"news-carousel\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"news-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"news-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"news-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"news-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:24:\"news-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:24:\"news-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:24:\"news-carousel/slide8.jpg\";}}s:10:\"story-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";}}s:12:\"story-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";}}s:13:\"story-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";}}s:15:\"story-content-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";}}s:13:\"story-block-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";}}s:13:\"story-block-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";}}s:15:\"story-content-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";}}s:13:\"story-block-4\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";}}s:15:\"story-content-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";}}s:12:\"mini-website\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"mini-website/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"mini-website/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"mini-website/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"mini-website/slide4.jpg\";}}s:13:\"food-delivery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"food-delivery/slide1.jpg\";}}s:25:\"slider-with-illustrations\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"slider-with-illustrations/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"slider-with-illustrations/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"slider-with-illustrations/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"slider-with-illustrations/slide4.jpg\";}}s:8:\"zen-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"zen-menu/slide1.jpg\";}}s:10:\"zen-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"zen-header/slide1.jpg\";}}s:9:\"zen-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"zen-about/slide1.jpg\";}}s:12:\"zen-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"zen-features/slide1.jpg\";}}s:9:\"zen-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"zen-video/slide1.jpg\";}}s:11:\"zen-pricing\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"zen-pricing/slide1.jpg\";}}s:22:\"zen-testimonials-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"zen-testimonials-title/slide1.jpg\";}}s:16:\"zen-testimonials\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"zen-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"zen-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"zen-testimonials/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"zen-testimonials/slide4.jpg\";}}s:10:\"zen-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"zen-footer/slide1.jpg\";}}s:17:\"Paintbrush-Effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide3.jpg\";}}s:25:\"black-friday-scroll-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"black-friday-scroll-video/slide1.jpg\";}}s:12:\"charity-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"charity-menu/slide1.jpg\";}}s:14:\"charity-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"charity-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"charity-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"charity-header/slide3.jpg\";}}s:15:\"charity-mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-mission/slide1.jpg\";}}s:13:\"charity-funds\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"charity-funds/slide1.jpg\";}}s:15:\"charity-success\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-success/slide1.jpg\";}}s:15:\"charity-stories\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-stories/slide1.jpg\";}}s:16:\"charity-worldmap\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"charity-worldmap/slide1.jpg\";}}s:19:\"charity-large-image\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"charity-large-image/slide1.jpg\";}}s:16:\"charity-sponsors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"charity-sponsors/slide1.jpg\";}}s:12:\"charity-help\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"charity-help/slide1.jpg\";}}s:14:\"charity-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"charity-footer/slide1.jpg\";}}s:21:\"cinematic-hero-titles\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide3.jpg\";}}s:23:\"design-dna-scroll-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"design-dna-scroll-video/slide1.jpg\";}}s:27:\"food-delivery-lottie-scroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"food-delivery-lottie-scroll/slide1.jpg\";}}s:20:\"food-recipe-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"food-recipe-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"food-recipe-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"food-recipe-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"food-recipe-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"food-recipe-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"food-recipe-carousel/slide6.jpg\";}}s:17:\"food-recipe-modal\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"food-recipe-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"food-recipe-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"food-recipe-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"food-recipe-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"food-recipe-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"food-recipe-modal/slide6.jpg\";}}s:27:\"corporate-carousel-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/corporate_carousel_bundle.jpg\";}}s:18:\"corporate-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"corporate-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"corporate-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"corporate-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"corporate-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"corporate-carousel/slide5.jpg\";}}s:18:\"corporate-lightbox\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"corporate-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"corporate-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"corporate-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"corporate-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"corporate-lightbox/slide5.jpg\";}}s:23:\"cyber-carousel-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"packages/cybercarousel_bundle.jpg\";}}s:14:\"cyber-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"cyber-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"cyber-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"cyber-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"cyber-carousel/slide4.jpg\";}}s:23:\"cyber-carousel-lightbox\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide4.jpg\";}}s:24:\"woocommerce-carousel-one\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"woocommerce-carousel-one/slide1.jpg\";}}s:31:\"woocommerce-carousel-one-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide6.jpg\";}}s:24:\"woocommerce-carousel-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"woocommerce-carousel-two/slide1.jpg\";}}s:31:\"woocommerce-carousel-two-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide6.jpg\";}}s:26:\"woocommerce-feature-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"woocommerce-feature-slider/slide1.jpg\";}}s:33:\"woocommerce-feature-slider-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide6.jpg\";}}s:17:\"woo-liquid-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"woo-liquid-slider/slide1.jpg\";}}s:32:\"woocommerce-liquid-slider-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide6.jpg\";}}s:15:\"woo-slider-pack\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"packages/woosliderpack_dynamic.jpg\";}}s:22:\"woo-slider-pack-static\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"packages/woosliderpack_static.jpg\";}}s:24:\"creative-hero-collection\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"creative-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"creative-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"creative-hero-collection/slide3.jpg\";}}s:19:\"photographer-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"photographer-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"photographer-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"photographer-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"photographer-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"photographer-slider/slide5.jpg\";}}s:17:\"realestate-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"realestate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"realestate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"realestate-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"realestate-slider/slide4.jpg\";}}s:19:\"saas-product-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"saas-product-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"saas-product-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"saas-product-slider/slide3.jpg\";}}s:27:\"cinematic-wildlife-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"packages/cinematic-wildlife-package.jpg\";}}s:25:\"cinematic-wildlife-slider\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide7.jpg\";}}s:24:\"cinematic-wildlife-modal\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide7.jpg\";}}s:32:\"gaming-stats-presentation-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide5.jpg\";}}s:15:\"coffee-flavours\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"coffee-flavors/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"coffee-flavors/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"coffee-flavors/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"coffee-flavors/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"coffee-flavors/slide5.jpg\";}}s:15:\"showreel-slider\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"showreel-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"showreel-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"showreel-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"showreel-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"showreel-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"showreel-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"showreel-slider/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:26:\"showreel-slider/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:26:\"showreel-slider/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:27:\"showreel-slider/slide10.jpg\";}}s:16:\"visual-art-forms\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"visual-art-forms/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"visual-art-forms/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"visual-art-forms/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"visual-art-forms/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"visual-art-forms/slide5.jpg\";}}s:14:\"bg-effect-hero\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"bg-effect-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"bg-effect-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"bg-effect-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"bg-effect-hero/slide4.jpg\";}}s:9:\"cyberfunk\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"cyberfunk/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"cyberfunk/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"cyberfunk/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:20:\"cyberfunk/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:20:\"cyberfunk/slide5.jpg\";}}s:21:\"motion-blur-portfolio\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide8.jpg\";}}s:18:\"portal-effect-hero\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"portal-effect-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"portal-effect-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"portal-effect-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"portal-effect-hero/slide4.jpg\";}}s:15:\"winery-timeline\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"winery-timeline/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"winery-timeline/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"winery-timeline/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"winery-timeline/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"winery-timeline/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"winery-timeline/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"winery-timeline/slide7.jpg\";}}s:25:\"smart-living-one-pager-v1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V1.jpg\";}}s:25:\"smart-living-one-pager-v2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V2.jpg\";}}s:25:\"smart-living-one-pager-v3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V3.jpg\";}}s:6:\"menu-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"menu-1/slide1.jpg\";}}s:14:\"onepage-hero-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"onepage-hero-1/slide1.jpg\";}}s:6:\"about1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"about1/slide1.jpg\";}}s:9:\"services1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"services1/slide1.jpg\";}}s:9:\"projects1\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"projects1/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"projects1/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"projects1/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:20:\"projects1/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:20:\"projects1/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:20:\"projects1/slide6.jpg\";}}s:8:\"footer-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"footer-1/slide1.jpg\";}}s:23:\"explainer-block-1-part1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-1-part1/slide1.jpg\";}}s:23:\"explainer-block-1-part2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-1-part2/slide1.jpg\";}}s:16:\"projects-modal-1\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"projects-modal-1/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"projects-modal-1/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"projects-modal-1/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"projects-modal-1/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"projects-modal-1/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"projects-modal-1/slide6.jpg\";}}s:6:\"menu-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"menu-2/slide1.jpg\";}}s:6:\"hero-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"hero-2/slide1.jpg\";}}s:10:\"services-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"services-2/services2-thumbnail.jpg\";}}s:7:\"about-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"about-2/slide1.jpg\";}}s:10:\"projects-2\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"projects-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"projects-2/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"projects-2/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"projects-2/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"projects-2/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:21:\"projects-2/slide6.jpg\";}}s:7:\"footer2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"footer2/slide1.jpg\";}}s:23:\"explainer-block-2-part1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-2-part1/slide1.jpg\";}}s:23:\"explainer-block-2-part2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-2-part2/slide1.jpg\";}}s:16:\"projects-modal-2\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"projects-modal-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"projects-modal-2/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"projects-modal-2/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"projects-modal-2/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"projects-modal-2/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"projects-modal-2/slide6.jpg\";}}s:6:\"menu-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"menu-3/slide1.jpg\";}}s:6:\"hero-3\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"hero-3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:17:\"hero-3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:17:\"hero-3/slide3.jpg\";}}s:7:\"about-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"about-3/slide1.jpg\";}}s:10:\"services-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"services-3/slide1.jpg\";}}s:10:\"projects-3\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"projects-3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"projects-3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"projects-3/slide3.jpg\";}}s:8:\"footer-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"footer-3/slide1.jpg\";}}s:23:\"explainer-block-3-part1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-3-part1/slide1.jpg\";}}s:23:\"explainer-block-3-part2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-3-part2/slide1.jpg\";}}s:16:\"projects-modal-3\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"projects-modal-3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"projects-modal-3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"projects-modal-3/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"projects-modal-3/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"projects-modal-3/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"projects-modal-3/slide6.jpg\";}}s:25:\"urban-street-skate-slider\";a:12:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:37:\"urban-street-skate-slider/slide10.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:37:\"urban-street-skate-slider/slide11.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:37:\"urban-street-skate-slider/slide12.jpg\";}}s:13:\"yummy-burgers\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"yummy-burgers/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"yummy-burgers/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"yummy-burgers/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"yummy-burgers/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"yummy-burgers/slide5.jpg\";}}s:37:\"tattoo-event-website-template-package\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"packages/tattoo_event_website_package.jpg\";}}s:24:\"tattoo-event-hero-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"tattoo-event-hero-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"tattoo-event-hero-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"tattoo-event-hero-slider/slide3.jpg\";}}s:18:\"tattoo-event-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"tattoo-event-about/slide1.jpg\";}}s:20:\"tattoo-event-artists\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"tattoo-event-artists/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"tattoo-event-artists/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"tattoo-event-artists/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"tattoo-event-artists/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"tattoo-event-artists/slide5.jpg\";}}s:21:\"tattoo-event-schedule\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"tattoo-event-schedule/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"tattoo-event-schedule/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"tattoo-event-schedule/slide3.jpg\";}}s:17:\"tattoo-event-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"tattoo-event-news/slide1.jpg\";}}s:19:\"tattoo-event-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"tattoo-event-footer/slide1.jpg\";}}s:24:\"startup-website-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"packages/startup-website-template.jpg\";}}s:12:\"startup-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"startup-menu/slide1.jpg\";}}s:12:\"startup-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"startup-hero/slide1.jpg\";}}s:13:\"startup-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"startup-about/slide1.jpg\";}}s:18:\"startup-features-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"startup-features-1/slide1.jpg\";}}s:18:\"startup-features-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"startup-features-2/slide1.jpg\";}}s:12:\"startup-team\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"startup-team/slide1.jpg\";}}s:15:\"startup-reviews\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"startup-reviews/slide1.jpg\";}}s:11:\"startup-cta\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"startup-cta/slide1.jpg\";}}s:14:\"startup-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"startup-footer/slide1.jpg\";}}s:19:\"startup-video-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"startup-video-modal/slide1.jpg\";}}s:32:\"christmas-gift-card-landing-page\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"packages/christmas-gift-card-landing-page.jpg\";}}s:24:\"christmas-landing-page-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"christmas-gift-card-landing-page/slide1.jpg\";}}s:24:\"christmas-landing-page-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"christmas-landing-page-2/slide1.jpg\";}}s:12:\"image-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"image-slider/slide-1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"image-slider/slide-2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"image-slider/slide-3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"image-slider/slide-4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"image-slider/slide-5.jpg\";}}s:17:\"full-width-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"full-width-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"full-width-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"full-width-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"full-width-slider/slide4.jpg\";}}s:20:\"app-website-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"packages/app-website-template.jpg\";}}s:16:\"app-website-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"app-website-menu/slide1.jpg\";}}s:16:\"app-website-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"app-website-hero/slide1.jpg\";}}s:20:\"app-download-buttons\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"app-download-buttons/slide1.jpg\";}}s:17:\"app-website-about\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"app-website-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"app-website-about/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"app-website-about/slide3.jpg\";}}s:20:\"app-website-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"app-website-features/slide1.jpg\";}}s:21:\"app-website-video-cta\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"app-website-video-cta/slide1.jpg\";}}s:23:\"app-website-screenshots\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"app-website-screenshots/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"app-website-screenshots/slide2.jpg\";}}s:22:\"app-testimonials-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"app-testimonials-title/slide1.jpg\";}}s:24:\"app-website-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"app-website-testimonials/slide1.jpg\";}}s:16:\"app-website-team\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"app-website-team/slide1.jpg\";}}s:18:\"app-website-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"app-website-footer/slide1.jpg\";}}s:15:\"app-video-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"app-video-modal/slide1.jpg\";}}s:25:\"testimonial-carousel-pack\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/testimonial-carousel-pack.jpg\";}}s:22:\"testimonial-carousel-1\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"testimonial-carousel-1/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"testimonial-carousel-1/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"testimonial-carousel-1/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"testimonial-carousel-1/slide4.jpg\";}}s:22:\"testimonial-carousel-2\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide5.jpg\";}}s:22:\"testimonial-carousel-3\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"testimonial-carousel-3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"testimonial-carousel-3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"testimonial-carousel-3/slide3.jpg\";}}s:22:\"testimonial-carousel-4\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"testimonial-carousel-4/slide1.jpg\";}}s:22:\"testimonial-carousel-5\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"testimonial-carousel-5/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"testimonial-carousel-5/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"testimonial-carousel-5/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"testimonial-carousel-5/slide4.jpg\";}}s:9:\"deep-dive\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deep-dive/slide1.jpg\";}}s:22:\"particle-wave-showcase\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"particle-wave-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"particle-wave-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"particle-wave-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"particle-wave-showcase/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"particle-wave-showcase/slide5.jpg\";}}s:17:\"video-hero-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"video-hero-header/slide1.jpg\";}}s:28:\"solar-system-showcase-slider\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide9.jpg\";}}s:26:\"Optic-shop-showcase-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide5.jpg\";}}s:24:\"charts-template-showcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"charts-template-showcase/slide1.jpg\";}}s:31:\"fashion-website-slider-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"packages/fashion-website-slider.jpg\";}}s:22:\"fashion-website-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fashion-website-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fashion-website-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"fashion-website-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"fashion-website-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"fashion-website-slider/slide5.jpg\";}}s:28:\"fashion-website-slider-modal\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"fashion-website-slider-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"fashion-website-slider-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"fashion-website-slider-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"fashion-website-slider-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"fashion-website-slider-modal/slide5.jpg\";}}s:24:\"furniture-website-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"furniture-website-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"furniture-website-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"furniture-website-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:35:\"furniture-website-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:35:\"furniture-website-slider/slide5.jpg\";}}}}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(75061, '_elementor_global_css', 'a:6:{s:4:\"time\";i:1617060626;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;b:0;}', 'yes'),
(80572, 'elementor_pro_theme_builder_conditions', 'a:0:{}', 'yes'),
(77281, 'elementor_log', 'a:2:{s:32:\"1bba1900be64b6c772d5bc3527a9764c\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:87:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/plugins/elementor-pro/license/updater.php\";s:7:\"\0*\0line\";i:75;s:7:\"\0*\0date\";s:19:\"2021-03-30 22:55:21\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:28:\"Undefined index: new_version\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-03-30 22:55:21\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:28:\"Undefined index: new_version\";s:4:\"file\";s:87:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/plugins/elementor-pro/license/updater.php\";s:4:\"line\";i:75;s:5:\"trace\";b:1;}}s:32:\"1528cb9a4321c72827f4b90459be0b3b\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:107:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/plugins/elementor/includes/template-library/sources/local.php\";s:7:\"\0*\0line\";i:701;s:7:\"\0*\0date\";s:19:\"2021-07-08 23:41:54\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:60:\"ob_end_clean(): failed to delete buffer. No buffer to delete\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:7;s:14:\"\0*\0times_dates\";a:7:{i:0;s:19:\"2021-07-08 23:41:54\";i:1;s:19:\"2021-07-08 23:43:47\";i:2;s:19:\"2021-08-01 23:08:21\";i:3;s:19:\"2021-08-01 23:08:33\";i:4;s:19:\"2021-08-01 23:16:20\";i:5;s:19:\"2021-08-01 23:18:46\";i:6;s:19:\"2021-08-01 23:21:19\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:60:\"ob_end_clean(): failed to delete buffer. No buffer to delete\";s:4:\"file\";s:107:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/plugins/elementor/includes/template-library/sources/local.php\";s:4:\"line\";i:701;s:5:\"trace\";b:1;}}}', 'no'),
(162576, 'rs-templates-new', '', 'no');

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

--
-- Estructura de tabla para la tabla `wp_postmeta`
--

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

--
-- Volcado de datos para la tabla `wp_postmeta`
--

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4268, 801, '_wpb_shortcodes_custom_css', '.vc_custom_1469013162755{margin-top: -51px !important;}.vc_custom_1469442093175{margin-top: -41px !important;}.vc_custom_1576161709493{background-color: #ffffff !important;}.vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576162034578{background-color: #ffffff !important;}.vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576522810815{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}.vc_custom_1576846529797{padding-top: 100px !important;padding-bottom: 100px !important;}'),
(3871, 699, '_wpb_shortcodes_custom_css', '.vc_custom_1467372078262{background-color: #ffffff !important;}.vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467372093261{background-color: #ffffff !important;}.vc_custom_1467371774795{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;}.vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}'),
(109, 14, '_edit_last', '18'),
(110, 14, '_wp_page_template', 'default'),
(111, 14, 'slide_template', 'default'),
(112, 14, 'eg_sources_html5_mp4', ''),
(113, 14, 'eg_sources_html5_ogv', ''),
(114, 14, 'eg_sources_html5_webm', ''),
(115, 14, 'eg_sources_youtube', ''),
(116, 14, 'eg_sources_vimeo', ''),
(117, 14, 'eg_sources_wistia', ''),
(118, 14, 'eg_sources_image', ''),
(119, 14, 'eg_sources_iframe', ''),
(120, 14, 'eg_sources_soundcloud', ''),
(121, 14, 'eg_vimeo_ratio', '0'),
(122, 14, 'eg_youtube_ratio', '0'),
(123, 14, 'eg_wistia_ratio', '0'),
(124, 14, 'eg_html5_ratio', '0'),
(125, 14, 'eg_soundcloud_ratio', '0'),
(126, 14, 'eg_settings_custom_meta_skin', ''),
(127, 14, 'eg_settings_custom_meta_element', ''),
(128, 14, 'eg_settings_custom_meta_setting', ''),
(129, 14, 'eg_settings_custom_meta_style', ''),
(130, 14, 'eg_sources_revslider', ''),
(131, 14, 'poolservices_post_options', 'a:100:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:2:\"no\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:2:\"no\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:16:\"show_panel_image\";s:3:\"yes\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(4109, 738, '_wpb_shortcodes_custom_css', '.vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467372093261{background-color: #ffffff !important;}.vc_custom_1467371774795{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;}.vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}'),
(4111, 739, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:761;s:4:\"file\";s:26:\"2019/12/foto-estudio-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"foto-estudio-1-237x300.png\";s:5:\"width\";i:237;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"foto-estudio-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(132, 14, '_wpb_vc_js_status', 'true'),
(133, 14, 'poolservices_post_views_count', '1726'),
(134, 14, 'poolservices_post_likes_count', '0'),
(135, 14, '_edit_lock', '1584033617:18'),
(5028, 1173, 'hefo_before', '0'),
(5029, 1173, 'hefo_after', '0'),
(5030, 1173, 'slide_template', 'default'),
(5031, 1173, 'eg_sources_html5_mp4', ''),
(5032, 1173, 'eg_sources_html5_ogv', ''),
(5033, 1173, 'eg_sources_html5_webm', ''),
(5034, 1173, 'eg_sources_youtube', ''),
(5035, 1173, 'eg_sources_vimeo', ''),
(5036, 1173, 'eg_sources_wistia', ''),
(5037, 1173, 'eg_sources_image', ''),
(5038, 1173, 'eg_sources_iframe', ''),
(5039, 1173, 'eg_sources_soundcloud', ''),
(5040, 1173, 'eg_vimeo_ratio', '1'),
(5041, 1173, 'eg_youtube_ratio', '1'),
(5042, 1173, 'eg_wistia_ratio', '1'),
(5043, 1173, 'eg_html5_ratio', '1'),
(5044, 1173, 'eg_soundcloud_ratio', '1'),
(5045, 1173, 'eg_sources_revslider', ''),
(5046, 1173, 'eg_sources_essgrid', ''),
(5047, 1173, 'eg_featured_grid', ''),
(5048, 1173, 'eg_settings_custom_meta_skin', ''),
(5049, 1173, 'eg_settings_custom_meta_element', ''),
(5050, 1173, 'eg_settings_custom_meta_setting', ''),
(5051, 1173, 'eg_settings_custom_meta_style', ''),
(5052, 1173, 'eg_custom_meta_216', 'true'),
(5053, 1173, 'eg_votes_count', '0'),
(5054, 1173, 'poolservices_post_options', 'a:100:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:16:\"show_panel_image\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(3842, 694, '_menu_item_type', 'post_type'),
(343, 36, '_edit_last', '1'),
(344, 36, '_edit_lock', '1578594782:1'),
(345, 36, '_wp_page_template', 'default'),
(346, 36, 'slide_template', 'default'),
(347, 36, 'eg_sources_html5_mp4', ''),
(348, 36, 'eg_sources_html5_ogv', ''),
(349, 36, 'eg_sources_html5_webm', ''),
(350, 36, 'eg_sources_youtube', ''),
(351, 36, 'eg_sources_vimeo', ''),
(352, 36, 'eg_sources_wistia', ''),
(353, 36, 'eg_sources_image', ''),
(354, 36, 'eg_sources_iframe', ''),
(355, 36, 'eg_sources_soundcloud', ''),
(356, 36, 'eg_vimeo_ratio', '0'),
(357, 36, 'eg_youtube_ratio', '0'),
(358, 36, 'eg_wistia_ratio', '0'),
(359, 36, 'eg_html5_ratio', '0'),
(360, 36, 'eg_soundcloud_ratio', '0'),
(361, 36, 'eg_settings_custom_meta_skin', ''),
(362, 36, 'eg_settings_custom_meta_element', ''),
(363, 36, 'eg_settings_custom_meta_setting', ''),
(364, 36, 'eg_settings_custom_meta_style', ''),
(365, 36, 'eg_sources_revslider', ''),
(366, 36, 'poolservices_post_options', 'a:100:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:2:\"no\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:65:\"http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:6:\"always\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:16:\"show_panel_image\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(3843, 694, '_menu_item_menu_item_parent', '0'),
(3844, 694, '_menu_item_object_id', '63'),
(3845, 694, '_menu_item_object', 'page'),
(3846, 694, '_menu_item_target', ''),
(3847, 694, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3848, 694, '_menu_item_xfn', ''),
(3849, 694, '_menu_item_url', ''),
(4270, 803, '_wpb_shortcodes_custom_css', '.vc_custom_1576847200943{margin-top: -51px !important;}.vc_custom_1576847121890{margin-top: -41px !important;}.vc_custom_1576161709493{background-color: #ffffff !important;}.vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576162034578{background-color: #ffffff !important;}.vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576522810815{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}.vc_custom_1576846529797{padding-top: 100px !important;padding-bottom: 100px !important;}'),
(367, 36, '_wpb_vc_js_status', 'true'),
(368, 36, 'poolservices_post_views_count', '2863'),
(369, 36, 'poolservices_post_likes_count', '0'),
(3873, 701, '_wpb_shortcodes_custom_css', '.vc_custom_1468838914794{background-color: #ffffff !important;}.vc_custom_1469442147218{margin-top: -41px !important;}.vc_custom_1468922676153{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-8.jpg?id=226) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467380435876{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}'),
(399, 40, '_edit_last', '1'),
(400, 40, '_edit_lock', '1576677654:1'),
(401, 40, '_wp_page_template', 'default'),
(402, 40, 'slide_template', 'default'),
(403, 40, 'eg_sources_html5_mp4', ''),
(404, 40, 'eg_sources_html5_ogv', ''),
(405, 40, 'eg_sources_html5_webm', ''),
(406, 40, 'eg_sources_youtube', ''),
(407, 40, 'eg_sources_vimeo', ''),
(408, 40, 'eg_sources_wistia', ''),
(409, 40, 'eg_sources_image', ''),
(410, 40, 'eg_sources_iframe', ''),
(411, 40, 'eg_sources_soundcloud', ''),
(412, 40, 'eg_vimeo_ratio', '0'),
(413, 40, 'eg_youtube_ratio', '0'),
(414, 40, 'eg_wistia_ratio', '0'),
(415, 40, 'eg_html5_ratio', '0'),
(416, 40, 'eg_soundcloud_ratio', '0'),
(417, 40, 'eg_settings_custom_meta_skin', ''),
(418, 40, 'eg_settings_custom_meta_element', ''),
(419, 40, 'eg_settings_custom_meta_setting', ''),
(420, 40, 'eg_settings_custom_meta_style', ''),
(421, 40, 'eg_sources_revslider', ''),
(422, 40, 'poolservices_post_options', 'a:100:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:2:\"no\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:16:\"show_panel_image\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:14:\"show_googlemap\";s:2:\"no\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(423, 40, '_wpb_vc_js_status', 'true'),
(424, 40, 'poolservices_post_views_count', '2771'),
(425, 40, 'poolservices_post_likes_count', '0'),
(3834, 688, '_wpb_shortcodes_custom_css', '.vc_custom_1469013162755{margin-top: -51px !important;}.vc_custom_1469442093175{margin-top: -41px !important;}.vc_custom_1467633836778{background-color: #ffffff !important;}.vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467633847845{background-color: #ffffff !important;}.vc_custom_1469019582720{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467633867939{background-color: #ffffff !important;}.vc_custom_1469020819107{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467380435876{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}.vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}'),
(427, 42, '_edit_last', '1'),
(428, 42, '_wp_page_template', 'default'),
(429, 42, 'slide_template', 'default'),
(430, 42, 'eg_sources_html5_mp4', ''),
(431, 42, 'eg_sources_html5_ogv', ''),
(432, 42, 'eg_sources_html5_webm', ''),
(433, 42, 'eg_sources_youtube', ''),
(434, 42, 'eg_sources_vimeo', ''),
(435, 42, 'eg_sources_wistia', ''),
(436, 42, 'eg_sources_image', ''),
(437, 42, 'eg_sources_iframe', ''),
(438, 42, 'eg_sources_soundcloud', ''),
(439, 42, 'eg_vimeo_ratio', '0'),
(440, 42, 'eg_youtube_ratio', '0'),
(441, 42, 'eg_wistia_ratio', '0'),
(442, 42, 'eg_html5_ratio', '0'),
(443, 42, 'eg_soundcloud_ratio', '0'),
(444, 42, 'eg_settings_custom_meta_skin', ''),
(445, 42, 'eg_settings_custom_meta_element', ''),
(446, 42, 'eg_settings_custom_meta_setting', ''),
(447, 42, 'eg_settings_custom_meta_style', ''),
(448, 42, 'eg_sources_revslider', ''),
(449, 42, 'poolservices_post_options', 'a:100:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:2:\"no\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:16:\"show_panel_image\";s:2:\"no\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:4:\"over\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:3:\"yes\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:4:\"revo\";s:12:\"slider_alias\";s:11:\"Homeslider1\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(450, 42, '_wpb_vc_js_status', 'true'),
(451, 42, 'poolservices_post_views_count', '33596'),
(452, 42, 'poolservices_post_likes_count', '0'),
(453, 42, '_edit_lock', '1618460939:18'),
(454, 44, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(455, 44, '_menu_item_type', 'post_type'),
(456, 44, '_menu_item_menu_item_parent', '282'),
(457, 44, '_menu_item_object_id', '42'),
(458, 44, '_menu_item_object', 'page'),
(459, 44, '_menu_item_target', ''),
(460, 44, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(461, 44, '_menu_item_xfn', ''),
(462, 44, '_menu_item_url', ''),
(464, 45, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(465, 45, '_menu_item_type', 'post_type'),
(466, 45, '_menu_item_menu_item_parent', '0'),
(467, 45, '_menu_item_object_id', '40'),
(468, 45, '_menu_item_object', 'page'),
(469, 45, '_menu_item_target', ''),
(470, 45, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(471, 45, '_menu_item_xfn', ''),
(472, 45, '_menu_item_url', ''),
(484, 47, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(485, 47, '_menu_item_type', 'post_type'),
(486, 47, '_menu_item_menu_item_parent', '0'),
(487, 47, '_menu_item_object_id', '36'),
(488, 47, '_menu_item_object', 'page'),
(489, 47, '_menu_item_target', ''),
(490, 47, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(491, 47, '_menu_item_xfn', ''),
(492, 47, '_menu_item_url', ''),
(494, 48, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(495, 48, '_menu_item_type', 'post_type'),
(496, 48, '_menu_item_menu_item_parent', '0'),
(497, 48, '_menu_item_object_id', '14'),
(498, 48, '_menu_item_object', 'page'),
(499, 48, '_menu_item_target', ''),
(500, 48, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(501, 48, '_menu_item_xfn', ''),
(502, 48, '_menu_item_url', ''),
(504, 49, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(505, 49, '_menu_item_type', 'custom'),
(506, 49, '_menu_item_menu_item_parent', '0'),
(507, 49, '_menu_item_object_id', '49'),
(508, 49, '_menu_item_object', 'custom'),
(509, 49, '_menu_item_target', ''),
(510, 49, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(511, 49, '_menu_item_xfn', ''),
(512, 49, '_menu_item_url', '#'),
(514, 50, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(515, 50, '_menu_item_type', 'custom'),
(516, 50, '_menu_item_menu_item_parent', '0'),
(517, 50, '_menu_item_object_id', '50'),
(518, 50, '_menu_item_object', 'custom'),
(519, 50, '_menu_item_target', ''),
(520, 50, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(521, 50, '_menu_item_xfn', ''),
(522, 50, '_menu_item_url', '#'),
(5027, 1173, '_wp_page_template', 'default'),
(5026, 1173, '_edit_last', '18'),
(4396, 884, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:286;s:6:\"height\";i:100;s:4:\"file\";s:25:\"2020/01/logo-original.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"logo-original-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;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:{}}}'),
(4395, 884, '_wp_attached_file', '2020/01/logo-original.png'),
(663, 63, '_edit_last', '1'),
(664, 63, '_edit_lock', '1579011999:1'),
(665, 63, '_wp_page_template', 'default'),
(666, 63, 'slide_template', 'default'),
(667, 63, 'eg_sources_html5_mp4', ''),
(668, 63, 'eg_sources_html5_ogv', ''),
(669, 63, 'eg_sources_html5_webm', ''),
(670, 63, 'eg_sources_youtube', ''),
(671, 63, 'eg_sources_vimeo', ''),
(672, 63, 'eg_sources_wistia', ''),
(673, 63, 'eg_sources_image', ''),
(674, 63, 'eg_sources_iframe', ''),
(675, 63, 'eg_sources_soundcloud', ''),
(676, 63, 'eg_vimeo_ratio', '0'),
(677, 63, 'eg_youtube_ratio', '0'),
(678, 63, 'eg_wistia_ratio', '0'),
(679, 63, 'eg_html5_ratio', '0'),
(680, 63, 'eg_soundcloud_ratio', '0'),
(681, 63, 'eg_settings_custom_meta_skin', ''),
(682, 63, 'eg_settings_custom_meta_element', ''),
(683, 63, 'eg_settings_custom_meta_setting', ''),
(684, 63, 'eg_settings_custom_meta_style', ''),
(685, 63, 'eg_sources_revslider', ''),
(686, 63, 'poolservices_post_options', 'a:100:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:16:\"show_panel_image\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:4:\"none\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:2:\"no\";s:21:\"gallery_instead_image\";s:3:\"yes\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:2:\"no\";s:16:\"substitute_video\";s:2:\"no\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(4397, 884, '_wp_attachment_image_alt', 'Logo DaClean'),
(4398, 885, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1578059585201{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(687, 63, '_wpb_vc_js_status', 'true'),
(688, 63, 'poolservices_post_views_count', '748'),
(689, 63, 'poolservices_post_likes_count', '0'),
(691, 63, '_dp_original', '61'),
(692, 65, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(693, 65, '_menu_item_type', 'post_type'),
(694, 65, '_menu_item_menu_item_parent', '71'),
(695, 65, '_menu_item_object_id', '63'),
(696, 65, '_menu_item_object', 'page'),
(697, 65, '_menu_item_target', ''),
(698, 65, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(699, 65, '_menu_item_xfn', ''),
(700, 65, '_menu_item_url', ''),
(742, 70, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(743, 70, '_menu_item_type', 'custom'),
(744, 70, '_menu_item_menu_item_parent', '49'),
(745, 70, '_menu_item_object_id', '70'),
(746, 70, '_menu_item_object', 'custom'),
(747, 70, '_menu_item_target', ''),
(748, 70, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(749, 70, '_menu_item_xfn', ''),
(750, 70, '_menu_item_url', '#'),
(752, 71, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(753, 71, '_menu_item_type', 'custom'),
(754, 71, '_menu_item_menu_item_parent', '49'),
(755, 71, '_menu_item_object_id', '71'),
(756, 71, '_menu_item_object', 'custom'),
(757, 71, '_menu_item_target', ''),
(758, 71, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(759, 71, '_menu_item_xfn', ''),
(760, 71, '_menu_item_url', '#'),
(4269, 802, '_wpb_shortcodes_custom_css', '.vc_custom_1469013162755{margin-top: -51px !important;}.vc_custom_1576847121890{margin-top: -41px !important;}.vc_custom_1576161709493{background-color: #ffffff !important;}.vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576162034578{background-color: #ffffff !important;}.vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576522810815{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}.vc_custom_1576846529797{padding-top: 100px !important;padding-bottom: 100px !important;}'),
(4836, 1116, '_wpb_shortcodes_custom_css', '.vc_custom_1576680491313{padding-top: 150px !important;padding-bottom: 150px !important;}'),
(4842, 1119, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1192;s:6:\"height\";i:1394;s:4:\"file\";s:31:\"2020/02/FotoDalysCanalemp-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"FotoDalysCanalemp-1-257x300.png\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"FotoDalysCanalemp-1-876x1024.png\";s:5:\"width\";i:876;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"FotoDalysCanalemp-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"FotoDalysCanalemp-1-768x898.png\";s:5:\"width\";i:768;s:6:\"height\";i:898;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:{}}}'),
(4843, 1119, '_wp_attachment_image_alt', 'Dalys'),
(4844, 1120, '_wpb_shortcodes_custom_css', '.vc_custom_1576680491313{padding-top: 150px !important;padding-bottom: 150px !important;}'),
(4841, 1119, '_wp_attached_file', '2020/02/FotoDalysCanalemp-1.png'),
(4840, 1118, '_wpb_shortcodes_custom_css', '.vc_custom_1576680491313{padding-top: 150px !important;padding-bottom: 150px !important;}'),
(1502, 127, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1503, 127, '_menu_item_type', 'custom'),
(1504, 127, '_menu_item_menu_item_parent', '49'),
(1505, 127, '_menu_item_object_id', '127'),
(1506, 127, '_menu_item_object', 'custom'),
(1507, 127, '_menu_item_target', ''),
(1508, 127, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1509, 127, '_menu_item_xfn', ''),
(1510, 127, '_menu_item_url', '#'),
(4823, 1111, '_wp_attachment_image_alt', 'Servicio'),
(4824, 723, '_thumbnail_id', '1111'),
(4825, 1112, '_wp_attached_file', '2019/12/4.jpg'),
(4826, 1112, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:13:\"2019/12/4.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"4-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{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:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4827, 1113, '_wp_attached_file', '2019/12/5.jpg'),
(4828, 1113, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:13:\"2019/12/5.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"5-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{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:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4829, 1113, '_wp_attachment_image_alt', 'Servicio'),
(4816, 1109, '_wp_attachment_image_alt', 'Servicio'),
(4817, 1110, '_wp_attached_file', '2019/12/6.jpg'),
(4818, 1110, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:13:\"2019/12/6.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"6-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{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:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"6-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;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:{}}}'),
(4819, 1110, '_wp_attachment_image_alt', 'Servicio'),
(4821, 1111, '_wp_attached_file', '2019/12/2-scaled.jpg'),
(4822, 1111, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:20:\"2019/12/2-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{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:5:\"large\";a:4:{s:4:\"file\";s:14:\"2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{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:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:15:\"2-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:15:\"2-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579087006\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:5:\"2.jpg\";}'),
(5007, 63, '_foogallery_css', 'a:1:{s:15:\"foogallery-core\";a:5:{s:3:\"src\";s:115:\"https://dacleanexpress.com/wp-content/plugins/foogallery/extensions/default-templates/shared/css/foogallery.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"1.9.8\";s:5:\"media\";s:3:\"all\";s:4:\"site\";s:26:\"https://dacleanexpress.com\";}}'),
(4699, 63, '_foogallery', '1076'),
(4697, 1076, 'slide_template', ''),
(4696, 1076, 'foogallery_sort', 'rand');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4689, 1073, '_wpb_shortcodes_custom_css', '.vc_custom_1578331805626{background-color: #1e73be !important;}.vc_custom_1578092877075{padding-top: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578331993096{padding-top: 50px !important;}.vc_custom_1578310244762{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578331846833{padding: 50px !important;}'),
(3936, 723, '_edit_lock', '1581351592:1'),
(4001, 725, '_edit_lock', '1581351450:1'),
(4002, 725, '_edit_last', '1'),
(4003, 725, '_thumbnail_id', '1109'),
(4004, 725, 'slide_template', 'default'),
(4005, 725, 'eg_sources_html5_mp4', ''),
(4006, 725, 'eg_sources_html5_ogv', ''),
(4007, 725, 'eg_sources_html5_webm', ''),
(4008, 725, 'eg_sources_youtube', ''),
(4009, 725, 'eg_sources_vimeo', ''),
(4010, 725, 'eg_sources_wistia', ''),
(4011, 725, 'eg_sources_image', ''),
(4012, 725, 'eg_sources_iframe', ''),
(4013, 725, 'eg_sources_soundcloud', ''),
(4014, 725, 'eg_vimeo_ratio', '1'),
(4015, 725, 'eg_youtube_ratio', '1'),
(4016, 725, 'eg_wistia_ratio', '1'),
(5025, 1173, '_edit_lock', '1637785367:18'),
(2198, 167, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2199, 167, '_edit_lock', '1469430317:1'),
(2200, 167, '_edit_last', '1'),
(2201, 167, '_visibility', 'visible'),
(2202, 167, '_stock_status', 'instock'),
(2203, 167, 'total_sales', '0'),
(2204, 167, '_downloadable', 'no'),
(2205, 167, '_virtual', 'no'),
(2206, 167, '_purchase_note', ''),
(2207, 167, '_featured', 'no'),
(2208, 167, '_weight', ''),
(2209, 167, '_length', ''),
(2210, 167, '_width', ''),
(2211, 167, '_height', ''),
(2212, 167, '_sku', ''),
(2213, 167, '_product_attributes', 'a:0:{}'),
(2214, 167, '_regular_price', '12.99'),
(2215, 167, '_sale_price', ''),
(2216, 167, '_sale_price_dates_from', ''),
(2217, 167, '_sale_price_dates_to', ''),
(2218, 167, '_price', '12.99'),
(2219, 167, '_sold_individually', ''),
(2220, 167, '_manage_stock', 'no'),
(2221, 167, '_backorders', 'no'),
(2222, 167, '_stock', ''),
(2223, 167, '_upsell_ids', 'a:0:{}'),
(2224, 167, '_crosssell_ids', 'a:0:{}'),
(2225, 167, '_product_version', '2.6.3'),
(2226, 167, '_product_image_gallery', ''),
(2227, 167, 'slide_template', 'default'),
(2228, 167, 'eg_sources_html5_mp4', ''),
(2229, 167, 'eg_sources_html5_ogv', ''),
(2230, 167, 'eg_sources_html5_webm', ''),
(2231, 167, 'eg_sources_youtube', ''),
(2232, 167, 'eg_sources_vimeo', ''),
(2233, 167, 'eg_sources_wistia', ''),
(2234, 167, 'eg_sources_image', ''),
(2235, 167, 'eg_sources_iframe', ''),
(2236, 167, 'eg_sources_soundcloud', ''),
(2237, 167, 'eg_vimeo_ratio', '0'),
(2238, 167, 'eg_youtube_ratio', '0'),
(2239, 167, 'eg_wistia_ratio', '0'),
(2240, 167, 'eg_html5_ratio', '0'),
(2241, 167, 'eg_soundcloud_ratio', '0'),
(2242, 167, 'eg_settings_custom_meta_skin', ''),
(2243, 167, 'eg_settings_custom_meta_element', ''),
(2244, 167, 'eg_settings_custom_meta_setting', ''),
(2245, 167, 'eg_settings_custom_meta_style', ''),
(2246, 167, 'eg_sources_revslider', ''),
(2247, 167, 'poolservices_post_options', 'a:124:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:16:\"show_panel_image\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(2248, 167, 'poolservices_post_views_count', '832'),
(2249, 167, 'poolservices_post_likes_count', '0'),
(2256, 167, '_wp_old_slug', 'pool-cleaners'),
(2257, 170, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2258, 170, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2259, 170, '_edit_lock', '1467293673:1'),
(2260, 170, '_edit_last', '1'),
(2261, 170, '_visibility', 'visible'),
(2262, 170, '_stock_status', 'instock'),
(2263, 170, 'total_sales', '0'),
(2264, 170, '_downloadable', 'no'),
(2265, 170, '_virtual', 'no'),
(2266, 170, '_purchase_note', ''),
(2267, 170, '_featured', 'no'),
(2268, 170, '_weight', ''),
(2269, 170, '_length', ''),
(2270, 170, '_width', ''),
(2271, 170, '_height', ''),
(2272, 170, '_sku', ''),
(2273, 170, '_product_attributes', 'a:0:{}'),
(2274, 170, '_regular_price', '41.99'),
(2275, 170, '_sale_price', ''),
(2276, 170, '_sale_price_dates_from', ''),
(2277, 170, '_sale_price_dates_to', ''),
(2278, 170, '_price', '41.99'),
(2279, 170, '_sold_individually', ''),
(2280, 170, '_manage_stock', 'no'),
(2281, 170, '_backorders', 'no'),
(2282, 170, '_stock', ''),
(2283, 170, '_upsell_ids', 'a:0:{}'),
(2284, 170, '_crosssell_ids', 'a:0:{}'),
(2285, 170, '_product_version', '2.6.1'),
(2286, 170, '_product_image_gallery', ''),
(2287, 170, 'slide_template', ''),
(2288, 170, 'eg_sources_html5_mp4', ''),
(2289, 170, 'eg_sources_html5_ogv', ''),
(2290, 170, 'eg_sources_html5_webm', ''),
(2291, 170, 'eg_sources_youtube', ''),
(2292, 170, 'eg_sources_vimeo', ''),
(2293, 170, 'eg_sources_wistia', ''),
(2294, 170, 'eg_sources_image', ''),
(2295, 170, 'eg_sources_iframe', ''),
(2296, 170, 'eg_sources_soundcloud', ''),
(2297, 170, 'eg_vimeo_ratio', '0'),
(2298, 170, 'eg_youtube_ratio', '0'),
(2299, 170, 'eg_wistia_ratio', '0'),
(2300, 170, 'eg_html5_ratio', '0'),
(2301, 170, 'eg_soundcloud_ratio', '0'),
(2302, 170, 'eg_settings_custom_meta_skin', ''),
(2303, 170, 'eg_settings_custom_meta_element', ''),
(2304, 170, 'eg_settings_custom_meta_setting', ''),
(2305, 170, 'eg_settings_custom_meta_style', ''),
(2306, 170, 'eg_sources_revslider', ''),
(2307, 170, 'poolservices_post_options', 'a:124:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(2308, 170, 'poolservices_post_views_count', '798'),
(2309, 170, 'poolservices_post_likes_count', '0'),
(2310, 170, '_wc_rating_count', 'a:0:{}'),
(2311, 170, '_wc_review_count', '0'),
(2312, 170, '_wc_average_rating', '0'),
(2314, 170, '_wp_old_slug', 'pool-cleaners'),
(2315, 170, '_dp_original', '167'),
(2319, 170, '_wp_old_slug', 'pool-leaf-skimmer-aluminum'),
(2320, 172, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2321, 172, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2322, 172, '_edit_lock', '1467293621:1'),
(2323, 172, '_edit_last', '1'),
(2324, 172, '_visibility', 'visible'),
(2325, 172, '_stock_status', 'instock'),
(2326, 172, 'total_sales', '0'),
(2327, 172, '_downloadable', 'no'),
(2328, 172, '_virtual', 'no'),
(2329, 172, '_purchase_note', ''),
(2330, 172, '_featured', 'no'),
(2331, 172, '_weight', ''),
(2332, 172, '_length', ''),
(2333, 172, '_width', ''),
(2334, 172, '_height', ''),
(2335, 172, '_sku', ''),
(2336, 172, '_product_attributes', 'a:0:{}'),
(2337, 172, '_regular_price', '19.99'),
(2338, 172, '_sale_price', ''),
(2339, 172, '_sale_price_dates_from', ''),
(2340, 172, '_sale_price_dates_to', ''),
(2341, 172, '_price', '19.99'),
(2342, 172, '_sold_individually', ''),
(2343, 172, '_manage_stock', 'no'),
(2344, 172, '_backorders', 'no'),
(2345, 172, '_stock', ''),
(2346, 172, '_upsell_ids', 'a:0:{}'),
(2347, 172, '_crosssell_ids', 'a:0:{}'),
(2348, 172, '_product_version', '2.6.1'),
(2349, 172, '_product_image_gallery', ''),
(2350, 172, 'slide_template', ''),
(2351, 172, 'eg_sources_html5_mp4', ''),
(2352, 172, 'eg_sources_html5_ogv', ''),
(2353, 172, 'eg_sources_html5_webm', ''),
(2354, 172, 'eg_sources_youtube', ''),
(2355, 172, 'eg_sources_vimeo', ''),
(2356, 172, 'eg_sources_wistia', ''),
(2357, 172, 'eg_sources_image', ''),
(2358, 172, 'eg_sources_iframe', ''),
(2359, 172, 'eg_sources_soundcloud', ''),
(2360, 172, 'eg_vimeo_ratio', '0'),
(2361, 172, 'eg_youtube_ratio', '0'),
(2362, 172, 'eg_wistia_ratio', '0'),
(2363, 172, 'eg_html5_ratio', '0'),
(2364, 172, 'eg_soundcloud_ratio', '0'),
(2365, 172, 'eg_settings_custom_meta_skin', ''),
(2366, 172, 'eg_settings_custom_meta_element', ''),
(2367, 172, 'eg_settings_custom_meta_setting', ''),
(2368, 172, 'eg_settings_custom_meta_style', ''),
(2369, 172, 'eg_sources_revslider', ''),
(2370, 172, 'poolservices_post_options', 'a:124:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(2371, 172, 'poolservices_post_views_count', '1145'),
(2372, 172, 'poolservices_post_likes_count', '0'),
(2373, 172, '_wc_rating_count', 'a:0:{}'),
(2374, 172, '_wc_review_count', '0'),
(2375, 172, '_wc_average_rating', '0'),
(2377, 172, '_wp_old_slug', 'pool-cleaners'),
(2378, 172, '_dp_original', '167'),
(2382, 172, '_wp_old_slug', 'blue-heavy-duty-backwash-hose'),
(2383, 174, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2384, 174, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2385, 174, '_edit_lock', '1469430318:1'),
(2386, 174, '_edit_last', '1'),
(2387, 174, '_visibility', 'visible'),
(2388, 174, '_stock_status', 'instock'),
(2389, 174, 'total_sales', '0'),
(2390, 174, '_downloadable', 'no'),
(2391, 174, '_virtual', 'no'),
(2392, 174, '_purchase_note', ''),
(2393, 174, '_featured', 'no'),
(2394, 174, '_weight', ''),
(2395, 174, '_length', ''),
(2396, 174, '_width', ''),
(2397, 174, '_height', ''),
(2398, 174, '_sku', ''),
(2399, 174, '_product_attributes', 'a:0:{}'),
(2400, 174, '_regular_price', '12.99'),
(2401, 174, '_sale_price', ''),
(2402, 174, '_sale_price_dates_from', ''),
(2403, 174, '_sale_price_dates_to', ''),
(2404, 174, '_price', '12.99'),
(2405, 174, '_sold_individually', ''),
(2406, 174, '_manage_stock', 'no'),
(2407, 174, '_backorders', 'no'),
(2408, 174, '_stock', ''),
(2409, 174, '_upsell_ids', 'a:0:{}'),
(2410, 174, '_crosssell_ids', 'a:0:{}'),
(2411, 174, '_product_version', '2.6.3'),
(2412, 174, '_product_image_gallery', ''),
(2413, 174, 'slide_template', 'default'),
(2414, 174, 'eg_sources_html5_mp4', ''),
(2415, 174, 'eg_sources_html5_ogv', ''),
(2416, 174, 'eg_sources_html5_webm', ''),
(2417, 174, 'eg_sources_youtube', ''),
(2418, 174, 'eg_sources_vimeo', ''),
(2419, 174, 'eg_sources_wistia', ''),
(2420, 174, 'eg_sources_image', ''),
(2421, 174, 'eg_sources_iframe', ''),
(2422, 174, 'eg_sources_soundcloud', ''),
(2423, 174, 'eg_vimeo_ratio', '0'),
(2424, 174, 'eg_youtube_ratio', '0'),
(2425, 174, 'eg_wistia_ratio', '0'),
(2426, 174, 'eg_html5_ratio', '0'),
(2427, 174, 'eg_soundcloud_ratio', '0'),
(2428, 174, 'eg_settings_custom_meta_skin', ''),
(2429, 174, 'eg_settings_custom_meta_element', ''),
(2430, 174, 'eg_settings_custom_meta_setting', ''),
(2431, 174, 'eg_settings_custom_meta_style', ''),
(2432, 174, 'eg_sources_revslider', ''),
(2433, 174, 'poolservices_post_options', 'a:124:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:16:\"show_panel_image\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(2434, 174, 'poolservices_post_views_count', '824'),
(2435, 174, 'poolservices_post_likes_count', '0'),
(2440, 174, '_wp_old_slug', 'pool-cleaners'),
(2441, 174, '_dp_original', '167'),
(2445, 176, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2446, 176, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2447, 176, '_edit_lock', '1467293573:1'),
(2448, 176, '_edit_last', '1'),
(2449, 176, '_visibility', 'visible'),
(2450, 176, '_stock_status', 'instock'),
(2451, 176, 'total_sales', '0'),
(2452, 176, '_downloadable', 'no'),
(2453, 176, '_virtual', 'no'),
(2454, 176, '_purchase_note', ''),
(2455, 176, '_featured', 'no'),
(2456, 176, '_weight', ''),
(2457, 176, '_length', ''),
(2458, 176, '_width', ''),
(2459, 176, '_height', ''),
(2460, 176, '_sku', ''),
(2461, 176, '_product_attributes', 'a:0:{}'),
(2462, 176, '_regular_price', '25.99'),
(2463, 176, '_sale_price', ''),
(2464, 176, '_sale_price_dates_from', ''),
(2465, 176, '_sale_price_dates_to', ''),
(2466, 176, '_price', '25.99'),
(2467, 176, '_sold_individually', ''),
(2468, 176, '_manage_stock', 'no'),
(2469, 176, '_backorders', 'no'),
(2470, 176, '_stock', ''),
(2471, 176, '_upsell_ids', 'a:0:{}'),
(2472, 176, '_crosssell_ids', 'a:0:{}'),
(2473, 176, '_product_version', '2.6.1'),
(2474, 176, '_product_image_gallery', ''),
(2475, 176, 'slide_template', ''),
(2476, 176, 'eg_sources_html5_mp4', ''),
(2477, 176, 'eg_sources_html5_ogv', ''),
(2478, 176, 'eg_sources_html5_webm', ''),
(2479, 176, 'eg_sources_youtube', ''),
(2480, 176, 'eg_sources_vimeo', ''),
(2481, 176, 'eg_sources_wistia', ''),
(2482, 176, 'eg_sources_image', ''),
(2483, 176, 'eg_sources_iframe', ''),
(2484, 176, 'eg_sources_soundcloud', ''),
(2485, 176, 'eg_vimeo_ratio', '0'),
(2486, 176, 'eg_youtube_ratio', '0'),
(2487, 176, 'eg_wistia_ratio', '0'),
(2488, 176, 'eg_html5_ratio', '0'),
(2489, 176, 'eg_soundcloud_ratio', '0'),
(2490, 176, 'eg_settings_custom_meta_skin', ''),
(2491, 176, 'eg_settings_custom_meta_element', ''),
(2492, 176, 'eg_settings_custom_meta_setting', ''),
(2493, 176, 'eg_settings_custom_meta_style', ''),
(2494, 176, 'eg_sources_revslider', ''),
(2495, 176, 'poolservices_post_options', 'a:124:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(2496, 176, 'poolservices_post_views_count', '532'),
(2497, 176, 'poolservices_post_likes_count', '0'),
(2498, 176, '_wc_rating_count', 'a:0:{}'),
(2499, 176, '_wc_review_count', '0'),
(2500, 176, '_wc_average_rating', '0'),
(2502, 176, '_wp_old_slug', 'pool-cleaners'),
(2503, 176, '_dp_original', '167'),
(2507, 178, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2508, 178, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2509, 178, '_edit_lock', '1467293561:1'),
(2510, 178, '_edit_last', '1'),
(2511, 178, '_visibility', 'visible'),
(2512, 178, '_stock_status', 'instock'),
(2513, 178, 'total_sales', '0'),
(2514, 178, '_downloadable', 'no'),
(2515, 178, '_virtual', 'no'),
(2516, 178, '_purchase_note', ''),
(2517, 178, '_featured', 'no'),
(2518, 178, '_weight', ''),
(2519, 178, '_length', ''),
(2520, 178, '_width', ''),
(2521, 178, '_height', ''),
(2522, 178, '_sku', ''),
(2523, 178, '_product_attributes', 'a:0:{}'),
(2524, 178, '_regular_price', '44.99'),
(2525, 178, '_sale_price', ''),
(2526, 178, '_sale_price_dates_from', ''),
(2527, 178, '_sale_price_dates_to', ''),
(2528, 178, '_price', '44.99'),
(2529, 178, '_sold_individually', ''),
(2530, 178, '_manage_stock', 'no'),
(2531, 178, '_backorders', 'no'),
(2532, 178, '_stock', ''),
(2533, 178, '_upsell_ids', 'a:0:{}'),
(2534, 178, '_crosssell_ids', 'a:0:{}'),
(2535, 178, '_product_version', '2.6.1'),
(2536, 178, '_product_image_gallery', ''),
(2537, 178, 'slide_template', ''),
(2538, 178, 'eg_sources_html5_mp4', ''),
(2539, 178, 'eg_sources_html5_ogv', ''),
(2540, 178, 'eg_sources_html5_webm', ''),
(2541, 178, 'eg_sources_youtube', ''),
(2542, 178, 'eg_sources_vimeo', ''),
(2543, 178, 'eg_sources_wistia', ''),
(2544, 178, 'eg_sources_image', ''),
(2545, 178, 'eg_sources_iframe', ''),
(2546, 178, 'eg_sources_soundcloud', ''),
(2547, 178, 'eg_vimeo_ratio', '0'),
(2548, 178, 'eg_youtube_ratio', '0'),
(2549, 178, 'eg_wistia_ratio', '0'),
(2550, 178, 'eg_html5_ratio', '0'),
(2551, 178, 'eg_soundcloud_ratio', '0'),
(2552, 178, 'eg_settings_custom_meta_skin', ''),
(2553, 178, 'eg_settings_custom_meta_element', ''),
(2554, 178, 'eg_settings_custom_meta_setting', ''),
(2555, 178, 'eg_settings_custom_meta_style', ''),
(2556, 178, 'eg_sources_revslider', ''),
(2557, 178, 'poolservices_post_options', 'a:124:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(2558, 178, 'poolservices_post_views_count', '877'),
(2559, 178, 'poolservices_post_likes_count', '0'),
(2560, 178, '_wc_rating_count', 'a:0:{}'),
(2561, 178, '_wc_review_count', '0'),
(2562, 178, '_wc_average_rating', '0'),
(2564, 178, '_wp_old_slug', 'pool-cleaners'),
(2565, 178, '_dp_original', '167'),
(2569, 178, '_wp_old_slug', 'navigator-pro-suction-pool-cleaner'),
(2570, 180, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2571, 180, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2572, 180, '_edit_lock', '1467293537:1'),
(2573, 180, '_edit_last', '1'),
(2574, 180, '_visibility', 'visible'),
(2575, 180, '_stock_status', 'instock'),
(2576, 180, 'total_sales', '0'),
(2577, 180, '_downloadable', 'no'),
(2578, 180, '_virtual', 'no'),
(2579, 180, '_purchase_note', ''),
(2580, 180, '_featured', 'no'),
(2581, 180, '_weight', ''),
(2582, 180, '_length', ''),
(2583, 180, '_width', ''),
(2584, 180, '_height', ''),
(2585, 180, '_sku', ''),
(2586, 180, '_product_attributes', 'a:0:{}'),
(2587, 180, '_regular_price', '19.99'),
(2588, 180, '_sale_price', ''),
(2589, 180, '_sale_price_dates_from', ''),
(2590, 180, '_sale_price_dates_to', ''),
(2591, 180, '_price', '19.99'),
(2592, 180, '_sold_individually', ''),
(2593, 180, '_manage_stock', 'no'),
(2594, 180, '_backorders', 'no'),
(2595, 180, '_stock', ''),
(2596, 180, '_upsell_ids', 'a:0:{}'),
(2597, 180, '_crosssell_ids', 'a:0:{}'),
(2598, 180, '_product_version', '2.6.1'),
(2599, 180, '_product_image_gallery', ''),
(2600, 180, 'slide_template', ''),
(2601, 180, 'eg_sources_html5_mp4', ''),
(2602, 180, 'eg_sources_html5_ogv', ''),
(2603, 180, 'eg_sources_html5_webm', ''),
(2604, 180, 'eg_sources_youtube', ''),
(2605, 180, 'eg_sources_vimeo', ''),
(2606, 180, 'eg_sources_wistia', ''),
(2607, 180, 'eg_sources_image', ''),
(2608, 180, 'eg_sources_iframe', ''),
(2609, 180, 'eg_sources_soundcloud', ''),
(2610, 180, 'eg_vimeo_ratio', '0'),
(2611, 180, 'eg_youtube_ratio', '0'),
(2612, 180, 'eg_wistia_ratio', '0'),
(2613, 180, 'eg_html5_ratio', '0'),
(2614, 180, 'eg_soundcloud_ratio', '0'),
(2615, 180, 'eg_settings_custom_meta_skin', ''),
(2616, 180, 'eg_settings_custom_meta_element', ''),
(2617, 180, 'eg_settings_custom_meta_setting', ''),
(2618, 180, 'eg_settings_custom_meta_style', ''),
(2619, 180, 'eg_sources_revslider', '');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2620, 180, 'poolservices_post_options', 'a:124:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(2621, 180, 'poolservices_post_views_count', '648'),
(2622, 180, 'poolservices_post_likes_count', '0'),
(2623, 180, '_wc_rating_count', 'a:0:{}'),
(2624, 180, '_wc_review_count', '0'),
(2625, 180, '_wc_average_rating', '0'),
(2627, 180, '_wp_old_slug', 'pool-cleaners'),
(2628, 180, '_dp_original', '167'),
(2632, 182, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2633, 182, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2634, 182, '_edit_lock', '1467293513:1'),
(2635, 182, '_edit_last', '1'),
(2636, 182, '_visibility', 'visible'),
(2637, 182, '_stock_status', 'instock'),
(2638, 182, 'total_sales', '0'),
(2639, 182, '_downloadable', 'no'),
(2640, 182, '_virtual', 'no'),
(2641, 182, '_purchase_note', ''),
(2642, 182, '_featured', 'no'),
(2643, 182, '_weight', ''),
(2644, 182, '_length', ''),
(2645, 182, '_width', ''),
(2646, 182, '_height', ''),
(2647, 182, '_sku', ''),
(2648, 182, '_product_attributes', 'a:0:{}'),
(2649, 182, '_regular_price', '40.99'),
(2650, 182, '_sale_price', ''),
(2651, 182, '_sale_price_dates_from', ''),
(2652, 182, '_sale_price_dates_to', ''),
(2653, 182, '_price', '40.99'),
(2654, 182, '_sold_individually', ''),
(2655, 182, '_manage_stock', 'no'),
(2656, 182, '_backorders', 'no'),
(2657, 182, '_stock', ''),
(2658, 182, '_upsell_ids', 'a:0:{}'),
(2659, 182, '_crosssell_ids', 'a:0:{}'),
(2660, 182, '_product_version', '2.6.1'),
(2661, 182, '_product_image_gallery', ''),
(2662, 182, 'slide_template', ''),
(2663, 182, 'eg_sources_html5_mp4', ''),
(2664, 182, 'eg_sources_html5_ogv', ''),
(2665, 182, 'eg_sources_html5_webm', ''),
(2666, 182, 'eg_sources_youtube', ''),
(2667, 182, 'eg_sources_vimeo', ''),
(2668, 182, 'eg_sources_wistia', ''),
(2669, 182, 'eg_sources_image', ''),
(2670, 182, 'eg_sources_iframe', ''),
(2671, 182, 'eg_sources_soundcloud', ''),
(2672, 182, 'eg_vimeo_ratio', '0'),
(2673, 182, 'eg_youtube_ratio', '0'),
(2674, 182, 'eg_wistia_ratio', '0'),
(2675, 182, 'eg_html5_ratio', '0'),
(2676, 182, 'eg_soundcloud_ratio', '0'),
(2677, 182, 'eg_settings_custom_meta_skin', ''),
(2678, 182, 'eg_settings_custom_meta_element', ''),
(2679, 182, 'eg_settings_custom_meta_setting', ''),
(2680, 182, 'eg_settings_custom_meta_style', ''),
(2681, 182, 'eg_sources_revslider', ''),
(2682, 182, 'poolservices_post_options', 'a:124:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(2683, 182, 'poolservices_post_views_count', '851'),
(2684, 182, 'poolservices_post_likes_count', '0'),
(2685, 182, '_wc_rating_count', 'a:0:{}'),
(2686, 182, '_wc_review_count', '0'),
(2687, 182, '_wc_average_rating', '0'),
(2689, 182, '_wp_old_slug', 'pool-cleaners'),
(2690, 182, '_dp_original', '167'),
(2694, 184, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2695, 184, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2696, 184, '_edit_lock', '1469091832:1'),
(2697, 184, '_edit_last', '1'),
(2698, 184, '_visibility', 'visible'),
(2699, 184, '_stock_status', 'instock'),
(2700, 184, 'total_sales', '0'),
(2701, 184, '_downloadable', 'no'),
(2702, 184, '_virtual', 'no'),
(2703, 184, '_purchase_note', ''),
(2704, 184, '_featured', 'no'),
(2705, 184, '_weight', ''),
(2706, 184, '_length', ''),
(2707, 184, '_width', ''),
(2708, 184, '_height', ''),
(2709, 184, '_sku', ''),
(2710, 184, '_product_attributes', 'a:0:{}'),
(2711, 184, '_regular_price', '12.99'),
(2712, 184, '_sale_price', ''),
(2713, 184, '_sale_price_dates_from', ''),
(2714, 184, '_sale_price_dates_to', ''),
(2715, 184, '_price', '12.99'),
(2716, 184, '_sold_individually', ''),
(2717, 184, '_manage_stock', 'no'),
(2718, 184, '_backorders', 'no'),
(2719, 184, '_stock', ''),
(2720, 184, '_upsell_ids', 'a:0:{}'),
(2721, 184, '_crosssell_ids', 'a:0:{}'),
(2722, 184, '_product_version', '2.6.3'),
(2723, 184, '_product_image_gallery', ''),
(2724, 184, 'slide_template', 'default'),
(2725, 184, 'eg_sources_html5_mp4', ''),
(2726, 184, 'eg_sources_html5_ogv', ''),
(2727, 184, 'eg_sources_html5_webm', ''),
(2728, 184, 'eg_sources_youtube', ''),
(2729, 184, 'eg_sources_vimeo', ''),
(2730, 184, 'eg_sources_wistia', ''),
(2731, 184, 'eg_sources_image', ''),
(2732, 184, 'eg_sources_iframe', ''),
(2733, 184, 'eg_sources_soundcloud', ''),
(2734, 184, 'eg_vimeo_ratio', '0'),
(2735, 184, 'eg_youtube_ratio', '0'),
(2736, 184, 'eg_wistia_ratio', '0'),
(2737, 184, 'eg_html5_ratio', '0'),
(2738, 184, 'eg_soundcloud_ratio', '0'),
(2739, 184, 'eg_settings_custom_meta_skin', ''),
(2740, 184, 'eg_settings_custom_meta_element', ''),
(2741, 184, 'eg_settings_custom_meta_setting', ''),
(2742, 184, 'eg_settings_custom_meta_style', ''),
(2743, 184, 'eg_sources_revslider', ''),
(2744, 184, 'poolservices_post_options', 'a:124:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:16:\"show_panel_image\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(2745, 184, 'poolservices_post_views_count', '875'),
(2746, 184, 'poolservices_post_likes_count', '0'),
(2747, 184, '_wc_rating_count', 'a:0:{}'),
(2748, 184, '_wc_review_count', '0'),
(2749, 184, '_wc_average_rating', '0'),
(2751, 184, '_wp_old_slug', 'pool-cleaners'),
(2752, 184, '_dp_original', '167'),
(2756, 186, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2757, 186, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2758, 186, '_edit_lock', '1469091863:1'),
(2759, 186, '_edit_last', '1'),
(2760, 186, '_visibility', 'visible'),
(2761, 186, '_stock_status', 'instock'),
(2762, 186, 'total_sales', '0'),
(2763, 186, '_downloadable', 'no'),
(2764, 186, '_virtual', 'no'),
(2765, 186, '_purchase_note', ''),
(2766, 186, '_featured', 'no'),
(2767, 186, '_weight', ''),
(2768, 186, '_length', ''),
(2769, 186, '_width', ''),
(2770, 186, '_height', ''),
(2771, 186, '_sku', ''),
(2772, 186, '_product_attributes', 'a:0:{}'),
(2773, 186, '_regular_price', '49.99'),
(2774, 186, '_sale_price', ''),
(2775, 186, '_sale_price_dates_from', ''),
(2776, 186, '_sale_price_dates_to', ''),
(2777, 186, '_price', '49.99'),
(2778, 186, '_sold_individually', ''),
(2779, 186, '_manage_stock', 'no'),
(2780, 186, '_backorders', 'no'),
(2781, 186, '_stock', ''),
(2782, 186, '_upsell_ids', 'a:0:{}'),
(2783, 186, '_crosssell_ids', 'a:0:{}'),
(2784, 186, '_product_version', '2.6.3'),
(2785, 186, '_product_image_gallery', ''),
(2786, 186, 'slide_template', 'default'),
(2787, 186, 'eg_sources_html5_mp4', ''),
(2788, 186, 'eg_sources_html5_ogv', ''),
(2789, 186, 'eg_sources_html5_webm', ''),
(2790, 186, 'eg_sources_youtube', ''),
(2791, 186, 'eg_sources_vimeo', ''),
(2792, 186, 'eg_sources_wistia', ''),
(2793, 186, 'eg_sources_image', ''),
(2794, 186, 'eg_sources_iframe', ''),
(2795, 186, 'eg_sources_soundcloud', ''),
(2796, 186, 'eg_vimeo_ratio', '0'),
(2797, 186, 'eg_youtube_ratio', '0'),
(2798, 186, 'eg_wistia_ratio', '0'),
(2799, 186, 'eg_html5_ratio', '0'),
(2800, 186, 'eg_soundcloud_ratio', '0'),
(2801, 186, 'eg_settings_custom_meta_skin', ''),
(2802, 186, 'eg_settings_custom_meta_element', ''),
(2803, 186, 'eg_settings_custom_meta_setting', ''),
(2804, 186, 'eg_settings_custom_meta_style', ''),
(2805, 186, 'eg_sources_revslider', ''),
(2806, 186, 'poolservices_post_options', 'a:124:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:16:\"show_panel_image\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(2807, 186, 'poolservices_post_views_count', '640'),
(2808, 186, 'poolservices_post_likes_count', '0'),
(2809, 186, '_wc_rating_count', 'a:0:{}'),
(2810, 186, '_wc_review_count', '0'),
(2811, 186, '_wc_average_rating', '0'),
(2813, 186, '_wp_old_slug', 'pool-cleaners'),
(2814, 186, '_dp_original', '167'),
(2818, 186, '_wp_old_slug', 'robotic-in-ground-pool-cleaner'),
(2819, 174, '_wp_old_slug', 'zx-5-in-ground-vacuum-hose'),
(2820, 174, '_wp_old_slug', 'universal-in-ground-vacuum-hose'),
(4698, 1077, '_wpb_shortcodes_custom_css', '.vc_custom_1578088458371{padding-top: 100px !important;}.vc_custom_1578061794443{padding-bottom: 100px !important;}'),
(2914, 208, '_wp_attached_file', '2016/06/background-4.jpg'),
(2915, 208, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:709;s:6:\"height\";i:502;s:4:\"file\";s:24:\"2016/06/background-4.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"background-4-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"background-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"background-4-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"background-4-600x425.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"background-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"background-4-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"background-4-600x425.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"background-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4142, 770, '_wpb_shortcodes_custom_css', '.vc_custom_1576680491313{padding-top: 150px !important;padding-bottom: 150px !important;}'),
(4143, 14, '_wpb_shortcodes_custom_css', '.vc_custom_1576680491313{padding-top: 150px !important;padding-bottom: 150px !important;}'),
(4144, 771, '_wpb_shortcodes_custom_css', '.vc_custom_1469013162755{margin-top: -51px !important;}.vc_custom_1469442093175{margin-top: -41px !important;}.vc_custom_1576161709493{background-color: #ffffff !important;}.vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576162034578{background-color: #ffffff !important;}.vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576522810815{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}.vc_custom_1576596119512{padding-top: 100px !important;padding-bottom: 100px !important;}'),
(4115, 744, '_wpb_shortcodes_custom_css', '.vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576525140326{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;}'),
(4110, 739, '_wp_attached_file', '2019/12/foto-estudio-1.png'),
(2979, 232, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2980, 232, '_menu_item_type', 'custom'),
(2981, 232, '_menu_item_menu_item_parent', '50'),
(2982, 232, '_menu_item_object_id', '232'),
(2983, 232, '_menu_item_object', 'custom'),
(2984, 232, '_menu_item_target', ''),
(2985, 232, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2986, 232, '_menu_item_xfn', ''),
(2987, 232, '_menu_item_url', '#'),
(2989, 236, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2990, 236, '_menu_item_type', 'custom'),
(2991, 236, '_menu_item_menu_item_parent', '0'),
(2992, 236, '_menu_item_object_id', '236'),
(2993, 236, '_menu_item_object', 'custom'),
(2994, 236, '_menu_item_target', ''),
(2995, 236, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2996, 236, '_menu_item_xfn', ''),
(2997, 236, '_menu_item_url', '/services/specialty-services/'),
(2999, 237, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3000, 237, '_menu_item_type', 'custom'),
(3001, 237, '_menu_item_menu_item_parent', '0'),
(3002, 237, '_menu_item_object_id', '237'),
(3003, 237, '_menu_item_object', 'custom'),
(3004, 237, '_menu_item_target', ''),
(3005, 237, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3006, 237, '_menu_item_xfn', ''),
(3007, 237, '_menu_item_url', '/services/pool-maintenance/'),
(3009, 238, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3010, 238, '_menu_item_type', 'custom'),
(3011, 238, '_menu_item_menu_item_parent', '0'),
(3012, 238, '_menu_item_object_id', '238'),
(3013, 238, '_menu_item_object', 'custom'),
(3014, 238, '_menu_item_target', ''),
(3015, 238, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3016, 238, '_menu_item_xfn', ''),
(3017, 238, '_menu_item_url', '/services/pool-repair/'),
(4135, 761, '_wpb_shortcodes_custom_css', '.vc_custom_1576676928851{padding-top: 200px !important;padding-bottom: 200px !important;}'),
(4136, 40, '_wpb_shortcodes_custom_css', '.vc_custom_1576676928851{padding-top: 200px !important;padding-bottom: 200px !important;}'),
(4137, 762, '_wpb_shortcodes_custom_css', '.vc_custom_1576676928851{padding-top: 200px !important;padding-bottom: 200px !important;}'),
(3161, 268, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3162, 268, '_menu_item_type', 'custom'),
(3163, 268, '_menu_item_menu_item_parent', '50'),
(3164, 268, '_menu_item_object_id', '268'),
(3165, 268, '_menu_item_object', 'custom'),
(3166, 268, '_menu_item_target', ''),
(3167, 268, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3168, 268, '_menu_item_xfn', ''),
(3169, 268, '_menu_item_url', '#'),
(4272, 808, '_wpb_shortcodes_custom_css', '.vc_custom_1576848779695{padding-top: 200px !important;padding-bottom: 200px !important;}'),
(4273, 42, '_wpb_shortcodes_custom_css', '.vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578583854413{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1578584005654{background-color: #ffffff !important;}.vc_custom_1578325524399{padding-top: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1578059585201{padding-top: 100px !important;}.vc_custom_1578315951341{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4274, 809, '_wpb_shortcodes_custom_css', '.vc_custom_1576848779695{padding-top: 200px !important;padding-bottom: 200px !important;}'),
(4275, 810, '_wpb_shortcodes_custom_css', '.vc_custom_1576848877910{padding-top: 200px !important;padding-bottom: 200px !important;}'),
(4276, 811, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}'),
(4277, 812, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}'),
(4278, 813, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576848968162{padding-top: 50px !important;}'),
(4145, 772, '_wpb_shortcodes_custom_css', '.vc_custom_1469013162755{margin-top: -51px !important;}.vc_custom_1469442093175{margin-top: -41px !important;}.vc_custom_1576161709493{background-color: #ffffff !important;}.vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576162034578{background-color: #ffffff !important;}.vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576522810815{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}.vc_custom_1576846529797{padding-top: 100px !important;padding-bottom: 100px !important;}'),
(4127, 754, '_wpb_shortcodes_custom_css', '.vc_custom_1469013162755{margin-top: -51px !important;}.vc_custom_1469442093175{margin-top: -41px !important;}.vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576161709493{background-color: #ffffff !important;}.vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576162034578{background-color: #ffffff !important;}.vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576522810815{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}.vc_custom_1576596119512{padding-top: 100px !important;padding-bottom: 100px !important;}'),
(4099, 733, '_wpb_shortcodes_custom_css', '.vc_custom_1469013162755{margin-top: -51px !important;}.vc_custom_1469442093175{margin-top: -41px !important;}.vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576161709493{background-color: #ffffff !important;}.vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576162034578{background-color: #ffffff !important;}.vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576522810815{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}.vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}'),
(3268, 282, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3269, 282, '_menu_item_type', 'custom'),
(3270, 282, '_menu_item_menu_item_parent', '0'),
(3271, 282, '_menu_item_object_id', '282'),
(3272, 282, '_menu_item_object', 'custom'),
(3273, 282, '_menu_item_target', ''),
(3274, 282, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3275, 282, '_menu_item_xfn', ''),
(3276, 282, '_menu_item_url', '#'),
(4814, 1109, '_wp_attached_file', '2019/12/3.jpg'),
(4815, 1109, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:13:\"2019/12/3.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"3-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{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:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4406, 888, '_wp_attached_file', '2020/01/colaboradoras_header.jpg'),
(4407, 888, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:32:\"2020/01/colaboradoras_header.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"colaboradoras_header-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"colaboradoras_header-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"colaboradoras_header-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"colaboradoras_header-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:34:\"colaboradoras_header-1536x1024.jpg\";s:5:\"width\";i:1536;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:{}}}'),
(4408, 888, '_wp_attachment_image_alt', 'Colaboradoras'),
(4409, 890, '_wp_attached_file', '2020/01/galeria_1.jpg'),
(4410, 890, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:600;s:4:\"file\";s:21:\"2020/01/galeria_1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"galeria_1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"galeria_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541164574\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4411, 891, '_wp_attached_file', '2020/01/galeria_2.jpg'),
(4412, 891, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:480;s:6:\"height\";i:600;s:4:\"file\";s:21:\"2020/01/galeria_2.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"galeria_2-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"galeria_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541164585\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4413, 892, '_wp_attached_file', '2020/01/galeria_3.jpg'),
(4414, 892, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:900;s:6:\"height\";i:600;s:4:\"file\";s:21:\"2020/01/galeria_3.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"galeria_3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"galeria_3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"galeria_3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541164650\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4415, 893, '_wp_attached_file', '2020/01/galeria_4.jpg'),
(4416, 893, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:900;s:6:\"height\";i:600;s:4:\"file\";s:21:\"2020/01/galeria_4.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"galeria_4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"galeria_4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"galeria_4-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541164750\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3892, 709, '_wpb_shortcodes_custom_css', '.vc_custom_1469013162755{margin-top: -51px !important;}.vc_custom_1469442093175{margin-top: -41px !important;}.vc_custom_1467633836778{background-color: #ffffff !important;}.vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576161709493{background-color: #ffffff !important;}.vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576162034578{background-color: #ffffff !important;}.vc_custom_1469020819107{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467380435876{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}.vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}'),
(3495, 553, '_edit_lock', '1618440361:18'),
(3496, 553, '_edit_last', '1'),
(3497, 553, '_wp_page_template', 'default'),
(3498, 553, 'slide_template', 'default'),
(3499, 553, 'eg_sources_html5_mp4', ''),
(3500, 553, 'eg_sources_html5_ogv', ''),
(3501, 553, 'eg_sources_html5_webm', ''),
(3502, 553, 'eg_sources_youtube', ''),
(3503, 553, 'eg_sources_vimeo', ''),
(3504, 553, 'eg_sources_wistia', ''),
(3505, 553, 'eg_sources_image', ''),
(3506, 553, 'eg_sources_iframe', ''),
(3507, 553, 'eg_sources_soundcloud', ''),
(3508, 553, 'eg_vimeo_ratio', '0'),
(3509, 553, 'eg_youtube_ratio', '0'),
(3510, 553, 'eg_wistia_ratio', '0'),
(3511, 553, 'eg_html5_ratio', '0'),
(3512, 553, 'eg_soundcloud_ratio', '0'),
(3513, 553, 'eg_settings_custom_meta_skin', ''),
(3514, 553, 'eg_settings_custom_meta_element', ''),
(3515, 553, 'eg_settings_custom_meta_setting', ''),
(3516, 553, 'eg_settings_custom_meta_style', ''),
(3517, 553, 'eg_sources_revslider', '');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3518, 553, 'poolservices_post_options', 'a:100:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:16:\"show_panel_image\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(3519, 553, '_wpb_vc_js_status', 'true'),
(3520, 553, 'poolservices_post_views_count', '515'),
(3521, 553, 'poolservices_post_likes_count', '0'),
(3522, 174, '_wp_old_slug', 'universal-in-ground-hose'),
(3523, 167, '_wp_old_slug', '3-brush-pool-vacuum-head'),
(3524, 184, '_wp_old_slug', 'suction-pool-cleaner-rx73'),
(3525, 186, '_wp_old_slug', 'turbo-in-ground-pool-cleane'),
(3532, 167, '_wc_rating_count', 'a:0:{}'),
(3533, 167, '_wc_average_rating', '0'),
(3534, 174, '_wc_rating_count', 'a:0:{}'),
(3535, 174, '_wc_average_rating', '0'),
(3536, 167, '_wc_review_count', '0'),
(3538, 174, '_wc_review_count', '0'),
(3604, 613, '_order_key', 'wc_order_59e9d284db14b'),
(3605, 613, '_order_currency', 'USD'),
(3606, 613, '_prices_include_tax', 'no'),
(3607, 613, '_customer_ip_address', '42.116.229.195'),
(3608, 613, '_customer_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),
(3609, 613, '_customer_user', '0'),
(3610, 613, '_created_via', 'checkout'),
(3611, 613, '_cart_hash', 'd664aa6654fc78f9145a4144d07734ac'),
(3612, 613, '_order_version', '2.6.11'),
(3613, 613, '_billing_first_name', 'Han'),
(3614, 613, '_billing_last_name', 'Nguyen'),
(3615, 613, '_billing_company', ''),
(3616, 613, '_billing_email', 'official@hannguyen.info'),
(3617, 613, '_billing_phone', '0913616062'),
(3618, 613, '_billing_country', 'US'),
(3619, 613, '_billing_address_1', '40 le duc tho'),
(3620, 613, '_billing_address_2', ''),
(3621, 613, '_billing_city', 'Walnut'),
(3622, 613, '_billing_state', 'AK'),
(3623, 613, '_billing_postcode', '91789'),
(3624, 613, '_shipping_first_name', 'Han'),
(3625, 613, '_shipping_last_name', 'Nguyen'),
(3626, 613, '_shipping_company', ''),
(3627, 613, '_shipping_country', 'US'),
(3628, 613, '_shipping_address_1', '40 le duc tho'),
(3629, 613, '_shipping_address_2', ''),
(3630, 613, '_shipping_city', 'Walnut'),
(3631, 613, '_shipping_state', 'AK'),
(3632, 613, '_shipping_postcode', '91789'),
(3633, 613, '_payment_method', 'paypal'),
(3634, 613, '_payment_method_title', 'PayPal'),
(3635, 613, '_order_shipping', ''),
(3636, 613, '_cart_discount', '0'),
(3637, 613, '_cart_discount_tax', '0'),
(3638, 613, '_order_tax', '0'),
(3639, 613, '_order_shipping_tax', '0'),
(3640, 613, '_order_total', '83.98'),
(4419, 895, '_wp_attached_file', '2020/01/galeria_6.jpg'),
(4420, 895, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:600;s:4:\"file\";s:21:\"2020/01/galeria_6.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"galeria_6-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"galeria_6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541165132\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4421, 896, '_wp_attached_file', '2020/01/galeria_7.jpg'),
(4422, 896, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:600;s:4:\"file\";s:21:\"2020/01/galeria_7.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"galeria_7-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"galeria_7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541165542\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4487, 942, '_wpb_shortcodes_custom_css', '.vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578091230861{padding-top: 100px !important;}'),
(4475, 930, '_wpb_shortcodes_custom_css', '.vc_custom_1578091159250{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}.vc_custom_1577363254551{padding-bottom: 100px !important;}'),
(4473, 928, '_wpb_shortcodes_custom_css', '.vc_custom_1578089401308{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1577363254551{padding-bottom: 100px !important;}'),
(4474, 929, '_wpb_shortcodes_custom_css', '.vc_custom_1578089401308{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1577363254551{padding-bottom: 100px !important;}'),
(4472, 927, '_wpb_shortcodes_custom_css', '.vc_custom_1578089401308{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1577363254551{padding-bottom: 100px !important;}'),
(4471, 926, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1578059585201{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4810, 1105, '_wp_attached_file', '2019/12/servicios_1.jpg'),
(4811, 1105, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:576;s:6:\"height\";i:768;s:4:\"file\";s:23:\"2019/12/servicios_1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"servicios_1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"servicios_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579086981\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4813, 1108, '_wpb_shortcodes_custom_css', '.vc_custom_1576680491313{padding-top: 150px !important;padding-bottom: 150px !important;}'),
(3775, 640, '_action_manager_schedule', 'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1576150605;}'),
(4470, 925, '_wpb_shortcodes_custom_css', '.vc_custom_1578088458371{padding-top: 100px !important;}.vc_custom_1578061794443{padding-bottom: 100px !important;}'),
(4423, 897, '_wp_attached_file', '2020/01/galeria_8.jpg'),
(4424, 897, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:480;s:6:\"height\";i:600;s:4:\"file\";s:21:\"2020/01/galeria_8.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"galeria_8-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"galeria_8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541165567\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4425, 898, '_wp_attached_file', '2020/01/galeria_9.jpg'),
(4426, 898, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:600;s:4:\"file\";s:21:\"2020/01/galeria_9.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"galeria_9-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"galeria_9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541165701\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4427, 899, '_wp_attached_file', '2020/01/galeria_10.jpg'),
(4428, 899, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:900;s:6:\"height\";i:600;s:4:\"file\";s:22:\"2020/01/galeria_10.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"galeria_10-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"galeria_10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"galeria_10-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541165936\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4429, 900, '_wp_attached_file', '2020/01/galeria_11.jpg'),
(4430, 900, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:900;s:6:\"height\";i:600;s:4:\"file\";s:22:\"2020/01/galeria_11.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"galeria_11-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"galeria_11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"galeria_11-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541165966\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"21\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4446, 907, '_wpb_shortcodes_custom_css', '.vc_custom_1578061794443{padding-bottom: 100px !important;}'),
(4447, 908, '_wpb_shortcodes_custom_css', '.vc_custom_1578061794443{padding-bottom: 100px !important;}'),
(4448, 909, '_wpb_shortcodes_custom_css', '.vc_custom_1578061794443{padding-bottom: 100px !important;}'),
(4432, 902, '_wpb_shortcodes_custom_css', '.vc_custom_1578061794443{padding-bottom: 100px !important;}'),
(4433, 63, '_wpb_shortcodes_custom_css', '.vc_custom_1578088458371{padding-top: 100px !important;}.vc_custom_1578061794443{padding-bottom: 100px !important;}'),
(4445, 906, '_wpb_shortcodes_custom_css', '.vc_custom_1578061794443{padding-bottom: 100px !important;}'),
(4434, 903, '_wpb_shortcodes_custom_css', '.vc_custom_1578061794443{padding-bottom: 100px !important;}'),
(4435, 895, 'poolservices_post_views_count', '2'),
(4436, 895, 'poolservices_post_likes_count', '0'),
(4437, 904, '_wpb_shortcodes_custom_css', '.vc_custom_1578061794443{padding-bottom: 100px !important;}'),
(4438, 891, 'poolservices_post_views_count', '2'),
(4439, 891, 'poolservices_post_likes_count', '0'),
(4440, 905, '_wpb_shortcodes_custom_css', '.vc_custom_1578061794443{padding-bottom: 100px !important;}'),
(4441, 892, 'poolservices_post_views_count', '2'),
(4442, 892, 'poolservices_post_likes_count', '0'),
(4443, 900, 'poolservices_post_views_count', '2'),
(4444, 900, 'poolservices_post_likes_count', '0'),
(4691, 1076, '_edit_lock', '1584033790:18'),
(4692, 1076, '_edit_last', '18'),
(4693, 1076, 'foogallery_attachments', 'a:12:{i:0;s:3:\"898\";i:1;s:3:\"891\";i:2;s:3:\"897\";i:3;s:3:\"893\";i:4;s:3:\"895\";i:5;s:3:\"892\";i:6;s:3:\"894\";i:7;s:3:\"896\";i:8;s:3:\"899\";i:9;s:3:\"890\";i:10;s:3:\"900\";i:11;s:3:\"739\";}'),
(4632, 1058, '_wpb_shortcodes_custom_css', '.vc_custom_1578088458371{padding-top: 100px !important;}.vc_custom_1578061794443{padding-bottom: 100px !important;}'),
(4452, 912, '_wpb_shortcodes_custom_css', '.vc_custom_1578061794443{padding-bottom: 100px !important;}'),
(4453, 913, '_wpb_shortcodes_custom_css', '.vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}'),
(4454, 914, '_wpb_shortcodes_custom_css', '.vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}'),
(4455, 915, '_wpb_shortcodes_custom_css', '.vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}'),
(4456, 916, '_wpb_shortcodes_custom_css', '.vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}'),
(4457, 917, '_wpb_shortcodes_custom_css', '.vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}'),
(4458, 918, '_wpb_shortcodes_custom_css', '.vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}'),
(4459, 919, '_wpb_shortcodes_custom_css', '.vc_custom_1578065511674{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-radius: 20px !important;}.vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}'),
(4461, 921, '_wpb_shortcodes_custom_css', '.vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}'),
(4460, 920, '_wpb_shortcodes_custom_css', '.vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}'),
(4462, 922, '_wpb_shortcodes_custom_css', '.vc_custom_1578065814115{padding-top: 50px !important;}.vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}'),
(4463, 923, '_wpb_shortcodes_custom_css', '.vc_custom_1578065858257{padding-top: 100px !important;}.vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}'),
(4476, 931, '_wpb_shortcodes_custom_css', '.vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}.vc_custom_1577363254551{padding-bottom: 100px !important;}'),
(4477, 932, '_wpb_shortcodes_custom_css', '.vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578091230861{padding-top: 100px !important;}.vc_custom_1577363254551{padding-bottom: 100px !important;}'),
(4478, 933, '_wpb_shortcodes_custom_css', '.vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578091230861{padding-top: 100px !important;}.vc_custom_1578091256635{padding-top: 100px !important;}'),
(4479, 934, '_wpb_shortcodes_custom_css', '.vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578091230861{padding-top: 100px !important;}.vc_custom_1578091256635{padding-top: 100px !important;}'),
(4480, 935, '_wpb_shortcodes_custom_css', '.vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578091230861{padding-top: 100px !important;}'),
(4481, 936, '_wpb_shortcodes_custom_css', '.vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578091230861{padding-top: 100px !important;}'),
(4482, 937, '_wpb_shortcodes_custom_css', '.vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578091230861{padding-top: 100px !important;}'),
(4483, 938, '_wpb_shortcodes_custom_css', '.vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578091230861{padding-top: 100px !important;}'),
(4484, 939, '_wpb_shortcodes_custom_css', '.vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578091230861{padding-top: 100px !important;}'),
(4485, 940, '_wpb_shortcodes_custom_css', '.vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578091230861{padding-top: 100px !important;}'),
(4486, 941, '_wpb_shortcodes_custom_css', '.vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578091230861{padding-top: 100px !important;}'),
(4417, 894, '_wp_attached_file', '2020/01/galeria_5.jpg'),
(4418, 894, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:900;s:6:\"height\";i:600;s:4:\"file\";s:21:\"2020/01/galeria_5.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"galeria_5-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"galeria_5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"galeria_5-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541164910\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3739, 636, '_menu_item_type', 'post_type'),
(3740, 636, '_menu_item_menu_item_parent', '0'),
(3741, 636, '_menu_item_object_id', '42'),
(3742, 636, '_menu_item_object', 'page'),
(3743, 636, '_menu_item_target', ''),
(3744, 636, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3745, 636, '_menu_item_xfn', ''),
(3746, 636, '_menu_item_url', ''),
(3748, 637, '_menu_item_type', 'post_type'),
(3749, 637, '_menu_item_menu_item_parent', '0'),
(3750, 637, '_menu_item_object_id', '14'),
(3751, 637, '_menu_item_object', 'page'),
(3752, 637, '_menu_item_target', ''),
(3753, 637, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3754, 637, '_menu_item_xfn', ''),
(3755, 637, '_menu_item_url', ''),
(3776, 641, '_action_manager_schedule', 'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1576150607;}'),
(3757, 638, '_menu_item_type', 'post_type'),
(3758, 638, '_menu_item_menu_item_parent', '0'),
(3759, 638, '_menu_item_object_id', '40'),
(3760, 638, '_menu_item_object', 'page'),
(3761, 638, '_menu_item_target', ''),
(3762, 638, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3763, 638, '_menu_item_xfn', ''),
(3764, 638, '_menu_item_url', ''),
(3766, 639, '_menu_item_type', 'post_type'),
(3767, 639, '_menu_item_menu_item_parent', '0'),
(3768, 639, '_menu_item_object_id', '36'),
(3769, 639, '_menu_item_object', 'page'),
(3770, 639, '_menu_item_target', ''),
(3771, 639, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3772, 639, '_menu_item_xfn', ''),
(3773, 639, '_menu_item_url', ''),
(3777, 642, '_action_manager_schedule', 'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1576150608;}'),
(3778, 643, '_action_manager_schedule', 'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1576150609;}'),
(3779, 644, '_action_manager_schedule', 'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1576150610;}'),
(3780, 645, '_action_manager_schedule', 'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1576150611;}'),
(3781, 646, '_action_manager_schedule', 'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1576150612;}'),
(3782, 647, '_action_manager_schedule', 'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1576150613;}'),
(3783, 648, '_action_manager_schedule', 'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1576150614;}'),
(3784, 649, '_action_manager_schedule', 'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1576150615;}'),
(3785, 650, '_action_manager_schedule', 'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1576150616;}'),
(3786, 651, '_action_manager_schedule', 'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1576150617;}'),
(3787, 652, '_action_manager_schedule', 'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1576150618;}'),
(3788, 653, '_action_manager_schedule', 'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1576150619;}'),
(3789, 654, '_action_manager_schedule', 'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1576150621;}'),
(3790, 655, '_action_manager_schedule', 'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1576150622;}'),
(3791, 656, '_action_manager_schedule', 'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1576150623;}'),
(3792, 657, '_action_manager_schedule', 'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1576150624;}'),
(3793, 658, '_action_manager_schedule', 'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1576150625;}'),
(3794, 659, '_action_manager_schedule', 'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1576150626;}'),
(3795, 660, '_action_manager_schedule', 'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1576150627;}'),
(3796, 661, '_action_manager_schedule', 'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1576150628;}'),
(3797, 662, '_action_manager_schedule', 'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1576150629;}'),
(3798, 663, '_action_manager_schedule', 'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1576150630;}'),
(3799, 664, '_action_manager_schedule', 'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1576150631;}'),
(3800, 665, '_action_manager_schedule', 'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1576150632;}'),
(3801, 666, '_action_manager_schedule', 'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1576150633;}'),
(3802, 667, '_action_manager_schedule', 'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1576150634;}'),
(3803, 668, '_action_manager_schedule', 'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1576150635;}'),
(3804, 669, '_action_manager_schedule', 'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1576150637;}'),
(3805, 670, '_action_manager_schedule', 'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1576150638;}'),
(3806, 671, '_action_manager_schedule', 'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1576150639;}'),
(3807, 672, '_action_manager_schedule', 'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1576150640;}'),
(3808, 673, '_action_manager_schedule', 'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1576150641;}'),
(3809, 674, '_action_manager_schedule', 'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1576150642;}'),
(3810, 675, '_action_manager_schedule', 'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1576150643;}'),
(3811, 676, '_action_manager_schedule', 'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1576150644;}'),
(3812, 677, '_action_manager_schedule', 'O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1576150645;}'),
(3815, 679, '_wp_attached_file', '2019/12/daclean_blanco.png'),
(3816, 679, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:670;s:6:\"height\";i:200;s:4:\"file\";s:26:\"2019/12/daclean_blanco.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"daclean_blanco-300x90.png\";s:5:\"width\";i:300;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"daclean_blanco-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(3817, 679, '_wp_attachment_image_alt', 'daclean_blanco'),
(4488, 943, '_wpb_shortcodes_custom_css', '.vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578091230861{padding-top: 100px !important;}.vc_custom_1578092791552{padding-top: 100px !important;}'),
(4494, 949, '_wpb_shortcodes_custom_css', '.vc_custom_1578092877075{padding-top: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578091230861{padding-top: 100px !important;}.vc_custom_1578093025567{padding-top: 100px !important;}'),
(4489, 944, '_wpb_shortcodes_custom_css', '.vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578091230861{padding-top: 100px !important;}.vc_custom_1578092830332{padding-top: 100px !important;padding-left: 50px !important;}'),
(3825, 686, '_wp_attached_file', '2019/12/daclean_slide-1.jpg'),
(3826, 686, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:27:\"2019/12/daclean_slide-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"daclean_slide-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"daclean_slide-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"daclean_slide-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"daclean_slide-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:28:\"daclean_slide-1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;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:{}}}'),
(3827, 686, '_wp_attachment_image_alt', 'daclean_slide-1'),
(3828, 687, '_wp_attached_file', '2019/12/daclean_slide-2.jpg'),
(3829, 687, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:27:\"2019/12/daclean_slide-2.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"daclean_slide-2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"daclean_slide-2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"daclean_slide-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"daclean_slide-2-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:28:\"daclean_slide-2-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;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:{}}}'),
(3830, 42, 'eg_sources_essgrid', ''),
(3831, 42, 'eg_featured_grid', ''),
(3832, 42, 'eg_custom_meta_216', 'true'),
(3833, 42, 'eg_votes_count', '0'),
(3835, 689, '_wpb_shortcodes_custom_css', '.vc_custom_1469013162755{margin-top: -51px !important;}.vc_custom_1469442093175{margin-top: -41px !important;}.vc_custom_1467633836778{background-color: #ffffff !important;}.vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576161709493{background-color: #ffffff !important;}.vc_custom_1469019582720{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467633867939{background-color: #ffffff !important;}.vc_custom_1469020819107{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467380435876{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}.vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}'),
(3836, 691, '_wpb_shortcodes_custom_css', '.vc_custom_1469013162755{margin-top: -51px !important;}.vc_custom_1469442093175{margin-top: -41px !important;}.vc_custom_1467633836778{background-color: #ffffff !important;}.vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576161709493{background-color: #ffffff !important;}.vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467633867939{background-color: #ffffff !important;}.vc_custom_1469020819107{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467380435876{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}.vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}'),
(3837, 692, '_wpb_shortcodes_custom_css', '.vc_custom_1469013162755{margin-top: -51px !important;}.vc_custom_1469442093175{margin-top: -41px !important;}.vc_custom_1467633836778{background-color: #ffffff !important;}.vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576161709493{background-color: #ffffff !important;}.vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576162034578{background-color: #ffffff !important;}.vc_custom_1469020819107{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467380435876{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}.vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}'),
(3838, 36, 'eg_sources_essgrid', ''),
(3839, 36, 'eg_featured_grid', ''),
(3840, 36, 'eg_custom_meta_216', 'true'),
(3841, 36, 'eg_votes_count', '0'),
(3860, 696, '_wpb_shortcodes_custom_css', '.vc_custom_1469013162755{margin-top: -51px !important;}.vc_custom_1469442093175{margin-top: -41px !important;}.vc_custom_1467633836778{background-color: #ffffff !important;}.vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576161709493{background-color: #ffffff !important;}.vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576162034578{background-color: #ffffff !important;}.vc_custom_1469020819107{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467380435876{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}.vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}'),
(3872, 700, '_wpb_shortcodes_custom_css', '.vc_custom_1469013162755{margin-top: -51px !important;}.vc_custom_1469442093175{margin-top: -41px !important;}.vc_custom_1467633836778{background-color: #ffffff !important;}.vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576161709493{background-color: #ffffff !important;}.vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576162034578{background-color: #ffffff !important;}.vc_custom_1469020819107{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467380435876{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}.vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}'),
(3879, 702, '_wp_attached_file', '2019/12/header-bg.jpg'),
(3880, 702, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:21:\"2019/12/header-bg.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"header-bg-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"header-bg-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"header-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"header-bg-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"header-bg-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;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:{}}}'),
(3881, 702, '_wp_attachment_image_alt', 'Header Clean'),
(3889, 553, 'eg_featured_grid', ''),
(3888, 553, 'eg_sources_essgrid', ''),
(3890, 553, 'eg_custom_meta_216', 'true'),
(3891, 553, 'eg_votes_count', '0'),
(3893, 712, '_wpb_shortcodes_custom_css', '.vc_custom_1469013162755{margin-top: -51px !important;}.vc_custom_1469442093175{margin-top: -41px !important;}.vc_custom_1467633836778{background-color: #ffffff !important;}.vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576161709493{background-color: #ffffff !important;}.vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576162034578{background-color: #ffffff !important;}.vc_custom_1469020819107{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467380435876{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}.vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}'),
(3909, 717, '_wpb_shortcodes_custom_css', '.vc_custom_1469013162755{margin-top: -51px !important;}.vc_custom_1469442093175{margin-top: -41px !important;}.vc_custom_1467633836778{background-color: #ffffff !important;}.vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576161709493{background-color: #ffffff !important;}.vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576162034578{background-color: #ffffff !important;}.vc_custom_1469020819107{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467380435876{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}.vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}'),
(3910, 718, '_wpb_shortcodes_custom_css', '.vc_custom_1469013162755{margin-top: -51px !important;}.vc_custom_1469442093175{margin-top: -41px !important;}.vc_custom_1467633836778{background-color: #ffffff !important;}.vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576161709493{background-color: #ffffff !important;}.vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576162034578{background-color: #ffffff !important;}.vc_custom_1469020819107{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467380435876{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}.vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}'),
(3911, 719, '_wpb_shortcodes_custom_css', '.vc_custom_1469013162755{margin-top: -51px !important;}.vc_custom_1469442093175{margin-top: -41px !important;}.vc_custom_1467633836778{background-color: #ffffff !important;}.vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576161709493{background-color: #ffffff !important;}.vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576162034578{background-color: #ffffff !important;}.vc_custom_1469020819107{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467380435876{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}.vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3912, 720, '_wpb_shortcodes_custom_css', '.vc_custom_1469013162755{margin-top: -51px !important;}.vc_custom_1469442093175{margin-top: -41px !important;}.vc_custom_1467633836778{background-color: #ffffff !important;}.vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576161709493{background-color: #ffffff !important;}.vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576162034578{background-color: #ffffff !important;}.vc_custom_1469020819107{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467380435876{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}.vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}'),
(3913, 721, '_wpb_shortcodes_custom_css', '.vc_custom_1469013162755{margin-top: -51px !important;}.vc_custom_1469442093175{margin-top: -41px !important;}.vc_custom_1467633836778{background-color: #ffffff !important;}.vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576161709493{background-color: #ffffff !important;}.vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576162034578{background-color: #ffffff !important;}.vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467380435876{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}.vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}'),
(3914, 722, '_wpb_shortcodes_custom_css', '.vc_custom_1469013162755{margin-top: -51px !important;}.vc_custom_1469442093175{margin-top: -41px !important;}.vc_custom_1467633836778{background-color: #ffffff !important;}.vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576161709493{background-color: #ffffff !important;}.vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576162034578{background-color: #ffffff !important;}.vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467380435876{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}.vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}'),
(3937, 723, '_edit_last', '1'),
(3939, 723, 'slide_template', 'default'),
(3940, 723, 'eg_sources_html5_mp4', ''),
(3941, 723, 'eg_sources_html5_ogv', ''),
(3942, 723, 'eg_sources_html5_webm', ''),
(3943, 723, 'eg_sources_youtube', ''),
(3944, 723, 'eg_sources_vimeo', ''),
(3945, 723, 'eg_sources_wistia', ''),
(3946, 723, 'eg_sources_image', ''),
(3947, 723, 'eg_sources_iframe', ''),
(3948, 723, 'eg_sources_soundcloud', ''),
(3949, 723, 'eg_vimeo_ratio', '1'),
(3950, 723, 'eg_youtube_ratio', '1'),
(3951, 723, 'eg_wistia_ratio', '1'),
(3952, 723, 'eg_html5_ratio', '1'),
(3953, 723, 'eg_soundcloud_ratio', '1'),
(3954, 723, 'eg_sources_revslider', ''),
(3955, 723, 'eg_sources_essgrid', ''),
(3956, 723, 'eg_featured_grid', ''),
(3957, 723, 'eg_settings_custom_meta_skin', ''),
(3958, 723, 'eg_settings_custom_meta_element', ''),
(3959, 723, 'eg_settings_custom_meta_setting', ''),
(3960, 723, 'eg_settings_custom_meta_style', ''),
(3961, 723, 'eg_custom_meta_216', 'true'),
(3962, 723, 'eg_votes_count', '0'),
(3963, 723, 'poolservices_post_options', 'a:101:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:16:\"show_panel_image\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(3964, 723, 'poolservices_post_views_count', '97'),
(3965, 723, 'poolservices_post_likes_count', '0'),
(3966, 724, '_edit_lock', '1581351443:1'),
(3967, 724, '_edit_last', '1'),
(3968, 724, 'slide_template', 'default'),
(3969, 724, 'eg_sources_html5_mp4', ''),
(3970, 724, 'eg_sources_html5_ogv', ''),
(3971, 724, 'eg_sources_html5_webm', ''),
(3972, 724, 'eg_sources_youtube', ''),
(3973, 724, 'eg_sources_vimeo', ''),
(3974, 724, 'eg_sources_wistia', ''),
(3975, 724, 'eg_sources_image', ''),
(3976, 724, 'eg_sources_iframe', ''),
(3977, 724, 'eg_sources_soundcloud', ''),
(3978, 724, 'eg_vimeo_ratio', '1'),
(3979, 724, 'eg_youtube_ratio', '1'),
(3980, 724, 'eg_wistia_ratio', '1'),
(3981, 724, 'eg_html5_ratio', '1'),
(3982, 724, 'eg_soundcloud_ratio', '1'),
(3983, 724, 'eg_sources_revslider', ''),
(3984, 724, 'eg_sources_essgrid', ''),
(3985, 724, 'eg_featured_grid', ''),
(3986, 724, 'eg_settings_custom_meta_skin', ''),
(3987, 724, 'eg_settings_custom_meta_element', ''),
(3988, 724, 'eg_settings_custom_meta_setting', ''),
(3989, 724, 'eg_settings_custom_meta_style', ''),
(3990, 724, 'eg_custom_meta_216', 'true'),
(3991, 724, 'eg_votes_count', '0'),
(3992, 724, 'poolservices_post_options', 'a:101:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:16:\"show_panel_image\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(3993, 724, 'poolservices_post_views_count', '623'),
(3994, 724, 'poolservices_post_likes_count', '0'),
(3995, 724, '_thumbnail_id', '1113'),
(4017, 725, 'eg_html5_ratio', '1'),
(4018, 725, 'eg_soundcloud_ratio', '1'),
(4019, 725, 'eg_sources_revslider', ''),
(4020, 725, 'eg_sources_essgrid', ''),
(4021, 725, 'eg_featured_grid', ''),
(4022, 725, 'eg_settings_custom_meta_skin', ''),
(4023, 725, 'eg_settings_custom_meta_element', ''),
(4024, 725, 'eg_settings_custom_meta_setting', ''),
(4025, 725, 'eg_settings_custom_meta_style', ''),
(4026, 725, 'eg_custom_meta_216', 'true'),
(4027, 725, 'eg_votes_count', '0'),
(4028, 725, 'poolservices_post_options', 'a:101:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:16:\"show_panel_image\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(4029, 725, 'poolservices_post_views_count', '77'),
(4030, 725, 'poolservices_post_likes_count', '0'),
(4031, 726, '_edit_lock', '1581350919:1'),
(4032, 726, '_edit_last', '1'),
(4033, 726, '_thumbnail_id', '1105'),
(4034, 726, 'slide_template', 'default'),
(4035, 726, 'eg_sources_html5_mp4', ''),
(4036, 726, 'eg_sources_html5_ogv', ''),
(4037, 726, 'eg_sources_html5_webm', ''),
(4038, 726, 'eg_sources_youtube', ''),
(4039, 726, 'eg_sources_vimeo', ''),
(4040, 726, 'eg_sources_wistia', ''),
(4041, 726, 'eg_sources_image', ''),
(4042, 726, 'eg_sources_iframe', ''),
(4043, 726, 'eg_sources_soundcloud', ''),
(4044, 726, 'eg_vimeo_ratio', '1'),
(4045, 726, 'eg_youtube_ratio', '1'),
(4046, 726, 'eg_wistia_ratio', '1'),
(4047, 726, 'eg_html5_ratio', '1'),
(4048, 726, 'eg_soundcloud_ratio', '1'),
(4049, 726, 'eg_sources_revslider', ''),
(4050, 726, 'eg_sources_essgrid', ''),
(4051, 726, 'eg_featured_grid', ''),
(4052, 726, 'eg_settings_custom_meta_skin', ''),
(4053, 726, 'eg_settings_custom_meta_element', ''),
(4054, 726, 'eg_settings_custom_meta_setting', ''),
(4055, 726, 'eg_settings_custom_meta_style', ''),
(4056, 726, 'eg_custom_meta_216', 'true'),
(4057, 726, 'eg_votes_count', '0'),
(4058, 726, 'poolservices_post_options', 'a:101:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:16:\"show_panel_image\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(4059, 726, 'poolservices_post_views_count', '75'),
(4060, 726, 'poolservices_post_likes_count', '0'),
(4061, 727, '_edit_lock', '1581351100:1'),
(4062, 727, '_edit_last', '1'),
(4820, 727, '_thumbnail_id', '1110'),
(4064, 727, 'slide_template', 'default'),
(4065, 727, 'eg_sources_html5_mp4', ''),
(4066, 727, 'eg_sources_html5_ogv', ''),
(4067, 727, 'eg_sources_html5_webm', ''),
(4068, 727, 'eg_sources_youtube', ''),
(4069, 727, 'eg_sources_vimeo', ''),
(4070, 727, 'eg_sources_wistia', ''),
(4071, 727, 'eg_sources_image', ''),
(4072, 727, 'eg_sources_iframe', ''),
(4073, 727, 'eg_sources_soundcloud', ''),
(4074, 727, 'eg_vimeo_ratio', '1'),
(4075, 727, 'eg_youtube_ratio', '1'),
(4076, 727, 'eg_wistia_ratio', '1'),
(4077, 727, 'eg_html5_ratio', '1'),
(4078, 727, 'eg_soundcloud_ratio', '1'),
(4079, 727, 'eg_sources_revslider', ''),
(4080, 727, 'eg_sources_essgrid', ''),
(4081, 727, 'eg_featured_grid', ''),
(4082, 727, 'eg_settings_custom_meta_skin', ''),
(4083, 727, 'eg_settings_custom_meta_element', ''),
(4084, 727, 'eg_settings_custom_meta_setting', ''),
(4085, 727, 'eg_settings_custom_meta_style', ''),
(4086, 727, 'eg_custom_meta_216', 'true'),
(4087, 727, 'eg_votes_count', '0'),
(4088, 727, 'poolservices_post_options', 'a:101:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:16:\"show_panel_image\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(4089, 727, 'poolservices_post_views_count', '104'),
(4090, 727, 'poolservices_post_likes_count', '0'),
(4091, 728, '_wpb_shortcodes_custom_css', '.vc_custom_1469013162755{margin-top: -51px !important;}.vc_custom_1469442093175{margin-top: -41px !important;}.vc_custom_1467633836778{background-color: #ffffff !important;}.vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576161709493{background-color: #ffffff !important;}.vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576162034578{background-color: #ffffff !important;}.vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467380435876{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}.vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}'),
(4092, 729, '_wpb_shortcodes_custom_css', '.vc_custom_1469013162755{margin-top: -51px !important;}.vc_custom_1469442093175{margin-top: -41px !important;}.vc_custom_1467633836778{background-color: #ffffff !important;}.vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576161709493{background-color: #ffffff !important;}.vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576162034578{background-color: #ffffff !important;}.vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467380435876{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}.vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}'),
(4093, 730, '_wpb_shortcodes_custom_css', '.vc_custom_1469013162755{margin-top: -51px !important;}.vc_custom_1469442093175{margin-top: -41px !important;}.vc_custom_1467633836778{background-color: #ffffff !important;}.vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576161709493{background-color: #ffffff !important;}.vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576162034578{background-color: #ffffff !important;}.vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467380435876{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}.vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}'),
(4097, 731, '_wpb_shortcodes_custom_css', '.vc_custom_1469013162755{margin-top: -51px !important;}.vc_custom_1469442093175{margin-top: -41px !important;}.vc_custom_1467633836778{background-color: #ffffff !important;}.vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576161709493{background-color: #ffffff !important;}.vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576162034578{background-color: #ffffff !important;}.vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467380435876{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}.vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}'),
(4098, 732, '_wpb_shortcodes_custom_css', '.vc_custom_1469013162755{margin-top: -51px !important;}.vc_custom_1469442093175{margin-top: -41px !important;}.vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576161709493{background-color: #ffffff !important;}.vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576162034578{background-color: #ffffff !important;}.vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467380435876{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}.vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}'),
(4100, 734, '_wpb_shortcodes_custom_css', '.vc_custom_1469013162755{margin-top: -51px !important;}.vc_custom_1469442093175{margin-top: -41px !important;}.vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576161709493{background-color: #ffffff !important;}.vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576162034578{background-color: #ffffff !important;}.vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576522810815{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}.vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}'),
(4101, 735, '_wpb_shortcodes_custom_css', '.vc_custom_1469013162755{margin-top: -51px !important;}.vc_custom_1469442093175{margin-top: -41px !important;}.vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576161709493{background-color: #ffffff !important;}.vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576162034578{background-color: #ffffff !important;}.vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576522810815{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}.vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}'),
(4938, 1126, '_foobox_exclude', 'exclude'),
(4102, 736, '_wpb_shortcodes_custom_css', '.vc_custom_1469013162755{margin-top: -51px !important;}.vc_custom_1469442093175{margin-top: -41px !important;}.vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576161709493{background-color: #ffffff !important;}.vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576162034578{background-color: #ffffff !important;}.vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576522810815{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}.vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}'),
(4881, 1126, '_edit_lock', '1583757017:1'),
(4103, 737, '_wpb_shortcodes_custom_css', '.vc_custom_1469013162755{margin-top: -51px !important;}.vc_custom_1469442093175{margin-top: -41px !important;}.vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576161709493{background-color: #ffffff !important;}.vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576162034578{background-color: #ffffff !important;}.vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576522810815{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}.vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}'),
(4104, 14, 'eg_sources_essgrid', ''),
(4105, 14, 'eg_featured_grid', ''),
(4106, 14, 'eg_custom_meta_216', 'true'),
(4107, 14, 'eg_votes_count', '0'),
(4112, 740, '_wpb_shortcodes_custom_css', '.vc_custom_1467372078262{background-color: #ffffff !important;}.vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467372093261{background-color: #ffffff !important;}.vc_custom_1467371774795{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;}.vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}'),
(4114, 743, '_wpb_shortcodes_custom_css', '.vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467371774795{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;}'),
(4113, 742, '_wpb_shortcodes_custom_css', '.vc_custom_1467372078262{background-color: #ffffff !important;}.vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467371774795{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;}'),
(4116, 745, '_wpb_shortcodes_custom_css', '.vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576525140326{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;}'),
(4117, 746, '_wpb_shortcodes_custom_css', '.vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576525140326{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;}'),
(4118, 747, '_wpb_shortcodes_custom_css', '.vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576525140326{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;}'),
(4119, 748, '_wpb_shortcodes_custom_css', '.vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576525140326{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;}'),
(4124, 751, '_wpb_shortcodes_custom_css', '.vc_custom_1469013162755{margin-top: -51px !important;}.vc_custom_1469442093175{margin-top: -41px !important;}.vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576161709493{background-color: #ffffff !important;}.vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576162034578{background-color: #ffffff !important;}.vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576522810815{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}.vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}'),
(4125, 752, '_wpb_shortcodes_custom_css', '.vc_custom_1469013162755{margin-top: -51px !important;}.vc_custom_1469442093175{margin-top: -41px !important;}.vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576161709493{background-color: #ffffff !important;}.vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576162034578{background-color: #ffffff !important;}.vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576522810815{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}.vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}'),
(4126, 753, '_wpb_shortcodes_custom_css', '.vc_custom_1469013162755{margin-top: -51px !important;}.vc_custom_1469442093175{margin-top: -41px !important;}.vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576161709493{background-color: #ffffff !important;}.vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576162034578{background-color: #ffffff !important;}.vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576522810815{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}.vc_custom_1576596119512{padding-top: 100px !important;padding-bottom: 100px !important;}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4128, 755, '_wpb_shortcodes_custom_css', '.vc_custom_1469013162755{margin-top: -51px !important;}.vc_custom_1469442093175{margin-top: -41px !important;}.vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576161709493{background-color: #ffffff !important;}.vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576162034578{background-color: #ffffff !important;}.vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576522810815{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}.vc_custom_1576596119512{padding-top: 100px !important;padding-bottom: 100px !important;}'),
(4129, 758, '_wpb_shortcodes_custom_css', '.vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}'),
(4130, 36, '_wpb_shortcodes_custom_css', '.vc_custom_1578313924348{padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg-contact.jpg?id=972) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578313481684{padding-top: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1578323012960{padding-bottom: 50px !important;}'),
(4131, 40, 'eg_sources_essgrid', ''),
(4132, 40, 'eg_featured_grid', ''),
(4133, 40, 'eg_custom_meta_216', 'true'),
(4134, 40, 'eg_votes_count', '0'),
(4323, 823, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1576849167102{padding-top: 100px !important;}'),
(4322, 822, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1576849167102{padding-top: 100px !important;}'),
(4155, 774, '_edit_lock', '1583756852:1'),
(4156, 774, '_edit_last', '1'),
(4157, 774, 'slide_template', 'default'),
(4158, 774, 'eg_sources_html5_mp4', ''),
(4159, 774, 'eg_sources_html5_ogv', ''),
(4160, 774, 'eg_sources_html5_webm', ''),
(4161, 774, 'eg_sources_youtube', ''),
(4162, 774, 'eg_sources_vimeo', ''),
(4163, 774, 'eg_sources_wistia', ''),
(4164, 774, 'eg_sources_image', ''),
(4165, 774, 'eg_sources_iframe', ''),
(4166, 774, 'eg_sources_soundcloud', ''),
(4167, 774, 'eg_vimeo_ratio', '1'),
(4168, 774, 'eg_youtube_ratio', '1'),
(4169, 774, 'eg_wistia_ratio', '1'),
(4170, 774, 'eg_html5_ratio', '1'),
(4171, 774, 'eg_soundcloud_ratio', '1'),
(4172, 774, 'eg_sources_revslider', ''),
(4173, 774, 'eg_sources_essgrid', ''),
(4174, 774, 'eg_featured_grid', ''),
(4175, 774, 'eg_settings_custom_meta_skin', ''),
(4176, 774, 'eg_settings_custom_meta_element', ''),
(4177, 774, 'eg_settings_custom_meta_setting', ''),
(4178, 774, 'eg_settings_custom_meta_style', ''),
(4179, 774, 'eg_custom_meta_216', 'true'),
(4180, 774, 'eg_votes_count', '0'),
(4181, 774, 'poolservices_post_options', 'a:100:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:16:\"show_panel_image\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(4182, 774, 'poolservices_post_views_count', '6'),
(4183, 774, 'poolservices_post_likes_count', '0'),
(4184, 774, '_wpb_vc_js_status', 'false'),
(4392, 63, 'eg_featured_grid', ''),
(4391, 63, 'eg_sources_essgrid', ''),
(4390, 817, '_wpb_shortcodes_custom_css', '.vc_custom_1578331805626{background-color: #1e73be !important;}.vc_custom_1578092877075{padding-top: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578331993096{padding-top: 50px !important;}.vc_custom_1578310244762{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578331846833{padding: 50px !important;}'),
(4389, 881, '_wpb_shortcodes_custom_css', '.vc_custom_1577363254551{padding-bottom: 100px !important;}'),
(4271, 804, '_wpb_shortcodes_custom_css', '.vc_custom_1576680491313{padding-top: 150px !important;padding-bottom: 150px !important;}'),
(4279, 814, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576848968162{padding-top: 50px !important;}'),
(4280, 815, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576848968162{padding-top: 50px !important;}'),
(4281, 816, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576848968162{padding-top: 50px !important;}.vc_custom_1576849167102{padding-top: 100px !important;}'),
(4282, 817, '_edit_last', '1'),
(4283, 817, '_wp_page_template', 'default'),
(4284, 817, 'slide_template', 'default'),
(4285, 817, 'eg_sources_html5_mp4', ''),
(4286, 817, 'eg_sources_html5_ogv', ''),
(4287, 817, 'eg_sources_html5_webm', ''),
(4288, 817, 'eg_sources_youtube', ''),
(4289, 817, 'eg_sources_vimeo', ''),
(4290, 817, 'eg_sources_wistia', ''),
(4291, 817, 'eg_sources_image', ''),
(4292, 817, 'eg_sources_iframe', ''),
(4293, 817, 'eg_sources_soundcloud', ''),
(4294, 817, 'eg_vimeo_ratio', '1'),
(4295, 817, 'eg_youtube_ratio', '1'),
(4296, 817, 'eg_wistia_ratio', '1'),
(4297, 817, 'eg_html5_ratio', '1'),
(4298, 817, 'eg_soundcloud_ratio', '1'),
(4299, 817, 'eg_sources_revslider', ''),
(4300, 817, 'eg_sources_essgrid', ''),
(4301, 817, 'eg_featured_grid', ''),
(4302, 817, 'eg_settings_custom_meta_skin', ''),
(4303, 817, 'eg_settings_custom_meta_element', ''),
(4304, 817, 'eg_settings_custom_meta_setting', ''),
(4305, 817, 'eg_settings_custom_meta_style', ''),
(4306, 817, 'eg_custom_meta_216', 'true'),
(4307, 817, 'eg_votes_count', '0'),
(4308, 817, 'poolservices_post_options', 'a:100:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:16:\"show_panel_image\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(4309, 817, '_wpb_vc_js_status', 'true'),
(4310, 817, 'poolservices_post_views_count', '389'),
(4311, 817, 'poolservices_post_likes_count', '0'),
(4312, 817, '_edit_lock', '1578662387:1'),
(5219, 1222, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:69;s:6:\"height\";i:69;s:4:\"file\";s:22:\"2021/03/Group-30-2.png\";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:{}}}'),
(5218, 1222, '_wp_attached_file', '2021/03/Group-30-2.png'),
(5217, 1221, '_elementor_source_image_hash', '385803033d526b563f70d85027ba840c1fa0bfa8'),
(4324, 824, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1576849167102{padding-top: 100px !important;}'),
(4325, 825, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1576849167102{padding-top: 100px !important;}'),
(4326, 826, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1576849167102{padding-top: 100px !important;}'),
(4327, 827, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1576849167102{padding-top: 100px !important;}'),
(4328, 828, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1576849167102{padding-top: 100px !important;}'),
(4329, 829, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1576849167102{padding-top: 100px !important;}'),
(4330, 830, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1576849167102{padding-top: 100px !important;}'),
(4331, 831, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1576849167102{padding-top: 100px !important;}'),
(4332, 832, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1576849167102{padding-top: 100px !important;}.vc_custom_1576852763176{padding-top: 50px !important;}'),
(4334, 834, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1576849167102{padding-top: 100px !important;}'),
(4333, 833, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1576849167102{padding-top: 100px !important;}'),
(4335, 835, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1576849167102{padding-top: 100px !important;}'),
(4336, 836, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1576849167102{padding-top: 100px !important;}'),
(4337, 837, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1576849167102{padding-top: 100px !important;}'),
(4338, 838, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1576849167102{padding-top: 100px !important;}.vc_custom_1576862801104{padding-top: 50px !important;}'),
(4339, 839, '_wp_attached_file', '2019/12/0000_008-calendar-page.png'),
(4340, 839, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:82;s:6:\"height\";i:84;s:4:\"file\";s:34:\"2019/12/0000_008-calendar-page.png\";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:{}}}'),
(4341, 840, '_wp_attached_file', '2019/12/0001_007-manager.png'),
(4342, 840, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:84;s:6:\"height\";i:84;s:4:\"file\";s:28:\"2019/12/0001_007-manager.png\";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:{}}}'),
(4343, 841, '_wp_attached_file', '2019/12/0002_006-stopwatch.png'),
(4344, 841, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:80;s:6:\"height\";i:84;s:4:\"file\";s:30:\"2019/12/0002_006-stopwatch.png\";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:{}}}'),
(4345, 842, '_wp_attached_file', '2019/12/0003_005-recommended.png'),
(4346, 842, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:84;s:6:\"height\";i:84;s:4:\"file\";s:32:\"2019/12/0003_005-recommended.png\";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:{}}}'),
(4347, 843, '_wp_attached_file', '2019/12/0004_004-calm.png'),
(4348, 843, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:84;s:6:\"height\";i:84;s:4:\"file\";s:25:\"2019/12/0004_004-calm.png\";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:{}}}'),
(4349, 844, '_wp_attached_file', '2019/12/0005_003-shield.png'),
(4350, 844, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:72;s:6:\"height\";i:84;s:4:\"file\";s:27:\"2019/12/0005_003-shield.png\";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:{}}}'),
(4351, 845, '_wp_attached_file', '2019/12/0006_002-reliability.png'),
(4352, 845, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:84;s:6:\"height\";i:84;s:4:\"file\";s:32:\"2019/12/0006_002-reliability.png\";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:{}}}'),
(4353, 846, '_wp_attached_file', '2019/12/0007_Capa-1.png'),
(4354, 846, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:84;s:6:\"height\";i:56;s:4:\"file\";s:23:\"2019/12/0007_Capa-1.png\";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:{}}}'),
(4355, 847, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1576849167102{padding-top: 100px !important;}.vc_custom_1576862801104{padding-top: 50px !important;}'),
(4356, 848, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1576849167102{padding-top: 100px !important;}.vc_custom_1576862801104{padding-top: 50px !important;}'),
(4357, 849, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1576849167102{padding-top: 100px !important;}.vc_custom_1576862801104{padding-top: 50px !important;}'),
(4358, 850, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1576849167102{padding-top: 100px !important;}.vc_custom_1576862801104{padding-top: 50px !important;}'),
(4359, 851, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1576849167102{padding-top: 100px !important;}.vc_custom_1576862801104{padding-top: 50px !important;}'),
(4360, 852, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1576849167102{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4361, 853, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1576849167102{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4362, 854, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1576849167102{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4363, 855, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1576849167102{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4364, 856, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1576849167102{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4365, 857, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1576849167102{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4366, 858, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1576849167102{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4367, 869, '_wpb_shortcodes_custom_css', '.vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}'),
(4368, 870, '_wpb_shortcodes_custom_css', '.vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}'),
(4369, 871, '_wpb_shortcodes_custom_css', '.vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}'),
(4370, 872, '_wp_attached_file', '2019/12/003.png'),
(4371, 872, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:15:\"2019/12/003.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"003-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"003-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(4372, 873, '_wp_attached_file', '2019/12/002.png'),
(4373, 873, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:15:\"2019/12/002.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"002-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"002-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(4374, 874, '_wp_attached_file', '2019/12/001.png'),
(4375, 874, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:15:\"2019/12/001.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"001-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"001-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(4376, 875, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1576849167102{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4377, 876, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1576849167102{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4378, 877, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1576849167102{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4379, 878, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1576849167102{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4957, 1126, '_thumbnail_id', '1119'),
(4393, 63, 'eg_custom_meta_216', 'true'),
(4394, 63, 'eg_votes_count', '0'),
(4492, 947, '_wpb_shortcodes_custom_css', '.vc_custom_1578092877075{padding-top: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578091230861{padding-top: 100px !important;}.vc_custom_1578092830332{padding-top: 100px !important;padding-left: 50px !important;}'),
(4491, 946, '_wpb_shortcodes_custom_css', '.vc_custom_1578092877075{padding-top: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578091230861{padding-top: 100px !important;}.vc_custom_1578092830332{padding-top: 100px !important;padding-left: 50px !important;}'),
(4490, 945, '_wpb_shortcodes_custom_css', '.vc_custom_1578092877075{padding-top: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578091230861{padding-top: 100px !important;}.vc_custom_1578092830332{padding-top: 100px !important;padding-left: 50px !important;}'),
(4493, 948, '_wpb_shortcodes_custom_css', '.vc_custom_1578092877075{padding-top: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578091230861{padding-top: 100px !important;}.vc_custom_1578093025567{padding-top: 100px !important;}'),
(4495, 950, '_wpb_shortcodes_custom_css', '.vc_custom_1578092877075{padding-top: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578091230861{padding-top: 100px !important;}.vc_custom_1578093078705{padding-top: 100px !important;}.vc_custom_1578093025567{padding-top: 100px !important;}'),
(4496, 951, '_wpb_shortcodes_custom_css', '.vc_custom_1578092877075{padding-top: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578091230861{padding-top: 100px !important;}.vc_custom_1578093078705{padding-top: 100px !important;}.vc_custom_1578093025567{padding-top: 100px !important;}'),
(4497, 952, '_wpb_shortcodes_custom_css', '.vc_custom_1578092877075{padding-top: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578091230861{padding-top: 100px !important;}.vc_custom_1578093078705{padding-top: 100px !important;}.vc_custom_1578093025567{padding-top: 100px !important;}'),
(4498, 953, '_wpb_shortcodes_custom_css', '.vc_custom_1578092877075{padding-top: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578091230861{padding-top: 100px !important;}'),
(4504, 957, '_wpb_shortcodes_custom_css', '.vc_custom_1578092877075{padding-top: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578310244762{padding-top: 100px !important;padding-bottom: 100px !important;}'),
(4635, 1060, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:36:\"2020/01/diarios_servicio_daclean.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"diarios_servicio_daclean-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(4634, 1060, '_wp_attached_file', '2020/01/diarios_servicio_daclean.png'),
(4510, 961, '_wpb_shortcodes_custom_css', '.vc_custom_1578065858257{padding-top: 100px !important;}.vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}'),
(4639, 1062, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:38:\"2020/01/semanales_servicio_daclean.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"semanales_servicio_daclean-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(4636, 1061, '_wp_attached_file', '2020/01/mensuales_servicio_daclean.png'),
(4637, 1061, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:38:\"2020/01/mensuales_servicio_daclean.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"mensuales_servicio_daclean-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(4638, 1062, '_wp_attached_file', '2020/01/semanales_servicio_daclean.png'),
(4517, 964, '_wpb_shortcodes_custom_css', '.vc_custom_1578065858257{padding-top: 100px !important;}.vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}'),
(4548, 988, '_wp_attached_file', '2020/01/porque_inicio.jpg'),
(4549, 988, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1067;s:4:\"file\";s:25:\"2020/01/porque_inicio.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"porque_inicio-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"porque_inicio-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"porque_inicio-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"porque_inicio-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:27:\"porque_inicio-1536x1024.jpg\";s:5:\"width\";i:1536;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:{}}}'),
(4521, 966, '_wpb_shortcodes_custom_css', '.vc_custom_1578313368025{padding-top: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg_contacto.jpg?id=965) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}'),
(4522, 967, '_wpb_shortcodes_custom_css', '.vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578313368025{padding-top: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg_contacto.jpg?id=965) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}'),
(4523, 968, '_wpb_shortcodes_custom_css', '.vc_custom_1578313514536{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg_contacto.jpg?id=965) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578313481684{padding-top: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}'),
(4526, 970, '_wpb_shortcodes_custom_css', '.vc_custom_1578313634466{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg_contacto.jpg?id=969) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578313481684{padding-top: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}'),
(4527, 971, '_wpb_shortcodes_custom_css', '.vc_custom_1578313685152{padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg_contacto.jpg?id=969) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578313481684{padding-top: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}'),
(4528, 972, '_wp_attached_file', '2020/01/bg-contact.jpg'),
(4529, 972, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1067;s:4:\"file\";s:22:\"2020/01/bg-contact.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"bg-contact-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"bg-contact-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"bg-contact-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"bg-contact-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"bg-contact-1536x1024.jpg\";s:5:\"width\";i:1536;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:{}}}'),
(4530, 973, '_wpb_shortcodes_custom_css', '.vc_custom_1578313924348{padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg-contact.jpg?id=972) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578313481684{padding-top: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}'),
(4531, 974, '_wpb_shortcodes_custom_css', '.vc_custom_1578313924348{padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg-contact.jpg?id=972) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578313481684{padding-top: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}'),
(4532, 975, '_wp_attached_file', '2020/01/grafico_logo_daclean.png'),
(4533, 975, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:500;s:6:\"height\";i:425;s:4:\"file\";s:32:\"2020/01/grafico_logo_daclean.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"grafico_logo_daclean-300x255.png\";s:5:\"width\";i:300;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"grafico_logo_daclean-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(4534, 975, '_wp_attachment_image_alt', 'grafico_logo_daclean'),
(4535, 976, '_wpb_shortcodes_custom_css', '.vc_custom_1578313924348{padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg-contact.jpg?id=972) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578313481684{padding-top: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}'),
(4536, 977, '_wpb_shortcodes_custom_css', '.vc_custom_1578313924348{padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg-contact.jpg?id=972) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578313481684{padding-top: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}'),
(4537, 978, '_wpb_shortcodes_custom_css', '.vc_custom_1578313924348{padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg-contact.jpg?id=972) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578313481684{padding-top: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4538, 979, '_wpb_shortcodes_custom_css', '.vc_custom_1578313924348{padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg-contact.jpg?id=972) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578313481684{padding-top: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}'),
(4539, 980, '_wpb_shortcodes_custom_css', '.vc_custom_1578313924348{padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg-contact.jpg?id=972) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578313481684{padding-top: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}'),
(4540, 981, '_wpb_shortcodes_custom_css', '.vc_custom_1578313924348{padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg-contact.jpg?id=972) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578313481684{padding-top: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}'),
(4541, 982, '_wpb_shortcodes_custom_css', '.vc_custom_1578313924348{padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg-contact.jpg?id=972) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578313481684{padding-top: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}'),
(4542, 983, '_wpb_shortcodes_custom_css', '.vc_custom_1578313924348{padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg-contact.jpg?id=972) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578313481684{padding-top: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}'),
(4543, 984, '_wpb_shortcodes_custom_css', '.vc_custom_1578313924348{padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg-contact.jpg?id=972) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578313481684{padding-top: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1578315208354{padding-bottom: 50px !important;}'),
(4550, 988, '_wp_attachment_image_alt', 'porque_inicio'),
(4551, 989, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578315909009{padding-top: 200px !important;padding-bottom: 200px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1578059585201{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4552, 990, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1578059585201{padding-top: 100px !important;}.vc_custom_1578315951341{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4546, 986, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578315654966{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/inicio_porque.jpg?id=985) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1578059585201{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4547, 987, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578315692157{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/inicio_porque.jpg?id=985) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1578059585201{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4553, 991, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1578059585201{padding-top: 100px !important;}.vc_custom_1578315951341{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4554, 992, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1578059585201{padding-top: 100px !important;}.vc_custom_1578315951341{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4555, 993, '_wp_attached_file', '2020/01/razones_daclean_3.png'),
(4556, 993, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:29:\"2020/01/razones_daclean_3.png\";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:{}}}'),
(4557, 994, '_wp_attached_file', '2020/01/razones_daclean_4.png'),
(4558, 994, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:29:\"2020/01/razones_daclean_4.png\";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:{}}}'),
(4559, 995, '_wp_attached_file', '2020/01/razones_daclean_5.png'),
(4560, 995, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:29:\"2020/01/razones_daclean_5.png\";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:{}}}'),
(4561, 996, '_wp_attached_file', '2020/01/razones_daclean_6.png'),
(4562, 996, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:29:\"2020/01/razones_daclean_6.png\";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:{}}}'),
(4563, 997, '_wp_attached_file', '2020/01/razones_daclean_7.png'),
(4564, 997, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:29:\"2020/01/razones_daclean_7.png\";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:{}}}'),
(4565, 998, '_wp_attached_file', '2020/01/razones_daclean_8.png'),
(4566, 998, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:29:\"2020/01/razones_daclean_8.png\";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:{}}}'),
(4567, 999, '_wp_attached_file', '2020/01/razones_daclean_1.png'),
(4568, 999, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:29:\"2020/01/razones_daclean_1.png\";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:{}}}'),
(4569, 1000, '_wp_attached_file', '2020/01/razones_daclean_2.png'),
(4570, 1000, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:29:\"2020/01/razones_daclean_2.png\";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:{}}}'),
(4571, 1001, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1578059585201{padding-top: 100px !important;}.vc_custom_1578315951341{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4572, 1002, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1578059585201{padding-top: 100px !important;}.vc_custom_1578315951341{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4573, 1003, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1578059585201{padding-top: 100px !important;}.vc_custom_1578315951341{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4574, 1004, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1578059585201{padding-top: 100px !important;}.vc_custom_1578315951341{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4575, 1005, '_wpb_shortcodes_custom_css', '.vc_custom_1578313924348{padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg-contact.jpg?id=972) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578313481684{padding-top: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1578315208354{padding-bottom: 50px !important;}'),
(4576, 1006, '_wpb_shortcodes_custom_css', '.vc_custom_1578313924348{padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg-contact.jpg?id=972) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578313481684{padding-top: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1578322945817{padding-bottom: 50px !important;}'),
(4577, 1007, '_wpb_shortcodes_custom_css', '.vc_custom_1578313924348{padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg-contact.jpg?id=972) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578313481684{padding-top: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1578323012960{padding-bottom: 50px !important;}'),
(4578, 1008, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578324546106{background-color: #1e73be !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1578059585201{padding-top: 100px !important;}.vc_custom_1578315951341{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4580, 1010, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1578059585201{padding-top: 100px !important;}.vc_custom_1578315951341{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}.vc_custom_1578324980341{padding-top: 100px !important;padding-bottom: 100px !important;}'),
(4579, 1009, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1578059585201{padding-top: 100px !important;}.vc_custom_1578315951341{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4581, 1011, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578324980341{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1578059585201{padding-top: 100px !important;}.vc_custom_1578315951341{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4582, 1012, '_wpb_shortcodes_custom_css', '.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578324980341{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1578059585201{padding-top: 100px !important;}.vc_custom_1578315951341{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4583, 1013, '_wp_attached_file', '2020/01/cta_home_daclean.jpg'),
(4584, 1013, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:753;s:4:\"file\";s:28:\"2020/01/cta_home_daclean.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"cta_home_daclean-300x118.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"cta_home_daclean-1024x402.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"cta_home_daclean-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"cta_home_daclean-768x301.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"cta_home_daclean-1536x602.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:602;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:{}}}'),
(4585, 1013, '_wp_attachment_image_alt', 'cta_home_daclean'),
(4586, 1014, '_wpb_shortcodes_custom_css', '.vc_custom_1578325395229{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578324980341{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1578059585201{padding-top: 100px !important;}.vc_custom_1578315951341{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4587, 1015, '_wpb_shortcodes_custom_css', '.vc_custom_1578325395229{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578324980341{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578325441909{background-color: #ffffff !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1578059585201{padding-top: 100px !important;}.vc_custom_1578315951341{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4588, 1016, '_wpb_shortcodes_custom_css', '.vc_custom_1578325395229{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578324980341{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578325441909{background-color: #ffffff !important;}.vc_custom_1578325524399{padding-top: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1578059585201{padding-top: 100px !important;}.vc_custom_1578315951341{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4589, 1017, '_wpb_shortcodes_custom_css', '.vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578324980341{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578325441909{background-color: #ffffff !important;}.vc_custom_1578325524399{padding-top: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1578059585201{padding-top: 100px !important;}.vc_custom_1578315951341{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4590, 1018, '_wpb_shortcodes_custom_css', '.vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578324980341{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578325441909{background-color: #ffffff !important;}.vc_custom_1578325524399{padding-top: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1578059585201{padding-top: 100px !important;}.vc_custom_1578315951341{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4591, 1019, '_wpb_shortcodes_custom_css', '.vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578324980341{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578325441909{background-color: #ffffff !important;}.vc_custom_1578325524399{padding-top: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1578059585201{padding-top: 100px !important;}.vc_custom_1578315951341{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4592, 1020, '_wpb_shortcodes_custom_css', '.vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578325832346{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578325441909{background-color: #ffffff !important;}.vc_custom_1578325524399{padding-top: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1578059585201{padding-top: 100px !important;}.vc_custom_1578315951341{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4595, 1023, '_wpb_shortcodes_custom_css', '.vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578325832346{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578325441909{background-color: #ffffff !important;}.vc_custom_1578325524399{padding-top: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1578059585201{padding-top: 100px !important;}.vc_custom_1578315951341{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4606, 1034, '_wpb_shortcodes_custom_css', '.vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578325832346{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578325441909{background-color: #ffffff !important;}.vc_custom_1578325524399{padding-top: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1578059585201{padding-top: 100px !important;}.vc_custom_1578315951341{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4607, 1035, '_wpb_shortcodes_custom_css', '.vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578325832346{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578325441909{background-color: #ffffff !important;}.vc_custom_1578325524399{padding-top: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1578059585201{padding-top: 100px !important;}.vc_custom_1578315951341{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4608, 1036, '_wpb_shortcodes_custom_css', '.vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578325832346{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578325441909{background-color: #ffffff !important;}.vc_custom_1578325524399{padding-top: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1578059585201{padding-top: 100px !important;}.vc_custom_1578315951341{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4609, 1037, '_wpb_shortcodes_custom_css', '.vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578325832346{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578325441909{background-color: #ffffff !important;}.vc_custom_1578325524399{padding-top: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1578059585201{padding-top: 100px !important;}.vc_custom_1578315951341{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4610, 1038, '_wpb_shortcodes_custom_css', '.vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578325832346{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578325441909{background-color: #ffffff !important;}.vc_custom_1578325524399{padding-top: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1578059585201{padding-top: 100px !important;}.vc_custom_1578315951341{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4619, 1047, '_wpb_shortcodes_custom_css', '.vc_custom_1578092877075{padding-top: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578310244762{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578331354238{background-color: #1e73be !important;}.vc_custom_1578331369985{background-color: #2196d1 !important;}'),
(4620, 1048, '_wpb_shortcodes_custom_css', '.vc_custom_1578092877075{padding-top: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578310244762{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578331354238{background-color: #1e73be !important;}.vc_custom_1578331369985{background-color: #2196d1 !important;}'),
(4621, 1049, '_wpb_shortcodes_custom_css', '.vc_custom_1578092877075{padding-top: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578310244762{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578331675526{background-color: #1e73be !important;}.vc_custom_1578331686485{background-color: #2196d1 !important;}'),
(4622, 1050, '_wpb_shortcodes_custom_css', '.vc_custom_1578092877075{padding-top: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578310244762{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578331752926{padding-top: 50px !important;padding-right: 0px !important;padding-bottom: 50px !important;padding-left: 0px !important;}.vc_custom_1578331675526{background-color: #1e73be !important;}.vc_custom_1578331686485{background-color: #2196d1 !important;}'),
(4625, 1053, '_wpb_shortcodes_custom_css', '.vc_custom_1578331805626{background-color: #1e73be !important;}.vc_custom_1578092877075{padding-top: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578310244762{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578331846833{padding: 50px !important;}'),
(4624, 1052, '_wpb_shortcodes_custom_css', '.vc_custom_1578331805626{background-color: #1e73be !important;}.vc_custom_1578092877075{padding-top: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578310244762{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578331846833{padding: 50px !important;}'),
(4623, 1051, '_wpb_shortcodes_custom_css', '.vc_custom_1578331805626{background-color: #1e73be !important;}.vc_custom_1578092877075{padding-top: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578310244762{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578331752926{padding-top: 50px !important;padding-right: 0px !important;padding-bottom: 50px !important;padding-left: 0px !important;}'),
(4626, 1054, '_wpb_shortcodes_custom_css', '.vc_custom_1578331805626{background-color: #1e73be !important;}.vc_custom_1578092877075{padding-top: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578331993096{padding-top: 50px !important;}.vc_custom_1578310244762{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578331846833{padding: 50px !important;}'),
(4627, 1055, '_wpb_shortcodes_custom_css', '.vc_custom_1578331805626{background-color: #1e73be !important;}.vc_custom_1578092877075{padding-top: 100px !important;background-color: #007ec4 !important;}.vc_custom_1578331993096{padding-top: 50px !important;}.vc_custom_1578310244762{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578331846833{padding: 50px !important;}'),
(4630, 1013, 'poolservices_post_views_count', '2'),
(4631, 1013, 'poolservices_post_likes_count', '0'),
(4690, 1075, '_wpb_shortcodes_custom_css', '.vc_custom_1578088458371{padding-top: 100px !important;}.vc_custom_1578061794443{padding-bottom: 100px !important;}'),
(4633, 1059, '_wpb_shortcodes_custom_css', '.vc_custom_1578088458371{padding-top: 100px !important;}.vc_custom_1578061794443{padding-bottom: 100px !important;}'),
(4640, 1063, '_wpb_shortcodes_custom_css', '.vc_custom_1578313924348{padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg-contact.jpg?id=972) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578313481684{padding-top: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1578323012960{padding-bottom: 50px !important;}'),
(4641, 1064, '_wpb_shortcodes_custom_css', '.vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578325832346{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578325441909{background-color: #ffffff !important;}.vc_custom_1578582889070{padding: 30px !important;}.vc_custom_1578325524399{padding-top: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1578059585201{padding-top: 100px !important;}.vc_custom_1578315951341{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4642, 1065, '_wpb_shortcodes_custom_css', '.vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578325832346{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578325441909{background-color: #ffffff !important;}.vc_custom_1578582962198{padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1578325524399{padding-top: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1578059585201{padding-top: 100px !important;}.vc_custom_1578315951341{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4646, 1069, '_wpb_shortcodes_custom_css', '.vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578583854413{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1578584005654{background-color: #ffffff !important;}.vc_custom_1578325524399{padding-top: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1578059585201{padding-top: 100px !important;}.vc_custom_1578315951341{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4643, 1066, '_wpb_shortcodes_custom_css', '.vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578325832346{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578583774398{padding-right: 50px !important;padding-left: 50px !important;background-color: #ffffff !important;}.vc_custom_1578582962198{padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1578325524399{padding-top: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1578059585201{padding-top: 100px !important;}.vc_custom_1578315951341{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4645, 1068, '_wpb_shortcodes_custom_css', '.vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578583854413{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1578583962565{background-color: #ffffff !important;}.vc_custom_1578325524399{padding-top: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1578059585201{padding-top: 100px !important;}.vc_custom_1578315951341{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4644, 1067, '_wpb_shortcodes_custom_css', '.vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578583854413{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1578583774398{padding-right: 50px !important;padding-left: 50px !important;background-color: #ffffff !important;}.vc_custom_1578325524399{padding-top: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1578059585201{padding-top: 100px !important;}.vc_custom_1578315951341{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(4812, 1107, '_wpb_shortcodes_custom_css', '.vc_custom_1576680491313{padding-top: 150px !important;padding-bottom: 150px !important;}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4695, 1076, '_foogallery_settings', 'a:26:{s:21:\"foogallery_items_view\";s:6:\"manage\";s:28:\"default_thumbnail_dimensions\";a:2:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:22:\"default_thumbnail_link\";s:5:\"image\";s:16:\"default_lightbox\";s:4:\"none\";s:15:\"default_spacing\";s:12:\"fg-gutter-10\";s:17:\"default_alignment\";s:9:\"fg-center\";s:13:\"default_theme\";s:8:\"fg-light\";s:19:\"default_border_size\";s:14:\"fg-border-thin\";s:23:\"default_rounded_corners\";s:0:\"\";s:19:\"default_drop_shadow\";s:17:\"fg-shadow-outline\";s:20:\"default_inner_shadow\";s:0:\"\";s:20:\"default_loading_icon\";s:18:\"fg-loading-partial\";s:21:\"default_loaded_effect\";s:17:\"fg-loaded-fade-in\";s:26:\"default_hover_effect_color\";s:0:\"\";s:26:\"default_hover_effect_scale\";s:14:\"fg-hover-scale\";s:39:\"default_hover_effect_caption_visibility\";s:16:\"fg-caption-hover\";s:31:\"default_hover_effect_transition\";s:16:\"fg-hover-instant\";s:25:\"default_hover_effect_icon\";s:13:\"fg-hover-zoom\";s:28:\"default_caption_invert_color\";s:0:\"\";s:28:\"default_caption_title_source\";s:4:\"none\";s:27:\"default_caption_desc_source\";s:4:\"none\";s:29:\"default_captions_limit_length\";s:0:\"\";s:19:\"default_paging_type\";s:0:\"\";s:23:\"default_custom_settings\";s:0:\"\";s:25:\"default_custom_attributes\";s:0:\"\";s:16:\"default_lazyload\";s:0:\"\";}'),
(4694, 1076, 'foogallery_template', 'default'),
(4688, 1072, '_wpb_shortcodes_custom_css', '.vc_custom_1578313924348{padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg-contact.jpg?id=972) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578313481684{padding-top: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1578323012960{padding-bottom: 50px !important;}'),
(5220, 1222, '_elementor_source_image_hash', '4a9577fd694208397116f7e417a3758b95b55caa'),
(5221, 1223, '_wp_attached_file', '2021/03/Group-34.png'),
(5222, 1223, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:69;s:6:\"height\";i:69;s:4:\"file\";s:20:\"2021/03/Group-34.png\";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:{}}}'),
(5061, 1180, '_elementor_edit_mode', 'builder'),
(5062, 1180, '_elementor_template_type', 'kit'),
(5223, 1223, '_elementor_source_image_hash', '86cf61f3fa214ace2145b105443d9b4c8756a506'),
(4882, 1126, '_edit_last', '1'),
(4885, 1126, 'slide_template', 'default'),
(4886, 1126, 'eg_sources_html5_mp4', ''),
(4887, 1126, 'eg_sources_html5_ogv', ''),
(4888, 1126, 'eg_sources_html5_webm', ''),
(4889, 1126, 'eg_sources_youtube', ''),
(4890, 1126, 'eg_sources_vimeo', ''),
(4891, 1126, 'eg_sources_wistia', ''),
(4892, 1126, 'eg_sources_image', ''),
(4893, 1126, 'eg_sources_iframe', ''),
(4894, 1126, 'eg_sources_soundcloud', ''),
(4895, 1126, 'eg_vimeo_ratio', '1'),
(4896, 1126, 'eg_youtube_ratio', '1'),
(4897, 1126, 'eg_wistia_ratio', '1'),
(4898, 1126, 'eg_html5_ratio', '1'),
(4899, 1126, 'eg_soundcloud_ratio', '1'),
(4900, 1126, 'eg_sources_revslider', ''),
(4901, 1126, 'eg_sources_essgrid', ''),
(4902, 1126, 'eg_featured_grid', ''),
(4903, 1126, 'eg_settings_custom_meta_skin', ''),
(4904, 1126, 'eg_settings_custom_meta_element', ''),
(4905, 1126, 'eg_settings_custom_meta_setting', ''),
(4906, 1126, 'eg_settings_custom_meta_style', ''),
(4907, 1126, 'eg_custom_meta_216', 'true'),
(4908, 1126, 'eg_votes_count', '0'),
(4909, 1126, 'poolservices_post_options', 'a:70:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:16:\"show_panel_image\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:12:\"show_reviews\";s:7:\"inherit\";s:13:\"reviews_marks\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";}'),
(4910, 1126, 'poolservices_post_views_count', '138'),
(4911, 1126, 'poolservices_post_likes_count', '0'),
(5224, 1224, '_wp_attached_file', '2021/03/Group-35.png'),
(4949, 1135, '_menu_item_menu_item_parent', '0'),
(4919, 1126, '_wp_old_slug', 'revolucion-y-empoderamiento-del-servicio-de-limpieza-para-la-mujer-panamena-2'),
(4948, 1135, '_menu_item_type', 'post_type'),
(4945, 1126, '_wpb_vc_js_status', 'true'),
(4946, 1134, '_wpb_shortcodes_custom_css', '.vc_custom_1583756505509{padding-top: 100px !important;padding-bottom: 100px !important;}'),
(4947, 1126, '_wpb_shortcodes_custom_css', '.vc_custom_1583756505509{padding-top: 100px !important;padding-bottom: 100px !important;}'),
(4950, 1135, '_menu_item_object_id', '774'),
(4951, 1135, '_menu_item_object', 'page'),
(4952, 1135, '_menu_item_target', ''),
(4953, 1135, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4954, 1135, '_menu_item_xfn', ''),
(4955, 1135, '_menu_item_url', ''),
(5215, 1221, '_wp_attached_file', '2021/03/todd-quackenbush-700-copy.png'),
(5216, 1221, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1025;s:6:\"height\";i:687;s:4:\"file\";s:37:\"2021/03/todd-quackenbush-700-copy.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"todd-quackenbush-700-copy-300x201.png\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"todd-quackenbush-700-copy-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"todd-quackenbush-700-copy-768x515.png\";s:5:\"width\";i:768;s:6:\"height\";i:515;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:{}}}'),
(5055, 1173, '_wpb_vc_js_status', 'false'),
(5056, 1174, '_wpb_shortcodes_custom_css', '.vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578583854413{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1578584005654{background-color: #ffffff !important;}.vc_custom_1578325524399{padding-top: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1578059585201{padding-top: 100px !important;}.vc_custom_1578315951341{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(5057, 1173, 'poolservices_post_views_count', '275'),
(5058, 1173, 'poolservices_post_likes_count', '0'),
(5059, 1173, '_wpb_shortcodes_custom_css', '.vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578583854413{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1578584005654{background-color: #ffffff !important;}.vc_custom_1578325524399{padding-top: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1578059585201{padding-top: 100px !important;}.vc_custom_1578315951341{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(5005, 1147, '_wpb_shortcodes_custom_css', '.vc_custom_1576680491313{padding-top: 150px !important;padding-bottom: 150px !important;}'),
(5099, 1180, '_elementor_css', 'a:6:{s:4:\"time\";i:1616843572;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:\"\";}'),
(5101, 1183, '_wp_attached_file', '2021/03/study_cover.jpg'),
(5102, 1183, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:832;s:4:\"file\";s:23:\"2021/03/study_cover.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"study_cover-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"study_cover-1024x532.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:532;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"study_cover-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"study_cover-768x399.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"study_cover-1536x799.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:799;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:{}}}'),
(5103, 1183, '_elementor_source_image_hash', 'f347a1e207a4e51f4eb75e8f27b330fec6262287'),
(5104, 1184, '_wp_attached_file', '2021/03/study_1.jpg'),
(5105, 1184, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:572;s:6:\"height\";i:555;s:4:\"file\";s:19:\"2021/03/study_1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"study_1-300x291.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:291;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"study_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(5106, 1184, '_elementor_source_image_hash', 'd2a8733fe91570d642a2e8382043b6cec2cb7a82'),
(5107, 1185, '_wp_attached_file', '2021/03/teacther1.png'),
(5108, 1185, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:166;s:6:\"height\";i:165;s:4:\"file\";s:21:\"2021/03/teacther1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"teacther1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(5109, 1185, '_elementor_source_image_hash', '8061367421bdc401cb75628862ff5475880f0d20'),
(5110, 1186, '_wp_attached_file', '2021/03/teacher2.jpg'),
(5111, 1186, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:162;s:6:\"height\";i:165;s:4:\"file\";s:20:\"2021/03/teacher2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"teacher2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(5112, 1186, '_elementor_source_image_hash', '885d65b48b60e4805a276de8e5956c07cccd23bc'),
(5113, 1187, '_wp_attached_file', '2021/03/teacher3.jpg'),
(5114, 1187, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:162;s:6:\"height\";i:165;s:4:\"file\";s:20:\"2021/03/teacher3.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"teacher3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(5115, 1187, '_elementor_source_image_hash', '31ca36f76b14a306844b6619684d502761f3fdb5'),
(5116, 1188, '_wp_attached_file', '2021/03/study-box_1.jpg'),
(5117, 1188, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:570;s:6:\"height\";i:498;s:4:\"file\";s:23:\"2021/03/study-box_1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"study-box_1-300x262.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"study-box_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(5118, 1188, '_elementor_source_image_hash', 'e9dd6554af18de78e56dc463e8faa6238e6c3e21'),
(5119, 1189, '_wp_attached_file', '2021/03/library.jpg'),
(5120, 1189, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:570;s:6:\"height\";i:498;s:4:\"file\";s:19:\"2021/03/library.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"library-300x262.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"library-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(5121, 1189, '_elementor_source_image_hash', 'b8afd328dd9d2c70682a5692198b7fdb70c8821a'),
(5122, 1190, '_wp_attached_file', '2021/03/study-footer.jpg'),
(5123, 1190, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:932;s:4:\"file\";s:24:\"2021/03/study-footer.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"study-footer-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"study-footer-1024x596.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:596;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"study-footer-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"study-footer-768x447.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:447;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"study-footer-1536x895.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:895;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:{}}}'),
(5124, 1190, '_elementor_source_image_hash', 'fe7dc50baf627a742bc010543cd00e8c98c72db9'),
(5125, 1191, '_wp_attached_file', '2021/03/Vintage-Logo.png'),
(5126, 1191, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:342;s:6:\"height\";i:328;s:4:\"file\";s:24:\"2021/03/Vintage-Logo.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Vintage-Logo-300x288.png\";s:5:\"width\";i:300;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Vintage-Logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(5127, 1191, '_elementor_source_image_hash', '57e5f4eaf1c18c740f95d0ea716bf87f882d0827'),
(5128, 1192, '_wp_attached_file', '2021/03/foodiesfeed.com_meanwhile-in-the-kitchen-1.jpg'),
(5129, 1192, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:686;s:4:\"file\";s:54:\"2021/03/foodiesfeed.com_meanwhile-in-the-kitchen-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"foodiesfeed.com_meanwhile-in-the-kitchen-1-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"foodiesfeed.com_meanwhile-in-the-kitchen-1-1024x468.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"foodiesfeed.com_meanwhile-in-the-kitchen-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"foodiesfeed.com_meanwhile-in-the-kitchen-1-768x351.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:351;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:{}}}'),
(5130, 1192, '_elementor_source_image_hash', '85449333f6d6d70b7d66e9c539b4e3a4fef6f3e8'),
(5131, 1193, '_wp_attached_file', '2021/03/fooodiesfeed.com_sweet-and-salty-brunch.jpg'),
(5132, 1193, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1023;s:4:\"file\";s:51:\"2021/03/fooodiesfeed.com_sweet-and-salty-brunch.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"fooodiesfeed.com_sweet-and-salty-brunch-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"fooodiesfeed.com_sweet-and-salty-brunch-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"fooodiesfeed.com_sweet-and-salty-brunch-768x767.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:767;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:{}}}'),
(5133, 1193, '_elementor_source_image_hash', '6c53ddffc8d5ccb7e3a3cac15c8de8484305f945'),
(5134, 1194, '_wp_attached_file', '2021/03/foodiesfeed.com_Wedding_15-crop.jpg'),
(5135, 1194, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:683;s:6:\"height\";i:683;s:4:\"file\";s:43:\"2021/03/foodiesfeed.com_Wedding_15-crop.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"foodiesfeed.com_Wedding_15-crop-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"foodiesfeed.com_Wedding_15-crop-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(5136, 1194, '_elementor_source_image_hash', '367685344c4faaddba1425945eabf7d7569376d6'),
(5137, 1195, '_wp_attached_file', '2021/03/foodiesfeed.com_Your-Sunny-Side-Up-2-crop.jpg'),
(5138, 1195, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:683;s:6:\"height\";i:683;s:4:\"file\";s:53:\"2021/03/foodiesfeed.com_Your-Sunny-Side-Up-2-crop.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"foodiesfeed.com_Your-Sunny-Side-Up-2-crop-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"foodiesfeed.com_Your-Sunny-Side-Up-2-crop-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(5139, 1195, '_elementor_source_image_hash', '6b1e808149aad206434e819f887225091c73afba'),
(5140, 1196, '_wp_attached_file', '2021/03/foodiesfeed.com_traditional-czech-honey-cake-caffee-latte-crop.jpg'),
(5141, 1196, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:683;s:6:\"height\";i:683;s:4:\"file\";s:74:\"2021/03/foodiesfeed.com_traditional-czech-honey-cake-caffee-latte-crop.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:74:\"foodiesfeed.com_traditional-czech-honey-cake-caffee-latte-crop-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:74:\"foodiesfeed.com_traditional-czech-honey-cake-caffee-latte-crop-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(5142, 1196, '_elementor_source_image_hash', '4f05e79f1c1808a6d5360fd09954acee09652aa2'),
(5143, 1197, '_wp_attached_file', '2021/03/foodiesfeed.com_homemade-pizza-crop.jpg'),
(5144, 1197, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:683;s:6:\"height\";i:683;s:4:\"file\";s:47:\"2021/03/foodiesfeed.com_homemade-pizza-crop.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"foodiesfeed.com_homemade-pizza-crop-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"foodiesfeed.com_homemade-pizza-crop-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(5145, 1197, '_elementor_source_image_hash', 'c394feafef1475f3db8329a903c9adae37323bd8'),
(5146, 1198, '_wp_attached_file', '2021/03/foodiesfeed.com_homemade-waffles-with-coffee.jpg'),
(5147, 1198, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1053;s:6:\"height\";i:1053;s:4:\"file\";s:56:\"2021/03/foodiesfeed.com_homemade-waffles-with-coffee.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"foodiesfeed.com_homemade-waffles-with-coffee-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"foodiesfeed.com_homemade-waffles-with-coffee-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"foodiesfeed.com_homemade-waffles-with-coffee-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"foodiesfeed.com_homemade-waffles-with-coffee-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;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:{}}}'),
(5148, 1198, '_elementor_source_image_hash', '8bb9c5ac434234c1f1e90bd7a54ba24f9b508442'),
(5149, 1199, '_wp_attached_file', '2021/03/25388788904_72d2f5ec6f_z.jpg'),
(5150, 1199, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:291;s:6:\"height\";i:291;s:4:\"file\";s:36:\"2021/03/25388788904_72d2f5ec6f_z.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"25388788904_72d2f5ec6f_z-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(5151, 1199, '_elementor_source_image_hash', 'eec3399ea1fc6a9ee0421ef70c08e93accaf0236'),
(5152, 1200, '_wp_attached_file', '2021/03/foodiesfeed.com_Wedding_15.jpg'),
(5153, 1200, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:38:\"2021/03/foodiesfeed.com_Wedding_15.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"foodiesfeed.com_Wedding_15-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"foodiesfeed.com_Wedding_15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"foodiesfeed.com_Wedding_15-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:{}}}'),
(5154, 1200, '_elementor_source_image_hash', '8001352265ef7bbe4f828455f43a0826b247b67f'),
(5155, 1201, '_wp_attached_file', '2021/03/foodiesfeed.com_traditional-czech-honey-cake-caffee-latte.jpg'),
(5156, 1201, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:69:\"2021/03/foodiesfeed.com_traditional-czech-honey-cake-caffee-latte.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:69:\"foodiesfeed.com_traditional-czech-honey-cake-caffee-latte-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:69:\"foodiesfeed.com_traditional-czech-honey-cake-caffee-latte-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:69:\"foodiesfeed.com_traditional-czech-honey-cake-caffee-latte-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:{}}}'),
(5157, 1201, '_elementor_source_image_hash', 'cf68eebfbbe3706cad5e5273c348a1ec1d90f042'),
(5158, 1202, '_wp_attached_file', '2021/03/foodiesfeed.com_get-ready-for-your-espresso.jpg'),
(5159, 1202, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:55:\"2021/03/foodiesfeed.com_get-ready-for-your-espresso.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"foodiesfeed.com_get-ready-for-your-espresso-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"foodiesfeed.com_get-ready-for-your-espresso-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"foodiesfeed.com_get-ready-for-your-espresso-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:{}}}'),
(5160, 1202, '_elementor_source_image_hash', '03a7b515c946ba7686ada133d7c132acd6dc50b3'),
(5161, 1203, '_wp_attached_file', '2021/03/foodiesfeed.com_homemade-pizza.jpg'),
(5162, 1203, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:42:\"2021/03/foodiesfeed.com_homemade-pizza.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"foodiesfeed.com_homemade-pizza-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"foodiesfeed.com_homemade-pizza-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"foodiesfeed.com_homemade-pizza-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:{}}}'),
(5163, 1203, '_elementor_source_image_hash', 'bb7bcf6c6edadcb38bf1bc9d247881733baf9aa8'),
(5164, 1204, '_wp_attached_file', '2021/03/foodiesfeed.com_Your-Sunny-Side-Up-2.jpg'),
(5165, 1204, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:48:\"2021/03/foodiesfeed.com_Your-Sunny-Side-Up-2.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"foodiesfeed.com_Your-Sunny-Side-Up-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"foodiesfeed.com_Your-Sunny-Side-Up-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"foodiesfeed.com_Your-Sunny-Side-Up-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:{}}}'),
(5166, 1204, '_elementor_source_image_hash', '96f32dd6e469603f30f5edd277fe444dc62c8de9'),
(5170, 1206, '_wp_attached_file', '2021/03/GalleryPage-img_1.jpg'),
(5171, 1206, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:555;s:6:\"height\";i:555;s:4:\"file\";s:29:\"2021/03/GalleryPage-img_1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"GalleryPage-img_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"GalleryPage-img_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(5172, 1206, '_elementor_source_image_hash', 'd85d1f055e3ecd3150ae86cb1d6b073712007659'),
(5173, 1207, '_wp_attached_file', '2021/03/GalleryPage-img_2.jpg'),
(5174, 1207, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:555;s:6:\"height\";i:555;s:4:\"file\";s:29:\"2021/03/GalleryPage-img_2.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"GalleryPage-img_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"GalleryPage-img_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(5175, 1207, '_elementor_source_image_hash', 'c834aaf645800ad379c075d8ae03720a0fa32f9d'),
(5176, 1208, '_wp_attached_file', '2021/03/GalleryPage-img_3.jpg'),
(5177, 1208, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:555;s:6:\"height\";i:555;s:4:\"file\";s:29:\"2021/03/GalleryPage-img_3.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"GalleryPage-img_3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"GalleryPage-img_3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(5178, 1208, '_elementor_source_image_hash', '367a78509399f5fc92e326d68c518681a16a1a71'),
(5179, 1209, '_wp_attached_file', '2021/03/GalleryPage-img_4.jpg'),
(5180, 1209, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:555;s:6:\"height\";i:555;s:4:\"file\";s:29:\"2021/03/GalleryPage-img_4.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"GalleryPage-img_4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"GalleryPage-img_4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(5181, 1209, '_elementor_source_image_hash', 'b41c350719bbb93749342036a387d0ac298bd6fc'),
(5182, 1210, '_wp_attached_file', '2021/03/GalleryPage-img_5.jpg'),
(5183, 1210, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:555;s:6:\"height\";i:555;s:4:\"file\";s:29:\"2021/03/GalleryPage-img_5.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"GalleryPage-img_5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"GalleryPage-img_5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(5184, 1210, '_elementor_source_image_hash', '56868ede6f1b667499350c430c93f1fb2d3276b2'),
(5185, 1211, '_wp_attached_file', '2021/03/GalleryPage-img_6.jpg'),
(5186, 1211, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:555;s:6:\"height\";i:555;s:4:\"file\";s:29:\"2021/03/GalleryPage-img_6.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"GalleryPage-img_6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"GalleryPage-img_6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(5187, 1211, '_elementor_source_image_hash', '8f40f83345b3eca68e043bf97f72c6e6e0cc3bb4'),
(5188, 1212, '_wp_attached_file', '2021/03/GalleryPage-img_7.jpg'),
(5189, 1212, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:555;s:6:\"height\";i:555;s:4:\"file\";s:29:\"2021/03/GalleryPage-img_7.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"GalleryPage-img_7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"GalleryPage-img_7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(5190, 1212, '_elementor_source_image_hash', '8db2341815a0418a529d4ff1b483d4bfa4ee04e6'),
(5191, 1213, '_wp_attached_file', '2021/03/GalleryPage-img_8.jpg'),
(5192, 1213, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:555;s:6:\"height\";i:555;s:4:\"file\";s:29:\"2021/03/GalleryPage-img_8.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"GalleryPage-img_8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"GalleryPage-img_8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(5193, 1213, '_elementor_source_image_hash', 'e065f4c9f88f2bcc47a85bb00491a6c7bc6730dc'),
(5194, 1214, '_wp_attached_file', '2021/03/GalleryPage-img_9.jpg'),
(5195, 1214, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:555;s:6:\"height\";i:555;s:4:\"file\";s:29:\"2021/03/GalleryPage-img_9.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"GalleryPage-img_9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"GalleryPage-img_9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(5196, 1214, '_elementor_source_image_hash', '4dfa69c7e7ee21d68c746c463b3cedabfca4bb63'),
(5197, 1215, '_wp_attached_file', '2021/03/GalleryPage-img_10.jpg'),
(5198, 1215, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:555;s:6:\"height\";i:555;s:4:\"file\";s:30:\"2021/03/GalleryPage-img_10.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"GalleryPage-img_10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"GalleryPage-img_10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(5199, 1215, '_elementor_source_image_hash', '1ec7dd92a8779a214e3b98867896f3b57c6b168c'),
(5200, 1216, '_wp_attached_file', '2021/03/GalleryPage-img_11.jpg'),
(5201, 1216, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:555;s:6:\"height\";i:555;s:4:\"file\";s:30:\"2021/03/GalleryPage-img_11.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"GalleryPage-img_11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"GalleryPage-img_11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(5202, 1216, '_elementor_source_image_hash', '799983a4132cdcdef8ba720d590c455a25ed5a00'),
(5203, 1217, '_wp_attached_file', '2021/03/GalleryPage-img_12.jpg'),
(5204, 1217, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:555;s:6:\"height\";i:555;s:4:\"file\";s:30:\"2021/03/GalleryPage-img_12.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"GalleryPage-img_12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"GalleryPage-img_12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(5205, 1217, '_elementor_source_image_hash', '647af8426814404b31108947ac49fcd4181f32bc'),
(5206, 1218, '_wp_attached_file', '2021/03/GalleryPage-img_13.jpg'),
(5207, 1218, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:555;s:6:\"height\";i:555;s:4:\"file\";s:30:\"2021/03/GalleryPage-img_13.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"GalleryPage-img_13-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"GalleryPage-img_13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(5208, 1218, '_elementor_source_image_hash', '7f03b27ef43eb1672bcc80fbbc5e1a15c612f1fe'),
(5209, 1219, '_wp_attached_file', '2021/03/GalleryPage-img_14.jpg'),
(5210, 1219, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:555;s:6:\"height\";i:555;s:4:\"file\";s:30:\"2021/03/GalleryPage-img_14.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"GalleryPage-img_14-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"GalleryPage-img_14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(5211, 1219, '_elementor_source_image_hash', 'bfe4128cf32cba57df35f89d194303ac97a44d17');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5212, 1220, '_wp_attached_file', '2021/03/GalleryPage-img_15.jpg'),
(5213, 1220, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:555;s:6:\"height\";i:555;s:4:\"file\";s:30:\"2021/03/GalleryPage-img_15.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"GalleryPage-img_15-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"GalleryPage-img_15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(5214, 1220, '_elementor_source_image_hash', '14e7889acc036ab926bd9e357c749864d340232d'),
(5225, 1224, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:69;s:6:\"height\";i:69;s:4:\"file\";s:20:\"2021/03/Group-35.png\";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:{}}}'),
(5226, 1224, '_elementor_source_image_hash', '1bb73dbb3cedeb50a24357b055c4db8b93a28524'),
(5227, 1225, '_wp_attached_file', '2021/03/556-1.png'),
(5228, 1225, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:811;s:6:\"height\";i:624;s:4:\"file\";s:17:\"2021/03/556-1.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"556-1-300x231.png\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"556-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"556-1-768x591.png\";s:5:\"width\";i:768;s:6:\"height\";i:591;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:{}}}'),
(5229, 1225, '_elementor_source_image_hash', '77ef431b74408cae37eeaa53b9f3744bfc244c5b'),
(5230, 1226, '_wp_attached_file', '2021/03/thomas-lefebvre-3950.png'),
(5231, 1226, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1217;s:6:\"height\";i:936;s:4:\"file\";s:32:\"2021/03/thomas-lefebvre-3950.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"thomas-lefebvre-3950-300x231.png\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"thomas-lefebvre-3950-1024x788.png\";s:5:\"width\";i:1024;s:6:\"height\";i:788;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"thomas-lefebvre-3950-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"thomas-lefebvre-3950-768x591.png\";s:5:\"width\";i:768;s:6:\"height\";i:591;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:{}}}'),
(5232, 1226, '_elementor_source_image_hash', '90ae82151658389808cf659f311b31e91b3c3894'),
(5233, 1227, '_wp_attached_file', '2021/03/GEO.png'),
(5234, 1227, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:150;s:4:\"file\";s:15:\"2021/03/GEO.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"GEO-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(5235, 1227, '_elementor_source_image_hash', 'b4c757743e0961bffe5f8fe2175bae572b908b29'),
(5236, 1228, '_wp_attached_file', '2021/03/BOLEIR.png'),
(5237, 1228, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:150;s:4:\"file\";s:18:\"2021/03/BOLEIR.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"BOLEIR-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(5238, 1228, '_elementor_source_image_hash', '7c8cd67b6be877c505c6529afc7458070d93fb89'),
(5239, 1229, '_wp_attached_file', '2021/03/ECOCODE.png'),
(5240, 1229, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:150;s:4:\"file\";s:19:\"2021/03/ECOCODE.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"ECOCODE-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(5241, 1229, '_elementor_source_image_hash', '0e7e242201299e5c6d0cfe2017828e7fc985a5c1'),
(5242, 1230, '_wp_attached_file', '2021/03/mapmaster-1-2-1.png'),
(5243, 1230, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:150;s:4:\"file\";s:27:\"2021/03/mapmaster-1-2-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"mapmaster-1-2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(5244, 1230, '_elementor_source_image_hash', '0519d2285ffd8496fd250386ce9b49afb38a8559'),
(5245, 1231, '_wp_attached_file', '2021/03/ARMOND.png'),
(5246, 1231, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:150;s:4:\"file\";s:18:\"2021/03/ARMOND.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"ARMOND-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(5247, 1231, '_elementor_source_image_hash', 'bb056627bea148ed3ff9b822cb4045dd9593d52e'),
(5248, 1232, '_wp_attached_file', '2021/03/zusman-1-2-1.png'),
(5249, 1232, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:150;s:4:\"file\";s:24:\"2021/03/zusman-1-2-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"zusman-1-2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(5250, 1232, '_elementor_source_image_hash', 'c03fe45230d46bd2b5d7904b6cfeb28c112bdf19'),
(5251, 1233, '_wp_attached_file', '2021/03/MADRIN.png'),
(5252, 1233, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:150;s:4:\"file\";s:18:\"2021/03/MADRIN.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"MADRIN-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(5253, 1233, '_elementor_source_image_hash', 'c6595d2bdf0271fe29b02d97c68f8bc67ac5447f'),
(5254, 1234, '_wp_attached_file', '2021/03/darkside-1-2-1.png'),
(5255, 1234, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:150;s:4:\"file\";s:26:\"2021/03/darkside-1-2-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"darkside-1-2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(5256, 1234, '_elementor_source_image_hash', '621a134c6866bcc840ef5afc46d7a3a4795cb8d6'),
(5257, 1235, '_wp_attached_file', '2021/03/54.png'),
(5258, 1235, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:659;s:6:\"height\";i:509;s:4:\"file\";s:14:\"2021/03/54.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"54-300x232.png\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"54-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(5259, 1235, '_elementor_source_image_hash', '27f7908b4da7f86e2bce12f051ce9810a1d53ddd'),
(5260, 1236, '_wp_attached_file', '2021/03/88.jpg'),
(5261, 1236, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1621;s:6:\"height\";i:542;s:4:\"file\";s:14:\"2021/03/88.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"88-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"88-1024x342.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"88-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"88-768x257.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:15:\"88-1536x514.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:514;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:{}}}'),
(5262, 1236, '_elementor_source_image_hash', '67fe2bea05c84aed08f4f13a18932ac2147a5bba'),
(5269, 1238, '_wp_attached_file', '2021/03/review_3.png'),
(5270, 1238, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:132;s:6:\"height\";i:131;s:4:\"file\";s:20:\"2021/03/review_3.png\";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:{}}}'),
(5271, 1238, '_elementor_source_image_hash', '2516db236dd8fe3030893235ae6aa6ee45b93fc6'),
(10251, 1173, '_elementor_edit_mode', 'builder'),
(10252, 1173, '_elementor_template_type', 'wp-page'),
(10253, 1173, '_elementor_version', '3.1.4'),
(10254, 1173, '_elementor_pro_version', '3.2.1'),
(10268, 2001, '_wpb_shortcodes_custom_css', '.vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578583854413{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1578584005654{background-color: #ffffff !important;}.vc_custom_1578325524399{padding-top: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1578059585201{padding-top: 100px !important;}.vc_custom_1578315951341{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(10275, 2002, '_wpb_shortcodes_custom_css', '.vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578583854413{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1578584005654{background-color: #ffffff !important;}.vc_custom_1578325524399{padding-top: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1578059585201{padding-top: 100px !important;}.vc_custom_1578315951341{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(10224, 1535, '_foogallery_css', 'a:1:{s:15:\"foogallery-core\";a:5:{s:3:\"src\";s:115:\"https://dacleanexpress.com/wp-content/plugins/foogallery/extensions/default-templates/shared/css/foogallery.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"1.9.8\";s:5:\"media\";s:3:\"all\";s:4:\"site\";s:26:\"https://dacleanexpress.com\";}}'),
(5287, 1243, '_wp_attached_file', '2021/03/daclean.jpg'),
(5288, 1243, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:19:\"2021/03/daclean.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"daclean-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"daclean-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"daclean-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"daclean-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"daclean-1536x1024.jpg\";s:5:\"width\";i:1536;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:{}}}'),
(5285, 1242, '_wp_attached_file', '2021/03/logo1-2-1.jpg'),
(5286, 1242, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:330;s:6:\"height\";i:110;s:4:\"file\";s:21:\"2021/03/logo1-2-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"logo1-2-1-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"logo1-2-1-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;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:{}}}'),
(5289, 1244, '_wp_attached_file', '2021/03/daclean21.jpg'),
(5290, 1244, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:21:\"2021/03/daclean21.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"daclean21-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"daclean21-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"daclean21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"daclean21-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"daclean21-1536x1024.jpg\";s:5:\"width\";i:1536;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:{}}}'),
(7562, 1580, '_wp_attached_file', '2021/04/logo-original-2.png'),
(7563, 1580, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:286;s:6:\"height\";i:100;s:4:\"file\";s:27:\"2021/04/logo-original-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"logo-original-2-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;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:{}}}'),
(5656, 1297, '_wp_attached_file', '2021/03/daclean-1.jpg'),
(5657, 1297, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:21:\"2021/03/daclean-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"daclean-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"daclean-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"daclean-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"daclean-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"daclean-1-1536x1024.jpg\";s:5:\"width\";i:1536;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:{}}}'),
(6020, 1354, '_wp_attached_file', '2021/03/o_apartamentos.jpg'),
(6021, 1354, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:325;s:6:\"height\";i:250;s:4:\"file\";s:26:\"2021/03/o_apartamentos.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"o_apartamentos-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"o_apartamentos-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(6022, 1355, '_wp_attached_file', '2021/03/o_bano.jpg'),
(6023, 1355, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:325;s:6:\"height\";i:250;s:4:\"file\";s:18:\"2021/03/o_bano.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"o_bano-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"o_bano-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(6024, 1356, '_wp_attached_file', '2021/03/o_cocina.jpg'),
(6025, 1356, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:325;s:6:\"height\";i:250;s:4:\"file\";s:20:\"2021/03/o_cocina.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"o_cocina-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"o_cocina-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(6370, 1411, '_wp_attached_file', '2021/03/ana-Vasquez.jpg'),
(6371, 1411, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:824;s:6:\"height\";i:815;s:4:\"file\";s:23:\"2021/03/ana-Vasquez.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"ana-Vasquez-300x297.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"ana-Vasquez-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"ana-Vasquez-768x760.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:760;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:{}}}'),
(7198, 1525, '_wp_attached_file', '2021/04/business_oficina.jpg'),
(7199, 1525, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:325;s:6:\"height\";i:250;s:4:\"file\";s:28:\"2021/04/business_oficina.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"business_oficina-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"business_oficina-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(7200, 1526, '_wp_attached_file', '2021/04/clean_negocio.jpg'),
(7201, 1526, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:325;s:6:\"height\";i:250;s:4:\"file\";s:25:\"2021/04/clean_negocio.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"clean_negocio-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"clean_negocio-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(7202, 1527, '_wp_attached_file', '2021/04/post_construcccion.jpg'),
(7203, 1527, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:325;s:6:\"height\";i:250;s:4:\"file\";s:30:\"2021/04/post_construcccion.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"post_construcccion-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"post_construcccion-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(7250, 1535, '_edit_lock', '1627878009:18'),
(7251, 1535, '_edit_last', '18'),
(7252, 1535, '_wp_page_template', 'elementor_canvas'),
(7253, 1535, 'hefo_before', '0'),
(7254, 1535, 'hefo_after', '0'),
(7255, 1535, 'slide_template', 'default'),
(7256, 1535, 'eg_sources_html5_mp4', ''),
(7257, 1535, 'eg_sources_html5_ogv', ''),
(7258, 1535, 'eg_sources_html5_webm', ''),
(7259, 1535, 'eg_sources_youtube', ''),
(7260, 1535, 'eg_sources_vimeo', ''),
(7261, 1535, 'eg_sources_wistia', ''),
(7262, 1535, 'eg_sources_image', ''),
(7263, 1535, 'eg_sources_iframe', ''),
(7264, 1535, 'eg_sources_soundcloud', ''),
(7265, 1535, 'eg_vimeo_ratio', '1'),
(7266, 1535, 'eg_youtube_ratio', '1'),
(7267, 1535, 'eg_wistia_ratio', '1'),
(7268, 1535, 'eg_html5_ratio', '1'),
(7269, 1535, 'eg_soundcloud_ratio', '1'),
(7270, 1535, 'eg_sources_revslider', ''),
(7271, 1535, 'eg_sources_essgrid', ''),
(7272, 1535, 'eg_featured_grid', ''),
(7273, 1535, 'eg_settings_custom_meta_skin', ''),
(7274, 1535, 'eg_settings_custom_meta_element', ''),
(7275, 1535, 'eg_settings_custom_meta_setting', ''),
(7276, 1535, 'eg_settings_custom_meta_style', ''),
(7277, 1535, 'eg_custom_meta_216', 'true'),
(7278, 1535, 'eg_votes_count', '0'),
(7279, 1535, 'poolservices_post_options', 'a:100:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:16:\"show_panel_image\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(7280, 1535, '_wpb_vc_js_status', 'false'),
(7281, 1535, 'poolservices_post_views_count', '13'),
(7282, 1535, 'poolservices_post_likes_count', '0'),
(7283, 1535, '_elementor_edit_mode', 'builder'),
(7284, 1535, '_elementor_template_type', 'wp-page'),
(7285, 1535, '_elementor_version', '3.1.4'),
(7286, 1535, '_elementor_pro_version', '3.2.1'),
(7299, 1539, '_wp_page_template', 'elementor_canvas'),
(7300, 1539, '_elementor_edit_mode', 'builder'),
(7301, 1539, '_elementor_template_type', 'wp-page'),
(7302, 1539, '_elementor_version', '3.1.4'),
(7303, 1539, '_elementor_pro_version', '3.2.1'),
(7304, 1535, '_elementor_data', '[{\"id\":\"3079d2a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1d45da\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1d5f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"POL\\u00cdTICA DE PRIVACIDAD\",\"align\":\"center\",\"title_color\":\"#4F5F66\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ed8e96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"background: white; vertical-align: baseline; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">La\\u00a0 Pol\\u00edtica de Privacidad establece los t\\u00e9rminos en que Daclean Express usa y protege la informaci\\u00f3n que es proporcionada por sus usuarios al momento de utilizar su sitio web. Esta compa\\u00f1\\u00eda est\\u00e1 comprometida con la seguridad de los datos de sus usuarios. Cuando le pedimos llenar los campos de informaci\\u00f3n personal con la cual usted pueda ser identificado, lo hacemos asegurando que s\\u00f3lo se emplear\\u00e1 de acuerdo con los t\\u00e9rminos de este documento. Sin embargo esta Pol\\u00edtica de Privacidad puede cambiar con el tiempo o ser actualizada por lo que le recomendamos y enfatizamos revisar continuamente esta p\\u00e1gina para asegurarse que est\\u00e1 de acuerdo con dichos cambios.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Informaci\\u00f3n que es recogida<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Nuestro sitio web podr\\u00e1 recoger informaci\\u00f3n personal por ejemplo: Nombre,\\u00a0 informaci\\u00f3n de contacto como\\u00a0 su direcci\\u00f3n de correo electr\\u00f3nica e informaci\\u00f3n demogr\\u00e1fica. As\\u00ed mismo cuando sea necesario podr\\u00e1 ser requerida informaci\\u00f3n espec\\u00edfica para procesar alg\\u00fan pedido o realizar una entrega o facturaci\\u00f3n.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Uso de la informaci\\u00f3n recogida<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Nuestro sitio web emplea la informaci\\u00f3n con el fin de proporcionar el mejor servicio posible, particularmente para mantener un registro de usuarios, de pedidos en caso que aplique, y mejorar nuestros productos y servicios. \\u00a0Es posible que sean enviados correos electr\\u00f3nicos peri\\u00f3dicamente a trav\\u00e9s de nuestro sitio con ofertas especiales, nuevos productos y otra informaci\\u00f3n publicitaria que consideremos relevante para usted o que pueda brindarle alg\\u00fan beneficio, estos correos electr\\u00f3nicos ser\\u00e1n enviados a la direcci\\u00f3n que usted proporcione y podr\\u00e1n ser cancelados en cualquier momento.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Daclean Express est\\u00e1 altamente comprometido para cumplir con el compromiso de mantener su informaci\\u00f3n segura. Usamos los sistemas m\\u00e1s avanzados y los actualizamos constantemente para asegurarnos que no exista ning\\u00fan acceso no autorizado.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Cookies<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Una cookie se refiere a un fichero que es enviado con la finalidad de solicitar permiso para almacenarse en su ordenador, al aceptar dicho fichero se crea y la cookie sirve entonces para tener informaci\\u00f3n respecto al tr\\u00e1fico web, y tambi\\u00e9n facilita las futuras\\u00a0recurrente. Otra funci\\u00f3n que tienen las cookies es que con ellas las web pueden reconocerte individualmente y por tanto brindarte el mejor servicio personalizado de su web.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Nuestro sitio web www.dacleanexpress.com\\u00a0 emplea las cookies para poder identificar las p\\u00e1ginas que son visitadas y su frecuencia. Esta informaci\\u00f3n es empleada \\u00fanicamente para an\\u00e1lisis estad\\u00edstico y despu\\u00e9s la informaci\\u00f3n se elimina de forma permanente. Usted puede eliminar las cookies en cualquier momento desde su ordenador. Sin embargo las cookies ayudan a proporcionar un mejor servicio de los sitios web, est\\u00e1s no dan acceso a informaci\\u00f3n de su ordenador ni de usted, a menos de que usted as\\u00ed lo quiera y la proporcione directamente. Usted puede aceptar o negar el uso de cookies, sin embargo la mayor\\u00eda de navegadores aceptan cookies autom\\u00e1ticamente pues sirve para tener un mejor servicio web. Tambi\\u00e9n usted puede cambiar la configuraci\\u00f3n de su ordenador para declinar las cookies. Si se declinan es posible que no pueda utilizar algunos de nuestros servicios.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">\\u00a0<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Enlaces a Terceros<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Este sitio web pudiera contener en laces a otros sitios que pudieran ser de su inter\\u00e9s. Una vez que usted de clic en estos enlaces y abandone nuestra p\\u00e1gina, ya no tenemos control sobre al sitio al que es redirigido y por lo tanto no somos responsables de los t\\u00e9rminos o privacidad ni de la protecci\\u00f3n de sus datos en esos otros sitios terceros. Dichos sitios est\\u00e1n sujetos a sus propias pol\\u00edticas de privacidad por lo cual es recomendable que los consulte para confirmar que usted est\\u00e1 de acuerdo con estas.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Control de su informaci\\u00f3n personal<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">En cualquier momento usted puede restringir la recopilaci\\u00f3n o el uso de la informaci\\u00f3n personal que es proporcionada a nuestro sitio web.\\u00a0 Cada vez que se le solicite rellenar un formulario, como el de alta de usuario, puede marcar o desmarcar la opci\\u00f3n de recibir informaci\\u00f3n por correo electr\\u00f3nico. \\u00a0En caso de que haya marcado la opci\\u00f3n de recibir nuestro bolet\\u00edn o publicidad usted puede cancelarla en cualquier momento.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Esta compa\\u00f1\\u00eda no vender\\u00e1, ceder\\u00e1 ni distribuir\\u00e1 la informaci\\u00f3n personal que es recopilada sin su consentimiento, salvo que sea requerido por un juez con un orden judicial.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Daclean Express se reserva el derecho de cambiar los t\\u00e9rminos de la presente Pol\\u00edtica de Privacidad en cualquier momento.<\\/span><\\/p><p class=\\\"MsoNormal\\\"><strong>T\\u00e9rminos\\u00a0 y Condiciones<\\/strong><\\/p><p class=\\\"MsoNormal\\\">La limpieza Profunda sin Costo, solo aplica \\u00a0a los usuarios que soliciten la cotizaci\\u00f3n y contraten uno o varios de los servicios de Daclean Express.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(7294, 1538, '_wp_page_template', 'elementor_canvas'),
(7295, 1538, '_elementor_edit_mode', 'builder'),
(7296, 1538, '_elementor_template_type', 'wp-page'),
(7297, 1538, '_elementor_version', '3.1.4'),
(7298, 1538, '_elementor_pro_version', '3.2.1'),
(7305, 1540, '_wp_page_template', 'elementor_canvas'),
(7306, 1540, '_elementor_edit_mode', 'builder'),
(7307, 1540, '_elementor_template_type', 'wp-page'),
(7308, 1540, '_elementor_version', '3.1.4'),
(7309, 1540, '_elementor_pro_version', '3.2.1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7310, 1540, '_elementor_data', '[{\"id\":\"3079d2a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1d45da\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1d5f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"POL\\u00cdTICA DE PRIVACIDAD\",\"align\":\"center\",\"title_color\":\"#4F5F66\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ed8e96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"background: white; vertical-align: baseline; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">El presente Pol\\u00edtica de Privacidad establece los t\\u00e9rminos en que Daclean Express usa y protege la informaci\\u00f3n que es proporcionada por sus usuarios al momento de utilizar su sitio web. Esta compa\\u00f1\\u00eda est\\u00e1 comprometida con la seguridad de los datos de sus usuarios. Cuando le pedimos llenar los campos de informaci\\u00f3n personal con la cual usted pueda ser identificado, lo hacemos asegurando que s\\u00f3lo se emplear\\u00e1 de acuerdo con los t\\u00e9rminos de este documento. Sin embargo esta Pol\\u00edtica de Privacidad puede cambiar con el tiempo o ser actualizada por lo que le recomendamos y enfatizamos revisar continuamente esta p\\u00e1gina para asegurarse que est\\u00e1 de acuerdo con dichos cambios.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Informaci\\u00f3n que es recogida<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Nuestro sitio web podr\\u00e1 recoger informaci\\u00f3n personal por ejemplo: Nombre,\\u00a0 informaci\\u00f3n de contacto como\\u00a0 su direcci\\u00f3n de correo electr\\u00f3nica e informaci\\u00f3n demogr\\u00e1fica. As\\u00ed mismo cuando sea necesario podr\\u00e1 ser requerida informaci\\u00f3n espec\\u00edfica para procesar alg\\u00fan pedido o realizar una entrega o facturaci\\u00f3n.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Uso de la informaci\\u00f3n recogida<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Nuestro sitio web emplea la informaci\\u00f3n con el fin de proporcionar el mejor servicio posible, particularmente para mantener un registro de usuarios, de pedidos en caso que aplique, y mejorar nuestros productos y servicios. \\u00a0Es posible que sean enviados correos electr\\u00f3nicos peri\\u00f3dicamente a trav\\u00e9s de nuestro sitio con ofertas especiales, nuevos productos y otra informaci\\u00f3n publicitaria que consideremos relevante para usted o que pueda brindarle alg\\u00fan beneficio, estos correos electr\\u00f3nicos ser\\u00e1n enviados a la direcci\\u00f3n que usted proporcione y podr\\u00e1n ser cancelados en cualquier momento.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Daclean Express est\\u00e1 altamente comprometido para cumplir con el compromiso de mantener su informaci\\u00f3n segura. Usamos los sistemas m\\u00e1s avanzados y los actualizamos constantemente para asegurarnos que no exista ning\\u00fan acceso no autorizado.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Cookies<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Una cookie se refiere a un fichero que es enviado con la finalidad de solicitar permiso para almacenarse en su ordenador, al aceptar dicho fichero se crea y la cookie sirve entonces para tener informaci\\u00f3n respecto al tr\\u00e1fico web, y tambi\\u00e9n facilita las futuras\\u00a0recurrente. Otra funci\\u00f3n que tienen las cookies es que con ellas las web pueden reconocerte individualmente y por tanto brindarte el mejor servicio personalizado de su web.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Nuestro sitio web www.dacleanexpress.com\\u00a0 emplea las cookies para poder identificar las p\\u00e1ginas que son visitadas y su frecuencia. Esta informaci\\u00f3n es empleada \\u00fanicamente para an\\u00e1lisis estad\\u00edstico y despu\\u00e9s la informaci\\u00f3n se elimina de forma permanente. Usted puede eliminar las cookies en cualquier momento desde su ordenador. Sin embargo las cookies ayudan a proporcionar un mejor servicio de los sitios web, est\\u00e1s no dan acceso a informaci\\u00f3n de su ordenador ni de usted, a menos de que usted as\\u00ed lo quiera y la proporcione directamente. Usted puede aceptar o negar el uso de cookies, sin embargo la mayor\\u00eda de navegadores aceptan cookies autom\\u00e1ticamente pues sirve para tener un mejor servicio web. Tambi\\u00e9n usted puede cambiar la configuraci\\u00f3n de su ordenador para declinar las cookies. Si se declinan es posible que no pueda utilizar algunos de nuestros servicios.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">\\u00a0<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Enlaces a Terceros<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Este sitio web pudiera contener en laces a otros sitios que pudieran ser de su inter\\u00e9s. Una vez que usted de clic en estos enlaces y abandone nuestra p\\u00e1gina, ya no tenemos control sobre al sitio al que es redirigido y por lo tanto no somos responsables de los t\\u00e9rminos o privacidad ni de la protecci\\u00f3n de sus datos en esos otros sitios terceros. Dichos sitios est\\u00e1n sujetos a sus propias pol\\u00edticas de privacidad por lo cual es recomendable que los consulte para confirmar que usted est\\u00e1 de acuerdo con estas.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Control de su informaci\\u00f3n personal<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">En cualquier momento usted puede restringir la recopilaci\\u00f3n o el uso de la informaci\\u00f3n personal que es proporcionada a nuestro sitio web.\\u00a0 Cada vez que se le solicite rellenar un formulario, como el de alta de usuario, puede marcar o desmarcar la opci\\u00f3n de recibir informaci\\u00f3n por correo electr\\u00f3nico. \\u00a0En caso de que haya marcado la opci\\u00f3n de recibir nuestro bolet\\u00edn o publicidad usted puede cancelarla en cualquier momento.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Esta compa\\u00f1\\u00eda no vender\\u00e1, ceder\\u00e1 ni distribuir\\u00e1 la informaci\\u00f3n personal que es recopilada sin su consentimiento, salvo que sea requerido por un juez con un orden judicial.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Daclean Express se reserva el derecho de cambiar los t\\u00e9rminos de la presente Pol\\u00edtica de Privacidad en cualquier momento.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(7414, 1554, '_wp_page_template', 'elementor_canvas'),
(7415, 1554, '_elementor_edit_mode', 'builder'),
(7416, 1554, '_elementor_template_type', 'wp-page'),
(7417, 1554, '_elementor_version', '3.1.4'),
(7418, 1554, '_elementor_pro_version', '3.2.1'),
(7419, 1554, '_elementor_data', '[{\"id\":\"3079d2a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1d45da\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1d5f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"POL\\u00cdTICA DE PRIVACIDAD\",\"align\":\"center\",\"title_color\":\"#4F5F66\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ed8e96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"background: white; vertical-align: baseline; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">El presente Pol\\u00edtica de Privacidad establece los t\\u00e9rminos en que Daclean Express usa y protege la informaci\\u00f3n que es proporcionada por sus usuarios al momento de utilizar su sitio web. Esta compa\\u00f1\\u00eda est\\u00e1 comprometida con la seguridad de los datos de sus usuarios. Cuando le pedimos llenar los campos de informaci\\u00f3n personal con la cual usted pueda ser identificado, lo hacemos asegurando que s\\u00f3lo se emplear\\u00e1 de acuerdo con los t\\u00e9rminos de este documento. Sin embargo esta Pol\\u00edtica de Privacidad puede cambiar con el tiempo o ser actualizada por lo que le recomendamos y enfatizamos revisar continuamente esta p\\u00e1gina para asegurarse que est\\u00e1 de acuerdo con dichos cambios.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Informaci\\u00f3n que es recogida<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Nuestro sitio web podr\\u00e1 recoger informaci\\u00f3n personal por ejemplo: Nombre,\\u00a0 informaci\\u00f3n de contacto como\\u00a0 su direcci\\u00f3n de correo electr\\u00f3nica e informaci\\u00f3n demogr\\u00e1fica. As\\u00ed mismo cuando sea necesario podr\\u00e1 ser requerida informaci\\u00f3n espec\\u00edfica para procesar alg\\u00fan pedido o realizar una entrega o facturaci\\u00f3n.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Uso de la informaci\\u00f3n recogida<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Nuestro sitio web emplea la informaci\\u00f3n con el fin de proporcionar el mejor servicio posible, particularmente para mantener un registro de usuarios, de pedidos en caso que aplique, y mejorar nuestros productos y servicios. \\u00a0Es posible que sean enviados correos electr\\u00f3nicos peri\\u00f3dicamente a trav\\u00e9s de nuestro sitio con ofertas especiales, nuevos productos y otra informaci\\u00f3n publicitaria que consideremos relevante para usted o que pueda brindarle alg\\u00fan beneficio, estos correos electr\\u00f3nicos ser\\u00e1n enviados a la direcci\\u00f3n que usted proporcione y podr\\u00e1n ser cancelados en cualquier momento.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Daclean Express est\\u00e1 altamente comprometido para cumplir con el compromiso de mantener su informaci\\u00f3n segura. Usamos los sistemas m\\u00e1s avanzados y los actualizamos constantemente para asegurarnos que no exista ning\\u00fan acceso no autorizado.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Cookies<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Una cookie se refiere a un fichero que es enviado con la finalidad de solicitar permiso para almacenarse en su ordenador, al aceptar dicho fichero se crea y la cookie sirve entonces para tener informaci\\u00f3n respecto al tr\\u00e1fico web, y tambi\\u00e9n facilita las futuras\\u00a0recurrente. Otra funci\\u00f3n que tienen las cookies es que con ellas las web pueden reconocerte individualmente y por tanto brindarte el mejor servicio personalizado de su web.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Nuestro sitio web www.dacleanexpress.com\\u00a0 emplea las cookies para poder identificar las p\\u00e1ginas que son visitadas y su frecuencia. Esta informaci\\u00f3n es empleada \\u00fanicamente para an\\u00e1lisis estad\\u00edstico y despu\\u00e9s la informaci\\u00f3n se elimina de forma permanente. Usted puede eliminar las cookies en cualquier momento desde su ordenador. Sin embargo las cookies ayudan a proporcionar un mejor servicio de los sitios web, est\\u00e1s no dan acceso a informaci\\u00f3n de su ordenador ni de usted, a menos de que usted as\\u00ed lo quiera y la proporcione directamente. Usted puede aceptar o negar el uso de cookies, sin embargo la mayor\\u00eda de navegadores aceptan cookies autom\\u00e1ticamente pues sirve para tener un mejor servicio web. Tambi\\u00e9n usted puede cambiar la configuraci\\u00f3n de su ordenador para declinar las cookies. Si se declinan es posible que no pueda utilizar algunos de nuestros servicios.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">\\u00a0<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Enlaces a Terceros<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Este sitio web pudiera contener en laces a otros sitios que pudieran ser de su inter\\u00e9s. Una vez que usted de clic en estos enlaces y abandone nuestra p\\u00e1gina, ya no tenemos control sobre al sitio al que es redirigido y por lo tanto no somos responsables de los t\\u00e9rminos o privacidad ni de la protecci\\u00f3n de sus datos en esos otros sitios terceros. Dichos sitios est\\u00e1n sujetos a sus propias pol\\u00edticas de privacidad por lo cual es recomendable que los consulte para confirmar que usted est\\u00e1 de acuerdo con estas.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Control de su informaci\\u00f3n personal<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">En cualquier momento usted puede restringir la recopilaci\\u00f3n o el uso de la informaci\\u00f3n personal que es proporcionada a nuestro sitio web.\\u00a0 Cada vez que se le solicite rellenar un formulario, como el de alta de usuario, puede marcar o desmarcar la opci\\u00f3n de recibir informaci\\u00f3n por correo electr\\u00f3nico. \\u00a0En caso de que haya marcado la opci\\u00f3n de recibir nuestro bolet\\u00edn o publicidad usted puede cancelarla en cualquier momento.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Esta compa\\u00f1\\u00eda no vender\\u00e1, ceder\\u00e1 ni distribuir\\u00e1 la informaci\\u00f3n personal que es recopilada sin su consentimiento, salvo que sea requerido por un juez con un orden judicial.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Daclean Express se reserva el derecho de cambiar los t\\u00e9rminos de la presente Pol\\u00edtica de Privacidad en cualquier momento.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(7421, 1555, '_wp_page_template', 'elementor_canvas'),
(7422, 1555, '_elementor_edit_mode', 'builder'),
(7423, 1555, '_elementor_template_type', 'wp-page'),
(7424, 1555, '_elementor_version', '3.1.4'),
(7425, 1555, '_elementor_pro_version', '3.2.1'),
(7420, 1554, '_elementor_css', 'a:6:{s:4:\"time\";i:1617540048;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(7426, 1555, '_elementor_data', '[{\"id\":\"3079d2a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1d45da\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1d5f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"POL\\u00cdTICA DE PRIVACIDAD\",\"align\":\"center\",\"title_color\":\"#4F5F66\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ed8e96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"background: white; vertical-align: baseline; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">El presente Pol\\u00edtica de Privacidad establece los t\\u00e9rminos en que Daclean Express usa y protege la informaci\\u00f3n que es proporcionada por sus usuarios al momento de utilizar su sitio web. Esta compa\\u00f1\\u00eda est\\u00e1 comprometida con la seguridad de los datos de sus usuarios. Cuando le pedimos llenar los campos de informaci\\u00f3n personal con la cual usted pueda ser identificado, lo hacemos asegurando que s\\u00f3lo se emplear\\u00e1 de acuerdo con los t\\u00e9rminos de este documento. Sin embargo esta Pol\\u00edtica de Privacidad puede cambiar con el tiempo o ser actualizada por lo que le recomendamos y enfatizamos revisar continuamente esta p\\u00e1gina para asegurarse que est\\u00e1 de acuerdo con dichos cambios.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Informaci\\u00f3n que es recogida<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Nuestro sitio web podr\\u00e1 recoger informaci\\u00f3n personal por ejemplo: Nombre,\\u00a0 informaci\\u00f3n de contacto como\\u00a0 su direcci\\u00f3n de correo electr\\u00f3nica e informaci\\u00f3n demogr\\u00e1fica. As\\u00ed mismo cuando sea necesario podr\\u00e1 ser requerida informaci\\u00f3n espec\\u00edfica para procesar alg\\u00fan pedido o realizar una entrega o facturaci\\u00f3n.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Uso de la informaci\\u00f3n recogida<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Nuestro sitio web emplea la informaci\\u00f3n con el fin de proporcionar el mejor servicio posible, particularmente para mantener un registro de usuarios, de pedidos en caso que aplique, y mejorar nuestros productos y servicios. \\u00a0Es posible que sean enviados correos electr\\u00f3nicos peri\\u00f3dicamente a trav\\u00e9s de nuestro sitio con ofertas especiales, nuevos productos y otra informaci\\u00f3n publicitaria que consideremos relevante para usted o que pueda brindarle alg\\u00fan beneficio, estos correos electr\\u00f3nicos ser\\u00e1n enviados a la direcci\\u00f3n que usted proporcione y podr\\u00e1n ser cancelados en cualquier momento.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Daclean Express est\\u00e1 altamente comprometido para cumplir con el compromiso de mantener su informaci\\u00f3n segura. Usamos los sistemas m\\u00e1s avanzados y los actualizamos constantemente para asegurarnos que no exista ning\\u00fan acceso no autorizado.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Cookies<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Una cookie se refiere a un fichero que es enviado con la finalidad de solicitar permiso para almacenarse en su ordenador, al aceptar dicho fichero se crea y la cookie sirve entonces para tener informaci\\u00f3n respecto al tr\\u00e1fico web, y tambi\\u00e9n facilita las futuras\\u00a0recurrente. Otra funci\\u00f3n que tienen las cookies es que con ellas las web pueden reconocerte individualmente y por tanto brindarte el mejor servicio personalizado de su web.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Nuestro sitio web www.dacleanexpress.com\\u00a0 emplea las cookies para poder identificar las p\\u00e1ginas que son visitadas y su frecuencia. Esta informaci\\u00f3n es empleada \\u00fanicamente para an\\u00e1lisis estad\\u00edstico y despu\\u00e9s la informaci\\u00f3n se elimina de forma permanente. Usted puede eliminar las cookies en cualquier momento desde su ordenador. Sin embargo las cookies ayudan a proporcionar un mejor servicio de los sitios web, est\\u00e1s no dan acceso a informaci\\u00f3n de su ordenador ni de usted, a menos de que usted as\\u00ed lo quiera y la proporcione directamente. Usted puede aceptar o negar el uso de cookies, sin embargo la mayor\\u00eda de navegadores aceptan cookies autom\\u00e1ticamente pues sirve para tener un mejor servicio web. Tambi\\u00e9n usted puede cambiar la configuraci\\u00f3n de su ordenador para declinar las cookies. Si se declinan es posible que no pueda utilizar algunos de nuestros servicios.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">\\u00a0<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Enlaces a Terceros<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Este sitio web pudiera contener en laces a otros sitios que pudieran ser de su inter\\u00e9s. Una vez que usted de clic en estos enlaces y abandone nuestra p\\u00e1gina, ya no tenemos control sobre al sitio al que es redirigido y por lo tanto no somos responsables de los t\\u00e9rminos o privacidad ni de la protecci\\u00f3n de sus datos en esos otros sitios terceros. Dichos sitios est\\u00e1n sujetos a sus propias pol\\u00edticas de privacidad por lo cual es recomendable que los consulte para confirmar que usted est\\u00e1 de acuerdo con estas.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Control de su informaci\\u00f3n personal<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">En cualquier momento usted puede restringir la recopilaci\\u00f3n o el uso de la informaci\\u00f3n personal que es proporcionada a nuestro sitio web.\\u00a0 Cada vez que se le solicite rellenar un formulario, como el de alta de usuario, puede marcar o desmarcar la opci\\u00f3n de recibir informaci\\u00f3n por correo electr\\u00f3nico. \\u00a0En caso de que haya marcado la opci\\u00f3n de recibir nuestro bolet\\u00edn o publicidad usted puede cancelarla en cualquier momento.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Esta compa\\u00f1\\u00eda no vender\\u00e1, ceder\\u00e1 ni distribuir\\u00e1 la informaci\\u00f3n personal que es recopilada sin su consentimiento, salvo que sea requerido por un juez con un orden judicial.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Daclean Express se reserva el derecho de cambiar los t\\u00e9rminos de la presente Pol\\u00edtica de Privacidad en cualquier momento.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(7427, 1555, '_elementor_css', 'a:6:{s:4:\"time\";i:1617540048;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(7428, 1556, '_wp_page_template', 'elementor_canvas'),
(7429, 1556, '_elementor_edit_mode', 'builder'),
(7430, 1556, '_elementor_template_type', 'wp-page'),
(7431, 1556, '_elementor_version', '3.1.4'),
(7432, 1556, '_elementor_pro_version', '3.2.1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7433, 1556, '_elementor_data', '[{\"id\":\"3079d2a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1d45da\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1d5f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"POL\\u00cdTICA DE PRIVACIDAD\",\"align\":\"center\",\"title_color\":\"#4F5F66\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ed8e96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"background: white; vertical-align: baseline; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">La&nbsp; Pol\\u00edtica de Privacidad establece los t\\u00e9rminos en que Daclean Express usa y protege la informaci\\u00f3n que es proporcionada por sus usuarios al momento de utilizar su sitio web. Esta compa\\u00f1\\u00eda est\\u00e1 comprometida con la seguridad de los datos de sus usuarios. Cuando le pedimos llenar los campos de informaci\\u00f3n personal con la cual usted pueda ser identificado, lo hacemos asegurando que s\\u00f3lo se emplear\\u00e1 de acuerdo con los t\\u00e9rminos de este documento. Sin embargo esta Pol\\u00edtica de Privacidad puede cambiar con el tiempo o ser actualizada por lo que le recomendamos y enfatizamos revisar continuamente esta p\\u00e1gina para asegurarse que est\\u00e1 de acuerdo con dichos cambios.<\\/span><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Informaci\\u00f3n que es recogida<\\/span><\\/strong><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Nuestro sitio web podr\\u00e1 recoger informaci\\u00f3n personal por ejemplo: Nombre,&nbsp; informaci\\u00f3n de contacto como&nbsp; su direcci\\u00f3n de correo electr\\u00f3nica e informaci\\u00f3n demogr\\u00e1fica. As\\u00ed mismo cuando sea necesario podr\\u00e1 ser requerida informaci\\u00f3n espec\\u00edfica para procesar alg\\u00fan pedido o realizar una entrega o facturaci\\u00f3n.<\\/span><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Uso de la informaci\\u00f3n recogida<\\/span><\\/strong><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Nuestro sitio web emplea la informaci\\u00f3n con el fin de proporcionar el mejor servicio posible, particularmente para mantener un registro de usuarios, de pedidos en caso que aplique, y mejorar nuestros productos y servicios. &nbsp;Es posible que sean enviados correos electr\\u00f3nicos peri\\u00f3dicamente a trav\\u00e9s de nuestro sitio con ofertas especiales, nuevos productos y otra informaci\\u00f3n publicitaria que consideremos relevante para usted o que pueda brindarle alg\\u00fan beneficio, estos correos electr\\u00f3nicos ser\\u00e1n enviados a la direcci\\u00f3n que usted proporcione y podr\\u00e1n ser cancelados en cualquier momento.<\\/span><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Daclean Express est\\u00e1 altamente comprometido para cumplir con el compromiso de mantener su informaci\\u00f3n segura. Usamos los sistemas m\\u00e1s avanzados y los actualizamos constantemente para asegurarnos que no exista ning\\u00fan acceso no autorizado.<\\/span><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Cookies<\\/span><\\/strong><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Una cookie se refiere a un fichero que es enviado con la finalidad de solicitar permiso para almacenarse en su ordenador, al aceptar dicho fichero se crea y la cookie sirve entonces para tener informaci\\u00f3n respecto al tr\\u00e1fico web, y tambi\\u00e9n facilita las futuras&nbsp;recurrente. Otra funci\\u00f3n que tienen las cookies es que con ellas las web pueden reconocerte individualmente y por tanto brindarte el mejor servicio personalizado de su web.<\\/span><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Nuestro sitio web www.dacleanexpress.com&nbsp; emplea las cookies para poder identificar las p\\u00e1ginas que son visitadas y su frecuencia. Esta informaci\\u00f3n es empleada \\u00fanicamente para an\\u00e1lisis estad\\u00edstico y despu\\u00e9s la informaci\\u00f3n se elimina de forma permanente. Usted puede eliminar las cookies en cualquier momento desde su ordenador. Sin embargo las cookies ayudan a proporcionar un mejor servicio de los sitios web, est\\u00e1s no dan acceso a informaci\\u00f3n de su ordenador ni de usted, a menos de que usted as\\u00ed lo quiera y la proporcione directamente. Usted puede aceptar o negar el uso de cookies, sin embargo la mayor\\u00eda de navegadores aceptan cookies autom\\u00e1ticamente pues sirve para tener un mejor servicio web. Tambi\\u00e9n usted puede cambiar la configuraci\\u00f3n de su ordenador para declinar las cookies. Si se declinan es posible que no pueda utilizar algunos de nuestros servicios.<\\/span><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">&nbsp;<\\/span><\\/strong><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Enlaces a Terceros<\\/span><\\/strong><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Este sitio web pudiera contener en laces a otros sitios que pudieran ser de su inter\\u00e9s. Una vez que usted de clic en estos enlaces y abandone nuestra p\\u00e1gina, ya no tenemos control sobre al sitio al que es redirigido y por lo tanto no somos responsables de los t\\u00e9rminos o privacidad ni de la protecci\\u00f3n de sus datos en esos otros sitios terceros. Dichos sitios est\\u00e1n sujetos a sus propias pol\\u00edticas de privacidad por lo cual es recomendable que los consulte para confirmar que usted est\\u00e1 de acuerdo con estas.<\\/span><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Control de su informaci\\u00f3n personal<\\/span><\\/strong><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">En cualquier momento usted puede restringir la recopilaci\\u00f3n o el uso de la informaci\\u00f3n personal que es proporcionada a nuestro sitio web.&nbsp; Cada vez que se le solicite rellenar un formulario, como el de alta de usuario, puede marcar o desmarcar la opci\\u00f3n de recibir informaci\\u00f3n por correo electr\\u00f3nico. &nbsp;En caso de que haya marcado la opci\\u00f3n de recibir nuestro bolet\\u00edn o publicidad usted puede cancelarla en cualquier momento.<\\/span><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Esta compa\\u00f1\\u00eda no vender\\u00e1, ceder\\u00e1 ni distribuir\\u00e1 la informaci\\u00f3n personal que es recopilada sin su consentimiento, salvo que sea requerido por un juez con un orden judicial.<\\/span><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Daclean Express se reserva el derecho de cambiar los t\\u00e9rminos de la presente Pol\\u00edtica de Privacidad en cualquier momento.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(7434, 1556, '_elementor_css', 'a:6:{s:4:\"time\";i:1617540048;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(7964, 1644, '_wp_page_template', 'elementor_canvas'),
(7965, 1644, '_elementor_edit_mode', 'builder'),
(7966, 1644, '_elementor_template_type', 'wp-page'),
(7967, 1644, '_elementor_version', '3.1.4'),
(7968, 1644, '_elementor_pro_version', '3.2.1'),
(7969, 1644, '_elementor_data', '[{\"id\":\"3079d2a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1d45da\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1d5f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"POL\\u00cdTICA DE PRIVACIDAD\",\"align\":\"center\",\"title_color\":\"#4F5F66\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ed8e96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"background: white; vertical-align: baseline; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">La&nbsp; Pol\\u00edtica de Privacidad establece los t\\u00e9rminos en que Daclean Express usa y protege la informaci\\u00f3n que es proporcionada por sus usuarios al momento de utilizar su sitio web. Esta compa\\u00f1\\u00eda est\\u00e1 comprometida con la seguridad de los datos de sus usuarios. Cuando le pedimos llenar los campos de informaci\\u00f3n personal con la cual usted pueda ser identificado, lo hacemos asegurando que s\\u00f3lo se emplear\\u00e1 de acuerdo con los t\\u00e9rminos de este documento. Sin embargo esta Pol\\u00edtica de Privacidad puede cambiar con el tiempo o ser actualizada por lo que le recomendamos y enfatizamos revisar continuamente esta p\\u00e1gina para asegurarse que est\\u00e1 de acuerdo con dichos cambios.<\\/span><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Informaci\\u00f3n que es recogida<\\/span><\\/strong><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Nuestro sitio web podr\\u00e1 recoger informaci\\u00f3n personal por ejemplo: Nombre,&nbsp; informaci\\u00f3n de contacto como&nbsp; su direcci\\u00f3n de correo electr\\u00f3nica e informaci\\u00f3n demogr\\u00e1fica. As\\u00ed mismo cuando sea necesario podr\\u00e1 ser requerida informaci\\u00f3n espec\\u00edfica para procesar alg\\u00fan pedido o realizar una entrega o facturaci\\u00f3n.<\\/span><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Uso de la informaci\\u00f3n recogida<\\/span><\\/strong><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Nuestro sitio web emplea la informaci\\u00f3n con el fin de proporcionar el mejor servicio posible, particularmente para mantener un registro de usuarios, de pedidos en caso que aplique, y mejorar nuestros productos y servicios. &nbsp;Es posible que sean enviados correos electr\\u00f3nicos peri\\u00f3dicamente a trav\\u00e9s de nuestro sitio con ofertas especiales, nuevos productos y otra informaci\\u00f3n publicitaria que consideremos relevante para usted o que pueda brindarle alg\\u00fan beneficio, estos correos electr\\u00f3nicos ser\\u00e1n enviados a la direcci\\u00f3n que usted proporcione y podr\\u00e1n ser cancelados en cualquier momento.<\\/span><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Daclean Express est\\u00e1 altamente comprometido para cumplir con el compromiso de mantener su informaci\\u00f3n segura. Usamos los sistemas m\\u00e1s avanzados y los actualizamos constantemente para asegurarnos que no exista ning\\u00fan acceso no autorizado.<\\/span><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Cookies<\\/span><\\/strong><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Una cookie se refiere a un fichero que es enviado con la finalidad de solicitar permiso para almacenarse en su ordenador, al aceptar dicho fichero se crea y la cookie sirve entonces para tener informaci\\u00f3n respecto al tr\\u00e1fico web, y tambi\\u00e9n facilita las futuras&nbsp;recurrente. Otra funci\\u00f3n que tienen las cookies es que con ellas las web pueden reconocerte individualmente y por tanto brindarte el mejor servicio personalizado de su web.<\\/span><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Nuestro sitio web www.dacleanexpress.com&nbsp; emplea las cookies para poder identificar las p\\u00e1ginas que son visitadas y su frecuencia. Esta informaci\\u00f3n es empleada \\u00fanicamente para an\\u00e1lisis estad\\u00edstico y despu\\u00e9s la informaci\\u00f3n se elimina de forma permanente. Usted puede eliminar las cookies en cualquier momento desde su ordenador. Sin embargo las cookies ayudan a proporcionar un mejor servicio de los sitios web, est\\u00e1s no dan acceso a informaci\\u00f3n de su ordenador ni de usted, a menos de que usted as\\u00ed lo quiera y la proporcione directamente. Usted puede aceptar o negar el uso de cookies, sin embargo la mayor\\u00eda de navegadores aceptan cookies autom\\u00e1ticamente pues sirve para tener un mejor servicio web. Tambi\\u00e9n usted puede cambiar la configuraci\\u00f3n de su ordenador para declinar las cookies. Si se declinan es posible que no pueda utilizar algunos de nuestros servicios.<\\/span><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">&nbsp;<\\/span><\\/strong><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Enlaces a Terceros<\\/span><\\/strong><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Este sitio web pudiera contener en laces a otros sitios que pudieran ser de su inter\\u00e9s. Una vez que usted de clic en estos enlaces y abandone nuestra p\\u00e1gina, ya no tenemos control sobre al sitio al que es redirigido y por lo tanto no somos responsables de los t\\u00e9rminos o privacidad ni de la protecci\\u00f3n de sus datos en esos otros sitios terceros. Dichos sitios est\\u00e1n sujetos a sus propias pol\\u00edticas de privacidad por lo cual es recomendable que los consulte para confirmar que usted est\\u00e1 de acuerdo con estas.<\\/span><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Control de su informaci\\u00f3n personal<\\/span><\\/strong><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">En cualquier momento usted puede restringir la recopilaci\\u00f3n o el uso de la informaci\\u00f3n personal que es proporcionada a nuestro sitio web.&nbsp; Cada vez que se le solicite rellenar un formulario, como el de alta de usuario, puede marcar o desmarcar la opci\\u00f3n de recibir informaci\\u00f3n por correo electr\\u00f3nico. &nbsp;En caso de que haya marcado la opci\\u00f3n de recibir nuestro bolet\\u00edn o publicidad usted puede cancelarla en cualquier momento.<\\/span><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Esta compa\\u00f1\\u00eda no vender\\u00e1, ceder\\u00e1 ni distribuir\\u00e1 la informaci\\u00f3n personal que es recopilada sin su consentimiento, salvo que sea requerido por un juez con un orden judicial.<\\/span><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Daclean Express se reserva el derecho de cambiar los t\\u00e9rminos de la presente Pol\\u00edtica de Privacidad en cualquier momento.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(7477, 1565, '_wp_attached_file', '2021/04/post-daclean-2.jpg'),
(7478, 1565, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:754;s:6:\"height\";i:269;s:4:\"file\";s:26:\"2021/04/post-daclean-2.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"post-daclean-2-300x107.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"post-daclean-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(7615, 1590, '_wp_attached_file', '2021/04/logo-original-2daclean-1.png'),
(7616, 1590, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1099;s:6:\"height\";i:399;s:4:\"file\";s:36:\"2021/04/logo-original-2daclean-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"logo-original-2daclean-1-300x109.png\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"logo-original-2daclean-1-1024x372.png\";s:5:\"width\";i:1024;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"logo-original-2daclean-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"logo-original-2daclean-1-768x279.png\";s:5:\"width\";i:768;s:6:\"height\";i:279;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:{}}}'),
(7573, 1582, '_wp_attached_file', '2021/04/logo-original-2-1.png'),
(7574, 1582, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:286;s:6:\"height\";i:100;s:4:\"file\";s:29:\"2021/04/logo-original-2-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"logo-original-2-1-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;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:{}}}'),
(7613, 1589, '_wp_attached_file', '2021/04/logo-original-2daclean.png'),
(7614, 1589, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1099;s:6:\"height\";i:399;s:4:\"file\";s:34:\"2021/04/logo-original-2daclean.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"logo-original-2daclean-300x109.png\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"logo-original-2daclean-1024x372.png\";s:5:\"width\";i:1024;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"logo-original-2daclean-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"logo-original-2daclean-768x279.png\";s:5:\"width\";i:768;s:6:\"height\";i:279;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:{}}}'),
(7640, 1594, '_wp_attached_file', '2021/04/post_construcccion-1.jpg'),
(7641, 1594, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:325;s:6:\"height\";i:250;s:4:\"file\";s:32:\"2021/04/post_construcccion-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"post_construcccion-1-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"post_construcccion-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(7785, 1617, '_wp_attached_file', '2021/04/Ofiicina_grupo3a.jpg'),
(7786, 1617, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:325;s:6:\"height\";i:250;s:4:\"file\";s:28:\"2021/04/Ofiicina_grupo3a.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Ofiicina_grupo3a-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Ofiicina_grupo3a-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(7727, 1607, '_wp_attached_file', '2021/04/logo-original-2daclean-2.png'),
(7728, 1607, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1099;s:6:\"height\";i:399;s:4:\"file\";s:36:\"2021/04/logo-original-2daclean-2.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"logo-original-2daclean-2-300x109.png\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"logo-original-2daclean-2-1024x372.png\";s:5:\"width\";i:1024;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"logo-original-2daclean-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"logo-original-2daclean-2-768x279.png\";s:5:\"width\";i:768;s:6:\"height\";i:279;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:{}}}'),
(7775, 1615, '_wp_attached_file', '2021/04/clean_negocio-1.jpg'),
(7776, 1615, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:325;s:6:\"height\";i:250;s:4:\"file\";s:27:\"2021/04/clean_negocio-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"clean_negocio-1-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"clean_negocio-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(7971, 1645, '_wp_page_template', 'elementor_canvas'),
(7972, 1645, '_elementor_edit_mode', 'builder'),
(7973, 1645, '_elementor_template_type', 'wp-page'),
(7974, 1645, '_elementor_version', '3.1.4'),
(7975, 1645, '_elementor_pro_version', '3.2.1'),
(7970, 1644, '_elementor_css', 'a:6:{s:4:\"time\";i:1617590007;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(7976, 1645, '_elementor_data', '[{\"id\":\"3079d2a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1d45da\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1d5f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"POL\\u00cdTICA DE PRIVACIDAD\",\"align\":\"center\",\"title_color\":\"#4F5F66\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ed8e96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"background: white; vertical-align: baseline; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">La&nbsp; Pol\\u00edtica de Privacidad establece los t\\u00e9rminos en que Daclean Express usa y protege la informaci\\u00f3n que es proporcionada por sus usuarios al momento de utilizar su sitio web. Esta compa\\u00f1\\u00eda est\\u00e1 comprometida con la seguridad de los datos de sus usuarios. Cuando le pedimos llenar los campos de informaci\\u00f3n personal con la cual usted pueda ser identificado, lo hacemos asegurando que s\\u00f3lo se emplear\\u00e1 de acuerdo con los t\\u00e9rminos de este documento. Sin embargo esta Pol\\u00edtica de Privacidad puede cambiar con el tiempo o ser actualizada por lo que le recomendamos y enfatizamos revisar continuamente esta p\\u00e1gina para asegurarse que est\\u00e1 de acuerdo con dichos cambios.<\\/span><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Informaci\\u00f3n que es recogida<\\/span><\\/strong><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Nuestro sitio web podr\\u00e1 recoger informaci\\u00f3n personal por ejemplo: Nombre,&nbsp; informaci\\u00f3n de contacto como&nbsp; su direcci\\u00f3n de correo electr\\u00f3nica e informaci\\u00f3n demogr\\u00e1fica. As\\u00ed mismo cuando sea necesario podr\\u00e1 ser requerida informaci\\u00f3n espec\\u00edfica para procesar alg\\u00fan pedido o realizar una entrega o facturaci\\u00f3n.<\\/span><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Uso de la informaci\\u00f3n recogida<\\/span><\\/strong><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Nuestro sitio web emplea la informaci\\u00f3n con el fin de proporcionar el mejor servicio posible, particularmente para mantener un registro de usuarios, de pedidos en caso que aplique, y mejorar nuestros productos y servicios. &nbsp;Es posible que sean enviados correos electr\\u00f3nicos peri\\u00f3dicamente a trav\\u00e9s de nuestro sitio con ofertas especiales, nuevos productos y otra informaci\\u00f3n publicitaria que consideremos relevante para usted o que pueda brindarle alg\\u00fan beneficio, estos correos electr\\u00f3nicos ser\\u00e1n enviados a la direcci\\u00f3n que usted proporcione y podr\\u00e1n ser cancelados en cualquier momento.<\\/span><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Daclean Express est\\u00e1 altamente comprometido para cumplir con el compromiso de mantener su informaci\\u00f3n segura. Usamos los sistemas m\\u00e1s avanzados y los actualizamos constantemente para asegurarnos que no exista ning\\u00fan acceso no autorizado.<\\/span><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Cookies<\\/span><\\/strong><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Una cookie se refiere a un fichero que es enviado con la finalidad de solicitar permiso para almacenarse en su ordenador, al aceptar dicho fichero se crea y la cookie sirve entonces para tener informaci\\u00f3n respecto al tr\\u00e1fico web, y tambi\\u00e9n facilita las futuras&nbsp;recurrente. Otra funci\\u00f3n que tienen las cookies es que con ellas las web pueden reconocerte individualmente y por tanto brindarte el mejor servicio personalizado de su web.<\\/span><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Nuestro sitio web www.dacleanexpress.com&nbsp; emplea las cookies para poder identificar las p\\u00e1ginas que son visitadas y su frecuencia. Esta informaci\\u00f3n es empleada \\u00fanicamente para an\\u00e1lisis estad\\u00edstico y despu\\u00e9s la informaci\\u00f3n se elimina de forma permanente. Usted puede eliminar las cookies en cualquier momento desde su ordenador. Sin embargo las cookies ayudan a proporcionar un mejor servicio de los sitios web, est\\u00e1s no dan acceso a informaci\\u00f3n de su ordenador ni de usted, a menos de que usted as\\u00ed lo quiera y la proporcione directamente. Usted puede aceptar o negar el uso de cookies, sin embargo la mayor\\u00eda de navegadores aceptan cookies autom\\u00e1ticamente pues sirve para tener un mejor servicio web. Tambi\\u00e9n usted puede cambiar la configuraci\\u00f3n de su ordenador para declinar las cookies. Si se declinan es posible que no pueda utilizar algunos de nuestros servicios.<\\/span><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">&nbsp;<\\/span><\\/strong><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Enlaces a Terceros<\\/span><\\/strong><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Este sitio web pudiera contener en laces a otros sitios que pudieran ser de su inter\\u00e9s. Una vez que usted de clic en estos enlaces y abandone nuestra p\\u00e1gina, ya no tenemos control sobre al sitio al que es redirigido y por lo tanto no somos responsables de los t\\u00e9rminos o privacidad ni de la protecci\\u00f3n de sus datos en esos otros sitios terceros. Dichos sitios est\\u00e1n sujetos a sus propias pol\\u00edticas de privacidad por lo cual es recomendable que los consulte para confirmar que usted est\\u00e1 de acuerdo con estas.<\\/span><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Control de su informaci\\u00f3n personal<\\/span><\\/strong><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">En cualquier momento usted puede restringir la recopilaci\\u00f3n o el uso de la informaci\\u00f3n personal que es proporcionada a nuestro sitio web.&nbsp; Cada vez que se le solicite rellenar un formulario, como el de alta de usuario, puede marcar o desmarcar la opci\\u00f3n de recibir informaci\\u00f3n por correo electr\\u00f3nico. &nbsp;En caso de que haya marcado la opci\\u00f3n de recibir nuestro bolet\\u00edn o publicidad usted puede cancelarla en cualquier momento.<\\/span><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Esta compa\\u00f1\\u00eda no vender\\u00e1, ceder\\u00e1 ni distribuir\\u00e1 la informaci\\u00f3n personal que es recopilada sin su consentimiento, salvo que sea requerido por un juez con un orden judicial.<\\/span><\\/p>\\n<p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Daclean Express se reserva el derecho de cambiar los t\\u00e9rminos de la presente Pol\\u00edtica de Privacidad en cualquier momento.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(7977, 1645, '_elementor_css', 'a:6:{s:4:\"time\";i:1617590007;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(7998, 1649, '_wp_page_template', 'elementor_canvas'),
(7978, 1646, '_wp_page_template', 'elementor_canvas'),
(7979, 1646, '_elementor_edit_mode', 'builder'),
(7980, 1646, '_elementor_template_type', 'wp-page'),
(7981, 1646, '_elementor_version', '3.1.4'),
(7982, 1646, '_elementor_pro_version', '3.2.1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7983, 1646, '_elementor_data', '[{\"id\":\"3079d2a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1d45da\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1d5f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"POL\\u00cdTICA DE PRIVACIDAD\",\"align\":\"center\",\"title_color\":\"#4F5F66\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ed8e96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"background: white; vertical-align: baseline; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">La\\u00a0 Pol\\u00edtica de Privacidad establece los t\\u00e9rminos en que Daclean Express usa y protege la informaci\\u00f3n que es proporcionada por sus usuarios al momento de utilizar su sitio web. Esta compa\\u00f1\\u00eda est\\u00e1 comprometida con la seguridad de los datos de sus usuarios. Cuando le pedimos llenar los campos de informaci\\u00f3n personal con la cual usted pueda ser identificado, lo hacemos asegurando que s\\u00f3lo se emplear\\u00e1 de acuerdo con los t\\u00e9rminos de este documento. Sin embargo esta Pol\\u00edtica de Privacidad puede cambiar con el tiempo o ser actualizada por lo que le recomendamos y enfatizamos revisar continuamente esta p\\u00e1gina para asegurarse que est\\u00e1 de acuerdo con dichos cambios.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Informaci\\u00f3n que es recogida<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Nuestro sitio web podr\\u00e1 recoger informaci\\u00f3n personal por ejemplo: Nombre,\\u00a0 informaci\\u00f3n de contacto como\\u00a0 su direcci\\u00f3n de correo electr\\u00f3nica e informaci\\u00f3n demogr\\u00e1fica. As\\u00ed mismo cuando sea necesario podr\\u00e1 ser requerida informaci\\u00f3n espec\\u00edfica para procesar alg\\u00fan pedido o realizar una entrega o facturaci\\u00f3n.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Uso de la informaci\\u00f3n recogida<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Nuestro sitio web emplea la informaci\\u00f3n con el fin de proporcionar el mejor servicio posible, particularmente para mantener un registro de usuarios, de pedidos en caso que aplique, y mejorar nuestros productos y servicios. \\u00a0Es posible que sean enviados correos electr\\u00f3nicos peri\\u00f3dicamente a trav\\u00e9s de nuestro sitio con ofertas especiales, nuevos productos y otra informaci\\u00f3n publicitaria que consideremos relevante para usted o que pueda brindarle alg\\u00fan beneficio, estos correos electr\\u00f3nicos ser\\u00e1n enviados a la direcci\\u00f3n que usted proporcione y podr\\u00e1n ser cancelados en cualquier momento.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Daclean Express est\\u00e1 altamente comprometido para cumplir con el compromiso de mantener su informaci\\u00f3n segura. Usamos los sistemas m\\u00e1s avanzados y los actualizamos constantemente para asegurarnos que no exista ning\\u00fan acceso no autorizado.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Cookies<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Una cookie se refiere a un fichero que es enviado con la finalidad de solicitar permiso para almacenarse en su ordenador, al aceptar dicho fichero se crea y la cookie sirve entonces para tener informaci\\u00f3n respecto al tr\\u00e1fico web, y tambi\\u00e9n facilita las futuras\\u00a0recurrente. Otra funci\\u00f3n que tienen las cookies es que con ellas las web pueden reconocerte individualmente y por tanto brindarte el mejor servicio personalizado de su web.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Nuestro sitio web www.dacleanexpress.com\\u00a0 emplea las cookies para poder identificar las p\\u00e1ginas que son visitadas y su frecuencia. Esta informaci\\u00f3n es empleada \\u00fanicamente para an\\u00e1lisis estad\\u00edstico y despu\\u00e9s la informaci\\u00f3n se elimina de forma permanente. Usted puede eliminar las cookies en cualquier momento desde su ordenador. Sin embargo las cookies ayudan a proporcionar un mejor servicio de los sitios web, est\\u00e1s no dan acceso a informaci\\u00f3n de su ordenador ni de usted, a menos de que usted as\\u00ed lo quiera y la proporcione directamente. Usted puede aceptar o negar el uso de cookies, sin embargo la mayor\\u00eda de navegadores aceptan cookies autom\\u00e1ticamente pues sirve para tener un mejor servicio web. Tambi\\u00e9n usted puede cambiar la configuraci\\u00f3n de su ordenador para declinar las cookies. Si se declinan es posible que no pueda utilizar algunos de nuestros servicios.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">\\u00a0<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Enlaces a Terceros<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Este sitio web pudiera contener en laces a otros sitios que pudieran ser de su inter\\u00e9s. Una vez que usted de clic en estos enlaces y abandone nuestra p\\u00e1gina, ya no tenemos control sobre al sitio al que es redirigido y por lo tanto no somos responsables de los t\\u00e9rminos o privacidad ni de la protecci\\u00f3n de sus datos en esos otros sitios terceros. Dichos sitios est\\u00e1n sujetos a sus propias pol\\u00edticas de privacidad por lo cual es recomendable que los consulte para confirmar que usted est\\u00e1 de acuerdo con estas.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Control de su informaci\\u00f3n personal<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">En cualquier momento usted puede restringir la recopilaci\\u00f3n o el uso de la informaci\\u00f3n personal que es proporcionada a nuestro sitio web.\\u00a0 Cada vez que se le solicite rellenar un formulario, como el de alta de usuario, puede marcar o desmarcar la opci\\u00f3n de recibir informaci\\u00f3n por correo electr\\u00f3nico. \\u00a0En caso de que haya marcado la opci\\u00f3n de recibir nuestro bolet\\u00edn o publicidad usted puede cancelarla en cualquier momento.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Esta compa\\u00f1\\u00eda no vender\\u00e1, ceder\\u00e1 ni distribuir\\u00e1 la informaci\\u00f3n personal que es recopilada sin su consentimiento, salvo que sea requerido por un juez con un orden judicial.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Daclean Express se reserva el derecho de cambiar los t\\u00e9rminos de la presente Pol\\u00edtica de Privacidad en cualquier momento.<\\/span><\\/p><p class=\\\"MsoNormal\\\">T\\u00e9rminos\\u00a0 y Condiciones<\\/p><p style=\\\"background: white; vertical-align: baseline; margin: 0cm 0cm 21pt;\\\">\\u00a0<\\/p><p class=\\\"MsoNormal\\\">La limpieza Profunda sin Costo, solo aplica \\u00a0a los usuarios que soliciten la cotizaci\\u00f3n y contraten uno o varios de los servicios de Daclean Express.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(7984, 1646, '_elementor_css', 'a:6:{s:4:\"time\";i:1617590007;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(7986, 1647, '_wp_page_template', 'elementor_canvas'),
(7987, 1647, '_elementor_edit_mode', 'builder'),
(7988, 1647, '_elementor_template_type', 'wp-page'),
(7989, 1647, '_elementor_version', '3.1.4'),
(7990, 1647, '_elementor_pro_version', '3.2.1'),
(7991, 1647, '_elementor_data', '[{\"id\":\"3079d2a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1d45da\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1d5f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"POL\\u00cdTICA DE PRIVACIDAD\",\"align\":\"center\",\"title_color\":\"#4F5F66\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ed8e96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"background: white; vertical-align: baseline; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">La\\u00a0 Pol\\u00edtica de Privacidad establece los t\\u00e9rminos en que Daclean Express usa y protege la informaci\\u00f3n que es proporcionada por sus usuarios al momento de utilizar su sitio web. Esta compa\\u00f1\\u00eda est\\u00e1 comprometida con la seguridad de los datos de sus usuarios. Cuando le pedimos llenar los campos de informaci\\u00f3n personal con la cual usted pueda ser identificado, lo hacemos asegurando que s\\u00f3lo se emplear\\u00e1 de acuerdo con los t\\u00e9rminos de este documento. Sin embargo esta Pol\\u00edtica de Privacidad puede cambiar con el tiempo o ser actualizada por lo que le recomendamos y enfatizamos revisar continuamente esta p\\u00e1gina para asegurarse que est\\u00e1 de acuerdo con dichos cambios.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Informaci\\u00f3n que es recogida<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Nuestro sitio web podr\\u00e1 recoger informaci\\u00f3n personal por ejemplo: Nombre,\\u00a0 informaci\\u00f3n de contacto como\\u00a0 su direcci\\u00f3n de correo electr\\u00f3nica e informaci\\u00f3n demogr\\u00e1fica. As\\u00ed mismo cuando sea necesario podr\\u00e1 ser requerida informaci\\u00f3n espec\\u00edfica para procesar alg\\u00fan pedido o realizar una entrega o facturaci\\u00f3n.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Uso de la informaci\\u00f3n recogida<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Nuestro sitio web emplea la informaci\\u00f3n con el fin de proporcionar el mejor servicio posible, particularmente para mantener un registro de usuarios, de pedidos en caso que aplique, y mejorar nuestros productos y servicios. \\u00a0Es posible que sean enviados correos electr\\u00f3nicos peri\\u00f3dicamente a trav\\u00e9s de nuestro sitio con ofertas especiales, nuevos productos y otra informaci\\u00f3n publicitaria que consideremos relevante para usted o que pueda brindarle alg\\u00fan beneficio, estos correos electr\\u00f3nicos ser\\u00e1n enviados a la direcci\\u00f3n que usted proporcione y podr\\u00e1n ser cancelados en cualquier momento.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Daclean Express est\\u00e1 altamente comprometido para cumplir con el compromiso de mantener su informaci\\u00f3n segura. Usamos los sistemas m\\u00e1s avanzados y los actualizamos constantemente para asegurarnos que no exista ning\\u00fan acceso no autorizado.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Cookies<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Una cookie se refiere a un fichero que es enviado con la finalidad de solicitar permiso para almacenarse en su ordenador, al aceptar dicho fichero se crea y la cookie sirve entonces para tener informaci\\u00f3n respecto al tr\\u00e1fico web, y tambi\\u00e9n facilita las futuras\\u00a0recurrente. Otra funci\\u00f3n que tienen las cookies es que con ellas las web pueden reconocerte individualmente y por tanto brindarte el mejor servicio personalizado de su web.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Nuestro sitio web www.dacleanexpress.com\\u00a0 emplea las cookies para poder identificar las p\\u00e1ginas que son visitadas y su frecuencia. Esta informaci\\u00f3n es empleada \\u00fanicamente para an\\u00e1lisis estad\\u00edstico y despu\\u00e9s la informaci\\u00f3n se elimina de forma permanente. Usted puede eliminar las cookies en cualquier momento desde su ordenador. Sin embargo las cookies ayudan a proporcionar un mejor servicio de los sitios web, est\\u00e1s no dan acceso a informaci\\u00f3n de su ordenador ni de usted, a menos de que usted as\\u00ed lo quiera y la proporcione directamente. Usted puede aceptar o negar el uso de cookies, sin embargo la mayor\\u00eda de navegadores aceptan cookies autom\\u00e1ticamente pues sirve para tener un mejor servicio web. Tambi\\u00e9n usted puede cambiar la configuraci\\u00f3n de su ordenador para declinar las cookies. Si se declinan es posible que no pueda utilizar algunos de nuestros servicios.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">\\u00a0<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Enlaces a Terceros<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Este sitio web pudiera contener en laces a otros sitios que pudieran ser de su inter\\u00e9s. Una vez que usted de clic en estos enlaces y abandone nuestra p\\u00e1gina, ya no tenemos control sobre al sitio al que es redirigido y por lo tanto no somos responsables de los t\\u00e9rminos o privacidad ni de la protecci\\u00f3n de sus datos en esos otros sitios terceros. Dichos sitios est\\u00e1n sujetos a sus propias pol\\u00edticas de privacidad por lo cual es recomendable que los consulte para confirmar que usted est\\u00e1 de acuerdo con estas.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Control de su informaci\\u00f3n personal<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">En cualquier momento usted puede restringir la recopilaci\\u00f3n o el uso de la informaci\\u00f3n personal que es proporcionada a nuestro sitio web.\\u00a0 Cada vez que se le solicite rellenar un formulario, como el de alta de usuario, puede marcar o desmarcar la opci\\u00f3n de recibir informaci\\u00f3n por correo electr\\u00f3nico. \\u00a0En caso de que haya marcado la opci\\u00f3n de recibir nuestro bolet\\u00edn o publicidad usted puede cancelarla en cualquier momento.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Esta compa\\u00f1\\u00eda no vender\\u00e1, ceder\\u00e1 ni distribuir\\u00e1 la informaci\\u00f3n personal que es recopilada sin su consentimiento, salvo que sea requerido por un juez con un orden judicial.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Daclean Express se reserva el derecho de cambiar los t\\u00e9rminos de la presente Pol\\u00edtica de Privacidad en cualquier momento.<\\/span><\\/p><p class=\\\"MsoNormal\\\">T\\u00e9rminos\\u00a0 y Condiciones<\\/p><p style=\\\"background: white; vertical-align: baseline; margin: 0cm 0cm 21pt;\\\">\\u00a0<\\/p><p class=\\\"MsoNormal\\\">La limpieza Profunda sin Costo, solo aplica \\u00a0a los usuarios que soliciten la cotizaci\\u00f3n y contraten uno o varios de los servicios de Daclean Express.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(7992, 1648, '_wp_page_template', 'elementor_canvas'),
(7993, 1648, '_elementor_edit_mode', 'builder'),
(7994, 1648, '_elementor_template_type', 'wp-page'),
(7995, 1648, '_elementor_version', '3.1.4'),
(7996, 1648, '_elementor_pro_version', '3.2.1'),
(7997, 1648, '_elementor_data', '[{\"id\":\"3079d2a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1d45da\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1d5f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"POL\\u00cdTICA DE PRIVACIDAD\",\"align\":\"center\",\"title_color\":\"#4F5F66\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ed8e96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"background: white; vertical-align: baseline; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">La\\u00a0 Pol\\u00edtica de Privacidad establece los t\\u00e9rminos en que Daclean Express usa y protege la informaci\\u00f3n que es proporcionada por sus usuarios al momento de utilizar su sitio web. Esta compa\\u00f1\\u00eda est\\u00e1 comprometida con la seguridad de los datos de sus usuarios. Cuando le pedimos llenar los campos de informaci\\u00f3n personal con la cual usted pueda ser identificado, lo hacemos asegurando que s\\u00f3lo se emplear\\u00e1 de acuerdo con los t\\u00e9rminos de este documento. Sin embargo esta Pol\\u00edtica de Privacidad puede cambiar con el tiempo o ser actualizada por lo que le recomendamos y enfatizamos revisar continuamente esta p\\u00e1gina para asegurarse que est\\u00e1 de acuerdo con dichos cambios.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Informaci\\u00f3n que es recogida<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Nuestro sitio web podr\\u00e1 recoger informaci\\u00f3n personal por ejemplo: Nombre,\\u00a0 informaci\\u00f3n de contacto como\\u00a0 su direcci\\u00f3n de correo electr\\u00f3nica e informaci\\u00f3n demogr\\u00e1fica. As\\u00ed mismo cuando sea necesario podr\\u00e1 ser requerida informaci\\u00f3n espec\\u00edfica para procesar alg\\u00fan pedido o realizar una entrega o facturaci\\u00f3n.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Uso de la informaci\\u00f3n recogida<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Nuestro sitio web emplea la informaci\\u00f3n con el fin de proporcionar el mejor servicio posible, particularmente para mantener un registro de usuarios, de pedidos en caso que aplique, y mejorar nuestros productos y servicios. \\u00a0Es posible que sean enviados correos electr\\u00f3nicos peri\\u00f3dicamente a trav\\u00e9s de nuestro sitio con ofertas especiales, nuevos productos y otra informaci\\u00f3n publicitaria que consideremos relevante para usted o que pueda brindarle alg\\u00fan beneficio, estos correos electr\\u00f3nicos ser\\u00e1n enviados a la direcci\\u00f3n que usted proporcione y podr\\u00e1n ser cancelados en cualquier momento.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Daclean Express est\\u00e1 altamente comprometido para cumplir con el compromiso de mantener su informaci\\u00f3n segura. Usamos los sistemas m\\u00e1s avanzados y los actualizamos constantemente para asegurarnos que no exista ning\\u00fan acceso no autorizado.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Cookies<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Una cookie se refiere a un fichero que es enviado con la finalidad de solicitar permiso para almacenarse en su ordenador, al aceptar dicho fichero se crea y la cookie sirve entonces para tener informaci\\u00f3n respecto al tr\\u00e1fico web, y tambi\\u00e9n facilita las futuras\\u00a0recurrente. Otra funci\\u00f3n que tienen las cookies es que con ellas las web pueden reconocerte individualmente y por tanto brindarte el mejor servicio personalizado de su web.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Nuestro sitio web www.dacleanexpress.com\\u00a0 emplea las cookies para poder identificar las p\\u00e1ginas que son visitadas y su frecuencia. Esta informaci\\u00f3n es empleada \\u00fanicamente para an\\u00e1lisis estad\\u00edstico y despu\\u00e9s la informaci\\u00f3n se elimina de forma permanente. Usted puede eliminar las cookies en cualquier momento desde su ordenador. Sin embargo las cookies ayudan a proporcionar un mejor servicio de los sitios web, est\\u00e1s no dan acceso a informaci\\u00f3n de su ordenador ni de usted, a menos de que usted as\\u00ed lo quiera y la proporcione directamente. Usted puede aceptar o negar el uso de cookies, sin embargo la mayor\\u00eda de navegadores aceptan cookies autom\\u00e1ticamente pues sirve para tener un mejor servicio web. Tambi\\u00e9n usted puede cambiar la configuraci\\u00f3n de su ordenador para declinar las cookies. Si se declinan es posible que no pueda utilizar algunos de nuestros servicios.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">\\u00a0<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Enlaces a Terceros<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Este sitio web pudiera contener en laces a otros sitios que pudieran ser de su inter\\u00e9s. Una vez que usted de clic en estos enlaces y abandone nuestra p\\u00e1gina, ya no tenemos control sobre al sitio al que es redirigido y por lo tanto no somos responsables de los t\\u00e9rminos o privacidad ni de la protecci\\u00f3n de sus datos en esos otros sitios terceros. Dichos sitios est\\u00e1n sujetos a sus propias pol\\u00edticas de privacidad por lo cual es recomendable que los consulte para confirmar que usted est\\u00e1 de acuerdo con estas.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Control de su informaci\\u00f3n personal<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">En cualquier momento usted puede restringir la recopilaci\\u00f3n o el uso de la informaci\\u00f3n personal que es proporcionada a nuestro sitio web.\\u00a0 Cada vez que se le solicite rellenar un formulario, como el de alta de usuario, puede marcar o desmarcar la opci\\u00f3n de recibir informaci\\u00f3n por correo electr\\u00f3nico. \\u00a0En caso de que haya marcado la opci\\u00f3n de recibir nuestro bolet\\u00edn o publicidad usted puede cancelarla en cualquier momento.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Esta compa\\u00f1\\u00eda no vender\\u00e1, ceder\\u00e1 ni distribuir\\u00e1 la informaci\\u00f3n personal que es recopilada sin su consentimiento, salvo que sea requerido por un juez con un orden judicial.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Daclean Express se reserva el derecho de cambiar los t\\u00e9rminos de la presente Pol\\u00edtica de Privacidad en cualquier momento.<\\/span><\\/p><p class=\\\"MsoNormal\\\">T\\u00e9rminos\\u00a0 y Condiciones<\\/p><p style=\\\"background: white; vertical-align: baseline; margin: 0cm 0cm 21pt;\\\">\\u00a0<\\/p><p class=\\\"MsoNormal\\\">La limpieza Profunda sin Costo, solo aplica \\u00a0a los usuarios que soliciten la cotizaci\\u00f3n y contraten uno o varios de los servicios de Daclean Express.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(7999, 1649, '_elementor_edit_mode', 'builder'),
(8000, 1649, '_elementor_template_type', 'wp-page'),
(8001, 1649, '_elementor_version', '3.1.4'),
(8002, 1649, '_elementor_pro_version', '3.2.1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8003, 1649, '_elementor_data', '[{\"id\":\"3079d2a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1d45da\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f1d5f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"POL\\u00cdTICA DE PRIVACIDAD\",\"align\":\"center\",\"title_color\":\"#4F5F66\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ed8e96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"background: white; vertical-align: baseline; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">La\\u00a0 Pol\\u00edtica de Privacidad establece los t\\u00e9rminos en que Daclean Express usa y protege la informaci\\u00f3n que es proporcionada por sus usuarios al momento de utilizar su sitio web. Esta compa\\u00f1\\u00eda est\\u00e1 comprometida con la seguridad de los datos de sus usuarios. Cuando le pedimos llenar los campos de informaci\\u00f3n personal con la cual usted pueda ser identificado, lo hacemos asegurando que s\\u00f3lo se emplear\\u00e1 de acuerdo con los t\\u00e9rminos de este documento. Sin embargo esta Pol\\u00edtica de Privacidad puede cambiar con el tiempo o ser actualizada por lo que le recomendamos y enfatizamos revisar continuamente esta p\\u00e1gina para asegurarse que est\\u00e1 de acuerdo con dichos cambios.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Informaci\\u00f3n que es recogida<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Nuestro sitio web podr\\u00e1 recoger informaci\\u00f3n personal por ejemplo: Nombre,\\u00a0 informaci\\u00f3n de contacto como\\u00a0 su direcci\\u00f3n de correo electr\\u00f3nica e informaci\\u00f3n demogr\\u00e1fica. As\\u00ed mismo cuando sea necesario podr\\u00e1 ser requerida informaci\\u00f3n espec\\u00edfica para procesar alg\\u00fan pedido o realizar una entrega o facturaci\\u00f3n.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Uso de la informaci\\u00f3n recogida<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Nuestro sitio web emplea la informaci\\u00f3n con el fin de proporcionar el mejor servicio posible, particularmente para mantener un registro de usuarios, de pedidos en caso que aplique, y mejorar nuestros productos y servicios. \\u00a0Es posible que sean enviados correos electr\\u00f3nicos peri\\u00f3dicamente a trav\\u00e9s de nuestro sitio con ofertas especiales, nuevos productos y otra informaci\\u00f3n publicitaria que consideremos relevante para usted o que pueda brindarle alg\\u00fan beneficio, estos correos electr\\u00f3nicos ser\\u00e1n enviados a la direcci\\u00f3n que usted proporcione y podr\\u00e1n ser cancelados en cualquier momento.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Daclean Express est\\u00e1 altamente comprometido para cumplir con el compromiso de mantener su informaci\\u00f3n segura. Usamos los sistemas m\\u00e1s avanzados y los actualizamos constantemente para asegurarnos que no exista ning\\u00fan acceso no autorizado.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Cookies<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Una cookie se refiere a un fichero que es enviado con la finalidad de solicitar permiso para almacenarse en su ordenador, al aceptar dicho fichero se crea y la cookie sirve entonces para tener informaci\\u00f3n respecto al tr\\u00e1fico web, y tambi\\u00e9n facilita las futuras\\u00a0recurrente. Otra funci\\u00f3n que tienen las cookies es que con ellas las web pueden reconocerte individualmente y por tanto brindarte el mejor servicio personalizado de su web.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Nuestro sitio web www.dacleanexpress.com\\u00a0 emplea las cookies para poder identificar las p\\u00e1ginas que son visitadas y su frecuencia. Esta informaci\\u00f3n es empleada \\u00fanicamente para an\\u00e1lisis estad\\u00edstico y despu\\u00e9s la informaci\\u00f3n se elimina de forma permanente. Usted puede eliminar las cookies en cualquier momento desde su ordenador. Sin embargo las cookies ayudan a proporcionar un mejor servicio de los sitios web, est\\u00e1s no dan acceso a informaci\\u00f3n de su ordenador ni de usted, a menos de que usted as\\u00ed lo quiera y la proporcione directamente. Usted puede aceptar o negar el uso de cookies, sin embargo la mayor\\u00eda de navegadores aceptan cookies autom\\u00e1ticamente pues sirve para tener un mejor servicio web. Tambi\\u00e9n usted puede cambiar la configuraci\\u00f3n de su ordenador para declinar las cookies. Si se declinan es posible que no pueda utilizar algunos de nuestros servicios.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">\\u00a0<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Enlaces a Terceros<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Este sitio web pudiera contener en laces a otros sitios que pudieran ser de su inter\\u00e9s. Una vez que usted de clic en estos enlaces y abandone nuestra p\\u00e1gina, ya no tenemos control sobre al sitio al que es redirigido y por lo tanto no somos responsables de los t\\u00e9rminos o privacidad ni de la protecci\\u00f3n de sus datos en esos otros sitios terceros. Dichos sitios est\\u00e1n sujetos a sus propias pol\\u00edticas de privacidad por lo cual es recomendable que los consulte para confirmar que usted est\\u00e1 de acuerdo con estas.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><strong style=\\\"box-sizing: border-box;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Control de su informaci\\u00f3n personal<\\/span><\\/strong><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">En cualquier momento usted puede restringir la recopilaci\\u00f3n o el uso de la informaci\\u00f3n personal que es proporcionada a nuestro sitio web.\\u00a0 Cada vez que se le solicite rellenar un formulario, como el de alta de usuario, puede marcar o desmarcar la opci\\u00f3n de recibir informaci\\u00f3n por correo electr\\u00f3nico. \\u00a0En caso de que haya marcado la opci\\u00f3n de recibir nuestro bolet\\u00edn o publicidad usted puede cancelarla en cualquier momento.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Esta compa\\u00f1\\u00eda no vender\\u00e1, ceder\\u00e1 ni distribuir\\u00e1 la informaci\\u00f3n personal que es recopilada sin su consentimiento, salvo que sea requerido por un juez con un orden judicial.<\\/span><\\/p><p style=\\\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\\\"><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',\'sans-serif\'; color: #7a7a7a;\\\">Daclean Express se reserva el derecho de cambiar los t\\u00e9rminos de la presente Pol\\u00edtica de Privacidad en cualquier momento.<\\/span><\\/p><p class=\\\"MsoNormal\\\"><strong>T\\u00e9rminos\\u00a0 y Condiciones<\\/strong><\\/p><p class=\\\"MsoNormal\\\">La limpieza Profunda sin Costo, solo aplica \\u00a0a los usuarios que soliciten la cotizaci\\u00f3n y contraten uno o varios de los servicios de Daclean Express.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(8004, 1535, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),
(8005, 1535, '_elementor_css', 'a:6:{s:4:\"time\";i:1617763471;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(9461, 1872, '_wp_attached_file', '2021/05/Desinfeccion.jpg'),
(9462, 1872, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:325;s:6:\"height\";i:250;s:4:\"file\";s:24:\"2021/05/Desinfeccion.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Desinfeccion-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Desinfeccion-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(9440, 1868, '_wp_attached_file', '2021/05/limpieneocios.jpg'),
(9441, 1868, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:325;s:6:\"height\";i:250;s:4:\"file\";s:25:\"2021/05/limpieneocios.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"limpieneocios-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"limpieneocios-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(9625, 1899, '_wp_attached_file', '2021/05/Fiormulario-1.jpg'),
(9626, 1899, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:902;s:6:\"height\";i:2019;s:4:\"file\";s:25:\"2021/05/Fiormulario-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Fiormulario-1-134x300.jpg\";s:5:\"width\";i:134;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Fiormulario-1-457x1024.jpg\";s:5:\"width\";i:457;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Fiormulario-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Fiormulario-1-768x1719.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1719;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"Fiormulario-1-686x1536.jpg\";s:5:\"width\";i:686;s:6:\"height\";i:1536;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:{}}}'),
(10274, 1173, '_elementor_data', '[{\"id\":\"e7f6138\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0a9c540\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f81f082\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- Event snippet for Registro Cotizaci\\u00f3n Limpieza Profunda Sin Costo conversion page -->\\r\\n<script>\\r\\n  gtag(\'event\', \'conversion\', {\'send_to\': \'AW-749020924\\/1h5ICKfCo_8BEPzNlOUC\'});\\r\\n<\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c2794c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"12de6572\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"37ff2655\",\"elType\":\"widget\",\"settings\":{\"editor\":\"[vc_section full_width=\\\"stretch_row\\\" content_placement=\\\"middle\\\" css=\\\".vc_custom_1578325633620{background-image: url(http:\\/\\/dacleanexpress.com\\/wp-content\\/uploads\\/2020\\/01\\/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\\\"][vc_row gap=\\\"30\\\" css=\\\".vc_custom_1578583854413{padding-top: 50px !important;padding-bottom: 50px !important;}\\\"][vc_column width=\\\"1\\/2\\\"][vc_column_text css_animation=\\\"bounceInLeft\\\" el_class=\\\"sombra\\\"]\\r\\n<h3><span style=\\\"color: #ffffff; text-transform: none;\\\">Limpieza y mantenimiento de oficinas y residencias<\\/span><\\/h3>\\r\\n[\\/vc_column_text][\\/vc_column][vc_column width=\\\"1\\/2\\\" css=\\\".vc_custom_1578584005654{background-color: #ffffff !important;}\\\"][gravityform id=\\\"4\\\" title=\\\"false\\\" description=\\\"false\\\" ajax=\\\"true\\\"][\\/vc_column][\\/vc_row][\\/vc_section][vc_section css=\\\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\\\"][vc_row css=\\\".vc_custom_1578325524399{padding-top: 100px !important;}\\\"][vc_column][vc_custom_heading text=\\\"\\u00a1SOMOS PR\\u00c1CTICOS!\\\" font_container=\\\"tag:h3|text_align:center\\\" use_theme_fonts=\\\"yes\\\"][\\/vc_column][\\/vc_row][vc_row gap=\\\"20\\\" css=\\\".vc_custom_1576851031024{padding-top: 50px !important;}\\\"][vc_column width=\\\"1\\/3\\\"][vc_single_image image=\\\"874\\\" img_size=\\\"200x200\\\" alignment=\\\"center\\\" css_animation=\\\"zoomIn\\\"][vc_column_text css_animation=\\\"fadeInLeft\\\"]\\r\\n<h4 style=\\\"text-align: center;\\\">Contacta<\\/h4>\\r\\n<p style=\\\"text-align: center;\\\"><strong>Detalla la fecha y hora de tu reserva<\\/strong><\\/p>\\r\\n[\\/vc_column_text][\\/vc_column][vc_column width=\\\"1\\/3\\\"][vc_single_image image=\\\"873\\\" img_size=\\\"200x200\\\" alignment=\\\"center\\\" css_animation=\\\"zoomIn\\\"][vc_column_text css_animation=\\\"fadeInLeft\\\"]\\r\\n<h4 style=\\\"text-align: center;\\\">Autoriza<\\/h4>\\r\\n<p style=\\\"text-align: center;\\\"><strong>Conf\\u00edrmanos tu servicio por medio del pago en l\\u00ednea<\\/strong><\\/p>\\r\\n[\\/vc_column_text][\\/vc_column][vc_column width=\\\"1\\/3\\\"][vc_single_image image=\\\"872\\\" img_size=\\\"200x200\\\" alignment=\\\"center\\\" css_animation=\\\"zoomIn\\\"][vc_column_text css_animation=\\\"fadeInLeft\\\"]\\r\\n<h4 style=\\\"text-align: center;\\\">Divi\\u00e9rtete<\\/h4>\\r\\n<p style=\\\"text-align: center;\\\"><strong>Nosotras lo hacemos por ti<\\/strong><\\/p>\\r\\n[\\/vc_column_text][\\/vc_column][\\/vc_row][vc_row disable_element=\\\"yes\\\" css=\\\".vc_custom_1578059585201{padding-top: 100px !important;}\\\"][vc_column width=\\\"1\\/3\\\"][\\/vc_column][vc_column width=\\\"1\\/3\\\"][vc_btn title=\\\"AGENDA TU VISITA \\u00a1YA!\\\" color=\\\"primary\\\" size=\\\"lg\\\" align=\\\"center\\\" i_icon_fontawesome=\\\"fa fa-envelope\\\" add_icon=\\\"true\\\"][\\/vc_column][vc_column width=\\\"1\\/3\\\"][\\/vc_column][\\/vc_row][\\/vc_section][vc_section full_width=\\\"stretch_row\\\" css=\\\".vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http:\\/\\/dacleanexpress.com\\/wp-content\\/uploads\\/2020\\/01\\/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\\\"][vc_row css=\\\".vc_custom_1578315951341{padding-top: 100px !important;}\\\"][vc_column][vc_custom_heading text=\\\"POR QUE LLAMAR A DACLEAN EXPRESS\\\" font_container=\\\"tag:h3|text_align:center|color:%23ffffff\\\" use_theme_fonts=\\\"yes\\\"][\\/vc_column][\\/vc_row][vc_row gap=\\\"20\\\" equal_height=\\\"yes\\\" css=\\\".vc_custom_1576866671604{padding-top: 50px !important;}\\\"][vc_column width=\\\"1\\/4\\\"][vc_single_image image=\\\"998\\\" alignment=\\\"center\\\" css_animation=\\\"fadeIn\\\"][vc_column_text css_animation=\\\"fadeInLeft\\\"]\\r\\n<h6 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Trato Personalizado<\\/strong><\\/span><\\/h6>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Distinci\\u00f3n en el trato<\\/span><\\/p>\\r\\n[\\/vc_column_text][\\/vc_column][vc_column width=\\\"1\\/4\\\"][vc_single_image image=\\\"997\\\" alignment=\\\"center\\\" css_animation=\\\"fadeIn\\\"][vc_column_text css_animation=\\\"fadeInLeft\\\"]\\r\\n<h6 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Confianza<\\/strong><\\/span><\\/h6>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Nuestros clientes SIEMPRE nos vuelven a llamar<\\/span><\\/p>\\r\\n[\\/vc_column_text][\\/vc_column][vc_column width=\\\"1\\/4\\\"][vc_single_image image=\\\"996\\\" alignment=\\\"center\\\" css_animation=\\\"fadeIn\\\"][vc_column_text css_animation=\\\"fadeInLeft\\\"]\\r\\n<h6 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Seguridad<\\/strong><\\/span><\\/h6>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Un servicio sin riesgo<\\/span><\\/p>\\r\\n[\\/vc_column_text][\\/vc_column][vc_column width=\\\"1\\/4\\\"][vc_single_image image=\\\"995\\\" alignment=\\\"center\\\" css_animation=\\\"fadeIn\\\"][vc_column_text css_animation=\\\"fadeInLeft\\\"]\\r\\n<h6 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Tranquilidad<\\/strong><\\/span><\\/h6>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Nuestro servicio elimina 100% estr\\u00e9s<\\/span><\\/p>\\r\\n[\\/vc_column_text][\\/vc_column][\\/vc_row][vc_row gap=\\\"20\\\"][vc_column width=\\\"1\\/4\\\"][vc_single_image image=\\\"994\\\" alignment=\\\"center\\\" css_animation=\\\"fadeIn\\\"][vc_column_text css_animation=\\\"fadeInLeft\\\"]\\r\\n<h6 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>100% Calidad<\\/strong><\\/span><\\/h6>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">La m\\u00e1s alta satisfacci\\u00f3n<\\/span><\\/p>\\r\\n[\\/vc_column_text][\\/vc_column][vc_column width=\\\"1\\/4\\\"][vc_single_image image=\\\"1000\\\" alignment=\\\"center\\\" css_animation=\\\"fadeIn\\\"][vc_column_text css_animation=\\\"fadeInLeft\\\"]\\r\\n<h6 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Personal Capacitado<\\/strong><\\/span><\\/h6>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Capacitaciones con altos est\\u00e1ndares acad\\u00e9micos<\\/span><\\/p>\\r\\n[\\/vc_column_text][\\/vc_column][vc_column width=\\\"1\\/4\\\"][vc_single_image image=\\\"993\\\" alignment=\\\"center\\\" css_animation=\\\"fadeIn\\\"][vc_column_text css_animation=\\\"fadeInLeft\\\"]\\r\\n<h6 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Horarios Flexibles<\\/strong><\\/span><\\/h6>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Eliminamos su necesidad en tiempo \\u00f3ptimo<\\/span><\\/p>\\r\\n[\\/vc_column_text][\\/vc_column][vc_column width=\\\"1\\/4\\\"][vc_single_image image=\\\"999\\\" alignment=\\\"center\\\" css_animation=\\\"fadeIn\\\"][vc_column_text css_animation=\\\"fadeInLeft\\\"]\\r\\n<h6 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Reserva del Servicio<\\/strong><\\/span><\\/h6>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Somos pr\\u00e1cticas, s\\u00f3lo: Contacta, Autoriza, Divi\\u00e9rtete!<\\/span><\\/p>\\r\\n[\\/vc_column_text][\\/vc_column][\\/vc_row][\\/vc_section]\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(10262, 2000, '_wpb_shortcodes_custom_css', '.vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578583854413{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1578584005654{background-color: #ffffff !important;}.vc_custom_1578325524399{padding-top: 100px !important;}.vc_custom_1576851031024{padding-top: 50px !important;}.vc_custom_1578059585201{padding-top: 100px !important;}.vc_custom_1578315951341{padding-top: 100px !important;}.vc_custom_1576866671604{padding-top: 50px !important;}'),
(10263, 2000, '_wp_page_template', 'default'),
(10264, 2000, '_elementor_edit_mode', 'builder'),
(10265, 2000, '_elementor_template_type', 'wp-page'),
(10266, 2000, '_elementor_version', '3.1.4'),
(10267, 2000, '_elementor_pro_version', '3.2.1'),
(10269, 2001, '_wp_page_template', 'default'),
(10270, 2001, '_elementor_edit_mode', 'builder'),
(10271, 2001, '_elementor_template_type', 'wp-page'),
(10272, 2001, '_elementor_version', '3.1.4'),
(10273, 2001, '_elementor_pro_version', '3.2.1'),
(10276, 2002, '_wp_page_template', 'default'),
(10277, 2002, '_elementor_edit_mode', 'builder'),
(10278, 2002, '_elementor_template_type', 'wp-page'),
(10279, 2002, '_elementor_version', '3.1.4'),
(10280, 2002, '_elementor_pro_version', '3.2.1'),
(10281, 2002, '_elementor_data', '[{\"id\":\"e7f6138\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0a9c540\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f81f082\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- Event snippet for Registro Cotizaci\\u00f3n Limpieza Profunda Sin Costo conversion page -->\\r\\n<script>\\r\\n  gtag(\'event\', \'conversion\', {\'send_to\': \'AW-749020924\\/1h5ICKfCo_8BEPzNlOUC\'});\\r\\n<\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c2794c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"12de6572\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"37ff2655\",\"elType\":\"widget\",\"settings\":{\"editor\":\"[vc_section full_width=\\\"stretch_row\\\" content_placement=\\\"middle\\\" css=\\\".vc_custom_1578325633620{background-image: url(http:\\/\\/dacleanexpress.com\\/wp-content\\/uploads\\/2020\\/01\\/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\\\"][vc_row gap=\\\"30\\\" css=\\\".vc_custom_1578583854413{padding-top: 50px !important;padding-bottom: 50px !important;}\\\"][vc_column width=\\\"1\\/2\\\"][vc_column_text css_animation=\\\"bounceInLeft\\\" el_class=\\\"sombra\\\"]\\r\\n<h3><span style=\\\"color: #ffffff; text-transform: none;\\\">Limpieza y mantenimiento de oficinas y residencias<\\/span><\\/h3>\\r\\n[\\/vc_column_text][\\/vc_column][vc_column width=\\\"1\\/2\\\" css=\\\".vc_custom_1578584005654{background-color: #ffffff !important;}\\\"][gravityform id=\\\"4\\\" title=\\\"false\\\" description=\\\"false\\\" ajax=\\\"true\\\"][\\/vc_column][\\/vc_row][\\/vc_section][vc_section css=\\\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\\\"][vc_row css=\\\".vc_custom_1578325524399{padding-top: 100px !important;}\\\"][vc_column][vc_custom_heading text=\\\"\\u00a1SOMOS PR\\u00c1CTICOS!\\\" font_container=\\\"tag:h3|text_align:center\\\" use_theme_fonts=\\\"yes\\\"][\\/vc_column][\\/vc_row][vc_row gap=\\\"20\\\" css=\\\".vc_custom_1576851031024{padding-top: 50px !important;}\\\"][vc_column width=\\\"1\\/3\\\"][vc_single_image image=\\\"874\\\" img_size=\\\"200x200\\\" alignment=\\\"center\\\" css_animation=\\\"zoomIn\\\"][vc_column_text css_animation=\\\"fadeInLeft\\\"]\\r\\n<h4 style=\\\"text-align: center;\\\">Contacta<\\/h4>\\r\\n<p style=\\\"text-align: center;\\\"><strong>Detalla la fecha y hora de tu reserva<\\/strong><\\/p>\\r\\n[\\/vc_column_text][\\/vc_column][vc_column width=\\\"1\\/3\\\"][vc_single_image image=\\\"873\\\" img_size=\\\"200x200\\\" alignment=\\\"center\\\" css_animation=\\\"zoomIn\\\"][vc_column_text css_animation=\\\"fadeInLeft\\\"]\\r\\n<h4 style=\\\"text-align: center;\\\">Autoriza<\\/h4>\\r\\n<p style=\\\"text-align: center;\\\"><strong>Conf\\u00edrmanos tu servicio por medio del pago en l\\u00ednea<\\/strong><\\/p>\\r\\n[\\/vc_column_text][\\/vc_column][vc_column width=\\\"1\\/3\\\"][vc_single_image image=\\\"872\\\" img_size=\\\"200x200\\\" alignment=\\\"center\\\" css_animation=\\\"zoomIn\\\"][vc_column_text css_animation=\\\"fadeInLeft\\\"]\\r\\n<h4 style=\\\"text-align: center;\\\">Divi\\u00e9rtete<\\/h4>\\r\\n<p style=\\\"text-align: center;\\\"><strong>Nosotras lo hacemos por ti<\\/strong><\\/p>\\r\\n[\\/vc_column_text][\\/vc_column][\\/vc_row][vc_row disable_element=\\\"yes\\\" css=\\\".vc_custom_1578059585201{padding-top: 100px !important;}\\\"][vc_column width=\\\"1\\/3\\\"][\\/vc_column][vc_column width=\\\"1\\/3\\\"][vc_btn title=\\\"AGENDA TU VISITA \\u00a1YA!\\\" color=\\\"primary\\\" size=\\\"lg\\\" align=\\\"center\\\" i_icon_fontawesome=\\\"fa fa-envelope\\\" add_icon=\\\"true\\\"][\\/vc_column][vc_column width=\\\"1\\/3\\\"][\\/vc_column][\\/vc_row][\\/vc_section][vc_section full_width=\\\"stretch_row\\\" css=\\\".vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http:\\/\\/dacleanexpress.com\\/wp-content\\/uploads\\/2020\\/01\\/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\\\"][vc_row css=\\\".vc_custom_1578315951341{padding-top: 100px !important;}\\\"][vc_column][vc_custom_heading text=\\\"POR QUE LLAMAR A DACLEAN EXPRESS\\\" font_container=\\\"tag:h3|text_align:center|color:%23ffffff\\\" use_theme_fonts=\\\"yes\\\"][\\/vc_column][\\/vc_row][vc_row gap=\\\"20\\\" equal_height=\\\"yes\\\" css=\\\".vc_custom_1576866671604{padding-top: 50px !important;}\\\"][vc_column width=\\\"1\\/4\\\"][vc_single_image image=\\\"998\\\" alignment=\\\"center\\\" css_animation=\\\"fadeIn\\\"][vc_column_text css_animation=\\\"fadeInLeft\\\"]\\r\\n<h6 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Trato Personalizado<\\/strong><\\/span><\\/h6>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Distinci\\u00f3n en el trato<\\/span><\\/p>\\r\\n[\\/vc_column_text][\\/vc_column][vc_column width=\\\"1\\/4\\\"][vc_single_image image=\\\"997\\\" alignment=\\\"center\\\" css_animation=\\\"fadeIn\\\"][vc_column_text css_animation=\\\"fadeInLeft\\\"]\\r\\n<h6 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Confianza<\\/strong><\\/span><\\/h6>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Nuestros clientes SIEMPRE nos vuelven a llamar<\\/span><\\/p>\\r\\n[\\/vc_column_text][\\/vc_column][vc_column width=\\\"1\\/4\\\"][vc_single_image image=\\\"996\\\" alignment=\\\"center\\\" css_animation=\\\"fadeIn\\\"][vc_column_text css_animation=\\\"fadeInLeft\\\"]\\r\\n<h6 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Seguridad<\\/strong><\\/span><\\/h6>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Un servicio sin riesgo<\\/span><\\/p>\\r\\n[\\/vc_column_text][\\/vc_column][vc_column width=\\\"1\\/4\\\"][vc_single_image image=\\\"995\\\" alignment=\\\"center\\\" css_animation=\\\"fadeIn\\\"][vc_column_text css_animation=\\\"fadeInLeft\\\"]\\r\\n<h6 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Tranquilidad<\\/strong><\\/span><\\/h6>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Nuestro servicio elimina 100% estr\\u00e9s<\\/span><\\/p>\\r\\n[\\/vc_column_text][\\/vc_column][\\/vc_row][vc_row gap=\\\"20\\\"][vc_column width=\\\"1\\/4\\\"][vc_single_image image=\\\"994\\\" alignment=\\\"center\\\" css_animation=\\\"fadeIn\\\"][vc_column_text css_animation=\\\"fadeInLeft\\\"]\\r\\n<h6 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>100% Calidad<\\/strong><\\/span><\\/h6>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">La m\\u00e1s alta satisfacci\\u00f3n<\\/span><\\/p>\\r\\n[\\/vc_column_text][\\/vc_column][vc_column width=\\\"1\\/4\\\"][vc_single_image image=\\\"1000\\\" alignment=\\\"center\\\" css_animation=\\\"fadeIn\\\"][vc_column_text css_animation=\\\"fadeInLeft\\\"]\\r\\n<h6 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Personal Capacitado<\\/strong><\\/span><\\/h6>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Capacitaciones con altos est\\u00e1ndares acad\\u00e9micos<\\/span><\\/p>\\r\\n[\\/vc_column_text][\\/vc_column][vc_column width=\\\"1\\/4\\\"][vc_single_image image=\\\"993\\\" alignment=\\\"center\\\" css_animation=\\\"fadeIn\\\"][vc_column_text css_animation=\\\"fadeInLeft\\\"]\\r\\n<h6 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Horarios Flexibles<\\/strong><\\/span><\\/h6>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Eliminamos su necesidad en tiempo \\u00f3ptimo<\\/span><\\/p>\\r\\n[\\/vc_column_text][\\/vc_column][vc_column width=\\\"1\\/4\\\"][vc_single_image image=\\\"999\\\" alignment=\\\"center\\\" css_animation=\\\"fadeIn\\\"][vc_column_text css_animation=\\\"fadeInLeft\\\"]\\r\\n<h6 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Reserva del Servicio<\\/strong><\\/span><\\/h6>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Somos pr\\u00e1cticas, s\\u00f3lo: Contacta, Autoriza, Divi\\u00e9rtete!<\\/span><\\/p>\\r\\n[\\/vc_column_text][\\/vc_column][\\/vc_row][\\/vc_section]\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(10282, 1173, '_elementor_controls_usage', 'a:4:{s:4:\"html\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:4:\"html\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}}'),
(10283, 1173, '_elementor_css', 'a:7:{s:4:\"time\";i:1637785326;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');

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

--
-- Estructura de tabla para la tabla `wp_posts`
--

CREATE TABLE `wp_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 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_520_ci 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 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wp_posts`
--

INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(14, 1, '2016-06-28 13:35:54', '2016-06-28 13:35:54', '[vc_row css=\".vc_custom_1576680491313{padding-top: 150px !important;padding-bottom: 150px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1119\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Dalys Durango\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]<strong>Emprendedora, Empresaria y Docente:</strong> La caracteriza el apego a sus valores, principios y convicciones y uno de ellos es La justicia social. Piensa que el planeta es para todos y que todos deben  tener las mismas condiciones y el negocio de servicio de limpieza la llevo hacer otras cosas además de limpiar una oficina o una residencia, que es  Transformar e Impactar la vida de otras personas sus (clientes )y las más importantes  sus colaboradoras. Capacita a Mujeres vulnerables del país que no les ofrecen una plaza de empleo por no tener experiencia  u otros requisitos. Mediante un programa llamado CreciMujer, Crecimiento y Desarrollo Personal ellas dejan de ser discriminadas y están dentro de la Economia formal del País.\r\n<h5>Historia del inicio de Daclean Express</h5>\r\nAún recuerda cuando llego a su casa y conversa con sus padres y les decía que tenía una nueva idea de tantas que había tenido su cabeza pero todas eran de un negocio, emprendedora al fin! Les dice a sus padres que iba a iniciar un negocio de limpieza de aptos solo que tenía en su cartera 200.00 balboas y su madre le dice hija yo tengo 200.00 y su padre como siempre sin querer dejar de apoyarla le dice yo tengo 100.00 los toma se va a doit center  a comprar unos cuantos implementos, le salió su primer cliente después de haber tocado la puerta de varios edificios y haber convencido a varios guardias de seguridad  que la dejaran subir y lo demás es la historia que vive hoy dia la empresa de servicio y limpieza Daclean Express.\r\n<h4>Nos destacamos por:</h4>\r\n<ul>\r\n 	<li>\r\n<h6><b>Cortesía y Amabilidad:</b> 100% le demostrara una actitud positiva.</h6>\r\n</li>\r\n 	<li>\r\n<h6><b>Honradez:</b> Daclean Express se hace responsable de cualquier eventualidad si la hubiese, ya que prevenimos los factores emocionales humanos.</h6>\r\n</li>\r\n 	<li>\r\n<h6><b>Especialidad:</b> Realizamos las limpiezas con implementos y equipos ERGONÓMICOS para especialización del trabajo y comodidad del personal.</h6>\r\n</li>\r\n 	<li>\r\n<h6><b>Innovación:</b> Utilizamos las ultimas técnicas de limpieza en el mercado como el VAPOR!</h6>\r\n</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Quienes Somos', '', 'publish', 'closed', 'closed', '', 'quienes-somos', '', '', '2020-03-12 12:19:37', '2020-03-12 17:19:37', '', 0, 'http://dacleanexpress.com/?page_id=14', 0, 'page', '', 0),
(743, 1, '2019-12-16 19:38:21', '2019-12-16 19:38:21', '<p>[vc_row full_width=\"stretch_row\" css=\".vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons1\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"739\" css=\"max-width: 90%; float: right;\"][/trx_column_item][trx_column_item span=\"2\" bg_image=\"209\" bg_tile=\"\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Pool maintenance services to commercial properties with pools[/trx_title][vc_column_text]Reliability and quality are two good reasons, but you also need a pool technician that is certified, can take on any needed repairs and renovations that may come up and knows the local “rules and regs”. Ensuring a clean environment is the goal of any pool professional, so why choose one over the other? Keep your pool clean, efficient and safe with routine pool maintenance service.[/vc_column_text][trx_button size=\"large\" link=\"/services-page/\" top=\"small\" bottom=\"small\"]Request service[/trx_button][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467371774795{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;}\"][vc_column][trx_section css=\"margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\"margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row]</p>\r\n', 'Quienes Somos', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2019-12-16 19:38:21', '2019-12-16 19:38:21', '', 14, 'http://dacleanexpress.com/2019/12/16/14-revision-v1/', 0, 'revision', '', 0),
(36, 1, '2016-06-28 14:05:42', '2016-06-28 14:05:42', '[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578313924348{padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg-contact.jpg?id=972) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578313481684{padding-top: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">LIMPIEZA DE OFICINAS</span></h3>\r\n<h4 style=\"text-align: center;\">TENEMOS UN PLAN QUE SE ADAPTA A TU EMPRESA</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"1060\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1062\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1061\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][/vc_row][vc_row gap=\"30\" equal_height=\"yes\" content_placement=\"middle\"][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h3><span style=\"color: #ffffff;\">La limpieza</span></h3>\r\n<h3><span style=\"color: #ffffff;\">la hacemos</span></h3>\r\n<h1><span style=\"color: #3366ff;\">Nosotras</span></h1>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"975\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][/vc_row][/vc_section][vc_row css=\".vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column css_animation=\"fadeInUp\" width=\"1/2\"][vc_column_text css_animation=\"none\" css=\".vc_custom_1578323012960{padding-bottom: 50px !important;}\"]\r\n<h3 style=\"text-align: center;\">Formulario de Contacto</h3>\r\n<p style=\"text-align: center;\">Escríbanos a <a href=\"mailto:dacleanexp@gmail.com\"><strong><u>dacleanexp@gmail.com</u></strong></a>  Estaremos realizando su solicitud en  24 horas.</p>\r\n[/vc_column_text][gravityform id=\"5\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Contáctenos', '', 'publish', 'closed', 'closed', '', 'contacto', '', '', '2020-01-09 12:06:38', '2020-01-09 17:06:38', '', 0, 'http://dacleanexpress.com/?page_id=36', 0, 'page', '', 0),
(40, 1, '2016-06-28 14:07:00', '2016-06-28 14:07:00', '<p>[vc_section][vc_row css=\".vc_custom_1576676928851{padding-top: 200px !important;padding-bottom: 200px !important;}\"][vc_column][trx_services equalheight=\"yes\" cat=\"22\" columns=\"3\" count=\"5\" readmore=\"Ver más\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][trx_services_item title=\"Service item 4\"][/trx_services_item][/trx_services][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Servicios', '', 'publish', 'closed', 'closed', '', 'servicios', '', '', '2019-12-18 13:54:00', '2019-12-18 13:54:00', '', 0, 'http://dacleanexpress.com/?page_id=40', 0, 'page', '', 0),
(760, 1, '2019-12-18 13:48:16', '2019-12-18 13:48:16', '<p>[vc_section][vc_row][vc_column][trx_services equalheight=\"yes\" cat=\"22\" columns=\"3\" count=\"5\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][trx_services_item title=\"Service item 4\"][/trx_services_item][/trx_services][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Servicios', '', 'inherit', 'closed', 'closed', '', '40-revision-v1', '', '', '2019-12-18 13:48:16', '2019-12-18 13:48:16', '', 40, 'http://dacleanexpress.com/2019/12/18/40-revision-v1/', 0, 'revision', '', 0),
(761, 1, '2019-12-18 13:48:55', '2019-12-18 13:48:55', '<p>[vc_section][vc_row css=\".vc_custom_1576676928851{padding-top: 200px !important;padding-bottom: 200px !important;}\"][vc_column][trx_services equalheight=\"yes\" cat=\"22\" columns=\"3\" count=\"5\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][trx_services_item title=\"Service item 4\"][/trx_services_item][/trx_services][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Servicios', '', 'inherit', 'closed', 'closed', '', '40-revision-v1', '', '', '2019-12-18 13:48:55', '2019-12-18 13:48:55', '', 40, 'http://dacleanexpress.com/2019/12/18/40-revision-v1/', 0, 'revision', '', 0),
(762, 1, '2019-12-18 13:54:00', '2019-12-18 13:54:00', '<p>[vc_section][vc_row css=\".vc_custom_1576676928851{padding-top: 200px !important;padding-bottom: 200px !important;}\"][vc_column][trx_services equalheight=\"yes\" cat=\"22\" columns=\"3\" count=\"5\" readmore=\"Ver más\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][trx_services_item title=\"Service item 4\"][/trx_services_item][/trx_services][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Servicios', '', 'inherit', 'closed', 'closed', '', '40-revision-v1', '', '', '2019-12-18 13:54:00', '2019-12-18 13:54:00', '', 40, 'http://dacleanexpress.com/2019/12/18/40-revision-v1/', 0, 'revision', '', 0),
(42, 1, '2016-06-28 14:07:53', '2016-06-28 14:07:53', '<p>[vc_section full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row gap=\"30\" css=\".vc_custom_1578583854413{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/2\"][vc_column_text css_animation=\"bounceInLeft\" el_class=\"sombra\"]</p>\r\n<h3><span style=\"color: #ffffff; text-transform: none;\">Limpieza y mantenimiento de oficinas y residencias</span></h3>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1578584005654{background-color: #ffffff !important;}\"][gravityform id=\"4\" title=\"false\" description=\"false\" ajax=\"true\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row css=\".vc_custom_1578325524399{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1578059585201{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578315951341{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"998\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Trato Personalizado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Distinción en el trato</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"997\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Confianza</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestros clientes SIEMPRE nos vuelven a llamar</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"996\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Seguridad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Un servicio sin riesgo</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"995\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Tranquilidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestro servicio elimina 100% estrés</span></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"994\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>100% Calidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">La más alta satisfacción</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"1000\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Personal Capacitado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Capacitaciones con altos estándares académicos</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"993\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Horarios Flexibles</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Eliminamos su necesidad en tiempo óptimo</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"999\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Reserva del Servicio</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</span></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Inicio', '', 'publish', 'closed', 'closed', '', 'inicio', '', '', '2020-01-09 15:33:33', '2020-01-09 15:33:33', '', 0, 'http://dacleanexpress.com/?page_id=42', 0, 'page', '', 0),
(806, 1, '2019-12-20 13:31:48', '2019-12-20 13:31:48', '[vc_section][vc_row][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4>Contacta</h4>\r\n<strong> Detalla la fecha y hora de tu reserva</strong>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4>Autoriza</h4>\r\n<strong>Confírmanos tu servicio por medio del pago en línea</strong>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4>Diviértete</h4>\r\n<strong>Nosotras lo hacemos por ti</strong>[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 13:31:48', '2019-12-20 13:31:48', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(814, 1, '2019-12-20 13:38:37', '2019-12-20 13:38:37', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1576848968162{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong> Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"right\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 13:38:37', '2019-12-20 13:38:37', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(815, 1, '2019-12-20 13:39:09', '2019-12-20 13:39:09', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1576848968162{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong> Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 13:39:09', '2019-12-20 13:39:09', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(816, 1, '2019-12-20 13:39:32', '2019-12-20 13:39:32', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1576848968162{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong> Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1576849167102{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 13:39:32', '2019-12-20 13:39:32', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(751, 1, '2019-12-17 15:17:36', '2019-12-17 15:17:36', '[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469013162755{margin-top: -51px !important;}\"][vc_column][trx_section bg_image=\"702\" bg_tile=\"\" class=\"home-block-1\" animation=\"slideInRight\" css=\"float: right; width: 73%; z-index: 1;\"][trx_call_to_action align=\"left\" accent=\"yes\" title=\"Limpieza y Mantenimiento\" subtitle=\"De Oficinas y Residencias\" link=\"/dacleanexpress/solicitar-servicio\" link_caption=\"SOLICITAR SERVICIO\" style=\"2\"][/trx_call_to_action][/trx_section][/vc_column][/vc_row][vc_row inverse=\"\" css=\".vc_custom_1469442093175{margin-top: -41px !important;}\" el_class=\"marginbottom\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"home-block-2\" animation=\"fadeInLeft\"][trx_column_item span=\"2\" css=\"height: 199px; width:67.5%;\"][trx_block bg_image=\"219\" bg_tile=\"\" height=\"199px\"][/trx_block][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row][vc_column][trx_services style=\"services-2\" cat=\"22\" columns=\"3\" count=\"5\" readmore=\"none\" height=\"home-block-3\" top=\"null\" animation=\"fadeIn\" css=\"margin-bottom: 7em;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" parallax=\"content-moving\" parallax_image=\"513\" parallax_speed_bg=\"1.1\"][vc_column][trx_content css=\"margin-top: 8em; margin-bottom: 8.6em;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\"]We connect you to reliable[/trx_title][trx_title type=\"6\" align=\"center\" color=\"#ffffff\" css=\"line-height: 1.95em; margin-top: -0.2em;\"]Professional service technicians tailored to each job, offering incredible\r\nvalue at pre-negotiated rates for on-demand support[/trx_title][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons1\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"444\" css=\"max-width: 90%; float: right;\"][/trx_column_item][trx_column_item span=\"2\" animation=\"fadeInRight\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Sé parte de nuestro equipo[/trx_title][trx_button size=\"large\" link=\"/services-page/\" top=\"small\" bottom=\"small\"]Más información[/trx_button][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576161709493{background-color: #ffffff !important;}\"][vc_column][trx_section title=\"PRICING\" subtitle=\"We have three plans to choose from.\r\nLook them over and let us know which one best fits your needs.\" css=\"margin-top: 6.4em; margin-bottom: 9.5em;\"][trx_columns count=\"3\" equalheight=\"yes\" margins=\"\" top=\"medium\" bottom=\"medium\"][trx_column_item][trx_price_block style=\"1\" title=\"Deluxe\" link=\"/services-page/\" link_text=\"Learn more\" money=\"30\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service every week</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nA qualified company service technician will make one trip per week to the pool to perform the following service: vacuum, test water for correct balance,add chemicals.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"2\" title=\"Standard\" link=\"/services-page/\" link_text=\"Learn more\" money=\"27\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service alternating with a chemical check/brush</strong>\r\n\r\n&nbsp;\r\n\r\nOur professional team provide chemical service with vacuuming, skimming, brushing, emptying baskets and perform visual check of your pool equipment.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"3\" title=\"Vacation\" link=\"/services-page/\" link_text=\"Learn more\" money=\"25\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">One full service every four weeks with three chemical check/brush</strong>\r\n\r\n&nbsp;\r\n\r\nA qualified company service technician will perform the following service: vacuum, test water for correct balance, add chemicals and perform check of equipment.[/trx_price_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section css=\"margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\"margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576162034578{background-color: #ffffff !important;}\"][vc_column][trx_content css=\"margin-top: 6.5em; margin-bottom: 7em;\"][trx_title type=\"4\" style=\"underline\" align=\"center\" bottom=\"small\"]New Products[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/shop/\" width=\"100px\" top=\"small\"]Go to shop[/trx_button][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"540\" disable_element=\"yes\"][vc_column][trx_skills max_value=\"300\" type=\"counter\" layout=\"columns\" style=\"1\" columns=\"4\" css=\"margin-top: 11em ; margin-bottom: 11em ;\"][trx_skills_item title=\"Happy Clients\" value=\"157\" style=\"2\" icon=\"icon-icon_4\"][/trx_skills_item][trx_skills_item title=\"Years Of Experience\" value=\"14\" style=\"2\" icon=\"icon-icon_5\"][/trx_skills_item][trx_skills_item title=\"Experienced Staff\" value=\"65\" style=\"2\" icon=\"icon-icon_2\"][/trx_skills_item][trx_skills_item title=\"Professional Equipment\" value=\"265\" style=\"2\" icon=\"icon-icon_6\"][/trx_skills_item][/trx_skills][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons2\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"2\" animation=\"fadeInLeft\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Are you a pool technician wanting to grow your pool service business?[/trx_title][vc_column_text]Our organization is a full service pool maintenance company. We pride ourselves on providing first class service and excellent workmanship. We have the knowledge, and experience, to provide expert pool maintenance and repairs for pool owners. We are professional in every aspect of our business, from appearance and reliability, to the way we take care of your pool.[/vc_column_text][trx_button size=\"large\" link=\"/about/\" top=\"small\" bottom=\"small\"]Join now[/trx_button][/trx_column_item][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"445\" css=\"max-width: 90%; float: left;\"][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column][trx_blogger style=\"classic_3\" descr=\"200\" readmore=\"none\" title=\"recent posts\" link=\"/classic/\" link_caption=\"More posts\" cat=\"19\" count=\"3\" offset=\"0\" css=\"margin-bottom: 6.75em; margin-top: 6.25em;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576522810815{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}\"][vc_column][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"large\" bottom=\"large\"][/trx_clients][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}\"][vc_column][vc_column_text][gravityform id=\"1\" title=\"false\" description=\"false\"][/vc_column_text][/vc_column][/vc_row]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-17 15:17:36', '2019-12-17 15:17:36', '', 42, 'http://dacleanexpress.com/2019/12/17/42-revision-v1/', 0, 'revision', '', 0),
(737, 1, '2019-12-16 19:06:58', '2019-12-16 19:06:58', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469013162755{margin-top: -51px !important;}\"][vc_column][trx_section bg_image=\"702\" bg_tile=\"\" class=\"home-block-1\" animation=\"slideInRight\" css=\"float: right; width: 73%; z-index: 1;\"][trx_call_to_action align=\"left\" accent=\"yes\" title=\"Limpieza y Mantenimiento\" subtitle=\"De Oficinas y Residencias\" link=\"/dacleanexpress/solicitar-servicio\" link_caption=\"SOLICITAR SERVICIO\" style=\"2\"][/trx_call_to_action][/trx_section][/vc_column][/vc_row][vc_row inverse=\"\" css=\".vc_custom_1469442093175{margin-top: -41px !important;}\" el_class=\"marginbottom\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"home-block-2\" animation=\"fadeInLeft\"][trx_column_item span=\"2\" css=\"height: 199px; width:67.5%;\"][trx_block bg_image=\"219\" bg_tile=\"\" height=\"199px\"][/trx_block][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row][vc_column][trx_services style=\"services-2\" cat=\"22\" columns=\"3\" count=\"5\" readmore=\"none\" height=\"home-block-3\" top=\"null\" animation=\"fadeIn\" css=\"margin-bottom: 7em;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" parallax=\"content-moving\" parallax_image=\"513\" parallax_speed_bg=\"1.1\"][vc_column][trx_content css=\"margin-top: 8em; margin-bottom: 8.6em;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\"]We connect you to reliable[/trx_title][trx_title type=\"6\" align=\"center\" color=\"#ffffff\" css=\"line-height: 1.95em; margin-top: -0.2em;\"]Professional service technicians tailored to each job, offering incredible<br />\r\nvalue at pre-negotiated rates for on-demand support[/trx_title][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons1\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"444\" css=\"max-width: 90%; float: right;\"][/trx_column_item][trx_column_item span=\"2\" animation=\"fadeInRight\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Sé parte de nuestro equipo[/trx_title][trx_button size=\"large\" link=\"/services-page/\" top=\"small\" bottom=\"small\"]Más información[/trx_button][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576161709493{background-color: #ffffff !important;}\"][vc_column][trx_section title=\"PRICING\" subtitle=\"We have three plans to choose from.<br />\r\nLook them over and let us know which one best fits your needs.\" css=\"margin-top: 6.4em; margin-bottom: 9.5em;\"][trx_columns count=\"3\" equalheight=\"yes\" margins=\"\" top=\"medium\" bottom=\"medium\"][trx_column_item][trx_price_block style=\"1\" title=\"Deluxe\" link=\"/services-page/\" link_text=\"Learn more\" money=\"30\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service every week</strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will make one trip per week to the pool to perform the following service: vacuum, test water for correct balance,add chemicals.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"2\" title=\"Standard\" link=\"/services-page/\" link_text=\"Learn more\" money=\"27\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service alternating with a chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>Our professional team provide chemical service with vacuuming, skimming, brushing, emptying baskets and perform visual check of your pool equipment.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"3\" title=\"Vacation\" link=\"/services-page/\" link_text=\"Learn more\" money=\"25\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">One full service every four weeks with three chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will perform the following service: vacuum, test water for correct balance, add chemicals and perform check of equipment.[/trx_price_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section css=\"margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\"margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576162034578{background-color: #ffffff !important;}\"][vc_column][trx_content css=\"margin-top: 6.5em; margin-bottom: 7em;\"][trx_title type=\"4\" style=\"underline\" align=\"center\" bottom=\"small\"]New Products[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/shop/\" width=\"100px\" top=\"small\"]Go to shop[/trx_button][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"540\" disable_element=\"yes\"][vc_column][trx_skills max_value=\"300\" type=\"counter\" layout=\"columns\" style=\"1\" columns=\"4\" css=\"margin-top: 11em ; margin-bottom: 11em ;\"][trx_skills_item title=\"Happy Clients\" value=\"157\" style=\"2\" icon=\"icon-icon_4\"][/trx_skills_item][trx_skills_item title=\"Years Of Experience\" value=\"14\" style=\"2\" icon=\"icon-icon_5\"][/trx_skills_item][trx_skills_item title=\"Experienced Staff\" value=\"65\" style=\"2\" icon=\"icon-icon_2\"][/trx_skills_item][trx_skills_item title=\"Professional Equipment\" value=\"265\" style=\"2\" icon=\"icon-icon_6\"][/trx_skills_item][/trx_skills][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons2\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"2\" animation=\"fadeInLeft\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Are you a pool technician wanting to grow your pool service business?[/trx_title][vc_column_text]Our organization is a full service pool maintenance company. We pride ourselves on providing first class service and excellent workmanship. We have the knowledge, and experience, to provide expert pool maintenance and repairs for pool owners. We are professional in every aspect of our business, from appearance and reliability, to the way we take care of your pool.[/vc_column_text][trx_button size=\"large\" link=\"/about/\" top=\"small\" bottom=\"small\"]Join now[/trx_button][/trx_column_item][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"445\" css=\"max-width: 90%; float: left;\"][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column][trx_blogger style=\"classic_3\" descr=\"200\" readmore=\"none\" title=\"recent posts\" link=\"/classic/\" link_caption=\"More posts\" cat=\"19\" count=\"3\" offset=\"0\" css=\"margin-bottom: 6.75em; margin-top: 6.25em;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576522810815{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}\"][vc_column][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"large\" bottom=\"large\"][/trx_clients][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}\"][vc_column][trx_form style=\"form_1\" return_page=\"none\" align=\"center\" title=\"FORMULARIO DE CONTACTO\" subtitle=\"Escríbanos a dacleanexp@gmail,com  Estaremos realizando su solicitud en  24 horas.\" css=\"margin: 6.5em 0 7em;\" width=\"50%\"][/trx_form][/vc_column][/vc_row]</p>\r\n', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-16 19:06:58', '2019-12-16 19:06:58', '', 42, 'http://dacleanexpress.com/2019/12/16/42-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(736, 1, '2019-12-16 19:03:36', '2019-12-16 19:03:36', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469013162755{margin-top: -51px !important;}\"][vc_column][trx_section bg_image=\"702\" bg_tile=\"\" class=\"home-block-1\" animation=\"slideInRight\" css=\"float: right; width: 73%; z-index: 1;\"][trx_call_to_action align=\"left\" accent=\"yes\" title=\"Limpieza y Mantenimiento\" subtitle=\"De Oficinas y Residencias\" link=\"/dacleanexpress/solicitar-servicio\" link_caption=\"SOLICITAR SERVICIO\" style=\"2\"][/trx_call_to_action][/trx_section][/vc_column][/vc_row][vc_row inverse=\"\" css=\".vc_custom_1469442093175{margin-top: -41px !important;}\" el_class=\"marginbottom\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"home-block-2\" animation=\"fadeInLeft\"][trx_column_item span=\"2\" css=\"height: 199px; width:67.5%;\"][trx_block bg_image=\"219\" bg_tile=\"\" height=\"199px\"][/trx_block][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row][vc_column][trx_services style=\"services-2\" cat=\"22\" columns=\"3\" count=\"5\" readmore=\"none\" height=\"home-block-3\" top=\"null\" animation=\"fadeIn\" css=\"margin-bottom: 7em;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" parallax=\"content-moving\" parallax_image=\"513\" parallax_speed_bg=\"1.1\"][vc_column][trx_content css=\"margin-top: 8em; margin-bottom: 8.6em;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\"]We connect you to reliable[/trx_title][trx_title type=\"6\" align=\"center\" color=\"#ffffff\" css=\"line-height: 1.95em; margin-top: -0.2em;\"]Professional service technicians tailored to each job, offering incredible<br />\r\nvalue at pre-negotiated rates for on-demand support[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/about/\" width=\"125px\"]more details[/trx_button][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons1\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"444\" css=\"max-width: 90%; float: right;\"][/trx_column_item][trx_column_item span=\"2\" animation=\"fadeInRight\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Sé parte de nuestro equipo[/trx_title][trx_button size=\"large\" link=\"/services-page/\" top=\"small\" bottom=\"small\"]Más información[/trx_button][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576161709493{background-color: #ffffff !important;}\"][vc_column][trx_section title=\"PRICING\" subtitle=\"We have three plans to choose from.<br />\r\nLook them over and let us know which one best fits your needs.\" css=\"margin-top: 6.4em; margin-bottom: 9.5em;\"][trx_columns count=\"3\" equalheight=\"yes\" margins=\"\" top=\"medium\" bottom=\"medium\"][trx_column_item][trx_price_block style=\"1\" title=\"Deluxe\" link=\"/services-page/\" link_text=\"Learn more\" money=\"30\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service every week</strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will make one trip per week to the pool to perform the following service: vacuum, test water for correct balance,add chemicals.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"2\" title=\"Standard\" link=\"/services-page/\" link_text=\"Learn more\" money=\"27\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service alternating with a chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>Our professional team provide chemical service with vacuuming, skimming, brushing, emptying baskets and perform visual check of your pool equipment.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"3\" title=\"Vacation\" link=\"/services-page/\" link_text=\"Learn more\" money=\"25\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">One full service every four weeks with three chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will perform the following service: vacuum, test water for correct balance, add chemicals and perform check of equipment.[/trx_price_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section css=\"margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\"margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576162034578{background-color: #ffffff !important;}\"][vc_column][trx_content css=\"margin-top: 6.5em; margin-bottom: 7em;\"][trx_title type=\"4\" style=\"underline\" align=\"center\" bottom=\"small\"]New Products[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/shop/\" width=\"100px\" top=\"small\"]Go to shop[/trx_button][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"540\" disable_element=\"yes\"][vc_column][trx_skills max_value=\"300\" type=\"counter\" layout=\"columns\" style=\"1\" columns=\"4\" css=\"margin-top: 11em ; margin-bottom: 11em ;\"][trx_skills_item title=\"Happy Clients\" value=\"157\" style=\"2\" icon=\"icon-icon_4\"][/trx_skills_item][trx_skills_item title=\"Years Of Experience\" value=\"14\" style=\"2\" icon=\"icon-icon_5\"][/trx_skills_item][trx_skills_item title=\"Experienced Staff\" value=\"65\" style=\"2\" icon=\"icon-icon_2\"][/trx_skills_item][trx_skills_item title=\"Professional Equipment\" value=\"265\" style=\"2\" icon=\"icon-icon_6\"][/trx_skills_item][/trx_skills][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons2\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"2\" animation=\"fadeInLeft\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Are you a pool technician wanting to grow your pool service business?[/trx_title][vc_column_text]Our organization is a full service pool maintenance company. We pride ourselves on providing first class service and excellent workmanship. We have the knowledge, and experience, to provide expert pool maintenance and repairs for pool owners. We are professional in every aspect of our business, from appearance and reliability, to the way we take care of your pool.[/vc_column_text][trx_button size=\"large\" link=\"/about/\" top=\"small\" bottom=\"small\"]Join now[/trx_button][/trx_column_item][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"445\" css=\"max-width: 90%; float: left;\"][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column][trx_blogger style=\"classic_3\" descr=\"200\" readmore=\"none\" title=\"recent posts\" link=\"/classic/\" link_caption=\"More posts\" cat=\"19\" count=\"3\" offset=\"0\" css=\"margin-bottom: 6.75em; margin-top: 6.25em;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576522810815{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}\"][vc_column][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"large\" bottom=\"large\"][/trx_clients][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}\"][vc_column][trx_form style=\"form_1\" return_page=\"none\" align=\"center\" title=\"contact us today\" subtitle=\"For more information or to request an estimate for service,contact our professional pool technicians.\" css=\"margin: 6.5em 0 7em;\" width=\"50%\"][/trx_form][/vc_column][/vc_row]</p>\r\n', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-16 19:03:36', '2019-12-16 19:03:36', '', 42, 'http://dacleanexpress.com/2019/12/16/42-revision-v1/', 0, 'revision', '', 0),
(688, 1, '2019-12-12 14:38:20', '2019-12-12 14:38:20', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469013162755{margin-top: -51px !important;}\"][vc_column][trx_section bg_image=\"227\" bg_tile=\"\" class=\"home-block-1\" animation=\"slideInRight\" css=\"float: right; width: 73%; z-index: 1;\"][trx_call_to_action align=\"left\" accent=\"yes\" title=\"Limpieza y Mantenimiento\" subtitle=\"De Oficinas y Residencias\" link=\"/book-now/\" link_caption=\"SOLICITAR SERVICIO\" style=\"2\"][/trx_call_to_action][/trx_section][/vc_column][/vc_row][vc_row inverse=\"\" css=\".vc_custom_1469442093175{margin-top: -41px !important;}\" el_class=\"marginbottom\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"home-block-2\" animation=\"fadeInLeft\"][trx_column_item span=\"2\" css=\"height: 199px; width:67.5%;\"][trx_block bg_image=\"219\" bg_tile=\"\" height=\"199px\"][/trx_block][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row][vc_column][trx_services style=\"services-2\" cat=\"22\" columns=\"3\" count=\"3\" readmore=\"none\" height=\"home-block-3\" top=\"null\" animation=\"fadeIn\" css=\"margin-bottom: 7em;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" parallax=\"content-moving\" parallax_image=\"513\" parallax_speed_bg=\"1.1\"][vc_column][trx_content css=\"margin-top: 8em; margin-bottom: 8.6em;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\"]We connect you to reliable[/trx_title][trx_title type=\"6\" align=\"center\" color=\"#ffffff\" css=\"line-height: 1.95em; margin-top: -0.2em;\"]Professional service technicians tailored to each job, offering incredible<br />\r\nvalue at pre-negotiated rates for on-demand support[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/about/\" width=\"125px\"]more details[/trx_button][/trx_content][/vc_column][/vc_row][vc_row css=\".vc_custom_1467633836778{background-color: #ffffff !important;}\"][vc_column][trx_services type=\"icons\" title=\"How It Works\" cat=\"21\" readmore=\"none\" css=\"margin-top: 6.5em ; margin-bottom: 7em;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][trx_services_item title=\"Service item 4\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons1\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"444\" css=\"max-width: 90%; float: right;\"][/trx_column_item][trx_column_item span=\"2\" animation=\"fadeInRight\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Pool maintenance services to commercial properties with pools[/trx_title][vc_column_text]Reliability and quality are two good reasons, but you also need a pool technician that is certified, can take on any needed repairs and renovations that may come up and knows the local “rules and regs”. Ensuring a clean environment is the goal of any pool professional, so why choose one over the other? Keep your pool clean, efficient and safe with routine pool maintenance service.[/vc_column_text][trx_button size=\"large\" link=\"/services-page/\" top=\"small\" bottom=\"small\"]Request service[/trx_button][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row css=\".vc_custom_1467633847845{background-color: #ffffff !important;}\"][vc_column][trx_section title=\"PRICING\" subtitle=\"We have three plans to choose from.<br />\r\nLook them over and let us know which one best fits your needs.\" css=\"margin-top: 6.4em; margin-bottom: 9.5em;\"][trx_columns count=\"3\" equalheight=\"yes\" margins=\"\" top=\"medium\" bottom=\"medium\"][trx_column_item][trx_price_block style=\"1\" title=\"Deluxe\" link=\"/services-page/\" link_text=\"Learn more\" money=\"30\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service every week</strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will make one trip per week to the pool to perform the following service: vacuum, test water for correct balance,add chemicals.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"2\" title=\"Standard\" link=\"/services-page/\" link_text=\"Learn more\" money=\"27\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service alternating with a chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>Our professional team provide chemical service with vacuuming, skimming, brushing, emptying baskets and perform visual check of your pool equipment.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"3\" title=\"Vacation\" link=\"/services-page/\" link_text=\"Learn more\" money=\"25\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">One full service every four weeks with three chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will perform the following service: vacuum, test water for correct balance, add chemicals and perform check of equipment.[/trx_price_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1469019582720{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section css=\"margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\"margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row][vc_row css=\".vc_custom_1467633867939{background-color: #ffffff !important;}\"][vc_column][trx_content css=\"margin-top: 6.5em; margin-bottom: 7em;\"][trx_title type=\"4\" style=\"underline\" align=\"center\" bottom=\"small\"]New Products[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/shop/\" width=\"100px\" top=\"small\"]Go to shop[/trx_button][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"540\"][vc_column][trx_skills max_value=\"300\" type=\"counter\" layout=\"columns\" style=\"1\" columns=\"4\" css=\"margin-top: 11em ; margin-bottom: 11em ;\"][trx_skills_item title=\"Happy Clients\" value=\"157\" style=\"2\" icon=\"icon-icon_4\"][/trx_skills_item][trx_skills_item title=\"Years Of Experience\" value=\"14\" style=\"2\" icon=\"icon-icon_5\"][/trx_skills_item][trx_skills_item title=\"Experienced Staff\" value=\"65\" style=\"2\" icon=\"icon-icon_2\"][/trx_skills_item][trx_skills_item title=\"Professional Equipment\" value=\"265\" style=\"2\" icon=\"icon-icon_6\"][/trx_skills_item][/trx_skills][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1469020819107{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons2\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"2\" animation=\"fadeInLeft\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Are you a pool technician wanting to grow your pool service business?[/trx_title][vc_column_text]Our organization is a full service pool maintenance company. We pride ourselves on providing first class service and excellent workmanship. We have the knowledge, and experience, to provide expert pool maintenance and repairs for pool owners. We are professional in every aspect of our business, from appearance and reliability, to the way we take care of your pool.[/vc_column_text][trx_button size=\"large\" link=\"/about/\" top=\"small\" bottom=\"small\"]Join now[/trx_button][/trx_column_item][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"445\" css=\"max-width: 90%; float: left;\"][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row][vc_column][trx_blogger style=\"classic_3\" descr=\"200\" readmore=\"none\" title=\"recent posts\" link=\"/classic/\" link_caption=\"More posts\" cat=\"19\" count=\"3\" offset=\"0\" css=\"margin-bottom: 6.75em; margin-top: 6.25em;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467380435876{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}\"][vc_column][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"large\" bottom=\"large\"][/trx_clients][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}\"][vc_column][trx_form style=\"form_1\" return_page=\"none\" align=\"center\" title=\"contact us today\" subtitle=\"For more information or to request an estimate for service,contact our professional pool technicians.\" css=\"margin: 6.5em 0 7em;\" width=\"50%\"][/trx_form][/vc_column][/vc_row]</p>\r\n', 'Homepage 1', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-12 14:38:20', '2019-12-12 14:38:20', '', 42, 'http://dacleanexpress.com/2019/12/12/42-revision-v1/', 0, 'revision', '', 0),
(44, 1, '2016-06-28 14:09:25', '2016-06-28 14:09:25', ' ', '', '', 'publish', 'closed', 'closed', '', '44', '', '', '2017-09-06 11:08:14', '2017-09-06 11:08:14', '', 0, 'http://dacleanexpress.com/?p=44', 2, 'nav_menu_item', '', 0),
(45, 1, '2016-06-28 14:09:25', '2016-06-28 14:09:25', ' ', '', '', 'publish', 'closed', 'closed', '', '45', '', '', '2017-09-06 11:08:14', '2017-09-06 11:08:14', '', 0, 'http://dacleanexpress.com/?p=45', 15, 'nav_menu_item', '', 0),
(47, 1, '2016-06-28 14:09:26', '2016-06-28 14:09:26', ' ', '', '', 'publish', 'closed', 'closed', '', '47', '', '', '2017-09-06 11:08:14', '2017-09-06 11:08:14', '', 0, 'http://dacleanexpress.com/?p=47', 30, 'nav_menu_item', '', 0),
(48, 1, '2016-06-28 14:09:26', '2016-06-28 14:09:26', '', 'About', '', 'publish', 'closed', 'closed', '', '48', '', '', '2017-09-06 11:08:14', '2017-09-06 11:08:14', '', 0, 'http://dacleanexpress.com/?p=48', 29, 'nav_menu_item', '', 0),
(49, 1, '2016-06-28 14:09:26', '2016-06-28 14:09:26', '', 'Blog', '', 'publish', 'closed', 'closed', '', 'blog', '', '', '2017-09-06 11:08:14', '2017-09-06 11:08:14', '', 0, 'http://dacleanexpress.com/?p=49', 17, 'nav_menu_item', '', 0),
(50, 1, '2016-06-28 14:09:26', '2016-06-28 14:09:26', '', 'Features', '', 'publish', 'closed', 'closed', '', 'features', '', '', '2017-09-06 11:08:14', '2017-09-06 11:08:14', '', 0, 'http://dacleanexpress.com/?p=50', 5, 'nav_menu_item', '', 0),
(63, 1, '2016-06-29 08:11:43', '2016-06-29 08:11:43', '[vc_row css=\".vc_custom_1578088458371{padding-top: 100px !important;}\"][vc_column css=\".vc_custom_1578061794443{padding-bottom: 100px !important;}\"][vc_column_text][foogallery id=\"1076\"][/vc_column_text][/vc_column][/vc_row]', 'Galería', '', 'publish', 'closed', 'closed', '', 'galeria', '', '', '2020-01-10 08:29:04', '2020-01-10 13:29:04', '', 0, 'http://dacleanexpress.com/?page_id=63', 0, 'page', '', 0),
(882, 1, '2020-01-02 17:37:10', '2020-01-02 17:37:10', '[vc_row][vc_column][/vc_column][/vc_row]', 'Galería', '', 'inherit', 'closed', 'closed', '', '63-revision-v1', '', '', '2020-01-02 17:37:10', '2020-01-02 17:37:10', '', 63, 'http://dacleanexpress.com/63-revision-v1/', 0, 'revision', '', 0),
(65, 1, '2016-06-29 08:14:29', '2016-06-29 08:14:29', ' ', '', '', 'publish', 'closed', 'closed', '', '65', '', '', '2017-09-06 11:08:14', '2017-09-06 11:08:14', '', 0, 'http://dacleanexpress.com/?p=65', 24, 'nav_menu_item', '', 0),
(70, 1, '2016-06-29 08:14:28', '2016-06-29 08:14:28', '', 'Masonry', '', 'publish', 'closed', 'closed', '', 'masonry', '', '', '2017-09-06 11:08:14', '2017-09-06 11:08:14', '', 0, 'http://dacleanexpress.com/?p=70', 19, 'nav_menu_item', '', 0),
(71, 1, '2016-06-29 08:14:29', '2016-06-29 08:14:29', '', 'Portfolio', '', 'publish', 'closed', 'closed', '', 'portfolio', '', '', '2017-09-06 11:08:14', '2017-09-06 11:08:14', '', 0, 'http://dacleanexpress.com/?p=71', 22, 'nav_menu_item', '', 0),
(1105, 1, '2020-01-20 08:13:03', '2020-01-20 13:13:03', '', 'servicios_1', '', 'inherit', 'open', 'closed', '', 'servicios_1', '', '', '2020-01-20 08:13:03', '2020-01-20 13:13:03', '', 726, 'http://dacleanexpress.com/wp-content/uploads/2019/12/servicios_1.jpg', 0, 'attachment', 'image/jpeg', 0),
(127, 1, '2016-06-29 12:16:52', '2016-06-29 12:16:52', '', 'Gallery', '', 'publish', 'closed', 'closed', '', 'repairs', '', '', '2017-09-06 11:08:14', '2017-09-06 11:08:14', '', 0, 'http://dacleanexpress.com/?p=127', 25, 'nav_menu_item', '', 0),
(1107, 1, '2020-02-10 11:08:50', '2020-02-10 16:08:50', '[vc_row css=\".vc_custom_1576680491313{padding-top: 150px !important;padding-bottom: 150px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"739\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Dalys Durango\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]<strong>Emprendedora, Empresaria y Docente:</strong> La caracteriza el apego a sus valores, principios y convicciones y uno de ellos es La justicia social. Piensa que el planeta es para todos y que todos deben  tener las mismas condiciones y el negocio de servicio de limpieza la llevo hacer otras cosas además de limpiar una oficina o una residencia, que es  Transformar e Impactar la vida de otras personas sus (clientes )y las más importantes  sus colaboradoras. Capacita a Mujeres vulnerables del país que no les ofrecen una plaza de empleo por no tener experiencia  u otros requisitos. Mediante un programa llamado CreciMujer, Crecimiento y Desarrollo Personal ellas dejan de ser discriminadas y están dentro de la Economia formal del País.\r\n<h5>Historia del inicio de Daclean Express</h5>\r\nAún recuerda cuando llego a su casa y conversa con sus padres y les decía que tenía una nueva idea de tantas que había tenido su cabeza pero todas eran de un negocio, emprendedora al fin! Les dice a sus padres que iba a iniciar un negocio de limpieza de aptos solo que tenía en su cartera 200.00 balboas y su madre le dice hija yo tengo 200.00 y su padre como siempre sin querer dejar de apoyarla le dice yo tengo 100.00 los toma se va a doit center  a comprar unos cuantos implementos, le salió su primer cliente después de haber tocado la puerta de varios edificios y haber convencido a varios guardias de seguridad  que la dejaran subir y lo demás es la historia que vive hoy dia la empresa de servicio y limpieza Daclean Express.\r\n<h4>Nos destacamos por:</h4>\r\n<ul>\r\n 	<li>\r\n<h6>Cortesía y Amabilidad: 100% le demostrara una actitud positiva.</h6>\r\n</li>\r\n 	<li>\r\n<h6>Honradez: Daclean express se hace responsable de cualquier eventualidad si la hubiese, ya que prevenimos los factores emocionales humanos.</h6>\r\n</li>\r\n 	<li>\r\n<h6>Especialidad: Realizamos las limpiezas con implementos y equipos ERGONÓMICOS para especialización del trabajo y comodidad del personal.</h6>\r\n</li>\r\n 	<li>\r\n<h6>Innovación: Utilizamos las ultimas técnicas de limpieza en el mercado como el VAPOR!</h6>\r\n</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Quienes Somos', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2020-02-10 11:08:50', '2020-02-10 16:08:50', '', 14, 'http://dacleanexpress.com/14-revision-v1/', 0, 'revision', '', 0),
(1108, 1, '2020-02-10 11:10:01', '2020-02-10 16:10:01', '[vc_row css=\".vc_custom_1576680491313{padding-top: 150px !important;padding-bottom: 150px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"739\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Dalys Durango\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]<strong>Emprendedora, Empresaria y Docente:</strong> La caracteriza el apego a sus valores, principios y convicciones y uno de ellos es La justicia social. Piensa que el planeta es para todos y que todos deben  tener las mismas condiciones y el negocio de servicio de limpieza la llevo hacer otras cosas además de limpiar una oficina o una residencia, que es  Transformar e Impactar la vida de otras personas sus (clientes )y las más importantes  sus colaboradoras. Capacita a Mujeres vulnerables del país que no les ofrecen una plaza de empleo por no tener experiencia  u otros requisitos. Mediante un programa llamado CreciMujer, Crecimiento y Desarrollo Personal ellas dejan de ser discriminadas y están dentro de la Economia formal del País.\r\n<h5>Historia del inicio de Daclean Express</h5>\r\nAún recuerda cuando llego a su casa y conversa con sus padres y les decía que tenía una nueva idea de tantas que había tenido su cabeza pero todas eran de un negocio, emprendedora al fin! Les dice a sus padres que iba a iniciar un negocio de limpieza de aptos solo que tenía en su cartera 200.00 balboas y su madre le dice hija yo tengo 200.00 y su padre como siempre sin querer dejar de apoyarla le dice yo tengo 100.00 los toma se va a doit center  a comprar unos cuantos implementos, le salió su primer cliente después de haber tocado la puerta de varios edificios y haber convencido a varios guardias de seguridad  que la dejaran subir y lo demás es la historia que vive hoy dia la empresa de servicio y limpieza Daclean Express.\r\n<h4>Nos destacamos por:</h4>\r\n<ul>\r\n 	<li>\r\n<h6><b>Cortesía y Amabilidad:</b> 100% le demostrara una actitud positiva.</h6>\r\n</li>\r\n 	<li>\r\n<h6><b>Honradez:</b> Daclean express se hace responsable de cualquier eventualidad si la hubiese, ya que prevenimos los factores emocionales humanos.</h6>\r\n</li>\r\n 	<li>\r\n<h6><b>Especialidad:</b> Realizamos las limpiezas con implementos y equipos ERGONÓMICOS para especialización del trabajo y comodidad del personal.</h6>\r\n</li>\r\n 	<li>\r\n<h6><b>Innovación:</b> Utilizamos las ultimas técnicas de limpieza en el mercado como el VAPOR!</h6>\r\n</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Quienes Somos', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2020-02-10 11:10:01', '2020-02-10 16:10:01', '', 14, 'http://dacleanexpress.com/14-revision-v1/', 0, 'revision', '', 0),
(1109, 1, '2020-02-10 11:11:33', '2020-02-10 16:11:33', '', '3', '', 'inherit', 'open', 'closed', '', '3', '', '', '2020-02-10 11:11:51', '2020-02-10 16:11:51', '', 727, 'http://dacleanexpress.com/wp-content/uploads/2019/12/3.jpg', 0, 'attachment', 'image/jpeg', 0),
(1110, 1, '2020-02-10 11:12:48', '2020-02-10 16:12:48', '', '6', '', 'inherit', 'open', 'closed', '', '6', '', '', '2020-02-10 11:12:59', '2020-02-10 16:12:59', '', 727, 'http://dacleanexpress.com/wp-content/uploads/2019/12/6.jpg', 0, 'attachment', 'image/jpeg', 0),
(1111, 1, '2020-02-10 11:14:33', '2020-02-10 16:14:33', '', '2', '', 'inherit', 'open', 'closed', '', '2', '', '', '2020-02-10 11:15:08', '2020-02-10 16:15:08', '', 723, 'http://dacleanexpress.com/wp-content/uploads/2019/12/2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1112, 1, '2020-02-10 11:16:17', '2020-02-10 16:16:17', '', '4', '', 'inherit', 'open', 'closed', '', '4', '', '', '2020-02-10 11:16:17', '2020-02-10 16:16:17', '', 725, 'http://dacleanexpress.com/wp-content/uploads/2019/12/4.jpg', 0, 'attachment', 'image/jpeg', 0),
(1113, 1, '2020-02-10 11:17:22', '2020-02-10 16:17:22', '', '5', '', 'inherit', 'open', 'closed', '', '5', '', '', '2020-02-10 11:18:06', '2020-02-10 16:18:06', '', 724, 'http://dacleanexpress.com/wp-content/uploads/2019/12/5.jpg', 0, 'attachment', 'image/jpeg', 0),
(1119, 1, '2020-02-26 14:49:58', '2020-02-26 19:49:58', '', 'Dalys', '', 'inherit', 'open', 'closed', '', 'fotodalyscanalemp-1', '', '', '2020-02-26 14:50:17', '2020-02-26 19:50:17', '', 14, 'http://dacleanexpress.com/wp-content/uploads/2020/02/FotoDalysCanalemp-1.png', 0, 'attachment', 'image/png', 0),
(167, 1, '2016-06-30 09:36:46', '2016-06-30 09:36:46', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum.', '3-Brush Blue Pool Vacuum Head', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum.', 'publish', 'open', 'closed', '', '3-brush-blue-pool-vacuum-head', '', '', '2016-07-21 09:02:30', '2016-07-21 09:02:30', '', 0, 'http://dacleanexpress.com/?post_type=product&#038;p=167', 0, 'product', '', 0),
(170, 1, '2016-06-30 11:48:02', '2016-06-30 11:48:02', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum.', 'Aluminum Pool Leaf Skimmer', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum.', 'publish', 'open', 'closed', '', 'aluminum-pool-leaf-skimmer', '', '', '2016-06-30 13:34:32', '2016-06-30 13:34:32', '', 0, 'http://dacleanexpress.com/?post_type=product&#038;p=170', 0, 'product', '', 0),
(172, 1, '2016-06-30 11:55:02', '2016-06-30 11:55:02', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum.', 'Big Heavy-Duty Backwash Hose', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum.', 'publish', 'open', 'closed', '', 'big-heavy-duty-backwash-hose', '', '', '2016-06-30 13:33:40', '2016-06-30 13:33:40', '', 0, 'http://dacleanexpress.com/?post_type=product&#038;p=172', 0, 'product', '', 0),
(174, 1, '2016-06-30 12:07:05', '2016-06-30 12:07:05', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum.', 'Universal Blue In-Ground Hose', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum.', 'publish', 'open', 'closed', '', 'universal-blue-in-ground-hose', '', '', '2016-07-21 08:59:44', '2016-07-21 08:59:44', '', 0, 'http://dacleanexpress.com/?post_type=product&#038;p=174', 0, 'product', '', 0),
(176, 1, '2016-06-30 12:12:42', '2016-06-30 12:12:42', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum.', 'D2E Above Ground Pool Cleaner', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum.', 'publish', 'open', 'closed', '', 'd2e-automatic-above-ground-pool-cleaner', '', '', '2016-06-30 13:32:52', '2016-06-30 13:32:52', '', 0, 'http://dacleanexpress.com/?post_type=product&#038;p=176', 0, 'product', '', 0),
(178, 1, '2016-06-30 12:15:07', '2016-06-30 12:15:07', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum.', 'Navigator Suction Pool Cleaner', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum.', 'publish', 'open', 'closed', '', 'navigator-suction-pool-cleaner', '', '', '2016-06-30 13:32:40', '2016-06-30 13:32:40', '', 0, 'http://dacleanexpress.com/?post_type=product&#038;p=178', 0, 'product', '', 0),
(180, 1, '2016-06-30 12:19:57', '2016-06-30 12:19:57', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum.', 'Pressure Pool Cleaner New Style', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum.', 'publish', 'open', 'closed', '', 'pressure-pool-cleaner-new-style', '', '', '2016-06-30 13:32:16', '2016-06-30 13:32:16', '', 0, 'http://dacleanexpress.com/?post_type=product&#038;p=180', 0, 'product', '', 0),
(182, 1, '2016-06-30 12:25:03', '2016-06-30 12:25:03', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum.', 'Smart 4-Wheel Suction Cleaner', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum.', 'publish', 'open', 'closed', '', 'smart-4-wheel-suction-cleaner', '', '', '2016-06-30 13:31:52', '2016-06-30 13:31:52', '', 0, 'http://dacleanexpress.com/?post_type=product&#038;p=182', 0, 'product', '', 0),
(184, 1, '2016-06-30 12:27:23', '2016-06-30 12:27:23', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum.', 'Suction Pool Cleaner First Generation', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum.', 'publish', 'open', 'closed', '', 'suction-pool-cleaner-first-generation', '', '', '2016-07-21 09:05:58', '2016-07-21 09:05:58', '', 0, 'http://dacleanexpress.com/?post_type=product&#038;p=184', 0, 'product', '', 0),
(186, 1, '2016-06-30 12:28:25', '2016-06-30 12:28:25', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum.', 'Turbo In-ground Pool Cleane RX73', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum.', 'publish', 'open', 'closed', '', 'turbo-in-ground-pool-cleane-rx73', '', '', '2016-07-21 09:06:32', '2016-07-21 09:06:32', '', 0, 'http://dacleanexpress.com/?post_type=product&#038;p=186', 0, 'product', '', 0),
(208, 1, '2016-07-01 10:31:33', '2016-07-01 10:31:33', '', 'background-4', '', 'inherit', 'open', 'closed', '', 'background-4', '', '', '2016-07-01 10:31:33', '2016-07-01 10:31:33', '', 14, 'http://dacleanexpress.com/wp-content/uploads/2016/06/background-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(232, 1, '2016-07-01 13:55:40', '2016-07-01 13:55:40', '', 'Elements', '', 'publish', 'closed', 'closed', '', 'elements', '', '', '2017-09-06 11:08:14', '2017-09-06 11:08:14', '', 0, 'http://dacleanexpress.com/?p=232', 7, 'nav_menu_item', '', 0),
(236, 1, '2016-07-04 08:14:51', '2016-07-04 08:14:51', '', 'Specialty Services', '', 'publish', 'closed', 'closed', '', 'specialty-services', '', '', '2016-07-04 08:14:51', '2016-07-04 08:14:51', '', 0, 'http://dacleanexpress.com/?p=236', 1, 'nav_menu_item', '', 0),
(237, 1, '2016-07-04 08:14:51', '2016-07-04 08:14:51', '', 'Pool Maintenance', '', 'publish', 'closed', 'closed', '', 'pool-maintenance', '', '', '2016-07-04 08:14:51', '2016-07-04 08:14:51', '', 0, 'http://dacleanexpress.com/?p=237', 3, 'nav_menu_item', '', 0),
(238, 1, '2016-07-04 08:14:51', '2016-07-04 08:14:51', '', 'Pool Repair', '', 'publish', 'closed', 'closed', '', 'pool-repair', '', '', '2016-07-04 08:14:51', '2016-07-04 08:14:51', '', 0, 'http://dacleanexpress.com/?p=238', 2, 'nav_menu_item', '', 0),
(268, 1, '2016-07-04 09:42:13', '2016-07-04 09:42:13', '', 'Pages', '', 'publish', 'closed', 'closed', '', 'pages', '', '', '2017-09-06 11:08:14', '2017-09-06 11:08:14', '', 0, 'http://dacleanexpress.com/?p=268', 12, 'nav_menu_item', '', 0),
(1120, 1, '2020-02-26 14:50:50', '2020-02-26 19:50:50', '<p>[vc_row css=\".vc_custom_1576680491313{padding-top: 150px !important;padding-bottom: 150px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1119\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Dalys Durango\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]<strong>Emprendedora, Empresaria y Docente:</strong> La caracteriza el apego a sus valores, principios y convicciones y uno de ellos es La justicia social. Piensa que el planeta es para todos y que todos deben  tener las mismas condiciones y el negocio de servicio de limpieza la llevo hacer otras cosas además de limpiar una oficina o una residencia, que es  Transformar e Impactar la vida de otras personas sus (clientes )y las más importantes  sus colaboradoras. Capacita a Mujeres vulnerables del país que no les ofrecen una plaza de empleo por no tener experiencia  u otros requisitos. Mediante un programa llamado CreciMujer, Crecimiento y Desarrollo Personal ellas dejan de ser discriminadas y están dentro de la Economia formal del País.</p>\r\n<h5>Historia del inicio de Daclean Express</h5>\r\n<p>Aún recuerda cuando llego a su casa y conversa con sus padres y les decía que tenía una nueva idea de tantas que había tenido su cabeza pero todas eran de un negocio, emprendedora al fin! Les dice a sus padres que iba a iniciar un negocio de limpieza de aptos solo que tenía en su cartera 200.00 balboas y su madre le dice hija yo tengo 200.00 y su padre como siempre sin querer dejar de apoyarla le dice yo tengo 100.00 los toma se va a doit center  a comprar unos cuantos implementos, le salió su primer cliente después de haber tocado la puerta de varios edificios y haber convencido a varios guardias de seguridad  que la dejaran subir y lo demás es la historia que vive hoy dia la empresa de servicio y limpieza Daclean Express.</p>\r\n<h4>Nos destacamos por:</h4>\r\n<ul>\r\n<li>\r\n<h6><b>Cortesía y Amabilidad:</b> 100% le demostrara una actitud positiva.</h6>\r\n</li>\r\n<li>\r\n<h6><b>Honradez:</b> Daclean express se hace responsable de cualquier eventualidad si la hubiese, ya que prevenimos los factores emocionales humanos.</h6>\r\n</li>\r\n<li>\r\n<h6><b>Especialidad:</b> Realizamos las limpiezas con implementos y equipos ERGONÓMICOS para especialización del trabajo y comodidad del personal.</h6>\r\n</li>\r\n<li>\r\n<h6><b>Innovación:</b> Utilizamos las ultimas técnicas de limpieza en el mercado como el VAPOR!</h6>\r\n</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n', 'Quienes Somos', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2020-02-26 14:50:50', '2020-02-26 19:50:50', '', 14, 'http://dacleanexpress.com/14-revision-v1/', 0, 'revision', '', 0),
(282, 1, '2016-07-04 12:07:52', '2016-07-04 12:07:52', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2017-09-06 11:08:14', '2017-09-06 11:08:14', '', 0, 'http://dacleanexpress.com/?p=282', 1, 'nav_menu_item', '', 0),
(888, 1, '2020-01-03 14:18:26', '2020-01-03 14:18:26', '', 'Colaboradoras', '', 'inherit', 'open', 'closed', '', 'colaboradoras_header', '', '', '2020-01-03 14:18:41', '2020-01-03 14:18:41', '', 0, 'http://dacleanexpress.com/wp-content/uploads/2020/01/colaboradoras_header.jpg', 0, 'attachment', 'image/jpeg', 0),
(890, 1, '2020-01-03 14:27:05', '2020-01-03 14:27:05', '', 'galeria_1', '', 'inherit', 'open', 'closed', '', 'galeria_1', '', '', '2020-01-03 14:27:05', '2020-01-03 14:27:05', '', 63, 'http://dacleanexpress.com/wp-content/uploads/2020/01/galeria_1.jpg', 0, 'attachment', 'image/jpeg', 0),
(553, 1, '2016-07-21 08:15:21', '2016-07-21 08:15:21', '[booked-calendar]', 'Solicitar Servicio', '', 'publish', 'closed', 'closed', '', 'solicitar-servicio', '', '', '2019-12-16 15:27:47', '2019-12-16 15:27:47', '', 0, 'http://dacleanexpress.com/?page_id=553', 0, 'page', '', 0),
(613, 1, '2017-10-20 10:40:17', '2017-10-20 10:40:17', '', 'Order &ndash; October 20, 2017 @ 10:40 AM', '', 'wc-cancelled', 'open', 'closed', 'order_59e9d284c6547', 'order-oct-20-2017-1040-am', '', '', '2017-10-20 10:40:17', '2017-10-20 10:40:17', '', 0, 'http://dacleanexpress.com/?post_type=shop_order&#038;p=613', 0, 'shop_order', '', 0),
(891, 1, '2020-01-03 14:27:09', '2020-01-03 14:27:09', '', 'galeria_2', '', 'inherit', 'open', 'closed', '', 'galeria_2', '', '', '2020-01-03 14:27:09', '2020-01-03 14:27:09', '', 63, 'http://dacleanexpress.com/wp-content/uploads/2020/01/galeria_2.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1118, 1, '2020-02-26 12:05:06', '2020-02-26 17:05:06', '<p>[vc_row css=\".vc_custom_1576680491313{padding-top: 150px !important;padding-bottom: 150px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1117\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Dalys Durango\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]<strong>Emprendedora, Empresaria y Docente:</strong> La caracteriza el apego a sus valores, principios y convicciones y uno de ellos es La justicia social. Piensa que el planeta es para todos y que todos deben  tener las mismas condiciones y el negocio de servicio de limpieza la llevo hacer otras cosas además de limpiar una oficina o una residencia, que es  Transformar e Impactar la vida de otras personas sus (clientes )y las más importantes  sus colaboradoras. Capacita a Mujeres vulnerables del país que no les ofrecen una plaza de empleo por no tener experiencia  u otros requisitos. Mediante un programa llamado CreciMujer, Crecimiento y Desarrollo Personal ellas dejan de ser discriminadas y están dentro de la Economia formal del País.</p>\r\n<h5>Historia del inicio de Daclean Express</h5>\r\n<p>Aún recuerda cuando llego a su casa y conversa con sus padres y les decía que tenía una nueva idea de tantas que había tenido su cabeza pero todas eran de un negocio, emprendedora al fin! Les dice a sus padres que iba a iniciar un negocio de limpieza de aptos solo que tenía en su cartera 200.00 balboas y su madre le dice hija yo tengo 200.00 y su padre como siempre sin querer dejar de apoyarla le dice yo tengo 100.00 los toma se va a doit center  a comprar unos cuantos implementos, le salió su primer cliente después de haber tocado la puerta de varios edificios y haber convencido a varios guardias de seguridad  que la dejaran subir y lo demás es la historia que vive hoy dia la empresa de servicio y limpieza Daclean Express.</p>\r\n<h4>Nos destacamos por:</h4>\r\n<ul>\r\n<li>\r\n<h6><b>Cortesía y Amabilidad:</b> 100% le demostrara una actitud positiva.</h6>\r\n</li>\r\n<li>\r\n<h6><b>Honradez:</b> Daclean express se hace responsable de cualquier eventualidad si la hubiese, ya que prevenimos los factores emocionales humanos.</h6>\r\n</li>\r\n<li>\r\n<h6><b>Especialidad:</b> Realizamos las limpiezas con implementos y equipos ERGONÓMICOS para especialización del trabajo y comodidad del personal.</h6>\r\n</li>\r\n<li>\r\n<h6><b>Innovación:</b> Utilizamos las ultimas técnicas de limpieza en el mercado como el VAPOR!</h6>\r\n</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n', 'Quienes Somos', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2020-02-26 12:05:06', '2020-02-26 17:05:06', '', 14, 'http://dacleanexpress.com/14-revision-v1/', 0, 'revision', '', 0),
(1116, 1, '2020-02-20 09:55:39', '2020-02-20 14:55:39', '<p>[vc_row css=\".vc_custom_1576680491313{padding-top: 150px !important;padding-bottom: 150px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1115\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Dalys Durango\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]<strong>Emprendedora, Empresaria y Docente:</strong> La caracteriza el apego a sus valores, principios y convicciones y uno de ellos es La justicia social. Piensa que el planeta es para todos y que todos deben  tener las mismas condiciones y el negocio de servicio de limpieza la llevo hacer otras cosas además de limpiar una oficina o una residencia, que es  Transformar e Impactar la vida de otras personas sus (clientes )y las más importantes  sus colaboradoras. Capacita a Mujeres vulnerables del país que no les ofrecen una plaza de empleo por no tener experiencia  u otros requisitos. Mediante un programa llamado CreciMujer, Crecimiento y Desarrollo Personal ellas dejan de ser discriminadas y están dentro de la Economia formal del País.</p>\r\n<h5>Historia del inicio de Daclean Express</h5>\r\n<p>Aún recuerda cuando llego a su casa y conversa con sus padres y les decía que tenía una nueva idea de tantas que había tenido su cabeza pero todas eran de un negocio, emprendedora al fin! Les dice a sus padres que iba a iniciar un negocio de limpieza de aptos solo que tenía en su cartera 200.00 balboas y su madre le dice hija yo tengo 200.00 y su padre como siempre sin querer dejar de apoyarla le dice yo tengo 100.00 los toma se va a doit center  a comprar unos cuantos implementos, le salió su primer cliente después de haber tocado la puerta de varios edificios y haber convencido a varios guardias de seguridad  que la dejaran subir y lo demás es la historia que vive hoy dia la empresa de servicio y limpieza Daclean Express.</p>\r\n<h4>Nos destacamos por:</h4>\r\n<ul>\r\n<li>\r\n<h6><b>Cortesía y Amabilidad:</b> 100% le demostrara una actitud positiva.</h6>\r\n</li>\r\n<li>\r\n<h6><b>Honradez:</b> Daclean express se hace responsable de cualquier eventualidad si la hubiese, ya que prevenimos los factores emocionales humanos.</h6>\r\n</li>\r\n<li>\r\n<h6><b>Especialidad:</b> Realizamos las limpiezas con implementos y equipos ERGONÓMICOS para especialización del trabajo y comodidad del personal.</h6>\r\n</li>\r\n<li>\r\n<h6><b>Innovación:</b> Utilizamos las ultimas técnicas de limpieza en el mercado como el VAPOR!</h6>\r\n</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n', 'Quienes Somos', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2020-02-20 09:55:39', '2020-02-20 14:55:39', '', 14, 'http://dacleanexpress.com/14-revision-v1/', 0, 'revision', '', 0),
(641, 0, '2019-12-12 11:36:47', '2019-12-12 11:36:47', '{\"update_callback\":\"wc_update_300_settings\"}', 'woocommerce_run_update_callback', '', 'pending', 'open', 'closed', '', '', '', '', '2019-12-12 11:36:47', '2019-12-12 11:36:47', '', 0, 'http://dacleanexpress.com/?post_type=scheduled-action&p=641', 0, 'scheduled-action', '', 0),
(642, 0, '2019-12-12 11:36:48', '2019-12-12 11:36:48', '{\"update_callback\":\"wc_update_300_product_visibility\"}', 'woocommerce_run_update_callback', '', 'pending', 'open', 'closed', '', '', '', '', '2019-12-12 11:36:48', '2019-12-12 11:36:48', '', 0, 'http://dacleanexpress.com/?post_type=scheduled-action&p=642', 0, 'scheduled-action', '', 0),
(640, 0, '2019-12-12 11:36:45', '2019-12-12 11:36:45', '{\"update_callback\":\"wc_update_300_grouped_products\"}', 'woocommerce_run_update_callback', '', 'publish', 'open', 'closed', '', 'scheduled-action-5df2264e0ac5a1.55573315-vC6TGTgpi6VXjyrDaCSKX58yf48QqH6S', '', '', '2019-12-12 11:36:46', '2019-12-12 11:36:46', '', 0, 'http://dacleanexpress.com/?post_type=scheduled-action&#038;p=640', 0, 'scheduled-action', '', 0),
(898, 1, '2020-01-03 14:27:38', '2020-01-03 14:27:38', '', 'galeria_9', '', 'inherit', 'open', 'closed', '', 'galeria_9', '', '', '2020-01-03 14:27:38', '2020-01-03 14:27:38', '', 63, 'http://dacleanexpress.com/wp-content/uploads/2020/01/galeria_9.jpg', 0, 'attachment', 'image/jpeg', 0),
(892, 1, '2020-01-03 14:27:13', '2020-01-03 14:27:13', '', 'galeria_3', '', 'inherit', 'open', 'closed', '', 'galeria_3', '', '', '2020-01-03 14:27:13', '2020-01-03 14:27:13', '', 63, 'http://dacleanexpress.com/wp-content/uploads/2020/01/galeria_3.jpg', 0, 'attachment', 'image/jpeg', 0),
(893, 1, '2020-01-03 14:27:17', '2020-01-03 14:27:17', '', 'galeria_4', '', 'inherit', 'open', 'closed', '', 'galeria_4', '', '', '2020-01-03 14:27:17', '2020-01-03 14:27:17', '', 63, 'http://dacleanexpress.com/wp-content/uploads/2020/01/galeria_4.jpg', 0, 'attachment', 'image/jpeg', 0),
(894, 1, '2020-01-03 14:27:22', '2020-01-03 14:27:22', '', 'galeria_5', '', 'inherit', 'open', 'closed', '', 'galeria_5', '', '', '2020-01-03 14:27:22', '2020-01-03 14:27:22', '', 63, 'http://dacleanexpress.com/wp-content/uploads/2020/01/galeria_5.jpg', 0, 'attachment', 'image/jpeg', 0),
(895, 1, '2020-01-03 14:27:26', '2020-01-03 14:27:26', '', 'galeria_6', '', 'inherit', 'open', 'closed', '', 'galeria_6', '', '', '2020-01-03 14:27:26', '2020-01-03 14:27:26', '', 63, 'http://dacleanexpress.com/wp-content/uploads/2020/01/galeria_6.jpg', 0, 'attachment', 'image/jpeg', 0),
(896, 1, '2020-01-03 14:27:30', '2020-01-03 14:27:30', '', 'galeria_7', '', 'inherit', 'open', 'closed', '', 'galeria_7', '', '', '2020-01-03 14:27:30', '2020-01-03 14:27:30', '', 63, 'http://dacleanexpress.com/wp-content/uploads/2020/01/galeria_7.jpg', 0, 'attachment', 'image/jpeg', 0),
(897, 1, '2020-01-03 14:27:34', '2020-01-03 14:27:34', '', 'galeria_8', '', 'inherit', 'open', 'closed', '', 'galeria_8', '', '', '2020-01-03 14:27:34', '2020-01-03 14:27:34', '', 63, 'http://dacleanexpress.com/wp-content/uploads/2020/01/galeria_8.jpg', 0, 'attachment', 'image/jpeg', 0),
(636, 1, '2019-12-07 20:58:05', '2019-12-07 20:58:05', '', 'INICIO', '', 'publish', 'closed', 'closed', '', 'inicio', '', '', '2021-03-29 08:45:10', '2021-03-29 13:45:10', '', 0, 'http://dacleanexpress.com/?p=636', 1, 'nav_menu_item', '', 0),
(637, 1, '2019-12-07 20:58:05', '2019-12-07 20:58:05', '', 'QUIENES SOMOS', '', 'publish', 'closed', 'closed', '', 'quienes-somos', '', '', '2021-03-29 08:45:11', '2021-03-29 13:45:11', '', 0, 'http://dacleanexpress.com/?p=637', 2, 'nav_menu_item', '', 0),
(638, 1, '2019-12-07 20:58:05', '2019-12-07 20:58:05', '', 'SERVICIOS', '', 'publish', 'closed', 'closed', '', 'servicios', '', '', '2021-03-29 08:45:11', '2021-03-29 13:45:11', '', 0, 'http://dacleanexpress.com/?p=638', 3, 'nav_menu_item', '', 0),
(639, 1, '2019-12-07 20:58:05', '2019-12-07 20:58:05', '', 'CONTACTO', '', 'publish', 'closed', 'closed', '', 'contacto', '', '', '2021-03-29 08:45:11', '2021-03-29 13:45:11', '', 0, 'http://dacleanexpress.com/?p=639', 6, 'nav_menu_item', '', 0),
(643, 0, '2019-12-12 11:36:49', '2019-12-12 11:36:49', '{\"update_callback\":\"wc_update_300_db_version\"}', 'woocommerce_run_update_callback', '', 'pending', 'open', 'closed', '', '', '', '', '2019-12-12 11:36:49', '2019-12-12 11:36:49', '', 0, 'http://dacleanexpress.com/?post_type=scheduled-action&p=643', 0, 'scheduled-action', '', 0),
(644, 0, '2019-12-12 11:36:50', '2019-12-12 11:36:50', '{\"update_callback\":\"wc_update_310_downloadable_products\"}', 'woocommerce_run_update_callback', '', 'pending', 'open', 'closed', '', '', '', '', '2019-12-12 11:36:50', '2019-12-12 11:36:50', '', 0, 'http://dacleanexpress.com/?post_type=scheduled-action&p=644', 0, 'scheduled-action', '', 0),
(645, 0, '2019-12-12 11:36:51', '2019-12-12 11:36:51', '{\"update_callback\":\"wc_update_310_old_comments\"}', 'woocommerce_run_update_callback', '', 'pending', 'open', 'closed', '', '', '', '', '2019-12-12 11:36:51', '2019-12-12 11:36:51', '', 0, 'http://dacleanexpress.com/?post_type=scheduled-action&p=645', 0, 'scheduled-action', '', 0),
(646, 0, '2019-12-12 11:36:52', '2019-12-12 11:36:52', '{\"update_callback\":\"wc_update_310_db_version\"}', 'woocommerce_run_update_callback', '', 'pending', 'open', 'closed', '', '', '', '', '2019-12-12 11:36:52', '2019-12-12 11:36:52', '', 0, 'http://dacleanexpress.com/?post_type=scheduled-action&p=646', 0, 'scheduled-action', '', 0),
(647, 0, '2019-12-12 11:36:53', '2019-12-12 11:36:53', '{\"update_callback\":\"wc_update_312_shop_manager_capabilities\"}', 'woocommerce_run_update_callback', '', 'pending', 'open', 'closed', '', '', '', '', '2019-12-12 11:36:53', '2019-12-12 11:36:53', '', 0, 'http://dacleanexpress.com/?post_type=scheduled-action&p=647', 0, 'scheduled-action', '', 0),
(648, 0, '2019-12-12 11:36:54', '2019-12-12 11:36:54', '{\"update_callback\":\"wc_update_312_db_version\"}', 'woocommerce_run_update_callback', '', 'pending', 'open', 'closed', '', '', '', '', '2019-12-12 11:36:54', '2019-12-12 11:36:54', '', 0, 'http://dacleanexpress.com/?post_type=scheduled-action&p=648', 0, 'scheduled-action', '', 0),
(649, 0, '2019-12-12 11:36:55', '2019-12-12 11:36:55', '{\"update_callback\":\"wc_update_320_mexican_states\"}', 'woocommerce_run_update_callback', '', 'pending', 'open', 'closed', '', '', '', '', '2019-12-12 11:36:55', '2019-12-12 11:36:55', '', 0, 'http://dacleanexpress.com/?post_type=scheduled-action&p=649', 0, 'scheduled-action', '', 0),
(650, 0, '2019-12-12 11:36:56', '2019-12-12 11:36:56', '{\"update_callback\":\"wc_update_320_db_version\"}', 'woocommerce_run_update_callback', '', 'pending', 'open', 'closed', '', '', '', '', '2019-12-12 11:36:56', '2019-12-12 11:36:56', '', 0, 'http://dacleanexpress.com/?post_type=scheduled-action&p=650', 0, 'scheduled-action', '', 0),
(651, 0, '2019-12-12 11:36:57', '2019-12-12 11:36:57', '{\"update_callback\":\"wc_update_330_image_options\"}', 'woocommerce_run_update_callback', '', 'pending', 'open', 'closed', '', '', '', '', '2019-12-12 11:36:57', '2019-12-12 11:36:57', '', 0, 'http://dacleanexpress.com/?post_type=scheduled-action&p=651', 0, 'scheduled-action', '', 0),
(652, 0, '2019-12-12 11:36:58', '2019-12-12 11:36:58', '{\"update_callback\":\"wc_update_330_webhooks\"}', 'woocommerce_run_update_callback', '', 'pending', 'open', 'closed', '', '', '', '', '2019-12-12 11:36:58', '2019-12-12 11:36:58', '', 0, 'http://dacleanexpress.com/?post_type=scheduled-action&p=652', 0, 'scheduled-action', '', 0),
(653, 0, '2019-12-12 11:36:59', '2019-12-12 11:36:59', '{\"update_callback\":\"wc_update_330_product_stock_status\"}', 'woocommerce_run_update_callback', '', 'pending', 'open', 'closed', '', '', '', '', '2019-12-12 11:36:59', '2019-12-12 11:36:59', '', 0, 'http://dacleanexpress.com/?post_type=scheduled-action&p=653', 0, 'scheduled-action', '', 0),
(654, 0, '2019-12-12 11:37:01', '2019-12-12 11:37:01', '{\"update_callback\":\"wc_update_330_set_default_product_cat\"}', 'woocommerce_run_update_callback', '', 'pending', 'open', 'closed', '', '', '', '', '2019-12-12 11:37:01', '2019-12-12 11:37:01', '', 0, 'http://dacleanexpress.com/?post_type=scheduled-action&p=654', 0, 'scheduled-action', '', 0),
(655, 0, '2019-12-12 11:37:02', '2019-12-12 11:37:02', '{\"update_callback\":\"wc_update_330_clear_transients\"}', 'woocommerce_run_update_callback', '', 'pending', 'open', 'closed', '', '', '', '', '2019-12-12 11:37:02', '2019-12-12 11:37:02', '', 0, 'http://dacleanexpress.com/?post_type=scheduled-action&p=655', 0, 'scheduled-action', '', 0),
(656, 0, '2019-12-12 11:37:03', '2019-12-12 11:37:03', '{\"update_callback\":\"wc_update_330_set_paypal_sandbox_credentials\"}', 'woocommerce_run_update_callback', '', 'pending', 'open', 'closed', '', '', '', '', '2019-12-12 11:37:03', '2019-12-12 11:37:03', '', 0, 'http://dacleanexpress.com/?post_type=scheduled-action&p=656', 0, 'scheduled-action', '', 0),
(657, 0, '2019-12-12 11:37:04', '2019-12-12 11:37:04', '{\"update_callback\":\"wc_update_330_db_version\"}', 'woocommerce_run_update_callback', '', 'pending', 'open', 'closed', '', '', '', '', '2019-12-12 11:37:04', '2019-12-12 11:37:04', '', 0, 'http://dacleanexpress.com/?post_type=scheduled-action&p=657', 0, 'scheduled-action', '', 0),
(658, 0, '2019-12-12 11:37:05', '2019-12-12 11:37:05', '{\"update_callback\":\"wc_update_340_states\"}', 'woocommerce_run_update_callback', '', 'pending', 'open', 'closed', '', '', '', '', '2019-12-12 11:37:05', '2019-12-12 11:37:05', '', 0, 'http://dacleanexpress.com/?post_type=scheduled-action&p=658', 0, 'scheduled-action', '', 0),
(659, 0, '2019-12-12 11:37:06', '2019-12-12 11:37:06', '{\"update_callback\":\"wc_update_340_state\"}', 'woocommerce_run_update_callback', '', 'pending', 'open', 'closed', '', '', '', '', '2019-12-12 11:37:06', '2019-12-12 11:37:06', '', 0, 'http://dacleanexpress.com/?post_type=scheduled-action&p=659', 0, 'scheduled-action', '', 0),
(660, 0, '2019-12-12 11:37:07', '2019-12-12 11:37:07', '{\"update_callback\":\"wc_update_340_last_active\"}', 'woocommerce_run_update_callback', '', 'pending', 'open', 'closed', '', '', '', '', '2019-12-12 11:37:07', '2019-12-12 11:37:07', '', 0, 'http://dacleanexpress.com/?post_type=scheduled-action&p=660', 0, 'scheduled-action', '', 0),
(661, 0, '2019-12-12 11:37:08', '2019-12-12 11:37:08', '{\"update_callback\":\"wc_update_340_db_version\"}', 'woocommerce_run_update_callback', '', 'pending', 'open', 'closed', '', '', '', '', '2019-12-12 11:37:08', '2019-12-12 11:37:08', '', 0, 'http://dacleanexpress.com/?post_type=scheduled-action&p=661', 0, 'scheduled-action', '', 0),
(662, 0, '2019-12-12 11:37:09', '2019-12-12 11:37:09', '{\"update_callback\":\"wc_update_343_cleanup_foreign_keys\"}', 'woocommerce_run_update_callback', '', 'pending', 'open', 'closed', '', '', '', '', '2019-12-12 11:37:09', '2019-12-12 11:37:09', '', 0, 'http://dacleanexpress.com/?post_type=scheduled-action&p=662', 0, 'scheduled-action', '', 0),
(663, 0, '2019-12-12 11:37:10', '2019-12-12 11:37:10', '{\"update_callback\":\"wc_update_343_db_version\"}', 'woocommerce_run_update_callback', '', 'pending', 'open', 'closed', '', '', '', '', '2019-12-12 11:37:10', '2019-12-12 11:37:10', '', 0, 'http://dacleanexpress.com/?post_type=scheduled-action&p=663', 0, 'scheduled-action', '', 0),
(664, 0, '2019-12-12 11:37:11', '2019-12-12 11:37:11', '{\"update_callback\":\"wc_update_344_recreate_roles\"}', 'woocommerce_run_update_callback', '', 'pending', 'open', 'closed', '', '', '', '', '2019-12-12 11:37:11', '2019-12-12 11:37:11', '', 0, 'http://dacleanexpress.com/?post_type=scheduled-action&p=664', 0, 'scheduled-action', '', 0),
(665, 0, '2019-12-12 11:37:12', '2019-12-12 11:37:12', '{\"update_callback\":\"wc_update_344_db_version\"}', 'woocommerce_run_update_callback', '', 'pending', 'open', 'closed', '', '', '', '', '2019-12-12 11:37:12', '2019-12-12 11:37:12', '', 0, 'http://dacleanexpress.com/?post_type=scheduled-action&p=665', 0, 'scheduled-action', '', 0),
(666, 0, '2019-12-12 11:37:13', '2019-12-12 11:37:13', '{\"update_callback\":\"wc_update_350_reviews_comment_type\"}', 'woocommerce_run_update_callback', '', 'pending', 'open', 'closed', '', '', '', '', '2019-12-12 11:37:13', '2019-12-12 11:37:13', '', 0, 'http://dacleanexpress.com/?post_type=scheduled-action&p=666', 0, 'scheduled-action', '', 0),
(667, 0, '2019-12-12 11:37:14', '2019-12-12 11:37:14', '{\"update_callback\":\"wc_update_350_db_version\"}', 'woocommerce_run_update_callback', '', 'pending', 'open', 'closed', '', '', '', '', '2019-12-12 11:37:14', '2019-12-12 11:37:14', '', 0, 'http://dacleanexpress.com/?post_type=scheduled-action&p=667', 0, 'scheduled-action', '', 0),
(668, 0, '2019-12-12 11:37:15', '2019-12-12 11:37:15', '{\"update_callback\":\"wc_update_352_drop_download_log_fk\"}', 'woocommerce_run_update_callback', '', 'pending', 'open', 'closed', '', '', '', '', '2019-12-12 11:37:15', '2019-12-12 11:37:15', '', 0, 'http://dacleanexpress.com/?post_type=scheduled-action&p=668', 0, 'scheduled-action', '', 0),
(669, 0, '2019-12-12 11:37:17', '2019-12-12 11:37:17', '{\"update_callback\":\"wc_update_354_modify_shop_manager_caps\"}', 'woocommerce_run_update_callback', '', 'pending', 'open', 'closed', '', '', '', '', '2019-12-12 11:37:17', '2019-12-12 11:37:17', '', 0, 'http://dacleanexpress.com/?post_type=scheduled-action&p=669', 0, 'scheduled-action', '', 0),
(670, 0, '2019-12-12 11:37:18', '2019-12-12 11:37:18', '{\"update_callback\":\"wc_update_354_db_version\"}', 'woocommerce_run_update_callback', '', 'pending', 'open', 'closed', '', '', '', '', '2019-12-12 11:37:18', '2019-12-12 11:37:18', '', 0, 'http://dacleanexpress.com/?post_type=scheduled-action&p=670', 0, 'scheduled-action', '', 0),
(671, 0, '2019-12-12 11:37:19', '2019-12-12 11:37:19', '{\"update_callback\":\"wc_update_360_product_lookup_tables\"}', 'woocommerce_run_update_callback', '', 'pending', 'open', 'closed', '', '', '', '', '2019-12-12 11:37:19', '2019-12-12 11:37:19', '', 0, 'http://dacleanexpress.com/?post_type=scheduled-action&p=671', 0, 'scheduled-action', '', 0),
(672, 0, '2019-12-12 11:37:20', '2019-12-12 11:37:20', '{\"update_callback\":\"wc_update_360_term_meta\"}', 'woocommerce_run_update_callback', '', 'pending', 'open', 'closed', '', '', '', '', '2019-12-12 11:37:20', '2019-12-12 11:37:20', '', 0, 'http://dacleanexpress.com/?post_type=scheduled-action&p=672', 0, 'scheduled-action', '', 0),
(673, 0, '2019-12-12 11:37:21', '2019-12-12 11:37:21', '{\"update_callback\":\"wc_update_360_downloadable_product_permissions_index\"}', 'woocommerce_run_update_callback', '', 'pending', 'open', 'closed', '', '', '', '', '2019-12-12 11:37:21', '2019-12-12 11:37:21', '', 0, 'http://dacleanexpress.com/?post_type=scheduled-action&p=673', 0, 'scheduled-action', '', 0),
(674, 0, '2019-12-12 11:37:22', '2019-12-12 11:37:22', '{\"update_callback\":\"wc_update_360_db_version\"}', 'woocommerce_run_update_callback', '', 'pending', 'open', 'closed', '', '', '', '', '2019-12-12 11:37:22', '2019-12-12 11:37:22', '', 0, 'http://dacleanexpress.com/?post_type=scheduled-action&p=674', 0, 'scheduled-action', '', 0),
(675, 0, '2019-12-12 11:37:23', '2019-12-12 11:37:23', '{\"update_callback\":\"wc_update_370_tax_rate_classes\"}', 'woocommerce_run_update_callback', '', 'pending', 'open', 'closed', '', '', '', '', '2019-12-12 11:37:23', '2019-12-12 11:37:23', '', 0, 'http://dacleanexpress.com/?post_type=scheduled-action&p=675', 0, 'scheduled-action', '', 0),
(676, 0, '2019-12-12 11:37:24', '2019-12-12 11:37:24', '{\"update_callback\":\"wc_update_370_mro_std_currency\"}', 'woocommerce_run_update_callback', '', 'pending', 'open', 'closed', '', '', '', '', '2019-12-12 11:37:24', '2019-12-12 11:37:24', '', 0, 'http://dacleanexpress.com/?post_type=scheduled-action&p=676', 0, 'scheduled-action', '', 0),
(677, 0, '2019-12-12 11:37:25', '2019-12-12 11:37:25', '{\"update_callback\":\"wc_update_370_db_version\"}', 'woocommerce_run_update_callback', '', 'pending', 'open', 'closed', '', '', '', '', '2019-12-12 11:37:25', '2019-12-12 11:37:25', '', 0, 'http://dacleanexpress.com/?post_type=scheduled-action&p=677', 0, 'scheduled-action', '', 0),
(679, 1, '2019-12-12 12:53:24', '2019-12-12 12:53:24', '', 'daclean_blanco', '', 'inherit', 'open', 'closed', '', 'daclean_blanco', '', '', '2019-12-12 12:53:33', '2019-12-12 12:53:33', '', 0, 'http://dacleanexpress.com/wp-content/uploads/2019/12/daclean_blanco.png', 0, 'attachment', 'image/png', 0),
(681, 1, '2019-12-12 12:56:51', '2019-12-12 12:56:51', '.scheme_original .top_panel_fixed .top_panel_position_over.top_panel_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_dark .footer_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_original .top_panel_over .top_panel_style_7 .menu_main_nav > li > a:hover {\n    color: #002134;\n}\n.top_panel_style_7 .menu_main_nav_area {\n    float: right;\n}\n.top_panel_top_contact_area {\n    visibility: hidden;\n}\n.top_panel_image {\n    height: 50em;\n}\n.sombra{\n	text-shadow: 2px 2px 6px #000000;\n}\n.column-1_7 {\n    width: 20.285714%;\n}\nfooter.widget_area.scheme_dark aside+aside:before {\n    display: none;\n}\n.page_content_wrap.page_paddings_no {\n    padding-top: 30px;\n}\n.post_info {\n    visibility: hidden;\n}\n.scheme_dark textarea {\n    color: #000 !important;\n}\n.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {\n    font-size: inherit;\n    font-family: inherit;\n    padding: 5px 4px;\n    border-radius: 15px;\n    letter-spacing: normal;\n    color: #000 !important;\n}\n\n.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit]{\n    font-size: 1em;\n    font-weight: bold;\n    width: auto;\n    margin: 0 16px 0 0;\n    color: #fff;\n}\n.scheme_dark input[type=\"submit\"]{\n    background-color: #eb7527;\n}\n', 'poolservices', '', 'publish', 'closed', 'closed', '', 'poolservices', '', '', '2021-02-26 15:54:54', '2021-02-26 20:54:54', '', 0, 'http://dacleanexpress.com/2019/12/12/poolservices/', 0, 'custom_css', '', 0),
(682, 1, '2019-12-12 12:56:51', '2019-12-12 12:56:51', '.scheme_original .top_panel_fixed .top_panel_position_over.top_panel_wrap_inner {\n    background-color: #4b82bb;\n}', 'poolservices', '', 'inherit', 'closed', 'closed', '', '681-revision-v1', '', '', '2019-12-12 12:56:51', '2019-12-12 12:56:51', '', 681, 'http://dacleanexpress.com/2019/12/12/681-revision-v1/', 0, 'revision', '', 0),
(684, 1, '2019-12-12 12:58:10', '2019-12-12 12:58:10', '.scheme_original .top_panel_fixed .top_panel_position_over.top_panel_wrap_inner {\n    background-color: #4b82bb;\n}\n.scheme_dark .footer_wrap_inner {\n    background-color: #4b82bb;\n}', 'poolservices', '', 'inherit', 'closed', 'closed', '', '681-revision-v1', '', '', '2019-12-12 12:58:10', '2019-12-12 12:58:10', '', 681, 'http://dacleanexpress.com/2019/12/12/681-revision-v1/', 0, 'revision', '', 0),
(899, 1, '2020-01-03 14:27:42', '2020-01-03 14:27:42', '', 'galeria_10', '', 'inherit', 'open', 'closed', '', 'galeria_10', '', '', '2020-01-03 14:27:42', '2020-01-03 14:27:42', '', 63, 'http://dacleanexpress.com/wp-content/uploads/2020/01/galeria_10.jpg', 0, 'attachment', 'image/jpeg', 0),
(686, 1, '2019-12-12 14:16:24', '2019-12-12 14:16:24', '', 'daclean_slide-1', '', 'inherit', 'open', 'closed', '', 'daclean_slide-1', '', '', '2019-12-12 14:17:00', '2019-12-12 14:17:00', '', 0, 'http://dacleanexpress.com/wp-content/uploads/2019/12/daclean_slide-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(687, 1, '2019-12-12 14:23:15', '2019-12-12 14:23:15', '', 'daclean_slide-2', '', 'inherit', 'open', 'closed', '', 'daclean_slide-2', '', '', '2019-12-12 14:23:15', '2019-12-12 14:23:15', '', 0, 'http://dacleanexpress.com/wp-content/uploads/2019/12/daclean_slide-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(689, 1, '2019-12-12 14:41:53', '2019-12-12 14:41:53', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469013162755{margin-top: -51px !important;}\"][vc_column][trx_section bg_image=\"227\" bg_tile=\"\" class=\"home-block-1\" animation=\"slideInRight\" css=\"float: right; width: 73%; z-index: 1;\"][trx_call_to_action align=\"left\" accent=\"yes\" title=\"Limpieza y Mantenimiento\" subtitle=\"De Oficinas y Residencias\" link=\"/book-now/\" link_caption=\"SOLICITAR SERVICIO\" style=\"2\"][/trx_call_to_action][/trx_section][/vc_column][/vc_row][vc_row inverse=\"\" css=\".vc_custom_1469442093175{margin-top: -41px !important;}\" el_class=\"marginbottom\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"home-block-2\" animation=\"fadeInLeft\"][trx_column_item span=\"2\" css=\"height: 199px; width:67.5%;\"][trx_block bg_image=\"219\" bg_tile=\"\" height=\"199px\"][/trx_block][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row][vc_column][trx_services style=\"services-2\" cat=\"22\" columns=\"3\" count=\"3\" readmore=\"none\" height=\"home-block-3\" top=\"null\" animation=\"fadeIn\" css=\"margin-bottom: 7em;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" parallax=\"content-moving\" parallax_image=\"513\" parallax_speed_bg=\"1.1\"][vc_column][trx_content css=\"margin-top: 8em; margin-bottom: 8.6em;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\"]We connect you to reliable[/trx_title][trx_title type=\"6\" align=\"center\" color=\"#ffffff\" css=\"line-height: 1.95em; margin-top: -0.2em;\"]Professional service technicians tailored to each job, offering incredible<br />\r\nvalue at pre-negotiated rates for on-demand support[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/about/\" width=\"125px\"]more details[/trx_button][/trx_content][/vc_column][/vc_row][vc_row css=\".vc_custom_1467633836778{background-color: #ffffff !important;}\"][vc_column][trx_services type=\"icons\" title=\"How It Works\" cat=\"21\" readmore=\"none\" css=\"margin-top: 6.5em ; margin-bottom: 7em;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][trx_services_item title=\"Service item 4\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons1\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"444\" css=\"max-width: 90%; float: right;\"][/trx_column_item][trx_column_item span=\"2\" animation=\"fadeInRight\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Pool maintenance services to commercial properties with pools[/trx_title][vc_column_text]Reliability and quality are two good reasons, but you also need a pool technician that is certified, can take on any needed repairs and renovations that may come up and knows the local “rules and regs”. Ensuring a clean environment is the goal of any pool professional, so why choose one over the other? Keep your pool clean, efficient and safe with routine pool maintenance service.[/vc_column_text][trx_button size=\"large\" link=\"/services-page/\" top=\"small\" bottom=\"small\"]Request service[/trx_button][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576161709493{background-color: #ffffff !important;}\"][vc_column][trx_section title=\"PRICING\" subtitle=\"We have three plans to choose from.<br />\r\nLook them over and let us know which one best fits your needs.\" css=\"margin-top: 6.4em; margin-bottom: 9.5em;\"][trx_columns count=\"3\" equalheight=\"yes\" margins=\"\" top=\"medium\" bottom=\"medium\"][trx_column_item][trx_price_block style=\"1\" title=\"Deluxe\" link=\"/services-page/\" link_text=\"Learn more\" money=\"30\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service every week</strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will make one trip per week to the pool to perform the following service: vacuum, test water for correct balance,add chemicals.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"2\" title=\"Standard\" link=\"/services-page/\" link_text=\"Learn more\" money=\"27\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service alternating with a chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>Our professional team provide chemical service with vacuuming, skimming, brushing, emptying baskets and perform visual check of your pool equipment.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"3\" title=\"Vacation\" link=\"/services-page/\" link_text=\"Learn more\" money=\"25\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">One full service every four weeks with three chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will perform the following service: vacuum, test water for correct balance, add chemicals and perform check of equipment.[/trx_price_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1469019582720{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section css=\"margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\"margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row][vc_row css=\".vc_custom_1467633867939{background-color: #ffffff !important;}\"][vc_column][trx_content css=\"margin-top: 6.5em; margin-bottom: 7em;\"][trx_title type=\"4\" style=\"underline\" align=\"center\" bottom=\"small\"]New Products[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/shop/\" width=\"100px\" top=\"small\"]Go to shop[/trx_button][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"540\"][vc_column][trx_skills max_value=\"300\" type=\"counter\" layout=\"columns\" style=\"1\" columns=\"4\" css=\"margin-top: 11em ; margin-bottom: 11em ;\"][trx_skills_item title=\"Happy Clients\" value=\"157\" style=\"2\" icon=\"icon-icon_4\"][/trx_skills_item][trx_skills_item title=\"Years Of Experience\" value=\"14\" style=\"2\" icon=\"icon-icon_5\"][/trx_skills_item][trx_skills_item title=\"Experienced Staff\" value=\"65\" style=\"2\" icon=\"icon-icon_2\"][/trx_skills_item][trx_skills_item title=\"Professional Equipment\" value=\"265\" style=\"2\" icon=\"icon-icon_6\"][/trx_skills_item][/trx_skills][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1469020819107{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons2\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"2\" animation=\"fadeInLeft\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Are you a pool technician wanting to grow your pool service business?[/trx_title][vc_column_text]Our organization is a full service pool maintenance company. We pride ourselves on providing first class service and excellent workmanship. We have the knowledge, and experience, to provide expert pool maintenance and repairs for pool owners. We are professional in every aspect of our business, from appearance and reliability, to the way we take care of your pool.[/vc_column_text][trx_button size=\"large\" link=\"/about/\" top=\"small\" bottom=\"small\"]Join now[/trx_button][/trx_column_item][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"445\" css=\"max-width: 90%; float: left;\"][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row][vc_column][trx_blogger style=\"classic_3\" descr=\"200\" readmore=\"none\" title=\"recent posts\" link=\"/classic/\" link_caption=\"More posts\" cat=\"19\" count=\"3\" offset=\"0\" css=\"margin-bottom: 6.75em; margin-top: 6.25em;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467380435876{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}\"][vc_column][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"large\" bottom=\"large\"][/trx_clients][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}\"][vc_column][trx_form style=\"form_1\" return_page=\"none\" align=\"center\" title=\"contact us today\" subtitle=\"For more information or to request an estimate for service,contact our professional pool technicians.\" css=\"margin: 6.5em 0 7em;\" width=\"50%\"][/trx_form][/vc_column][/vc_row]</p>\r\n', 'Homepage 1', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-12 14:41:53', '2019-12-12 14:41:53', '', 42, 'http://dacleanexpress.com/2019/12/12/42-revision-v1/', 0, 'revision', '', 0),
(690, 1, '2020-01-09 15:30:56', '2020-01-09 15:30:56', '<p>[vc_section full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row gap=\"30\"][vc_column width=\"1/2\"][vc_column_text css_animation=\"bounceInLeft\" el_class=\"sombra\"]</p>\n<h3><span style=\"color: #ffffff; text-transform: none;\">Limpieza y mantenimiento de oficinas y residencias</span></h3>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1578583774398{padding-right: 50px !important;padding-left: 50px !important;background-color: #ffffff !important;}\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"1060\" alignment=\"right\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"1062\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"1061\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][gravityform id=\"4\" title=\"false\" description=\"false\" ajax=\"true\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row css=\".vc_custom_1578325524399{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\n<h4 style=\"text-align: center;\">Contacta</h4>\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\n<h4 style=\"text-align: center;\">Autoriza</h4>\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\n<h4 style=\"text-align: center;\">Diviértete</h4>\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1578059585201{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578315951341{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"998\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Trato Personalizado</strong></span></h6>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Distinción en el trato</span></p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"997\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Confianza</strong></span></h6>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestros clientes SIEMPRE nos vuelven a llamar</span></p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"996\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Seguridad</strong></span></h6>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Un servicio sin riesgo</span></p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"995\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Tranquilidad</strong></span></h6>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestro servicio elimina 100% estrés</span></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"994\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>100% Calidad</strong></span></h6>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">La más alta satisfacción</span></p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"1000\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Personal Capacitado</strong></span></h6>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Capacitaciones con altos estándares académicos</span></p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"993\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Horarios Flexibles</strong></span></h6>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Eliminamos su necesidad en tiempo óptimo</span></p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"999\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Reserva del Servicio</strong></span></h6>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</span></p>\n<p>[/vc_column_text][/vc_column][/vc_row][/vc_section]</p>\n', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-autosave-v1', '', '', '2020-01-09 15:30:56', '2020-01-09 15:30:56', '', 42, 'http://dacleanexpress.com/2019/12/12/42-autosave-v1/', 0, 'revision', '', 0),
(807, 1, '2019-12-20 13:32:35', '2019-12-20 13:32:35', '[vc_section][vc_row][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong> Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 13:32:35', '2019-12-20 13:32:35', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(808, 1, '2019-12-20 13:33:05', '2019-12-20 13:33:05', '[vc_section][vc_row css=\".vc_custom_1576848779695{padding-top: 200px !important;padding-bottom: 200px !important;}\"][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong> Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 13:33:05', '2019-12-20 13:33:05', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(809, 1, '2019-12-20 13:34:07', '2019-12-20 13:34:07', '[vc_section][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1576848779695{padding-top: 200px !important;padding-bottom: 200px !important;}\"][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong> Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 13:34:07', '2019-12-20 13:34:07', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(810, 1, '2019-12-20 13:34:43', '2019-12-20 13:34:43', '[vc_section css=\".vc_custom_1576848877910{padding-top: 200px !important;padding-bottom: 200px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong> Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 13:34:43', '2019-12-20 13:34:43', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(811, 1, '2019-12-20 13:35:16', '2019-12-20 13:35:16', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong> Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 13:35:16', '2019-12-20 13:35:16', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(812, 1, '2019-12-20 13:35:43', '2019-12-20 13:35:43', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong> Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 13:35:43', '2019-12-20 13:35:43', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(813, 1, '2019-12-20 13:36:13', '2019-12-20 13:36:13', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1576848968162{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong> Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 13:36:13', '2019-12-20 13:36:13', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(753, 1, '2019-12-17 15:22:06', '2019-12-17 15:22:06', '[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469013162755{margin-top: -51px !important;}\"][vc_column][trx_section bg_image=\"702\" bg_tile=\"\" class=\"home-block-1\" animation=\"slideInRight\" css=\"float: right; width: 73%; z-index: 1;\"][trx_call_to_action align=\"left\" accent=\"yes\" title=\"Limpieza y Mantenimiento\" subtitle=\"De Oficinas y Residencias\" link=\"/dacleanexpress/solicitar-servicio\" link_caption=\"SOLICITAR SERVICIO\" style=\"2\"][/trx_call_to_action][/trx_section][/vc_column][/vc_row][vc_row inverse=\"\" css=\".vc_custom_1469442093175{margin-top: -41px !important;}\" el_class=\"marginbottom\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"home-block-2\" animation=\"fadeInLeft\"][trx_column_item span=\"2\" css=\"height: 199px; width:67.5%;\"][trx_block bg_image=\"219\" bg_tile=\"\" height=\"199px\"][/trx_block][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row][vc_column][trx_services style=\"services-2\" cat=\"22\" columns=\"3\" count=\"5\" readmore=\"none\" height=\"home-block-3\" top=\"null\" animation=\"fadeIn\" css=\"margin-bottom: 7em;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" parallax=\"content-moving\" parallax_image=\"513\" parallax_speed_bg=\"1.1\"][vc_column][trx_content css=\"margin-top: 8em; margin-bottom: 8.6em;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\"]We connect you to reliable[/trx_title][trx_title type=\"6\" align=\"center\" color=\"#ffffff\" css=\"line-height: 1.95em; margin-top: -0.2em;\"]Professional service technicians tailored to each job, offering incredible\r\nvalue at pre-negotiated rates for on-demand support[/trx_title][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons1\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"444\" css=\"max-width: 90%; float: right;\"][/trx_column_item][trx_column_item span=\"2\" animation=\"fadeInRight\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Sé parte de nuestro equipo[/trx_title][trx_button size=\"large\" link=\"/services-page/\" top=\"small\" bottom=\"small\"]Más información[/trx_button][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576161709493{background-color: #ffffff !important;}\"][vc_column][trx_section title=\"PRICING\" subtitle=\"We have three plans to choose from.\r\nLook them over and let us know which one best fits your needs.\" css=\"margin-top: 6.4em; margin-bottom: 9.5em;\"][trx_columns count=\"3\" equalheight=\"yes\" margins=\"\" top=\"medium\" bottom=\"medium\"][trx_column_item][trx_price_block style=\"1\" title=\"Deluxe\" link=\"/services-page/\" link_text=\"Learn more\" money=\"30\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service every week</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nA qualified company service technician will make one trip per week to the pool to perform the following service: vacuum, test water for correct balance,add chemicals.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"2\" title=\"Standard\" link=\"/services-page/\" link_text=\"Learn more\" money=\"27\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service alternating with a chemical check/brush</strong>\r\n\r\n&nbsp;\r\n\r\nOur professional team provide chemical service with vacuuming, skimming, brushing, emptying baskets and perform visual check of your pool equipment.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"3\" title=\"Vacation\" link=\"/services-page/\" link_text=\"Learn more\" money=\"25\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">One full service every four weeks with three chemical check/brush</strong>\r\n\r\n&nbsp;\r\n\r\nA qualified company service technician will perform the following service: vacuum, test water for correct balance, add chemicals and perform check of equipment.[/trx_price_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section css=\"margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\"margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576162034578{background-color: #ffffff !important;}\"][vc_column][trx_content css=\"margin-top: 6.5em; margin-bottom: 7em;\"][trx_title type=\"4\" style=\"underline\" align=\"center\" bottom=\"small\"]New Products[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/shop/\" width=\"100px\" top=\"small\"]Go to shop[/trx_button][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"540\" disable_element=\"yes\"][vc_column][trx_skills max_value=\"300\" type=\"counter\" layout=\"columns\" style=\"1\" columns=\"4\" css=\"margin-top: 11em ; margin-bottom: 11em ;\"][trx_skills_item title=\"Happy Clients\" value=\"157\" style=\"2\" icon=\"icon-icon_4\"][/trx_skills_item][trx_skills_item title=\"Years Of Experience\" value=\"14\" style=\"2\" icon=\"icon-icon_5\"][/trx_skills_item][trx_skills_item title=\"Experienced Staff\" value=\"65\" style=\"2\" icon=\"icon-icon_2\"][/trx_skills_item][trx_skills_item title=\"Professional Equipment\" value=\"265\" style=\"2\" icon=\"icon-icon_6\"][/trx_skills_item][/trx_skills][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons2\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"2\" animation=\"fadeInLeft\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Are you a pool technician wanting to grow your pool service business?[/trx_title][vc_column_text]Our organization is a full service pool maintenance company. We pride ourselves on providing first class service and excellent workmanship. We have the knowledge, and experience, to provide expert pool maintenance and repairs for pool owners. We are professional in every aspect of our business, from appearance and reliability, to the way we take care of your pool.[/vc_column_text][trx_button size=\"large\" link=\"/about/\" top=\"small\" bottom=\"small\"]Join now[/trx_button][/trx_column_item][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"445\" css=\"max-width: 90%; float: left;\"][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column][trx_blogger style=\"classic_3\" descr=\"200\" readmore=\"none\" title=\"recent posts\" link=\"/classic/\" link_caption=\"More posts\" cat=\"19\" count=\"3\" offset=\"0\" css=\"margin-bottom: 6.75em; margin-top: 6.25em;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576522810815{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}\"][vc_column][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"large\" bottom=\"large\"][/trx_clients][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\" css=\".vc_custom_1576596119512{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-17 15:22:06', '2019-12-17 15:22:06', '', 42, 'http://dacleanexpress.com/2019/12/17/42-revision-v1/', 0, 'revision', '', 0),
(691, 1, '2019-12-12 14:44:38', '2019-12-12 14:44:38', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469013162755{margin-top: -51px !important;}\"][vc_column][trx_section bg_image=\"227\" bg_tile=\"\" class=\"home-block-1\" animation=\"slideInRight\" css=\"float: right; width: 73%; z-index: 1;\"][trx_call_to_action align=\"left\" accent=\"yes\" title=\"Limpieza y Mantenimiento\" subtitle=\"De Oficinas y Residencias\" link=\"/book-now/\" link_caption=\"SOLICITAR SERVICIO\" style=\"2\"][/trx_call_to_action][/trx_section][/vc_column][/vc_row][vc_row inverse=\"\" css=\".vc_custom_1469442093175{margin-top: -41px !important;}\" el_class=\"marginbottom\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"home-block-2\" animation=\"fadeInLeft\"][trx_column_item span=\"2\" css=\"height: 199px; width:67.5%;\"][trx_block bg_image=\"219\" bg_tile=\"\" height=\"199px\"][/trx_block][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row][vc_column][trx_services style=\"services-2\" cat=\"22\" columns=\"3\" count=\"3\" readmore=\"none\" height=\"home-block-3\" top=\"null\" animation=\"fadeIn\" css=\"margin-bottom: 7em;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" parallax=\"content-moving\" parallax_image=\"513\" parallax_speed_bg=\"1.1\"][vc_column][trx_content css=\"margin-top: 8em; margin-bottom: 8.6em;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\"]We connect you to reliable[/trx_title][trx_title type=\"6\" align=\"center\" color=\"#ffffff\" css=\"line-height: 1.95em; margin-top: -0.2em;\"]Professional service technicians tailored to each job, offering incredible<br />\r\nvalue at pre-negotiated rates for on-demand support[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/about/\" width=\"125px\"]more details[/trx_button][/trx_content][/vc_column][/vc_row][vc_row css=\".vc_custom_1467633836778{background-color: #ffffff !important;}\"][vc_column][trx_services type=\"icons\" title=\"How It Works\" cat=\"21\" readmore=\"none\" css=\"margin-top: 6.5em ; margin-bottom: 7em;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][trx_services_item title=\"Service item 4\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons1\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"444\" css=\"max-width: 90%; float: right;\"][/trx_column_item][trx_column_item span=\"2\" animation=\"fadeInRight\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Pool maintenance services to commercial properties with pools[/trx_title][vc_column_text]Reliability and quality are two good reasons, but you also need a pool technician that is certified, can take on any needed repairs and renovations that may come up and knows the local “rules and regs”. Ensuring a clean environment is the goal of any pool professional, so why choose one over the other? Keep your pool clean, efficient and safe with routine pool maintenance service.[/vc_column_text][trx_button size=\"large\" link=\"/services-page/\" top=\"small\" bottom=\"small\"]Request service[/trx_button][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576161709493{background-color: #ffffff !important;}\"][vc_column][trx_section title=\"PRICING\" subtitle=\"We have three plans to choose from.<br />\r\nLook them over and let us know which one best fits your needs.\" css=\"margin-top: 6.4em; margin-bottom: 9.5em;\"][trx_columns count=\"3\" equalheight=\"yes\" margins=\"\" top=\"medium\" bottom=\"medium\"][trx_column_item][trx_price_block style=\"1\" title=\"Deluxe\" link=\"/services-page/\" link_text=\"Learn more\" money=\"30\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service every week</strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will make one trip per week to the pool to perform the following service: vacuum, test water for correct balance,add chemicals.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"2\" title=\"Standard\" link=\"/services-page/\" link_text=\"Learn more\" money=\"27\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service alternating with a chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>Our professional team provide chemical service with vacuuming, skimming, brushing, emptying baskets and perform visual check of your pool equipment.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"3\" title=\"Vacation\" link=\"/services-page/\" link_text=\"Learn more\" money=\"25\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">One full service every four weeks with three chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will perform the following service: vacuum, test water for correct balance, add chemicals and perform check of equipment.[/trx_price_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section css=\"margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\"margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row][vc_row css=\".vc_custom_1467633867939{background-color: #ffffff !important;}\"][vc_column][trx_content css=\"margin-top: 6.5em; margin-bottom: 7em;\"][trx_title type=\"4\" style=\"underline\" align=\"center\" bottom=\"small\"]New Products[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/shop/\" width=\"100px\" top=\"small\"]Go to shop[/trx_button][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"540\"][vc_column][trx_skills max_value=\"300\" type=\"counter\" layout=\"columns\" style=\"1\" columns=\"4\" css=\"margin-top: 11em ; margin-bottom: 11em ;\"][trx_skills_item title=\"Happy Clients\" value=\"157\" style=\"2\" icon=\"icon-icon_4\"][/trx_skills_item][trx_skills_item title=\"Years Of Experience\" value=\"14\" style=\"2\" icon=\"icon-icon_5\"][/trx_skills_item][trx_skills_item title=\"Experienced Staff\" value=\"65\" style=\"2\" icon=\"icon-icon_2\"][/trx_skills_item][trx_skills_item title=\"Professional Equipment\" value=\"265\" style=\"2\" icon=\"icon-icon_6\"][/trx_skills_item][/trx_skills][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1469020819107{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons2\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"2\" animation=\"fadeInLeft\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Are you a pool technician wanting to grow your pool service business?[/trx_title][vc_column_text]Our organization is a full service pool maintenance company. We pride ourselves on providing first class service and excellent workmanship. We have the knowledge, and experience, to provide expert pool maintenance and repairs for pool owners. We are professional in every aspect of our business, from appearance and reliability, to the way we take care of your pool.[/vc_column_text][trx_button size=\"large\" link=\"/about/\" top=\"small\" bottom=\"small\"]Join now[/trx_button][/trx_column_item][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"445\" css=\"max-width: 90%; float: left;\"][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column][trx_blogger style=\"classic_3\" descr=\"200\" readmore=\"none\" title=\"recent posts\" link=\"/classic/\" link_caption=\"More posts\" cat=\"19\" count=\"3\" offset=\"0\" css=\"margin-bottom: 6.75em; margin-top: 6.25em;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467380435876{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}\"][vc_column][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"large\" bottom=\"large\"][/trx_clients][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}\"][vc_column][trx_form style=\"form_1\" return_page=\"none\" align=\"center\" title=\"contact us today\" subtitle=\"For more information or to request an estimate for service,contact our professional pool technicians.\" css=\"margin: 6.5em 0 7em;\" width=\"50%\"][/trx_form][/vc_column][/vc_row]</p>\r\n', 'Homepage 1', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-12 14:44:38', '2019-12-12 14:44:38', '', 42, 'http://dacleanexpress.com/2019/12/12/42-revision-v1/', 0, 'revision', '', 0),
(692, 1, '2019-12-12 14:47:18', '2019-12-12 14:47:18', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469013162755{margin-top: -51px !important;}\"][vc_column][trx_section bg_image=\"227\" bg_tile=\"\" class=\"home-block-1\" animation=\"slideInRight\" css=\"float: right; width: 73%; z-index: 1;\"][trx_call_to_action align=\"left\" accent=\"yes\" title=\"Limpieza y Mantenimiento\" subtitle=\"De Oficinas y Residencias\" link=\"/book-now/\" link_caption=\"SOLICITAR SERVICIO\" style=\"2\"][/trx_call_to_action][/trx_section][/vc_column][/vc_row][vc_row inverse=\"\" css=\".vc_custom_1469442093175{margin-top: -41px !important;}\" el_class=\"marginbottom\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"home-block-2\" animation=\"fadeInLeft\"][trx_column_item span=\"2\" css=\"height: 199px; width:67.5%;\"][trx_block bg_image=\"219\" bg_tile=\"\" height=\"199px\"][/trx_block][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row][vc_column][trx_services style=\"services-2\" cat=\"22\" columns=\"3\" count=\"3\" readmore=\"none\" height=\"home-block-3\" top=\"null\" animation=\"fadeIn\" css=\"margin-bottom: 7em;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" parallax=\"content-moving\" parallax_image=\"513\" parallax_speed_bg=\"1.1\"][vc_column][trx_content css=\"margin-top: 8em; margin-bottom: 8.6em;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\"]We connect you to reliable[/trx_title][trx_title type=\"6\" align=\"center\" color=\"#ffffff\" css=\"line-height: 1.95em; margin-top: -0.2em;\"]Professional service technicians tailored to each job, offering incredible<br />\r\nvalue at pre-negotiated rates for on-demand support[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/about/\" width=\"125px\"]more details[/trx_button][/trx_content][/vc_column][/vc_row][vc_row css=\".vc_custom_1467633836778{background-color: #ffffff !important;}\"][vc_column][trx_services type=\"icons\" title=\"How It Works\" cat=\"21\" readmore=\"none\" css=\"margin-top: 6.5em ; margin-bottom: 7em;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][trx_services_item title=\"Service item 4\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons1\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"444\" css=\"max-width: 90%; float: right;\"][/trx_column_item][trx_column_item span=\"2\" animation=\"fadeInRight\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Pool maintenance services to commercial properties with pools[/trx_title][vc_column_text]Reliability and quality are two good reasons, but you also need a pool technician that is certified, can take on any needed repairs and renovations that may come up and knows the local “rules and regs”. Ensuring a clean environment is the goal of any pool professional, so why choose one over the other? Keep your pool clean, efficient and safe with routine pool maintenance service.[/vc_column_text][trx_button size=\"large\" link=\"/services-page/\" top=\"small\" bottom=\"small\"]Request service[/trx_button][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576161709493{background-color: #ffffff !important;}\"][vc_column][trx_section title=\"PRICING\" subtitle=\"We have three plans to choose from.<br />\r\nLook them over and let us know which one best fits your needs.\" css=\"margin-top: 6.4em; margin-bottom: 9.5em;\"][trx_columns count=\"3\" equalheight=\"yes\" margins=\"\" top=\"medium\" bottom=\"medium\"][trx_column_item][trx_price_block style=\"1\" title=\"Deluxe\" link=\"/services-page/\" link_text=\"Learn more\" money=\"30\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service every week</strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will make one trip per week to the pool to perform the following service: vacuum, test water for correct balance,add chemicals.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"2\" title=\"Standard\" link=\"/services-page/\" link_text=\"Learn more\" money=\"27\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service alternating with a chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>Our professional team provide chemical service with vacuuming, skimming, brushing, emptying baskets and perform visual check of your pool equipment.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"3\" title=\"Vacation\" link=\"/services-page/\" link_text=\"Learn more\" money=\"25\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">One full service every four weeks with three chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will perform the following service: vacuum, test water for correct balance, add chemicals and perform check of equipment.[/trx_price_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section css=\"margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\"margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576162034578{background-color: #ffffff !important;}\"][vc_column][trx_content css=\"margin-top: 6.5em; margin-bottom: 7em;\"][trx_title type=\"4\" style=\"underline\" align=\"center\" bottom=\"small\"]New Products[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/shop/\" width=\"100px\" top=\"small\"]Go to shop[/trx_button][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"540\"][vc_column][trx_skills max_value=\"300\" type=\"counter\" layout=\"columns\" style=\"1\" columns=\"4\" css=\"margin-top: 11em ; margin-bottom: 11em ;\"][trx_skills_item title=\"Happy Clients\" value=\"157\" style=\"2\" icon=\"icon-icon_4\"][/trx_skills_item][trx_skills_item title=\"Years Of Experience\" value=\"14\" style=\"2\" icon=\"icon-icon_5\"][/trx_skills_item][trx_skills_item title=\"Experienced Staff\" value=\"65\" style=\"2\" icon=\"icon-icon_2\"][/trx_skills_item][trx_skills_item title=\"Professional Equipment\" value=\"265\" style=\"2\" icon=\"icon-icon_6\"][/trx_skills_item][/trx_skills][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1469020819107{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons2\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"2\" animation=\"fadeInLeft\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Are you a pool technician wanting to grow your pool service business?[/trx_title][vc_column_text]Our organization is a full service pool maintenance company. We pride ourselves on providing first class service and excellent workmanship. We have the knowledge, and experience, to provide expert pool maintenance and repairs for pool owners. We are professional in every aspect of our business, from appearance and reliability, to the way we take care of your pool.[/vc_column_text][trx_button size=\"large\" link=\"/about/\" top=\"small\" bottom=\"small\"]Join now[/trx_button][/trx_column_item][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"445\" css=\"max-width: 90%; float: left;\"][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column][trx_blogger style=\"classic_3\" descr=\"200\" readmore=\"none\" title=\"recent posts\" link=\"/classic/\" link_caption=\"More posts\" cat=\"19\" count=\"3\" offset=\"0\" css=\"margin-bottom: 6.75em; margin-top: 6.25em;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467380435876{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}\"][vc_column][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"large\" bottom=\"large\"][/trx_clients][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}\"][vc_column][trx_form style=\"form_1\" return_page=\"none\" align=\"center\" title=\"contact us today\" subtitle=\"For more information or to request an estimate for service,contact our professional pool technicians.\" css=\"margin: 6.5em 0 7em;\" width=\"50%\"][/trx_form][/vc_column][/vc_row]</p>\r\n', 'Homepage 1', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-12 14:47:18', '2019-12-12 14:47:18', '', 42, 'http://dacleanexpress.com/2019/12/12/42-revision-v1/', 0, 'revision', '', 0),
(757, 1, '2019-12-17 15:54:53', '2019-12-17 15:54:53', '[vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2019-12-17 15:54:53', '2019-12-17 15:54:53', '', 36, 'http://dacleanexpress.com/2019/12/17/36-revision-v1/', 0, 'revision', '', 0),
(693, 1, '2019-12-12 14:50:10', '2019-12-12 14:50:10', '[vc_row][vc_column][trx_form style=\"form_1\" return_page=\"none\" align=\"center\" title=\"contact us today\" subtitle=\"For more information or to request an estimate for service,contact our professional pool technicians.\" css=\"    margin: 6.5em 0 7em;\" width=\"50%\"][/trx_form][/vc_column][/vc_row]', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2019-12-12 14:50:10', '2019-12-12 14:50:10', '', 36, 'http://dacleanexpress.com/2019/12/12/36-revision-v1/', 0, 'revision', '', 0),
(694, 1, '2019-12-12 16:05:40', '2019-12-12 16:05:40', '', 'GALERÍA', '', 'publish', 'closed', 'closed', '', 'galeria', '', '', '2021-03-29 08:45:11', '2021-03-29 13:45:11', '', 0, 'http://dacleanexpress.com/?p=694', 4, 'nav_menu_item', '', 0),
(696, 1, '2019-12-12 16:15:04', '2019-12-12 16:15:04', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469013162755{margin-top: -51px !important;}\"][vc_column][trx_section bg_image=\"227\" bg_tile=\"\" class=\"home-block-1\" animation=\"slideInRight\" css=\"float: right; width: 73%; z-index: 1;\"][trx_call_to_action align=\"left\" accent=\"yes\" title=\"Limpieza y Mantenimiento\" subtitle=\"De Oficinas y Residencias\" link=\"/book-now/\" link_caption=\"SOLICITAR SERVICIO\" style=\"2\"][/trx_call_to_action][/trx_section][/vc_column][/vc_row][vc_row inverse=\"\" css=\".vc_custom_1469442093175{margin-top: -41px !important;}\" el_class=\"marginbottom\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"home-block-2\" animation=\"fadeInLeft\"][trx_column_item span=\"2\" css=\"height: 199px; width:67.5%;\"][trx_block bg_image=\"219\" bg_tile=\"\" height=\"199px\"][/trx_block][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row][vc_column][trx_services style=\"services-2\" cat=\"22\" columns=\"3\" count=\"3\" readmore=\"none\" height=\"home-block-3\" top=\"null\" animation=\"fadeIn\" css=\"margin-bottom: 7em;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" parallax=\"content-moving\" parallax_image=\"513\" parallax_speed_bg=\"1.1\"][vc_column][trx_content css=\"margin-top: 8em; margin-bottom: 8.6em;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\"]We connect you to reliable[/trx_title][trx_title type=\"6\" align=\"center\" color=\"#ffffff\" css=\"line-height: 1.95em; margin-top: -0.2em;\"]Professional service technicians tailored to each job, offering incredible<br />\r\nvalue at pre-negotiated rates for on-demand support[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/about/\" width=\"125px\"]more details[/trx_button][/trx_content][/vc_column][/vc_row][vc_row css=\".vc_custom_1467633836778{background-color: #ffffff !important;}\"][vc_column][trx_services type=\"icons\" title=\"How It Works\" cat=\"21\" readmore=\"none\" css=\"margin-top: 6.5em ; margin-bottom: 7em;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][trx_services_item title=\"Service item 4\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons1\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"444\" css=\"max-width: 90%; float: right;\"][/trx_column_item][trx_column_item span=\"2\" animation=\"fadeInRight\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Pool maintenance services to commercial properties with pools[/trx_title][vc_column_text]Reliability and quality are two good reasons, but you also need a pool technician that is certified, can take on any needed repairs and renovations that may come up and knows the local “rules and regs”. Ensuring a clean environment is the goal of any pool professional, so why choose one over the other? Keep your pool clean, efficient and safe with routine pool maintenance service.[/vc_column_text][trx_button size=\"large\" link=\"/services-page/\" top=\"small\" bottom=\"small\"]Request service[/trx_button][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576161709493{background-color: #ffffff !important;}\"][vc_column][trx_section title=\"PRICING\" subtitle=\"We have three plans to choose from.<br />\r\nLook them over and let us know which one best fits your needs.\" css=\"margin-top: 6.4em; margin-bottom: 9.5em;\"][trx_columns count=\"3\" equalheight=\"yes\" margins=\"\" top=\"medium\" bottom=\"medium\"][trx_column_item][trx_price_block style=\"1\" title=\"Deluxe\" link=\"/services-page/\" link_text=\"Learn more\" money=\"30\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service every week</strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will make one trip per week to the pool to perform the following service: vacuum, test water for correct balance,add chemicals.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"2\" title=\"Standard\" link=\"/services-page/\" link_text=\"Learn more\" money=\"27\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service alternating with a chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>Our professional team provide chemical service with vacuuming, skimming, brushing, emptying baskets and perform visual check of your pool equipment.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"3\" title=\"Vacation\" link=\"/services-page/\" link_text=\"Learn more\" money=\"25\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">One full service every four weeks with three chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will perform the following service: vacuum, test water for correct balance, add chemicals and perform check of equipment.[/trx_price_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section css=\"margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\"margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576162034578{background-color: #ffffff !important;}\"][vc_column][trx_content css=\"margin-top: 6.5em; margin-bottom: 7em;\"][trx_title type=\"4\" style=\"underline\" align=\"center\" bottom=\"small\"]New Products[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/shop/\" width=\"100px\" top=\"small\"]Go to shop[/trx_button][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"540\" disable_element=\"yes\"][vc_column][trx_skills max_value=\"300\" type=\"counter\" layout=\"columns\" style=\"1\" columns=\"4\" css=\"margin-top: 11em ; margin-bottom: 11em ;\"][trx_skills_item title=\"Happy Clients\" value=\"157\" style=\"2\" icon=\"icon-icon_4\"][/trx_skills_item][trx_skills_item title=\"Years Of Experience\" value=\"14\" style=\"2\" icon=\"icon-icon_5\"][/trx_skills_item][trx_skills_item title=\"Experienced Staff\" value=\"65\" style=\"2\" icon=\"icon-icon_2\"][/trx_skills_item][trx_skills_item title=\"Professional Equipment\" value=\"265\" style=\"2\" icon=\"icon-icon_6\"][/trx_skills_item][/trx_skills][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1469020819107{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons2\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"2\" animation=\"fadeInLeft\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Are you a pool technician wanting to grow your pool service business?[/trx_title][vc_column_text]Our organization is a full service pool maintenance company. We pride ourselves on providing first class service and excellent workmanship. We have the knowledge, and experience, to provide expert pool maintenance and repairs for pool owners. We are professional in every aspect of our business, from appearance and reliability, to the way we take care of your pool.[/vc_column_text][trx_button size=\"large\" link=\"/about/\" top=\"small\" bottom=\"small\"]Join now[/trx_button][/trx_column_item][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"445\" css=\"max-width: 90%; float: left;\"][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column][trx_blogger style=\"classic_3\" descr=\"200\" readmore=\"none\" title=\"recent posts\" link=\"/classic/\" link_caption=\"More posts\" cat=\"19\" count=\"3\" offset=\"0\" css=\"margin-bottom: 6.75em; margin-top: 6.25em;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467380435876{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}\"][vc_column][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"large\" bottom=\"large\"][/trx_clients][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}\"][vc_column][trx_form style=\"form_1\" return_page=\"none\" align=\"center\" title=\"contact us today\" subtitle=\"For more information or to request an estimate for service,contact our professional pool technicians.\" css=\"margin: 6.5em 0 7em;\" width=\"50%\"][/trx_form][/vc_column][/vc_row]</p>\r\n', 'Homepage 1', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-12 16:15:04', '2019-12-12 16:15:04', '', 42, 'http://dacleanexpress.com/2019/12/12/42-revision-v1/', 0, 'revision', '', 0),
(738, 1, '2019-12-16 19:24:06', '2019-12-16 19:24:06', '<p>[vc_row full_width=\"stretch_row\" css=\".vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons1\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"444\" css=\"max-width: 90%; float: right;\"][/trx_column_item][trx_column_item span=\"2\" bg_image=\"209\" bg_tile=\"\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Pool maintenance services to commercial properties with pools[/trx_title][vc_column_text]Reliability and quality are two good reasons, but you also need a pool technician that is certified, can take on any needed repairs and renovations that may come up and knows the local “rules and regs”. Ensuring a clean environment is the goal of any pool professional, so why choose one over the other? Keep your pool clean, efficient and safe with routine pool maintenance service.[/vc_column_text][trx_button size=\"large\" link=\"/services-page/\" top=\"small\" bottom=\"small\"]Request service[/trx_button][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row inverse=\"\" css=\".vc_custom_1467372093261{background-color: #ffffff !important;}\"][vc_column][trx_team title=\"Our team\" cat=\"0\" columns=\"4\" count=\"4\" orderby=\"date\" order=\"desc\" bottom=\"huge\" css=\"margin-top: 7.5em;\"][trx_team_item user=\"Member 1\"][/trx_team_item][trx_team_item user=\"Member 2\"][/trx_team_item][trx_team_item user=\"Member 4\"][/trx_team_item][/trx_team][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467371774795{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;}\"][vc_column][trx_section css=\"margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\"margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}\"][vc_column][trx_form style=\"form_1\" return_page=\"none\" align=\"center\" title=\"contact us today\" subtitle=\"For more information or to request an estimate for service,contact our professional pool technicians.\" css=\"margin: 6.5em 0 7em;\" width=\"50%\"][/trx_form][/vc_column][/vc_row]</p>\r\n', 'Quienes Somos', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2019-12-16 19:24:06', '2019-12-16 19:24:06', '', 14, 'http://dacleanexpress.com/2019/12/16/14-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(699, 1, '2019-12-16 14:15:41', '2019-12-16 14:15:41', '[vc_row css=\".vc_custom_1467372078262{background-color: #ffffff !important;}\"][vc_column][trx_services type=\"icons\" title=\"How It Works\" cat=\"21\" order=\"asc\" readmore=\"none\" bottom=\"huge\" css=\" margin-top: 7.4em ;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][trx_services_item title=\"Service item 4\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons1\" css=\" margin-top: 5.1em;\"][trx_column_item span=\"1\" css=\" width: 34.3%; vertical-align: bottom;\"][trx_image url=\"444\" css=\"max-width: 90%; float: right;\"][/trx_column_item][trx_column_item span=\"2\" bg_image=\"209\" bg_tile=\"\" css=\" width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\" margin-bottom: 0.85em;\" top=\"null\"]Pool maintenance services to commercial properties with pools[/trx_title][vc_column_text]Reliability and quality are two good reasons, but you also need a pool technician that is certified, can take on any needed repairs and renovations that may come up and knows the local “rules and regs”. Ensuring a clean environment is the goal of any pool professional, so why choose one over the other? Keep your pool clean, efficient and safe with routine pool maintenance service.[/vc_column_text][trx_button size=\"large\" link=\"/services-page/\" top=\"small\" bottom=\"small\"]Request service[/trx_button][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row inverse=\"\" css=\".vc_custom_1467372093261{background-color: #ffffff !important;}\"][vc_column][trx_team title=\"Our team\" cat=\"0\" columns=\"4\" count=\"4\" orderby=\"date\" order=\"desc\" bottom=\"huge\" css=\" margin-top: 7.5em;\"][trx_team_item user=\"Member 1\"][/trx_team_item][trx_team_item user=\"Member 2\"][/trx_team_item][trx_team_item user=\"Member 4\"][/trx_team_item][/trx_team][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467371774795{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;}\"][vc_column][trx_section css=\" margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\" margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}\"][vc_column][trx_form style=\"form_1\" return_page=\"none\" align=\"center\" title=\"contact us today\" subtitle=\"For more information or to request an estimate for service,contact our professional pool technicians.\" css=\" margin: 6.5em 0 7em;\" width=\"50%\"][/trx_form][/vc_column][/vc_row]', 'Quienes Somos', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2019-12-16 14:15:41', '2019-12-16 14:15:41', '', 14, 'http://dacleanexpress.com/2019/12/16/14-revision-v1/', 0, 'revision', '', 0),
(700, 1, '2019-12-16 14:16:09', '2019-12-16 14:16:09', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469013162755{margin-top: -51px !important;}\"][vc_column][trx_section bg_image=\"227\" bg_tile=\"\" class=\"home-block-1\" animation=\"slideInRight\" css=\"float: right; width: 73%; z-index: 1;\"][trx_call_to_action align=\"left\" accent=\"yes\" title=\"Limpieza y Mantenimiento\" subtitle=\"De Oficinas y Residencias\" link=\"/book-now/\" link_caption=\"SOLICITAR SERVICIO\" style=\"2\"][/trx_call_to_action][/trx_section][/vc_column][/vc_row][vc_row inverse=\"\" css=\".vc_custom_1469442093175{margin-top: -41px !important;}\" el_class=\"marginbottom\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"home-block-2\" animation=\"fadeInLeft\"][trx_column_item span=\"2\" css=\"height: 199px; width:67.5%;\"][trx_block bg_image=\"219\" bg_tile=\"\" height=\"199px\"][/trx_block][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row][vc_column][trx_services style=\"services-2\" cat=\"22\" columns=\"3\" count=\"3\" readmore=\"none\" height=\"home-block-3\" top=\"null\" animation=\"fadeIn\" css=\"margin-bottom: 7em;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" parallax=\"content-moving\" parallax_image=\"513\" parallax_speed_bg=\"1.1\"][vc_column][trx_content css=\"margin-top: 8em; margin-bottom: 8.6em;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\"]We connect you to reliable[/trx_title][trx_title type=\"6\" align=\"center\" color=\"#ffffff\" css=\"line-height: 1.95em; margin-top: -0.2em;\"]Professional service technicians tailored to each job, offering incredible<br />\r\nvalue at pre-negotiated rates for on-demand support[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/about/\" width=\"125px\"]more details[/trx_button][/trx_content][/vc_column][/vc_row][vc_row css=\".vc_custom_1467633836778{background-color: #ffffff !important;}\"][vc_column][trx_services type=\"icons\" title=\"How It Works\" cat=\"21\" readmore=\"none\" css=\"margin-top: 6.5em ; margin-bottom: 7em;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][trx_services_item title=\"Service item 4\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons1\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"444\" css=\"max-width: 90%; float: right;\"][/trx_column_item][trx_column_item span=\"2\" animation=\"fadeInRight\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Pool maintenance services to commercial properties with pools[/trx_title][vc_column_text]Reliability and quality are two good reasons, but you also need a pool technician that is certified, can take on any needed repairs and renovations that may come up and knows the local “rules and regs”. Ensuring a clean environment is the goal of any pool professional, so why choose one over the other? Keep your pool clean, efficient and safe with routine pool maintenance service.[/vc_column_text][trx_button size=\"large\" link=\"/services-page/\" top=\"small\" bottom=\"small\"]Request service[/trx_button][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576161709493{background-color: #ffffff !important;}\"][vc_column][trx_section title=\"PRICING\" subtitle=\"We have three plans to choose from.<br />\r\nLook them over and let us know which one best fits your needs.\" css=\"margin-top: 6.4em; margin-bottom: 9.5em;\"][trx_columns count=\"3\" equalheight=\"yes\" margins=\"\" top=\"medium\" bottom=\"medium\"][trx_column_item][trx_price_block style=\"1\" title=\"Deluxe\" link=\"/services-page/\" link_text=\"Learn more\" money=\"30\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service every week</strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will make one trip per week to the pool to perform the following service: vacuum, test water for correct balance,add chemicals.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"2\" title=\"Standard\" link=\"/services-page/\" link_text=\"Learn more\" money=\"27\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service alternating with a chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>Our professional team provide chemical service with vacuuming, skimming, brushing, emptying baskets and perform visual check of your pool equipment.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"3\" title=\"Vacation\" link=\"/services-page/\" link_text=\"Learn more\" money=\"25\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">One full service every four weeks with three chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will perform the following service: vacuum, test water for correct balance, add chemicals and perform check of equipment.[/trx_price_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section css=\"margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\"margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576162034578{background-color: #ffffff !important;}\"][vc_column][trx_content css=\"margin-top: 6.5em; margin-bottom: 7em;\"][trx_title type=\"4\" style=\"underline\" align=\"center\" bottom=\"small\"]New Products[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/shop/\" width=\"100px\" top=\"small\"]Go to shop[/trx_button][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"540\" disable_element=\"yes\"][vc_column][trx_skills max_value=\"300\" type=\"counter\" layout=\"columns\" style=\"1\" columns=\"4\" css=\"margin-top: 11em ; margin-bottom: 11em ;\"][trx_skills_item title=\"Happy Clients\" value=\"157\" style=\"2\" icon=\"icon-icon_4\"][/trx_skills_item][trx_skills_item title=\"Years Of Experience\" value=\"14\" style=\"2\" icon=\"icon-icon_5\"][/trx_skills_item][trx_skills_item title=\"Experienced Staff\" value=\"65\" style=\"2\" icon=\"icon-icon_2\"][/trx_skills_item][trx_skills_item title=\"Professional Equipment\" value=\"265\" style=\"2\" icon=\"icon-icon_6\"][/trx_skills_item][/trx_skills][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1469020819107{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons2\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"2\" animation=\"fadeInLeft\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Are you a pool technician wanting to grow your pool service business?[/trx_title][vc_column_text]Our organization is a full service pool maintenance company. We pride ourselves on providing first class service and excellent workmanship. We have the knowledge, and experience, to provide expert pool maintenance and repairs for pool owners. We are professional in every aspect of our business, from appearance and reliability, to the way we take care of your pool.[/vc_column_text][trx_button size=\"large\" link=\"/about/\" top=\"small\" bottom=\"small\"]Join now[/trx_button][/trx_column_item][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"445\" css=\"max-width: 90%; float: left;\"][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column][trx_blogger style=\"classic_3\" descr=\"200\" readmore=\"none\" title=\"recent posts\" link=\"/classic/\" link_caption=\"More posts\" cat=\"19\" count=\"3\" offset=\"0\" css=\"margin-bottom: 6.75em; margin-top: 6.25em;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467380435876{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}\"][vc_column][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"large\" bottom=\"large\"][/trx_clients][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}\"][vc_column][trx_form style=\"form_1\" return_page=\"none\" align=\"center\" title=\"contact us today\" subtitle=\"For more information or to request an estimate for service,contact our professional pool technicians.\" css=\"margin: 6.5em 0 7em;\" width=\"50%\"][/trx_form][/vc_column][/vc_row]</p>\r\n', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-16 14:16:09', '2019-12-16 14:16:09', '', 42, 'http://dacleanexpress.com/2019/12/16/42-revision-v1/', 0, 'revision', '', 0),
(701, 1, '2019-12-16 14:16:30', '2019-12-16 14:16:30', '[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1468838914794{background-color: #ffffff !important;}\"][vc_column][trx_section bg_image=\"227\" bg_tile=\"\" bg_padding=\"no\" class=\"home-block-1\" css=\"float: right; width: 73%; z-index: 1;\"][trx_call_to_action align=\"left\" accent=\"yes\" title=\"POOL CAREHAS NEVER BEEN EASIER\" subtitle=\"We provide professional pool service and repairs!\" link=\"/book-now/\" link_caption=\"Book a service now!\" style=\"2\"][/trx_call_to_action][/trx_section][/vc_column][/vc_row][vc_row css=\".vc_custom_1469442147218{margin-top: -41px !important;}\" el_class=\"marginbottom\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"home-block-2\"][trx_column_item span=\"2\" css=\"height: 199px; width:67.5%;\"][trx_block bg_image=\"219\" bg_tile=\"\" bg_padding=\"no\" height=\"199px\"][/trx_block][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row][vc_column][trx_services style=\"services-2\" cat=\"22\" columns=\"3\" count=\"3\" readmore=\"none\" top=\"null\" class=\"home-block-3\" css=\"margin-bottom: 7em;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468922676153{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-8.jpg?id=226) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_skills max_value=\"300\" type=\"counter\" layout=\"columns\" style=\"1\" columns=\"4\" css=\" margin-top: 11em ; margin-bottom: 11em ;\"][trx_skills_item title=\"Happy Clients\" value=\"157\" style=\"2\" icon=\"icon-icon_4\"][/trx_skills_item][trx_skills_item title=\"Years Of Experience\" value=\"14\" style=\"2\" icon=\"icon-icon_5\"][/trx_skills_item][trx_skills_item title=\"Experienced Staff\" value=\"65\" style=\"2\" icon=\"icon-icon_2\"][/trx_skills_item][trx_skills_item title=\"Professional Equipment\" value=\"265\" style=\"2\" icon=\"icon-icon_6\"][/trx_skills_item][/trx_skills][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467380435876{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}\"][vc_column][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"large\" bottom=\"large\"][/trx_clients][/vc_column][/vc_row]', 'Servicios', '', 'inherit', 'closed', 'closed', '', '40-revision-v1', '', '', '2019-12-16 14:16:30', '2019-12-16 14:16:30', '', 40, 'http://dacleanexpress.com/2019/12/16/40-revision-v1/', 0, 'revision', '', 0),
(702, 1, '2019-12-16 14:36:26', '2019-12-16 14:36:26', '', 'header-bg', '', 'inherit', 'open', 'closed', '', 'header-bg', '', '', '2019-12-16 14:36:42', '2019-12-16 14:36:42', '', 0, 'http://dacleanexpress.com/wp-content/uploads/2019/12/header-bg.jpg', 0, 'attachment', 'image/jpeg', 0),
(704, 1, '2019-12-16 14:38:24', '2019-12-16 14:38:24', '.scheme_original .top_panel_fixed .top_panel_position_over.top_panel_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_dark .footer_wrap_inner {\n    background-color: #007ec4;\n}', 'poolservices', '', 'inherit', 'closed', 'closed', '', '681-revision-v1', '', '', '2019-12-16 14:38:24', '2019-12-16 14:38:24', '', 681, 'http://dacleanexpress.com/2019/12/16/681-revision-v1/', 0, 'revision', '', 0),
(706, 1, '2019-12-16 14:50:40', '2019-12-16 14:50:40', '.scheme_original .top_panel_fixed .top_panel_position_over.top_panel_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_dark .footer_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_original .top_panel_over .top_panel_style_7 .menu_main_nav > li > a:hover {\n    color: #002134;\n}', 'poolservices', '', 'inherit', 'closed', 'closed', '', '681-revision-v1', '', '', '2019-12-16 14:50:40', '2019-12-16 14:50:40', '', 681, 'http://dacleanexpress.com/2019/12/16/681-revision-v1/', 0, 'revision', '', 0),
(708, 1, '2019-12-16 14:54:41', '2019-12-16 14:54:41', '[booked-calendar calendar=\"36\"]', 'Solicitar Servicio', '', 'inherit', 'closed', 'closed', '', '553-revision-v1', '', '', '2019-12-16 14:54:41', '2019-12-16 14:54:41', '', 553, 'http://dacleanexpress.com/2019/12/16/553-revision-v1/', 0, 'revision', '', 0),
(709, 1, '2019-12-16 14:56:17', '2019-12-16 14:56:17', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469013162755{margin-top: -51px !important;}\"][vc_column][trx_section bg_image=\"227\" bg_tile=\"\" class=\"home-block-1\" animation=\"slideInRight\" css=\"float: right; width: 73%; z-index: 1;\"][trx_call_to_action align=\"left\" accent=\"yes\" title=\"Limpieza y Mantenimiento\" subtitle=\"De Oficinas y Residencias\" link=\"/solicitar-servicio\" link_caption=\"SOLICITAR SERVICIO\" style=\"2\"][/trx_call_to_action][/trx_section][/vc_column][/vc_row][vc_row inverse=\"\" css=\".vc_custom_1469442093175{margin-top: -41px !important;}\" el_class=\"marginbottom\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"home-block-2\" animation=\"fadeInLeft\"][trx_column_item span=\"2\" css=\"height: 199px; width:67.5%;\"][trx_block bg_image=\"219\" bg_tile=\"\" height=\"199px\"][/trx_block][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row][vc_column][trx_services style=\"services-2\" cat=\"22\" columns=\"3\" count=\"3\" readmore=\"none\" height=\"home-block-3\" top=\"null\" animation=\"fadeIn\" css=\"margin-bottom: 7em;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" parallax=\"content-moving\" parallax_image=\"513\" parallax_speed_bg=\"1.1\"][vc_column][trx_content css=\"margin-top: 8em; margin-bottom: 8.6em;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\"]We connect you to reliable[/trx_title][trx_title type=\"6\" align=\"center\" color=\"#ffffff\" css=\"line-height: 1.95em; margin-top: -0.2em;\"]Professional service technicians tailored to each job, offering incredible<br />\r\nvalue at pre-negotiated rates for on-demand support[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/about/\" width=\"125px\"]more details[/trx_button][/trx_content][/vc_column][/vc_row][vc_row css=\".vc_custom_1467633836778{background-color: #ffffff !important;}\"][vc_column][trx_services type=\"icons\" title=\"How It Works\" cat=\"21\" readmore=\"none\" css=\"margin-top: 6.5em ; margin-bottom: 7em;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][trx_services_item title=\"Service item 4\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons1\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"444\" css=\"max-width: 90%; float: right;\"][/trx_column_item][trx_column_item span=\"2\" animation=\"fadeInRight\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Pool maintenance services to commercial properties with pools[/trx_title][vc_column_text]Reliability and quality are two good reasons, but you also need a pool technician that is certified, can take on any needed repairs and renovations that may come up and knows the local “rules and regs”. Ensuring a clean environment is the goal of any pool professional, so why choose one over the other? Keep your pool clean, efficient and safe with routine pool maintenance service.[/vc_column_text][trx_button size=\"large\" link=\"/services-page/\" top=\"small\" bottom=\"small\"]Request service[/trx_button][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576161709493{background-color: #ffffff !important;}\"][vc_column][trx_section title=\"PRICING\" subtitle=\"We have three plans to choose from.<br />\r\nLook them over and let us know which one best fits your needs.\" css=\"margin-top: 6.4em; margin-bottom: 9.5em;\"][trx_columns count=\"3\" equalheight=\"yes\" margins=\"\" top=\"medium\" bottom=\"medium\"][trx_column_item][trx_price_block style=\"1\" title=\"Deluxe\" link=\"/services-page/\" link_text=\"Learn more\" money=\"30\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service every week</strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will make one trip per week to the pool to perform the following service: vacuum, test water for correct balance,add chemicals.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"2\" title=\"Standard\" link=\"/services-page/\" link_text=\"Learn more\" money=\"27\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service alternating with a chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>Our professional team provide chemical service with vacuuming, skimming, brushing, emptying baskets and perform visual check of your pool equipment.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"3\" title=\"Vacation\" link=\"/services-page/\" link_text=\"Learn more\" money=\"25\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">One full service every four weeks with three chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will perform the following service: vacuum, test water for correct balance, add chemicals and perform check of equipment.[/trx_price_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section css=\"margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\"margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576162034578{background-color: #ffffff !important;}\"][vc_column][trx_content css=\"margin-top: 6.5em; margin-bottom: 7em;\"][trx_title type=\"4\" style=\"underline\" align=\"center\" bottom=\"small\"]New Products[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/shop/\" width=\"100px\" top=\"small\"]Go to shop[/trx_button][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"540\" disable_element=\"yes\"][vc_column][trx_skills max_value=\"300\" type=\"counter\" layout=\"columns\" style=\"1\" columns=\"4\" css=\"margin-top: 11em ; margin-bottom: 11em ;\"][trx_skills_item title=\"Happy Clients\" value=\"157\" style=\"2\" icon=\"icon-icon_4\"][/trx_skills_item][trx_skills_item title=\"Years Of Experience\" value=\"14\" style=\"2\" icon=\"icon-icon_5\"][/trx_skills_item][trx_skills_item title=\"Experienced Staff\" value=\"65\" style=\"2\" icon=\"icon-icon_2\"][/trx_skills_item][trx_skills_item title=\"Professional Equipment\" value=\"265\" style=\"2\" icon=\"icon-icon_6\"][/trx_skills_item][/trx_skills][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1469020819107{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons2\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"2\" animation=\"fadeInLeft\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Are you a pool technician wanting to grow your pool service business?[/trx_title][vc_column_text]Our organization is a full service pool maintenance company. We pride ourselves on providing first class service and excellent workmanship. We have the knowledge, and experience, to provide expert pool maintenance and repairs for pool owners. We are professional in every aspect of our business, from appearance and reliability, to the way we take care of your pool.[/vc_column_text][trx_button size=\"large\" link=\"/about/\" top=\"small\" bottom=\"small\"]Join now[/trx_button][/trx_column_item][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"445\" css=\"max-width: 90%; float: left;\"][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column][trx_blogger style=\"classic_3\" descr=\"200\" readmore=\"none\" title=\"recent posts\" link=\"/classic/\" link_caption=\"More posts\" cat=\"19\" count=\"3\" offset=\"0\" css=\"margin-bottom: 6.75em; margin-top: 6.25em;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467380435876{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}\"][vc_column][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"large\" bottom=\"large\"][/trx_clients][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}\"][vc_column][trx_form style=\"form_1\" return_page=\"none\" align=\"center\" title=\"contact us today\" subtitle=\"For more information or to request an estimate for service,contact our professional pool technicians.\" css=\"margin: 6.5em 0 7em;\" width=\"50%\"][/trx_form][/vc_column][/vc_row]</p>\r\n', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-16 14:56:17', '2019-12-16 14:56:17', '', 42, 'http://dacleanexpress.com/2019/12/16/42-revision-v1/', 0, 'revision', '', 0),
(710, 1, '2019-12-16 15:09:35', '2019-12-16 15:09:35', '[booked-calendar calendar=36]', 'Solicitar Servicio', '', 'inherit', 'closed', 'closed', '', '553-revision-v1', '', '', '2019-12-16 15:09:35', '2019-12-16 15:09:35', '', 553, 'http://dacleanexpress.com/2019/12/16/553-revision-v1/', 0, 'revision', '', 0),
(711, 1, '2019-12-16 15:19:05', '2019-12-16 15:19:05', '[booked-calendar calendar=49]', 'Solicitar Servicio', '', 'inherit', 'closed', 'closed', '', '553-revision-v1', '', '', '2019-12-16 15:19:05', '2019-12-16 15:19:05', '', 553, 'http://dacleanexpress.com/2019/12/16/553-revision-v1/', 0, 'revision', '', 0),
(712, 1, '2019-12-16 15:21:44', '2019-12-16 15:21:44', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469013162755{margin-top: -51px !important;}\"][vc_column][trx_section bg_image=\"227\" bg_tile=\"\" class=\"home-block-1\" animation=\"slideInRight\" css=\"float: right; width: 73%; z-index: 1;\"][trx_call_to_action align=\"left\" accent=\"yes\" title=\"Limpieza y Mantenimiento\" subtitle=\"De Oficinas y Residencias\" link=\"/dacleanexpress/solicitar-servicio\" link_caption=\"SOLICITAR SERVICIO\" style=\"2\"][/trx_call_to_action][/trx_section][/vc_column][/vc_row][vc_row inverse=\"\" css=\".vc_custom_1469442093175{margin-top: -41px !important;}\" el_class=\"marginbottom\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"home-block-2\" animation=\"fadeInLeft\"][trx_column_item span=\"2\" css=\"height: 199px; width:67.5%;\"][trx_block bg_image=\"219\" bg_tile=\"\" height=\"199px\"][/trx_block][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row][vc_column][trx_services style=\"services-2\" cat=\"22\" columns=\"3\" count=\"3\" readmore=\"none\" height=\"home-block-3\" top=\"null\" animation=\"fadeIn\" css=\"margin-bottom: 7em;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" parallax=\"content-moving\" parallax_image=\"513\" parallax_speed_bg=\"1.1\"][vc_column][trx_content css=\"margin-top: 8em; margin-bottom: 8.6em;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\"]We connect you to reliable[/trx_title][trx_title type=\"6\" align=\"center\" color=\"#ffffff\" css=\"line-height: 1.95em; margin-top: -0.2em;\"]Professional service technicians tailored to each job, offering incredible<br />\r\nvalue at pre-negotiated rates for on-demand support[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/about/\" width=\"125px\"]more details[/trx_button][/trx_content][/vc_column][/vc_row][vc_row css=\".vc_custom_1467633836778{background-color: #ffffff !important;}\"][vc_column][trx_services type=\"icons\" title=\"How It Works\" cat=\"21\" readmore=\"none\" css=\"margin-top: 6.5em ; margin-bottom: 7em;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][trx_services_item title=\"Service item 4\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons1\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"444\" css=\"max-width: 90%; float: right;\"][/trx_column_item][trx_column_item span=\"2\" animation=\"fadeInRight\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Pool maintenance services to commercial properties with pools[/trx_title][vc_column_text]Reliability and quality are two good reasons, but you also need a pool technician that is certified, can take on any needed repairs and renovations that may come up and knows the local “rules and regs”. Ensuring a clean environment is the goal of any pool professional, so why choose one over the other? Keep your pool clean, efficient and safe with routine pool maintenance service.[/vc_column_text][trx_button size=\"large\" link=\"/services-page/\" top=\"small\" bottom=\"small\"]Request service[/trx_button][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576161709493{background-color: #ffffff !important;}\"][vc_column][trx_section title=\"PRICING\" subtitle=\"We have three plans to choose from.<br />\r\nLook them over and let us know which one best fits your needs.\" css=\"margin-top: 6.4em; margin-bottom: 9.5em;\"][trx_columns count=\"3\" equalheight=\"yes\" margins=\"\" top=\"medium\" bottom=\"medium\"][trx_column_item][trx_price_block style=\"1\" title=\"Deluxe\" link=\"/services-page/\" link_text=\"Learn more\" money=\"30\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service every week</strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will make one trip per week to the pool to perform the following service: vacuum, test water for correct balance,add chemicals.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"2\" title=\"Standard\" link=\"/services-page/\" link_text=\"Learn more\" money=\"27\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service alternating with a chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>Our professional team provide chemical service with vacuuming, skimming, brushing, emptying baskets and perform visual check of your pool equipment.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"3\" title=\"Vacation\" link=\"/services-page/\" link_text=\"Learn more\" money=\"25\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">One full service every four weeks with three chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will perform the following service: vacuum, test water for correct balance, add chemicals and perform check of equipment.[/trx_price_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section css=\"margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\"margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576162034578{background-color: #ffffff !important;}\"][vc_column][trx_content css=\"margin-top: 6.5em; margin-bottom: 7em;\"][trx_title type=\"4\" style=\"underline\" align=\"center\" bottom=\"small\"]New Products[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/shop/\" width=\"100px\" top=\"small\"]Go to shop[/trx_button][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"540\" disable_element=\"yes\"][vc_column][trx_skills max_value=\"300\" type=\"counter\" layout=\"columns\" style=\"1\" columns=\"4\" css=\"margin-top: 11em ; margin-bottom: 11em ;\"][trx_skills_item title=\"Happy Clients\" value=\"157\" style=\"2\" icon=\"icon-icon_4\"][/trx_skills_item][trx_skills_item title=\"Years Of Experience\" value=\"14\" style=\"2\" icon=\"icon-icon_5\"][/trx_skills_item][trx_skills_item title=\"Experienced Staff\" value=\"65\" style=\"2\" icon=\"icon-icon_2\"][/trx_skills_item][trx_skills_item title=\"Professional Equipment\" value=\"265\" style=\"2\" icon=\"icon-icon_6\"][/trx_skills_item][/trx_skills][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1469020819107{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons2\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"2\" animation=\"fadeInLeft\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Are you a pool technician wanting to grow your pool service business?[/trx_title][vc_column_text]Our organization is a full service pool maintenance company. We pride ourselves on providing first class service and excellent workmanship. We have the knowledge, and experience, to provide expert pool maintenance and repairs for pool owners. We are professional in every aspect of our business, from appearance and reliability, to the way we take care of your pool.[/vc_column_text][trx_button size=\"large\" link=\"/about/\" top=\"small\" bottom=\"small\"]Join now[/trx_button][/trx_column_item][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"445\" css=\"max-width: 90%; float: left;\"][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column][trx_blogger style=\"classic_3\" descr=\"200\" readmore=\"none\" title=\"recent posts\" link=\"/classic/\" link_caption=\"More posts\" cat=\"19\" count=\"3\" offset=\"0\" css=\"margin-bottom: 6.75em; margin-top: 6.25em;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467380435876{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}\"][vc_column][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"large\" bottom=\"large\"][/trx_clients][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}\"][vc_column][trx_form style=\"form_1\" return_page=\"none\" align=\"center\" title=\"contact us today\" subtitle=\"For more information or to request an estimate for service,contact our professional pool technicians.\" css=\"margin: 6.5em 0 7em;\" width=\"50%\"][/trx_form][/vc_column][/vc_row]</p>\r\n', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-16 15:21:44', '2019-12-16 15:21:44', '', 42, 'http://dacleanexpress.com/2019/12/16/42-revision-v1/', 0, 'revision', '', 0),
(713, 1, '2019-12-16 15:27:43', '2019-12-16 15:27:43', '[booked-calendar]', 'Solicitar Servicio', '', 'inherit', 'closed', 'closed', '', '553-revision-v1', '', '', '2019-12-16 15:27:43', '2019-12-16 15:27:43', '', 553, 'http://dacleanexpress.com/2019/12/16/553-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(717, 1, '2019-12-16 17:00:08', '2019-12-16 17:00:08', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469013162755{margin-top: -51px !important;}\"][vc_column][trx_section bg_image=\"227\" bg_tile=\"\" class=\"home-block-1\" animation=\"slideInRight\" css=\"float: right; width: 73%; z-index: 1;\"][trx_call_to_action align=\"left\" accent=\"yes\" title=\"Limpieza y Mantenimiento\" subtitle=\"De Oficinas y Residencias\" link=\"/dacleanexpress/solicitar-servicio\" link_caption=\"SOLICITAR SERVICIO\" style=\"2\"][/trx_call_to_action][/trx_section][/vc_column][/vc_row][vc_row inverse=\"\" css=\".vc_custom_1469442093175{margin-top: -41px !important;}\" el_class=\"marginbottom\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"home-block-2\" animation=\"fadeInLeft\"][trx_column_item span=\"2\" css=\"height: 199px; width:67.5%;\"][trx_block bg_image=\"219\" bg_tile=\"\" height=\"199px\"][/trx_block][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row][vc_column][trx_services style=\"services-2\" cat=\"22\" columns=\"3\" count=\"3\" readmore=\"none\" height=\"home-block-3\" top=\"null\" animation=\"fadeIn\" css=\"margin-bottom: 7em;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" parallax=\"content-moving\" parallax_image=\"513\" parallax_speed_bg=\"1.1\"][vc_column][trx_content css=\"margin-top: 8em; margin-bottom: 8.6em;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\"]We connect you to reliable[/trx_title][trx_title type=\"6\" align=\"center\" color=\"#ffffff\" css=\"line-height: 1.95em; margin-top: -0.2em;\"]Professional service technicians tailored to each job, offering incredible<br />\r\nvalue at pre-negotiated rates for on-demand support[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/about/\" width=\"125px\"]more details[/trx_button][/trx_content][/vc_column][/vc_row][vc_row css=\".vc_custom_1467633836778{background-color: #ffffff !important;}\"][vc_column][trx_services type=\"icons\" title=\"POR QUE LLAMAR A DACLEAN EXPRESS:\" cat=\"21\" readmore=\"none\" css=\"margin-top: 6.5em ; margin-bottom: 7em;\"][trx_services_item title=\"Reserva del servicio\"][/trx_services_item][trx_services_item title=\"Horarios Flexibles\"][/trx_services_item][trx_services_item title=\"Personal Capacitado\"][/trx_services_item][trx_services_item title=\"100% Calidad\"][/trx_services_item][trx_services_item title=\"Trato Personalizado\"][/trx_services_item][trx_services_item title=\"Confianza\"][/trx_services_item][trx_services_item title=\"Seguridad\"][/trx_services_item][trx_services_item title=\"Tranquilidad\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons1\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"444\" css=\"max-width: 90%; float: right;\"][/trx_column_item][trx_column_item span=\"2\" animation=\"fadeInRight\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Pool maintenance services to commercial properties with pools[/trx_title][vc_column_text]Reliability and quality are two good reasons, but you also need a pool technician that is certified, can take on any needed repairs and renovations that may come up and knows the local “rules and regs”. Ensuring a clean environment is the goal of any pool professional, so why choose one over the other? Keep your pool clean, efficient and safe with routine pool maintenance service.[/vc_column_text][trx_button size=\"large\" link=\"/services-page/\" top=\"small\" bottom=\"small\"]Request service[/trx_button][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576161709493{background-color: #ffffff !important;}\"][vc_column][trx_section title=\"PRICING\" subtitle=\"We have three plans to choose from.<br />\r\nLook them over and let us know which one best fits your needs.\" css=\"margin-top: 6.4em; margin-bottom: 9.5em;\"][trx_columns count=\"3\" equalheight=\"yes\" margins=\"\" top=\"medium\" bottom=\"medium\"][trx_column_item][trx_price_block style=\"1\" title=\"Deluxe\" link=\"/services-page/\" link_text=\"Learn more\" money=\"30\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service every week</strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will make one trip per week to the pool to perform the following service: vacuum, test water for correct balance,add chemicals.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"2\" title=\"Standard\" link=\"/services-page/\" link_text=\"Learn more\" money=\"27\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service alternating with a chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>Our professional team provide chemical service with vacuuming, skimming, brushing, emptying baskets and perform visual check of your pool equipment.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"3\" title=\"Vacation\" link=\"/services-page/\" link_text=\"Learn more\" money=\"25\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">One full service every four weeks with three chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will perform the following service: vacuum, test water for correct balance, add chemicals and perform check of equipment.[/trx_price_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section css=\"margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\"margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576162034578{background-color: #ffffff !important;}\"][vc_column][trx_content css=\"margin-top: 6.5em; margin-bottom: 7em;\"][trx_title type=\"4\" style=\"underline\" align=\"center\" bottom=\"small\"]New Products[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/shop/\" width=\"100px\" top=\"small\"]Go to shop[/trx_button][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"540\" disable_element=\"yes\"][vc_column][trx_skills max_value=\"300\" type=\"counter\" layout=\"columns\" style=\"1\" columns=\"4\" css=\"margin-top: 11em ; margin-bottom: 11em ;\"][trx_skills_item title=\"Happy Clients\" value=\"157\" style=\"2\" icon=\"icon-icon_4\"][/trx_skills_item][trx_skills_item title=\"Years Of Experience\" value=\"14\" style=\"2\" icon=\"icon-icon_5\"][/trx_skills_item][trx_skills_item title=\"Experienced Staff\" value=\"65\" style=\"2\" icon=\"icon-icon_2\"][/trx_skills_item][trx_skills_item title=\"Professional Equipment\" value=\"265\" style=\"2\" icon=\"icon-icon_6\"][/trx_skills_item][/trx_skills][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1469020819107{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons2\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"2\" animation=\"fadeInLeft\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Are you a pool technician wanting to grow your pool service business?[/trx_title][vc_column_text]Our organization is a full service pool maintenance company. We pride ourselves on providing first class service and excellent workmanship. We have the knowledge, and experience, to provide expert pool maintenance and repairs for pool owners. We are professional in every aspect of our business, from appearance and reliability, to the way we take care of your pool.[/vc_column_text][trx_button size=\"large\" link=\"/about/\" top=\"small\" bottom=\"small\"]Join now[/trx_button][/trx_column_item][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"445\" css=\"max-width: 90%; float: left;\"][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column][trx_blogger style=\"classic_3\" descr=\"200\" readmore=\"none\" title=\"recent posts\" link=\"/classic/\" link_caption=\"More posts\" cat=\"19\" count=\"3\" offset=\"0\" css=\"margin-bottom: 6.75em; margin-top: 6.25em;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467380435876{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}\"][vc_column][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"large\" bottom=\"large\"][/trx_clients][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}\"][vc_column][trx_form style=\"form_1\" return_page=\"none\" align=\"center\" title=\"contact us today\" subtitle=\"For more information or to request an estimate for service,contact our professional pool technicians.\" css=\"margin: 6.5em 0 7em;\" width=\"50%\"][/trx_form][/vc_column][/vc_row]</p>\r\n', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-16 17:00:08', '2019-12-16 17:00:08', '', 42, 'http://dacleanexpress.com/2019/12/16/42-revision-v1/', 0, 'revision', '', 0),
(718, 1, '2019-12-16 17:02:20', '2019-12-16 17:02:20', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469013162755{margin-top: -51px !important;}\"][vc_column][trx_section bg_image=\"227\" bg_tile=\"\" class=\"home-block-1\" animation=\"slideInRight\" css=\"float: right; width: 73%; z-index: 1;\"][trx_call_to_action align=\"left\" accent=\"yes\" title=\"Limpieza y Mantenimiento\" subtitle=\"De Oficinas y Residencias\" link=\"/dacleanexpress/solicitar-servicio\" link_caption=\"SOLICITAR SERVICIO\" style=\"2\"][/trx_call_to_action][/trx_section][/vc_column][/vc_row][vc_row inverse=\"\" css=\".vc_custom_1469442093175{margin-top: -41px !important;}\" el_class=\"marginbottom\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"home-block-2\" animation=\"fadeInLeft\"][trx_column_item span=\"2\" css=\"height: 199px; width:67.5%;\"][trx_block bg_image=\"219\" bg_tile=\"\" height=\"199px\"][/trx_block][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row][vc_column][trx_services style=\"services-2\" cat=\"22\" count=\"8\" readmore=\"none\" height=\"home-block-3\" top=\"null\" animation=\"fadeIn\" css=\"margin-bottom: 7em;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" parallax=\"content-moving\" parallax_image=\"513\" parallax_speed_bg=\"1.1\"][vc_column][trx_content css=\"margin-top: 8em; margin-bottom: 8.6em;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\"]We connect you to reliable[/trx_title][trx_title type=\"6\" align=\"center\" color=\"#ffffff\" css=\"line-height: 1.95em; margin-top: -0.2em;\"]Professional service technicians tailored to each job, offering incredible<br />\r\nvalue at pre-negotiated rates for on-demand support[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/about/\" width=\"125px\"]more details[/trx_button][/trx_content][/vc_column][/vc_row][vc_row css=\".vc_custom_1467633836778{background-color: #ffffff !important;}\"][vc_column][trx_services type=\"icons\" title=\"POR QUE LLAMAR A DACLEAN EXPRESS:\" cat=\"21\" readmore=\"none\" css=\"margin-top: 6.5em ; margin-bottom: 7em;\"][trx_services_item title=\"Reserva del servicio\"][/trx_services_item][trx_services_item title=\"Horarios Flexibles\"][/trx_services_item][trx_services_item title=\"Personal Capacitado\"][/trx_services_item][trx_services_item title=\"100% Calidad\"][/trx_services_item][trx_services_item title=\"Trato Personalizado\"][/trx_services_item][trx_services_item title=\"Confianza\"][/trx_services_item][trx_services_item title=\"Seguridad\"][/trx_services_item][trx_services_item title=\"Tranquilidad\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons1\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"444\" css=\"max-width: 90%; float: right;\"][/trx_column_item][trx_column_item span=\"2\" animation=\"fadeInRight\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Pool maintenance services to commercial properties with pools[/trx_title][vc_column_text]Reliability and quality are two good reasons, but you also need a pool technician that is certified, can take on any needed repairs and renovations that may come up and knows the local “rules and regs”. Ensuring a clean environment is the goal of any pool professional, so why choose one over the other? Keep your pool clean, efficient and safe with routine pool maintenance service.[/vc_column_text][trx_button size=\"large\" link=\"/services-page/\" top=\"small\" bottom=\"small\"]Request service[/trx_button][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576161709493{background-color: #ffffff !important;}\"][vc_column][trx_section title=\"PRICING\" subtitle=\"We have three plans to choose from.<br />\r\nLook them over and let us know which one best fits your needs.\" css=\"margin-top: 6.4em; margin-bottom: 9.5em;\"][trx_columns count=\"3\" equalheight=\"yes\" margins=\"\" top=\"medium\" bottom=\"medium\"][trx_column_item][trx_price_block style=\"1\" title=\"Deluxe\" link=\"/services-page/\" link_text=\"Learn more\" money=\"30\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service every week</strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will make one trip per week to the pool to perform the following service: vacuum, test water for correct balance,add chemicals.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"2\" title=\"Standard\" link=\"/services-page/\" link_text=\"Learn more\" money=\"27\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service alternating with a chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>Our professional team provide chemical service with vacuuming, skimming, brushing, emptying baskets and perform visual check of your pool equipment.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"3\" title=\"Vacation\" link=\"/services-page/\" link_text=\"Learn more\" money=\"25\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">One full service every four weeks with three chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will perform the following service: vacuum, test water for correct balance, add chemicals and perform check of equipment.[/trx_price_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section css=\"margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\"margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576162034578{background-color: #ffffff !important;}\"][vc_column][trx_content css=\"margin-top: 6.5em; margin-bottom: 7em;\"][trx_title type=\"4\" style=\"underline\" align=\"center\" bottom=\"small\"]New Products[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/shop/\" width=\"100px\" top=\"small\"]Go to shop[/trx_button][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"540\" disable_element=\"yes\"][vc_column][trx_skills max_value=\"300\" type=\"counter\" layout=\"columns\" style=\"1\" columns=\"4\" css=\"margin-top: 11em ; margin-bottom: 11em ;\"][trx_skills_item title=\"Happy Clients\" value=\"157\" style=\"2\" icon=\"icon-icon_4\"][/trx_skills_item][trx_skills_item title=\"Years Of Experience\" value=\"14\" style=\"2\" icon=\"icon-icon_5\"][/trx_skills_item][trx_skills_item title=\"Experienced Staff\" value=\"65\" style=\"2\" icon=\"icon-icon_2\"][/trx_skills_item][trx_skills_item title=\"Professional Equipment\" value=\"265\" style=\"2\" icon=\"icon-icon_6\"][/trx_skills_item][/trx_skills][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1469020819107{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons2\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"2\" animation=\"fadeInLeft\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Are you a pool technician wanting to grow your pool service business?[/trx_title][vc_column_text]Our organization is a full service pool maintenance company. We pride ourselves on providing first class service and excellent workmanship. We have the knowledge, and experience, to provide expert pool maintenance and repairs for pool owners. We are professional in every aspect of our business, from appearance and reliability, to the way we take care of your pool.[/vc_column_text][trx_button size=\"large\" link=\"/about/\" top=\"small\" bottom=\"small\"]Join now[/trx_button][/trx_column_item][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"445\" css=\"max-width: 90%; float: left;\"][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column][trx_blogger style=\"classic_3\" descr=\"200\" readmore=\"none\" title=\"recent posts\" link=\"/classic/\" link_caption=\"More posts\" cat=\"19\" count=\"3\" offset=\"0\" css=\"margin-bottom: 6.75em; margin-top: 6.25em;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467380435876{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}\"][vc_column][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"large\" bottom=\"large\"][/trx_clients][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}\"][vc_column][trx_form style=\"form_1\" return_page=\"none\" align=\"center\" title=\"contact us today\" subtitle=\"For more information or to request an estimate for service,contact our professional pool technicians.\" css=\"margin: 6.5em 0 7em;\" width=\"50%\"][/trx_form][/vc_column][/vc_row]</p>\r\n', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-16 17:02:20', '2019-12-16 17:02:20', '', 42, 'http://dacleanexpress.com/2019/12/16/42-revision-v1/', 0, 'revision', '', 0),
(720, 1, '2019-12-16 17:04:37', '2019-12-16 17:04:37', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469013162755{margin-top: -51px !important;}\"][vc_column][trx_section bg_image=\"227\" bg_tile=\"\" class=\"home-block-1\" animation=\"slideInRight\" css=\"float: right; width: 73%; z-index: 1;\"][trx_call_to_action align=\"left\" accent=\"yes\" title=\"Limpieza y Mantenimiento\" subtitle=\"De Oficinas y Residencias\" link=\"/dacleanexpress/solicitar-servicio\" link_caption=\"SOLICITAR SERVICIO\" style=\"2\"][/trx_call_to_action][/trx_section][/vc_column][/vc_row][vc_row inverse=\"\" css=\".vc_custom_1469442093175{margin-top: -41px !important;}\" el_class=\"marginbottom\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"home-block-2\" animation=\"fadeInLeft\"][trx_column_item span=\"2\" css=\"height: 199px; width:67.5%;\"][trx_block bg_image=\"219\" bg_tile=\"\" height=\"199px\"][/trx_block][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row][vc_column][trx_services style=\"services-2\" cat=\"22\" columns=\"3\" count=\"3\" readmore=\"none\" height=\"home-block-3\" top=\"null\" animation=\"fadeIn\" css=\"margin-bottom: 7em;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" parallax=\"content-moving\" parallax_image=\"513\" parallax_speed_bg=\"1.1\"][vc_column][trx_content css=\"margin-top: 8em; margin-bottom: 8.6em;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\"]We connect you to reliable[/trx_title][trx_title type=\"6\" align=\"center\" color=\"#ffffff\" css=\"line-height: 1.95em; margin-top: -0.2em;\"]Professional service technicians tailored to each job, offering incredible<br />\r\nvalue at pre-negotiated rates for on-demand support[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/about/\" width=\"125px\"]more details[/trx_button][/trx_content][/vc_column][/vc_row][vc_row css=\".vc_custom_1467633836778{background-color: #ffffff !important;}\"][vc_column][trx_services type=\"icons\" title=\"POR QUE LLAMAR A DACLEAN EXPRESS:\" cat=\"21\" count=\"8\" readmore=\"none\" css=\"margin-top: 6.5em ; margin-bottom: 7em;\"][trx_services_item title=\"Reserva del servicio\"][/trx_services_item][trx_services_item title=\"Horarios Flexibles\"][/trx_services_item][trx_services_item title=\"Personal Capacitado\"][/trx_services_item][trx_services_item title=\"100% Calidad\"][/trx_services_item][trx_services_item title=\"Trato Personalizado\"][/trx_services_item][trx_services_item title=\"Confianza\"][/trx_services_item][trx_services_item title=\"Seguridad\"][/trx_services_item][trx_services_item title=\"Tranquilidad\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons1\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"444\" css=\"max-width: 90%; float: right;\"][/trx_column_item][trx_column_item span=\"2\" animation=\"fadeInRight\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Pool maintenance services to commercial properties with pools[/trx_title][vc_column_text]Reliability and quality are two good reasons, but you also need a pool technician that is certified, can take on any needed repairs and renovations that may come up and knows the local “rules and regs”. Ensuring a clean environment is the goal of any pool professional, so why choose one over the other? Keep your pool clean, efficient and safe with routine pool maintenance service.[/vc_column_text][trx_button size=\"large\" link=\"/services-page/\" top=\"small\" bottom=\"small\"]Request service[/trx_button][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576161709493{background-color: #ffffff !important;}\"][vc_column][trx_section title=\"PRICING\" subtitle=\"We have three plans to choose from.<br />\r\nLook them over and let us know which one best fits your needs.\" css=\"margin-top: 6.4em; margin-bottom: 9.5em;\"][trx_columns count=\"3\" equalheight=\"yes\" margins=\"\" top=\"medium\" bottom=\"medium\"][trx_column_item][trx_price_block style=\"1\" title=\"Deluxe\" link=\"/services-page/\" link_text=\"Learn more\" money=\"30\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service every week</strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will make one trip per week to the pool to perform the following service: vacuum, test water for correct balance,add chemicals.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"2\" title=\"Standard\" link=\"/services-page/\" link_text=\"Learn more\" money=\"27\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service alternating with a chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>Our professional team provide chemical service with vacuuming, skimming, brushing, emptying baskets and perform visual check of your pool equipment.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"3\" title=\"Vacation\" link=\"/services-page/\" link_text=\"Learn more\" money=\"25\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">One full service every four weeks with three chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will perform the following service: vacuum, test water for correct balance, add chemicals and perform check of equipment.[/trx_price_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section css=\"margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\"margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576162034578{background-color: #ffffff !important;}\"][vc_column][trx_content css=\"margin-top: 6.5em; margin-bottom: 7em;\"][trx_title type=\"4\" style=\"underline\" align=\"center\" bottom=\"small\"]New Products[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/shop/\" width=\"100px\" top=\"small\"]Go to shop[/trx_button][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"540\" disable_element=\"yes\"][vc_column][trx_skills max_value=\"300\" type=\"counter\" layout=\"columns\" style=\"1\" columns=\"4\" css=\"margin-top: 11em ; margin-bottom: 11em ;\"][trx_skills_item title=\"Happy Clients\" value=\"157\" style=\"2\" icon=\"icon-icon_4\"][/trx_skills_item][trx_skills_item title=\"Years Of Experience\" value=\"14\" style=\"2\" icon=\"icon-icon_5\"][/trx_skills_item][trx_skills_item title=\"Experienced Staff\" value=\"65\" style=\"2\" icon=\"icon-icon_2\"][/trx_skills_item][trx_skills_item title=\"Professional Equipment\" value=\"265\" style=\"2\" icon=\"icon-icon_6\"][/trx_skills_item][/trx_skills][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1469020819107{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons2\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"2\" animation=\"fadeInLeft\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Are you a pool technician wanting to grow your pool service business?[/trx_title][vc_column_text]Our organization is a full service pool maintenance company. We pride ourselves on providing first class service and excellent workmanship. We have the knowledge, and experience, to provide expert pool maintenance and repairs for pool owners. We are professional in every aspect of our business, from appearance and reliability, to the way we take care of your pool.[/vc_column_text][trx_button size=\"large\" link=\"/about/\" top=\"small\" bottom=\"small\"]Join now[/trx_button][/trx_column_item][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"445\" css=\"max-width: 90%; float: left;\"][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column][trx_blogger style=\"classic_3\" descr=\"200\" readmore=\"none\" title=\"recent posts\" link=\"/classic/\" link_caption=\"More posts\" cat=\"19\" count=\"3\" offset=\"0\" css=\"margin-bottom: 6.75em; margin-top: 6.25em;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467380435876{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}\"][vc_column][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"large\" bottom=\"large\"][/trx_clients][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}\"][vc_column][trx_form style=\"form_1\" return_page=\"none\" align=\"center\" title=\"contact us today\" subtitle=\"For more information or to request an estimate for service,contact our professional pool technicians.\" css=\"margin: 6.5em 0 7em;\" width=\"50%\"][/trx_form][/vc_column][/vc_row]</p>\r\n', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-16 17:04:37', '2019-12-16 17:04:37', '', 42, 'http://dacleanexpress.com/2019/12/16/42-revision-v1/', 0, 'revision', '', 0),
(1126, 18, '2020-03-06 14:44:07', '2020-03-06 19:44:07', '[vc_row css=\".vc_custom_1583756505509{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"1119\" img_size=\"large\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]El servicio de limpieza es una de las actividades domésticas más importante y saludables del hogar, se ha convertido en una herramienta comercial y un apoyo operativo para los gerentes y administradores de empresa.\r\nCon el servicio de limpieza las empresas están aportando grandes ingresos a la economía de nuestro país y otros países de la región.\r\n\r\nLos servicios de limpieza se han convertido en un parte esencial y brazo gestor de un administrador comercial, institucional, doméstico y de otras latitudes.\r\n\r\nPero también es cierto que esta actividad doméstica y comercial no se ha valorado la imagen que se merece.\r\n\r\nDebido a nuestra cultura LATINA que hemos visto el servicio de limpieza como un trabajo no merecedor de hacerlo tanto los hombres como las mujeres; El hombre o mujer panameño(ña) decide realizar este trabajo por diversas razones menos por amor, pasión respeto, profesionalismo o dignidad.\r\n\r\nEs nuestra cultura la que ha permitido que una actividad o trabajo tan importante y valioso no sea admirado como lo debemos hacerlo o ser merecedor de la admiración y respeto que esta labor tiene para nuestra sociedad.\r\nNuestra empresa <strong>Daclean Express</strong> por medio de su fundadora Dalys Durango está enfocada, interesada y comprometida en iniciar el CAMBIO que esta actividad se merece. Las mujeres vulnerables y fuera de la economía formal, tienen en la limpieza una actividad laboral que le permite su inserción y mejorar la calidad de vida de ella y su familia. Apreciar con respeto esta actividad laboral, es realizar la importancia de una mujer que será TRASFORMADA e IMPACTADA por un trabajo digno, noble y decente\"\r\n\r\n<strong>Daclean Express</strong>\r\n<strong>Impactando y Transformando VIDAS!!</strong>\r\n<strong>Dalys Durango</strong>[/vc_column_text][/vc_column][/vc_row]', 'Revolución y Empoderamiento del servicio de Limpieza para la mujer panameña.', '', 'publish', 'closed', 'closed', '', 'revolucion-y-empoderamiento-del-servicio-de-limpieza-para-la-mujer-panamena', '', '', '2020-03-09 07:28:01', '2020-03-09 12:28:01', '', 0, 'https://dacleanexpress.com/?p=1126', 0, 'post', '', 0),
(719, 1, '2019-12-16 17:03:36', '2019-12-16 17:03:36', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469013162755{margin-top: -51px !important;}\"][vc_column][trx_section bg_image=\"227\" bg_tile=\"\" class=\"home-block-1\" animation=\"slideInRight\" css=\"float: right; width: 73%; z-index: 1;\"][trx_call_to_action align=\"left\" accent=\"yes\" title=\"Limpieza y Mantenimiento\" subtitle=\"De Oficinas y Residencias\" link=\"/dacleanexpress/solicitar-servicio\" link_caption=\"SOLICITAR SERVICIO\" style=\"2\"][/trx_call_to_action][/trx_section][/vc_column][/vc_row][vc_row inverse=\"\" css=\".vc_custom_1469442093175{margin-top: -41px !important;}\" el_class=\"marginbottom\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"home-block-2\" animation=\"fadeInLeft\"][trx_column_item span=\"2\" css=\"height: 199px; width:67.5%;\"][trx_block bg_image=\"219\" bg_tile=\"\" height=\"199px\"][/trx_block][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row][vc_column][trx_services style=\"services-2\" cat=\"22\" columns=\"3\" count=\"3\" readmore=\"none\" height=\"home-block-3\" top=\"null\" animation=\"fadeIn\" css=\"margin-bottom: 7em;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" parallax=\"content-moving\" parallax_image=\"513\" parallax_speed_bg=\"1.1\"][vc_column][trx_content css=\"margin-top: 8em; margin-bottom: 8.6em;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\"]We connect you to reliable[/trx_title][trx_title type=\"6\" align=\"center\" color=\"#ffffff\" css=\"line-height: 1.95em; margin-top: -0.2em;\"]Professional service technicians tailored to each job, offering incredible<br />\r\nvalue at pre-negotiated rates for on-demand support[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/about/\" width=\"125px\"]more details[/trx_button][/trx_content][/vc_column][/vc_row][vc_row css=\".vc_custom_1467633836778{background-color: #ffffff !important;}\"][vc_column][trx_services type=\"icons\" title=\"POR QUE LLAMAR A DACLEAN EXPRESS:\" cat=\"21\" readmore=\"none\" css=\"margin-top: 6.5em ; margin-bottom: 7em;\"][trx_services_item title=\"Reserva del servicio\"][/trx_services_item][trx_services_item title=\"Horarios Flexibles\"][/trx_services_item][trx_services_item title=\"Personal Capacitado\"][/trx_services_item][trx_services_item title=\"100% Calidad\"][/trx_services_item][trx_services_item title=\"Trato Personalizado\"][/trx_services_item][trx_services_item title=\"Confianza\"][/trx_services_item][trx_services_item title=\"Seguridad\"][/trx_services_item][trx_services_item title=\"Tranquilidad\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons1\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"444\" css=\"max-width: 90%; float: right;\"][/trx_column_item][trx_column_item span=\"2\" animation=\"fadeInRight\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Pool maintenance services to commercial properties with pools[/trx_title][vc_column_text]Reliability and quality are two good reasons, but you also need a pool technician that is certified, can take on any needed repairs and renovations that may come up and knows the local “rules and regs”. Ensuring a clean environment is the goal of any pool professional, so why choose one over the other? Keep your pool clean, efficient and safe with routine pool maintenance service.[/vc_column_text][trx_button size=\"large\" link=\"/services-page/\" top=\"small\" bottom=\"small\"]Request service[/trx_button][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576161709493{background-color: #ffffff !important;}\"][vc_column][trx_section title=\"PRICING\" subtitle=\"We have three plans to choose from.<br />\r\nLook them over and let us know which one best fits your needs.\" css=\"margin-top: 6.4em; margin-bottom: 9.5em;\"][trx_columns count=\"3\" equalheight=\"yes\" margins=\"\" top=\"medium\" bottom=\"medium\"][trx_column_item][trx_price_block style=\"1\" title=\"Deluxe\" link=\"/services-page/\" link_text=\"Learn more\" money=\"30\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service every week</strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will make one trip per week to the pool to perform the following service: vacuum, test water for correct balance,add chemicals.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"2\" title=\"Standard\" link=\"/services-page/\" link_text=\"Learn more\" money=\"27\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service alternating with a chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>Our professional team provide chemical service with vacuuming, skimming, brushing, emptying baskets and perform visual check of your pool equipment.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"3\" title=\"Vacation\" link=\"/services-page/\" link_text=\"Learn more\" money=\"25\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">One full service every four weeks with three chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will perform the following service: vacuum, test water for correct balance, add chemicals and perform check of equipment.[/trx_price_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section css=\"margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\"margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576162034578{background-color: #ffffff !important;}\"][vc_column][trx_content css=\"margin-top: 6.5em; margin-bottom: 7em;\"][trx_title type=\"4\" style=\"underline\" align=\"center\" bottom=\"small\"]New Products[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/shop/\" width=\"100px\" top=\"small\"]Go to shop[/trx_button][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"540\" disable_element=\"yes\"][vc_column][trx_skills max_value=\"300\" type=\"counter\" layout=\"columns\" style=\"1\" columns=\"4\" css=\"margin-top: 11em ; margin-bottom: 11em ;\"][trx_skills_item title=\"Happy Clients\" value=\"157\" style=\"2\" icon=\"icon-icon_4\"][/trx_skills_item][trx_skills_item title=\"Years Of Experience\" value=\"14\" style=\"2\" icon=\"icon-icon_5\"][/trx_skills_item][trx_skills_item title=\"Experienced Staff\" value=\"65\" style=\"2\" icon=\"icon-icon_2\"][/trx_skills_item][trx_skills_item title=\"Professional Equipment\" value=\"265\" style=\"2\" icon=\"icon-icon_6\"][/trx_skills_item][/trx_skills][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1469020819107{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons2\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"2\" animation=\"fadeInLeft\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Are you a pool technician wanting to grow your pool service business?[/trx_title][vc_column_text]Our organization is a full service pool maintenance company. We pride ourselves on providing first class service and excellent workmanship. We have the knowledge, and experience, to provide expert pool maintenance and repairs for pool owners. We are professional in every aspect of our business, from appearance and reliability, to the way we take care of your pool.[/vc_column_text][trx_button size=\"large\" link=\"/about/\" top=\"small\" bottom=\"small\"]Join now[/trx_button][/trx_column_item][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"445\" css=\"max-width: 90%; float: left;\"][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column][trx_blogger style=\"classic_3\" descr=\"200\" readmore=\"none\" title=\"recent posts\" link=\"/classic/\" link_caption=\"More posts\" cat=\"19\" count=\"3\" offset=\"0\" css=\"margin-bottom: 6.75em; margin-top: 6.25em;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467380435876{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}\"][vc_column][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"large\" bottom=\"large\"][/trx_clients][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}\"][vc_column][trx_form style=\"form_1\" return_page=\"none\" align=\"center\" title=\"contact us today\" subtitle=\"For more information or to request an estimate for service,contact our professional pool technicians.\" css=\"margin: 6.5em 0 7em;\" width=\"50%\"][/trx_form][/vc_column][/vc_row]</p>\r\n', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-16 17:03:36', '2019-12-16 17:03:36', '', 42, 'http://dacleanexpress.com/2019/12/16/42-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(729, 1, '2019-12-16 17:30:48', '2019-12-16 17:30:48', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469013162755{margin-top: -51px !important;}\"][vc_column][trx_section bg_image=\"702\" bg_tile=\"\" class=\"home-block-1\" animation=\"slideInRight\" css=\"float: right; width: 73%; z-index: 1;\"][trx_call_to_action align=\"left\" accent=\"yes\" title=\"Limpieza y Mantenimiento\" subtitle=\"De Oficinas y Residencias\" link=\"/dacleanexpress/solicitar-servicio\" link_caption=\"SOLICITAR SERVICIO\" style=\"2\"][/trx_call_to_action][/trx_section][/vc_column][/vc_row][vc_row inverse=\"\" css=\".vc_custom_1469442093175{margin-top: -41px !important;}\" el_class=\"marginbottom\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"home-block-2\" animation=\"fadeInLeft\"][trx_column_item span=\"2\" css=\"height: 199px; width:67.5%;\"][trx_block bg_image=\"219\" bg_tile=\"\" height=\"199px\"][/trx_block][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row][vc_column][trx_services cat=\"22\" columns=\"3\" count=\"6\" readmore=\"none\" height=\"home-block-3\" top=\"null\" animation=\"fadeIn\" css=\"margin-bottom: 7em;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" parallax=\"content-moving\" parallax_image=\"513\" parallax_speed_bg=\"1.1\"][vc_column][trx_content css=\"margin-top: 8em; margin-bottom: 8.6em;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\"]We connect you to reliable[/trx_title][trx_title type=\"6\" align=\"center\" color=\"#ffffff\" css=\"line-height: 1.95em; margin-top: -0.2em;\"]Professional service technicians tailored to each job, offering incredible<br />\r\nvalue at pre-negotiated rates for on-demand support[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/about/\" width=\"125px\"]more details[/trx_button][/trx_content][/vc_column][/vc_row][vc_row css=\".vc_custom_1467633836778{background-color: #ffffff !important;}\"][vc_column][trx_services type=\"icons\" title=\"POR QUE LLAMAR A DACLEAN EXPRESS:\" cat=\"21\" readmore=\"none\" css=\"margin-top: 6.5em ; margin-bottom: 7em;\"][trx_services_item title=\"Reserva del servicio\"][/trx_services_item][trx_services_item title=\"Horarios Flexibles\"][/trx_services_item][trx_services_item title=\"Personal Capacitado\"][/trx_services_item][trx_services_item title=\"100% Calidad\"][/trx_services_item][trx_services_item title=\"Trato Personalizado\"][/trx_services_item][trx_services_item title=\"Confianza\"][/trx_services_item][trx_services_item title=\"Seguridad\"][/trx_services_item][trx_services_item title=\"Tranquilidad\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons1\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"444\" css=\"max-width: 90%; float: right;\"][/trx_column_item][trx_column_item span=\"2\" animation=\"fadeInRight\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Pool maintenance services to commercial properties with pools[/trx_title][vc_column_text]Reliability and quality are two good reasons, but you also need a pool technician that is certified, can take on any needed repairs and renovations that may come up and knows the local “rules and regs”. Ensuring a clean environment is the goal of any pool professional, so why choose one over the other? Keep your pool clean, efficient and safe with routine pool maintenance service.[/vc_column_text][trx_button size=\"large\" link=\"/services-page/\" top=\"small\" bottom=\"small\"]Request service[/trx_button][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576161709493{background-color: #ffffff !important;}\"][vc_column][trx_section title=\"PRICING\" subtitle=\"We have three plans to choose from.<br />\r\nLook them over and let us know which one best fits your needs.\" css=\"margin-top: 6.4em; margin-bottom: 9.5em;\"][trx_columns count=\"3\" equalheight=\"yes\" margins=\"\" top=\"medium\" bottom=\"medium\"][trx_column_item][trx_price_block style=\"1\" title=\"Deluxe\" link=\"/services-page/\" link_text=\"Learn more\" money=\"30\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service every week</strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will make one trip per week to the pool to perform the following service: vacuum, test water for correct balance,add chemicals.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"2\" title=\"Standard\" link=\"/services-page/\" link_text=\"Learn more\" money=\"27\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service alternating with a chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>Our professional team provide chemical service with vacuuming, skimming, brushing, emptying baskets and perform visual check of your pool equipment.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"3\" title=\"Vacation\" link=\"/services-page/\" link_text=\"Learn more\" money=\"25\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">One full service every four weeks with three chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will perform the following service: vacuum, test water for correct balance, add chemicals and perform check of equipment.[/trx_price_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section css=\"margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\"margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576162034578{background-color: #ffffff !important;}\"][vc_column][trx_content css=\"margin-top: 6.5em; margin-bottom: 7em;\"][trx_title type=\"4\" style=\"underline\" align=\"center\" bottom=\"small\"]New Products[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/shop/\" width=\"100px\" top=\"small\"]Go to shop[/trx_button][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"540\" disable_element=\"yes\"][vc_column][trx_skills max_value=\"300\" type=\"counter\" layout=\"columns\" style=\"1\" columns=\"4\" css=\"margin-top: 11em ; margin-bottom: 11em ;\"][trx_skills_item title=\"Happy Clients\" value=\"157\" style=\"2\" icon=\"icon-icon_4\"][/trx_skills_item][trx_skills_item title=\"Years Of Experience\" value=\"14\" style=\"2\" icon=\"icon-icon_5\"][/trx_skills_item][trx_skills_item title=\"Experienced Staff\" value=\"65\" style=\"2\" icon=\"icon-icon_2\"][/trx_skills_item][trx_skills_item title=\"Professional Equipment\" value=\"265\" style=\"2\" icon=\"icon-icon_6\"][/trx_skills_item][/trx_skills][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons2\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"2\" animation=\"fadeInLeft\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Are you a pool technician wanting to grow your pool service business?[/trx_title][vc_column_text]Our organization is a full service pool maintenance company. We pride ourselves on providing first class service and excellent workmanship. We have the knowledge, and experience, to provide expert pool maintenance and repairs for pool owners. We are professional in every aspect of our business, from appearance and reliability, to the way we take care of your pool.[/vc_column_text][trx_button size=\"large\" link=\"/about/\" top=\"small\" bottom=\"small\"]Join now[/trx_button][/trx_column_item][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"445\" css=\"max-width: 90%; float: left;\"][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column][trx_blogger style=\"classic_3\" descr=\"200\" readmore=\"none\" title=\"recent posts\" link=\"/classic/\" link_caption=\"More posts\" cat=\"19\" count=\"3\" offset=\"0\" css=\"margin-bottom: 6.75em; margin-top: 6.25em;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467380435876{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}\"][vc_column][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"large\" bottom=\"large\"][/trx_clients][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}\"][vc_column][trx_form style=\"form_1\" return_page=\"none\" align=\"center\" title=\"contact us today\" subtitle=\"For more information or to request an estimate for service,contact our professional pool technicians.\" css=\"margin: 6.5em 0 7em;\" width=\"50%\"][/trx_form][/vc_column][/vc_row]</p>\r\n', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-16 17:30:48', '2019-12-16 17:30:48', '', 42, 'http://dacleanexpress.com/2019/12/16/42-revision-v1/', 0, 'revision', '', 0),
(721, 1, '2019-12-16 17:08:58', '2019-12-16 17:08:58', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469013162755{margin-top: -51px !important;}\"][vc_column][trx_section bg_image=\"227\" bg_tile=\"\" class=\"home-block-1\" animation=\"slideInRight\" css=\"float: right; width: 73%; z-index: 1;\"][trx_call_to_action align=\"left\" accent=\"yes\" title=\"Limpieza y Mantenimiento\" subtitle=\"De Oficinas y Residencias\" link=\"/dacleanexpress/solicitar-servicio\" link_caption=\"SOLICITAR SERVICIO\" style=\"2\"][/trx_call_to_action][/trx_section][/vc_column][/vc_row][vc_row inverse=\"\" css=\".vc_custom_1469442093175{margin-top: -41px !important;}\" el_class=\"marginbottom\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"home-block-2\" animation=\"fadeInLeft\"][trx_column_item span=\"2\" css=\"height: 199px; width:67.5%;\"][trx_block bg_image=\"219\" bg_tile=\"\" height=\"199px\"][/trx_block][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row][vc_column][trx_services style=\"services-2\" cat=\"22\" columns=\"3\" count=\"3\" readmore=\"none\" height=\"home-block-3\" top=\"null\" animation=\"fadeIn\" css=\"margin-bottom: 7em;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" parallax=\"content-moving\" parallax_image=\"513\" parallax_speed_bg=\"1.1\"][vc_column][trx_content css=\"margin-top: 8em; margin-bottom: 8.6em;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\"]We connect you to reliable[/trx_title][trx_title type=\"6\" align=\"center\" color=\"#ffffff\" css=\"line-height: 1.95em; margin-top: -0.2em;\"]Professional service technicians tailored to each job, offering incredible<br />\r\nvalue at pre-negotiated rates for on-demand support[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/about/\" width=\"125px\"]more details[/trx_button][/trx_content][/vc_column][/vc_row][vc_row css=\".vc_custom_1467633836778{background-color: #ffffff !important;}\"][vc_column][trx_services type=\"icons\" title=\"POR QUE LLAMAR A DACLEAN EXPRESS:\" cat=\"21\" readmore=\"none\" css=\"margin-top: 6.5em ; margin-bottom: 7em;\"][trx_services_item title=\"Reserva del servicio\"][/trx_services_item][trx_services_item title=\"Horarios Flexibles\"][/trx_services_item][trx_services_item title=\"Personal Capacitado\"][/trx_services_item][trx_services_item title=\"100% Calidad\"][/trx_services_item][trx_services_item title=\"Trato Personalizado\"][/trx_services_item][trx_services_item title=\"Confianza\"][/trx_services_item][trx_services_item title=\"Seguridad\"][/trx_services_item][trx_services_item title=\"Tranquilidad\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons1\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"444\" css=\"max-width: 90%; float: right;\"][/trx_column_item][trx_column_item span=\"2\" animation=\"fadeInRight\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Pool maintenance services to commercial properties with pools[/trx_title][vc_column_text]Reliability and quality are two good reasons, but you also need a pool technician that is certified, can take on any needed repairs and renovations that may come up and knows the local “rules and regs”. Ensuring a clean environment is the goal of any pool professional, so why choose one over the other? Keep your pool clean, efficient and safe with routine pool maintenance service.[/vc_column_text][trx_button size=\"large\" link=\"/services-page/\" top=\"small\" bottom=\"small\"]Request service[/trx_button][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576161709493{background-color: #ffffff !important;}\"][vc_column][trx_section title=\"PRICING\" subtitle=\"We have three plans to choose from.<br />\r\nLook them over and let us know which one best fits your needs.\" css=\"margin-top: 6.4em; margin-bottom: 9.5em;\"][trx_columns count=\"3\" equalheight=\"yes\" margins=\"\" top=\"medium\" bottom=\"medium\"][trx_column_item][trx_price_block style=\"1\" title=\"Deluxe\" link=\"/services-page/\" link_text=\"Learn more\" money=\"30\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service every week</strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will make one trip per week to the pool to perform the following service: vacuum, test water for correct balance,add chemicals.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"2\" title=\"Standard\" link=\"/services-page/\" link_text=\"Learn more\" money=\"27\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service alternating with a chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>Our professional team provide chemical service with vacuuming, skimming, brushing, emptying baskets and perform visual check of your pool equipment.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"3\" title=\"Vacation\" link=\"/services-page/\" link_text=\"Learn more\" money=\"25\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">One full service every four weeks with three chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will perform the following service: vacuum, test water for correct balance, add chemicals and perform check of equipment.[/trx_price_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section css=\"margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\"margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576162034578{background-color: #ffffff !important;}\"][vc_column][trx_content css=\"margin-top: 6.5em; margin-bottom: 7em;\"][trx_title type=\"4\" style=\"underline\" align=\"center\" bottom=\"small\"]New Products[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/shop/\" width=\"100px\" top=\"small\"]Go to shop[/trx_button][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"540\" disable_element=\"yes\"][vc_column][trx_skills max_value=\"300\" type=\"counter\" layout=\"columns\" style=\"1\" columns=\"4\" css=\"margin-top: 11em ; margin-bottom: 11em ;\"][trx_skills_item title=\"Happy Clients\" value=\"157\" style=\"2\" icon=\"icon-icon_4\"][/trx_skills_item][trx_skills_item title=\"Years Of Experience\" value=\"14\" style=\"2\" icon=\"icon-icon_5\"][/trx_skills_item][trx_skills_item title=\"Experienced Staff\" value=\"65\" style=\"2\" icon=\"icon-icon_2\"][/trx_skills_item][trx_skills_item title=\"Professional Equipment\" value=\"265\" style=\"2\" icon=\"icon-icon_6\"][/trx_skills_item][/trx_skills][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons2\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"2\" animation=\"fadeInLeft\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Are you a pool technician wanting to grow your pool service business?[/trx_title][vc_column_text]Our organization is a full service pool maintenance company. We pride ourselves on providing first class service and excellent workmanship. We have the knowledge, and experience, to provide expert pool maintenance and repairs for pool owners. We are professional in every aspect of our business, from appearance and reliability, to the way we take care of your pool.[/vc_column_text][trx_button size=\"large\" link=\"/about/\" top=\"small\" bottom=\"small\"]Join now[/trx_button][/trx_column_item][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"445\" css=\"max-width: 90%; float: left;\"][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column][trx_blogger style=\"classic_3\" descr=\"200\" readmore=\"none\" title=\"recent posts\" link=\"/classic/\" link_caption=\"More posts\" cat=\"19\" count=\"3\" offset=\"0\" css=\"margin-bottom: 6.75em; margin-top: 6.25em;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467380435876{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}\"][vc_column][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"large\" bottom=\"large\"][/trx_clients][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}\"][vc_column][trx_form style=\"form_1\" return_page=\"none\" align=\"center\" title=\"contact us today\" subtitle=\"For more information or to request an estimate for service,contact our professional pool technicians.\" css=\"margin: 6.5em 0 7em;\" width=\"50%\"][/trx_form][/vc_column][/vc_row]</p>\r\n', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-16 17:08:58', '2019-12-16 17:08:58', '', 42, 'http://dacleanexpress.com/2019/12/16/42-revision-v1/', 0, 'revision', '', 0),
(722, 1, '2019-12-16 17:18:44', '2019-12-16 17:18:44', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469013162755{margin-top: -51px !important;}\"][vc_column][trx_section bg_image=\"702\" bg_tile=\"\" class=\"home-block-1\" animation=\"slideInRight\" css=\"float: right; width: 73%; z-index: 1;\"][trx_call_to_action align=\"left\" accent=\"yes\" title=\"Limpieza y Mantenimiento\" subtitle=\"De Oficinas y Residencias\" link=\"/dacleanexpress/solicitar-servicio\" link_caption=\"SOLICITAR SERVICIO\" style=\"2\"][/trx_call_to_action][/trx_section][/vc_column][/vc_row][vc_row inverse=\"\" css=\".vc_custom_1469442093175{margin-top: -41px !important;}\" el_class=\"marginbottom\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"home-block-2\" animation=\"fadeInLeft\"][trx_column_item span=\"2\" css=\"height: 199px; width:67.5%;\"][trx_block bg_image=\"219\" bg_tile=\"\" height=\"199px\"][/trx_block][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row][vc_column][trx_services style=\"services-2\" cat=\"22\" columns=\"3\" count=\"3\" readmore=\"none\" height=\"home-block-3\" top=\"null\" animation=\"fadeIn\" css=\"margin-bottom: 7em;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" parallax=\"content-moving\" parallax_image=\"513\" parallax_speed_bg=\"1.1\"][vc_column][trx_content css=\"margin-top: 8em; margin-bottom: 8.6em;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\"]We connect you to reliable[/trx_title][trx_title type=\"6\" align=\"center\" color=\"#ffffff\" css=\"line-height: 1.95em; margin-top: -0.2em;\"]Professional service technicians tailored to each job, offering incredible<br />\r\nvalue at pre-negotiated rates for on-demand support[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/about/\" width=\"125px\"]more details[/trx_button][/trx_content][/vc_column][/vc_row][vc_row css=\".vc_custom_1467633836778{background-color: #ffffff !important;}\"][vc_column][trx_services type=\"icons\" title=\"POR QUE LLAMAR A DACLEAN EXPRESS:\" cat=\"21\" readmore=\"none\" css=\"margin-top: 6.5em ; margin-bottom: 7em;\"][trx_services_item title=\"Reserva del servicio\"][/trx_services_item][trx_services_item title=\"Horarios Flexibles\"][/trx_services_item][trx_services_item title=\"Personal Capacitado\"][/trx_services_item][trx_services_item title=\"100% Calidad\"][/trx_services_item][trx_services_item title=\"Trato Personalizado\"][/trx_services_item][trx_services_item title=\"Confianza\"][/trx_services_item][trx_services_item title=\"Seguridad\"][/trx_services_item][trx_services_item title=\"Tranquilidad\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons1\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"444\" css=\"max-width: 90%; float: right;\"][/trx_column_item][trx_column_item span=\"2\" animation=\"fadeInRight\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Pool maintenance services to commercial properties with pools[/trx_title][vc_column_text]Reliability and quality are two good reasons, but you also need a pool technician that is certified, can take on any needed repairs and renovations that may come up and knows the local “rules and regs”. Ensuring a clean environment is the goal of any pool professional, so why choose one over the other? Keep your pool clean, efficient and safe with routine pool maintenance service.[/vc_column_text][trx_button size=\"large\" link=\"/services-page/\" top=\"small\" bottom=\"small\"]Request service[/trx_button][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576161709493{background-color: #ffffff !important;}\"][vc_column][trx_section title=\"PRICING\" subtitle=\"We have three plans to choose from.<br />\r\nLook them over and let us know which one best fits your needs.\" css=\"margin-top: 6.4em; margin-bottom: 9.5em;\"][trx_columns count=\"3\" equalheight=\"yes\" margins=\"\" top=\"medium\" bottom=\"medium\"][trx_column_item][trx_price_block style=\"1\" title=\"Deluxe\" link=\"/services-page/\" link_text=\"Learn more\" money=\"30\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service every week</strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will make one trip per week to the pool to perform the following service: vacuum, test water for correct balance,add chemicals.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"2\" title=\"Standard\" link=\"/services-page/\" link_text=\"Learn more\" money=\"27\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service alternating with a chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>Our professional team provide chemical service with vacuuming, skimming, brushing, emptying baskets and perform visual check of your pool equipment.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"3\" title=\"Vacation\" link=\"/services-page/\" link_text=\"Learn more\" money=\"25\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">One full service every four weeks with three chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will perform the following service: vacuum, test water for correct balance, add chemicals and perform check of equipment.[/trx_price_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section css=\"margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\"margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576162034578{background-color: #ffffff !important;}\"][vc_column][trx_content css=\"margin-top: 6.5em; margin-bottom: 7em;\"][trx_title type=\"4\" style=\"underline\" align=\"center\" bottom=\"small\"]New Products[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/shop/\" width=\"100px\" top=\"small\"]Go to shop[/trx_button][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"540\" disable_element=\"yes\"][vc_column][trx_skills max_value=\"300\" type=\"counter\" layout=\"columns\" style=\"1\" columns=\"4\" css=\"margin-top: 11em ; margin-bottom: 11em ;\"][trx_skills_item title=\"Happy Clients\" value=\"157\" style=\"2\" icon=\"icon-icon_4\"][/trx_skills_item][trx_skills_item title=\"Years Of Experience\" value=\"14\" style=\"2\" icon=\"icon-icon_5\"][/trx_skills_item][trx_skills_item title=\"Experienced Staff\" value=\"65\" style=\"2\" icon=\"icon-icon_2\"][/trx_skills_item][trx_skills_item title=\"Professional Equipment\" value=\"265\" style=\"2\" icon=\"icon-icon_6\"][/trx_skills_item][/trx_skills][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons2\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"2\" animation=\"fadeInLeft\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Are you a pool technician wanting to grow your pool service business?[/trx_title][vc_column_text]Our organization is a full service pool maintenance company. We pride ourselves on providing first class service and excellent workmanship. We have the knowledge, and experience, to provide expert pool maintenance and repairs for pool owners. We are professional in every aspect of our business, from appearance and reliability, to the way we take care of your pool.[/vc_column_text][trx_button size=\"large\" link=\"/about/\" top=\"small\" bottom=\"small\"]Join now[/trx_button][/trx_column_item][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"445\" css=\"max-width: 90%; float: left;\"][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column][trx_blogger style=\"classic_3\" descr=\"200\" readmore=\"none\" title=\"recent posts\" link=\"/classic/\" link_caption=\"More posts\" cat=\"19\" count=\"3\" offset=\"0\" css=\"margin-bottom: 6.75em; margin-top: 6.25em;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467380435876{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}\"][vc_column][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"large\" bottom=\"large\"][/trx_clients][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}\"][vc_column][trx_form style=\"form_1\" return_page=\"none\" align=\"center\" title=\"contact us today\" subtitle=\"For more information or to request an estimate for service,contact our professional pool technicians.\" css=\"margin: 6.5em 0 7em;\" width=\"50%\"][/trx_form][/vc_column][/vc_row]</p>\r\n', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-16 17:18:44', '2019-12-16 17:18:44', '', 42, 'http://dacleanexpress.com/2019/12/16/42-revision-v1/', 0, 'revision', '', 0),
(723, 1, '2019-12-16 17:22:52', '2019-12-16 17:22:52', 'La limpieza de su oficina: La limpieza general de su oficina es una limpieza en la cual usted nos detalla sus necesidades como: los días y horas que necesita a nuestra colaboradora, esta persona se encargara de cubrir su necesidad y usted se dedicada a sus funciones diarias como Administrador o Gerente de Instalaciones.', 'Limpieza General de Oficina', '', 'publish', 'closed', 'closed', '', 'limpieza-general-de-oficina', '', '', '2020-02-10 11:15:13', '2020-02-10 16:15:13', '', 0, 'http://dacleanexpress.com/?post_type=services&#038;p=723', 0, 'services', '', 0),
(724, 1, '2019-12-16 17:23:29', '2019-12-16 17:23:29', 'La limpieza de su casa o apto. Es una limpieza general, solo que con las técnicas y detalles que su horario no le permite. La duración es de 3 horas,  4 horas u 8 horas dependiendo del metraje de su  área.', 'Limpieza General de  Casa u Apto.', '', 'publish', 'closed', 'closed', '', 'limpieza-general-de-casa-u-apto', '', '', '2020-02-10 11:18:11', '2020-02-10 16:18:11', '', 0, 'http://dacleanexpress.com/?post_type=services&#038;p=724', 0, 'services', '', 0),
(725, 1, '2019-12-16 17:26:57', '2019-12-16 17:26:57', 'Las limpiezas adicionales son aquellas actividades a realizar que se deben hacer además de las generales solicitadas por el cliente.\r\n\r\nComo: En oficinas: limpiezas de días después de una actividad de la empresa y el personal se debe quedar una o dos horas demás, atención a visitas de la empresa y el personal se debe quedar una o dos horas demás o las horas que se soliciten.\r\n\r\nEn casa o apto.: Son todas las limpiezas adicionales a realizar solicitadas por el cliente como: las gavetas de los closer, las gavetas del cocinoba, la nevera en la parte interior y otros.\r\n\r\nLa limpieza de remoción de manchas, mohos, insectos ( simpre que sean manchas controlables)', 'Limpiezas Adicionales', '', 'publish', 'closed', 'closed', '', 'limpiezas-adicionales', '', '', '2020-02-10 11:16:37', '2020-02-10 16:16:37', '', 0, 'http://dacleanexpress.com/?post_type=services&#038;p=725', 0, 'services', '', 0),
(726, 1, '2019-12-16 17:28:02', '2019-12-16 17:28:02', 'Es la limpieza a realizarse una o dos veces al año, dependiendo del contrato del cliente, y sera con el doble o triple del personal que hace diariamente la limpieza. O también puede ser solicitada por el cliente dependiendo de su requerimiento.', 'Limpieza profunda de oficina', '', 'publish', 'closed', 'closed', '', 'limpieza-profunda-de-oficina', '', '', '2020-01-20 08:13:22', '2020-01-20 13:13:22', '', 0, 'http://dacleanexpress.com/?post_type=services&#038;p=726', 0, 'services', '', 0),
(727, 1, '2019-12-16 17:29:05', '2019-12-16 17:29:05', 'Es la limpieza a realizarse en caso de entrega de la propiedad, mudanza, inundación u otros. Comprende una limpieza en los lugares donde se hace una limpieza diaria y los lugares donde no se hace una limpieza diaria como:  Limpiar el piso con maquina, lámparas, partes aéreas  otros.\r\n\r\nDuración; 8 horas.', 'Limpieza profunda de casa o apto.', '', 'publish', 'closed', 'closed', '', 'limpieza-profunda-de-casa-o-apto', '', '', '2020-02-10 11:13:38', '2020-02-10 16:13:38', '', 0, 'http://dacleanexpress.com/?post_type=services&#038;p=727', 0, 'services', '', 0),
(728, 1, '2019-12-16 17:30:09', '2019-12-16 17:30:09', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469013162755{margin-top: -51px !important;}\"][vc_column][trx_section bg_image=\"702\" bg_tile=\"\" class=\"home-block-1\" animation=\"slideInRight\" css=\"float: right; width: 73%; z-index: 1;\"][trx_call_to_action align=\"left\" accent=\"yes\" title=\"Limpieza y Mantenimiento\" subtitle=\"De Oficinas y Residencias\" link=\"/dacleanexpress/solicitar-servicio\" link_caption=\"SOLICITAR SERVICIO\" style=\"2\"][/trx_call_to_action][/trx_section][/vc_column][/vc_row][vc_row inverse=\"\" css=\".vc_custom_1469442093175{margin-top: -41px !important;}\" el_class=\"marginbottom\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"home-block-2\" animation=\"fadeInLeft\"][trx_column_item span=\"2\" css=\"height: 199px; width:67.5%;\"][trx_block bg_image=\"219\" bg_tile=\"\" height=\"199px\"][/trx_block][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row][vc_column][trx_services style=\"services-2\" cat=\"22\" columns=\"3\" count=\"6\" readmore=\"none\" height=\"home-block-3\" top=\"null\" animation=\"fadeIn\" css=\"margin-bottom: 7em;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" parallax=\"content-moving\" parallax_image=\"513\" parallax_speed_bg=\"1.1\"][vc_column][trx_content css=\"margin-top: 8em; margin-bottom: 8.6em;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\"]We connect you to reliable[/trx_title][trx_title type=\"6\" align=\"center\" color=\"#ffffff\" css=\"line-height: 1.95em; margin-top: -0.2em;\"]Professional service technicians tailored to each job, offering incredible<br />\r\nvalue at pre-negotiated rates for on-demand support[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/about/\" width=\"125px\"]more details[/trx_button][/trx_content][/vc_column][/vc_row][vc_row css=\".vc_custom_1467633836778{background-color: #ffffff !important;}\"][vc_column][trx_services type=\"icons\" title=\"POR QUE LLAMAR A DACLEAN EXPRESS:\" cat=\"21\" readmore=\"none\" css=\"margin-top: 6.5em ; margin-bottom: 7em;\"][trx_services_item title=\"Reserva del servicio\"][/trx_services_item][trx_services_item title=\"Horarios Flexibles\"][/trx_services_item][trx_services_item title=\"Personal Capacitado\"][/trx_services_item][trx_services_item title=\"100% Calidad\"][/trx_services_item][trx_services_item title=\"Trato Personalizado\"][/trx_services_item][trx_services_item title=\"Confianza\"][/trx_services_item][trx_services_item title=\"Seguridad\"][/trx_services_item][trx_services_item title=\"Tranquilidad\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons1\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"444\" css=\"max-width: 90%; float: right;\"][/trx_column_item][trx_column_item span=\"2\" animation=\"fadeInRight\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Pool maintenance services to commercial properties with pools[/trx_title][vc_column_text]Reliability and quality are two good reasons, but you also need a pool technician that is certified, can take on any needed repairs and renovations that may come up and knows the local “rules and regs”. Ensuring a clean environment is the goal of any pool professional, so why choose one over the other? Keep your pool clean, efficient and safe with routine pool maintenance service.[/vc_column_text][trx_button size=\"large\" link=\"/services-page/\" top=\"small\" bottom=\"small\"]Request service[/trx_button][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576161709493{background-color: #ffffff !important;}\"][vc_column][trx_section title=\"PRICING\" subtitle=\"We have three plans to choose from.<br />\r\nLook them over and let us know which one best fits your needs.\" css=\"margin-top: 6.4em; margin-bottom: 9.5em;\"][trx_columns count=\"3\" equalheight=\"yes\" margins=\"\" top=\"medium\" bottom=\"medium\"][trx_column_item][trx_price_block style=\"1\" title=\"Deluxe\" link=\"/services-page/\" link_text=\"Learn more\" money=\"30\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service every week</strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will make one trip per week to the pool to perform the following service: vacuum, test water for correct balance,add chemicals.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"2\" title=\"Standard\" link=\"/services-page/\" link_text=\"Learn more\" money=\"27\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service alternating with a chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>Our professional team provide chemical service with vacuuming, skimming, brushing, emptying baskets and perform visual check of your pool equipment.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"3\" title=\"Vacation\" link=\"/services-page/\" link_text=\"Learn more\" money=\"25\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">One full service every four weeks with three chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will perform the following service: vacuum, test water for correct balance, add chemicals and perform check of equipment.[/trx_price_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section css=\"margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\"margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576162034578{background-color: #ffffff !important;}\"][vc_column][trx_content css=\"margin-top: 6.5em; margin-bottom: 7em;\"][trx_title type=\"4\" style=\"underline\" align=\"center\" bottom=\"small\"]New Products[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/shop/\" width=\"100px\" top=\"small\"]Go to shop[/trx_button][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"540\" disable_element=\"yes\"][vc_column][trx_skills max_value=\"300\" type=\"counter\" layout=\"columns\" style=\"1\" columns=\"4\" css=\"margin-top: 11em ; margin-bottom: 11em ;\"][trx_skills_item title=\"Happy Clients\" value=\"157\" style=\"2\" icon=\"icon-icon_4\"][/trx_skills_item][trx_skills_item title=\"Years Of Experience\" value=\"14\" style=\"2\" icon=\"icon-icon_5\"][/trx_skills_item][trx_skills_item title=\"Experienced Staff\" value=\"65\" style=\"2\" icon=\"icon-icon_2\"][/trx_skills_item][trx_skills_item title=\"Professional Equipment\" value=\"265\" style=\"2\" icon=\"icon-icon_6\"][/trx_skills_item][/trx_skills][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons2\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"2\" animation=\"fadeInLeft\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Are you a pool technician wanting to grow your pool service business?[/trx_title][vc_column_text]Our organization is a full service pool maintenance company. We pride ourselves on providing first class service and excellent workmanship. We have the knowledge, and experience, to provide expert pool maintenance and repairs for pool owners. We are professional in every aspect of our business, from appearance and reliability, to the way we take care of your pool.[/vc_column_text][trx_button size=\"large\" link=\"/about/\" top=\"small\" bottom=\"small\"]Join now[/trx_button][/trx_column_item][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"445\" css=\"max-width: 90%; float: left;\"][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column][trx_blogger style=\"classic_3\" descr=\"200\" readmore=\"none\" title=\"recent posts\" link=\"/classic/\" link_caption=\"More posts\" cat=\"19\" count=\"3\" offset=\"0\" css=\"margin-bottom: 6.75em; margin-top: 6.25em;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467380435876{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}\"][vc_column][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"large\" bottom=\"large\"][/trx_clients][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}\"][vc_column][trx_form style=\"form_1\" return_page=\"none\" align=\"center\" title=\"contact us today\" subtitle=\"For more information or to request an estimate for service,contact our professional pool technicians.\" css=\"margin: 6.5em 0 7em;\" width=\"50%\"][/trx_form][/vc_column][/vc_row]</p>\r\n', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-16 17:30:09', '2019-12-16 17:30:09', '', 42, 'http://dacleanexpress.com/2019/12/16/42-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(732, 1, '2019-12-16 18:57:45', '2019-12-16 18:57:45', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469013162755{margin-top: -51px !important;}\"][vc_column][trx_section bg_image=\"702\" bg_tile=\"\" class=\"home-block-1\" animation=\"slideInRight\" css=\"float: right; width: 73%; z-index: 1;\"][trx_call_to_action align=\"left\" accent=\"yes\" title=\"Limpieza y Mantenimiento\" subtitle=\"De Oficinas y Residencias\" link=\"/dacleanexpress/solicitar-servicio\" link_caption=\"SOLICITAR SERVICIO\" style=\"2\"][/trx_call_to_action][/trx_section][/vc_column][/vc_row][vc_row inverse=\"\" css=\".vc_custom_1469442093175{margin-top: -41px !important;}\" el_class=\"marginbottom\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"home-block-2\" animation=\"fadeInLeft\"][trx_column_item span=\"2\" css=\"height: 199px; width:67.5%;\"][trx_block bg_image=\"219\" bg_tile=\"\" height=\"199px\"][/trx_block][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row][vc_column][trx_services style=\"services-2\" cat=\"22\" columns=\"3\" count=\"5\" readmore=\"none\" height=\"home-block-3\" top=\"null\" animation=\"fadeIn\" css=\"margin-bottom: 7em;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" parallax=\"content-moving\" parallax_image=\"513\" parallax_speed_bg=\"1.1\"][vc_column][trx_content css=\"margin-top: 8em; margin-bottom: 8.6em;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\"]We connect you to reliable[/trx_title][trx_title type=\"6\" align=\"center\" color=\"#ffffff\" css=\"line-height: 1.95em; margin-top: -0.2em;\"]Professional service technicians tailored to each job, offering incredible<br />\r\nvalue at pre-negotiated rates for on-demand support[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/about/\" width=\"125px\"]more details[/trx_button][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons1\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"444\" css=\"max-width: 90%; float: right;\"][/trx_column_item][trx_column_item span=\"2\" animation=\"fadeInRight\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Pool maintenance services to commercial properties with pools[/trx_title][vc_column_text]Reliability and quality are two good reasons, but you also need a pool technician that is certified, can take on any needed repairs and renovations that may come up and knows the local “rules and regs”. Ensuring a clean environment is the goal of any pool professional, so why choose one over the other? Keep your pool clean, efficient and safe with routine pool maintenance service.[/vc_column_text][trx_button size=\"large\" link=\"/services-page/\" top=\"small\" bottom=\"small\"]Request service[/trx_button][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576161709493{background-color: #ffffff !important;}\"][vc_column][trx_section title=\"PRICING\" subtitle=\"We have three plans to choose from.<br />\r\nLook them over and let us know which one best fits your needs.\" css=\"margin-top: 6.4em; margin-bottom: 9.5em;\"][trx_columns count=\"3\" equalheight=\"yes\" margins=\"\" top=\"medium\" bottom=\"medium\"][trx_column_item][trx_price_block style=\"1\" title=\"Deluxe\" link=\"/services-page/\" link_text=\"Learn more\" money=\"30\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service every week</strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will make one trip per week to the pool to perform the following service: vacuum, test water for correct balance,add chemicals.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"2\" title=\"Standard\" link=\"/services-page/\" link_text=\"Learn more\" money=\"27\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service alternating with a chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>Our professional team provide chemical service with vacuuming, skimming, brushing, emptying baskets and perform visual check of your pool equipment.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"3\" title=\"Vacation\" link=\"/services-page/\" link_text=\"Learn more\" money=\"25\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">One full service every four weeks with three chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will perform the following service: vacuum, test water for correct balance, add chemicals and perform check of equipment.[/trx_price_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section css=\"margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\"margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576162034578{background-color: #ffffff !important;}\"][vc_column][trx_content css=\"margin-top: 6.5em; margin-bottom: 7em;\"][trx_title type=\"4\" style=\"underline\" align=\"center\" bottom=\"small\"]New Products[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/shop/\" width=\"100px\" top=\"small\"]Go to shop[/trx_button][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"540\" disable_element=\"yes\"][vc_column][trx_skills max_value=\"300\" type=\"counter\" layout=\"columns\" style=\"1\" columns=\"4\" css=\"margin-top: 11em ; margin-bottom: 11em ;\"][trx_skills_item title=\"Happy Clients\" value=\"157\" style=\"2\" icon=\"icon-icon_4\"][/trx_skills_item][trx_skills_item title=\"Years Of Experience\" value=\"14\" style=\"2\" icon=\"icon-icon_5\"][/trx_skills_item][trx_skills_item title=\"Experienced Staff\" value=\"65\" style=\"2\" icon=\"icon-icon_2\"][/trx_skills_item][trx_skills_item title=\"Professional Equipment\" value=\"265\" style=\"2\" icon=\"icon-icon_6\"][/trx_skills_item][/trx_skills][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons2\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"2\" animation=\"fadeInLeft\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Are you a pool technician wanting to grow your pool service business?[/trx_title][vc_column_text]Our organization is a full service pool maintenance company. We pride ourselves on providing first class service and excellent workmanship. We have the knowledge, and experience, to provide expert pool maintenance and repairs for pool owners. We are professional in every aspect of our business, from appearance and reliability, to the way we take care of your pool.[/vc_column_text][trx_button size=\"large\" link=\"/about/\" top=\"small\" bottom=\"small\"]Join now[/trx_button][/trx_column_item][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"445\" css=\"max-width: 90%; float: left;\"][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column][trx_blogger style=\"classic_3\" descr=\"200\" readmore=\"none\" title=\"recent posts\" link=\"/classic/\" link_caption=\"More posts\" cat=\"19\" count=\"3\" offset=\"0\" css=\"margin-bottom: 6.75em; margin-top: 6.25em;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467380435876{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}\"][vc_column][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"large\" bottom=\"large\"][/trx_clients][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}\"][vc_column][trx_form style=\"form_1\" return_page=\"none\" align=\"center\" title=\"contact us today\" subtitle=\"For more information or to request an estimate for service,contact our professional pool technicians.\" css=\"margin: 6.5em 0 7em;\" width=\"50%\"][/trx_form][/vc_column][/vc_row]</p>\r\n', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-16 18:57:45', '2019-12-16 18:57:45', '', 42, 'http://dacleanexpress.com/2019/12/16/42-revision-v1/', 0, 'revision', '', 0),
(730, 1, '2019-12-16 17:31:54', '2019-12-16 17:31:54', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469013162755{margin-top: -51px !important;}\"][vc_column][trx_section bg_image=\"702\" bg_tile=\"\" class=\"home-block-1\" animation=\"slideInRight\" css=\"float: right; width: 73%; z-index: 1;\"][trx_call_to_action align=\"left\" accent=\"yes\" title=\"Limpieza y Mantenimiento\" subtitle=\"De Oficinas y Residencias\" link=\"/dacleanexpress/solicitar-servicio\" link_caption=\"SOLICITAR SERVICIO\" style=\"2\"][/trx_call_to_action][/trx_section][/vc_column][/vc_row][vc_row inverse=\"\" css=\".vc_custom_1469442093175{margin-top: -41px !important;}\" el_class=\"marginbottom\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"home-block-2\" animation=\"fadeInLeft\"][trx_column_item span=\"2\" css=\"height: 199px; width:67.5%;\"][trx_block bg_image=\"219\" bg_tile=\"\" height=\"199px\"][/trx_block][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row][vc_column][trx_services style=\"services-2\" cat=\"22\" columns=\"3\" count=\"6\" readmore=\"none\" height=\"home-block-3\" top=\"null\" animation=\"fadeIn\" css=\"margin-bottom: 7em;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" parallax=\"content-moving\" parallax_image=\"513\" parallax_speed_bg=\"1.1\"][vc_column][trx_content css=\"margin-top: 8em; margin-bottom: 8.6em;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\"]We connect you to reliable[/trx_title][trx_title type=\"6\" align=\"center\" color=\"#ffffff\" css=\"line-height: 1.95em; margin-top: -0.2em;\"]Professional service technicians tailored to each job, offering incredible<br />\r\nvalue at pre-negotiated rates for on-demand support[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/about/\" width=\"125px\"]more details[/trx_button][/trx_content][/vc_column][/vc_row][vc_row css=\".vc_custom_1467633836778{background-color: #ffffff !important;}\"][vc_column][trx_services type=\"icons\" title=\"POR QUE LLAMAR A DACLEAN EXPRESS:\" cat=\"21\" readmore=\"none\" css=\"margin-top: 6.5em ; margin-bottom: 7em;\"][trx_services_item title=\"Reserva del servicio\"][/trx_services_item][trx_services_item title=\"Horarios Flexibles\"][/trx_services_item][trx_services_item title=\"Personal Capacitado\"][/trx_services_item][trx_services_item title=\"100% Calidad\"][/trx_services_item][trx_services_item title=\"Trato Personalizado\"][/trx_services_item][trx_services_item title=\"Confianza\"][/trx_services_item][trx_services_item title=\"Seguridad\"][/trx_services_item][trx_services_item title=\"Tranquilidad\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons1\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"444\" css=\"max-width: 90%; float: right;\"][/trx_column_item][trx_column_item span=\"2\" animation=\"fadeInRight\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Pool maintenance services to commercial properties with pools[/trx_title][vc_column_text]Reliability and quality are two good reasons, but you also need a pool technician that is certified, can take on any needed repairs and renovations that may come up and knows the local “rules and regs”. Ensuring a clean environment is the goal of any pool professional, so why choose one over the other? Keep your pool clean, efficient and safe with routine pool maintenance service.[/vc_column_text][trx_button size=\"large\" link=\"/services-page/\" top=\"small\" bottom=\"small\"]Request service[/trx_button][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576161709493{background-color: #ffffff !important;}\"][vc_column][trx_section title=\"PRICING\" subtitle=\"We have three plans to choose from.<br />\r\nLook them over and let us know which one best fits your needs.\" css=\"margin-top: 6.4em; margin-bottom: 9.5em;\"][trx_columns count=\"3\" equalheight=\"yes\" margins=\"\" top=\"medium\" bottom=\"medium\"][trx_column_item][trx_price_block style=\"1\" title=\"Deluxe\" link=\"/services-page/\" link_text=\"Learn more\" money=\"30\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service every week</strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will make one trip per week to the pool to perform the following service: vacuum, test water for correct balance,add chemicals.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"2\" title=\"Standard\" link=\"/services-page/\" link_text=\"Learn more\" money=\"27\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service alternating with a chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>Our professional team provide chemical service with vacuuming, skimming, brushing, emptying baskets and perform visual check of your pool equipment.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"3\" title=\"Vacation\" link=\"/services-page/\" link_text=\"Learn more\" money=\"25\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">One full service every four weeks with three chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will perform the following service: vacuum, test water for correct balance, add chemicals and perform check of equipment.[/trx_price_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section css=\"margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\"margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576162034578{background-color: #ffffff !important;}\"][vc_column][trx_content css=\"margin-top: 6.5em; margin-bottom: 7em;\"][trx_title type=\"4\" style=\"underline\" align=\"center\" bottom=\"small\"]New Products[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/shop/\" width=\"100px\" top=\"small\"]Go to shop[/trx_button][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"540\" disable_element=\"yes\"][vc_column][trx_skills max_value=\"300\" type=\"counter\" layout=\"columns\" style=\"1\" columns=\"4\" css=\"margin-top: 11em ; margin-bottom: 11em ;\"][trx_skills_item title=\"Happy Clients\" value=\"157\" style=\"2\" icon=\"icon-icon_4\"][/trx_skills_item][trx_skills_item title=\"Years Of Experience\" value=\"14\" style=\"2\" icon=\"icon-icon_5\"][/trx_skills_item][trx_skills_item title=\"Experienced Staff\" value=\"65\" style=\"2\" icon=\"icon-icon_2\"][/trx_skills_item][trx_skills_item title=\"Professional Equipment\" value=\"265\" style=\"2\" icon=\"icon-icon_6\"][/trx_skills_item][/trx_skills][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons2\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"2\" animation=\"fadeInLeft\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Are you a pool technician wanting to grow your pool service business?[/trx_title][vc_column_text]Our organization is a full service pool maintenance company. We pride ourselves on providing first class service and excellent workmanship. We have the knowledge, and experience, to provide expert pool maintenance and repairs for pool owners. We are professional in every aspect of our business, from appearance and reliability, to the way we take care of your pool.[/vc_column_text][trx_button size=\"large\" link=\"/about/\" top=\"small\" bottom=\"small\"]Join now[/trx_button][/trx_column_item][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"445\" css=\"max-width: 90%; float: left;\"][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column][trx_blogger style=\"classic_3\" descr=\"200\" readmore=\"none\" title=\"recent posts\" link=\"/classic/\" link_caption=\"More posts\" cat=\"19\" count=\"3\" offset=\"0\" css=\"margin-bottom: 6.75em; margin-top: 6.25em;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467380435876{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}\"][vc_column][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"large\" bottom=\"large\"][/trx_clients][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}\"][vc_column][trx_form style=\"form_1\" return_page=\"none\" align=\"center\" title=\"contact us today\" subtitle=\"For more information or to request an estimate for service,contact our professional pool technicians.\" css=\"margin: 6.5em 0 7em;\" width=\"50%\"][/trx_form][/vc_column][/vc_row]</p>\r\n', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-16 17:31:54', '2019-12-16 17:31:54', '', 42, 'http://dacleanexpress.com/2019/12/16/42-revision-v1/', 0, 'revision', '', 0),
(731, 1, '2019-12-16 17:35:02', '2019-12-16 17:35:02', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469013162755{margin-top: -51px !important;}\"][vc_column][trx_section bg_image=\"702\" bg_tile=\"\" class=\"home-block-1\" animation=\"slideInRight\" css=\"float: right; width: 73%; z-index: 1;\"][trx_call_to_action align=\"left\" accent=\"yes\" title=\"Limpieza y Mantenimiento\" subtitle=\"De Oficinas y Residencias\" link=\"/dacleanexpress/solicitar-servicio\" link_caption=\"SOLICITAR SERVICIO\" style=\"2\"][/trx_call_to_action][/trx_section][/vc_column][/vc_row][vc_row inverse=\"\" css=\".vc_custom_1469442093175{margin-top: -41px !important;}\" el_class=\"marginbottom\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"home-block-2\" animation=\"fadeInLeft\"][trx_column_item span=\"2\" css=\"height: 199px; width:67.5%;\"][trx_block bg_image=\"219\" bg_tile=\"\" height=\"199px\"][/trx_block][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row][vc_column][trx_services style=\"services-2\" cat=\"22\" columns=\"3\" count=\"5\" readmore=\"none\" height=\"home-block-3\" top=\"null\" animation=\"fadeIn\" css=\"margin-bottom: 7em;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" parallax=\"content-moving\" parallax_image=\"513\" parallax_speed_bg=\"1.1\"][vc_column][trx_content css=\"margin-top: 8em; margin-bottom: 8.6em;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\"]We connect you to reliable[/trx_title][trx_title type=\"6\" align=\"center\" color=\"#ffffff\" css=\"line-height: 1.95em; margin-top: -0.2em;\"]Professional service technicians tailored to each job, offering incredible<br />\r\nvalue at pre-negotiated rates for on-demand support[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/about/\" width=\"125px\"]more details[/trx_button][/trx_content][/vc_column][/vc_row][vc_row css=\".vc_custom_1467633836778{background-color: #ffffff !important;}\"][vc_column][trx_services type=\"icons\" title=\"POR QUE LLAMAR A DACLEAN EXPRESS:\" cat=\"21\" readmore=\"none\" css=\"margin-top: 6.5em ; margin-bottom: 7em;\"][trx_services_item title=\"Reserva del servicio\"][/trx_services_item][trx_services_item title=\"Horarios Flexibles\"][/trx_services_item][trx_services_item title=\"Personal Capacitado\"][/trx_services_item][trx_services_item title=\"100% Calidad\"][/trx_services_item][trx_services_item title=\"Trato Personalizado\"][/trx_services_item][trx_services_item title=\"Confianza\"][/trx_services_item][trx_services_item title=\"Seguridad\"][/trx_services_item][trx_services_item title=\"Tranquilidad\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons1\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"444\" css=\"max-width: 90%; float: right;\"][/trx_column_item][trx_column_item span=\"2\" animation=\"fadeInRight\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Pool maintenance services to commercial properties with pools[/trx_title][vc_column_text]Reliability and quality are two good reasons, but you also need a pool technician that is certified, can take on any needed repairs and renovations that may come up and knows the local “rules and regs”. Ensuring a clean environment is the goal of any pool professional, so why choose one over the other? Keep your pool clean, efficient and safe with routine pool maintenance service.[/vc_column_text][trx_button size=\"large\" link=\"/services-page/\" top=\"small\" bottom=\"small\"]Request service[/trx_button][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576161709493{background-color: #ffffff !important;}\"][vc_column][trx_section title=\"PRICING\" subtitle=\"We have three plans to choose from.<br />\r\nLook them over and let us know which one best fits your needs.\" css=\"margin-top: 6.4em; margin-bottom: 9.5em;\"][trx_columns count=\"3\" equalheight=\"yes\" margins=\"\" top=\"medium\" bottom=\"medium\"][trx_column_item][trx_price_block style=\"1\" title=\"Deluxe\" link=\"/services-page/\" link_text=\"Learn more\" money=\"30\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service every week</strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will make one trip per week to the pool to perform the following service: vacuum, test water for correct balance,add chemicals.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"2\" title=\"Standard\" link=\"/services-page/\" link_text=\"Learn more\" money=\"27\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service alternating with a chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>Our professional team provide chemical service with vacuuming, skimming, brushing, emptying baskets and perform visual check of your pool equipment.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"3\" title=\"Vacation\" link=\"/services-page/\" link_text=\"Learn more\" money=\"25\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">One full service every four weeks with three chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will perform the following service: vacuum, test water for correct balance, add chemicals and perform check of equipment.[/trx_price_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section css=\"margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\"margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576162034578{background-color: #ffffff !important;}\"][vc_column][trx_content css=\"margin-top: 6.5em; margin-bottom: 7em;\"][trx_title type=\"4\" style=\"underline\" align=\"center\" bottom=\"small\"]New Products[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/shop/\" width=\"100px\" top=\"small\"]Go to shop[/trx_button][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"540\" disable_element=\"yes\"][vc_column][trx_skills max_value=\"300\" type=\"counter\" layout=\"columns\" style=\"1\" columns=\"4\" css=\"margin-top: 11em ; margin-bottom: 11em ;\"][trx_skills_item title=\"Happy Clients\" value=\"157\" style=\"2\" icon=\"icon-icon_4\"][/trx_skills_item][trx_skills_item title=\"Years Of Experience\" value=\"14\" style=\"2\" icon=\"icon-icon_5\"][/trx_skills_item][trx_skills_item title=\"Experienced Staff\" value=\"65\" style=\"2\" icon=\"icon-icon_2\"][/trx_skills_item][trx_skills_item title=\"Professional Equipment\" value=\"265\" style=\"2\" icon=\"icon-icon_6\"][/trx_skills_item][/trx_skills][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons2\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"2\" animation=\"fadeInLeft\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Are you a pool technician wanting to grow your pool service business?[/trx_title][vc_column_text]Our organization is a full service pool maintenance company. We pride ourselves on providing first class service and excellent workmanship. We have the knowledge, and experience, to provide expert pool maintenance and repairs for pool owners. We are professional in every aspect of our business, from appearance and reliability, to the way we take care of your pool.[/vc_column_text][trx_button size=\"large\" link=\"/about/\" top=\"small\" bottom=\"small\"]Join now[/trx_button][/trx_column_item][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"445\" css=\"max-width: 90%; float: left;\"][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column][trx_blogger style=\"classic_3\" descr=\"200\" readmore=\"none\" title=\"recent posts\" link=\"/classic/\" link_caption=\"More posts\" cat=\"19\" count=\"3\" offset=\"0\" css=\"margin-bottom: 6.75em; margin-top: 6.25em;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467380435876{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}\"][vc_column][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"large\" bottom=\"large\"][/trx_clients][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}\"][vc_column][trx_form style=\"form_1\" return_page=\"none\" align=\"center\" title=\"contact us today\" subtitle=\"For more information or to request an estimate for service,contact our professional pool technicians.\" css=\"margin: 6.5em 0 7em;\" width=\"50%\"][/trx_form][/vc_column][/vc_row]</p>\r\n', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-16 17:35:02', '2019-12-16 17:35:02', '', 42, 'http://dacleanexpress.com/2019/12/16/42-revision-v1/', 0, 'revision', '', 0),
(734, 1, '2019-12-16 19:02:00', '2019-12-16 19:02:00', '[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469013162755{margin-top: -51px !important;}\"][vc_column][trx_section bg_image=\"702\" bg_tile=\"\" class=\"home-block-1\" animation=\"slideInRight\" css=\"float: right; width: 73%; z-index: 1;\"][trx_call_to_action align=\"left\" accent=\"yes\" title=\"Limpieza y Mantenimiento\" subtitle=\"De Oficinas y Residencias\" link=\"/dacleanexpress/solicitar-servicio\" link_caption=\"SOLICITAR SERVICIO\" style=\"2\"][/trx_call_to_action][/trx_section][/vc_column][/vc_row][vc_row inverse=\"\" css=\".vc_custom_1469442093175{margin-top: -41px !important;}\" el_class=\"marginbottom\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"home-block-2\" animation=\"fadeInLeft\"][trx_column_item span=\"2\" css=\"height: 199px; width:67.5%;\"][trx_block bg_image=\"219\" bg_tile=\"\" height=\"199px\"][/trx_block][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row][vc_column][trx_services style=\"services-2\" cat=\"22\" columns=\"3\" count=\"5\" readmore=\"none\" height=\"home-block-3\" top=\"null\" animation=\"fadeIn\" css=\"margin-bottom: 7em;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" parallax=\"content-moving\" parallax_image=\"513\" parallax_speed_bg=\"1.1\"][vc_column][trx_content css=\"margin-top: 8em; margin-bottom: 8.6em;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\"]We connect you to reliable[/trx_title][trx_title type=\"6\" align=\"center\" color=\"#ffffff\" css=\"line-height: 1.95em; margin-top: -0.2em;\"]Professional service technicians tailored to each job, offering incredible\r\nvalue at pre-negotiated rates for on-demand support[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/about/\" width=\"125px\"]more details[/trx_button][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons1\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"444\" css=\"max-width: 90%; float: right;\"][trx_image url=\"444\" css=\"max-width: 90%; float: right;\"][/trx_column_item][trx_column_item span=\"2\" animation=\"fadeInRight\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Sé parte de nuestro equipo[/trx_title][vc_column_text]Reliability and quality are two good reasons, but you also need a pool technician that is certified, can take on any needed repairs and renovations that may come up and knows the local “rules and regs”. Ensuring a clean environment is the goal of any pool professional, so why choose one over the other? Keep your pool clean, efficient and safe with routine pool maintenance service.[/vc_column_text][trx_button size=\"large\" link=\"/services-page/\" top=\"small\" bottom=\"small\"]Request service[/trx_button][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576161709493{background-color: #ffffff !important;}\"][vc_column][trx_section title=\"PRICING\" subtitle=\"We have three plans to choose from.\r\nLook them over and let us know which one best fits your needs.\" css=\"margin-top: 6.4em; margin-bottom: 9.5em;\"][trx_columns count=\"3\" equalheight=\"yes\" margins=\"\" top=\"medium\" bottom=\"medium\"][trx_column_item][trx_price_block style=\"1\" title=\"Deluxe\" link=\"/services-page/\" link_text=\"Learn more\" money=\"30\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service every week</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nA qualified company service technician will make one trip per week to the pool to perform the following service: vacuum, test water for correct balance,add chemicals.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"2\" title=\"Standard\" link=\"/services-page/\" link_text=\"Learn more\" money=\"27\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service alternating with a chemical check/brush</strong>\r\n\r\n&nbsp;\r\n\r\nOur professional team provide chemical service with vacuuming, skimming, brushing, emptying baskets and perform visual check of your pool equipment.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"3\" title=\"Vacation\" link=\"/services-page/\" link_text=\"Learn more\" money=\"25\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">One full service every four weeks with three chemical check/brush</strong>\r\n\r\n&nbsp;\r\n\r\nA qualified company service technician will perform the following service: vacuum, test water for correct balance, add chemicals and perform check of equipment.[/trx_price_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section css=\"margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\"margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576162034578{background-color: #ffffff !important;}\"][vc_column][trx_content css=\"margin-top: 6.5em; margin-bottom: 7em;\"][trx_title type=\"4\" style=\"underline\" align=\"center\" bottom=\"small\"]New Products[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/shop/\" width=\"100px\" top=\"small\"]Go to shop[/trx_button][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"540\" disable_element=\"yes\"][vc_column][trx_skills max_value=\"300\" type=\"counter\" layout=\"columns\" style=\"1\" columns=\"4\" css=\"margin-top: 11em ; margin-bottom: 11em ;\"][trx_skills_item title=\"Happy Clients\" value=\"157\" style=\"2\" icon=\"icon-icon_4\"][/trx_skills_item][trx_skills_item title=\"Years Of Experience\" value=\"14\" style=\"2\" icon=\"icon-icon_5\"][/trx_skills_item][trx_skills_item title=\"Experienced Staff\" value=\"65\" style=\"2\" icon=\"icon-icon_2\"][/trx_skills_item][trx_skills_item title=\"Professional Equipment\" value=\"265\" style=\"2\" icon=\"icon-icon_6\"][/trx_skills_item][/trx_skills][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons2\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"2\" animation=\"fadeInLeft\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Are you a pool technician wanting to grow your pool service business?[/trx_title][vc_column_text]Our organization is a full service pool maintenance company. We pride ourselves on providing first class service and excellent workmanship. We have the knowledge, and experience, to provide expert pool maintenance and repairs for pool owners. We are professional in every aspect of our business, from appearance and reliability, to the way we take care of your pool.[/vc_column_text][trx_button size=\"large\" link=\"/about/\" top=\"small\" bottom=\"small\"]Join now[/trx_button][/trx_column_item][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"445\" css=\"max-width: 90%; float: left;\"][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column][trx_blogger style=\"classic_3\" descr=\"200\" readmore=\"none\" title=\"recent posts\" link=\"/classic/\" link_caption=\"More posts\" cat=\"19\" count=\"3\" offset=\"0\" css=\"margin-bottom: 6.75em; margin-top: 6.25em;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576522810815{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}\"][vc_column][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"large\" bottom=\"large\"][/trx_clients][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}\"][vc_column][trx_form style=\"form_1\" return_page=\"none\" align=\"center\" title=\"contact us today\" subtitle=\"For more information or to request an estimate for service,contact our professional pool technicians.\" css=\"margin: 6.5em 0 7em;\" width=\"50%\"][/trx_form][/vc_column][/vc_row]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-16 19:02:00', '2019-12-16 19:02:00', '', 42, 'http://dacleanexpress.com/2019/12/16/42-revision-v1/', 0, 'revision', '', 0),
(1147, 18, '2020-03-12 12:19:37', '2020-03-12 17:19:37', '[vc_row css=\".vc_custom_1576680491313{padding-top: 150px !important;padding-bottom: 150px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1119\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Dalys Durango\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]<strong>Emprendedora, Empresaria y Docente:</strong> La caracteriza el apego a sus valores, principios y convicciones y uno de ellos es La justicia social. Piensa que el planeta es para todos y que todos deben  tener las mismas condiciones y el negocio de servicio de limpieza la llevo hacer otras cosas además de limpiar una oficina o una residencia, que es  Transformar e Impactar la vida de otras personas sus (clientes )y las más importantes  sus colaboradoras. Capacita a Mujeres vulnerables del país que no les ofrecen una plaza de empleo por no tener experiencia  u otros requisitos. Mediante un programa llamado CreciMujer, Crecimiento y Desarrollo Personal ellas dejan de ser discriminadas y están dentro de la Economia formal del País.\r\n<h5>Historia del inicio de Daclean Express</h5>\r\nAún recuerda cuando llego a su casa y conversa con sus padres y les decía que tenía una nueva idea de tantas que había tenido su cabeza pero todas eran de un negocio, emprendedora al fin! Les dice a sus padres que iba a iniciar un negocio de limpieza de aptos solo que tenía en su cartera 200.00 balboas y su madre le dice hija yo tengo 200.00 y su padre como siempre sin querer dejar de apoyarla le dice yo tengo 100.00 los toma se va a doit center  a comprar unos cuantos implementos, le salió su primer cliente después de haber tocado la puerta de varios edificios y haber convencido a varios guardias de seguridad  que la dejaran subir y lo demás es la historia que vive hoy dia la empresa de servicio y limpieza Daclean Express.\r\n<h4>Nos destacamos por:</h4>\r\n<ul>\r\n 	<li>\r\n<h6><b>Cortesía y Amabilidad:</b> 100% le demostrara una actitud positiva.</h6>\r\n</li>\r\n 	<li>\r\n<h6><b>Honradez:</b> Daclean Express se hace responsable de cualquier eventualidad si la hubiese, ya que prevenimos los factores emocionales humanos.</h6>\r\n</li>\r\n 	<li>\r\n<h6><b>Especialidad:</b> Realizamos las limpiezas con implementos y equipos ERGONÓMICOS para especialización del trabajo y comodidad del personal.</h6>\r\n</li>\r\n 	<li>\r\n<h6><b>Innovación:</b> Utilizamos las ultimas técnicas de limpieza en el mercado como el VAPOR!</h6>\r\n</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Quienes Somos', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2020-03-12 12:19:37', '2020-03-12 17:19:37', '', 14, 'https://dacleanexpress.com/14-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(733, 1, '2019-12-16 19:00:16', '2019-12-16 19:00:16', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469013162755{margin-top: -51px !important;}\"][vc_column][trx_section bg_image=\"702\" bg_tile=\"\" class=\"home-block-1\" animation=\"slideInRight\" css=\"float: right; width: 73%; z-index: 1;\"][trx_call_to_action align=\"left\" accent=\"yes\" title=\"Limpieza y Mantenimiento\" subtitle=\"De Oficinas y Residencias\" link=\"/dacleanexpress/solicitar-servicio\" link_caption=\"SOLICITAR SERVICIO\" style=\"2\"][/trx_call_to_action][/trx_section][/vc_column][/vc_row][vc_row inverse=\"\" css=\".vc_custom_1469442093175{margin-top: -41px !important;}\" el_class=\"marginbottom\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"home-block-2\" animation=\"fadeInLeft\"][trx_column_item span=\"2\" css=\"height: 199px; width:67.5%;\"][trx_block bg_image=\"219\" bg_tile=\"\" height=\"199px\"][/trx_block][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row][vc_column][trx_services style=\"services-2\" cat=\"22\" columns=\"3\" count=\"5\" readmore=\"none\" height=\"home-block-3\" top=\"null\" animation=\"fadeIn\" css=\"margin-bottom: 7em;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" parallax=\"content-moving\" parallax_image=\"513\" parallax_speed_bg=\"1.1\"][vc_column][trx_content css=\"margin-top: 8em; margin-bottom: 8.6em;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\"]We connect you to reliable[/trx_title][trx_title type=\"6\" align=\"center\" color=\"#ffffff\" css=\"line-height: 1.95em; margin-top: -0.2em;\"]Professional service technicians tailored to each job, offering incredible<br />\r\nvalue at pre-negotiated rates for on-demand support[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/about/\" width=\"125px\"]more details[/trx_button][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons1\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"444\" css=\"max-width: 90%; float: right;\"][/trx_column_item][trx_column_item span=\"2\" animation=\"fadeInRight\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Pool maintenance services to commercial properties with pools[/trx_title][vc_column_text]Reliability and quality are two good reasons, but you also need a pool technician that is certified, can take on any needed repairs and renovations that may come up and knows the local “rules and regs”. Ensuring a clean environment is the goal of any pool professional, so why choose one over the other? Keep your pool clean, efficient and safe with routine pool maintenance service.[/vc_column_text][trx_button size=\"large\" link=\"/services-page/\" top=\"small\" bottom=\"small\"]Request service[/trx_button][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576161709493{background-color: #ffffff !important;}\"][vc_column][trx_section title=\"PRICING\" subtitle=\"We have three plans to choose from.<br />\r\nLook them over and let us know which one best fits your needs.\" css=\"margin-top: 6.4em; margin-bottom: 9.5em;\"][trx_columns count=\"3\" equalheight=\"yes\" margins=\"\" top=\"medium\" bottom=\"medium\"][trx_column_item][trx_price_block style=\"1\" title=\"Deluxe\" link=\"/services-page/\" link_text=\"Learn more\" money=\"30\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service every week</strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will make one trip per week to the pool to perform the following service: vacuum, test water for correct balance,add chemicals.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"2\" title=\"Standard\" link=\"/services-page/\" link_text=\"Learn more\" money=\"27\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service alternating with a chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>Our professional team provide chemical service with vacuuming, skimming, brushing, emptying baskets and perform visual check of your pool equipment.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"3\" title=\"Vacation\" link=\"/services-page/\" link_text=\"Learn more\" money=\"25\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">One full service every four weeks with three chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will perform the following service: vacuum, test water for correct balance, add chemicals and perform check of equipment.[/trx_price_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section css=\"margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\"margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576162034578{background-color: #ffffff !important;}\"][vc_column][trx_content css=\"margin-top: 6.5em; margin-bottom: 7em;\"][trx_title type=\"4\" style=\"underline\" align=\"center\" bottom=\"small\"]New Products[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/shop/\" width=\"100px\" top=\"small\"]Go to shop[/trx_button][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"540\" disable_element=\"yes\"][vc_column][trx_skills max_value=\"300\" type=\"counter\" layout=\"columns\" style=\"1\" columns=\"4\" css=\"margin-top: 11em ; margin-bottom: 11em ;\"][trx_skills_item title=\"Happy Clients\" value=\"157\" style=\"2\" icon=\"icon-icon_4\"][/trx_skills_item][trx_skills_item title=\"Years Of Experience\" value=\"14\" style=\"2\" icon=\"icon-icon_5\"][/trx_skills_item][trx_skills_item title=\"Experienced Staff\" value=\"65\" style=\"2\" icon=\"icon-icon_2\"][/trx_skills_item][trx_skills_item title=\"Professional Equipment\" value=\"265\" style=\"2\" icon=\"icon-icon_6\"][/trx_skills_item][/trx_skills][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons2\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"2\" animation=\"fadeInLeft\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Are you a pool technician wanting to grow your pool service business?[/trx_title][vc_column_text]Our organization is a full service pool maintenance company. We pride ourselves on providing first class service and excellent workmanship. We have the knowledge, and experience, to provide expert pool maintenance and repairs for pool owners. We are professional in every aspect of our business, from appearance and reliability, to the way we take care of your pool.[/vc_column_text][trx_button size=\"large\" link=\"/about/\" top=\"small\" bottom=\"small\"]Join now[/trx_button][/trx_column_item][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"445\" css=\"max-width: 90%; float: left;\"][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column][trx_blogger style=\"classic_3\" descr=\"200\" readmore=\"none\" title=\"recent posts\" link=\"/classic/\" link_caption=\"More posts\" cat=\"19\" count=\"3\" offset=\"0\" css=\"margin-bottom: 6.75em; margin-top: 6.25em;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576522810815{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}\"][vc_column][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"large\" bottom=\"large\"][/trx_clients][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}\"][vc_column][trx_form style=\"form_1\" return_page=\"none\" align=\"center\" title=\"contact us today\" subtitle=\"For more information or to request an estimate for service,contact our professional pool technicians.\" css=\"margin: 6.5em 0 7em;\" width=\"50%\"][/trx_form][/vc_column][/vc_row]</p>\r\n', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-16 19:00:16', '2019-12-16 19:00:16', '', 42, 'http://dacleanexpress.com/2019/12/16/42-revision-v1/', 0, 'revision', '', 0),
(735, 1, '2019-12-16 19:02:54', '2019-12-16 19:02:54', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469013162755{margin-top: -51px !important;}\"][vc_column][trx_section bg_image=\"702\" bg_tile=\"\" class=\"home-block-1\" animation=\"slideInRight\" css=\"float: right; width: 73%; z-index: 1;\"][trx_call_to_action align=\"left\" accent=\"yes\" title=\"Limpieza y Mantenimiento\" subtitle=\"De Oficinas y Residencias\" link=\"/dacleanexpress/solicitar-servicio\" link_caption=\"SOLICITAR SERVICIO\" style=\"2\"][/trx_call_to_action][/trx_section][/vc_column][/vc_row][vc_row inverse=\"\" css=\".vc_custom_1469442093175{margin-top: -41px !important;}\" el_class=\"marginbottom\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"home-block-2\" animation=\"fadeInLeft\"][trx_column_item span=\"2\" css=\"height: 199px; width:67.5%;\"][trx_block bg_image=\"219\" bg_tile=\"\" height=\"199px\"][/trx_block][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row][vc_column][trx_services style=\"services-2\" cat=\"22\" columns=\"3\" count=\"5\" readmore=\"none\" height=\"home-block-3\" top=\"null\" animation=\"fadeIn\" css=\"margin-bottom: 7em;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" parallax=\"content-moving\" parallax_image=\"513\" parallax_speed_bg=\"1.1\"][vc_column][trx_content css=\"margin-top: 8em; margin-bottom: 8.6em;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\"]We connect you to reliable[/trx_title][trx_title type=\"6\" align=\"center\" color=\"#ffffff\" css=\"line-height: 1.95em; margin-top: -0.2em;\"]Professional service technicians tailored to each job, offering incredible<br />\r\nvalue at pre-negotiated rates for on-demand support[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/about/\" width=\"125px\"]more details[/trx_button][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons1\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"444\" css=\"max-width: 90%; float: right;\"][/trx_column_item][trx_column_item span=\"2\" animation=\"fadeInRight\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Sé parte de nuestro equipo[/trx_title][vc_column_text]Reliability and quality are two good reasons, but you also need a pool technician that is certified, can take on any needed repairs and renovations that may come up and knows the local “rules and regs”. Ensuring a clean environment is the goal of any pool professional, so why choose one over the other? Keep your pool clean, efficient and safe with routine pool maintenance service.[/vc_column_text][trx_button size=\"large\" link=\"/services-page/\" top=\"small\" bottom=\"small\"]Request service[/trx_button][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576161709493{background-color: #ffffff !important;}\"][vc_column][trx_section title=\"PRICING\" subtitle=\"We have three plans to choose from.<br />\r\nLook them over and let us know which one best fits your needs.\" css=\"margin-top: 6.4em; margin-bottom: 9.5em;\"][trx_columns count=\"3\" equalheight=\"yes\" margins=\"\" top=\"medium\" bottom=\"medium\"][trx_column_item][trx_price_block style=\"1\" title=\"Deluxe\" link=\"/services-page/\" link_text=\"Learn more\" money=\"30\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service every week</strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will make one trip per week to the pool to perform the following service: vacuum, test water for correct balance,add chemicals.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"2\" title=\"Standard\" link=\"/services-page/\" link_text=\"Learn more\" money=\"27\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service alternating with a chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>Our professional team provide chemical service with vacuuming, skimming, brushing, emptying baskets and perform visual check of your pool equipment.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"3\" title=\"Vacation\" link=\"/services-page/\" link_text=\"Learn more\" money=\"25\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">One full service every four weeks with three chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will perform the following service: vacuum, test water for correct balance, add chemicals and perform check of equipment.[/trx_price_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section css=\"margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\"margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576162034578{background-color: #ffffff !important;}\"][vc_column][trx_content css=\"margin-top: 6.5em; margin-bottom: 7em;\"][trx_title type=\"4\" style=\"underline\" align=\"center\" bottom=\"small\"]New Products[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/shop/\" width=\"100px\" top=\"small\"]Go to shop[/trx_button][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"540\" disable_element=\"yes\"][vc_column][trx_skills max_value=\"300\" type=\"counter\" layout=\"columns\" style=\"1\" columns=\"4\" css=\"margin-top: 11em ; margin-bottom: 11em ;\"][trx_skills_item title=\"Happy Clients\" value=\"157\" style=\"2\" icon=\"icon-icon_4\"][/trx_skills_item][trx_skills_item title=\"Years Of Experience\" value=\"14\" style=\"2\" icon=\"icon-icon_5\"][/trx_skills_item][trx_skills_item title=\"Experienced Staff\" value=\"65\" style=\"2\" icon=\"icon-icon_2\"][/trx_skills_item][trx_skills_item title=\"Professional Equipment\" value=\"265\" style=\"2\" icon=\"icon-icon_6\"][/trx_skills_item][/trx_skills][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons2\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"2\" animation=\"fadeInLeft\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Are you a pool technician wanting to grow your pool service business?[/trx_title][vc_column_text]Our organization is a full service pool maintenance company. We pride ourselves on providing first class service and excellent workmanship. We have the knowledge, and experience, to provide expert pool maintenance and repairs for pool owners. We are professional in every aspect of our business, from appearance and reliability, to the way we take care of your pool.[/vc_column_text][trx_button size=\"large\" link=\"/about/\" top=\"small\" bottom=\"small\"]Join now[/trx_button][/trx_column_item][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"445\" css=\"max-width: 90%; float: left;\"][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column][trx_blogger style=\"classic_3\" descr=\"200\" readmore=\"none\" title=\"recent posts\" link=\"/classic/\" link_caption=\"More posts\" cat=\"19\" count=\"3\" offset=\"0\" css=\"margin-bottom: 6.75em; margin-top: 6.25em;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576522810815{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}\"][vc_column][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"large\" bottom=\"large\"][/trx_clients][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}\"][vc_column][trx_form style=\"form_1\" return_page=\"none\" align=\"center\" title=\"contact us today\" subtitle=\"For more information or to request an estimate for service,contact our professional pool technicians.\" css=\"margin: 6.5em 0 7em;\" width=\"50%\"][/trx_form][/vc_column][/vc_row]</p>\r\n', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-16 19:02:54', '2019-12-16 19:02:54', '', 42, 'http://dacleanexpress.com/2019/12/16/42-revision-v1/', 0, 'revision', '', 0),
(739, 1, '2019-12-16 19:33:43', '2019-12-16 19:33:43', '', 'foto-estudio-1', '', 'inherit', 'open', 'closed', '', 'foto-estudio-1', '', '', '2019-12-16 19:33:43', '2019-12-16 19:33:43', '', 14, 'http://dacleanexpress.com/wp-content/uploads/2019/12/foto-estudio-1.png', 0, 'attachment', 'image/png', 0),
(742, 1, '2019-12-16 19:37:12', '2019-12-16 19:37:12', '<p>[vc_row css=\".vc_custom_1467372078262{background-color: #ffffff !important;}\"][vc_column][trx_services type=\"icons\" title=\"How It Works\" cat=\"21\" order=\"asc\" readmore=\"none\" bottom=\"huge\" css=\"margin-top: 7.4em ;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][trx_services_item title=\"Service item 4\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons1\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"739\" css=\"max-width: 90%; float: right;\"][/trx_column_item][trx_column_item span=\"2\" bg_image=\"209\" bg_tile=\"\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Pool maintenance services to commercial properties with pools[/trx_title][vc_column_text]Reliability and quality are two good reasons, but you also need a pool technician that is certified, can take on any needed repairs and renovations that may come up and knows the local “rules and regs”. Ensuring a clean environment is the goal of any pool professional, so why choose one over the other? Keep your pool clean, efficient and safe with routine pool maintenance service.[/vc_column_text][trx_button size=\"large\" link=\"/services-page/\" top=\"small\" bottom=\"small\"]Request service[/trx_button][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467371774795{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;}\"][vc_column][trx_section css=\"margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\"margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row]</p>\r\n', 'Quienes Somos', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2019-12-16 19:37:12', '2019-12-16 19:37:12', '', 14, 'http://dacleanexpress.com/2019/12/16/14-revision-v1/', 0, 'revision', '', 0),
(740, 1, '2019-12-16 19:35:12', '2019-12-16 19:35:12', '<p>[vc_row css=\".vc_custom_1467372078262{background-color: #ffffff !important;}\"][vc_column][trx_services type=\"icons\" title=\"How It Works\" cat=\"21\" order=\"asc\" readmore=\"none\" bottom=\"huge\" css=\"margin-top: 7.4em ;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][trx_services_item title=\"Service item 4\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons1\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"739\" css=\"max-width: 90%; float: right;\"][/trx_column_item][trx_column_item span=\"2\" bg_image=\"209\" bg_tile=\"\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Pool maintenance services to commercial properties with pools[/trx_title][vc_column_text]Reliability and quality are two good reasons, but you also need a pool technician that is certified, can take on any needed repairs and renovations that may come up and knows the local “rules and regs”. Ensuring a clean environment is the goal of any pool professional, so why choose one over the other? Keep your pool clean, efficient and safe with routine pool maintenance service.[/vc_column_text][trx_button size=\"large\" link=\"/services-page/\" top=\"small\" bottom=\"small\"]Request service[/trx_button][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row inverse=\"\" css=\".vc_custom_1467372093261{background-color: #ffffff !important;}\"][vc_column][trx_team title=\"Our team\" cat=\"0\" columns=\"4\" count=\"4\" orderby=\"date\" order=\"desc\" bottom=\"huge\" css=\"margin-top: 7.5em;\"][trx_team_item user=\"Member 1\"][/trx_team_item][trx_team_item user=\"Member 2\"][/trx_team_item][trx_team_item user=\"Member 4\"][/trx_team_item][/trx_team][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467371774795{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;}\"][vc_column][trx_section css=\"margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\"margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}\"][vc_column][trx_form style=\"form_1\" return_page=\"none\" align=\"center\" title=\"contact us today\" subtitle=\"For more information or to request an estimate for service,contact our professional pool technicians.\" css=\"margin: 6.5em 0 7em;\" width=\"50%\"][/trx_form][/vc_column][/vc_row]</p>\r\n', 'Quienes Somos', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2019-12-16 19:35:12', '2019-12-16 19:35:12', '', 14, 'http://dacleanexpress.com/2019/12/16/14-revision-v1/', 0, 'revision', '', 0),
(741, 1, '2020-02-26 14:50:27', '2020-02-26 19:50:27', '<p>[vc_row css=\".vc_custom_1576680491313{padding-top: 150px !important;padding-bottom: 150px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1119\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Dalys Durango\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]<strong>Emprendedora, Empresaria y Docente:</strong> La caracteriza el apego a sus valores, principios y convicciones y uno de ellos es La justicia social. Piensa que el planeta es para todos y que todos deben  tener las mismas condiciones y el negocio de servicio de limpieza la llevo hacer otras cosas además de limpiar una oficina o una residencia, que es  Transformar e Impactar la vida de otras personas sus (clientes )y las más importantes  sus colaboradoras. Capacita a Mujeres vulnerables del país que no les ofrecen una plaza de empleo por no tener experiencia  u otros requisitos. Mediante un programa llamado CreciMujer, Crecimiento y Desarrollo Personal ellas dejan de ser discriminadas y están dentro de la Economia formal del País.</p>\n<h5>Historia del inicio de Daclean Express</h5>\n<p>Aún recuerda cuando llego a su casa y conversa con sus padres y les decía que tenía una nueva idea de tantas que había tenido su cabeza pero todas eran de un negocio, emprendedora al fin! Les dice a sus padres que iba a iniciar un negocio de limpieza de aptos solo que tenía en su cartera 200.00 balboas y su madre le dice hija yo tengo 200.00 y su padre como siempre sin querer dejar de apoyarla le dice yo tengo 100.00 los toma se va a doit center  a comprar unos cuantos implementos, le salió su primer cliente después de haber tocado la puerta de varios edificios y haber convencido a varios guardias de seguridad  que la dejaran subir y lo demás es la historia que vive hoy dia la empresa de servicio y limpieza Daclean Express.</p>\n<h4>Nos destacamos por:</h4>\n<ul>\n<li>\n<h6><b>Cortesía y Amabilidad:</b> 100% le demostrara una actitud positiva.</h6>\n</li>\n<li>\n<h6><b>Honradez:</b> Daclean express se hace responsable de cualquier eventualidad si la hubiese, ya que prevenimos los factores emocionales humanos.</h6>\n</li>\n<li>\n<h6><b>Especialidad:</b> Realizamos las limpiezas con implementos y equipos ERGONÓMICOS para especialización del trabajo y comodidad del personal.</h6>\n</li>\n<li>\n<h6><b>Innovación:</b> Utilizamos las ultimas técnicas de limpieza en el mercado como el VAPOR!</h6>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n', 'Quienes Somos', '', 'inherit', 'closed', 'closed', '', '14-autosave-v1', '', '', '2020-02-26 14:50:27', '2020-02-26 19:50:27', '', 14, 'http://dacleanexpress.com/2019/12/16/14-autosave-v1/', 0, 'revision', '', 0),
(745, 1, '2019-12-16 19:40:27', '2019-12-16 19:40:27', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons1\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"739\" css=\"max-width: 90%; float: right;\"][/trx_column_item][trx_column_item span=\"2\" bg_image=\"209\" bg_tile=\"\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Dalys Durango[/trx_title][vc_column_text]Emprendedora, Empresaria y Docente: La caracteriza el apego a sus valores, principios y convicciones y uno de ellos es La justicia social. Piensa que el planeta es para todos y que todos deben  tener las mismas condiciones y el negocio de servicio de limpieza la llevo hacer otras cosas además de limpiar una oficina o una residencia, que es  Transformar e Impactar la vida de otras personas sus (clientes )y las más importantes  sus colaboradoras. Capacita a Mujeres vulnerables del país que no les ofrecen una plaza de empleo por no tener experiencia  u otros requisitos. Mediante un programa llamado CreciMujer, Crecimiento y Desarrollo Personal ellas dejan de ser discriminadas y están dentro de la Economia formal del País.[/vc_column_text][trx_button size=\"large\" link=\"/services-page/\" top=\"small\" bottom=\"small\"]Request service[/trx_button][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576525140326{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;}\"][vc_column][trx_section css=\"margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\"margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row]', 'Quienes Somos', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2019-12-16 19:40:27', '2019-12-16 19:40:27', '', 14, 'http://dacleanexpress.com/2019/12/16/14-revision-v1/', 0, 'revision', '', 0),
(744, 1, '2019-12-16 19:39:05', '2019-12-16 19:39:05', '<p>[vc_row full_width=\"stretch_row\" css=\".vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons1\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"739\" css=\"max-width: 90%; float: right;\"][/trx_column_item][trx_column_item span=\"2\" bg_image=\"209\" bg_tile=\"\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Pool maintenance services to commercial properties with pools[/trx_title][vc_column_text]Reliability and quality are two good reasons, but you also need a pool technician that is certified, can take on any needed repairs and renovations that may come up and knows the local “rules and regs”. Ensuring a clean environment is the goal of any pool professional, so why choose one over the other? Keep your pool clean, efficient and safe with routine pool maintenance service.[/vc_column_text][trx_button size=\"large\" link=\"/services-page/\" top=\"small\" bottom=\"small\"]Request service[/trx_button][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576525140326{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;}\"][vc_column][trx_section css=\"margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\"margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row]</p>\r\n', 'Quienes Somos', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2019-12-16 19:39:05', '2019-12-16 19:39:05', '', 14, 'http://dacleanexpress.com/2019/12/16/14-revision-v1/', 0, 'revision', '', 0),
(746, 1, '2019-12-16 19:41:33', '2019-12-16 19:41:33', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons1\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"739\" css=\"max-width: 90%; float: right;\"][/trx_column_item][trx_column_item span=\"2\" bg_image=\"209\" bg_tile=\"\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Dalys Durango[/trx_title][vc_column_text]Emprendedora, Empresaria y Docente: La caracteriza el apego a sus valores, principios y convicciones y uno de ellos es La justicia social. Piensa que el planeta es para todos y que todos deben  tener las mismas condiciones y el negocio de servicio de limpieza la llevo hacer otras cosas además de limpiar una oficina o una residencia, que es  Transformar e Impactar la vida de otras personas sus (clientes )y las más importantes  sus colaboradoras. Capacita a Mujeres vulnerables del país que no les ofrecen una plaza de empleo por no tener experiencia  u otros requisitos. Mediante un programa llamado CreciMujer, Crecimiento y Desarrollo Personal ellas dejan de ser discriminadas y están dentro de la Economia formal del País.\r\n<h4>Historia del inicio de Daclean Express</h4>\r\nAún recuerda cuando llego a su casa y conversa con sus padres y les decía que tenía una nueva idea de tantas que había tenido su cabeza pero todas eran de un negocio, emprendedora al fin! Les dice a sus padres que iba a iniciar un negocio de limpieza de aptos solo que tenía en su cartera 200.00 balboas y su madre le dice hija yo tengo 200.00 y su padre como siempre sin querer dejar de apoyarla le dice yo tengo 100.00 los toma se va a doit center  a comprar unos cuantos implementos, le salió su primer cliente después de haber tocado la puerta de varios edificios y haber convencido a varios guardias de seguridad  que la dejaran subir y lo demás es la historia que vive hoy dia la empresa de servicio y limpieza Daclean Express. NOS DESTACAMOS POR\r\n\r\nCortesía y Amabilidad: 100% le demostrara una actitud positiva.\r\n\r\nHonradez: Daclean express se hace responsable de cualquier eventualidad si la hubiese, ya que prevenimos los factores emocionales humanos.[/vc_column_text][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576525140326{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;}\"][vc_column][trx_section css=\"margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\"margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row]', 'Quienes Somos', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2019-12-16 19:41:33', '2019-12-16 19:41:33', '', 14, 'http://dacleanexpress.com/2019/12/16/14-revision-v1/', 0, 'revision', '', 0),
(756, 1, '2020-01-09 14:06:26', '2020-01-09 14:06:26', '<p>[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578313924348{padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg-contact.jpg?id=972) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578313481684{padding-top: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text]</p>\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">LIMPIEZA DE OFICINAS</span></h3>\n<h4 style=\"text-align: center;\">TENEMOS UN PLAN QUE SE ADAPTA A TU EMPRESA</h4>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"1060\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"962\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"963\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][/vc_row][vc_row gap=\"30\" equal_height=\"yes\" content_placement=\"middle\"][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\n<h3><span style=\"color: #ffffff;\">La limpieza</span></h3>\n<h3><span style=\"color: #ffffff;\">la hacemos</span></h3>\n<h1><span style=\"color: #3366ff;\">Nosotras</span></h1>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"975\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][/vc_row][/vc_section][vc_row css=\".vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column css_animation=\"fadeInUp\" width=\"1/2\"][vc_column_text css_animation=\"none\" css=\".vc_custom_1578323012960{padding-bottom: 50px !important;}\"]</p>\n<h3 style=\"text-align: center;\">Formulario de Contacto</h3>\n<p style=\"text-align: center;\">Escríbanos a <a href=\"mailto:dacleanexp@gmail.com\"><strong><u>dacleanexp@gmail.com</u></strong></a>  Estaremos realizando su solicitud en  24 horas.</p>\n<p>[/vc_column_text][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\n', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '36-autosave-v1', '', '', '2020-01-09 14:06:26', '2020-01-09 14:06:26', '', 36, 'http://dacleanexpress.com/2019/12/17/36-autosave-v1/', 0, 'revision', '', 0),
(767, 1, '2019-12-18 14:43:28', '2019-12-18 14:43:28', '[vc_row][vc_column width=\"1/2\"][vc_single_image image=\"739\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]Emprendedora, Empresaria y Docente: La caracteriza el apego a sus valores, principios y convicciones y uno de ellos es La justicia social. Piensa que el planeta es para todos y que todos deben  tener las mismas condiciones y el negocio de servicio de limpieza la llevo hacer otras cosas además de limpiar una oficina o una residencia, que es  Transformar e Impactar la vida de otras personas sus (clientes )y las más importantes  sus colaboradoras. Capacita a Mujeres vulnerables del país que no les ofrecen una plaza de empleo por no tener experiencia  u otros requisitos. Mediante un programa llamado CreciMujer, Crecimiento y Desarrollo Personal ellas dejan de ser discriminadas y están dentro de la Economia formal del País.\r\n<h5>Historia del inicio de Daclean Express</h5>\r\nAún recuerda cuando llego a su casa y conversa con sus padres y les decía que tenía una nueva idea de tantas que había tenido su cabeza pero todas eran de un negocio, emprendedora al fin! Les dice a sus padres que iba a iniciar un negocio de limpieza de aptos solo que tenía en su cartera 200.00 balboas y su madre le dice hija yo tengo 200.00 y su padre como siempre sin querer dejar de apoyarla le dice yo tengo 100.00 los toma se va a doit center  a comprar unos cuantos implementos, le salió su primer cliente después de haber tocado la puerta de varios edificios y haber convencido a varios guardias de seguridad  que la dejaran subir y lo demás es la historia que vive hoy dia la empresa de servicio y limpieza Daclean Express. NOS DESTACAMOS POR\r\n\r\nCortesía y Amabilidad: 100% le demostrara una actitud positiva.\r\n\r\nHonradez: Daclean express se hace responsable de cualquier eventualidad si la hubiese, ya que prevenimos los factores emocionales humanos.[/vc_column_text][/vc_column][/vc_row]', 'Quienes Somos', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2019-12-18 14:43:28', '2019-12-18 14:43:28', '', 14, 'http://dacleanexpress.com/14-revision-v1/', 0, 'revision', '', 0),
(747, 1, '2019-12-16 19:43:06', '2019-12-16 19:43:06', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons1\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"739\" css=\"max-width: 90%; float: right;\"][/trx_column_item][trx_column_item span=\"2\" bg_image=\"209\" bg_tile=\"\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]\r\n<h2>Dalys Durango</h2>\r\n[/trx_title][vc_column_text]Emprendedora, Empresaria y Docente: La caracteriza el apego a sus valores, principios y convicciones y uno de ellos es La justicia social. Piensa que el planeta es para todos y que todos deben  tener las mismas condiciones y el negocio de servicio de limpieza la llevo hacer otras cosas además de limpiar una oficina o una residencia, que es  Transformar e Impactar la vida de otras personas sus (clientes )y las más importantes  sus colaboradoras. Capacita a Mujeres vulnerables del país que no les ofrecen una plaza de empleo por no tener experiencia  u otros requisitos. Mediante un programa llamado CreciMujer, Crecimiento y Desarrollo Personal ellas dejan de ser discriminadas y están dentro de la Economia formal del País.\r\n<h4>Historia del inicio de Daclean Express</h4>\r\nAún recuerda cuando llego a su casa y conversa con sus padres y les decía que tenía una nueva idea de tantas que había tenido su cabeza pero todas eran de un negocio, emprendedora al fin! Les dice a sus padres que iba a iniciar un negocio de limpieza de aptos solo que tenía en su cartera 200.00 balboas y su madre le dice hija yo tengo 200.00 y su padre como siempre sin querer dejar de apoyarla le dice yo tengo 100.00 los toma se va a doit center  a comprar unos cuantos implementos, le salió su primer cliente después de haber tocado la puerta de varios edificios y haber convencido a varios guardias de seguridad  que la dejaran subir y lo demás es la historia que vive hoy dia la empresa de servicio y limpieza Daclean Express. NOS DESTACAMOS POR\r\n\r\nCortesía y Amabilidad: 100% le demostrara una actitud positiva.\r\n\r\nHonradez: Daclean express se hace responsable de cualquier eventualidad si la hubiese, ya que prevenimos los factores emocionales humanos.[/vc_column_text][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576525140326{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;}\"][vc_column][trx_section css=\"margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\"margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row]', 'Quienes Somos', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2019-12-16 19:43:06', '2019-12-16 19:43:06', '', 14, 'http://dacleanexpress.com/2019/12/16/14-revision-v1/', 0, 'revision', '', 0),
(748, 1, '2019-12-16 19:44:10', '2019-12-16 19:44:10', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons1\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"739\" css=\"max-width: 90%; float: right;\"][/trx_column_item][trx_column_item span=\"2\" bg_image=\"209\" bg_tile=\"\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]\r\n<h3>Dalys Durango</h3>\r\n[/trx_title][vc_column_text]Emprendedora, Empresaria y Docente: La caracteriza el apego a sus valores, principios y convicciones y uno de ellos es La justicia social. Piensa que el planeta es para todos y que todos deben  tener las mismas condiciones y el negocio de servicio de limpieza la llevo hacer otras cosas además de limpiar una oficina o una residencia, que es  Transformar e Impactar la vida de otras personas sus (clientes )y las más importantes  sus colaboradoras. Capacita a Mujeres vulnerables del país que no les ofrecen una plaza de empleo por no tener experiencia  u otros requisitos. Mediante un programa llamado CreciMujer, Crecimiento y Desarrollo Personal ellas dejan de ser discriminadas y están dentro de la Economia formal del País.\r\n<h5>Historia del inicio de Daclean Express</h5>\r\nAún recuerda cuando llego a su casa y conversa con sus padres y les decía que tenía una nueva idea de tantas que había tenido su cabeza pero todas eran de un negocio, emprendedora al fin! Les dice a sus padres que iba a iniciar un negocio de limpieza de aptos solo que tenía en su cartera 200.00 balboas y su madre le dice hija yo tengo 200.00 y su padre como siempre sin querer dejar de apoyarla le dice yo tengo 100.00 los toma se va a doit center  a comprar unos cuantos implementos, le salió su primer cliente después de haber tocado la puerta de varios edificios y haber convencido a varios guardias de seguridad  que la dejaran subir y lo demás es la historia que vive hoy dia la empresa de servicio y limpieza Daclean Express. NOS DESTACAMOS POR\r\n\r\nCortesía y Amabilidad: 100% le demostrara una actitud positiva.\r\n\r\nHonradez: Daclean express se hace responsable de cualquier eventualidad si la hubiese, ya que prevenimos los factores emocionales humanos.[/vc_column_text][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576525140326{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;}\"][vc_column][trx_section css=\"margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\"margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row]', 'Quienes Somos', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2019-12-16 19:44:10', '2019-12-16 19:44:10', '', 14, 'http://dacleanexpress.com/2019/12/16/14-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(752, 1, '2019-12-17 15:19:52', '2019-12-17 15:19:52', '[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469013162755{margin-top: -51px !important;}\"][vc_column][trx_section bg_image=\"702\" bg_tile=\"\" class=\"home-block-1\" animation=\"slideInRight\" css=\"float: right; width: 73%; z-index: 1;\"][trx_call_to_action align=\"left\" accent=\"yes\" title=\"Limpieza y Mantenimiento\" subtitle=\"De Oficinas y Residencias\" link=\"/dacleanexpress/solicitar-servicio\" link_caption=\"SOLICITAR SERVICIO\" style=\"2\"][/trx_call_to_action][/trx_section][/vc_column][/vc_row][vc_row inverse=\"\" css=\".vc_custom_1469442093175{margin-top: -41px !important;}\" el_class=\"marginbottom\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"home-block-2\" animation=\"fadeInLeft\"][trx_column_item span=\"2\" css=\"height: 199px; width:67.5%;\"][trx_block bg_image=\"219\" bg_tile=\"\" height=\"199px\"][/trx_block][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row][vc_column][trx_services style=\"services-2\" cat=\"22\" columns=\"3\" count=\"5\" readmore=\"none\" height=\"home-block-3\" top=\"null\" animation=\"fadeIn\" css=\"margin-bottom: 7em;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" parallax=\"content-moving\" parallax_image=\"513\" parallax_speed_bg=\"1.1\"][vc_column][trx_content css=\"margin-top: 8em; margin-bottom: 8.6em;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\"]We connect you to reliable[/trx_title][trx_title type=\"6\" align=\"center\" color=\"#ffffff\" css=\"line-height: 1.95em; margin-top: -0.2em;\"]Professional service technicians tailored to each job, offering incredible\r\nvalue at pre-negotiated rates for on-demand support[/trx_title][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons1\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"444\" css=\"max-width: 90%; float: right;\"][/trx_column_item][trx_column_item span=\"2\" animation=\"fadeInRight\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Sé parte de nuestro equipo[/trx_title][trx_button size=\"large\" link=\"/services-page/\" top=\"small\" bottom=\"small\"]Más información[/trx_button][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576161709493{background-color: #ffffff !important;}\"][vc_column][trx_section title=\"PRICING\" subtitle=\"We have three plans to choose from.\r\nLook them over and let us know which one best fits your needs.\" css=\"margin-top: 6.4em; margin-bottom: 9.5em;\"][trx_columns count=\"3\" equalheight=\"yes\" margins=\"\" top=\"medium\" bottom=\"medium\"][trx_column_item][trx_price_block style=\"1\" title=\"Deluxe\" link=\"/services-page/\" link_text=\"Learn more\" money=\"30\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service every week</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nA qualified company service technician will make one trip per week to the pool to perform the following service: vacuum, test water for correct balance,add chemicals.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"2\" title=\"Standard\" link=\"/services-page/\" link_text=\"Learn more\" money=\"27\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service alternating with a chemical check/brush</strong>\r\n\r\n&nbsp;\r\n\r\nOur professional team provide chemical service with vacuuming, skimming, brushing, emptying baskets and perform visual check of your pool equipment.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"3\" title=\"Vacation\" link=\"/services-page/\" link_text=\"Learn more\" money=\"25\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">One full service every four weeks with three chemical check/brush</strong>\r\n\r\n&nbsp;\r\n\r\nA qualified company service technician will perform the following service: vacuum, test water for correct balance, add chemicals and perform check of equipment.[/trx_price_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section css=\"margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\"margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576162034578{background-color: #ffffff !important;}\"][vc_column][trx_content css=\"margin-top: 6.5em; margin-bottom: 7em;\"][trx_title type=\"4\" style=\"underline\" align=\"center\" bottom=\"small\"]New Products[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/shop/\" width=\"100px\" top=\"small\"]Go to shop[/trx_button][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"540\" disable_element=\"yes\"][vc_column][trx_skills max_value=\"300\" type=\"counter\" layout=\"columns\" style=\"1\" columns=\"4\" css=\"margin-top: 11em ; margin-bottom: 11em ;\"][trx_skills_item title=\"Happy Clients\" value=\"157\" style=\"2\" icon=\"icon-icon_4\"][/trx_skills_item][trx_skills_item title=\"Years Of Experience\" value=\"14\" style=\"2\" icon=\"icon-icon_5\"][/trx_skills_item][trx_skills_item title=\"Experienced Staff\" value=\"65\" style=\"2\" icon=\"icon-icon_2\"][/trx_skills_item][trx_skills_item title=\"Professional Equipment\" value=\"265\" style=\"2\" icon=\"icon-icon_6\"][/trx_skills_item][/trx_skills][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons2\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"2\" animation=\"fadeInLeft\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Are you a pool technician wanting to grow your pool service business?[/trx_title][vc_column_text]Our organization is a full service pool maintenance company. We pride ourselves on providing first class service and excellent workmanship. We have the knowledge, and experience, to provide expert pool maintenance and repairs for pool owners. We are professional in every aspect of our business, from appearance and reliability, to the way we take care of your pool.[/vc_column_text][trx_button size=\"large\" link=\"/about/\" top=\"small\" bottom=\"small\"]Join now[/trx_button][/trx_column_item][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"445\" css=\"max-width: 90%; float: left;\"][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column][trx_blogger style=\"classic_3\" descr=\"200\" readmore=\"none\" title=\"recent posts\" link=\"/classic/\" link_caption=\"More posts\" cat=\"19\" count=\"3\" offset=\"0\" css=\"margin-bottom: 6.75em; margin-top: 6.25em;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576522810815{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}\"][vc_column][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"large\" bottom=\"large\"][/trx_clients][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468937412935{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/bg_image.jpg?id=360) !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-17 15:19:52', '2019-12-17 15:19:52', '', 42, 'http://dacleanexpress.com/2019/12/17/42-revision-v1/', 0, 'revision', '', 0),
(754, 1, '2019-12-17 15:23:07', '2019-12-17 15:23:07', '[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469013162755{margin-top: -51px !important;}\"][vc_column][trx_section bg_image=\"702\" bg_tile=\"\" class=\"home-block-1\" animation=\"slideInRight\" css=\"float: right; width: 73%; z-index: 1;\"][trx_call_to_action align=\"left\" accent=\"yes\" title=\"Limpieza y Mantenimiento\" subtitle=\"De Oficinas y Residencias\" link=\"/dacleanexpress/solicitar-servicio\" link_caption=\"SOLICITAR SERVICIO\" style=\"2\"][/trx_call_to_action][/trx_section][/vc_column][/vc_row][vc_row inverse=\"\" css=\".vc_custom_1469442093175{margin-top: -41px !important;}\" el_class=\"marginbottom\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"home-block-2\" animation=\"fadeInLeft\"][trx_column_item span=\"2\" css=\"height: 199px; width:67.5%;\"][trx_block bg_image=\"219\" bg_tile=\"\" height=\"199px\"][/trx_block][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row][vc_column][trx_services style=\"services-2\" cat=\"22\" columns=\"3\" count=\"5\" readmore=\"none\" height=\"home-block-3\" top=\"null\" animation=\"fadeIn\" css=\"margin-bottom: 7em;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" parallax=\"content-moving\" parallax_image=\"513\" parallax_speed_bg=\"1.1\"][vc_column][trx_content css=\"margin-top: 8em; margin-bottom: 8.6em;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\"]We connect you to reliable[/trx_title][trx_title type=\"6\" align=\"center\" color=\"#ffffff\" css=\"line-height: 1.95em; margin-top: -0.2em;\"]Professional service technicians tailored to each job, offering incredible\r\nvalue at pre-negotiated rates for on-demand support[/trx_title][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons1\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"444\" css=\"max-width: 90%; float: right;\"][/trx_column_item][trx_column_item span=\"2\" animation=\"fadeInRight\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Sé parte de nuestro equipo[/trx_title][trx_button size=\"large\" link=\"/services-page/\" top=\"small\" bottom=\"small\"]Más información[/trx_button][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576161709493{background-color: #ffffff !important;}\"][vc_column][trx_section title=\"PRICING\" subtitle=\"We have three plans to choose from.\r\nLook them over and let us know which one best fits your needs.\" css=\"margin-top: 6.4em; margin-bottom: 9.5em;\"][trx_columns count=\"3\" equalheight=\"yes\" margins=\"\" top=\"medium\" bottom=\"medium\"][trx_column_item][trx_price_block style=\"1\" title=\"Deluxe\" link=\"/services-page/\" link_text=\"Learn more\" money=\"30\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service every week</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nA qualified company service technician will make one trip per week to the pool to perform the following service: vacuum, test water for correct balance,add chemicals.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"2\" title=\"Standard\" link=\"/services-page/\" link_text=\"Learn more\" money=\"27\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service alternating with a chemical check/brush</strong>\r\n\r\n&nbsp;\r\n\r\nOur professional team provide chemical service with vacuuming, skimming, brushing, emptying baskets and perform visual check of your pool equipment.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"3\" title=\"Vacation\" link=\"/services-page/\" link_text=\"Learn more\" money=\"25\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">One full service every four weeks with three chemical check/brush</strong>\r\n\r\n&nbsp;\r\n\r\nA qualified company service technician will perform the following service: vacuum, test water for correct balance, add chemicals and perform check of equipment.[/trx_price_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section css=\"margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\"margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576162034578{background-color: #ffffff !important;}\"][vc_column][trx_content css=\"margin-top: 6.5em; margin-bottom: 7em;\"][trx_title type=\"4\" style=\"underline\" align=\"center\" bottom=\"small\"]New Products[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/shop/\" width=\"100px\" top=\"small\"]Go to shop[/trx_button][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"540\" disable_element=\"yes\"][vc_column][trx_skills max_value=\"300\" type=\"counter\" layout=\"columns\" style=\"1\" columns=\"4\" css=\"margin-top: 11em ; margin-bottom: 11em ;\"][trx_skills_item title=\"Happy Clients\" value=\"157\" style=\"2\" icon=\"icon-icon_4\"][/trx_skills_item][trx_skills_item title=\"Years Of Experience\" value=\"14\" style=\"2\" icon=\"icon-icon_5\"][/trx_skills_item][trx_skills_item title=\"Experienced Staff\" value=\"65\" style=\"2\" icon=\"icon-icon_2\"][/trx_skills_item][trx_skills_item title=\"Professional Equipment\" value=\"265\" style=\"2\" icon=\"icon-icon_6\"][/trx_skills_item][/trx_skills][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons2\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"2\" animation=\"fadeInLeft\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Are you a pool technician wanting to grow your pool service business?[/trx_title][vc_column_text]Our organization is a full service pool maintenance company. We pride ourselves on providing first class service and excellent workmanship. We have the knowledge, and experience, to provide expert pool maintenance and repairs for pool owners. We are professional in every aspect of our business, from appearance and reliability, to the way we take care of your pool.[/vc_column_text][trx_button size=\"large\" link=\"/about/\" top=\"small\" bottom=\"small\"]Join now[/trx_button][/trx_column_item][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"445\" css=\"max-width: 90%; float: left;\"][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column][trx_blogger style=\"classic_3\" descr=\"200\" readmore=\"none\" title=\"recent posts\" link=\"/classic/\" link_caption=\"More posts\" cat=\"19\" count=\"3\" offset=\"0\" css=\"margin-bottom: 6.75em; margin-top: 6.25em;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576522810815{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}\"][vc_column][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"large\" bottom=\"large\"][/trx_clients][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\" css=\".vc_custom_1576596119512{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Formulario de contacto\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-17 15:23:07', '2019-12-17 15:23:07', '', 42, 'http://dacleanexpress.com/2019/12/17/42-revision-v1/', 0, 'revision', '', 0),
(771, 1, '2019-12-20 12:54:09', '2019-12-20 12:54:09', '[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469013162755{margin-top: -51px !important;}\"][vc_column][trx_section bg_image=\"702\" bg_tile=\"\" class=\"home-block-1\" animation=\"slideInRight\" css=\"float: right; width: 73%; z-index: 1;\"][trx_call_to_action align=\"left\" accent=\"yes\" title=\"Limpieza y Mantenimiento\" subtitle=\"De Oficinas y Residencias\" link=\"/dacleanexpress/solicitar-servicio\" link_caption=\"SOLICITAR SERVICIO\" style=\"2\"][/trx_call_to_action][/trx_section][/vc_column][/vc_row][vc_row inverse=\"\" css=\".vc_custom_1469442093175{margin-top: -41px !important;}\" el_class=\"marginbottom\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"home-block-2\" animation=\"fadeInLeft\"][trx_column_item span=\"2\" css=\"height: 199px; width:67.5%;\"][trx_block bg_image=\"219\" bg_tile=\"\" height=\"199px\"][/trx_block][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row][vc_column][trx_services style=\"services-2\" cat=\"22\" columns=\"3\" count=\"5\" readmore=\"none\" height=\"home-block-3\" top=\"null\" animation=\"fadeIn\" css=\"margin-bottom: 7em;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576161709493{background-color: #ffffff !important;}\"][vc_column][trx_section title=\"PRICING\" subtitle=\"We have three plans to choose from.\r\nLook them over and let us know which one best fits your needs.\" css=\"margin-top: 6.4em; margin-bottom: 9.5em;\"][trx_columns count=\"3\" equalheight=\"yes\" margins=\"\" top=\"medium\" bottom=\"medium\"][trx_column_item][trx_price_block style=\"1\" title=\"Deluxe\" link=\"/services-page/\" link_text=\"Learn more\" money=\"30\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service every week</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nA qualified company service technician will make one trip per week to the pool to perform the following service: vacuum, test water for correct balance,add chemicals.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"2\" title=\"Standard\" link=\"/services-page/\" link_text=\"Learn more\" money=\"27\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service alternating with a chemical check/brush</strong>\r\n\r\n&nbsp;\r\n\r\nOur professional team provide chemical service with vacuuming, skimming, brushing, emptying baskets and perform visual check of your pool equipment.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"3\" title=\"Vacation\" link=\"/services-page/\" link_text=\"Learn more\" money=\"25\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">One full service every four weeks with three chemical check/brush</strong>\r\n\r\n&nbsp;\r\n\r\nA qualified company service technician will perform the following service: vacuum, test water for correct balance, add chemicals and perform check of equipment.[/trx_price_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section css=\"margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\"margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576162034578{background-color: #ffffff !important;}\"][vc_column][trx_content css=\"margin-top: 6.5em; margin-bottom: 7em;\"][trx_title type=\"4\" style=\"underline\" align=\"center\" bottom=\"small\"]New Products[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/shop/\" width=\"100px\" top=\"small\"]Go to shop[/trx_button][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"540\" disable_element=\"yes\"][vc_column][trx_skills max_value=\"300\" type=\"counter\" layout=\"columns\" style=\"1\" columns=\"4\" css=\"margin-top: 11em ; margin-bottom: 11em ;\"][trx_skills_item title=\"Happy Clients\" value=\"157\" style=\"2\" icon=\"icon-icon_4\"][/trx_skills_item][trx_skills_item title=\"Years Of Experience\" value=\"14\" style=\"2\" icon=\"icon-icon_5\"][/trx_skills_item][trx_skills_item title=\"Experienced Staff\" value=\"65\" style=\"2\" icon=\"icon-icon_2\"][/trx_skills_item][trx_skills_item title=\"Professional Equipment\" value=\"265\" style=\"2\" icon=\"icon-icon_6\"][/trx_skills_item][/trx_skills][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons2\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"2\" animation=\"fadeInLeft\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Are you a pool technician wanting to grow your pool service business?[/trx_title][vc_column_text]Our organization is a full service pool maintenance company. We pride ourselves on providing first class service and excellent workmanship. We have the knowledge, and experience, to provide expert pool maintenance and repairs for pool owners. We are professional in every aspect of our business, from appearance and reliability, to the way we take care of your pool.[/vc_column_text][trx_button size=\"large\" link=\"/about/\" top=\"small\" bottom=\"small\"]Join now[/trx_button][/trx_column_item][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"445\" css=\"max-width: 90%; float: left;\"][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column][trx_blogger style=\"classic_3\" descr=\"200\" readmore=\"none\" title=\"recent posts\" link=\"/classic/\" link_caption=\"More posts\" cat=\"19\" count=\"3\" offset=\"0\" css=\"margin-bottom: 6.75em; margin-top: 6.25em;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576522810815{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}\"][vc_column][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"large\" bottom=\"large\"][/trx_clients][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\" css=\".vc_custom_1576596119512{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Formulario de contacto\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\"][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 12:54:09', '2019-12-20 12:54:09', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(755, 1, '2019-12-17 15:23:38', '2019-12-17 15:23:38', '[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469013162755{margin-top: -51px !important;}\"][vc_column][trx_section bg_image=\"702\" bg_tile=\"\" class=\"home-block-1\" animation=\"slideInRight\" css=\"float: right; width: 73%; z-index: 1;\"][trx_call_to_action align=\"left\" accent=\"yes\" title=\"Limpieza y Mantenimiento\" subtitle=\"De Oficinas y Residencias\" link=\"/dacleanexpress/solicitar-servicio\" link_caption=\"SOLICITAR SERVICIO\" style=\"2\"][/trx_call_to_action][/trx_section][/vc_column][/vc_row][vc_row inverse=\"\" css=\".vc_custom_1469442093175{margin-top: -41px !important;}\" el_class=\"marginbottom\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"home-block-2\" animation=\"fadeInLeft\"][trx_column_item span=\"2\" css=\"height: 199px; width:67.5%;\"][trx_block bg_image=\"219\" bg_tile=\"\" height=\"199px\"][/trx_block][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row][vc_column][trx_services style=\"services-2\" cat=\"22\" columns=\"3\" count=\"5\" readmore=\"none\" height=\"home-block-3\" top=\"null\" animation=\"fadeIn\" css=\"margin-bottom: 7em;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" parallax=\"content-moving\" parallax_image=\"513\" parallax_speed_bg=\"1.1\"][vc_column][trx_content css=\"margin-top: 8em; margin-bottom: 8.6em;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\"]We connect you to reliable[/trx_title][trx_title type=\"6\" align=\"center\" color=\"#ffffff\" css=\"line-height: 1.95em; margin-top: -0.2em;\"]Professional service technicians tailored to each job, offering incredible\r\nvalue at pre-negotiated rates for on-demand support[/trx_title][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1468931117420{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background1.jpg?id=452) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons1\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"444\" css=\"max-width: 90%; float: right;\"][/trx_column_item][trx_column_item span=\"2\" animation=\"fadeInRight\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Sé parte de nuestro equipo[/trx_title][trx_button size=\"large\" link=\"/services-page/\" top=\"small\" bottom=\"small\"]Más información[/trx_button][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576161709493{background-color: #ffffff !important;}\"][vc_column][trx_section title=\"PRICING\" subtitle=\"We have three plans to choose from.\r\nLook them over and let us know which one best fits your needs.\" css=\"margin-top: 6.4em; margin-bottom: 9.5em;\"][trx_columns count=\"3\" equalheight=\"yes\" margins=\"\" top=\"medium\" bottom=\"medium\"][trx_column_item][trx_price_block style=\"1\" title=\"Deluxe\" link=\"/services-page/\" link_text=\"Learn more\" money=\"30\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service every week</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nA qualified company service technician will make one trip per week to the pool to perform the following service: vacuum, test water for correct balance,add chemicals.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"2\" title=\"Standard\" link=\"/services-page/\" link_text=\"Learn more\" money=\"27\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service alternating with a chemical check/brush</strong>\r\n\r\n&nbsp;\r\n\r\nOur professional team provide chemical service with vacuuming, skimming, brushing, emptying baskets and perform visual check of your pool equipment.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"3\" title=\"Vacation\" link=\"/services-page/\" link_text=\"Learn more\" money=\"25\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">One full service every four weeks with three chemical check/brush</strong>\r\n\r\n&nbsp;\r\n\r\nA qualified company service technician will perform the following service: vacuum, test water for correct balance, add chemicals and perform check of equipment.[/trx_price_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section css=\"margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\"margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576162034578{background-color: #ffffff !important;}\"][vc_column][trx_content css=\"margin-top: 6.5em; margin-bottom: 7em;\"][trx_title type=\"4\" style=\"underline\" align=\"center\" bottom=\"small\"]New Products[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/shop/\" width=\"100px\" top=\"small\"]Go to shop[/trx_button][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"540\" disable_element=\"yes\"][vc_column][trx_skills max_value=\"300\" type=\"counter\" layout=\"columns\" style=\"1\" columns=\"4\" css=\"margin-top: 11em ; margin-bottom: 11em ;\"][trx_skills_item title=\"Happy Clients\" value=\"157\" style=\"2\" icon=\"icon-icon_4\"][/trx_skills_item][trx_skills_item title=\"Years Of Experience\" value=\"14\" style=\"2\" icon=\"icon-icon_5\"][/trx_skills_item][trx_skills_item title=\"Experienced Staff\" value=\"65\" style=\"2\" icon=\"icon-icon_2\"][/trx_skills_item][trx_skills_item title=\"Professional Equipment\" value=\"265\" style=\"2\" icon=\"icon-icon_6\"][/trx_skills_item][/trx_skills][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons2\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"2\" animation=\"fadeInLeft\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Are you a pool technician wanting to grow your pool service business?[/trx_title][vc_column_text]Our organization is a full service pool maintenance company. We pride ourselves on providing first class service and excellent workmanship. We have the knowledge, and experience, to provide expert pool maintenance and repairs for pool owners. We are professional in every aspect of our business, from appearance and reliability, to the way we take care of your pool.[/vc_column_text][trx_button size=\"large\" link=\"/about/\" top=\"small\" bottom=\"small\"]Join now[/trx_button][/trx_column_item][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"445\" css=\"max-width: 90%; float: left;\"][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column][trx_blogger style=\"classic_3\" descr=\"200\" readmore=\"none\" title=\"recent posts\" link=\"/classic/\" link_caption=\"More posts\" cat=\"19\" count=\"3\" offset=\"0\" css=\"margin-bottom: 6.75em; margin-top: 6.25em;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576522810815{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}\"][vc_column][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"large\" bottom=\"large\"][/trx_clients][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\" css=\".vc_custom_1576596119512{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Formulario de contacto\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\"][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-17 15:23:38', '2019-12-17 15:23:38', '', 42, 'http://dacleanexpress.com/2019/12/17/42-revision-v1/', 0, 'revision', '', 0),
(758, 1, '2019-12-17 15:55:44', '2019-12-17 15:55:44', '[vc_row css=\".vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2019-12-17 15:55:44', '2019-12-17 15:55:44', '', 36, 'http://dacleanexpress.com/2019/12/17/36-revision-v1/', 0, 'revision', '', 0),
(759, 1, '2019-12-18 13:47:56', '2019-12-18 13:47:56', '<p>[vc_section][vc_row][vc_column][trx_services][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][trx_services_item title=\"Service item 4\"][/trx_services_item][/trx_services][/vc_column][/vc_row][/vc_section]</p>\n', 'Servicios', '', 'inherit', 'closed', 'closed', '', '40-autosave-v1', '', '', '2019-12-18 13:47:56', '2019-12-18 13:47:56', '', 40, 'http://dacleanexpress.com/2019/12/18/40-autosave-v1/', 0, 'revision', '', 0),
(764, 1, '2019-12-18 14:14:14', '2019-12-18 14:14:14', '.scheme_original .top_panel_fixed .top_panel_position_over.top_panel_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_dark .footer_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_original .top_panel_over .top_panel_style_7 .menu_main_nav > li > a:hover {\n    color: #002134;\n}\n.top_panel_style_7 .menu_main_nav_area {\n    float: right;\n}', 'poolservices', '', 'inherit', 'closed', 'closed', '', '681-revision-v1', '', '', '2019-12-18 14:14:14', '2019-12-18 14:14:14', '', 681, 'http://dacleanexpress.com/681-revision-v1/', 0, 'revision', '', 0),
(766, 1, '2019-12-18 14:15:53', '2019-12-18 14:15:53', '.scheme_original .top_panel_fixed .top_panel_position_over.top_panel_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_dark .footer_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_original .top_panel_over .top_panel_style_7 .menu_main_nav > li > a:hover {\n    color: #002134;\n}\n.top_panel_style_7 .menu_main_nav_area {\n    float: right;\n}\n.top_panel_top_contact_area {\n    visibility: hidden;\n}', 'poolservices', '', 'inherit', 'closed', 'closed', '', '681-revision-v1', '', '', '2019-12-18 14:15:53', '2019-12-18 14:15:53', '', 681, 'http://dacleanexpress.com/681-revision-v1/', 0, 'revision', '', 0),
(768, 1, '2019-12-18 14:45:37', '2019-12-18 14:45:37', '[vc_row][vc_column width=\"1/2\"][vc_single_image image=\"739\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]Emprendedora, Empresaria y Docente: La caracteriza el apego a sus valores, principios y convicciones y uno de ellos es La justicia social. Piensa que el planeta es para todos y que todos deben  tener las mismas condiciones y el negocio de servicio de limpieza la llevo hacer otras cosas además de limpiar una oficina o una residencia, que es  Transformar e Impactar la vida de otras personas sus (clientes )y las más importantes  sus colaboradoras. Capacita a Mujeres vulnerables del país que no les ofrecen una plaza de empleo por no tener experiencia  u otros requisitos. Mediante un programa llamado CreciMujer, Crecimiento y Desarrollo Personal ellas dejan de ser discriminadas y están dentro de la Economia formal del País.\r\n<h5>Historia del inicio de Daclean Express</h5>\r\nAún recuerda cuando llego a su casa y conversa con sus padres y les decía que tenía una nueva idea de tantas que había tenido su cabeza pero todas eran de un negocio, emprendedora al fin! Les dice a sus padres que iba a iniciar un negocio de limpieza de aptos solo que tenía en su cartera 200.00 balboas y su madre le dice hija yo tengo 200.00 y su padre como siempre sin querer dejar de apoyarla le dice yo tengo 100.00 los toma se va a doit center  a comprar unos cuantos implementos, le salió su primer cliente después de haber tocado la puerta de varios edificios y haber convencido a varios guardias de seguridad  que la dejaran subir y lo demás es la historia que vive hoy dia la empresa de servicio y limpieza Daclean Express. NOS DESTACAMOS POR\r\n\r\nCortesía y Amabilidad: 100% le demostrara una actitud positiva.\r\n\r\nHonradez: Daclean express se hace responsable de cualquier eventualidad si la hubiese, ya que prevenimos los factores emocionales humanos.[/vc_column_text][/vc_column][/vc_row]', 'Quienes Somos', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2019-12-18 14:45:37', '2019-12-18 14:45:37', '', 14, 'http://dacleanexpress.com/14-revision-v1/', 0, 'revision', '', 0),
(769, 1, '2019-12-18 14:46:50', '2019-12-18 14:46:50', '[vc_row][vc_column width=\"1/2\"][vc_single_image image=\"739\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Dalys Durango\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Emprendedora, Empresaria y Docente: La caracteriza el apego a sus valores, principios y convicciones y uno de ellos es La justicia social. Piensa que el planeta es para todos y que todos deben  tener las mismas condiciones y el negocio de servicio de limpieza la llevo hacer otras cosas además de limpiar una oficina o una residencia, que es  Transformar e Impactar la vida de otras personas sus (clientes )y las más importantes  sus colaboradoras. Capacita a Mujeres vulnerables del país que no les ofrecen una plaza de empleo por no tener experiencia  u otros requisitos. Mediante un programa llamado CreciMujer, Crecimiento y Desarrollo Personal ellas dejan de ser discriminadas y están dentro de la Economia formal del País.\r\n<h5>Historia del inicio de Daclean Express</h5>\r\nAún recuerda cuando llego a su casa y conversa con sus padres y les decía que tenía una nueva idea de tantas que había tenido su cabeza pero todas eran de un negocio, emprendedora al fin! Les dice a sus padres que iba a iniciar un negocio de limpieza de aptos solo que tenía en su cartera 200.00 balboas y su madre le dice hija yo tengo 200.00 y su padre como siempre sin querer dejar de apoyarla le dice yo tengo 100.00 los toma se va a doit center  a comprar unos cuantos implementos, le salió su primer cliente después de haber tocado la puerta de varios edificios y haber convencido a varios guardias de seguridad  que la dejaran subir y lo demás es la historia que vive hoy dia la empresa de servicio y limpieza Daclean Express. NOS DESTACAMOS POR\r\n\r\nCortesía y Amabilidad: 100% le demostrara una actitud positiva.\r\n\r\nHonradez: Daclean express se hace responsable de cualquier eventualidad si la hubiese, ya que prevenimos los factores emocionales humanos.[/vc_column_text][/vc_column][/vc_row]', 'Quienes Somos', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2019-12-18 14:46:50', '2019-12-18 14:46:50', '', 14, 'http://dacleanexpress.com/14-revision-v1/', 0, 'revision', '', 0),
(770, 1, '2019-12-18 14:48:16', '2019-12-18 14:48:16', '[vc_row css=\".vc_custom_1576680491313{padding-top: 150px !important;padding-bottom: 150px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"739\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Dalys Durango\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Emprendedora, Empresaria y Docente: La caracteriza el apego a sus valores, principios y convicciones y uno de ellos es La justicia social. Piensa que el planeta es para todos y que todos deben  tener las mismas condiciones y el negocio de servicio de limpieza la llevo hacer otras cosas además de limpiar una oficina o una residencia, que es  Transformar e Impactar la vida de otras personas sus (clientes )y las más importantes  sus colaboradoras. Capacita a Mujeres vulnerables del país que no les ofrecen una plaza de empleo por no tener experiencia  u otros requisitos. Mediante un programa llamado CreciMujer, Crecimiento y Desarrollo Personal ellas dejan de ser discriminadas y están dentro de la Economia formal del País.\r\n<h5>Historia del inicio de Daclean Express</h5>\r\nAún recuerda cuando llego a su casa y conversa con sus padres y les decía que tenía una nueva idea de tantas que había tenido su cabeza pero todas eran de un negocio, emprendedora al fin! Les dice a sus padres que iba a iniciar un negocio de limpieza de aptos solo que tenía en su cartera 200.00 balboas y su madre le dice hija yo tengo 200.00 y su padre como siempre sin querer dejar de apoyarla le dice yo tengo 100.00 los toma se va a doit center  a comprar unos cuantos implementos, le salió su primer cliente después de haber tocado la puerta de varios edificios y haber convencido a varios guardias de seguridad  que la dejaran subir y lo demás es la historia que vive hoy dia la empresa de servicio y limpieza Daclean Express. NOS DESTACAMOS POR\r\n\r\nCortesía y Amabilidad: 100% le demostrara una actitud positiva.\r\n\r\nHonradez: Daclean express se hace responsable de cualquier eventualidad si la hubiese, ya que prevenimos los factores emocionales humanos.[/vc_column_text][/vc_column][/vc_row]', 'Quienes Somos', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2019-12-18 14:48:16', '2019-12-18 14:48:16', '', 14, 'http://dacleanexpress.com/14-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(772, 1, '2019-12-20 12:55:35', '2019-12-20 12:55:35', '[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469013162755{margin-top: -51px !important;}\"][vc_column][trx_section bg_image=\"702\" bg_tile=\"\" class=\"home-block-1\" animation=\"slideInRight\" css=\"float: right; width: 73%; z-index: 1;\"][trx_call_to_action align=\"left\" accent=\"yes\" title=\"Limpieza y Mantenimiento\" subtitle=\"De Oficinas y Residencias\" link=\"/dacleanexpress/solicitar-servicio\" link_caption=\"SOLICITAR SERVICIO\" style=\"2\"][/trx_call_to_action][/trx_section][/vc_column][/vc_row][vc_row inverse=\"\" css=\".vc_custom_1469442093175{margin-top: -41px !important;}\" el_class=\"marginbottom\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"home-block-2\" animation=\"fadeInLeft\"][trx_column_item span=\"2\" css=\"height: 199px; width:67.5%;\"][trx_block bg_image=\"219\" bg_tile=\"\" height=\"199px\"][/trx_block][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row][vc_column][trx_services style=\"services-2\" cat=\"22\" columns=\"3\" count=\"5\" readmore=\"none\" height=\"home-block-3\" top=\"null\" animation=\"fadeIn\" css=\"margin-bottom: 7em;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576161709493{background-color: #ffffff !important;}\"][vc_column][trx_section title=\"PRICING\" subtitle=\"We have three plans to choose from.\r\nLook them over and let us know which one best fits your needs.\" css=\"margin-top: 6.4em; margin-bottom: 9.5em;\"][trx_columns count=\"3\" equalheight=\"yes\" margins=\"\" top=\"medium\" bottom=\"medium\"][trx_column_item][trx_price_block style=\"1\" title=\"Deluxe\" link=\"/services-page/\" link_text=\"Learn more\" money=\"30\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service every week</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nA qualified company service technician will make one trip per week to the pool to perform the following service: vacuum, test water for correct balance,add chemicals.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"2\" title=\"Standard\" link=\"/services-page/\" link_text=\"Learn more\" money=\"27\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service alternating with a chemical check/brush</strong>\r\n\r\n&nbsp;\r\n\r\nOur professional team provide chemical service with vacuuming, skimming, brushing, emptying baskets and perform visual check of your pool equipment.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"3\" title=\"Vacation\" link=\"/services-page/\" link_text=\"Learn more\" money=\"25\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">One full service every four weeks with three chemical check/brush</strong>\r\n\r\n&nbsp;\r\n\r\nA qualified company service technician will perform the following service: vacuum, test water for correct balance, add chemicals and perform check of equipment.[/trx_price_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section css=\"margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\"margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576162034578{background-color: #ffffff !important;}\"][vc_column][trx_content css=\"margin-top: 6.5em; margin-bottom: 7em;\"][trx_title type=\"4\" style=\"underline\" align=\"center\" bottom=\"small\"]New Products[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/shop/\" width=\"100px\" top=\"small\"]Go to shop[/trx_button][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"540\" disable_element=\"yes\"][vc_column][trx_skills max_value=\"300\" type=\"counter\" layout=\"columns\" style=\"1\" columns=\"4\" css=\"margin-top: 11em ; margin-bottom: 11em ;\"][trx_skills_item title=\"Happy Clients\" value=\"157\" style=\"2\" icon=\"icon-icon_4\"][/trx_skills_item][trx_skills_item title=\"Years Of Experience\" value=\"14\" style=\"2\" icon=\"icon-icon_5\"][/trx_skills_item][trx_skills_item title=\"Experienced Staff\" value=\"65\" style=\"2\" icon=\"icon-icon_2\"][/trx_skills_item][trx_skills_item title=\"Professional Equipment\" value=\"265\" style=\"2\" icon=\"icon-icon_6\"][/trx_skills_item][/trx_skills][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons2\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"2\" animation=\"fadeInLeft\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Are you a pool technician wanting to grow your pool service business?[/trx_title][vc_column_text]Our organization is a full service pool maintenance company. We pride ourselves on providing first class service and excellent workmanship. We have the knowledge, and experience, to provide expert pool maintenance and repairs for pool owners. We are professional in every aspect of our business, from appearance and reliability, to the way we take care of your pool.[/vc_column_text][trx_button size=\"large\" link=\"/about/\" top=\"small\" bottom=\"small\"]Join now[/trx_button][/trx_column_item][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"445\" css=\"max-width: 90%; float: left;\"][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column][trx_blogger style=\"classic_3\" descr=\"200\" readmore=\"none\" title=\"recent posts\" link=\"/classic/\" link_caption=\"More posts\" cat=\"19\" count=\"3\" offset=\"0\" css=\"margin-bottom: 6.75em; margin-top: 6.25em;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576522810815{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}\"][vc_column][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"large\" bottom=\"large\"][/trx_clients][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" inverse=\"\" css=\".vc_custom_1576846529797{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Formulario de contacto\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\"][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 12:55:35', '2019-12-20 12:55:35', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(820, 1, '2020-01-06 17:35:47', '2020-01-06 17:35:47', '<p>[vc_section full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1578331805626{background-color: #1e73be !important;}\"][vc_row full_width=\"stretch_row_content\" gap=\"30\" full_height=\"yes\" css=\".vc_custom_1578331846833{padding: 50px !important;}\"][vc_column css_animation=\"fadeInLeft\" width=\"1/2\"][vc_column_text]</p>\n<h3><span style=\"color: #ffffff;\">Requisitos:</span></h3>\n<ol>\n<li><span style=\"color: #ffffff;\"> Edad: ser mayor de 18 años</span></li>\n<li><span style=\"color: #ffffff;\">Experiencia: Haber trabajado en servicio de limpieza</span></li>\n<li><span style=\"color: #ffffff;\">Residencia: Debe residir en la Republicas de Panamá</span></li>\n<li><span style=\"color: #ffffff;\">Referencias: Debe contar con dos referencias comprobadas ( No se aceptan familiares o amigos)</span></li>\n<li><span style=\"color: #ffffff;\">Record Policivo: Record policivo intachable</span></li>\n</ol>\n<p>[/vc_column_text][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\"][vc_column_text]</p>\n<h3><span style=\"color: #ffffff;\">Que te ofrecemos</span></h3>\n<ul>\n<li><span style=\"color: #ffffff;\">Excelente Salario</span></li>\n<li><span style=\"color: #ffffff;\"> Prestaciones laborales</span></li>\n<li><span style=\"color: #ffffff;\">Flexibilidad en los horarios </span></li>\n<li><span style=\"color: #ffffff;\">Uniforma de trabajo</span></li>\n<li><span style=\"color: #ffffff;\">Trabajo tiempo completo </span></li>\n<li><span style=\"color: #ffffff;\">Trabajo medio tiempo</span></li>\n<li><span style=\"color: #ffffff;\">Pertenecerás al programa CreciMujer</span></li>\n</ul>\n<p>[/vc_column_text][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578092877075{padding-top: 100px !important;background-color: #007ec4 !important;}\"][/vc_section][vc_row css=\".vc_custom_1578331993096{padding-top: 50px !important;}\"][vc_column][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Aplica Aquí</h3>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1578310244762{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\n', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-autosave-v1', '', '', '2020-01-06 17:35:47', '2020-01-06 17:35:47', '', 817, 'http://dacleanexpress.com/817-autosave-v1/', 0, 'revision', '', 0),
(774, 1, '2019-12-20 12:59:18', '2019-12-20 12:59:18', '', 'Blog', '', 'publish', 'closed', 'closed', '', 'blog', '', '', '2020-03-09 07:29:46', '2020-03-09 12:29:46', '', 0, 'http://dacleanexpress.com/?page_id=774', 0, 'page', '', 0),
(775, 1, '2019-12-20 12:59:18', '2019-12-20 12:59:18', '', 'Blog', '', 'inherit', 'closed', 'closed', '', '774-revision-v1', '', '', '2019-12-20 12:59:18', '2019-12-20 12:59:18', '', 774, 'http://dacleanexpress.com/774-revision-v1/', 0, 'revision', '', 0),
(801, 1, '2019-12-20 13:03:01', '2019-12-20 13:03:01', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469013162755{margin-top: -51px !important;}\"][vc_column][trx_section bg_image=\"702\" bg_tile=\"\" class=\"home-block-1\" animation=\"slideInRight\" css=\"float: right; width: 73%; z-index: 1;\"][trx_call_to_action align=\"left\" accent=\"yes\" title=\"Limpieza y Mantenimiento\" subtitle=\"De Oficinas y Residencias\" link=\"/dacleanexpress/solicitar-servicio\" link_caption=\"SOLICITAR SERVICIO\" style=\"2\"][/trx_call_to_action][/trx_section][/vc_column][/vc_row][vc_row inverse=\"\" css=\".vc_custom_1469442093175{margin-top: -41px !important;}\" el_class=\"marginbottom\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"home-block-2\" animation=\"fadeInLeft\"][trx_column_item span=\"2\" css=\"height: 199px; width:67.5%;\"][trx_block bg_image=\"219\" bg_tile=\"\" height=\"199px\"][/trx_block][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column][trx_services style=\"services-2\" cat=\"22\" columns=\"3\" count=\"5\" readmore=\"none\" height=\"home-block-3\" top=\"null\" animation=\"fadeIn\" css=\"margin-bottom: 7em;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576161709493{background-color: #ffffff !important;}\"][vc_column][trx_section title=\"PRICING\" subtitle=\"We have three plans to choose from.<br />\r\nLook them over and let us know which one best fits your needs.\" css=\"margin-top: 6.4em; margin-bottom: 9.5em;\"][trx_columns count=\"3\" equalheight=\"yes\" margins=\"\" top=\"medium\" bottom=\"medium\"][trx_column_item][trx_price_block style=\"1\" title=\"Deluxe\" link=\"/services-page/\" link_text=\"Learn more\" money=\"30\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service every week</strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will make one trip per week to the pool to perform the following service: vacuum, test water for correct balance,add chemicals.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"2\" title=\"Standard\" link=\"/services-page/\" link_text=\"Learn more\" money=\"27\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service alternating with a chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>Our professional team provide chemical service with vacuuming, skimming, brushing, emptying baskets and perform visual check of your pool equipment.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"3\" title=\"Vacation\" link=\"/services-page/\" link_text=\"Learn more\" money=\"25\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">One full service every four weeks with three chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will perform the following service: vacuum, test water for correct balance, add chemicals and perform check of equipment.[/trx_price_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section css=\"margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\"margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576162034578{background-color: #ffffff !important;}\"][vc_column][trx_content css=\"margin-top: 6.5em; margin-bottom: 7em;\"][trx_title type=\"4\" style=\"underline\" align=\"center\" bottom=\"small\"]New Products[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/shop/\" width=\"100px\" top=\"small\"]Go to shop[/trx_button][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"540\" disable_element=\"yes\"][vc_column][trx_skills max_value=\"300\" type=\"counter\" layout=\"columns\" style=\"1\" columns=\"4\" css=\"margin-top: 11em ; margin-bottom: 11em ;\"][trx_skills_item title=\"Happy Clients\" value=\"157\" style=\"2\" icon=\"icon-icon_4\"][/trx_skills_item][trx_skills_item title=\"Years Of Experience\" value=\"14\" style=\"2\" icon=\"icon-icon_5\"][/trx_skills_item][trx_skills_item title=\"Experienced Staff\" value=\"65\" style=\"2\" icon=\"icon-icon_2\"][/trx_skills_item][trx_skills_item title=\"Professional Equipment\" value=\"265\" style=\"2\" icon=\"icon-icon_6\"][/trx_skills_item][/trx_skills][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons2\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"2\" animation=\"fadeInLeft\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Are you a pool technician wanting to grow your pool service business?[/trx_title][vc_column_text]Our organization is a full service pool maintenance company. We pride ourselves on providing first class service and excellent workmanship. We have the knowledge, and experience, to provide expert pool maintenance and repairs for pool owners. We are professional in every aspect of our business, from appearance and reliability, to the way we take care of your pool.[/vc_column_text][trx_button size=\"large\" link=\"/about/\" top=\"small\" bottom=\"small\"]Join now[/trx_button][/trx_column_item][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"445\" css=\"max-width: 90%; float: left;\"][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column][trx_blogger style=\"classic_3\" descr=\"200\" readmore=\"none\" title=\"recent posts\" link=\"/classic/\" link_caption=\"More posts\" cat=\"19\" count=\"3\" offset=\"0\" css=\"margin-bottom: 6.75em; margin-top: 6.25em;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576522810815{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}\"][vc_column][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"large\" bottom=\"large\"][/trx_clients][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" inverse=\"\" css=\".vc_custom_1576846529797{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Formulario de contacto\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\"][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 13:03:01', '2019-12-20 13:03:01', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(802, 1, '2019-12-20 13:05:27', '2019-12-20 13:05:27', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469013162755{margin-top: -51px !important;}\"][vc_column][trx_section bg_image=\"702\" bg_tile=\"\" class=\"home-block-1\" animation=\"slideInRight\" css=\"float: right; width: 73%; z-index: 1;\"][trx_call_to_action align=\"left\" accent=\"yes\" title=\"Limpieza y Mantenimiento\" subtitle=\"De Oficinas y Residencias\" link=\"/dacleanexpress/solicitar-servicio\" link_caption=\"SOLICITAR SERVICIO\" style=\"2\"][/trx_call_to_action][/trx_section][/vc_column][/vc_row][vc_row disable_element=\"yes\" inverse=\"\" css=\".vc_custom_1576847121890{margin-top: -41px !important;}\" el_class=\"marginbottom\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"home-block-2\" animation=\"fadeInLeft\"][trx_column_item span=\"2\" css=\"height: 199px; width:67.5%;\"][trx_block bg_image=\"219\" bg_tile=\"\" height=\"199px\"][/trx_block][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column][trx_services style=\"services-2\" cat=\"22\" columns=\"3\" count=\"5\" readmore=\"none\" height=\"home-block-3\" top=\"null\" animation=\"fadeIn\" css=\"margin-bottom: 7em;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576161709493{background-color: #ffffff !important;}\"][vc_column][trx_section title=\"PRICING\" subtitle=\"We have three plans to choose from.<br />\r\nLook them over and let us know which one best fits your needs.\" css=\"margin-top: 6.4em; margin-bottom: 9.5em;\"][trx_columns count=\"3\" equalheight=\"yes\" margins=\"\" top=\"medium\" bottom=\"medium\"][trx_column_item][trx_price_block style=\"1\" title=\"Deluxe\" link=\"/services-page/\" link_text=\"Learn more\" money=\"30\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service every week</strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will make one trip per week to the pool to perform the following service: vacuum, test water for correct balance,add chemicals.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"2\" title=\"Standard\" link=\"/services-page/\" link_text=\"Learn more\" money=\"27\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service alternating with a chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>Our professional team provide chemical service with vacuuming, skimming, brushing, emptying baskets and perform visual check of your pool equipment.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"3\" title=\"Vacation\" link=\"/services-page/\" link_text=\"Learn more\" money=\"25\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">One full service every four weeks with three chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will perform the following service: vacuum, test water for correct balance, add chemicals and perform check of equipment.[/trx_price_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section css=\"margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\"margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576162034578{background-color: #ffffff !important;}\"][vc_column][trx_content css=\"margin-top: 6.5em; margin-bottom: 7em;\"][trx_title type=\"4\" style=\"underline\" align=\"center\" bottom=\"small\"]New Products[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/shop/\" width=\"100px\" top=\"small\"]Go to shop[/trx_button][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"540\" disable_element=\"yes\"][vc_column][trx_skills max_value=\"300\" type=\"counter\" layout=\"columns\" style=\"1\" columns=\"4\" css=\"margin-top: 11em ; margin-bottom: 11em ;\"][trx_skills_item title=\"Happy Clients\" value=\"157\" style=\"2\" icon=\"icon-icon_4\"][/trx_skills_item][trx_skills_item title=\"Years Of Experience\" value=\"14\" style=\"2\" icon=\"icon-icon_5\"][/trx_skills_item][trx_skills_item title=\"Experienced Staff\" value=\"65\" style=\"2\" icon=\"icon-icon_2\"][/trx_skills_item][trx_skills_item title=\"Professional Equipment\" value=\"265\" style=\"2\" icon=\"icon-icon_6\"][/trx_skills_item][/trx_skills][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons2\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"2\" animation=\"fadeInLeft\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Are you a pool technician wanting to grow your pool service business?[/trx_title][vc_column_text]Our organization is a full service pool maintenance company. We pride ourselves on providing first class service and excellent workmanship. We have the knowledge, and experience, to provide expert pool maintenance and repairs for pool owners. We are professional in every aspect of our business, from appearance and reliability, to the way we take care of your pool.[/vc_column_text][trx_button size=\"large\" link=\"/about/\" top=\"small\" bottom=\"small\"]Join now[/trx_button][/trx_column_item][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"445\" css=\"max-width: 90%; float: left;\"][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column][trx_blogger style=\"classic_3\" descr=\"200\" readmore=\"none\" title=\"recent posts\" link=\"/classic/\" link_caption=\"More posts\" cat=\"19\" count=\"3\" offset=\"0\" css=\"margin-bottom: 6.75em; margin-top: 6.25em;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576522810815{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}\"][vc_column][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"large\" bottom=\"large\"][/trx_clients][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" inverse=\"\" css=\".vc_custom_1576846529797{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Formulario de contacto\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\"][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 13:05:27', '2019-12-20 13:05:27', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(805, 1, '2019-12-20 13:20:56', '2019-12-20 13:20:56', '[vc_section][vc_row][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4>Contacta</h4>\r\nSoy un bloque de texto. Haz clic en el botón Editar para cambiar este texto. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4>Autoriza</h4>\r\nSoy un bloque de texto. Haz clic en el botón Editar para cambiar este texto. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4>Diviértete</h4>\r\nSoy un bloque de texto. Haz clic en el botón Editar para cambiar este texto. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 13:20:56', '2019-12-20 13:20:56', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(803, 1, '2019-12-20 13:06:46', '2019-12-20 13:06:46', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" disable_element=\"yes\" css=\".vc_custom_1576847200943{margin-top: -51px !important;}\"][vc_column][trx_section bg_image=\"702\" bg_tile=\"\" class=\"home-block-1\" animation=\"slideInRight\" css=\"float: right; width: 73%; z-index: 1;\"][trx_call_to_action align=\"left\" accent=\"yes\" title=\"Limpieza y Mantenimiento\" subtitle=\"De Oficinas y Residencias\" link=\"/dacleanexpress/solicitar-servicio\" link_caption=\"SOLICITAR SERVICIO\" style=\"2\"][/trx_call_to_action][/trx_section][/vc_column][/vc_row][vc_row disable_element=\"yes\" inverse=\"\" css=\".vc_custom_1576847121890{margin-top: -41px !important;}\" el_class=\"marginbottom\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"home-block-2\" animation=\"fadeInLeft\"][trx_column_item span=\"2\" css=\"height: 199px; width:67.5%;\"][trx_block bg_image=\"219\" bg_tile=\"\" height=\"199px\"][/trx_block][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column][trx_services style=\"services-2\" cat=\"22\" columns=\"3\" count=\"5\" readmore=\"none\" height=\"home-block-3\" top=\"null\" animation=\"fadeIn\" css=\"margin-bottom: 7em;\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576161709493{background-color: #ffffff !important;}\"][vc_column][trx_section title=\"PRICING\" subtitle=\"We have three plans to choose from.<br />\r\nLook them over and let us know which one best fits your needs.\" css=\"margin-top: 6.4em; margin-bottom: 9.5em;\"][trx_columns count=\"3\" equalheight=\"yes\" margins=\"\" top=\"medium\" bottom=\"medium\"][trx_column_item][trx_price_block style=\"1\" title=\"Deluxe\" link=\"/services-page/\" link_text=\"Learn more\" money=\"30\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service every week</strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will make one trip per week to the pool to perform the following service: vacuum, test water for correct balance,add chemicals.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"2\" title=\"Standard\" link=\"/services-page/\" link_text=\"Learn more\" money=\"27\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">Full service alternating with a chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>Our professional team provide chemical service with vacuuming, skimming, brushing, emptying baskets and perform visual check of your pool equipment.[/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"3\" title=\"Vacation\" link=\"/services-page/\" link_text=\"Learn more\" money=\"25\" period=\"month\"]<strong style=\"text-transform: uppercase; font-size: 0.93em;\">One full service every four weeks with three chemical check/brush</strong></p>\r\n<p>&nbsp;</p>\r\n<p>A qualified company service technician will perform the following service: vacuum, test water for correct balance, add chemicals and perform check of equipment.[/trx_price_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576161849353{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background-3.jpg?id=207) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section css=\"margin-top: 7.5em ; margin-bottom: 11em ;\"][trx_title type=\"3\" align=\"center\" color=\"#ffffff\" css=\"margin-bottom: 0.67em;\"]What our clients say[/trx_title][trx_testimonials controls=\"side\" cat=\"0\"][/trx_testimonials][/trx_section][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1576162034578{background-color: #ffffff !important;}\"][vc_column][trx_content css=\"margin-top: 6.5em; margin-bottom: 7em;\"][trx_title type=\"4\" style=\"underline\" align=\"center\" bottom=\"small\"]New Products[/trx_title][trx_button size=\"large\" align=\"center\" link=\"/shop/\" width=\"100px\" top=\"small\"]Go to shop[/trx_button][/trx_content][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" parallax=\"content-moving\" parallax_image=\"540\" disable_element=\"yes\"][vc_column][trx_skills max_value=\"300\" type=\"counter\" layout=\"columns\" style=\"1\" columns=\"4\" css=\"margin-top: 11em ; margin-bottom: 11em ;\"][trx_skills_item title=\"Happy Clients\" value=\"157\" style=\"2\" icon=\"icon-icon_4\"][/trx_skills_item][trx_skills_item title=\"Years Of Experience\" value=\"14\" style=\"2\" icon=\"icon-icon_5\"][/trx_skills_item][trx_skills_item title=\"Experienced Staff\" value=\"65\" style=\"2\" icon=\"icon-icon_2\"][/trx_skills_item][trx_skills_item title=\"Professional Equipment\" value=\"265\" style=\"2\" icon=\"icon-icon_6\"][/trx_skills_item][/trx_skills][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576516126689{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/06/background2.jpg?id=527) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_columns count=\"3\" margins=\"\" class=\"respons2\" css=\"margin-top: 5.1em;\"][trx_column_item span=\"2\" animation=\"fadeInLeft\" css=\"width: 65.7%;\"][trx_title type=\"5\" style=\"underline\" color=\"#33567b\" css=\"margin-bottom: 0.85em;\" top=\"null\"]Are you a pool technician wanting to grow your pool service business?[/trx_title][vc_column_text]Our organization is a full service pool maintenance company. We pride ourselves on providing first class service and excellent workmanship. We have the knowledge, and experience, to provide expert pool maintenance and repairs for pool owners. We are professional in every aspect of our business, from appearance and reliability, to the way we take care of your pool.[/vc_column_text][trx_button size=\"large\" link=\"/about/\" top=\"small\" bottom=\"small\"]Join now[/trx_button][/trx_column_item][trx_column_item span=\"1\" css=\"width: 34.3%; vertical-align: bottom;\"][trx_image url=\"445\" css=\"max-width: 90%; float: left;\"][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column][trx_blogger style=\"classic_3\" descr=\"200\" readmore=\"none\" title=\"recent posts\" link=\"/classic/\" link_caption=\"More posts\" cat=\"19\" count=\"3\" offset=\"0\" css=\"margin-bottom: 6.75em; margin-top: 6.25em;\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" css=\".vc_custom_1576522810815{background-image: url(http://dacleanexpress.com/wp-content/uploads/2016/07/background-9.jpg?id=227) !important;}\"][vc_column][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"large\" bottom=\"large\"][/trx_clients][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" disable_element=\"yes\" inverse=\"\" css=\".vc_custom_1576846529797{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Formulario de contacto\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\"][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 13:06:46', '2019-12-20 13:06:46', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(804, 1, '2019-12-20 13:15:03', '2019-12-20 13:15:03', '[vc_row css=\".vc_custom_1576680491313{padding-top: 150px !important;padding-bottom: 150px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"739\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Dalys Durango\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]<strong>Emprendedora, Empresaria y Docente:</strong> La caracteriza el apego a sus valores, principios y convicciones y uno de ellos es La justicia social. Piensa que el planeta es para todos y que todos deben  tener las mismas condiciones y el negocio de servicio de limpieza la llevo hacer otras cosas además de limpiar una oficina o una residencia, que es  Transformar e Impactar la vida de otras personas sus (clientes )y las más importantes  sus colaboradoras. Capacita a Mujeres vulnerables del país que no les ofrecen una plaza de empleo por no tener experiencia  u otros requisitos. Mediante un programa llamado CreciMujer, Crecimiento y Desarrollo Personal ellas dejan de ser discriminadas y están dentro de la Economia formal del País.\r\n<h5>Historia del inicio de Daclean Express</h5>\r\nAún recuerda cuando llego a su casa y conversa con sus padres y les decía que tenía una nueva idea de tantas que había tenido su cabeza pero todas eran de un negocio, emprendedora al fin! Les dice a sus padres que iba a iniciar un negocio de limpieza de aptos solo que tenía en su cartera 200.00 balboas y su madre le dice hija yo tengo 200.00 y su padre como siempre sin querer dejar de apoyarla le dice yo tengo 100.00 los toma se va a doit center  a comprar unos cuantos implementos, le salió su primer cliente después de haber tocado la puerta de varios edificios y haber convencido a varios guardias de seguridad  que la dejaran subir y lo demás es la historia que vive hoy dia la empresa de servicio y limpieza Daclean Express.\r\n<h4>Nos destacamos por:</h4>\r\n<ul>\r\n 	<li><strong>Cortesía y Amabilidad:</strong> 100% le demostrara una actitud positiva.</li>\r\n 	<li><strong>Honradez:</strong> Daclean express se hace responsable de cualquier eventualidad si la hubiese, ya que prevenimos los factores emocionales humanos.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Quienes Somos', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2019-12-20 13:15:03', '2019-12-20 13:15:03', '', 14, 'http://dacleanexpress.com/14-revision-v1/', 0, 'revision', '', 0),
(817, 1, '2019-12-20 13:57:34', '2019-12-20 13:57:34', '[vc_section full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1578331805626{background-color: #1e73be !important;}\"][vc_row full_width=\"stretch_row_content\" gap=\"30\" full_height=\"yes\" css=\".vc_custom_1578331846833{padding: 50px !important;}\"][vc_column css_animation=\"fadeInLeft\" width=\"1/2\"][vc_column_text]\r\n<h3><span style=\"color: #ffffff;\">Requisitos:</span></h3>\r\n<ol>\r\n 	<li><span style=\"color: #ffffff;\"> Edad: ser mayor de 18 años</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Experiencia: Haber trabajado en servicio de limpieza</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Residencia: Debe residir en la Republicas de Panamá</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Referencias: Debe contar con dos referencias comprobadas ( No se aceptan familiares o amigos)</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Record Policivo: Record policivo intachable</span></li>\r\n</ol>\r\n[/vc_column_text][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\"][vc_column_text]\r\n<h3><span style=\"color: #ffffff;\">Que te ofrecemos:</span></h3>\r\n<ul>\r\n 	<li><span style=\"color: #ffffff;\">Excelente Salario</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Prestaciones laborales</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Flexibilidad en los horarios </span></li>\r\n 	<li><span style=\"color: #ffffff;\">Uniforme de trabajo</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Trabajo tiempo completo </span></li>\r\n 	<li><span style=\"color: #ffffff;\">Trabajo medio tiempo</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Pertenecerás al programa CreciMujer</span></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578092877075{padding-top: 100px !important;background-color: #007ec4 !important;}\"][/vc_section][vc_row css=\".vc_custom_1578331993096{padding-top: 50px !important;}\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\">Aplica Aquí</h3>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1578310244762{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Se parte de nuestro equipo', '', 'publish', 'closed', 'closed', '', 'empleo', '', '', '2020-01-10 08:21:27', '2020-01-10 13:21:27', '', 0, 'http://dacleanexpress.com/?page_id=817', 0, 'page', '', 0),
(818, 1, '2019-12-20 13:57:34', '2019-12-20 13:57:34', '', 'Empleo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2019-12-20 13:57:34', '2019-12-20 13:57:34', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(821, 1, '2019-12-20 14:00:29', '2019-12-20 14:00:29', '', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2019-12-20 14:00:29', '2019-12-20 14:00:29', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(822, 1, '2019-12-20 14:10:36', '2019-12-20 14:10:36', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong> Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1576849167102{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 14:10:36', '2019-12-20 14:10:36', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(823, 1, '2019-12-20 14:23:39', '2019-12-20 14:23:39', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong> Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1576849167102{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 14:23:39', '2019-12-20 14:23:39', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(824, 1, '2019-12-20 14:29:01', '2019-12-20 14:29:01', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong> Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1576849167102{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column width=\"1/4\"][vc_column_text]\r\n<h4>Trato personalizado</h4>\r\nDistinción en el trato\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h4>Confianza</h4>\r\nNuestros clientes SIEMPRE nos vuelven a llamar[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h4>Seguridad</h4>\r\nUn servicio sin riesgo[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h4>Tranquilidad</h4>\r\nNuestro servicio elimina 100% estrés[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 14:29:01', '2019-12-20 14:29:01', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(825, 1, '2019-12-20 14:30:09', '2019-12-20 14:30:09', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong> Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1576849167102{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column width=\"1/4\"][vc_column_text]\r\n<h5>Trato personalizado</h5>\r\nDistinción en el trato[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h4>Confianza</h4>\r\nNuestros clientes SIEMPRE nos vuelven a llamar[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h4>Seguridad</h4>\r\nUn servicio sin riesgo[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h4>Tranquilidad</h4>\r\nNuestro servicio elimina 100% estrés[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 14:30:09', '2019-12-20 14:30:09', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(826, 1, '2019-12-20 14:30:46', '2019-12-20 14:30:46', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong> Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1576849167102{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column width=\"1/4\"][vc_column_text]\r\n<h6>Trato personalizado</h6>\r\nDistinción en el trato[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h4>Confianza</h4>\r\nNuestros clientes SIEMPRE nos vuelven a llamar[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h4>Seguridad</h4>\r\nUn servicio sin riesgo[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h4>Tranquilidad</h4>\r\nNuestro servicio elimina 100% estrés[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 14:30:46', '2019-12-20 14:30:46', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(827, 1, '2019-12-20 14:31:12', '2019-12-20 14:31:12', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong> Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1576849167102{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column width=\"1/4\"][vc_column_text]\r\n<h6><strong>Trato personalizado</strong></h6>\r\nDistinción en el trato[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h4>Confianza</h4>\r\nNuestros clientes SIEMPRE nos vuelven a llamar[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h4>Seguridad</h4>\r\nUn servicio sin riesgo[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h4>Tranquilidad</h4>\r\nNuestro servicio elimina 100% estrés[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 14:31:12', '2019-12-20 14:31:12', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(828, 1, '2019-12-20 14:32:05', '2019-12-20 14:32:05', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong> Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1576849167102{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column width=\"1/4\"][vc_column_text]\r\n<h6><strong>Trato personalizado</strong></h6>\r\nDistinción en el trato[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6><strong>Confianza</strong></h6>\r\nNuestros clientes SIEMPRE nos vuelven a llamar[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6><strong>Seguridad</strong></h6>\r\nUn servicio sin riesgo[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6><strong>Tranquilidad</strong></h6>\r\nNuestro servicio elimina 100% estrés[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 14:32:05', '2019-12-20 14:32:05', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(829, 1, '2019-12-20 14:32:56', '2019-12-20 14:32:56', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong> Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1576849167102{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Trato personalizado</strong></h6>\r\n<p style=\"text-align: center;\">Distinción en el trato</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Confianza</strong></h6>\r\n<p style=\"text-align: center;\">Nuestros clientes SIEMPRE nos vuelven a llamar</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Seguridad</strong></h6>\r\n<p style=\"text-align: center;\">Un servicio sin riesgo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Tranquilidad</strong></h6>\r\n<p style=\"text-align: center;\">Nuestro servicio elimina 100% estrés</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 14:32:56', '2019-12-20 14:32:56', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(830, 1, '2019-12-20 14:33:24', '2019-12-20 14:33:24', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong> Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1576849167102{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Trato personalizado</strong></h6>\r\n<p style=\"text-align: center;\">Distinción en el trato</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Confianza</strong></h6>\r\n<p style=\"text-align: center;\">Nuestros clientes SIEMPRE nos vuelven a llamar</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Seguridad</strong></h6>\r\n<p style=\"text-align: center;\">Un servicio sin riesgo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Tranquilidad</strong></h6>\r\n<p style=\"text-align: center;\">Nuestro servicio elimina 100% estrés</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 14:33:24', '2019-12-20 14:33:24', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(831, 1, '2019-12-20 14:34:21', '2019-12-20 14:34:21', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong> Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1576849167102{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Trato personalizado</strong></h6>\r\n<p style=\"text-align: center;\">Distinción en el trato</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Confianza</strong></h6>\r\n<p style=\"text-align: center;\">Nuestros clientes SIEMPRE nos vuelven a llamar</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Seguridad</strong></h6>\r\n<p style=\"text-align: center;\">Un servicio sin riesgo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Tranquilidad</strong></h6>\r\n<p style=\"text-align: center;\">Nuestro servicio elimina 100% estrés</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Trato personalizado</strong></h6>\r\n<p style=\"text-align: center;\">Distinción en el trato</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Confianza</strong></h6>\r\n<p style=\"text-align: center;\">Nuestros clientes SIEMPRE nos vuelven a llamar</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Seguridad</strong></h6>\r\n<p style=\"text-align: center;\">Un servicio sin riesgo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Tranquilidad</strong></h6>\r\n<p style=\"text-align: center;\">Nuestro servicio elimina 100% estrés</p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 14:34:21', '2019-12-20 14:34:21', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(833, 1, '2019-12-20 14:41:38', '2019-12-20 14:41:38', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong> Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1576849167102{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Trato personalizado</strong></h6>\r\n<p style=\"text-align: center;\">Distinción en el trato</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Confianza</strong></h6>\r\n<p style=\"text-align: center;\">Nuestros clientes SIEMPRE nos vuelven a llamar</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Seguridad</strong></h6>\r\n<p style=\"text-align: center;\">Un servicio sin riesgo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Tranquilidad</strong></h6>\r\n<p style=\"text-align: center;\">Nuestro servicio elimina 100% estrés</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Trato personalizado</strong></h6>\r\n<p style=\"text-align: center;\">Distinción en el trato</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Confianza</strong></h6>\r\n<p style=\"text-align: center;\">Nuestros clientes SIEMPRE nos vuelven a llamar</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Seguridad</strong></h6>\r\n<p style=\"text-align: center;\">Un servicio sin riesgo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Tranquilidad</strong></h6>\r\n<p style=\"text-align: center;\">Nuestro servicio elimina 100% estrés</p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 14:41:38', '2019-12-20 14:41:38', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(832, 1, '2019-12-20 14:39:29', '2019-12-20 14:39:29', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong> Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1576849167102{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Trato personalizado</strong></h6>\r\n<p style=\"text-align: center;\">Distinción en el trato</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Confianza</strong></h6>\r\n<p style=\"text-align: center;\">Nuestros clientes SIEMPRE nos vuelven a llamar</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Seguridad</strong></h6>\r\n<p style=\"text-align: center;\">Un servicio sin riesgo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Tranquilidad</strong></h6>\r\n<p style=\"text-align: center;\">Nuestro servicio elimina 100% estrés</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1576852763176{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Trato personalizado</strong></h6>\r\n<p style=\"text-align: center;\">Distinción en el trato</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Confianza</strong></h6>\r\n<p style=\"text-align: center;\">Nuestros clientes SIEMPRE nos vuelven a llamar</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Seguridad</strong></h6>\r\n<p style=\"text-align: center;\">Un servicio sin riesgo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Tranquilidad</strong></h6>\r\n<p style=\"text-align: center;\">Nuestro servicio elimina 100% estrés</p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 14:39:29', '2019-12-20 14:39:29', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(834, 1, '2019-12-20 14:42:38', '2019-12-20 14:42:38', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong> Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1576849167102{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Trato personalizado</strong></h6>\r\n<p style=\"text-align: center;\">Distinción en el trato</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Confianza</strong></h6>\r\n<p style=\"text-align: center;\">Nuestros clientes SIEMPRE nos vuelven a llamar</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Seguridad</strong></h6>\r\n<p style=\"text-align: center;\">Un servicio sin riesgo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Tranquilidad</strong></h6>\r\n<p style=\"text-align: center;\">Nuestro servicio elimina 100% estrés</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Trato personalizado</strong></h6>\r\n<p style=\"text-align: center;\">Distinción en el trato</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Confianza</strong></h6>\r\n<p style=\"text-align: center;\">Nuestros clientes SIEMPRE nos vuelven a llamar</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Seguridad</strong></h6>\r\n<p style=\"text-align: center;\">Un servicio sin riesgo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Tranquilidad</strong></h6>\r\n<p style=\"text-align: center;\">Nuestro servicio elimina 100% estrés</p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 14:42:38', '2019-12-20 14:42:38', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(835, 1, '2019-12-20 17:16:09', '2019-12-20 17:16:09', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong> Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1576849167102{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Trato personalizado</strong></h6>\r\n<p style=\"text-align: center;\">Distinción en el trato</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Confianza</strong></h6>\r\n<p style=\"text-align: center;\">Nuestros clientes SIEMPRE nos vuelven a llamar</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Seguridad</strong></h6>\r\n<p style=\"text-align: center;\">Un servicio sin riesgo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Tranquilidad</strong></h6>\r\n<p style=\"text-align: center;\">Nuestro servicio elimina 100% estrés</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>100% Calidad</strong></h6>\r\n<p style=\"text-align: center;\">La más alta satisfacción</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Personal Capacitado</strong></h6>\r\n<p style=\"text-align: center;\">Capacitaciones con altos estándares académicos</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Horarios Flexibles</strong></h6>\r\n<p style=\"text-align: center;\">Eliminamos su necesidad en tiempo óptimo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Reserva del Servicio</strong></h6>\r\n<p style=\"text-align: center;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 17:16:09', '2019-12-20 17:16:09', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(836, 1, '2019-12-20 17:25:18', '2019-12-20 17:25:18', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong> Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1576849167102{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Trato personalizado</strong></h6>\r\n<p style=\"text-align: center;\">Distinción en el trato</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Confianza</strong></h6>\r\n<p style=\"text-align: center;\">Nuestros clientes SIEMPRE nos vuelven a llamar</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Seguridad</strong></h6>\r\n<p style=\"text-align: center;\">Un servicio sin riesgo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Tranquilidad</strong></h6>\r\n<p style=\"text-align: center;\">Nuestro servicio elimina 100% estrés</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>100% Calidad</strong></h6>\r\n<p style=\"text-align: center;\">La más alta satisfacción</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Personal Capacitado</strong></h6>\r\n<p style=\"text-align: center;\">Capacitaciones con altos estándares académicos</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Horarios Flexibles</strong></h6>\r\n<p style=\"text-align: center;\">Eliminamos su necesidad en tiempo óptimo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Reserva del Servicio</strong></h6>\r\n<p style=\"text-align: center;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 17:25:18', '2019-12-20 17:25:18', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(837, 1, '2019-12-20 17:26:00', '2019-12-20 17:26:00', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong> Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1576849167102{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Trato personalizado</strong></h6>\r\n<p style=\"text-align: center;\">Distinción en el trato</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Confianza</strong></h6>\r\n<p style=\"text-align: center;\">Nuestros clientes SIEMPRE nos vuelven a llamar</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Seguridad</strong></h6>\r\n<p style=\"text-align: center;\">Un servicio sin riesgo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Tranquilidad</strong></h6>\r\n<p style=\"text-align: center;\">Nuestro servicio elimina 100% estrés</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>100% Calidad</strong></h6>\r\n<p style=\"text-align: center;\">La más alta satisfacción</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Personal Capacitado</strong></h6>\r\n<p style=\"text-align: center;\">Capacitaciones con altos estándares académicos</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Horarios Flexibles</strong></h6>\r\n<p style=\"text-align: center;\">Eliminamos su necesidad en tiempo óptimo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Reserva del Servicio</strong></h6>\r\n<p style=\"text-align: center;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 17:26:00', '2019-12-20 17:26:00', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(838, 1, '2019-12-20 17:26:47', '2019-12-20 17:26:47', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong> Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1576849167102{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576862801104{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Trato personalizado</strong></h6>\r\n<p style=\"text-align: center;\">Distinción en el trato</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Confianza</strong></h6>\r\n<p style=\"text-align: center;\">Nuestros clientes SIEMPRE nos vuelven a llamar</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Seguridad</strong></h6>\r\n<p style=\"text-align: center;\">Un servicio sin riesgo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Tranquilidad</strong></h6>\r\n<p style=\"text-align: center;\">Nuestro servicio elimina 100% estrés</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>100% Calidad</strong></h6>\r\n<p style=\"text-align: center;\">La más alta satisfacción</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Personal Capacitado</strong></h6>\r\n<p style=\"text-align: center;\">Capacitaciones con altos estándares académicos</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Horarios Flexibles</strong></h6>\r\n<p style=\"text-align: center;\">Eliminamos su necesidad en tiempo óptimo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Reserva del Servicio</strong></h6>\r\n<p style=\"text-align: center;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 17:26:47', '2019-12-20 17:26:47', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(839, 1, '2019-12-20 17:56:20', '2019-12-20 17:56:20', '', '_0000_008-calendar-page', '', 'inherit', 'open', 'closed', '', '_0000_008-calendar-page', '', '', '2019-12-20 17:56:20', '2019-12-20 17:56:20', '', 0, 'http://dacleanexpress.com/wp-content/uploads/2019/12/0000_008-calendar-page.png', 0, 'attachment', 'image/png', 0),
(840, 1, '2019-12-20 17:56:23', '2019-12-20 17:56:23', '', '_0001_007-manager', '', 'inherit', 'open', 'closed', '', '_0001_007-manager', '', '', '2019-12-20 17:56:23', '2019-12-20 17:56:23', '', 0, 'http://dacleanexpress.com/wp-content/uploads/2019/12/0001_007-manager.png', 0, 'attachment', 'image/png', 0),
(841, 1, '2019-12-20 17:56:27', '2019-12-20 17:56:27', '', '_0002_006-stopwatch', '', 'inherit', 'open', 'closed', '', '_0002_006-stopwatch', '', '', '2019-12-20 17:56:27', '2019-12-20 17:56:27', '', 0, 'http://dacleanexpress.com/wp-content/uploads/2019/12/0002_006-stopwatch.png', 0, 'attachment', 'image/png', 0),
(842, 1, '2019-12-20 17:56:30', '2019-12-20 17:56:30', '', '_0003_005-recommended', '', 'inherit', 'open', 'closed', '', '_0003_005-recommended', '', '', '2019-12-20 17:56:30', '2019-12-20 17:56:30', '', 0, 'http://dacleanexpress.com/wp-content/uploads/2019/12/0003_005-recommended.png', 0, 'attachment', 'image/png', 0),
(843, 1, '2019-12-20 17:56:33', '2019-12-20 17:56:33', '', '_0004_004-calm', '', 'inherit', 'open', 'closed', '', '_0004_004-calm', '', '', '2019-12-20 17:56:33', '2019-12-20 17:56:33', '', 0, 'http://dacleanexpress.com/wp-content/uploads/2019/12/0004_004-calm.png', 0, 'attachment', 'image/png', 0),
(844, 1, '2019-12-20 17:56:36', '2019-12-20 17:56:36', '', '_0005_003-shield', '', 'inherit', 'open', 'closed', '', '_0005_003-shield', '', '', '2019-12-20 17:56:36', '2019-12-20 17:56:36', '', 0, 'http://dacleanexpress.com/wp-content/uploads/2019/12/0005_003-shield.png', 0, 'attachment', 'image/png', 0),
(845, 1, '2019-12-20 17:56:40', '2019-12-20 17:56:40', '', '_0006_002-reliability', '', 'inherit', 'open', 'closed', '', '_0006_002-reliability', '', '', '2019-12-20 17:56:40', '2019-12-20 17:56:40', '', 0, 'http://dacleanexpress.com/wp-content/uploads/2019/12/0006_002-reliability.png', 0, 'attachment', 'image/png', 0),
(846, 1, '2019-12-20 17:56:44', '2019-12-20 17:56:44', '', '_0007_Capa-1', '', 'inherit', 'open', 'closed', '', '_0007_capa-1', '', '', '2019-12-20 17:56:44', '2019-12-20 17:56:44', '', 0, 'http://dacleanexpress.com/wp-content/uploads/2019/12/0007_Capa-1.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(847, 1, '2019-12-20 18:01:38', '2019-12-20 18:01:38', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong> Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1576849167102{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576862801104{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Trato personalizado</strong></h6>\r\n<p style=\"text-align: center;\">Distinción en el trato</p>\r\n[/vc_column_text][vc_single_image image=\"846\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Confianza</strong></h6>\r\n<p style=\"text-align: center;\">Nuestros clientes SIEMPRE nos vuelven a llamar</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Seguridad</strong></h6>\r\n<p style=\"text-align: center;\">Un servicio sin riesgo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Tranquilidad</strong></h6>\r\n<p style=\"text-align: center;\">Nuestro servicio elimina 100% estrés</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>100% Calidad</strong></h6>\r\n<p style=\"text-align: center;\">La más alta satisfacción</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Personal Capacitado</strong></h6>\r\n<p style=\"text-align: center;\">Capacitaciones con altos estándares académicos</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Horarios Flexibles</strong></h6>\r\n<p style=\"text-align: center;\">Eliminamos su necesidad en tiempo óptimo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Reserva del Servicio</strong></h6>\r\n<p style=\"text-align: center;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 18:01:38', '2019-12-20 18:01:38', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(848, 1, '2019-12-20 18:02:30', '2019-12-20 18:02:30', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong> Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1576849167102{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576862801104{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"846\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Trato personalizado</strong></h6>\r\n<p style=\"text-align: center;\">Distinción en el trato</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Confianza</strong></h6>\r\n<p style=\"text-align: center;\">Nuestros clientes SIEMPRE nos vuelven a llamar</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Seguridad</strong></h6>\r\n<p style=\"text-align: center;\">Un servicio sin riesgo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Tranquilidad</strong></h6>\r\n<p style=\"text-align: center;\">Nuestro servicio elimina 100% estrés</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>100% Calidad</strong></h6>\r\n<p style=\"text-align: center;\">La más alta satisfacción</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Personal Capacitado</strong></h6>\r\n<p style=\"text-align: center;\">Capacitaciones con altos estándares académicos</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Horarios Flexibles</strong></h6>\r\n<p style=\"text-align: center;\">Eliminamos su necesidad en tiempo óptimo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Reserva del Servicio</strong></h6>\r\n<p style=\"text-align: center;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 18:02:30', '2019-12-20 18:02:30', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(849, 1, '2019-12-20 18:04:50', '2019-12-20 18:04:50', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong> Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1576849167102{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576862801104{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"846\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Trato personalizado</strong></h6>\r\n<p style=\"text-align: center;\">Distinción en el trato</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"845\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Confianza</strong></h6>\r\n<p style=\"text-align: center;\">Nuestros clientes SIEMPRE nos vuelven a llamar</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"845\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Seguridad</strong></h6>\r\n<p style=\"text-align: center;\">Un servicio sin riesgo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"843\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Tranquilidad</strong></h6>\r\n<p style=\"text-align: center;\">Nuestro servicio elimina 100% estrés</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"846\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>100% Calidad</strong></h6>\r\n<p style=\"text-align: center;\">La más alta satisfacción</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"846\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Personal Capacitado</strong></h6>\r\n<p style=\"text-align: center;\">Capacitaciones con altos estándares académicos</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"846\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Horarios Flexibles</strong></h6>\r\n<p style=\"text-align: center;\">Eliminamos su necesidad en tiempo óptimo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"846\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Reserva del Servicio</strong></h6>\r\n<p style=\"text-align: center;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 18:04:50', '2019-12-20 18:04:50', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(850, 1, '2019-12-20 18:06:04', '2019-12-20 18:06:04', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong> Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1576849167102{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576862801104{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"846\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Trato personalizado</strong></h6>\r\n<p style=\"text-align: center;\">Distinción en el trato</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"845\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Confianza</strong></h6>\r\n<p style=\"text-align: center;\">Nuestros clientes SIEMPRE nos vuelven a llamar</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"844\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Seguridad</strong></h6>\r\n<p style=\"text-align: center;\">Un servicio sin riesgo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"843\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Tranquilidad</strong></h6>\r\n<p style=\"text-align: center;\">Nuestro servicio elimina 100% estrés</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"846\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>100% Calidad</strong></h6>\r\n<p style=\"text-align: center;\">La más alta satisfacción</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"846\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Personal Capacitado</strong></h6>\r\n<p style=\"text-align: center;\">Capacitaciones con altos estándares académicos</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"846\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Horarios Flexibles</strong></h6>\r\n<p style=\"text-align: center;\">Eliminamos su necesidad en tiempo óptimo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"846\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Reserva del Servicio</strong></h6>\r\n<p style=\"text-align: center;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 18:06:04', '2019-12-20 18:06:04', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(851, 1, '2019-12-20 18:08:28', '2019-12-20 18:08:28', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong> Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1576849167102{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576862801104{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"846\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Trato personalizado</strong></h6>\r\n<p style=\"text-align: center;\">Distinción en el trato</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"845\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Confianza</strong></h6>\r\n<p style=\"text-align: center;\">Nuestros clientes SIEMPRE nos vuelven a llamar</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"844\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Seguridad</strong></h6>\r\n<p style=\"text-align: center;\">Un servicio sin riesgo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"843\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Tranquilidad</strong></h6>\r\n<p style=\"text-align: center;\">Nuestro servicio elimina 100% estrés</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"842\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>100% Calidad</strong></h6>\r\n<p style=\"text-align: center;\">La más alta satisfacción</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"840\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Personal Capacitado</strong></h6>\r\n<p style=\"text-align: center;\">Capacitaciones con altos estándares académicos</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"841\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Horarios Flexibles</strong></h6>\r\n<p style=\"text-align: center;\">Eliminamos su necesidad en tiempo óptimo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"839\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Reserva del Servicio</strong></h6>\r\n<p style=\"text-align: center;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 18:08:28', '2019-12-20 18:08:28', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(852, 1, '2019-12-20 18:31:19', '2019-12-20 18:31:19', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong> Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1576849167102{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"846\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Trato personalizado</strong></h6>\r\n<p style=\"text-align: center;\">Distinción en el trato</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"845\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Confianza</strong></h6>\r\n<p style=\"text-align: center;\">Nuestros clientes SIEMPRE nos vuelven a llamar</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"844\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Seguridad</strong></h6>\r\n<p style=\"text-align: center;\">Un servicio sin riesgo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"843\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Tranquilidad</strong></h6>\r\n<p style=\"text-align: center;\">Nuestro servicio elimina 100% estrés</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"842\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>100% Calidad</strong></h6>\r\n<p style=\"text-align: center;\">La más alta satisfacción</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"840\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Personal Capacitado</strong></h6>\r\n<p style=\"text-align: center;\">Capacitaciones con altos estándares académicos</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"841\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Horarios Flexibles</strong></h6>\r\n<p style=\"text-align: center;\">Eliminamos su necesidad en tiempo óptimo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"839\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Reserva del Servicio</strong></h6>\r\n<p style=\"text-align: center;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 18:31:19', '2019-12-20 18:31:19', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(853, 1, '2019-12-20 18:35:10', '2019-12-20 18:35:10', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1576849167102{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"846\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Trato personalizado</strong></h6>\r\n<p style=\"text-align: center;\">Distinción en el trato</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"845\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Confianza</strong></h6>\r\n<p style=\"text-align: center;\">Nuestros clientes SIEMPRE nos vuelven a llamar</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"844\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Seguridad</strong></h6>\r\n<p style=\"text-align: center;\">Un servicio sin riesgo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"843\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Tranquilidad</strong></h6>\r\n<p style=\"text-align: center;\">Nuestro servicio elimina 100% estrés</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"842\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>100% Calidad</strong></h6>\r\n<p style=\"text-align: center;\">La más alta satisfacción</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"840\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Personal Capacitado</strong></h6>\r\n<p style=\"text-align: center;\">Capacitaciones con altos estándares académicos</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"841\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Horarios Flexibles</strong></h6>\r\n<p style=\"text-align: center;\">Eliminamos su necesidad en tiempo óptimo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"839\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Reserva del Servicio</strong></h6>\r\n<p style=\"text-align: center;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 18:35:10', '2019-12-20 18:35:10', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(855, 1, '2019-12-20 18:39:47', '2019-12-20 18:39:47', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong> Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1576849167102{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"846\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Trato personalizado</strong></h6>\r\n<p style=\"text-align: center;\">Distinción en el trato</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"845\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Confianza</strong></h6>\r\n<p style=\"text-align: center;\">Nuestros clientes SIEMPRE nos vuelven a llamar</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"844\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Seguridad</strong></h6>\r\n<p style=\"text-align: center;\">Un servicio sin riesgo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"843\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Tranquilidad</strong></h6>\r\n<p style=\"text-align: center;\">Nuestro servicio elimina 100% estrés</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"842\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>100% Calidad</strong></h6>\r\n<p style=\"text-align: center;\">La más alta satisfacción</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"840\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Personal Capacitado</strong></h6>\r\n<p style=\"text-align: center;\">Capacitaciones con altos estándares académicos</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"841\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Horarios Flexibles</strong></h6>\r\n<p style=\"text-align: center;\">Eliminamos su necesidad en tiempo óptimo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"839\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Reserva del Servicio</strong></h6>\r\n<p style=\"text-align: center;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 18:39:47', '2019-12-20 18:39:47', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(854, 1, '2019-12-20 18:39:11', '2019-12-20 18:39:11', '<p>[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]</p>\n<h4 style=\"text-align: center;\">Autoriza</h4>\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\n<p>[/vc_column_text][vc_column_text]</p>\n<h4 style=\"text-align: center;\">Autoriza</h4>\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]</p>\n<h4 style=\"text-align: center;\">Diviértete</h4>\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1576849167102{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"846\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]</p>\n<h6 style=\"text-align: center;\"><strong>Trato personalizado</strong></h6>\n<p style=\"text-align: center;\">Distinción en el trato</p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"845\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]</p>\n<h6 style=\"text-align: center;\"><strong>Confianza</strong></h6>\n<p style=\"text-align: center;\">Nuestros clientes SIEMPRE nos vuelven a llamar</p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"844\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]</p>\n<h6 style=\"text-align: center;\"><strong>Seguridad</strong></h6>\n<p style=\"text-align: center;\">Un servicio sin riesgo</p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"843\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]</p>\n<h6 style=\"text-align: center;\"><strong>Tranquilidad</strong></h6>\n<p style=\"text-align: center;\">Nuestro servicio elimina 100% estrés</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"842\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]</p>\n<h6 style=\"text-align: center;\"><strong>100% Calidad</strong></h6>\n<p style=\"text-align: center;\">La más alta satisfacción</p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"840\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]</p>\n<h6 style=\"text-align: center;\"><strong>Personal Capacitado</strong></h6>\n<p style=\"text-align: center;\">Capacitaciones con altos estándares académicos</p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"841\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]</p>\n<h6 style=\"text-align: center;\"><strong>Horarios Flexibles</strong></h6>\n<p style=\"text-align: center;\">Eliminamos su necesidad en tiempo óptimo</p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"839\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]</p>\n<h6 style=\"text-align: center;\"><strong>Reserva del Servicio</strong></h6>\n<p style=\"text-align: center;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</p>\n<p>[/vc_column_text][/vc_column][/vc_row][/vc_section]</p>\n', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 18:39:11', '2019-12-20 18:39:11', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(858, 1, '2019-12-20 18:48:53', '2019-12-20 18:48:53', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1576849167102{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"846\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Trato Personalizado</strong></h6>\r\n<p style=\"text-align: center;\">Distinción en el trato</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"845\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Confianza</strong></h6>\r\n<p style=\"text-align: center;\">Nuestros clientes SIEMPRE nos vuelven a llamar</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"844\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Seguridad</strong></h6>\r\n<p style=\"text-align: center;\">Un servicio sin riesgo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"843\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Tranquilidad</strong></h6>\r\n<p style=\"text-align: center;\">Nuestro servicio elimina 100% estrés</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"842\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>100% Calidad</strong></h6>\r\n<p style=\"text-align: center;\">La más alta satisfacción</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"840\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Personal Capacitado</strong></h6>\r\n<p style=\"text-align: center;\">Capacitaciones con altos estándares académicos</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"841\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Horarios Flexibles</strong></h6>\r\n<p style=\"text-align: center;\">Eliminamos su necesidad en tiempo óptimo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"839\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Reserva del Servicio</strong></h6>\r\n<p style=\"text-align: center;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 18:48:53', '2019-12-20 18:48:53', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(856, 1, '2019-12-20 18:40:39', '2019-12-20 18:40:39', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong> Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1576849167102{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"845\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Confianza</strong></h6>\r\n<p style=\"text-align: center;\">Nuestros clientes SIEMPRE nos vuelven a llamar</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"845\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Confianza</strong></h6>\r\n<p style=\"text-align: center;\">Nuestros clientes SIEMPRE nos vuelven a llamar</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"844\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Seguridad</strong></h6>\r\n<p style=\"text-align: center;\">Un servicio sin riesgo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"843\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Tranquilidad</strong></h6>\r\n<p style=\"text-align: center;\">Nuestro servicio elimina 100% estrés</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"842\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>100% Calidad</strong></h6>\r\n<p style=\"text-align: center;\">La más alta satisfacción</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"840\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Personal Capacitado</strong></h6>\r\n<p style=\"text-align: center;\">Capacitaciones con altos estándares académicos</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"841\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Horarios Flexibles</strong></h6>\r\n<p style=\"text-align: center;\">Eliminamos su necesidad en tiempo óptimo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"839\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Reserva del Servicio</strong></h6>\r\n<p style=\"text-align: center;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 18:40:39', '2019-12-20 18:40:39', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(857, 1, '2019-12-20 18:45:27', '2019-12-20 18:45:27', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Trato personalizado</h4>\r\n<p style=\"text-align: center;\"><strong>Distinción en el trato</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1576849167102{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"845\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Confianza</strong></h6>\r\n<p style=\"text-align: center;\">Nuestros clientes SIEMPRE nos vuelven a llamar</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"845\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Confianza</strong></h6>\r\n<p style=\"text-align: center;\">Nuestros clientes SIEMPRE nos vuelven a llamar</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"844\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Seguridad</strong></h6>\r\n<p style=\"text-align: center;\">Un servicio sin riesgo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"843\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Tranquilidad</strong></h6>\r\n<p style=\"text-align: center;\">Nuestro servicio elimina 100% estrés</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"842\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>100% Calidad</strong></h6>\r\n<p style=\"text-align: center;\">La más alta satisfacción</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"840\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Personal Capacitado</strong></h6>\r\n<p style=\"text-align: center;\">Capacitaciones con altos estándares académicos</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"841\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Horarios Flexibles</strong></h6>\r\n<p style=\"text-align: center;\">Eliminamos su necesidad en tiempo óptimo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"839\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Reserva del Servicio</strong></h6>\r\n<p style=\"text-align: center;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-20 18:45:27', '2019-12-20 18:45:27', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(859, 1, '2019-12-23 11:38:09', '2019-12-23 11:38:09', '[vc_section][vc_row][vc_column][vc_column_text]\r\n<h3>Requisitos</h3>\r\n<ol>\r\n 	<li>Edad: Ser mayor de 18 años</li>\r\n 	<li>Experiencia: Haber trabajado en servicio de limpieza</li>\r\n 	<li>Residencia: Debe residir en la República de Panamá</li>\r\n 	<li>Referencias: Debe contar con dos referencias comprobadas (No se aceptan familiares o amigos)</li>\r\n 	<li>Record Policivo: Record policivo intachable</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2019-12-23 11:38:09', '2019-12-23 11:38:09', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(860, 1, '2019-12-23 11:41:47', '2019-12-23 11:41:47', '[vc_section][vc_row][vc_column][vc_column_text]\r\n<h3>Requisitos</h3>\r\n<ol>\r\n 	<li>Edad: Ser mayor de 18 años</li>\r\n 	<li>Experiencia: Haber trabajado en servicio de limpieza</li>\r\n 	<li>Residencia: Debe residir en la República de Panamá</li>\r\n 	<li>Referencias: Debe contar con dos referencias comprobadas (No se aceptan familiares o amigos)</li>\r\n 	<li>Record Policivo: Record policivo intachable</li>\r\n</ol>\r\n[/vc_column_text][vc_cta h2=\"¿Qué te ofrecemos?\"]Excelente Salario – Prestaciones laborales – Flexibilidad en los horarios - Uniforma de trabajo – Trabajo tiempo completo . Trabajo medio tiempo – Pertenecerás al programa CreciMujer [/vc_cta][/vc_column][/vc_row][/vc_section]', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2019-12-23 11:41:47', '2019-12-23 11:41:47', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(861, 1, '2019-12-23 11:43:28', '2019-12-23 11:43:28', '[vc_section][vc_row][vc_column][vc_column_text]\r\n<h3>Requisitos</h3>\r\n<ol>\r\n 	<li>Edad: Ser mayor de 18 años</li>\r\n 	<li>Experiencia: Haber trabajado en servicio de limpieza</li>\r\n 	<li>Residencia: Debe residir en la República de Panamá</li>\r\n 	<li>Referencias: Debe contar con dos referencias comprobadas (No se aceptan familiares o amigos)</li>\r\n 	<li>Record Policivo: Record policivo intachable</li>\r\n</ol>\r\n[/vc_column_text][vc_cta h2=\"¿Qué te ofrecemos?\" style=\"3d\" color=\"sky\" add_button=\"right\" btn_title=\"CONTÁCTANOS\" add_icon=\"left\" i_icon_fontawesome=\"fa fa-phone\"]Excelente Salario – Prestaciones laborales – Flexibilidad en los horarios - Uniforma de trabajo – Trabajo tiempo completo . Trabajo medio tiempo – Pertenecerás al programa CreciMujer[/vc_cta][/vc_column][/vc_row][/vc_section]', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2019-12-23 11:43:28', '2019-12-23 11:43:28', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(863, 1, '2019-12-23 11:45:01', '2019-12-23 11:45:01', '[vc_section][vc_row][vc_column][vc_column_text]\r\n<h3>Requisitos</h3>\r\n<ol>\r\n 	<li>Edad: Ser mayor de 18 años</li>\r\n 	<li>Experiencia: Haber trabajado en servicio de limpieza</li>\r\n 	<li>Residencia: Debe residir en la República de Panamá</li>\r\n 	<li>Referencias: Debe contar con dos referencias comprobadas (No se aceptan familiares o amigos)</li>\r\n 	<li>Record Policivo: Record policivo intachable</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2019-12-23 11:45:01', '2019-12-23 11:45:01', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(862, 1, '2019-12-23 11:44:40', '2019-12-23 11:44:40', '[vc_section][vc_row][vc_column][vc_column_text]\r\n<h3>Requisitos</h3>\r\n<ol>\r\n 	<li>Edad: Ser mayor de 18 años</li>\r\n 	<li>Experiencia: Haber trabajado en servicio de limpieza</li>\r\n 	<li>Residencia: Debe residir en la República de Panamá</li>\r\n 	<li>Referencias: Debe contar con dos referencias comprobadas (No se aceptan familiares o amigos)</li>\r\n 	<li>Record Policivo: Record policivo intachable</li>\r\n</ol>\r\n[/vc_column_text][vc_cta h2=\"¿Qué te ofrecemos?\" style=\"3d\" color=\"sky\" add_button=\"right\" btn_title=\"CONTÁCTANOS\" btn_i_icon_fontawesome=\"fa fa-phone\" btn_add_icon=\"true\"]Excelente Salario – Prestaciones laborales – Flexibilidad en los horarios - Uniforma de trabajo – Trabajo tiempo completo . Trabajo medio tiempo – Pertenecerás al programa CreciMujer[/vc_cta][/vc_column][/vc_row][/vc_section]', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2019-12-23 11:44:40', '2019-12-23 11:44:40', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(864, 1, '2019-12-23 11:56:14', '2019-12-23 11:56:14', '[vc_section][vc_row][vc_column][vc_column_text]\r\n<h3>Requisitos</h3>\r\n<ol>\r\n 	<li>Edad: Ser mayor de 18 años</li>\r\n 	<li>Experiencia: Haber trabajado en servicio de limpieza</li>\r\n 	<li>Residencia: Debe residir en la República de Panamá</li>\r\n 	<li>Referencias: Debe contar con dos referencias comprobadas (No se aceptan familiares o amigos)</li>\r\n 	<li>Record Policivo: Record policivo intachable</li>\r\n</ol>\r\n<h3>¿Qué te ofrecemos?</h3>\r\nExcelente Salario – Prestaciones laborales – Flexibilidad en los horarios - Uniforma de trabajo – Trabajo tiempo completo . Trabajo medio tiempo – Pertenecerás al programa CreciMujer[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2019-12-23 11:56:14', '2019-12-23 11:56:14', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(865, 1, '2019-12-23 11:56:50', '2019-12-23 11:56:50', '[vc_section][vc_row][vc_column][vc_column_text]\r\n<h3>Requisitos</h3>\r\n<ol>\r\n 	<li>Edad: Ser mayor de 18 años</li>\r\n 	<li>Experiencia: Haber trabajado en servicio de limpieza</li>\r\n 	<li>Residencia: Debe residir en la República de Panamá</li>\r\n 	<li>Referencias: Debe contar con dos referencias comprobadas (No se aceptan familiares o amigos)</li>\r\n 	<li>Record Policivo: Record policivo intachable</li>\r\n</ol>\r\n<h4>¿Qué te ofrecemos?</h4>\r\nExcelente Salario – Prestaciones laborales – Flexibilidad en los horarios - Uniforma de trabajo – Trabajo tiempo completo . Trabajo medio tiempo – Pertenecerás al programa CreciMujer[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2019-12-23 11:56:50', '2019-12-23 11:56:50', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(866, 1, '2019-12-23 11:57:18', '2019-12-23 11:57:18', '[vc_section][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Requisitos</h3>\r\n<ol>\r\n 	<li>Edad: Ser mayor de 18 años</li>\r\n 	<li>Experiencia: Haber trabajado en servicio de limpieza</li>\r\n 	<li>Residencia: Debe residir en la República de Panamá</li>\r\n 	<li>Referencias: Debe contar con dos referencias comprobadas (No se aceptan familiares o amigos)</li>\r\n 	<li>Record Policivo: Record policivo intachable</li>\r\n</ol>\r\n<h4>¿Qué te ofrecemos?</h4>\r\nExcelente Salario – Prestaciones laborales – Flexibilidad en los horarios - Uniforma de trabajo – Trabajo tiempo completo . Trabajo medio tiempo – Pertenecerás al programa CreciMujer[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section]', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2019-12-23 11:57:18', '2019-12-23 11:57:18', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(867, 1, '2019-12-23 11:57:36', '2019-12-23 11:57:36', '[vc_section][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Requisitos</h3>\r\n<ol>\r\n 	<li>Edad: Ser mayor de 18 años</li>\r\n 	<li>Experiencia: Haber trabajado en servicio de limpieza</li>\r\n 	<li>Residencia: Debe residir en la República de Panamá</li>\r\n 	<li>Referencias: Debe contar con dos referencias comprobadas (No se aceptan familiares o amigos)</li>\r\n 	<li>Record Policivo: Record policivo intachable</li>\r\n</ol>\r\n<h4>¿Qué te ofrecemos?</h4>\r\nExcelente Salario – Prestaciones laborales – Flexibilidad en los horarios - Uniforma de trabajo – Trabajo tiempo completo . Trabajo medio tiempo – Pertenecerás al programa CreciMujer[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][/vc_section]', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2019-12-23 11:57:36', '2019-12-23 11:57:36', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(868, 1, '2019-12-23 11:58:01', '2019-12-23 11:58:01', '[vc_section][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Requisitos</h3>\r\n<ol>\r\n 	<li>Edad: Ser mayor de 18 años</li>\r\n 	<li>Experiencia: Haber trabajado en servicio de limpieza</li>\r\n 	<li>Residencia: Debe residir en la República de Panamá</li>\r\n 	<li>Referencias: Debe contar con dos referencias comprobadas (No se aceptan familiares o amigos)</li>\r\n 	<li>Record Policivo: Record policivo intachable</li>\r\n</ol>\r\n<h4 style=\"text-align: center;\">¿Qué te ofrecemos?</h4>\r\nExcelente Salario – Prestaciones laborales – Flexibilidad en los horarios - Uniforma de trabajo – Trabajo tiempo completo . Trabajo medio tiempo – Pertenecerás al programa CreciMujer[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][/vc_section]', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2019-12-23 11:58:01', '2019-12-23 11:58:01', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(869, 1, '2019-12-23 11:59:05', '2019-12-23 11:59:05', '[vc_row css=\".vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]Escríbanos a <strong><u>dacleanexp@gmail,com</u></strong>  Estaremos realizando su solicitud en  24 horas.[/vc_column_text][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2019-12-23 11:59:05', '2019-12-23 11:59:05', '', 36, 'http://dacleanexpress.com/36-revision-v1/', 0, 'revision', '', 0),
(870, 1, '2019-12-23 12:00:25', '2019-12-23 12:00:25', '[vc_row css=\".vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Formulario de Contacto</h3>\r\nEscríbanos a <a href=\"mailto:dacleanexp@gmail.com\"><strong><u>dacleanexp@gmail.com</u></strong></a>  Estaremos realizando su solicitud en  24 horas.[/vc_column_text][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2019-12-23 12:00:25', '2019-12-23 12:00:25', '', 36, 'http://dacleanexpress.com/36-revision-v1/', 0, 'revision', '', 0),
(871, 1, '2019-12-23 12:00:49', '2019-12-23 12:00:49', '[vc_row css=\".vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>Formulario de Contacto</h4>\r\nEscríbanos a <a href=\"mailto:dacleanexp@gmail.com\"><strong><u>dacleanexp@gmail.com</u></strong></a>  Estaremos realizando su solicitud en  24 horas.[/vc_column_text][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2019-12-23 12:00:49', '2019-12-23 12:00:49', '', 36, 'http://dacleanexpress.com/36-revision-v1/', 0, 'revision', '', 0),
(872, 1, '2019-12-23 15:13:38', '2019-12-23 15:13:38', '', '003', '', 'inherit', 'open', 'closed', '', '003', '', '', '2019-12-23 15:13:38', '2019-12-23 15:13:38', '', 42, 'http://dacleanexpress.com/wp-content/uploads/2019/12/003.png', 0, 'attachment', 'image/png', 0),
(873, 1, '2019-12-23 15:13:43', '2019-12-23 15:13:43', '', '002', '', 'inherit', 'open', 'closed', '', '002', '', '', '2019-12-23 15:13:43', '2019-12-23 15:13:43', '', 42, 'http://dacleanexpress.com/wp-content/uploads/2019/12/002.png', 0, 'attachment', 'image/png', 0),
(874, 1, '2019-12-23 15:13:47', '2019-12-23 15:13:47', '', '001', '', 'inherit', 'open', 'closed', '', '001', '', '', '2019-12-23 15:13:47', '2019-12-23 15:13:47', '', 42, 'http://dacleanexpress.com/wp-content/uploads/2019/12/001.png', 0, 'attachment', 'image/png', 0),
(875, 1, '2019-12-23 15:15:07', '2019-12-23 15:15:07', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"medium\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1576849167102{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"846\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Trato Personalizado</strong></h6>\r\n<p style=\"text-align: center;\">Distinción en el trato</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"845\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Confianza</strong></h6>\r\n<p style=\"text-align: center;\">Nuestros clientes SIEMPRE nos vuelven a llamar</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"844\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Seguridad</strong></h6>\r\n<p style=\"text-align: center;\">Un servicio sin riesgo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"843\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Tranquilidad</strong></h6>\r\n<p style=\"text-align: center;\">Nuestro servicio elimina 100% estrés</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"842\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>100% Calidad</strong></h6>\r\n<p style=\"text-align: center;\">La más alta satisfacción</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"840\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Personal Capacitado</strong></h6>\r\n<p style=\"text-align: center;\">Capacitaciones con altos estándares académicos</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"841\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Horarios Flexibles</strong></h6>\r\n<p style=\"text-align: center;\">Eliminamos su necesidad en tiempo óptimo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"839\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Reserva del Servicio</strong></h6>\r\n<p style=\"text-align: center;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-23 15:15:07', '2019-12-23 15:15:07', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(876, 1, '2019-12-23 15:19:59', '2019-12-23 15:19:59', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1576849167102{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"846\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Trato Personalizado</strong></h6>\r\n<p style=\"text-align: center;\">Distinción en el trato</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"845\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Confianza</strong></h6>\r\n<p style=\"text-align: center;\">Nuestros clientes SIEMPRE nos vuelven a llamar</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"844\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Seguridad</strong></h6>\r\n<p style=\"text-align: center;\">Un servicio sin riesgo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"843\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Tranquilidad</strong></h6>\r\n<p style=\"text-align: center;\">Nuestro servicio elimina 100% estrés</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"842\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>100% Calidad</strong></h6>\r\n<p style=\"text-align: center;\">La más alta satisfacción</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"840\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Personal Capacitado</strong></h6>\r\n<p style=\"text-align: center;\">Capacitaciones con altos estándares académicos</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"841\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Horarios Flexibles</strong></h6>\r\n<p style=\"text-align: center;\">Eliminamos su necesidad en tiempo óptimo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"839\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Reserva del Servicio</strong></h6>\r\n<p style=\"text-align: center;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-23 15:19:59', '2019-12-23 15:19:59', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(877, 1, '2019-12-23 17:01:59', '2019-12-23 17:01:59', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"medium\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"medium\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1576849167102{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"846\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Trato Personalizado</strong></h6>\r\n<p style=\"text-align: center;\">Distinción en el trato</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"845\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Confianza</strong></h6>\r\n<p style=\"text-align: center;\">Nuestros clientes SIEMPRE nos vuelven a llamar</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"844\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Seguridad</strong></h6>\r\n<p style=\"text-align: center;\">Un servicio sin riesgo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"843\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Tranquilidad</strong></h6>\r\n<p style=\"text-align: center;\">Nuestro servicio elimina 100% estrés</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"842\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>100% Calidad</strong></h6>\r\n<p style=\"text-align: center;\">La más alta satisfacción</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"840\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Personal Capacitado</strong></h6>\r\n<p style=\"text-align: center;\">Capacitaciones con altos estándares académicos</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"841\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Horarios Flexibles</strong></h6>\r\n<p style=\"text-align: center;\">Eliminamos su necesidad en tiempo óptimo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"839\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Reserva del Servicio</strong></h6>\r\n<p style=\"text-align: center;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-23 17:01:59', '2019-12-23 17:01:59', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(878, 1, '2019-12-23 17:02:44', '2019-12-23 17:02:44', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1576849167102{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"846\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Trato Personalizado</strong></h6>\r\n<p style=\"text-align: center;\">Distinción en el trato</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"845\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Confianza</strong></h6>\r\n<p style=\"text-align: center;\">Nuestros clientes SIEMPRE nos vuelven a llamar</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"844\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Seguridad</strong></h6>\r\n<p style=\"text-align: center;\">Un servicio sin riesgo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"843\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Tranquilidad</strong></h6>\r\n<p style=\"text-align: center;\">Nuestro servicio elimina 100% estrés</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"842\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>100% Calidad</strong></h6>\r\n<p style=\"text-align: center;\">La más alta satisfacción</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"840\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Personal Capacitado</strong></h6>\r\n<p style=\"text-align: center;\">Capacitaciones con altos estándares académicos</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"841\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Horarios Flexibles</strong></h6>\r\n<p style=\"text-align: center;\">Eliminamos su necesidad en tiempo óptimo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"839\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Reserva del Servicio</strong></h6>\r\n<p style=\"text-align: center;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-12-23 17:02:44', '2019-12-23 17:02:44', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(881, 1, '2019-12-26 12:27:40', '2019-12-26 12:27:40', '[vc_section][vc_row css=\".vc_custom_1577363254551{padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Requisitos</h3>\r\n<ol>\r\n 	<li>Edad: Ser mayor de 18 años</li>\r\n 	<li>Experiencia: Haber trabajado en servicio de limpieza</li>\r\n 	<li>Residencia: Debe residir en la República de Panamá</li>\r\n 	<li>Referencias: Debe contar con dos referencias comprobadas (No se aceptan familiares o amigos)</li>\r\n 	<li>Record Policivo: Record policivo intachable</li>\r\n</ol>\r\n<h4 style=\"text-align: center;\">¿Qué te ofrecemos?</h4>\r\nExcelente Salario – Prestaciones laborales – Flexibilidad en los horarios - Uniforma de trabajo – Trabajo tiempo completo . Trabajo medio tiempo – Pertenecerás al programa CreciMujer[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][/vc_section]', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2019-12-26 12:27:40', '2019-12-26 12:27:40', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(884, 1, '2020-01-03 13:26:22', '2020-01-03 13:26:22', '', 'Logo DaClean', '', 'inherit', 'open', 'closed', '', 'logo-original', '', '', '2020-01-03 13:26:54', '2020-01-03 13:26:54', '', 0, 'http://dacleanexpress.com/wp-content/uploads/2020/01/logo-original.png', 0, 'attachment', 'image/png', 0),
(885, 1, '2020-01-03 13:53:12', '2020-01-03 13:53:12', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1578059585201{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"846\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Trato Personalizado</strong></h6>\r\n<p style=\"text-align: center;\">Distinción en el trato</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"845\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Confianza</strong></h6>\r\n<p style=\"text-align: center;\">Nuestros clientes SIEMPRE nos vuelven a llamar</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"844\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Seguridad</strong></h6>\r\n<p style=\"text-align: center;\">Un servicio sin riesgo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"843\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Tranquilidad</strong></h6>\r\n<p style=\"text-align: center;\">Nuestro servicio elimina 100% estrés</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"842\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>100% Calidad</strong></h6>\r\n<p style=\"text-align: center;\">La más alta satisfacción</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"840\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Personal Capacitado</strong></h6>\r\n<p style=\"text-align: center;\">Capacitaciones con altos estándares académicos</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"841\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Horarios Flexibles</strong></h6>\r\n<p style=\"text-align: center;\">Eliminamos su necesidad en tiempo óptimo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"839\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Reserva del Servicio</strong></h6>\r\n<p style=\"text-align: center;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2020-01-03 13:53:12', '2020-01-03 13:53:12', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(900, 1, '2020-01-03 14:27:47', '2020-01-03 14:27:47', '', 'galeria_11', '', 'inherit', 'open', 'closed', '', 'galeria_11', '', '', '2020-01-03 14:27:47', '2020-01-03 14:27:47', '', 63, 'http://dacleanexpress.com/wp-content/uploads/2020/01/galeria_11.jpg', 0, 'attachment', 'image/jpeg', 0),
(901, 1, '2020-01-03 14:28:58', '2020-01-03 14:28:58', '[vc_row][vc_column][vc_media_grid element_width=\"3\" gap=\"15\" grid_id=\"vc_gid:1578061601135-1aeca870-e962-10\" include=\"890,891,892,893,894,895,896,897,898,899,900\"][/vc_column][/vc_row]', 'Galería', '', 'inherit', 'closed', 'closed', '', '63-revision-v1', '', '', '2020-01-03 14:28:58', '2020-01-03 14:28:58', '', 63, 'http://dacleanexpress.com/63-revision-v1/', 0, 'revision', '', 0),
(902, 1, '2020-01-03 14:30:01', '2020-01-03 14:30:01', '[vc_row][vc_column css=\".vc_custom_1578061794443{padding-bottom: 100px !important;}\"][vc_media_grid element_width=\"3\" gap=\"15\" grid_id=\"vc_gid:1578061744097-d6ea6557-694c-10\" include=\"890,891,892,893,894,895,896,897,898,899,900\"][/vc_column][/vc_row]', 'Galería', '', 'inherit', 'closed', 'closed', '', '63-revision-v1', '', '', '2020-01-03 14:30:01', '2020-01-03 14:30:01', '', 63, 'http://dacleanexpress.com/63-revision-v1/', 0, 'revision', '', 0),
(906, 1, '2020-01-03 14:37:58', '2020-01-03 14:37:58', '[vc_row][vc_column css=\".vc_custom_1578061794443{padding-bottom: 100px !important;}\"][vc_gallery interval=\"3\" images=\"900,899,898,897,896,895,894,893,892,891,890\" img_size=\"medium\"][/vc_column][/vc_row]', 'Galería', '', 'inherit', 'closed', 'closed', '', '63-revision-v1', '', '', '2020-01-03 14:37:58', '2020-01-03 14:37:58', '', 63, 'http://dacleanexpress.com/63-revision-v1/', 0, 'revision', '', 0),
(903, 1, '2020-01-03 14:31:59', '2020-01-03 14:31:59', '[vc_row][vc_column css=\".vc_custom_1578061794443{padding-bottom: 100px !important;}\"][vc_media_grid style=\"lazy\" element_width=\"3\" gap=\"15\" item=\"basicGrid_ScaleInWithRotation\" initial_loading_animation=\"none\" grid_id=\"vc_gid:1578061807932-356f4030-512d-10\" include=\"890,891,892,893,894,895,896,897,898,899,900\"][/vc_column][/vc_row]', 'Galería', '', 'inherit', 'closed', 'closed', '', '63-revision-v1', '', '', '2020-01-03 14:31:59', '2020-01-03 14:31:59', '', 63, 'http://dacleanexpress.com/63-revision-v1/', 0, 'revision', '', 0),
(904, 1, '2020-01-03 14:34:37', '2020-01-03 14:34:37', '[vc_row][vc_column css=\".vc_custom_1578061794443{padding-bottom: 100px !important;}\"][vc_media_grid style=\"lazy\" element_width=\"3\" gap=\"15\" item=\"basicGrid_SlideBottomWithIcon\" initial_loading_animation=\"none\" grid_id=\"vc_gid:1578061983226-ba59f24b-64e1-6\" include=\"890,891,892,893,894,895,896,897,898,899,900\"][/vc_column][/vc_row]', 'Galería', '', 'inherit', 'closed', 'closed', '', '63-revision-v1', '', '', '2020-01-03 14:34:37', '2020-01-03 14:34:37', '', 63, 'http://dacleanexpress.com/63-revision-v1/', 0, 'revision', '', 0),
(905, 1, '2020-01-03 14:35:42', '2020-01-03 14:35:42', '[vc_row][vc_column css=\".vc_custom_1578061794443{padding-bottom: 100px !important;}\"][vc_media_grid style=\"lazy\" element_width=\"3\" gap=\"15\" item=\"basicGrid_NoAnimation\" initial_loading_animation=\"none\" grid_id=\"vc_gid:1578062082432-b12b6675-e66d-2\" include=\"890,891,892,893,894,895,896,897,898,899,900\"][/vc_column][/vc_row]', 'Galería', '', 'inherit', 'closed', 'closed', '', '63-revision-v1', '', '', '2020-01-03 14:35:42', '2020-01-03 14:35:42', '', 63, 'http://dacleanexpress.com/63-revision-v1/', 0, 'revision', '', 0),
(907, 1, '2020-01-03 14:38:28', '2020-01-03 14:38:28', '[vc_row][vc_column css=\".vc_custom_1578061794443{padding-bottom: 100px !important;}\"][vc_gallery type=\"image_grid\" images=\"900,899,898,897,896,895,894,893,892,891,890\" img_size=\"medium\"][/vc_column][/vc_row]', 'Galería', '', 'inherit', 'closed', 'closed', '', '63-revision-v1', '', '', '2020-01-03 14:38:28', '2020-01-03 14:38:28', '', 63, 'http://dacleanexpress.com/63-revision-v1/', 0, 'revision', '', 0),
(908, 1, '2020-01-03 14:39:30', '2020-01-03 14:39:30', '[vc_row][vc_column css=\".vc_custom_1578061794443{padding-bottom: 100px !important;}\"][vc_gallery type=\"image_grid\" images=\"900,899,898,897,896,895,894,893,892,891,890\" img_size=\"300x300\"][/vc_column][/vc_row]', 'Galería', '', 'inherit', 'closed', 'closed', '', '63-revision-v1', '', '', '2020-01-03 14:39:30', '2020-01-03 14:39:30', '', 63, 'http://dacleanexpress.com/63-revision-v1/', 0, 'revision', '', 0),
(909, 1, '2020-01-03 14:40:30', '2020-01-03 14:40:30', '[vc_row][vc_column css=\".vc_custom_1578061794443{padding-bottom: 100px !important;}\"][vc_gallery type=\"image_grid\" images=\"900,899,898,897,896,895,894,893,892,891,890\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Galería', '', 'inherit', 'closed', 'closed', '', '63-revision-v1', '', '', '2020-01-03 14:40:30', '2020-01-03 14:40:30', '', 63, 'http://dacleanexpress.com/63-revision-v1/', 0, 'revision', '', 0),
(911, 1, '2020-01-03 14:58:25', '2020-01-03 14:58:25', '.scheme_original .top_panel_fixed .top_panel_position_over.top_panel_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_dark .footer_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_original .top_panel_over .top_panel_style_7 .menu_main_nav > li > a:hover {\n    color: #002134;\n}\n.top_panel_style_7 .menu_main_nav_area {\n    float: right;\n}\n.top_panel_top_contact_area {\n    visibility: hidden;\n}\n.top_panel_image {\n    height: 54.65em;\n}', 'poolservices', '', 'inherit', 'closed', 'closed', '', '681-revision-v1', '', '', '2020-01-03 14:58:25', '2020-01-03 14:58:25', '', 681, 'http://dacleanexpress.com/681-revision-v1/', 0, 'revision', '', 0),
(912, 1, '2020-01-03 15:08:46', '2020-01-03 15:08:46', '<p>[vc_row][vc_column css=\".vc_custom_1578061794443{padding-bottom: 100px !important;}\"][vc_media_grid element_width=\"3\" gap=\"15\" initial_loading_animation=\"none\" grid_id=\"vc_gid:1578064004572-1b458360-d265-0\" include=\"900,899,898,897,896,895,894,890,891,892,893\"][/vc_column][/vc_row]</p>\r\n', 'Galería', '', 'inherit', 'closed', 'closed', '', '63-revision-v1', '', '', '2020-01-03 15:08:46', '2020-01-03 15:08:46', '', 63, 'http://dacleanexpress.com/63-revision-v1/', 0, 'revision', '', 0),
(1075, 1, '2020-01-10 08:23:52', '2020-01-10 13:23:52', '<p>[vc_row css=\".vc_custom_1578088458371{padding-top: 100px !important;}\"][vc_column css=\".vc_custom_1578061794443{padding-bottom: 100px !important;}\"][/vc_column][/vc_row]</p>\r\n', 'Galería', '', 'inherit', 'closed', 'closed', '', '63-revision-v1', '', '', '2020-01-10 08:23:52', '2020-01-10 13:23:52', '', 63, 'http://dacleanexpress.com/63-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(925, 1, '2020-01-03 21:54:25', '2020-01-03 21:54:25', '<p>[vc_row css=\".vc_custom_1578088458371{padding-top: 100px !important;}\"][vc_column css=\".vc_custom_1578061794443{padding-bottom: 100px !important;}\"][vc_media_grid element_width=\"3\" gap=\"15\" initial_loading_animation=\"none\" grid_id=\"vc_gid:1578088436431-3a1d96f3-6a95-6\" include=\"900,899,898,897,896,895,894,890,891,892,893\"][/vc_column][/vc_row]</p>\r\n', 'Galería', '', 'inherit', 'closed', 'closed', '', '63-revision-v1', '', '', '2020-01-03 21:54:25', '2020-01-03 21:54:25', '', 63, 'http://dacleanexpress.com/63-revision-v1/', 0, 'revision', '', 0),
(913, 1, '2020-01-03 15:20:29', '2020-01-03 15:20:29', '[vc_row][vc_column width=\"1/3\"][trx_price_block][/trx_price_block][/vc_column][vc_column width=\"1/3\"][trx_price_block][/trx_price_block][/vc_column][vc_column width=\"1/3\"][trx_price_block][/trx_price_block][/vc_column][/vc_row][vc_row css=\".vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>Formulario de Contacto</h4>\r\nEscríbanos a <a href=\"mailto:dacleanexp@gmail.com\"><strong><u>dacleanexp@gmail.com</u></strong></a>  Estaremos realizando su solicitud en  24 horas.[/vc_column_text][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2020-01-03 15:20:29', '2020-01-03 15:20:29', '', 36, 'http://dacleanexpress.com/36-revision-v1/', 0, 'revision', '', 0),
(916, 1, '2020-01-03 15:25:57', '2020-01-03 15:25:57', '[vc_row][vc_column width=\"1/3\"][trx_price_block style=\"1\" title=\"Diarios\" money=\"32.95\" period=\"Diarios\"][/trx_price_block][/vc_column][vc_column width=\"1/3\"][trx_price money=\"32\" period=\"diarios\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>Formulario de Contacto</h4>\r\nEscríbanos a <a href=\"mailto:dacleanexp@gmail.com\"><strong><u>dacleanexp@gmail.com</u></strong></a>  Estaremos realizando su solicitud en  24 horas.[/vc_column_text][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2020-01-03 15:25:57', '2020-01-03 15:25:57', '', 36, 'http://dacleanexpress.com/36-revision-v1/', 0, 'revision', '', 0),
(914, 1, '2020-01-03 15:21:35', '2020-01-03 15:21:35', '[vc_row][vc_column width=\"1/3\"][trx_price_block style=\"1\" title=\"Diarios\" money=\"32.95\" period=\"Diarios\"][/trx_price_block][/vc_column][vc_column width=\"1/3\"][trx_price_block style=\"1\" title=\"Diarios\" money=\"32.95\" period=\"Diarios\"][/trx_price_block][/vc_column][vc_column width=\"1/3\"][trx_price_block style=\"1\" title=\"Diarios\" money=\"32.95\" period=\"Diarios\"][/trx_price_block][/vc_column][/vc_row][vc_row css=\".vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>Formulario de Contacto</h4>\r\nEscríbanos a <a href=\"mailto:dacleanexp@gmail.com\"><strong><u>dacleanexp@gmail.com</u></strong></a>  Estaremos realizando su solicitud en  24 horas.[/vc_column_text][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2020-01-03 15:21:35', '2020-01-03 15:21:35', '', 36, 'http://dacleanexpress.com/36-revision-v1/', 0, 'revision', '', 0),
(915, 1, '2020-01-03 15:24:52', '2020-01-03 15:24:52', '[vc_row][vc_column width=\"1/3\"][trx_price_block style=\"1\" title=\"Diarios\" money=\"32.95\" period=\"Diarios\"][/trx_price_block][/vc_column][vc_column width=\"1/3\"][trx_price_block style=\"2\" title=\"Diarios\" money=\"32.95\" period=\"Diarios\"][/trx_price_block][/vc_column][vc_column width=\"1/3\"][trx_price_block style=\"3\" title=\"Diarios\" money=\"32.95\" period=\"Diarios\"][/trx_price_block][/vc_column][/vc_row][vc_row css=\".vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>Formulario de Contacto</h4>\r\nEscríbanos a <a href=\"mailto:dacleanexp@gmail.com\"><strong><u>dacleanexp@gmail.com</u></strong></a>  Estaremos realizando su solicitud en  24 horas.[/vc_column_text][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2020-01-03 15:24:52', '2020-01-03 15:24:52', '', 36, 'http://dacleanexpress.com/36-revision-v1/', 0, 'revision', '', 0),
(917, 1, '2020-01-03 15:29:22', '2020-01-03 15:29:22', '[vc_row][vc_column width=\"1/3\"][trx_price_block style=\"1\" title=\"Diarios\" money=\"32.95\" period=\"Diarios\"][/trx_price_block][/vc_column][vc_column width=\"1/3\"][trx_price_block style=\"1\" title=\"Semanales\" money=\"65,95\"][/trx_price_block][/vc_column][vc_column width=\"1/3\"][trx_price_block style=\"1\" title=\"Mensuales\" money=\"199\" period=\"Mensuales\"][/trx_price_block][/vc_column][/vc_row][vc_row css=\".vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>Formulario de Contacto</h4>\r\nEscríbanos a <a href=\"mailto:dacleanexp@gmail.com\"><strong><u>dacleanexp@gmail.com</u></strong></a>  Estaremos realizando su solicitud en  24 horas.[/vc_column_text][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2020-01-03 15:29:22', '2020-01-03 15:29:22', '', 36, 'http://dacleanexpress.com/36-revision-v1/', 0, 'revision', '', 0),
(918, 1, '2020-01-03 15:30:41', '2020-01-03 15:30:41', '[vc_row][vc_column width=\"1/3\"][trx_price_block style=\"1\" title=\"Diarios\" money=\"32.95\" period=\"Diarios\"][/trx_price_block][/vc_column][vc_column width=\"1/3\"][trx_price_block style=\"1\" title=\"Semanales\" money=\"65,95\" period=\"Semanales\"][/trx_price_block][/vc_column][vc_column width=\"1/3\"][trx_price_block style=\"1\" title=\"Mensuales\" money=\"199\" period=\"Mensuales\"][/trx_price_block][/vc_column][/vc_row][vc_row css=\".vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>Formulario de Contacto</h4>\r\nEscríbanos a <a href=\"mailto:dacleanexp@gmail.com\"><strong><u>dacleanexp@gmail.com</u></strong></a>  Estaremos realizando su solicitud en  24 horas.[/vc_column_text][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2020-01-03 15:30:41', '2020-01-03 15:30:41', '', 36, 'http://dacleanexpress.com/36-revision-v1/', 0, 'revision', '', 0),
(920, 1, '2020-01-03 15:32:56', '2020-01-03 15:32:56', '[vc_row css=\".vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/3\"][trx_price_block style=\"1\" title=\"Diarios\" money=\"32.95\" period=\"Diarios\"][/trx_price_block][/vc_column][vc_column width=\"1/3\"][trx_price_block style=\"1\" title=\"Semanales\" money=\"65,95\" period=\"Semanales\"][/trx_price_block][/vc_column][vc_column width=\"1/3\"][trx_price_block style=\"1\" title=\"Mensuales\" money=\"199\" period=\"Mensuales\"][/trx_price_block][/vc_column][/vc_row][vc_row css=\".vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>Formulario de Contacto</h4>\r\nEscríbanos a <a href=\"mailto:dacleanexp@gmail.com\"><strong><u>dacleanexp@gmail.com</u></strong></a>  Estaremos realizando su solicitud en  24 horas.[/vc_column_text][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2020-01-03 15:32:56', '2020-01-03 15:32:56', '', 36, 'http://dacleanexpress.com/36-revision-v1/', 0, 'revision', '', 0),
(919, 1, '2020-01-03 15:31:59', '2020-01-03 15:31:59', '[vc_row css=\".vc_custom_1578065511674{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-radius: 20px !important;}\"][vc_column width=\"1/3\"][trx_price_block style=\"1\" title=\"Diarios\" money=\"32.95\" period=\"Diarios\"][/trx_price_block][/vc_column][vc_column width=\"1/3\"][trx_price_block style=\"1\" title=\"Semanales\" money=\"65,95\" period=\"Semanales\"][/trx_price_block][/vc_column][vc_column width=\"1/3\"][trx_price_block style=\"1\" title=\"Mensuales\" money=\"199\" period=\"Mensuales\"][/trx_price_block][/vc_column][/vc_row][vc_row css=\".vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>Formulario de Contacto</h4>\r\nEscríbanos a <a href=\"mailto:dacleanexp@gmail.com\"><strong><u>dacleanexp@gmail.com</u></strong></a>  Estaremos realizando su solicitud en  24 horas.[/vc_column_text][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2020-01-03 15:31:59', '2020-01-03 15:31:59', '', 36, 'http://dacleanexpress.com/36-revision-v1/', 0, 'revision', '', 0),
(921, 1, '2020-01-03 15:36:08', '2020-01-03 15:36:08', '[vc_row][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\">LIMPIEZA DE OFICINAS</h3>\r\n<h4 style=\"text-align: center;\">TENEMOS UN PLAN QUE SE ADAPTA A TU EMPRESA</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/3\"][trx_price_block style=\"1\" title=\"Diarios\" money=\"32.95\" period=\"Diarios\"][/trx_price_block][/vc_column][vc_column width=\"1/3\"][trx_price_block style=\"1\" title=\"Semanales\" money=\"65,95\" period=\"Semanales\"][/trx_price_block][/vc_column][vc_column width=\"1/3\"][trx_price_block style=\"1\" title=\"Mensuales\" money=\"199\" period=\"Mensuales\"][/trx_price_block][/vc_column][/vc_row][vc_row css=\".vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>Formulario de Contacto</h4>\r\nEscríbanos a <a href=\"mailto:dacleanexp@gmail.com\"><strong><u>dacleanexp@gmail.com</u></strong></a>  Estaremos realizando su solicitud en  24 horas.[/vc_column_text][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2020-01-03 15:36:08', '2020-01-03 15:36:08', '', 36, 'http://dacleanexpress.com/36-revision-v1/', 0, 'revision', '', 0),
(961, 1, '2020-01-06 12:11:28', '2020-01-06 12:11:28', '<p>[vc_row css=\".vc_custom_1578065858257{padding-top: 100px !important;}\"][vc_column][vc_column_text]</p>\r\n<h3 style=\"text-align: center;\">LIMPIEZA DE OFICINAS</h3>\r\n<h4 style=\"text-align: center;\">TENEMOS UN PLAN QUE SE ADAPTA A TU EMPRESA</h4>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"960\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h4>Formulario de Contacto</h4>\r\n<p>Escríbanos a <a href=\"mailto:dacleanexp@gmail.com\"><strong><u>dacleanexp@gmail.com</u></strong></a>  Estaremos realizando su solicitud en  24 horas.[/vc_column_text][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2020-01-06 12:11:28', '2020-01-06 12:11:28', '', 36, 'http://dacleanexpress.com/36-revision-v1/', 0, 'revision', '', 0),
(922, 1, '2020-01-03 15:37:00', '2020-01-03 15:37:00', '[vc_row css=\".vc_custom_1578065814115{padding-top: 50px !important;}\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\">LIMPIEZA DE OFICINAS</h3>\r\n<h4 style=\"text-align: center;\">TENEMOS UN PLAN QUE SE ADAPTA A TU EMPRESA</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/3\"][trx_price_block style=\"1\" title=\"Diarios\" money=\"32.95\" period=\"Diarios\"][/trx_price_block][/vc_column][vc_column width=\"1/3\"][trx_price_block style=\"1\" title=\"Semanales\" money=\"65,95\" period=\"Semanales\"][/trx_price_block][/vc_column][vc_column width=\"1/3\"][trx_price_block style=\"1\" title=\"Mensuales\" money=\"199\" period=\"Mensuales\"][/trx_price_block][/vc_column][/vc_row][vc_row css=\".vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>Formulario de Contacto</h4>\r\nEscríbanos a <a href=\"mailto:dacleanexp@gmail.com\"><strong><u>dacleanexp@gmail.com</u></strong></a>  Estaremos realizando su solicitud en  24 horas.[/vc_column_text][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2020-01-03 15:37:00', '2020-01-03 15:37:00', '', 36, 'http://dacleanexpress.com/36-revision-v1/', 0, 'revision', '', 0),
(923, 1, '2020-01-03 15:37:44', '2020-01-03 15:37:44', '[vc_row css=\".vc_custom_1578065858257{padding-top: 100px !important;}\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\">LIMPIEZA DE OFICINAS</h3>\r\n<h4 style=\"text-align: center;\">TENEMOS UN PLAN QUE SE ADAPTA A TU EMPRESA</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/3\"][trx_price_block style=\"1\" title=\"Diarios\" money=\"32.95\" period=\"Diarios\"][/trx_price_block][/vc_column][vc_column width=\"1/3\"][trx_price_block style=\"1\" title=\"Semanales\" money=\"65,95\" period=\"Semanales\"][/trx_price_block][/vc_column][vc_column width=\"1/3\"][trx_price_block style=\"1\" title=\"Mensuales\" money=\"199\" period=\"Mensuales\"][/trx_price_block][/vc_column][/vc_row][vc_row css=\".vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>Formulario de Contacto</h4>\r\nEscríbanos a <a href=\"mailto:dacleanexp@gmail.com\"><strong><u>dacleanexp@gmail.com</u></strong></a>  Estaremos realizando su solicitud en  24 horas.[/vc_column_text][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2020-01-03 15:37:44', '2020-01-03 15:37:44', '', 36, 'http://dacleanexpress.com/36-revision-v1/', 0, 'revision', '', 0),
(926, 1, '2020-01-03 22:00:06', '2020-01-03 22:00:06', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1578059585201{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576852398613{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"846\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Trato Personalizado</strong></h6>\r\n<p style=\"text-align: center;\">Distinción en el trato</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"845\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Confianza</strong></h6>\r\n<p style=\"text-align: center;\">Nuestros clientes SIEMPRE nos vuelven a llamar</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"844\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Seguridad</strong></h6>\r\n<p style=\"text-align: center;\">Un servicio sin riesgo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"843\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Tranquilidad</strong></h6>\r\n<p style=\"text-align: center;\">Nuestro servicio elimina 100% estrés</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"842\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>100% Calidad</strong></h6>\r\n<p style=\"text-align: center;\">La más alta satisfacción</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"840\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Personal Capacitado</strong></h6>\r\n<p style=\"text-align: center;\">Capacitaciones con altos estándares académicos</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"841\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Horarios Flexibles</strong></h6>\r\n<p style=\"text-align: center;\">Eliminamos su necesidad en tiempo óptimo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"839\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Reserva del Servicio</strong></h6>\r\n<p style=\"text-align: center;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2020-01-03 22:00:06', '2020-01-03 22:00:06', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(927, 1, '2020-01-03 22:10:08', '2020-01-03 22:10:08', '[vc_section css=\".vc_custom_1578089401308{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row css=\".vc_custom_1577363254551{padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Requisitos</h3>\r\n<ol>\r\n 	<li>Edad: Ser mayor de 18 años</li>\r\n 	<li>Experiencia: Haber trabajado en servicio de limpieza</li>\r\n 	<li>Residencia: Debe residir en la República de Panamá</li>\r\n 	<li>Referencias: Debe contar con dos referencias comprobadas (No se aceptan familiares o amigos)</li>\r\n 	<li>Record Policivo: Record policivo intachable</li>\r\n</ol>\r\n<h4 style=\"text-align: center;\">¿Qué te ofrecemos?</h4>\r\nExcelente Salario – Prestaciones laborales – Flexibilidad en los horarios - Uniforma de trabajo – Trabajo tiempo completo . Trabajo medio tiempo – Pertenecerás al programa CreciMujer[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][/vc_section]', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2020-01-03 22:10:08', '2020-01-03 22:10:08', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(928, 1, '2020-01-03 22:30:40', '2020-01-03 22:30:40', '[vc_section css=\".vc_custom_1578089401308{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row css=\".vc_custom_1577363254551{padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Requisitos</h3>\r\n<ol>\r\n 	<li>Edad: Ser mayor de 18 años</li>\r\n 	<li>Experiencia: Haber trabajado en servicio de limpieza</li>\r\n 	<li>Residencia: Debe residir en la República de Panamá</li>\r\n 	<li>Referencias: Debe contar con dos referencias comprobadas (No se aceptan familiares o amigos)</li>\r\n 	<li>Record Policivo: Record policivo intachable</li>\r\n</ol>\r\n<h4 style=\"text-align: center;\">¿Qué te ofrecemos?</h4>\r\nExcelente Salario – Prestaciones laborales – Flexibilidad en los horarios - Uniforma de trabajo – Trabajo tiempo completo . Trabajo medio tiempo – Pertenecerás al programa CreciMujer[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][/vc_row]', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2020-01-03 22:30:40', '2020-01-03 22:30:40', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(930, 1, '2020-01-03 22:39:26', '2020-01-03 22:39:26', '[vc_section css=\".vc_custom_1578091159250{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}\"][vc_row css=\".vc_custom_1577363254551{padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Requisitos</h3>\r\n<ol>\r\n 	<li>Edad: Ser mayor de 18 años</li>\r\n 	<li>Experiencia: Haber trabajado en servicio de limpieza</li>\r\n 	<li>Residencia: Debe residir en la República de Panamá</li>\r\n 	<li>Referencias: Debe contar con dos referencias comprobadas (No se aceptan familiares o amigos)</li>\r\n 	<li>Record Policivo: Record policivo intachable</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2020-01-03 22:39:26', '2020-01-03 22:39:26', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(929, 1, '2020-01-03 22:31:16', '2020-01-03 22:31:16', '[vc_section css=\".vc_custom_1578089401308{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row css=\".vc_custom_1577363254551{padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Requisitos</h3>\r\n<ol>\r\n 	<li>Edad: Ser mayor de 18 años</li>\r\n 	<li>Experiencia: Haber trabajado en servicio de limpieza</li>\r\n 	<li>Residencia: Debe residir en la República de Panamá</li>\r\n 	<li>Referencias: Debe contar con dos referencias comprobadas (No se aceptan familiares o amigos)</li>\r\n 	<li>Record Policivo: Record policivo intachable</li>\r\n</ol>\r\n<h4 style=\"text-align: center;\">¿Qué te ofrecemos?</h4>\r\nExcelente Salario – Prestaciones laborales – Flexibilidad en los horarios - Uniforma de trabajo – Trabajo tiempo completo . Trabajo medio tiempo – Pertenecerás al programa CreciMujer[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2020-01-03 22:31:16', '2020-01-03 22:31:16', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(931, 1, '2020-01-03 22:40:12', '2020-01-03 22:40:12', '<p>[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}\"][vc_row css=\".vc_custom_1577363254551{padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h3 style=\"text-align: center;\">Requisitos</h3>\r\n<ol>\r\n<li>Edad: Ser mayor de 18 años</li>\r\n<li>Experiencia: Haber trabajado en servicio de limpieza</li>\r\n<li>Residencia: Debe residir en la República de Panamá</li>\r\n<li>Referencias: Debe contar con dos referencias comprobadas (No se aceptan familiares o amigos)</li>\r\n<li>Record Policivo: Record policivo intachable</li>\r\n</ol>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2020-01-03 22:40:12', '2020-01-03 22:40:12', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(932, 1, '2020-01-03 22:40:38', '2020-01-03 22:40:38', '<p>[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}\"][vc_row css=\".vc_custom_1577363254551{padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h3 style=\"text-align: center;\">Requisitos</h3>\r\n<ol>\r\n<li>Edad: Ser mayor de 18 años</li>\r\n<li>Experiencia: Haber trabajado en servicio de limpieza</li>\r\n<li>Residencia: Debe residir en la República de Panamá</li>\r\n<li>Referencias: Debe contar con dos referencias comprobadas (No se aceptan familiares o amigos)</li>\r\n<li>Record Policivo: Record policivo intachable</li>\r\n</ol>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][/vc_section][vc_row css=\".vc_custom_1578091230861{padding-top: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2020-01-03 22:40:38', '2020-01-03 22:40:38', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(933, 1, '2020-01-03 22:41:04', '2020-01-03 22:41:04', '<p>[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}\"][vc_row css=\".vc_custom_1578091256635{padding-top: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h3 style=\"text-align: center;\">Requisitos</h3>\r\n<ol>\r\n<li>Edad: Ser mayor de 18 años</li>\r\n<li>Experiencia: Haber trabajado en servicio de limpieza</li>\r\n<li>Residencia: Debe residir en la República de Panamá</li>\r\n<li>Referencias: Debe contar con dos referencias comprobadas (No se aceptan familiares o amigos)</li>\r\n<li>Record Policivo: Record policivo intachable</li>\r\n</ol>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][/vc_section][vc_row css=\".vc_custom_1578091230861{padding-top: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2020-01-03 22:41:04', '2020-01-03 22:41:04', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(934, 1, '2020-01-03 22:42:43', '2020-01-03 22:42:43', '<p>[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}\"][vc_row css=\".vc_custom_1578091256635{padding-top: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h3 style=\"text-align: center;\">Requisitos</h3>\r\n<ol>\r\n<li>Edad: Ser mayor de 18 años</li>\r\n<li>Experiencia: Haber trabajado en servicio de limpieza</li>\r\n<li>Residencia: Debe residir en la República de Panamá</li>\r\n<li>Referencias: Debe contar con dos referencias comprobadas (No se aceptan familiares o amigos)</li>\r\n<li>Record Policivo: Record policivo intachable</li>\r\n</ol>\r\n<p>[/vc_column_text][trx_list][trx_list_item title=\"Edad: Ser mayor de 18 años\" icon=\"icon-checkbox\" icon_color=\"#ffffff\"][/trx_list_item][trx_list_item][/trx_list_item][/trx_list][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][/vc_section][vc_row css=\".vc_custom_1578091230861{padding-top: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2020-01-03 22:42:43', '2020-01-03 22:42:43', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(935, 1, '2020-01-03 22:47:53', '2020-01-03 22:47:53', '[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}\"][vc_row][vc_column][vc_column_text]\r\n<ol>\r\n 	<li><span style=\"color: #ffffff;\">Edad: Ser mayor de 18 años</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Experiencia: Haber trabajado en servicio de limpieza</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Residencia: Debe residir en la República de Panamá</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Referencias: Debe contar con dos referencias comprobadas (No se aceptan familiares o amigos)</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Record Policivo: Record policivo intachable</span></li>\r\n</ol>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}\"][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_row css=\".vc_custom_1578091230861{padding-top: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2020-01-03 22:47:53', '2020-01-03 22:47:53', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(937, 1, '2020-01-03 22:52:08', '2020-01-03 22:52:08', '[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}\"][vc_row][vc_column width=\"1/6\"][vc_column_text]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">EDAD</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Ser mayor de 18 años de edad</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}\"][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_row css=\".vc_custom_1578091230861{padding-top: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2020-01-03 22:52:08', '2020-01-03 22:52:08', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(936, 1, '2020-01-03 22:49:22', '2020-01-03 22:49:22', '[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}\"][vc_row][vc_column width=\"1/6\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">EDAD</h4>\r\n<p style=\"text-align: center;\">Ser mayor de 18 años de edad</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">EDAD</h4>\r\n<p style=\"text-align: center;\">Ser mayor de 18 años de edad</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">EDAD</h4>\r\n<p style=\"text-align: center;\">Ser mayor de 18 años de edad</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">EDAD</h4>\r\n<p style=\"text-align: center;\">Ser mayor de 18 años de edad</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">EDAD</h4>\r\n<p style=\"text-align: center;\">Ser mayor de 18 años de edad</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">EDAD</h4>\r\n<p style=\"text-align: center;\">Ser mayor de 18 años de edad</p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}\"][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_row css=\".vc_custom_1578091230861{padding-top: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2020-01-03 22:49:22', '2020-01-03 22:49:22', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(938, 1, '2020-01-03 22:54:55', '2020-01-03 22:54:55', '[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}\"][vc_row][vc_column width=\"1/6\"][vc_column_text]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">EDAD</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Ser mayor de 18 años</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">EXPERIENCIA</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Haber trabajado en servicio de limpieza</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}\"][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_row css=\".vc_custom_1578091230861{padding-top: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2020-01-03 22:54:55', '2020-01-03 22:54:55', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(939, 1, '2020-01-03 22:58:59', '2020-01-03 22:58:59', '[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}\"][vc_row][vc_column width=\"1/6\"][vc_column_text]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">EDAD</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Ser mayor de 18 años</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">EXPERIENCIA</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Haber trabajado en servicio de limpieza</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Residencia</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Debe residir en la Republicas de Panamá</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}\"][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_row css=\".vc_custom_1578091230861{padding-top: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2020-01-03 22:58:59', '2020-01-03 22:58:59', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(941, 1, '2020-01-03 23:02:23', '2020-01-03 23:02:23', '[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}\"][vc_row][vc_column width=\"1/6\"][vc_column_text]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">EDAD</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Ser mayor de 18 años</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">EXPERIENCIA</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Haber trabajado en servicio de limpieza</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Residencia</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Debe residir en la Republicas de Panamá</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">REFERENCIAS</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Debe contar con dos referencias comprobadas.\r\n( No se aceptan familiares o amigos)</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}\"][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_row css=\".vc_custom_1578091230861{padding-top: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2020-01-03 23:02:23', '2020-01-03 23:02:23', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(940, 1, '2020-01-03 23:00:40', '2020-01-03 23:00:40', '[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}\"][vc_row][vc_column width=\"1/6\"][vc_column_text]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">EDAD</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Ser mayor de 18 años</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">EXPERIENCIA</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Haber trabajado en servicio de limpieza</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Residencia</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Debe residir en la Republicas de Panamá</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">REFERENCIAS/span&gt;</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Debe contar con dos referencias comprobadas.\r\n( No se aceptan familiares o amigos)</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}\"][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_row css=\".vc_custom_1578091230861{padding-top: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2020-01-03 23:00:40', '2020-01-03 23:00:40', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(959, 1, '2020-01-06 11:33:56', '2020-01-06 11:33:56', '.scheme_original .top_panel_fixed .top_panel_position_over.top_panel_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_dark .footer_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_original .top_panel_over .top_panel_style_7 .menu_main_nav > li > a:hover {\n    color: #002134;\n}\n.top_panel_style_7 .menu_main_nav_area {\n    float: right;\n}\n.top_panel_top_contact_area {\n    visibility: hidden;\n}\n.top_panel_image {\n    height: 54.65em;\n}\n', 'poolservices', '', 'inherit', 'closed', 'closed', '', '681-revision-v1', '', '', '2020-01-06 11:33:56', '2020-01-06 11:33:56', '', 681, 'http://dacleanexpress.com/681-revision-v1/', 0, 'revision', '', 0),
(956, 1, '2020-01-06 11:29:23', '2020-01-06 11:29:23', '.scheme_original .top_panel_fixed .top_panel_position_over.top_panel_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_dark .footer_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_original .top_panel_over .top_panel_style_7 .menu_main_nav > li > a:hover {\n    color: #002134;\n}\n.top_panel_style_7 .menu_main_nav_area {\n    float: right;\n}\n.top_panel_top_contact_area {\n    visibility: hidden;\n}\n.top_panel_image {\n    height: 54.65em;\n}\n.scheme_original footer.widget_area.scheme_dark * {\n    border-radius: 15px;\n}', 'poolservices', '', 'inherit', 'closed', 'closed', '', '681-revision-v1', '', '', '2020-01-06 11:29:23', '2020-01-06 11:29:23', '', 681, 'http://dacleanexpress.com/681-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(942, 1, '2020-01-03 23:04:37', '2020-01-03 23:04:37', '[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}\"][vc_row][vc_column width=\"1/6\"][vc_column_text]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">EDAD</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Ser mayor de 18 años</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">EXPERIENCIA</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Haber trabajado en servicio de limpieza</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Residencia</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Debe residir en la Republicas de Panamá</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">REFERENCIAS</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Debe contar con dos referencias comprobadas.\r\n( No se aceptan familiares o amigos)</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">RECORD POLICIVO </span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Record policivo intachable</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}\"][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_row css=\".vc_custom_1578091230861{padding-top: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2020-01-03 23:04:37', '2020-01-03 23:04:37', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(943, 1, '2020-01-03 23:06:52', '2020-01-03 23:06:52', '<p>[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}\"][vc_row css=\".vc_custom_1578092791552{padding-top: 100px !important;}\"][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">EDAD</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Ser mayor de 18 años</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">EXPERIENCIA</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Haber trabajado en servicio de limpieza</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Residencia</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Debe residir en la Republicas de Panamá</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">REFERENCIAS</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Debe contar con dos referencias comprobadas.<br />\r\n( No se aceptan familiares o amigos)</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">RECORD POLICIVO </span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Record policivo intachable</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}\"][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_row css=\".vc_custom_1578091230861{padding-top: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2020-01-03 23:06:52', '2020-01-03 23:06:52', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(945, 1, '2020-01-03 23:08:04', '2020-01-03 23:08:04', '<p>[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578092877075{padding-top: 100px !important;background-color: #007ec4 !important;}\"][vc_row css=\".vc_custom_1578092830332{padding-top: 100px !important;padding-left: 50px !important;}\"][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">EDAD</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Ser mayor de 18 años</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">EXPERIENCIA</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Haber trabajado en servicio de limpieza</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Residencia</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Debe residir en la Republicas de Panamá</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">REFERENCIAS</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Debe contar con dos referencias comprobadas.<br />\r\n( No se aceptan familiares o amigos)</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">RECORD POLICIVO </span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Record policivo intachable</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}\"][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_row css=\".vc_custom_1578091230861{padding-top: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2020-01-03 23:08:04', '2020-01-03 23:08:04', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(944, 1, '2020-01-03 23:07:22', '2020-01-03 23:07:22', '<p>[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}\"][vc_row css=\".vc_custom_1578092830332{padding-top: 100px !important;padding-left: 50px !important;}\"][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">EDAD</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Ser mayor de 18 años</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">EXPERIENCIA</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Haber trabajado en servicio de limpieza</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Residencia</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Debe residir en la Republicas de Panamá</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">REFERENCIAS</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Debe contar con dos referencias comprobadas.<br />\r\n( No se aceptan familiares o amigos)</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">RECORD POLICIVO </span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Record policivo intachable</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}\"][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_row css=\".vc_custom_1578091230861{padding-top: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2020-01-03 23:07:22', '2020-01-03 23:07:22', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(953, 1, '2020-01-03 23:22:28', '2020-01-03 23:22:28', '<p>[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578092877075{padding-top: 100px !important;background-color: #007ec4 !important;}\"][/vc_section][vc_row css=\".vc_custom_1578091230861{padding-top: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2020-01-03 23:22:28', '2020-01-03 23:22:28', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(946, 1, '2020-01-03 23:08:49', '2020-01-03 23:08:49', '<p>[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578092877075{padding-top: 100px !important;background-color: #007ec4 !important;}\"][vc_row][vc_column][vc_custom_heading text=\"REQUISITOS\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1578092830332{padding-top: 100px !important;padding-left: 50px !important;}\"][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">EDAD</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Ser mayor de 18 años</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">EXPERIENCIA</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Haber trabajado en servicio de limpieza</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Residencia</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Debe residir en la Republicas de Panamá</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">REFERENCIAS</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Debe contar con dos referencias comprobadas.<br />\r\n( No se aceptan familiares o amigos)</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">RECORD POLICIVO </span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Record policivo intachable</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}\"][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_row css=\".vc_custom_1578091230861{padding-top: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2020-01-03 23:08:49', '2020-01-03 23:08:49', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(948, 1, '2020-01-03 23:10:32', '2020-01-03 23:10:32', '<p>[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578092877075{padding-top: 100px !important;background-color: #007ec4 !important;}\"][vc_row][vc_column][vc_custom_heading text=\"REQUISITOS\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1578093025567{padding-top: 100px !important;}\"][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">EDAD</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Ser mayor de 18 años</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">EXPERIENCIA</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Haber trabajado en servicio de limpieza</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Residencia</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Debe residir en la Republicas de Panamá</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">REFERENCIAS</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Debe contar con dos referencias comprobadas.<br />\r\n( No se aceptan familiares o amigos)</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">RECORD POLICIVO </span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Record policivo intachable</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}\"][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_row css=\".vc_custom_1578091230861{padding-top: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2020-01-03 23:10:32', '2020-01-03 23:10:32', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(947, 1, '2020-01-03 23:09:54', '2020-01-03 23:09:54', '<p>[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578092877075{padding-top: 100px !important;background-color: #007ec4 !important;}\"][vc_row][vc_column][vc_custom_heading text=\"REQUISITOS\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1578092830332{padding-top: 100px !important;padding-left: 50px !important;}\"][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">EDAD</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Ser mayor de 18 años</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">EXPERIENCIA</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Haber trabajado en servicio de limpieza</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Residencia</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Debe residir en la Republicas de Panamá</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">REFERENCIAS</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Debe contar con dos referencias comprobadas.<br />\r\n( No se aceptan familiares o amigos)</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">RECORD POLICIVO </span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Record policivo intachable</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}\"][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_row css=\".vc_custom_1578091230861{padding-top: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2020-01-03 23:09:54', '2020-01-03 23:09:54', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(949, 1, '2020-01-03 23:11:00', '2020-01-03 23:11:00', '<p>[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578092877075{padding-top: 100px !important;background-color: #007ec4 !important;}\"][vc_row][vc_column][vc_custom_heading text=\"REQUISITOS\" font_container=\"tag:h1|font_size:40|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1578093025567{padding-top: 100px !important;}\"][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">EDAD</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Ser mayor de 18 años</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">EXPERIENCIA</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Haber trabajado en servicio de limpieza</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Residencia</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Debe residir en la Republicas de Panamá</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">REFERENCIAS</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Debe contar con dos referencias comprobadas.<br />\r\n( No se aceptan familiares o amigos)</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">RECORD POLICIVO </span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Record policivo intachable</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}\"][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_row css=\".vc_custom_1578091230861{padding-top: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2020-01-03 23:11:00', '2020-01-03 23:11:00', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(951, 1, '2020-01-03 23:14:05', '2020-01-03 23:14:05', '<p>[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578092877075{padding-top: 100px !important;background-color: #007ec4 !important;}\"][vc_row css=\".vc_custom_1578093078705{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"REQUISITOS\" font_container=\"tag:h1|font_size:40|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1578093025567{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">EDAD</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Ser mayor de 18 años</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">EXPERIENCIA</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Haber trabajado en servicio de limpieza</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Residencia</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Debe residir en la Republicas de Panamá</span></p>\r\n<p>[/vc_column_text][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">REFERENCIAS</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Debe contar con dos referencias comprobadas.<br />\r\n( No se aceptan familiares o amigos)</span></p>\r\n<p>[/vc_column_text][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">RECORD POLICIVO </span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Record policivo intachable</span></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}\"][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_row css=\".vc_custom_1578091230861{padding-top: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2020-01-03 23:14:05', '2020-01-03 23:14:05', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(950, 1, '2020-01-03 23:11:25', '2020-01-03 23:11:25', '<p>[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578092877075{padding-top: 100px !important;background-color: #007ec4 !important;}\"][vc_row css=\".vc_custom_1578093078705{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"REQUISITOS\" font_container=\"tag:h1|font_size:40|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1578093025567{padding-top: 100px !important;}\"][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">EDAD</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Ser mayor de 18 años</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">EXPERIENCIA</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Haber trabajado en servicio de limpieza</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Residencia</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Debe residir en la Republicas de Panamá</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">REFERENCIAS</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Debe contar con dos referencias comprobadas.<br />\r\n( No se aceptan familiares o amigos)</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">RECORD POLICIVO </span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Record policivo intachable</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}\"][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_row css=\".vc_custom_1578091230861{padding-top: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2020-01-03 23:11:25', '2020-01-03 23:11:25', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(952, 1, '2020-01-03 23:14:35', '2020-01-03 23:14:35', '<p>[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578092877075{padding-top: 100px !important;background-color: #007ec4 !important;}\"][vc_row css=\".vc_custom_1578093078705{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"REQUISITOS\" font_container=\"tag:h1|font_size:40|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1578093025567{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">EDAD</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Ser mayor de 18 años</span></p>\r\n<p>[/vc_column_text][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">REFERENCIAS</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Debe contar con dos referencias comprobadas.<br />\r\n( No se aceptan familiares o amigos)</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">EXPERIENCIA</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Haber trabajado en servicio de limpieza</span></p>\r\n<p>[/vc_column_text][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">RECORD POLICIVO </span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Record policivo intachable</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Residencia</span></h5>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Debe residir en la Republicas de Panamá</span></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578091205218{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #007ec4 !important;}\"][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_row css=\".vc_custom_1578091230861{padding-top: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2020-01-03 23:14:35', '2020-01-03 23:14:35', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(957, 1, '2020-01-06 11:30:50', '2020-01-06 11:30:50', '<p>[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578092877075{padding-top: 100px !important;background-color: #007ec4 !important;}\"][/vc_section][vc_row css=\".vc_custom_1578310244762{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2020-01-06 11:30:50', '2020-01-06 11:30:50', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(1060, 1, '2020-01-09 14:04:24', '2020-01-09 14:04:24', '', 'diarios_servicio_daclean', '', 'inherit', 'open', 'closed', '', 'diarios_servicio_daclean', '', '', '2020-01-09 14:04:24', '2020-01-09 14:04:24', '', 36, 'http://dacleanexpress.com/wp-content/uploads/2020/01/diarios_servicio_daclean.png', 0, 'attachment', 'image/png', 0),
(1061, 1, '2020-01-09 14:04:28', '2020-01-09 14:04:28', '', 'mensuales_servicio_daclean', '', 'inherit', 'open', 'closed', '', 'mensuales_servicio_daclean', '', '', '2020-01-09 14:04:28', '2020-01-09 14:04:28', '', 36, 'http://dacleanexpress.com/wp-content/uploads/2020/01/mensuales_servicio_daclean.png', 0, 'attachment', 'image/png', 0),
(1062, 1, '2020-01-09 14:04:31', '2020-01-09 14:04:31', '', 'semanales_servicio_daclean', '', 'inherit', 'open', 'closed', '', 'semanales_servicio_daclean', '', '', '2020-01-09 14:04:31', '2020-01-09 14:04:31', '', 36, 'http://dacleanexpress.com/wp-content/uploads/2020/01/semanales_servicio_daclean.png', 0, 'attachment', 'image/png', 0),
(964, 1, '2020-01-06 12:13:45', '2020-01-06 12:13:45', '<p>[vc_row css=\".vc_custom_1578065858257{padding-top: 100px !important;}\"][vc_column][vc_column_text]</p>\r\n<h3 style=\"text-align: center;\">LIMPIEZA DE OFICINAS</h3>\r\n<h4 style=\"text-align: center;\">TENEMOS UN PLAN QUE SE ADAPTA A TU EMPRESA</h4>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"960\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"962\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"963\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h4>Formulario de Contacto</h4>\r\n<p>Escríbanos a <a href=\"mailto:dacleanexp@gmail.com\"><strong><u>dacleanexp@gmail.com</u></strong></a>  Estaremos realizando su solicitud en  24 horas.[/vc_column_text][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2020-01-06 12:13:45', '2020-01-06 12:13:45', '', 36, 'http://dacleanexpress.com/36-revision-v1/', 0, 'revision', '', 0),
(988, 1, '2020-01-06 13:04:22', '2020-01-06 13:04:22', '', 'porque_inicio', '', 'inherit', 'open', 'closed', '', 'porque_inicio', '', '', '2020-01-06 13:04:35', '2020-01-06 13:04:35', '', 42, 'http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg', 0, 'attachment', 'image/jpeg', 0),
(966, 1, '2020-01-06 12:22:54', '2020-01-06 12:22:54', '<p>[vc_row css=\".vc_custom_1578313368025{padding-top: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg_contacto.jpg?id=965) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text]</p>\r\n<h3 style=\"text-align: center;\">LIMPIEZA DE OFICINAS</h3>\r\n<h4 style=\"text-align: center;\">TENEMOS UN PLAN QUE SE ADAPTA A TU EMPRESA</h4>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"960\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"962\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"963\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h4>Formulario de Contacto</h4>\r\n<p>Escríbanos a <a href=\"mailto:dacleanexp@gmail.com\"><strong><u>dacleanexp@gmail.com</u></strong></a>  Estaremos realizando su solicitud en  24 horas.[/vc_column_text][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2020-01-06 12:22:54', '2020-01-06 12:22:54', '', 36, 'http://dacleanexpress.com/36-revision-v1/', 0, 'revision', '', 0),
(967, 1, '2020-01-06 12:24:16', '2020-01-06 12:24:16', '<p>[vc_section][vc_row css=\".vc_custom_1578313368025{padding-top: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg_contacto.jpg?id=965) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text]</p>\r\n<h3 style=\"text-align: center;\">LIMPIEZA DE OFICINAS</h3>\r\n<h4 style=\"text-align: center;\">TENEMOS UN PLAN QUE SE ADAPTA A TU EMPRESA</h4>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"960\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"962\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"963\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][/vc_row][/vc_section][vc_row css=\".vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h4>Formulario de Contacto</h4>\r\n<p>Escríbanos a <a href=\"mailto:dacleanexp@gmail.com\"><strong><u>dacleanexp@gmail.com</u></strong></a>  Estaremos realizando su solicitud en  24 horas.[/vc_column_text][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2020-01-06 12:24:16', '2020-01-06 12:24:16', '', 36, 'http://dacleanexpress.com/36-revision-v1/', 0, 'revision', '', 0),
(968, 1, '2020-01-06 12:25:21', '2020-01-06 12:25:21', '<p>[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578313514536{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg_contacto.jpg?id=965) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578313481684{padding-top: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text]</p>\r\n<h3 style=\"text-align: center;\">LIMPIEZA DE OFICINAS</h3>\r\n<h4 style=\"text-align: center;\">TENEMOS UN PLAN QUE SE ADAPTA A TU EMPRESA</h4>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"960\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"962\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"963\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][/vc_row][/vc_section][vc_row css=\".vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h4>Formulario de Contacto</h4>\r\n<p>Escríbanos a <a href=\"mailto:dacleanexp@gmail.com\"><strong><u>dacleanexp@gmail.com</u></strong></a>  Estaremos realizando su solicitud en  24 horas.[/vc_column_text][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2020-01-06 12:25:21', '2020-01-06 12:25:21', '', 36, 'http://dacleanexpress.com/36-revision-v1/', 0, 'revision', '', 0),
(970, 1, '2020-01-06 12:27:20', '2020-01-06 12:27:20', '<p>[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578313634466{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg_contacto.jpg?id=969) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578313481684{padding-top: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text]</p>\r\n<h3 style=\"text-align: center;\">LIMPIEZA DE OFICINAS</h3>\r\n<h4 style=\"text-align: center;\">TENEMOS UN PLAN QUE SE ADAPTA A TU EMPRESA</h4>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"960\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"962\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"963\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][/vc_row][/vc_section][vc_row css=\".vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h4>Formulario de Contacto</h4>\r\n<p>Escríbanos a <a href=\"mailto:dacleanexp@gmail.com\"><strong><u>dacleanexp@gmail.com</u></strong></a>  Estaremos realizando su solicitud en  24 horas.[/vc_column_text][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2020-01-06 12:27:20', '2020-01-06 12:27:20', '', 36, 'http://dacleanexpress.com/36-revision-v1/', 0, 'revision', '', 0),
(971, 1, '2020-01-06 12:28:10', '2020-01-06 12:28:10', '<p>[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578313685152{padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg_contacto.jpg?id=969) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578313481684{padding-top: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text]</p>\r\n<h3 style=\"text-align: center;\">LIMPIEZA DE OFICINAS</h3>\r\n<h4 style=\"text-align: center;\">TENEMOS UN PLAN QUE SE ADAPTA A TU EMPRESA</h4>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"960\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"962\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"963\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][/vc_row][/vc_section][vc_row css=\".vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h4>Formulario de Contacto</h4>\r\n<p>Escríbanos a <a href=\"mailto:dacleanexp@gmail.com\"><strong><u>dacleanexp@gmail.com</u></strong></a>  Estaremos realizando su solicitud en  24 horas.[/vc_column_text][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2020-01-06 12:28:10', '2020-01-06 12:28:10', '', 36, 'http://dacleanexpress.com/36-revision-v1/', 0, 'revision', '', 0),
(972, 1, '2020-01-06 12:30:24', '2020-01-06 12:30:24', '', 'bg-contact', '', 'inherit', 'open', 'closed', '', 'bg-contact', '', '', '2020-01-06 12:30:24', '2020-01-06 12:30:24', '', 36, 'http://dacleanexpress.com/wp-content/uploads/2020/01/bg-contact.jpg', 0, 'attachment', 'image/jpeg', 0),
(973, 1, '2020-01-06 12:32:10', '2020-01-06 12:32:10', '<p>[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578313924348{padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg-contact.jpg?id=972) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578313481684{padding-top: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text]</p>\r\n<h3 style=\"text-align: center;\">LIMPIEZA DE OFICINAS</h3>\r\n<h4 style=\"text-align: center;\">TENEMOS UN PLAN QUE SE ADAPTA A TU EMPRESA</h4>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"960\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"962\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"963\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][/vc_row][/vc_section][vc_row css=\".vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h4>Formulario de Contacto</h4>\r\n<p>Escríbanos a <a href=\"mailto:dacleanexp@gmail.com\"><strong><u>dacleanexp@gmail.com</u></strong></a>  Estaremos realizando su solicitud en  24 horas.[/vc_column_text][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2020-01-06 12:32:10', '2020-01-06 12:32:10', '', 36, 'http://dacleanexpress.com/36-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(974, 1, '2020-01-06 12:33:07', '2020-01-06 12:33:07', '[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578313924348{padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg-contact.jpg?id=972) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578313481684{padding-top: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">LIMPIEZA DE OFICINAS</span></h3>\r\n<h4 style=\"text-align: center;\">TENEMOS UN PLAN QUE SE ADAPTA A TU EMPRESA</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"960\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"962\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"963\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][/vc_row][/vc_section][vc_row css=\".vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>Formulario de Contacto</h4>\r\nEscríbanos a <a href=\"mailto:dacleanexp@gmail.com\"><strong><u>dacleanexp@gmail.com</u></strong></a>  Estaremos realizando su solicitud en  24 horas.[/vc_column_text][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2020-01-06 12:33:07', '2020-01-06 12:33:07', '', 36, 'http://dacleanexpress.com/36-revision-v1/', 0, 'revision', '', 0),
(975, 1, '2020-01-06 12:43:15', '2020-01-06 12:43:15', '', 'grafico_logo_daclean', '', 'inherit', 'open', 'closed', '', 'grafico_logo_daclean', '', '', '2020-01-06 12:43:28', '2020-01-06 12:43:28', '', 36, 'http://dacleanexpress.com/wp-content/uploads/2020/01/grafico_logo_daclean.png', 0, 'attachment', 'image/png', 0),
(976, 1, '2020-01-06 12:45:20', '2020-01-06 12:45:20', '[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578313924348{padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg-contact.jpg?id=972) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578313481684{padding-top: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">LIMPIEZA DE OFICINAS</span></h3>\r\n<h4 style=\"text-align: center;\">TENEMOS UN PLAN QUE SE ADAPTA A TU EMPRESA</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"960\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"962\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"963\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][/vc_row][/vc_section][vc_row css=\".vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>Formulario de Contacto</h4>\r\nEscríbanos a <a href=\"mailto:dacleanexp@gmail.com\"><strong><u>dacleanexp@gmail.com</u></strong></a>  Estaremos realizando su solicitud en  24 horas.[/vc_column_text][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La limpieza</span></h2>\r\n<h3><span style=\"color: #ffffff;\">la hacemos</span></h3>\r\n<h1><span style=\"color: #ffffff;\">Nosotras</span></h1>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"975\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][/vc_row]', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2020-01-06 12:45:20', '2020-01-06 12:45:20', '', 36, 'http://dacleanexpress.com/36-revision-v1/', 0, 'revision', '', 0),
(977, 1, '2020-01-06 12:46:03', '2020-01-06 12:46:03', '[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578313924348{padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg-contact.jpg?id=972) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578313481684{padding-top: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">LIMPIEZA DE OFICINAS</span></h3>\r\n<h4 style=\"text-align: center;\">TENEMOS UN PLAN QUE SE ADAPTA A TU EMPRESA</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"960\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"962\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"963\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\">La limpieza</span></h2>\r\n<h3><span style=\"color: #ffffff;\">la hacemos</span></h3>\r\n<h1><span style=\"color: #ffffff;\">Nosotras</span></h1>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"975\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][/vc_row][/vc_section][vc_row css=\".vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>Formulario de Contacto</h4>\r\nEscríbanos a <a href=\"mailto:dacleanexp@gmail.com\"><strong><u>dacleanexp@gmail.com</u></strong></a>  Estaremos realizando su solicitud en  24 horas.[/vc_column_text][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2020-01-06 12:46:03', '2020-01-06 12:46:03', '', 36, 'http://dacleanexpress.com/36-revision-v1/', 0, 'revision', '', 0),
(978, 1, '2020-01-06 12:47:30', '2020-01-06 12:47:30', '[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578313924348{padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg-contact.jpg?id=972) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578313481684{padding-top: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">LIMPIEZA DE OFICINAS</span></h3>\r\n<h4 style=\"text-align: center;\">TENEMOS UN PLAN QUE SE ADAPTA A TU EMPRESA</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"960\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"962\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"963\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h3><span style=\"color: #ffffff;\">La limpieza</span></h3>\r\n<h3><span style=\"color: #ffffff;\">la hacemos</span></h3>\r\n<h1><span style=\"color: #ffffff;\">Nosotras</span></h1>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"975\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][/vc_row][/vc_section][vc_row css=\".vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>Formulario de Contacto</h4>\r\nEscríbanos a <a href=\"mailto:dacleanexp@gmail.com\"><strong><u>dacleanexp@gmail.com</u></strong></a>  Estaremos realizando su solicitud en  24 horas.[/vc_column_text][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2020-01-06 12:47:30', '2020-01-06 12:47:30', '', 36, 'http://dacleanexpress.com/36-revision-v1/', 0, 'revision', '', 0),
(979, 1, '2020-01-06 12:48:13', '2020-01-06 12:48:13', '<p>[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578313924348{padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg-contact.jpg?id=972) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578313481684{padding-top: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text]</p>\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">LIMPIEZA DE OFICINAS</span></h3>\r\n<h4 style=\"text-align: center;\">TENEMOS UN PLAN QUE SE ADAPTA A TU EMPRESA</h4>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"960\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"962\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"963\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][/vc_row][vc_row content_placement=\"middle\"][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h3><span style=\"color: #ffffff;\">La limpieza</span></h3>\r\n<h3><span style=\"color: #ffffff;\">la hacemos</span></h3>\r\n<h1><span style=\"color: #ffffff;\">Nosotras</span></h1>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"975\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][/vc_row][/vc_section][vc_row css=\".vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h4>Formulario de Contacto</h4>\r\n<p>Escríbanos a <a href=\"mailto:dacleanexp@gmail.com\"><strong><u>dacleanexp@gmail.com</u></strong></a>  Estaremos realizando su solicitud en  24 horas.[/vc_column_text][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2020-01-06 12:48:13', '2020-01-06 12:48:13', '', 36, 'http://dacleanexpress.com/36-revision-v1/', 0, 'revision', '', 0),
(981, 1, '2020-01-06 12:49:41', '2020-01-06 12:49:41', '[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578313924348{padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg-contact.jpg?id=972) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578313481684{padding-top: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">LIMPIEZA DE OFICINAS</span></h3>\r\n<h4 style=\"text-align: center;\">TENEMOS UN PLAN QUE SE ADAPTA A TU EMPRESA</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"960\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"962\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"963\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][/vc_row][vc_row gap=\"20\" content_placement=\"middle\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3><span style=\"color: #ffffff;\">La limpieza</span></h3>\r\n<h3><span style=\"color: #ffffff;\">la hacemos</span></h3>\r\n<h1><span style=\"color: #3366ff;\">Nosotras</span></h1>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"975\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][/vc_row][/vc_section][vc_row css=\".vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>Formulario de Contacto</h4>\r\nEscríbanos a <a href=\"mailto:dacleanexp@gmail.com\"><strong><u>dacleanexp@gmail.com</u></strong></a>  Estaremos realizando su solicitud en  24 horas.[/vc_column_text][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2020-01-06 12:49:41', '2020-01-06 12:49:41', '', 36, 'http://dacleanexpress.com/36-revision-v1/', 0, 'revision', '', 0),
(980, 1, '2020-01-06 12:48:48', '2020-01-06 12:48:48', '<p>[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578313924348{padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg-contact.jpg?id=972) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578313481684{padding-top: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text]</p>\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">LIMPIEZA DE OFICINAS</span></h3>\r\n<h4 style=\"text-align: center;\">TENEMOS UN PLAN QUE SE ADAPTA A TU EMPRESA</h4>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"960\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"962\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"963\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][/vc_row][vc_row gap=\"20\" content_placement=\"middle\"][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h3><span style=\"color: #ffffff;\">La limpieza</span></h3>\r\n<h3><span style=\"color: #ffffff;\">la hacemos</span></h3>\r\n<h1><span style=\"color: #ffffff;\">Nosotras</span></h1>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"975\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][/vc_row][/vc_section][vc_row css=\".vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h4>Formulario de Contacto</h4>\r\n<p>Escríbanos a <a href=\"mailto:dacleanexp@gmail.com\"><strong><u>dacleanexp@gmail.com</u></strong></a>  Estaremos realizando su solicitud en  24 horas.[/vc_column_text][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2020-01-06 12:48:48', '2020-01-06 12:48:48', '', 36, 'http://dacleanexpress.com/36-revision-v1/', 0, 'revision', '', 0),
(982, 1, '2020-01-06 12:52:00', '2020-01-06 12:52:00', '[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578313924348{padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg-contact.jpg?id=972) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578313481684{padding-top: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">LIMPIEZA DE OFICINAS</span></h3>\r\n<h4 style=\"text-align: center;\">TENEMOS UN PLAN QUE SE ADAPTA A TU EMPRESA</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"960\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"962\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"963\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][/vc_row][vc_row gap=\"30\" equal_height=\"yes\" content_placement=\"middle\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3><span style=\"color: #ffffff;\">La limpieza</span></h3>\r\n<h3><span style=\"color: #ffffff;\">la hacemos</span></h3>\r\n<h1><span style=\"color: #3366ff;\">Nosotras</span></h1>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"975\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][/vc_row][/vc_section][vc_row css=\".vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>Formulario de Contacto</h4>\r\nEscríbanos a <a href=\"mailto:dacleanexp@gmail.com\"><strong><u>dacleanexp@gmail.com</u></strong></a>  Estaremos realizando su solicitud en  24 horas.[/vc_column_text][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2020-01-06 12:52:00', '2020-01-06 12:52:00', '', 36, 'http://dacleanexpress.com/36-revision-v1/', 0, 'revision', '', 0),
(983, 1, '2020-01-06 12:53:01', '2020-01-06 12:53:01', '[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578313924348{padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg-contact.jpg?id=972) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578313481684{padding-top: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">LIMPIEZA DE OFICINAS</span></h3>\r\n<h4 style=\"text-align: center;\">TENEMOS UN PLAN QUE SE ADAPTA A TU EMPRESA</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"960\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"962\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"963\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][/vc_row][vc_row gap=\"30\" equal_height=\"yes\" content_placement=\"middle\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3><span style=\"color: #ffffff;\">La limpieza</span></h3>\r\n<h3><span style=\"color: #ffffff;\">la hacemos</span></h3>\r\n<h1><span style=\"color: #3366ff;\">Nosotras</span></h1>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"975\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][/vc_row][/vc_section][vc_row css=\".vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Formulario de Contacto</h3>\r\n<p style=\"text-align: center;\">Escríbanos a <a href=\"mailto:dacleanexp@gmail.com\"><strong><u>dacleanexp@gmail.com</u></strong></a>  Estaremos realizando su solicitud en  24 horas.</p>\r\n[/vc_column_text][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2020-01-06 12:53:01', '2020-01-06 12:53:01', '', 36, 'http://dacleanexpress.com/36-revision-v1/', 0, 'revision', '', 0),
(984, 1, '2020-01-06 12:53:35', '2020-01-06 12:53:35', '[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578313924348{padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg-contact.jpg?id=972) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578313481684{padding-top: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">LIMPIEZA DE OFICINAS</span></h3>\r\n<h4 style=\"text-align: center;\">TENEMOS UN PLAN QUE SE ADAPTA A TU EMPRESA</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"960\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"962\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"963\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][/vc_row][vc_row gap=\"30\" equal_height=\"yes\" content_placement=\"middle\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3><span style=\"color: #ffffff;\">La limpieza</span></h3>\r\n<h3><span style=\"color: #ffffff;\">la hacemos</span></h3>\r\n<h1><span style=\"color: #3366ff;\">Nosotras</span></h1>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"975\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][/vc_row][/vc_section][vc_row css=\".vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1578315208354{padding-bottom: 50px !important;}\"]\r\n<h3 style=\"text-align: center;\">Formulario de Contacto</h3>\r\n<p style=\"text-align: center;\">Escríbanos a <a href=\"mailto:dacleanexp@gmail.com\"><strong><u>dacleanexp@gmail.com</u></strong></a>  Estaremos realizando su solicitud en  24 horas.</p>\r\n[/vc_column_text][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2020-01-06 12:53:35', '2020-01-06 12:53:35', '', 36, 'http://dacleanexpress.com/36-revision-v1/', 0, 'revision', '', 0),
(986, 1, '2020-01-06 13:01:01', '2020-01-06 13:01:01', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1578059585201{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1578315654966{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/inicio_porque.jpg?id=985) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"846\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Trato Personalizado</strong></h6>\r\n<p style=\"text-align: center;\">Distinción en el trato</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"845\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Confianza</strong></h6>\r\n<p style=\"text-align: center;\">Nuestros clientes SIEMPRE nos vuelven a llamar</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"844\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Seguridad</strong></h6>\r\n<p style=\"text-align: center;\">Un servicio sin riesgo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"843\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Tranquilidad</strong></h6>\r\n<p style=\"text-align: center;\">Nuestro servicio elimina 100% estrés</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"842\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>100% Calidad</strong></h6>\r\n<p style=\"text-align: center;\">La más alta satisfacción</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"840\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Personal Capacitado</strong></h6>\r\n<p style=\"text-align: center;\">Capacitaciones con altos estándares académicos</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"841\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Horarios Flexibles</strong></h6>\r\n<p style=\"text-align: center;\">Eliminamos su necesidad en tiempo óptimo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"839\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Reserva del Servicio</strong></h6>\r\n<p style=\"text-align: center;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2020-01-06 13:01:01', '2020-01-06 13:01:01', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(987, 1, '2020-01-06 13:01:38', '2020-01-06 13:01:38', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1578059585201{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578315692157{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/inicio_porque.jpg?id=985) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"846\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Trato Personalizado</strong></h6>\r\n<p style=\"text-align: center;\">Distinción en el trato</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"845\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Confianza</strong></h6>\r\n<p style=\"text-align: center;\">Nuestros clientes SIEMPRE nos vuelven a llamar</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"844\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Seguridad</strong></h6>\r\n<p style=\"text-align: center;\">Un servicio sin riesgo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"843\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Tranquilidad</strong></h6>\r\n<p style=\"text-align: center;\">Nuestro servicio elimina 100% estrés</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"842\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>100% Calidad</strong></h6>\r\n<p style=\"text-align: center;\">La más alta satisfacción</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"840\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Personal Capacitado</strong></h6>\r\n<p style=\"text-align: center;\">Capacitaciones con altos estándares académicos</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"841\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Horarios Flexibles</strong></h6>\r\n<p style=\"text-align: center;\">Eliminamos su necesidad en tiempo óptimo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"839\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Reserva del Servicio</strong></h6>\r\n<p style=\"text-align: center;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2020-01-06 13:01:38', '2020-01-06 13:01:38', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(989, 1, '2020-01-06 13:05:15', '2020-01-06 13:05:15', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1578059585201{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578315909009{padding-top: 200px !important;padding-bottom: 200px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"846\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Trato Personalizado</strong></h6>\r\n<p style=\"text-align: center;\">Distinción en el trato</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"845\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Confianza</strong></h6>\r\n<p style=\"text-align: center;\">Nuestros clientes SIEMPRE nos vuelven a llamar</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"844\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Seguridad</strong></h6>\r\n<p style=\"text-align: center;\">Un servicio sin riesgo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"843\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Tranquilidad</strong></h6>\r\n<p style=\"text-align: center;\">Nuestro servicio elimina 100% estrés</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"842\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>100% Calidad</strong></h6>\r\n<p style=\"text-align: center;\">La más alta satisfacción</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"840\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Personal Capacitado</strong></h6>\r\n<p style=\"text-align: center;\">Capacitaciones con altos estándares académicos</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"841\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Horarios Flexibles</strong></h6>\r\n<p style=\"text-align: center;\">Eliminamos su necesidad en tiempo óptimo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"839\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Reserva del Servicio</strong></h6>\r\n<p style=\"text-align: center;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2020-01-06 13:05:15', '2020-01-06 13:05:15', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(990, 1, '2020-01-06 13:06:39', '2020-01-06 13:06:39', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1578059585201{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578315951341{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"846\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Trato Personalizado</strong></h6>\r\n<p style=\"text-align: center;\">Distinción en el trato</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"845\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Confianza</strong></h6>\r\n<p style=\"text-align: center;\">Nuestros clientes SIEMPRE nos vuelven a llamar</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"844\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Seguridad</strong></h6>\r\n<p style=\"text-align: center;\">Un servicio sin riesgo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"843\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Tranquilidad</strong></h6>\r\n<p style=\"text-align: center;\">Nuestro servicio elimina 100% estrés</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"842\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>100% Calidad</strong></h6>\r\n<p style=\"text-align: center;\">La más alta satisfacción</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"840\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Personal Capacitado</strong></h6>\r\n<p style=\"text-align: center;\">Capacitaciones con altos estándares académicos</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"841\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Horarios Flexibles</strong></h6>\r\n<p style=\"text-align: center;\">Eliminamos su necesidad en tiempo óptimo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"839\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Reserva del Servicio</strong></h6>\r\n<p style=\"text-align: center;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2020-01-06 13:06:39', '2020-01-06 13:06:39', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(991, 1, '2020-01-06 13:08:13', '2020-01-06 13:08:13', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1578059585201{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578315951341{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"846\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Trato Personalizado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Distinción en el trato</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"845\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Confianza</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestros clientes SIEMPRE nos vuelven a llamar</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"844\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Seguridad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Un servicio sin riesgo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"843\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Tranquilidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestro servicio elimina 100% estrés</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"842\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>100% Calidad</strong></h6>\r\n<p style=\"text-align: center;\">La más alta satisfacción</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"840\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Personal Capacitado</strong></h6>\r\n<p style=\"text-align: center;\">Capacitaciones con altos estándares académicos</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"841\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Horarios Flexibles</strong></h6>\r\n<p style=\"text-align: center;\">Eliminamos su necesidad en tiempo óptimo</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"839\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><strong>Reserva del Servicio</strong></h6>\r\n<p style=\"text-align: center;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2020-01-06 13:08:13', '2020-01-06 13:08:13', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(1003, 1, '2020-01-06 14:43:00', '2020-01-06 14:43:00', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1578059585201{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578315951341{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"998\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Trato Personalizado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Distinción en el trato</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"997\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Confianza</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestros clientes SIEMPRE nos vuelven a llamar</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"996\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Seguridad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Un servicio sin riesgo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"995\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Tranquilidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestro servicio elimina 100% estrés</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"994\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>100% Calidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">La más alta satisfacción</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"1000\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Personal Capacitado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Capacitaciones con altos estándares académicos</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"993\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Horarios Flexibles</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Eliminamos su necesidad en tiempo óptimo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"999\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Reserva del Servicio</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2020-01-06 14:43:00', '2020-01-06 14:43:00', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(992, 1, '2020-01-06 13:09:16', '2020-01-06 13:09:16', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1578059585201{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578315951341{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"846\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Trato Personalizado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Distinción en el trato</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"845\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Confianza</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestros clientes SIEMPRE nos vuelven a llamar</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"844\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Seguridad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Un servicio sin riesgo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"843\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Tranquilidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestro servicio elimina 100% estrés</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"842\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>100% Calidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">La más alta satisfacción</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"840\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Personal Capacitado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Capacitaciones con altos estándares académicos</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"841\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Horarios Flexibles</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Eliminamos su necesidad en tiempo óptimo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"839\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Reserva del Servicio</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2020-01-06 13:09:16', '2020-01-06 13:09:16', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(993, 1, '2020-01-06 13:19:56', '2020-01-06 13:19:56', '', 'razones_daclean_3', '', 'inherit', 'open', 'closed', '', 'razones_daclean_3', '', '', '2020-01-06 13:19:56', '2020-01-06 13:19:56', '', 0, 'http://dacleanexpress.com/wp-content/uploads/2020/01/razones_daclean_3.png', 0, 'attachment', 'image/png', 0),
(994, 1, '2020-01-06 13:19:59', '2020-01-06 13:19:59', '', 'razones_daclean_4', '', 'inherit', 'open', 'closed', '', 'razones_daclean_4', '', '', '2020-01-06 13:19:59', '2020-01-06 13:19:59', '', 0, 'http://dacleanexpress.com/wp-content/uploads/2020/01/razones_daclean_4.png', 0, 'attachment', 'image/png', 0),
(995, 1, '2020-01-06 13:20:04', '2020-01-06 13:20:04', '', 'razones_daclean_5', '', 'inherit', 'open', 'closed', '', 'razones_daclean_5', '', '', '2020-01-06 13:20:04', '2020-01-06 13:20:04', '', 0, 'http://dacleanexpress.com/wp-content/uploads/2020/01/razones_daclean_5.png', 0, 'attachment', 'image/png', 0),
(996, 1, '2020-01-06 13:20:07', '2020-01-06 13:20:07', '', 'razones_daclean_6', '', 'inherit', 'open', 'closed', '', 'razones_daclean_6', '', '', '2020-01-06 13:20:07', '2020-01-06 13:20:07', '', 0, 'http://dacleanexpress.com/wp-content/uploads/2020/01/razones_daclean_6.png', 0, 'attachment', 'image/png', 0),
(997, 1, '2020-01-06 13:20:11', '2020-01-06 13:20:11', '', 'razones_daclean_7', '', 'inherit', 'open', 'closed', '', 'razones_daclean_7', '', '', '2020-01-06 13:20:11', '2020-01-06 13:20:11', '', 0, 'http://dacleanexpress.com/wp-content/uploads/2020/01/razones_daclean_7.png', 0, 'attachment', 'image/png', 0),
(998, 1, '2020-01-06 13:20:14', '2020-01-06 13:20:14', '', 'razones_daclean_8', '', 'inherit', 'open', 'closed', '', 'razones_daclean_8', '', '', '2020-01-06 13:20:14', '2020-01-06 13:20:14', '', 0, 'http://dacleanexpress.com/wp-content/uploads/2020/01/razones_daclean_8.png', 0, 'attachment', 'image/png', 0),
(999, 1, '2020-01-06 13:20:17', '2020-01-06 13:20:17', '', 'razones_daclean_1', '', 'inherit', 'open', 'closed', '', 'razones_daclean_1', '', '', '2020-01-06 13:20:17', '2020-01-06 13:20:17', '', 0, 'http://dacleanexpress.com/wp-content/uploads/2020/01/razones_daclean_1.png', 0, 'attachment', 'image/png', 0),
(1000, 1, '2020-01-06 13:20:21', '2020-01-06 13:20:21', '', 'razones_daclean_2', '', 'inherit', 'open', 'closed', '', 'razones_daclean_2', '', '', '2020-01-06 13:20:21', '2020-01-06 13:20:21', '', 0, 'http://dacleanexpress.com/wp-content/uploads/2020/01/razones_daclean_2.png', 0, 'attachment', 'image/png', 0),
(1001, 1, '2020-01-06 13:23:05', '2020-01-06 13:23:05', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1578059585201{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578315951341{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"998\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Trato Personalizado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Distinción en el trato</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"997\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Confianza</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestros clientes SIEMPRE nos vuelven a llamar</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"996\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Seguridad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Un servicio sin riesgo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"995\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Tranquilidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestro servicio elimina 100% estrés</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"842\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>100% Calidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">La más alta satisfacción</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"840\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Personal Capacitado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Capacitaciones con altos estándares académicos</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"841\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Horarios Flexibles</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Eliminamos su necesidad en tiempo óptimo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"839\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Reserva del Servicio</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2020-01-06 13:23:05', '2020-01-06 13:23:05', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(1002, 1, '2020-01-06 13:29:33', '2020-01-06 13:29:33', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1578059585201{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578315951341{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"998\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Trato Personalizado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Distinción en el trato</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"997\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Confianza</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestros clientes SIEMPRE nos vuelven a llamar</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"996\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Seguridad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Un servicio sin riesgo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"995\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Tranquilidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestro servicio elimina 100% estrés</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"994\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>100% Calidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">La más alta satisfacción</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"1000\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Personal Capacitado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Capacitaciones con altos estándares académicos</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"993\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Horarios Flexibles</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Eliminamos su necesidad en tiempo óptimo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"999\" alignment=\"center\" css_animation=\"fadeInDownBig\"][vc_column_text]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Reserva del Servicio</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2020-01-06 13:29:33', '2020-01-06 13:29:33', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(1004, 1, '2020-01-06 14:56:07', '2020-01-06 14:56:07', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1578059585201{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578315951341{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"998\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Trato Personalizado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Distinción en el trato</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"997\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Confianza</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestros clientes SIEMPRE nos vuelven a llamar</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"996\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Seguridad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Un servicio sin riesgo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"995\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Tranquilidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestro servicio elimina 100% estrés</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"994\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>100% Calidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">La más alta satisfacción</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"1000\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Personal Capacitado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Capacitaciones con altos estándares académicos</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"993\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Horarios Flexibles</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Eliminamos su necesidad en tiempo óptimo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"999\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Reserva del Servicio</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2020-01-06 14:56:07', '2020-01-06 14:56:07', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(1005, 1, '2020-01-06 15:00:02', '2020-01-06 15:00:02', '[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578313924348{padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg-contact.jpg?id=972) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578313481684{padding-top: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">LIMPIEZA DE OFICINAS</span></h3>\r\n<h4 style=\"text-align: center;\">TENEMOS UN PLAN QUE SE ADAPTA A TU EMPRESA</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"960\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"962\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"963\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][/vc_row][vc_row gap=\"30\" equal_height=\"yes\" content_placement=\"middle\"][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h3><span style=\"color: #ffffff;\">La limpieza</span></h3>\r\n<h3><span style=\"color: #ffffff;\">la hacemos</span></h3>\r\n<h1><span style=\"color: #3366ff;\">Nosotras</span></h1>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"975\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][/vc_row][/vc_section][vc_row css=\".vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1578315208354{padding-bottom: 50px !important;}\"]\r\n<h3 style=\"text-align: center;\">Formulario de Contacto</h3>\r\n<p style=\"text-align: center;\">Escríbanos a <a href=\"mailto:dacleanexp@gmail.com\"><strong><u>dacleanexp@gmail.com</u></strong></a>  Estaremos realizando su solicitud en  24 horas.</p>\r\n[/vc_column_text][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2020-01-06 15:00:02', '2020-01-06 15:00:02', '', 36, 'http://dacleanexpress.com/36-revision-v1/', 0, 'revision', '', 0),
(1006, 1, '2020-01-06 15:02:32', '2020-01-06 15:02:32', '[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578313924348{padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg-contact.jpg?id=972) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578313481684{padding-top: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">LIMPIEZA DE OFICINAS</span></h3>\r\n<h4 style=\"text-align: center;\">TENEMOS UN PLAN QUE SE ADAPTA A TU EMPRESA</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"960\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"962\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"963\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][/vc_row][vc_row gap=\"30\" equal_height=\"yes\" content_placement=\"middle\"][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h3><span style=\"color: #ffffff;\">La limpieza</span></h3>\r\n<h3><span style=\"color: #ffffff;\">la hacemos</span></h3>\r\n<h1><span style=\"color: #3366ff;\">Nosotras</span></h1>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"975\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][/vc_row][/vc_section][vc_row css=\".vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1578322945817{padding-bottom: 50px !important;}\"]\r\n<h3 style=\"text-align: center;\">Formulario de Contacto</h3>\r\n<p style=\"text-align: center;\">Escríbanos a <a href=\"mailto:dacleanexp@gmail.com\"><strong><u>dacleanexp@gmail.com</u></strong></a>  Estaremos realizando su solicitud en  24 horas.</p>\r\n[/vc_column_text][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2020-01-06 15:02:32', '2020-01-06 15:02:32', '', 36, 'http://dacleanexpress.com/36-revision-v1/', 0, 'revision', '', 0),
(1007, 1, '2020-01-06 15:03:39', '2020-01-06 15:03:39', '[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578313924348{padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg-contact.jpg?id=972) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578313481684{padding-top: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">LIMPIEZA DE OFICINAS</span></h3>\r\n<h4 style=\"text-align: center;\">TENEMOS UN PLAN QUE SE ADAPTA A TU EMPRESA</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"960\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"962\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"963\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][/vc_row][vc_row gap=\"30\" equal_height=\"yes\" content_placement=\"middle\"][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h3><span style=\"color: #ffffff;\">La limpieza</span></h3>\r\n<h3><span style=\"color: #ffffff;\">la hacemos</span></h3>\r\n<h1><span style=\"color: #3366ff;\">Nosotras</span></h1>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"975\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][/vc_row][/vc_section][vc_row css=\".vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column css_animation=\"fadeInUp\" width=\"1/2\"][vc_column_text css_animation=\"none\" css=\".vc_custom_1578323012960{padding-bottom: 50px !important;}\"]\r\n<h3 style=\"text-align: center;\">Formulario de Contacto</h3>\r\n<p style=\"text-align: center;\">Escríbanos a <a href=\"mailto:dacleanexp@gmail.com\"><strong><u>dacleanexp@gmail.com</u></strong></a>  Estaremos realizando su solicitud en  24 horas.</p>\r\n[/vc_column_text][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2020-01-06 15:03:39', '2020-01-06 15:03:39', '', 36, 'http://dacleanexpress.com/36-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1009, 1, '2020-01-06 15:33:33', '2020-01-06 15:33:33', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1578059585201{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578315951341{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"998\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Trato Personalizado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Distinción en el trato</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"997\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Confianza</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestros clientes SIEMPRE nos vuelven a llamar</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"996\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Seguridad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Un servicio sin riesgo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"995\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Tranquilidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestro servicio elimina 100% estrés</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"994\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>100% Calidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">La más alta satisfacción</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"1000\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Personal Capacitado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Capacitaciones con altos estándares académicos</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"993\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Horarios Flexibles</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Eliminamos su necesidad en tiempo óptimo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"999\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Reserva del Servicio</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\"][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"4\" title=\"false\" description=\"false\" ajax=\"true\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2020-01-06 15:33:33', '2020-01-06 15:33:33', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(1008, 1, '2020-01-06 15:29:13', '2020-01-06 15:29:13', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1578059585201{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578315951341{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"998\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Trato Personalizado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Distinción en el trato</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"997\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Confianza</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestros clientes SIEMPRE nos vuelven a llamar</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"996\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Seguridad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Un servicio sin riesgo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"995\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Tranquilidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestro servicio elimina 100% estrés</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"994\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>100% Calidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">La más alta satisfacción</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"1000\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Personal Capacitado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Capacitaciones con altos estándares académicos</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"993\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Horarios Flexibles</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Eliminamos su necesidad en tiempo óptimo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"999\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Reserva del Servicio</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578324546106{background-color: #1e73be !important;}\"][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"4\" title=\"false\" description=\"false\" ajax=\"true\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2020-01-06 15:29:13', '2020-01-06 15:29:13', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(1010, 1, '2020-01-06 15:36:27', '2020-01-06 15:36:27', '[vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1578059585201{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578315951341{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"998\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Trato Personalizado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Distinción en el trato</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"997\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Confianza</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestros clientes SIEMPRE nos vuelven a llamar</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"996\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Seguridad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Un servicio sin riesgo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"995\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Tranquilidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestro servicio elimina 100% estrés</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"994\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>100% Calidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">La más alta satisfacción</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"1000\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Personal Capacitado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Capacitaciones con altos estándares académicos</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"993\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Horarios Flexibles</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Eliminamos su necesidad en tiempo óptimo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"999\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Reserva del Servicio</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\"][vc_row css=\".vc_custom_1578324980341{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"4\" title=\"false\" description=\"false\" ajax=\"true\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2020-01-06 15:36:27', '2020-01-06 15:36:27', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(1011, 1, '2020-01-06 15:37:11', '2020-01-06 15:37:11', '[vc_section full_width=\"stretch_row\"][vc_row css=\".vc_custom_1578324980341{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"4\" title=\"false\" description=\"false\" ajax=\"true\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1578059585201{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578315951341{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"998\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Trato Personalizado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Distinción en el trato</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"997\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Confianza</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestros clientes SIEMPRE nos vuelven a llamar</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"996\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Seguridad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Un servicio sin riesgo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"995\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Tranquilidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestro servicio elimina 100% estrés</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"994\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>100% Calidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">La más alta satisfacción</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"1000\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Personal Capacitado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Capacitaciones con altos estándares académicos</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"993\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Horarios Flexibles</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Eliminamos su necesidad en tiempo óptimo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"999\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Reserva del Servicio</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2020-01-06 15:37:11', '2020-01-06 15:37:11', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(1012, 1, '2020-01-06 15:39:07', '2020-01-06 15:39:07', '[vc_section full_width=\"stretch_row\"][vc_row css=\".vc_custom_1578324980341{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"4\" title=\"false\" description=\"false\" ajax=\"true\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1578059585201{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578315951341{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"998\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Trato Personalizado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Distinción en el trato</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"997\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Confianza</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestros clientes SIEMPRE nos vuelven a llamar</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"996\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Seguridad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Un servicio sin riesgo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"995\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Tranquilidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestro servicio elimina 100% estrés</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"994\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>100% Calidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">La más alta satisfacción</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"1000\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Personal Capacitado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Capacitaciones con altos estándares académicos</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"993\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Horarios Flexibles</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Eliminamos su necesidad en tiempo óptimo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"999\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Reserva del Servicio</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2020-01-06 15:39:07', '2020-01-06 15:39:07', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(1013, 1, '2020-01-06 15:42:37', '2020-01-06 15:42:37', '', 'cta_home_daclean', '', 'inherit', 'open', 'closed', '', 'cta_home_daclean', '', '', '2020-01-06 15:43:03', '2020-01-06 15:43:03', '', 42, 'http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg', 0, 'attachment', 'image/jpeg', 0),
(1014, 1, '2020-01-06 15:43:26', '2020-01-06 15:43:26', '[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578325395229{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578324980341{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"4\" title=\"false\" description=\"false\" ajax=\"true\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1578059585201{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578315951341{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"998\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Trato Personalizado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Distinción en el trato</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"997\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Confianza</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestros clientes SIEMPRE nos vuelven a llamar</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"996\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Seguridad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Un servicio sin riesgo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"995\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Tranquilidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestro servicio elimina 100% estrés</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"994\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>100% Calidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">La más alta satisfacción</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"1000\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Personal Capacitado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Capacitaciones con altos estándares académicos</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"993\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Horarios Flexibles</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Eliminamos su necesidad en tiempo óptimo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"999\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Reserva del Servicio</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2020-01-06 15:43:26', '2020-01-06 15:43:26', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(1015, 1, '2020-01-06 15:44:09', '2020-01-06 15:44:09', '[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578325395229{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578324980341{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1578325441909{background-color: #ffffff !important;}\"][gravityform id=\"4\" title=\"false\" description=\"false\" ajax=\"true\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1578059585201{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578315951341{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"998\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Trato Personalizado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Distinción en el trato</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"997\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Confianza</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestros clientes SIEMPRE nos vuelven a llamar</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"996\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Seguridad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Un servicio sin riesgo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"995\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Tranquilidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestro servicio elimina 100% estrés</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"994\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>100% Calidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">La más alta satisfacción</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"1000\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Personal Capacitado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Capacitaciones con altos estándares académicos</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"993\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Horarios Flexibles</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Eliminamos su necesidad en tiempo óptimo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"999\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Reserva del Servicio</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2020-01-06 15:44:09', '2020-01-06 15:44:09', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1016, 1, '2020-01-06 15:45:31', '2020-01-06 15:45:31', '[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578325395229{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578324980341{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1578325441909{background-color: #ffffff !important;}\"][gravityform id=\"4\" title=\"false\" description=\"false\" ajax=\"true\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row css=\".vc_custom_1578325524399{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1578059585201{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578315951341{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"998\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Trato Personalizado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Distinción en el trato</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"997\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Confianza</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestros clientes SIEMPRE nos vuelven a llamar</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"996\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Seguridad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Un servicio sin riesgo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"995\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Tranquilidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestro servicio elimina 100% estrés</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"994\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>100% Calidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">La más alta satisfacción</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"1000\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Personal Capacitado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Capacitaciones con altos estándares académicos</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"993\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Horarios Flexibles</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Eliminamos su necesidad en tiempo óptimo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"999\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Reserva del Servicio</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2020-01-06 15:45:31', '2020-01-06 15:45:31', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(1017, 1, '2020-01-06 15:47:20', '2020-01-06 15:47:20', '[vc_section full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578324980341{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3><span style=\"color: #ffffff;\">Limpieza y Mantenimiento de Oficinas y Residencia</span></h3>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1578325441909{background-color: #ffffff !important;}\"][gravityform id=\"4\" title=\"false\" description=\"false\" ajax=\"true\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row css=\".vc_custom_1578325524399{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1578059585201{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578315951341{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"998\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Trato Personalizado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Distinción en el trato</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"997\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Confianza</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestros clientes SIEMPRE nos vuelven a llamar</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"996\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Seguridad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Un servicio sin riesgo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"995\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Tranquilidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestro servicio elimina 100% estrés</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"994\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>100% Calidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">La más alta satisfacción</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"1000\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Personal Capacitado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Capacitaciones con altos estándares académicos</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"993\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Horarios Flexibles</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Eliminamos su necesidad en tiempo óptimo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"999\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Reserva del Servicio</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2020-01-06 15:47:20', '2020-01-06 15:47:20', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(1018, 1, '2020-01-06 15:48:03', '2020-01-06 15:48:03', '[vc_section full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578324980341{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h4><span style=\"color: #ffffff;\">Limpieza y Mantenimiento de Oficinas y Residencia</span></h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1578325441909{background-color: #ffffff !important;}\"][gravityform id=\"4\" title=\"false\" description=\"false\" ajax=\"true\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row css=\".vc_custom_1578325524399{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1578059585201{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578315951341{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"998\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Trato Personalizado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Distinción en el trato</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"997\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Confianza</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestros clientes SIEMPRE nos vuelven a llamar</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"996\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Seguridad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Un servicio sin riesgo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"995\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Tranquilidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestro servicio elimina 100% estrés</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"994\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>100% Calidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">La más alta satisfacción</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"1000\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Personal Capacitado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Capacitaciones con altos estándares académicos</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"993\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Horarios Flexibles</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Eliminamos su necesidad en tiempo óptimo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"999\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Reserva del Servicio</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2020-01-06 15:48:03', '2020-01-06 15:48:03', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(1019, 1, '2020-01-06 15:49:26', '2020-01-06 15:49:26', '[vc_section full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578324980341{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/2\"][vc_column_text css_animation=\"bounceInLeft\"]\r\n<h3><span style=\"color: #ffffff;\">Limpieza y Mantenimiento de Oficinas y Residencia</span></h3>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1578325441909{background-color: #ffffff !important;}\"][gravityform id=\"4\" title=\"false\" description=\"false\" ajax=\"true\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row css=\".vc_custom_1578325524399{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1578059585201{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578315951341{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"998\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Trato Personalizado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Distinción en el trato</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"997\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Confianza</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestros clientes SIEMPRE nos vuelven a llamar</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"996\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Seguridad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Un servicio sin riesgo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"995\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Tranquilidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestro servicio elimina 100% estrés</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"994\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>100% Calidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">La más alta satisfacción</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"1000\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Personal Capacitado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Capacitaciones con altos estándares académicos</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"993\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Horarios Flexibles</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Eliminamos su necesidad en tiempo óptimo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"999\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Reserva del Servicio</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2020-01-06 15:49:26', '2020-01-06 15:49:26', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(1020, 1, '2020-01-06 15:50:48', '2020-01-06 15:50:48', '[vc_section full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row gap=\"30\" css=\".vc_custom_1578325832346{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/2\"][vc_column_text css_animation=\"bounceInLeft\"]\r\n<h3><span style=\"color: #ffffff;\">Limpieza y Mantenimiento de Oficinas y Residencia</span></h3>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1578325441909{background-color: #ffffff !important;}\"][gravityform id=\"4\" title=\"false\" description=\"false\" ajax=\"true\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row css=\".vc_custom_1578325524399{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1578059585201{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578315951341{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"998\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Trato Personalizado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Distinción en el trato</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"997\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Confianza</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestros clientes SIEMPRE nos vuelven a llamar</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"996\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Seguridad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Un servicio sin riesgo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"995\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Tranquilidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestro servicio elimina 100% estrés</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"994\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>100% Calidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">La más alta satisfacción</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"1000\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Personal Capacitado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Capacitaciones con altos estándares académicos</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"993\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Horarios Flexibles</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Eliminamos su necesidad en tiempo óptimo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"999\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Reserva del Servicio</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2020-01-06 15:50:48', '2020-01-06 15:50:48', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(1022, 1, '2020-01-06 15:55:13', '2020-01-06 15:55:13', '.scheme_original .top_panel_fixed .top_panel_position_over.top_panel_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_dark .footer_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_original .top_panel_over .top_panel_style_7 .menu_main_nav > li > a:hover {\n    color: #002134;\n}\n.top_panel_style_7 .menu_main_nav_area {\n    float: right;\n}\n.top_panel_top_contact_area {\n    visibility: hidden;\n}\n.top_panel_image {\n    height: 54.65em;\n}\n.sombra{\n	text-shadow: 2px 2px 6px #000000;\n}\n', 'poolservices', '', 'inherit', 'closed', 'closed', '', '681-revision-v1', '', '', '2020-01-06 15:55:13', '2020-01-06 15:55:13', '', 681, 'http://dacleanexpress.com/681-revision-v1/', 0, 'revision', '', 0),
(1023, 1, '2020-01-06 15:55:15', '2020-01-06 15:55:15', '[vc_section full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row gap=\"30\" css=\".vc_custom_1578325832346{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/2\"][vc_column_text css_animation=\"bounceInLeft\" el_class=\"sombra\"]\r\n<h3><span style=\"color: #ffffff;\">Limpieza y Mantenimiento de Oficinas y Residencia</span></h3>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1578325441909{background-color: #ffffff !important;}\"][gravityform id=\"4\" title=\"false\" description=\"false\" ajax=\"true\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row css=\".vc_custom_1578325524399{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1578059585201{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578315951341{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"998\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Trato Personalizado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Distinción en el trato</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"997\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Confianza</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestros clientes SIEMPRE nos vuelven a llamar</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"996\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Seguridad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Un servicio sin riesgo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"995\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Tranquilidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestro servicio elimina 100% estrés</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"994\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>100% Calidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">La más alta satisfacción</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"1000\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Personal Capacitado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Capacitaciones con altos estándares académicos</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"993\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Horarios Flexibles</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Eliminamos su necesidad en tiempo óptimo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"999\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Reserva del Servicio</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2020-01-06 15:55:15', '2020-01-06 15:55:15', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(1027, 1, '2020-01-06 15:57:21', '2020-01-06 15:57:21', '.scheme_original .top_panel_fixed .top_panel_position_over.top_panel_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_dark .footer_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_original .top_panel_over .top_panel_style_7 .menu_main_nav > li > a:hover {\n    color: #002134;\n}\n.top_panel_style_7 .menu_main_nav_area {\n    float: right;\n}\n.top_panel_top_contact_area {\n    visibility: hidden;\n}\n.top_panel_image {\n    height: 54.65em;\n}\n.sombra{\n	text-shadow: 2px 2px 6px #000000;\n}\n', 'poolservices', '', 'inherit', 'closed', 'closed', '', '681-revision-v1', '', '', '2020-01-06 15:57:21', '2020-01-06 15:57:21', '', 681, 'http://dacleanexpress.com/681-revision-v1/', 0, 'revision', '', 0),
(1025, 1, '2020-01-06 15:56:49', '2020-01-06 15:56:49', '.scheme_original .top_panel_fixed .top_panel_position_over.top_panel_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_dark .footer_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_original .top_panel_over .top_panel_style_7 .menu_main_nav > li > a:hover {\n    color: #002134;\n}\n.top_panel_style_7 .menu_main_nav_area {\n    float: right;\n}\n.top_panel_top_contact_area {\n    visibility: hidden;\n}\n.top_panel_image {\n    height: 54.65em;\n}\n.sombra{\n	text-shadow: 2px 2px 6px #000000;\n	text-transform: none!important;\n}\n', 'poolservices', '', 'inherit', 'closed', 'closed', '', '681-revision-v1', '', '', '2020-01-06 15:56:49', '2020-01-06 15:56:49', '', 681, 'http://dacleanexpress.com/681-revision-v1/', 0, 'revision', '', 0),
(1029, 1, '2020-01-06 16:00:00', '2020-01-06 16:00:00', '.scheme_original .top_panel_fixed .top_panel_position_over.top_panel_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_dark .footer_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_original .top_panel_over .top_panel_style_7 .menu_main_nav > li > a:hover {\n    color: #002134;\n}\n.top_panel_style_7 .menu_main_nav_area {\n    float: right;\n}\n.top_panel_top_contact_area {\n    visibility: hidden;\n}\n.top_panel_image {\n    height: 54.65em;\n}\n.sombra{\n	text-shadow: 2px 2px 6px #000000;\n	text-transform: none;\n}\n', 'poolservices', '', 'inherit', 'closed', 'closed', '', '681-revision-v1', '', '', '2020-01-06 16:00:00', '2020-01-06 16:00:00', '', 681, 'http://dacleanexpress.com/681-revision-v1/', 0, 'revision', '', 0),
(1033, 1, '2020-01-06 16:01:16', '2020-01-06 16:01:16', '.scheme_original .top_panel_fixed .top_panel_position_over.top_panel_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_dark .footer_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_original .top_panel_over .top_panel_style_7 .menu_main_nav > li > a:hover {\n    color: #002134;\n}\n.top_panel_style_7 .menu_main_nav_area {\n    float: right;\n}\n.top_panel_top_contact_area {\n    visibility: hidden;\n}\n.top_panel_image {\n    height: 54.65em;\n}\n.sombra{\n	text-shadow: 2px 2px 6px #000000;\n}\n', 'poolservices', '', 'inherit', 'closed', 'closed', '', '681-revision-v1', '', '', '2020-01-06 16:01:16', '2020-01-06 16:01:16', '', 681, 'http://dacleanexpress.com/681-revision-v1/', 0, 'revision', '', 0),
(1031, 1, '2020-01-06 16:00:17', '2020-01-06 16:00:17', '.scheme_original .top_panel_fixed .top_panel_position_over.top_panel_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_dark .footer_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_original .top_panel_over .top_panel_style_7 .menu_main_nav > li > a:hover {\n    color: #002134;\n}\n.top_panel_style_7 .menu_main_nav_area {\n    float: right;\n}\n.top_panel_top_contact_area {\n    visibility: hidden;\n}\n.top_panel_image {\n    height: 54.65em;\n}\n.sombra{\n	text-shadow: 2px 2px 6px #000000;\n	text-transform: none !important;\n}\n', 'poolservices', '', 'inherit', 'closed', 'closed', '', '681-revision-v1', '', '', '2020-01-06 16:00:17', '2020-01-06 16:00:17', '', 681, 'http://dacleanexpress.com/681-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1034, 1, '2020-01-06 16:08:15', '2020-01-06 16:08:15', '[vc_section full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row gap=\"30\" css=\".vc_custom_1578325832346{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/2\"][vc_column_text css_animation=\"bounceInLeft\" el_class=\"sombra\"]<span style=\"color: #ffffff; font-size: 40px;\">Limpieza y Mantenimiento de Oficinas y Residencia</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1578325441909{background-color: #ffffff !important;}\"][gravityform id=\"4\" title=\"false\" description=\"false\" ajax=\"true\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row css=\".vc_custom_1578325524399{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1578059585201{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578315951341{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"998\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Trato Personalizado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Distinción en el trato</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"997\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Confianza</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestros clientes SIEMPRE nos vuelven a llamar</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"996\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Seguridad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Un servicio sin riesgo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"995\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Tranquilidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestro servicio elimina 100% estrés</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"994\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>100% Calidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">La más alta satisfacción</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"1000\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Personal Capacitado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Capacitaciones con altos estándares académicos</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"993\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Horarios Flexibles</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Eliminamos su necesidad en tiempo óptimo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"999\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Reserva del Servicio</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2020-01-06 16:08:15', '2020-01-06 16:08:15', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(1035, 1, '2020-01-06 16:09:11', '2020-01-06 16:09:11', '[vc_section full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row gap=\"30\" css=\".vc_custom_1578325832346{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/2\"][vc_column_text css_animation=\"bounceInLeft\" el_class=\"sombra\"]<span style=\"color: #ffffff; font-size: 50px;\">Limpieza y Mantenimiento de Oficinas y Residencia</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1578325441909{background-color: #ffffff !important;}\"][gravityform id=\"4\" title=\"false\" description=\"false\" ajax=\"true\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row css=\".vc_custom_1578325524399{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1578059585201{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578315951341{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"998\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Trato Personalizado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Distinción en el trato</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"997\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Confianza</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestros clientes SIEMPRE nos vuelven a llamar</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"996\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Seguridad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Un servicio sin riesgo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"995\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Tranquilidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestro servicio elimina 100% estrés</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"994\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>100% Calidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">La más alta satisfacción</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"1000\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Personal Capacitado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Capacitaciones con altos estándares académicos</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"993\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Horarios Flexibles</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Eliminamos su necesidad en tiempo óptimo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"999\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Reserva del Servicio</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2020-01-06 16:09:11', '2020-01-06 16:09:11', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(1036, 1, '2020-01-06 16:12:50', '2020-01-06 16:12:50', '[vc_section full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row gap=\"30\" css=\".vc_custom_1578325832346{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/2\"][vc_column_text css_animation=\"bounceInLeft\" el_class=\"sombra\"]\r\n<h3><span style=\"color: #ffffff; font-size: 50px;\">Limpieza y Mantenimiento de Oficinas y Residencia</span></h3>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1578325441909{background-color: #ffffff !important;}\"][gravityform id=\"4\" title=\"false\" description=\"false\" ajax=\"true\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row css=\".vc_custom_1578325524399{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1578059585201{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578315951341{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"998\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Trato Personalizado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Distinción en el trato</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"997\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Confianza</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestros clientes SIEMPRE nos vuelven a llamar</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"996\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Seguridad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Un servicio sin riesgo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"995\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Tranquilidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestro servicio elimina 100% estrés</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"994\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>100% Calidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">La más alta satisfacción</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"1000\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Personal Capacitado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Capacitaciones con altos estándares académicos</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"993\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Horarios Flexibles</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Eliminamos su necesidad en tiempo óptimo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"999\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Reserva del Servicio</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2020-01-06 16:12:50', '2020-01-06 16:12:50', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(1037, 1, '2020-01-06 16:15:23', '2020-01-06 16:15:23', '[vc_section full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row gap=\"30\" css=\".vc_custom_1578325832346{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/2\"][vc_column_text css_animation=\"bounceInLeft\" el_class=\"sombra\"]\r\n<h3><span style=\"color: #ffffff; font-size: 50px; text-transform: none !important;\">Limpieza y Mantenimiento de Oficinas y Residencia</span></h3>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1578325441909{background-color: #ffffff !important;}\"][gravityform id=\"4\" title=\"false\" description=\"false\" ajax=\"true\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row css=\".vc_custom_1578325524399{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1578059585201{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578315951341{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"998\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Trato Personalizado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Distinción en el trato</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"997\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Confianza</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestros clientes SIEMPRE nos vuelven a llamar</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"996\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Seguridad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Un servicio sin riesgo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"995\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Tranquilidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestro servicio elimina 100% estrés</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"994\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>100% Calidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">La más alta satisfacción</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"1000\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Personal Capacitado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Capacitaciones con altos estándares académicos</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"993\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Horarios Flexibles</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Eliminamos su necesidad en tiempo óptimo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"999\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Reserva del Servicio</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2020-01-06 16:15:23', '2020-01-06 16:15:23', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(1038, 1, '2020-01-06 16:32:03', '2020-01-06 16:32:03', '[vc_section full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row gap=\"30\" css=\".vc_custom_1578325832346{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/2\"][vc_column_text css_animation=\"bounceInLeft\" el_class=\"sombra\"]\r\n<h3><span style=\"color: #ffffff; text-transform: none;\">Limpieza y mantenimiento de oficinas y residencias</span></h3>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1578325441909{background-color: #ffffff !important;}\"][gravityform id=\"4\" title=\"false\" description=\"false\" ajax=\"true\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row css=\".vc_custom_1578325524399{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1578059585201{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578315951341{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"998\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Trato Personalizado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Distinción en el trato</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"997\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Confianza</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestros clientes SIEMPRE nos vuelven a llamar</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"996\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Seguridad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Un servicio sin riesgo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"995\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Tranquilidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestro servicio elimina 100% estrés</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"994\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>100% Calidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">La más alta satisfacción</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"1000\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Personal Capacitado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Capacitaciones con altos estándares académicos</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"993\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Horarios Flexibles</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Eliminamos su necesidad en tiempo óptimo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"999\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Reserva del Servicio</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2020-01-06 16:32:03', '2020-01-06 16:32:03', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(1040, 1, '2020-01-06 17:02:45', '2020-01-06 17:02:45', '.scheme_original .top_panel_fixed .top_panel_position_over.top_panel_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_dark .footer_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_original .top_panel_over .top_panel_style_7 .menu_main_nav > li > a:hover {\n    color: #002134;\n}\n.top_panel_style_7 .menu_main_nav_area {\n    float: right;\n}\n.top_panel_top_contact_area {\n    visibility: hidden;\n}\n\n.sombra{\n	text-shadow: 2px 2px 6px #000000;\n}\n', 'poolservices', '', 'inherit', 'closed', 'closed', '', '681-revision-v1', '', '', '2020-01-06 17:02:45', '2020-01-06 17:02:45', '', 681, 'http://dacleanexpress.com/681-revision-v1/', 0, 'revision', '', 0),
(1042, 1, '2020-01-06 17:03:44', '2020-01-06 17:03:44', '.scheme_original .top_panel_fixed .top_panel_position_over.top_panel_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_dark .footer_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_original .top_panel_over .top_panel_style_7 .menu_main_nav > li > a:hover {\n    color: #002134;\n}\n.top_panel_style_7 .menu_main_nav_area {\n    float: right;\n}\n.top_panel_top_contact_area {\n    visibility: hidden;\n}\n.top_panel_image {\n    height: 30em;\n}\n.sombra{\n	text-shadow: 2px 2px 6px #000000;\n}\n', 'poolservices', '', 'inherit', 'closed', 'closed', '', '681-revision-v1', '', '', '2020-01-06 17:03:44', '2020-01-06 17:03:44', '', 681, 'http://dacleanexpress.com/681-revision-v1/', 0, 'revision', '', 0),
(1044, 1, '2020-01-06 17:04:22', '2020-01-06 17:04:22', '.scheme_original .top_panel_fixed .top_panel_position_over.top_panel_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_dark .footer_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_original .top_panel_over .top_panel_style_7 .menu_main_nav > li > a:hover {\n    color: #002134;\n}\n.top_panel_style_7 .menu_main_nav_area {\n    float: right;\n}\n.top_panel_top_contact_area {\n    visibility: hidden;\n}\n.top_panel_image {\n    height: 35em;\n}\n.sombra{\n	text-shadow: 2px 2px 6px #000000;\n}\n', 'poolservices', '', 'inherit', 'closed', 'closed', '', '681-revision-v1', '', '', '2020-01-06 17:04:22', '2020-01-06 17:04:22', '', 681, 'http://dacleanexpress.com/681-revision-v1/', 0, 'revision', '', 0),
(1046, 1, '2020-01-06 17:04:40', '2020-01-06 17:04:40', '.scheme_original .top_panel_fixed .top_panel_position_over.top_panel_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_dark .footer_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_original .top_panel_over .top_panel_style_7 .menu_main_nav > li > a:hover {\n    color: #002134;\n}\n.top_panel_style_7 .menu_main_nav_area {\n    float: right;\n}\n.top_panel_top_contact_area {\n    visibility: hidden;\n}\n.top_panel_image {\n    height: 32em;\n}\n.sombra{\n	text-shadow: 2px 2px 6px #000000;\n}\n', 'poolservices', '', 'inherit', 'closed', 'closed', '', '681-revision-v1', '', '', '2020-01-06 17:04:40', '2020-01-06 17:04:40', '', 681, 'http://dacleanexpress.com/681-revision-v1/', 0, 'revision', '', 0),
(1047, 1, '2020-01-06 17:23:58', '2020-01-06 17:23:58', '[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578092877075{padding-top: 100px !important;background-color: #007ec4 !important;}\"][/vc_section][vc_row css=\".vc_custom_1578310244762{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_section full_width=\"stretch_row\"][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1578331354238{background-color: #1e73be !important;}\"][vc_column_text]\r\n<h3><span style=\"color: #ffffff;\">Requisitos</span></h3>\r\n<ol>\r\n 	<li><span style=\"color: #ffffff;\"> Edad: ser mayor de 18 años</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Experiencia: Haber trabajado en servicio de limpieza</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Residencia: Debe residir en la Republicas de Panamá</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Referencias: Debe contar con dos referencias comprobadas ( No se aceptan familiares o amigos)</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Record Policivo: Record policivo intachable</span></li>\r\n</ol>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1578331369985{background-color: #2196d1 !important;}\"][vc_column_text]\r\n<h3><span style=\"color: #ffffff;\">Que te ofrecemos</span></h3>\r\n<ul>\r\n 	<li><span style=\"color: #ffffff;\">Excelente Salario</span></li>\r\n 	<li><span style=\"color: #ffffff;\"> Prestaciones laborales</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Flexibilidad en los horarios </span></li>\r\n 	<li><span style=\"color: #ffffff;\">Uniforma de trabajo</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Trabajo tiempo completo </span></li>\r\n 	<li><span style=\"color: #ffffff;\">Trabajo medio tiempo</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Pertenecerás al programa CreciMujer</span></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2020-01-06 17:23:58', '2020-01-06 17:23:58', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(1048, 1, '2020-01-06 17:27:14', '2020-01-06 17:27:14', '[vc_section full_width=\"stretch_row\" content_placement=\"middle\"][vc_row full_width=\"stretch_row_content\" gap=\"30\" full_height=\"yes\"][vc_column width=\"1/2\" css=\".vc_custom_1578331354238{background-color: #1e73be !important;}\"][vc_column_text]\r\n<h3><span style=\"color: #ffffff;\">Requisitos</span></h3>\r\n<ol>\r\n 	<li><span style=\"color: #ffffff;\"> Edad: ser mayor de 18 años</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Experiencia: Haber trabajado en servicio de limpieza</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Residencia: Debe residir en la Republicas de Panamá</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Referencias: Debe contar con dos referencias comprobadas ( No se aceptan familiares o amigos)</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Record Policivo: Record policivo intachable</span></li>\r\n</ol>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1578331369985{background-color: #2196d1 !important;}\"][vc_column_text]\r\n<h3><span style=\"color: #ffffff;\">Que te ofrecemos</span></h3>\r\n<ul>\r\n 	<li><span style=\"color: #ffffff;\">Excelente Salario</span></li>\r\n 	<li><span style=\"color: #ffffff;\"> Prestaciones laborales</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Flexibilidad en los horarios </span></li>\r\n 	<li><span style=\"color: #ffffff;\">Uniforma de trabajo</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Trabajo tiempo completo </span></li>\r\n 	<li><span style=\"color: #ffffff;\">Trabajo medio tiempo</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Pertenecerás al programa CreciMujer</span></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578092877075{padding-top: 100px !important;background-color: #007ec4 !important;}\"][/vc_section][vc_row css=\".vc_custom_1578310244762{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2020-01-06 17:27:14', '2020-01-06 17:27:14', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(1049, 1, '2020-01-06 17:28:13', '2020-01-06 17:28:13', '[vc_section full_width=\"stretch_row\" content_placement=\"middle\"][vc_row full_width=\"stretch_row_content\" gap=\"30\" full_height=\"yes\"][vc_column css_animation=\"fadeInLeft\" width=\"1/2\" css=\".vc_custom_1578331675526{background-color: #1e73be !important;}\"][vc_column_text]\r\n<h3><span style=\"color: #ffffff;\">Requisitos</span></h3>\r\n<ol>\r\n 	<li><span style=\"color: #ffffff;\"> Edad: ser mayor de 18 años</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Experiencia: Haber trabajado en servicio de limpieza</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Residencia: Debe residir en la Republicas de Panamá</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Referencias: Debe contar con dos referencias comprobadas ( No se aceptan familiares o amigos)</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Record Policivo: Record policivo intachable</span></li>\r\n</ol>\r\n[/vc_column_text][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\" css=\".vc_custom_1578331686485{background-color: #2196d1 !important;}\"][vc_column_text]\r\n<h3><span style=\"color: #ffffff;\">Que te ofrecemos</span></h3>\r\n<ul>\r\n 	<li><span style=\"color: #ffffff;\">Excelente Salario</span></li>\r\n 	<li><span style=\"color: #ffffff;\"> Prestaciones laborales</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Flexibilidad en los horarios </span></li>\r\n 	<li><span style=\"color: #ffffff;\">Uniforma de trabajo</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Trabajo tiempo completo </span></li>\r\n 	<li><span style=\"color: #ffffff;\">Trabajo medio tiempo</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Pertenecerás al programa CreciMujer</span></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578092877075{padding-top: 100px !important;background-color: #007ec4 !important;}\"][/vc_section][vc_row css=\".vc_custom_1578310244762{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2020-01-06 17:28:13', '2020-01-06 17:28:13', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(1052, 1, '2020-01-06 17:30:53', '2020-01-06 17:30:53', '[vc_section full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1578331805626{background-color: #1e73be !important;}\"][vc_row full_width=\"stretch_row_content\" gap=\"30\" full_height=\"yes\" css=\".vc_custom_1578331846833{padding: 50px !important;}\"][vc_column css_animation=\"fadeInLeft\" width=\"1/2\"][vc_column_text]\r\n<h3><span style=\"color: #ffffff;\">Requisitos</span></h3>\r\n<ol>\r\n 	<li><span style=\"color: #ffffff;\"> Edad: ser mayor de 18 años</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Experiencia: Haber trabajado en servicio de limpieza</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Residencia: Debe residir en la Republicas de Panamá</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Referencias: Debe contar con dos referencias comprobadas ( No se aceptan familiares o amigos)</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Record Policivo: Record policivo intachable</span></li>\r\n</ol>\r\n[/vc_column_text][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\"][vc_column_text]\r\n<h3><span style=\"color: #ffffff;\">Que te ofrecemos</span></h3>\r\n<ul>\r\n 	<li><span style=\"color: #ffffff;\">Excelente Salario</span></li>\r\n 	<li><span style=\"color: #ffffff;\"> Prestaciones laborales</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Flexibilidad en los horarios </span></li>\r\n 	<li><span style=\"color: #ffffff;\">Uniforma de trabajo</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Trabajo tiempo completo </span></li>\r\n 	<li><span style=\"color: #ffffff;\">Trabajo medio tiempo</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Pertenecerás al programa CreciMujer</span></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578092877075{padding-top: 100px !important;background-color: #007ec4 !important;}\"][/vc_section][vc_row css=\".vc_custom_1578310244762{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2020-01-06 17:30:53', '2020-01-06 17:30:53', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1051, 1, '2020-01-06 17:30:12', '2020-01-06 17:30:12', '[vc_section full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1578331805626{background-color: #1e73be !important;}\"][vc_row full_width=\"stretch_row_content\" gap=\"30\" full_height=\"yes\" css=\".vc_custom_1578331752926{padding-top: 50px !important;padding-right: 0px !important;padding-bottom: 50px !important;padding-left: 0px !important;}\"][vc_column css_animation=\"fadeInLeft\" width=\"1/2\"][vc_column_text]\r\n<h3><span style=\"color: #ffffff;\">Requisitos</span></h3>\r\n<ol>\r\n 	<li><span style=\"color: #ffffff;\"> Edad: ser mayor de 18 años</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Experiencia: Haber trabajado en servicio de limpieza</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Residencia: Debe residir en la Republicas de Panamá</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Referencias: Debe contar con dos referencias comprobadas ( No se aceptan familiares o amigos)</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Record Policivo: Record policivo intachable</span></li>\r\n</ol>\r\n[/vc_column_text][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\"][vc_column_text]\r\n<h3><span style=\"color: #ffffff;\">Que te ofrecemos</span></h3>\r\n<ul>\r\n 	<li><span style=\"color: #ffffff;\">Excelente Salario</span></li>\r\n 	<li><span style=\"color: #ffffff;\"> Prestaciones laborales</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Flexibilidad en los horarios </span></li>\r\n 	<li><span style=\"color: #ffffff;\">Uniforma de trabajo</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Trabajo tiempo completo </span></li>\r\n 	<li><span style=\"color: #ffffff;\">Trabajo medio tiempo</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Pertenecerás al programa CreciMujer</span></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578092877075{padding-top: 100px !important;background-color: #007ec4 !important;}\"][/vc_section][vc_row css=\".vc_custom_1578310244762{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2020-01-06 17:30:12', '2020-01-06 17:30:12', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(1050, 1, '2020-01-06 17:29:19', '2020-01-06 17:29:19', '[vc_section full_width=\"stretch_row\" content_placement=\"middle\"][vc_row full_width=\"stretch_row_content\" gap=\"30\" full_height=\"yes\" css=\".vc_custom_1578331752926{padding-top: 50px !important;padding-right: 0px !important;padding-bottom: 50px !important;padding-left: 0px !important;}\"][vc_column css_animation=\"fadeInLeft\" width=\"1/2\" css=\".vc_custom_1578331675526{background-color: #1e73be !important;}\"][vc_column_text]\r\n<h3><span style=\"color: #ffffff;\">Requisitos</span></h3>\r\n<ol>\r\n 	<li><span style=\"color: #ffffff;\"> Edad: ser mayor de 18 años</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Experiencia: Haber trabajado en servicio de limpieza</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Residencia: Debe residir en la Republicas de Panamá</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Referencias: Debe contar con dos referencias comprobadas ( No se aceptan familiares o amigos)</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Record Policivo: Record policivo intachable</span></li>\r\n</ol>\r\n[/vc_column_text][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\" css=\".vc_custom_1578331686485{background-color: #2196d1 !important;}\"][vc_column_text]\r\n<h3><span style=\"color: #ffffff;\">Que te ofrecemos</span></h3>\r\n<ul>\r\n 	<li><span style=\"color: #ffffff;\">Excelente Salario</span></li>\r\n 	<li><span style=\"color: #ffffff;\"> Prestaciones laborales</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Flexibilidad en los horarios </span></li>\r\n 	<li><span style=\"color: #ffffff;\">Uniforma de trabajo</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Trabajo tiempo completo </span></li>\r\n 	<li><span style=\"color: #ffffff;\">Trabajo medio tiempo</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Pertenecerás al programa CreciMujer</span></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578092877075{padding-top: 100px !important;background-color: #007ec4 !important;}\"][/vc_section][vc_row css=\".vc_custom_1578310244762{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2020-01-06 17:29:19', '2020-01-06 17:29:19', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(1055, 1, '2020-01-06 17:35:59', '2020-01-06 17:35:59', '[vc_section full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1578331805626{background-color: #1e73be !important;}\"][vc_row full_width=\"stretch_row_content\" gap=\"30\" full_height=\"yes\" css=\".vc_custom_1578331846833{padding: 50px !important;}\"][vc_column css_animation=\"fadeInLeft\" width=\"1/2\"][vc_column_text]\r\n<h3><span style=\"color: #ffffff;\">Requisitos:</span></h3>\r\n<ol>\r\n 	<li><span style=\"color: #ffffff;\"> Edad: ser mayor de 18 años</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Experiencia: Haber trabajado en servicio de limpieza</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Residencia: Debe residir en la Republicas de Panamá</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Referencias: Debe contar con dos referencias comprobadas ( No se aceptan familiares o amigos)</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Record Policivo: Record policivo intachable</span></li>\r\n</ol>\r\n[/vc_column_text][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\"][vc_column_text]\r\n<h3><span style=\"color: #ffffff;\">Que te ofrecemos:</span></h3>\r\n<ul>\r\n 	<li><span style=\"color: #ffffff;\">Excelente Salario</span></li>\r\n 	<li><span style=\"color: #ffffff;\"> Prestaciones laborales</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Flexibilidad en los horarios </span></li>\r\n 	<li><span style=\"color: #ffffff;\">Uniforma de trabajo</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Trabajo tiempo completo </span></li>\r\n 	<li><span style=\"color: #ffffff;\">Trabajo medio tiempo</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Pertenecerás al programa CreciMujer</span></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578092877075{padding-top: 100px !important;background-color: #007ec4 !important;}\"][/vc_section][vc_row css=\".vc_custom_1578331993096{padding-top: 50px !important;}\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\">Aplica Aquí</h3>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1578310244762{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2020-01-06 17:35:59', '2020-01-06 17:35:59', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(1053, 1, '2020-01-06 17:32:47', '2020-01-06 17:32:47', '[vc_section full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1578331805626{background-color: #1e73be !important;}\"][vc_row full_width=\"stretch_row_content\" gap=\"30\" full_height=\"yes\" css=\".vc_custom_1578331846833{padding: 50px !important;}\"][vc_column css_animation=\"fadeInLeft\" width=\"1/2\"][vc_column_text]\r\n<h3><span style=\"color: #ffffff;\">Requisitos</span></h3>\r\n<ol>\r\n 	<li><span style=\"color: #ffffff;\"> Edad: ser mayor de 18 años</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Experiencia: Haber trabajado en servicio de limpieza</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Residencia: Debe residir en la Republicas de Panamá</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Referencias: Debe contar con dos referencias comprobadas ( No se aceptan familiares o amigos)</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Record Policivo: Record policivo intachable</span></li>\r\n</ol>\r\n[/vc_column_text][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\"][vc_column_text]\r\n<h3><span style=\"color: #ffffff;\">Que te ofrecemos</span></h3>\r\n<ul>\r\n 	<li><span style=\"color: #ffffff;\">Excelente Salario</span></li>\r\n 	<li><span style=\"color: #ffffff;\"> Prestaciones laborales</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Flexibilidad en los horarios </span></li>\r\n 	<li><span style=\"color: #ffffff;\">Uniforma de trabajo</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Trabajo tiempo completo </span></li>\r\n 	<li><span style=\"color: #ffffff;\">Trabajo medio tiempo</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Pertenecerás al programa CreciMujer</span></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578092877075{padding-top: 100px !important;background-color: #007ec4 !important;}\"][/vc_section][vc_row][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\">Aplica Aquí</h3>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1578310244762{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2020-01-06 17:32:47', '2020-01-06 17:32:47', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(1054, 1, '2020-01-06 17:33:19', '2020-01-06 17:33:19', '[vc_section full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1578331805626{background-color: #1e73be !important;}\"][vc_row full_width=\"stretch_row_content\" gap=\"30\" full_height=\"yes\" css=\".vc_custom_1578331846833{padding: 50px !important;}\"][vc_column css_animation=\"fadeInLeft\" width=\"1/2\"][vc_column_text]\r\n<h3><span style=\"color: #ffffff;\">Requisitos</span></h3>\r\n<ol>\r\n 	<li><span style=\"color: #ffffff;\"> Edad: ser mayor de 18 años</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Experiencia: Haber trabajado en servicio de limpieza</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Residencia: Debe residir en la Republicas de Panamá</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Referencias: Debe contar con dos referencias comprobadas ( No se aceptan familiares o amigos)</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Record Policivo: Record policivo intachable</span></li>\r\n</ol>\r\n[/vc_column_text][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\"][vc_column_text]\r\n<h3><span style=\"color: #ffffff;\">Que te ofrecemos</span></h3>\r\n<ul>\r\n 	<li><span style=\"color: #ffffff;\">Excelente Salario</span></li>\r\n 	<li><span style=\"color: #ffffff;\"> Prestaciones laborales</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Flexibilidad en los horarios </span></li>\r\n 	<li><span style=\"color: #ffffff;\">Uniforma de trabajo</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Trabajo tiempo completo </span></li>\r\n 	<li><span style=\"color: #ffffff;\">Trabajo medio tiempo</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Pertenecerás al programa CreciMujer</span></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578092877075{padding-top: 100px !important;background-color: #007ec4 !important;}\"][/vc_section][vc_row css=\".vc_custom_1578331993096{padding-top: 50px !important;}\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\">Aplica Aquí</h3>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1578310244762{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2020-01-06 17:33:19', '2020-01-06 17:33:19', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(1057, 1, '2020-01-06 17:48:33', '2020-01-06 17:48:33', '.scheme_original .top_panel_fixed .top_panel_position_over.top_panel_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_dark .footer_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_original .top_panel_over .top_panel_style_7 .menu_main_nav > li > a:hover {\n    color: #002134;\n}\n.top_panel_style_7 .menu_main_nav_area {\n    float: right;\n}\n.top_panel_top_contact_area {\n    visibility: hidden;\n}\n.top_panel_image {\n    height: 32em;\n}\n.sombra{\n	text-shadow: 2px 2px 6px #000000;\n}\n.column-1_7 {\n    width: 20.285714%;\n}', 'poolservices', '', 'inherit', 'closed', 'closed', '', '681-revision-v1', '', '', '2020-01-06 17:48:33', '2020-01-06 17:48:33', '', 681, 'http://dacleanexpress.com/681-revision-v1/', 0, 'revision', '', 0),
(1058, 1, '2020-01-08 00:10:21', '2020-01-08 00:10:21', '<p>[vc_row css=\".vc_custom_1578088458371{padding-top: 100px !important;}\"][vc_column css=\".vc_custom_1578061794443{padding-bottom: 100px !important;}\"][vc_media_grid gap=\"15\" initial_loading_animation=\"none\" grid_id=\"vc_gid:1578442080727-d73f5c88-c52d-7\" include=\"900,898,897,895,894,890,891,892,893\"][/vc_column][/vc_row]</p>\r\n', 'Galería', '', 'inherit', 'closed', 'closed', '', '63-revision-v1', '', '', '2020-01-08 00:10:21', '2020-01-08 00:10:21', '', 63, 'http://dacleanexpress.com/63-revision-v1/', 0, 'revision', '', 0),
(1059, 1, '2020-01-08 00:21:26', '2020-01-08 00:21:26', '<p>[vc_row css=\".vc_custom_1578088458371{padding-top: 100px !important;}\"][vc_column css=\".vc_custom_1578061794443{padding-bottom: 100px !important;}\"][vc_media_grid gap=\"15\" initial_loading_animation=\"none\" grid_id=\"vc_gid:1578442231447-6d87eb42-ab31-6\" include=\"900,898,897,895,894,890,891,892,893\" el_class=\"foobox\"][/vc_column][/vc_row]</p>\r\n', 'Galería', '', 'inherit', 'closed', 'closed', '', '63-revision-v1', '', '', '2020-01-08 00:21:26', '2020-01-08 00:21:26', '', 63, 'http://dacleanexpress.com/63-revision-v1/', 0, 'revision', '', 0),
(1063, 1, '2020-01-09 14:07:03', '2020-01-09 14:07:03', '<p>[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578313924348{padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg-contact.jpg?id=972) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578313481684{padding-top: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text]</p>\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">LIMPIEZA DE OFICINAS</span></h3>\r\n<h4 style=\"text-align: center;\">TENEMOS UN PLAN QUE SE ADAPTA A TU EMPRESA</h4>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"1060\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1062\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1061\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][/vc_row][vc_row gap=\"30\" equal_height=\"yes\" content_placement=\"middle\"][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h3><span style=\"color: #ffffff;\">La limpieza</span></h3>\r\n<h3><span style=\"color: #ffffff;\">la hacemos</span></h3>\r\n<h1><span style=\"color: #3366ff;\">Nosotras</span></h1>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"975\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][/vc_row][/vc_section][vc_row css=\".vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column css_animation=\"fadeInUp\" width=\"1/2\"][vc_column_text css_animation=\"none\" css=\".vc_custom_1578323012960{padding-bottom: 50px !important;}\"]</p>\r\n<h3 style=\"text-align: center;\">Formulario de Contacto</h3>\r\n<p style=\"text-align: center;\">Escríbanos a <a href=\"mailto:dacleanexp@gmail.com\"><strong><u>dacleanexp@gmail.com</u></strong></a>  Estaremos realizando su solicitud en  24 horas.</p>\r\n<p>[/vc_column_text][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2020-01-09 14:07:03', '2020-01-09 14:07:03', '', 36, 'http://dacleanexpress.com/36-revision-v1/', 0, 'revision', '', 0),
(1069, 1, '2020-01-09 15:33:33', '2020-01-09 15:33:33', '<p>[vc_section full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row gap=\"30\" css=\".vc_custom_1578583854413{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/2\"][vc_column_text css_animation=\"bounceInLeft\" el_class=\"sombra\"]</p>\r\n<h3><span style=\"color: #ffffff; text-transform: none;\">Limpieza y mantenimiento de oficinas y residencias</span></h3>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1578584005654{background-color: #ffffff !important;}\"][gravityform id=\"4\" title=\"false\" description=\"false\" ajax=\"true\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row css=\".vc_custom_1578325524399{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1578059585201{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578315951341{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"998\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Trato Personalizado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Distinción en el trato</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"997\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Confianza</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestros clientes SIEMPRE nos vuelven a llamar</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"996\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Seguridad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Un servicio sin riesgo</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"995\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Tranquilidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestro servicio elimina 100% estrés</span></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"994\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>100% Calidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">La más alta satisfacción</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"1000\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Personal Capacitado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Capacitaciones con altos estándares académicos</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"993\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Horarios Flexibles</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Eliminamos su necesidad en tiempo óptimo</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"999\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Reserva del Servicio</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</span></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2020-01-09 15:33:33', '2020-01-09 15:33:33', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(1064, 1, '2020-01-09 15:14:56', '2020-01-09 15:14:56', '<p>[vc_section full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row gap=\"30\" css=\".vc_custom_1578325832346{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/2\"][vc_column_text css_animation=\"bounceInLeft\" el_class=\"sombra\"]</p>\r\n<h3><span style=\"color: #ffffff; text-transform: none;\">Limpieza y mantenimiento de oficinas y residencias</span></h3>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1578325441909{background-color: #ffffff !important;}\"][vc_row_inner css=\".vc_custom_1578582889070{padding: 30px !important;}\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"1060\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"1062\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"1061\"][/vc_column_inner][/vc_row_inner][gravityform id=\"4\" title=\"false\" description=\"false\" ajax=\"true\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row css=\".vc_custom_1578325524399{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1578059585201{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578315951341{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"998\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Trato Personalizado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Distinción en el trato</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"997\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Confianza</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestros clientes SIEMPRE nos vuelven a llamar</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"996\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Seguridad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Un servicio sin riesgo</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"995\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Tranquilidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestro servicio elimina 100% estrés</span></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"994\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>100% Calidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">La más alta satisfacción</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"1000\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Personal Capacitado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Capacitaciones con altos estándares académicos</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"993\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Horarios Flexibles</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Eliminamos su necesidad en tiempo óptimo</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"999\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Reserva del Servicio</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</span></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2020-01-09 15:14:56', '2020-01-09 15:14:56', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(1068, 1, '2020-01-09 15:32:54', '2020-01-09 15:32:54', '<p>[vc_section full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row gap=\"30\" css=\".vc_custom_1578583854413{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/2\"][vc_column_text css_animation=\"bounceInLeft\" el_class=\"sombra\"]</p>\r\n<h3><span style=\"color: #ffffff; text-transform: none;\">Limpieza y mantenimiento de oficinas y residencias</span></h3>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1578583962565{background-color: #ffffff !important;}\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"1060\" alignment=\"right\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"1062\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"1061\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][gravityform id=\"4\" title=\"false\" description=\"false\" ajax=\"true\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row css=\".vc_custom_1578325524399{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1578059585201{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578315951341{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"998\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Trato Personalizado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Distinción en el trato</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"997\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Confianza</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestros clientes SIEMPRE nos vuelven a llamar</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"996\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Seguridad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Un servicio sin riesgo</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"995\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Tranquilidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestro servicio elimina 100% estrés</span></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"994\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>100% Calidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">La más alta satisfacción</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"1000\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Personal Capacitado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Capacitaciones con altos estándares académicos</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"993\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Horarios Flexibles</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Eliminamos su necesidad en tiempo óptimo</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"999\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Reserva del Servicio</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</span></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2020-01-09 15:32:54', '2020-01-09 15:32:54', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(1065, 1, '2020-01-09 15:16:10', '2020-01-09 15:16:10', '<p>[vc_section full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row gap=\"30\" css=\".vc_custom_1578325832346{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/2\"][vc_column_text css_animation=\"bounceInLeft\" el_class=\"sombra\"]</p>\r\n<h3><span style=\"color: #ffffff; text-transform: none;\">Limpieza y mantenimiento de oficinas y residencias</span></h3>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1578325441909{background-color: #ffffff !important;}\"][vc_row_inner css=\".vc_custom_1578582962198{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"1060\" alignment=\"right\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"1062\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"1061\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][gravityform id=\"4\" title=\"false\" description=\"false\" ajax=\"true\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row css=\".vc_custom_1578325524399{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1578059585201{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578315951341{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"998\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Trato Personalizado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Distinción en el trato</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"997\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Confianza</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestros clientes SIEMPRE nos vuelven a llamar</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"996\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Seguridad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Un servicio sin riesgo</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"995\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Tranquilidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestro servicio elimina 100% estrés</span></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"994\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>100% Calidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">La más alta satisfacción</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"1000\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Personal Capacitado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Capacitaciones con altos estándares académicos</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"993\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Horarios Flexibles</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Eliminamos su necesidad en tiempo óptimo</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"999\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Reserva del Servicio</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</span></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2020-01-09 15:16:10', '2020-01-09 15:16:10', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1067, 1, '2020-01-09 15:31:02', '2020-01-09 15:31:02', '<p>[vc_section full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row gap=\"30\" css=\".vc_custom_1578583854413{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/2\"][vc_column_text css_animation=\"bounceInLeft\" el_class=\"sombra\"]</p>\r\n<h3><span style=\"color: #ffffff; text-transform: none;\">Limpieza y mantenimiento de oficinas y residencias</span></h3>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1578583774398{padding-right: 50px !important;padding-left: 50px !important;background-color: #ffffff !important;}\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"1060\" alignment=\"right\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"1062\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"1061\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][gravityform id=\"4\" title=\"false\" description=\"false\" ajax=\"true\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row css=\".vc_custom_1578325524399{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1578059585201{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578315951341{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"998\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Trato Personalizado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Distinción en el trato</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"997\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Confianza</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestros clientes SIEMPRE nos vuelven a llamar</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"996\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Seguridad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Un servicio sin riesgo</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"995\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Tranquilidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestro servicio elimina 100% estrés</span></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"994\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>100% Calidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">La más alta satisfacción</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"1000\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Personal Capacitado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Capacitaciones con altos estándares académicos</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"993\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Horarios Flexibles</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Eliminamos su necesidad en tiempo óptimo</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"999\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Reserva del Servicio</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</span></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2020-01-09 15:31:02', '2020-01-09 15:31:02', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(1066, 1, '2020-01-09 15:29:42', '2020-01-09 15:29:42', '<p>[vc_section full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row gap=\"30\" css=\".vc_custom_1578325832346{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/2\"][vc_column_text css_animation=\"bounceInLeft\" el_class=\"sombra\"]</p>\r\n<h3><span style=\"color: #ffffff; text-transform: none;\">Limpieza y mantenimiento de oficinas y residencias</span></h3>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1578583774398{padding-right: 50px !important;padding-left: 50px !important;background-color: #ffffff !important;}\"][vc_row_inner css=\".vc_custom_1578582962198{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column_inner width=\"1/3\"][vc_single_image image=\"1060\" alignment=\"right\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"1062\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"1061\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][gravityform id=\"4\" title=\"false\" description=\"false\" ajax=\"true\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row css=\".vc_custom_1578325524399{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1578059585201{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578315951341{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"998\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Trato Personalizado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Distinción en el trato</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"997\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Confianza</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestros clientes SIEMPRE nos vuelven a llamar</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"996\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Seguridad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Un servicio sin riesgo</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"995\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Tranquilidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestro servicio elimina 100% estrés</span></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"994\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>100% Calidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">La más alta satisfacción</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"1000\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Personal Capacitado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Capacitaciones con altos estándares académicos</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"993\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Horarios Flexibles</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Eliminamos su necesidad en tiempo óptimo</span></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"999\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]</p>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Reserva del Servicio</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</span></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Inicio', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2020-01-09 15:29:42', '2020-01-09 15:29:42', '', 42, 'http://dacleanexpress.com/42-revision-v1/', 0, 'revision', '', 0),
(1071, 1, '2020-01-09 16:13:35', '2020-01-09 16:13:35', '.scheme_original .top_panel_fixed .top_panel_position_over.top_panel_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_dark .footer_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_original .top_panel_over .top_panel_style_7 .menu_main_nav > li > a:hover {\n    color: #002134;\n}\n.top_panel_style_7 .menu_main_nav_area {\n    float: right;\n}\n.top_panel_top_contact_area {\n    visibility: hidden;\n}\n.top_panel_image {\n    height: 32em;\n}\n.sombra{\n	text-shadow: 2px 2px 6px #000000;\n}\n.column-1_7 {\n    width: 20.285714%;\n}\nfooter.widget_area.scheme_dark aside+aside:before {\n    display: none;\n}', 'poolservices', '', 'inherit', 'closed', 'closed', '', '681-revision-v1', '', '', '2020-01-09 16:13:35', '2020-01-09 16:13:35', '', 681, 'http://dacleanexpress.com/681-revision-v1/', 0, 'revision', '', 0),
(1072, 1, '2020-01-09 12:06:38', '2020-01-09 17:06:38', '[vc_section full_width=\"stretch_row\" css=\".vc_custom_1578313924348{padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/bg-contact.jpg?id=972) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578313481684{padding-top: 100px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">LIMPIEZA DE OFICINAS</span></h3>\r\n<h4 style=\"text-align: center;\">TENEMOS UN PLAN QUE SE ADAPTA A TU EMPRESA</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1578065569724{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"1060\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1062\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1061\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInUp\"][/vc_column][/vc_row][vc_row gap=\"30\" equal_height=\"yes\" content_placement=\"middle\"][vc_column width=\"1/2\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h3><span style=\"color: #ffffff;\">La limpieza</span></h3>\r\n<h3><span style=\"color: #ffffff;\">la hacemos</span></h3>\r\n<h1><span style=\"color: #3366ff;\">Nosotras</span></h1>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"975\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][/vc_row][/vc_section][vc_row css=\".vc_custom_1576598137051{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column css_animation=\"fadeInUp\" width=\"1/2\"][vc_column_text css_animation=\"none\" css=\".vc_custom_1578323012960{padding-bottom: 50px !important;}\"]\r\n<h3 style=\"text-align: center;\">Formulario de Contacto</h3>\r\n<p style=\"text-align: center;\">Escríbanos a <a href=\"mailto:dacleanexp@gmail.com\"><strong><u>dacleanexp@gmail.com</u></strong></a>  Estaremos realizando su solicitud en  24 horas.</p>\r\n[/vc_column_text][gravityform id=\"5\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2020-01-09 12:06:38', '2020-01-09 17:06:38', '', 36, 'http://dacleanexpress.com/36-revision-v1/', 0, 'revision', '', 0),
(1073, 1, '2020-01-10 08:21:27', '2020-01-10 13:21:27', '[vc_section full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1578331805626{background-color: #1e73be !important;}\"][vc_row full_width=\"stretch_row_content\" gap=\"30\" full_height=\"yes\" css=\".vc_custom_1578331846833{padding: 50px !important;}\"][vc_column css_animation=\"fadeInLeft\" width=\"1/2\"][vc_column_text]\r\n<h3><span style=\"color: #ffffff;\">Requisitos:</span></h3>\r\n<ol>\r\n 	<li><span style=\"color: #ffffff;\"> Edad: ser mayor de 18 años</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Experiencia: Haber trabajado en servicio de limpieza</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Residencia: Debe residir en la Republicas de Panamá</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Referencias: Debe contar con dos referencias comprobadas ( No se aceptan familiares o amigos)</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Record Policivo: Record policivo intachable</span></li>\r\n</ol>\r\n[/vc_column_text][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\"][vc_column_text]\r\n<h3><span style=\"color: #ffffff;\">Que te ofrecemos:</span></h3>\r\n<ul>\r\n 	<li><span style=\"color: #ffffff;\">Excelente Salario</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Prestaciones laborales</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Flexibilidad en los horarios </span></li>\r\n 	<li><span style=\"color: #ffffff;\">Uniforme de trabajo</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Trabajo tiempo completo </span></li>\r\n 	<li><span style=\"color: #ffffff;\">Trabajo medio tiempo</span></li>\r\n 	<li><span style=\"color: #ffffff;\">Pertenecerás al programa CreciMujer</span></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578092877075{padding-top: 100px !important;background-color: #007ec4 !important;}\"][/vc_section][vc_row css=\".vc_custom_1578331993096{padding-top: 50px !important;}\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\">Aplica Aquí</h3>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1578310244762{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]', 'Se parte de nuestro equipo', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2020-01-10 08:21:27', '2020-01-10 13:21:27', '', 817, 'http://dacleanexpress.com/817-revision-v1/', 0, 'revision', '', 0),
(1074, 1, '2020-01-10 08:23:20', '2020-01-10 13:23:20', '<p>[vc_row css=\".vc_custom_1578088458371{padding-top: 100px !important;}\"][vc_column css=\".vc_custom_1578061794443{padding-bottom: 100px !important;}\"][/vc_column][/vc_row]</p>\n', 'Galería', '', 'inherit', 'closed', 'closed', '', '63-autosave-v1', '', '', '2020-01-10 08:23:20', '2020-01-10 13:23:20', '', 63, 'http://dacleanexpress.com/63-autosave-v1/', 0, 'revision', '', 0),
(1076, 1, '2020-01-10 08:28:06', '2020-01-10 13:28:06', '', 'Equipo', '', 'publish', 'closed', 'closed', '', 'equipo', '', '', '2020-03-12 12:25:21', '2020-03-12 17:25:21', '', 0, 'http://dacleanexpress.com/?post_type=foogallery&#038;p=1076', 0, 'foogallery', '', 0),
(1077, 1, '2020-01-10 08:29:04', '2020-01-10 13:29:04', '[vc_row css=\".vc_custom_1578088458371{padding-top: 100px !important;}\"][vc_column css=\".vc_custom_1578061794443{padding-bottom: 100px !important;}\"][vc_column_text][foogallery id=\"1076\"][/vc_column_text][/vc_column][/vc_row]', 'Galería', '', 'inherit', 'closed', 'closed', '', '63-revision-v1', '', '', '2020-01-10 08:29:04', '2020-01-10 13:29:04', '', 63, 'http://dacleanexpress.com/63-revision-v1/', 0, 'revision', '', 0),
(1127, 18, '2020-03-06 14:44:07', '2020-03-06 19:44:07', 'El servicio de limpieza es una de las actividades domésticas más importante y saludables del hogar, se ha convertido en una herramienta comercial y un apoyo operativo para los gerentes y administradores de empresa.\r\nCon el servicio de limpieza las empresas están aportando grandes ingresos a la economía de nuestro país y otros países de la región.\r\n\r\nLos servicios de limpieza se han convertido en un parte esencial y brazo gestor de un administrador comercial, institucional, doméstico y de otras latitudes.\r\n\r\nPero también es cierto que esta actividad doméstica y comercial no se ha valorado la imagen que se merece.\r\n\r\nDebido a nuestra cultura LATINA que hemos visto el servicio de limpieza como un trabajo no merecedor de hacerlo tanto los hombres como las mujeres; El hombre o mujer panameño(ña) decide realizar este trabajo por diversas razones menos por amor, pasión respeto, profesionalismo o dignidad.\r\n\r\nEs nuestra cultura la que ha permitido que una actividad o trabajo tan importante y valioso no sea admirado como lo debemos hacerlo o ser merecedor de la admiración y respeto que esta labor tiene para nuestra sociedad.\r\nNuestra empresa Daclean Express por medio de su fundadora Dalys Durango está enfocada, interesada y comprometida en iniciar el CAMBIO que esta actividad se merece. Las mujeres vulnerables y fuera de la economía formal, tienen en la limpieza una actividad laboral que le permite su inserción y mejorar la calidad de vida de ella y su familia. Apreciar con respeto esta actividad laboral, es realizar la importancia de una mujer que será TRASFORMADA e IMPACTADA por un trabajo digno, noble y decente\"\r\n\r\nDaclean Express\r\nImpactando y Transformando VIDAS!!\r\nDalys Durango', 'Revolución y Empoderamiento del servicio de Limpieza para la mujer panameña.', '', 'inherit', 'closed', 'closed', '', '1126-revision-v1', '', '', '2020-03-06 14:44:07', '2020-03-06 19:44:07', '', 1126, 'https://dacleanexpress.com/1126-revision-v1/', 0, 'revision', '', 0),
(1128, 18, '2020-03-06 14:57:26', '2020-03-06 19:57:26', 'El servicio de limpieza es una de las actividades domésticas más importante y saludables del hogar, se ha convertido en una herramienta comercial y un apoyo operativo para los gerentes y administradores de empresa.\nCon el servicio de limpieza las empresas están aportando grandes ingresos a la economía de nuestro país y otros países de la región.\n\nLos servicios de limpieza se han convertido en un parte esencial y brazo gestor de un administrador comercial, institucional, doméstico y de otras latitudes.\n\nPero también es cierto que esta actividad doméstica y comercial no se ha valorado la imagen que se merece.\n\nDebido a nuestra cultura LATINA que hemos visto el servicio de limpieza como un trabajo no merecedor de hacerlo tanto los hombres como las mujeres; El hombre o mujer panameño(ña) decide realizar este trabajo por diversas razones menos por amor, pasión respeto, profesionalismo o dignidad.\n\nEs nuestra cultura la que ha permitido que una actividad o trabajo tan importante y valioso no sea admirado como lo debemos hacerlo o ser merecedor de la admiración y respeto que esta labor tiene para nuestra sociedad.\nNuestra empresa Daclean Express por medio de su fundadora Dalys Durango está enfocada, interesada y comprometida en iniciar el CAMBIO que esta actividad se merece. Las mujeres vulnerables y fuera de la economía formal, tienen en la limpieza una actividad laboral que le permite su inserción y mejorar la calidad de vida de ella y su familia. Apreciar con respeto esta actividad laboral, es realizar la importancia de una mujer que será TRASFORMADA e IMPACTADA por un trabajo digno, noble y decente\"\n\nDaclean Express\nImpactando y Transformando VIDAS!!\nDalys Durango', 'Revolución y Empoderamiento del servicio de Limpieza para la mujer panameña.', '', 'inherit', 'closed', 'closed', '', '1126-autosave-v1', '', '', '2020-03-06 14:57:26', '2020-03-06 19:57:26', '', 1126, 'https://dacleanexpress.com/1126-autosave-v1/', 0, 'revision', '', 0),
(1129, 1, '2020-03-09 07:05:59', '2020-03-09 12:05:59', 'El servicio de limpieza es una de las actividades domésticas más importante y saludables del hogar, se ha convertido en una herramienta comercial y un apoyo operativo para los gerentes y administradores de empresa.\r\nCon el servicio de limpieza las empresas están aportando grandes ingresos a la economía de nuestro país y otros países de la región.\r\n\r\nLos servicios de limpieza se han convertido en un parte esencial y brazo gestor de un administrador comercial, institucional, doméstico y de otras latitudes.\r\n\r\nPero también es cierto que esta actividad doméstica y comercial no se ha valorado la imagen que se merece.\r\n\r\nDebido a nuestra cultura LATINA que hemos visto el servicio de limpieza como un trabajo no merecedor de hacerlo tanto los hombres como las mujeres; El hombre o mujer panameño(ña) decide realizar este trabajo por diversas razones menos por amor, pasión respeto, profesionalismo o dignidad.\r\n\r\nEs nuestra cultura la que ha permitido que una actividad o trabajo tan importante y valioso no sea admirado como lo debemos hacerlo o ser merecedor de la admiración y respeto que esta labor tiene para nuestra sociedad.\r\nNuestra empresa Daclean Express por medio de su fundadora Dalys Durango está enfocada, interesada y comprometida en iniciar el CAMBIO que esta actividad se merece. Las mujeres vulnerables y fuera de la economía formal, tienen en la limpieza una actividad laboral que le permite su inserción y mejorar la calidad de vida de ella y su familia. Apreciar con respeto esta actividad laboral, es realizar la importancia de una mujer que será TRASFORMADA e IMPACTADA por un trabajo digno, noble y decente\"\r\n\r\n<strong>Daclean Express</strong>\r\n<strong>Impactando y Transformando VIDAS!!</strong>\r\n<strong>Dalys Durango</strong>', 'Revolución y Empoderamiento del servicio de Limpieza para la mujer panameña.', '', 'inherit', 'closed', 'closed', '', '1126-revision-v1', '', '', '2020-03-09 07:05:59', '2020-03-09 12:05:59', '', 1126, 'https://dacleanexpress.com/1126-revision-v1/', 0, 'revision', '', 0),
(1130, 1, '2020-03-09 07:16:20', '2020-03-09 12:16:20', 'El servicio de limpieza es una de las actividades domésticas más importante y saludables del hogar, se ha convertido en una herramienta comercial y un apoyo operativo para los gerentes y administradores de empresa.\r\nCon el servicio de limpieza las empresas están aportando grandes ingresos a la economía de nuestro país y otros países de la región.\r\n\r\nLos servicios de limpieza se han convertido en un parte esencial y brazo gestor de un administrador comercial, institucional, doméstico y de otras latitudes.\r\n\r\nPero también es cierto que esta actividad doméstica y comercial no se ha valorado la imagen que se merece.\r\n\r\nDebido a nuestra cultura LATINA que hemos visto el servicio de limpieza como un trabajo no merecedor de hacerlo tanto los hombres como las mujeres; El hombre o mujer panameño(ña) decide realizar este trabajo por diversas razones menos por amor, pasión respeto, profesionalismo o dignidad.\r\n\r\nEs nuestra cultura la que ha permitido que una actividad o trabajo tan importante y valioso no sea admirado como lo debemos hacerlo o ser merecedor de la admiración y respeto que esta labor tiene para nuestra sociedad.\r\nNuestra empresa <strong>Daclean Express</strong> por medio de su fundadora Dalys Durango está enfocada, interesada y comprometida en iniciar el CAMBIO que esta actividad se merece. Las mujeres vulnerables y fuera de la economía formal, tienen en la limpieza una actividad laboral que le permite su inserción y mejorar la calidad de vida de ella y su familia. Apreciar con respeto esta actividad laboral, es realizar la importancia de una mujer que será TRASFORMADA e IMPACTADA por un trabajo digno, noble y decente\"\r\n\r\n<strong>Daclean Express</strong>\r\n<strong>Impactando y Transformando VIDAS!!</strong>\r\n<strong>Dalys Durango</strong>', 'Revolución y Empoderamiento del servicio de Limpieza para la mujer panameña.', '', 'inherit', 'closed', 'closed', '', '1126-revision-v1', '', '', '2020-03-09 07:16:20', '2020-03-09 12:16:20', '', 1126, 'https://dacleanexpress.com/1126-revision-v1/', 0, 'revision', '', 0),
(1132, 1, '2020-03-09 07:18:11', '2020-03-09 12:18:11', 'El servicio de limpieza es una de las actividades domésticas más importante y saludables del hogar, se ha convertido en una herramienta comercial y un apoyo operativo para los gerentes y administradores de empresa.\r\nCon el servicio de limpieza las empresas están aportando grandes ingresos a la economía de nuestro país y otros países de la región.\r\n\r\nLos servicios de limpieza se han convertido en un parte esencial y brazo gestor de un administrador comercial, institucional, doméstico y de otras latitudes.\r\n\r\nPero también es cierto que esta actividad doméstica y comercial no se ha valorado la imagen que se merece.\r\n\r\nDebido a nuestra cultura LATINA que hemos visto el servicio de limpieza como un trabajo no merecedor de hacerlo tanto los hombres como las mujeres; El hombre o mujer panameño(ña) decide realizar este trabajo por diversas razones menos por amor, pasión respeto, profesionalismo o dignidad.\r\n\r\nEs nuestra cultura la que ha permitido que una actividad o trabajo tan importante y valioso no sea admirado como lo debemos hacerlo o ser merecedor de la admiración y respeto que esta labor tiene para nuestra sociedad.\r\nNuestra empresa <strong>Daclean Express</strong> por medio de su fundadora Dalys Durango está enfocada, interesada y comprometida en iniciar el CAMBIO que esta actividad se merece. Las mujeres vulnerables y fuera de la economía formal, tienen en la limpieza una actividad laboral que le permite su inserción y mejorar la calidad de vida de ella y su familia. Apreciar con respeto esta actividad laboral, es realizar la importancia de una mujer que será TRASFORMADA e IMPACTADA por un trabajo digno, noble y decente\"\r\n\r\n<strong>Daclean Express</strong>\r\n<strong>Impactando y Transformando VIDAS!!</strong>\r\n<strong>Dalys Durango</strong>', 'Revolución y Empoderamiento del servicio de Limpieza para la mujer panameña.', '', 'inherit', 'closed', 'closed', '', '1126-revision-v1', '', '', '2020-03-09 07:18:11', '2020-03-09 12:18:11', '', 1126, 'https://dacleanexpress.com/1126-revision-v1/', 0, 'revision', '', 0),
(1131, 1, '2020-03-09 07:17:51', '2020-03-09 12:17:51', '<img class=\"alignnone wp-image-1119 size-medium\" src=\"https://dacleanexpress.com/wp-content/uploads/2020/02/FotoDalysCanalemp-1-257x300.png\" alt=\"Dalys\" width=\"257\" height=\"300\" />El servicio de limpieza es una de las actividades domésticas más importante y saludables del hogar, se ha convertido en una herramienta comercial y un apoyo operativo para los gerentes y administradores de empresa.\r\nCon el servicio de limpieza las empresas están aportando grandes ingresos a la economía de nuestro país y otros países de la región.\r\n\r\nLos servicios de limpieza se han convertido en un parte esencial y brazo gestor de un administrador comercial, institucional, doméstico y de otras latitudes.\r\n\r\nPero también es cierto que esta actividad doméstica y comercial no se ha valorado la imagen que se merece.\r\n\r\nDebido a nuestra cultura LATINA que hemos visto el servicio de limpieza como un trabajo no merecedor de hacerlo tanto los hombres como las mujeres; El hombre o mujer panameño(ña) decide realizar este trabajo por diversas razones menos por amor, pasión respeto, profesionalismo o dignidad.\r\n\r\nEs nuestra cultura la que ha permitido que una actividad o trabajo tan importante y valioso no sea admirado como lo debemos hacerlo o ser merecedor de la admiración y respeto que esta labor tiene para nuestra sociedad.\r\nNuestra empresa <strong>Daclean Express</strong> por medio de su fundadora Dalys Durango está enfocada, interesada y comprometida en iniciar el CAMBIO que esta actividad se merece. Las mujeres vulnerables y fuera de la economía formal, tienen en la limpieza una actividad laboral que le permite su inserción y mejorar la calidad de vida de ella y su familia. Apreciar con respeto esta actividad laboral, es realizar la importancia de una mujer que será TRASFORMADA e IMPACTADA por un trabajo digno, noble y decente\"\r\n\r\n<strong>Daclean Express</strong>\r\n<strong>Impactando y Transformando VIDAS!!</strong>\r\n<strong>Dalys Durango</strong>', 'Revolución y Empoderamiento del servicio de Limpieza para la mujer panameña.', '', 'inherit', 'closed', 'closed', '', '1126-revision-v1', '', '', '2020-03-09 07:17:51', '2020-03-09 12:17:51', '', 1126, 'https://dacleanexpress.com/1126-revision-v1/', 0, 'revision', '', 0),
(1133, 1, '2020-03-09 07:21:23', '2020-03-09 12:21:23', '<p>[vc_row][vc_column width=\"1/3\"][vc_single_image][/vc_column][vc_column width=\"2/3\"][vc_column_text]El servicio de limpieza es una de las actividades domésticas más importante y saludables del hogar, se ha convertido en una herramienta comercial y un apoyo operativo para los gerentes y administradores de empresa.<br />\nCon el servicio de limpieza las empresas están aportando grandes ingresos a la economía de nuestro país y otros países de la región.</p>\n<p>Los servicios de limpieza se han convertido en un parte esencial y brazo gestor de un administrador comercial, institucional, doméstico y de otras latitudes.</p>\n<p>Pero también es cierto que esta actividad doméstica y comercial no se ha valorado la imagen que se merece.</p>\n<p>Debido a nuestra cultura LATINA que hemos visto el servicio de limpieza como un trabajo no merecedor de hacerlo tanto los hombres como las mujeres; El hombre o mujer panameño(ña) decide realizar este trabajo por diversas razones menos por amor, pasión respeto, profesionalismo o dignidad.</p>\n<p>Es nuestra cultura la que ha permitido que una actividad o trabajo tan importante y valioso no sea admirado como lo debemos hacerlo o ser merecedor de la admiración y respeto que esta labor tiene para nuestra sociedad.<br />\nNuestra empresa <strong>Daclean Express</strong> por medio de su fundadora Dalys Durango está enfocada, interesada y comprometida en iniciar el CAMBIO que esta actividad se merece. Las mujeres vulnerables y fuera de la economía formal, tienen en la limpieza una actividad laboral que le permite su inserción y mejorar la calidad de vida de ella y su familia. Apreciar con respeto esta actividad laboral, es realizar la importancia de una mujer que será TRASFORMADA e IMPACTADA por un trabajo digno, noble y decente\"</p>\n<p><strong>Daclean Express</strong><br />\n<strong>Impactando y Transformando VIDAS!!</strong><br />\n<strong>Dalys Durango</strong>[/vc_column_text][/vc_column][/vc_row]</p>\n', 'Revolución y Empoderamiento del servicio de Limpieza para la mujer panameña.', '', 'inherit', 'closed', 'closed', '', '1126-autosave-v1', '', '', '2020-03-09 07:21:23', '2020-03-09 12:21:23', '', 1126, 'https://dacleanexpress.com/1126-autosave-v1/', 0, 'revision', '', 0),
(1134, 1, '2020-03-09 07:21:47', '2020-03-09 12:21:47', '[vc_row css=\".vc_custom_1583756505509{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"1119\" img_size=\"large\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]El servicio de limpieza es una de las actividades domésticas más importante y saludables del hogar, se ha convertido en una herramienta comercial y un apoyo operativo para los gerentes y administradores de empresa.\r\nCon el servicio de limpieza las empresas están aportando grandes ingresos a la economía de nuestro país y otros países de la región.\r\n\r\nLos servicios de limpieza se han convertido en un parte esencial y brazo gestor de un administrador comercial, institucional, doméstico y de otras latitudes.\r\n\r\nPero también es cierto que esta actividad doméstica y comercial no se ha valorado la imagen que se merece.\r\n\r\nDebido a nuestra cultura LATINA que hemos visto el servicio de limpieza como un trabajo no merecedor de hacerlo tanto los hombres como las mujeres; El hombre o mujer panameño(ña) decide realizar este trabajo por diversas razones menos por amor, pasión respeto, profesionalismo o dignidad.\r\n\r\nEs nuestra cultura la que ha permitido que una actividad o trabajo tan importante y valioso no sea admirado como lo debemos hacerlo o ser merecedor de la admiración y respeto que esta labor tiene para nuestra sociedad.\r\nNuestra empresa <strong>Daclean Express</strong> por medio de su fundadora Dalys Durango está enfocada, interesada y comprometida en iniciar el CAMBIO que esta actividad se merece. Las mujeres vulnerables y fuera de la economía formal, tienen en la limpieza una actividad laboral que le permite su inserción y mejorar la calidad de vida de ella y su familia. Apreciar con respeto esta actividad laboral, es realizar la importancia de una mujer que será TRASFORMADA e IMPACTADA por un trabajo digno, noble y decente\"\r\n\r\n<strong>Daclean Express</strong>\r\n<strong>Impactando y Transformando VIDAS!!</strong>\r\n<strong>Dalys Durango</strong>[/vc_column_text][/vc_column][/vc_row]', 'Revolución y Empoderamiento del servicio de Limpieza para la mujer panameña.', '', 'inherit', 'closed', 'closed', '', '1126-revision-v1', '', '', '2020-03-09 07:21:47', '2020-03-09 12:21:47', '', 1126, 'https://dacleanexpress.com/1126-revision-v1/', 0, 'revision', '', 0),
(1135, 1, '2020-03-09 07:23:38', '2020-03-09 12:23:38', '', 'BLOG', '', 'publish', 'closed', 'closed', '', 'blog-3', '', '', '2021-03-29 08:45:11', '2021-03-29 13:45:11', '', 0, 'https://dacleanexpress.com/?p=1135', 5, 'nav_menu_item', '', 0),
(1221, 18, '2021-03-29 15:44:48', '2021-03-29 20:44:48', '', 'todd-quackenbush-700-copy.png', '', 'inherit', 'open', 'closed', '', 'todd-quackenbush-700-copy-png', '', '', '2021-03-29 15:44:48', '2021-03-29 20:44:48', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/todd-quackenbush-700-copy.png', 0, 'attachment', 'image/png', 0),
(1222, 18, '2021-03-29 15:44:52', '2021-03-29 20:44:52', '', 'Group-30-2.png', '', 'inherit', 'open', 'closed', '', 'group-30-2-png', '', '', '2021-03-29 15:44:52', '2021-03-29 20:44:52', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/Group-30-2.png', 0, 'attachment', 'image/png', 0),
(1223, 18, '2021-03-29 15:44:54', '2021-03-29 20:44:54', '', 'Group-34.png', '', 'inherit', 'open', 'closed', '', 'group-34-png', '', '', '2021-03-29 15:44:54', '2021-03-29 20:44:54', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/Group-34.png', 0, 'attachment', 'image/png', 0),
(1224, 18, '2021-03-29 15:44:55', '2021-03-29 20:44:55', '', 'Group-35.png', '', 'inherit', 'open', 'closed', '', 'group-35-png', '', '', '2021-03-29 15:44:55', '2021-03-29 20:44:55', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/Group-35.png', 0, 'attachment', 'image/png', 0),
(1137, 1, '2020-03-09 07:32:21', '2020-03-09 12:32:21', '.scheme_original .top_panel_fixed .top_panel_position_over.top_panel_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_dark .footer_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_original .top_panel_over .top_panel_style_7 .menu_main_nav > li > a:hover {\n    color: #002134;\n}\n.top_panel_style_7 .menu_main_nav_area {\n    float: right;\n}\n.top_panel_top_contact_area {\n    visibility: hidden;\n}\n.top_panel_image {\n    height: 50em;\n}\n.sombra{\n	text-shadow: 2px 2px 6px #000000;\n}\n.column-1_7 {\n    width: 20.285714%;\n}\nfooter.widget_area.scheme_dark aside+aside:before {\n    display: none;\n}', 'poolservices', '', 'inherit', 'closed', 'closed', '', '681-revision-v1', '', '', '2020-03-09 07:32:21', '2020-03-09 12:32:21', '', 681, 'https://dacleanexpress.com/681-revision-v1/', 0, 'revision', '', 0),
(1225, 18, '2021-03-29 15:44:56', '2021-03-29 20:44:56', '', '556-1.png', '', 'inherit', 'open', 'closed', '', '556-1-png', '', '', '2021-03-29 15:44:56', '2021-03-29 20:44:56', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/556-1.png', 0, 'attachment', 'image/png', 0),
(1226, 18, '2021-03-29 15:44:59', '2021-03-29 20:44:59', '', 'thomas-lefebvre-3950.png', '', 'inherit', 'open', 'closed', '', 'thomas-lefebvre-3950-png', '', '', '2021-03-29 15:44:59', '2021-03-29 20:44:59', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/thomas-lefebvre-3950.png', 0, 'attachment', 'image/png', 0),
(1139, 1, '2020-03-09 07:43:26', '2020-03-09 12:43:26', '.scheme_original .top_panel_fixed .top_panel_position_over.top_panel_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_dark .footer_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_original .top_panel_over .top_panel_style_7 .menu_main_nav > li > a:hover {\n    color: #002134;\n}\n.top_panel_style_7 .menu_main_nav_area {\n    float: right;\n}\n.top_panel_top_contact_area {\n    visibility: hidden;\n}\n.top_panel_image {\n    height: 50em;\n}\n.sombra{\n	text-shadow: 2px 2px 6px #000000;\n}\n.column-1_7 {\n    width: 20.285714%;\n}\nfooter.widget_area.scheme_dark aside+aside:before {\n    display: none;\n}\n.page_content_wrap.page_paddings_no {\n    padding: 30px;\n}', 'poolservices', '', 'inherit', 'closed', 'closed', '', '681-revision-v1', '', '', '2020-03-09 07:43:26', '2020-03-09 12:43:26', '', 681, 'https://dacleanexpress.com/681-revision-v1/', 0, 'revision', '', 0),
(1227, 18, '2021-03-29 15:45:05', '2021-03-29 20:45:05', '', 'GEO.png', '', 'inherit', 'open', 'closed', '', 'geo-png', '', '', '2021-03-29 15:45:05', '2021-03-29 20:45:05', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/GEO.png', 0, 'attachment', 'image/png', 0),
(1228, 18, '2021-03-29 15:45:05', '2021-03-29 20:45:05', '', 'BOLEIR.png', '', 'inherit', 'open', 'closed', '', 'boleir-png', '', '', '2021-03-29 15:45:05', '2021-03-29 20:45:05', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/BOLEIR.png', 0, 'attachment', 'image/png', 0),
(1229, 18, '2021-03-29 15:45:05', '2021-03-29 20:45:05', '', 'ECOCODE.png', '', 'inherit', 'open', 'closed', '', 'ecocode-png', '', '', '2021-03-29 15:45:05', '2021-03-29 20:45:05', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/ECOCODE.png', 0, 'attachment', 'image/png', 0),
(1166, 18, '2021-02-26 15:35:11', '2021-02-26 20:35:11', '.scheme_original .top_panel_fixed .top_panel_position_over.top_panel_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_dark .footer_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_original .top_panel_over .top_panel_style_7 .menu_main_nav > li > a:hover {\n    color: #002134;\n}\n.top_panel_style_7 .menu_main_nav_area {\n    float: right;\n}\n.top_panel_top_contact_area {\n    visibility: hidden;\n}\n.top_panel_image {\n    height: 50em;\n}\n.sombra{\n	text-shadow: 2px 2px 6px #000000;\n}\n.column-1_7 {\n    width: 20.285714%;\n}\nfooter.widget_area.scheme_dark aside+aside:before {\n    display: none;\n}\n.page_content_wrap.page_paddings_no {\n    padding-top: 30px;\n}\n.post_info {\n    visibility: hidden;\n}\n', 'poolservices', '', 'inherit', 'closed', 'closed', '', '681-revision-v1', '', '', '2021-02-26 15:35:11', '2021-02-26 20:35:11', '', 681, 'https://dacleanexpress.com/681-revision-v1/', 0, 'revision', '', 0),
(1162, 18, '2021-02-26 15:26:51', '2021-02-26 20:26:51', '.scheme_original .top_panel_fixed .top_panel_position_over.top_panel_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_dark .footer_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_original .top_panel_over .top_panel_style_7 .menu_main_nav > li > a:hover {\n    color: #002134;\n}\n.top_panel_style_7 .menu_main_nav_area {\n    float: right;\n}\n.top_panel_top_contact_area {\n    visibility: hidden;\n}\n.top_panel_image {\n    height: 50em;\n}\n.sombra{\n	text-shadow: 2px 2px 6px #000000;\n}\n.column-1_7 {\n    width: 20.285714%;\n}\nfooter.widget_area.scheme_dark aside+aside:before {\n    display: none;\n}\n.page_content_wrap.page_paddings_no {\n    padding-top: 30px;\n}\n.post_info {\n    visibility: hidden;\n}\n.gform_wrapper input[type=\"text\"] {\n	color: #0000 !important;\n}', 'poolservices', '', 'inherit', 'closed', 'closed', '', '681-revision-v1', '', '', '2021-02-26 15:26:51', '2021-02-26 20:26:51', '', 681, 'https://dacleanexpress.com/681-revision-v1/', 0, 'revision', '', 0),
(1160, 18, '2021-02-26 15:22:29', '2021-02-26 20:22:29', '.scheme_original .top_panel_fixed .top_panel_position_over.top_panel_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_dark .footer_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_original .top_panel_over .top_panel_style_7 .menu_main_nav > li > a:hover {\n    color: #002134;\n}\n.top_panel_style_7 .menu_main_nav_area {\n    float: right;\n}\n.top_panel_top_contact_area {\n    visibility: hidden;\n}\n.top_panel_image {\n    height: 50em;\n}\n.sombra{\n	text-shadow: 2px 2px 6px #000000;\n}\n.column-1_7 {\n    width: 20.285714%;\n}\nfooter.widget_area.scheme_dark aside+aside:before {\n    display: none;\n}\n.page_content_wrap.page_paddings_no {\n    padding-top: 30px;\n}\n.post_info {\n    visibility: hidden;\n}\n.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {\n	color: #00000 !important;\n}', 'poolservices', '', 'inherit', 'closed', 'closed', '', '681-revision-v1', '', '', '2021-02-26 15:22:29', '2021-02-26 20:22:29', '', 681, 'https://dacleanexpress.com/681-revision-v1/', 0, 'revision', '', 0),
(1141, 1, '2020-03-09 07:45:01', '2020-03-09 12:45:01', '.scheme_original .top_panel_fixed .top_panel_position_over.top_panel_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_dark .footer_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_original .top_panel_over .top_panel_style_7 .menu_main_nav > li > a:hover {\n    color: #002134;\n}\n.top_panel_style_7 .menu_main_nav_area {\n    float: right;\n}\n.top_panel_top_contact_area {\n    visibility: hidden;\n}\n.top_panel_image {\n    height: 50em;\n}\n.sombra{\n	text-shadow: 2px 2px 6px #000000;\n}\n.column-1_7 {\n    width: 20.285714%;\n}\nfooter.widget_area.scheme_dark aside+aside:before {\n    display: none;\n}\n.page_content_wrap.page_paddings_no {\n    padding-top: 30px;\n}', 'poolservices', '', 'inherit', 'closed', 'closed', '', '681-revision-v1', '', '', '2020-03-09 07:45:01', '2020-03-09 12:45:01', '', 681, 'https://dacleanexpress.com/681-revision-v1/', 0, 'revision', '', 0),
(1230, 18, '2021-03-29 15:45:05', '2021-03-29 20:45:05', '', 'mapmaster-1-2-1.png', '', 'inherit', 'open', 'closed', '', 'mapmaster-1-2-1-png', '', '', '2021-03-29 15:45:05', '2021-03-29 20:45:05', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/mapmaster-1-2-1.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1231, 18, '2021-03-29 15:45:05', '2021-03-29 20:45:05', '', 'ARMOND.png', '', 'inherit', 'open', 'closed', '', 'armond-png', '', '', '2021-03-29 15:45:05', '2021-03-29 20:45:05', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/ARMOND.png', 0, 'attachment', 'image/png', 0),
(1232, 18, '2021-03-29 15:45:05', '2021-03-29 20:45:05', '', 'zusman-1-2-1.png', '', 'inherit', 'open', 'closed', '', 'zusman-1-2-1-png', '', '', '2021-03-29 15:45:05', '2021-03-29 20:45:05', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/zusman-1-2-1.png', 0, 'attachment', 'image/png', 0),
(1180, 0, '2021-03-26 19:55:43', '2021-03-27 00:55:43', '', 'Kit por defecto', '', 'publish', 'closed', 'closed', '', 'kit-por-defecto', '', '', '2021-03-26 19:55:43', '2021-03-27 00:55:43', '', 0, 'https://dacleanexpress.com/?elementor_library=kit-por-defecto', 0, 'elementor_library', '', 0),
(1233, 18, '2021-03-29 15:45:06', '2021-03-29 20:45:06', '', 'MADRIN.png', '', 'inherit', 'open', 'closed', '', 'madrin-png', '', '', '2021-03-29 15:45:06', '2021-03-29 20:45:06', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/MADRIN.png', 0, 'attachment', 'image/png', 0),
(1143, 1, '2020-03-09 07:48:26', '2020-03-09 12:48:26', '.scheme_original .top_panel_fixed .top_panel_position_over.top_panel_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_dark .footer_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_original .top_panel_over .top_panel_style_7 .menu_main_nav > li > a:hover {\n    color: #002134;\n}\n.top_panel_style_7 .menu_main_nav_area {\n    float: right;\n}\n.top_panel_top_contact_area {\n    visibility: hidden;\n}\n.top_panel_image {\n    height: 50em;\n}\n.sombra{\n	text-shadow: 2px 2px 6px #000000;\n}\n.column-1_7 {\n    width: 20.285714%;\n}\nfooter.widget_area.scheme_dark aside+aside:before {\n    display: none;\n}\n.page_content_wrap.page_paddings_no {\n    padding-top: 30px;\n}\n.post_info {\n    visibility: hidden;\n}', 'poolservices', '', 'inherit', 'closed', 'closed', '', '681-revision-v1', '', '', '2020-03-09 07:48:26', '2020-03-09 12:48:26', '', 681, 'https://dacleanexpress.com/681-revision-v1/', 0, 'revision', '', 0),
(1146, 18, '2020-03-12 12:19:07', '2020-03-12 17:19:07', '<p>[vc_row css=\".vc_custom_1576680491313{padding-top: 150px !important;padding-bottom: 150px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1119\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Dalys Durango\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]<strong>Emprendedora, Empresaria y Docente:</strong> La caracteriza el apego a sus valores, principios y convicciones y uno de ellos es La justicia social. Piensa que el planeta es para todos y que todos deben  tener las mismas condiciones y el negocio de servicio de limpieza la llevo hacer otras cosas además de limpiar una oficina o una residencia, que es  Transformar e Impactar la vida de otras personas sus (clientes )y las más importantes  sus colaboradoras. Capacita a Mujeres vulnerables del país que no les ofrecen una plaza de empleo por no tener experiencia  u otros requisitos. Mediante un programa llamado CreciMujer, Crecimiento y Desarrollo Personal ellas dejan de ser discriminadas y están dentro de la Economia formal del País.</p>\n<h5>Historia del inicio de Daclean Express</h5>\n<p>Aún recuerda cuando llego a su casa y conversa con sus padres y les decía que tenía una nueva idea de tantas que había tenido su cabeza pero todas eran de un negocio, emprendedora al fin! Les dice a sus padres que iba a iniciar un negocio de limpieza de aptos solo que tenía en su cartera 200.00 balboas y su madre le dice hija yo tengo 200.00 y su padre como siempre sin querer dejar de apoyarla le dice yo tengo 100.00 los toma se va a doit center  a comprar unos cuantos implementos, le salió su primer cliente después de haber tocado la puerta de varios edificios y haber convencido a varios guardias de seguridad  que la dejaran subir y lo demás es la historia que vive hoy dia la empresa de servicio y limpieza Daclean Express.</p>\n<h4>Nos destacamos por:</h4>\n<ul>\n<li>\n<h6><b>Cortesía y Amabilidad:</b> 100% le demostrara una actitud positiva.</h6>\n</li>\n<li>\n<h6><b>Honradez:</b> Daclean express se hace responsable de cualquier eventualidad si la hubiese, ya que prevenimos los factores emocionales humanos.</h6>\n</li>\n<li>\n<h6><b>Especialidad:</b> Realizamos las limpiezas con implementos y equipos ERGONÓMICOS para especialización del trabajo y comodidad del personal.</h6>\n</li>\n<li>\n<h6><b>Innovación:</b> Utilizamos las ultimas técnicas de limpieza en el mercado como el VAPOR!</h6>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n', 'Quienes Somos', '', 'inherit', 'closed', 'closed', '', '14-autosave-v1', '', '', '2020-03-12 12:19:07', '2020-03-12 17:19:07', '', 14, 'https://dacleanexpress.com/14-autosave-v1/', 0, 'revision', '', 0),
(1234, 18, '2021-03-29 15:45:06', '2021-03-29 20:45:06', '', 'darkside-1-2-1.png', '', 'inherit', 'open', 'closed', '', 'darkside-1-2-1-png', '', '', '2021-03-29 15:45:06', '2021-03-29 20:45:06', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/darkside-1-2-1.png', 0, 'attachment', 'image/png', 0),
(1235, 18, '2021-03-29 15:45:06', '2021-03-29 20:45:06', '', '54.png', '', 'inherit', 'open', 'closed', '', '54-png', '', '', '2021-03-29 15:45:06', '2021-03-29 20:45:06', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/54.png', 0, 'attachment', 'image/png', 0),
(1236, 18, '2021-03-29 15:45:06', '2021-03-29 20:45:06', '', '88.png', '', 'inherit', 'open', 'closed', '', '88-png', '', '', '2021-03-29 15:45:06', '2021-03-29 20:45:06', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/88.jpg', 0, 'attachment', 'image/jpeg', 0),
(1164, 18, '2021-02-26 15:30:22', '2021-02-26 20:30:22', '.scheme_original .top_panel_fixed .top_panel_position_over.top_panel_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_dark .footer_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_original .top_panel_over .top_panel_style_7 .menu_main_nav > li > a:hover {\n    color: #002134;\n}\n.top_panel_style_7 .menu_main_nav_area {\n    float: right;\n}\n.top_panel_top_contact_area {\n    visibility: hidden;\n}\n.top_panel_image {\n    height: 50em;\n}\n.sombra{\n	text-shadow: 2px 2px 6px #000000;\n}\n.column-1_7 {\n    width: 20.285714%;\n}\nfooter.widget_area.scheme_dark aside+aside:before {\n    display: none;\n}\n.page_content_wrap.page_paddings_no {\n    padding-top: 30px;\n}\n.post_info {\n    visibility: hidden;\n}\n.scheme_dark input[type=\"text\"] {\n	color: #0000 !important;\n}', 'poolservices', '', 'inherit', 'closed', 'closed', '', '681-revision-v1', '', '', '2021-02-26 15:30:22', '2021-02-26 20:30:22', '', 681, 'https://dacleanexpress.com/681-revision-v1/', 0, 'revision', '', 0),
(1168, 18, '2021-02-26 15:44:43', '2021-02-26 20:44:43', '.scheme_original .top_panel_fixed .top_panel_position_over.top_panel_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_dark .footer_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_original .top_panel_over .top_panel_style_7 .menu_main_nav > li > a:hover {\n    color: #002134;\n}\n.top_panel_style_7 .menu_main_nav_area {\n    float: right;\n}\n.top_panel_top_contact_area {\n    visibility: hidden;\n}\n.top_panel_image {\n    height: 50em;\n}\n.sombra{\n	text-shadow: 2px 2px 6px #000000;\n}\n.column-1_7 {\n    width: 20.285714%;\n}\nfooter.widget_area.scheme_dark aside+aside:before {\n    display: none;\n}\n.page_content_wrap.page_paddings_no {\n    padding-top: 30px;\n}\n.post_info {\n    visibility: hidden;\n}\n.scheme_dark textarea {\n    color: #000 !important;\n}\n', 'poolservices', '', 'inherit', 'closed', 'closed', '', '681-revision-v1', '', '', '2021-02-26 15:44:43', '2021-02-26 20:44:43', '', 681, 'https://dacleanexpress.com/681-revision-v1/', 0, 'revision', '', 0),
(1238, 18, '2021-03-29 15:51:41', '2021-03-29 20:51:41', '', 'review_3.png', '', 'inherit', 'open', 'closed', '', 'review_3-png', '', '', '2021-03-29 15:51:41', '2021-03-29 20:51:41', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/review_3.png', 0, 'attachment', 'image/png', 0),
(1170, 18, '2021-02-26 15:45:44', '2021-02-26 20:45:44', '.scheme_original .top_panel_fixed .top_panel_position_over.top_panel_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_dark .footer_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_original .top_panel_over .top_panel_style_7 .menu_main_nav > li > a:hover {\n    color: #002134;\n}\n.top_panel_style_7 .menu_main_nav_area {\n    float: right;\n}\n.top_panel_top_contact_area {\n    visibility: hidden;\n}\n.top_panel_image {\n    height: 50em;\n}\n.sombra{\n	text-shadow: 2px 2px 6px #000000;\n}\n.column-1_7 {\n    width: 20.285714%;\n}\nfooter.widget_area.scheme_dark aside+aside:before {\n    display: none;\n}\n.page_content_wrap.page_paddings_no {\n    padding-top: 30px;\n}\n.post_info {\n    visibility: hidden;\n}\n.scheme_dark textarea {\n    color: #000 !important;\n}\n.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {\n    font-size: inherit;\n    font-family: inherit;\n    padding: 5px 4px;\n    border-radius: 15px;\n    letter-spacing: normal;\n    color: #000 !important;\n}\n', 'poolservices', '', 'inherit', 'closed', 'closed', '', '681-revision-v1', '', '', '2021-02-26 15:45:44', '2021-02-26 20:45:44', '', 681, 'https://dacleanexpress.com/681-revision-v1/', 0, 'revision', '', 0),
(2000, 18, '2021-11-24 15:20:46', '2021-11-24 20:20:46', '[vc_section full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row gap=\"30\" css=\".vc_custom_1578583854413{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/2\"][vc_column_text css_animation=\"bounceInLeft\" el_class=\"sombra\"]\r\n<h3><span style=\"color: #ffffff; text-transform: none;\">Limpieza y mantenimiento de oficinas y residencias</span></h3>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1578584005654{background-color: #ffffff !important;}\"][gravityform id=\"4\" title=\"false\" description=\"false\" ajax=\"true\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row css=\".vc_custom_1578325524399{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1578059585201{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578315951341{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"998\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Trato Personalizado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Distinción en el trato</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"997\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Confianza</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestros clientes SIEMPRE nos vuelven a llamar</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"996\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Seguridad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Un servicio sin riesgo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"995\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Tranquilidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestro servicio elimina 100% estrés</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"994\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>100% Calidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">La más alta satisfacción</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"1000\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Personal Capacitado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Capacitaciones con altos estándares académicos</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"993\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Horarios Flexibles</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Eliminamos su necesidad en tiempo óptimo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"999\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Reserva del Servicio</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Gracias', '', 'inherit', 'closed', 'closed', '', '1173-revision-v1', '', '', '2021-11-24 15:20:46', '2021-11-24 20:20:46', '', 1173, 'https://dacleanexpress.com/1173-revision-v1/uncategorized/', 0, 'revision', '', 0),
(1172, 18, '2021-02-26 15:54:54', '2021-02-26 20:54:54', '.scheme_original .top_panel_fixed .top_panel_position_over.top_panel_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_dark .footer_wrap_inner {\n    background-color: #007ec4;\n}\n.scheme_original .top_panel_over .top_panel_style_7 .menu_main_nav > li > a:hover {\n    color: #002134;\n}\n.top_panel_style_7 .menu_main_nav_area {\n    float: right;\n}\n.top_panel_top_contact_area {\n    visibility: hidden;\n}\n.top_panel_image {\n    height: 50em;\n}\n.sombra{\n	text-shadow: 2px 2px 6px #000000;\n}\n.column-1_7 {\n    width: 20.285714%;\n}\nfooter.widget_area.scheme_dark aside+aside:before {\n    display: none;\n}\n.page_content_wrap.page_paddings_no {\n    padding-top: 30px;\n}\n.post_info {\n    visibility: hidden;\n}\n.scheme_dark textarea {\n    color: #000 !important;\n}\n.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {\n    font-size: inherit;\n    font-family: inherit;\n    padding: 5px 4px;\n    border-radius: 15px;\n    letter-spacing: normal;\n    color: #000 !important;\n}\n\n.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit]{\n    font-size: 1em;\n    font-weight: bold;\n    width: auto;\n    margin: 0 16px 0 0;\n    color: #fff;\n}\n.scheme_dark input[type=\"submit\"]{\n    background-color: #eb7527;\n}\n', 'poolservices', '', 'inherit', 'closed', 'closed', '', '681-revision-v1', '', '', '2021-02-26 15:54:54', '2021-02-26 20:54:54', '', 681, 'https://dacleanexpress.com/681-revision-v1/', 0, 'revision', '', 0),
(1173, 18, '2021-03-02 09:10:38', '2021-03-02 14:10:38', '<!-- Event snippet for Registro Cotización Limpieza Profunda Sin Costo conversion page -->\n		[vc_section full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row gap=\"30\" css=\".vc_custom_1578583854413{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/2\"][vc_column_text css_animation=\"bounceInLeft\" el_class=\"sombra\"]\n<h3>Limpieza y mantenimiento de oficinas y residencias</h3>\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1578584005654{background-color: #ffffff !important;}\"][gravityform id=\"4\" title=\"false\" description=\"false\" ajax=\"true\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row css=\".vc_custom_1578325524399{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\n<h4 style=\"text-align: center;\">Contacta</h4>\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\n<h4 style=\"text-align: center;\">Autoriza</h4>\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\n<h4 style=\"text-align: center;\">Diviértete</h4>\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1578059585201{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578315951341{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"998\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\n<h6 style=\"text-align: center;\"><strong>Trato Personalizado</strong></h6>\n<p style=\"text-align: center;\">Distinción en el trato</p>\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"997\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\n<h6 style=\"text-align: center;\"><strong>Confianza</strong></h6>\n<p style=\"text-align: center;\">Nuestros clientes SIEMPRE nos vuelven a llamar</p>\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"996\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\n<h6 style=\"text-align: center;\"><strong>Seguridad</strong></h6>\n<p style=\"text-align: center;\">Un servicio sin riesgo</p>\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"995\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\n<h6 style=\"text-align: center;\"><strong>Tranquilidad</strong></h6>\n<p style=\"text-align: center;\">Nuestro servicio elimina 100% estrés</p>\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"994\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\n<h6 style=\"text-align: center;\"><strong>100% Calidad</strong></h6>\n<p style=\"text-align: center;\">La más alta satisfacción</p>\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"1000\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\n<h6 style=\"text-align: center;\"><strong>Personal Capacitado</strong></h6>\n<p style=\"text-align: center;\">Capacitaciones con altos estándares académicos</p>\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"993\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\n<h6 style=\"text-align: center;\"><strong>Horarios Flexibles</strong></h6>\n<p style=\"text-align: center;\">Eliminamos su necesidad en tiempo óptimo</p>\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"999\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\n<h6 style=\"text-align: center;\"><strong>Reserva del Servicio</strong></h6>\n<p style=\"text-align: center;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</p>\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Gracias', '', 'publish', 'closed', 'closed', '', 'gracias', '', '', '2021-11-24 15:20:46', '2021-11-24 20:20:46', '', 0, 'https://dacleanexpress.com/?page_id=1173', 0, 'page', '', 0),
(2002, 18, '2021-11-24 15:20:46', '2021-11-24 20:20:46', '<!-- Event snippet for Registro Cotización Limpieza Profunda Sin Costo conversion page -->\n		[vc_section full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row gap=\"30\" css=\".vc_custom_1578583854413{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/2\"][vc_column_text css_animation=\"bounceInLeft\" el_class=\"sombra\"]\n<h3>Limpieza y mantenimiento de oficinas y residencias</h3>\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1578584005654{background-color: #ffffff !important;}\"][gravityform id=\"4\" title=\"false\" description=\"false\" ajax=\"true\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row css=\".vc_custom_1578325524399{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\n<h4 style=\"text-align: center;\">Contacta</h4>\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\n<h4 style=\"text-align: center;\">Autoriza</h4>\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\n<h4 style=\"text-align: center;\">Diviértete</h4>\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1578059585201{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578315951341{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"998\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\n<h6 style=\"text-align: center;\"><strong>Trato Personalizado</strong></h6>\n<p style=\"text-align: center;\">Distinción en el trato</p>\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"997\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\n<h6 style=\"text-align: center;\"><strong>Confianza</strong></h6>\n<p style=\"text-align: center;\">Nuestros clientes SIEMPRE nos vuelven a llamar</p>\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"996\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\n<h6 style=\"text-align: center;\"><strong>Seguridad</strong></h6>\n<p style=\"text-align: center;\">Un servicio sin riesgo</p>\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"995\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\n<h6 style=\"text-align: center;\"><strong>Tranquilidad</strong></h6>\n<p style=\"text-align: center;\">Nuestro servicio elimina 100% estrés</p>\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"994\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\n<h6 style=\"text-align: center;\"><strong>100% Calidad</strong></h6>\n<p style=\"text-align: center;\">La más alta satisfacción</p>\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"1000\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\n<h6 style=\"text-align: center;\"><strong>Personal Capacitado</strong></h6>\n<p style=\"text-align: center;\">Capacitaciones con altos estándares académicos</p>\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"993\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\n<h6 style=\"text-align: center;\"><strong>Horarios Flexibles</strong></h6>\n<p style=\"text-align: center;\">Eliminamos su necesidad en tiempo óptimo</p>\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"999\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\n<h6 style=\"text-align: center;\"><strong>Reserva del Servicio</strong></h6>\n<p style=\"text-align: center;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</p>\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Gracias', '', 'inherit', 'closed', 'closed', '', '1173-revision-v1', '', '', '2021-11-24 15:20:46', '2021-11-24 20:20:46', '', 1173, 'https://dacleanexpress.com/1173-revision-v1/uncategorized/', 0, 'revision', '', 0),
(1174, 18, '2021-03-02 09:10:38', '2021-03-02 14:10:38', '[vc_section full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row gap=\"30\" css=\".vc_custom_1578583854413{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/2\"][vc_column_text css_animation=\"bounceInLeft\" el_class=\"sombra\"]\r\n<h3><span style=\"color: #ffffff; text-transform: none;\">Limpieza y mantenimiento de oficinas y residencias</span></h3>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1578584005654{background-color: #ffffff !important;}\"][gravityform id=\"4\" title=\"false\" description=\"false\" ajax=\"true\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row css=\".vc_custom_1578325524399{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1578059585201{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578315951341{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"998\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Trato Personalizado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Distinción en el trato</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"997\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Confianza</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestros clientes SIEMPRE nos vuelven a llamar</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"996\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Seguridad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Un servicio sin riesgo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"995\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Tranquilidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestro servicio elimina 100% estrés</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"994\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>100% Calidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">La más alta satisfacción</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"1000\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Personal Capacitado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Capacitaciones con altos estándares académicos</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"993\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Horarios Flexibles</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Eliminamos su necesidad en tiempo óptimo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"999\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Reserva del Servicio</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Gracias', '', 'inherit', 'closed', 'closed', '', '1173-revision-v1', '', '', '2021-03-02 09:10:38', '2021-03-02 14:10:38', '', 1173, 'https://dacleanexpress.com/1173-revision-v1/', 0, 'revision', '', 0),
(1243, 18, '2021-03-29 16:18:43', '2021-03-29 21:18:43', '', 'daclean', '', 'inherit', 'open', 'closed', '', 'daclean', '', '', '2021-03-29 16:18:43', '2021-03-29 21:18:43', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/daclean.jpg', 0, 'attachment', 'image/jpeg', 0),
(1242, 18, '2021-03-29 15:57:56', '2021-03-29 20:57:56', '', 'logo1-2 (1)', '', 'inherit', 'open', 'closed', '', 'logo1-2-1', '', '', '2021-03-29 15:57:56', '2021-03-29 20:57:56', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/logo1-2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1183, 18, '2021-03-27 06:22:57', '2021-03-27 11:22:57', '', 'study_cover.jpg', '', 'inherit', 'open', 'closed', '', 'study_cover-jpg', '', '', '2021-03-27 06:22:57', '2021-03-27 11:22:57', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/study_cover.jpg', 0, 'attachment', 'image/jpeg', 0),
(1184, 18, '2021-03-27 06:23:00', '2021-03-27 11:23:00', '', 'study_1.jpg', '', 'inherit', 'open', 'closed', '', 'study_1-jpg', '', '', '2021-03-27 06:23:00', '2021-03-27 11:23:00', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/study_1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1185, 18, '2021-03-27 06:23:01', '2021-03-27 11:23:01', '', 'teacther1.png', '', 'inherit', 'open', 'closed', '', 'teacther1-png', '', '', '2021-03-27 06:23:01', '2021-03-27 11:23:01', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/teacther1.png', 0, 'attachment', 'image/png', 0),
(1186, 18, '2021-03-27 06:23:02', '2021-03-27 11:23:02', '', 'teacher2.jpg', '', 'inherit', 'open', 'closed', '', 'teacher2-jpg', '', '', '2021-03-27 06:23:02', '2021-03-27 11:23:02', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/teacher2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1187, 18, '2021-03-27 06:23:04', '2021-03-27 11:23:04', '', 'teacher3.jpg', '', 'inherit', 'open', 'closed', '', 'teacher3-jpg', '', '', '2021-03-27 06:23:04', '2021-03-27 11:23:04', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/teacher3.jpg', 0, 'attachment', 'image/jpeg', 0),
(1188, 18, '2021-03-27 06:23:05', '2021-03-27 11:23:05', '', 'study-box_1.jpg', '', 'inherit', 'open', 'closed', '', 'study-box_1-jpg', '', '', '2021-03-27 06:23:05', '2021-03-27 11:23:05', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/study-box_1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1189, 18, '2021-03-27 06:23:05', '2021-03-27 11:23:05', '', 'library.jpg', '', 'inherit', 'open', 'closed', '', 'library-jpg', '', '', '2021-03-27 06:23:05', '2021-03-27 11:23:05', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/library.jpg', 0, 'attachment', 'image/jpeg', 0),
(1190, 18, '2021-03-27 06:23:06', '2021-03-27 11:23:06', '', 'study-footer.jpg', '', 'inherit', 'open', 'closed', '', 'study-footer-jpg', '', '', '2021-03-27 06:23:06', '2021-03-27 11:23:06', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/study-footer.jpg', 0, 'attachment', 'image/jpeg', 0),
(1191, 18, '2021-03-27 06:23:33', '2021-03-27 11:23:33', '', 'Vintage-Logo.png', '', 'inherit', 'open', 'closed', '', 'vintage-logo-png', '', '', '2021-03-27 06:23:33', '2021-03-27 11:23:33', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/Vintage-Logo.png', 0, 'attachment', 'image/png', 0),
(1192, 18, '2021-03-27 06:23:35', '2021-03-27 11:23:35', '', 'foodiesfeed.com_meanwhile-in-the-kitchen-1.jpg', '', 'inherit', 'open', 'closed', '', 'foodiesfeed-com_meanwhile-in-the-kitchen-1-jpg', '', '', '2021-03-27 06:23:35', '2021-03-27 11:23:35', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/foodiesfeed.com_meanwhile-in-the-kitchen-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1193, 18, '2021-03-27 06:23:36', '2021-03-27 11:23:36', '', 'fooodiesfeed.com_sweet-and-salty-brunch.jpg', '', 'inherit', 'open', 'closed', '', 'fooodiesfeed-com_sweet-and-salty-brunch-jpg', '', '', '2021-03-27 06:23:36', '2021-03-27 11:23:36', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/fooodiesfeed.com_sweet-and-salty-brunch.jpg', 0, 'attachment', 'image/jpeg', 0),
(1194, 18, '2021-03-27 06:23:37', '2021-03-27 11:23:37', '', 'foodiesfeed.com_Wedding_15-crop.jpg', '', 'inherit', 'open', 'closed', '', 'foodiesfeed-com_wedding_15-crop-jpg', '', '', '2021-03-27 06:23:37', '2021-03-27 11:23:37', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/foodiesfeed.com_Wedding_15-crop.jpg', 0, 'attachment', 'image/jpeg', 0),
(1195, 18, '2021-03-27 06:23:37', '2021-03-27 11:23:37', '', 'foodiesfeed.com_Your-Sunny-Side-Up-2-crop.jpg', '', 'inherit', 'open', 'closed', '', 'foodiesfeed-com_your-sunny-side-up-2-crop-jpg', '', '', '2021-03-27 06:23:37', '2021-03-27 11:23:37', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/foodiesfeed.com_Your-Sunny-Side-Up-2-crop.jpg', 0, 'attachment', 'image/jpeg', 0),
(1196, 18, '2021-03-27 06:23:37', '2021-03-27 11:23:37', '', 'foodiesfeed.com_traditional-czech-honey-cake-caffee-latte-crop.jpg', '', 'inherit', 'open', 'closed', '', 'foodiesfeed-com_traditional-czech-honey-cake-caffee-latte-crop-jpg', '', '', '2021-03-27 06:23:37', '2021-03-27 11:23:37', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/foodiesfeed.com_traditional-czech-honey-cake-caffee-latte-crop.jpg', 0, 'attachment', 'image/jpeg', 0),
(1197, 18, '2021-03-27 06:23:37', '2021-03-27 11:23:37', '', 'foodiesfeed.com_homemade-pizza-crop.jpg', '', 'inherit', 'open', 'closed', '', 'foodiesfeed-com_homemade-pizza-crop-jpg', '', '', '2021-03-27 06:23:37', '2021-03-27 11:23:37', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/foodiesfeed.com_homemade-pizza-crop.jpg', 0, 'attachment', 'image/jpeg', 0),
(1198, 18, '2021-03-27 06:23:38', '2021-03-27 11:23:38', '', 'foodiesfeed.com_homemade-waffles-with-coffee.jpg', '', 'inherit', 'open', 'closed', '', 'foodiesfeed-com_homemade-waffles-with-coffee-jpg', '', '', '2021-03-27 06:23:38', '2021-03-27 11:23:38', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/foodiesfeed.com_homemade-waffles-with-coffee.jpg', 0, 'attachment', 'image/jpeg', 0),
(1199, 18, '2021-03-27 06:23:39', '2021-03-27 11:23:39', '', '25388788904_72d2f5ec6f_z.jpg', '', 'inherit', 'open', 'closed', '', '25388788904_72d2f5ec6f_z-jpg', '', '', '2021-03-27 06:23:39', '2021-03-27 11:23:39', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/25388788904_72d2f5ec6f_z.jpg', 0, 'attachment', 'image/jpeg', 0),
(1200, 18, '2021-03-27 06:23:39', '2021-03-27 11:23:39', '', 'foodiesfeed.com_Wedding_15.jpg', '', 'inherit', 'open', 'closed', '', 'foodiesfeed-com_wedding_15-jpg', '', '', '2021-03-27 06:23:39', '2021-03-27 11:23:39', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/foodiesfeed.com_Wedding_15.jpg', 0, 'attachment', 'image/jpeg', 0),
(1201, 18, '2021-03-27 06:23:39', '2021-03-27 11:23:39', '', 'foodiesfeed.com_traditional-czech-honey-cake-caffee-latte.jpg', '', 'inherit', 'open', 'closed', '', 'foodiesfeed-com_traditional-czech-honey-cake-caffee-latte-jpg', '', '', '2021-03-27 06:23:39', '2021-03-27 11:23:39', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/foodiesfeed.com_traditional-czech-honey-cake-caffee-latte.jpg', 0, 'attachment', 'image/jpeg', 0),
(1202, 18, '2021-03-27 06:23:40', '2021-03-27 11:23:40', '', 'foodiesfeed.com_get-ready-for-your-espresso.jpg', '', 'inherit', 'open', 'closed', '', 'foodiesfeed-com_get-ready-for-your-espresso-jpg', '', '', '2021-03-27 06:23:40', '2021-03-27 11:23:40', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/foodiesfeed.com_get-ready-for-your-espresso.jpg', 0, 'attachment', 'image/jpeg', 0),
(1203, 18, '2021-03-27 06:23:41', '2021-03-27 11:23:41', '', 'foodiesfeed.com_homemade-pizza.jpg', '', 'inherit', 'open', 'closed', '', 'foodiesfeed-com_homemade-pizza-jpg', '', '', '2021-03-27 06:23:41', '2021-03-27 11:23:41', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/foodiesfeed.com_homemade-pizza.jpg', 0, 'attachment', 'image/jpeg', 0),
(1204, 18, '2021-03-27 06:23:41', '2021-03-27 11:23:41', '', 'foodiesfeed.com_Your-Sunny-Side-Up-2.jpg', '', 'inherit', 'open', 'closed', '', 'foodiesfeed-com_your-sunny-side-up-2-jpg', '', '', '2021-03-27 06:23:41', '2021-03-27 11:23:41', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/foodiesfeed.com_Your-Sunny-Side-Up-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1206, 18, '2021-03-27 19:10:27', '2021-03-28 00:10:27', '', 'GalleryPage-img_1.jpg', '', 'inherit', 'open', 'closed', '', 'gallerypage-img_1-jpg', '', '', '2021-03-27 19:10:27', '2021-03-28 00:10:27', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/GalleryPage-img_1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1207, 18, '2021-03-27 19:10:28', '2021-03-28 00:10:28', '', 'GalleryPage-img_2.jpg', '', 'inherit', 'open', 'closed', '', 'gallerypage-img_2-jpg', '', '', '2021-03-27 19:10:28', '2021-03-28 00:10:28', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/GalleryPage-img_2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1208, 18, '2021-03-27 19:10:30', '2021-03-28 00:10:30', '', 'GalleryPage-img_3.jpg', '', 'inherit', 'open', 'closed', '', 'gallerypage-img_3-jpg', '', '', '2021-03-27 19:10:30', '2021-03-28 00:10:30', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/GalleryPage-img_3.jpg', 0, 'attachment', 'image/jpeg', 0),
(1209, 18, '2021-03-27 19:10:31', '2021-03-28 00:10:31', '', 'GalleryPage-img_4.jpg', '', 'inherit', 'open', 'closed', '', 'gallerypage-img_4-jpg', '', '', '2021-03-27 19:10:31', '2021-03-28 00:10:31', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/GalleryPage-img_4.jpg', 0, 'attachment', 'image/jpeg', 0),
(1210, 18, '2021-03-27 19:10:32', '2021-03-28 00:10:32', '', 'GalleryPage-img_5.jpg', '', 'inherit', 'open', 'closed', '', 'gallerypage-img_5-jpg', '', '', '2021-03-27 19:10:32', '2021-03-28 00:10:32', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/GalleryPage-img_5.jpg', 0, 'attachment', 'image/jpeg', 0),
(1211, 18, '2021-03-27 19:10:33', '2021-03-28 00:10:33', '', 'GalleryPage-img_6.jpg', '', 'inherit', 'open', 'closed', '', 'gallerypage-img_6-jpg', '', '', '2021-03-27 19:10:33', '2021-03-28 00:10:33', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/GalleryPage-img_6.jpg', 0, 'attachment', 'image/jpeg', 0),
(1212, 18, '2021-03-27 19:10:33', '2021-03-28 00:10:33', '', 'GalleryPage-img_7.jpg', '', 'inherit', 'open', 'closed', '', 'gallerypage-img_7-jpg', '', '', '2021-03-27 19:10:33', '2021-03-28 00:10:33', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/GalleryPage-img_7.jpg', 0, 'attachment', 'image/jpeg', 0),
(1213, 18, '2021-03-27 19:10:34', '2021-03-28 00:10:34', '', 'GalleryPage-img_8.jpg', '', 'inherit', 'open', 'closed', '', 'gallerypage-img_8-jpg', '', '', '2021-03-27 19:10:34', '2021-03-28 00:10:34', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/GalleryPage-img_8.jpg', 0, 'attachment', 'image/jpeg', 0),
(1214, 18, '2021-03-27 19:10:34', '2021-03-28 00:10:34', '', 'GalleryPage-img_9.jpg', '', 'inherit', 'open', 'closed', '', 'gallerypage-img_9-jpg', '', '', '2021-03-27 19:10:34', '2021-03-28 00:10:34', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/GalleryPage-img_9.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1215, 18, '2021-03-27 19:10:34', '2021-03-28 00:10:34', '', 'GalleryPage-img_10.jpg', '', 'inherit', 'open', 'closed', '', 'gallerypage-img_10-jpg', '', '', '2021-03-27 19:10:34', '2021-03-28 00:10:34', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/GalleryPage-img_10.jpg', 0, 'attachment', 'image/jpeg', 0),
(1216, 18, '2021-03-27 19:10:34', '2021-03-28 00:10:34', '', 'GalleryPage-img_11.jpg', '', 'inherit', 'open', 'closed', '', 'gallerypage-img_11-jpg', '', '', '2021-03-27 19:10:34', '2021-03-28 00:10:34', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/GalleryPage-img_11.jpg', 0, 'attachment', 'image/jpeg', 0),
(1217, 18, '2021-03-27 19:10:35', '2021-03-28 00:10:35', '', 'GalleryPage-img_12.jpg', '', 'inherit', 'open', 'closed', '', 'gallerypage-img_12-jpg', '', '', '2021-03-27 19:10:35', '2021-03-28 00:10:35', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/GalleryPage-img_12.jpg', 0, 'attachment', 'image/jpeg', 0),
(1218, 18, '2021-03-27 19:10:35', '2021-03-28 00:10:35', '', 'GalleryPage-img_13.jpg', '', 'inherit', 'open', 'closed', '', 'gallerypage-img_13-jpg', '', '', '2021-03-27 19:10:35', '2021-03-28 00:10:35', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/GalleryPage-img_13.jpg', 0, 'attachment', 'image/jpeg', 0),
(1219, 18, '2021-03-27 19:10:35', '2021-03-28 00:10:35', '', 'GalleryPage-img_14.jpg', '', 'inherit', 'open', 'closed', '', 'gallerypage-img_14-jpg', '', '', '2021-03-27 19:10:35', '2021-03-28 00:10:35', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/GalleryPage-img_14.jpg', 0, 'attachment', 'image/jpeg', 0),
(1220, 18, '2021-03-27 19:10:35', '2021-03-28 00:10:35', '', 'GalleryPage-img_15.jpg', '', 'inherit', 'open', 'closed', '', 'gallerypage-img_15-jpg', '', '', '2021-03-27 19:10:35', '2021-03-28 00:10:35', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/GalleryPage-img_15.jpg', 0, 'attachment', 'image/jpeg', 0),
(1244, 18, '2021-03-29 16:30:28', '2021-03-29 21:30:28', '', 'daclean21', '', 'inherit', 'open', 'closed', '', 'daclean21', '', '', '2021-03-29 16:30:28', '2021-03-29 21:30:28', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/daclean21.jpg', 0, 'attachment', 'image/jpeg', 0),
(1580, 18, '2021-04-04 12:22:11', '2021-04-04 17:22:11', '', 'logo-original (2)', '', 'inherit', 'open', 'closed', '', 'logo-original-2', '', '', '2021-04-04 12:22:11', '2021-04-04 17:22:11', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/04/logo-original-2.png', 0, 'attachment', 'image/png', 0),
(1297, 18, '2021-03-29 20:14:35', '2021-03-30 01:14:35', '', 'daclean', '', 'inherit', 'open', 'closed', '', 'daclean-2', '', '', '2021-03-29 20:14:35', '2021-03-30 01:14:35', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/daclean-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1354, 18, '2021-03-30 20:56:42', '2021-03-31 01:56:42', '', 'o_apartamentos', '', 'inherit', 'open', 'closed', '', 'o_apartamentos', '', '', '2021-03-30 20:56:42', '2021-03-31 01:56:42', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/o_apartamentos.jpg', 0, 'attachment', 'image/jpeg', 0),
(1355, 18, '2021-03-30 20:56:49', '2021-03-31 01:56:49', '', 'o_bano', '', 'inherit', 'open', 'closed', '', 'o_bano', '', '', '2021-03-30 20:56:49', '2021-03-31 01:56:49', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/o_bano.jpg', 0, 'attachment', 'image/jpeg', 0),
(1356, 18, '2021-03-30 20:56:53', '2021-03-31 01:56:53', '', 'o_cocina', '', 'inherit', 'open', 'closed', '', 'o_cocina', '', '', '2021-03-30 20:56:53', '2021-03-31 01:56:53', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/o_cocina.jpg', 0, 'attachment', 'image/jpeg', 0),
(1411, 18, '2021-03-30 22:53:19', '2021-03-31 03:53:19', '', 'ana-Vasquez', '', 'inherit', 'open', 'closed', '', 'ana-vasquez', '', '', '2021-03-30 22:53:19', '2021-03-31 03:53:19', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/03/ana-Vasquez.jpg', 0, 'attachment', 'image/jpeg', 0),
(1525, 18, '2021-04-04 07:21:36', '2021-04-04 12:21:36', '', 'business_oficina', '', 'inherit', 'open', 'closed', '', 'business_oficina', '', '', '2021-04-04 07:21:36', '2021-04-04 12:21:36', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/04/business_oficina.jpg', 0, 'attachment', 'image/jpeg', 0),
(1526, 18, '2021-04-04 07:21:41', '2021-04-04 12:21:41', '', 'clean_negocio', '', 'inherit', 'open', 'closed', '', 'clean_negocio', '', '', '2021-04-04 07:21:41', '2021-04-04 12:21:41', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/04/clean_negocio.jpg', 0, 'attachment', 'image/jpeg', 0),
(1527, 18, '2021-04-04 07:21:45', '2021-04-04 12:21:45', '', 'post_construcccion', '', 'inherit', 'open', 'closed', '', 'post_construcccion', '', '', '2021-04-04 07:21:45', '2021-04-04 12:21:45', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/04/post_construcccion.jpg', 0, 'attachment', 'image/jpeg', 0),
(1535, 18, '2021-04-04 07:34:01', '2021-04-04 12:34:01', '<h2>POLÍTICA DE PRIVACIDAD</h2>		\n		<p style=\"background: white; vertical-align: baseline; margin: 0cm 0cm 21.0pt 0cm;\">La  Política de Privacidad establece los términos en que Daclean Express usa y protege la información que es proporcionada por sus usuarios al momento de utilizar su sitio web. Esta compañía está comprometida con la seguridad de los datos de sus usuarios. Cuando le pedimos llenar los campos de información personal con la cual usted pueda ser identificado, lo hacemos asegurando que sólo se empleará de acuerdo con los términos de este documento. Sin embargo esta Política de Privacidad puede cambiar con el tiempo o ser actualizada por lo que le recomendamos y enfatizamos revisar continuamente esta página para asegurarse que está de acuerdo con dichos cambios.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Información que es recogida</strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Nuestro sitio web podrá recoger información personal por ejemplo: Nombre,  información de contacto como  su dirección de correo electrónica e información demográfica. Así mismo cuando sea necesario podrá ser requerida información específica para procesar algún pedido o realizar una entrega o facturación.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Uso de la información recogida</strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Nuestro sitio web emplea la información con el fin de proporcionar el mejor servicio posible, particularmente para mantener un registro de usuarios, de pedidos en caso que aplique, y mejorar nuestros productos y servicios.  Es posible que sean enviados correos electrónicos periódicamente a través de nuestro sitio con ofertas especiales, nuevos productos y otra información publicitaria que consideremos relevante para usted o que pueda brindarle algún beneficio, estos correos electrónicos serán enviados a la dirección que usted proporcione y podrán ser cancelados en cualquier momento.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Daclean Express está altamente comprometido para cumplir con el compromiso de mantener su información segura. Usamos los sistemas más avanzados y los actualizamos constantemente para asegurarnos que no exista ningún acceso no autorizado.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Cookies</strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Una cookie se refiere a un fichero que es enviado con la finalidad de solicitar permiso para almacenarse en su ordenador, al aceptar dicho fichero se crea y la cookie sirve entonces para tener información respecto al tráfico web, y también facilita las futuras recurrente. Otra función que tienen las cookies es que con ellas las web pueden reconocerte individualmente y por tanto brindarte el mejor servicio personalizado de su web.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Nuestro sitio web www.dacleanexpress.com  emplea las cookies para poder identificar las páginas que son visitadas y su frecuencia. Esta información es empleada únicamente para análisis estadístico y después la información se elimina de forma permanente. Usted puede eliminar las cookies en cualquier momento desde su ordenador. Sin embargo las cookies ayudan a proporcionar un mejor servicio de los sitios web, estás no dan acceso a información de su ordenador ni de usted, a menos de que usted así lo quiera y la proporcione directamente. Usted puede aceptar o negar el uso de cookies, sin embargo la mayoría de navegadores aceptan cookies automáticamente pues sirve para tener un mejor servicio web. También usted puede cambiar la configuración de su ordenador para declinar las cookies. Si se declinan es posible que no pueda utilizar algunos de nuestros servicios.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\"> </strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Enlaces a Terceros</strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Este sitio web pudiera contener en laces a otros sitios que pudieran ser de su interés. Una vez que usted de clic en estos enlaces y abandone nuestra página, ya no tenemos control sobre al sitio al que es redirigido y por lo tanto no somos responsables de los términos o privacidad ni de la protección de sus datos en esos otros sitios terceros. Dichos sitios están sujetos a sus propias políticas de privacidad por lo cual es recomendable que los consulte para confirmar que usted está de acuerdo con estas.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Control de su información personal</strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">En cualquier momento usted puede restringir la recopilación o el uso de la información personal que es proporcionada a nuestro sitio web.  Cada vez que se le solicite rellenar un formulario, como el de alta de usuario, puede marcar o desmarcar la opción de recibir información por correo electrónico.  En caso de que haya marcado la opción de recibir nuestro boletín o publicidad usted puede cancelarla en cualquier momento.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Esta compañía no venderá, cederá ni distribuirá la información personal que es recopilada sin su consentimiento, salvo que sea requerido por un juez con un orden judicial.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Daclean Express se reserva el derecho de cambiar los términos de la presente Política de Privacidad en cualquier momento.</p><p><strong>Términos  y Condiciones</strong></p><p>La limpieza Profunda sin Costo, solo aplica  a los usuarios que soliciten la cotización y contraten uno o varios de los servicios de Daclean Express.</p>', 'POLÍTICA DE PRIVACIDAD', '', 'publish', 'closed', 'closed', '', 'politica-de-privacidad', '', '', '2021-04-06 21:44:10', '2021-04-07 02:44:10', '', 0, 'https://dacleanexpress.com/?page_id=1535', 0, 'page', '', 0),
(1536, 18, '2021-04-04 07:34:01', '2021-04-04 12:34:01', '', 'POLÍTICA DE PRIVACIDAD', '', 'inherit', 'closed', 'closed', '', '1535-revision-v1', '', '', '2021-04-04 07:34:01', '2021-04-04 12:34:01', '', 1535, 'https://dacleanexpress.com/1535-revision-v1/uncategorized/', 0, 'revision', '', 0),
(1538, 18, '2021-04-04 07:38:51', '2021-04-04 12:38:51', '', 'POLÍTICA DE PRIVACIDAD', '', 'inherit', 'closed', 'closed', '', '1535-revision-v1', '', '', '2021-04-04 07:38:51', '2021-04-04 12:38:51', '', 1535, 'https://dacleanexpress.com/1535-revision-v1/uncategorized/', 0, 'revision', '', 0),
(1539, 18, '2021-04-04 07:38:52', '2021-04-04 12:38:52', '', 'POLÍTICA DE PRIVACIDAD', '', 'inherit', 'closed', 'closed', '', '1535-revision-v1', '', '', '2021-04-04 07:38:52', '2021-04-04 12:38:52', '', 1535, 'https://dacleanexpress.com/1535-revision-v1/uncategorized/', 0, 'revision', '', 0),
(1540, 18, '2021-04-04 07:38:52', '2021-04-04 12:38:52', '<h2>POLÍTICA DE PRIVACIDAD</h2>		\n		<p style=\"background: white; vertical-align: baseline; margin: 0cm 0cm 21.0pt 0cm;\">El presente Política de Privacidad establece los términos en que Daclean Express usa y protege la información que es proporcionada por sus usuarios al momento de utilizar su sitio web. Esta compañía está comprometida con la seguridad de los datos de sus usuarios. Cuando le pedimos llenar los campos de información personal con la cual usted pueda ser identificado, lo hacemos asegurando que sólo se empleará de acuerdo con los términos de este documento. Sin embargo esta Política de Privacidad puede cambiar con el tiempo o ser actualizada por lo que le recomendamos y enfatizamos revisar continuamente esta página para asegurarse que está de acuerdo con dichos cambios.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Información que es recogida</strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Nuestro sitio web podrá recoger información personal por ejemplo: Nombre,  información de contacto como  su dirección de correo electrónica e información demográfica. Así mismo cuando sea necesario podrá ser requerida información específica para procesar algún pedido o realizar una entrega o facturación.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Uso de la información recogida</strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Nuestro sitio web emplea la información con el fin de proporcionar el mejor servicio posible, particularmente para mantener un registro de usuarios, de pedidos en caso que aplique, y mejorar nuestros productos y servicios.  Es posible que sean enviados correos electrónicos periódicamente a través de nuestro sitio con ofertas especiales, nuevos productos y otra información publicitaria que consideremos relevante para usted o que pueda brindarle algún beneficio, estos correos electrónicos serán enviados a la dirección que usted proporcione y podrán ser cancelados en cualquier momento.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Daclean Express está altamente comprometido para cumplir con el compromiso de mantener su información segura. Usamos los sistemas más avanzados y los actualizamos constantemente para asegurarnos que no exista ningún acceso no autorizado.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Cookies</strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Una cookie se refiere a un fichero que es enviado con la finalidad de solicitar permiso para almacenarse en su ordenador, al aceptar dicho fichero se crea y la cookie sirve entonces para tener información respecto al tráfico web, y también facilita las futuras recurrente. Otra función que tienen las cookies es que con ellas las web pueden reconocerte individualmente y por tanto brindarte el mejor servicio personalizado de su web.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Nuestro sitio web www.dacleanexpress.com  emplea las cookies para poder identificar las páginas que son visitadas y su frecuencia. Esta información es empleada únicamente para análisis estadístico y después la información se elimina de forma permanente. Usted puede eliminar las cookies en cualquier momento desde su ordenador. Sin embargo las cookies ayudan a proporcionar un mejor servicio de los sitios web, estás no dan acceso a información de su ordenador ni de usted, a menos de que usted así lo quiera y la proporcione directamente. Usted puede aceptar o negar el uso de cookies, sin embargo la mayoría de navegadores aceptan cookies automáticamente pues sirve para tener un mejor servicio web. También usted puede cambiar la configuración de su ordenador para declinar las cookies. Si se declinan es posible que no pueda utilizar algunos de nuestros servicios.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\"> </strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Enlaces a Terceros</strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Este sitio web pudiera contener en laces a otros sitios que pudieran ser de su interés. Una vez que usted de clic en estos enlaces y abandone nuestra página, ya no tenemos control sobre al sitio al que es redirigido y por lo tanto no somos responsables de los términos o privacidad ni de la protección de sus datos en esos otros sitios terceros. Dichos sitios están sujetos a sus propias políticas de privacidad por lo cual es recomendable que los consulte para confirmar que usted está de acuerdo con estas.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Control de su información personal</strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">En cualquier momento usted puede restringir la recopilación o el uso de la información personal que es proporcionada a nuestro sitio web.  Cada vez que se le solicite rellenar un formulario, como el de alta de usuario, puede marcar o desmarcar la opción de recibir información por correo electrónico.  En caso de que haya marcado la opción de recibir nuestro boletín o publicidad usted puede cancelarla en cualquier momento.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Esta compañía no venderá, cederá ni distribuirá la información personal que es recopilada sin su consentimiento, salvo que sea requerido por un juez con un orden judicial.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Daclean Express se reserva el derecho de cambiar los términos de la presente Política de Privacidad en cualquier momento.</p>', 'POLÍTICA DE PRIVACIDAD', '', 'inherit', 'closed', 'closed', '', '1535-revision-v1', '', '', '2021-04-04 07:38:52', '2021-04-04 12:38:52', '', 1535, 'https://dacleanexpress.com/1535-revision-v1/uncategorized/', 0, 'revision', '', 0),
(1554, 18, '2021-04-04 11:20:25', '2021-04-04 16:20:25', '<h2>POLÍTICA DE PRIVACIDAD</h2>		\n		<p style=\"background: white; vertical-align: baseline; margin: 0cm 0cm 21.0pt 0cm;\">El presente Política de Privacidad establece los términos en que Daclean Express usa y protege la información que es proporcionada por sus usuarios al momento de utilizar su sitio web. Esta compañía está comprometida con la seguridad de los datos de sus usuarios. Cuando le pedimos llenar los campos de información personal con la cual usted pueda ser identificado, lo hacemos asegurando que sólo se empleará de acuerdo con los términos de este documento. Sin embargo esta Política de Privacidad puede cambiar con el tiempo o ser actualizada por lo que le recomendamos y enfatizamos revisar continuamente esta página para asegurarse que está de acuerdo con dichos cambios.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Información que es recogida</strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Nuestro sitio web podrá recoger información personal por ejemplo: Nombre,  información de contacto como  su dirección de correo electrónica e información demográfica. Así mismo cuando sea necesario podrá ser requerida información específica para procesar algún pedido o realizar una entrega o facturación.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Uso de la información recogida</strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Nuestro sitio web emplea la información con el fin de proporcionar el mejor servicio posible, particularmente para mantener un registro de usuarios, de pedidos en caso que aplique, y mejorar nuestros productos y servicios.  Es posible que sean enviados correos electrónicos periódicamente a través de nuestro sitio con ofertas especiales, nuevos productos y otra información publicitaria que consideremos relevante para usted o que pueda brindarle algún beneficio, estos correos electrónicos serán enviados a la dirección que usted proporcione y podrán ser cancelados en cualquier momento.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Daclean Express está altamente comprometido para cumplir con el compromiso de mantener su información segura. Usamos los sistemas más avanzados y los actualizamos constantemente para asegurarnos que no exista ningún acceso no autorizado.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Cookies</strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Una cookie se refiere a un fichero que es enviado con la finalidad de solicitar permiso para almacenarse en su ordenador, al aceptar dicho fichero se crea y la cookie sirve entonces para tener información respecto al tráfico web, y también facilita las futuras recurrente. Otra función que tienen las cookies es que con ellas las web pueden reconocerte individualmente y por tanto brindarte el mejor servicio personalizado de su web.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Nuestro sitio web www.dacleanexpress.com  emplea las cookies para poder identificar las páginas que son visitadas y su frecuencia. Esta información es empleada únicamente para análisis estadístico y después la información se elimina de forma permanente. Usted puede eliminar las cookies en cualquier momento desde su ordenador. Sin embargo las cookies ayudan a proporcionar un mejor servicio de los sitios web, estás no dan acceso a información de su ordenador ni de usted, a menos de que usted así lo quiera y la proporcione directamente. Usted puede aceptar o negar el uso de cookies, sin embargo la mayoría de navegadores aceptan cookies automáticamente pues sirve para tener un mejor servicio web. También usted puede cambiar la configuración de su ordenador para declinar las cookies. Si se declinan es posible que no pueda utilizar algunos de nuestros servicios.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\"> </strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Enlaces a Terceros</strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Este sitio web pudiera contener en laces a otros sitios que pudieran ser de su interés. Una vez que usted de clic en estos enlaces y abandone nuestra página, ya no tenemos control sobre al sitio al que es redirigido y por lo tanto no somos responsables de los términos o privacidad ni de la protección de sus datos en esos otros sitios terceros. Dichos sitios están sujetos a sus propias políticas de privacidad por lo cual es recomendable que los consulte para confirmar que usted está de acuerdo con estas.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Control de su información personal</strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">En cualquier momento usted puede restringir la recopilación o el uso de la información personal que es proporcionada a nuestro sitio web.  Cada vez que se le solicite rellenar un formulario, como el de alta de usuario, puede marcar o desmarcar la opción de recibir información por correo electrónico.  En caso de que haya marcado la opción de recibir nuestro boletín o publicidad usted puede cancelarla en cualquier momento.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Esta compañía no venderá, cederá ni distribuirá la información personal que es recopilada sin su consentimiento, salvo que sea requerido por un juez con un orden judicial.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Daclean Express se reserva el derecho de cambiar los términos de la presente Política de Privacidad en cualquier momento.</p>', 'POLÍTICA DE PRIVACIDAD', '', 'inherit', 'closed', 'closed', '', '1535-revision-v1', '', '', '2021-04-04 11:20:25', '2021-04-04 16:20:25', '', 1535, 'https://dacleanexpress.com/1535-revision-v1/uncategorized/', 0, 'revision', '', 0),
(1555, 18, '2021-04-04 11:20:25', '2021-04-04 16:20:25', '<h2>POLÍTICA DE PRIVACIDAD</h2>		\n		<p style=\"background: white; vertical-align: baseline; margin: 0cm 0cm 21.0pt 0cm;\">El presente Política de Privacidad establece los términos en que Daclean Express usa y protege la información que es proporcionada por sus usuarios al momento de utilizar su sitio web. Esta compañía está comprometida con la seguridad de los datos de sus usuarios. Cuando le pedimos llenar los campos de información personal con la cual usted pueda ser identificado, lo hacemos asegurando que sólo se empleará de acuerdo con los términos de este documento. Sin embargo esta Política de Privacidad puede cambiar con el tiempo o ser actualizada por lo que le recomendamos y enfatizamos revisar continuamente esta página para asegurarse que está de acuerdo con dichos cambios.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Información que es recogida</strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Nuestro sitio web podrá recoger información personal por ejemplo: Nombre,  información de contacto como  su dirección de correo electrónica e información demográfica. Así mismo cuando sea necesario podrá ser requerida información específica para procesar algún pedido o realizar una entrega o facturación.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Uso de la información recogida</strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Nuestro sitio web emplea la información con el fin de proporcionar el mejor servicio posible, particularmente para mantener un registro de usuarios, de pedidos en caso que aplique, y mejorar nuestros productos y servicios.  Es posible que sean enviados correos electrónicos periódicamente a través de nuestro sitio con ofertas especiales, nuevos productos y otra información publicitaria que consideremos relevante para usted o que pueda brindarle algún beneficio, estos correos electrónicos serán enviados a la dirección que usted proporcione y podrán ser cancelados en cualquier momento.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Daclean Express está altamente comprometido para cumplir con el compromiso de mantener su información segura. Usamos los sistemas más avanzados y los actualizamos constantemente para asegurarnos que no exista ningún acceso no autorizado.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Cookies</strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Una cookie se refiere a un fichero que es enviado con la finalidad de solicitar permiso para almacenarse en su ordenador, al aceptar dicho fichero se crea y la cookie sirve entonces para tener información respecto al tráfico web, y también facilita las futuras recurrente. Otra función que tienen las cookies es que con ellas las web pueden reconocerte individualmente y por tanto brindarte el mejor servicio personalizado de su web.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Nuestro sitio web www.dacleanexpress.com  emplea las cookies para poder identificar las páginas que son visitadas y su frecuencia. Esta información es empleada únicamente para análisis estadístico y después la información se elimina de forma permanente. Usted puede eliminar las cookies en cualquier momento desde su ordenador. Sin embargo las cookies ayudan a proporcionar un mejor servicio de los sitios web, estás no dan acceso a información de su ordenador ni de usted, a menos de que usted así lo quiera y la proporcione directamente. Usted puede aceptar o negar el uso de cookies, sin embargo la mayoría de navegadores aceptan cookies automáticamente pues sirve para tener un mejor servicio web. También usted puede cambiar la configuración de su ordenador para declinar las cookies. Si se declinan es posible que no pueda utilizar algunos de nuestros servicios.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\"> </strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Enlaces a Terceros</strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Este sitio web pudiera contener en laces a otros sitios que pudieran ser de su interés. Una vez que usted de clic en estos enlaces y abandone nuestra página, ya no tenemos control sobre al sitio al que es redirigido y por lo tanto no somos responsables de los términos o privacidad ni de la protección de sus datos en esos otros sitios terceros. Dichos sitios están sujetos a sus propias políticas de privacidad por lo cual es recomendable que los consulte para confirmar que usted está de acuerdo con estas.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Control de su información personal</strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">En cualquier momento usted puede restringir la recopilación o el uso de la información personal que es proporcionada a nuestro sitio web.  Cada vez que se le solicite rellenar un formulario, como el de alta de usuario, puede marcar o desmarcar la opción de recibir información por correo electrónico.  En caso de que haya marcado la opción de recibir nuestro boletín o publicidad usted puede cancelarla en cualquier momento.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Esta compañía no venderá, cederá ni distribuirá la información personal que es recopilada sin su consentimiento, salvo que sea requerido por un juez con un orden judicial.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Daclean Express se reserva el derecho de cambiar los términos de la presente Política de Privacidad en cualquier momento.</p>', 'POLÍTICA DE PRIVACIDAD', '', 'inherit', 'closed', 'closed', '', '1535-revision-v1', '', '', '2021-04-04 11:20:25', '2021-04-04 16:20:25', '', 1535, 'https://dacleanexpress.com/1535-revision-v1/uncategorized/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1556, 18, '2021-04-04 11:20:26', '2021-04-04 16:20:26', '<h2>POLÍTICA DE PRIVACIDAD</h2>		\n		<p style=\"background: white; vertical-align: baseline; margin: 0cm 0cm 21.0pt 0cm;\">La&nbsp; Política de Privacidad establece los términos en que Daclean Express usa y protege la información que es proporcionada por sus usuarios al momento de utilizar su sitio web. Esta compañía está comprometida con la seguridad de los datos de sus usuarios. Cuando le pedimos llenar los campos de información personal con la cual usted pueda ser identificado, lo hacemos asegurando que sólo se empleará de acuerdo con los términos de este documento. Sin embargo esta Política de Privacidad puede cambiar con el tiempo o ser actualizada por lo que le recomendamos y enfatizamos revisar continuamente esta página para asegurarse que está de acuerdo con dichos cambios.</p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Información que es recogida</strong></p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Nuestro sitio web podrá recoger información personal por ejemplo: Nombre,&nbsp; información de contacto como&nbsp; su dirección de correo electrónica e información demográfica. Así mismo cuando sea necesario podrá ser requerida información específica para procesar algún pedido o realizar una entrega o facturación.</p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Uso de la información recogida</strong></p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Nuestro sitio web emplea la información con el fin de proporcionar el mejor servicio posible, particularmente para mantener un registro de usuarios, de pedidos en caso que aplique, y mejorar nuestros productos y servicios. &nbsp;Es posible que sean enviados correos electrónicos periódicamente a través de nuestro sitio con ofertas especiales, nuevos productos y otra información publicitaria que consideremos relevante para usted o que pueda brindarle algún beneficio, estos correos electrónicos serán enviados a la dirección que usted proporcione y podrán ser cancelados en cualquier momento.</p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Daclean Express está altamente comprometido para cumplir con el compromiso de mantener su información segura. Usamos los sistemas más avanzados y los actualizamos constantemente para asegurarnos que no exista ningún acceso no autorizado.</p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Cookies</strong></p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Una cookie se refiere a un fichero que es enviado con la finalidad de solicitar permiso para almacenarse en su ordenador, al aceptar dicho fichero se crea y la cookie sirve entonces para tener información respecto al tráfico web, y también facilita las futuras&nbsp;recurrente. Otra función que tienen las cookies es que con ellas las web pueden reconocerte individualmente y por tanto brindarte el mejor servicio personalizado de su web.</p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Nuestro sitio web www.dacleanexpress.com&nbsp; emplea las cookies para poder identificar las páginas que son visitadas y su frecuencia. Esta información es empleada únicamente para análisis estadístico y después la información se elimina de forma permanente. Usted puede eliminar las cookies en cualquier momento desde su ordenador. Sin embargo las cookies ayudan a proporcionar un mejor servicio de los sitios web, estás no dan acceso a información de su ordenador ni de usted, a menos de que usted así lo quiera y la proporcione directamente. Usted puede aceptar o negar el uso de cookies, sin embargo la mayoría de navegadores aceptan cookies automáticamente pues sirve para tener un mejor servicio web. También usted puede cambiar la configuración de su ordenador para declinar las cookies. Si se declinan es posible que no pueda utilizar algunos de nuestros servicios.</p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">&nbsp;</strong></p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Enlaces a Terceros</strong></p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Este sitio web pudiera contener en laces a otros sitios que pudieran ser de su interés. Una vez que usted de clic en estos enlaces y abandone nuestra página, ya no tenemos control sobre al sitio al que es redirigido y por lo tanto no somos responsables de los términos o privacidad ni de la protección de sus datos en esos otros sitios terceros. Dichos sitios están sujetos a sus propias políticas de privacidad por lo cual es recomendable que los consulte para confirmar que usted está de acuerdo con estas.</p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Control de su información personal</strong></p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">En cualquier momento usted puede restringir la recopilación o el uso de la información personal que es proporcionada a nuestro sitio web.&nbsp; Cada vez que se le solicite rellenar un formulario, como el de alta de usuario, puede marcar o desmarcar la opción de recibir información por correo electrónico. &nbsp;En caso de que haya marcado la opción de recibir nuestro boletín o publicidad usted puede cancelarla en cualquier momento.</p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Esta compañía no venderá, cederá ni distribuirá la información personal que es recopilada sin su consentimiento, salvo que sea requerido por un juez con un orden judicial.</p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Daclean Express se reserva el derecho de cambiar los términos de la presente Política de Privacidad en cualquier momento.</p>', 'POLÍTICA DE PRIVACIDAD', '', 'inherit', 'closed', 'closed', '', '1535-revision-v1', '', '', '2021-04-04 11:20:26', '2021-04-04 16:20:26', '', 1535, 'https://dacleanexpress.com/1535-revision-v1/uncategorized/', 0, 'revision', '', 0),
(1565, 18, '2021-04-04 12:04:19', '2021-04-04 17:04:19', '', 'post-daclean-2', '', 'inherit', 'open', 'closed', '', 'post-daclean-2', '', '', '2021-04-04 12:04:19', '2021-04-04 17:04:19', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/04/post-daclean-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1590, 18, '2021-04-04 12:34:48', '2021-04-04 17:34:48', '', 'logo-original (2)daclean', '', 'inherit', 'open', 'closed', '', 'logo-original-2daclean-2', '', '', '2021-04-04 12:34:48', '2021-04-04 17:34:48', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/04/logo-original-2daclean-1.png', 0, 'attachment', 'image/png', 0),
(1582, 18, '2021-04-04 12:26:33', '2021-04-04 17:26:33', '', 'logo-original (2)', '', 'inherit', 'open', 'closed', '', 'logo-original-2-2', '', '', '2021-04-04 12:26:33', '2021-04-04 17:26:33', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/04/logo-original-2-1.png', 0, 'attachment', 'image/png', 0),
(1589, 18, '2021-04-04 12:33:07', '2021-04-04 17:33:07', '', 'logo-original (2)daclean', '', 'inherit', 'open', 'closed', '', 'logo-original-2daclean', '', '', '2021-04-04 12:33:07', '2021-04-04 17:33:07', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/04/logo-original-2daclean.png', 0, 'attachment', 'image/png', 0),
(1594, 18, '2021-04-04 12:50:10', '2021-04-04 17:50:10', '', 'post_construcccion', '', 'inherit', 'open', 'closed', '', 'post_construcccion-2', '', '', '2021-04-04 12:50:10', '2021-04-04 17:50:10', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/04/post_construcccion-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1607, 18, '2021-04-04 13:36:53', '2021-04-04 18:36:53', '', 'logo-original (2)daclean', '', 'inherit', 'open', 'closed', '', 'logo-original-2daclean-3', '', '', '2021-04-04 13:36:53', '2021-04-04 18:36:53', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/04/logo-original-2daclean-2.png', 0, 'attachment', 'image/png', 0),
(1615, 18, '2021-04-04 14:13:17', '2021-04-04 19:13:17', '', 'clean_negocio', '', 'inherit', 'open', 'closed', '', 'clean_negocio-2', '', '', '2021-04-04 14:13:17', '2021-04-04 19:13:17', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/04/clean_negocio-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1617, 18, '2021-04-04 14:15:14', '2021-04-04 19:15:14', '', 'Ofiicina_grupo3a', '', 'inherit', 'open', 'closed', '', 'ofiicina_grupo3a', '', '', '2021-04-04 14:15:14', '2021-04-04 19:15:14', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/04/Ofiicina_grupo3a.jpg', 0, 'attachment', 'image/jpeg', 0),
(1644, 18, '2021-04-06 21:43:40', '2021-04-07 02:43:40', '<h2>POLÍTICA DE PRIVACIDAD</h2>		\n		<p style=\"background: white; vertical-align: baseline; margin: 0cm 0cm 21.0pt 0cm;\">La&nbsp; Política de Privacidad establece los términos en que Daclean Express usa y protege la información que es proporcionada por sus usuarios al momento de utilizar su sitio web. Esta compañía está comprometida con la seguridad de los datos de sus usuarios. Cuando le pedimos llenar los campos de información personal con la cual usted pueda ser identificado, lo hacemos asegurando que sólo se empleará de acuerdo con los términos de este documento. Sin embargo esta Política de Privacidad puede cambiar con el tiempo o ser actualizada por lo que le recomendamos y enfatizamos revisar continuamente esta página para asegurarse que está de acuerdo con dichos cambios.</p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Información que es recogida</strong></p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Nuestro sitio web podrá recoger información personal por ejemplo: Nombre,&nbsp; información de contacto como&nbsp; su dirección de correo electrónica e información demográfica. Así mismo cuando sea necesario podrá ser requerida información específica para procesar algún pedido o realizar una entrega o facturación.</p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Uso de la información recogida</strong></p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Nuestro sitio web emplea la información con el fin de proporcionar el mejor servicio posible, particularmente para mantener un registro de usuarios, de pedidos en caso que aplique, y mejorar nuestros productos y servicios. &nbsp;Es posible que sean enviados correos electrónicos periódicamente a través de nuestro sitio con ofertas especiales, nuevos productos y otra información publicitaria que consideremos relevante para usted o que pueda brindarle algún beneficio, estos correos electrónicos serán enviados a la dirección que usted proporcione y podrán ser cancelados en cualquier momento.</p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Daclean Express está altamente comprometido para cumplir con el compromiso de mantener su información segura. Usamos los sistemas más avanzados y los actualizamos constantemente para asegurarnos que no exista ningún acceso no autorizado.</p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Cookies</strong></p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Una cookie se refiere a un fichero que es enviado con la finalidad de solicitar permiso para almacenarse en su ordenador, al aceptar dicho fichero se crea y la cookie sirve entonces para tener información respecto al tráfico web, y también facilita las futuras&nbsp;recurrente. Otra función que tienen las cookies es que con ellas las web pueden reconocerte individualmente y por tanto brindarte el mejor servicio personalizado de su web.</p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Nuestro sitio web www.dacleanexpress.com&nbsp; emplea las cookies para poder identificar las páginas que son visitadas y su frecuencia. Esta información es empleada únicamente para análisis estadístico y después la información se elimina de forma permanente. Usted puede eliminar las cookies en cualquier momento desde su ordenador. Sin embargo las cookies ayudan a proporcionar un mejor servicio de los sitios web, estás no dan acceso a información de su ordenador ni de usted, a menos de que usted así lo quiera y la proporcione directamente. Usted puede aceptar o negar el uso de cookies, sin embargo la mayoría de navegadores aceptan cookies automáticamente pues sirve para tener un mejor servicio web. También usted puede cambiar la configuración de su ordenador para declinar las cookies. Si se declinan es posible que no pueda utilizar algunos de nuestros servicios.</p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">&nbsp;</strong></p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Enlaces a Terceros</strong></p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Este sitio web pudiera contener en laces a otros sitios que pudieran ser de su interés. Una vez que usted de clic en estos enlaces y abandone nuestra página, ya no tenemos control sobre al sitio al que es redirigido y por lo tanto no somos responsables de los términos o privacidad ni de la protección de sus datos en esos otros sitios terceros. Dichos sitios están sujetos a sus propias políticas de privacidad por lo cual es recomendable que los consulte para confirmar que usted está de acuerdo con estas.</p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Control de su información personal</strong></p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">En cualquier momento usted puede restringir la recopilación o el uso de la información personal que es proporcionada a nuestro sitio web.&nbsp; Cada vez que se le solicite rellenar un formulario, como el de alta de usuario, puede marcar o desmarcar la opción de recibir información por correo electrónico. &nbsp;En caso de que haya marcado la opción de recibir nuestro boletín o publicidad usted puede cancelarla en cualquier momento.</p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Esta compañía no venderá, cederá ni distribuirá la información personal que es recopilada sin su consentimiento, salvo que sea requerido por un juez con un orden judicial.</p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Daclean Express se reserva el derecho de cambiar los términos de la presente Política de Privacidad en cualquier momento.</p>', 'POLÍTICA DE PRIVACIDAD', '', 'inherit', 'closed', 'closed', '', '1535-revision-v1', '', '', '2021-04-06 21:43:40', '2021-04-07 02:43:40', '', 1535, 'https://dacleanexpress.com/1535-revision-v1/uncategorized/', 0, 'revision', '', 0),
(1645, 18, '2021-04-06 21:43:40', '2021-04-07 02:43:40', '<h2>POLÍTICA DE PRIVACIDAD</h2>		\n		<p style=\"background: white; vertical-align: baseline; margin: 0cm 0cm 21.0pt 0cm;\">La&nbsp; Política de Privacidad establece los términos en que Daclean Express usa y protege la información que es proporcionada por sus usuarios al momento de utilizar su sitio web. Esta compañía está comprometida con la seguridad de los datos de sus usuarios. Cuando le pedimos llenar los campos de información personal con la cual usted pueda ser identificado, lo hacemos asegurando que sólo se empleará de acuerdo con los términos de este documento. Sin embargo esta Política de Privacidad puede cambiar con el tiempo o ser actualizada por lo que le recomendamos y enfatizamos revisar continuamente esta página para asegurarse que está de acuerdo con dichos cambios.</p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Información que es recogida</strong></p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Nuestro sitio web podrá recoger información personal por ejemplo: Nombre,&nbsp; información de contacto como&nbsp; su dirección de correo electrónica e información demográfica. Así mismo cuando sea necesario podrá ser requerida información específica para procesar algún pedido o realizar una entrega o facturación.</p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Uso de la información recogida</strong></p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Nuestro sitio web emplea la información con el fin de proporcionar el mejor servicio posible, particularmente para mantener un registro de usuarios, de pedidos en caso que aplique, y mejorar nuestros productos y servicios. &nbsp;Es posible que sean enviados correos electrónicos periódicamente a través de nuestro sitio con ofertas especiales, nuevos productos y otra información publicitaria que consideremos relevante para usted o que pueda brindarle algún beneficio, estos correos electrónicos serán enviados a la dirección que usted proporcione y podrán ser cancelados en cualquier momento.</p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Daclean Express está altamente comprometido para cumplir con el compromiso de mantener su información segura. Usamos los sistemas más avanzados y los actualizamos constantemente para asegurarnos que no exista ningún acceso no autorizado.</p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Cookies</strong></p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Una cookie se refiere a un fichero que es enviado con la finalidad de solicitar permiso para almacenarse en su ordenador, al aceptar dicho fichero se crea y la cookie sirve entonces para tener información respecto al tráfico web, y también facilita las futuras&nbsp;recurrente. Otra función que tienen las cookies es que con ellas las web pueden reconocerte individualmente y por tanto brindarte el mejor servicio personalizado de su web.</p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Nuestro sitio web www.dacleanexpress.com&nbsp; emplea las cookies para poder identificar las páginas que son visitadas y su frecuencia. Esta información es empleada únicamente para análisis estadístico y después la información se elimina de forma permanente. Usted puede eliminar las cookies en cualquier momento desde su ordenador. Sin embargo las cookies ayudan a proporcionar un mejor servicio de los sitios web, estás no dan acceso a información de su ordenador ni de usted, a menos de que usted así lo quiera y la proporcione directamente. Usted puede aceptar o negar el uso de cookies, sin embargo la mayoría de navegadores aceptan cookies automáticamente pues sirve para tener un mejor servicio web. También usted puede cambiar la configuración de su ordenador para declinar las cookies. Si se declinan es posible que no pueda utilizar algunos de nuestros servicios.</p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">&nbsp;</strong></p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Enlaces a Terceros</strong></p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Este sitio web pudiera contener en laces a otros sitios que pudieran ser de su interés. Una vez que usted de clic en estos enlaces y abandone nuestra página, ya no tenemos control sobre al sitio al que es redirigido y por lo tanto no somos responsables de los términos o privacidad ni de la protección de sus datos en esos otros sitios terceros. Dichos sitios están sujetos a sus propias políticas de privacidad por lo cual es recomendable que los consulte para confirmar que usted está de acuerdo con estas.</p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Control de su información personal</strong></p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">En cualquier momento usted puede restringir la recopilación o el uso de la información personal que es proporcionada a nuestro sitio web.&nbsp; Cada vez que se le solicite rellenar un formulario, como el de alta de usuario, puede marcar o desmarcar la opción de recibir información por correo electrónico. &nbsp;En caso de que haya marcado la opción de recibir nuestro boletín o publicidad usted puede cancelarla en cualquier momento.</p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Esta compañía no venderá, cederá ni distribuirá la información personal que es recopilada sin su consentimiento, salvo que sea requerido por un juez con un orden judicial.</p>\n<p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Daclean Express se reserva el derecho de cambiar los términos de la presente Política de Privacidad en cualquier momento.</p>', 'POLÍTICA DE PRIVACIDAD', '', 'inherit', 'closed', 'closed', '', '1535-revision-v1', '', '', '2021-04-06 21:43:40', '2021-04-07 02:43:40', '', 1535, 'https://dacleanexpress.com/1535-revision-v1/uncategorized/', 0, 'revision', '', 0),
(1649, 18, '2021-04-06 21:44:10', '2021-04-07 02:44:10', '<h2>POLÍTICA DE PRIVACIDAD</h2>		\n		<p style=\"background: white; vertical-align: baseline; margin: 0cm 0cm 21.0pt 0cm;\">La  Política de Privacidad establece los términos en que Daclean Express usa y protege la información que es proporcionada por sus usuarios al momento de utilizar su sitio web. Esta compañía está comprometida con la seguridad de los datos de sus usuarios. Cuando le pedimos llenar los campos de información personal con la cual usted pueda ser identificado, lo hacemos asegurando que sólo se empleará de acuerdo con los términos de este documento. Sin embargo esta Política de Privacidad puede cambiar con el tiempo o ser actualizada por lo que le recomendamos y enfatizamos revisar continuamente esta página para asegurarse que está de acuerdo con dichos cambios.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Información que es recogida</strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Nuestro sitio web podrá recoger información personal por ejemplo: Nombre,  información de contacto como  su dirección de correo electrónica e información demográfica. Así mismo cuando sea necesario podrá ser requerida información específica para procesar algún pedido o realizar una entrega o facturación.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Uso de la información recogida</strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Nuestro sitio web emplea la información con el fin de proporcionar el mejor servicio posible, particularmente para mantener un registro de usuarios, de pedidos en caso que aplique, y mejorar nuestros productos y servicios.  Es posible que sean enviados correos electrónicos periódicamente a través de nuestro sitio con ofertas especiales, nuevos productos y otra información publicitaria que consideremos relevante para usted o que pueda brindarle algún beneficio, estos correos electrónicos serán enviados a la dirección que usted proporcione y podrán ser cancelados en cualquier momento.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Daclean Express está altamente comprometido para cumplir con el compromiso de mantener su información segura. Usamos los sistemas más avanzados y los actualizamos constantemente para asegurarnos que no exista ningún acceso no autorizado.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Cookies</strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Una cookie se refiere a un fichero que es enviado con la finalidad de solicitar permiso para almacenarse en su ordenador, al aceptar dicho fichero se crea y la cookie sirve entonces para tener información respecto al tráfico web, y también facilita las futuras recurrente. Otra función que tienen las cookies es que con ellas las web pueden reconocerte individualmente y por tanto brindarte el mejor servicio personalizado de su web.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Nuestro sitio web www.dacleanexpress.com  emplea las cookies para poder identificar las páginas que son visitadas y su frecuencia. Esta información es empleada únicamente para análisis estadístico y después la información se elimina de forma permanente. Usted puede eliminar las cookies en cualquier momento desde su ordenador. Sin embargo las cookies ayudan a proporcionar un mejor servicio de los sitios web, estás no dan acceso a información de su ordenador ni de usted, a menos de que usted así lo quiera y la proporcione directamente. Usted puede aceptar o negar el uso de cookies, sin embargo la mayoría de navegadores aceptan cookies automáticamente pues sirve para tener un mejor servicio web. También usted puede cambiar la configuración de su ordenador para declinar las cookies. Si se declinan es posible que no pueda utilizar algunos de nuestros servicios.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\"> </strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Enlaces a Terceros</strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Este sitio web pudiera contener en laces a otros sitios que pudieran ser de su interés. Una vez que usted de clic en estos enlaces y abandone nuestra página, ya no tenemos control sobre al sitio al que es redirigido y por lo tanto no somos responsables de los términos o privacidad ni de la protección de sus datos en esos otros sitios terceros. Dichos sitios están sujetos a sus propias políticas de privacidad por lo cual es recomendable que los consulte para confirmar que usted está de acuerdo con estas.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Control de su información personal</strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">En cualquier momento usted puede restringir la recopilación o el uso de la información personal que es proporcionada a nuestro sitio web.  Cada vez que se le solicite rellenar un formulario, como el de alta de usuario, puede marcar o desmarcar la opción de recibir información por correo electrónico.  En caso de que haya marcado la opción de recibir nuestro boletín o publicidad usted puede cancelarla en cualquier momento.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Esta compañía no venderá, cederá ni distribuirá la información personal que es recopilada sin su consentimiento, salvo que sea requerido por un juez con un orden judicial.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Daclean Express se reserva el derecho de cambiar los términos de la presente Política de Privacidad en cualquier momento.</p><p><strong>Términos  y Condiciones</strong></p><p>La limpieza Profunda sin Costo, solo aplica  a los usuarios que soliciten la cotización y contraten uno o varios de los servicios de Daclean Express.</p>', 'POLÍTICA DE PRIVACIDAD', '', 'inherit', 'closed', 'closed', '', '1535-revision-v1', '', '', '2021-04-06 21:44:10', '2021-04-07 02:44:10', '', 1535, 'https://dacleanexpress.com/1535-revision-v1/uncategorized/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1646, 18, '2021-04-06 21:43:40', '2021-04-07 02:43:40', '<h2>POLÍTICA DE PRIVACIDAD</h2>		\n		<p style=\"background: white; vertical-align: baseline; margin: 0cm 0cm 21.0pt 0cm;\">La  Política de Privacidad establece los términos en que Daclean Express usa y protege la información que es proporcionada por sus usuarios al momento de utilizar su sitio web. Esta compañía está comprometida con la seguridad de los datos de sus usuarios. Cuando le pedimos llenar los campos de información personal con la cual usted pueda ser identificado, lo hacemos asegurando que sólo se empleará de acuerdo con los términos de este documento. Sin embargo esta Política de Privacidad puede cambiar con el tiempo o ser actualizada por lo que le recomendamos y enfatizamos revisar continuamente esta página para asegurarse que está de acuerdo con dichos cambios.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Información que es recogida</strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Nuestro sitio web podrá recoger información personal por ejemplo: Nombre,  información de contacto como  su dirección de correo electrónica e información demográfica. Así mismo cuando sea necesario podrá ser requerida información específica para procesar algún pedido o realizar una entrega o facturación.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Uso de la información recogida</strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Nuestro sitio web emplea la información con el fin de proporcionar el mejor servicio posible, particularmente para mantener un registro de usuarios, de pedidos en caso que aplique, y mejorar nuestros productos y servicios.  Es posible que sean enviados correos electrónicos periódicamente a través de nuestro sitio con ofertas especiales, nuevos productos y otra información publicitaria que consideremos relevante para usted o que pueda brindarle algún beneficio, estos correos electrónicos serán enviados a la dirección que usted proporcione y podrán ser cancelados en cualquier momento.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Daclean Express está altamente comprometido para cumplir con el compromiso de mantener su información segura. Usamos los sistemas más avanzados y los actualizamos constantemente para asegurarnos que no exista ningún acceso no autorizado.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Cookies</strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Una cookie se refiere a un fichero que es enviado con la finalidad de solicitar permiso para almacenarse en su ordenador, al aceptar dicho fichero se crea y la cookie sirve entonces para tener información respecto al tráfico web, y también facilita las futuras recurrente. Otra función que tienen las cookies es que con ellas las web pueden reconocerte individualmente y por tanto brindarte el mejor servicio personalizado de su web.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Nuestro sitio web www.dacleanexpress.com  emplea las cookies para poder identificar las páginas que son visitadas y su frecuencia. Esta información es empleada únicamente para análisis estadístico y después la información se elimina de forma permanente. Usted puede eliminar las cookies en cualquier momento desde su ordenador. Sin embargo las cookies ayudan a proporcionar un mejor servicio de los sitios web, estás no dan acceso a información de su ordenador ni de usted, a menos de que usted así lo quiera y la proporcione directamente. Usted puede aceptar o negar el uso de cookies, sin embargo la mayoría de navegadores aceptan cookies automáticamente pues sirve para tener un mejor servicio web. También usted puede cambiar la configuración de su ordenador para declinar las cookies. Si se declinan es posible que no pueda utilizar algunos de nuestros servicios.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\"> </strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Enlaces a Terceros</strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Este sitio web pudiera contener en laces a otros sitios que pudieran ser de su interés. Una vez que usted de clic en estos enlaces y abandone nuestra página, ya no tenemos control sobre al sitio al que es redirigido y por lo tanto no somos responsables de los términos o privacidad ni de la protección de sus datos en esos otros sitios terceros. Dichos sitios están sujetos a sus propias políticas de privacidad por lo cual es recomendable que los consulte para confirmar que usted está de acuerdo con estas.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Control de su información personal</strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">En cualquier momento usted puede restringir la recopilación o el uso de la información personal que es proporcionada a nuestro sitio web.  Cada vez que se le solicite rellenar un formulario, como el de alta de usuario, puede marcar o desmarcar la opción de recibir información por correo electrónico.  En caso de que haya marcado la opción de recibir nuestro boletín o publicidad usted puede cancelarla en cualquier momento.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Esta compañía no venderá, cederá ni distribuirá la información personal que es recopilada sin su consentimiento, salvo que sea requerido por un juez con un orden judicial.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Daclean Express se reserva el derecho de cambiar los términos de la presente Política de Privacidad en cualquier momento.</p><p>Términos  y Condiciones</p><p style=\"background: white; vertical-align: baseline; margin: 0cm 0cm 21pt;\"> </p><p>La limpieza Profunda sin Costo, solo aplica  a los usuarios que soliciten la cotización y contraten uno o varios de los servicios de Daclean Express.</p>', 'POLÍTICA DE PRIVACIDAD', '', 'inherit', 'closed', 'closed', '', '1535-revision-v1', '', '', '2021-04-06 21:43:40', '2021-04-07 02:43:40', '', 1535, 'https://dacleanexpress.com/1535-revision-v1/uncategorized/', 0, 'revision', '', 0),
(1647, 18, '2021-04-06 21:44:10', '2021-04-07 02:44:10', '<h2>POLÍTICA DE PRIVACIDAD</h2>		\n		<p style=\"background: white; vertical-align: baseline; margin: 0cm 0cm 21.0pt 0cm;\">La  Política de Privacidad establece los términos en que Daclean Express usa y protege la información que es proporcionada por sus usuarios al momento de utilizar su sitio web. Esta compañía está comprometida con la seguridad de los datos de sus usuarios. Cuando le pedimos llenar los campos de información personal con la cual usted pueda ser identificado, lo hacemos asegurando que sólo se empleará de acuerdo con los términos de este documento. Sin embargo esta Política de Privacidad puede cambiar con el tiempo o ser actualizada por lo que le recomendamos y enfatizamos revisar continuamente esta página para asegurarse que está de acuerdo con dichos cambios.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Información que es recogida</strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Nuestro sitio web podrá recoger información personal por ejemplo: Nombre,  información de contacto como  su dirección de correo electrónica e información demográfica. Así mismo cuando sea necesario podrá ser requerida información específica para procesar algún pedido o realizar una entrega o facturación.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Uso de la información recogida</strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Nuestro sitio web emplea la información con el fin de proporcionar el mejor servicio posible, particularmente para mantener un registro de usuarios, de pedidos en caso que aplique, y mejorar nuestros productos y servicios.  Es posible que sean enviados correos electrónicos periódicamente a través de nuestro sitio con ofertas especiales, nuevos productos y otra información publicitaria que consideremos relevante para usted o que pueda brindarle algún beneficio, estos correos electrónicos serán enviados a la dirección que usted proporcione y podrán ser cancelados en cualquier momento.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Daclean Express está altamente comprometido para cumplir con el compromiso de mantener su información segura. Usamos los sistemas más avanzados y los actualizamos constantemente para asegurarnos que no exista ningún acceso no autorizado.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Cookies</strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Una cookie se refiere a un fichero que es enviado con la finalidad de solicitar permiso para almacenarse en su ordenador, al aceptar dicho fichero se crea y la cookie sirve entonces para tener información respecto al tráfico web, y también facilita las futuras recurrente. Otra función que tienen las cookies es que con ellas las web pueden reconocerte individualmente y por tanto brindarte el mejor servicio personalizado de su web.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Nuestro sitio web www.dacleanexpress.com  emplea las cookies para poder identificar las páginas que son visitadas y su frecuencia. Esta información es empleada únicamente para análisis estadístico y después la información se elimina de forma permanente. Usted puede eliminar las cookies en cualquier momento desde su ordenador. Sin embargo las cookies ayudan a proporcionar un mejor servicio de los sitios web, estás no dan acceso a información de su ordenador ni de usted, a menos de que usted así lo quiera y la proporcione directamente. Usted puede aceptar o negar el uso de cookies, sin embargo la mayoría de navegadores aceptan cookies automáticamente pues sirve para tener un mejor servicio web. También usted puede cambiar la configuración de su ordenador para declinar las cookies. Si se declinan es posible que no pueda utilizar algunos de nuestros servicios.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\"> </strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Enlaces a Terceros</strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Este sitio web pudiera contener en laces a otros sitios que pudieran ser de su interés. Una vez que usted de clic en estos enlaces y abandone nuestra página, ya no tenemos control sobre al sitio al que es redirigido y por lo tanto no somos responsables de los términos o privacidad ni de la protección de sus datos en esos otros sitios terceros. Dichos sitios están sujetos a sus propias políticas de privacidad por lo cual es recomendable que los consulte para confirmar que usted está de acuerdo con estas.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Control de su información personal</strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">En cualquier momento usted puede restringir la recopilación o el uso de la información personal que es proporcionada a nuestro sitio web.  Cada vez que se le solicite rellenar un formulario, como el de alta de usuario, puede marcar o desmarcar la opción de recibir información por correo electrónico.  En caso de que haya marcado la opción de recibir nuestro boletín o publicidad usted puede cancelarla en cualquier momento.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Esta compañía no venderá, cederá ni distribuirá la información personal que es recopilada sin su consentimiento, salvo que sea requerido por un juez con un orden judicial.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Daclean Express se reserva el derecho de cambiar los términos de la presente Política de Privacidad en cualquier momento.</p><p>Términos  y Condiciones</p><p style=\"background: white; vertical-align: baseline; margin: 0cm 0cm 21pt;\"> </p><p>La limpieza Profunda sin Costo, solo aplica  a los usuarios que soliciten la cotización y contraten uno o varios de los servicios de Daclean Express.</p>', 'POLÍTICA DE PRIVACIDAD', '', 'inherit', 'closed', 'closed', '', '1535-revision-v1', '', '', '2021-04-06 21:44:10', '2021-04-07 02:44:10', '', 1535, 'https://dacleanexpress.com/1535-revision-v1/uncategorized/', 0, 'revision', '', 0),
(1648, 18, '2021-04-06 21:44:10', '2021-04-07 02:44:10', '<h2>POLÍTICA DE PRIVACIDAD</h2>		\n		<p style=\"background: white; vertical-align: baseline; margin: 0cm 0cm 21.0pt 0cm;\">La  Política de Privacidad establece los términos en que Daclean Express usa y protege la información que es proporcionada por sus usuarios al momento de utilizar su sitio web. Esta compañía está comprometida con la seguridad de los datos de sus usuarios. Cuando le pedimos llenar los campos de información personal con la cual usted pueda ser identificado, lo hacemos asegurando que sólo se empleará de acuerdo con los términos de este documento. Sin embargo esta Política de Privacidad puede cambiar con el tiempo o ser actualizada por lo que le recomendamos y enfatizamos revisar continuamente esta página para asegurarse que está de acuerdo con dichos cambios.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Información que es recogida</strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Nuestro sitio web podrá recoger información personal por ejemplo: Nombre,  información de contacto como  su dirección de correo electrónica e información demográfica. Así mismo cuando sea necesario podrá ser requerida información específica para procesar algún pedido o realizar una entrega o facturación.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Uso de la información recogida</strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Nuestro sitio web emplea la información con el fin de proporcionar el mejor servicio posible, particularmente para mantener un registro de usuarios, de pedidos en caso que aplique, y mejorar nuestros productos y servicios.  Es posible que sean enviados correos electrónicos periódicamente a través de nuestro sitio con ofertas especiales, nuevos productos y otra información publicitaria que consideremos relevante para usted o que pueda brindarle algún beneficio, estos correos electrónicos serán enviados a la dirección que usted proporcione y podrán ser cancelados en cualquier momento.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Daclean Express está altamente comprometido para cumplir con el compromiso de mantener su información segura. Usamos los sistemas más avanzados y los actualizamos constantemente para asegurarnos que no exista ningún acceso no autorizado.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Cookies</strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Una cookie se refiere a un fichero que es enviado con la finalidad de solicitar permiso para almacenarse en su ordenador, al aceptar dicho fichero se crea y la cookie sirve entonces para tener información respecto al tráfico web, y también facilita las futuras recurrente. Otra función que tienen las cookies es que con ellas las web pueden reconocerte individualmente y por tanto brindarte el mejor servicio personalizado de su web.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Nuestro sitio web www.dacleanexpress.com  emplea las cookies para poder identificar las páginas que son visitadas y su frecuencia. Esta información es empleada únicamente para análisis estadístico y después la información se elimina de forma permanente. Usted puede eliminar las cookies en cualquier momento desde su ordenador. Sin embargo las cookies ayudan a proporcionar un mejor servicio de los sitios web, estás no dan acceso a información de su ordenador ni de usted, a menos de que usted así lo quiera y la proporcione directamente. Usted puede aceptar o negar el uso de cookies, sin embargo la mayoría de navegadores aceptan cookies automáticamente pues sirve para tener un mejor servicio web. También usted puede cambiar la configuración de su ordenador para declinar las cookies. Si se declinan es posible que no pueda utilizar algunos de nuestros servicios.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\"> </strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Enlaces a Terceros</strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Este sitio web pudiera contener en laces a otros sitios que pudieran ser de su interés. Una vez que usted de clic en estos enlaces y abandone nuestra página, ya no tenemos control sobre al sitio al que es redirigido y por lo tanto no somos responsables de los términos o privacidad ni de la protección de sus datos en esos otros sitios terceros. Dichos sitios están sujetos a sus propias políticas de privacidad por lo cual es recomendable que los consulte para confirmar que usted está de acuerdo con estas.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\"><strong style=\"box-sizing: border-box;\">Control de su información personal</strong></p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">En cualquier momento usted puede restringir la recopilación o el uso de la información personal que es proporcionada a nuestro sitio web.  Cada vez que se le solicite rellenar un formulario, como el de alta de usuario, puede marcar o desmarcar la opción de recibir información por correo electrónico.  En caso de que haya marcado la opción de recibir nuestro boletín o publicidad usted puede cancelarla en cualquier momento.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Esta compañía no venderá, cederá ni distribuirá la información personal que es recopilada sin su consentimiento, salvo que sea requerido por un juez con un orden judicial.</p><p style=\"background: white; vertical-align: baseline; box-sizing: border-box; outline: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 21.0pt 0cm;\">Daclean Express se reserva el derecho de cambiar los términos de la presente Política de Privacidad en cualquier momento.</p><p>Términos  y Condiciones</p><p style=\"background: white; vertical-align: baseline; margin: 0cm 0cm 21pt;\"> </p><p>La limpieza Profunda sin Costo, solo aplica  a los usuarios que soliciten la cotización y contraten uno o varios de los servicios de Daclean Express.</p>', 'POLÍTICA DE PRIVACIDAD', '', 'inherit', 'closed', 'closed', '', '1535-revision-v1', '', '', '2021-04-06 21:44:10', '2021-04-07 02:44:10', '', 1535, 'https://dacleanexpress.com/1535-revision-v1/uncategorized/', 0, 'revision', '', 0),
(2001, 18, '2021-11-24 15:20:46', '2021-11-24 20:20:46', '[vc_section full_width=\"stretch_row\" content_placement=\"middle\" css=\".vc_custom_1578325633620{background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/cta_home_daclean.jpg?id=1013) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row gap=\"30\" css=\".vc_custom_1578583854413{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/2\"][vc_column_text css_animation=\"bounceInLeft\" el_class=\"sombra\"]\r\n<h3><span style=\"color: #ffffff; text-transform: none;\">Limpieza y mantenimiento de oficinas y residencias</span></h3>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1578584005654{background-color: #ffffff !important;}\"][gravityform id=\"4\" title=\"false\" description=\"false\" ajax=\"true\"][/vc_column][/vc_row][/vc_section][vc_section css=\".vc_custom_1576848910557{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_row css=\".vc_custom_1578325524399{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"¡SOMOS PRÁCTICOS!\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" css=\".vc_custom_1576851031024{padding-top: 50px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"874\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Contacta</h4>\r\n<p style=\"text-align: center;\"><strong>Detalla la fecha y hora de tu reserva</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"873\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Autoriza</h4>\r\n<p style=\"text-align: center;\"><strong>Confírmanos tu servicio por medio del pago en línea</strong></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"872\" img_size=\"200x200\" alignment=\"center\" css_animation=\"zoomIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h4 style=\"text-align: center;\">Diviértete</h4>\r\n<p style=\"text-align: center;\"><strong>Nosotras lo hacemos por ti</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" css=\".vc_custom_1578059585201{padding-top: 100px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"AGENDA TU VISITA ¡YA!\" color=\"primary\" size=\"lg\" align=\"center\" i_icon_fontawesome=\"fa fa-envelope\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" css=\".vc_custom_1578315993147{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(http://dacleanexpress.com/wp-content/uploads/2020/01/porque_inicio.jpg?id=988) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row css=\".vc_custom_1578315951341{padding-top: 100px !important;}\"][vc_column][vc_custom_heading text=\"POR QUE LLAMAR A DACLEAN EXPRESS\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row gap=\"20\" equal_height=\"yes\" css=\".vc_custom_1576866671604{padding-top: 50px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"998\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Trato Personalizado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Distinción en el trato</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"997\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Confianza</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestros clientes SIEMPRE nos vuelven a llamar</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"996\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Seguridad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Un servicio sin riesgo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"995\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Tranquilidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nuestro servicio elimina 100% estrés</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"20\"][vc_column width=\"1/4\"][vc_single_image image=\"994\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>100% Calidad</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">La más alta satisfacción</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"1000\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Personal Capacitado</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Capacitaciones con altos estándares académicos</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"993\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Horarios Flexibles</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Eliminamos su necesidad en tiempo óptimo</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"999\" alignment=\"center\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInLeft\"]\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong>Reserva del Servicio</strong></span></h6>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Somos prácticas, sólo: Contacta, Autoriza, Diviértete!</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][/vc_section]', 'Gracias', '', 'inherit', 'closed', 'closed', '', '1173-revision-v1', '', '', '2021-11-24 15:20:46', '2021-11-24 20:20:46', '', 1173, 'https://dacleanexpress.com/1173-revision-v1/uncategorized/', 0, 'revision', '', 0),
(1872, 18, '2021-05-03 14:46:04', '2021-05-03 19:46:04', '', 'Desinfeccion', '', 'inherit', 'open', 'closed', '', 'desinfeccion', '', '', '2021-05-03 14:46:04', '2021-05-03 19:46:04', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/05/Desinfeccion.jpg', 0, 'attachment', 'image/jpeg', 0),
(1868, 18, '2021-05-03 14:43:45', '2021-05-03 19:43:45', '', 'limpieneocios', '', 'inherit', 'open', 'closed', '', 'limpieneocios', '', '', '2021-05-03 14:43:45', '2021-05-03 19:43:45', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/05/limpieneocios.jpg', 0, 'attachment', 'image/jpeg', 0),
(1899, 18, '2021-05-09 23:04:17', '2021-05-10 04:04:17', '', 'Fiormulario', '', 'inherit', 'open', 'closed', '', 'fiormulario-2', '', '', '2021-05-09 23:04:17', '2021-05-10 04:04:17', '', 0, 'https://dacleanexpress.com/wp-content/uploads/2021/05/Fiormulario-1.jpg', 0, 'attachment', 'image/jpeg', 0);

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

--
-- Estructura de tabla para la tabla `wp_revslider_css`
--

CREATE TABLE `wp_revslider_css` (
  `id` int(9) NOT NULL,
  `handle` text COLLATE utf8_unicode_ci NOT NULL,
  `settings` longtext COLLATE utf8_unicode_ci,
  `hover` longtext COLLATE utf8_unicode_ci,
  `advanced` longtext COLLATE utf8_unicode_ci,
  `params` longtext COLLATE utf8_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Volcado de datos para la tabla `wp_revslider_css`
--

INSERT INTO `wp_revslider_css` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(1, '.tp-caption.medium_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}'),
(2, '.tp-caption.small_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(3, '.tp-caption.medium_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(4, '.tp-caption.large_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(5, '.tp-caption.very_large_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(6, '.tp-caption.very_big_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}'),
(7, '.tp-caption.very_big_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}'),
(8, '.tp-caption.modern_medium_fat', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(9, '.tp-caption.modern_medium_fat_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(10, '.tp-caption.modern_medium_light', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(11, '.tp-caption.modern_big_bluebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"letter-spacing\":\"0\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}'),
(12, '.tp-caption.modern_big_redbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}'),
(13, '.tp-caption.modern_small_text_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(14, '.tp-caption.boxshadow', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"},\"hover\":\"\"}', '[]'),
(15, '.tp-caption.black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#000\"}'),
(16, '.tp-caption.noshadow', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '[]'),
(17, '.tp-caption.thinheadline_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),
(18, '.tp-caption.thintext_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),
(19, '.tp-caption.largeblackbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(20, '.tp-caption.largepinkbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(21, '.tp-caption.largewhitebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(22, '.tp-caption.largegreenbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(23, '.tp-caption.excerpt', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}', '{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),
(24, '.tp-caption.large_bold_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(25, '.tp-caption.medium_thin_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(26, '.tp-caption.small_thin_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(27, '.tp-caption.lightgrey_divider', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}', '{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(28, '.tp-caption.large_bold_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(29, '.tp-caption.medium_bg_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(30, '.tp-caption.medium_bold_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(31, '.tp-caption.medium_light_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(32, '.tp-caption.medium_bg_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(33, '.tp-caption.medium_bold_orange', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(34, '.tp-caption.medium_bg_orange', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(35, '.tp-caption.grassfloor', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}', '{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(36, '.tp-caption.large_bold_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(37, '.tp-caption.medium_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(38, '.tp-caption.mediumlarge_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(39, '.tp-caption.mediumlarge_light_white_center', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(40, '.tp-caption.medium_bg_asbestos', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(41, '.tp-caption.medium_light_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(42, '.tp-caption.large_bold_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(43, '.tp-caption.mediumlarge_light_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(44, '.tp-caption.small_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(45, '.tp-caption.roundedimage', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(46, '.tp-caption.large_bg_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(47, '.tp-caption.mediumwhitebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}'),
(48, '.tp-caption.MarkerDisplay', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(49, '.tp-caption.Restaurant-Display', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(50, '.tp-caption.Restaurant-Cursive', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(51, '.tp-caption.Restaurant-ScrollDownText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(52, '.tp-caption.Restaurant-Description', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(53, '.tp-caption.Restaurant-Price', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(54, '.tp-caption.Restaurant-Menuitem', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Power2.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(55, '.tp-caption.Furniture-LogoText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(56, '.tp-caption.Furniture-Plus', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}', '{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(57, '.tp-caption.Furniture-Title', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(58, '.tp-caption.Furniture-Subtitle', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(59, '.tp-caption.Gym-Display', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(60, '.tp-caption.Gym-Subline', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(61, '.tp-caption.Gym-SmallText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(62, '.tp-caption.Fashion-SmallText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(63, '.tp-caption.Fashion-BigDisplay', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(64, '.tp-caption.Fashion-TextBlock', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(65, '.tp-caption.Sports-Display', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(66, '.tp-caption.Sports-DisplayFat', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":[\"\"],\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(67, '.tp-caption.Sports-Subline', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(68, '.tp-caption.Instagram-Caption', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(69, '.tp-caption.News-Title', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}');
INSERT INTO `wp_revslider_css` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(70, '.tp-caption.News-Subtitle', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"Power3.easeInOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(71, '.tp-caption.Photography-Display', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(72, '.tp-caption.Photography-Subline', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(73, '.tp-caption.Photography-ImageHover', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"Power3.easeInOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(74, '.tp-caption.Photography-Menuitem', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(75, '.tp-caption.Photography-Textblock', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(76, '.tp-caption.Photography-Subline-2', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(77, '.tp-caption.Photography-ImageHover2', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Back.easeOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(78, '.tp-caption.WebProduct-Title', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(79, '.tp-caption.WebProduct-SubTitle', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(80, '.tp-caption.WebProduct-Content', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(81, '.tp-caption.WebProduct-Menuitem', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(82, '.tp-caption.WebProduct-Title-Light', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(83, '.tp-caption.WebProduct-SubTitle-Light', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),
(84, '.tp-caption.WebProduct-Content-Light', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),
(85, '.tp-caption.FatRounded', '{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(86, '.tp-caption.NotGeneric-Title', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"[object Object]\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(87, '.tp-caption.NotGeneric-SubTitle', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(88, '.tp-caption.NotGeneric-CallToAction', '{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(89, '.tp-caption.NotGeneric-Icon', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(90, '.tp-caption.NotGeneric-Menuitem', '{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(91, '.tp-caption.MarkerStyle', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(92, '.tp-caption.Gym-Menuitem', '{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(93, '.tp-caption.Newspaper-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(94, '.tp-caption.Newspaper-Subtitle', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(95, '.tp-caption.Newspaper-Title', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(96, '.tp-caption.Newspaper-Title-Centered', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(97, '.tp-caption.Hero-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(98, '.tp-caption.Video-Title', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(99, '.tp-caption.Video-SubTitle', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(100, '.tp-caption.NotGeneric-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(101, '.tp-caption.NotGeneric-BigButton', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(102, '.tp-caption.WebProduct-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(103, '.tp-caption.Restaurant-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}');
INSERT INTO `wp_revslider_css` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(104, '.tp-caption.Gym-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(105, '.tp-caption.Gym-Button-Light', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power2.easeInOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(106, '.tp-caption.Sports-Button-Light', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(107, '.tp-caption.Sports-Button-Red', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(108, '.tp-caption.Photography-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(109, '.tp-caption.Newspaper-Button-2', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(110, '.tp-caption.title-slider', '{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"75px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Lato\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\"}'),
(111, '.tp-caption.subtitle-slider', '{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Lato\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\"}'),
(112, '.tp-caption.button-slider', '{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#58c7ff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":[],\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"14px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Lato\",\"text-decoration\":\"none\",\"background-color\":\"#fda940\",\"border-color\":\"#000000\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":\"0px 0px 0px 0px\"}');

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

--
-- Estructura de tabla para la tabla `wp_revslider_layer_animations`
--

CREATE TABLE `wp_revslider_layer_animations` (
  `id` int(9) NOT NULL,
  `handle` text COLLATE utf8_unicode_ci NOT NULL,
  `params` text COLLATE utf8_unicode_ci NOT NULL,
  `settings` text COLLATE utf8_unicode_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Estructura de tabla para la tabla `wp_revslider_navigations`
--

CREATE TABLE `wp_revslider_navigations` (
  `id` int(9) NOT NULL,
  `name` varchar(191) COLLATE utf8_unicode_ci NOT NULL,
  `handle` varchar(191) COLLATE utf8_unicode_ci NOT NULL,
  `css` longtext COLLATE utf8_unicode_ci NOT NULL,
  `markup` longtext COLLATE utf8_unicode_ci NOT NULL,
  `settings` longtext COLLATE utf8_unicode_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Estructura de tabla para la tabla `wp_revslider_sliders`
--

CREATE TABLE `wp_revslider_sliders` (
  `id` int(9) NOT NULL,
  `title` tinytext COLLATE utf8_unicode_ci NOT NULL,
  `alias` tinytext COLLATE utf8_unicode_ci,
  `params` longtext COLLATE utf8_unicode_ci NOT NULL,
  `settings` text COLLATE utf8_unicode_ci,
  `type` varchar(191) COLLATE utf8_unicode_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Volcado de datos para la tabla `wp_revslider_sliders`
--

INSERT INTO `wp_revslider_sliders` (`id`, `title`, `alias`, `params`, `settings`, `type`) VALUES
(2, 'Homeslider1', 'Homeslider1', '{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Homeslider1\",\"alias\":\"Homeslider1\",\"shortcode\":\"[rev_slider alias=\\\\\\\"Homeslider1\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"fullwidth\",\"width\":\"1920\",\"height\":\"950\",\"width_notebook\":\"1441\",\"height_notebook\":\"100\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"3000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_blur_start\":\"0\",\"def-kb_blur_end\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Overwrite Selected Settings on all Slides\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"on\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"http:\\/\\/dacleanexpress.com\\/wp-content\\/\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"4\",\"spinner_color\":\"#007aff\",\"enable_arrows\":\"on\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"navbar\",\"navigation_arrows_preset\":\"custom\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"bottom\",\"leftarrow_offset_hor\":\"0\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"left\",\"rightarrow_align_vert\":\"bottom\",\"rightarrow_offset_hor\":\"75\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"off\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"navigation_bullets_preset\":\"default\",\"ph-round-bullets-hover-bullet-bg-color-def\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-bullets-border-size-custom-def\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-border-color-color-def\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-bullet-bg-bottom-color-def\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-bullet-bg-top-color-def\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-size-custom-def\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_style\":\"round\",\"navigation_thumbs_preset\":\"default\",\"ph-round-thumbs-title-font-size-custom-def\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"ph-round-thumbs-title-color-color-rgba-def\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-bg-color-rgba-def\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"round\",\"navigation_tabs_preset\":\"default\",\"ph-round-tabs-param2-size-custom-def\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-tabs-param2-color-color-rgba-def\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-contentcolor-color-rgba-def\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-bgcolor-color-rgba-def\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-param1-size-custom-def\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-param1-color-color-rgba-def\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-image-size-custom-def\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-border-size-custom-def\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-border-color-color-rgba-def\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-font-family-font_family-def\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"off\",\"touchenabled_desktop\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_bg_speed\":\"0\",\"parallax_ls_speed\":\"0\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"lazy_load_type\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"allow_android_html5_autoplay\":\"on\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}', '{\"version\":5}', '');

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

--
-- Estructura de tabla para la tabla `wp_revslider_slides`
--

CREATE TABLE `wp_revslider_slides` (
  `id` int(9) NOT NULL,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext COLLATE utf8_unicode_ci NOT NULL,
  `layers` longtext COLLATE utf8_unicode_ci NOT NULL,
  `settings` text COLLATE utf8_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Volcado de datos para la tabla `wp_revslider_slides`
--

INSERT INTO `wp_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(10, 2, 4, '{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"687\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":\"fade\",\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/dacleanexpress.com\\/wp-content\\/uploads\\/2019\\/12\\/daclean_slide-2.jpg\"}', '[]', '\"\"'),
(11, 2, 5, '{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"888\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/dacleanexpress.com\\/wp-content\\/uploads\\/2020\\/01\\/colaboradoras_header.jpg\"}', '[]', '\"\"');

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

--
-- Estructura de tabla para la tabla `wp_revslider_static_slides`
--

CREATE TABLE `wp_revslider_static_slides` (
  `id` int(9) NOT NULL,
  `slider_id` int(9) NOT NULL,
  `params` longtext COLLATE utf8_unicode_ci NOT NULL,
  `layers` longtext COLLATE utf8_unicode_ci NOT NULL,
  `settings` text COLLATE utf8_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Volcado de datos para la tabla `wp_revslider_static_slides`
--

INSERT INTO `wp_revslider_static_slides` (`id`, `slider_id`, `params`, `layers`, `settings`) VALUES
(1, 2, '{\"staticoverflow\":\"visible\",\"staticlayersposition\":\"front\",\"image_id\":\"\",\"image\":\"\"}', '[{\"text\":\"Limpieza que Impacta y Transforma Vidas!\",\"type\":\"text\",\"special_type\":\"static\",\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":0,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":0,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":3000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":2700,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":0},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Limpieza que Impacta...\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":false,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"large_text\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":-1,\"height\":-1,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"60px\"},\"line-height\":{\"desktop\":\"60px\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#fff\"},\"letter-spacing\":{\"desktop\":\"0\"}},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Arial\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"display\":\"block\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":5,\"margin\":{\"desktop\":[\"0px\",\"\",\"\",\"\"]},\"addedToStage\":true,\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"}]', '\"\"');

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

--
-- Estructura de tabla para la tabla `wp_termmeta`
--

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

--
-- Volcado de datos para la tabla `wp_termmeta`
--

INSERT INTO `wp_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES
(1, 23, 'order', '0'),
(2, 23, 'display_type', ''),
(3, 23, 'thumbnail_id', '0'),
(4, 24, 'order', '0'),
(5, 24, 'display_type', ''),
(6, 24, 'thumbnail_id', '0'),
(7, 25, 'order', '0'),
(8, 25, 'display_type', ''),
(9, 25, 'thumbnail_id', '0'),
(10, 26, 'order', '0'),
(11, 26, 'display_type', ''),
(12, 26, 'thumbnail_id', '0'),
(13, 27, 'order', '0'),
(14, 27, 'display_type', ''),
(15, 27, 'thumbnail_id', '0'),
(16, 28, 'order', '0'),
(17, 28, 'display_type', ''),
(18, 28, 'thumbnail_id', '0'),
(19, 27, 'product_count_product_cat', '4'),
(20, 26, 'product_count_product_cat', '4'),
(21, 23, 'product_count_product_cat', '4'),
(22, 25, 'product_count_product_cat', '4'),
(23, 24, 'product_count_product_cat', '4'),
(24, 28, 'product_count_product_cat', '4'),
(25, 29, 'product_count_product_tag', '3'),
(26, 34, 'product_count_product_tag', '3'),
(27, 31, 'product_count_product_tag', '3'),
(28, 33, 'product_count_product_tag', '4'),
(29, 32, 'product_count_product_tag', '4'),
(30, 30, 'product_count_product_tag', '3');

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

--
-- Estructura de tabla para la tabla `wp_terms`
--

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

--
-- Volcado de datos para la tabla `wp_terms`
--

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'simple', 'simple', 0),
(3, 'grouped', 'grouped', 0),
(4, 'variable', 'variable', 0),
(5, 'external', 'external', 0),
(51, 'Blog', 'blog', 0),
(52, 'page', 'page', 0),
(12, 'Main Menu', 'main-menu', 0),
(13, 'maintenance', 'maintenance', 0),
(14, 'water features', 'water-features', 0),
(15, 'installation', 'installation', 0),
(16, 'repairs', 'repairs', 0),
(17, 'tips', 'tips', 0),
(18, 'equipment', 'equipment', 0),
(22, 'Services', 'services', 0),
(23, 'Pool cleaning tools', 'pool-cleaning-tools', 0),
(24, 'Pool cleaners', 'pool-cleaners', 0),
(25, 'Pool vacuums', 'pool-vacuums', 0),
(26, 'Handheld pool brushes', 'handheld-pool-brushes', 0),
(27, 'Pool hoses', 'pool-hoses', 0),
(28, 'Surface skimmers', 'surface-skimmers', 0),
(29, 'automatic', 'automatic', 0),
(30, 'robotic', 'robotic', 0),
(31, 'suction', 'suction', 0),
(32, 'filters', 'filters', 0),
(33, 'above ground', 'above-ground', 0),
(34, 'in-ground', 'in-ground', 0),
(35, 'Services menu', 'services-menu', 0),
(37, 'exclude-from-search', 'exclude-from-search', 0),
(38, 'exclude-from-catalog', 'exclude-from-catalog', 0),
(39, 'featured', 'featured', 0),
(40, 'outofstock', 'outofstock', 0),
(41, 'rated-1', 'rated-1', 0),
(42, 'rated-2', 'rated-2', 0),
(43, 'rated-3', 'rated-3', 0),
(44, 'rated-4', 'rated-4', 0),
(45, 'rated-5', 'rated-5', 0),
(46, 'Uncategorized', 'uncategorized', 0),
(47, 'daclean_main', 'daclean_main', 0),
(48, 'woocommerce-db-updates', 'woocommerce-db-updates', 0),
(49, 'Solicitar Servicio', 'solicitar-servicio', 0);

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

--
-- Estructura de tabla para la tabla `wp_term_relationships`
--

CREATE TABLE `wp_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;

--
-- Volcado de datos para la tabla `wp_term_relationships`
--

INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(0, 36, 0),
(44, 12, 0),
(45, 12, 0),
(47, 12, 0),
(48, 12, 0),
(49, 12, 0),
(50, 12, 0),
(65, 12, 0),
(70, 12, 0),
(71, 12, 0),
(127, 12, 0),
(167, 2, 0),
(167, 27, 0),
(167, 32, 0),
(170, 2, 0),
(170, 27, 0),
(170, 33, 0),
(172, 2, 0),
(172, 24, 0),
(172, 25, 0),
(172, 27, 0),
(172, 28, 0),
(172, 30, 0),
(174, 2, 0),
(174, 23, 0),
(174, 26, 0),
(174, 27, 0),
(174, 31, 0),
(174, 34, 0),
(176, 2, 0),
(176, 24, 0),
(176, 25, 0),
(176, 29, 0),
(178, 2, 0),
(178, 26, 0),
(178, 28, 0),
(178, 32, 0),
(178, 33, 0),
(180, 2, 0),
(180, 25, 0),
(180, 28, 0),
(180, 29, 0),
(180, 30, 0),
(180, 34, 0),
(182, 2, 0),
(182, 23, 0),
(182, 24, 0),
(182, 26, 0),
(182, 31, 0),
(182, 32, 0),
(182, 33, 0),
(184, 2, 0),
(184, 23, 0),
(184, 24, 0),
(184, 28, 0),
(184, 30, 0),
(184, 32, 0),
(184, 33, 0),
(186, 2, 0),
(186, 23, 0),
(186, 25, 0),
(186, 26, 0),
(186, 29, 0),
(186, 31, 0),
(186, 34, 0),
(232, 12, 0),
(236, 35, 0),
(237, 35, 0),
(238, 35, 0),
(268, 12, 0),
(282, 12, 0),
(636, 47, 0),
(637, 47, 0),
(638, 47, 0),
(639, 47, 0),
(640, 48, 0),
(641, 48, 0),
(642, 48, 0),
(643, 48, 0),
(644, 48, 0),
(645, 48, 0),
(646, 48, 0),
(647, 48, 0),
(648, 48, 0),
(649, 48, 0),
(650, 48, 0),
(651, 48, 0),
(652, 48, 0),
(653, 48, 0),
(654, 48, 0),
(655, 48, 0),
(656, 48, 0),
(657, 48, 0),
(658, 48, 0),
(659, 48, 0),
(660, 48, 0),
(661, 48, 0),
(662, 48, 0),
(663, 48, 0),
(664, 48, 0),
(665, 48, 0),
(666, 48, 0),
(667, 48, 0),
(668, 48, 0),
(669, 48, 0),
(670, 48, 0),
(671, 48, 0),
(672, 48, 0),
(673, 48, 0),
(674, 48, 0),
(675, 48, 0),
(676, 48, 0),
(677, 48, 0),
(694, 47, 0),
(723, 22, 0),
(724, 22, 0),
(725, 22, 0),
(726, 22, 0),
(727, 22, 0),
(1126, 51, 0),
(1135, 47, 0);

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

--
-- Estructura de tabla para la tabla `wp_term_taxonomy`
--

CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_520_ci 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;

--
-- Volcado de datos para la tabla `wp_term_taxonomy`
--

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 0),
(2, 2, 'product_type', '', 0, 10),
(3, 3, 'product_type', '', 0, 0),
(4, 4, 'product_type', '', 0, 0),
(5, 5, 'product_type', '', 0, 0),
(51, 51, 'category', '', 0, 1),
(12, 12, 'nav_menu', '', 0, 13),
(13, 13, 'post_tag', '', 0, 0),
(14, 14, 'post_tag', '', 0, 0),
(15, 15, 'post_tag', '', 0, 0),
(16, 16, 'post_tag', '', 0, 0),
(17, 17, 'post_tag', '', 0, 0),
(18, 18, 'post_tag', '', 0, 0),
(22, 22, 'services_group', '', 0, 5),
(23, 23, 'product_cat', '', 0, 4),
(24, 24, 'product_cat', '', 0, 4),
(25, 25, 'product_cat', '', 0, 4),
(26, 26, 'product_cat', '', 0, 4),
(27, 27, 'product_cat', '', 0, 4),
(28, 28, 'product_cat', '', 0, 4),
(29, 29, 'product_tag', '', 0, 3),
(30, 30, 'product_tag', '', 0, 3),
(31, 31, 'product_tag', '', 0, 3),
(32, 32, 'product_tag', '', 0, 4),
(33, 33, 'product_tag', '', 0, 4),
(34, 34, 'product_tag', '', 0, 3),
(35, 35, 'nav_menu', '', 0, 3),
(37, 37, 'product_visibility', '', 0, 0),
(38, 38, 'product_visibility', '', 0, 0),
(39, 39, 'product_visibility', '', 0, 0),
(40, 40, 'product_visibility', '', 0, 0),
(41, 41, 'product_visibility', '', 0, 0),
(42, 42, 'product_visibility', '', 0, 0),
(43, 43, 'product_visibility', '', 0, 0),
(44, 44, 'product_visibility', '', 0, 0),
(45, 45, 'product_visibility', '', 0, 0),
(46, 46, 'product_cat', '', 0, 0),
(47, 47, 'nav_menu', '', 0, 6),
(48, 48, 'action-group', '', 0, 1),
(49, 49, 'booked_custom_calendars', '', 0, 0),
(52, 52, 'elementor_library_type', '', 0, 0);

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

--
-- Estructura de tabla para la tabla `wp_usermeta`
--

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

--
-- Volcado de datos para la tabla `wp_usermeta`
--

INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'clicnovo'),
(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_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wp_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', 'text_widget_custom_html,vc_pointers_backend_editor'),
(15, 1, 'show_welcome_panel', '0'),
(17, 1, 'wp_dashboard_quick_press_last_post_id', '1177'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:13:\"186.182.233.0\";}'),
(19, 1, 'closedpostboxes_dashboard', 'a:0:{}'),
(20, 1, 'metaboxhidden_dashboard', 'a:5:{i:0;s:19:\"aj_dashboard_widget\";i:1;s:19:\"dashboard_right_now\";i:2;s:18:\"rg_forms_dashboard\";i:3;s:21:\"dashboard_quick_press\";i:4;s:17:\"dashboard_primary\";}'),
(21, 1, '_woocommerce_tracks_anon_id', 'woo:wFRwGaFcVjK1ACu8hMEGrs3n'),
(22, 1, 'bookedpa_dismissed_notice_booked', '1'),
(23, 1, 'billing_city', ''),
(24, 1, 'billing_postcode', ''),
(25, 1, 'billing_country', ''),
(26, 1, 'billing_state', ''),
(27, 1, 'billing_phone', ''),
(28, 1, 'billing_email', 'user1@user-mail.net'),
(29, 1, 'shipping_first_name', ''),
(30, 1, 'shipping_last_name', ''),
(31, 1, 'shipping_company', ''),
(32, 1, 'shipping_address_1', ''),
(33, 1, 'shipping_address_2', ''),
(34, 1, 'shipping_city', ''),
(35, 1, 'shipping_postcode', ''),
(36, 1, 'shipping_country', ''),
(37, 1, 'shipping_state', ''),
(38, 1, 'last_update', '1467114524'),
(39, 1, 'closedpostboxes_post', 'a:5:{i:0;s:21:\"post-override-options\";i:1;s:12:\"revisionsdiv\";i:2;s:11:\"postexcerpt\";i:3;s:11:\"commentsdiv\";i:4;s:21:\"mymetabox_revslider_0\";}'),
(40, 1, 'metaboxhidden_post', 'a:10:{i:0;s:21:\"post-override-options\";i:1;s:12:\"revisionsdiv\";i:2;s:11:\"postexcerpt\";i:3;s:13:\"trackbacksdiv\";i:4;s:10:\"postcustom\";i:5;s:16:\"commentstatusdiv\";i:6;s:11:\"commentsdiv\";i:7;s:7:\"slugdiv\";i:8;s:9:\"authordiv\";i:9;s:21:\"mymetabox_revslider_0\";}'),
(41, 1, 'wp_user-settings', 'libraryContent=browse&editor=tinymce&edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=370px&edit_element_vcUIPanelTop=66px&hidetb=1&advImgDetails=show'),
(42, 1, 'wp_user-settings-time', '1583756269'),
(43, 1, 'managenav-menuscolumnshidden', 'a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),
(44, 1, 'metaboxhidden_nav-menus', 'a:27:{i:0;s:30:\"woocommerce_endpoints_nav_link\";i:1;s:21:\"add-post-type-product\";i:2;s:21:\"add-post-type-clients\";i:3;s:21:\"add-post-type-courses\";i:4;s:20:\"add-post-type-lesson\";i:5;s:21:\"add-post-type-matches\";i:6;s:23:\"add-post-type-menuitems\";i:7;s:21:\"add-post-type-players\";i:8;s:22:\"add-post-type-services\";i:9;s:18:\"add-post-type-team\";i:10;s:25:\"add-post-type-testimonial\";i:11;s:28:\"add-post-type-essential_grid\";i:12;s:12:\"add-post_tag\";i:13;s:15:\"add-post_format\";i:14;s:15:\"add-product_cat\";i:15;s:15:\"add-product_tag\";i:16;s:17:\"add-clients_group\";i:17;s:17:\"add-courses_group\";i:18;s:15:\"add-courses_tag\";i:19;s:17:\"add-matches_group\";i:20;s:19:\"add-menuitems_group\";i:21;s:17:\"add-players_group\";i:22;s:18:\"add-services_group\";i:23;s:14:\"add-team_group\";i:24;s:21:\"add-testimonial_group\";i:25;s:16:\"add-media_folder\";i:26;s:27:\"add-essential_grid_category\";}'),
(45, 1, 'wp_media_library_mode', 'list'),
(46, 1, 'nav_menu_recently_edited', '47'),
(47, 1, 'closedpostboxes_page', 'a:2:{i:0;s:21:\"post-override-options\";i:1;s:12:\"revisionsdiv\";}'),
(318, 1, 'gform_recent_forms', 'a:4:{i:0;s:1:\"4\";i:1;s:1:\"1\";i:2;s:1:\"3\";i:3;s:1:\"2\";}'),
(48, 1, 'metaboxhidden_page', 'a:4:{i:0;s:10:\"postcustom\";i:1;s:16:\"commentstatusdiv\";i:2;s:7:\"slugdiv\";i:3;s:9:\"authordiv\";}'),
(407, 18, 'nav_menu_recently_edited', '47'),
(408, 18, 'managenav-menuscolumnshidden', 'a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),
(409, 18, 'metaboxhidden_nav-menus', 'a:12:{i:0;s:28:\"add-post-type-e-landing-page\";i:1;s:21:\"add-post-type-clients\";i:2;s:22:\"add-post-type-services\";i:3;s:18:\"add-post-type-team\";i:4;s:25:\"add-post-type-testimonial\";i:5;s:12:\"add-post_tag\";i:6;s:15:\"add-post_format\";i:7;s:17:\"add-clients_group\";i:8;s:18:\"add-services_group\";i:9;s:14:\"add-team_group\";i:10;s:21:\"add-testimonial_group\";i:11;s:16:\"add-media_folder\";}'),
(98, 1, '_woocommerce_persistent_cart', 'a:1:{s:4:\"cart\";a:4:{s:32:\"5878a7ab84fb43402106c575658472fa\";a:9:{s:10:\"product_id\";i:167;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:10:\"line_total\";d:51.960000000000001;s:8:\"line_tax\";i:0;s:13:\"line_subtotal\";d:51.960000000000001;s:17:\"line_subtotal_tax\";i:0;s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}}s:32:\"149e9677a5989fd342ae44213df68868\";a:9:{s:10:\"product_id\";i:170;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:10:\"line_total\";d:41.990000000000002;s:8:\"line_tax\";i:0;s:13:\"line_subtotal\";d:41.990000000000002;s:17:\"line_subtotal_tax\";i:0;s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}}s:32:\"4c5bde74a8f110656874902f07378009\";a:9:{s:10:\"product_id\";i:182;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:10:\"line_total\";d:40.990000000000002;s:8:\"line_tax\";i:0;s:13:\"line_subtotal\";d:40.990000000000002;s:17:\"line_subtotal_tax\";i:0;s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}}s:32:\"6cdd60ea0045eb7a6ec44c54d29ed402\";a:9:{s:10:\"product_id\";i:184;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:10:\"line_total\";d:12.99;s:8:\"line_tax\";i:0;s:13:\"line_subtotal\";d:12.99;s:17:\"line_subtotal_tax\";i:0;s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}}}}'),
(99, 1, 'meta-box-order_page', 'a:3:{s:4:\"side\";s:36:\"submitdiv,pageparentdiv,postimagediv\";s:6:\"normal\";s:113:\"wpb_visual_composer,eg-meta-box,post-meta-box,postcustom,commentstatusdiv,slugdiv,authordiv,mymetabox_revslider_0\";s:8:\"advanced\";s:0:\"\";}'),
(100, 1, 'screen_layout_page', '2'),
(101, 1, 'closedpostboxes_services', 'a:7:{i:0;s:11:\"eg-meta-box\";i:1;s:21:\"post-override-options\";i:2;s:11:\"postexcerpt\";i:3;s:10:\"postcustom\";i:4;s:16:\"commentstatusdiv\";i:5;s:9:\"authordiv\";i:6;s:21:\"mymetabox_revslider_0\";}'),
(102, 1, 'metaboxhidden_services', 'a:8:{i:0;s:11:\"eg-meta-box\";i:1;s:11:\"postexcerpt\";i:2;s:10:\"postcustom\";i:3;s:16:\"commentstatusdiv\";i:4;s:11:\"commentsdiv\";i:5;s:7:\"slugdiv\";i:6;s:9:\"authordiv\";i:7;s:21:\"mymetabox_revslider_0\";}'),
(103, 1, 'tgmpa_dismissed_notice_tgmpa', '1'),
(410, 18, 'elementor_introduction', 'a:1:{s:10:\"rightClick\";b:1;}'),
(365, 1, 'user_facebook', ''),
(366, 1, 'user_instagramm', ''),
(367, 1, 'user_linkedin', ''),
(359, 18, 'closedpostboxes_page', 'a:2:{i:0;s:21:\"post-override-options\";i:1;s:21:\"mymetabox_revslider_0\";}'),
(360, 18, 'metaboxhidden_page', 'a:6:{i:0;s:12:\"revisionsdiv\";i:1;s:10:\"postcustom\";i:2;s:16:\"commentstatusdiv\";i:3;s:11:\"commentsdiv\";i:4;s:7:\"slugdiv\";i:5;s:9:\"authordiv\";}'),
(405, 18, 'session_tokens', 'a:2:{s:64:\"f9d37e0d097be4692e2c33c71f539be3eac70a60be677090a4cdd98aa58cc99d\";a:4:{s:10:\"expiration\";i:1637957650;s:2:\"ip\";s:14:\"181.197.53.232\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36\";s:5:\"login\";i:1637784850;}s:64:\"92a71de4a4aafeb8e05e6e438aa88e2dd9f528970d9e8c3527cffbc679ad55fa\";a:4:{s:10:\"expiration\";i:1637957673;s:2:\"ip\";s:14:\"181.197.53.232\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36\";s:5:\"login\";i:1637784873;}}'),
(356, 1, 'wfls-last-login', '1595859462'),
(364, 1, 'user_position', ''),
(354, 18, 'wp_user-settings-time', '1617570257'),
(350, 18, 'wfls-last-login', '1594840033'),
(351, 18, 'closedpostboxes_post', 'a:1:{i:0;s:21:\"post-override-options\";}'),
(352, 18, 'metaboxhidden_post', 'a:9:{i:0;s:19:\"post_foobox_exclude\";i:1;s:12:\"revisionsdiv\";i:2;s:11:\"postexcerpt\";i:3;s:13:\"trackbacksdiv\";i:4;s:10:\"postcustom\";i:5;s:16:\"commentstatusdiv\";i:6;s:11:\"commentsdiv\";i:7;s:7:\"slugdiv\";i:8;s:9:\"authordiv\";}'),
(353, 18, 'wp_user-settings', 'editor=tinymce&libraryContent=browse&edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=469px&edit_element_vcUIPanelTop=78px&hidetb=0'),
(348, 18, 'show_welcome_panel', '0'),
(347, 18, 'user_linkedin', ''),
(346, 18, 'user_instagramm', ''),
(345, 18, 'user_facebook', ''),
(344, 18, 'user_position', ''),
(337, 18, 'dismissed_wp_pointers', 'vc_pointers_backend_editor,theme_editor_notice'),
(336, 18, 'wp_user_level', '10'),
(335, 18, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(329, 18, 'syntax_highlighting', 'true'),
(330, 18, 'comment_shortcuts', 'false'),
(331, 18, 'admin_color', 'blue'),
(332, 18, 'use_ssl', '0'),
(333, 18, 'show_admin_bar_front', 'true'),
(334, 18, 'locale', ''),
(324, 18, 'nickname', 'Daclean Express'),
(325, 18, 'first_name', 'Dalys'),
(326, 18, 'last_name', 'Durango'),
(327, 18, 'description', ''),
(328, 18, 'rich_editing', 'true'),
(308, 1, '_woocommerce_persistent_cart_1', 'a:1:{s:4:\"cart\";a:4:{s:32:\"5878a7ab84fb43402106c575658472fa\";a:9:{s:10:\"product_id\";i:167;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:10:\"line_total\";d:64.950000000000003;s:8:\"line_tax\";i:0;s:13:\"line_subtotal\";d:64.950000000000003;s:17:\"line_subtotal_tax\";i:0;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}}s:32:\"149e9677a5989fd342ae44213df68868\";a:9:{s:10:\"product_id\";i:170;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:10:\"line_total\";d:41.990000000000002;s:8:\"line_tax\";i:0;s:13:\"line_subtotal\";d:41.990000000000002;s:17:\"line_subtotal_tax\";i:0;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}}s:32:\"4c5bde74a8f110656874902f07378009\";a:9:{s:10:\"product_id\";i:182;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:10:\"line_total\";d:40.990000000000002;s:8:\"line_tax\";i:0;s:13:\"line_subtotal\";d:40.990000000000002;s:17:\"line_subtotal_tax\";i:0;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}}s:32:\"6cdd60ea0045eb7a6ec44c54d29ed402\";a:9:{s:10:\"product_id\";i:184;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:10:\"line_total\";d:12.99;s:8:\"line_tax\";i:0;s:13:\"line_subtotal\";d:12.99;s:17:\"line_subtotal_tax\";i:0;s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}}}}'),
(309, 1, 'wc_last_active', '1576108800'),
(310, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:13:\"186.182.233.0\";}'),
(404, 1, 'default_password_nag', ''),
(312, 1, 'dismissed_wc_admin_notice', '1'),
(313, 1, 'dismissed_no_secure_connection_notice', '1'),
(314, 1, '_woocommerce_load_saved_cart_after_login', '1'),
(315, 1, 'wpcf7_hide_welcome_panel_on', 'a:1:{i:0;s:3:\"5.1\";}'),
(316, 1, 'edit_page_per_page', '30'),
(317, 1, 'upload_per_page', '122'),
(319, 1, 'closedpostboxes_foogallery', 'a:1:{i:0;s:18:\"foogallery_sorting\";}'),
(320, 1, 'metaboxhidden_foogallery', 'a:1:{i:0;s:7:\"slugdiv\";}'),
(406, 18, 'wp_elementor_connect_common_data', 'a:7:{s:9:\"client_id\";s:32:\"eNTSdmcimNx1LCiHjH2BXVffRgtCa0pq\";s:11:\"auth_secret\";s:32:\"GTIh1dHcGVHpACCq7nDHy0zkVOht5T3u\";s:12:\"access_token\";s:32:\"ytVHOf9XRGphxzNXOapVBBefSnZEv03u\";s:19:\"access_token_secret\";s:32:\"louP2l9w41GQjNX0FKkt1aNDEOJPRdx9\";s:10:\"token_type\";s:6:\"bearer\";s:4:\"user\";O:8:\"stdClass\":1:{s:5:\"email\";s:20:\"dacleanexp@gmail.com\";}s:19:\"data_share_opted_in\";b:1;}'),
(339, 18, 'wp_dashboard_quick_press_last_post_id', '1998'),
(340, 18, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"181.197.53.0\";}'),
(341, 18, 'closedpostboxes_dashboard', 'a:0:{}'),
(342, 18, 'metaboxhidden_dashboard', 'a:6:{i:0;s:19:\"aj_dashboard_widget\";i:1;s:19:\"dashboard_right_now\";i:2;s:32:\"wordfence_activity_report_widget\";i:3;s:18:\"rg_forms_dashboard\";i:4;s:21:\"dashboard_quick_press\";i:5;s:17:\"dashboard_primary\";}'),
(343, 18, 'tgmpa_dismissed_notice_tgmpa', '1');

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

--
-- Estructura de tabla para la tabla `wp_users`
--

CREATE TABLE `wp_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wp_users`
--

INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'clicnovo', '$P$BQiUsesOFZPHJgzLiQWIvCm5cMy3my/', 'clicnovo', 'wp@clicnovo.com', '', '2019-12-07 19:27:29', '', 0, 'clicnovo'),
(18, 'daclean', '$P$B3dGB9UC9K60XcFXpy6p38c2agDb301', 'daclean', 'dacleanexp@gmail.com', 'https://dacleanexpress.com/', '2020-03-06 12:07:22', '', 0, 'Dalys Durango');

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

--
-- Estructura de tabla para la tabla `wp_wc_download_log`
--

CREATE TABLE `wp_wc_download_log` (
  `download_log_id` bigint(20) UNSIGNED NOT NULL,
  `timestamp` datetime NOT NULL,
  `permission_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `user_ip_address` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Estructura de tabla para la tabla `wp_wc_product_meta_lookup`
--

CREATE TABLE `wp_wc_product_meta_lookup` (
  `product_id` bigint(20) NOT NULL,
  `sku` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  `virtual` tinyint(1) DEFAULT '0',
  `downloadable` tinyint(1) DEFAULT '0',
  `min_price` decimal(10,2) DEFAULT NULL,
  `max_price` decimal(10,2) DEFAULT NULL,
  `onsale` tinyint(1) DEFAULT '0',
  `stock_quantity` double DEFAULT NULL,
  `stock_status` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT 'instock',
  `rating_count` bigint(20) DEFAULT '0',
  `average_rating` decimal(3,2) DEFAULT '0.00',
  `total_sales` bigint(20) DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Estructura de tabla para la tabla `wp_wc_tax_rate_classes`
--

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

--
-- Volcado de datos para la tabla `wp_wc_tax_rate_classes`
--

INSERT INTO `wp_wc_tax_rate_classes` (`tax_rate_class_id`, `name`, `slug`) VALUES
(1, 'Reduced rate', 'reduced-rate'),
(2, 'Zero rate', 'zero-rate');

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

--
-- Estructura de tabla para la tabla `wp_wc_webhooks`
--

CREATE TABLE `wp_wc_webhooks` (
  `webhook_id` bigint(20) UNSIGNED NOT NULL,
  `status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `name` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `delivery_url` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `secret` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `topic` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `api_version` smallint(4) NOT NULL,
  `failure_count` smallint(10) NOT NULL DEFAULT '0',
  `pending_delivery` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Estructura de tabla para la tabla `wp_wfblockediplog`
--

CREATE TABLE `wp_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=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_wfblockediplog`
--

INSERT INTO `wp_wfblockediplog` (`IP`, `countryCode`, `blockCount`, `unixday`, `blockType`) VALUES
(0x00000000000000000000ffffdfbe7707, 'IN', 6, 18444, 'brute'),
(0x00000000000000000000ffffbe8d99ec, 'PA', 1, 18467, 'manual'),
(0x00000000000000000000ffffbe8d99ec, 'PA', 2, 18466, 'manual'),
(0x00000000000000000000ffffb579dcd0, 'PY', 2, 18470, 'manual'),
(0x00000000000000000000ffff5bcf669e, 'RO', 1, 18442, 'waf'),
(0x00000000000000000000ffff92c81842, 'GB', 2, 18445, 'brute'),
(0x00000000000000000000ffffab3db673, 'IN', 2, 18445, 'brute'),
(0x00000000000000000000ffffab3db673, 'IN', 2, 18447, 'brute'),
(0x00000000000000000000ffffb6b94089, 'PK', 2, 18450, 'brute'),
(0x00000000000000000000ffffb6b9038b, 'PK', 4, 18450, 'brute');

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

--
-- Estructura de tabla para la tabla `wp_wfblocks7`
--

CREATE TABLE `wp_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
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Estructura de tabla para la tabla `wp_wfconfig`
--

CREATE TABLE `wp_wfconfig` (
  `name` varchar(100) NOT NULL,
  `val` longblob,
  `autoload` enum('no','yes') NOT NULL DEFAULT 'yes'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_wfconfig`
--

INSERT INTO `wp_wfconfig` (`name`, `val`, `autoload`) VALUES
('alertOn_update', 0x30, 'yes'),
('alertOn_scanIssues', 0x31, 'yes'),
('alertOn_throttle', 0x30, 'yes'),
('alertOn_block', 0x31, 'yes'),
('alertOn_loginLockout', 0x31, 'yes'),
('alertOn_breachLogin', 0x31, 'yes'),
('alertOn_lostPasswdForm', 0x31, 'yes'),
('alertOn_adminLogin', 0x31, 'yes'),
('alertOn_firstAdminLoginOnly', 0x30, 'yes'),
('alertOn_nonAdminLogin', 0x30, 'yes'),
('alertOn_firstNonAdminLoginOnly', 0x30, 'yes'),
('alertOn_wordfenceDeactivated', 0x31, 'yes'),
('alertOn_wafDeactivated', 0x31, 'yes'),
('liveTrafficEnabled', 0x30, 'yes'),
('advancedCommentScanning', 0x31, 'yes'),
('checkSpamIP', 0x31, 'yes'),
('spamvertizeCheck', 0x31, 'yes'),
('liveTraf_ignorePublishers', 0x31, 'yes'),
('liveTraf_displayExpandedRecords', 0x30, 'no'),
('scheduledScansEnabled', 0x31, 'yes'),
('lowResourceScansEnabled', 0x30, 'yes'),
('scansEnabled_checkGSB', 0x31, 'yes'),
('scansEnabled_checkHowGetIPs', 0x31, 'yes'),
('scansEnabled_core', 0x31, 'yes'),
('scansEnabled_themes', 0x30, 'yes'),
('scansEnabled_plugins', 0x30, 'yes'),
('scansEnabled_coreUnknown', 0x31, 'yes'),
('scansEnabled_malware', 0x31, 'yes'),
('scansEnabled_fileContents', 0x31, 'yes'),
('scansEnabled_fileContentsGSB', 0x31, 'yes'),
('scansEnabled_checkReadableConfig', 0x31, 'yes'),
('scansEnabled_suspectedFiles', 0x31, 'yes'),
('scansEnabled_posts', 0x31, 'yes'),
('scansEnabled_comments', 0x31, 'yes'),
('scansEnabled_suspiciousOptions', 0x31, 'yes'),
('scansEnabled_passwds', 0x31, 'yes'),
('scansEnabled_diskSpace', 0x31, 'yes'),
('scansEnabled_wafStatus', 0x31, 'yes'),
('scansEnabled_options', 0x31, 'yes'),
('scansEnabled_wpscan_fullPathDisclosure', 0x31, 'yes'),
('scansEnabled_wpscan_directoryListingEnabled', 0x31, 'yes'),
('scansEnabled_scanImages', 0x30, 'yes'),
('scansEnabled_highSense', 0x30, 'yes'),
('scansEnabled_oldVersions', 0x31, 'yes'),
('scansEnabled_suspiciousAdminUsers', 0x31, 'yes'),
('liveActivityPauseEnabled', 0x31, 'yes'),
('firewallEnabled', 0x30, 'yes'),
('blockFakeBots', 0x30, 'yes'),
('autoBlockScanners', 0x31, 'yes'),
('loginSecurityEnabled', 0x30, 'yes'),
('loginSec_strongPasswds_enabled', 0x31, 'yes'),
('loginSec_breachPasswds_enabled', 0x31, 'yes'),
('loginSec_lockInvalidUsers', 0x31, 'yes'),
('loginSec_maskLoginErrors', 0x31, 'yes'),
('loginSec_blockAdminReg', 0x31, 'yes'),
('loginSec_disableAuthorScan', 0x31, 'yes'),
('loginSec_disableOEmbedAuthor', 0x30, 'yes'),
('loginSec_requireAdminTwoFactor', 0x30, 'yes'),
('notification_updatesNeeded', 0x31, 'yes'),
('notification_securityAlerts', 0x31, 'yes'),
('notification_promotions', 0x31, 'yes'),
('notification_blogHighlights', 0x31, 'yes'),
('notification_productUpdates', 0x31, 'yes'),
('notification_scanStatus', 0x31, 'yes'),
('other_hideWPVersion', 0x30, 'yes'),
('other_blockBadPOST', 0x31, 'yes'),
('other_scanComments', 0x31, 'yes'),
('other_pwStrengthOnUpdate', 0x31, 'yes'),
('other_WFNet', 0x31, 'yes'),
('other_scanOutside', 0x30, 'yes'),
('other_bypassLitespeedNoabort', 0x30, 'yes'),
('deleteTablesOnDeact', 0x30, 'yes'),
('autoUpdate', 0x30, 'yes'),
('startScansRemotely', 0x30, 'yes'),
('disableConfigCaching', 0x30, 'yes'),
('addCacheComment', 0x30, 'yes'),
('disableCodeExecutionUploads', 0x30, 'yes'),
('allowHTTPSCaching', 0x30, 'yes'),
('debugOn', 0x30, 'yes'),
('email_summary_enabled', 0x31, 'yes'),
('email_summary_dashboard_widget_enabled', 0x31, 'yes'),
('ssl_verify', 0x31, 'yes'),
('ajaxWatcherDisabled_front', 0x30, 'yes'),
('ajaxWatcherDisabled_admin', 0x30, 'yes'),
('wafAlertOnAttacks', 0x31, 'yes'),
('disableWAFIPBlocking', 0x30, 'yes'),
('showAdminBarMenu', 0x31, 'yes'),
('displayTopLevelOptions', 0x31, 'yes'),
('displayTopLevelBlocking', 0x30, 'yes'),
('displayTopLevelLiveTraffic', 0x30, 'yes'),
('displayAutomaticBlocks', 0x31, 'yes'),
('allowLegacy2FA', 0x30, 'yes'),
('scan_include_extra', '', 'yes'),
('alertEmails', 0x777040636c696e6f766f2e636f6d, 'yes'),
('liveTraf_ignoreUsers', '', 'yes'),
('liveTraf_ignoreIPs', '', 'yes'),
('liveTraf_ignoreUA', '', 'yes'),
('maxMem', 0x323536, 'yes'),
('scan_exclude', '', 'yes'),
('scan_maxIssues', 0x31303030, 'yes'),
('scan_maxDuration', '', 'yes'),
('whitelisted', '', 'yes'),
('whitelistedServices', 0x7b7d, 'yes'),
('bannedURLs', '', 'yes'),
('maxExecutionTime', 0x30, 'yes'),
('howGetIPs', '', 'yes'),
('actUpdateInterval', 0x32, 'yes'),
('alert_maxHourly', 0x30, 'yes'),
('loginSec_userBlacklist', '', 'yes'),
('liveTraf_maxRows', 0x32303030, 'yes'),
('liveTraf_maxAge', 0x3330, 'yes'),
('neverBlockBG', 0x6e65766572426c6f636b5665726966696564, 'yes'),
('loginSec_countFailMins', 0x323430, 'yes'),
('loginSec_lockoutMins', 0x323430, 'yes'),
('loginSec_strongPasswds', 0x70756273, 'yes'),
('loginSec_breachPasswds', 0x61646d696e73, 'yes'),
('loginSec_maxFailures', 0x3230, 'yes'),
('loginSec_maxForgotPasswd', 0x3230, 'yes'),
('maxGlobalRequests', 0x44495341424c4544, 'yes'),
('maxGlobalRequests_action', 0x7468726f74746c65, 'yes'),
('maxRequestsCrawlers', 0x44495341424c4544, 'yes'),
('maxRequestsCrawlers_action', 0x7468726f74746c65, 'yes'),
('maxRequestsHumans', 0x44495341424c4544, 'yes'),
('maxRequestsHumans_action', 0x7468726f74746c65, 'yes'),
('max404Crawlers', 0x44495341424c4544, 'yes'),
('max404Crawlers_action', 0x7468726f74746c65, 'yes'),
('max404Humans', 0x44495341424c4544, 'yes'),
('max404Humans_action', 0x7468726f74746c65, 'yes'),
('blockedTime', 0x333030, 'yes'),
('email_summary_interval', 0x7765656b6c79, 'yes'),
('email_summary_excluded_directories', 0x77702d636f6e74656e742f63616368652c77702d636f6e74656e742f77666c6f6773, 'yes'),
('allowed404s', 0x2f66617669636f6e2e69636f0a2f6170706c652d746f7563682d69636f6e2a2e706e670a2f2a4032782e706e670a2f62726f77736572636f6e6669672e786d6c, 'yes'),
('wafAlertWhitelist', '', 'yes'),
('wafAlertInterval', 0x363030, 'yes'),
('wafAlertThreshold', 0x313030, 'yes'),
('howGetIPs_trusted_proxies', '', 'yes'),
('scanType', 0x7374616e64617264, 'yes'),
('manualScanType', 0x6f6e63654461696c79, 'yes'),
('schedStartHour', 0x3134, 'yes'),
('schedMode', 0x6175746f, 'yes'),
('cbl_loggedInBlocked', '', 'yes'),
('cbl_action', 0x626c6f636b, 'yes'),
('cbl_redirURL', '', 'yes'),
('cbl_bypassRedirURL', '', 'yes'),
('cbl_bypassRedirDest', '', 'yes'),
('cbl_bypassViewURL', '', 'yes'),
('loginSec_enableSeparateTwoFactor', '', 'yes'),
('blockCustomText', '', 'yes'),
('alertOn_severityLevel', 0x3235, 'yes'),
('apiKey', 0x39313532623134663931646337363439326362643033343961303133373537366332333033306533326666646532366535613966663537393630303966313431313535616130396634396561353738343938616332346631376432393731643734666134356636383366366430346666353538633261343737373264383434373936663235316161663866363834336432633132383539633861633030323961, 'yes'),
('keyType', 0x66726565, 'yes'),
('isPaid', '', 'yes'),
('betaThreatDefenseFeed', 0x30, 'yes'),
('timeoffset_wf_updated', 0x31353935383538323939, 'yes'),
('cacheType', 0x64697361626c6564, 'yes'),
('detectProxyRecommendation', 0x52454d4f54455f41444452, 'no'),
('dismissAutoPrependNotice', 0x31, 'yes'),
('onboardingAttempt1', 0x6c6963656e7365, 'yes'),
('onboardingAttempt2', '', 'no'),
('onboardingAttempt3', '', 'no'),
('onboardingAttempt3Initial', 0x30, 'yes'),
('needsNewTour_dashboard', 0x30, 'yes'),
('needsNewTour_firewall', 0x30, 'yes'),
('needsNewTour_scan', 0x30, 'yes'),
('needsNewTour_blocking', 0x30, 'yes'),
('needsNewTour_livetraffic', 0x30, 'yes'),
('needsNewTour_loginsecurity', 0x30, 'yes'),
('needsUpgradeTour_dashboard', 0x30, 'yes'),
('needsUpgradeTour_firewall', 0x30, 'yes'),
('needsUpgradeTour_scan', 0x30, 'yes'),
('needsUpgradeTour_blocking', 0x30, 'yes'),
('needsUpgradeTour_livetraffic', 0x30, 'yes'),
('needsUpgradeTour_loginsecurity', 0x30, 'yes'),
('supportContent', 0x7b22746f70223a5b7b227469746c65223a22426c6f636b696e672054726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a307d2c7b227469746c65223a224f7074696d697a696e6720546865204669726577616c6c222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6f7074696d697a696e672d7468652d6669726577616c6c5c2f222c226f72646572223a317d2c7b227469746c65223a22576f726466656e636520576562204170706c69636174696f6e204669726577616c6c202857414629222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f222c226f72646572223a327d2c7b227469746c65223a225363616e2054726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a337d2c7b227469746c65223a22576f726466656e636520616e64204c6974655370656564222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f73797374656d2d726571756972656d656e74735c2f6c69746573706565645c2f222c226f72646572223a347d2c7b227469746c65223a2254776f2d466163746f722041757468656e7469636174696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f74776f2d666163746f722d61757468656e7469636174696f6e5c2f222c226f72646572223a357d2c7b227469746c65223a224669726577616c6c204c6561726e696e67204d6f6465222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6c6561726e696e672d6d6f64655c2f222c226f72646572223a367d2c7b227469746c65223a225363616e20526573756c7473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f7363616e2d726573756c74735c2f222c226f72646572223a377d2c7b227469746c65223a224920616d206c6f636b6564206f7574206f66206d792073697465222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f23692d616d2d6c6f636b65642d6f75742d6f662d6d792d73697465222c226f72646572223a387d2c7b227469746c65223a2250485020466174616c206572726f723a204661696c6564206f70656e696e6720726571756972656420776f726466656e63652d7761662e706870222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f237068702d666174616c2d6572726f722d6661696c65642d6f70656e696e672d72657175697265642d776f726466656e63652d7761662d706870222c226f72646572223a397d5d2c22616c6c223a5b7b227469746c65223a22576f726466656e63652043656e7472616c222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f222c2265786365727074223a22576f726466656e63652043656e7472616c2070726f7669646573206120706f77657266756c20616e6420656666696369656e742077617920746f206d616e61676520746865207365637572697479206f66206d616e7920576f726450726573732073697465732076696120612073696e676c6520696e746572666163652e222c226368696c6472656e223a5b7b227469746c65223a225573696e67207468652053657474696e67732070616765222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f73657474696e67735c2f222c226f72646572223a307d2c7b227469746c65223a22436f6e6e656374696e6720796f757220736974657320746f20576f726466656e63652043656e7472616c222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f636f6e6e6563745c2f222c226f72646572223a317d2c7b227469746c65223a2253657474696e672075702074776f2d666163746f722061757468656e7469636174696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f3266615c2f222c226f72646572223a327d2c7b227469746c65223a225573696e67207468652044617368626f6172642070616765222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f63656e7472616c5c2f222c226f72646572223a337d2c7b227469746c65223a2256696577696e67207363616e2046696e64696e6773222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f66696e64696e67735c2f222c226f72646572223a347d2c7b227469746c65223a225573696e672074686520436f6e66696775726174696f6e2070616765222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f636f6e66696775726174696f6e5c2f222c226f72646572223a357d2c7b227469746c65223a225573696e6720576f726466656e636520706c7567696e206f7074696f6e732054656d706c61746573222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f74656d706c617465735c2f222c226f72646572223a367d5d2c226f72646572223a307d2c7b227469746c65223a2244617368626f617264222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f64617368626f6172645c2f222c2265786365727074223a2254686520576f726466656e63652044617368626f6172642070726f766964657320696e736967687420696e746f207468652063757272656e74207374617465206f6620796f75722073697465e28099732073656375726974792e222c226368696c6472656e223a5b7b227469746c65223a224f7074696f6e73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f64617368626f6172645c2f6f7074696f6e735c2f222c226f72646572223a307d2c7b227469746c65223a22416c65727473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f64617368626f6172645c2f616c657274735c2f222c226f72646572223a317d5d2c226f72646572223a317d2c7b227469746c65223a224669726577616c6c222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f222c2265786365727074223a2254686520576f726466656e636520576562204170706c69636174696f6e204669726577616c6c2069732061205048502062617365642c206170706c69636174696f6e206c6576656c206669726577616c6c20746861742066696c74657273206f7574206d616c6963696f757320726571756573747320746f20796f757220736974652e20222c226368696c6472656e223a5b7b227469746c65223a224f7074696d697a696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6f7074696d697a696e672d7468652d6669726577616c6c5c2f222c226f72646572223a307d2c7b227469746c65223a224c6561726e696e67204d6f6465222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6c6561726e696e672d6d6f64655c2f222c226f72646572223a317d2c7b227469746c65223a2253746174697374696373222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f737461746973746963735c2f222c226f72646572223a327d2c7b227469746c65223a224f7074696f6e73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6f7074696f6e735c2f222c226f72646572223a337d2c7b227469746c65223a224d7953514c692073746f7261676520656e67696e65222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6d7973716c692d73746f726167652d656e67696e655c2f222c226f72646572223a347d2c7b227469746c65223a22427275746520466f7263652050726f74656374696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f62727574652d666f7263655c2f222c226f72646572223a357d2c7b227469746c65223a2252617465204c696d6974696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f726174652d6c696d6974696e675c2f222c226f72646572223a367d2c7b227469746c65223a2254726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a377d5d2c226f72646572223a327d2c7b227469746c65223a22426c6f636b696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f222c2265786365727074223a2241736964652066726f6d20746865204669726577616c6c2072756c657320746861742070726f7465637420616761696e73742053514c2d696e6a656374696f6e2c2058535320616e64206d6f72652c20576f726466656e636520616c736f2068617320637573746f6d20666561747572657320666f72206164646974696f6e616c20626c6f636b696e672e20222c226368696c6472656e223a5b7b227469746c65223a22436f756e74727920426c6f636b696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f636f756e7472792d626c6f636b696e675c2f222c226f72646572223a307d2c7b227469746c65223a22426c6f636b696e672054726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a317d5d2c226f72646572223a337d2c7b227469746c65223a225363616e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f222c2265786365727074223a224120576f726466656e6365207363616e206578616d696e657320616c6c2066696c6573206f6e20796f757220576f726450726573732077656273697465206c6f6f6b696e6720666f72206d616c6963696f757320636f64652c206261636b646f6f72732c207368656c6c732074686174206861636b657273206861766520696e7374616c6c65642c206b6e6f776e206d616c6963696f75732055524c7320616e64206b6e6f776e207061747465726e73206f6620696e66656374696f6e732e222c226368696c6472656e223a5b7b227469746c65223a224f7074696f6e73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f6f7074696f6e735c2f222c226f72646572223a307d2c7b227469746c65223a22526573756c7473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f7363616e2d726573756c74735c2f222c226f72646572223a317d2c7b227469746c65223a225363686564756c696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f7363686564756c696e675c2f222c226f72646572223a327d2c7b227469746c65223a2254726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a337d5d2c226f72646572223a347d2c7b227469746c65223a22546f6f6c73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f222c2265786365727074223a22576f726466656e636520546f6f6c7320696e636c7564652054776f20466163746f722041757468656e7469636174696f6e2c2057686f6973204c6f6f6b75702c2050617373776f72642041756469742c204c697665205472616666696320616e6420446961676e6f73746963732e222c226368696c6472656e223a5b7b227469746c65223a22496d706f72745c2f4578706f7274222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f696d706f72742d6578706f72745c2f222c226f72646572223a307d2c7b227469746c65223a2250617373776f7264204175646974696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f70617373776f72642d6175646974696e675c2f222c226f72646572223a317d2c7b227469746c65223a2257686f6973204c6f6f6b7570222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f77686f69732d6c6f6f6b75705c2f222c226f72646572223a327d2c7b227469746c65223a22446961676e6f7374696373222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f646961676e6f73746963735c2f222c226f72646572223a337d2c7b227469746c65223a224c6976652054726166666963222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f6c6976652d747261666669635c2f222c226f72646572223a347d2c7b227469746c65223a2254776f2d466163746f722041757468656e7469636174696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f74776f2d666163746f722d61757468656e7469636174696f6e5c2f222c226f72646572223a357d2c7b227469746c65223a224c65676163792054776f2d466163746f722041757468656e7469636174696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f6c65676163792d74776f2d666163746f722d61757468656e7469636174696f6e5c2f222c226f72646572223a367d5d2c226f72646572223a357d2c7b227469746c65223a224c6f67696e205365637572697479222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6c6f67696e2d73656375726974795c2f222c2265786365727074223a22546865204c6f67696e20536563757269747920706167652063757272656e746c7920636f6e7461696e732073657474696e677320666f722074776f2d666163746f722061757468656e7469636174696f6e20283246412920616e64207265434150544348412e20496e20612066757475726520576f726466656e63652076657273696f6e2c206578697374696e67206c6f67696e2d72656c617465642066656174757265732077696c6c20616c736f206d6f766520746f207468652073616d6520706167652e222c226f72646572223a367d2c7b227469746c65223a22416476616e636564222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f222c2265786365727074223a22496620796f752077616e7420746f206b6e6f77206d6f72652061626f75742074686520746563686e6963616c2064657461696c73206f6620576f726466656e63652c20796f75276c6c2066696e642074686520616e737765727320696e20746869732073656374696f6e2e222c226368696c6472656e223a5b7b227469746c65223a2253797374656d20726571756972656d656e7473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f73797374656d2d726571756972656d656e74735c2f222c226f72646572223a307d2c7b227469746c65223a224368616e67656c6f67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f6368616e67656c6f675c2f222c226f72646572223a317d2c7b227469746c65223a2252656d6f7665206f72205265736574222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f72656d6f76652d6f722d72657365745c2f222c226f72646572223a327d2c7b227469746c65223a22546563686e6963616c2044657461696c73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f746563686e6963616c2d64657461696c735c2f222c226f72646572223a337d2c7b227469746c65223a22436f6e7374616e7473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f636f6e7374616e74735c2f222c226f72646572223a347d2c7b227469746c65223a22576f726466656e636520415049222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f776f726466656e63652d6170695c2f222c226f72646572223a357d2c7b227469746c65223a2254726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a367d5d2c226f72646572223a377d2c7b227469746c65223a22576f726466656e6365205072656d69756d222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7072656d69756d5c2f222c2265786365727074223a22576f726466656e6365205072656d69756d20636f6d6573207769746820616e20495020426c61636b6c6973742c205265616c2054696d652050726f74656374696f6e20616e64206d756368206d6f72652e222c226368696c6472656e223a5b7b227469746c65223a224163636f756e74222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7072656d69756d5c2f6163636f756e745c2f222c226f72646572223a307d2c7b227469746c65223a2250726963696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7072656d69756d5c2f70726963696e675c2f222c226f72646572223a317d2c7b227469746c65223a224c6963656e7365204b6579222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7072656d69756d5c2f6170692d6b65795c2f222c226f72646572223a327d5d2c226f72646572223a387d2c7b227469746c65223a22576f726466656e636520616e642047445052202d2047656e6572616c20446174612050726f74656374696f6e20526567756c6174696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f67656e6572616c2d646174612d70726f74656374696f6e2d726567756c6174696f6e5c2f222c2265786365727074223a2244656669616e742c2074686520636f6d70616e7920626568696e6420576f726466656e63652c20686173207570646174656420697473207465726d73206f66207573652c207072697661637920706f6c696369657320616e6420736f6674776172652c2061732077656c6c206173206d61646520617661696c61626c65206120646174612070726f63657373696e672061677265656d656e7420746f206d656574204744505220636f6d706c69616e63652e20437573746f6d657273206d7573742072657669657720616e6420616772656520746f2075706461746564207465726d7320696e206f7264657220746f20636f6e74696e7565207573696e67206f75722070726f647563747320616e642073657276696365732e20576520616c736f2070726f76696465206120646174612070726f63657373696e672061677265656d656e7420696620796f75207175616c6966792061732061206461746120636f6e74726f6c6c657220756e6465722074686520474450522e222c226f72646572223a397d2c7b227469746c65223a225369746520436c65616e696e6720616e6420536563757269747920417564697473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f73656375726974792d73657276696365735c2f222c2265786365727074223a224c6574206f6e65206f66206f757220536563757269747920416e616c797374732068656c7020796f7520636c65616e20796f757220696e6665637465642073697465206f7220696e737065637420697420666f722076756c6e65726162696c69746965732e222c226f72646572223a31307d2c7b227469746c65223a224c6f67696e20536563757269747920506c7567696e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6c6f67696e2d73656375726974792d706c7567696e5c2f222c2265786365727074223a2254686520576f726466656e6365204c6f67696e20536563757269747920706c7567696e20636f6e7461696e73206120737562736574206f662074686520666561747572657320666f756e6420696e207468652066756c6c20576f726466656e636520706c7567696e3a2054776f2d666163746f722041757468656e7469636174696f6e2c20584d4c2d5250432050726f74656374696f6e20616e64204c6f67696e205061676520434150544348412e20497420697320696465616c20666f722073697465732074686174206e656564206c6f67696e2073656375726974792066756e6374696f6e616c69747920627574206569746865722063616ee2809974206f7220646f6ee28099742077616e7420746f2072756e207468652066756c6c20576f726466656e636520706c7567696e2e222c226f72646572223a31317d5d7d, 'yes'),
('supportHash', 0x63643435383664343561336235623634383738363337616532373465393036333632303665343266373736663864343536613632303361366266396565643633, 'yes'),
('whitelistPresets', 0x7b22776f726466656e6365223a7b226e223a22576f726466656e6365222c2268223a747275652c2264223a747275652c2266223a747275652c2272223a5b2235342e36382e33322e323437222c2236392e34362e33362e305c2f3237222c22323630353a323430303a303130343a303130303a3a5c2f3536225d7d2c22737563757269223a7b226e223a22537563757269222c2264223a747275652c2272223a5b2239372e37342e3132372e313731222c2236392e3136342e3230332e313732222c223137332e3233302e3132382e313335222c2236362e3232382e33342e3439222c2236362e3232382e34302e313835222c2235302e3131362e33362e3932222c2235302e3131362e33362e3933222c2235302e3131362e332e313731222c223139382e35382e39362e323132222c2235302e3131362e36332e323231222c223139322e3135352e39322e313132222c223139322e38312e3132382e3331222c223139382e35382e3130362e323434222c223139322e3135352e39352e313339222c2232332e3233392e392e323237222c223139382e35382e3131322e313033222c223139322e3135352e39342e3433222c223136322e3231362e31362e3333222c223137332e3235352e3233332e313234222c223137332e3235352e3233332e313234222c223139322e3135352e39302e313739222c2235302e3131362e34312e323137222c223139322e38312e3132392e323237222c223139382e35382e3131312e3830222c223136322e3231362e31392e313833225d7d2c2266616365626f6f6b223a7b226e223a2246616365626f6f6b222c2264223a747275652c2272223a5b2236392e36332e3137362e305c2f3230222c2236362e3232302e3134342e305c2f3230222c2236362e3232302e3134342e305c2f3231222c2236392e36332e3138342e305c2f3231222c2236392e36332e3137362e305c2f3231222c2237342e3131392e37362e305c2f3232222c2236392e3137312e3235352e305c2f3234222c223137332e3235322e36342e305c2f3138222c2236392e3137312e3232342e305c2f3139222c2236392e3137312e3232342e305c2f3230222c223130332e342e39362e305c2f3232222c2236392e36332e3137362e305c2f3234222c223137332e3235322e36342e305c2f3139222c223137332e3235322e37302e305c2f3234222c2233312e31332e36342e305c2f3138222c2233312e31332e32342e305c2f3231222c2236362e3232302e3135322e305c2f3231222c2236362e3232302e3135392e305c2f3234222c2236392e3137312e3233392e305c2f3234222c2236392e3137312e3234302e305c2f3230222c2233312e31332e36342e305c2f3139222c2233312e31332e36342e305c2f3234222c2233312e31332e36352e305c2f3234222c2233312e31332e36372e305c2f3234222c2233312e31332e36382e305c2f3234222c2233312e31332e36392e305c2f3234222c2233312e31332e37302e305c2f3234222c2233312e31332e37312e305c2f3234222c2233312e31332e37322e305c2f3234222c2233312e31332e37332e305c2f3234222c2233312e31332e37342e305c2f3234222c2233312e31332e37352e305c2f3234222c2233312e31332e37362e305c2f3234222c2233312e31332e37372e305c2f3234222c2233312e31332e39362e305c2f3139222c2233312e31332e36362e305c2f3234222c223137332e3235322e39362e305c2f3139222c2236392e36332e3137382e305c2f3234222c2233312e31332e37382e305c2f3234222c2233312e31332e37392e305c2f3234222c2233312e31332e38302e305c2f3234222c2233312e31332e38322e305c2f3234222c2233312e31332e38332e305c2f3234222c2233312e31332e38342e305c2f3234222c2233312e31332e38352e305c2f3234222c2233312e31332e38362e305c2f3234222c2233312e31332e38372e305c2f3234222c2233312e31332e38382e305c2f3234222c2233312e31332e38392e305c2f3234222c2233312e31332e39302e305c2f3234222c2233312e31332e39312e305c2f3234222c2233312e31332e39322e305c2f3234222c2233312e31332e39332e305c2f3234222c2233312e31332e39342e305c2f3234222c2233312e31332e39352e305c2f3234222c2236392e3137312e3235332e305c2f3234222c2236392e36332e3138362e305c2f3234222c2233312e31332e38312e305c2f3234222c223137392e36302e3139322e305c2f3232222c223137392e36302e3139322e305c2f3234222c223137392e36302e3139332e305c2f3234222c223137392e36302e3139342e305c2f3234222c223137392e36302e3139352e305c2f3234222c223138352e36302e3231362e305c2f3232222c2234352e36342e34302e305c2f3232222c223138352e36302e3231362e305c2f3234222c223138352e36302e3231372e305c2f3234222c223138352e36302e3231382e305c2f3234222c223138352e36302e3231392e305c2f3234222c223132392e3133342e302e305c2f3136222c223135372e3234302e302e305c2f3136222c223135372e3234302e382e305c2f3234222c223135372e3234302e302e305c2f3234222c223135372e3234302e312e305c2f3234222c223135372e3234302e322e305c2f3234222c223135372e3234302e332e305c2f3234222c223135372e3234302e342e305c2f3234222c223135372e3234302e352e305c2f3234222c223135372e3234302e362e305c2f3234222c223135372e3234302e372e305c2f3234222c223135372e3234302e392e305c2f3234222c223135372e3234302e31302e305c2f3234222c223135372e3234302e31362e305c2f3234222c223135372e3234302e31392e305c2f3234222c223135372e3234302e31312e305c2f3234222c223135372e3234302e31322e305c2f3234222c223135372e3234302e31332e305c2f3234222c223135372e3234302e31342e305c2f3234222c223135372e3234302e31352e305c2f3234222c223135372e3234302e31372e305c2f3234222c223135372e3234302e31382e305c2f3234222c223135372e3234302e32302e305c2f3234222c223135372e3234302e32312e305c2f3234222c223135372e3234302e32322e305c2f3234222c223135372e3234302e32332e305c2f3234222c223135372e3234302e302e305c2f3137222c2236392e3137312e3235302e305c2f3234222c223135372e3234302e32342e305c2f3234222c223135372e3234302e32352e305c2f3234222c223139392e3230312e36342e305c2f3234222c223139392e3230312e36352e305c2f3234222c223139392e3230312e36342e305c2f3232222c223230342e31352e32302e305c2f3232222c223135372e3234302e3139322e305c2f3234222c223132392e3133342e302e305c2f3137222c223230342e31352e32302e305c2f3232222c2236392e36332e3137362e305c2f3230222c2236392e36332e3137362e305c2f3231222c2236392e36332e3138342e305c2f3231222c2236362e3232302e3134342e305c2f3230222c2236392e36332e3137362e305c2f3230222c22323632303a303a316330303a3a5c2f3430222c22326130333a323838303a3a5c2f3332222c22326130333a323838303a666666653a3a5c2f3438222c22326130333a323838303a666666663a3a5c2f3438222c22323632303a303a316366663a3a5c2f3438222c22326130333a323838303a663030303a3a5c2f3438222c22326130333a323838303a663030313a3a5c2f3438222c22326130333a323838303a663030323a3a5c2f3438222c22326130333a323838303a663030333a3a5c2f3438222c22326130333a323838303a663030343a3a5c2f3438222c22326130333a323838303a663030353a3a5c2f3438222c22326130333a323838303a663030363a3a5c2f3438222c22326130333a323838303a663030373a3a5c2f3438222c22326130333a323838303a663030383a3a5c2f3438222c22326130333a323838303a663030393a3a5c2f3438222c22326130333a323838303a663030613a3a5c2f3438222c22326130333a323838303a663030623a3a5c2f3438222c22326130333a323838303a663030633a3a5c2f3438222c22326130333a323838303a663030643a3a5c2f3438222c22326130333a323838303a663030653a3a5c2f3438222c22326130333a323838303a663030663a3a5c2f3438222c22326130333a323838303a663031303a3a5c2f3438222c22326130333a323838303a663031313a3a5c2f3438222c22326130333a323838303a663031323a3a5c2f3438222c22326130333a323838303a663031333a3a5c2f3438222c22326130333a323838303a663031343a3a5c2f3438222c22326130333a323838303a663031353a3a5c2f3438222c22326130333a323838303a663031363a3a5c2f3438222c22326130333a323838303a663031373a3a5c2f3438222c22326130333a323838303a663031383a3a5c2f3438222c22326130333a323838303a663031393a3a5c2f3438222c22326130333a323838303a663031613a3a5c2f3438222c22326130333a323838303a663031623a3a5c2f3438222c22326130333a323838303a663031633a3a5c2f3438222c22326130333a323838303a663031643a3a5c2f3438222c22326130333a323838303a663031653a3a5c2f3438222c22326130333a323838303a663031663a3a5c2f3438222c22326130333a323838303a313030303a3a5c2f3336222c22326130333a323838303a323030303a3a5c2f3336222c22326130333a323838303a333030303a3a5c2f3336222c22326130333a323838303a343030303a3a5c2f3336222c22326130333a323838303a353030303a3a5c2f3336222c22326130333a323838303a363030303a3a5c2f3336222c22326130333a323838303a373030303a3a5c2f3336222c22326130333a323838303a663032303a3a5c2f3438222c22326130333a323838303a663032313a3a5c2f3438222c22326130333a323838303a663032323a3a5c2f3438222c22326130333a323838303a663032333a3a5c2f3438222c22326130333a323838303a663032343a3a5c2f3438222c22326130333a323838303a663032353a3a5c2f3438222c22326130333a323838303a663032363a3a5c2f3438222c22326130333a323838303a663032373a3a5c2f3438222c22326130333a323838303a663032383a3a5c2f3438222c22326130333a323838303a663032393a3a5c2f3438222c22326130333a323838303a663032623a3a5c2f3438222c22326130333a323838303a663032633a3a5c2f3438222c22326130333a323838303a663032643a3a5c2f3438222c22326130333a323838303a663032653a3a5c2f3438222c22326130333a323838303a663032663a3a5c2f3438222c22326130333a323838303a663033303a3a5c2f3438222c22326130333a323838303a663033313a3a5c2f3438222c22326130333a323838303a663033323a3a5c2f3438222c22326130333a323838303a663033333a3a5c2f3438222c22326130333a323838303a663033343a3a5c2f3438222c22326130333a323838303a663033353a3a5c2f3438222c22326130333a323838303a663033363a3a5c2f3438222c22326130333a323838303a663033373a3a5c2f3438222c22326130333a323838303a663033383a3a5c2f3438222c22326130333a323838303a663033393a3a5c2f3438222c22326130333a323838303a663033613a3a5c2f3438222c22326130333a323838303a663033623a3a5c2f3438222c22326130333a323838303a663033633a3a5c2f3438222c22326130333a323838303a663033643a3a5c2f3438222c22326130333a323838303a663033653a3a5c2f3438222c22326130333a323838303a663033663a3a5c2f3438222c22323430313a646230303a3a5c2f3332222c22326130333a323838303a3a5c2f3336222c22323830333a363038303a3a5c2f3332222c22326130333a323838303a663130303a3a5c2f3438222c22326130333a323838303a663230303a3a5c2f3438222c22326130333a323838303a663130313a3a5c2f3438222c22326130333a323838303a663230313a3a5c2f3438222c22326130333a323838303a663130323a3a5c2f3438222c22326130333a323838303a663230323a3a5c2f3438222c22326130333a323838303a663130333a3a5c2f3438222c22326130333a323838303a663230333a3a5c2f3438222c22326130333a323838303a663130343a3a5c2f3438222c22326130333a323838303a663230343a3a5c2f3438222c22326130333a323838303a663130373a3a5c2f3438222c22326130333a323838303a663230373a3a5c2f3438222c22326130333a323838303a663130383a3a5c2f3438222c22326130333a323838303a663230383a3a5c2f3438222c22326130333a323838303a663130393a3a5c2f3438222c22326130333a323838303a663230393a3a5c2f3438222c22326130333a323838303a663130613a3a5c2f3438222c22326130333a323838303a663230613a3a5c2f3438222c22326130333a323838303a663130623a3a5c2f3438222c22326130333a323838303a663230623a3a5c2f3438222c22326130333a323838303a663130643a3a5c2f3438222c22326130333a323838303a663230643a3a5c2f3438222c22326130333a323838303a663130653a3a5c2f3438222c22326130333a323838303a663230653a3a5c2f3438222c22326130333a323838303a663130663a3a5c2f3438222c22326130333a323838303a663230663a3a5c2f3438222c22326130333a323838303a663131303a3a5c2f3438222c22326130333a323838303a663231303a3a5c2f3438222c22326130333a323838303a663131313a3a5c2f3438222c22326130333a323838303a663231313a3a5c2f3438222c22326130333a323838303a663131323a3a5c2f3438222c22326130333a323838303a663231323a3a5c2f3438222c22326130333a323838303a663131343a3a5c2f3438222c22326130333a323838303a663231343a3a5c2f3438222c22326130333a323838303a663131353a3a5c2f3438222c22326130333a323838303a663231353a3a5c2f3438222c22326130333a323838303a663131363a3a5c2f3438222c22326130333a323838303a663231363a3a5c2f3438222c22326130333a323838303a663131373a3a5c2f3438222c22326130333a323838303a663231373a3a5c2f3438222c22326130333a323838303a663131383a3a5c2f3438222c22326130333a323838303a663231383a3a5c2f3438222c22326130333a323838303a663131393a3a5c2f3438222c22326130333a323838303a663231393a3a5c2f3438222c22326130333a323838303a663131613a3a5c2f3438222c22326130333a323838303a663231613a3a5c2f3438222c22326130333a323838303a663131663a3a5c2f3438222c22326130333a323838303a663231663a3a5c2f3438222c22326130333a323838303a663132313a3a5c2f3438222c22326130333a323838303a663232313a3a5c2f3438222c22326130333a323838303a663132323a3a5c2f3438222c22326130333a323838303a663232323a3a5c2f3438222c22326130333a323838303a663132333a3a5c2f3438222c22326130333a323838303a663232333a3a5c2f3438222c22326130333a323838303a663130633a3a5c2f3438222c22326130333a323838303a663230633a3a5c2f3438222c22326130333a323838303a663132363a3a5c2f3438222c22326130333a323838303a663232363a3a5c2f3438222c22326130333a323838303a663130353a3a5c2f3438222c22326130333a323838303a663230353a3a5c2f3438222c22326130333a323838303a663132353a3a5c2f3438222c22326130333a323838303a663232353a3a5c2f3438222c22326130333a323838303a663130363a3a5c2f3438222c22326130333a323838303a663230363a3a5c2f3438222c22326130333a323838303a663131623a3a5c2f3438222c22326130333a323838303a663231623a3a5c2f3438222c22326130333a323838303a663131333a3a5c2f3438222c22326130333a323838303a663231333a3a5c2f3438222c22326130333a323838303a663131633a3a5c2f3438222c22326130333a323838303a663231633a3a5c2f3438222c22326130333a323838303a663132383a3a5c2f3438222c22326130333a323838303a663232383a3a5c2f3438222c22326130333a323838303a663032613a3a5c2f3438222c22326130333a323838303a663132613a3a5c2f3438222c22326130333a323838303a663232613a3a5c2f3438222c22326130333a323838303a663132663a3a5c2f3438222c22326130333a323838303a663232663a3a5c2f3438222c22326130333a323838303a663131643a3a5c2f3438222c22326130333a323838303a663131653a3a5c2f3438222c22326130333a323838303a663132303a3a5c2f3438222c22326130333a323838303a663132343a3a5c2f3438222c22326130333a323838303a663132373a3a5c2f3438222c22326130333a323838303a663132393a3a5c2f3438222c22326130333a323838303a663132623a3a5c2f3438222c22326130333a323838303a663132633a3a5c2f3438222c22326130333a323838303a663132643a3a5c2f3438222c22326130333a323838303a663132653a3a5c2f3438222c22326130333a323838303a663133303a3a5c2f3438222c22326130333a323838303a663133313a3a5c2f3438222c22326130333a323838303a663133323a3a5c2f3438222c22326130333a323838303a663133333a3a5c2f3438222c22326130333a323838303a663133343a3a5c2f3438222c22326130333a323838303a663133353a3a5c2f3438222c22326130333a323838303a663133363a3a5c2f3438222c22326130333a323838303a663133373a3a5c2f3438222c22326130333a323838303a663133383a3a5c2f3438222c22326130333a323838303a663133393a3a5c2f3438222c22326130333a323838303a663133613a3a5c2f3438222c22326130333a323838303a663133623a3a5c2f3438222c22326130333a323838303a663133633a3a5c2f3438222c22326130333a323838303a663133643a3a5c2f3438222c22326130333a323838303a663133653a3a5c2f3438222c22326130333a323838303a663133663a3a5c2f3438222c22326130333a323838303a663231643a3a5c2f3438222c22326130333a323838303a663231653a3a5c2f3438222c22326130333a323838303a663232303a3a5c2f3438222c22326130333a323838303a663232343a3a5c2f3438222c22326130333a323838303a663232373a3a5c2f3438222c22326130333a323838303a663232393a3a5c2f3438222c22326130333a323838303a663232623a3a5c2f3438222c22326130333a323838303a663232633a3a5c2f3438222c22326130333a323838303a663232643a3a5c2f3438222c22326130333a323838303a663232653a3a5c2f3438222c22326130333a323838303a663233303a3a5c2f3438222c22326130333a323838303a663233313a3a5c2f3438222c22326130333a323838303a663233323a3a5c2f3438222c22326130333a323838303a663233333a3a5c2f3438222c22326130333a323838303a663233343a3a5c2f3438222c22326130333a323838303a663233353a3a5c2f3438222c22326130333a323838303a663233363a3a5c2f3438222c22326130333a323838303a663233373a3a5c2f3438222c22326130333a323838303a663233383a3a5c2f3438222c22326130333a323838303a663233393a3a5c2f3438222c22326130333a323838303a663233613a3a5c2f3438222c22326130333a323838303a663233623a3a5c2f3438222c22326130333a323838303a663233633a3a5c2f3438222c22326130333a323838303a663233643a3a5c2f3438222c22326130333a323838303a663233653a3a5c2f3438222c22326130333a323838303a663233663a3a5c2f3438222c22326130333a323838303a663066663a3a5c2f3438222c22326130333a323838303a663166663a3a5c2f3438222c22326130333a323838303a663266663a3a5c2f3438222c22326330663a656637383a303030333a3a5c2f3438225d7d2c22757074696d65726f626f74223a7b226e223a22557074696d6520526f626f74222c2264223a747275652c2272223a5b2236392e3136322e3132342e3232345c2f3238222c2236332e3134332e34322e3234305c2f3238225d7d2c2273746174757363616b65223a7b226e223a2253746174757343616b65222c2264223a747275652c2272223a5b223130332e3139342e3131322e3730222c223130342e3133312e3234372e313531222c223130342e3133312e3234382e3635222c223130342e3133312e3234382e3738222c223130342e3135362e3232392e3234222c223130342e3135362e3235352e313834222c223130342e3230362e3136382e3236222c223130342e3233382e3136342e313035222c223130372e3135302e312e313335222c223130372e3135352e3130342e313832222c223130372e3135352e3130382e323334222c223130372e3135352e3132352e3239222c223130372e3136312e32382e323139222c223130372e3137302e3139372e323438222c223130372e3137302e3231392e3436222c223130372e3137302e3232372e3233222c223130372e3137302e3232372e3234222c223130372e3137302e3234302e313431222c223130372e3137302e35332e313931222c223130372e3139312e34372e313331222c223130372e3139312e35372e323337222c223130382e36312e3131392e313533222c223130382e36312e3136322e323134222c223130382e36312e3230352e323031222c223130382e36312e3231322e313431222c223130382e36312e3231352e313739222c223132352e36332e34382e323339222c223132382e3139392e3232322e3635222c223133382e3139372e3133302e323332222c223133382e3139372e3133302e323335222c223133382e3139372e3134302e323433222c223133382e3230342e3137312e313336222c223133382e36382e32342e313135222c223133382e36382e32342e313336222c223133382e36382e32342e323037222c223133382e36382e32342e3630222c223133382e36382e38302e3130222c223133382e36382e38302e313733222c223133392e35392e31352e3739222c223133392e35392e3135352e3236222c223133392e35392e3139302e323431222c223133392e35392e32322e313039222c223133392e35392e32362e3835222c223133392e35392e32392e313637222c223134392e3135342e3135372e3631222c223134392e3235352e35392e313030222c223135312e3233362e31302e323338222c223135312e3233362e31382e3830222c223135312e38302e3137352e323233222c223135312e38302e3137352e323236222c223135342e3132372e36302e3233222c223135342e3132372e36302e3539222c223135382e3235352e3230382e3736222c223135392e3230332e3138322e3232222c223135392e3230332e3138322e3630222c223135392e3230332e3138362e323235222c223135392e3230332e33312e3138222c223136322e3234332e3234372e313633222c223136322e3234332e37312e3536222c223136322e3234382e39372e3732222c223136322e3235332e36342e313034222c223136322e3235332e36342e3837222c223137362e35362e3233302e313130222c223137382e36322e3130312e3537222c223137382e36322e3130342e313337222c223137382e36322e3130362e3834222c223137382e36322e3130392e37222c223137382e36322e34302e323333222c223137382e36322e34312e3434222c223137382e36322e34312e3439222c223137382e36322e34312e3532222c223137382e36322e36352e313632222c223137382e36322e37312e323237222c223137382e36322e37382e313939222c223137382e36322e38302e3933222c223137382e36322e38362e3639222c223137382e37332e3231302e3939222c223138312e34312e3230312e313137222c223138312e34312e3231342e313337222c223138352e3131322e3135372e313835222c223138352e31322e34352e3730222c223138352e34372e3132392e313638222c223138352e36302e3133352e3836222c223138382e3136362e3135382e323234222c223138382e3136362e3235332e313438222c223138382e3232362e3133392e313538222c223138382e3232362e3135382e313630222c223138382e3232362e3136392e323238222c223138382e3232362e3137312e3538222c223138382e3232362e3138342e313532222c223138382e3232362e3138352e313036222c223138382e3232362e3138362e313939222c223138382e3232362e3230332e3834222c223138382e3232362e3234372e313834222c223138382e36382e3233382e3739222c223139322e3234312e3232312e3131222c223139332e3132342e3137382e3534222c223139332e3132342e3137382e3631222c223139332e3138322e3134342e313035222c223139332e3138322e3134342e313437222c223139392e3136372e3132382e3830222c223230392e3232322e33302e323432222c223231332e3138332e35362e313037222c223231372e3134382e34332e313838222c223231372e3134382e34332e323032222c2233312e3232302e372e323337222c2233372e3135372e3234362e313436222c2233372e3233352e34382e3432222c2233372e3233352e35322e3235222c2233372e3233352e35332e323430222c2233372e3233352e35352e323035222c2233372e39372e3138382e313033222c2234352e33322e3132382e3830222c2234352e33322e3134352e3739222c2234352e33322e3135312e3231222c2234352e33322e3136302e313732222c2234352e33322e3136362e313935222c2234352e33322e3137312e3234222c2234352e33322e3139322e313938222c2234352e33322e3139352e313836222c2234352e33322e3139352e3933222c2234352e33322e3231322e3536222c2234352e33322e33362e313538222c2234352e33322e372e3232222c2234352e36332e3132312e313539222c2234352e36332e32362e3738222c2234352e36332e35312e3633222c2234352e36332e36312e323133222c2234352e36332e37362e3638222c2234352e36332e37382e3834222c2234352e36332e38362e313230222c2234352e36332e38382e323133222c2234352e37362e312e3434222c2234352e37362e3139322e3530222c2234352e37362e332e313132222c2234362e3130312e302e3234222c2234362e3130312e3131302e3332222c2234362e3130312e3131302e3433222c2234362e3130312e3131302e3435222c2234362e3130312e32302e3936222c2234362e3130312e3233382e313832222c2234362e3130312e3233382e313839222c2234362e3130312e3234302e323038222c2234362e3130312e32372e313836222c2234362e3130312e36312e3833222c2234362e3130312e37342e323531222c22352e34352e3137392e313033222c2235302e322e3133392e3136222c2238322e3232312e39352e313631222c2239312e3233362e3131362e313633225d7d2c226d616e6167657770223a7b226e223a224d616e6167655750222c2264223a66616c73652c2272223a5b2233342e3231312e3138302e3636222c2235342e37302e36352e313037222c2233342e3231302e3232342e37222c2235322e34312e352e313038222c2235322e33352e37322e313239222c2235342e3139312e3133372e3137222c2233352e3136322e3235342e323533222c2235322e31312e31322e323331222c2235322e31312e32392e3730222c2235322e31312e35342e313631222c2235322e32342e3134322e313539222c2235322e32352e3139312e323535222c2235322e32372e3138312e313236222c2235322e33342e3132362e313137222c2235322e33342e3235342e3437222c2235322e33352e38322e3939222c2235322e33362e32382e3830222c2235322e33382e3130362e3937222c2235322e33392e3137372e313532222c2235322e34312e3233302e313438222c2235322e34312e3233372e3132222c2235322e34322e3132362e313636222c2235322e34332e31332e3731222c2235322e34332e37362e323234222c2235322e38382e39362e313130222c2235322e38392e3135352e3531222c2235342e3134382e37332e313138222c2235342e3138362e33372e313035222c2235342e3138372e39322e3537222c2235342e3139312e33322e3635222c2235342e3139312e36372e3233222c2235342e3139312e38302e313139222c2235342e3139312e3133352e323039222c2235342e3139312e3133362e313736222c2235342e3139312e3134382e3835222c2235342e3139312e3134392e38222c2235322e32362e3132322e3231222c2235322e32342e3138372e3239222c2235322e38392e38352e313037222c2235342e3138362e3132382e313637222c2235342e3139312e34302e313336222c2235322e32342e36322e3131222c2235322e38382e3131392e313232222c2235342e3139312e3134382e323235222c2235342e3139312e3135312e3138222c2235322e38392e39342e313231222c2235322e32352e3131362e313136222c2235322e38382e3231352e323235222c2235342e3138362e3134332e313834222c2235322e38382e3139372e313830222c2235322e32372e3137312e313236225d7d2c2273657a6e616d223a7b226e223a2253657a6e616d2053656172636820456e67696e65222c2264223a747275652c2272223a5b2237372e37352e37342e305c2f3234222c2237372e37352e37362e305c2f3234222c2237372e37352e37372e305c2f3234222c2237372e37352e37382e305c2f3234222c2237372e37352e37392e305c2f3234222c22326130323a3539383a613a3a37383a305c2f313132222c22326130323a3539383a613a3a37393a305c2f313132222c22326130323a3539383a323a3a305c2f3936225d7d7d, 'yes'),
('whitelistHash', 0x62663364373664633035636166383632336362336665303163316663396533303865326632656133376238323639333764383530666465333631636465666434, 'yes'),
('touppPromptNeeded', '', 'yes'),
('touppBypassNextCheck', 0x30, 'yes'),
('autoUpdateAttempts', 0x30, 'yes'),
('lastScheduledScanStart', 0x31353935383434393734, 'yes'),
('previousWflogsFileList', 0x5b22636f6e6669672d7472616e7369656e742e706870222c22636f6e6669672d6c6976657761662e706870222c2261747461636b2d646174612e706870222c2272756c65732e706870222c2274656d706c6174652e706870222c22636f6e6669672e706870222c226970732e706870222c2247656f4c697465322d436f756e7472792e6d6d6462222c222e6874616363657373222c22636f6e6669672d73796e6365642e706870225d, 'yes'),
('diagnosticsWflogsRemovalHistory', 0x5b5d, 'no'),
('encKey', 0x65373066323332386465323266623434, 'yes'),
('longEncKey', 0x32356165393064653635613032653662623238383639613430653662363365353830303161363466616361343966303532323564323932613839616663323330, 'yes'),
('cbl_restOfSiteBlocked', 0x31, 'yes'),
('timeoffset_wf', 0x30, 'yes'),
('lastBlockAggregation', 0x31353935383534343131, 'yes'),
('allowed404s6116Migration', 0x31, 'yes'),
('migration636_email_summary_excluded_directories', 0x31, 'no'),
('fileContentsGSB6315Migration', 0x31, 'yes'),
('config701Migration', 0x31, 'yes'),
('blocks702Migration', 0x31, 'yes'),
('geoIPVersionHash', 0x38613764626139376634313331316464613262666139386636306237376436633933306433313530353630393039383530613232623830613733326563623336, 'yes'),
('scansEnabled_geoipSupport', 0x31, 'yes'),
('config720Migration', 0x31, 'yes'),
('waf_status', 0x656e61626c6564, 'yes'),
('detectProxyNextCheck', 0x31353936343439373930, 'no'),
('detectProxyNonce', '', 'no');
INSERT INTO `wp_wfconfig` (`name`, `val`, `autoload`) VALUES
('serverIP', 0x313539353834343939313b3130382e3136372e3136352e3638, 'yes'),
('allScansScheduled', 0x613a303a7b7d, 'yes'),
('activatingIP', 0x3138312e3132332e36392e313332, 'yes'),
('cbl_cookieVal', 0x35653632336562643039646635, 'yes'),
('serverDNS', 0x313539353738333130303b31343430303b3130382e3137392e3234332e313032, 'yes'),
('adminNoticeQueue', 0x613a303a7b7d, 'yes'),
('wp_home_url', 0x68747470733a2f2f6461636c65616e657870726573732e636f6d, 'yes'),
('wp_site_url', 0x68747470733a2f2f6461636c65616e657870726573732e636f6d, 'yes'),
('lastDailyCron', 0x31353935383538363032, 'yes'),
('dbVersion', 0x352e362e34312d38342e31, 'yes'),
('lastDashboardCheck', 0x31353935383538363033, 'yes'),
('dashboardData', 0x613a343a7b733a393a2267656e657261746564223b693a313539353835373233393b733a333a22746466223b613a333a7b733a393a22636f6d6d756e697479223b693a353731303b733a373a227072656d69756d223b693a353731313b733a393a22626c61636b6c697374223b693a32353032313b7d733a31303a2261747461636b64617461223b613a333a7b733a333a22323468223b613a32343a7b693a303b613a323a7b733a313a2274223b693a313539353736383430303b733a313a2263223b693a343837363432313b7d693a313b613a323a7b733a313a2274223b693a313539353737323030303b733a313a2263223b693a353038363037373b7d693a323b613a323a7b733a313a2274223b693a313539353737353630303b733a313a2263223b693a353739393430373b7d693a333b613a323a7b733a313a2274223b693a313539353737393230303b733a313a2263223b693a353838363435363b7d693a343b613a323a7b733a313a2274223b693a313539353738323830303b733a313a2263223b693a373833353835383b7d693a353b613a323a7b733a313a2274223b693a313539353738363430303b733a313a2263223b693a363837333136343b7d693a363b613a323a7b733a313a2274223b693a313539353739303030303b733a313a2263223b693a353435343437333b7d693a373b613a323a7b733a313a2274223b693a313539353739333630303b733a313a2263223b693a353430363934363b7d693a383b613a323a7b733a313a2274223b693a313539353739373230303b733a313a2263223b693a373437393931373b7d693a393b613a323a7b733a313a2274223b693a313539353830303830303b733a313a2263223b693a373937383031323b7d693a31303b613a323a7b733a313a2274223b693a313539353830343430303b733a313a2263223b693a363631313830303b7d693a31313b613a323a7b733a313a2274223b693a313539353830383030303b733a313a2263223b693a343836313631353b7d693a31323b613a323a7b733a313a2274223b693a313539353831313630303b733a313a2263223b693a343639343331323b7d693a31333b613a323a7b733a313a2274223b693a313539353831353230303b733a313a2263223b693a353134353336383b7d693a31343b613a323a7b733a313a2274223b693a313539353831383830303b733a313a2263223b693a353135303837313b7d693a31353b613a323a7b733a313a2274223b693a313539353832323430303b733a313a2263223b693a353135373035303b7d693a31363b613a323a7b733a313a2274223b693a313539353832363030303b733a313a2263223b693a353335383938383b7d693a31373b613a323a7b733a313a2274223b693a313539353832393630303b733a313a2263223b693a353438353232373b7d693a31383b613a323a7b733a313a2274223b693a313539353833333230303b733a313a2263223b693a353639383837383b7d693a31393b613a323a7b733a313a2274223b693a313539353833363830303b733a313a2263223b693a353435303230303b7d693a32303b613a323a7b733a313a2274223b693a313539353834303430303b733a313a2263223b693a363839303233303b7d693a32313b613a323a7b733a313a2274223b693a313539353834343030303b733a313a2263223b693a373534353035393b7d693a32323b613a323a7b733a313a2274223b693a313539353834373630303b733a313a2263223b693a373534333532353b7d693a32333b613a323a7b733a313a2274223b693a313539353835313230303b733a313a2263223b693a373537383339373b7d7d733a323a223764223b613a373a7b693a303b613a323a7b733a313a2274223b693a313539353230333230303b733a313a2263223b693a3133343839313337323b7d693a313b613a323a7b733a313a2274223b693a313539353238393630303b733a313a2263223b693a3134303836343735393b7d693a323b613a323a7b733a313a2274223b693a313539353337363030303b733a313a2263223b693a3132353734383131383b7d693a333b613a323a7b733a313a2274223b693a313539353436323430303b733a313a2263223b693a3134333533393337313b7d693a343b613a323a7b733a313a2274223b693a313539353534383830303b733a313a2263223b693a3133383132303333343b7d693a353b613a323a7b733a313a2274223b693a313539353633353230303b733a313a2263223b693a3131363730393434333b7d693a363b613a323a7b733a313a2274223b693a313539353732313630303b733a313a2263223b693a3132383234323437343b7d7d733a333a22333064223b613a33303a7b693a303b613a323a7b733a313a2274223b693a313539333231363030303b733a313a2263223b693a3130393536383939323b7d693a313b613a323a7b733a313a2274223b693a313539333330323430303b733a313a2263223b693a3130343537333738323b7d693a323b613a323a7b733a313a2274223b693a313539333338383830303b733a313a2263223b693a3130313234323632353b7d693a333b613a323a7b733a313a2274223b693a313539333437353230303b733a313a2263223b693a3131333131303632373b7d693a343b613a323a7b733a313a2274223b693a313539333536313630303b733a313a2263223b693a3132373235323838353b7d693a353b613a323a7b733a313a2274223b693a313539333634383030303b733a313a2263223b693a3132303838393131323b7d693a363b613a323a7b733a313a2274223b693a313539333733343430303b733a313a2263223b693a3132373833323930343b7d693a373b613a323a7b733a313a2274223b693a313539333832303830303b733a313a2263223b693a3134323238353834303b7d693a383b613a323a7b733a313a2274223b693a313539333930373230303b733a313a2263223b693a3133363433303037373b7d693a393b613a323a7b733a313a2274223b693a313539333939333630303b733a313a2263223b693a3134323835373338333b7d693a31303b613a323a7b733a313a2274223b693a313539343038303030303b733a313a2263223b693a3132353838363531333b7d693a31313b613a323a7b733a313a2274223b693a313539343136363430303b733a313a2263223b693a3134353831383032313b7d693a31323b613a323a7b733a313a2274223b693a313539343235323830303b733a313a2263223b693a3133363133353238383b7d693a31333b613a323a7b733a313a2274223b693a313539343333393230303b733a313a2263223b693a3132323934323835373b7d693a31343b613a323a7b733a313a2274223b693a313539343432353630303b733a313a2263223b693a3132353737353238373b7d693a31353b613a323a7b733a313a2274223b693a313539343531323030303b733a313a2263223b693a3132333039343734313b7d693a31363b613a323a7b733a313a2274223b693a313539343539383430303b733a313a2263223b693a3133353731313030363b7d693a31373b613a323a7b733a313a2274223b693a313539343638343830303b733a313a2263223b693a3133363937353132393b7d693a31383b613a323a7b733a313a2274223b693a313539343737313230303b733a313a2263223b693a3133383535323938323b7d693a31393b613a323a7b733a313a2274223b693a313539343835373630303b733a313a2263223b693a3133303830303837323b7d693a32303b613a323a7b733a313a2274223b693a313539343934343030303b733a313a2263223b693a3134323938333231343b7d693a32313b613a323a7b733a313a2274223b693a313539353033303430303b733a313a2263223b693a3134303838383531353b7d693a32323b613a323a7b733a313a2274223b693a313539353131363830303b733a313a2263223b693a3133363033383138323b7d693a32333b613a323a7b733a313a2274223b693a313539353230333230303b733a313a2263223b693a3133343839313337323b7d693a32343b613a323a7b733a313a2274223b693a313539353238393630303b733a313a2263223b693a3134303836343735393b7d693a32353b613a323a7b733a313a2274223b693a313539353337363030303b733a313a2263223b693a3132353734383131383b7d693a32363b613a323a7b733a313a2274223b693a313539353436323430303b733a313a2263223b693a3134333533393337313b7d693a32373b613a323a7b733a313a2274223b693a313539353534383830303b733a313a2263223b693a3133383132303333343b7d693a32383b613a323a7b733a313a2274223b693a313539353633353230303b733a313a2263223b693a3131363730393434333b7d693a32393b613a323a7b733a313a2274223b693a313539353732313630303b733a313a2263223b693a3132383234323437343b7d7d7d733a393a22636f756e7472696573223b613a313a7b733a323a223764223b613a31303a7b693a303b613a323a7b733a323a226364223b733a323a225553223b733a323a226374223b693a3339343639313637393b7d693a313b613a323a7b733a323a226364223b733a323a22494e223b733a323a226374223b693a3137353032333835333b7d693a323b613a323a7b733a323a226364223b733a323a22434e223b733a323a226374223b693a3133323837303737393b7d693a333b613a323a7b733a323a226364223b733a323a224652223b733a323a226374223b693a3133303434363034363b7d693a343b613a323a7b733a323a226364223b733a323a225255223b733a323a226374223b693a37373838333138333b7d693a353b613a323a7b733a323a226364223b733a323a224742223b733a323a226374223b693a37373833373735323b7d693a363b613a323a7b733a323a226364223b733a323a225541223b733a323a226374223b693a36373534343136333b7d693a373b613a323a7b733a323a226364223b733a323a224252223b733a323a226374223b693a36353739303931383b7d693a383b613a323a7b733a323a226364223b733a323a224445223b733a323a226374223b693a36323732323137353b7d693a393b613a323a7b733a323a226364223b733a323a225347223b733a323a226374223b693a36323335363832303b7d7d7d7d, 'yes'),
('tldlist', 0x7c636f6d7c6f72677c6e65747c6564757c6161617c6162627c6162637c61636f7c6164737c6165677c61666c7c6169677c616e7a7c616f6c7c6170707c6172747c6177737c6178617c6261727c6262637c6262747c6263677c62636e7c6265747c6269647c62696f7c62697a7c626d737c626d777c626f6d7c626f6f7c626f747c626f787c6275797c627a687c6361627c63616c7c63616d7c6361727c6361747c6362617c63626e7c6362737c6365627c63656f7c6366617c6366647c6370617c6372737c6373637c6461647c6461797c6464737c6465767c64686c7c6469797c646e707c646f677c646f747c6474767c6476727c6561747c65636f7c6573717c6575737c66616e7c6669747c666c797c666f6f7c666f787c66726c7c6674727c66756e7c6679697c67616c7c6761707c6761797c67646e7c6765617c676c657c676d6f7c676d787c676f6f7c676f707c676f747c676f767c68626f7c6869767c686b747c686f747c686f777c69626d7c6963657c6963757c69666d7c696e637c696e677c696e6b7c696e747c6973747c6974767c6a63627c6a63707c6a696f7c6a6c6c7c6a6d707c6a6e6a7c6a6f747c6a6f797c6b66687c6b69617c6b696d7c6b706e7c6b72647c6c61747c6c61777c6c64737c6c6c637c6c6c707c6c6f6c7c6c706c7c6c74647c6d616e7c6d61707c6d62617c6d65647c6d656e7c6d696c7c6d69747c6d6c627c6d6c737c6d6d617c6d6f657c6d6f697c6d6f6d7c6d6f767c6d73647c6d746e7c6d74727c6e61627c6e62617c6e65637c6e65777c6e666c7c6e676f7c6e686b7c6e6f777c6e72617c6e72777c6e74747c6e79637c6f62697c6f66667c6f6e657c6f6e677c6f6e6c7c6f6f6f7c6f74747c6f76687c7061797c7065747c7068647c7069647c70696e7c706e637c70726f7c7072757c7075627c7077637c7176637c7265647c72656e7c72696c7c72696f7c7269707c72756e7c7277657c7361707c7361737c7362697c7362737c7363617c7363627c7365737c7365777c7365787c7366727c736b697c736b797c736f797c73726c7c7374637c7461627c7461787c7463697c74646b7c74656c7c7468647c746a787c746f707c7472767c7475697c7476737c7562737c756e6f7c756f6c7c7570737c7665747c7669677c76696e7c7669707c7765647c77696e7c776d657c776f777c7774637c7774667c78696e7c7878787c78797a7c796f757c79756e7c7a69707c61637c61647c61657c61667c61677c61697c616c7c616d7c616f7c61717c61727c61737c61747c61757c61777c61787c617a7c62617c62627c62647c62657c62667c62677c62687c62697c626a7c626d7c626e7c626f7c62727c62737c62747c62767c62777c62797c627a7c63617c63637c63647c63667c63677c63687c63697c636b7c636c7c636d7c636e7c636f7c63727c63757c63767c63777c63787c63797c637a7c64657c646a7c646b7c646d7c646f7c647a7c65637c65657c65677c65727c65737c65747c65757c66697c666a7c666b7c666d7c666f7c66727c67617c67627c67647c67657c67667c67677c67687c67697c676c7c676d7c676e7c67707c67717c67727c67737c67747c67757c67777c67797c686b7c686d7c686e7c68727c68747c68757c69647c69657c696c7c696d7c696e7c696f7c69717c69727c69737c69747c6a657c6a6d7c6a6f7c6a707c6b657c6b677c6b687c6b697c6b6d7c6b6e7c6b707c6b727c6b777c6b797c6b7a7c6c617c6c627c6c637c6c697c6c6b7c6c727c6c737c6c747c6c757c6c767c6c797c6d617c6d637c6d647c6d657c6d677c6d687c6d6b7c6d6c7c6d6d7c6d6e7c6d6f7c6d707c6d717c6d727c6d737c6d747c6d757c6d767c6d777c6d787c6d797c6d7a7c6e617c6e637c6e657c6e667c6e677c6e697c6e6c7c6e6f7c6e707c6e727c6e757c6e7a7c6f6d7c70617c70657c70667c70677c70687c706b7c706c7c706d7c706e7c70727c70737c70747c70777c70797c71617c72657c726f7c72737c72757c72777c73617c73627c73637c73647c73657c73677c73687c73697c736a7c736b7c736c7c736d7c736e7c736f7c73727c73737c73747c73757c73767c73787c73797c737a7c74637c74647c74667c74677c74687c746a7c746b7c746c7c746d7c746e7c746f7c74727c74747c74767c74777c747a7c75617c75677c756b7c75737c75797c757a7c76617c76637c76657c76677c76697c766e7c76757c77667c77737c79657c79747c7a617c7a6d7c7a777c616172707c61626c657c616461637c6165726f7c616b646e7c616c6c797c616d65787c617261627c616d6963617c61726d797c616d617a6f6e7c616d66616d7c617369617c61726368697c617270617c617274657c617364617c61756374696f6e7c617564697c6170706c657c6175746f7c61756469626c657c6174746f726e65797c617564696f7c617573706f73747c6175746f737c617a7572657c617574686f727c6174686c6574617c626162797c62616e647c62616e6b7c6172616d636f7c62616964757c616c736163657c616c73746f6d7c616e7175616e7c616e64726f69647c617669616e63617c62616e616d65787c62616e616e6172657075626c69637c626276617c626565727c626573747c63616c6c7c63616d707c636172657c636172737c636173617c636173657c636173687c636272657c6365726e7c63686173657c636861747c636974697c636974797c64656c6c7c646573697c646965747c646973687c646f63737c6c616e647c6c65676f7c6c6762747c6c69646c7c6c6966657c6c696b657c6c696d6f7c6c696e6b7c6c6976657c6d6565747c6d656d657c6164756c747c6165746e617c6269626c657c63686561707c636973636f7c64656c74617c6d6f746f7c6d6f7669657c6166726963617c6c696e64657c6167616b68616e7c63697469637c6c697073797c6c6978696c7c6e616d657c6c696c6c797c6e6176797c6163746f727c6e69636f7c6e657875737c6162617274687c63616e6f6e7c6c616d65727c6e6577737c6e6578747c62656174737c6162626f74747c6162627669657c63617264737c6c657875737c6e696b657c6e6f7774767c706363777c61626f6761646f7c70696e6b7c706c61797c706c75737c6275696c647c61627564686162697c64726976657c70696e677c6e696e6a617c6e6f6b69617c70686f6e657c706963737c61636164656d797c6c656173657c6c6567616c7c6e696b6f6e7c70617274797c6167656e63797c626f6e647c61697274656c7c62696b657c62696e677c626f6f6b7c62696e676f7c626c61636b7c626f66617c626f7363687c616c69626162617c616c697061797c626172636c6179737c626172636c6179636172647c626c6f677c626f6174737c62617263656c6f6e617c626175686175737c616c6c73746174657c626c75657c62617965726e7c6261736b657462616c6c7c62757a7a7c636166657c6169726275737c62617265666f6f747c636c6f75647c636c75627c636f6f6c7c636f6163687c636f6f707c63796f757c6c6f66747c63796d72757c6d6169667c636f6465737c6d696e697c6d696e747c6d6f64617c6f6c6c6f7c636c69636b7c6d6f62697c6f70656e7c63726f776e7c64616275727c64616e63657c646174617c646174657c64636c6b7c6465616c7c6465616c737c6c6f616e7c6c6f76657c6c7464617c6c7578657c6d656e757c6c6f616e737c6c6f6375737c6c6f7474657c6c6f74746f7c6c7570696e7c6d616379737c6d616e676f7c6d656469617c6d69616d697c6d6f6e65797c6e697373616e7c6e69737361797c6e6f72746f6e7c6e6f7772757a7c6f6b696e6177617c6f6c646e6176797c6f6d6567617c6f66666963657c6f6c6179616e7c6f6e6c696e657c6f7261636c657c6f72616e67657c706172737c6261736562616c6c7c70617269737c616972666f7263657c7068696c6970737c6261726761696e737c6f7267616e69637c7066697a65727c6f726967696e737c6f73616b617c706167657c6f7473756b617c70617274737c646f776e6c6f61647c6475636b7c647661677c65726e697c666167657c66616e737c6661726d7c666173747c666961747c6669646f7c66696c6d7c666973687c616c6661726f6d656f7c6661696c7c666972657c666c69727c616c6c66696e616e7a7c666f6f647c666f72647c667265657c666f7265787c666f72756d7c66756e647c67616d657c67616d65737c6762697a7c67656e747c676765657c67697665737c676c6173737c676c6f626f7c676d61696c7c676d62687c67616c6c6f7c676966747c676c6164657c676f6c667c676f6f677c67696674737c676f6c647c677265656e7c67726970657c6b7265647c6163636f756e74616e74737c616d65726963616e657870726573737c64756261697c65617274687c6564656b617c656d61696c7c6570736f6e7c616363656e747572657c6163636f756e74616e747c7361726c7c66616974687c7465616d7c6166616d696c79636f6d70616e797c737461727c737572667c74616c6b7c746178697c66656465787c66696e616c7c746563687c746576617c746961617c746970737c746f776e7c746f79737c747562657c76616e617c766973617c766976617c7669766f7c766f74657c766f746f7c77616e677c776569727c7769656e7c77696b697c77696e657c776f726b7c78626f787c796f67617c7a6172617c7a65726f7c7a6f6e657c67726f75707c677567657c677572757c686169727c686175737c686466637c68656c707c686572657c686f73747c687362637c696362637c6173736f6369617465737c686774767c696565657c696d64627c696d6d6f7c696e666f7c697461757c6a6176617c6a6565707c6a6f62737c6a7072737c6b6464697c6b6977697c6b706d677c706f686c7c706f726e7c706f73747c70726f647c70726f667c71706f6e7c726169647c726561647c726569747c72656e747c726573747c6a65747a747c706861726d6163797c726963687c726d69747c736176657c6b6f656c6e7c726f6f6d7c727376707c727568727c736166657c73616c657c7361786f7c73636f747c736561747c7365656b7c736578797c736861777c736869617c73686f707c73686f777c73696c6b7c73696e617c736974657c736b696e7c736e63667c736f68757c736f6e677c736f6e797c73706f747c67756964657c686f7573657c696e74656c7c69726973687c616d65726963616e66616d696c797c67756363697c686f6d65737c686f6e64617c686f7273657c68796174747c696b616e6f7c616d7374657264616d7c697665636f7c616e616c79746963737c70616e61736f6e69637c61706172746d656e74737c6f627365727665727c706172746e6572737c6171756172656c6c657c6b796f746f7c706173736167656e737c6f6c6179616e67726f75707c6f6e796f7572736964657c6e6f7274687765737465726e6d757475616c7c70686f746f7c746f74616c7c6265726c696e7c626f73746f6e7c73746164617c6265617574797c6268617274697c626f7374696b7c73706f72747c62726f6b65727c62726f746865727c736d696c657c736f6c61727c73747564797c627567617474697c736b7970657c736c696e677c736d6172747c73746f72657c63616d6572617c6361736569687c636173696e6f7c63656e7465727c6368726f6d657c6368757263687c636c61696d737c636f666665657c6361706974616c7c73776973737c636f6e646f737c7374796c657c6361726176616e7c6361726565727c6368616e656c7c636972636c657c7375636b737c636c696e69637c636172656572737c636f6d636173747c636f6d70616e797c636f6d6d62616e6b7c636f6d706172657c636f6d70757465727c636f6d7365637c636f6d6d756e6974797c636f6e737472756374696f6e7c636f6e73756c74696e677c636f6e746163747c636f6e74726163746f72737c676f6f676c657c626f6f6b696e677c686970686f707c696d616d61747c7361666574797c73616b7572617c73616c6f6e7c6772617469737c6875676865737c73616e6f66697c7363686f6f6c7c736368756c657c626573746275797c73747265616d7c73747564696f7c737570706c797c73757a756b697c7377617463687c62656e746c65797c7379646e65797c6368616e6e656c7c7365617263687c636c696e697175657c6865616c74687c686f636b65797c73686f65737c73686f756a697c636861726974797c7368656c6c7c6369707269616e697c73686172707c6368696e7461697c6369746164656c7c636c75626d65647c736f636365727c736f6369616c7c63697479656174737c636c65616e696e677c686f74656c737c73656e65727c736576656e7c73656c6563747c636c6f7468696e677c7365637572657c636f6c6c6567657c636f6c6f676e657c6865726d65737c636f6f6b696e677c766f6c766f7c77616c65737c77617463687c636f75706f6e7c6372656469747c6372756973657c646174696e677c64617473756e7c6465616c65727c6465677265657c64656e74616c7c64657369676e7c6469726563747c646f63746f727c64756e6c6f707c6475706f6e747c64757262616e7c656d6572636b7c766f646b617c656e657267797c6573746174657c6578706572747c66616d696c797c766964656f7c6576656e74737c76656761737c77656265727c666c69636b727c776569626f7c667574626f6c7c67616c6c75707c776f726b737c776f726c647c7865726f787c67656f7267657c7961686f6f7c67617264656e7c676976696e677c676c6f62616c7c696e737572657c73706163657c7461697065697c74617461727c74656e6e69737c7469656e64617c74697265737c636f72736963617c636f6f6b696e676368616e6e656c7c7461726765747c746174746f6f7c7469726f6c7c746a6d6178787c746b6d6178787c746d616c6c7c746f6461797c746f6b796f7c746f6f6c737c74616f62616f7c746f7261797c746f7572737c74726164657c74727573747c74726176656c7c74756e65737c7562616e6b7c746f796f74617c74757368757c756e69636f6d7c7669616a65737c76696b696e677c76696c6c61737c76697267696e7c766973696f6e7c766f74696e677c766f796167657c7675656c6f737c77616c7465727c77656263616d7c78696875616e7c7961636874737c79616e6465787c7a6170706f737c636f756e7472797c6661726d6572737c6669746e6573737c6c6976696e677c666f7273616c657c627261646573636f7c6c656672616b7c626f7574697175657c666c69676874737c666c6f776572737c6c61777965727c666c6f726973747c62726f61647761797c64656e746973747c64656c69766572797c6c6174696e6f7c6469616d6f6e64737c66617368696f6e7c64656d6f637261747c656e67696e6565727c657870726573737c666565646261636b7c65717569706d656e747c6572696373736f6e7c6578706f7365647c666572726172697c64656c6f697474657c6665727265726f7c666964656c6974797c66696e616e63657c65746973616c61747c6669726d64616c657c66697368696e677c666f6f7462616c6c7c626c6f6f6d626572677c65786368616e67657c6c6f636b65727c6c6f6e646f6e7c66726f67616e737c6272757373656c737c637269636b65747c6d61647269647c637275697365737c6469676974616c7c6d6169736f6e7c6d616b6575707c7069637465747c62756461706573747c74696666616e797c6275696c646572737c627573696e6573737c646973636f756e747c646973636f7665727c646f6d61696e737c6d61726b65747c67656e74696e677c70696374757265737c736161726c616e647c7469636b6574737c76656e74757265737c766572697369676e7c6469726563746f72797c656475636174696f6e7c7279756b79757c66756a697473757c67616c6c6572797c66726f6e746965727c6c6174726f62657c6c65636c6572637c6c75787572797c6c756e646265636b7c70686f746f737c746f73686962617c6c69676874696e677c70687973696f7c6c696d697465647c6c696e636f6c6e7c74726164696e677c747261696e696e677c76616e67756172647c6661697277696e64737c6d61726b6574737c626c61636b6672696461797c66726573656e6975737c6d617272696f74747c6d65746c6966657c66726f6e74646f6f727c6d617474656c7c66756a697865726f787c6675726e69747572657c6c6966657374796c657c6d6f62696c657c6d6f6e6173687c6d6f726d6f6e7c6d757365756d7c6d757475616c7c6e61676f79617c6e61747572617c6d6f6e737465727c6e657462616e6b7c6e6574666c69787c6e6574776f726b7c6e6575737461727c746865617465727c6d6f7274676167657c6d6f73636f777c746865617472657c77696e6e6572737c6d656d6f7269616c7c6d656c626f75726e657c77616c6d6172747c776174636865737c66696e616e6369616c7c776561746865727c77696e646f77737c79616d6178756e7c796f75747562657c626e70706172696261737c6d617365726174697c6d636b696e7365797c6d6572636b6d73647c6669726573746f6e657c6d61726b6574696e677c6d61727368616c6c737c74726176656c6572737c77616e67676f757c776562736974657c77656464696e677c786e2d2d393061657c796f6b6f68616d617c6d6963726f736f66747c7866696e6974797c7661636174696f6e737c77686f7377686f7c7a7565726963687c776f6f64736964657c786e2d2d39306169737c786e2d2d7178616d7c786e2d2d6a31616d687c626c6f636b6275737465727c786e2d2d63316176677c786e2d2d6431616c667c786e2d2d65316134637c786e2d2d66686265697c786e2d2d6a316165667c786e2d2d6c316163637c786e2d2d6e676272787c786e2d2d6e6f64657c786e2d2d70316163667c786e2d2d703161697c786e2d2d6e717637667c786e2d2d71786136617c786e2d2d74636b77657c786e2d2d76687175767c796f646f62617368697c626f656872696e6765727c67726f636572797c68616e676f75747c686974616368697c636174686f6c69637c677561726469616e7c677569746172737c6b696e6465727c6361746572696e677c67726170686963737c68616d627572677c656e7465727072697365737c677261696e6765727c686f6c696461797c6361706974616c6f6e657c656e67696e656572696e677c6864666362616e6b7c686f746d61696c7c637265646974636172647c686f6d656465706f747c72656861627c686f6c64696e67737c686f74656c65737c6a6577656c72797c68656c73696e6b697c6b696e646c657c686973616d697473757c6c6173616c6c657c686f6d65676f6f64737c686f7374696e677c686f73706974616c7c686f6d6573656e73657c6b617566656e7c6879756e6461697c6575726f766973696f6e7c6a7565676f737c6a756e697065727c6a706d6f7267616e7c657874726173706163657c6865616c7468636172657c6a6f627572677c666f756e646174696f6e7c6d616e6167656d656e747c6d6974737562697368697c72656973657c636f75706f6e737c636f75727365737c69736d61696c697c6b69746368656e7c7368696b7368617c63617065746f776e7c6c6163616978617c6368726973746d61737c676f64616464797c73616e6476696b7c676f6c64706f696e747c63756973696e656c6c617c6c616e6369617c72656e74616c737c72756762797c696e747569747c72656973656e7c6c616e786573737c726f676572737c73616d73756e677c7368726972616d7c676f6f64796561727c696d6d6f62696c69656e7c7265766965777c72656c69616e63657c7265706f72747c726576696577737c697374616e62756c7c7265706169727c696e737572616e63657c696e766573746d656e74737c696e7465726e6174696f6e616c7c6a61677561727c6c616e6361737465727c6c616e64726f7665727c6e6577686f6c6c616e647c7269636f687c6b6f6d617473757c6b6f736865727c726578726f74687c726f636865727c726f64656f7c696e64757374726965737c696e66696e6974697c6b756f6b67726f75707c6e6174696f6e776964657c726f636b737c726963686172646c697c7363686d6964747c69706972616e67617c73616d73636c75627c7363687761727a7c736369656e63657c73636a6f686e736f6e7c73657276696365737c7368616e6772696c617c73686f7070696e677c696e737469747574657c73686f7774696d657c6d6f746f726379636c65737c73656375726974797c6e6578746469726563747c70697a7a617c70726178697c7072616d65726963617c70726f6d6f7c706f6c697469657c73797374656d737c63616e63657272657365617263687c706c6163657c70696f6e6565727c7072696d657c6c696665696e737572616e63657c70726573737c706c756d62696e677c706f6b65727c63616c76696e6b6c65696e7c70726f706572746965737c736368616566666c65727c737570706f72747c737572676572797c70726f70657274797c737570706c6965737c72657374617572616e747c7377696674636f7665727c746174616d6f746f72737c756e69766572736974797c786e2d2d3330727237797c786e2d2d33707875386b7c786e2d2d3435713131637c637265646974756e696f6e7c70686f746f6772617068797c786e2d2d34676272696d7c62726964676573746f6e657c666f6f646e6574776f726b7c6c616d626f726768696e697c706c617973746174696f6e7c6c706c66696e616e6369616c7c70726f64756374696f6e737c71756573747c726164696f7c7175656265637c726163696e677c70726f67726573736976657c7265616c74797c7265616c746f727c726563697065737c736f667462616e6b7c7265616c6573746174657c73746f726167657c72656473746f6e657c72696768746174686f6d657c73696e676c65737c7363686f6c617273686970737c737461706c65737c74656d6173656b7c70727564656e7469616c7c737461746562616e6b7c70726f74656374696f6e7c72657075626c6963616e7c73746367726f75707c73746174656661726d7c73746f636b686f6c6d7c726564756d6272656c6c617c736f6674776172657c736f6c7574696f6e737c746563686e6f6c6f67797c74726176656c657273696e737572616e63657c766c61616e646572656e7c766f6c6b73776167656e7c74726176656c6368616e6e656c7c776561746865726368616e6e656c7c73616e6476696b636f726f6d616e747c786e2d2d3535717835647c786e2d2d3830617377677c786e2d2d3930613361637c786e2d2d6d787471316d7c786e2d2d31636b326531627c786e2d2d35747a6d35677c786e2d2d6f33637734687c786e2d2d7073737932757c786e2d2d7137636536617c786e2d2d756e757034797c786e2d2d317171773233617c786e2d2d327363726a39637c786e2d2d3964627132617c786e2d2d3965743532757c786e2d2d7767626831637c786e2d2d7767626c36617c786e2d2d7939613361717c6b65727279686f74656c737c6b6572727970726f706572746965737c77696c6c69616d68696c6c7c786e2d2d313162346333647c786e2d2d3362737430306d7c73707265616462657474696e677c786e2d2d336863726a39637c786e2d2d343562726a39637c786e2d2d636734626b697c786e2d2d343562723563796c7c786e2d2d3830616f3231617c786e2d2d637a72363934627c786e2d2d637a727330747c786e2d2d637a727532647c786e2d2d343263326439617c786e2d2d3666727a3832677c776f6c746572736b6c757765727c786e2d2d336473343433677c786e2d2d6332627237677c786e2d2d643161636a33627c766572736963686572756e677c786e2d2d33653062373037657c6b657272796c6f676973746963737c786e2d2d3830616478686b737c786e2d2d38306173656864627c786e2d2d38793061303633617c786e2d2d656676793838687c786e2d2d6663743432396b7c786e2d2d353462376674613063637c786e2d2d353571773432677c786e2d2d35737533346a393336626773677c786e2d2d3671713938366233786c7c786e2d2d383061716563647231617c786e2d2d6669713634627c786e2d2d6669717338737c786e2d2d396b72743030617c786e2d2d63636b7763786574647c786e2d2d687874383134657c786e2d2d336f713138766c38706e3336617c786e2d2d6669717a39737c786e2d2d63636b326233627c786e2d2d666a71373230617c786e2d2d666c77333531657c786e2d2d673278783438637c786e2d2d676563726a39637c786e2d2d676b33617431657c786e2d2d683262726a39637c786e2d2d696d723531336e7c786e2d2d696f306137697c786e2d2d6a3677313933677c786e2d2d6b70757433697c786e2d2d6b7072773133647c786e2d2d6b7072793537647c786e2d2d67636b72336630667c786e2d2d6a76723138396d7c786e2d2d6d676239617762667c786e2d2d6a6c71363175397737627c786e2d2d6d676261336133656a747c786e2d2d6b637278373764317834617c786e2d2d6c6762626174316164386a7c786e2d2d6d676261336134663136617c786e2d2d6d67626137633062626e30617c786e2d2d6d6762626831617c786e2d2d6a6c713438306e3272677c786e2d2d6d6762706c3266687c786e2d2d65636b7664746339647c786e2d2d667063726a396333647c786e2d2d667a633263396532637c786e2d2d683262726a396338637c786e2d2d623477363035666572647c786e2d2d666971323238633568737c786e2d2d683262726567336576657c786e2d2d69316236623161366132657c786e2d2d6d676261616b63376476667c786e2d2d667a7973386436397576676d7c786e2d2d62636b316239613564726534637c786e2d2d636c636863306561306232673261396763647c786e2d2d6d6762747832627c786e2d2d6d676274336468647c786e2d2d6d6978383931667c786e2d2d6d676261616d376138687c786e2d2d6e7971793236617c786e2d2d6d676261623262647c786e2d2d6d6762617968376770617c786e2d2d706762733064687c786e2d2d6d6762626831613731657c786e2d2d6f7475373936647c786e2d2d6f6762706638666c7c786e2d2d6d676263306139617a63677c786e2d2d6d6762636137647a646f7c786e2d2d71396a796234637c786e2d2d6e71763766733030656d617c786e2d2d6d67626370713667706131617c786e2d2d6d6762657270346135643461727c786e2d2d6d676267753832617c786e2d2d6d6b3162753434637c786e2d2d6e67626335617a647c786e2d2d6e676265396530617c786e2d2d6d6762693465636578707c786e2d2d6d6762783463643061627c786e2d2d6d6762616939617a677170366a7c786e2d2d71636b6131706d637c786e2d2d726871763936677c786e2d2d726f76753838627c786e2d2d727663316530616d33657c786e2d2d733962726a39637c786e2d2d736573353534677c786e2d2d743630623536617c786e2d2d767571383631627c786e2d2d7734727334306c7c786e2d2d74697134397871796a7c786e2d2d6d67626168316133686a6b72647c786e2d2d786871353231627c786e2d2d786b6332616c3368796532617c786e2d2d7734723835656c3866687535646e72617c786e2d2d786b6332646c336135656530687c786e2d2d7966726f346936376f7c786e2d2d7967626932616d6d787c786e2d2d7665726d67656e73626572617465722d6374627c786e2d2d7a6672313634627c786e2d2d7665726d67656e736265726174756e672d7077627c, 'yes'),
('tldlistHash', 0x37313735303136653634386332343434356239623036663337306637336130316432373861663230323934396337343230333835306138366530323232623036, 'yes'),
('noc1ScanSchedule', 0x613a323a7b693a303b693a313539363130333830303b693a313b693a313539363336333030303b7d, 'yes'),
('showWfCentralUI', 0x31, 'yes'),
('allowMySQLi', 0x31, 'yes'),
('dbTest', 0x613a313a7b733a353a226e6f6e6365223b733a36343a2234626239643230643865643365343139356530613263363939373837316330323465616564616532326538626561346239666264366366383634326666343062223b7d, 'no'),
('vulnerabilities_plugin', 0x613a31373a7b693a303b613a353a7b733a343a22736c7567223b733a32303a22657777772d696d6167652d6f7074696d697a6572223b733a393a22746f56657273696f6e223b733a353a22352e362e30223b733a31313a2266726f6d56657273696f6e223b733a353a22352e322e32223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a313b613a353a7b733a343a22736c7567223b733a32313a22666f6f626f782d696d6167652d6c69676874626f78223b733a393a22746f56657273696f6e223b733a363a22322e372e3131223b733a31313a2266726f6d56657273696f6e223b733a353a22322e372e38223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a323b613a353a7b733a343a22736c7567223b733a31303a22666f6f67616c6c657279223b733a393a22746f56657273696f6e223b733a363a22312e392e3235223b733a31313a2266726f6d56657273696f6e223b733a353a22312e392e38223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a333b613a353a7b733a343a22736c7567223b733a31343a226a71756572792d75706461746572223b733a393a22746f56657273696f6e223b733a373a22332e352e312e31223b733a31313a2266726f6d56657273696f6e223b733a373a22332e342e312e32223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a343b613a353a7b733a343a22736c7567223b733a31343a226c6f636f2d7472616e736c617465223b733a393a22746f56657273696f6e223b733a353a22322e342e30223b733a31313a2266726f6d56657273696f6e223b733a353a22322e332e31223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a353b613a353a7b733a343a22736c7567223b733a31373a227265616c6c792d73696d706c652d73736c223b733a393a22746f56657273696f6e223b733a353a22332e332e34223b733a31313a2266726f6d56657273696f6e223b733a353a22332e322e39223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a363b613a353a7b733a343a22736c7567223b733a31313a226a735f636f6d706f736572223b733a393a22746f56657273696f6e223b733a333a22362e32223b733a31313a2266726f6d56657273696f6e223b733a333a22352e37223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a373b613a343a7b733a343a22736c7567223b733a31363a226173796e632d6a617661736372697074223b733a31313a2266726f6d56657273696f6e223b733a31303a22322e32302e30332e3031223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a383b613a343a7b733a343a22736c7567223b733a31303a226475706c696361746f72223b733a31313a2266726f6d56657273696f6e223b733a363a22312e332e3336223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a393b613a343a7b733a343a22736c7567223b733a393a22776f726466656e6365223b733a31313a2266726f6d56657273696f6e223b733a353a22372e342e39223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a31303b613a343a7b733a343a22736c7567223b733a34353a2277702d72656d6f76652d71756572792d737472696e67732d66726f6d2d7374617469632d7265736f7572636573223b733a31313a2266726f6d56657273696f6e223b733a333a22312e33223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a31313b613a343a7b733a343a22736c7567223b733a31343a2277702d73757065722d6361636865223b733a31313a2266726f6d56657273696f6e223b733a353a22312e372e31223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a31323b613a343a7b733a343a22736c7567223b733a31323a2261722d636f6e746163747573223b733a31313a2266726f6d56657273696f6e223b733a353a22312e362e36223b733a31303a2276756c6e657261626c65223b623a313b733a343a226c696e6b223b733a34323a2268747470733a2f2f777076756c6e64622e636f6d2f76756c6e65726162696c69746965732f3130323737223b7d693a31333b613a343a7b733a343a22736c7567223b733a31343a22657373656e7469616c2d67726964223b733a31313a2266726f6d56657273696f6e223b733a353a22322e332e32223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a31343b613a343a7b733a343a22736c7567223b733a31323a2267726176697479666f726d73223b733a31313a2266726f6d56657273696f6e223b733a383a22322e342e31352e36223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a31353b613a343a7b733a343a22736c7567223b733a393a22726576736c69646572223b733a31313a2266726f6d56657273696f6e223b733a373a22352e342e382e31223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a31363b613a343a7b733a343a22736c7567223b733a393a227472785f7574696c73223b733a31313a2266726f6d56657273696f6e223b733a333a22332e31223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d7d, 'yes'),
('originalScheduledScanStart', 0x31353935383434363030, 'yes'),
('lastNotificationID', 0x353037, 'no'),
('totalScansRun', 0x313933, 'yes'),
('wfKillRequested', 0x30, 'no'),
('currentCronKey', '', 'yes'),
('wf_scanLastStatusTime', 0x30, 'yes'),
('wf_scanRunning', '', 'yes'),
('wfPeakMemory', 0x3936343638393932, 'no'),
('wfScanStartVersion', 0x352e332e34, 'yes'),
('lowResourceScanWaitStep', '', 'yes'),
('wfStatusStartMsgs', 0x613a323a7b693a303b733a303a22223b693a313b733a303a22223b7d, 'yes'),
('wf_summaryItems', 0x613a383a7b733a31323a227363616e6e6564506f737473223b693a303b733a31353a227363616e6e6564436f6d6d656e7473223b693a303b733a31323a227363616e6e656446696c6573223b693a303b733a31343a227363616e6e6564506c7567696e73223b693a303b733a31333a227363616e6e65645468656d6573223b693a303b733a31323a227363616e6e65645573657273223b693a303b733a31313a227363616e6e656455524c73223b693a303b733a31303a226c617374557064617465223b693a313539353835383632383b7d, 'yes'),
('scanStageStatuses', 0x613a31313a7b733a31333a227370616d766572746973696e67223b613a343a7b733a363a22737461747573223b733a373a227072656d69756d223b733a373a2273746172746564223b693a303b733a383a2266696e6973686564223b693a303b733a383a226578706563746564223b693a303b7d733a343a227370616d223b613a343a7b733a363a22737461747573223b733a373a227072656d69756d223b733a373a2273746172746564223b693a303b733a383a2266696e6973686564223b693a303b733a383a226578706563746564223b693a303b7d733a393a22626c61636b6c697374223b613a343a7b733a363a22737461747573223b733a373a227072656d69756d223b733a373a2273746172746564223b693a303b733a383a2266696e6973686564223b693a303b733a383a226578706563746564223b693a303b7d733a363a22736572766572223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d7761726e696e67223b733a373a2273746172746564223b693a353b733a383a2266696e6973686564223b693a353b733a383a226578706563746564223b693a353b7d733a373a226368616e676573223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a323b733a383a2266696e6973686564223b693a323b733a383a226578706563746564223b693a323b7d733a363a227075626c6963223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a323b733a383a2266696e6973686564223b693a323b733a383a226578706563746564223b693a323b7d733a373a226d616c77617265223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a323b733a383a2266696e6973686564223b693a323b733a383a226578706563746564223b693a323b7d733a373a22636f6e74656e74223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a333b733a383a2266696e6973686564223b693a333b733a383a226578706563746564223b693a333b7d733a383a2270617373776f7264223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a313b733a383a2266696e6973686564223b693a313b733a383a226578706563746564223b693a313b7d733a31333a2276756c6e65726162696c697479223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d7761726e696e67223b733a373a2273746172746564223b693a313b733a383a2266696e6973686564223b693a313b733a383a226578706563746564223b693a313b7d733a373a226f7074696f6e73223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a323b733a383a2266696e6973686564223b693a323b733a383a226578706563746564223b693a323b7d7d, 'no'),
('lastScanCompleted', 0x6f6b, 'yes'),
('lastScanFailureType', '', 'yes'),
('scanTime', 0x313539353835383632382e36343231, 'yes'),
('emailedIssuesList', 0x613a34323a7b693a303b613a323a7b733a373a2269676e6f726543223b733a33323a223366656534386633643538623235666132353761633166366461306663333434223b733a373a2269676e6f726550223b733a33323a223366656534386633643538623235666132353761633166366461306663333434223b7d693a313b613a323a7b733a373a2269676e6f726543223b733a33323a223566643231623035323732663563353866306165626162393833333161393038223b733a373a2269676e6f726550223b733a33323a223566643231623035323732663563353866306165626162393833333161393038223b7d693a323b613a323a7b733a373a2269676e6f726543223b733a33323a226130373039643366323532616437656238336661666132383530366162373830223b733a373a2269676e6f726550223b733a33323a226130373039643366323532616437656238336661666132383530366162373830223b7d693a333b613a323a7b733a373a2269676e6f726543223b733a33323a223666643064323930623937386561623830323765366237393530316163313439223b733a373a2269676e6f726550223b733a33323a223666643064323930623937386561623830323765366237393530316163313439223b7d693a343b613a323a7b733a373a2269676e6f726543223b733a33323a226464363734616463386332663336616463353739366537306165376130323363223b733a373a2269676e6f726550223b733a33323a226464363734616463386332663336616463353739366537306165376130323363223b7d693a353b613a323a7b733a373a2269676e6f726543223b733a33323a223861653933636230323732623537613037333863626530343434396135393838223b733a373a2269676e6f726550223b733a33323a223861653933636230323732623537613037333863626530343434396135393838223b7d693a363b613a323a7b733a373a2269676e6f726543223b733a33323a223835383238316561633961323335383666643639636161636434316136303838223b733a373a2269676e6f726550223b733a33323a223835383238316561633961323335383666643639636161636434316136303838223b7d693a373b613a323a7b733a373a2269676e6f726543223b733a33323a223933343162636164323036363764373437613561613531666433343462623765223b733a373a2269676e6f726550223b733a33323a223933343162636164323036363764373437613561613531666433343462623765223b7d693a383b613a323a7b733a373a2269676e6f726543223b733a33323a226639303636353662666435383164306661653733636134353639323034623961223b733a373a2269676e6f726550223b733a33323a226639303636353662666435383164306661653733636134353639323034623961223b7d693a393b613a323a7b733a373a2269676e6f726543223b733a33323a223164366161343934623638616661343830666639386132396538646439323538223b733a373a2269676e6f726550223b733a33323a223164366161343934623638616661343830666639386132396538646439323538223b7d693a31303b613a323a7b733a373a2269676e6f726543223b733a33323a223232306463373064613538343833663931666332393166623565303166383031223b733a373a2269676e6f726550223b733a33323a223232306463373064613538343833663931666332393166623565303166383031223b7d693a31313b613a323a7b733a373a2269676e6f726543223b733a33323a226530336562373234656631316238373765633636343032613236303131336661223b733a373a2269676e6f726550223b733a33323a226530336562373234656631316238373765633636343032613236303131336661223b7d693a31323b613a323a7b733a373a2269676e6f726543223b733a33323a223331303239346463343835613661323166313638613662363034353336616665223b733a373a2269676e6f726550223b733a33323a223331303239346463343835613661323166313638613662363034353336616665223b7d693a31333b613a323a7b733a373a2269676e6f726543223b733a33323a223535376463326562666138303239353831376665616663373330303438643134223b733a373a2269676e6f726550223b733a33323a223535376463326562666138303239353831376665616663373330303438643134223b7d693a31343b613a323a7b733a373a2269676e6f726543223b733a33323a223638323432656662306564336463343533363639616134353338356636363265223b733a373a2269676e6f726550223b733a33323a223638323432656662306564336463343533363639616134353338356636363265223b7d693a31353b613a323a7b733a373a2269676e6f726543223b733a33323a226439393564376131653766636162643331643735306533303032653132376538223b733a373a2269676e6f726550223b733a33323a226439393564376131653766636162643331643735306533303032653132376538223b7d693a31363b613a323a7b733a373a2269676e6f726543223b733a33323a223535633732643465366164616430366130303234666237313536643163363536223b733a373a2269676e6f726550223b733a33323a223535633732643465366164616430366130303234666237313536643163363536223b7d693a31373b613a323a7b733a373a2269676e6f726543223b733a33323a226234336563356430356134316266353964663532653861373933303963353030223b733a373a2269676e6f726550223b733a33323a226234336563356430356134316266353964663532653861373933303963353030223b7d693a31383b613a323a7b733a373a2269676e6f726543223b733a33323a226166353133343562623436383931623237333634393336393834393462633439223b733a373a2269676e6f726550223b733a33323a226166353133343562623436383931623237333634393336393834393462633439223b7d693a31393b613a323a7b733a373a2269676e6f726543223b733a33323a223631613332626233636430346337656164643964373366373236366238376466223b733a373a2269676e6f726550223b733a33323a223631613332626233636430346337656164643964373366373236366238376466223b7d693a32303b613a323a7b733a373a2269676e6f726543223b733a33323a223462393433613834313265323263633330386366303136633134633635646662223b733a373a2269676e6f726550223b733a33323a223462393433613834313265323263633330386366303136633134633635646662223b7d693a32313b613a323a7b733a373a2269676e6f726543223b733a33323a226463373631396338326539363564333539623134633034616237663766613532223b733a373a2269676e6f726550223b733a33323a226463373631396338326539363564333539623134633034616237663766613532223b7d693a32323b613a323a7b733a373a2269676e6f726543223b733a33323a226237343162386231333161653462393163643264613437386164303833356430223b733a373a2269676e6f726550223b733a33323a226237343162386231333161653462393163643264613437386164303833356430223b7d693a32333b613a323a7b733a373a2269676e6f726543223b733a33323a226565646630623938666462626534396133303431663566326563343932363733223b733a373a2269676e6f726550223b733a33323a226565646630623938666462626534396133303431663566326563343932363733223b7d693a32343b613a323a7b733a373a2269676e6f726543223b733a33323a226663653134636164353631613336346562356130353236363632343939663330223b733a373a2269676e6f726550223b733a33323a226663653134636164353631613336346562356130353236363632343939663330223b7d693a32353b613a323a7b733a373a2269676e6f726543223b733a33323a226335633732613861336561313735343237663264323333303231346164386430223b733a373a2269676e6f726550223b733a33323a226335633732613861336561313735343237663264323333303231346164386430223b7d693a32363b613a323a7b733a373a2269676e6f726543223b733a33323a226332663565386330356330316535373033313531663533643065613163353636223b733a373a2269676e6f726550223b733a33323a226332663565386330356330316535373033313531663533643065613163353636223b7d693a32373b613a323a7b733a373a2269676e6f726543223b733a33323a223335653635353033616639646163336532653632373666633562396632393634223b733a373a2269676e6f726550223b733a33323a223335653635353033616639646163336532653632373666633562396632393634223b7d693a32383b613a323a7b733a373a2269676e6f726543223b733a33323a226266393436343232663636323538626262653638353230313032633838396339223b733a373a2269676e6f726550223b733a33323a226266393436343232663636323538626262653638353230313032633838396339223b7d693a32393b613a323a7b733a373a2269676e6f726543223b733a33323a223037366161666338613633613633376266643238393438303263316637333930223b733a373a2269676e6f726550223b733a33323a223037366161666338613633613633376266643238393438303263316637333930223b7d693a33303b613a323a7b733a373a2269676e6f726543223b733a33323a226662343734333034353034363433626633373530636562343966303035353530223b733a373a2269676e6f726550223b733a33323a226662343734333034353034363433626633373530636562343966303035353530223b7d693a33313b613a323a7b733a373a2269676e6f726543223b733a33323a223533363965303534393335366433326137396639346135626638633233343064223b733a373a2269676e6f726550223b733a33323a223533363965303534393335366433326137396639346135626638633233343064223b7d693a33323b613a323a7b733a373a2269676e6f726543223b733a33323a223661336662366365353039613336613962643639636238323337316232633261223b733a373a2269676e6f726550223b733a33323a223661336662366365353039613336613962643639636238323337316232633261223b7d693a33333b613a323a7b733a373a2269676e6f726543223b733a33323a223139333731346332343334346537623334623036313133616331616561623630223b733a373a2269676e6f726550223b733a33323a223139333731346332343334346537623334623036313133616331616561623630223b7d693a33343b613a323a7b733a373a2269676e6f726543223b733a33323a223362343639633162306664656164376364363066646233633130666638636135223b733a373a2269676e6f726550223b733a33323a223362343639633162306664656164376364363066646233633130666638636135223b7d693a33353b613a323a7b733a373a2269676e6f726543223b733a33323a226134636464383630646533373333313662653564653234326136646134373963223b733a373a2269676e6f726550223b733a33323a226134636464383630646533373333313662653564653234326136646134373963223b7d693a33363b613a323a7b733a373a2269676e6f726543223b733a33323a226336393564356239393661393439303662373838316138636430303563393963223b733a373a2269676e6f726550223b733a33323a226336393564356239393661393439303662373838316138636430303563393963223b7d693a33373b613a323a7b733a373a2269676e6f726543223b733a33323a226636343338633265636561366465336632303538383333626635333661383164223b733a373a2269676e6f726550223b733a33323a226636343338633265636561366465336632303538383333626635333661383164223b7d693a33383b613a323a7b733a373a2269676e6f726543223b733a33323a223137643836346432653165623731623136396530376461663236303563616138223b733a373a2269676e6f726550223b733a33323a223137643836346432653165623731623136396530376461663236303563616138223b7d693a33393b613a323a7b733a373a2269676e6f726543223b733a33323a226633306335393731353131616630353965313633376430636231316430623637223b733a373a2269676e6f726550223b733a33323a226633306335393731353131616630353965313633376430636231316430623637223b7d693a34303b613a323a7b733a373a2269676e6f726543223b733a33323a226533326637366166323163383232663632366635323261636261313434633636223b733a373a2269676e6f726550223b733a33323a226533326637366166323163383232663632366635323261636261313434633636223b7d693a34313b613a323a7b733a373a2269676e6f726543223b733a33323a226165653039643837323061646531653138393761383636313466663262613564223b733a373a2269676e6f726550223b733a33323a226165653039643837323061646531653138393761383636313466663262613564223b7d7d, 'yes'),
('autoUpdateChoice', 0x31, 'yes'),
('disclosureStates', 0x613a363a7b733a32363a2277662d7363616e6e65722d6f7074696f6e732d67656e6572616c223b623a303b733a32303a227761662d6f7074696f6e732d616476616e636564223b623a313b733a32323a227761662d6f7074696f6e732d6272757465666f726365223b623a313b733a32383a2277662d756e69666965642d7761662d6f7074696f6e732d6261736963223b623a313b733a33313a2277662d756e69666965642d7761662d6f7074696f6e732d616476616e636564223b623a313b733a33333a2277662d756e69666965642d7761662d6f7074696f6e732d6272757465666f726365223b623a313b7d, 'yes'),
('wafStatusCallbackNonce', '', 'yes'),
('totalLoginHits', 0x313336, 'yes'),
('totalLogins', 0x3139, 'yes'),
('lastAdminLogin', 0x613a363a7b733a363a22757365724944223b693a313b733a383a22757365726e616d65223b733a383a22636c69636e6f766f223b733a393a2266697273744e616d65223b733a303a22223b733a383a226c6173744e616d65223b733a303a22223b733a343a2274696d65223b733a32363a224d6f6e2032377468204a756c7920402030393a31373a3432414d223b733a323a224950223b733a31353a223138312e3132312e3232302e323038223b7d, 'yes'),
('totalAlertsSent', 0x3433, 'yes'),
('lastEmailHash', 0x313539353835393438343a3266653434666563666663306364386439383736303462653762613866313034, 'yes');
INSERT INTO `wp_wfconfig` (`name`, `val`, `autoload`) VALUES
('malwarePrefixes', 0x1f8b080000000000000314d6793815ef1700f0d997bbce9d3bcbbd7349594a85128a42522452491b25518a44d95a484a21492b11854a94a448918a94b469212a29a545452bd2267edfdf1f9fe79c799e79dfe79d33e7cc333ee3c78c8f0a1b6f3e5ed7df27cc5f7742d878b331e3754fbf1adeff20d525ef650d7fc93ff04543cbc42901a5b38e4dbe3e19edb2cd3829fbff7d96e375d784fa2d0f58ef17f6ffcb31666696e6ff6d030096e900f8fd0600dd7204e0613f00784737003fdb08a029fb01f40f0460919d00f6341dc003d60144c24b40dc620c480bbd0059ae2b20675a00b9701a90cfea04a89b8b00eadf154031b60c50748402f4a1068031380130e51500fb7636c0d9c8012e2002e0293b80f7be0cf0a7b401d5bc1a40559709a8d37b00758e03a0be2705d4cfee02c2cc0c40705f02088df68046bb11d05c710734b7c6005a2e3d80d6c25f80f6010d306818050cb2ea0306ed1c05e88cef027426d5033a418b8021b7ed005dfddf80eea40a4037e800a0fb623fa0679003e85dac010c96d90206db3b8061dc6c60d82c5bc030ec1060b8ed0c6078fd2c30fc603030bcaf011861150c8c987f0518f1ec246064bd03305aa70718555c008c3ecd058c4b3e01c6ef170326b62980c9e62fc0a85335c0e8bd2980193b0830079d01f315ad80057216b0d83d09189bbb111837eb3feeb1c0b8ebadc0b8ba1e605c431b6039de1cb02a580258d59080d5ef6460fcc97e608236054c88190b584bfe01d6975f03d657960236032460dbf714b0bbb8199874a61698742f1c983c2403709038020eb737028e4fd300a7fc12609a6d1f306d9d11e08219032e5621c0f4ddfd806b482ce01afd0c9811de04cc48f002669c7e0ccc78381d9839bd0f9895fc079875fa04e0367e0ee0968501b30b8e02eeab5c01f79fb9c05ca70660eec377c03cc73a605e731b309fb300162c3f002c487b0d2c38e3032c284e00165c59002cf89e03782cfe0778e4a6009e630b014fabd38067f62360a1bd2db0d07504e0a5ad05781d1e05789b7380b77f2fe05d98002cb925027c88eb800fe30bf86cbc0bf8aa30c0f710042cf5d4079659b703cbd6fe67d73860d9d705c0b21fd1809fec16e0e79e07f85df401fcea4381e5277600fe6bdc8000c92620604f2c10903a0958a998040426224060e7482068fa3420385a0c04c71603c11fdc81d5e07360f5de49c01a301358d3ba1908d99b038411414058501e1076b908082f360622b04a2062e91a20226b0058a7af02d6f53a03ebfdef001bb6860291975120f255051035640b10959d0f44475d00363d5d0c6c6e8d03b65886035b56c140ac2e0fc4064501b1ffbdbbd8241c88bdb706d8faf31db0f58f2eb02da901d8b6ef2cb0edf93b207ece6a203ee910109f4e02f175e78184b5f940428e239038ba1448dc3701487c3b06d8812e067684ac03929c2b8024970e2069873fb073e41320b92b0ad8f5ca09d88d2c01760734017b9097c01e6637b067eb6f60efa7fbc03ed97760dfc85e605fef4e607fad0790020c05523ce60129411b81d43dc9c0817105c0819752204df7369066300a48972f0032c64b800c673b20c36322903950041cb230010e256b80c3d3a280ece19940b6df442067df3d20e79e337064512170b4fd3470ac5901e4d6dc03f2c0ed40de7a7320efa31190d7e7069c70cd014e1afe020a8cf38182745fe054a30370aa5b0e1442b140a1f149a070fe6da0f0e11aa0b03d0428ec9e019c6ebb049c311a0c9c591a0c147bac028a977b0325274601e77ca600e72a5e02a5269dc0f99995c08529dac085ed89409905fc1f1e289b3208284f520217a3b380cba7aa80cb77260157dee600959360a0d26d3d50b93214a806d540f5f46b40f5460ba03af10c507d0103aed57c04aed7d901373a8601b586a380da53f780dadbe7805b395ac05d170cb81b7202a8d39900d4354702f7663600f77ce5c07d452470df7f1cf040bf1d789078187838fb32f0f0c42fa0c1341568b874047874f61bd038530e34a1cf80c763c380c7511dc0e347eec0139fa7c0b3cd5e40cbc536e079ec20e0053c1778616a04bcd8fb0d7869391978395909bcdc5e03bcac8f015e1d4b07da96ba016de962e0b5b73df03a240c789d3107783b7213f0f6b229d0ae6305b4af1c0dbc9fd0097c684b023a9dcc814f1b7c80cfbb75812fb6b3806f8ba281efe7a7025dcbf602ddc023a05bcffd3ff140f7c240a0fb880fd0e303013d8fed811f0dbf815f8514f0c7be13f89b550cfcfdb613e8bbf719f8376322f06f4e2930a01f0b824b1f80e0b54b20344d1f84f23f80d0a7fb201c7c128463bc40c4ba0c44f6ba8268bc2d88192f05312714c4fece0371ac05c49d868178d41090783604242fcd0445d62ea0c8eb38285a3b08141f5d0c8acba240f1071694406b40c9f0245032d9029486df05a55bdf8032bb6850f6753a48a5448354fb3390a6cb4066bf27c81e7b0cb2cdf92047a482dcba0650a589005516fb41555200a8d6ea05d50b9f80ea8be9a0fade7e50182d078545a9a0b06e38a89955036ae9a5815ac30e835af37c41adc64da0b67e21a8ed550b6a3ff90c6a3f7b050e2a9b0deae8e5833a9bb2419d9a2de0e0c0767070bc293844b3151ca25704ea5a3b81baaf1681fadbd340030f57d0c0f31f68f0f21938342d0b1c7a7109386ce930d070ae1434cc4e040d5f5b80c3d90de0703f1938bc580f1c1192048eb89c011a7d4d008d5d1241e3d93b41e315f1a009940f9ac8da4093100538aad1081cf5eb2e381a5c0b9a8e7d039a5a7f06cdc2ef80e6e020d0bcb70b1cebb3081c7b2a081c67701e1cb7620c38aeed006839763e68b9fb1e6899351bb49af81eb44a4e00c7e7e9831382fb406b991668bdfe0d687dc014b4feb901b419d903daec6c076d4e5e046dca0b41db6f45e0c42fe3403be77ed0ee55033869d13fd03e26149ccc2f06273f4f00a77c4440a74027705ad915d0d97a21e83cf91f383d87065d237e80331c678233a6478233350de0cc2b47c0598f6e806e1303c1d9f71e80ee0e5f41f79cb1e01cf0213817ae02e7ba5883f3f4d3c179451bc1f907eac1f9e913c0f9fffcc105ce11e082c80de0822425e8216f063d86ef043dea9f801ead96a067851fb870cf00b8f09c2fb8b07917b868ed417051e51ad04bb216f49ab412f43a52042eb6df032ebefc08f46e890497e4e783be7f8f824b3dd3c0a547b7824bf354e0b2046bd00ffe0cfa658d0657b864822bde4f02577ceb06fd375d07573ed805069ec6c1c0473018d8a205aeb23402575d1d0057dd580906ad1e040685e582c17b1130f8b51d18923f160c1b5e0b86bd58088675c780e123df821183ccc1889fb6e0daf521e0da4dafc0752b3e81ebaaf683eb6f9a83513e8fc1a833f6e046f834b8b1cb008c5e35098c3e9409467f3e066efaa107c65c5d06c63c20c1cd0d0a70f3d34c70f3ab19e0962b8de056663db875ba37b86dfa32705bea5770db897de0b60e27306e621718b7d91b8cb78c00e317f780f149d560c2922c703bbf074c6ca7c11d36a1e08e1b47c1a4582998d4dc0426af9c0a26a73f07777d4802f7f8b7827b7be682fbb48783fbe63d00f7dfaf07f77f2a0153977880a92d9fc0036519e081fb0360da912b60dafd7230eda90d983e68137870f54430e35b3d98e9e8021e2a70070f15e78187b75e00b3520bc06c551f98dd9e00e6841f0073fe8c068f319bc1632ff781b9935560ee2233f038150f1e5f520a1efff80ecc9b9800e6359e05f3fef681f9f7cbc0fc17ebc1133132b02079365890fa132cf8bb153cb57f0378eac339b0d0ec2a5858f71c2cf2990e16bd60c133254fc0b3b24de0592b73f0acbf083cbb26163cfbdb0d2c3630014b9840b0b430183cefb702bc306c0758c6f58365b933c08b4a1fb042b617ac30ab032be62e072bc2678397968480972937f0b267117879d545f08af15cf08ad748b012ab022bb71e01ab46458257bf8c05abc76f07afb93f04af453c07afcfd7056bf243c19a13ff397507bc11fd05ac35be03de1ef407bcbd2c10bc9daa0bdeaea9036ff706827775e78277875e04ebc6b8820fececc0078b96820f1227820f911fe0c3ffead0a0ef093e0a6a071f1db6001f7d71051b77a7838d3d916053bd3df8182d011feb0f031f7b28c027116fc1e60769e0b324026c91f5832d236780cfd716812fca08b0b59e025f9a24832f2fd482affc2bc057e73f80af9ee3e01b7500f8169c09be73b002dfb59581ef7aa783eff9b5e07b9b5ef043d211f063743cd8313c00ec18150c7694b9819de76dc04f4ed6e0a7d9d9e0a773cee0a7dba7c04f2febc1cf1e20f8b9a613fcf27e0bf855b418fc3e7d38f8bd580976c55d06bb3a10b0db580a76ef7b0ff644dd047bcb4e813fe331f0e7ef62f097d76ff0d7325ff057c076f057b60bf8ab7536f8fbc21af0ef1923f0efc30be03fc3f5e0bfb230b09fea05fb6b3bc081573b20c0938680340e02370543e0dd0608ec708620230708ba9d02c10a7b089e3000c176b6107ce71284901b21c46239842e790ca11f1d206cd70e08afba0811e68d10311e80886d232172fb2788bc1a0a919d0f21d1bc5848b22514923a2b21e9a9ab90f4c65b48661b08c9be5c80e453c590fc952d440d6985a8e3272185bb01a468d902293112526a2f8094772c20ceac05e293db21f50b3f4830fd0b0956472161bb0124ecf0853439af20ad774190f6345f48477b0ca4f34f020dd6de030df6748706873c8506df7b010df9f714d2cb9f07e97ddc0ee9bb7f87f457bc87f4776f84f4bf984043c7d641c3dc9e41c37c0741c3024aa16197bb20c3822bd0889635d0c8597268e4dd2390d1e41ac8e89f0a32ee2521131c8046692d86461b0c824627be834cdf3442636425d098112b20339f64c89c22a0b1ea5dd0d82de9d038e324c8b2702a6459c642561bbe40e327e943132c7420db1924641b6d06d94d5807d9139720fbc36b20fbecf3d014bb4590c31e06724851428e7353a0a969d990d30e0768daaaab90b3fb37c8b9f03be412e00fb96c9a00b9bc7f004d270643d3f90168fac52ec8d5b31e725d3d0572ddfa06727df21d9a352a049a3dfa24344fe886e65f3c092df8ef3c1eda43208f1124e44978419e735da185c23468e18403d0426f3368e13d105a347c3db4e8b12bb4e8cf53c8ab7627e4ed940379a75a434b3cc7414bb2e3a025d5ab219f21eb201feb78c8d77df27fbca1a5171a20bf9bdf20bf3777a0e587e2a0e54f66422bd60d402b631868e59e85d0cabbc3a1956f0f402b7f7b4381f6e95060c53b68153b065a35cd1b5ad5a48182dd1ba0e0221b68351f07ad76378556978742ab2f96436be0b9d01ad7155048d61828743a0485de5f02858df802857f64a008077f28c2e92114b1f73bb47ed41968fd520914f92c018a09358562726e419b8756429b2b3e415becef435b777c85e22c3da00449249430330f4ad8390025fc980a6db76a8612077f8112ab95d08e980128c9b41f4a9aec0e256dfd2faf1d0e25bdfa0a25075f87764db90aedbaf205da1d9d0ced71db0bedb9b40bdaf3c705da1f4f4129675f40292fdaa054712574c0e2159456980ba54f7c001d4cba031dcc18091dcc190a65b8c54199665950e6841028f3f114e8f0394fe870e779286b481e941d6b04e5f8e8434738057464690374e4d801e8c89312e82867041db3bb011d7b150e1dfb6b091d5fd20d1d3f7e1bcafbf812cab7cc80f2234740f91b0743f977d64327e05fd0098b9fd0099759d089b45bd0c91dafa102a8132ad85a0c9d6a7d0915ea044285cf1e4345880b54e4391e2ada3e032afa0941670a7e43c58af75071a8022ade3f032a29cc824a4e7f86ceb92aa07377e643a563caa0f39b70e87c9e3774fed454e882e832541e8041175799411733e4d0252f097405dc09554d5f0655bd7181ae6e5d0b5d4d9542d51147a06b0987a16ba7bf43359e15d00de3ef50ad47187473f763e896c14ce8b65801dded3900d5698ca03ad320e8de3a1ebad7ae07dd8fb0801ed01ba007babfa07ace17aa1f7f0e6a08190c3daa9b08356ef3861eb727424ffd1f40cdf7eba0e7cb40e8e5bf75501b770b6a33a2a0b62559d06bea0df47aca17e84dc67ae86d7215d4be391b7affc701fa10711efaf0d20bfaf06507d4916904750e9a0a757afd803ae3caa04fd75aa0cf7e4dd0979ae3d0d7f86fd0b7fd46d0f7d44ea8eb7206d4ed1e0975c7fc83ba93b5a0ee7b5fa11f6b73a1de337a506f5519f473d56de8176702fd6157417f3c52a03eed7bd0bf9e6ca8bf461beaefc361903485c1a97130947a1f866dfc60b8a60e46f49ec188d17518cb7782b1eb8760dc2612c61d2fc384f97298181b0e13ddcaffdc824960164ca696c1a29189b028bb0916b5b3b0b85b054b064d86252707c1d24bc9b0f4b1052c1b120acbf6bc8565b53f613a2a10a68f5f849546376065940c561604c2cad726304389604e910373898760d5e2cbb0ead7715858920e0bc5ceb0f074352c0c34c11afb6458b343026bafba070f9a1e0f0f3a2282757c26c13a6dc7e1c19b5078f0031c1eb27d3eacbbee21ac97d00beb5ddc03eb9b7bc243c515f0d0cafdf030e41f3cacdd1936743e080fef3c008f3498008f0c99041bdd390d1bbd0460a34f146c5c6b099b7cf7834dfe59c1a65e9eb0b924153677fe089b9f68852dfab6c056366b60aba445f0f8b80c787cc93dd8baf0036c531703db34bf846dfe36c2b61b5fc213ed52e089a515f0c49712d86ed33ed87eb0213c39bc0576887d013b5c34851d0d8fc053af6f85a79969c1d3aa5fc2d39e52b0b3ce28d879c20dd8b9e817ec423f865d7fa3f00c2a119ed171049e09fc82674ebc0dcff4308367666e8167c504c06e1b5260b7821df0eceb62d8fdcc01784eb0073cd75003cff33d03cf779c052fd8ac823d605d78a1d51578e1f63e78d1b9a1b057c93f78b1cb7d78f15b18f6d62e83977c74877d4624c1ff9510f671780dfbf430b0eff95078e9edddf0d20f43e1659a787859e56a7859d52bd84f6f1dec175509fbe519c0cbef0d82fd4bf561ff969db0ff670dbcd2d0005e5970120e1ceb0907da98c3816bffc1ab1acae0603e070edeb8145e3dea1dbce645101cb2e7171cf2cc170e9db5110e7d41c361e58e70d85b080e17e7c211f36de188b359f0baeec7f08692bb70a4b11d1c7931098eaca98623fb6fc351335de1a8c21638ea7410bc31f905bc31a501def8c012def8f11dbcc96c121cf3211f8ef99804c782d7e0d8dd1cbcf5cc3b785bc42878db36068e737900c78ff805c7572d80e35f5f81e33b86c3db1d6878c7919b70d2b4687827f011de193e15dee57611de23da02ef79f51dde3be938bcf7e306781f5f05ef7b5402ef1f49c0fba71c87530313e003b671f081056be003b943e003378be1345b0c4e5beb07a75f6e80d36f94c0e9cd5be083df0de00c73373863a5369cd1e506670e9a096766ac81b34b3ae19c15dbe123e14df091a33ef051a6153e7ac50f3e66b30e3eee4cc179471de0bceb1d70dea3f970fea0d7f009220a3e9170073ed1f71b3ea9df099ff41c059fbced06178c2c820b8e3bc2a74ed8c1855d59f0e9459be122e348f8ccb0a3f0d99a0cf8ec6d4bb8b82e1d2e59750e2ef939193eb772057cfed93cf802bf132e63cfc31553fec015910d70c5ed85f0957f2170956d115c75e6217cf5f431f85ae225b826672e7ca3ba0daea57fc2b5f1fd70edfe76f8e6fcc5f02d2303f8363217be636b08df716b83ebec9ec375178ce0ba2e73f89ed81dbe5765083ff471861f163c821f968c86eb6d40b83eda076e08d80637c46f811beee4c38fe256c34da35ae0c7a7d6c04f6699c0cdbbf5e0e6bf17e1671235fcdc7707fcbcd6137e51390e6e3d4cc02f3d9de0572bf5e157fd3fe1b6558ef01beb48f8ddd81ff0bbb85ef85df62df8dd7fdfab77bf0fc31f8936f8e35807f8e3d246b8f3aa3bdcf97e29fca96f08fc35782afcf5cd6ff8db4d67f8bb100677b172b8cbc30deeda6f0377bddb07773f36857b1af7c13ded73e11f31cbe11f1f0ec3bd3a91f0cfcbabe05fc323e05fbb27c1bf9dcce13f5e95f09f4b12f8efbc23f05fefcd707fe604b83f5b020f3cdd000fb49d86073ed82240cc6e04c83e8dc0d43704a91e8ba0536f2368ca10047d3d13c1a6ae44b0e5ed085e710721dd19443c390011df4e442413b72192e62f88b4520b91b93921b2e3b710aae626a2a84d44149db711da752442efff85d04fee234aee1ba29cfd1761914c847dd88a70d6c1086f9a8ef0475f20aa735710d5f54e449db11051e77f4704c5144478760ad1b2fb8e6845d7205a1dff106dcd4c44bba81ed16e5f87687f0d440689ae2083ae8e4774befd43747e352283a7a2c8e0c59d88de196f44efe31c44dfe015a2ff470b31f07b8818b44e46863eaa408621a98821ba02311c12850cff9a8f8c5c771d310a8e408cd69a22467de710e3117688f1c619c8e89fa688a97d1162dab80c19b3e2273266e03e62566582984b2620e65e6f100bc55dc4227527328ebc8c8c5b6a8a8c8b9a828cbb178f582a472396ad67112b750f62151d86d8e8a9101b8f18c4c6df09b125d29089757d88dd5c1764d2da61c8a4632b117b7b093265a11ee2e0f00871987b187128f5461ceb86214e3a8390699b61c4794307e2bc632ae27c3c05713ebf0c71be720b71397d1699ee3c04995ef50299fef90932a3a1059919d58accfcb91b9925139059aab9885ba837e2fe31089933fa1a32c7c50399bb6a2232f7421a32f7bd2932b7b71399a7fa81cc33b244e6efb987ccaf5a862cc819847884f8211e61258867e407c4731f83781e9b892cdcbe195904db215e95db116fac12f10ecd40bc0fd7234b6a5a11dfdc09c8527d4364e9fc55c8d2d84388dfda32c4ef6824e297678ef8f5be4196bf90202b4ede42fc555948802a1059d9bd0c095cf00509cc1e83049ef24602eb6d90559e3f9055d90c1234fe281214d08604c79d45824fff4256a7ee4556370f43d64cc4913547ed90100f0e09295882844e5b8f84d6a423e14b4124e2fa5a64ad6e06b26eee7364bd2219591f168bacbf54806c00ad9168f312243ae005125d71088971f64736f3e1c8962985c8b6c5c3916d29f39178d76a2401bf83242c5a8b24acfe8b24241f45b6139790edcd77901d374a9124d52c24e9920db273ac14d9b9f10f927cf11292dcc3227b9cbf217bc27590bd9357207b1d9e237b3f6d46f65d1f40f653cf90fdbf3e20fbff9920298bc62229be0c9212ab8da41a7f4552e7ce4352ef37220722ce2007de1423695bc620077510e4e0e4242473db78e4d0b8f1c861ab2ee470623392759f45b2bf3a20d9bd99c8117b0fe4e8debbc8d1131791a38fd5c8b1b2b348ee363de4f8040cc9e38621791b6291934a183979a11439596d8714a08dc869d145a468721372c6e1007226d50a3953f812396bf411393beb3372f6841b523ccd0e29d1ed454a9a2c90737d3c523aeb3752ea3e14b9509b8b94cda191b2a26748d9fd44a4aca118b938ae02b9b8e9057249e3845c1e3f1ab93c8f422ea70421575e6b2395a7ae209577e2902ac326a42ab013b93a611452bd2507b94e6d446a86af476ae26e23373a4a905aadf548edcb1348ed6f0be4a6a414b9d98e20b7a521c8ddd451485db931722f5b07b9f77b2772bf2d10a99f958a34d8f6238f8e55228dcd354893ed02a4299f471e7bc0c893d93791a77ba5c8d3de8548f39bf5c8b32c4ba465c824a4c5f931f2c2bf1e7979ab137945f8216de299489bf138a4edce1aa4ad6504f2264e1f796bf31379bbd61b7977c01c79d7ea81b44b3b90f6e2fd487b6d3ff21e3885bc0f4391f7e7f2900f5c13f2f1bffa76a43d443a5f94229f567c433ebdb3403e8338f219d242be2c5b867c29b442be9cad40be942e42becdfe867cfbd18cf414ff467eccfc8efc68d420bdf30390de8052a437cd06e92d9b8ffc347b85fc3e7a06f97da60ef9a35581fcf1ac40fe263b207d4ba448df330be41ff604e91fb209e95f700ce96fbb8a0cc01f9081bf9928f8fc270a75a5a3b03a0945eefaa0e8ca9b281af813456bd528ae744271c3fb28591c828a86af45c5a217a8d8b41995bc3f89caae4f44e50318aaa8aa429533da50462f0c653e6328db90877223bc508df7705473c20f1d6435031ddca841873c7e8bea8aca50dd712a54f7912faadb321fd5e3dfa07aeb1250bd9c5254aff137aa3f9546f503e5e8d0ecd9a8a141156a182d4287fb1c43470c4f478dcf01a849fa71d4e4aa133ae6f56cd44c50a266bbda51b3438b500b10422db6f7a2165d0c6af1e3353ab6ed223acec11e1d37f3226af91a40ad5cefa1566137d0f17b65e88495b9a83508a2d6cff6a1b663dd51db7d63d189c216d41e3e884edeb20b9d12c7a10eef7550c7994351c7eb3ae854cd67d469d578749acc059db63d1c75298c425dceb6a0d3b13274ba7a3deafa78153a4374189dc996a26ea59ea85b653b3a9b9880ce9e7a0e757f7b099d53a88dce8d5b8aceeb9a8cce0f7c8e2e30b98b7ab220eaa57b17f57a548e2ede3d0df5d192a33ebd45a86fe917d4f79d36bad4c50cf55b7215f56b8b4457348c45fdb3bea1fe17f6a1fecddbd09583fea12b3deea02b83607465af3eba8ada84ae4a6e44838df4d1d5a36fa0ab2f3ba22163d7a1a1de9bd1b00227347c472c1a9efb185d6bfe045d3fe82dba217802bae1a40f1a4938a31b87f7a01b27ef45370603e8c61a1e8d692e4237bbbc4537e7a3e8e62f31686c6339ba3565101ae72a47130c5fa109b153d0ed5f9dd0c42fbee88e5b53d19de13568f24c6334f9860b9adc254377c5d0e86e450dbadb3e03dd7de501ba376e1cba6fb716baff8b359aa2770c4d31b44053ce6d4253ae58a007a6dd420f1c53a307aedc47d31c9cd1b47d5568ba910b7a30568466ec7c8666eadd4033ffd5a2876c7cd1c323c3d0c31f0ad1ac317568d6add36856f30834670884e68c4d4073e222d09cec5834e765289af361247af464349abbad08cd2dd1458f0f9e88e6ad2846f3b296a1f93374d17cffbf687ef40334bfcd173d7104464ff4ed434fe66d400b580e2dd08e450bc6ac430b4ecc464fadaf424f7b7f464fbf3f8a16c724a32515fee805bdbde885c45af442fb30b44cf70d5ae6740b2d9b75042d2bfc8896d7eba317b7ad472ff765a157bea4a0959f5cd1cadeb7e8559dfde855fd0be8d5614e6835b408add67246ab2b07a3d50f6bd06b25cde8b57b8bd06b5fd5e8f5b7d5e8f59e58f486fc027ae362105a6bed80d6ae71426f528de8cdcb5ee8cdea7af476e428f4ce9aabe8bd1dade8bd7dade87d57157a3f26007d285b863e5c9d8b3e920b68a34912dad8618836fe89479bb8f568936d13da541e803e89c9479fc275e8538fa1e8331d107d566283b6ec94a22d7faea0cf77bd479f9f3982b6ae7a85bef4fd4f7222fab235087d35b6017d65dd87be5aff017dd5fe077d3dbe097d3deb11fafa5128da6e720e6d9ff41a6d7f6383be4f7445dfdfc8443f8cc9473b6c0cd00e472fb463f313b4e32c8976fa7d423f9fdf837efe3c0cfd121a877e69b046bf6a4d46bfea5f44bf15cd46bf9b8d46bb980d6897e607da75a702edbafb13edfac8a3dda39cd0ee437fd0ee73abd19ee20ef487c32fb4d7a50bfda50846ff74bc42fb82e6a2ffd6df43fb2153b47f540fda6fd68df647cd40fb33a6a3fd05f9e800528a81ad4f30a41ac5d0e10e18960e63587b1286fd8bc0f0f25f187e3f0d23ca5d30e2e63b8cac76c444f0794c6c9e84897dc230f1b26c4c62608749e2ce62b2957731d986fb98ec038051cc798c1e7113531aafc4b833328c2f3f8fa96a9e62aadf4e987af42d4c7dc40653b785619aae5398e64f0ca635ec18a6ade78269e70462da558b30edeb0998ce53736c886e13a67b2015d3830330bdd53f31bdbc5798ded74998c1c148cce0c8536c684222362c7e0d36ec5b1666185a8c0df72fc0865f988b8db02ac6460efb838dfc5b8d194fe6b0d135a1d8e82fa998a9d620ccb426011b63b20f1bb32f0f1b6bbe181b7be0133636331a1b5bfe171b67f2101bd7548159061ec02cc3f531cbda1c6cbcc94c6c7cad2d3661a4096633ee2f6633eb0366cbbfc26ced1b31dba8fff2f4e5d8c4e1bed824f60f36a9f4193669a01eb3d759894d5918804d29f981390499618e6d8ed8d46137b0a9a143b0698c1536ed863be692321173f94861ae3f82b119aac1d88c23a7b1593520e6260bc1dca863d8ecb86ecc9d73c1e6f4676273e52bb1b986fdd8dcdf9ed8bcd237d8bc6f3fb0f9191c36ff7129b600be852d68d7c53cc6f7611e73db31cfc53d98e7de139867c152ccf3b91ee6f9d6105bb8538579b107b1c5830f618b979ec1bcd31bb0253fdf603e8e4bb06583de61cb265dc0fc0c97622b7ab3b080210c1690f1070bc8fb8bad74de8dad7c35180b7c711f0b7c7b045b35651e1634f21d1694fd110b3a158405cb5cb1e067241642746121de13b190f2d758a80b8785be4cc0c2aaee60e1678cb088e1b3b108fb75d8ba0787b17503f1d886c7bdd886670fb10d5f9cb1c85dc658f488c358f4c9f55874713eb689dc846daa1b856d1e19806d4e388d6d3e7405dbfcc103dbb2db108b3d9a8ec5fef5c7b666cdc7e2f45ab0b8490d58bc781b16ff703d9610fd0b4ba8fe8c6d97e761db55fad8f62a05b6bde90696783b014becfd8025ddb7c376a69fc592c3596c179a8bed0e9462bba3706ccf9435d89ea7c5d8be1d9fb0d4496bb1d44c124b3d6983a5f62ec00e042760e9c3c3b0f4d8d158facd14ece0ef342c33780d7668f71becb0ee07ecb08f3f9665fa0ecbba6e8b6507ea62d969349663dc831db9f1043bca4ec18e2dcbc28ebd3a84e516a663b9979cb13c740496279d8ee5a9b66279770db07c682176e2bb183b09fec04eee1c8a15843fc20a1f4463a78f2dc08a74df6045ae7158d17f752eea26b133bae9d899e075d8d9e52c56ac4ac78a1d9bb0e22d2158c9a1a95849cf65ec5cff46ac74fc39acd4da012b9daec24add69acb4eabfbc2503bbf0448c951d75c2ca212556fedb10bb888fc12a6e0ec32afafdb04b5afdd8a56f5bb1cb7abad8952f065865d46eacea3b855db566b0ab3f6e60d56d4fb06b273762d70d0e63d797ba62d76f2ec1aeb70dc56a6213b09a3d7bb19abc07d80db755d80daf63d88d3b1dd88de6f9582d370dab7dff16bb997f05bbb5cd09bb5d3d04bbdb1f85d521fbb03acb5aecdef20bd8fd2519d8c3d1b558c3d0395883258435425fb127855d58739425f66c741df62c3c0b6bb95685b5fc32c75af99558ab3386b5fa9962adbba6632f5718622f2f4561afdf2dc7de305bb1b70137b177a79db0f7c867ec7d6f04d6c18dc23eb9ecc4be2ac5d8f7a1f558d7f46aac2b7b32d65d1381f5b82cc27e0c47b11febd2b01f5159d82f2c17fbb55c82fd8af881fd765a87fdb1e0b13f4e85d8dfd523b1bfef48ac6fcf42acafbd06fbf7e62cd6dfdc87033b1d71a0aa1f878efea7d000473cdc715cbf04274d27e3a203f771f109035c726b1b2ee5f7e0d29f5371caf61eae686ac259ad689cddd38a73959b7175d0465c28dd826b74d7e11a6319ae6d9d8a6bdfb6c1070535e23a13b6e03af3fd709d0d4a7cb09b193e64b4353e64c55b5cb75285ebf6f8e17adbbee17a7b9a70fdad36b87ee55ddce0f269dce0c9427c98f4023eccca171f56adc247740ec58de51db8717e156efcf5176e72743d3e2ae53c3eea44253efaee4ddcf4f24fdc7460e27f5d10848fe9388c9bd5bcc6cd877cc0cd6d10dcdce32c6ede6d885ba0f5f8d884707c6cea3b7c1c7a0ab73caec0ad8e4fc5ad6e98e3e37587e0e3973dc0c77738e11376afc227549fc76d6c6ee336b67ab8cdce5bb84d8d2d6ef3ad09b79d8de0135d37e376837a70bb0f77f1c9fdb6f894606b7c4afa4fdcc13f0777085b893b144dc11dbd0fe18e3b4d71c7230df8d498647c6a5a13eed4dd854fb3ba8d3bff0cc65db81bb84b9f0e3edd300f9f6eba1b9f99ee83cfcc30c56716aec367a145f8ac004f7c5677253e3bf81a3efba837ee6eb70c9fb7ec2c3effa235bec03e065fb0652feef1e903ee79b616f7ac5b8a2fb4d88f2f7cb60a5fe47108f77a108a7b7504e05e031adcdb301cf70e76c6bd2f56e13ec783719f4fc1b8efb24bf852a7367ce9fbbbf832ede5f8f2ca05f80abb29f88a9e53f88a9f6b70ff275ef8ca90df78203e1c5fb525155ff535010f7af6090fbe698aaf5e70155fbd70341e3a908c877d5f8687afd7c2c3a31fe0e14f6af1887b33f1884f8ff075928bf83a753abe61d5797cc3c60978e4fc757864dc033cf278041e59618947e51ec3371a4ec137debf8d4773d7f1e83f31f826ff35788cde673c26ad018f79b11a8f699f8b6f1efe04df7cff02be656534bee5ed367ccbe77178ec9d6a7cabbc1fdf7a6928be6d098fc7d9efc6130e5ec5138e34e1dbe1743c11b3c213fd613cf1c0367c47ce473ce9be35be73cb0c7c675b25beb3c315dfd93b074ff675c19357e4e2bb32dfe1bb3ab6e2bb1f32f81e681fbee7c5357c2f918aefbba28def3ff30c4f09eec353d28fe2a95ac7f0544f2dfcc09e93787ace26fca07e027e3078259e31458c672c8bc633caffe29909fbf0ccd44f7866433c7ec881c40f2d58881f1e648b1fdeff04cf6a4fc0b32fafc58f78efc58f5c7b841f793416cf45ffe0b935049edb9e879f20f3f193ca87f8c9a039f8c954082f183f1d2f885a83175c3f8117f49fc00bcbe7e0a7adc7e3a7774fc24fd769e1a7dfdec04f77fcc68bd8bb785108849f5d6e8d17cbf4f162cb22bc78ef6dbc049d8397b486e1a5615ff1d2cf65f879993f7ebecc1d3f7fe5097efecd2bbc7c22835fcc1c865f76ff835ff609c6af2c7d85576addc0ab8256e2552533f0abb378fceaf19378f5aa3ebc3aff1b7ecdeb3d7e6dc530fcda7963fcfad05bf8f5d06afcfad55cbc061e85d71838e23531b5f88d392c7e53d389df9cafc66f1998e0b7bf58e077353bf1bb439dfe7319bfbb0bc3eba04378dd706bfc9ebb217eefeb6ffcc1fc50fca12c1e7f38e920fef0fb38bc118ac21b652e78a32a086f0c15e18dfbb4f0a6b5be78d3661fbc698f1bde54928a37dd9a8237f531f8e31d2cfe0458873fb11d8f3f99d885b7cc3a84b76c7f8fb71c37c35beecec19f2f71c15f841be1ad018ff19719b6789bc775bc2d88c7db4e00f8eb71cff0d7b1a3f0b77129f8db74047f5b7f177f57c2e0ef9e2ec6df973cc3dff71ec73f3c0ec23b7c03f08e1759f8a76d93f1cf7a2ff1cfb633f1cf6753f02f4d17f0af6737e15f7b2cf16fd3fbf16f1fb5f1ef6bd6e15d951abcfbd42ebc677736fec3aa08ff71cf01ffd1668af7ae6bc37b3702786ffa61fc27698bff8a96e3bfded7e0bf075dc57f0fbe82ff3ed58aff7ed185ffd1e6f13f265bf0bfb203f8df81ab785f9204ffc73be1ff2a40bc7fb331de5f10830fa0a6f880f7727ce0cb4102b45f4780f3030830d584004b29027a779440d43f08c4c08e40760512c80f1181aa1f11a8ed3002e3f61098c54e023fd042109a6882303427c42d302199f38f90f49d246429fa04557298a0772411ca263b821d43106ce56782bd3785e0705d821bbc90e07c1c093e622fc197f6102a5e8b5065b28430ef30a1797d99d01a9a4368253710da836611da179f13da5f771283a1dbc46062223178eb066288683131446143e8857d25f4f61a1206442c61503394185ab2841856534518ee0922860f8e2086ef3b4e8c78ac4b8c24c71223695b62e44823c2e8d143c278de55c244768e3031eb2146cf4689d1ab3e11a37fe38469d448628cd545624c542761e6ef44589c7b4e587cdf4e8c8b7e428cdbf78918d7f590b0e47c084b832f84a5792261394f97b07c924f587e5d4958f67c24ac129289f196ab8909adab09ebe1d7091b952f31b1e5106117fd9ab0eb1841d87d2925ecf5b409fbfdce84fdbd6e62ca832fc4941f768443af25e1e89f494cc577135387c4105357b6134e36a708a7962384d3b751c4b4990b0967adeb84b3bd2be15c1148b80c0f275c4655102e252ce1faee1d3123703d31136826669e9a45cc221d885927720937b74984dbb3e584db9b02c2ddc980708f7622dc8f2511ee0509c49cd9f388b9e37062ee198e98c75412f35bc7100b9ab5090fcb36c2532f98f0745d4e7896cc2416a58908aff1d7082fd7638497af8a583c3d9a581c62412c7eb89af01e914a2c99ae247c985784cf7c86f09df399582aae239666cc2096e686124bcfc6124befdf22fc74eb8815ce3b097f830822a0299a5839641a11b82e93086cbc4804d36b8935c3af126ba2cc8835cf1b889009e944e8522322ccea1011f6249108fb664f84e7dc20d65216c43a761bb19e584b6cf05c4444855711513f6b888d452dc4a6f040620b1d416cb13e4e6cb9329b885d319f88ddbf8ed85a7493d8b6c39c88bb1f4ec43d6f26e2078610dbe5d789c4d0d344e2e545449264359134cc84483a3c95d8859e26768b4613bb23b289dd8fea883d368b883d8fb589bdfff4fe534cec27dc88fd2bdc89fdc7da89fd1f1f10290e3d448a630c91fa36933810b3823870fa2d71e04c1b9166b488489be144a4bd1f46a48ff623d2e71711e9b5ef88f4e679447afb61e2e0d58fc421c09c386417481c72af27b2606b22ab3489c869a488239365c4d1051388a3af9389dca19789dc152788e35af788bc9b9388bc6fe144be6680c81f7387c85f3c9538a9df4414646344e1a4fbc4e9a82344d1b4d54491879c280a3c4f1475871167c04144c94b9428755c4294eeb84f94fe375be74fbf272e94fc262ed4161217da8f1065dadd44d9f71ca2ac574a94e31388720327a2fc9098283fb782b8e8be92b858a74d5c7cf295a8a8ae272ebf21882a892951b5eb025175682851bdbb9fb8b66480b8166046d404571137d85ce2c67009517bd98bb8397d1f71cb2693b8656b45dcba1c42dc3eb885b8fd424ddc19674edc59914fdc897843dca95f41dce9df4ddc634e10f7162711f74d6b88fbde29c4fd7de6c4fde37788077229f160c30ae2c19716e2a18d2df1b06f01511fb788a8df378ba86f4c261af89d4443d322e251b23bd1f8d49a687c594c3c5991413ce9bb493cdd20259e1eed219a2dcc88674359e2d9396ba265d971a2252d8f7841ea13adaf40e2e5f624e215fc96781b788e78db7996f8b0be8bf8f0c087f8e8d64f7c5c0b111d46d644a7ac8fe8d4bd45742e1c4a7cd636233e1ba6129fd3b4896fca69c437f56ca24b144774adaf27ba067c889e9dd3899ee377899e1304d1331044fc48da40f4c6eb10bdb70e12bd6f70e2b74707f1bba69bf893fd99f8d3ab45f4e97b137d3f7e10fdd39f13fdae538901b53e31d0709f18782e25c18d2f4898f52061a368122e5693c8d05a12a90b2031710189b9cd2371b515892fde4112475793c4d37324091990e4e639a438c18494fa369272ff5324b5d68fa4be3d20154238493fef2319c53392993f85641ae348766829c9be1942b2dd7924e7b09ee41658935c6933a93af0875497bc2105b105293cdc4f6a963d21357f4e925af22452cbf50da935ef1239845a49ea1a92a4de8995a4be248ed42f8a25f59fae220d5251d220dd9a34f82b27872dfc410eaba548433e9a34d4fa4f91821cbe7d1a3962ce0372c4d14e7264de3072e48d21a491ab0b69e4f69f1b9f49e3d518697c633a697c6b3769c29e224d9c469126b1cf48b33227d23c731669c1d69163275f25c7a52b49cbd1a3482bd35872bc6415395e154a8e1f7f8d1c1fd94bda6c594fda0e36266da7bd206d67fa91b68d6f48bb358fc9c9441839d9554d3aec79493adcd2251d311dd2713b484ef559444e8d0825a79ef94d4eb3f8464ecbaf239d770590cea95ea40bd94b4e1f8049d7b3dbc91957ca49b7ad8b4877ff63a47b5317e9febd939c236926e74c7944ce299d4ecead61c979b21de43ced17e4826786a4e73403d2b3ea18b9f06405b9b0c4855c64eb442e2a0827bda23c48afe4b3a4d7a11fa4d7fbe7a4d7e77de462dfbfa4b7d717d267e45ad257934efa0eca217d0fb0a4efc763e4d2b57fc9a5097bc8a53f2dc865654b493fc4835c1e664e2e7fd040ae18d143ae08b84eae684d27fd5deac9808b0fc9954f83c8c0b685e4aa3a0f72d5efafe4aabfc3c860cf3fe46a2373720dd342868c0d2043221832e4c87732acca9c0c87b692e1a78bc908a708322234908c287c4caedd2f25d73ef426d795a9c8757fb3c8f59b47901b4c66921b3e4f2323474690916eb664642f4646d153c928cf4be4c675ebc88d31cfc968c51c323a7934b909ad23378dda4a6ef2de4f6e2a7e466eba6c44c6ac1f4cc6b42d27378f3b446e4e594fc699dd2213d66d24134aabc8c48db164e2c79fe48e35f3c9a45f196452bf37b933122493d5ce64f29e6472d7b64e7237f18fdced2326f7c9b3c9fdf742c8149b8f64eaf5cde4012d03f2c0ce9564da7f3d72f09b199939ff2999a5df40669955935995d964567f2b99bd6e279953b5853cb252461e8592c8632f3dc95c0b84cc0db84be65e7d48e6febb451edff587cc6b3a4fe6cbb4c8134e0af264812b59b011240b526bc8c2ef23c9d3bc2d79fa441a59a4a8208b867e26cf3c8f218b2d4692e76023f29cb50f796e5a2279ae7f1159aae5435ef04d212f846d27cb260f27cbb63d27cbfa6cc8f291c7c972af4ab23c7c2d597eeb3d79314d4e56aca6c94b5a3ae4a5a92fc94ab74764959d3d79b5600179b5fb18593ded35599de24956e76f21afd33ae4f5222579fdda58b266a62b5953ea4ad6ba6592378d4e9037c36bc95b849abcd3174dd6e93c24efcd7b4b3e704a271f5c74201f8ac5e443637ff2e1021df261691cf9f0eb55b2c17b31d9384d9f6cca2d269b6e19914dedd7c9c72ec5e4e34b17c8c76f7bc8276bde934f3dbcc966592ad96c9e4f364fcd209b576f219b937ac86786b3c867fe9fc9675f4564cb9fb7e4f3523bf2f9f39de4f3df3664ab8735d9eaf7947c53bd857cf33d977c3ba8837c1bf69c7c5b0f92ef6efd21db07af27dbafc690eff3b5c80fec6bf2c3353df2e3cc16b2c3b28efc94309cfc9451447e363f447eeeda4e7e39fa80fc52154a7e5b8290dff2e6925dc846b2bb7811d95de64d763f75267b72e2c95ec28dfc8568c85fea4af2573d40febed944fe0162c83f072dc9bf567bc8bec9bfc97ee513b2fff228b2bfea920818c28880da3d2270c95511dc522e82bf648b901f6d22547650444cb211911d3e22b2ff96486c632e12cf7a2b127bad11896b28917cfd3891bcc751a458bd46a4784b8a689f1d22665a8588f57513b1af08116f4489f8888b22f5b4f122cdc26691ceeed7a2213b34a2218f4244baca4891de9d5f22bd67c522bdb78ea2619f0d45c3472688463a6f15193b9c14199f992f327ee12f1addf74134766d9468dcb0d1a2717741d17848221a3f5c23b236f821b29d3c4564272c13d91dce154dd6dc154d2e731639a28922479fb922c7965da2a9f301d1b433af45ce138b442ed80fd1f4aa0fa219f9cb4433de448b669e8813cd2ebc23726f3d269a939b2c9a3b739068dea09fa27943cf88e60572a27967ee8a3c4e4f147974f58b165a9d102d8a7f285a54868bbc0c1f8a16676889bc6f468b7c3229914f95bfc8a76dbbc8e763976899e2bbc86fa6a9c8cfeb81c8ef84bd68c55c73d18ab83f227f8b13a2801537452bdd6c442b3ff7890263834541432f8bd654f48bc2be368bc26f2e148577ad12ad8dff275a7bc556b4f689bd6843509e6843ca1ed1862a52b4f1cc5ed1a66e47514c8942b439f89868eb9dc1a278ec8928becc429478ffb128093e2bdae97952b4b3a248b4bff08d68ffd3f5a2fddf34a29491df442921d9a294aeb1a20357e689d2cac78bd2fa968bd27367880e3e3e2fca305f2bcac8db2dca78eb263a34af487428639f28fb42b528bb2954942364898e486d44474d0d4547933a4447f33e8b7293ffd36e213abee68228efde1551fe153bd189286d51a168b1a870f25a51d1b29da2a2cc7a5151f950d119f102d1d9e009a2b36bd244c5f59f44a5c3f78a4a1d46884a8f6688ce8b0344e7a5fb44172a6b4565ab568bca820744e587b545e567424415fe334597e40f4457669e115526e98bae6eb51255abad44d7aefd115dfbfc5074dd6e81a8469623aaa99e2caafdc6896e7eb112dd32382eba03bc16dd893412d559b488ee8512a2fbe7b245f5e41251fda77651439452f468fe4f51a3e8aea829d858d4543041f4384b2a7aa27111357f2b10357f27452f62ed452fae5e12b54e582e6a6db82c7a795e10bd7a972c6a9be9297a3368bce84df407d15bf90ad13bc53451c796c1a28e0444d4198c8b3e2f5b28fabce2a9e8f3da42d197447fd1d7e491a2af67f445dfffebbdefbeef455ddff244dd3778d10fbfb5a2bf1428fabbf3b2e86fc67d51df26b9e8df8336d1bfaeb762c04a2c4626558951c701319aea2826f2fbc4e4875d62519baf58a225154bc6ee17cbb6f98965d99162b96c87589ef35d2caf382da6b532c4f4f85831edfc5cac043f88993d1bc5bcff22b1ba64a558ebd546f1e0b1f9e2c1af5688f5dc4789f5dad2c4064a543c74e235f150cf096243a1433c7cb9a37844f55cf1c8c9c7c4237b78b151f50db1f11163b159de56b1598189d86a8aa3d8aab3433ce1f44ef184d255626bc0506cedbd546c1de224b69dfc583cd12f576c9ff74a3cc540e73f1fc553de3b88a77ab162a7053662a71d1bc4d31ecd154ffb982e9ef6f7a8d865f56cf174dd66f1f4608dd8b5cb503c6b559078d6b32f62b73d0662b78cb562b7cc24b1fb9eede239fe9de2b95d6bc5f39f54893def8162cf7f1ee2c5db978a17ef9a2d5efcbe50bcf8db4bb1f7466bf1d24593c54b3bd689978ba68a57cc6d17aff8be41ec5f9d290e10dcc40195a7c5812b7e8b5749d3c5ab6a92c4c1a5b438b81b15877444884367a48bc3348ee2b0ceade28805f6e2b5661271e4759178e3d5dbe24d8576e24dafb78b638012718c81ae78b3d65cf1e6bedbe22d95dbc5716a53713c74439ce02488137cebc509fbf4c4dbdf1a8a93021688777a3489934babc57b1221f1de962ef1de9fd7c5a951afc4071c6ac5699bf789d392e3c5076b4f8b0f3e4a16678c0816671169e2accbede29cd69fe223eba7888f775f15e7e93e14e75d5c2c3e1192282e18ad1617fcdd2a3e6515282e1c7b475cd8a1119f398e8acf6e7215976e10c4a56fd689cbc692e2f2a2a7e28b43168a2fba7d12570c2a125714c4892f7b1b882f6f2e115fd9d123be52982baeda9420ae8a3b21be9a6d2dae1eb7487cfdc67171adab85f856c21df1ed5b43c4b7dbf4c5778e6e12df39bb557c778893b88efa287eb0b650fc1099257eb8638cb8fee268718325276ef0771537c44d11377cce11370aa3c58d5b07c44dee3ae227d412f193ec6071f3fe05e296d25be2e73733c52ff69b8a5f343a8a5ff4be14b7eaed17b7eea3c5ad15d6e236cb47e2b62daee2d7c687c5afebe4e237a095f84df701f13b91bdb8bd7fb7f8bd69b5f8bdf378f1c7192bc49f7891f893fb29f1e76b0fc59fbf93e2affda3c5df64c1e26fcb7f8bbf5b5d1377bd568a7b960c887b3e36897f6ca912ff0c04c53f073ac5bfa65888fb26d3e2fe414bc4fdc6d7c5fd05bbc503ab1a24c0dd7209981f2e818bc74be07fef2578f36309b1a558421c3e20215a374848699084dcfb5822227e4844e51b24a25bd325626d3d898c0e9228a75d9530410a097ba14fa2729a28519f73970816ae12e1e42089a6f79964d0229964d0328d64d08627129da84689cec69d12dd785b896ec936895ea4a7447fe82089c1890792a18b5d25433f8f970ccb5b22313c6d2e194e6f938cf40c958cfc7349629c7b4562b2f28bc4e4835832ea8ca36454e751c968fb08c9e864b164ccf51489f9b625128beb3d92b1c19d92b1bbcd24e3473b4926b4874a6cc05e894d848dc4e6f16c895dc033897dac97648a7fa1c4e180bdc471c727c954234232d5da4ce2343c4ee274f7acc4a96196645aa08dc459ebaac4b9ecbbc4c5f5bd6446112c99f1ef926466dc6ec9ac6b0912b7492e92b9e7774be61d6024f3fa649205ebbd240b7e43120f8f93128ffd4a894755ad64e1123fc962936792c5d9f3248b4b6748bc5f364b96c8174996e8444996cc3c2359b23c58b224d45be2a3de2bf1895a2559c6cd90f8ef1e21f16fab91044ccf9104f4384956068f93ac5cff4a12a86e95049eff275915672b097a1a28091e7a4db266658264cdebbd92353f8d2521eee72561c6d692b0922449d8c57b92b0471325e1b20149c4830ac95ae72cc9ba9d0992687c836493004936f58d93c4dc782289756d906ce5de4ab65e6d966cfb1b2b49f29e26d969474876fadb4b924fe848f6787b48f6acda22d93bfba6646fea09c9ded70b25fbe6b84af6c79948527dde480e4c0f96a4d5cd90a4ff7d2dc950c44b32160649b2a672926c99bd24bbb7519293f25072749c587274d962c9d1f44cc9d15749925cfb6592dcbd0192bcc58024eff569c9097d37c989aded9282a8539253f31e484e65de909c3afc4c72e6d421c9d999b324e73eeb49cef58b25a56ebb24a53e2a49e91113c9f955b992f3a10725652bc324655d86920a189654149e975cfabc5f52e9f248726dc31cc9f58d5e925bf56f25777853c9dd0beb2575f2ad923ac33592ba5d0e927b9b7325f7767e92dcffbe58f2c077a4e451f13949d3f52592a776d192e6badb926707bc25cf237325cfafb7485e0cbe2079e1f24bf262cd49c98bd802c9cba3a59297a7e225afae0d95b4ddb390b43dec94bcdee92c798fa749deefb3947c30e8937c845e4a3ec5ac937cf6574b3e379c937cfea0907cd9eb26f9f23348f26dcf48c9b7f46392efe69b24df6f8c96746b9b4a7abc54929e3ba6921f334b253f8b47497e7f3c28f9dd6d2be9fb9b2a19787a490ad9ad9042536ca430755d8af89a490969bc54244b978a4f244b6543bba4b2e1ae52c5ca4552c62f49ca5e8f94f25caa940f3b2dd59a1428d55a754baa6dfb583a2277a87444ef3fe9c8a993a523ddc3a446dbc2a52660a87414f44b3a4a92211d35eba174cc862ae998dd6ba4668b82a466917ba5e6b6efa5e6d5d1528ba92fa4162e57a416770e4ac78e8c968e1dfd493a36cd503ab6bb556acd8d92da249f96dab4d8496d67ae93da363c95da05e448ede2fba476df82a49346e44b27859e90da8f9a239d1c562c9d9cc74a1da688a4532d42a4535bc74a9d66dc973a657f924e13d4d269ff10e9f40d85d219ffee4a67ad3a2a75d37694ba1de7a4b39f8c94ba478c92ce71db299d87544a1738384b3dfdeda49e2943a40b2d4648bdaccca58b4ff352ef64b9d4bba44feae3e829f56d182c5d763850ea27ac92fa8ddc29f59bd526f54bfb2df5ab1a90ae10bd95ae30c4a4fefacdd255eb364b83fc5aa4c1dc2669b0ee3969f0d0d7d2e0b82269f07b89344456230dd1192c0d15b74a4375974943233e48c35e6e9586759c9486fdae95461a7d93463ae0d2a8530fa531fb5e493717bb49b74dc994c6f1ddd2847fefa43b260f4893967f912657164a778918e92efdedd25d91ced25d8f22a4fb6de749f73fc994a6d80c96a65c8c97a6d6944ad357e84b3387cd901ef6e99366d58c9666dfb4911e75f9203d7ae8a5f4f8c1a7d2137708e9495d5c7af2d7336901e62a3d35eda1b4e86cadf46c7db5b4a4eaadf4dcbad1d2f283b7a417636969051227bd54e42daddcfe545a159326bd96ee21bd1ed127bddebb4b7ab3f78ef4d6839dd2db6695d23b4b7da475e171d2bae6fbd27b7097f4dea570e9fd618fa40f4ea8a4f566fed2472b22a48d3551d2c6bad5d2a609f9d227734e4a9ff4df943ebdb251fab4f6a9f469fd2569f3e591d2e79691d2e76f66485f7aba49db8eb84a5f5b0f93be9e9d257d6b0848df76b54bdfadcc97be0f8d927e9c1320edd8bd4dda792542fa69bb5afa59b74bfab93658fa756194f4ebc13fd2ef54a9f47bec6e69d7e85fd2ae1922e98f6543a5bd690ba57f46df95fec91f2ffd9b162aed1b1d21edfbfd47da8fed94f647ae9501bbafc8c0a22f32e84a850c7e3c4886fabc95a111fb65d83373197e414b26fa49c9c4e01699445c2e938ce765d2802d32b969ab4c117e50a6f8522fa3cfa5ca98724cc6620764ac4ba68c753f2e63ffdb97330564dc1b03194ff6c9f8719932b5768d4cbdf7844c3b76b06c50de7499cecd38d96074816c7063bd4c37f1b34cdf6aafccc06c8e6c68b081cc30da4436a2f293cce856afcc78fb4d9909724736eabf35a3c73e918df6fa24333515c9cc0e3e92993d4c915914ef958d3de1231b5be22c1b77c95a6689a1b2094a4799adf97099addf7c997df968d9e47ca96c4af7279963b248366db08d6cba49a6cc75bfbf6ce6a965b299ad1f64b32a40995bf442d93ca844360f792c9b97e2249b3f3e4c36bf2745e611f146e639a858e6e9fd5ab630e89ecc7bf1769977f23699cf6289ccf74898ccf71a20f3c3bfc9fc12bec9966f9b2bf3f76d91f9975f9685d4ee93853cc564a10dcdb2f0acedb2f0f36764e1f50f646bc53ab2754bb2641b120b6491b63f651b338d651b8f3bc9a2131ec9a24ffaca36d52e92c5acdf2fdbb275852cb6305916dbee28db76cd5d16671d2c8b27e3650923bb65091f7fcbb67b78cb12f5dec812774e91edf8b3449654be4b961cf05d96bcc752b667ee7ad9de61bf647bad0a65fb7dcfc9f6df2991a5067f92a51e9a2e3bb0bd4276f09c203b58e1223b58374496d13b4c96f1275976c83d5596c5f2b2233995b263567eb2637b5d65b9fe9db2e3db3ecbf2e7a86505f7c365a7e6e6ca0aa73c9615f6dc959d0e9e263b639c282baee99315df5c203b37ec84ecfc8408d905676dd985f83059f9b08fb2f20996b24b97fe73a35776a92e5076c5939455abfec9ae850cc86afeeac86e981d95d57acb6477ee27c9ea829ec8eace5ac9eaaae265f71684c8ee15dbcbee17cf943d6c9c207b3ca75df644795bd62cfe296bb674973d4b59226b215c652df25db2e7a54b65addc21d94bee95eca5b19bec65202d7b19f359f6ca3c42d6f678b6ecf5535af626da51d6bee3a9ec4367a1ac43765df649592efb6c9e25fbf2562efbd2d32efb767b9decc7dc25b21fe56b64bd9f7264bd7d35b23f45a6b2bfa2fbb27fba6f65ffb697c9fe5d3296f5377c930d1817ca0189460ef2a81c6e9f2d47fa46c951ef30394ebf90e3cb70397ea2524eecfb2c277e2d928b6e8c948bc745c8c51fc6c825a4af5c6acbc865eedbe5b2f679720571474e0f58c89507abe56cc236397b5c2de74937b9601d22d73eaf926bd757ca0735fac9759a19b94eef78f9e0e73972dd7ba7e4faeb01b941ada3dcb0e8ad7cc4cd2df291191fe4236f7d961b4da9961b73f3e526afbfc847e964c84d97b7ca4db735ca4d4bb6cacd6a0ce4663f37c9cd2751f2b1c00eb965132cb74aae955b9567ca27781e975b77b9cb6d9e7f90dbfd2c944ff90cc81d881d72c73198dcf12f2a773a794ceef471403e6ddf45f9b403ebe5d32af3e5d37fa17257ed3ff219a23972f7f56be47314c7e4734e46c8e7f4ee97cf7ba7962fb01a2a5f907459eeb1f283dce35b99dca32748eeb962b0dcb3a448be28455fbe2873a7dccbbe40ee75d75abe180b977b1fa5e44b3e8f912fdb355a1e78a9411e7ca1421e7c7fad7cf55d4ebe267da23ce4e9377998d6397998dd2379b8bba73c22ec967cfd881e79a46ea87ca34c47be51314abe71e0b43c3a495f1e9d1c20df3477aa7cebe474f9d63f947cdb1d58bead7e9b3c6eea7979c2e076f90ec7487972a7a77cd78283f25dffbce4bb37a4c9f7849bcaf73498c9f775ebc953dea5ca5325d5f2838bb6c80fc5bacbb3ac16cbb3076f9367ef7e28cf3ef75b9ef3ef913cd7c3489e9b30437e3c8092e79bf9c84fc213e505a647e405df4de4459b63e4452f94f2b32b4be567bf8c94171ba4c98b0d53e525ade5f20bced3e4657aacbc222f477e69a88bfcf2a4787965eb1079b5db697975d662f9b5b1c6f21aa326f9cd864af9cd81b7f25b990af9ed9a36f9fda743e40f9a7ce40f8fdf96d71b5d973ffa612a6f046eca9b9243e54d3519f26766f1f267ef5fca5b9d59f9cb65d7e56ddbdecadffe2d90b757d7c8dbbb58f9fb3bc1f28f4333e41df755f2ce2d69f24f5ab9f24fcb9de49fdeeac83f7daa907f593e58fef53423fff6345afedde7b5fcfb0020efcad097f77aa3f2de9da7e43feffd90ffaaf82aff7ba14fde57d52eefd79d2e1fa83d410165d91494164a21f85c0a91f750f850170a0f5f44e19b2f50e4683d8a7cf48222dfd651a21bf729f1acc59438603c25d1f3a624bf214aa6584ac96ca329d9b5ad94ecf3394a6e3640c9cf0da528114151efca29c5ea488a8edc47d151fd94f2ee538a91aea518d3a714bb91a0d843bb282ee917c5b58650bca88552ef5c4ba9fb23284dc8624acb9aa0b49ac3281db137a5a3b94de958c65243ecbe50438e5ca4863cbc4ee9ceb842e97dd949e9338b297dad60ca007e46191cf5a30cda1f53438fdb51c3c0526a58d23d6ad82f6bca307b3635fcbc1735a2620e35e2512035921a478d7c5d43194dfa4d19cde028e34b5b28133f35659273961a65fa9e1ad55a4b8d7ee6468d310aa0ccf22594d9b554ca7cee79ca623d488d3d7d931a67b8891ab7622b356e533f356ed73eca6a8d0d6575760e35e17e0f65b3cc96b2898fa26cee0394edb31dd4c4879fa8898ff5283bf3b9945d583835a9f30465eff6979a32fb1b35651e4c4d09fe4339ac594839e46ca31c7ad6538ea90fa9a9f1c19493e50fcaa9ac8272be9545b9f896512e87922997e3df299786a7d474a3f3d4f445e6d4f4f019d4f4575f29d7c93ce5ea6143cd787e919ab99fa6662d3a48b9097b2937af26ca6da716e51efb9e723f368e726f37a1e60c3940cd0b5f4bcdf7aba2e61f0ca61644f5501ea252ca439c4b79fe2da416da5da1bcd6e7525e9f22299f0bf7295f7037e5bb97a3966ebb462d2bbe45f9c966507ef177a9e55a3f287f288a0aa0392ae0c36e6ae5fcf154e0d0622a70c33c6ad5c31a6af59a726a75520d156a3c9b0acb3b4b85a79950e105e3a9b5ee14b58e194fadfff68fda70be8cdaf0a39b8a2cdd4b455e5a4c6ddc329c8a764ea5a2a30e51d1b71ca84d9ffe509b3e6fa23677db529bfb4e525b268ea0b6b828a92dfe73a838bf582ade740fb5dd633995985844ede0eba81d5a4154d2a65b54b29923959cf79ddae5f089da75ca9eda75eb26b5dba585dafd3d82dafb7b22b5bf40441dd8b88c3a70d4974a9f994ba5cf9250e9af8f53070dc6530797a5510723e2a883598dd4c13f4d540691456538cea30e1d30a60e1d3d4c1d3a23a2b2be3650d97a6154b67e0895f35c4a1dd96f4e1db930883a7a6114956bb1843a31248f3a7137983af13b9f3ab9c78d2af87a913a15f6893af563215578ab983aed368b3a73e22b75e6b740151b795225c3daa892c4655429b5822a9d7e903abfe51d55767a0455aef4a4ca8fe85117f33f5115f046aa62eb73ea72ad097579e00f55b53d9fba6a3184bac613d475af4eaa46673a55b3660755bb248eba650651b7de6a51b71b0ca83b4e76d45dd55eeade103fea81de52ea81a32ef560f60dea21c8538f0405f5e8c720aad1b28a6afc604535fe9c47355524528fe714538fd394d493901eeac981ddd453470df54ccf977a965e48b5a489a9e79b48eaf96e11f5426b12f5c27413f5c2d59e6af36aa6dae22f51afd5c7a83783c3a8379771ea9d8e05f52e7609f5def22ef5bea29cea38d44a752241d4a7417ed4e74e3fea4b6418f5352694fafaae98fa86c9a96f9d4ba9eff96fa82eb34f5457e066aaaba782ea9dda4df5166fa17e4ef941fd722da07ecfb7a2fee0bad4dfe8a7d4df5fc6549f7211d5372a8beabbf085eaffba4e011cf45280ad8f14d0ce950aa868b00296ae52c013df2a90594b14d8281d055e3a5b41e4dd52c882150a59ef3f85dca84d41ddb25328ead62be8b577144ad7390a65be814259d9a060344d0aa67cbc82fdf247c129f3143c7543c147d82bf88ba314aab2410a75fb398530225ca13d90a61844ba2806ed5ca7d0313454e8781e56e8be1ba7d063fa157a97e40afd410715862dc50ac3ce6f8ae1f3972a46cc5ea318b1ab4231e29f9b62e4efe10aa3c14d0ae3d28f0ae36b6b152654bec2647090c224788cc264879fc2d4294a3186562bc6042c578c09f1508c793e4d61466c5798799d5798ad79a130bb9eadb0d038282c56442bc6be3fad1837c65831cee19c62dcf2bf0acbb9ce0acbd01b8af106918a09193715133a5e2b6c4dd40adb632f1576175a1593a0758a49e72e2a267d5eacb037fea49872e8bac2e139af981aae5238f17b14d3b2e728a6dd4e5238ab5085eb8a710ad7e838c58cee6cc54cdb5ec5ccc416c5ac69210a375346e1f6659ec26da046315bffbb62b679ae6276489ec2fde744c53cbb158a799de58af9ec2285071aaef0b82c283cf92085a701a958b83a52b170cb30c5a23163148b8e8628bc2473158b935b15de8bea154b96de562ce9b9a6f0ad9fa458a67b5fb1cc7197625942a8c2cf64986279e37cc50a83790a7f50a2f037e315fe396314feb5cb15018e43140175ee8a801f6e8a95739f28020f5c51ac922f54ac727ea408daf74d116cfa42117c3d57b1a66db922e4bd5411da0729c26c0614e1b7372bc2bb0f2bc2fbfe2822feeb858871968a887d868ab50b0f2ad6ae3bab58fbaf40b1e1f72a45d4f1a58a4d1fbc159b5f0b8ad82bc98ad8ea3c45c2e66d8aed1dbb1589cb2b15899b3629127f042b76300b153b964d50ec1cacab48f63fafd895882976274a157b479d53ec75fdaad85b882a5257652b52374d56a46ed351a437b828d23b7d14e9dfc628327c0e2932d2362832ad9c14998ec71499b132c5a19f268ac3718315870fc52a0e3f07145966418aac497715d93fe31447764b15470ae214c752c314c785338a3cc3258a7c9b34457ef402c5c91807c5c9bd0f1427bb41458176a4e2d4624e513862a7e2f498078ad3bfed14455bd58a628db7a2d88754147f6515e714571517a45d8a72fd5a4505eea8a8b892a4b8b41c515c5aedacb874b65571f97d8ce24ad7494565e80b4515325f51757fb4e2ea84ff56fde85154c3898a6af13b45758997a2bafb8fe27ac90ac5cdd19e8a9be387286e1ebfa6b8855c54dc6a7755dc4e78acb8fdfda5e2eebc2ac5dd5d4b1575c66d8a3a6fb5e2decc78c5fd20a9a2de70b3a2718895a271e40b45631ba568d27fac686a2d523cb67aae78821b2a9eb0f58aa7e72a15cde6918a66a7704573ef7ec5b3bc0e454bf913c57397e38ad617db146d9f36285e2f7452bcaed528de9d18ab787fb452f1fee97e45474cbba2734abbe253a0a3e2535fa1e2cb190fc5971bbb155d09f18aeeea0645ef7e17c54f7b95e297eb1bc5af85ba8a5f911f157f795fc55f61bee2ef22d57fee2afacc211a98564603ff1a69d0e81c0d07cda6e14375347249a091818334baa597c61a9fd158c75c1a5f2fa3f1a84a1abf50419367fa68915e1f2d8e56d1e2da3db4c484a025fb2fd3921bdb695949134d4f6768fae32c9ad1b2a599e39b69e66f14cd3a00345b934773775fd32ab52fadf253d1aab7ff68754836adce71a785750f69213e8116ae0ea5855a86d6d8d5d19acbbeb4964935ad7dfd3c3de87531ad5343d13abfe7d0836d6ae9c161a5f4105b81d675aba4f5869ca30d5aebe8a18375e8a141303d3415a4473e74a38db6bea38df6a969a39c467a94811e6d1a5d489b165ca4c738c7d263baf7d066c68b68b3502fda0285688ba200dad2f8306db93095b6d2be485bedd2a7ad9a3ae90945083de1c154dac6751e6dabbd92b6b535a26dc33269db5fbdb4fd28156d5f4dd0532a47d053b19df4546a0e3d75fd017aead993f4d4d679b453910f3dcdb9989e16d840bb8cbc44bb4c1d46bbeca9a05dee6ad12edf6be9e96fcfd3aedc58daf55001edfa2f8a9e61de4acfdca745cfb63848cf7ed940bbeb4868f7a1ef68f7039768f7d7183d27408f9eb36e1e3de7e4497ac15a98f6f099452fbebd8cf6ae7f4f2f99f497f609caa77d0f6ea697cdbc41fbb94fa297d73ca2973fa6e9154ccc7f7ed32b0ae3e900b7323a304843affa22a583fe79d1abe3abe835ab45f49ab45a3a04a3e990d177e95047351df66b2d1dee6a40878745d1e1e74de8f08a3c7a6d0d41af1da8a1d75d1f4d6f50b9d01bfabae9a8ad0df4c6fddbe9e820633aface7d7ad37b351da33f848e59e847c7ecb8486fb148a263ad37d3b1b34ed1b15196f4d6d38674dcdaf174dc2f333a6ec09a8eaf5d4f27d82da413ae82f4f612533a71523a9d384343271ef92f967da7772cafa393f2bfd03b67d7d03b17cda177a688e9e4d01f74725621bd4bd847eff23a4cef0ad6a2771d384eef9654d22933c7d02957b3e8d4119674eaca0a3a75471e9dfa732a7de09f239d7e4d4e1fd41a44670e4ea133efe5d287bc73e843a70ce9c35ea3e9c3f9617456ac139dcddda2b31b09fa48c63ffae869983ee668491f6b5f49e72654d179d8713aefca02fae4fc1f74c16277ba20e8295d702e9c3ed5c3d3a7936ed3a76ba6d1c5ae57e912c8872e910ea24b9a46d3e74c3be973163df439cf4174a95d3b7d3e6d387de1db2abafc73115de10dd01571e9f4a5066dfa8a67317de5cc15fa6a9c9aae1645d1d5a9bbe86b3db3e85a8301bad679197d4be54ddf32d7a26f4f88a46f5fbd4cdf4537d075513df4bdadd6f4bd8b96f4bd3e81be4fa4d0f5d204ba7e622c5d1f7886ae3f35946ed8be8c7e24caa51f99d5d18f1ab7d28d5e93e8c79f1ed14fe73da19b377da59befcea05b8699d32dde9974cbef7cbae5ef7cfa45c900dd7a4e976ebd6944b73e77a45f6e7e41bf6c7f4abf32b4a3db604fba0dd943bf1e3b947eedcfd2af83fde9f78949f4878393e88fc273fae37ff3f1f1aa15fdf15934dd119e41776c984b77b4d6d09d13bed09dcb8fd39d85c7e8ce8726f427bf08fa537011fd757532fd3554427fbd16477fff644c772dfa40772deda0bb2266d15d47c6d0ddbfdde9dee2ddf4cf3dcfe85fbecef4efe563e83e8b7cfa9f6525fd2fd881ee878ed303bb3e2aa10c6b253a6483125b384289ed7453e260a25294734529cab5508a3f6e524a89794ad9ec7b4af928a952fe688d9202de2aa9990794d4ce894a05b44249db4c51d29ba3944c4190921b774fc9f5842af99353942ac15ca91a93aa54cd5ea954458e530a66a05278b24729bcd6526a290e28b5476e516af73f550e7eb25a39e4ca24a5aee709a59ed75da5de95f34a7dd30bca11c265e548cd4be5c83975ca91af8b95462f8e298d81ad4a633b7ba5c9e00ce528f37ae5e8e3b39463b4772bcdcc072bcdbc0b95e6263f946379a572dc94f1ca71e180d2ca375a39fe7b8ad29ac194d636fb95d6d98b9536b16f94b6fd35ca8913aa9513cf8529270e3c57da19304abbfff6b57beca49c7ca441390573534e197d52e9f03453e904242b9d0e9c573a957f563afd3ba39c766cb1725a8d9972ba35ae9c3e7590d2b5a84ce97a7e9fd2f5c34fe50cc399ca19cfdf2867bd3257ba1dcb57ba37ad51ce099da49cb3334139b77f9172de735ae9116ca15cbc678372f1490fe5e2b2b34a6faf154a1fbd5ca5cfb6a94a5f9f374a5f5f63a5ef6e43a5ef9158e5d21fe5ca658fb394cbbeb62bfdfae62897c3d795cb8b462b97dfc854ae18b544b97270b53248492a831bdb95ab271528576f5eaf5c7dcf5fb946ba461992e4ac0cf9eea30c555f51865612cab50932e53a1e51ae73d8ad5c37d349b9e1ed5e6594ec877253c077e5a65517959bfadf2863c429ca98ebadca2d9a3ce596dfaf94b16657945ba77d516e7b462ae33e1429e381a5caf8917795f1739f2be323629509d26dca045b40b99d3ba7dcbe82576e4fdfa24c7c334999c4c7289327ad50ee6aee52eea63f2b771f4a55ee4b4b55a618b2ca949c85ca34d173655af90365fa6563650697adcc9868a9ccd86ca83c34c65179687d8af250eb42e5e1a043cac3517aca1c173b65cee2c3ca2356b1caa39231caa3f636caa3655794c7b04a65ee226f65ee5ba9322f2853999f5aa3ccbf84284f8cd9a42c50f6290b9c0395a726b42b4fcdc795a78e372b0bf7ac579ef93148795611ac3cab3d4479d668a1f2acc32f65f1c74865897aaeb26466abb2c4a75a5912745d5912cc2acf1dbda73c7779a9b2b4db4c791e3da52c239f2acbac6f282f5ec694176f7e535658e82a2bc63e515ed2dbabbcfc6395f24af47de595f85fca2b2f2e2aaf74dd525659b62babe2ec9555d9af94555d1f94d5a7696575db18e5b58213ca1b4fa394b5eea4f29683a7f2d6ae14e5ad033794b7c771cadb1bc394b7b354cadb27cc9477246dca3bb9a4f2ce9badcabbcb972aeb6c6294f756ffe76999f281a19eb2f1eb726563df69e5530b40d9dcf444f9ec988bb2656c9bf245de4de5cb158394af8e2b94afce18295fbdfdae6c337fa67c3d274cf9ba2757f9f6e421e5bbaa42657b68adf2fd9a5e6587ba52d9319a5376d2fb959dc5d5caaf95c794dffeec577e3f3e4fd93545a5ecfaae507643aecaeedbd1ca9e03a8b277f280b2f76582f267d460e52fdfcbcadf331f287fdf972aff18ec55fe4bca6700ac8b8166cf619095af18a44dc160dbaf33d2a5b58c34278d911db9c3c837d9321471835130c98ce2583aa334b9f8dff0a5304a97698cf2e31086dd339a613be318dea98c51d1f98c6af74846d896c968c2e319cd83df8c96c764465b5dc768fb7b33dacfbe32839c06333aa39b189d252f99c1673632439c2731ba469e8caed934466fc73b46af329ad17b0430fa09da8c7ed529c6c0a59e1996ba9231745cc518fefecb8cb8f28f19f1fa1f63b4f43c635cf2983199728d3149b8c98c5adfc28c5ef38e191d1ac198c67c67c6c4ee64c6dc7fcb5824ec612cc7bc64ac2e8d60c67bc998f1cb7b99f179958c75400c63b32f9cb1939f6426f9da339342b498491bec984999b719fb301bc6fe702c33b9359a990269310e69e6ccd4cbd98cd3aa00c6a9ea0ee3d4f493717afc8d99067f65a6957d659cd3ad18e73247c6e5853be39a3b8299b96e0e33cbf83a333bf61d33ef7821b360f67466c1b2126641e662c663f328c6336a12e3f94bc2788d5bccf8e819313e5732185f6309e36b6fcd2cddaacf2c6d0d6096fefdc32c5bd9c62cbbf78159d6ecca04a4b24c405d29b3727b07b34a348c59d5eec30401294cf05c1b2638b68709ce3fcb04bfface844c99cf8404d53321b1de4c48fa2e26e4902e13d262c98419f9316156514c58eb1f26ac2d870937bbcf447c5fcfac7bd8c4ac6bf163d67d5bc3ac37b8c344061f6422432299a8d58799a89f57998d43b2998d017f998d55db998dadba4cf4912a661363cfc444143131671b99d80bbdccd68539ccd6f7f5ccb621b54c9ca315137730984948bac92464953309e7f599edef4c98c415e14ce22b5d26b1bb9d498a87999dcd2f995d49eb98dd6386337b94cb983def7633fb1fd93329683593b2e31293d6f08d4907ae32e9a1a39983174e321941394c66f358264bfb0f93350d67b26e6f63b223463039880f936352c91c593d8239726d0973d4e60d73f46f19934b9c6572e3db98dc9b72e6b8ee1d26eff02726af5260f25e4f63f23d5f3027b64f644e32b5ccc9b4b3ccc99c8d4c41ca73e694de1de6f4bfa14c91d119a6c84ac2146de59833a6387366892353bc4f608a2fa630c58fbf32c57fa633e7422633e75ffd602ed0fb990b2ffc99f27d514c79e762e6e2b9074c05b699a9f826622e4d88672eadae61aea4cd61ae5c9ece542ecc602acbe54cd5feadccd5e5347375872f53bdfa0053fd7a1d738db563aead3ccb5cbb3f9cb99ed0cf5cbf98cfd44c3ac1d4ec7accdc20fa981b4c227383ddc1dc08eb636ebaef646e564733375f3532b722a732b7bfec65eecc3dc3d465bb30f7862c65ee9d7dc5dc4ffbcbdcff79987910d6c13c7c2d67eaf52f30f591054cfdbbb34cc3119269fc399d69c29299a65ffb98c743e29927d53399a7278a99e6a39dccb3db4f9967bfbe302d8606ccf3b595cc8b8b2b99974b97332f53ba9836a185797d3f8b79ab3cc2bcfd728c79a77161dadbcd98f7734c98f70db9cc87a5b7990f8732990fe74d998f1f5c988ebdfb998e6707998e77464ce77c11f379c700f3254197f972c881f9924b315f5371e66b29ce7c630631dfb71c63bebfc867baccae305d9512a6fb11caf4eca5999ed30cd3f36302f31390fde72ef3abf03cf3bbf120f337a99af97bdf99f917d6c6fc6b469901c54366a0a29b1968f162c1bb3216f239c94239300b5d3ecb42bfc358b8ea280bff7ec722bf96b0a8e368168b39c1624f6fb3b87b3c4b20bd2c81ebb3c4322f5634ee072b392067a57ec758f92f394be947b28a86d7ace2ef329636ee6669937f2cbd7e08abb452b3ca0dcb58e5913496397c8565beaf62b96d0f59954923ab9a3d8e550dd8b06aa35056fd71072b4870564b16c56ad9f7b0838c02589da138ab937c92d5e93461077ba6b2833f67b143dc65ec90fa5a56577395d535f16375735156b7e007ab37cc9cd5b753b1faae7aac41cc58d6a0b89a35e878c51a5adf658703baec70a51d3b9c8b63875f1ec58e204fb1232cddd9110e19ec88bbe6ec48b3abecc8b4c5eca86117d951378fb263da27b366bae5ac59470b6b3e2280351f2db0e636175973877dac0565cd8e3579c18e35a3d8718d1fd9712f2fb0562343d8f1d3a4acb5c51fd6da6b3d6b7d79256ba3e7c0da9866b136795aec44cf01d68e9dc34e5a06b193b6de6527351d6427f57d64ede975ec94e128ebe0bd9f7582d6b34e6f26b3ced55f58e77f735897d005ecf4f37eec0c4460dd4e3d61ddce34b3b38fdd60e7ac9fc5ce69c6d9792bc6b20b0a42588f0b05eca263b7582ff3c5acd7529e5dece0c52ef6ca60bda7e7b3de27d7b34b86e1ec92ff6abfe49bc0fa6a4f657d4754b2be734bd8656c31bbecbb37eb7743cdaeb4f8ceae9c67c40625a6b2c1d3add9d5db0dd8d5e77ad9d5f525ec1ab0965d93a46243b46bd81007810d1ddbc686be7fce86693d61c346fab361a3abd8709352364204b16bdbbfb0ebbe47b191b26636b242c36eb4cf61a36dfdd9684f17363a643b1b939ac56e6ea963b77878b15bdbbeb271c81d36eec073362e6f2d9ba0b5884dd24d67932e9d60939a6cd99dd82d7667fa5236795218bbcb7b32bbebc21476cf9a43ecfeed69ecfeea6becfeda423675c15e3675d726f640eb24366dc37936ed722a9b7151c366fcdac16642dfd9ecf6436ccecced6c4e86399bd3ebcb1e1d71833d3a61397b74ee69f6684a3e7bf44d0c7b6c69207b6cc53b36d764297b3cfe1e9b375ec49e18d0b0056346b2055ede6c61d568f6b4591a7b3a0660cf002fd9b3ab8fb267bf6ab3c58e1fd8e2073fd992825af6dc96c5ecb9625bf6dca3d3ecf99533d90b48145b9e1dc096df8f642f6754b295f072b672c879b6aa5960af6aaf64af5de864affdf661af4fb9c3de9047b337dc18f646483d7bf3ec6af6e60580bda317ced68997b1755657d9fb54077b7f6b1e7bff5425fbc0e032fbc0dc857db0f606fb303c8cadef69611fb99ab18fa27cd847f18fd947cd9fd9c79a9fece3b7c1ec9341396c734a02db5cb9827d36af907db6d0836db953ccb63c37649f1b4c629f2fb8c7bedc37867d79723cfb4a359d7db5cb827d6d6ec3bedef5817df3c9887d6befcebe9b328d6d6f7366db078ad9f7b77eb21f3d30b6c3722fdb79e12bfb0998cf7eaa98cc7edebb80fd525ac37ed568d8afee39ecd72417f63b7c88fdeefc82fd3e1361bbbac7b2dde5796c8fa536dbe351cefe989ac9fecc9fc6fe9a5dc0feb61accfe890860ffda7bb27f7d36b07f6be2fe93cefe7df49dfddb64c1f6e918b27dd1716cfffc6ab6bfe02cdb5fdbcd0e282dd8813bfb39c0eb05076c1fcd81b92407adebe6a0a60b1c5c58c421c67739643cc0a17bed38ecec738e18328223a69a70e4cd2f9c78b529272937e3a4eaa99cf4641a27d3e47132e71e8e96309c725016a7fc6acf29fb1f708ccb338ec93bcf314d673956670bc7beb1e238f3068ef7ddcaf11b0e717c5d17a7520470aaba359cea6136a76e1dc50915c739a1651aa759a3e03497704e7b671b3728bd881b74ef30a763d7cc0deecae17463ea39bd338d9cfe94979c41f354cee04b1537f4f00e6ed8918fdcf0503f6e78a3133762983d37c2642c37d224891b79a9811b59abcd8d6c58c1191d4de58cbb977126d117b951c1dfb8516d89dce8105d6ef483146ef4a3b7dce8d7b33853b09b330d2ee4c634afe5cc2f8de1c606a8b8716dbd9ce5b0439ca5f942ced2d188b3dc11c259fd39c78d4f29e4c6a7f771135a2d38eba10e9c4dc421cee6602467fbe41637b1e52e67b7a5849bf47408676f51ca4d1ed9c24df66ce3265fade51c0e9ee2a69e8de0a696f673532b68cec9258b73da52c74d536472d316c19cf32c5fcef9f113cec5f238370398cccd7810c9cd78749c9bf5e70e37d760093777dc446eee395b6ede0e1f6e5ef2316ebe4ce0162cbac32da856711ea1c99c47e72ece5326e53c0f8de116262ab985ff56738b7f6671de636e724b3ce2399fa3cd9ccf5b8af3750239dfdd30e7fbd09b5b1a2c70cb6ed9727e7a03dcf21343b8e53f2c387f2e80f39f38890b502772812b3e7181ab2cb9c07d7fb9c0cf326e95f9262e58748e0b911ce04226c771a19b8bb9d0b4522eb4b1905be72de3d6a3e7b9f5b93fb8c8094fb8a8681d6e9377051763e1c1c54cd4e3627eade0b6fc9ac8c5b6b6715bb7bfe0b6feabe3e2a2c3b8f8bffbb804722c9790efcf25de5dc625559de39275c671bb5417b83d4e99dc9e3b4bb8bdd31e72fb92e773fbfedde3f6278de6f65fdfcaa5e87b7129110bb903a597b8343e854bab7fcba5d337b9f4d8c5dcc1a71877c84ec9658943b8ec3f3c9733378c3b12e1cc1ded28e78ee92bb9633d01dcf1aa5b5c1ef585cbbbd3c9e5cf5ecbe5cfe5b8fc5de7b913fbb67027ce6de04e0e9dc39dbc5ac19decb6e30aba06b8c23e5beef4691957d461cf9d017673678ebfe1ce8e20b9e2591bb9e2a8c55c895b175752b19e3be7a0c39deb3eca958287b952e83557ea398e2bddf9802bbdebcc950d2be1caa65b7265af8f73e57eb7b98bf37e7015481f5741e77397667573570c6f72955baab9caaf6bb8aac47fdcd5c11bb9abc7dab8eb8f93b99ab21bdc8d8734573b369abb597b84bb93edc2dd55157177cd4e71756826774f1ecddd3362b97b93af72f7176ce01eb40adcc391bddcc33967b8875102575ff0946b78b4917b74ba956b5cfe9e6b1e78c13d2b5fc93dbb1ac3b52c08e09e3362eec5f932aeb5673ff7d2e41af732e136d776da986bbb59ccb5bf0ee53ec027b80f6369eee36c05d7315d87ebb4ede53add70aed3dd9ffb14b98afbb47535f799fcc57dc974e7be96cee3be2776705d9693b9ae4302d7d5b997ebd6aae3ba0f2bb99e67bfb8de373cf7f38088fb9989707f26b9717ff79b727fdf38737df3e7707d89afb801da8407d8161eb0afe381f3213ce85acf435296872e4ce5a1477a3cd451c4c377081e0935e45189098ff66fe7b1a76e3ca9f3982747dde649fb225e34a489176db2e0457bf478d1c3bfbc84cae625eb4ef152ef0c5e9a53cc4b1f94f35446104f951bf20a7834af884ce415fbfb784549124fef6ce0958d7379eec36d9eb7ede7d5f19b79f5e167bcf06c3dafb56b1daf5527e2078d99cf0fca5fc5eb18d6f33a0373f8c1a93ff9c137f3f92147b6f2c34e9af386537ef386a7b578c3321b7ef8da5ffc08974c7ec49e207ee4857bbcf1728437492be24d3ae3f85146f3f9d1b1b6bce9e11ede34e7066f5a93ce9b3ed8c48f99b8841f139fc08fa9aee1cd94b6bcf90b53defcdb70de627a056fe16bcc5bec69e02d759ff09657cef156ea38de6a6c226ff5e1093ffe663f3fbe2d9d9f506ecf5bb76fe46d6a4c79dba01fbced9a77bced29819f183d9b9fb8259fb79bf386b7cf9ec54f0e7fcf4f9959c24f29bacb3be4d7f08ea7d2f8a933aaf9a9bd73f8698e29bcf39648de65ec2dde659c11ef12f18a9feed6c3bb9a97f033448bf91979a5fc8ca743f99963d6f1b3886a7ed61d177e562fc2bbb98ee0dd32eaf9d90f17f3ee16bbf8792d6efc7cafcdfcfcda4bfc82efd7f885f7a3f885cf1ff15e5b43f9c52747f38b2b27f3de4e05fc92e99efc92774adecff720ef3fca84f79fa6cd07947fe0037e5bf081d623f85597cbf860b907bf3a6010bfe66b381f225fcf871487f0211583f8906f2ff9506c111f7ae9021f76bd820f8f6ce1c3cf4ce52362f5f988677efc5aec39bfee87845f7fff2f1fa9fcc147eaace72323fff1515f0af98ded0c1f1dfe82df545ecd6f6a75e037754de6374766f35b767fe4b734f9f05b0fe6f2db167ee1b7d5fce3e3a82c3e6ef8413ece3c888f0b4be4e3d61ee6e3e383f8f8f2cd7c02e4cc6fa72bf9ede3d3f944852b9ff8fe369f1411caef5425f3bb42d3f9dda633f93db603fc5ef220bf0f4fe553d3fff0a92d1bf9b491ee7c5a41169f56fd903fe455c967f914f35965c7f9ac9fd17cb6c3143edbed349fb376099f537095cfa9f0e78f6953fc31d777fcb1553afcb132073e97b5e2f32e27f2f9b7abf9fc2777f8fcbf7ff8137a96fc89dbfdfc89ef07f982112abe609b0f5f706d105ff0389c2f68c9e54f6d0ce34fbd9cc29fea5fc217d647f3a7d32ef1a74b7ef04575957c5167167f0649e3cf0235fcd9fc25fcd9ceffe2af09fcd981bb7c71fd3bbe2432932f2918c39f7b5fca5f886ae42f344de4cb4ca6f1654700beac219baf88dbcf5f8a91f05776dfe1afecb5e2af648ce02bd94ebe7a6a177f6dfe0bfe5a47027fdd85e7af6705f237a262f95b2d65fc6de960fe76731b7f6778187f6713c2dfad8fe5ef2755f2f70fbbf30f56cee61f2e3bcf3f2c18cfd7af3bced71fbbce37ccd8c237dc7ec037ad9ccf3fd6c6f8278e0dfc53f960fea92a937f6a39936fb648e19b9d86f3cf5cbff32db3bbf8e71355fcf3f93dfc0bfb2ffc8be9dff8d61b397c6bef3afe2502f12f9523f897bb33f857a9e3f8367e22df661ccbbfa6cff1af1f55f06f521ff16f73cff2ef217dfe7dfb3bfe63ff78be133dc87756dbf09d6d1efc275ecd7f96c7f05ffe3ce5bfb6cbf96f7f8cf96fff7cf82e0f88eff69ac77747cbf81f07c3f81f475ff1bdb75ff2bf267af3bf3c5ff2bf5579fc6fe3d1fc5fc3bffcdf1e03beefc14dfedfdd02fedf271bbe1f1fc9f76b55f0fdc77ff2fdc5f3f801d5797ee0884605e84c560115812a7091bd0adc3044056e765281bbdd5590fb5f15ece4a742ef1d5761bfcea9f0c15755f8e1bb2abcdc514568cc54c47b5c25def75c25c91bae92e43babe4f86f957c94bd8a0aa1548a96032ada3c4c457b39a994a3e42aa664818ae57a55eca7972acee7ba4a35bc502530452ae168824a932952694e3c5369b94f5569279d56695797a9b4effe52e98807a97426fd17176c500dc6bd5483b54ea8864cbfa0d2759fabd24b3553e9bdf8a2d28f7cafd2bf60a2320cbba21af1cb5f65347cb0cad862b3ca6445996a54ca02d5a8cc74d5a8d602d568b95435da8b568d8ed253995ecb578dd18e50994b5254e6136d54e6c1b754e689ddaab14b2ea9c65624abc625495596c819956553a0caf2f77cd5f81403d5f8b60895b5cd7ed54444acb2a77095fd10a56ab2df7f4ea5a91c908d2a87205b95c3d13495a3adbdcab1b651e5f87d8b6aaaa78fcae9ba5ae5f4e099cae9cf02d534f4b0ca79ec3995f3f8432ae7940695f391592a1743bdfffef697a9a6c785aaa637be574d1fe856cd58385f3573f874d5cc5186aad9b5b754eecc6a957bee4c957bc942957b459e6a8e71fe7fea5473ca7c55735a0c55737eb9aae6a6be51cd1b5cae9ae7775e357faebd6ac195f72a8f3b9d2acf239f550be7be522d5cf451b5b0e6b46a51e63f9597e163d5e20de7558bd38ea9169fbda95afcde43e57d2144b564de7295cf8f192a5f69a5cab7c346b52c629d6ad9563d95dfdab5aae523d254fe54952a800854056c3ca75a79efae2af094832ab0385eb5aab9591534644015bc8a53ad3e775eb546ebbb2a64d332554842a62a544bae0a8ddba40a130ea8c21c0a54e1c17f556b3b57a9d6abe3551bc627a8a2bcc7ab360dd8ab62bef3aa2dcd9c2ab6e0aa6aeb0e2fd5d6aa3c55c2a96faac48a66d58e9834d5aebf11aaddcc38d5bedaa5aafd4d6354a9b2ddaa034b66abd2cc7fa8d22207abd2b5f355e9ab235407c37b54074f01aa2cfffbaa6ceab12a3bc85795b3f3bdeae8e5d1aa63555eaa5cc51f556e2aadca7d7854753cb6467502cb569d745fa42a5866a72a28b9a63af55f9f15baf5ab0ae7ec50155675a9cecc08559d6db054159bfaab8aebe7a94a4e66ab4a2aafaace758f5395e500aaf2929baaf226b5aabc7b8eea62839baac260aaaa62eb3055c5df76d5252b507529a94a7559b75b75d934437565cc14d5953d81aaaaea89aaab3e61aaab87d254d5fe5f54d5191daa6b43eeaaae4d5ca3ba9e3e5a75e3d65955ade6a6aad66f9beae6f302d5ed0745aa7bcf87a91e043f513dc8faaaaadf18a7aacfbaab6a5892a96af0c7544d4649aaa6ec9faac78b74544f457b54cd89adaa96973daa96ae7faad64b9354ad1feeab5e869aaa5e66a7a95ef966aa5ec53c51bddafb9f4f0daa36d70baab6bdcf546fd599aab7f397a8de2d7ca57affd155f5c1e986eac3c1605587bebdaac3dd5bd539935475ee66559f4c06a93eef59a0fa5cf25bf5b9e194eaebbf71aa6f0d2354df9ecf5475a79aaaba5b38554feb4cd58ff991aa1f89b1aa3f864f557f1271d59fcb07547f1e1c53f519c5ab06e67e57033346a901cf5f6ac0fbbc1a3860a706039faac1ef666ac8f1bd1aca495443c78eab1106572383a7a871471d357141a9265e54a94505266a71b6462d737cab96f98c53cbf1f76ab9fcaf9a7a57a256cc27d58af29b6ac547959af64c552b0ff5aa99fe7d6a1696aa397f27b56aa4835a70d8ab166635a9853f12b5760aa71e64bb443da84e5f3de8718d7af0e62cb57ee36ab541f042b5e1f002f5f02575eae1413aea116243f588e185ea1145efd523aeee528f34cf558f7c72466d14714c6d7446a436964e551b07e8ab4de4dfd526690d6a937f57d5a3133faa4dd396aac7981d509b378c535be80e538f853fa8c7e979abc719ee568f7bfb486d3961b07abcfb3cf584293e6a6b26456d3d5b5f6db3a0516d73fbaadaf650997aa2f705f5c4a3e7d476a3bffea75b6d171ea5b6cbf0504fdaf5513df9408f7a4a42887a4abba7da41be4b3dd598554f9db5523df5f80ab5d3c4796aa76d4dea6963dad5ce6fdeab5dc2e3d53347be53cfdce8a29e992b55cf3e345ced3efd8ada7d49817a0e01a9e7a4cf54cf1d51a89e3b77b17aeebab3eab99db6eab97f33d5f39ed3ea05af36a83d5f34a917fa2e542fb2f7562fda2b522fbaf55dedb5c954ed9559aa5eecdaa75e7c42adf6763eabf6deb445bd24c95eedf32443edcb54aa975257d44b77daa9fd32a56aff9390dabfe3b43a6078967aa56aaa3a502e56afcaec5307eb5aab838f39aa573784a857bf11d46b16d7ab43c2add521792eea50adffe8dc568701e7d56b279f51af8b3454afbb4aaad7477c556f7078a08e5a92ac8eead0566f5c6aa6de34f3ac7ad3bca1ea4df91a75ece142756c81873af6c730f556831cf5d683ffd47101adeab8275bd5f1d44975fcbc17ea84e5d9eaed1a997afb565ebde3d1497592f61bf5ce8555ea9d9763d4c9434ea993df1e51effeef99f73807a8f7784c56ef2d8d55ef3b56a84e3195a95302bfa853f79e55a7be9bae3e1062a44e6f78a43ea8bd559d5134527d68c77cf5a1f276f5e1232bd459a17aeaec5536ea9c41faea5c830feae33dcbd5792166eabcddd3d42736bba94f3c3ba63ef9fbaeba2032597deaf14b75e1e568756187b5baf0eb2af5e91543d4a7fbddd467a208f559bf1875b163b1ba24da535dd2dda73eaf0faacfbf14a92ff86c5497c5b0eaf29644f545bf60f5c5b701ea0afd48f525d539f5a58bd1eacbb3b2d5975fbe525fd139a3ae2c32535fadbbadae7e81a8af5b5ba8aff7c7ab6f4c0f51df885baabe71e3b6ba7615a3beb97cbffaf6c20af59d1763d577f757a8ef2567abefd55f57df7fada37e6080a81f1872ea078eb6ea079746a81f3c0f513fbcafa7aed774aa1b2459ea8625bfd58fd6e9a81bbfa3eaa6375eeac7488dfab164aafa711dac7ea2774ffde411a77ecaa0eaa7d3e7ab9b9f66a99fdfd555bfa80f50bfdcbd4dfd6a6f90ba8d58af6eeb3052bf866eabdf346aa9dfbef756bfcbe854bfabbaa66e5fb046dd7e7488fa63888dfae39b2075c74084bad3f386fa937eb2fad3bd7bea2f1f27aabf0fac577739fba8bb0fcc57f76887a97bd2b6aa7f386d51ff749ca1feb9c457fd6bea5ef5af3d53d4bfcd16aaff2ccd50ff79fb51fd1737570f8c9cad1e782f510ff4e708c0c432017cea20a0f34609e85a42c07210013b6b2360d7d70938f843c0c70f13f023e3053c6f8a80bf910924b24c1025e508e2461741b2c947906a8a04d9f47b826cd627413ea3545026380bcaccd302bb65b8c096bc17d8730a41f5ce5f501fdf22a8cf8c1584bf2241f3e8a4a0b5224cd09e4408dae1e5c220ab5241c73b451842cd10860cea148618bd1686648a8521b97705bd498304bdfb85827ed12d41ffdd5ac1a064b83034e6aa30ece347c1d0ed88303c415f187ea34718de800a4696b304a3d077827165a130eac172c18cdb2d5868b60863b7a50a6377b90b63dbfc85f163ea85f1fec1c2f8336682f5d615828dbe913071fb7061e2fe526152b49e30a92b5eb0177c057b475ab09fb559b06f3b2a4cdedf2e38009f85a9e14b0527d15cc1f9b24898ae3b4e98a1bf539835f1b0e056fd4870ab09116657c70b73bc528579567ec2bcdd1dc2bccb578405d33c85050dba82c7b822c193992e2cbaf345f0325f277875370b4bc84782efbfe9c2b2d024c19f5c2ff8eba509810b3a85c0e53384c0c2f542e0e96fc2aa87881034a35708bafa5308aad51282f15f4270a3afb07ad2086175e90161cd857a2144881242e1442174c3682134ad41083dff5108db562d44448985886c2b21a21e17d66efc26ac4d7112365c36142213e54254bf46d8187054d834e18010233926c404150931f7d285cde681c2e68f83852de30c852d0f3285ad0722846da99384b861e142dcfcd3425cde3821ae2b43889f385f886f2f15e27b4442c27e524848bf2a6c9f952d6c7f06098959e7851dfb5a8524c79742d26c376167c87761e7dfe1c2ee3fff843deb570b7b06160afb1d8d8414e95f21650421a4fcd612520d8d8454173d2175d93be180ec9290266f16d21ed90907670e170efe7c2364cc721332a2052163cf5221e3b78b90a9ef256496cb8443a1938443ebd384c32b3a852cdb4f42564a87904d3809d931a38423314f8463737b85dc51cb85dc358c707cee58e1f8a65a214f93f79f01217ff85a217fcd51213f2151c84f73164e146f164edc6285536e5785423373e18cc914e1ecbf51c2b9710342a9f926a1f4dd72e1c293734299419c50f6be44b82809152eee39275cbc395fb86c364ba85cbd4fa8ba92285c55af10aefe5a28549b9809d59ff70bd7d9b5c2f5b332a16672a670036a126ecc6c116e445809b5a32c84daeeb5c22dfeb070ebf972e18e5224dc59725cb8931328dc4564c25d1f17a16ed870e1de465cb877da5db87fdc57b87f678f70ff9b5c78b8e4be503fa155a80fcc16ea733f08f5e59e42e3947f4263e827a1b1ae4f681abc52783cc642786a374478ba62b9f0744f93f02cdb556859f85668796e243cdfed2a3cbfe32bbcd0db2eb49ae6092fdb0f0aaf387be19553b7f0ea6bafd03663aed0762d5668ebde2cbcf16f12de2dff22bc6b9d20b48711427b958ff07ed937e143af81d05915297cc23e0a9fccc384cff61ae10bbd40f83af3b7f04d2f47f8362942f8e6b54af8963251f8762d48e81af340e8be9224f406af127adf3042efd72ee167f203e1d75391f0d75547e8bb592ef4fddd210c5c99a801467dd300d9511aa076a70678f34f039a986bc0ed120d64d8af817f986ae081120d12be4a839eadd7a0ef5e68f01d611afce3270d39a84c23dabe51231df148234dbaae916f76d1c8af3568e44f666b146bf335b4f57e0d5d7348a3544fd528d33f6bb8d137355c33a6e13eced6f0f74d34fcb35f1ad55a2d8daad74023fc4dd26845ab343adae3343a2f4f6a743a3f68063fd7d7e845466bf4f64ed7e8fd1669f4030b3506bd959aa14e72cd304a4b336ccc228de1e7319ae1a52b3446f40c8dd1eab71ae3a3ed9a515318cd28e7519a51d74d35a37e7fd68cd61aaa31b5b2d08c099fa119b37e99c62ce88ec63ce2bdc67c538ec6a2434b33f6409d669cf672cdb84bb11aaba4a71aabd2799a097d4334d649ef35360d133576b89bc64ed8a9b16b5cab9932f480668adb12cd94adeb340e7b2d3553c3da3453f34d344eb7198d73e6078d7375afc6e52fa3992eb2d64c17d41ad7f94b35ae9e1d9a994c906696c452336bd0678d9b0ea7711b51ae71db7454e3f67cac66b6ed16cd5cf48b66eea4a79af94741cd82df97351ecfd3341eefbc349ecf82340b736668161efba1f142b2345e83359ac5563b348ba310cd92d9b4c60779a9f14dd8adf1dbb053b3bc7cbd6645748c6645bcbfc6ffe4058dff5b9526407b9f26c069b526a0a743b3d2fa8466a5e37dcdcaa59f352bb3de68567e5da45935f38866d5bc524d502aa009ee78a159adbffa7f0c977938156f14c791ad841451f7cedcb97367ee3a779fbb49a8a894284a919442a8448bad0595362152b266a7524af67da70d2554244bc8d28268a1fc7e7f7c9ef33ecf3c73def79cf33d33ef211c5d374138ea504cf0bcf78fe0e5394e38917593e0ad1d45f051f125f8161413fc8c5208feaf5e13fcdb5208a7df38134e7f5d4038f3509770e6630fe1ccaf3d8480bc204240e72c2160f60e21f06d3fe1dc673dc2f9db0d840bbabd840b7ace848be969844bdcf5844b4d0cc2e55b2e84abbf8e124218df08d7180984504489107ebe9870fde3234284590021c2d28270c3a39670a3379f10a5e747b8e9769e70f3581de196c20742f4e5e584db2fde1262962d26c440398498e08d84f8f62b8404169390909d4748f89a49483ce14b482c7025dc118b087792930877663e1092968084a4ac6c4232d64548d9728d90f20024a47ac811526bbe10d2e34d081956db0919f36e84ac619890355b4bb82b3843b8dfbb95f0c059447848d0243c745b4478e8a54878b4cc9bf0a8dd98f0383f9af0b8638e90abaa46c82dfe45c86df125e4439b0885acf584a2a4ef84a2365342f1ee7642f1d995841297014249f76a42a5c080509d7e9750dd6f4ba83df08950777b31a1eed54642bd4512a1fecc1b427d2d83d070b183d090a24768941e2634357c243cf3f4213c8bfc427871e00ce1c5a316c2cbffe379593a46686e7227b4dce4135ac5698456fd6142ebee58426bc12ce195730ae1d591cf84d7d6df09aff72913da084a84b61fb984f6940f848e90cf84ce252384ce884d84ce2c2bc25b621da14ba44fe84ade45e836da47e82eba4ae81e3e46e8595d4fe8896d21f4e4b8133e26d108bd179b097d3e4b097d4f8d09fdc7ac0903b967089fb827099f44d7089f8e10089fc695089ffe55100697ba1006ad2e1306a3de11867616138635a608c3a2db8491d4a38491af7584b113e7095f078709dff60384ef9e458449253fc224e30961d2cf9830ed124e98bec721ccc8af26cc1c594df8c55c4af8151d4ef835d040f85d584ff873f70a6176198b306be64798dd5742987b8d10feca7910fe065d24cad94711e55a2788f2ee9944f9762a51c1cb8ca83ca0405ca8bb8fb830ad88b8f04306512d7627513d0b256a7e6b242ed9ab4ad49ad3212edd9542d47e4626ea488e1275a25e1075868e1375d96f897a0bab887a79e1c415b587882b7e3e24aedc7e95b8f28584485c6d4804dcfc88e0be8b4448fc8b088db913c9cb5c8964e41291727e1f11ddd94a44439711a96f09443af97f6e3c2132e49c898c93a344e6bd3d44cce21a112b2710b1161322f6238fc8b9fb85c8c93621f2e66c88fc9069a240479d28089e21e28b5f1171176da2c8c78828e6c344b11b9d28d93d4594f28e12a5dd864459853fd140124e34084e22ae16c5100d0f84138db4a944a395f34423835aa2717f3a71cdaf40e23aab11e2ba9a0ea289680dd1e4ec27a2e9b43c71fdcd6ee2fa529cb87edc87b8514583b87109816836d043dc14de4bdc7c4440dcfcb59fb8f9d73ba2f9c6f5c42dea25c42d455e440b9751a2c52505a2a5e914d1f26e34715b5626d1ea149d6895ea41b469b620da6ef84cb48b3027da8d4c1077efba45dcddbf9b681fd94edcb36225718f932a71cfbc22d181cb233a5c384cdc77578de8b8699ee8b8e506d1b1874a74daea44742a8b233a9b84105d9e1d201e5cfd8de8aa7e96e826ac25ba47ca110fdb18130fbf91271e8d784cf40ce013bd3c4e10bdfa0d885e930ce2b137bdc4631fed89c7fe2d239eb4f7237adfde48f4f97987e87bad84e81bb585e8ff08229eaa8a259ecd89249e9d7021062c38470cd8b19718d034400c54b9410cd4c8239e5318259e5bb285785e3d9578feb42df1c2e2ddc40b2718c4e0fc2262f0e729e2c5b7f5c44be563c44bfd8ac4cbcb70e265ea21e255cd6962e8f26c62e825676268f414319c93430ce78e10c3ed0a88e1b7ff10afef3c458cf0be468c743d48bc61748a1855fe9378b32e9218bb518918bb2d9e18eb11418cd3f625c699fe21c6399d21c6bddd424cec7c41bc53eb454cbad7474c2ad84f4cde1f444c7efe3f5feb88a96e1b89a9cf128969479e13d32e691333d69e276678a0c48c2f9b89998605c4ccbdb9c4cca3b5c42ca3cdc4bb571288f7ffe512b357b810b3373c246657b9101fc0f78839a245c41c93d5c447791b888f2f9e21e6fa19129ffc0688054ad6c4c2377462b19a05b1987e97581c58432c81158925f42162c96d2ab194634a2ce53f20961a7813cbd17e62c5ee4e6255f8266255c415623d789258cff021d673f9c4fa9aa3c4a6b30f89cfe5af129f83cf89cfaffc20bea056115f983f27beb05124366f7c436c3e97446c2178125bad0388adb77589af5dde125f87ce10dfb83f23b6b3ef133b0655889d5f9efccf5be23bd081f8fe4e25f1fda42ab12b6439b1ebe36a62778c05b1e78c3eb1672c96f831d484f8315c40ecbd768cd8fbe43db1ff742bb13fe71cf1939d01f1d3289f38c86a210ed91b10873d3610876f70899fb5c2889f39a7899fb38288237ec789a3b436e2e8859dc4d1b852e298918838ae2a227eb1ec267e6db3227e7b2647fcfe7d9238f16e2571527f2f71d2eb06716a890d716a4e40fc7103274ebf9c24fe5c6e45fc694b26fe5a758ef8475c429c350b26ce1e3a4c9ccb3226ce8d6b10fff57b13e76111717e3d02c8ed22020abb0e030aaf1f008aebb50125877140a9fe19a034fc025096bf0aa86cb00254bc9702aa0a8a80aafe5f40b5d40b5878de1658f48b09a8c59c07d4461d81c59a75c0e2781d407dd108a0ce0803d4cd1703eab9bf00cde50b00cd93e700adbc9b804e0c1158be4113d00b67002b8c8381154e5e0031341520865d0200702d00ec6f03c09061004c9101e0a3eb0029281520952f03c8136d009c5d06504c7a01ca092180e87b0188672d80d4b70268d473807a461ea0be5d0bd07cad015a1c02d0136900536323c07c190b303ff300d6d6768035e70e600b6e0318371ec0bc0400b7c313e0f901005fef1ec067e703fcbb258020ef01205cfa1a105ebb0308cbbf00c26a2300972c06f043dd80881d07889ea38064fe3a20739603648379c02afd3f8081c235c0e04b09b01a7201561f380d18159c078cbfd6006b6c6b80750a3ac03a3b1dc024c707d8b87f2fb0312f1030bbb5043067ae04cc059ec096b3af008b8d34c072c925606bed6660db4917c08a9b0a58f1da01ebd26660bb4313b0c34308ecbcd402ec02db805dfba700dbb56980ddadc7c0eee5c180fd2b1cd8b33b1970c8cc071cea9c81bdcbbe017b5dd980a37c1fb0dfed23e014e00238dd1203ce7fe281833df580dbd64dc061111d383cff16f0c0be001e27d2014f5b31e035360f1cf377034e389b013e4101802fe330e05b740cf03b7d1ff07fbb1538fd711238fbbf9ff34e01c0f9cc3e2058cf03087ef916b8b80c022ee299c0a5afcf81cb041de0ea9f4540c8d310e0da601c10663e0184394c02e166bd40f88b36e0ba8e19707d6b0f70fdbb331069fc1a884c3f0544967e0422674b811b3c5be0c6d30e204a4d1988f2bb07dcf45a09dc7ae905445f4b026e473500b78bfb80988e642056750888258e02b1cf228038c225206e6a311037dd05240cc140a2120824def10312fb9b813be260e0cee95b40d2e64a20b9673990f2bc164869dd03a4f6da026993fa40ba971590e1bb1fc8787419c83c4b0032cfe50299611140d66d3fe09e611570ef5709709ffd04c826af04b20fc6000f562c001eae94020ff7b703394e27809c7b21404ebb0ef048d512c875b7049e7c5f0de4998e00f9b56140fe0b6da060af0650987c08288a0f058aee8881a23c0950ec3c0214fbb50225760f8052f223a04c900d94278500550b7280aafda140d59f64a066570f50732300a85d4304ea14ae030d8de94063ef66a069c977a089d00c3ca544034fcdb7034fedf381a79efdc0cb731f8066dda340f31a33a045cd1c68a953035a833701add77e01afbb028076dbc54087fe35a063240f786baf08bcf59001ef7e1280f74205a08b2e0f741fb503baf3da81ee0e0be0033d15f8385e0bf4362b00bd3371409f5c30d097eb0b0cfcaf8781305560a09c000c8c8f01c30bcf039f594b8111357f60e4713b30762b1e18cbf100c63e5f05c6edfb80f1ef9dc017a11ff0e56824f0555e11f82a4e03beee6907bead0c03bed93c032622e9c0c4ed7460a2eb2230b9b10598bce8054ce1dac0d46905e0e7c33fc06fc76fc09f397fe0dfcbf5c0bce50560fec13b603e9f05cad1e741b97b9741f99d6740f96847504528072efa5d09aa951141b537ef40b59197a0fa5d2b50a3cf10d4544901359d1c40cd402aa8395c0d2ecd700497195c00971d8f0075e8d5a00ef326a8b7b217d4a33340bd68397085e011b822a11024ecde0f02a9db4152f33448eef60361241b447ccd40d4d102a4253e0669f98b41ba7928c82466834ccbcf201b804036c71c64bbc320d76b12e466e681bccf8b41816d2428e2ee02452d1028a67d07c5371d41715c3628313e024a0a9c40c9c72950ca5400f50762c155fa18b86a9a011a1afb808693b74063d975d0784b0368ece801ae09ec07d7143d04d7eadb816b5f9a80ebb6fb82a68216707d8306b8c1fa10b871db3770a3e3717063680eb831310cb4583c0c6e352a07b79a3f02b71e3303b79e7202b786df05b7c69b815657ae80d6f45ba0758907b85d68086e3ffe11b439da05eed24d056d4f3a80b6399b40fbc02e70cf97f3a083a00474782c01f75e7707f787e9830794c7c003ed1aff23030f7c658107be8d804ebaa5a0538433e834a9033a4d7f049dfe1c029d510074991b030f1e8e050fde7a02ba263240d7dc1de061df21f0f09d8fa0a7ab39e89999007a2d9d048f2d8e078fadbe0a1e172a80c78f2e068f37e681c7bb568027f52bc093b964d067b536e8b3c511f48d7d00fa665e07fdf47240bf4e7bd09ff517f43ffd13f4bfd2019e5ace024f8f06836737288001ec3360c00f7730b0cf140c525e0a9ebba10f5e5000c00b5423f042c541f0c26f7bf0a20205bc34b00fbc42dc09865cdb035e3bb4190c0d6e01af9fc3c1a8807360d40d3330aa39158c1a2f036ffea904a3834bc1d881db60dc097b303ee13d98f03e114c1c1807ef64cc82774aacc0a40d8a60d28f0d6072c6423045e30298d23701a65fdb08a6c7ec01d33bc6c08ce0856026b200cc3c751ecc4ab904ded30c04ef8df681f74ff981d9d2dde083d529e083dd6fc0078e59e083c620f061d77930c7fd33985bfd06ccad3d013e514c039fb4ed03f3f40dc13cd73830efa532988f9d02f3e3a7c0fc396fb0807b0d2cd87c112c70590e16f846810571efc082ba0f60c18bbf60a1a4122c0cb6000bb3bbc1c21e05b0702c1d2c5a9401162d96038b702e58b4cb0d2c0afe03163db1058b790058bc712b587cb3012c4e49078b53b5c0e2ec8560f1a716b064672c5872d50a2c899d054b2f5b82a5797bc1d2d79bc1d2593a58b6e51458e6de099625aa8365690a60b9b212584e0d07cb0d7dc0f275fbc1f2d82cb0bc0003cbbf0d80e5bfbdc00ac508b042551bac3031042bb66c042bb6dd042b2e5482158f52c08ac7e960458d3558315a0b562eec072baf3f072ba77cc1ca5f2bc12aa566b02a241dacba990c56e59f02ab7ead07abe67f82d5c48d60353a02561be981d58eaa608dc275b0d6390fac3da600d6fa11c0daeeffd79f52c03a0d05b0eede6fb0ae611358d7731caceb0f01eb6674c1fa1dfa60fda14ab03ed212ac4f0c05ebdb95c0fa4e2e583fe20d36ac1f061bcc3e830d3bfac086423ed850bb036c98ab061b19fd60a3433ed8f8bc166c1c3b0136ce6c021be735c126c558b0c9cd1a6c3a1101beac34045b16b3c0961025b0256627d8d28482af481ae02b6e23f82a22137cf536067c359909bea913826f6697831d693ee03bc71af0fd8658f0fdde63e0fb98df60974a2fd8bdd60fec6edd007e20de043f7e4b047b974c82fdbe16e080e65970604905f88962080e55f780431d96e0f0340b1c39640a8eda3f06475bcac1b106001cffe8038ecfee03bfb864805f6ace835f1537835fcdaac0aff9d1e0d7af5bc06fde3fc16f8167c08914149c5ced084e5e3006a7402f704ad8084e1d15813f7240709a70129c3e16054efb9481d3b99fc0e9aa09f0d79ec5e0efb851f077d73af00fda02cef68e8173a52fc17f97d8e0bf3b9bc1f9c455e0fc575f929c4229496e3b4e924f12911424032485c86692628a90a4d8bc98a412718fa4ba389ab4c8683349ad2f8ab4987796b4d85a9db4f88c1a49431849d2380792342288248d9adf248d2e3e69c99573242d492b69e9fa6ed252b741d2d23bd524edbfb1241d4d57924e244a5aaee64b5abed19db4bcad86a4bbc29ba46b7c89a437c623ad60e69056d829935638ec23ad3879974490f148c4e72624208a4c02bffc2541d27e12253a8b44c9a791d0d00812fa5a8b44534e21312daa49acae5324acaa9e84b58690b0f74f48ec6fce24cea2691227f4028953f888c4630024de35159230b78684875a914417bc49e21d1292e4d51049f22584241d5c4b921d79463230024906e7b791566bcb9356c7dd2519b26f908cd11ed2dafd1da475cfb6934c545d4926ee8f49a6a76d48a6c10e24d34b3b49eb650749eb2bab481bb24a491b3aaf91362a8592cca8c74866313ea4cd057324733507d296f4db240b7a03c922cb8cb483f88cb4e3e828c9867f9eb48b1f45da55b09c64875492ecdb1f93f64059a43d677692f6a486901cd44b480e05cd24875725a4bd421bd2ded72124479b44d201156f92d3cdbf24d7f8c724d7a21d24370316c9ede50cc95d664a72df3147728f88271d522d241dd68e261d7e19493af2c480743cbb81e42dbe48f2367d4cf23e3e48f2be8c917c5e1a917c0fff22f91e3323f9857d24f92fff4b3a653c433a75d397742a469574d6f7142980fb8c1470238614882491025b0c498163c749417933a40b46baa40b56dea40b472249978f86932edfd3215d79ed4ebab6c882744da2400af34c2585ff3b48ba0e8a49111685a488eb93a488ae8da48899eba4c8f94ba45bb67f49b73f1b9062a5cb48b16e56a4b8f4fda4f8df13a444388d9418b08f7467912a29498c9052dea0a4542d9c94b9f9182933ae8994e5b49274574e40ba1b3e44ba2f7a4fba6f5145ca567d48ca5e1149ca0e5f447a685d4e7a187d8bf4688588f4c83491f4e8fa21d2e3fbbf498fab9693f2448ea43cef4652deb505a4bcc27252beab8c943ff79454a0718c54b8c58d54dc709d5476434c2a6bba462ae7af20955b1993cae70b499584c7a4aa6c8854f5649c54bde81ba9da731da9fadb41528d1140aadd5e4faa83ce90ea4ff4931acefd2235aeed2335a66e23353e1f22353db4213dcdcd223d7bf595f46cb089f4dce72ce9797d1ce9f9d311d2f3cfeda4668303a4563189d4faf23ae9153588f47af113529b234c7ac3e827bdb9b69af4964e22bdb7b02175fd7f962eab0052d7fe3ba4aecbc7485ddfc2491fed6f917a0ffc22f5b179a4be821852bfd65d52ffbe11527fe845527f892b69e0b71a6970f97dd2a0c73bd290ec2b69f8fc1c6938b28034dc04923e2fdb4b1a393c4f1a79da4b1abdfc85343a994e1af31c228d4dbe228dfd7b481ae71c237d391342fa8afa93be593c244d2c5523fde8bf439a761a254d3fec25fd8c7224fdec8a26fd1cc4483fa76e927e6122d21f877cd29f33daa4594735d29c0a993437e745facbb949fa5b7c9df4f7cb51d23f1b0a24b74c0ac911632139436f485e7e23241ff7105a70f924b4a00984167c3784140d1990620a1952d9ba0f52356b8454cd83a085ae2ba185b515d0a21f9f21b547359006c48034dcef434b94ce404b5a1c20ad851390d68db590566515b4f4dd6748fbc94d483bef0cb4dc940fe91aec8056fc49865622f210a1360622bead8000662204a4ee81807b5310f0a61282c23520a8591122efbb06912f2b43f0196788423583286b6c21740505a2bae743d417128866fe07a21fb78018ed18c4bc4f87585ba621cc6f27c426c6439c847c88271d877886fb209e7734c4cfd486f8ff1421fefc002458dd06093c77408290664850418704efce43b8a71724fa6703894d3421e98b1468d5f667d0aab41068d5901264b06d1964306309ad26a44086e6269061c70064f8eb35647c1580d62ccd86d61072a0356bb9d09a067568ed3a29b48ebc155a3f438436287f8036bc7487360ef8431b27ef40669c37d0e68d6268f33f2664a1500959c6d64296e346d056b375d0b6efbb216be165c83a2809b20e0b80b63f6d80b6cfbf81762c8e867638694136bf2068a7813b6447bc0dd9ed77801c42fca07d3a7c689fff5a68dfcdc5d07eb97668ff3c0ab95cb3815c1ddf406e2b4320b750027488920a1dde741ef2d8360a1db559031df5b0858e36af823ccf06415eea1f212fa017f28a2e808e9b5c848e0789a1934b6720ef03cf209fe571904f1c02f9646f817ccaee41be1771c8f7f614e4c72e82fc1caf437ebf4c21ffd5aed029931ee854bd083aedc3864e9733a1d31d4d5010271c0a723a079d7b3f0f9ddfec075d109e812e582a43c1bba8d0c5e666e862db52e8d2ea6bd0a5b326d0d58b85d0d5a2b75008d91fba36b10c0ad5964261fc1828ecfa49282c3e120a6bb904855bb3a088ff731cb17a1e8ae8e884227eab4191a982ff49876e4cbd86a2fa5f4137d95ad02df520e816c10ebafdfb25142b6c82e2701b28ee7b3d146ff60a8a3f1c0125d0af410917eba184eaef50425f2794f0230fbaf3a10e4a2e8b8252b2ae40a9f95c28c3e9389471280dca043ca04cd9089479e71a9439f81eca72a886b2a2bf42772b9aa16c4e34f4e0601af4100d851efee2418f097ce871941d947b9102e596a4404ffed7651efb1794f77d1194ef7b0bca6fcb800afdbf41857fcba0a26055a8a476162aa55840a505bba172722b54790c812ac343a0aa241954bd3c16aac95587eafef75d37640435e41d829af042a869471cf4b4e804f4b4ca167a213e0db5949e865e996640af421641af8f6f865e3702505b9731d4f6f518d47e810c75384f431de997a08ee90750279a0f757e02a0ce3fcfa1eeedfba0eef2c3d087dfca50fffe87d0c0ec1de8132b1dfa6424833e658e42832735a1c1342f68f0f52a6868c96be8f3f206e873891e3446dd088dd5fb4363ed89d0f8aa5bd0f8d145d0979261e8dba00bf4dd7f18fa5e5a044d543b411303ead0a4fa2c34993d014d5d51867eb82641d39f7168263f1dfab5d503fa95bf08fafda813faf30a81e65ed4427f5f9541ffbc1dc872b3fd64f9c7d364f9ea6364055e1559e1bb3f59f1da69b262ee15b262db2459793b9dac9ce04e562e84c82a315964953b7164d54b61e4856ffcc86ad758644dbfbbe4a5a3dfc9cb18cde4652635646dab11b2ceea21b24ed73bf2f29edf645d8d1cb2ae9e2d59b7ca94ac17ff8cbc425d9fbc227a90bca2954f26a8bb91897f379181a655647038800c3dfe4e8617fc202385cfc968fa3a329a5340662d9390b19b0c32f6a885cc563843e6ace691b9db3ac9dcb41f64ee5d3532bf1b22f38767c9028706b2e0d279b2b0e12059389a4e168ee790f12d8bc9a21d22b298b2912c01b692a5e6ee6469da6db2b4b28a2c6bf127cba632c8fa019e64fde46cf2aa777fc806e4436403ac9fbc1aa29157ffce26aff13222af297a4c5ea77398bcde6b1b797d821979d3a63eb239e322798bb89abcc547996c31bc886cf9e31cd95af709d9baff2d797b394edef1a29ebca30322ef0ccd21ef925722dbea5f24db5e3620db5dbd4ede7d4c48deb3c883bca7c687ece05547defbe00dd911b94876ac3127efbf994c3e70388eeca4174776864e929d1d93c9cee17bc92ec76f920f1e8f251f9cd423bb5ab3c86e87246477a73764f7631a64f7a84d64f73befc88718efc987ef8f900f3fba47f6407e908f5a71c9c754e2c9c75f78908fff08229fe811924faef2239f7c7e95ec439921fb54d6937d135cc8fe6ff2c9a7eeec239f368f229fbe5f420ed0e922073e312707e69b91830272c8e756a890cf6d7d46bea0d74d0efe3745beb8e219f98a7c06f96a8436f96acf097248b91cf91a3f831c7ae82339b48e440eeda825875dfd9f626bf2f52f5272c4cbbfe4485907f9c6ce4fe49b4babc8b70cc9e4684d9c1c3d6b49be3d9c4d8e5de4478e75db438eebb9438edf1c478e7fb88f9c6436434e3a134d4e46ae9193dd94c929b50c72ea791b72da397d72c68f3de4cc806be4cca91e7256a429f9ee619c7caf5d48be5f7c9d9ca3789e9cb36c989c93f6bf6dc6c88fd437901f05ab931f4d2c233fa66e243f0ee826e72aae27e7aad99373497472de8d0fe482c64972417715b9e86221b92825815c926c412ea5d0c9a56189e4b27929b99ce74fae209d20570291e4ca3be9e4ea9b75e4ea314f728d858c5c934227d7ca2b926b5b2dc9b51f9e93eb9b14c80d7adbc80dd47be486741b72e3481ef939a0417e312320bf5426925f0e7b919b03ccc8cd6d1fc82dc1cde4d62c1ef9957c09f9d56239f22badade457d9aae4d79c4872db0217725b9e2df98df633f29b3d77c8eda3e7c91d9443e48ecd89e48e4247f2bbd741e4aef83de4eeb115e49e6db6e45e3526b957a796dc6b7691dc7b7b9cdcff339e3cf858933cec1248fe0c5d278f445e218f0a9f93470db793c79a8cc8e3d47af278d06df2978571e42fde1cf2d7ad3bc9df5efb93bff3b2c9dfed83c8130d77c9937c2679eaff187f2cbf4bfe214920ffb0f521cf186d21ff8cf726ff2cda49fed97985fc73ea10f9d7fffdfacbce8ffc6b6e9afc3bd889fc27d2813cab36439eedd9409eed5326cfd96a90e74a3f93fffedf9f7f6346c87f1366c8f3efd461b99a29589ea405cb5bfbc3f2475fc2f23785b0fc4c0fac70ca1e5e6017002baadf82153d09b052620eacf4e434ac7ca301562ed4865596af83550c2c6095a3eb60d5a5a1f04278185e68600cabefd285351fef8535bb6fc24bcefac24bbe6c8797ee92c1cbdef061eda531b0f6d6cdb0f62e355867792cac6379025ebe6223acbba807d635b48675e36d60bd6216bca2f423bca279085e69791a268c1160f0f657188c5782c184e330c9ea030c9f7b0da309233055a4065337e4c2d4dcb530756a334c9d698669523b98e9500133ebb830ebda491853380163f7dfc3ec1d5e303be32fcc71708139df2fc05c121d16dc4c8705f58f61e12d14c609e6b028fc0b2c8a90c2a2842a585464098b6a476031b019966858c1128e1b2cf1db0b4bd118586a4f87f5ddd4e155e1eb61835569b0a1a5256ce498031bef5a081b1f5f0aafd1c4e035e1c5f09ae665b0c99e7fb0a9d614bcf1c2537863c4227863b2266cf69b036ffe330a9b0b2fc0e631db60f3fc01d8bcb40fb658fb01de7af218bcb5e712bc6df4336c1d3e035b3f80e01da11fe15dbd7c78d7afa5b02df7306c9b5605dbd13b61bbf41478b78721ec20dc0a3b38fd6f737ec10ecf7a60877909ecb890083bee9a821d4b87e003ab16c107268d61278d09d899f30a760e6a835d8876f041d663d8b5b80f7663ae848f18d4c31e0bb9f0318f18f8780404fbcac1b0ef9bebb0dfd652d8af71043e652684cf78a7c3676faac06753c4f0d911473820f6321ce8220f07e1da705052011cd418029f5b9c0d9fab78005ff8eb0707cb9f8483efde862f16de802fb182e04bbb37c29702dfc29727bae0ab6758f0b59077f0b599d370e8ff750fcdf38543070ec3a113a7e130f8181c3674020e7f74028e30e0c03756ad82a37eb3e06858038efea502df568d8063a73ec1710bb6c371521c8e8b01e184ca6038f15e219cf8a30d4e52ba032781dbe0a40b0170324d0227fb14c3c951fa70f27d7d38b5dc004e8b6c8333fc50f85e4e0ffcc01e80739297c08f6c5ae147d9abe0277baec34ff61f829f1c5585f36e09e182ff355e98640017e9d9c245335e704980295cfac41a2edbf5132e7bb6182e3f5d0a97df2a87cbdf26c0e51f52e1cae70be1aaa61b70d5f819b8dab707ae0e580d575f3e0b57ffa0c035cb54e01acf9770ed894cb87e640a6e5cd003372ef5829b349ae126da1bb8c90b859f9f2c879f179f825f909ec02ff070f8851d04bf7471875f1ee4c02db98fe0d69709706b5b27fccaed29fc2a02835f7ff587dbd40be1b6d78be0b64f0cf88db4026e5ffd086e0feb863be64ec09dcb22e0ce754cb8737227fceee206f8fdca41b86b5f05dc9d1e067f70ae803f1c2d873f5c3280fb14eec27d8b2be07e3b223cd0a1080fbcff0c7f52d8017f5af21e1e3c340f0fd6ad8687ae74c2c3622f78f889133ce2ae0c8f1ebc008f69df80c72faac3e36352f8cbf620f8ab570bfcf5120d9ed8b8139e1cd780a78687e09f175de19fc987e15fafa6e1d90867786e481bfedbec0bff639da5c829ffa0c86d1452e40e512972891b28f296fb28f2be8e14f97b2cca026c056501bf87b2c065116541e7258ae265114529a19fa23cb580a222e8a4a86caca1a804efa1a8dcb1a2a8545fa7a8d47653168ac7290b0def50163ef94259c4dc4559d47b87a2e65241d1d449a52c31d6a32ce9a053b4dcb5295a5e0314ed5df314ed726f8ace9a6f94e51c638a9e5a22456f3885b2827382b2e2b784b232673385d0f89e424c1fa210ef355100472685d438418154ff52c85f5a28f092660ae5423e05b9334841aa9e51a8fe2614eaa02d85f66d038531a9496185cd53d887d750d89e7729ec2c4f0afb971c85fb6d3785a7bb8f22d07e4c1194afa2086d7328c26b3045242aa188b68e5244ad1614a9cd1f8a34a490223b374bd1b76da6e89fd0a7ac5ac9a6ace23da61884bca118bcc8a5ac5eb3976228eea018214f29469b7e538c767ca5185df0a0181bcf51d6a66ca4acdbcea298349952d6ab9ca7ac1fdc47d9b0db8cb2292890b2e9fb3465d3ac2165b32197b2e5e6678ac59b608a650640b12c7f47b17c799fb235f1fcff2450b64eada658bbb7506cf4c3283677132976174e51ec9e065276ffe553ec75fd29f66907290e2527290ea5ab287b95a2297b3b7a28fb76cc52f63539500e545ca3385fa2535c4c0d292e4db728aebd3314b7d8079443c99194436f5f513c8ef6523c1534299ebc368aa70b95e279f421c5f3f4098a67fe268a174193e275f82be5387f3fe584968072927a9572d23282e2bde019c57bb335c57b1793e2edd949f1ae14517c453b28fe4b9652fcc97729fe46d594d32ff22867f2db2967b5f429672ff7530256fda004a6bea304617694a0c81d9473a2fb94f38b5529e74f2a502e7ceda1049f18a75c6ccca15c322aa35cfab4847299374cb9dce348b9427f4fb9f26501e55a7c2325547097125a34450973b843097bf18512d6728d121ecba35cdfd040b91e1c49b99ef08712a9614e896cb0a6dc60c8536e5cf84ab991f39e72e3a51c258a738b126d6247897e3142b9bdab9e12d7b4889270fa1e25d1319f92f4a58c923c554749b94aa5a4e6aca1a4be19a4a4f62fa7a4b1d328e9d599948caa0b948c975d944ce74c4a960648b9bb6713259b20a564b3104af6ba00ca83640dcac30c254acef476ca23d509ca634935e571d5394aa1ce18a5e8c61ca5d4b08852ced2a394fbfa502aac1894ca8b3a942aea654a55793aa5daa998521df08652e3ba9f524f7f49a9df20a5d4e7bea33470e7290d5e2a944635534aa3a61da5715b12a5e9ca5aca53bd4594a7b35f29cf8c4894677bae529eebf5539ea3db28cfedee525e3e7c46690ddd4d69ad3c4379ad1e4269136da0b46dfd4469abb94b691b2750da6589948e103aa5a3e01ee5edb64d94b7e75f52de4f9ea47453aa283d7bba293d0f5d291f031f523e3e784af9387586d22b90517a379fa27cc25b299f66565106ff5651867aaf53869522289fad95289fafeea57cfe654719bd7a9532660851c60a9329e3ca3b28e3c267946fc463948997bd94c9b4f394a9834b283f324328334589945f6b6328bf367ea6fc323b4c99fd8051e6bac594bf901ee5efd42a444e6f2922774a0e51609010c59c058892ea2f4469b31fa28af9220b33329045922e6451b00ea2864e226a474f22ea355244638b1ba2b1dd08d154b98e2c71dc852c7915822cdbaa8c2c3bbd16d1dee28d68fba9213a5f2588ee8a1388aeef064437b10959a13180ac90062284e3e108513b0001143104bce08cc02dc908fced2d822c194190b05f08eaab8fa0b19f112a7c08a1e51421b4324584beec2bc24c3d8230dfe422ccd935086bf94604cbd888b0f73e43b8544584cb6e41f8397711feac022298f44184ea46087e3309119dc211c94b3544fad801d11fe84456854520ab861720064bce2106db231143c639c4f0881162acbf1b31def11d31fe3ffe752b2f20eb2e0a91751f3391757ddb10134d7dc4e4e016c424d20b3175d045d6bb54219bf40b914d671b90cd043764b38b04d97cce1b31d7c945b65471108b9bb711cb7329c8b6ba3fc8b6ef64c44aa103b176d747b6d78c203b3823c84ebf6e64e7fb6e64d7facbc8ae4b6b11db681fc48ee18cd86db341ecfc8791dd8d4d88fd4a45c4fee50ac451bf0239c03d821cd83c801cc8e8479ccffb21072f7c445c2f6623470ef4234786088847f463e4e82d4be4686e1fe2b9680be2992344bceea7205e0faf22c7d6f823c736ce20c7eaa291e3aaeec871072be4f8de56e444d501e4648804f1965b8b781b7a20de996710ef9e0b888ff503c4f7b233e2db2746fc06fd9053ef60e4b4b23d72bafc3772e6ad0409c83c8604ba1e47026f3f458284d648d0213de47cf03f24f8560472e9d305e4f2f02ee4f27c2b7245d308b912e18a5cf9ffd770a5680772d56417726de11c72ad6d02095de087841e5d84847ef98e8491ae2061350812eed98d84bf598944581bfe4f2e12b16b371275b815897a3681dc3c720bb979671ab955ac82447f0f406e6b5b22b75933489c63361237a483c40dbf46927eaf4492e6dd91e4de7624e53482a4743a23a93d3f91d41fdb90f47fad4846358e642efb8964f2b84866c12d24ebf2207277e52872ef7d3b92cdd042b285ae48ae562092db3b823c39b31479d24947f234fa91bc804624ef732852c8af430a27e391226a3f52e4fa0e2972eb428adc1f204529a34849090929251c424a597148a9eb1052daa98e94cd2920e5ba214839f20b296ffc8194ff9b44aab50d906a662452ddd381d4f8f623b5b01652bb2109a9ddcc416a2b0e21754802d2e0e384343ce0228d27f291c6f9bf4893ce52e469da77e479b90df222f817d25c711679a5e98cbc3a5783b4599f44dac69e226fae729037f54548075a8f74480d900ed736e42df53ef25e2f1e797f300279df508274672f463eb4c8901e7a2bd273e008d2537b18f968a58e7c2cfd877c1cab437ae30a90debb00d2f7511e19283d850cd23d90c16e4fe4b3bc19f2f96f1032faea18323eee8b7c098844bed26f205f6f2f44be259d4626829e2393dabac824b31d9952ed46a6f8cdc8ccea0664268286cc647623330f79c8cf8e4ce457cb7de4377a10f9333e8acc06562173b39790bf4227e4efa527c83fcd66647eaf0b327ff40332ff681b2a67b61e55e047a30a1e27d0057117d105774cd105a551e882a7d75145cd1ba8627016aa98f00c55ec684415ff75a3caa45c54d9d61155fddb8a2ef4ea4417bdcb41d5c2a2d1c59213a8ba691faa613e806ad87f46351c18a8c6c36a54e34f1ebac4fb13bae4f21754cba414d5fa32802eeb3544b57fb6a23a2197d0e584497479672daa9b3b84ae703887aed4ce4557e69c45811c3f9434e08142b1892899d68492e97b51f291b5280cb7a130720f85cb9ea2c8081fa5d64da1d41e264a3b9c80d2075c50e6a93894f9be03c5dae651b6c53394ab7f1ce5d95f4405d22a5448694785cc1c54f8a81dc53fbe40455737a2a26772a858781415cb5251c9f630547f34105d257c8faeeaf2410d4e6ba0863eeea851fa0dd458451d5d737633ba76f308ba36d4165dfb4882ae7df5195d17bc073579aa849aaeda85aef7d988aebffe015ddf14856ea084a3666143a8d9c034ba89cf44373f7e8e9a6b9f40cd7ffe46b7fca9472dae1e442db5fd502b8baba8b5db1bd4bae23abac3f0136ac38a45776666a276f2ada87dec2fd4be673fbac76101baa7f609baa7db14dd337d13ddeb9f83ee337c86eebbac81ee4b32451d414fd4b1f6367a60d53ef4c06e33f4c0431c75faa78dbaac38871eec7983ba520d50d78403a8fba520d4635338ea71b907f598e5a3c7cb2dd093375cd193bd6ea88fb335ea73d20af549af477df70fa2fed2afe8a9444ff4b4ee7af474d803f474a4021a64578c9eb35241cf2f7f815e70a8462fe458a117ba14d1e0804034f8ff982fb65ba3176765e895a01af44aa41a7a953b8d5edd908a86c4f0d0d0f95634cc671c0deb3f85862f9c47c32daad1882b181a11e98846240ca0376ef8a3374a2fa051bc16346add0b342ac8188dfa6d83de9c4d466f0ded44639d4bd0588f5e348eed84c66d61a1f1a3ad68820b1d4d5c5480de71de89266db541931cb6a0c96b8dd094e74234f573119aa6b5174dc37cd0b4e78d68c6f60934e3da309a315b8e66f15ea3596ef7d1bb6257f4eebb22f4fe0b75f481db52f4c1c55af4c1959768cebc31faa8fb39fab826037dfc71319a2bc843731b92d127df19685e831d5ab0b30e2d7098450b0d13d0c24877b4f083065aa4678f16ad6d408bab9fa02589e16869c836b4ac6e155a2edf875605f6a3d565305aa3da8cd6dc62a0b54d96687d41265aff32016d506a431b911368d39756f4e9162afab436027d9ebc1f7d7135086d5e1d88b65ccf425b7a9dd156cf30f4d51b12fa5ab7017ded9e8abebe3f89b62769a1ed45ed6887bc07da11d986be5db4117dbb7e2bfa3ea707ed6284a2dd4a0bd1eee42568f70312da3d0aa31f5647a11f6c76a03dac8368cfab7de847f416daab751dedbdeb8bf68d16a1fd45c9e86005071dfacc44878d2dd1cfaf2dd09135a1e898ac0d1ddff1071daf5a807e49fb857e8d7441bf162ba2dfc005e844420d3ac99c4727b3d2d129cd69f447c415f4e7faafe84f8b3cf467be15fa1b7984fe7e108efeaebc8efe798fa2b3aba6d0b9d5e5e8dc1f5bf4ef5821fa0f3240e7c9b3e8fcad975439158caa80b65215c28e51155eafa42eb8f798aadc90435d385e485dac694c5d1cbf8eaaa9ae4fd5e4475197d0bba84bd65da46a851b51972aa551973f6aa4eab65a5257465fa3ae9c76a51217545089e3da54009ba0023f0aa9e0894554924726955c7c900aef384985af1ea6c2b937a914d52a2a25a9968aecdb4145f293a8d4357654ea2d7b2ab5cd924aabb1a5d2def0a8f4f53554c6ea775496423795159f4bc5768550b123c654ece718957d894b6547b75339c02895736e1d958b6650b96d6e546ec7772a3f239d2af0da4e15622a543cdd972a563b4015aff6a34a60902aadd5a2cae045d455b454aac12903aa41ea6faaa1cb2baa91fc71aa91b307d56828946a9cda42356e5d4a5da3d34f5d73c480ba2e9c4535f97b946aba4e9e6a163d47ddbc70886adeff88ba65b73a75cb4407d5c2710bd5a235976af15389ba6deb72aad5838354ab8762aaf5132deaf6ee2bd41de145d41d0535d49d9e0ed45df92354db86cd54dbb62f54bbbe65d4dd4114aa3df13475cfc269eadefbcba9fb5216521dd7b6531dbb3e53f7ef5c447556d2a4ba6da9a3ba55c653dd2d2854f7fcbb54f7212dea9185dba91e2f53a91eff8e503d57ffa27a169ea07a364ba95e466a54afe336d46319c1d4e3053dd41302807a22b69a7af24b08d57b680dd547fd0ad5e7e837aacfb1fd549f5bbba8bedcb754df97ca54dfe1fd54bf75ffa87e694fa8fe71a5d4535934eaa9fadbd4d33d8fa867f64c5103423ca8e7d222a8e73a6e522fec3f40bdd06c410d16365183df71a997c297512f2b51a957a030ea953d43d4ab72ced4abba2ad410e80af59ae72aeab5d371d46b9dead4d085fdd4d06f746a588d2635ec9b3c35fc6c033542a38c7ae39526352ab0801a55ba831af537867a9374987a73a0941a2d1253a3a34ba931e3ced458e40f35deba811a9fe9424d30ff474dd437a4263a8650931d3da8c96772a8298935d454b37e6aea3d2e35f57e3c35cd348d9a7ebe9d9aa5d246cddaae42bd57fa94fac02d82fa20651df5e14553eac34c09f5e15c2935c73f82fae86a07f571a432f5712e8ffaf85d3a3537782d35cf3d925a303f452dd274a096f87a50cb2254a8e5a71753cbd3cba91507df532bf7bca0d62b5ca636ac8ea13672ee501b0bf3a98d951ed42603436a53e14fead3fc2eea8b92e7d417ff22a9cdb10ad416ff4a6acba839f595c965eaabbd43d457dd5fa96de73751dbea6aa8edebbe50db534ca81dd8356ac7d555d477597ceabb97aba9effef652dfaf6ca676919652bb3699533fae35a57efcd847eddd5844ed3b184fed6f58471d3475a60e857452871a0e5387baa9d4cfefbba8235fe2a9a3ba47a9a3dcfdd431fbe3d471ab1fd46f87be53279937a893dda1d4a9694bea34c99f3a23779e3a03545267dcae5367bc41eaefb655d43f2af1d43f6feba87345eba9733f86a97f8fdfa0fe1da450ffb92fa1fe3bf28f3a6fe34c9ddf3f48933b3b42930b50a6c987b7d0e49b54680a436b690bd2e834c598799ad2d10f3425af6f34e5437d34e54f7134e56f5c9a4a830d4d65fa384d15b5a62dbc7a97b6c85c91b628661f6dd178226db1cd369afada499aba1997a6dea340d338a14ad338b395a6911c48d32ca9a32de1bda12d897e4e5b927c9da645dc4cd38acda369cfffa5e99459d3963766d3f44c8ed056eadea211cac769c0036d1a187d9d06be5b41234d35d1c86b9c6814f3c534449148437feda051035269d4ac6c1adda0994677d7a1314c2c688c962e1a73dd761a3369378db5509fc6f21fa361f723681cc5b7348ecb248d93f083c6d57d49e3b6ffa5f11e1269bca20534defc131a3ff81c4d10bc8f26bc4aa709b31a68f8c69334d1d2fd34517f3f4d661f415b5594403354d2a7196e77a419ad3b4f334a9ea019a542b435061db4b50bdc696bb75ca6ad3796d1d61f76a0ad8f90a36d445ed336b2c6681b4dafd036eedb4c3383e46966c733699bbec4d3cc03e569e6696c9a79861c6d8b4b136d4b7c36cd621f8d66b9308f66392ea46d5ba943db96b39fb67d4915cd666506cd0699a6d9dccaa3edac6ba3ed9cfc49b35d5c44b3d3e8a5d9895368bbb5aa69bb832768f606cb69f6763534fb030db43d5796d2f6fa7bd21c0575b4fd7f326907980a34a7324f9acb83df34d767c63437560fcd2d6831cdfdb405cd7d8e403bd25f4ff3207fa179dea9a179d11c68de0a7f68beab16d17c1d2ed3fcb0569a9f5320cdef5831cdff953ced943c9776669d9416e0738316f0c89c1624bc4e3b77772dedd2f367b4cb41bb68570e1da65de90ba7855cd84a0b29fa4d0b8d5e490b0bd2a485e5a7d0c2fe45d3c26ddfd1c2fb65b4088c488bac7c4dbbd15348bbf9fd12ed56be352dda3298769bf89316dbfe811677c68116d7f988167f08a5c517a6d0e2ab17d1e25b636909f2feb484ec4a5ac2b3745a62f33bda9de5c1b4a49c57b4a4ce615a32ba8996ec7f9496c2d4a2a51e3c464b5bd040cb386f44cbc83b48cbd292d0b256c7d0b22e3fa0657db1a4dd3d85d3ee29dca3dd8f52a165eb4b68d91977680fa75a698f14bed21e71d5688fcec9d31e4568d072fdcc684f989eb4271be56979009d963fbc8a5668798c561855432b7cad472b5aa3422b6a1ba3159b40b4e2430f69c5a19f69a5d24a5aa9b527adb4469d56eeab4d2b4ff99fc147b4f2c937b48a08455ae5da4a5ad5e1565a35f92fad263298567317a0d5696ca0d5adfb446b9857a7351e74a03d3534a13d5ff398f6fcc739da8bca53b497daeb682ffbdfd15a56f4d25a858eb45772aeb4d7569f68afeb4ed3dabc005a7bea125a27dd8cd619b380d6397592f636d69ff6f68e12ed6dda1edafbc9225ad73736adfb642ced436b2dad77fb4e5aef27943680a5d33e71da699f2497689fa2a7699f1ee8d00655a668835f96d18643d268c3f5a1b4cfeaeeb4cfd64db4113a401b796b481b673bd0c6770dd0beb82ad3befad7d3bef6eea57dd31ea27df7ff44fb1e4aa04dc1576953e924da8f0113dacc29903673739ef62b4344fb1de749fbc355a4fd293d439b95ff499b9d5e419b4383697fe35de80a4f6ed2951694d295f8a574653d5bba0a5443577190a7abf64274b58c6574b5c997f4c596bbe89a670ae84bdc27e95a7a7cfad2e847f465e6fe741d9e165da7bf99bedcea037d79cc09baaefe6bba1ef90a5d6f6d047d0540a6af58d5475f796c117de58d47f4956d3974c027870edea1d1c17b9974f84d121d39184547977fa453cdf5e8d4803a3af5fb273a7d41199d119e4567543da133a72fd159ea57e9984d251debcaa2b3df24d3b961223af7de723a6f59079db7f3299d37b790ced75947c7f787d1f1bafb74f1ad46ba748b135d76a98aaebfb2806e78721fddf8de62baf173946efcf1007d4da494be56c18dbe56524c5ffbbc9cbe4ee30b7d9da613dd24ee27dd64de8e6e7af7207dbdbc3e7d7d9a117dc3de9574b39f97e866bf5fd0cd5d6de95b86fed22da297d3b76673e9db0296d1b7f54cd1b78d71e8db5f3bd377486ce83b763ad06d0612e8764dba74bb690ffaee07f9f4dd4ff7d1ed8b2ed0f71425d11d2c3ed0f7c9abd3f7edbc41dfe7e74a77eccaa03bed48a6bbc8dda0bbec76a51f3cf5847ef0730ddd1553a4bbedfb4c77c7bfd2ddbb76d20f7745d10f4f4cd08f8c6fa11f3d6d40f75cf091eef58042f77a9a403f914aa77be351749f531fe8bef862ba9f7728ddaf3687eeff8e4d3fb5c0967e4ae64a3f15ed400fb0bc4d0f5c84d003d593e9810ecef440ff83f4c0b77be8e7f7ffa607eb39d22f5f53a287f8efa087a462f490747d7ab89a293d42a4498fd2aca7479d25d06fe5b9d2a3af18d0e36a5fd0e386f4e9f1077ce8f195e9f48490127ae229777a62d46a7a6279343d71f62d3dd9298f9ef281424f2beba3a77d34a0676c6ca067d4d5d0333e24d233b1aff42c4763fafdf6547ab6be2e3dbb12a4678feea23f802de90fd67ca33fbc3946cf5dda4fcfcbb7a6e7fd784ccf9b49a3e73f5d482ff83f9f85f82d7aa15109bd30ff38bdb04a815e7c32985edc09d24b3837e8a5e13df4b2a567e865c689f48ab82e7aa5a60fbd8abe885e55eb4aaffebe995e436ca4d7a0bef41ab74a7aadc63cbd76a91bbd564744afdbe54a6fb0a0d09b1637d29bce3fa6bf3ceb476fee9ca0bf8209f457c3dfe9af335de9afdfa9d3db4c53e96ddd6c7abb912ebddd278dde199d427fbb6031fd9de3377ad701657a4fe0567acf95fbf48f0f7ed0fbec83e97de1b7e97d090af4feed0df47ed76a7a7f85397d60f343faa7a3b9f4a1cf6be8233525f42fda4ef42ffb3ed1bf6a8cd0bfaf7b4fffbebe8dfe3dea14fd7bfaff546ad127343de9933145f4c9c441fa64f779fad4c577f41f1c35fa0fdfedf45f8f16d27f6beca1ffd577a5ffdde743ff8768d1ff1d2fa7cfef7d4c9f77e431e4f6b43294fc5e3294ae373294fe2c66a896ec642c7c2cc7503be5c458ac2565a8c3860cf5ed760cf5df1f199a9c7b8c25f6918c25d73d195a2362c6b26dda8c65879f31b42d8c19da2904868e910763f9b32886eeb264862efa94b1a2b495b172c13ac6caf43a06016b6610f6f21844a5390650779241d2d163c026910c4a773203d9f28c81bc68665047173368ee2406ed8a1b832e7795414f41190c174f06535987c13cedc9602f913138ee1d0cdeef5d0cc1389921f8b1868187cd33446e104374df8921b11e61487eb430a4fe4f19d22e0f86be1b97b16aff1bc6aa2b9a0c83ed0b1806f3ef19abf74f3156a7fc3fe6a43f62186e886118a5c6318c2f3f63aca92d65acadffc830fdf28761faeb0363e356398619579761e6ddc8d89432c3d85442646caa0a616c9adfcdd8bca595b1f9cb3ec6168b31c696bf960ccb90bd0ccb6207c6d663fa0c6b671fc68e3a43868d3ac4b0012a183b77bf60ecfaba8c612be960d88e0c3076ab2d62ecd915c970e8e530f63a5f67ec2db9c1d8bf3597b17ff20ae3c04e6bc681516f86b33087e13cdbc338b898c5389863cc3858b9e87f42186eba1b186ec034e3f08978c6919d398c23e9371947d7ef61782653199e6f3b18c7b71f671cdf719971fcc16f86b77a15c3dba38ae12327c7f0d95ccff0f56132fcacd90cfff818c6a9a278c6e965718c339b721867730a1867ff1c65041c001881c6418cc0fb5719815ffa19412ed58c730e9f19e7adc61917deb93282d5ae3082f78919c117e718c15d1d8c8b666b1917c3248ccb734b195733ae31423bf98cb039154678cd242382abc788f816c7b8b1f32ee386cb37c64df417e3a6f11146f4f876c6ed980946ccda0246fcfe58467cf24f46c2957c46c2dc2023f1d8614692f13b46f2ec1823b588c4486dd567a441838c74b53946baac8191f172929199f99b7197eec6b89bcb66dc2d2b64dc1d2d60dcbbb89071af2c88911da2c178f0f609e361b68491c35bc3c8698e60e4ae1c65e4c52c62e4af9b61e4dfdac42810dd63141898330a332d18450c0ea3a87227a3183565147f4119251429a3c4669e51d2f29651c63bc428fbd5ca285f93c6283f4b6654f00b1815a23c4685e93d46c5976646657011a3aa3996511d5ec6a88edac0a859abc9a80962306a9e04326ade5c60d42eddcc688888663462068ca627ee8c67bdba8c66cd2846ebba0d8c56af2ec66bf14ec66ba38d8cb61812e38ddf18a33d7737a3a3f428e3eda3d38c775a57185ddc1246d7759cd1adb480d1bdc797f1a1bc85f1b1f532a357ae9bd1fbc091d1f75bc01868ad637cca16323ebd9c650c5e56640c76a53286a03cc6d0402c6368288131fcc19131dc93c9181e3fca1835441963db048c311f2fc65706caf83aff9cf18df583f14d7685f1ad6288f17dc755c6042e644c9c011953a7a61953f987183fec17327e94b318d3e04bc6f483e38c99b34cc6cfdc6f8c9fad5d8c5fcbfa187fb83a8c3fc264c66c751463b6339731e72864ccb9a731e6dea733febae933fe369119ff741730fea5ba31e5def631e5f7e9321764234cc5c352a6d2f823a6729629536540c254f9e6c35415ad622ed2e63017fd2331171bfc652efed1c854df67ced458e5c7d4ca2530b53e0f309736aa3197c99633b50f693375ecaf3375e2bd993abf4e3197c72630f5a8fe4c3d561b53efa71d7385790d73c593c3cc95baf34c82913d93e054cf04129598e4e30e4c78a69309ffd5612255f94cf4c23a26da56ca64ca9d6032ff69fc8f2e93c56132b14b3d4cf6c2854cf6c9bf4cf6ad854c8e631793eff19629a06631056bdf33f1e5979978c272265e719f294a1b618a66869992f57f9992f4734cfd6704e6aa8040e6aaf238e6aa37164c83cbfb9806a54a4c431505a621e0cb34f474671ae995308dd5b6308d29494c93d34d4cd325c34c53dd8b4cd3f1a3ccf5feb7991b2e8732cd8e99303719a633377b6433b768cc32b7705f32b79c82985b9e9a302d0fe6332d6fd4322ddf6f625afe72616ef31332b7e51d64eed860c1b4494966eec4b3993b3b5c99bbd83b98bba4464cbb1ba14cbb6f6b98bb370731773bd832edf73f60da7f4a663a1830980ea9c7980e6f9633f72eb363eed55dc9dc270a65eef3b8c8dc0f3433f7f7ae651ef078ce746aa9623a5b2c643a5f48651ecc0299075f6c641e1cbac374d3bcc6745f7886e91e10c274ff82300f292e661e0ab1671e7afc9b79a82f9de96196c4f44826333d5eff607a9a9e667a598d338fb1da9927f647337d7d8d98be670f334fd9e8324f9dbccc3c1d7494793a7f9c79c67d9a79f6cc61e6d98a5e66c0e37c6610af8b19746386797e508b19fc678a79e9a021f372c76de6e5e1d3cc2b1b8d9921f9bacc905f62e6b5c63066e8d3306618499319be2a9019fe2c8119fec1921971631733326f37f386e96166946232f3568e0ef3b6d30433365e83199bf78d19fbbe841957738f99c0e631ef243932938628cce4d71f9929953c666ae86266eaad0e666abc0b338d32c84cb33ecc4cdbc967a67b7430336f9f6066751630ef71f733b3b59e31b34b8d990f064f311f7996311f452c62e6efbacaccbf4562e6ffca6316441c601695a8318b8dca99c51f1f338be77f314b343f324b5e529925bd35cc926931b35c6d84592ec49995ddbb99d5eb6398358d879935bf8a98b5a4a5cc5aa725cc7abf38668390c66c48decb6ce8c96636de12309b889f984d1576cca7cd19cce7ca5ecce77ddf99cfffb0992f070a98adde20b375ec29b37df3566607cd93d919a9cc7c6b7188d91598cfecbba7c0ecdf19cdec9f3dcc1c708f600e3cbcc51cc4f7328794479943366f99c356c5cc91d931e6c85f17e6a84a07734c95cafcb2ac8ef9257694f995bf9af94d18ccfc1650cefc7eab8a39590031a7d6a8317f3c7fce9c5935c7fc9520c7fcf33b97397b4e8939fbac9d393bfe9a393796c4fcb7479539df9bc09cffba9ba5206d67293c96632951ffb0941235584a79262ca58e3296b27f224be546104b75e361d6c21c88b5b013622d2ad2622d5e18c05a3ceec552ef7acbd28007591ae83c4b23f0284bb360096b49d96b96767f304be728cad2e98d652d8f15b3740fdab174dfb6b156f66f60110cfb5944274316305ec102756258908b270b5dc361514dfc59b463312cdaf33f2cdae7ad2cdaf7cd2c86f76d16b3be8dc51cd8c7628555b1588ffeb258fdad2cac329fc5dea6cbe2900fb038620d162fef3e8b6f81b1f871722cfe480f4bf0a9922534dec1c2cd3a59789e1d4bb4cb9025517bc292682d604944ef589224194b7af8184b261965c99c3459b21f7a2cfd0e4596c1f25ed66aba2d6bf5e7cb2ca3ba8fac358766586beeac64ad5bfe86b5aede8965f2e834cb2c9dc0323fb78d65712e8765792c8cb5f5680d6b5b7f2ecb2a97ceda8efe656d9779b2b67bf6b26c0e8a58364f11d6ce747fd66e643bcb1e2a63d91f6d67395b8db09c13bc58cebf2fb05cd638b18e40faaca3db8b585e5e2b5927bdefb17cb5ac597e63ae2c7fb95e96bfdd52967f8ceeffec63050cbe62055e516305d6d15981e39dacc08926d605dd47ac0b77cfb22ebc7bccba2489625d8af6655daa6e615d5e0cb2ae7abf625d0d4e6185e4f6b1aee95ab0aed90959a165baacb02d75acb08f3759e1158aaca8ad102bcac69a752be10b2b7a51372b7a3f97157d2f9c757b399915bf2e95159ff09395b863352bb1b68895fc69292b15b8c74a9b8558e9843dacf4dc83ac8c288895d118ccca5c0eb2b2de29b0ee2effcabaaf9fce7ae0b09b9593b69ef52809613dce2a633d39f98195d77f94959f55ce2a10bd6615ccdc6315fccd65151ec25985c5ddacc29a13aca2aa425631e90bab783dc62a899a6695f9ee67952f90b2caff7f5e3173865529bf89557530f87fba585587cfb1aa2f76b16af669b06a57f8b06a6325acba6b4b59f59718ac86fff3d374568fd534d4ca7acaef603d334c673d375367bd708b60bdf03ac37af1cf8ef592f591d55c99c36a65ad61bdfe3dce7ab3f616ebcd9f0cd63bda3dd67bce5f5617c582f5e113c0eab9d8c1eaaddfc9ea5bb79035683dce1abae0c51afadcca1ab993cd1ac964b146baa659a361ef5963c2d7acb1fb206b6c14638d7777b0beb9a8b0260c2a58535a4aaca9ca71d6544b27eb879a0f6b7af30fd674f677d6f42f9c35839e66cdcc94b17e9ac0ac9f09f1ac9fff40d6af67d1ac5991376bf6722c6b761666fd552863cdaf1965cddb16b3e6a3bb3139d3024ceecf20266fb01653f0d4c4149e3fc7144db331c5791c530e8ec254294a98aa85005b6897812d0c5f8e2d3abb195bd4b614532387616a0c0aa6662fc1d49afdb1c5ca89d8e2b8194c43ccc23412e730cd81646cc9da1c6c89d3166c49421ba675be01d34a5a802d8338984e573fb6fcfe2e6cf99c31a6ebd183ad50eec4566ca8c556d8f9602bf3e5b1951f2e6244908b014a173120200203e6b531d28a128cf47613065d8bc1a094688c6cc5c5601f030c9ed2c0107b6b0cc9b0c7a8212518cdf92b46bb6e88d1973862cc94518c39b402636ddd82b12d0f609cb5ba18c7d61ce33cb7c6b8418d18f7f2798c9b710c13d8666282a8394cb8201e13ea7ec644cf1a31d1481c26b9d68949191e98b4600893edb7c1562d6cc156adfc831970516c752a8019eed1c48c96696046143a6694e88719bd57c78cb97398b1948319bf3b80ad491bc4d6dc53c5d6b494612639e730d3654ed806ff216ca3750c66f6e334666eb31a334f1ac3ccefe7615b0f8f6156199d98d5233666bdde14b3ce0fc676105e613ba88f301ba13fb6f32907dba5f00ddb6d5289edb60ac1ecc3306c8fc714b6a7ea3be670c708db1bf01edbdbbb0973942298e32a796c7fe74e6cffc021ecc05f55cce95c12e6ace882b970af622e0683d841c80473ddfc1a73c73e63ee021ee67efd0ae65ef6193b1af905f3bad5821ddb578f1d0bdf859db0c3b193237d988fc90bccd7f318e67f61083ba5dd859d5a6b8c9ddda2839d3d8261673f7fc6829c61ecfcd2542c78ed322cf8a32776493915bb44bb875d3ae4865dee37c142de9fc3c2fce6b1f0d529d8f5c797b1c83b5bb11b7b195814dd198b0ab6c26e96146137cb9e62d15917b198ee082ce6eb532c56a30b8bdff20b8b77fd8e255c89c61242b6628945ff33d78bdda18e6277527f6349572bb0a4b1c3580a5b1f4bf584b034e62f2ced6f1396be5482653a376399f54bb1cc16452c4bb801cbda700bcbdaa38265b988b1bb8bc3b07bb253d8fd1e01f660b333f6e0a633f6701b097bd86f8e3de6ecc572ef2a634f8cb3b027f651587eb6182ba08f61054de65821ec839538166325130a58e9bd5aacaca415ab1c68c0aaa6b4b09a0d2658cd857aac566282d5651563f54b0e600de735b1864215ace18f13d6f0b7106b54ccc39a6224d8536911f6ec351d7bdedc8535db0561ad84df582bab146bedafc2da8804accda50c6b3b5a80b53503d81b7a2ed6a1dc84bd05acb0b76fc3b077b9dbb1f7f207b1f726e358d792b35817d91eeb664d601fa28f633d9565d847b5d758af951ad6bfd10beb7742b1fe63ead8a736776cd848071b41e6b011fdcfd898e012f695b21ffb76c902fb2eef887d5f398e7d3faf867d9f7a8d4db64f62d3901e36ed77149bcebf8bcd445ec566a2976233e386d8cfac19ecd7221becd7eb27d81f7a34f6a7fe35f677d14dec6fc625ecefb40ff6cf3310fb17aa89fd2bd761cb6db5672b141e672fd0dbca5e10e8c95e707e80adc871632bdacdb1153db7b395c663d8caf6e96ce52b77d9aa5aefd8aaab45ec45eaae6c353994bdd8c689ad1ee0c5d608d8c8d6f8bb9fade90fb0b5a02d6cadd10ab6f6b23d6c6d3779b6b677025bfb0b81bdbccf86ad6bfd8fad3bb28cadc73ac7d62b5265ebd525b1575c43d92bf24bd82b5e5d6513669eb1017f5b368961c626a56d609385dfd8e42d4fd894f3381b717cc046e2feb7cf3fb391effe6cd4f4169beaa2caa679b8b16943fbd9f4ea0f6ca64e329bd9be88cd2acb6263efaad8ec7c4d36afde8fcdeba9620b9a2bd938fa908ddfbcca16bda9658b5d8eb1c51786d9d225ebd9d2a4156c19768d2d6bb167cb068bd9fabe5fd9faa90d6cfde619f6aae700db68c724db687039dbf8620b7bdd698c6d720a639baaa6b04dc39fb2cd4864b619e6c1de6431c0de34cb666f3639c0b67008615b6ebbc5b682a3d856064e6c2b0b23b6b5b9886dfd4bc8de7ebd87bda3d99f6d139ac6b6e95ec4b62d7763db9916b1ed8155ec3d6814dbc1cf85bd576e2d7b5f681c7b7f843a7bff9731f681d8e3ec030562b6d35a55b6b3c25ab6b39b84ed32ba84edf22f9a7d487d0bfb48552bdb636c987db479807d4c6f967d5ced26fbb8d8967d62bd11fb447607fb447708fbe4ba32b6b7e372b62f5387ed5b54c8f6b7d4639fe22e669fbef6987d66fe24fbecb24becb3f7dad801b7feb22f3c8a61072704b32f9336b0af387d645fa9c4d857bd77b043f83fd921af64ec30b8991d16a5c88e08bbc28eec5067df1c1f66df9a3563df36d367dfbea0c38ec167d8319e71ec98c437ecd8231bd871a757b0e3866fb3136642d8492fe5d9c90dc3ec340f2b76baf9137696eb6ff6ddd542f6ddb776ec7b8802fbde8e2dec7b8dd1ecfb6af7d9f7f734b3ef8f07b2b3954bd90f756ad88f2855ec477624f6638329f6e31fcaec27c20feca22745ec62f93976711c8d5ddc1ecf2e9ed9c22e79adc02e7d50cdae34346057d1fdd85581c5ec6a54ccaeab5ac8ae1b41d9f59b56b01b0ee3ec67f714d92f2412f60bf7a3ec164c8bdd8a5c62bf0a23b0dbe4ffb1dbf4e6d86de818bb8d15cc6e338e62b70567b1db5a67d91d3797b23bffd7ca5b8f32f63bc53af607d547ec0fdb03d83d2b92d93dde21ec8f31dbd8bd088bddfb7f7dfaca5bd8fd9e86ecfe6009fb93e15bf6f03b0ff6c8d1abecd1f262f6183b8b3d567185fd6db52dfb5bb52a7bb23c96fd035463fffad0c2fe1d51c1feb36209fbcf5c2c7b2e700b7bee66017baefa35fbafae37fb9ff0307bde42952367fe95237799c791770be52830ae7014dc9e7316bc2ee0289da27094bef7729457cd73547c218eaacbff783ce0a8460f735473ca38aadfbc380b07cf7016090f73d4c69d38ead77773342e6ce068c46de668c4bfe66822219c250eba1c2d9d50ceb2ae9d1cede4008ece92208ece2113ce8a03bd9c159997382bcadd392bdba3382bdf3238c40e8c031c9ee78021db3924a54d1c6831c281de7a70c8642a87cc0fe1c09d7f390899c64146e739e8360e87ba298243bd3ec1a13bc97118ba7b394cd2790e33f80587f980c261ed59c0c112a739ec5b0a1ceef46e0e2fa992c39f0be008a8be1c41f030075755e0e04b6b38f8660b8e38b299233353e6c836a773643e8b39ab5e9fe0acfeb095630c34718c6fb039c6d35a9c35c4759c75d4a51cd37d3a9c8d802d67e37a73ce46370b8ed96028c7ec4b0367539080b3adc08ab363ab276787cd6d8e0d56c5b18919e1ecca3ccfb1d37fceb1f3f4e4d85dbfcab1a72772f6053673f64d3ee0ec677ce61c50cee51cc879c67139dbc471d59472dc6ad23887cd56733c9256718e6e7ec1f1e25570bc1a0e738e49689ce3575f724e3a1ce578b77b707c3af438be56748effc1568e7fd859ce294939e7f4a1339cd381f39cb3a250ce59770ee7eced144ee08676ceb91530e792159f73e9e006cea5d626ced5f3d59cd0f4744ee8289b13ae0771c2cb3e71ae2b009c8818334e64eb25ce0dea29ce0de116ce8d82ad9ca83c9c73abb08f136d99c3b90dafe4c42a5b71626f7ce1c4bbeee22468a67112921f7012da5772123e9ee5243e59c849da6fc6499a56e7a4c89fe1a484d773526e4471d297267132479d395916599cbbd67a9c7b6fe438f7264a38f7e5249cfb86399cfb83699cec231d9c07de519c9c4a23cea389a79c5caf764e6ee953ce93575f3979a77e71f25e4e700ab42b3945461739c594279ce2a3db3825c3639c52ad144ee9fa684e79f8534ec5a90c4ea5b135a78a6cc6a949bec5a97db18153fbe31fa77ef96e4ebd9d02a7719cc86992b4719abad7719a260e709e7aa4719e296ce73c5b1ec879e6a9cc7996f998f3ac428df362af90f3f26704a7a5d091f32ac380f3aafd14a72d1de6bce18670deac87386f0e1470da27eb381dc52f389d5337396fb7bfe2bce34939efd6f770de6f8ce5f4ecbacce97d3ac3e983d5397df4cb9cfe856e9cfe65cf38fde4359c818826ce409137e7d3fe1b9c4f6577399f9af538835e319c21bf8f9c61d509ce306b8033cc3fcc1995dbc8192bb3e08c7d8238e3c627385f16dee37cf5aae17cdb12c299d4247226cf377226a30739934fb2383f56e09c69d232cef4da34cef4311bce0c54c899191ee5fc29a8e4fc797a91ab9891c755fc97cb55ba67cd55fa7086ab4c0be0aa3e6ce42ed29ae5aa9bbde1aa67dee56a2a7ce52ee91ce56a6f1372b5ef3873751abf7197efcde5eaeae97375e9ae5cdde6bb5cbdf454ee0a157bee4a7b152e61db6e2ee1e34b2ef1751f17209de002866c2e902fc70577b0b9a0671017ac97e392da1e712179772e9411c4255f79cda5a8fce6529287b8a8d12e2e335381cb52b0e5b2576a71b9f5435c5e6d14979fe6cb15783fe70a0db67385af567371e3bb5cbc1ae74a0e147025111cae4c7186abbfab84ab1ff38d6b3018c55ded7190bb3aa381bbba7a82bb7a50856b88c05cc38ffd5ce3bca7dcb5a3755cd36796dcf5dbb773d7e73ce26ef01de69a91df7037bbd77137c71a72cdaf1772b7e472b8961b54b9db760ab956fffbb5f97f8f9d1adfb8bbfbf672ed3f7872f7ac98e2ee79e3c575c88fe43afc70e53acc1773f7ae7ac7dd1b9bc1ddc712721d15c3b88e4f7ab8cef36ddc83968ddc837597b8ae95d7b86e9f2f70ddb710b8874a7ab9874393b98723d85c4fa7735ccf8a4eae979f09f71829837b6cd35eeeb1b634eec9ce9f5c1fbf4cae9fde76ee291d36f78c7c13f74c8439f7acd953eed9dda6dc80da3fdcf3637adcf39310f782fb476eb0ce1fee254d15eea58606ee95785dee952936f7aa7514f75a289b7baddb841b2a17c80d3dd2ca0d2d6de3869ddcc00d7bb78f7b1da771231475b8117daadc88213d6ec46f2e37d2cf8e1b79638a7be3ef24376acf4beead321ef756b5881b6d759e7b5b799c7b3bf72837f6ca756e6ccc3f6efc49576e02a99c9b706f0937a1fc003771571937713e807b477f989b1491cc4dcacce42665bde1a61ddbc04d272b71d39b1db919481537a3e61a376b09c4cd8acbe7de3559c1bd6bd1c9bdeb2fe6deade570ef2fbdcebd2f3ccacd4e7fc47d40d2e13e5c0b711f5ed8c37d98f887fbe83295fbf8139b9b5bfd86fb64d900f7c98815378f14cc2df01ee716814edca2d2226e51f3226e316aca2d7172e196165973cbf0fddcb2d57edcb2ddaedc0a43536ee5aebddcca27c6dcca0f53dcaa07dedcea85f2dc9ad7dadc5aa11ab76e7619b7dea996db70de9adbf8a49edb9427e03ebda8c77db6c59bfb3ce633f7792b87fb42f73bf7c53d19f725ba83fbf24831b735299fdb6633ca6d3f3fcaed30cde276dc4ae1764c5b72bbe4d4b95db7d6703f8241dc8f777f727b4fa4717baf2b727be345dcdebedbdc3ef82eb77fcd396e7f7402b7bfb8833bf06c197760ca9afb49750ff7936b36771018e00e1e49e60e2feee40e7bdb70876b9ab99f2fd87347a61772477e9fe18ed65de07e516370bfdc4ee77e19f9c1fdd657c79de8fec8fd01cc737f6454727f0c1771a7876cb933a262eecc783ff7a70ce5fe0c26737f7e3dcefda5fa9efbcbe432f7b7f17aee9f8c21ee9f4fd6dc39ca79eefced3e9efcb64e9efcfb329e82591b4fe1a1116fc1bc324f313e86a7d8d3c053926ee6295bbde52dac0be12d8a32e2a9a92bf3162f58c6537f50c653ff7e8fa7e916c55bb2bc95a76d7584a7e3e1c95b9e57c6d365bee7e955d6f2563e69e611968ff208a0028f800a78847fd93cc8672d8f7c1ae3c1a7077888c22b1ebab396c75099e6719255799cb47a1e977f95c7b76be209b7abf384b3ed3cc9eb1c9e8c15c8938917f364af76f2569f5cc85bfdb88867a802f10c7f04f08c222a7846e33b78c6369f79c647aa786b09aabc75d910cfd4f9216f7d660a6fc3f67dbc0d2f42781bf107bc8d5baff336ee4be359acd8cdb37432e259567bf32c3f3ce76d7d44e46de3a6f0b68d6fe25945c5f1b633dff26ca22b793b2f2af0765e7ecfdb657c82b7cb5681b7eba633cfcef231cfaef424cfa1f53e6fefe317bc7d9d71bc7d7f4a788e4e1a3ca76b2c9ed34f5dde41d94edec179679e2b6f84e7e6f684e7ce7dc53bf2a99e77543d9c77746227cf2bfb11efc4fa64dec9557dbc9395eebc9373053cefc2799eaffe5d9e5f760bcf7ffd00ef34e4ca3bb3d1911770681f2f20620f2f28d08b1754e0c43b97f58c77fefb7dde85f64c5e70ca35dec5654f7817bd5c7997165fe05d064378970d9c7857d8ab78578f73795783b378570beff1aebe34e485ac59c1bb1657c50b1df5e285d905f1c2bc3279e15e9ebcebc1c779d7ef5ce1dd38769017b523941775228c174d79c1bb8d9ee5c5ec7ac88b79e9c48b7d28e6c5d3c278f14ee9bcf8130ebc8417cf7989be12de9df483bc24934e5ef2812fbce4be87bc0cc7bdbc8c646f5ec65c1c2f33780b2f33f6152f6b8b092fab249077f7cc21debdd487bcfba1a9bcec6fc1bcece9c5bc87176a798f0be278b9db6a79b94db5bcbcf769bc7c9b05bcc213fb7945775479c5a253bce25c94579231cb2bcd7dcd2b73f0e695c5fce095cd14f2ca4b6ef32aac9ef22a32b379956a745ea5c13f5e15749157d5d1c6ab01aff3ead63ee5d585b6f3ea495b78f526125ebd7338af81dac86bb8fa8df7b4b58ad7bc6f0baf257a90f71ac678af0fb4f2ba6c72795d1e0dbcae8bdf795dd93ebcee6d645ef7e5ddbc0f126dde87c63dbc0f2fcef17a4c02797dac605edf9a23bcbe0fa9bcbef113bc7ea5a3bc4faaa3bc4fc71d789fcebde20d9e96f2069f9de00d15937843b5c779c3c442de3062c71b76c9e10d87eaf13eafe4f13ebff9cefb7a97c1fb5632c3fb7e94cf9b5803f3268ebde54ddc58cf9ba462bc29f3bbbcdf9fb6f0fe7c8ce5cd32d378b3894ebc393555dedf514bdebf3fe9bcf908316f7e622d6f7ede8a2fef4ce5cb5f00f90a0f3af90ae50bf94a7a62be52ce0ebe0a50cc5731b2e0ab44e6f3557ac87cd57f8afc85c7fcf80b8bc7f88bb8f27c35f16abedaba32be9a1785af563dc457eb32e56bf0ccf81a953e7c8d192e5f73a7265fb363377f19c188bf2ce1275f57a783af075af3f5ae3af05708f6f3892c333e71fb113e31b5950f642de793ec2ef3a193967c58dd884fb9f6818f14ffe2a384413e4afbcaa72e24f3a9600d9fe6aec6a75dace03322497cc693783e73a50a9f957e9ccfea7ecc67ff7ec6e7fcf6e473ab92f8bc2b643e2fd5842f48f7e2e3cbebf8b825818f7bece68b6c9af9e2b3d67c093d8e2f356be04bf7c5f0a55e9a7cfdfea7fc5541797c836d237c83f7e67c83893f7c835f837ce3da55fc353656fc35aed5fcb5ab96f3d7a94cf1d7ad74e49b98ccf0d7a7d5f037a83fe39b3deee29b9588f9667522be597d2d7fd39b46bef96163fe96732ff816923b7c0b83f5fc6d722afc6dbeb7f856cbd97ceb33ebf9d6d993fced4742f83b233df8bb6c99fc5db3897c5b7e1fdff6ca30df363c97bf3bef207ff797cb7cfb493edffed743be4381017fbf962a7f7f8880efb4610ddf695b1fdfe5d02afec173e57c37ae1fdfcdfa36df7d571fdffdf751fe913a2adf63871bdfa320847ff48517dff3883cdfabb08e7f6c4722fff8ad34fef15479fe891875fec9e7737c9f5875be4fc255bedf5625bebfd48eefbfd39aef7f7007ff94722fff94530dfff49b4dfc40d74bfca0c801feb9c01ffcf37db1fcd07e63fe75e73ffc08451a3f623c851f49dcc78fcc3fc98f5acde047cd69f36ffa2af36f75dfe3473f0fe4c71c5fc08f99fdc38ffbb8921feff58b9fb0f4303fc1598b9f180ff3ef447ee2277183f8490f46f969974ef3d3979bf033afa9f1efbe5acabf77ae867f1fbac0cf66dce23f9cbcc87fe415c87f3cbe949ff7459e9f6f73929f7f74829f7f6617bf503b955ff8b1825fa456ca2f9ab1e2172f0de2173f5acd2ff50be497be89e45758eee757b888f815a989fc8a26537ec5b7427ee59e147ea5bf2dbfca1ae257878ff36b567fe0d7b15af9f5260c7e7dbd84dff0fffb8da3c7f8cf5b6ff39bb716f19bbb32f82dbbd5f92d33a5fcd7434dfc37db6ef23bd43bf89dfb0ff3df3a97f1df7e0ce27711fff23fc829f33fe8bee47fac57e47f6c99e37fecace0f74edfe2f74504f3fbd77de30f681ce00f0e86f287d82dfca19f47f9c30f51fe678f31fe088bc41fe1a4f1478f66f3c752d9fcb16613fe97ad89fc2f3523fc2f93aff95f573af3bf12b8fcaf9ce7fcaf710bf8dff86efc6f8ef2fc6fbeb9fc6f732bf8df17d8f127ee16f0276f16f17fc075fc1f5e4efc99d46bfc9fcc0afecf8d1ff93f27d6f27fb58cf27fdb1ce1ffd1facdff53e7c79f7542f87397e6f87305abf97f8db6f2ff890181c2d27181c250b04061b65eb0e0195fa0582312287ebe285061bf11a858e80854b38d04aa3977040b1dfe08165ef3142c3a632950d3f017a879d3051a4347059aa47b8225ae1f045a3bcb04cb1eac1168cf9e132cffb740a07b2e47a09bd52ed0eb9709560830c10adbbf02e271b600d8f856009c7c2a20adbd2a20f5b809c8631704146f6701e562b100f9622f401d5802f494a5803a754c405bf041404b9e1630153609980df7052c07a200b35d2fc06ec608d8521301fbee7301276a5cc05b4910f07c23057cb36481e0f86681a0ac472078672e10b6a102d1930081b87b4620c98d15487e2f16ac22d104ab2ec508569ff92530b47c283036c0056befaa0bd6def712ac4b2c1798acaf1498ec1b1598927081e93a6f81e99633820da460c1868372820dbf4f08363e3a273033ff2230fb9926d874354160defa4760e1040ab63e5829d8d69421b0b20b14589dbf25b07e16f83f3704db67740536b649029bcba6825daf04025bda7781ed5653815df280c0aecb53b0c75e53b0e76e9260efe27d82bd3a0f05fbd32c05077e570b9cce3b099c357f0a9c2f6f11b8086e0a0e4af504aed28702d7376d0237f184c0fd8486c03d2f427058315970f8875870c4d64270e4ac9ee0e8fef582a365da02af4571022faf83022f5fa6e058518ee0788bb2e084d956c1c91491c03bf0a8c027f4bac0e7baaec027a649e09b4b11f88e6f16f8d16c05fedbc205a768c70501fd038273ba4704e7e5eb051734e404c195b3828bf069c1657296e072619ce08acfa020c4224f706da44910ca3e20b8aebc54705d8d2288d0ea1544dcff9f527d41e4b155821b88a5e0e6b342c12d936041f4be4c41747bb0e0763f5d100363821837481073c64c10a7d42248384511241e6c112466eb0992e4658224e7244152c0a020b93f5590a27a5b9032f648905aa52148eb140bd2fe1e14642e0d1364726882fb8840907dce4c90f34c2cc899d611e4fa0d0a9e3cda2d78323121c8bb7a5d90d7020bf27d660405823c41d1b91441d125aea0e84594a0c4265950faf398a074364c50d60909ca513b417983b7a0f2c1464165395d50f9d94350d59220a871d416d4a65808ea4742040d925041c3b62f82c627218226cb3ac1f385fa82e7b7d70a9e7f392e78f1b04ed02a7f49d09a3a2278f58f2a78fda04df086f747d0be7091a0bda553d0e1e120e80c7e27e8ecfd2e78673c2b7877515bf0eece90e05df788e0fd1e4dc1fb2f0182aea41141372752d06d705bf0e1a887a027d240d073cf4ef0d1febbe0e38087a0374559d0771811f4c390a07fa785e0d3895cc1a7b43ec1e06d3fc1f08da382e1c47382917d670423797982d195298271d840f0c55e4130c13f2698b8372798f8d82998b49c124c7e8405536e01821fdf8f087e4c0409a60b9b043f771c16fc744915fc2ee815fc9ea608664daf0966af1d10ccd66909e68eaa0afe2ad3057f9b18827fd025c1fc8d2782f91e5828e7764728976e20947b70502897f75e28ef182f54b095081718690a179cee162eb897215cf0952d54b594132ebafc5ca8967d5fb8d8f0ac50fd7db55073f103a1165128d4b2a008b5ece7845a1519c2a5f6af84cb7e0f0bb51dc684da6980503bdd4da813a624d43d7442a89b7f4ca8f778a19040eb10121a3f0a89fa754212040949371709c9868642784bb610be6224a4e4350811e91921b59327a4558e09197b5c84acced3426c61a490ad1128e4e8c1420ef58a90c34e13722bef0a454e9a42690c4528737824d40f4d111ae8f084ab8377090de79b84464455a111cf586864f35e68ec67275c2b8709d78e960b4d32f60bd71f7a2b5c1f38205c1f372edcf08e2adc18f34eb8f1a78270936e90d0fc92a1d03ccc5268deec2fb4a856115af4ae135a4e3c156eb55928dcfab645b86dc24e68bdb452687d2742b85deb96708751a2d046ed96d06655b1709745acd0d6f9bb70b7da5da1bd6e85d03e6581d0bef4b7d0fecf45e15e78b3f040f290d0f9c835a1cb9646a14b4bb5d09d682674ef9d101eb2df223c6cbf487838c45978f8ed6fe191b5f2420f9d40a187c54fa1c77345a1e7c3b5c2635679c2637bb485273ef5094f5a6d107a47190b7d1e1c12fa6b0f08fd3f4d09cf686609cfd4af1206860a8441674a84412523c273965b85c1f24b84c14784c28b8f4b8497ae45092fbfec105e31db22bc923b2dbcd21720bc32fd5b78b5dc4278edbd54187a68a9302c53240cfb182bbc1e3f238c84ee096f2c5b27bc417d20bcf9c85318fd3b4818335d278c95e60b631fd80913359e08136d09c23bef1285490669c264dfbdc29426509856765398f6364f982ee7224cd7df274c9f1c16666003c20cd702e1fd15af85f7835e0bb3f7e709b36f26091f6c5b2e7c1022113eb41c153ebc9b247cd8b05d98b3dd5ff8e8618f304fa828cc3b8a09f3375c14e65fbf23cc9f8f1016cc1d13169ad4080b479e0b8b0c0f088baf7b09cbf3c68495a2516165f93561d5ffdaae5e972bac0e0785d585fb853536cf850d16a6c2c6f7cb848d2361c2a78095f0d9e12ee1f3e5f1c29603a1c2960bfb84ad3d1dc2578521c2d7b47bc23741ab85ed668dc2f6505d61e7aaefc2776bb484ef0e0409bb3493845d6da9c2aece4a617786b7b067eb4161cf6e7d619fff55615fe72ee150cc72e1b0ff76e1f0a971e1f0cd05c2e1a46fc2cf8b0f0a3f6ff2157e3bb158f82ddf403865080aa7f71e16ce281a087f6ade12fe5c1529fc75f39470d68c279c3b3e209c4ba508e72a170aff9ec912fef39f17ce9fae14ce57a4e072da7b70051a1b5730bd822b9c3d8c2bbc7e88abfc56c755a736e1aa3faaf185e81b7cd1fdb5b8dafd6fb8da4b235cad45195727a9e21af25db8c681047c697f28be74721ad7615be13ab513f872be0bae4b9cc775cb1fe17a4bfa70bdd0ddf80ae638be52b2055fb9898fafac5d80130e16e384848738e9a20d0e755cc6617e238ea81cc6d1a5229c1a4dc3a9af7ee3b4032e38ad5d05a747d7e20ce204ce9026e18ce7e771d665439c15df8a63ff5c70ce4a059c3bd681f3ceb4e3bc9acd387fdb6e9c7f9f8f0b82bd71417b3c2ef8678ce351ab71d1df05b898e98a8bf75dc6c5e7477129551d97ded7c165e4125c26f88ccbccf7e2b29f9df8aac57ff0d50e1f7123d543b811c30e373a64881bcbf6e26b4cdee06bdca6f03553caf8dab637f8da711037917ae3a6f62db8e9c8537c3de88b6fb009c537ae8fc137ba3be01b038ee066db2d70b38344dc2c6c05be2904c237dba7e2e63ac5b84559136e31cfc22dcd9b714b1b1ebecd2918df56b212b75a29c5ad7609716b2a806f3fcbc76df208b84d031fdfe9fd09df951883ef6a77c7778d9dc36d63cb70db22277cf7fb1ff81ee5d5f89e9589f81e722fbec77c04df13b01c7788cfc71d1e46e07b3595f0bd7abbf17dd4bdb8e3c527b863f50f7cffe05ffc80b233eeb4ef0eeee456883b5de3e02eab0df18319db7057421deef66821eed6ee851fdab00b3ffcd8173ffcef10ee21da897bbcfb827bde7d847b56b6e19eff4ee05e9470fcf84b0dfcc4ff753c1140c6bd0911b8ef2d47dc8fae8efb99c0b8bf75397eead157fc2cc5153fdb23c4039689f000783f1e18368d07ed5c8007dd1ac583867fe3e7e45ee3e7c80ff17376087ede48193fef3d8c5f3027e2176affe1c1703a7e3116c72f1d35c62f13caf0cb13cff1ab994ff0abcff4f010ddbb78c89d1d78c874101e8eaae0e1b2a7f8f516221ef1ff581771de108f78988847de7e87df883980471d69c1a3debec06fe544e1d1bae6787cce3f3cd174024f2a3e8727cbabe229e03f3ce5871e9ecad98fa7beacc5d35c0ee359fef9f8ddc02efc9ee02d7e4fff027e1f7c823f5497c37382bcf09c7a099e1b688b3fd983e2f93b9fe2f9791bf0c23347f0a22d017851560f5ef4321b2ffa6d8817633ff192134ff192113fbcb430172fad3e8f974ee4e015e58178e5290a5ebd440eafa936c46bedbaf1baa31d7883f106bc91ee8837edd5c79fde3b813fcf90c79f0f0078b39f35de1ce18837ffda8ab7dcfb8dbfe2a7e2afc471f86bee69fcb558116fb75a80b7576ec0db476ee01d9b0978e7f27cfcad5f05fe36cf1c7f3b741e7f97c7c2bb4cb2f1aea17abcebfb55bc5bbb02fff0b016ff7890817f6ce8c3fb4656e0fd0f1fe3fdf5b9f880c5103ee8d88f0f5d1dc0873baee09f8755f09165a9f8c8cf297c14cdc547adf6e15f5652f1af8e0df8d7933bf1ef973ee193acddf854d110fec3271e9fa678e1d3c5adf8f4171a3ef3eb203ef3a71fff6db600ffbd3d05ffeded8fcf0694e0736bcee3ffeeb78ae498db45f24e1291fc7b40b4e0c9059162052852f5ae14a936a58916224b450b4f758a165e668b1699f88a16cd6d142d360a17699c89162d79b35ab4644a20d2e25989b48edc1669ddbd275aaa342e5a1afc41b4f4a154b46c95a168596e916859a94ca443f820d209b1132ddf5b29d275f217e9edca17e98d69895670a3452b0e7c13ad64de12adac5923223c3b20223acf8940aa9908dca12182263111d9fb9808ae54155110aa0839ae2842faca44e854a888964b16312afe8a98e70344d8fdc322ce95311167205fc455501271196322ee8b22116f71b488c7ac17f1329788781f7a447c3d96887f3df2ffc1f3a648b0b25524202c1109aa434482dedf22fc899d4834ea209275758bf4ebda4506da4d2283712d91e1f6fd22c33d9922c3ce8ba2353bf689d684bb88d6a1a62213c99cc8e478abc8a4e1a168bda6a768fd3199687dc82fd1faafa5a20d5c0dd1867583a20d470b451bca6e8b36764e8b36fe5e283223d689cc767c116d3209156dba9020dab2aa47b425a85f64a16a28b258a422b208bf25da0aa889b6de582ddab6b75d64e5f05564bdc34fb4bd892edab5a24a64bbd8556427a722da1d5222dab39b287238d12d72484914edd55c2bda475b27dab7fb9b685ff131d1be96f5a2fddd29a2030f2522a767ab44ae0f9e8a3cb482441ede6b441e45a0e8d8b30da2135bd9a21365b9a293946ad1493b57d1c9b877a2930d41226f392b9177c47391ff5365d169a504d1e99668d1e98165a233db3151c09b69d139fe9c2858ed9f28d8f68528d853280a0e0d1205dffb9fca18d1a553e1a2cbfdaaa26bdd2ea250d35e5158f27d51f8813c51f8b8bee8fa3a6bd1f5b64ad1f58fcb44918523a21b7880e8c6eec7a29bf7f345b76eed12dda6cb4431ec6a51cca66e514ce635519ce702515c50a12851f5b7e88ea99728891e214ae23a88922b99a294ce04512affaa2835df4b9496a4244a87b444997bfb4599371c4499690b4599553451968ba1e8aef16bd1bd856745f77c9545f7fe4588b2c72c440fb4b78b1e346e123df42b15e528bf14e55cfbdf2682a29c3e25d1a3ef174505e40951d19a4c5151c50f51d1fc6751b1fd7351b1eb1e517158baa864c10f518992a7a8d4ebb1a88cae2a2aaf6f1795774e8a2a472e8baaaeff1155d7e8896a643f448d6a6c51133f4ed494c2133dcd30173ddb2f123dabf1103dcf96899a0ff98b5a3c1d45af8eba8bdada6244edff7fd9db33368a3a82e8a28ec146d13bde94e85d5fb6e8dd378ea8eb2c5fd4ddb243d4fbcc5bd447c9150dbef9201a9e0d157dd677127dfefa5534621b2a1ad58a148d06bc118d963a89c642c34463036b445ff8c7455fb6a689be9aaa8abedd908aa6ccbb453fb68a45d35a64d14cea1bd14fbe89e8776291e84fc702d1ac8aa968b6e7ac68f6db1ad11ce9b4e8afe707b19c618858ce37592c1f33275e70bf43ac48fd2456f43b28561982c58bf6f3c48b0eda8817932cc58bb334c48b2b3862f59f2fc51a4c77b146628858f3e82eb196ce4af152d332f1d28161f1b22541626d0224d6b15821d6d9fa5eacfb4a24d6b3fe2b5e91ad2526b8f68a89fba3c4e0878562e87f9fd0e40d312cac14c3b5166278d84d4c71ae13538eff11a3d53431b572af98e6d32166503131439f2e66dc678899bb23c4ccfe3431abd05b8cadd92ec6327cc46cd121317b7844ccd9704ecc5b4c15f3208e981f7745ccef158805ef5ac4c267f7c5c2e606316ea02ac6d71f128b4eae144b32cbc592f23f622972462c9bda24d627ec13eb8bedc506c763c506375dc4069ff4c5ab5d54c4865bd68a0d930f890d7f9c171bcd95898d8527c46bab2ac4ebaea062937ba1629392e56293c678b14997ad78fdd056f106e516f186e31bc41bc62e8bcd1aa862b37639b1d9a706b1f9c228b1799cb9d8e2d817b1c56b6fb1253b4c6c296d125bfe32105be9fc105b37c9c4db3bce89778c50c53bb7ae15ef7cff56bc6bedb8d856d14e6ce7f547bcdb4a536cbf9528de73d556ec4074163b5814881d5c9bc4fb17f889f7db5c161f5801890fe03bc44ed5c7c4ce7ad962173f75f1c15c8ed855472076435dc56e9da7c487a4fbc587ed6bc447f6fa893d1ede117b3d9a141f5f71487c22564f7cd2f49af8647ea6d87b77a4d8bb1815fb3028629f7b9bc5bef169e2539442f1a9663ff1a9a9ade2d3160bc4a7afdc129fcf7826beb09426bea0cb175f8052c4170a69e2607eb0f8cae346f1d590567108db5a1cf2e38e3894b6451c66aa2f0efb3f3711aa5bc411ec707104d7481c792b547c43eb9038eade1df1cdac6be2e85b57c4d15917c5b1bfe7c471963bc4f1d69fc5f141cee2f8903de2f8680b717ced2571025a2c4eb0d82f4e48de2f4ea46b8b133d4ac489138de23b0a3de23bf7adc449e7fbc449778e8a931a32c4c9d5b9e2d4688938ad205c9c4e8e14a75f2a156754458a338f7c116759cc8aefca33c577577c12df35fd2cbe5f421367e7cd881fa80f8a1fc8e8e287513de21cc661f1633f589c9baa29ce7df247fc848a88f3382fc579ce2bc5f94ecbc585d20a7161ae83b87040515c34f1565c3c7f415cb2e288b84ce3b9b8fcf1757179ab9fb82235585cd9b2435ca5f8505ce57f515c7b6bbdb8417997f8e9f771f133b95de267c273e267ef70f1f3d41af14b2525f14b20f77f0ac52fcd1e889bdf0f889bbb9f885b3813e296e4f7e2d7ecc7e2d7afe7c46d6fd4c56d7d3ee2377b54c4ede3fee28edd6471c7ffb5e85cb446fc4e6981b86b6f95b86b385ffc61b986f8c35e8ef8c38911714f619af863cca8f86376b4b897b2483c70c15b3c74f6b878a8d6453cd4e326fe6cf5443cfa524b3c36a6271e874dc413a7abc49366dde21f0a2de21febeac43f06f3c4331ab1e2999e72f1ccd831f1cf2299f8678b89f8575e82f8cfa983e23fff0ac4b3a1bfc5733581e2bfabb689ff5d6810cf531f88e7773a4be41eda4b16c84f4816d8d84a1471b244e9bab644e991aa44f9cb0289aac64689ea0a914475d367c9c20d4312355feaffb84ad4f26c258bf59324ea675b24ea893b24ea6f774a344233259afd8d92258d4b255a4e5912adac63126df50c89f65e3789f6d81dc9f215d3125de16b89ae3846a2fb4b5f42d81e2e213aea4b88735d1268f93d09b9c84502abd448602d4402d3bb25d4dd3512ea9ec512bad571097d77818461b143c2bab6588271ff4a381f6b24dccd9724dc3dc612de9c5022dee42b91aa7849a49b4992557f5a25066889c4e0e498c470778bc4e8d577893171bdc4b899295923eb90ac694f929834de92986e9a97981e0d9098be5d26594fdc2659df8349368e274a365d4c946c86ae4bccc56b2596fb6625dbce5848ac749749ac050d126b474cb2fdfe75c90e938f921d372b2436ec05129b1f6f24bbd6ee92eceaf825b1d59e96d89ee894d89e2e91d816c54aec8e354b762b7a48ec4f3d95d8d79c94ec31fb2771906f9438a85c95ec73f1941cc83e2171fa4492385bd54a5c4e0b24071d974a0e364f4a0ef6fd90b84e0449dcedf225878cac258737684b0eb7cd483ce4e7241eb17cc951f91189e7b513122f124b7242de5072d2a84b72f2b5a9c45bd15fe29de520f1091894f8328a24bed3c9127f67bec47f365e724af999e4d4cb29c96985bf92d34fa724679420c999db8725673e8a2567152b2481ce07248109819273b41b92739bbe49ced90f49ceddec949c2be249ceab3d969cef5c2809bed32f092e5d2c09ae25482ed2ff48aeb0bf4aae8adf4942e43324611ac992b0ea4449b8f90249f801b1e4baa58f24e2d4b024e2719724921a2d89940d4aa2029b2437659d929b2ed1929bffa625315a2449cc3a4b49cce83249dca11b92b8b460493cd829b973a05692cc5592a4d4eb4bd2a009499afbb8245de788242b335192f5244872af2a4df250efb8e4e1ac9a24c7eb9ce4916a9ee4b14696e4711f45926bb25c921b7d53929b209014d4d7480a9af32485bee692c2abd192c278534961d2aca4c8f1b7a468b85252c27b2c29498125a5a9de92b2a03149b9dc43494578b6a432e7a4a4b2f7a0a44acf41526d9825a919b394d42e979334ac224a1a5c2b240de3aa92462448d2387952d274f69ca429ffb4e469b650f2bc0e97bc28f391bc7c3923695e16276951df256929f82a697d7f4bd2763342f266e506497b9ebea4a3faa8e4adecb9e4bd8bb7e47df943c9fb294349d7cb7cc9874529920f6d9d921ebc44d223d92ae9d9db2fe9e97b23e9bdac2fe9edd7960cf02e4a06445f2503fb7f483ef9d44b3e75264a8656e64a86375c920c5b4e483e7f4a928c9a794ac60c072463858992f190e392efebca25dfcfd749be5f30974c68de944cd0d52493a20cc964d86ec9e4ad48c9d43f25c94f155dc9cf504cf2ebaf92e4f74150f2dbc75cf2a7f3aae4efa640c9df922ec9dfa92f92f983835239c8542abfad48aa127452ba70b3957461b044ba48694eba0851972e3ab05daaa6f943aa66d3205dfc7d9754c37d44aa6965235da2f841ba848348b54887a55a87cf49b56e0549b55edb4bb5fe5c966acd75499776864bb58d73a5da9f69529d7c8a54e765b354a79f245d7ef2a054570792ae74fc2c25387d901246b4a5c4f31ba5c4cecb52c07e440ab8eb4881901a2938e2292519744b497bbaa424c78d52c893252557da4b61385c0a5fda26852bcba594961429e5ff4b172a8f4aa987e7a5d45b33525a6c96949ebe55cadcc39662eeaa522c6b448a0dc64b794fdca4fc9b7ba402c379a9e092a71457bf2fc5dbf64ac5d715a5e2b918a964959d542a17239515a54b65cd4552fda714a9017dbb74f5a9add2d501a952e3bf87a56bf26e4bd75d6f97ae2bd3969a1c89956e48c2a51b6abf4937a66e966eacd6909a993f979ac512a59be0edd24d03e652737a97d45c6022dd62b05bbac59727b50cf829b5bc9322ddeaff43bacd6db3d4ca535d6aeda82addbe0c936eafd5956effb947ba435955bae30424dd7135406a139d22b5758894da65264aed196a52fb7714e99e59b6d4c1dc56ea10b24dea846d903a59384a9d5cc7a4ce821f5217cd3ea94b7086f4e0195c7a70da51eadafc41eab66d58eae69326750b1c94bad3daa4eefc74e9a1604be9a15f57a51ee6e952af4639e931a357d293d835e9c9694da9cf3f5cea670448fd9dee4bfd83e5a4fe159fa4fe6d02a9fff469e999a7dba467e712a4814ab7a5815fdca5e7a877a5e7b21f4acf556c929edfd42f0dfeff2cc1a907a49772a5d2cb0c487ac51a965ea949945e75cf945efbdd2c0de5af9286ca50697898481ae1e02d8d98bd2f8d04cf4b6f7c95ff1f401a35192cbdb5a5431abb6a501aaf9c238df7a34b13f67a4893d35e4893abff4953552e4b530f654bd39479d234f2b034fd25439a19132ccd8cbb25cd9a8f91deef739366db86491f1a7d933ebaf046fab84a26cdeb2d97169cc99016140d498b8eaf96169d60488bfa72a4c5b6f2d23274525a96ba5b5a8ee54b2bb462a515870069c5131d69253c21adf47d22ad5a8149ab17bc95566f0b9656fba948abcb0e4b6b4e4ba4b57a0fa5b5a6e7a5b5afbf496b67574aeb80f5d2baed35d2a62403e98b5dcdd297ab51698bbfb3b4f5ec3a696b98b1b4ad729bb46d4651daae5b206d779991b6fba8493bfa5648dfbeff217d37e82e7dafec2bed5a1e2aedba9126ed7ef046dafd3449dab3365ddad3542aeded5190f6455649fb868ba4fd8e6ce9e0a601e990b2b57488b75b3a74f0987428555b3acc4e977e7e7b573a42a9908e3a3849c794de49c7af044ac71b7ca55fc060e9d78035d20967583a71d7563ab918904e66a74b67ba0f487f9ed291fe4a2996feea7a26fd2da64b7f57be95feb9f04f3aabbb463a1b902f9d53b394ce6d5196cedf4c90c90fec9529a8ef97295c9493293907c89472bfc99409b765ca8fb5652ad82e99eae67d32d58fdb650b85b1b245ae9b65ea24a64cdd545fa6a150235bfaf1a76cd9a52199f6df2a994eb8b24ce74fa96c39d544a67b669d4c4f3b5eb642e9ac6c05242f5bb163bd6ca561a28c0896ca80c13c1978745046d2f8288316bc9041d7956450e45e1979e2848cc2df2da38c6c95a1dd9d32eaa685323ae5a68c7ecf48461f769631eab565cc9389329651af8c65972663797265ac673f64d8472719bbe09c8c935528e335e5ca04774b65c2ef7764f88dff0700bded32b1a3b24c7c8e23930e35ca641a9332d9f579d9aaa314d96a9c2333f4b693add3bb245bc75d243329549299dad5ca367e7b2c337b5f2933d7b595995759cb2c126264964bed6596cea1b26d472ec9b6fdba2eb3badc28b3964765d6064b64d6db7a65d66dc532fbc3ef657b305fd99e8c30d99eacab32078d1d3287f00499d3b7d332577c87ccf5c07999abb39bcccd582c3ba414273b747a87ec88468bcc438d2ff3c8a7c93c8aeeca8e7a0cca8e7ae5ca3c494b649efea5322f4591ecb8aa5476bcf08fec441d4fe613122ff36d5e26f3fde22df3d3f292f98bfea3b0bea3b97cdf38808b5048ca4a6435ec54a23ee3f9ecf17cf69e4919a5222a9a56f6485622230945595909c9cc4812b24ab6b2229411eaf7fd9dfbbccefb9fe79ce7beafebfae33287dc0222211ea1be108ff7e7215e3acb101f592ac4075307f1e97486f8457743fcfa65217e1bc110ffd7559000a7c390c0c7da90c0e23c48e06c1124c8d90e1272ee3b24d4b018122a7c0809bdb71d12167e027247361472e7dd1148f8fb0cc85daf2f90bbe57a9088bf8190c8433c48e4bbcd90285d4d48d4e54448342d0a728f920f89953a0589dd710072ff0a1d126f9b0549bc771d9264d00a493a340f49b2f08724855b4152d4919094dc839047329e9047c68b90476447c8e3512a242dd6109216bf15925e7f03923ea50f796a740792b92f05f2ac3c1ff23cf12d241b7a0c922dfc08c96f3380e46f2c430af8f190824c1d48c1f020a450390752f83619520424428a6ccd214589c720c5699f202fbbf7415e3dbb0829931f82949d7f0029eb7b07295bbaf59f0648c53632a4a29c0579bde90ca452d00aa9fc510aa95a938554ef780ca936d580d44d29431a2e68431a3c609086690948a3fa0e48a3b917a4e96bea7f1b8016a4e5a112a4a56c1cd27a7709d25a7013f291fb12f271580ad251f803d2f9e720a4ab4f1bd26d7b0ed2ed5c0cf91ceb0bf9e23d0df992a704f9aab41b32b8fe0d32644c860c1dbf0e19ca5d820ceb1121c346f59061cb64c8c82e3dc888870264545e013276af1332965f00f926f112f25d2901f21db71ff2bd540132e99b039992ec834cc78641a6535421d3833cc88c5b2c6426fb05e487b41f6481f10db2f0540459a4794316af6d832cde7b0df9756d2be477bf0364b9c90ab23c7516b26a5b02590da34256ff2e42fe38954336ccc5908d437390bf1767217ffdce40fe3e7e0df9776f01f2efe903c8bfe160a8443c052a1530f99f25a8f4640d54c658012a83d782ca3c53866ef9930edd5a731c2aafb206ddbe6b1cbae38d1154d92404aa1c7b14aa1267095523b440d5dbe2a01a7715a11a9feda0bbc3d2a19ac268a8e6e50b50cd1fc550ede4d3509ded21501d5c0954a7e80a5477df0c5437140ad5ed2f87ea3d6f86eaefbd04d577e740f71e3286eebd940935d4f6829a664e40cdb6a9400f8e3c801e923a0b3d321001b52852865afc6b851ebdfa0a6a65de093de6e1093df6ed24f438930d3d1e79000a490f8442e5e4a0d09d182814fd010a7bea0785ff62420167321471ae138af4548062f70f42b10e33509cfa3e28fe461c147f3b0d4a80fe8012a29f4041e50828f8440f4a323b04a5fc6a8652897550dafe0428ed5509941e3308a57f8a8732f0e7a1ccdfed50163b0cca3e7119cabefd07ca21ed8072851e506ed91da84027082a7c1600151df6808a3e7e878a4783a0e21923e889afd3506b95c7d093a62fa1a7d498d0d3766e505b85bb50db8bf7a18e32b350477c01d4f1c643e8b99366d073453dd00bba2b50678c36d4b9180d75517586ba1ca883ba7498405de3a1d04b7a2ad04b17a4a097af4a422f2f4c422fafcc41dd84b7a0ee665ce8d5302cf46a9509f4c68032f4a6532ef4d6b74d50cf5825a81732127afbe33cd4ef550734e0bb35347059011a346d050d36ff070dc69e8386ec3e040da5a442432321d0d01815e81dcbfbd03ba3e6d0bba766a0775f1d80461891a1913ed5d0c86c1a345ac9081a7dff39346640008d0daa82de3f6a0e8d3b140e8d4f99852604a2a089d42e68e2f47368f2954268f2d52168f2fb87d087dc12684ae425e8231404fae8ae009a2a13077decbb1d9af6f026346d761d9afe40019a9eb71f9ab1a91f9a21a70ecd78b419fae44c2af449420934b3c50c9a95f306faec1e049a1db000cda560a17996d2d03c2705685e7c1434ef130d9a37df00cdfb3b03cd6ff480be88f28716b0ef420baa52a1c504776871c022b438682bb4f87139b424441d5a92a6002d197e0b7de91b097da58684beeac641cbc246a165f7b3a0e5b0086885f239e8eb963468e5f921e81b89c7d0377277a0d5c193d0ead41dd0da3736d0ba8ba3d0fa7367a10df72ca10ded4bd026d96fd0a6021568b3260bdab22686b6f19f43db02cca1ed6e27a1ede17ad0f6e46568fbe78bd0f6910fd00ec33dd0ce3347a15dda87a05d578ca05d05c6d0ae21036877c94f680fed14b44f680ded9b94817efe780cfa79510dfaa5451fda1f7e02daffbd063a20f30b3ab07a0d3a2496800ea5c64087955ca1c3a349d0514d4be858b03af49b9204f41b4c0c9df0d6854e3cdc049d9c18874ea7ea427f18f7437f746c87fec40ba1f37915d0159993d0d5ed0ad055b359e8da161c74edeb14747db912bab1d915fa2f6813f4dfb01c4cc2ca14b6e949374cf2a8374cf255064cf21b1326153d00936a65c036eb56c0a409ea30991a244cd6f22f4c967d0426dbf309b6e5cc186ccb454bd896d16b3039dbeb3079ffa330f97f4c9802cf01b6ed8c324c51a60db6fd59194c492307a67c5a02a6127f0ca6527916a62a7505a64a3b0e537fea0153ef1d85a9ffe4c176056ac3768b43619a1a9b61da92ee30ed2b3761da29a7613a465d301d9108a6eb7c0ba677e8084caff2076c1f11063ba014093be0a40633506b87198654c28ce4a66046a8559811088199957bc3ccb39d60e6759f6187428a61874670b0c30c4bd8d17d1130cb6e69d8315d1fd871d38bb0e39f0660c77fdf8141f53260b0903b3038bc1a06f7cc80213f5f87a1d58d60e8987418e6481d0c7b8c0cc33fb18711f3393052a1348c9ab208a36bcdc0e88faec318af4761cce30630a6180d637aef83317d4361ccfa3d30166a1ec6eabc0463836f611c78178cfbe40e8c570185f1b14e30fe820d4cb0560f13e614c0845d7898f8842b4c7cf71d4c7c3f0976026e083b31ba0cb376a4c1ac97b7c04eb10fc2ec0d7261f6d821d8996e3cec82c53e98538f3aec62b21cecf28f7ad895c61b3077f9d7b0ab2a3f6157755260d75efc805d37df02bbe9b40976f3b30aece68f0d98873a1de6317b14e615b60ef38639c37cfe4cc3fcbf9d8705ea26c002030ec1023b1a6181c329b06041382c38fc232cc4c40816c25585855a66c3425186b0d0043f58684d232cec7304ecee366b5844e4382cb22d1a16d9df068b52fb058b69b281dd93e987dd2b5f83c559dc85c59d7e078b5f5f873dc0306009ec545842d0122c310d8425ae04c192740d60c9cdc3b04737fec252834b61a9d53c586a6302ecf140082c4dc21496b683084b83dc84a511e361e92363b0f47f6ab027923f614f547a614f1cefc03237ed8565aa7f843da72bc2b273015876892d2c2f2002967fa10556a0dc052bd00f87150085b0a2243558f10e1958f1312f58f1c24b5809640d56ea35002b1d9387957eeb8195cedd83bdb2768195a985c3ca4c7c6065e82db032ff5958797214ac623b1356512c0b7b5d7e1256294a83bde122616ff27a615522475855ea3358b51c1456fd2c1156b3a10dab3be80eab4b5785d51b69c2ea4dbd600d75e3b0c699fdb0a65b8760eff871b0969e3cd87b090dd8879663b08fac2e5847990cacdb6e00f6f9eb2d58ffae2fb07ef71db0fe7023587f160b3678bc093674de0c36ec370f1b2bc8814dcc99c126d67261937a8db0c9ef91b029ad4ed8544f3c6cfae4206cbaf43a6c267a0bec87f11aec87bd2fec47fb1c6c0e09c0e66c37c3e635e661f3daffc190608bfbb7c216bfcdc07ed9ccc27e23f7c29655f6c356ccbc612bbf5661ab0f77c3fed817c0fe845ac2d62bad61ebd539b0bfce3b61ff266ec025a337e09bf3dae1d26ee3f0adde46f0adb563f0adcb9a7039cb45b83c5200976f18826f1bff0057946e852bc2c7e08a335a70c57965b8e2861f5c29e22b7c87463d7cc7c81a7c27e2137c27f13c5c39771daeb24285ab665c84abf67ac1d5779c84ab17bf83ef4e82c1773f13c135cdb3e19a909b702de2345cab561fbee79c0b7c4f9d325cdbb01caef7c110aed72309d7978f80ef950987efb55e86efab8a87efa7bc831b8c68c00dc77ec1cd0e0ec10feaf4c00f1a9e821fc454c00f125ec30f160dc0cdbf99c30f757f821f012ec08f2c9e805b2a9bc28f5df2831f9f40c3e13ff7c281ad1838704a0d8e78bb138e785f0d473dde06475b6ec0d1ac0b708cf65b383ec3054ea86884139afec29932437096f27e38ebf02538f7bb3a9c770007e7dfe1c0058f1ec185be117091eb7db8f84938fc042c166e8d5d839f3468839f0a96859fae9a82db0efe82dbfe7e06b7c7c4c1cf1c4e849fdd3d003f1bcc819f4d4b843bce0cc1cf4df2e04e7401dcd9dd167e716b0adc5549197e39ef2ffc8acc47f895fd75f02bc1d3f02b6f0ce15786afc0dd7e7bc1ddc924f8d5b04af8b58304f8b54e3df8b50d0bf84dcc30fc66ee14fc66e539f8ada5adf05b7f7de15e180cdc2b7306ee95970bf7a9d387fbb485c2fde71be141a133f060ad2bf0e090027828ea213cd42e011eeab4010febd68487130ec0ef7ad9c2ef4e4cc3230e7bc2238e59c263fbede0f133dfe009143f78e2d37e78f298053ce5f16978ca4414fcf19126f8e36e5d789ac479789ae26f78faf67e78c6db71f8d3a3c6f0a7020efcb96237fcb9c307786e56243cefe46d785eda2678de875a787e920cbce0ef1378e1e6f7f0e20b7078892d045e52a2037fc9fc0c7f795a035e3a55012f0bec8657551f80573f3c06aff1f382d7796cc0ebc690f0ba4573783de42ffc6d7209fc6dbd14bc519f0c6f84bac29b9238f0a63918bcb9270bfe8e7e15fe4e500b7f37d5066f4d86c03f7c5a81b7b905c33b7aece19dea59f0cec76df0ceb72df0eef81078afca7378ef0326bc37db0dde3be507ff1ca207fffca00cfe051f05ff72351b3e70a2053e70850d1ffad5021f2e7e041f9e1a808faa25c1472975f0d1baabf0d1017bf898b3337ccc65093e563b011f1b29878f5b9f878f3f3e0a1fff7c043e9146804f419be0d3572ce0d3de5ef0e94a4bf88fc01df0f900327c5198045fbcbb0fbe185b0b5f7cf91cbe8448852f85ef862f6542e02b4e17e1eb6796e01b27dde11bed9be17f67e5814d870700c9035280343e05908e780e4867c001599f6560cb9bf780dc956a40ae6d372037f41c90773d0928b0ab01855008a0f8fe36b03df527b03dcf0bd8bef61150fad105ecd86709ecdcda01ec9c6a01948d0d01957e1f40658900a87ef907a8f5fe06d4db30807afb496057fc2f60377807d8bd610868d5bf06f6142e017b3e16017bbeaa037b164580dead1a405f6111d86b3d04ec8f34000e3c3b0e1c582a070c0a6e0046fdcb80b1d92460b2e71460929c03989a7703a6d9cd80993b1a304ba8040ef6d80187554780c31a418085f416c0f2c965c08a360b589d5d00ac22c5c031bd52e058e106707cff0c70bcf02100b1d90440ae8e01b0595500ee5206c0fd3e01f03fd100c23f0e407ea00228ad2c00d5e60860eafd01acbb0b80cdff01e08d0f0078e425009f1307108a0180f8b51f004fcf03607a3740b2cb0748c95600e9e920403e8200c8378601cacb0d809a7609a0c95d07e83c3ac0683004985f26018e5d1cc03bea05f0a6a40021150f08ada78113bb5200eba025c0ba220138597b1f382dfd01b095da05d8393800f6a79e02f6af720087178f8133e7fb80b3eef980e3881670fe8618385f2b093839900167cc06e05c48062ea2570017d328c0e5d361e0caaf05c0edcb08e036a404b83f1f046e98d4033788a7815b2757010f6931e0e9781cf0a68c03deb19280775c25e0137013f09d3d0cf829ec00fc9cf1805fde5bc0bf61140828590082d81240c8340884958b803baf9f00771d748008c2381011d20a4456060131361b404cbb1670ef7d07103b7c07885d8f07e2e20e01719ff381f8784f207e511e488c1e06922ec40349cb1420997e024866f500c9c348e0e19e6bc0c30a45e0e1221648b9180ca472d780d47a37204ddf00487fff00c8980d009e228681a7fff602599d54e0d9a30de0f98de7c0f3a733c0f31c43205b461ac8bd220472df7a01056f2581828fd781c28552a0a8ae1e28b6df03147774012f75b601af15a381d7575b80d7f37140a5af0c50f99a0a54bea5036f2654802a954ea0eaa23c5075850754d55b01d5fb9480eab8a3400d010ad4ca0980dad34340dd6a29d0b004019af4148166cd54a039e237d09c9b01b44519026da947808f0fda81f6f158a0d36813d0f92714f8b46001742939005d6b9a4077ef04d023e302f4ec34037a1d3e00bdc148e0738827d05f61037ccd38027c1d9505066afe020383c1c020cf0b188c4b02069b3e02431e0f8111d99bc0883d1ff856b51598a0b90313cc35602af23030350202d3dbb8c0b49229307dfa3b30fdfa00303d6d09ccf52e013f37b7033f0f35018bfa23c0a2ed6360b1480df895ed06fc6af90cfc0e3c012cc16680e5070f81e5df746065890caceaf9036bd2b780359d0560fd8521b05ec3003648506083e500fc25dd03fe19131012340584c48b830889b91884a4ee1242f2c52784b4611d42baf00a4276df16849c4e0542cee719629bc634625b732842515f05a178230bb1bdf83442c9241cb153722f42e50180509dc843a8f1f210eacbd2885dd2d3080d9301c46ec31788dd63bd883d0fc310daa63b103a012f113a357c846ea605422f321ba17ffe1c62af1c07b137ee36626f4e3a62bfa317e280da5fc481878a0883030d08a3aa8b0813ea3cc2e4f2518449f44984c9a32084e9515984992e0d6136700771105f8d304fa94098b79c471c9ed14058dc2847583cb88e386aa685384a8e421c9d3c81b03cd68bb03c2b465839ce21ac3c5510c73d2e218ec7f62220079e21a0417711f0efcb08e0b01e0280fa2080c83708249e86403ddd84400db523d0c1f711e8161202e32d8dc02ac423b0827004eed45b0431201941fab80b41dedd88205f2d4550f4b21094163d04b5642f82b6ef2882d6ec86a00fb420188137112c7d27041b1d82604f552138b209084e9f0942f0ee014230ba1d213c2044085d6310e2b40d8435f932e2e44d3bc429421be2544416e2545f15e2b4e827c2d62005611be78bb0cd9447d8a93311761875845da322c2dea21c619f3a8a7050094738a41e479cd13f823843b2469c8fb54138e93c405c9c10235cc83f102e9db388cbfd09882bef3a106e8fdc11eee451c4d5a648c4b5922f886b6b1e88eb532f11d7171f22aeafd6226ea8d31137960f216eded140dc2cfa82b8f9fd2ee2d61a07e1655186f0ba9b8cf0ca3a84f0866620bc1d5e23bcbf97227cf51211be075311fee606087fa01ae17fb50be1dff21b1184802382a53511c17d4388e0d5354498f15f4418c4141156108eb813b60d7167700c113ebc8c8878f6001179241811396789889cbf8688c12723ee5dac45c44a1c43dccf3d8688df5183881f6d4224c80c22124ebe4724ba1e4624e6e62312ab861049bf2e2052bc5f2152caf2118f3cc310a9053f1069bfaf23d2cdcf22d263b2101912f2888c660bc493605fc453bddb88acd034c4b3452622fb480e227b2a0f9143f882c8c9f045e4342f21728b7621f2ccaf21f2edd188170a2711053b6f228a387b1125988b8897878e234a0d2310af261b1065dc1144b9d65e4485f46f4425cf14f146ca0051bb3289a8036088fa880b88fa3136a241648068087144343c2e433406b5209a246b114db87044d3274b44b3dd7fce3b209a5fef43b4580b11efaf5c46b4be8940b4ce1521da469d116ddf24ffb38a68371842b4a70b111db6d1884e1f3ca2f34110a273210fd10dd623ba6fac22ba5f0b115f6cfb105f1641447fb118f1553509f15520420c1eb986181cbf8818f6c9438ca6d62046db8988f11d1e88f19f2e88c9c6ed88a95dcd88e93e59c4f49a0031b379183113688f9815fb21e6aea7217ec21710f3726188c51b8188c59811c4affc3cc4528e3e62d9be00b15c1f80588db641ac8ee522feb83d40ac052f20362c0488bf87e5117f6d0e21febe2941fcbb1d84f8576e82f837761d29716d0629353387dcdc4047ca1a034859a436724b4218726b140c29278a42cab9d62115b60420152ee191db389348c5060e72bbb210a9b42f16a9e48942ee14ad22775e7882dc59ea8954968d442a5f8322d5bb4690bb0eff416a6c6e426a38142135460e22352f4823355f0f21f7149b21b513fe20754d6a917af76b917ba3a0c8fd47a690fb4bdb90064818d2605e0369f0471969a87f006918a68c34220d204dd5a291665f379047522e212daa759147bb7c9096016648cb674790c7e131c8e3372290901d0148c8cd3924347f33123a760b09dfd38d8473bc9000eb2312a8f889440cbe43a25f7721715226489ce369242e2b1209c69e41921c929064d66d2479261f49793b83a4ea7d42d256f622e97a702443a90cc99c3144b2251f23d9c56424bb8182e420762339d1eb484ef337247f3303c907cd91828271a4a0ae0f293cf31129da3b86144b3620c59414a4b5db79e469e954e4697424d276db04d2cee630d2de530579e67609f2cc6319e499e736c8337f359167a56148c7ab4ce439af1ae445b01179317a05e952f504e9f26108e9fa460379a9bd067959c10179f9d167e495afcf906e6b91c8ab1039e4b5ee4bc81b9b3b9137b6ea226f14df41de8c3143de4ac6236f4ded457a98ce203dad97909e1900d2338785f4f1fb86f4590191fedf9f2003d6af2203771d4286b87522436a5e2043631e20c30bbe2123b6dd4046386291113e9f90912a4c6454c10b64546b1b321aff04194d9f43de1baa41de9b7c878c652521631b2f22e3649a91f1fb36211f68ee4726589a2113e2ba9109ff7d9fa8da8f4c926944a6d8cf2253ae8523532a2f201f355e45a6492d23d39042645aa23132c362109911e7837ceac64366eede84cc2cbc81cc7a9087ccaa66239fdb9c40be087e8b7c711f817c51f41a5990b3842c3c9a802c84fe4696946d43be3c178a2cf5694396fe5945be52c020cb0cd0c832c01d5986ad42963dd88cacf0eb415684d8232b522a9195178790954f16906ff63520ab0c4c90d5ee43c86a9f3164cd81fdc8fa53d3c806a55fc8067706b22154806cdc37806cf43246be8bde8c6c79f91cd97a570ef941fb34f20322fabf95f435f243ed28f2c34c3db2edf806b2edaa2bf2a3c165e4c7a0abc88f5fa791ed775c901d01e1c88e643ab2f3020fd9599f86ec1c7983fca48d4076795521bbd2d790dd77b6237be4d391bd9b9f207bd16ac8cf23f6c8cf13ffe57c0272c0ca1e3970351d391053891cf85b8d1c2a32408eec1f438efed8831cd3f880fc56ce417e3708477eb76c43cedc852367ba3721e71e4522e7d5d591f38f49c805e273e482433a72d1320bb9982387fc7d751ff2f78319e49fe7f7ff538f5c6342907f8d2b90ffa67b51122577509b763c456d32b343493a2aa1249f4ba2a47e1e466d8e59476d1efd80924e22a364bc4350b2520528d9d3da28d90e246acbed13a8adc71ea0b61dfe86dae6f801b56d3d11a57889815292484729b559a376b835a076726028e540314a79088e522121502ad4cf2895b3fb50aa556528b5cd8f511a2e75284df96894a6cb7e9456d73c4a6b651ea573d601a55bdb8ed2533546e9c504a2f41e63507a7f0c51fa46c750fa364928fdda2b28fd4515d43ec95cd481120d9481541fcac0270a65681b8732da6b8d32d9ed8b323d168f32db678432a346a10e3e9c40995fb0471d5253461d6a96441dfaa1873abcf911ea70522fea884331cac22f1965e9b188b2bc9387b2cc2e45591dc1a0acfcd751c7f85b50c744a6a8e38851144c231b05df3586024a7fa380da241422dc1c8518e0a0503ed328546d370a35b786422f48a330f97f50b8fbd1285cb1050abfb90685cfca44115dcea38871cf50a4a7522852610b8a223243d1525450f4520b14237403c532cc4071327450dcf09b28c1cf6894705403258a398812bf75439d902a4559efc940d9ec3883b2c1c4a16c686e289bee1a94edc92d283bab59943dfc0bcaa10e8a3a336e843a2b938f3a7b178e7294d98aba90d08a725a9144399717a02eba0da05cac22512eb47d2817a11eca2597897219c941b9c6ec465dba6085bacc7b8eba62f10975753380bafe2c0875737322eaa64728ea664c2aea16331875eb7d17ead6f85b9487fb7994d7a61994d72d5594577a07ca6bc605e5d3ef88f2d5d983f2355e47f93e0e43f9ef7447f93f2c4405c43ba2028b1c51c1ae5aa8e0467f54b8c3182abc751915919e868a261f43c5fc6845dd53c5a2ee6547a3ee7f4e41dd5f7746c57f3a828a1f3444254859a2121af6a392b60fa092758d50c977bfa252b6d6a3525053a8947628ea51ca27d4a3f70c54ea291f5406fb12eae99ebfa8cce9cda8cc3f202a4b83897a66958e7a36b005f53c5305f5bc4e1df5fc7d3a2a5bf6262a3bb8009523fa84ca8dd544e596f7a0f2e825a83c97aba8bccf202abf5a12f5223b1955f0330555dc5d8d2a512b47bd74d541956a59a24a9b3251af36a25065ba5f51e5985c54f9c020aa7c1e89aa381381aa9ccd43559b5aa3aa4389a89a8f26a89ad9cba8da91eda83a5721aaee5e04aaaee81daaee670caa616705aa81751dd534ed857ac7b8876ab10c42b570fd50adf292a80fbbda519df7b9a84f6a45a82e935c5477512caafbdd5354ef666f54df91dba83e9763a8fe190954ffa2126a40348f1ab804a206a36751c31acea861ededa8e1a6a7a891c3ada891638f5123177fa346296750a3a75450635371a8f1b815d4b76a0aeafb5f07d414c3093575028e9a659c42fddc3e899ab757442db84da01695b8a8df07dd51cb7bf1a8e5e801d48a2111b5c2fb895a1163502b294ba8f58920d4c6793bd43f8b4b6889aa3ef4a6b0b7e84db16568c99c7cb4d4c15d6829ce17b45468285aea63047af36a345ad6ba14bde546387a2be32c7aebe37f68b9e405b4bc750b5a01968256f8d08956581e406f5b3e8b56cc4a422bb6a9a315d75dd1db8b00f4ce196fb4f2f54eb472743b5af9231aad529f8756e9be85563d7e08ad9af91cad26770cada67e0fbd8b3589de755312ad71ce10ad313d8bd6b425a135ef98a1b5b6e5a0f71c9f46eb0ce9a1758f84a175118a683dbd45b4febf1fe8fd05fbd1064ff5d0a6050d68b394f3e8435789e843cb0cf461711bda9267823ede2689863cd346435e3d4343f5efa2611afbd13096041a7ec2120dc49d43032907d08882503432d9078dba328646cdaaa231a7fad098988f686c9b231aafbc8e264acda38927fad1e0d11e3449350b4d2a884293aab5d154ee109aea4b45d36a2ea1e96ecb687afd15349b884473bfee40f3ed75d002f269b4e07b255a94f5132dfafa122dcebf8c3e3147415b1f6b405bcf6aa34fd65aa26d1836689bf0ebe8d3e020daf6fe5db4edb36f683b5a0eda4e1484b6fb61807668798f3ed36483762c75439f277f455f101aa12f04dd425fc83d8076d2f88676da3f8676129d423b0f9aa32fde1b44bbac85a35d7ffc465fbef312ed767e0aedaef20ded6ee884765f3b87bedae580be61378abef5ce13ed0126a03dfcb3d15e5a07d05ef68fd1de3b27d1de770fa36f5b23d1bea64cb46f562ddadff6323a201c830e48ee47073cd98e0e7c55860efc60830e1c99440753a8e850b934745895087dc7e012fa4e161d1d5e094187773d464779d3d0d1edd5e818c7cde898173074ac611f3ad6f82a3a2e92868edf15848e7f11857ef0d0129dc0894227dc39824e98f647272d3e443f0c59433ffc1e807ebc4240a7b9fc40a71585a0d33d0bd1192b7bd04f3e29a29f7a0fa033d72ad0cfe0e3e86729e9e8672f39e8e7872fa19f93dfa39f6708d1d9ed87d1392a17d1b93e02745eab1efa45930efac59f93e882e9167421d50b5d68874197b4ef44974283d1a5c1e9e83234065dc6d046976fb0d015f766d0af03d7d195866be84aee717465db69f49ba972f49b85547495a531ba2ad00a5d558b4557bd15a1ab7b48e81a5138baf6563bba762a1efdb642806e0cb74637163f46370edf453759dd4437b77aa3df215cffb3817e3f1c806edd7d04dd1a2546b73e7a84feb0f60bdda6b61bdd5664866e6f3242771a1e4477a6f9a33f09e5d09ffe5e41778376e8ee0016ba47bc80ee6b93457fa9a6a0bf2c3c460fb490d003d34be8c11f96e8612b3e7a7868043db23d183daa55811ef7ce418fc75d467fdbfb16fdad5b1afdbdae133d611a8f9eb0b88c9e84ada02703ccd153bbfdd1b32ac6e8b9aa4ef4cfa049f4cfbbb6e8053f117a91308f5ecc3f865e3e96885ebe04432f7bdf40afbcab46afb2d3d07ff041e88d7bf2e8bf88abe8bf285f8c84693166934c196653f3778cf4c91f1869bf548ccc8600b3e5801b66eb437f8c9c3e072357f81b237f4312a3f0e10c665bb30e66fb41038cd24c3b4669e1186667883c46d9761746a5eb2b4615fb02a35add8e515719c5ecdebc03b3fb621a4653ab00a319368ed1828660f6b8fa60743ae731fa1057ccdec008ccde7f9e987d47da30fb042731fb7fa23107a80ccc812c4bcc817a558c01760563b8351b6378858631fc5b8131a972c6989a16624c0b1c310739c318f3dfdb30874eb9600edd7f8739d4dd83b13067612c1a6c304779ee98a36e173096dfce608e5596628e97ecc04024fa30909d5518286e0603974fc6209df330c8011d0c4ad61383dac5c2a0c4321854b0220695b00983338dc3e022ff6170635618dcdc030c1e1a81c1374c620836473160270c435acec5509218181a2910430b476098668118e6e9971816f93286fd4517c35934c4f08e6562f897c63102d22d8c204a1b233c328f117df5c058879cc39c546dc3d8f43fc29c72e5606ce561183b832e8c43cc03cc99b541cc998d06cc39853e8c93d4598c93a50cc6e9662ee6e297571857556b8c9baa32c62d6e07c6edcd28c6fd583de61a491773edbfba5e1fd2c7dcf86c8bb9d9988cb9b92089b995598bf1307989f1705cc078f88d627c3ce331b7b5bc30be9ce3185fff408c6fb71dc6774c17e38f73c5f897796302224f60023e646302a5cf6102e5c33141be5a98e0a1324c28ae0f134aba8ab93b108f897050c344164e63a20de530f711544cdcbf094c7c5a3e26c12a1893f07204936878119378360093383f8f491e73c33cdc79059352998349792789497d698849d7e061323449988c57fd988c494f4cc6f261cc53350ee6e9a1064c96a62f26cb211f93f3f1072667710d930bb3c6e4c257307999df317915424cfe6e4fcc8bf419cc8b0fbf308562754ce1dd604c51ee4f4cb19929a684f1065372038b79b97112f3ca270153d6d58a29e7fec1947b79635e774763de7c6cc6bc198bc5bc994ac3d48a9e63de3a25631afcd19886a86c4cc35232a649f705a6a5f729e6bdc718e67d802fa695528a69fd1e8a695de5625aff06613ea63661dac3cd313d259b317d3727317df167305f862a30fd87b230fdf7cb31fd256f305fdd9b3103a3119881d525cce0c42dcc90091e33fcd20d33fcf72766e4cc16cc28838919f330c58c770460bed90f6226f48e6126667231535c1e66ca898f9919d8869995fc82994d6cc1fc94f3c72cba8d637eb19e607e65ea61964a37639686c330cbe7c231cb1e0b98e5d61398154b57cc9af54bccfa6908663d7f0db35ed78fd9e05dc56cbcfb88f9ab7410f317730b2ba979002bc598c14a391fc54a5d3b8895e39962e51c54b1f24bfdd86db9bfb1db2a7ab0dbbefdc32aca9dc62a9e3c8ddddef211bbbdbd0abbd3e22676a72b885509f1c4aafc9ac3aa09e858b5e808ac3ad917ab1eb21dbbeb550e76f75a3456ebe03fac96951c56cbf30676cffe21acfe4c3e76efffad7fc4ee3bd68fdd171385dd577718bb5f6202bb1f5a8a35ac8bc21a9541b0c66a565813b56b5893bdce58d3c3e7b1a67f55b066030958b3252dacd9c65decc1b43f58f35775d843b636d84367a4b187350bb087dddcb047936e61612bb558786015165ef7080b2c66611166f358c439172ce2913216d1ef8c456d76c5622e1a62b18887586c8b09967079144bf8700c4b181ac0127ef1b0e4b27e2cf5661c9626338ea5995763691daa58f6362f2cdb4a16cb31cec3728e1cc2724dacb0dc533d581e308de5451960f9cd7cac50ba0c2b7c638d15450f61456517b127fa84586bdd08acf5d220f6646408d6a6fc3af694e233ec29e346ece98d50aced7fffb47f3c85b59f0dc49ed953853d7b7912ebe89c8d7574a9c09ed761629dc94fb1ce8260ecc58c1eecc5d158acab7f25f6aa631cf6ead729ec75cf30ec8d0a13ec8d3922f6e69771ac17bc16eb05f660bd2672b15e6b3e58ef8e4caccfd65aaccf5d3ed667d61f7b3bb211ebbb3b13eb7b421aeb179f8c0d74e360838fe46083fd0e6083a75cb121327fb021ac93d890b5496cc4b67fd8484d2c364a7c1a1bfda3091bb3288fbdfffc1f367ed7476cfc4b05ec83fc2bd88427a1d8c40a1c36e9dd3b6cd28f7dd86409196cb2851936f9993536793c15fb30d80b9bf28e887d7453169b7a0bc4a6b77dc53ef5d7c066b25bb1996fbe60335765b039300c36274c099b1f72179b3ff10cfb626b30f6c5fe3bd817d1646c81420ab6c0ea3eb6807c015bf83e195b84d88a2dee30c496ee6bc3bec2d5615f654962cb0658d80ac5ebd88a0204b6a2d50a5b315c85ad947f86adbc8dc55636eec456aeb760ab7b37636ba42db135d05dd8dae7bdd8fa93046c7d6d2bb67e0ac0d6ffd3c2be0d9cc3365cfd8e6d689fc736e2fdb04d5556d8e61de6d877c49fd8770effb02d522ad816999dd8960325d8165e10b6e5ca2f6c4b853af6fd67236ceb1e056c6bca4b6c6b9733b64d028a6d6756633b8aa7b0dd5789d81e1b036c4f400bb6efb705b6dfd412fbb5da1e3ba8f7113b78310d3b5865811da23cc20e3d8bc40e1bb66187af7b62873752b0a32f25b063cdafb0539fdbb153bf7761673621b03f621f6167b5cf61e7bcbe627f3ef2c02ebcc1621753b3b0bfe687b04bf1bad895ea61ecea121cfbe78700bbf6e22a6e134b1ab7a9cf1b27f9ac0027b52f0c27b5f601b779601627bdb28c937135c2c9467fc0c9fe32c76dc1a9e3e46e3be3b66d5ec76d731ec06d0becc4298a8c71dba71c703b1e91713bf14771ca87bee254dcdfe3547b6038b5d707706a9f15716a3fc438b5c57338f53d3138f582ddb85dd20f71bb158ee0b4ec75707bf43ee274306e389d973b707a53d3387d953c9cfe3e144ebfff246e6f190eb7b7f9286eef280c67b2d30a67627e1f67828ec199787fc499f43170a661589c19753beee045779cb9340177e82b1c7798de863b12b91b77d41cc01deb88c7411a2fe36035e138d8d43d1cfc9b110e3e998d034c6c71a8d65a1c86518ac3057271b8b84738bcac158e6041c6119d8b70c401071c98d38a23d98ce0c8d983388a951f8e52ea85a39acce1686b6e38fa7d2c8eb1c917c732d7c4b182fed37e19c7ae70c6b1bbdfe3b81ff570bc8f4138c1cbfb3821f3344e38d288138d29e1c4af6371d6d34cdcc9c1229c0d691a6713b1823be5b81977ea8526eeb4f979dce9b824dce9f1469c6dd2569cdd216d9c7dd7639c7d7f29ee8cfd22ce517e3fce91f004e7e8a78a3b9747c0391daec63911c7714e6f5b71ceb0069cf3dbd738e7d1709c9bdb579c5be6169cdbeb1e9c5b2d1fe71ee189bba65b88bbae9286bb999d81f31063701e759638cf3d06b8db65b7707ea3ad387f4e0f2e40a51a1770621e17d022810b74ffaf24fd61b8a04d29b8a0a3edb8608b1c5cb03003173a388b0b2f47e3220a4370911273b8c84da6b8c8174db87bda09b87b2c255cdc8d7e5cd2e53bb8647a352ed96e0997dcd98a7bf88d894bb9d48a7ba4cdc03db251c53dea94c03d76b7c3a541b9b827b7927199e915b8ac6f6eb8679b0271cffdafe2b20fa4e3b2df8de0721ec7e072a62c70b9a7ec71b9a1c771799a505c1e80c0e5398ce2f25b0671055ab3b882ea8bb8a2492bdc4bed2fb8977b5d71a56a1db857375ee25e257cc29585efc1952ba8e12af465719511d9b85a7916ae96398d6bfaef5dcdde345cf3b793b80f583caecd118e6bbb7b02d7f63d02d78e5ac3b54f23701d16625c07f937aee3d34e5cd7b96fb8ae700d5cd7c83d5c2f0587eb0dda89ebfde382eb2339e13e87f9e2fa3d9ee3fa5b99b801962d6e50591e378cd9851b3e538d1b79698d1ba9d9891b79771d37f2fbd67fab5e2f6e5c2b1d37ee3e801b0f31c57d9ba9c67da78870132e32b8896629dc64e50fdc94c273dcd47635dc543112374361e166be28e066e621b81fb25f703fb655e27e68c071b39a46b8d9e31771b3c5c9b8d96526ee6728805b00dfe2169205b845fe63dcd28756dcb2e1306e391a855b7ef315b74287e2564107dcea2f15dc9f67c5b8b5a830dc7a380bb701dec56d38bae13682bee33666b5717fff9bb17fd15f71ff66c7f09baedcc66f7a70102fb9eb115ed2660e2fd9e38f97d2c1e2a52e50f052b9f3f8cdaa7a78e906102f135b8197e918c5cb6aa6e1b7ee8fc3cb15aee0e5a572f0db064df1db26c4f8ed6561f89dd63378e5846f7895fa41bcaa301eaf3a538a575dcac1abf509f0ea5eb3f85d28247ed7c952bc86f15dfc6e3b6dbcd6d309fc1ef65efc9e2a39bcb6b4115e1f2dc4efbb9580df7f8284df6f5b89dfbf548d3fb03487379054c61b1c99c51be0c6f1861e717863281a6f7c5a0f6f7ce11ade38a0126ff2fa09def488006fdaf6096ffa91843737de8b3f54e88a3fb2d9137f64ad1c6f813e823fc6a4e08f6f83e18f0fcbe3a1961ff1d0c2053cb4dc110ffb618387275dc0c35f43f1c0941a1ef5781a8f7ea18a27edc6e24945397852cb5b3cf96c2b9ee2a48ba77a8fe2692dd278ba7b3f9e1e368767d54ee1d927f2f17c9c149eef508d17ee32c29fd89489b76e44e1ad37f0781b87f3f8534164fc69f13ade366833defe7b06fecc7829febc5239fec2ae18bc93fd6bbc93f336bcd3c231bcb339147fd12905efa2228dbfdcf911ef460fc5bb79d4e0dd82597877fd35bc7b6039feaa760bfe3a270a7f3d31107fc3e434fe06f733fec6c21ffc8d3579fc4dbd1378cf5027bc97391bef55f814efed7b18ef7d5f1eef2b1b86f7f341e0038224f0018b51f8a0b657f8e084787c70ae001ff2590b1fe6731d1fa1a28a8f683b888f3cd08b8f0c35c1472179f868c3317ccc8f0c7ccc6f137c5ca1053efef908fe818e13fec1919df804cc197c42f04b7cc22717fcc3838ff10fb3f4f18f4686f0a99a41f8d40059fc63a804fe89c30ffc13377dfc93a7c5f867a84efcb3cb61f8e71808fe7922887f3e6b8ecf39b888cfd5b2c6e7d59dc5e7ade3f0f9bbc7f0051408be30918f2f3a10832fb6d88b2f7eb1822f21b4e35f5afcc397915cf0e53bf7e1cb1beaf0e51f4fe22bf44cf1150da7f0af933cf16fdea6e0ab7cdcf055df02f1d59b73f0d55b22f0d593aef81a993c7ccdf6397c0dff29be66ae0efff6c133fcdbc4607c63fe08be79d36bfc3b5219bee56831febd6d01fefdf7b3f8d662037c6b933bbe750082ff786d07be3d1e86efc125e37b3eeae27b6b19f83e5704feb38d22fe736100fe73e976fce79e2ff8af1350fc00e2377eb028113fda918c1f630ce2c72afbf0630d19f871bd62fcf7470af8ef75a3f8ef6d07f0df7f26e1275516f193641e7ed2f6157e2a44063fed78083f3da58e9fd901e0675865f8394926fea74d0dfe67790d7e41ccc1ff3e1180ff7d6d11bf4451c5af12e8f83f7d27f17f868bf16b3afef8b59a32fcda672bfc7afb56fc3feb9bf87f7391844dcb3708926e3604c9426bc2661773c216ee5ec2d6c11b04f98d1e82c21757c236e555c2b6691141515046506c9b20284eb711948e43084ab84282522040500a9922ecd85c43d8d97d96a0da354050a7e711344f661334c36e10b42ade13f6703613f6dc2f20eca91f25686fbd4bd00d7b41d09b9c23e8dbeb12f4575a087b2fb512f6a68711f62ec912f67dcb25eccf7e46d89ff390b0fffd3d8241d518c150ce8660c8f12618665c2218b566118c7e3c2418bfdd45309957241c0c54251c391d46b0a82b251c15c810a016e70930ae2201c89f2320f7761090d5e10464ff0e02caef330163812160c0290296a64ac0e6671270caae04bce43a016fa348c0bbf712f02b080241712f8128354c209ef842a0dc1922502b9f1268b42304dabd9b0456d51281ad9e47e07cab26707ea510b8b79308dc5573023f0b2088f57710c4e22482b8ec06e1c4994c82b54a21c1faf55182f5b02bc146ad9a700a1b4d3855f883703a2a9c60bb4d9360eb7a9060fb730bc1f61797e0a06546389b4124389a2e131ce35f101cfbd709e7e3df122eb05f112ec49e233845d4139c854a848b57bf125c7a2004d73e0fc215068ae0bed9887075cb39c2d59862c275bb6b849be500c123ea3ac123a999e0f5ab83e07dae85e01d5d46f0eee4117c2e8d117cee2f1102063c08819bcc0941b6c684e0fa4d8410248910526a42081b8313c266520961eba70977d67309e1756242f87fbd895ca821449f26136216b409f7646f1012b6ac1212d3060889bdffe5aa1c2169773a2189d840487a7f9190b263819012a24f4859d94e78d4b242486d784478cc1a20a4494e11d20e5f26a4cb4a139e3c2a2264a28209993f7f129ef91208cf2241c273bd3d84ec283542eefd7442ee1b6f425e742321dfd49790dfb89b50b0cd9650645247282a922614ff702694f892082515be8492da1ec22bd67642b9d64fc26bf406e1b56d23a152ea0ea1b2be88f0e6c24142d59829a181f39cd0f03989d0f8de8ad0b8104578777b88d0e2184f787f288ef0be8a4b6875dd4168fd2922b4feb527b419e0096dbc5442dba53b840e762ca1f39114e1531f96d02ba54be8c3a810fa22d6085ffcf2095fe98f090326d58401ee1461c0f60a61c0f3016120a88130906a4f181a0a240ca34c0923b3c684d1077cc2d84d8030aee84a186f7b44f8f64c8ff0dd229230d99c4b983eb94cf831c225cc6a9f25cc656d25fcfcea41981fb1252c28fb12163c46088b1175845f1075c2af1226e1b7e006e1f75b59c2d2133861a9fe3ae1cf4345c2bae62fc2fa870f840d392bc2863082b0d1799cf00f9a49f8375c4794704e256ec25c234a5923889bf79c244a47151165842e4499407da26c6c3f71cb912d44b9d431a27ce419a2a2a32f71bb631e51497a99a8547199b8c3f8077167943c51f978215155f09ca8ee9c4fdc657793a8e15a4dd4fc3947dcf34181b8e79301513f864fdcdbff9c78609d403444c4108d98af89460f1d89c66deb44934d32c443b161c4434d58e2e16f5f89474a7b8947597ce2d16f9944abbbe6c4e36025114e3a4344ea1410912f6789a8877d44f49f1122660b8288393f48c4b87c27625cdf1109e966444293369128fa402426da1189437a4452710d9122aa22d2b09b88b4ac7f44e65177220be94c64ad63881cc33744cec16222e79e2691331e4be46e7722728d0122ef61109137964be4ab1713f9c6434421a29e68ed174a3ca94b23da004b449b7b25449bdffb89a776c4114f553388a7fe96124f8b2388a7d348c4d3b53d44db0d35a29de96ba21dfd14d1febe36d121458f78a6fe15d1f1a01bf11cc38778fee039e2c5329078714c4c74995e26bac6b289ae53c1c4cbca70a29b8c39d19d9a4a74673811ddcbba88ee7528e2d58257c4ebd4f3c41be2b3c41bb52a448f4b27881e59be44cf892f442f091ba29fe12ba21fbd9ee8e74c24fa9fa825facf8a89415333c4e0878bc450f73062e8a397c4b0a39f8877000de29d9fc3c4880f9bfe432546deaf2046293389518f2e12a30d90c418e551e23dbf0562dce955e2036943622219434c825c2426057089495f5d89296fc6888f1a1488a9fb0f1153c35e131f9b2a111f333f12d315d788e95fc9c40cc66de293137ac42785d6c427ef0f129f19ca119f578511b3773e2066af5d23e6bddd44ccd73024e6efde47ccf77a492c282f20167db326167f312596547e25bec4ef21be8a74229685be2096af9d26be3e2d4b7ced7685f8baca8ef826f629b15a661bb1d6723bb1eea48058e74022d68def25d6bfcb21bebddc4e6cdafd83d8aca3486c55f727b6fe7c49fc70df88d8a6624f6cdb23496c9b88237e3c644fecd82c47ec689e247e527b46ec8215137b5407893ddd3c622f2684f8c5ce9bf8c5bd82d8afa94aec2fea220e9c73230ee35b89c3937dc4517c36716c9790f82dd68bf8adff33f13bd692f8fdf169e2f7d57dc4098da7c409443c710223459c32fa4a9c3a5b4c9c8a8210a7d961c419de0fe28fd119e22c549d381bf79138fbf818714e53489c5bd026fe2cbb489cbfd74c5c18be49fc7d2393f8dbfb3571d9fa007165ee0b71adc291b8d63d4a5caf3f46dcd0831137c27d88ff643cc04dca77c04d37bac04d1bd9a0248a094a91fe809b7dd24059af62704bed2228af1a08caebf682f28b65a0c2373b5071680adc0ebc06b7b71e06956c144025d783e00ebd2570a7c91570e75f0750394c0654790405d59209a05ace75509d4604d559145023b401d4589b05775f310135c534509bf306d4b67d04ea281580ba979e82bab16870ef3d17705f8936b8df6604dcef2604f737ff06f7bf3b051ee82a030de60341435b3668b8be0a1af16441e31d44d07863143429dc029afc7737d3c33b40b35155f060920668ae9f091ed6d0022d48e6a0e5c52ad0eafc15f058e50a0849f9074213378130d40208e3dd0661b1e5202c6f2b08f89a80c0a30b20425b0422e9fd20cae80a8842bf05b11e0520f6110ac48e8681f8b5589080ff0412e1bf4162aa31086e9a01c1b43a906453f49f49902a2b0b528f4c8054af009076d803a4cdaa80f4ad0520fd2808d2e71741a6391f64060120ebfc20c89ab300398124902b380272572020dff325c89fb8050a6cbc4081533528347600459e72a0685e17144bbe004f5853c053164ea0ed7e57d0363318b4338e04ed2c43417bc3ff5cbf06da973240fb7631e870ff3f950ee059153a7896d3069e2df8069eedf6041d5ba6c10b169fc10b7681a033f6217891d903ba7c37032fe1f780970d92c0cbd1fee015c964f08a6c2878c53902bceaf518bcfa220fbcba7e00bce6510b5e8fc18037357f8137ed63c09b674dc09b0f8f8237fb9e801e2a3b41cf103ce8d9170d7aa35b406fb00af4fe6101ded61f00fdee6b82fe7a76a0ff8a2718aa330786919dc0b0d66b60d8f730f0cef32a30bc8e0bde2d4083778737c0c84f0160d46159305ade128c392e03de5b180263a5f5c0588b6360dcea35305eb90f4c78ee00265aee03135d6ac124a9123029ed3e98bc2f117cb87a0c7cb8a10ea64837812972e7c114bd213085a8033e72fc4f2d044cddd40da64e3780692ff5c1b41a3a98f66937989ed20266b459814fb6db804fa17bc0cc03bfc04cbf48f0f92645f0f9e770303bf528989d650ee624958039c5cd60cee80330d7ca18cc23df00f3029ac0fc763bf085e647f085e939f0c54949b050e20c5878dd0a2c0cf0070b678ac1a2740258f473052c5965822f9332c0525523b0b4eb09f8eae71db02c44117cb31b0b56bd75066b647f833541a3606d3a19acdbb31dac4bff05be3d7e007ceb9f0536c80e800db12160c3c3e360b31a1f6cee8782ef6e3f005b3bce831f28dde087bc58b02d15043f7641c076f35cb0bd3806fca4d90f7e4269809feebc03bba6e4c0eee44ab0fbd553b0b7a312ec8be804fb32ee825fc6d2c1fe3daee0d7083cf835e912f8b578173810c60307f2ddc021673838f43e081c7db60d1c537d0f8ea56981937d74708a5d0c4ead1c00a7f7ae81d3439de09cec18f8737e0f380f0d0117cfbd05179b59e062c741f0d7c418b8a4f8015cdaee0b2e2da5817fba7ac1b5cd5bc00dc3509244d95dd226bdfff86c21c934da91642ffa93e4a4b449f25c22497e4c4452c8d02429bcc922292c7248dbca6249dba958d2f6c406d28e8c34d2ce132524656a344979b186b47b9444d2b4eb236905ad93f6e8a3497b8a0c48dad725483ac85c922ef08ca4fb4b8aa4df314edaa7759bb42f32867480ae4f3a50914c3a301f443274a8261947a5924cdf7f231dfc9846323ffb8874c8d58374a8c18c74a8e922e9d06418e988e338c9e21a997414154f3a8a8f231df51b231d1d322659423c4996d40992e5b40dc94a4e8b6435174a3a7e6e8974bcfe0d096ab28d04cfad24c15fa148c04e191222c88984d4819390869224a4f01e09f9568a84c22f9050937b4998a9b3245c520e0937c322115cee93881bbd24d2b15324f2d6381275cf7e12153424d14c7f9218aa1624b6fc7b12dbd895c4aee823711cb4499c4b3b483ce72912af309b24040e9084dfd549227e234974a28f74425e997422639074e2ef30e964c703d2c9219074f2178764b39547b2e9d0259d5628229dbe5349b2b563916c6f0c931c0b5f932e58e9932e644d922e0c9b929cd58d48cec16f49aea9ff4897f2524997430f906e4a27926eedae2379345a93bc3a58a4dbb7b124ff08095280cc2429e008851434f08f1432af460aedb523850e6891a234be92a21ccc48518beaa4e83b48d2bde27652acb10129766e07e9fe075d52dc8b6252dccc1d527cc025d283c49ba444fb6452923c8694a4d14f7a48fecf4414e9e14f0829e54a08291567484ab5e1921e1b47931e0f1592d2db5249191679a4a7f536a4a71d72a4ccc65fa4ac8945d233a9bfa4e7922252f6313129db9540caf67d4dcaf57b4c7a01df2015e89a900ae2f6930aeb6a49453bdf908afc0a48c513cba4124228a974598d54e6d2472adf2b417a7df435e975328554e93e41aa5c2b24bd319c24bde98691aa2c4648d58fdf926ab8c9a49a6baf49756b1da4b7d393a486740952136f13a9596a17a9f97423a9f9aa21a905fb82d472aa81d4d29d4a6a59d523bd3fe5406ae5a9935abf9b913e6cdf436acb8492dab28b48ed2fb2489d66f2a44fa79f913e15be20753ded267543e7499f714f495f863691beccae90fafd6449fdf7a54903e755480361e9a4c1ce6fa421d126d2b055166938d28734313b4f9adcf19c349977893439c0244dce3d224d1f7e4c9aae1f26cd9c9227cdeaef26cdf9bf25fd3c6345fa19f587f4f3a111695eed09693ebb81b4907492b46895fa9fe7a4453c99f4db4899b41cd2415ac1b149ab522aa4d5a052d26a7a3369edc95fd2fad61ed2fae521d2faa31fa4bf9a57497fddb790feddb7244b0c869125bb00b2948b3679f3850364e99a64b24c3f852c3b9242de925047de92c121cb818164396a3b595e32882cbfd64a5610ee202b9a5c242b3e6f272bf6d992b72bb491b71fbb4bde9ebd4256ba9b4bde490c232b57349395fb4f9155ec0f9355ce049155ef9691557bc464358752f26e43265913324cd68c6592b5b4a7c95a3047f21ea4145907fe9dacf3b891ac3b1046d60b3127ef35d949defbb7976c004b221b5c59251b095bc8c65987c926776bc926af17c826e30fc8661167c8668364b2b96d3ef9f0f00cf948ba27d9a23c9d7cd477837cb4e333f9e8af4af2f12daae4e3df8f9021ca9e6488f56d326421890c8b9f23c3dae7c808fb876464194846aeb491517277c868cf1a32baab828c51cf24e3f6e791f1944b64721f974c9e0f205336c1c894a278329d944e66a4fa9139a31c32675c86cc752e27f37563c9fcbb3264fefd0db220de832cccb845164edd228bde6b93c5ff3e914f1c3af79f67e41375e9646be347e493042bf2296734d936944fb64ddc46b62d9620dbe91b91ed5929e4b3ae34f2d90e22f93cbe887c217d85ece47b92ecace34776de3b49bee8934fbe38d44376b1f622bb34ec22bb1e0a21bb728bc8aeb574b2ebaa1af9d223807ca9b0887c59768e7cb97e8a7cada88d7cadd1957c7df303f20d9401f9a63c8c7ccb1643f6f0d3267be6ba91bd3522c83e6027d9a70342bead8927fbfa7f2207b89c26075c5e2107baa691831e6690838d779383bf249383174f9343a0e7c9a1d47072586c3df9ce8e4572ccb56fe4989b53e47bd593e4fbd1bbc8717567c80faec6921ff8669313c0b3e4c42bdee4c4f4a3e4a42d87c949da2c72d263677272fe55f2c32d26e487c666e487e138728a5410f93154969cb6ff2a39fd801139c3aa8ffc64a72ff9496806f9a9ec4bf2d3e9647226793f3973ce9efcec5628399b5f43ceae1c20e770c3c839c5dde417171bc8859c4272d1966e729121975cb471805c7c9e4e7ef9d299fcf2e37df22bd443f2abe71fc965ed37c8e58621e4f2b37ae48a6043f21bb72072556632b95ae208b95ad2875cbd579e5c1d9b48aecec7906b54af92ebbca4c86f316fc98dda06e4c6af0fc94d2e2fc94d6f02c94db3b3e4e6b879f2bb9d5ae496ecfbe496f50cf27ba303e4f7c310726bd810f9c34f29725bc02372472f83dcb92f94dcf55f7fbafd82c9bd4742c87d7de3e4afe605e4afbc11f2d7d326e4a19adde4e133bfc8c38d5bc823fff578f4e409f2a8fd16f2e800963c3a0d278f75c2c9e37e7bc8dfb6be244f049491271a83c893f113e4e9fd65e4692b1e7946d44efe01394dfe91144d9e3d7b8a3cfb358f3c2778449edf5a499e57fd459e6f5523cf7f7a4dfe656e41fe05c1917f0b9f9297b30f92ffdcea24af9193c96b75f6e4bf2b6ee47f3bac2912e7d814a92f048a34184a91b9fe98b2c5ba9bb2c55999b2c5ad89b225349fa270e31845a1e63145d1fb2265fbd626caf6734b14258a374555f607459d5a4c515f91a1ec92caa3ecbad347d1487b4ad94d2ca3ec2e76a568ae3852b4fb07283a75eb94bdbe1a9403dc26ca01fe36ca814a38c5709725c530b69a628420538c92ac2946f3148ac93111c5343d8e62fa4e9a62461452cc836229e6655ccaa1571d9423c64b140baf118ae51d058a157d3fc5eaad29e5f8ce7acaf1cc9714c8a5050a500fa700237c0a22509b8288ada3a01cfa2898239b28f869270ae1e4090af96c3e851cfa5fbeaca490672f5168e45714fa47690a63eb2f0a73814861d1701416e303851de54c61271ca070551014ae810385fbf50945f0d58222dc544411b9c7504eebb4514ed7f5506cb7fca6385cde4d39e3fc8272e6259c7256d18d72967c8a72d65a8272363689724eb39b72cedd93723e569e72e1a413e5824311c5c9d486e274d491e26c7490e2e2ba93e212708ee2ba6383e2ea7094e21ade4fb94cb845b952f99a72557a9172556d8472359f4fb976488372ed7c26e55aec1fcaf5f579ca0dd360cacdbaab148f6d67289e72ce144f0893e22970a5787af2295ebd1694db45a114df3b9514bf2f4e94800c4b4ad013554a508d981234f85f0ee952426a03282123d194b003bf297794cf51c2b9fb28778d362891ba244ad4e9744af4956a4a0c5787129bf292127ffb2925bedb84f200594d79e0ec4d79d04ba224184a5212efb12889a987284979a394140d3c2545b78c92123f427914974079bceb05e5b1c93025adbd9292d6cba4a45f2250d24b7a29e9d57729195293940cb087f224578ff294ab4ec9bcc6a364ed3c4879f65783f29ccfa03cff2841c9c9c652723adf53723961947cf9504a7edc01ca8bed2e94822b199442442da5f0dd2d4a918e14e525218ff292ba8752da9a497975af9a5276f004a59cb44ea9787b95f2da449352a9db4779b3fb03e50d2d87f2c6b58e5295224fa9e9794aa9f9ae4fa965ac536adbba2975a77229f5036a94b787ac286ffbca290d3d32946693bf9466c702cabbdc879496dbe394f712f294f78a28ca07957eca87875a940fdd87286df3fb281d6795281d6d3f299d4eb394ce9936ca27ca074a978288d2231ca6f45c1da2f41286297da4504a7fb90ce5abbe1965e0268a321083a20cce5a5286106d94214e296548bc9f3274b28b32f4a98032ac2aa40c7f73a78c0c2a51c6b68551c67c2e52c6af4851c63de5ff9340190fafa77cc7ba51a608fe94a93338ca545b1d65baca9b3223738a32f3378cf2c3a28af2e36a20e5c7cd1d94d9aa00ca02684af9b56789b2ec7c84b27ced0c65b93987f267db04e5cf99fb94b5ac6794f54ded940d7517ca06a781f2b7c495f28f7e99f2ef1f912a21ab409508b94cdd94ec40ddf4fe2e55f2be047573ea7f5ab5a95b6413a9f2fd09d46d5d2d54c54e2675c7d7175495b8bd5495975a5455f5775455b728aaeaf55754d58c6754b54d58aadace3aaa5ab821552df93d75d7561daac6e829eaeeec0eaa26d989aa850aa16a9f95a4eac4ce50753e1fa3ea51baa97a972154fdfb4b54fd5102757fcd3275ffb78bd4034d135483adcb5403084835f97b9e6abacd936aba3d976a764c9a6af6fc3df5e0adbf54f33c38f5d09e19ea615d25ea611326f5f05537ea11a30daac5692daac5f76b548bdf70ead1b82aaa15f523d5ead40c15d2fe9b0a4d255361ab9ba880570e154d00a968cfb354dc962e2aaee42095309c4805a1342ae9e90295bc6640a548eda6528a8e52a9fb0aa934ee672a1d7d81ca24fda4329b0e50593daa54ce412a9503fea0f20e1652f92d07a802a576aa20e20d55903b4f157d29a58ab7a851ad038ca8d6cfcca9b61753a9b63962aa9d551ad5a1589e7ae6c427ea992857ea99d560ead9e4575447582ff5dc9721ea79a31dd40b1ac9d40b0fdaa81796ff529dea3ba84e5fdf539d7dcda9ce3514ea65f241aa9bc50eaadbe5ad54b7b62754f7ac7dd4ab7b63a8578dbca95783cba8d7f5ee53afffd945bd116440bd91544fbd79258d7aabb094ea11708beaf3c78aeabb2381eadbe04b0d98d4a3062a795003c512d4c0b0dbd4c0a2256a70198e1a1a54410dcd76a486fe2051c35ebfa186cd2652efb4bca0868bada977fb82a811d799d488bbf3d4982d5ad47ba268eabdcc58eabd4f8fa8b111abd4b8e35ba8f1eb7ad4241d6deaa3b7fba88f2f7652d386af53d3e58da9e9e2f7d44c04859a995241cd6c98a566d93a519fed57a43e3ffc8b9abdfd1835db2b9b9abd7a9d9aebc7a2e6ed92a7e63747500b82a6a905e3c5d4c29332d4c2f5cfd4a257fad4a275396ab15a16b5f82f9d5ab27b2fb5b4b3875a261453cbe913d40aab286aa56e3ef50d7a0bb54ab7985af554815a1d0e526bf92c6a3d7d83fa56a44f7d1b7296faf68d31b5b17b86da7481406df2b9497d9712427d3737427d1fa34a7dff7b07b5f5f65fea07a40ef563ed766afbc9146a07d980dac9e5523b636aa99d4909d4ce99fdd44f974aa89ff2d1d42e99226a575a22b5bb5587da6b684bedfb6f16fa1c73a8fd106deaa0c429ea60892d7558f21575c474963abaad8c3a5ef98dfa2dca86fadd45489db2d9449dbebe973afd2185fa63ae923a7b690f75b6ba953abbe2479d6f7c485de8bc42fd1585a6fe8a77a6fe3636a12ed1d8d4a5b37ba9cbf7fca82b8351d455f0067535f214f58f523df5cf7d0275cdf716757dcb23eabace0675fd660675037b88fad7b785fab73d88fa4fe723f55f852df5df48174d02739ab6c9dd8b26853b4cdb2c314ddbecbf40dbfcad8826238fa1c958ebd2b6ec41d1b686dad0b6a686d1e43efbd2e435b7d2e4fb8b68db5c57688aafeb694a110934a5a44b34a546186d273395b6b3e4154d45639ea6d285a7a91bd7d1d44976b45d3274da2ecd529a86c22a4d53e1174db3718ca60560687b946ed0f65002697bd220b43dcf83687b7ae768daa8569ab657094de7c65b9aae612c4d5f2189b657f094b6d7f6246dbfca226dffa325da8134659a41cb4f9a61a434cd28f10dcd78e41acd643b896612e6473395f0a799a5c7d0cc7af0b48398ef3473cf40da61bf0ada910779348b14059aa5019d66b944a059058dd18e998ed22049541a1c48a7015b8ed39003d634e4f70b3482d6031a71fb131a083ea6914d3a69647f071a396e994651b7a351de606834e5bb34badf3c8d1e7898c6e00fd198ec261a5baf88c60ecea7b1576fd1387490c6a36ea2f1cf1da3f1af96d004cfc669c2aefb34113a9d260a65d34ee83ca29df83e483b79b68766733d8f76fa591dcd2ec98de6d0728ae6d0f5917626fe15edecf5469a23dc80766eed29ed02ba9b76e12e9a76e1d95dda8577fe34278b5f3467fc499a737722ed62cd28ed72c2079afb6e2bdab5bb36b4ebe88bb4eb7183b41b0ef2b49bfb5269b78ea7d06e2d6ea579648fd23c51cf68de99d7693edfded1fcce7ca0f95bd9d102ac2369815bfc69a1b3a6b4a857c1b4e8653a2d66e41eedde87355aec1e055a6c43142df6671f2d9e224b8bcfd7a43d803ea425dc2fa125a2026989e7bfd312aff7d2127dd8b4c40e162de9a80f2da5f10fedb1b990961699414b2bbc40cb8067d19ee8dfa365498a68cfa50b68cf95256939c04b5aee72272dcfa89596771f4ecb7baa46cb8fb7a7bd30e3d25e982bd10a7c556805fe876985da59b442ea1aadb0fb3dadf4e03e5aa9e7335a65523eadeae12b5ad527295acd83265acdf2775aadd6595aedeb5c5a9d2c8756977e865637f98656ff2586d64001680d42695ac3290b5a531982d6f4478df6ae8646fba02c4f6b83c4d0daae2dd1da02eed0daed405a7b401cad7db99dd6b1652fad233193d6f9b098d659a840fb14ed4eeb86cdd3ba9f85d37ace47d07a2e9ea3f5652bd33e174ad3beecd6a1f5bf7c48ebef3849fbaa779d3670718e368cd4a18d445ea48d01cdb4b19a19daf80e65da77e605daf78b03b4891e1a6d12d8a04d3e71a54d0d37d3660d6768b33643b4d9f70f6873a71d680b6429dae2a565da92c335da92339db654c9a42d7f54a2ad1829d256d5b7d35677c5d3567b6ed0567f93697fe85f687f3a3fd3d60f5fa5addf5ca1ad1763e912cab7e9526807fae69937f4ad54025d6e5f3f5dbee22a5de164027d9bfc5dbaa2cb285d31599dbe63ff56facecb1d74658290aebcf196ae62e241570dbe4f57db6c42d7a8d942d73e5a4ed77e134dd77eff9d7ee0d612dd708b3bddf0d14fbad1b601bab1df19ba711c9b6ed2534a37ede2d0cd2eeca59b3dd0a71fbc3a4e3797fb4c37cfb9443f9486a71fd14fa25b7062e81667eae956386bba55502dddaa7d950e1d76a6436793e970a4231de055d391630d7454f71d3a66f11a1d6be845c786dca463d3b4e9d85a773a8e6e4cc74da3e8b8f9353afedd4e3afe832d9d6803a5835f9ed3490c333aa9499a4e8e33a393ab16e8f4d16b74c6a9593a23bf8dce7afe87ce96fe4467abf8d339901b740ecd83ce19ba42e722ffd079176ae8bc4bb374de8d423a7f044117a834d2857e9be9a23f3174f16935ba383d972ece8fa38b0b8ed04f3caba1db2455d36dda75e9367fdce9b633fa74871647fa9997c1f4f3064df4f36f2fd39d5fb5d22fea78d15d147fd05d83047437f855ba7b7933fd9a4629fd063799ee71632bdd63b486ee297d98ee75e51efd365391eeabab4ef7fd45a5fbe9dfa40728bfa007207de801b917e9816fdae841ed41f46089397ab0d7367a08e1133dc211458fec1ba7472e78d0a3b414e8f74e15d1631991f4fbec3a7adcbf657a7c7017fd81fb5dfa83771af404e2557a42c6297ad2da2f7ab2eb2c3df986173db92c979e2a25a4a7aad8d21f475ca53f6ebf484f0b90a4a787efa7a7cfced13376d1e819c219fa93a1ddf4a73be6e85987d5e9795ef9f41799cfe8855a66f452d9797a6919965ee6a9492f8b09a3bfde61447fe39c45afb5be43af2df9436fbec5a5b7849ea2bf5f90a777ba26d13f0d9da377e55fa077af8ed17b86ede8bd8213f4ded88bf4de84287a6fff35fa67db567a7f7228fdab06923e1037471f48cca48fc005f491f270fae85b803ee6fc9c3ee6de451fdf7c933e1eb1993e5e788e3edea841ffe66d40ffeed246ffde26419f38799d3ea9e84c9fac04e8d37635f4e95b22fa0cf40efd47823e7df6d25ffaac971d7d6e9b147d2ed791be68769cbe68ee4d5f7484d07f97dca32f5987d057900fe92b1f8be9ab9a03f455431bfa9f7b32f475a1157da3a4892171ab8bb1692c8e21e9b0c690b2d9c2d88cab61c8f8ff60c8a4c218b2a1a10cd9873486ec620e638b6104436e8f36433e93c6d8267ac450742d60282e383076146a31944fa53094cfd218ca957b182a651b0c955a63869af163861aec2943ed9e98a1d62bc7d8257b9bb1bb3495a16968cad014ec6468599433b41c480cadd17a86b6c325868e4d0743a719c9d03dc660e8de7cc6d07b52ced0379063e8ff04197b298d8c7d241ac34056956190e0c330921a661885be6018f7de641cc4521887850f184784418ca39fd90cab17fa0cabd7dd8c632a1d8c63ff448ce3f5fb18d06def18d08a15065c35900178cf30901ea10c948711032317c6c0b0261918711003b7c79e417c5ac100fd3218e4421d06f54f3583f9c094c17cb1c8e0ce3e6008b7cd338417fe32c421ef18d6a1ea8c93e478c6c90f62c6c98f728cd3700ce3b4a73fc376f53ec3ded087e1a0be83e1007bc770f01b6438b67c649c17a931ce0ff318e767ae32ceafa7322efc66309cac5f319c3a2a194e135c86b38d0ac3652585e15a26c9b8a41dc2b84c32675cae99675cee8532dcbc9f32dc757630dc73200cf7b641c6557218e39a610de3569513c363da8be13d758ee1f383c8b81d58cdf0a37e65f8aba633fc3336330207698c20cd6046b0ec0823345a96115a20cd08330e62843f9d62dc2d15302216541851fe818ca8f04d8ca8f43d8c18cb0546ccf5178c7b0f5f33e260558c78f5dd8c07d1c38c04ff0e46e28d5946e2f238e3e1cffd8c945b198c9447068cd4d209c6e3cdb28c747c09239d17cdc8dcf194f1ecb20ee359be37237bba9291bd6ccac831ed60e4e08d1839e72718b9eba7187952ef1879677a19f9edcd8c177b1218055c22a348e717a3382e8851fc2399f1ca4a8ff1ead50b46b9de53464536c0a8a89066547455305e9b39322a655718951f2518953ff5186f703f19556900a39a876454877a32aadb5c19d5eb198c9aae36461daf8451e78067d47d5e60d4cd5b32ea7b93186fcf2931de7a32196fdfbf6334e436331a6b048ce6dd6a8ce6f4af8c77359d8c16fb59c67b0b0dc67b0f3ea3d56c89f1e16319e3c3ba0ca3cd12607c64ba313e664a31da53ac181d8d868c4eee18e353733fa3cb89c8e80affc1e8fa7898d14db662f444f9337ab2fa183dd5bb197d4fa2197ddd14c617db7ac65789bf8cafae528c010a8131b42ec118ae6e678c3cce678c6fa131be8b088c89c3b7191377fb1993f6bd8c49275bc694512b6306f061cc263c63cc6dfec198d36b65fc3c94c6f8197c8931ffdf593cdbc858b2ec622c1f1a62ac8a5d18abc9d28c3fcaf68c3fd5df196bae9b196b550a8c8d33ed8c0d7f39c6dfb43cc63f7b1ae3df3a9929a1a7c3dc94709c29a9758429d991c5dc8c8e614ae3a499321fd498b2b20f985b1e2f31b7ccea33b7bec860ca61be31e5aebe63cacb5c67ca6b0d3015642f33155cc699dba615998a477b998a5017a69269347387fe3a53f9723553a5378ca906bc65aa5d5d67aa956631775df266eeba26cfdc9595cadc1dd2c7dcfdf73d5313ddc0d4bcdec1d47c39c5d4ea5e656afdb165ee894f64eef97397a9bdd6cfd4778532f7424e30f7edddc4dcffe02ed32089c634bc51c6344a71621a35ac318d0f6398268abf99269c64a6c9df01a6e9092ba659d63de6c14373cc833dde4cf3487de6a19e38e6a15e03e6615a05d3222096699168c73cca7bc83c9aa4ce3cdaa2cab4d436645aa96c655a156730ad0619cc630b6b4ce8e7bd4cf8e66026bc289509ffb8ce0478b94ce0f6192622dc8c892ceb62621aa599b8edfb99b83d3b98388c2a135f7d9449ec9c659286e04cf29f6526f5358a496d4b66d225f94c7ae549265be62c93ddadcbe4c8553139b3ee4cae972c5328c1610abdaf314537694cf1ed04a60dfc0bf3945e02f3b42ac8b4a54f32ed0eb29976fdb34c7bdb18a68302c074f078ce74f039c7743c92cd3ce72f665e687ac8744257339d4dcd98cef5f1cc8badd14c97d0f3cc4ba462e6e54d68e6158d1f4cb74b3b986e1f9b99ee0536cc6b4324e6b55fb799d7b31598d7072298378e7f647a3844313dbab7313d0957999eff7c985e91414caf5e6fa68fed15a64f5626d3772f8ee977b88fe9e751c6f4dfdbc7f4675c61faf3de33fdcff398feb9a8ffac3303b6ae3203c415cc80af6bcce0c57166a89907336c68807947ee19f34e8b3933fc792e3342718d1951779519894d62463e78ca8cac6431a315149931fc44e6bd437acc7b151f99b1f422666cff6be67d175de67db772661ca58919675dcc8c738e60c6b97633e3afc4301fd8c5331fc4b43313a0fdccc4ca066692cf536672c157e643770233c5499f99f24d99f9c8ce8899bab2899931b8cc7c62a3cccc544e65665ecf6166d1d698cfb05eccecc633ccec0f8dcc9cdf8eccdcf623ccbcfb4466fea50566fee775e60b097de68bdbcecc82745f66c1b825b390ecc72c5c1b67168d68334bfecc314bb34c99af0a3e325ffd9961be5a5b6396bd196296c79c6696172930cb278f302bcc7d98af47aa986f9e8432ab73fa99355106ccb746e7996f8b6e311bd789cc660a8fd912d4cc6c1d9a63b6af1e6576529f32bb6f3e66763f596276ffd9c7ec79cc61f63989995f226b995fa63d99fd4bd1ccaf17bb99032d6acc210553e6d05e1173e8c32de6d09767cca1b954e630bb863962f780399248638e45439963654ce6f7be52e684431b73224a863919f595395928c19cda1ccb9c76b8c79c653f61cedd9963feaccc65ce83ff988b273c994b7946cce5f014e6f2e01a73650f9fb9f2653773b5ea0873adcd9eb9ae31c0fc1b6ecbfcfb7027f39f0dc0fc17aacf92f899ce92542e6249d21eb2a4bafb59d207beb1a44b1fb1640ec9b3643c6eb0640a1259b2fb1a58b26e13ac2d928e2c39d5572cb9773f58f2dc7a96fcf52fac6d322aac6d6ab1ac6d2c0dd6b6804896e272376b7bc043d6f6a672d6f671039612b282b5e3d55996aa228da5b6ff374bedb7264b1d93cd522fea66ed7a246469edf661ed894866e9cce8b274366c587ad7cd597af170d6dea041d6defe70d6be3de758fb6fa15806c0359641432fcb60f208cb60599f65f0a79965d851ca326a6d631943d02ce32b1b2c930c06cb4c1fcd3af8f802eb60238465eed5cd324f89621d1a18601d71fac5b2b813c33a2a98601ded9f61594d26b38e353e611d5b26b08e37b6b18e2fd158b02d2a2cd8188d058f4b6021640fb21082332c84cf0a0b519cc942aa1f67a1fb9fb13011862c50278b058e6f62810b1f596493e72c4a51138baafb9a4513f5b2181d8f598c6f27582c0d1516cfd790c57b9dc0e23724b104dc5296d0769925f49961099bcb59e29a9d2cebb114d6c9994bac938b0496cdcd7e968db73ccbe6c931d6a95b7b59a74deeb36ccf4fb2ec55ceb3cefeface72bc816139d95d61b9804a2c972513d6a59362d69537f62cb7fc3c96bb653eeb2a35817575258675ad71987543e910eb062e9f75e3520ecb0316cff2b812c7f25c9d6479431eb17c5e3c66f97c2b67dd2695b07ccd4a59be47d2587ed2ab2cbf9d77597ef17896fff916967fd33c2b5063921508ec66057ddac40aeb7761dd39d0caba1314c30a2f38c2badbfa90156166cb8ac07e62457499b1a29e7e63c5bcfac0baf7759e15bbcb9d15ab19cc8a3f0f65c57bb359f1d961acf8b124568272012b89b48995149dcb4afa2464a5249d65a56c64b15267d4586976b6ac345f7f565a148495defb84959157c0caf8fa89f5c4ed3fdfca584f5561accc7f5f5959bfeeb2729f0858793e0eacbcc40156de0f5956beec21567e4e3c2b7f3282f582b09f5534f999558ad363bd3a4c66bdb2aa66956bacb2ca0b6fb12a1c86586f968758d5359aac7a655f56c3694b56a38d3bab99f38ad5b2ef3f168bac0f4806eb431e89f531c797d5aea5c96a4ff063750468b03ab139acce914ad6a7cfb7595dd4b7ac6eb633ab47638dd5e31bc5eadd02b2faee4cb0fafe4ab0fa2172acaffb9459035711ac81da7ed620ff0c6bb0628935e4bd93350c73620ddfb5678d7d6e608d4d29b0c653fc59df2fd8b1260ca75953ddd758d30219d674780eebc789a7ac1fefdeb366f7bd64cd52535873e65cd65c93256b3e209635ff758eb55867c6fa857fccfa35f78bb5642bcf5aa6bf61ad6c46b3566277b156e7ec597f7a4759eb7f1a597f1336b325748bd912876fb1373d6d644b16fd644bf117d852217cb654f471b6f47629b6f42e19b6b4268d2d73ca9d2d733b99bda52994bd1551c7defa7c075b6ef7185b5ec68e2dffe8325bb119c256b27dc1567a718fbda3ce80bd1305b055a4796cf5a81b6cf55f2a6ccd6a7fb616cf97ad159ac9d67a65ceded327c1d63e9ecdd6667f63eb285d60eba414b275b5dad9bab954b69e48ccd6f7b4fc8f1f7b5f5d1edb40ad8d6d6017ce3601b3d9079b14d887be3c611fb190611f09b1665b442eb28fe90cb28fe53e67431e3f6043edfad9b00b5a6cf87c331bc967b151d2b96c749d908d2960b371fa696c9c1d8e8dfbeacdc62356d878bf65363ef5009b28b1870da64eb1c1feeb6c52e0129bf4e32b9b2255c1a69c9b6553af39b1a9fe5a6cda3d119b8e7764d30b46d9ccfd856ce6817036d32a91cdde57c4e61c80b3399c7236c7ad84cd8dbcc5e666acb2f9fbcad8fc5b4fd87cbf45367f219f2d4858620b1b7bd9a2243c5b34e3c4b6be66cd3ef556897d9af38c6d6b5ecdb65db8ccb60b4d64db65b4b1ed9e36b3ed3eed63db0b76b0edffdc673bc097d80ee782d80e9934f699633fd8671eed603bbea9669ff327b19d0eabb39d66386c676632db396f37dba582ca769d63b12f351e645fd6b7645f16aab32f3bef655fae98645f5157665fd96dcabe72329b7d6dd28e7d6da3987d3dca807dc380c1bee5dcc1f630a2b33d085bd91e0f76b23d5a37d85e6357d8debb33d8de77dcd9de6f1dd93ec9336c5f17013bd0fb053b58ee3b3b440ec60e9dd06687d5c6b3c31a7ad977b40ad9e1cfc2d8774fb1d877f38cd811f71ad891bb34d9916716d9915924765483093bea53313baaf7093b3a348a7dcf6713fbdebc881debfe947dbfef1d3b0ef7801d4f8f62c79f6d62c7df68633ff0e8643f681c67275adf603fba35ce7ef4da81fd387a373b6ddb79769aa2343bedf83df693aecfec273f8ad999063c76e687fdecec98f3ec9c811a76aef22776eea9b7ecdce064766e12959d4738cdcefb30c4cee73f67e75fdacece1fbfc37e51759c5d64a1cd2eea6c6717fb36b14b6eb9b24bbc4fb04b0a0eb04bd16fd9a5f4d7ec57d558f6ab9e1176997316bbbcb3955d616dc77ed3b38b5d65b595fd363c91ddf8e01afb3d11cefea889657706aab0bb22c6d95dadceec6eabfbeccfb1a3eccf9f0bd85f6e7c627f894d67f723cfb2fbed17d8034e38f680fb6ff6c0cc65f6e0735df690610f7ba8ae943da236c49e40f9b027d84eec09e1227bead2207beac92bf6cc2119f68f5067f64fcf40f6bc632a7bfefc37f662d40afb37a38afd9b7398fdfb84267b69ab3c7b697f177be93089bdb2e71a7bc56984bd129fc3fe835564afe9b7b1d74e45b3d73923ec0d0917f6462a93fd172ac7fe67f99fe833ec7fa5148e84b71447b204c3910ad6e06cee8271a4179f7064a9961cd97be59c2dcddb3972650a1cf9ef751c05997c8e62249ab3f3e01c4765eb104765e00447956dc8519b3ecdd9f5a69da38531e368175fe2e8580670742fb670f4af9b73f62a5de2ecedafe6ecb3bbc0d9e7fe92b3ffac1f67ff352ee780ef6b8e817d1ac7a0d99f63fceb27c74c738063f6b89173d0a19473d05996636ec1e3989f9ce21c72d3e41cb9b49973e4da43ced12c06c7123cf79f38ce713d750e747b30077a409103d7d8e0c0d33e7100392207485de300b3831c84911d0765b18f83de64cf41673ee76078251c3cdd83830fc8e0e0bf14700806521ce2c10a0ef18c0787f84c81034ab973c07bb91cb0c39d4312ca72484b361c727b3e87dc15cea1583139946f461cda5111873eb8c461c0777118adf51c4e6d2087cb2ae570b92c0ed72196c373ece0f0fd55390200cd1114b573c487e238e22a01e784e32e8ef591cf1c6b4a35c73aab817332f528e7749b0dc7cef532c73ef40fc74187cb71b861cf3913e3c9399bf592e37804c371b458e79c8b2be75cc848e15c784ae238e93ce2384b5ee738cbfde55cbc52c971b1a5725c1e2a735c53d19c4bc806cee5a67acee59e368ebbe017e7ea0f6bced5d51cce2d4b0cc7532390e3494de3789efbcef15c70e47877da737c6e2e71fc6ee572fc95da38817e0d9ca0b3444ed0c0142758e6062738f43727f83d9c131af288137adf8313b6dac8b9a3b4c209d7e271eefed7ffe84e2e277aa09c73cf85c989950338b119cb9cfb8578cefd651827ee582327ce03e0c4451de3c4eb7b70e2cffee4c4ff4be13c68157392ac8e7192decf731efef79e949e61ce230d554e2a99c149cdf9cc497339ca49fb66c1499b57e3a42d9de2a45f90e1a4a74b7132dc189c8c6b4b9ca767619c2c155d4e56e4534e56d60ae799f57e4e36a783937dd291931354cbc99f32e5bc488ee014d91ce19410dd3925694f382fa37438afdaf09cf203284e456e25e775c7154e25ed1de78d1e8c534df2e054ff76e3d46d0be5d45dbfcda98b8de3d42f7872de8e20380d777c380dcf65398dd40b9c6645274ecb33e17f3a392dff2a38adb8fd9cd67c054e6b830ee743a13be7439b90f361f119a72d6137e7a36c15e7e3be74cec7cfe59c76e42d4efb2897d3c5f8cbe9e21ee474076fe6f4600a383d49d7393d8dca9c5ef430a7f7fe214e6fcb114edf7323cee7fc42cee7715bce9797ba9c7e9f5a4effb7c79cafd3e99c01512367586a9e33a27b9e336a91c119bd2fe68c2d9772c69dbe71c673d19c6f0d299cef0a519cefbf9638138c62ce54493a67fa55026726db853333bf8ff363a594334b50e12c7acf727e356b737e2727719664c49ca5b460ced24b47cef28ef39c959f0cce9f1675cedfc826cebf0378aee4b35eaed4481257dae0de7ffe72653456b9322d535c9985abdc2da142ae5c8c0357ee531d57c1ae95ab782a98bb7d653757e9c10877e7ac1757055ce1aa5c3ecd552d57e2aa2d2773d54b445c0da3a35ccd80635cad285fae765c34577b489fabdb6bc8d5c3dde3ee35fdc9ddbf7f947be05614d7d04fc8356ce9e01a0e7ce11a2979708dca915c63e829ae71541fd7e44c09d7e4de49ae493d8e6b6a0172cd252ab8e6336ceee16da7b81676afb847f52db8961a4d5ccb7fbd5cab233bb956f536dc63b017dc63b3282e42ea3d17e1b0c845446ee7226ffa73314a495c0ce129177396cec5845ee562aaccb898df525cec0d3b2ef8339c4bee6ae292c71cb9d4a0212e6dfb592e33e52f97756417975553cf65372a7239ad3e5cae7a16977bc484cbbdc8e272672cb942a5ed5ce1251157f4ea38577ce522d7baec0dd7e6af807b2a32997bda2b9c6b6b769e6ba7f99c6b470de5da5d08e13a9057b90ef6e9dcb31706b867bd4f72cf51f4b9e7bcd6b8e7c2bab84ebb54b8ceeba7b92eab1cae6ba832d7f59e16f7d2beabdc4be5abdc2b77dbb9eeb222eed58807dcab6fdf73af456ce55e9bade5de605b736f5466703d19615cafa3e7b901425f6ec029476e40d1036e60d1116ee038971bbceec30d39b2ce0d49cbe286b63ce0de49bbcbbdd3769e7b67e31e373cee12f7aee7366e2493ce8dca96e5467d4671a3c5546ecc294f6eccaa09f73eb59f7bbf399cfb602c8f9b908ce4262a1ce5261eeae5267bd87053ec2f735366ee7253b9d2dcd4d1666efadb006e7aeb5d6ec6f5eddc8ce7cbdc27aad9dca7460adccc283437b36a809b35bb8bfbac42939bada3c4cd8e71e6e6ec76e7e6427e7173d383b9b9554adcbc710ab7a8fa11b78445e49614e5705fb61de0be1abfc97df5ef37b7ecf2016e59a60ab7ecc50e6e79e6776ec51575ee6bb79bdcd72527b8951e29dcaab81c6ed5da2ab79a55cdaddd99c7adedf2e6d60f7ce6d6afb772df3a7fe3beedcbe6361c92e2361ecfe736865de136b9e8709bdef4709b4d26b9cd768aff69e33697f472df1332b9ed7bddb81dcdeddcaef6cbdcde7c056e5f7e23f7732d85fb65cb0af7cb7a31b77f4b0eb7ffc404b7ff653cb7bf7637f7ab4506f76b9b02771092c21d7c758b3bbcc6e18efc1ee28eaedee58e9d49e18edd6170c7cdc7b9dfde4673278ff77127df88b853075e71a72acf71676f7b73677391dcb94f77b83ff77de5fe9cfec49db7f0e72eaccf7217377570173fdee5fe3e8ae4fefebb87bb7ce01977359ac4fdf39ecf5d5775e2ae5343b8ebfe30eefadd69ee5f4e07f7df910fdc7f2407eebfdb723c09a6374f52e6334fd2588ab7d94a8db739cf9ab7b9af9b272d63c9939effc8933da8c3db12cfe5c953313c05f7e73cc59f5d3ca56819de8ea157bc9d9f7279caf35e3cd597ee3cf5989d3cf53a024f8358c8d3f8c8e4ed0eefe0ed4ecde6ed9ebcc9d3849fe1693aa4f334cf1af134afadf23497fb785a92b7785a77e6787b6ed5f2b4abdc78ba92db78baacffb291c5d34bcee4e92f0979fb649b79fb7f35f00e7cdecc33c0823c83867f3cc3fd089e31d691674c75e119477de219bf47f14ca3113cd3fb3c9ed9c224ef90fd5bdea1891cdee1f3fb7987e3b13c0b713acf4ae22ccf4a8dcf3b263fc43b263cce3b76ee0d0ffe618e87c0b2798817de3cd47d0f1efa6c220f9d55c1c3bc69e461ea067998b6651e961ac7c3976bf048d6253c32b0c4a3769af0a8934a3cfae52a1e3d379dc794b8c4636f5de3712d4778dcc15b3ce1b69d3c71cd34ef44952cef44972defc45a16efa4b922cf664b0bcf0683e1d9242278a73b0ef26cc15a9e6db51fcfae06cfb3ffaec173b8d2c43b8b3fcf3b5bf199e7285bc573245ce7393e4ce59dc395f2ce3524f2cebd3fc273b2b1e239c5b8f09cd9d23c17d81ccf357a33ef928a37ef122c887759ba8477b9e915ef8a411bef9a7f2fefe68f03bc5b84789e87f1279e27c998e74590e679c568f2bc5db03cdff0449edf96429e9fa73dcfefe97d9eff48262f40e71c2fe0a50b2f705b252f10d4e5857ccae3850c1bf34267137961a5685e3882cb0bbffd8d7757528217899be34591667951bc115e54d5042fdaa69517b3fb0c2fe6bfdadd9748e4dd5f94e0c54bf6f1e2235579f1dfaff112164a788f2efaf0d2cddd78e977dff19ebad8f3329b3ef0b2ee56f3b2aac779cf340ff09e091479cf8a9ff09e97fbf1b2cddc78d91f4c7839f45dbcdc0a11ef45f65f5e816933afd0c08657bc6b3faf78fa11afc4b893576262ca2bb194e595dce8e4bd94fac52b8debe5bd3a56cc7b9555c77bd5f89357a618c22bafb0e555685de7bdd674e3559a50796f66b9bc1ad11f5ecdcb3bbcbadfd6bc7a6814af9e07f0de4a8df31a8e9ce035a26ef21afb70bcc66580d714a8cb6bfeedc27b67a1cc7b177c9fd7a27a98f7be6e85d77a3c96d776ce8bd7d6b58bd7ee3ec2fbe4f69dd7e5ba9bd7edb2cceb036b787da536bccf2162dee7f1b7bc2f3a27785f4f7ce20d9c8de50d1dddc61ba9ffc91bddfd9c374af1e68d3a9ce68d7e7cc2fb66bbc89b4428f1a6b65de34dfd19e3cde416f0660903bcb96a7fdecfe405de6f1b03deefd727784b890f784bcf6ff2963e60794b7fea79cbd809de0afe376f359bcf5bfd14cbfba3efcb5b37a6f2feea20797ff123bc7fabfff89b6e14f037b52cf1256b6af952cb44be0cba812fcb08e56fdd3ec8970bede5cb9b78f2e5ef6ce5cbb734f3153d54f98a796b7cc59aa7fced1e1cfef6c852fef657dff94ad51e7ce58f87f92a9d6b7c75309baffe7799af7199c5d7f00ae36b34a7f177f30af89acb727cad444bfe1ed9337c6d9570be362d95afcdafe1ebc63af3f5a47ef3f55fbfe0eff527f1f71dbcc4dff706cddfefdccd3fc0b8c83fd052ca377afe936fdc40e29b407ef34dc8aa7c135128dfccfb0bdfdc6d1bffb0c21dfe119b41be459806ffe8ddadfca34950bed5b1cd7cabdba1fce3d927f8408e0e1f7185cc47341ee5a310fbf898636b7ccc37041fbb55938f4f72e4e37bccf984e84f7ca2bb251f34fec32717f9f32932917c4a2c844ff39de1d32bbef2e9bd897c66bf3e9f7b70379fcb6be0f33787f00526e37cc19969be105dc917325af8c2162e5f5432ceb71e8de1db2665f1ed7eeaf1edfe7ce15f58cee73b4572f82ea31ff8ae2370fe95002fbe5bd125bebbc09c7f535a967f73cf02ffd691af7c8f9b5a7c8f1821df63b287ef29e1c3f7442df03df18e7c2f9f62be57ed71be577304df1bd3cdf7d9e1cff7c97ec1f70d1ee3fbfdb5e4071e42f103c93bf941a2317eb086213ff8fc103ff8ea477e0810c70f6f4ee0df657de0df5d7ecf8f78bc9d1ff1ee0d3f6a17841f05d3e7477115f8516d06fce8274cfe3d3336ff9ebf34ffde7037ffde0a867fdfe907ff7e983e3f4eb68a1fa724c78fdf07e7c75f47f31ffcc2f213963cf8893f0cf90feb25f9a9d610fee31d49fcb48de3fc74fc3e7e3af73a3f43fe1bffe92f157e66a20bffd9d6247ef69f617e8edd457eeea337fcdc86367e1e53819f57d7c0cf7f98cacf4fc5f1f31b33f82ff4e7f8856f73f925f8147ec9f738fe4be32ffc97a1a7f8a5194bfc57c347f965e733f965af7ff3cbf9ebfcf24e7f7ec5cb2dfc4a7375fe1bcb8bfcaaf26ffceaa923fc1addaffc1afb327e8d8f1cbf56f605bfae7e90df0814f19b78e3fce6356b7e8b812fbf0528e0bfffa8ca7fdf11ce6f957ec2ff4874e2b7ab10f9ed704f7ec7882fbf73dc94ff4920e677d94df0bb8ab7f17bbafef0fb0ca3f89f53cbf95fae83fcfef15dfc01432e7f2004c51fe4bfe40f6de6f387085cfef08329fe883e9a3fa6a7cf1f9789e78f0ffee17f3b41e37f7372e74facebf0a7ee96f36786fcf8b35253fcd97e90ff336f8cfff307c09faf8be2cf2f0df0175a52f88b13c3fcdf16edfcdf5f1ff1d7b4eef1d72d2df8ff9e9809a4305b05526528c1e6dfcb02e90a9a40baebbf9c7927d8fafba540ce225420ffe98b40e1f1b840a1fd9340d1ae5fa0180208b6dffc2850ba431228a52408769c0d15ec54e812ec34691728abf0042a9187052a7f9e0854aba7056ad74f09d48a1b05eaa10881fa9f8f825dc3bd028d934c81961c4aa0559523d0ddc513e81eef11e88eac090cdfde111845dc15180d3c10182f3c1698908e0accf4360466bc0481991742606eb65b70e868bae01079b3e090e0a0e088738fe0e8dfcf02888da2008abe2e80c9ce09e0a52801f022568059e009b0d6e1027ca89b8028794d40ac321280ca850250d54e4096081650e22f0aa80ef3021a3d5b4067780818a9d7058c814001f31b4ec0da522be07c0f1070ffee10f0ed360904598602a1d5b440f8812f10d17e0a4e383d16589b150bac8f6e17588f7c129c0c170a4e69960b6c2fd0040ef65c81431f46e0f07d9fe0ccb619c1d9729cc0d1565b705e295070c16eb3e082cf90c049462c70d2230b2e1a3c12b876d40b2e8dd4092e9b8f0bae144f0baef4fb08dc4f780bdcdded05ee2124c1b51235c1cdcfbd028f2d348147384be0f98a2af0d527097c1700815f4289c0dff29720e8749b20f83a2808558815847abc13dcf9602ab8f3a75e107e524d70f76a9a2062525f10fdc8481003140aee05bd13c4be5116dc37fb27b88fdb2488bb262778b06f4390b0eb8a2041bf5890d41f2448764f143cfc6e2c4899bf2678d4dd2478345220487db02248cd91133c465f15a4c9ed12a4411c051997b8828c36a620f3579120e71828c8d52d13e416e909f28c3f0af21f44085e8cbd1314baab088ad6d504c59da68292da24c1cb5eaaa042ba5350715f5bf0ba3353f07a442478638d1154bd5a1454c7e80a6af61d11d436470beab6a409ea2fbf10d4a7a70bdeba21040d929382466b1d41e37fb568c22f099a2da4042d27a98296055fc1fb530f05ad33438276eb3c41a77c84a0f387aaa0eb7692a037c343d0b7cf4ad077ee92e0f3e082e00b8f20e85731140cd88f080627ef0b0617860543331d8291e6bd8291b64ec1283a45309a2c147c137909be2db304dfb5f609be5f79249890382d98684709a63cd20533db3709662aad043f720605b3faed82d99e46c142d669c1ef1db982a5b57cc1aae727c11f6925c19ff79382359b25c17ad30fc1df6b22a1c46f825072df15e1e64b0e42698b3f42e9381da174e12fa1f4f44fa18cd267a1ccb95b42d91b30a1ec4c82708b5a89504ee6a450cecc4528d78714cafb2709e55f380b15e014a182fb66a142da9070fbab7342a59978e18e209470477f8b706746ac50559e26547d7241a82e7153b8fb3854a83bb255a82fdb2e3472db29347aa328340ed2141abf70119ae80f088fe8ff165aca380bad92e0c26350572104681542c34d8430752721ec788d10165e238467b609118ae642a4e78610453f2944096e095157fa8598cc4a21a6cf5c88afd11592bb6b84147b0921ad1325a4ef9a1332692221eb4a82902db21572d20c84a28a1f42ebb8ad42eb950ee149330da18dcf01e1a9b230a1dd19b6d0de435568bffa4578a6695178b6faa8f0ecc455a1e30182d0512c233c27382e3cd7b5283c7f982a3c7f2a5de8141d25bc221528bc421f10ba65be11ba8ddc155e6d0d115ed7620b6f7cb929bc357945e8318c127a9d68127a9d74147acb8a85de2b97847e1330a1df828c30701b4718a29e2e0c454384a15139c270535961f86fb23042d55a1875a647187dbb4418a356278c79ad29bc477b22bc3f4312c62d4e0a1fd08d840f7ce3850913abc2c4a62861921249986c17274cf691102607e60a93377e0a5355868469f041619adb9c308385143eb95c2dcc543f26cc8cb824cc1ccf1666e9480a9f1d6b143e2f782bcc46ed1666fbb70a73187dc2bc4faec2bc7f9b84f91332c217e66dc2828b9b84454b286171c890b0e4cc0161c9cdfbc2d29b8dc2575936c2b2f6326179ee1be1ebfae7c2371ddf84550e7f84555ff385b5f7c784759f1684f5a678613de781b05e18227c3b451736183e16360e7c1736995d17361d9713366d1c12369b5085cdde52c2e60ea2b0a51e2f7caffb56f8feb691f0fd1719e1fbfe52e1078313c20f2f1d841f2a3b856daa8ec2364f5f615bfe6f61bba491b01dff51d8fe982deca8b61376894e09bb493f84bdbfb608bf1cf923ec4ff3117e3d45170e6ca9110e460d0807334c842397948423a59ac291b506e1e8f10bc2515f5038aeb24f38ae1a2cfc265d2dfcd6b34df86db84df8dd3c5af83da154381161219c18fa2a9c04d0c249bcae7032febb702ab14e38734720fc79fc8170a1f29870d517255c93b717aead670a37bcd8c27fe7964512b05e91c48508d1a6323f9164728c6873da5fd1e6960e916cfb7dd116dba322b93d3491220225529c96146d97ad1529bde3887678388b763cd929da312529da492c12edac1589549db244aa5efd22b5901591faa28f68972b53a431d725da8dbc29daa34913692f9f16e9f809453a0d64917ec221d1fe2a77d1fef10fa2039b502243af1a9111b35064b2db4e64523f2932056645a6175f88cc0a9d4407e51645e6db8a45871cb44587860f8a0ebff01259b49d111d851d141d4596888edf668b8ee71d134122ab4490d46f2278da09113c334d041f448990556122d4e14a11eaed61115aa02d425f8688302fe345d87ded22ec48ad08dfe42302596322304647044e8d8948f385228ad16f11f5355144c3058be8cd9a2286df4311a3de5cc4ea5011719ed48af8c87e11bf502812fc5e1059db1f12599f97175917d48a4e3a54896c963545a7738745f63f47458ec54aa273f820d1793719d1053fa6e8429e96e8e2356591abd44791ebeb8ba2cb5bbe892e0345a22b1b74915b9d9fc83d0527ba76784d747de49fe8d687db220fb296c88b7e41e4155024f2fa9620f2be4a15f96f7f28f22f4d12054c7f1405ca6c160546aa8842f44c45a1285d5198b7aae8ae698a28e2a2bd286a6f8528f64e8ae83e9127baffd752140fc911c5a7be103dc88b1625e4368912160d45492ed2a2a4e04ba294fa34d1a38bd744a9b20f45e99087a20c9c99e8e9ee0ba2a74680e829f857f4f4798728335b5794b53d52f48c401165bb968ab25fc88bb2ab9745d99d0451ee8e68d10bdbbda217374a4485bc5c51e1a550519191aca8a8705454d42b2d2a9a1e1515f32e894aeb1f8b5e5d792e7a15f89fbe7551198126aab89b26aa88bf29aa1c7b28aaf1d012358c99891acd0e8a1a1f91448d83bea2e62435d1bbdc0451cbcd0e51db694951bbcf3951e701bea8fb6cada8e7c4b8a8e7e21b513fdd55d4ef1a22fafab547f4f5d7b26800592e1a082a150d1afb8b86962e88864b964463dbcc4563f91cd1b8fa66d178d54ed1f7574cd104be5234719a229a84d3443ffe9bbb1fe6b744b376aaa2d94545d1dc9e1ed19c4ea468ae695934f75b52b4f056245a14fa897e8306a2df4d3cd1b29db368953523fa93d12bde64cb146f5a2d156fbe5d2e9656f010cb94ab8865fdb78bb7cab0c55baf3b88e5727062f9ac2cb1c20b2fb1e25a8078fbadfde2ed6ffcc54ac7b4c43b0e588a7758cc89775c3f23de91754abc13e728dec92b102b23616215cb79b1eafa98584dd954ac66fe4bac86af11abc72e8935ac5062cd6b0a62cd218c58abefb25807a526d63d2714eb7efa27d69b6d12ebcb6d13eb0fc589f76eed11efe5ee10ef3d7b567ca0e496d8a0c8416cd4b54b6c2c7f526c7cd65d6c32bd496c569326361b258b0f96a78acd3f3b880f97de121f697f27b6b8705c7cb4f7b6d8ca2b437c6c5b97f858a4ab187a2c5f0ccdd61543eb4e8be1aa5a62609fa61891a52746ae9e13e374acc578430d319ed02bc6db778b09c72ac54413673191d32c26bfda25a6e025c4549e97982eb922665e51100bb49e8ac50aad62f1d15cf109ff93e2136d80d8da65a7f824302db6197c2d3e75f1a5f8f4d7bf625bf329b12d6fb7d8f6a286d86e4c5a6cf7db596c6f9f2eb6f7fa2bb6ff4e173b78026287578d6247ce7bf1b9c73de2f3dfa5c4e7a72bc517e005e20b934ae20b0b53e28bc463e24baa79e22be165e22ba3bfc4ee40bad87d64567c4d9b2ebe76a85c7c8d6928bed671587c6d052abeae784d7cdd2f5d7cf31a5d7ceb9eacd8a3ad4dec69a02df68c37127b191a8bbd8024b1d79328b157c54eb1f71913b1cf8dff315c9ff1587f5100c065a7610bd92219d1946494110db4d0b3f7de7b3f76d92b2d2b229215a50891ad229499868c1245cac8e8ff7ff1fddcfbf277cf39f777ce1d004817960021213b0021efc180b04f6c40d87804209c2806843f05032236af02227cea0011fe3701917a370051ce4a8028d07540d49bcd80a8be6540343f0f1073420c88817b03623e2a00623f5301b10bb280b85e082099120548e928055c27ad006e1c3005dc386303b8410d00dc5c9900a42f680132fc5b01991179806cad16c09d37370139eaaf0139454980bbb8294041f61640e1cde380e25e16a024f005a0447c0b50328503546c22002a86fe012af765022a5f7c013cdae20e783ce5037892dd09784ab3073c4dde0ca8aef803a8c99f06d4fc8a06d4ac25029e5d3d0fa875b301d4befe0aa86b0b00d41f8000eac3a580e71d758046dd0540a3d143406b5624a0f56325a0dd4506d051c602bc34dc097875de0ed0f52404d06d6d02e846aa00ba5f5f07f42896007a59ee803ec45e40df2c09f0766304d0ffba1730e0b21730680f070cc94e01864eac0186869400439f14012349070023bff700de0b7a001f0425800f65fe80cf7809602c410ef065781a309904044c162b03267bf880c9a565c094c766c014dc16309d7f00f03de33de0875234e0073616f0f3d227c0cf2665c09cb92760deee33609e4f06fcba7307b0507b1eb028670058dcdb065876db045841e60356060e0156cfbe00ac76f600d6d68e00d61f8f00d69b26011bae44c0466d28e0dfa111c0bf633b809bdcc14039140f285f2002cabf000215aefe022ac4da02159bef00959ee60195731280ca7f2d809b03e6819b83d5805b2cef03b7aae0815b2dd8c06d7a7780db6e90806a4907805ada52a096ce0a50e79a0c50f7e469a0c1c028d0a8f907d0a85f1f687cf619d038341e68b2b7166876c71eb87bf417d0ca5004b432390fb43a700e68c58e015acb8501ad3b77036d5f2c01ed4d314007d5fbff7b0374e0a281fbb89f8007468e000f1e98011eb26b031e7e2a051eee08051ef1f3063a1d68033a7590804ed349c0a32db2c0a3f39b80c7fec2802ef66781aecb494037fdcf40b7e67340778405f0b85238d0e3cd6fa0c7477fa0e7d54f40cfa643402f3604e8f55b1378f2140fe8d3b70be84b08079eda9b083cc519029e118f01fd567480fe767f80fe651460c08fd7c073f70281e76d158117f63d005e74ee055e7c6702bc38a30ebc94ff1b18f8fc053048f52c30e8e749e0e5f1074040b70408f2d80f044ddb01a17bee00a107e94068d53320fc662910def517888c610151e40420aab81b88de0503628cbe02b1c56820ee840c10171f05c4bb7c02e23f1c0412cad38084e79540e2c74020796805481dba05a4cec701694a3780b4584b206d3215485b08073282ba81cc662a906da50d641f5f00b2039c801ce72d408ee03d90672301f2a7168002f33f40814b3e5072de0b28f9be0694da3d044a37ba8021616f8121f54ac0900f6f8021d3edc0f0bc63c0f0373ec0f0f743c008dfadc02b3eef8057c46780319e8ac0f8241e30fe7a1530beb40c98583c004c2a3d024cd649012643f1c0e4e837c094133ec06b3947806987be01af7fcf03def0f205de0cc5036ffe8b06a6ab6381e931df815915f5c0ac7f7060f6f97fc0ec10156076c90c30e7f97160ae0707982bc807e631eb8079499b807973dac07ced5fc07bc445e0bda8356001c61f58a8a90a2cbc280f2c4cf90b2c6cfe09bcef9801bc1f3a052caafe0a2cf6f702969ed102963ebb052cbf9a0a2ccfcc0556da32808f3d6781551ba1c027fd1bc06a4b1eb0e6320df80cb903581b4e07d6d577001b0a6f001b77fe6ff43bb099ef006cd147015b6ce280edf74b801dffd753a78a18d899fb1bf8b2370ff88a990fec760a01bef97c16d813a509ece97e08ecdd3507ec4d3e0aecfbdc0e7ca797057c976b07eccf4400070f4402073fcf0347769a03dfffb5048e7e7d04fce0b41df8b1e324f0136f09f879dc16f8c53b1a38b1e9087062261b3859db0f9c5cdb0c9c32dd0cfc9a9d0f9caebc029c6e69047eafb0007effdd0c9cd995019c09c7036792ea8033398bc099b524e08f5a5de04fe467e0cf2847e0cf5b6ec0f9f9b7c05f72b2c08597ebc0df7af5c0df2711c0dfb41bc03f1617818bb4a7c0a537fdc0bf6dd7816b97ce03379a9c4132ac372005a3fb20e5f527a0cdb651a0cd923cd0e6de0fa0cd7d26a02db925a0ad6225905af511907afd759086e90b90c6250390e68f3a9056f97e90567b1f489b9e00da71c90cb423fe04487753374877673148b76119a4e7b505a4f7000dd24f3403ed3cd100daf9fe27c834e01fc814f61064faa61464267807322f65827621874116b0fd204be72e90251a06da7d8204da63a20bda734515b4e7051fb467d008646d6203b2ce7600ed53ad06ed335504edfb8907ed9f7f043ae804031de46b810e1d1c071d42ab811c957e801c7749414e5b55414ec70b41cea00e90cb255590abdc3f90fbc437d0f19323a0e365eea0134047d0898fb9208feacd208ff16290b74200e8647104e864bb3dc8a7590cf29dfa063a238c019d85da81ce56f682fc375641e76d7440e78fd24017c50cd0a55e2828f0340614c8c28202530f83822453a0e0ca301030e6260842da0b829e0b07415fbd01c124db4188784310e2b70d08b144042149a920b460068469a78370ec3d20dcad6e103e671e845f9a041144b741c453aa2062a62c88625701a2381c0651cee341548757202aed3e883a9b0ca2e1bd408c04318869990c62152881d8bb6e8338175a40dcfc1b20fe016d107fc10a244c7005497215402187ec40a1879b40a195d1a0d056795058ec515064381374e5c675507463182866e9152856320c8a430683e22fe78312d2fb4009af9541a972ada0d42824e89a7a22e83afc09e87ad114e8fac759d08dcf3cd0cdc001d0cd6912e816ce11941ee304cad83208cabc3502ca2a6c0665dfba0dba830e04e51af041795166a07c902628ffc61f50fe8b6950fe7237e85eaf31e8dec4395081e20950818f045450721c74dfc20874bfcd11f4c0ca1df4c0f630a83836155452ff09546a650f2abd030195913e801e4eb8812a1dbc4095e05150e5da07d0a35308d0e3ed6da02a7520e889b70be8e9773f50f5ad53a0ba1f1850ddea2f50a3010fd4e851086a5cb8096a7a58036a7e16086afeea0b6a357202b5269d06b55199a0b68c2050a79003ea7cf11bf44af813f46a703ba8cb6a37a8cbd512d495f3bf112350b74f05e88dee12e8cdb50e506f351bd4679a05ea7bb519f46e7c10f4ee5f11a8ff563a6830e00968f0ee63d0e0921c68a82a16349c950b1ab17a011acd7e0a1ab3fc0dfab2f52a68fcc863d038f929683cdd0d3411e50d9ab8610b9ac8ec034dda4782a64291a0a9849fa0e9eb72a01f5a4ea01f002168bef31fe8b7cd07d06f1a09f4070106fd596482160d7781969f9d01ad3c8281febeb003fd9d5606adef7b085a17bf02adffbe01dae876016d7cfc0d9671390e9625c98065af2b82e51dd96085ea52b0a2a51958310d0256ec2c032b41d2c04a35c96065b30cf0e6681178cba14fe0ad385ff056f13a785b400f785b8423785b6a1578fb9969b0aad401acfaaf0fac66900456838ac1eaeb3fc11acf0f82353eee056b3a8f80351f0781b5a40fc15ae10e60edd3eb609d940cb0ce8b19b0ce9b78b0ae511658b7080cd6e3d982f5528bc0fa9ae1607dfb49b07ebd3b587fca1e6ca8db0a3634c0800d972e828d584fc046712fc1a688fd60d3e12760b37b54b0f9f073f0aecc64f0ae4fbd608b983b60abcbe3e03dcf7ac0b621cfc07b5f5981ed47bac0f6df92c00eec4eb0c31f7bf03eb42ff8408a0cf8c04755b0a3f816d8b1b60d7cc4b6157ce4de34f8c8f209b093e320f8e88e64f0311b29f818f32cd865b519ecfa3907ecb66c063e5e7b117c4284077b60ce803d2d96c19e8fadc05e176ac1de66a560efc019b077c579b0772f097cb25217ecd3a20af6590900fb26da837d17f6804f6933c0a7da3ac0678e2681cfaa8682fdfe8e82cf237783cf87cb832f2c0c82033d9ac081cb21e0c0d55970b0ee7ef065ba0118ac9e0086e4b98021afb8602862160c3b4706c35ae3c10835073082e8084669bd07a39f41c1986fd6607c402b189f9e08c6775e051364d5c1440b20985c5401a6fd3005d3ede6c1f4261298f1a007cc94a78099451c30fb8f1b9813df0de63c7e0fe679bc02f3776c060bba7e80c5be3fc1e20f256069823d58da8e004bc7ae82435e70c121431ee050a33a7028c1081cfae514386cc708382262011c91a70d8e8c3401474e2e81af2aa980af163c065ffddb088e317f028e3d79151c2f7e084e88d601277a6e0727f1fbc1c97fa7c129381a38d5431e9c1ab9059cfaf92af85aff26f0b54543f0cd537fc037ef45836f83ff826f274c836fdf9b03a7974480ef9cbe0fbe533103ceb11d01e794268173dda2c17721c6e0bb9864703e7f0a5cb00d0dbeef77027c9f720d7cbf81052eb23e0b2e723a032e6665824bda12c1a5caf9e0d2650b70f91e7770b96dc0ffaac10fe536831f229f831f4606832b0fdc003fd69a0157fdc9003ff11c003f3997067eca6080ab2d1e819f9d5e023feb2a043f5b15816bb1e6e0ba3929f8b9c753f0f34b35e0e7c4297083d76d70435b33f8c55c1db869ad1edc6254026e3dff0bdc9a6c076efd4807b7ddac07b78f18815f1ece01bfb2a0835fad3d03779d7d0bee22b480bb6647c0ddc377c06fdce1e0372c1d704fc16f70efdf37e0be8004f03b3326f85de93478e0e40278b0662bf8bd793cf87da5003cdaa700fee0620bfec87802fe581601fef8b4063c96760efc05b11b3cfee6307862f02378924b054f66e882a700dbc05fd94be099dbc1e09fb876f0dc0503f0c2fe2cf0c28d9be025b928f0522d1fbc3cb61bfcf77a03789dd500feb78903fe97ff05b2498c80c85dd683c85f0c8228806e42141e344094235f42946fd54354d8ef202a0f1f42547ed740b6780a215bae1f846ca91c856cdfde09d9de710ea2665e0151cbc341d44aca20ea7553100d99368886fc2688c63217a2b9fc04a2859142b448ff203a444bc88e413464c7a70488aebb36440f7400a257ff0ab2f3522d64679313c4606927c450970e31ccff0031aa3a0431ea8985186b55424c28e51093aa4988c97034c474ff758859ce3e88b93911624e7903d9e5c58758cd5741f62ca640acef9f83d8ddad80d8950541f65afe86ecbd670ed95b6b06b1ef1b83d8af8f421cb68443f65dfb06d9cf4343f67faa821c3e448338b61c84380e79401c3f8c428e88b110a7dfb59063ec7310d73502c43d9a0e71bf7d0a723cc01de2b1f21ee2a93c02f1446a433cc335209e0d27219e331088777c27e464e657888fe73ac427f528c4f7ed51c8a91dd690331acb9033991720676d26207eaa7b207e15569080c624c839d502c8c56d36904b8fd62181555a9020521704aceb0b0117cb4060ea18084c0b02818d3321f00e1508dafd0b041dbc01c1447d8660aa5c2098654f086e9b3e042fa140f0453b218443eb10d28b8b10f2cf3a08e51d0e42e79c87303566214cc02a8419570d613f4143d81b91108eff7e88a0fe3644949b0409f37184845fdf0f8930508144846d854469d440a23eb842a20d5321d1bbe190e80f069098c39390d8808390d87728485cbb181237730912af7910123f990f899fae81246c0a8124ca5021c97224484afb3a24554a825c93f1865c0b7f02b956360bb9952084a413bb20e9e96848fa5d6b48a6b13c246b2b1092d5d40bc9260f40eed0c62177368221b9399190bb672b2079767cc8bd8b8720f76e98430a4eb3210597c320854aad9007122548499d2da474d32948b9bc3ae4e195679047fcfd90c76e5690c74c79c8e3bbe720556c47c893bdca902719769027b55a90a7c05448f5a18790eaa31e901afe33c833da66486dde2b485d2f1c527fe725a4e1461ae4c5f50148d3f04b488bfc334887423ea4a39b067979c80ff2b2a20dd2f53b14f226fa31e44d0a06d263de05e9357184f486ee81bc35b902796781830c88de4306248d90a1280bc8885b096404930019ada8808c7ef802f9f8fc24e433f727e44b0a0d327efb0264e2390d32c9f5867c3d85864ceb8443beff1a85ccec8880cc6664417e520a203fdf7942e637e121f3412d905fc7e720bf05b590458118b2981d0459fcd404592e780259ee3f0159d14b84ac8803212bc5dd90bfced39055d94b90550b07c82a2412b2c6e143d6fdf640d621df21ff4a2e4365a1bd50b97df7a07211b350051539a8c29745a8a29a0c54b16611aa241e832ae56742959a5050656555e8e6360054a5190bdd92ac01dd4ece87aa3a294255833e40d5344550f58c11a846b40f54230602d5dad605d559380fdd01380addc10341754577a1baa59fa07aeec7a17a6d3e50fdf848a8a18911d448fd30d4e87c37d4a8ff16d4d4bc186a2edf07b5b0cb875a3a3941ad6889506b87df506bb106d4f6d63ea86d9500ba0f5d01dd37af04dd7fee04f4806336f460d96be8a1c0ddd0433f16a1873bb6401d5fe9418f3c40438f9ed2811e8d38083d9a630275a6fd823a7f70811ee3e543ddd634a0c73388d0e3a52ed013f27a500fe30ea8a77334d46bd353a8f76e75a8f7d522e8499e107a3286043d397100eae3e300f5bd7316eafbfa1af4d48f3ee819842cf40c250d7ace673bf4dcf7bfd04b258ad0cb41c350404d3d14c2034361d9b7a0f0d42c2882b40c4596dc8422d7995094291d8a82374331437550ec9a148a1b2985e2ff254209d91c28e123084a4ad90b25a59f8752181d50dadd075066742794a3ff1bca05ec870aa14a50f189875071793c54b239142ab529834a0526d010db356888870e34e4f24b68e84d276868cb6168583f1c1aae7f0b1afe6d373452a3081a696b088dec780e8d1cbc0b8dc2df8146558c41af6cfc865e459c8546fb6843e3a647a0f10197a189d65c6862d706340958054d1245439322aaa1290710d06bc832e835fc18f486ae0ff4e6f30bd0dbd96ed0745955683a1df7bf456846581234639e01cdf4f08466696943b3510ed01cf06d680e4c1b9a9bed07bd7be602342f6c165a8078032d68f185160558428b42fca0c554476809c5155ab6d3135af97219faa8321cfad8db0f5a45fb0d7d42dd0a7d92a60d7df27e3ff4e9a758684d801db4667a025a7b48165a77f136b43ef935b4bea10e5affde15fa3cf704b4e1520fb4f14e30f405b91cdad41e016d3eba15daf6e80db4ad930aed303584768cd9403bcf1b423b6f58405fdd8a81beaa0d83be6ab8007dbd3504fa1a9200edda6408ed628e43bb4264a1dd9f52a16fe63ba03d6da6d0be692fe85ba3b3d0b7cecfa0fd0b03d001e605e8fbfda9d0d16b4dd00fdbae413f9d7f0ffd843800fd5486828e6da9808ef90542c7bafba0e39137a1e337be41c7ef4440274fab4027095ba1934f92a15f9f3d837ebf7c0afabdad0c3a730b069d45d2a13f109dd0f9edf7a1f3cb0fa0bf0a9e41171c33a00b7921d0df6662e8e258257409ef095d3e7f0eba7c271abafc7f9c96dfa1a1cb6b86d0bf363ce81a712b74ad5d1d26238c826dca20c136fdb481c959b8c2e4ba8b610a838330c5ab1a30e5841a984a71046ccb9710d856ac366cdbfea3b06d0823d87662354c157a0da6be2b0fa6011987695e34826929c4c074be88617a7200d8ced3b9b09d510a3003592398c18e1098c1d52698b10914666c5301334e3c0f3301b360a6fb4b60661a4a30b33e1f98f99d93b05d91c6b0ddcd50d8eedfee30abf956983d4513e6f0f017cce11b0eb6efac1fecc0fb2ed841f225d8a1b6059893bc02cc79d014760ca8027339960c73db2a0373b3fe0ef372568179ff1c849db4bd0df3093783f95618c04e4d44c1ce3c8a819d19bb06f3e304c0fcc31461fe190330ffb997b073743dd8454b1958a0e10318e0c2140c803b0d034417c200b92530e09e6018eca7020ce1120d43568860c8da5b3014a201863ebf04c3dedc01c3b66c83119e8ec228e56418f554218c9a5c0fa3e9aec198570ec0b8ea4f60dc1b0c1877d60226f46e83093fed828974a661a2906b30b1d66998986d0d93a20a61e15a0760e1969b61117f00b0c8a3df61574ecdc3aede44c3aefe3187259e7b0b4ba4acc252a69ec05247ab60d78336c3aeaf8ec06eb8ee80dd743287656a3e8065d2b1b02c8763b02ce47d58f6d63e58f60e322c87700e967bec282cef8b02ecde902bac20ea38acd0b5085628d8092b0cff052b2cf87fbf6a0f2b32bc042bfa100d2bbefc09565cf20056b2f51aaca4c71f56baed0facb4d11e562ee4c2ca4b1a6015a13ab08aa63058c5c43aacf2ba0cac4a751fac4a0709ab824fc19e944ec09e5468c39e92d3614fb36fc1aa9163b01a321df6ac89047bf68a006bb81f066b68db0d6b0e780b6bfe0881b575be84b50d6260edf1a5b00e3e15d6712d0dd6397a18f6925302ebd92203ebfd6c0feb8b5284bdad63c1def9c4c0fadbc1b0c177aeb0e11f68d8887b23ecfdca35d8e876c2ff6661a389bf601fe44ec23ebccf817d74ad857d793c059bb0bb0b9bb41e834d99b6c3bead3f864dab3c807ddf1c0bfb6e02817dcf62c166063d61b37360d80f430bd88f8d23b0b9c87cd85c973aec77f0006cd1a805b678320bb64a1b85ad1389b075de6dd8bfb1adf04db117e0b2bc55b86c8c055cde5d07ae44bc0857d9710bbec5bb13bea5a100ae9a5c0357abf684abf540e06abf7ec3d5d72070cd295fb8d64d1a5cfbbd055c376a375caffd0e5c6f4104d7bf9f0e379009801b1eb90237528c841b3dd90937d64a831b5fbb02373198849b143e809bcadd809b3a95c04dc927e0a6c3d17033935370b357b670f3da29b8f98c067c97e102dcb25f0cb7fa711fbe075206b7ce1c805b7f07c16d8a87e076382cdc5eb7116e6ff705eec0c7c10fbb3f811fa630e08757cde18ec618b8a30408772c69811f9974833bdd3d0a77facb861fe538c18f2eed87bb189ac3dd1cf7c0dd26efc3ddb76c871fbf4a857b14d1e1de317e709ff26cb8afdd14dc17fc1b7ea64d117eb1aa091e681c090f04b6c203bbbfc0032717e1c1edd3f0cbc9cd70c0f9363804bd06873999c291b36670d4773b384643168ebff3174e881e87137f84c249ba13701257194e93ab81336ae7e08cf91a38fb7b179cb7a30bcebfaa05174d82e1623c152e66cfc125936b70e9bf727848c8697848f71b78e8b95078e8ed4078d8fe0ff0b02c1e3ce2ba3e3cd24b04bfeae005bf1aaf008f193583c72caec3632fe3e1b18d6ef038c75df0b8c93a78bcce323c5ee20c8fbf770c1e3fa1024f38140c4f283c0c4f4cd28627a508e0a921fbe1371e6bc16f8cee87dfdcfb097ef36508fc76ca77f8ed7a2378966d3b3c97fc179e9b2e86dfd5fa05bfa79d052ff8780e5e2846c0efe306e1c59b80f0e2d817f0e2b47ff0e2353f78c9502bbcd4f53abcd4d7135e3ede047fa8690fafb89a03af58a6c02b4d51f047d8cff0c79173f06a8923bce6413fbc361a01afcb7f0b6f945c82370d94c29b0f7c84372ffc8137ff5b80b7d4a8c25b0638f05693ffc7f3bd3af04e551ebcf3380afe5ac705fe7aa20afe7a231ede6d7118de1da905ef1940c1fbc4f7e1ef9c46e0ef1a33e003c642f8d0d74cf870900b7c24ed1a7ca4cf0a3eeab8021fdb1a01ff22f70cfec5680c3ed1130a9fac26c3bf7e83c367401df099e2cff0d943fef01fb2d1f039ad41f89cb727fcd7583e7c017a0dbe801f872f693c812f7df381afe8b7c257331ce16be144f87ad84bf846500bfc1f290c21c3788f902d3b8d9093b98b90dfb48c903f5288905f0420141a27104ac14508e55e6fc4e611caff92105b545f20b6ddfe855035b543a8a94311ea27e4101acc0308ada20584b6851b42e7441862c7eb3b881d0b5711ba6efb10fa2734103bc3ab113b336d110689b710062b2608432b6d8461afecff440893e32608b39a658479e25184f9430ac2bc560b61d97605b1fbf365c41ee44d8475e12cc2e65838c256868bb06d3f85d8bbd68870501f41389c2d44383c8c47ec8be845ece7fb210e5ddd8a3894e98a38f2d01de1b4f924c2191a8e70ae20228e85ed41b8461b235cbfe820dcd26b11ee0623080f253384c7b35984175205e195e684f09a7f83f0b56a43f87ee4224e4d8e21cebc8d429c25f2109794d1884039062210108c085251400415dd43005c4a104062320238e48780bb1210f0737a0874cd3e0466ad0a81fde085c0c15511f8e8d708c2051f04c5b1194149662128f35404eda51d82b12712c1fc0144b0c253111c450182533c87e06ad820b8dd0608be0d0b21825c418872ac1012c52644889b2322544a478485be428457311057cdd71131fb461131d72e21628d0b11b1c93588d8ea0544ece77644ec643d22cef50722aeab0e111ffa0991e07b00915898894862c922926e1f4324775e40a4862623521fb010d722ad11692b671137fc6e206edc9c43dc0e8c45dcc6b622d2ad9211e9290f11e9edfd888ce72444c67a3d22d32c1b910db882c89eda84c8217d44dc95ef46dc9d5346e4fd6941dc4379230ad3da1185af7a100f5e24234aac25880a4d3344c59579c463b944c4e38b7b118f17bc104f3fcb21aa73b310cfabbd110d2bb98846f8314463643da2b16800d1f8cc0ef1827715d1a41f8f687296205a2e9822da2175884ed155c4abb620c4ebe38f11af579a115d72fb10dd4f35106fde1f41f4fcdfdedfca7d41bc0d7443bceb5746f4133d110373018841ae1831546b8178ef6385f8a0f41bf1c1d01bf1f1711ce293c276c4a4450c626a3f0df1b5fb19621ab28c98fdde8d98db398f983f0543ccc74e23e6bf94227e396d462cbcd440fc7e988f583c598f58e43720562c3188d50b4b8855110eb126ed47acfdde8358d7b98ad8108622368a6d10ff145f21fee5582265542f2365ca9490f2764a4885d37f918ad31ce4e6410a728bec4ee496be29e4d6583a72ebbd09e4b61617a46a0017a9fad40aa96e9d8254e7aa22359a16901a538d488dd53748ada8b348ade8cfc81d092648bd3dbe487d7e1c72677a3fd260e73fa4e12f75a4916914d2e86831d2581d8a34e6d7224dfc479126933548337731d2ecf726a4c5b664a445a632d272b80e69f5240fb947cd12b90789475a072e23ad59bf90365106485bede3c87d7b1e210fa48a9187d5f59187abfe211d93a4c8239b4e229d1bcc90ce3f57902e39fa4897fe56a42b5f05e966f504e9914f467a3abe427ac5a922bd32ae23bdd68d91deb3af903ef67348df7a31d2776d0379ca261079ca018f3cddf80b79f6c008f2acaf31d20f2c83f48b0722fd19179001976f20cfd9ec439e3739813ceffa0f795e00455e34112103852f90410d1148e08e13486003000982c92341e20224d8188b043b0520c1011548f0032612f2761409d557434283cd9030c20212c6f882442a962291ae1548dcf15124feb016925ca38ea4ca3920a961e3486a8f0992762b1649e708918c537d4846f25e24a3ea0d92d7bb05c95b7b82e47f0523058782904283b348d11d15a438a41629b1788d948c1f424ad30c90d2b287c8106d6f6408e82e32643a1a19a6834586bf18474604f090114159c8887c1564e4f60fc8a8f45fc8a87b36c82b1959c82b4fb0c8ab46d7ff37838cbb2444c6bdf246c61f0722e3f30c90891c2632cdb61a9956bb1b99363282bced2f834cdf2241a6dbf520d3c3f4919998706456e03564d6f801e49d041432575084bc7b48842c041d4516a92c218bb46c9045c7439045dd24e403f906e403357964b1eb2cb2e2a200f978cf3ee4e3f074e4e3f17dc8a7e435e4d3d43964754b03b2761b02594bd745d64add9175d71e231b025e205f345a225f0c9f47363d6b4636ad36205bb48e205b6851c8164937b235df15d9b6bb1dd94ece4776bad7223b617b919d237f91af2eff43be1625217b5dee21fb8e03907d991f906fe592916f432e20fb35e390fdde95c8fefb11c8fe695de4b0c22c7264f1327234e136f283d669e487d664e4c75410f2d34763e4677f2cf2f3452be4e79a12e458320339d694871c177c464e3232909305c1c829b928e4d4576fe4f4c207e4773b3172068645ce425f207fc29a9173ec71e46f6b2cf20f8483fcd3f814b948d9895caa55462e7dff8a5c713e8efc3b0d42ae05a622d7b52790ebfb4e22ffdd0b44c9142aa36416b7a164c9b62879890a4aa1791ab5991f8f52d9118152b1a846a9a034515bee19a2b6ae7e476dbb1986da56f618a50a4e47a996e3516aef56511a1109a81d5bc651ba4ed528dd5e4f94de8e78949ef92e941e1e80d24bb88232d4dc84322eca42197f9d4599149ba34cfdac50bbd62250bbd5dd51561521a83d720aa83d2ab928eb1fda289b6306a8ffe73dd43eb383a8839bdb51073ded508736ed471dd9cb41394d77a29cb33d51c7b696a28e1341a8e3a973a813b70750273a2d50272686519e0bef515edf5b50de8f4528ef5607d4494708ea243d05e50300a2fc134250e710cda80b6a275017cf1c475dfa9c890a0229a2827e8ea382839fa0827f5f4081a5f128c8c4060a9aa18082e9e5a060adc3288c260785f98b41e13a1650f83de751f8a9201429ce17456e714751369a50d462368a76260245eb3740d1995751cc072a28b167074a7cad192549184149c6e450d2942f28691118251d64a0429fdaa222f6a8a222fb0fa2625c6d5031a7cb51712f0a51f180dfa84485705492c6282ac9ed162a05e28e4a898943a5feae425d8306a1ae49da50d7eaffa2aef50950d7d55a5037ae57a26e46ff45dd1ed88e4a87c6a2321005a88ca95654e6de0954e6a17454e6c55a5466aa192a6b5b072acb2d047567d80695fb440f95675780ca2b4942e53fad42e5af9e46155b57a14a9e84a24abbb25065bedb500fd35d5015877fa22a205aa8cab83ad4a3cb38d4e3d7b3a8aa2b1f514f1a62504fd165a8eadd375035692aa85a1367549d061c55c763a11a6ab7a35ed013514d3bffa09af7dd4135e70ca15af5b6a35a07d4501d385d54c7720aea65642fea95a016d5a57f18d5e5ed82ea12d7a1bad67350ddf903a8374a8da837988fa8b7ea41a8b7f769a8b7036ea877c69da877c421547fa437aaff7e366ae0de66d4e0d116d4c8d97da8919c13a8f726af51a3666ea80f379d501fee2fa13eeb06a13e27aea3beec0e457dc10da3be5016515f422fa2c60fafa2a67a6fa1a6abffa0be2b58a066062a503fb56b51f3afeb51f36f2351bf8293510ba5ff500bc321a83f4fb2518b0d9b508bc3df51cb0e5f50cbe3eba8e53f89a8d5eb71a8f5a6afa88d0716e84d71efd09bfa86d0726727d172083bb45c77035abea10fad1047472b9e63a0957f7e44abf411d15bb6f5a2b738de466f79791fbd15b40dbd35c50dadea9e8056fdb41fadb11081d63a518cd60e6f42eb3549d0fa45c568fd6511da4066196d9849431b568fa10d5f9c401be96d451b37e1d0661e9fd1660267b4b97301dadca3016d71dd1b6d51a485b628de87b6f4f882b6bce083b6c41e43ef8ebc84b6091b45db4c81d0f6277ad1f6679ea3f7dbd1d1fb394fd0072c88e803ef3cd007cfbba20f2639a18faac9a09d8b6dd12e2fc6d16e5bcea2dd8ea7a3dd7ef4a1dddd06d0ee686ff4f16a39f4899651b4979b0edacb27197d72473ada677f1ada07da86f63dad873ea595863e154a419fb5d746fb9d9345fbdbfc415f3c6987be9849475f9cef415f52e4a22fed798dbe5422450732eea18374dfa083046c3460c01a0dace1a04125fbd0a01f8e68d0df2368b0a6191a5ce883867c388f86296c45c39532d1f03dc96878f9121aa1ee8646eee5a0d11e7c344e700e8dfbf50b8dcfd74113153868e2f67134d18d8fa6ce33d0349d6368bacd2f347d8c82661eda86667a21d1cc8c7d68e62b1d340b8746b3285fd1ec6f7bd11c2201cd4d2a46f30066681ee5265a50e78816f445a2850ee368f1413db4f4ac323a3414848e50b647475cf9848e5cfe8dbecaca46473771d031145d742222019d726a1b3a0556814ed5d4425f5741a16fdeeb40dfec8c44df3eae814e27fd4367ef554367b33ad1d9e522746e7e2dfa6e7e063a4f45199d2fbc80be67f50f5d142c401797f0d0c553cfd0a5ed86e8b2b85174d9c25d7485c95774c5cfefe84a8c13baf2cf07f4a367d1e8473f78e8c7896ae827d26ef453d5fde8a7611be8a7291c74ed1e2d742d21135d7fd806fddc671cdd680f4037e624a15fd4a2d14d9aa3e866d55c74f32416ddfe7715fdea591afa35f10ebacbfa18baab3308dd5ddd8aee71e841f770e8e89e1412bad7878deee3ff46f7f5ef41f78db6a2df596c41bf2b67a38796d7d0c3f231e89140217a1467861ecdfe8efeb06e86fe12c8437f41a3d1136608f4c4db4ef4940c11fded3a19fd6d39113df3640c3df3e200fac7d646f47c20033d3f7306fd5bc916fd072b875e8a83a0570232d12b6f70e835f3dde875e569f4866415fd2f4601fdafe31cfadfbc1023e3f6042313db8f91e918c0c8ccae62647e8561e42d8c30f2ee831885a3e5ff1bc1285de062947fcf6394977662b6f8b763b6daaa62b6ab7463b64b4f62b63fafc06c5f77c7a8065dc5a8022f62d46e1760d47a6f61d4830c315a94e318ed67c7303ade588c6eaa3946ef3704a3b7b480d1f7aac0e8dfdbc0ec5c4ac318ccf6630c6d3118232c17632a41624c47b8985d7d8a184ba5bd184b4d758c558608638db2c5d86cd3c4d8d6fdc6d8210e61f6ca9cc3ecc30a31fbe30a3007a8399883d3af3187f6a8600eab29611c5b653047825a31ce9bb231c70e5dc61c0b3b8d39f6632fc625a61be399f90be34d7d8c3919c0c79cecb9853915df82399dab8d393d761673c66e3be64c611ec6eff52e8cff5a19e6fc5e5dccf9bf1e980b973e632edd876302bdcf6202259d98a07155cce5534b1880888f01c96231e0472318f0cb6c0ce42906033bd78d818ddfc6a074dd31a8a4300caa0d82412bfec6a0fb0b3198035e185cc4730cbebe0c4372adc390c86730a4ab773194dc8f187a140543aff4c030971430ec632518f62a11c33518c270bb8f6278ce0730fcb1528cf0481d4628a1634486fb3162dc0d8cc4db0713b6ac8809cfe56222eebfc14421ee61aeec0bc25c81ac60aea07660aeb42e62ae9af763ae92b531d1577098b8d5cd987805034cfc153f4c826d2f26b1c61393ac368e4995efc7a426523169233998f4b0064cfa241c9383d3c1e4855660f2c3cd30f90fa598fcae2398c21408e6febc37a614178d293356c4941db98029e74c611e8ea330951f3898cabff198471b44cc53e5ed98a7f791981a2b30e699011ff30cf518536bf70f53076bc0d495bfc7d4bd1dc1d46fdb8c691895605e9890302f16f5314d7a1c4c934b2aa6f9dd2aa6459488697d81c6b46d7f8d697fb98c79753010f3fa0401d3d508c374f51462bafe2861ba9928cc9b80764c0fcd07d323c8c4f4fa9ec2f459c562fa1e1dc3f47d7d81796bec8c790b1ec20cec3a8c1970f98419985bc60c3d91c70ccbdcc50c176562861fbec3bc075230a37eef301f16c1984f13d73063638b982fc7c630e317ae6026149531134dfd9849cd5ccc64800f66b26d0b660a558d99baef87995a3b83f97a1487f95afd0df375391ff3ed4c3c667aab036666330333eba180f9715b0f33971286f9b57f0af36be91166e1fb6fcc9f263dcc62460766f1c16bcc62b53f665920c12c67bb61561c13316b9a2698b5eb30cc5a9923661d128cd990b7c76cd8a3301b8883988d97ae987f1742b1328f07b1b20e70acfc794dac7cc156acc2483e5629661dbbd9ca00bb79a90dbbb5e53476bb231fbb7ded075635958f554dfb83559f18c36a3c0ac46a3a1a61755463b03afe6fb13bb6aa617798db630db4d5b1863eb258e33b08ac49c91ad664e00fd614761f6bde5884ddb53889b53c6986b5ca4262ad06e5b0d66a0d58ebaa11ec5e5707ac3d5e05bb9fac8eddff6a0c7b60c76dec01e07eec813077ec81ca3bd8434d615867d30aec31cdff3be3a570ac0bd611eba6dd81758bb4c4badbc960dde962ec099d7caca7f277ace70d12d6abd10a7b32d51deb13fe1deb33720beb7bd618ebfbfa25f6d4451fec19f129ac5feb73acdf6c03d6bf26061b706a2b36e0d50decc59fd6d8c0cf81d8cb33b958c0b7082ca8fc22169aa18985b601b1d0b1212c7c673a16e1a885451a9dc3a27c12b1a82612162d4263315b5cb118bdf3589c7d361607e5638938372cf1cd0b2cf9b72796d2628565fe8ac2b2e206b0ac14592c3b8181e5506e61b9658558ee77392c7f9d8c1532c3b122f954ac1882c24ad47e62252c10561a1b86957e388895ce1ec48666dfc1869d0060c38649d8b0793436dcc8051b5ebe888d501260230fbfc74672c6b1511169d82b287d6cccde426c4c01191b37d58e4df2276193c985d8949d96d894a339d814e9736ceaff39bba6d7834d3b9185bd1e790a7b23c8087be3751ff6e6cee3d89b2b99d89bebebd8db0affb0b79f9dc16664fb6333ab4ab1596176d83b5e53d89c2f26d8dcbdfdd8dcca156c6ed34e6c7e9a23f65eb901b660af22b6c0e516b6b01a852d36cfc216c7ca638b97f2b0c5ebc6d812cb6dd89298bbd8327032b69c5e837d785b1e5be1de8dad1cafc53e8abd807d343d87ad022a639fa432b1d50b89d81a24035bebf1155bb7b10f5bdf6a847d1eef886d34bc897da1f70edb1ad7866ded2bc2b60eb862dbea52b06d1f4bb01d5a9bb01d41ded88ee0086ce7ed7dd8ce87b7b0afbc80d82ed47b6c171d80edeaa562bbbf4d627b77d660df3aefc2be0b9260dfc5ddc3f6a75961fba77cb1fd5f0f63078c06b183767fb0434ed5d891be9bd8d1d535ec278ba3d8b11b38ec58fb0decd84804f68b712bf64b542376e24e0276ca0d8b9dca2261bf5a7ec77e7dd780fde6e98dfdbec1c0ce1c88c6ce044d6067867db1b3c949d81f176f607fa63862e79438d8f9787bec7cb91976c17000bb60328ffd5d85c3fec1f560178fd2b0ab4d7dd87f2747b0ffaeb863ff2d6fc1c9982be036f19fe2648bfb71ca9e5538e5a974dc96e25adc56d545dcd6dde770db2e29e2b66f52c1a90edbe0d47693716aa2399c5a663f4eedc9219c865e194ec3d10ea7e90cc569ad8ee276e81fc3e9de0dc2e9f67cc1e9c7b7e37652cee076966071061426cea0b0176730308a338cdb8d338c8fc5191d63e38c3f6271a682429c697c19ce2cf620ce2c6933ce9c628d334f3c8633bfbb80db3506c359e4cee3ac7c9fe2ac280a38ab246d9cd5a39f38ebe683381b6d32ce360b83dbab6587db3bf10267fffc11cefe4f10ce01d28c7398abc11d5c7a883b14f417e778cc0177a42500e7742b1a77d46e04e72ce38a731e04e1dc49ed380fc4179ca77309cef3f66f9cf76e3f9cf7de2cdcc99277b893afa5385f9365dcd9d2cf38bf631c9c9f570dcecf5f15e747cec7f9859ec55d68f88dbbd8bb820b2cbf880b5e5cc15ddef90d7779571d0e54cdc041b62fe2206af338c82b060e6a5087834e1cc2c11cbc7130463f0e71500787403ec4213e3270c87def71c85b781cca500387f9e18dc34e68e270d60138dc75571c7e3a0087ffa58523485fe18867077064dd273872f2031c45d70e4739ea8ba314eae068ceae38daf5011c6d5c05c7b8338463f455e1b8eb6e38defa199c40250827381088137af9e2c4162e38f1f1cb38710e1327f9bf794a3e9070615b3471e1291f7011c06e5c4472022e72b2091755158abbdaf00817d31f848b3d52888b4db8858bcdadc4c555edc5c5f56dc2c5a7a9e1126c9a70090107700977cee312ff2ae3924e2ae292f06ab8e497fb71a9ea61b8b49c9db89bca9db874df0a5cfa75122e231783cbf2fa89cbd52ec5e5d5cce0f2964fe0f2f7fbe1f29d3d71f993c1b87b415b7005d6185c41cf3e5cc1dc76dc7dd7105c91c409f760620c575cd6802b159be1ca6767710fc756708f120ee31edd31c43dfee9877b7aa01857bdf51eaee69f3dee597a0baecef422aece750e575fae896bdc7318d778e202aef1c1795c13fd10aef90219d70c9bc7b5a8b9e05a96f2706d9017b876f9705c7bce675c67fd67dccb7a05dccbe9fbb857f77ee05ecd9bff2f03f7fadc1aaedbbf0ad77deb17eeed8a3ceeddca6fdc00a71137107b1837b4291637d4771a37ec711937ccd6c00d470fe186eb6fe146145671ef3dc370ef9121b8f78dfeb8f77f59b84f5e2cdc547c3deeeb1802379d9086fbaea18ffbdeb7829b1194e36616d0b859cd53b859c629dc0fef73b81fa879dc8f4973dc5c48d7ffcf9451dcdfba32dc86b30a6ea37533eedf436dbc4cea69bc6ccc6dbc02470daf985d8957baf4bfeecdf8cdc67ff09bcdc8f8cd2f87f12a9c53f82d89c7f15b5bbee0b759eec2abfa06e055cbe6f06aa8bd78f57d58bcfad4085e631a80d7947984d72970c6eb2cb4e37556dbf03b62faf07a7a39787d581b5e3ffd2bdec072016f708183370a3b8c37fa46c01b1f48c71b0bfbf0c6539d78134519bcb98b3a7ed7be6cbce5e0147ef73e2dbcd5ed4cbcb5893dde56e303de76cc18bf177e05efa05780774835c13b9482f1fb832fe0f7f71cc73b0664e01ddb5bf047764af04eaff6e09d6765f1c7907bf16e5e27f06ef381f8e37d03f8139786f15eea0d78df9a2f78df5907fc29bfb3f833f777e3cfb63dc7fb696be2fd4caee3fd9f1ae3cf6b5ec29f7720e02fc0d3f14156aef82049143ef87a18fe72c3221ea0f4120f70f7c303d8ce786063281e8231c6430df4f1b0a37d78984f011e0642e2e12a07f17067091e7151178f0c6cc7a35253f0a866333c3a008bc72a6dc7630d8978c254329eb0fa0b4fd43b8527c19cf0e48357f1948397f014e4033ce5cf1e3cd59284a7cedbe3e9a17278faf7723ce3f2133c932387674de8e2d94ed7f06cc2633ca7c71ccf8b0fc20bce78e285c06b7891220f2f7ae68e172b1ec54bec5df1d2c5c3f890e6367cb8a52c3edc4a111f9eea810fcfa5e023eb83f1915379f82b37ccf157cb06f1095a1c7c82ff003e21f9143ee14f063e71f32c3ef1c0257c720e1b9f2238834f9d85e1afb968e3d35c93f0d73945f8eb4f7fe26fb4a9e16fbf21e0d37358f88c1bb5f8cc1a263e8bb5039ffdf03efeaef1123ecfeb24fe5e0f0b5f38fa137fff6b32fe01f716bed8c4175fec978d2f6137e0cb7cccf165feb3f8879a7af80ade2d7ca51306fff8ea10be5ac7065fd3608aaf735dc4d7e163f0f5f1f5f8fad1d7f8e75d19f81787f4f0cd8f83f02d87bcf1ed077fe3dbd34cf09d9dd5f897ebb7f0ffdf317cf7b63c7c77b11dfe8d7a3ebe775b33be1f688c1fb0bc811f0892e2877e1dc70fff2cc27f70d4c47fb4a0e23fded2c47fd251c67fbae381ffa23f83ff0296c14f9cafc14f1e49c24f9ec6e0a73e08f15fed9cf15f0b03f1dffe1cc0cfcadec5cf1a3ec0cf8e34e27f482af13fb2eee37f6487e1e77297f173755bf0f36907f07fe242f08be951f8c557b9f8e5838bf8e59f7af8e5956df815f40c7ea5a902bf11fa05bf519e47d874954b5012461194dfdc2628bf3f47d8ac5f49d81c7086a0527097b0ddb785b03dfd2a617b0b8fa0ea5c43504d9f23a8f63912548787086aa25e82ba412141336286a0f5de9fa03de04ad0094c27ec10fb13742f9308fab291849d97be137696ea118c081a04a38a7e82b9733961975b3dc1b24240b0acd724ec46ed21583568126c367913ecfc43097b83b5087b138584bdbf3208fb8259847dcf3608071e0e120e8c8d130e0d3f221cfa8223387e0b271c518f261c419e231ce1b00847227b0947dfb8119c795e84634c36c1e5a61ac1ddb99a70dc3690703cf531c1a30c4df068384bf02cea2278dd8824783d332178db5512bc497709de2560828f5330e1d4fe09c2e9577709a7df8809679db4087eb271043fad2982bf8715c1bf7695e0dff492706e788570be7a8c70bef52be10275857051469970f1981a21a8448b10f4a38b10dced42b8fc428b00b8694b0096a91160b8af04b8730a0131ca2120d5ab08c8b703048c6b2f015b4e25e0d22709846b5e04621f8d4072794a205d1c23903a2c0964ab3c02799c4ba0f87611a8bf0c08b4ade7096cfd4802fb9019810bd12570e72308bce4688290b19d2014ab1084f9a30451ac2541ba624d8854cf264406df2344926f13a294aa0851fb0e12a2ce2b10aeb87611aedca9265c29394fb8b26147b8da994e888eb84b885e9d22c47b2b10e2119584e43c322125fa3321a57e83705dc59170f38032e1d6e61cc22d7012e1565e0921dde10a213de72d21839a4ec8348b2064262d11b212b308d9d9a1843bcb9f097731ad84bb733d84bcb25c427e4c28a1e0ff7c166e7b43282ed84528357f46289516111eeae6121e0264080fd196840aa41fa1a2528bf0c8be8250d5594f7832d04e781a7596f074fa28a1c63e915017ac4aa82b69273c3f3a476864be24bce85421bc782525bcd2b122bcaa5121bc2e794de8127e26744f0710de64ff20f43c43107a479308bd5fa2086fabff12061eb812061afc0983bc52c2607a3a6124ec2661a4ce95f0fea29430faba83303a4c247c38d64df8b07e9af0f1f175c2a72938e1735c10e1cbd19384f10f2584f1b16ec264bd2ae1eb8f25c237ee65c2b7c255c2b76a36611adc49f83e5b4098dd1f4b9823bb13e6f87a84b9225fc2dc879f8479d51ac242d077c2efdd04c2ef47f284452093b0a4d347585af0232cfbd613fe261811d6e7be1136400f8832bb2289b2af9844b93d60a27cef39a2a24d065169fa3e71cbd163c42d4467e2b6fd8ac46dc7ea89db482bc46d3c3851f58117519d6442d4d01c206aeed841d434f946d40c3c49d404ba10b5de6e226a5bf089da53ed441da11251173c44d46dc011f521c5c49d573e1277ae99110dc2f7120d4a7b888605d544a3870ca2c9cc30d1dcc998b8cb9749b4bce740b4f26e225afdbb47dcd3748168bdc789687d668268e30627da5aa8106db35388762def897b215ca2fde60da27d9a07d1fe2e8db86feb55e2a1635f888732b589879d7f138ff4de231ef9a14f74fa6948748edc4b74d17b457479bd4074bb9c48748b3f473cee20433cb12d8b78e2f231a2c7750ba2a77203d1b3d597e8bdf518d1fb7d0bf124ef38f1d45c16f12c4186e8e72e25fa618389e7a6ec88e745b1c40bbb9d89179ec7112fbc97275e5447100355e28881f1fd440063920818001341013a4488da3411ea2224c2097f8808b36422e2cc1c1159708488ca9824a295758868e79744ccb103445cda3c11f7a2924888cd2252851788d4043b22cd749d486b772232cc6d88cc213a9195b08fc8ca2413d97267886cb717444efc22915be94ee476f91279823ca250ba9d2822bd278acdea89e2a06344712e88282958254a21878952c24b62985a173162d70b6204d897185191498c3c3d438c8cfc478c8cd7254645f713a31f638931b14862cc3886180bdd498c456e21c639dc20c6751f24269b3e25a6dc5127a6fc8821a606d288696af6c4b40b5b89d7c72e126fd43b106fdbba123389146226658998e5788498ad6b43ccd63727e6cc2389b9e7771373c108625e6e2531ef6e0731affa20f11eb88358982e221605eb101f3c92273e781d4f2c7eb89758e6524d2ca77f2456debd4c7c7ce130f1a99443acaecb25d69837119f299c21d61ad188b5c1d1c4869014e28bbc4462936c2cb1f9601fb165fb0562cbbd58626bcd4b62a74623b1d32085d889ef27beb26823bebe3b4aec66a711bba37a893d2af7883d76cf883db32f897d6961c4be2534f19db323b1bfdb9c38f0670f71283a8a38f4fe2b7124bb86f8fee445e247ee14f163dc47e218a89e38f6fc377122683f7102e4479c3ca641fc8a09214e7ba511bfbf0f23fe14ab107f557e23feea37212e509c898bdc62e2928a077189984c5c0ed420aea8191057761c26ae046b12d7b7ba13d79142e2c6d63ce2c6c714e2bf182269d3a69da44de1fb48b2114524b9194792fc090e491e69465270182229b45e212922e5488a5c1c49712c9ea49417405206ba91941348a4cdf7702495cb62d2ff7f1f92ca172b92ca782369cbdbf324b5b244927aac11493dbd97a469fb88a4e51d45d28ad52269d59492b4eb0a483bb8f324bdad4324fd691a69a7721269e7597f9211aa8164724b4232f99d4b32fd5b4d32f3502699212e91766567922cd0be240bac0bc962ed376977580669f70d25d2eefa0c92150848b27ac226ed093b45b2beec4cb2fe2a20d9399e22d9892249760d3492bdbe2b699f9113e940ce08e960b119e930a18f74443d86740cef4f72a91d26b934d7935c1fba91dcf40e90dc7d5f933cbb79246fddbda493c7b5493e97ef937cee68907cdb4248a7980748a7b7c6934e9b3e249d71f0279df350205d508b2305fe5b2505bd7a4c0afabc460a56bc4c0ade5d4cba7cdd9204dc7b8d043c7080048cba460229f59040461f49a0040312a87d9804b1e093208e8324c8782d097ae113093abc8d84b05525a112f34898ce3112bec49d44bc3248221d74219161d624f24f7f12a5d49b44854793a85c25123df72389d15441620c1f22b12a0f93d85647489cde7912676699c44b7d4a12756c90c4c3de24c9e5b32449a1294952f285141a37440a079c27855fc19322b0585244c216d2954022e90a9d46bafa722729dadc9614bd0b438ac65a9062fe7e27c50565911212264989478e90929a0b49492ffd483710fb483786ab49b726d9a4f4a2f3a4ccdc2552660992947d7b8874c7e825e9cec772526ef505d2dd5fdf49797e074879d75548f92616a4fc6b71a4fc0101e91ed69d5460fe8054d87c8e54d468477a703684f420229154bc8b432ab9ca2095f427914a26f348650e6748659e45a432c800a92c4781543ef38154716a8854c158253ddafc865445db497a12a94f7a4a5324555b3d24d56ccf24d52c1d263ddf3e4d7aee40253d3fff94f4bce923a9c9b994d4f4ed19a9794f21a9f9a02ba9b998476a5ea4905a655649adfb21a456a83aa93d0f4eea60fdaf713be915ab84f4aae32ea9ab0a41ea9a1a22bdf1e2927a4c94487d69a5a4be0d5752bf2d9ed4bfb8401ae0fe240d9e8d250d6d5d270ddddc4e1a3e7295343c50411a958d268d1a8692461bb792465bc2481ffebf0f9f501aa44fdccba4b1f60ad2844f2569e26b256992904f9afcd440fafaaf84f4ed872e6936f718696efe08e9f7370a69e9e759d2d2823169f9ef3dd28a0681b452374c5ae9f84e5a992d25fdbd68435adfdf4a5a179991d67bac481bd859d23f37325976530e596ec2942c37674796e730c9f2092cb2d29e62f2e6e0bf64956bc9e46dda43e4eddeca644da71b64ad1a10593b5981bce3a309596f4248d6b79e25eba39064fdb54be49da422b2a1c21fb2a1f823d93836846ce280229b5afb924dbd82c866364cb299732ed9bcc2836ce9cb205b9ecf24ef610e90ad83d3c8d67715c8365ee7c836632664db0b77c8b695e564db896cb29d4220d9a1691bd9e12590bc6ff60ff9d06717b2a3d201b2e3d525f251c52fe4a39f60e4a36b05e4635119e463cde36417d206d9657037d9751e4d3ebedd8a7c3cc58bec7dfe0cd93b91433e39e546f681f8927d15f7917d898564df4f50f2e9c7b7c8a77b7790cf6c7b403e0bce209f455a90fdf6f490fd4ef990fd0938f239701ff9c2a1a3e40b4d06e44b478ac897927f92036fb790832be1e4e0fa0c7270f35ff2e5d85432d853890c31129121cc3a3234699a0c7d4321c36382c9f0d88764c429291931e34e46bed820a3dea893d155bbc8e8f77a644cb0888ca13991f1723032feb02a99f8b69d4c66ff2393a30f93a946a964ea502d99fa7d3f99b6514766a6a69159b229645648389935694ce65c1491b92dea64ee7c0399f7fb3899bf9243161286c8c26bab6469d46fb2b4ca9a1cf2ef2f39a2ec0d3992f98e1ce5f48a7c258344be52be448e76fb428e598827c76a679213b41e90932e049093ca44ff6b22270f7f20a729d490af8ff491afff0b25df02ce926f2fff25675c4f24678caf923377ad9033ef8e92b3e0fde4acae64f29dd46072cee525728ec8949c532047ce59fd4cce05d0c879a930725e851639ef9d3c39ffdd34f981df2f72498b1bf9a1be03f9514511b9ca8e41ae3aac437e127f83fc34fc39f9695616b95ade99fcac289d5cdb8621d779ac929f934f939f577c27374ccb911b8fbe21379666901b47e5c84d683eb9e90781dcac60496ee944935bedde915b2fed25b766c2c9ad2b8fc8ed2aa7c8ed45bee48e6ff6e48ef92af24bca08f9a5e422f9e58f1de4577e9ae4d7bd0be42e6035f94dd827720f368fdc73678cdcdfbe4aeeff8a270ff46e250ff4a1c983980ef290661af9e39928f217a310f297a9cbe4c9526df254e13ff28c0a913ca35141fe51534bfee96e48fe29cd20ffbc739fbc20f1272f7a2d93971a93c8cb8c63e4e56903f2ca413ff20af62479236d2ff95f7c2e45f66f25454e3b8f22d76e4691b7b0a228551ea16c0e69a66c33f2a6a87ecaa5a8efcea4a8d7fb5334768d50b4daf2283baea95374312d14dd3e238a9e5086a297bb97a2afa441d969f63f0b738a81ca098ae1161ac5f0fe2e8a112689624cb94931fe8ea2981877504cdbce51ccbb3a2816dfbc2856822d146b3712c5fa8b36c5c6ed36c5669841b10d74a1d88d6ea6ec538552f6bd93a1ecf77e4039002ea51c98f5a41c8adc46392c7f8072d84b8de2b8f30fe568e637cad127fa14e7c01d94637b989463c2318aebeb128a5bf80b8adb2f3cc543268be2797188e21d5c4639b9698e72f2ea04e564e6438a2f6686e25bd74539937b9f72a67117c5cfe030c5cf2a95e23709a2f8e7dda104ec50a60470a22801e52694732545948bfa14caa580224a60f3454ad0210a25a8ee1225587f1f05b0b495025e6aa540504728307628053e3a4a41fcff7dc86bca14d4c81f0af6863d05bbb69b82ab58a7e06b1c2984dd0c0ae1d63085586c4c21917329148b87144ae41b0a551940a1a76652e8bf77531807ac28cc97c114d6954e0af7f7790aaf7433851f88a7082fbca0888ce628e2bb2614f16c1745c20aa484c2da28610c0825fc621f25fc890be58aee5f4accc03825e6933725366a961277e00f25ae649692e8b09b92388ca524d79453521c6528295d13946ba6be946b879529d73c472869eddf29d7697f29d7bf5a526e7c19a4dc0a0651d2e39e53d21b1e52b2e72b29b945024aee873f94bbf79c2879280a258f1748b977629e52a0134d29b0cda33c009da3946cba4f29d10ba1946daba19459a452cad28494b27bde94f2453ca57cf927e5616f36a5729f27e5119246796cb497f2b8c38e52d5344879626d41a9ee62536ad9f729750a772875c1004a1dd68e5217c1a7d42b8651eab79fa03cbff194d238bf83d2242f4b69820029ad7f7a281dda3f281d6307299d6daa94ce9922ca4bc918e5e5a02ca5cbfe2ea517ec4ae973afa3bc75cea2bcdbb78932986d4b79ff3083f27e8843f9787b9cf2e9812d654cac48f952709332795d9532f93a9632552743f9ba42a47cfb974099e6432833e7bc293f2caa28737655945f0d0b945fffc2290b1fd4287f4627298b27d629cb26959495803d94556f35caea880765ad6b89b26ef095b2de40a76ce8cc53360458cabfca39aacc6f03eaa62fafa9b2283e55967b812a4f4aa72ad8b8531570e954a533f65425e033aaf209085525cf90bae5d567eab6175fa86a0707a86a3e4e548dedf9544d85cf54edabbd54dd866354dd0e2655ef7407552fed23552fff2975272582baf3ea01aac1ee35aad15501d5c4ea10d554d3986a3a3e4c35b37b4d356f384cdd159643ddd5104cddd56441b52c394dddfd6c966abdd38e6a7d37986a937d8e6a9b09a1da963853ed8e2c511d9e04510fdc2ca01eea44529d0f7b505d7e6ea1baba3fa2ba5efc4375cd36a6baae60a81ed1f654cf7517aad7088f7ad25299ea53ba957a5a644d3dabbd877af60b8bea4f30a5fafff0a00698ffa25e50bb40bd40d9a05e0acca55e428ba881965ba9817915d4c0fe6ceae5da742a446b860a7dd14745b8255191b18fa9c847e554d427652a6a3a9f8ad60fa3622e53a8d8870fa9782f06159faa4225b8fca0121a1f5189110fa8c45e31953ab9854ab3f0a6d28a64a8b476732aed7328957e6207950e3a4aa54bae5019234154969f22951db48dca4150a99c50329507e9a20a8347a842128d2a567c42153f54a14a08ce5449772835a4ca8b1a7a1f4e0d4f7d4b0d7f90490d6fba488df42ba54657af5363027ba87103606ad2413235b9c2899a72804a4ddda94f4d85eb52d39e0f526fa534536f87fa5233b2cf53b3df7fa7de592aa2e688c2a8779733a80519efa885b967a9f75f54511f5880a9c5ee606a49f82e6ac977436aa95e07b50ca5462dbff58dfad06d925a8195a3567605531fe95ca43e0ec5539fca1da03e7d14427dfaca90faf4e7596a6d433db50efc81fa1c23a136b812a92fd21e509b6adca9cdef37a86daa85d4f60e3eb5a36317b56bd299da7bb48eda5f644d1d30a8a20e3cb1a60ed65da00eb688a9835f8f53873de8d491ed9ed491b47aeaa85a1c7514a54efd90f291faa53d8a3abeff3d757c31863a191f409d1c7e459db668a47e176b5067b487a933d239ea4c8180fac32589fae33e93faa3fa1af5a7e66dea1cc3893a579e4c9d47dca1fe3675a72e71cf5197f8c7a96b770e50d786ee52d7f523a9eb0f9ba91b5322ea3f8b63d47ff567699b0270345953184d5e48a7c96762698a012934a5278e34a5196fdae6e3e3b4adf172b4ed6a1769aa72429a6a42214ded079da6797f274d736c94a6c37c45d36b7e44d3dfe2443338ea413300d1680611309ac11d7f9aa1a73bcd90f495664899a719e579d18c1a76d34c96e269a6a5749a99f920cd7c732a6dd735459ac5eb5adaee170534ebfb6534ebce5734eb95db349b456b9a9d5c3fcd6ec69866b7f89cb6cfad94b67f0b8876e0d408ed608e2eedf0fa7dda114003cd49239ae6a47797e674ea1fcd59c38ae6925248730dbf4e730f5aa7b9e75fa0b9ffd9a01dcf794a3ba1b983e6e93a43f3f4a9a379214b68ded833346f26917672df28ede44c2ecd47dc44f35985d07cb72cd17cad8a68be295cdaa9f02bb4d35e96b433903ada990928cddf5c4af32f3c45f37ffe8216a0d1403b671e4c3b47d1a69d8bbd4a3b6fcda605da29d382e5e0b4e0bb30dae54d51b4cba607699721781a4cf6230de67386060f6da5c1ef31694859180d7958898686c6d3300e05348cd7111a0e5a45c3ad77d3f0315f6844008d467bb98dc6d0eea43175ab692cc7581a8bf187c61656d2d8b98e34ce95181aa768178d33b299c6db26a20937883489fd719a74da9616b24d4a0b451ea085d190b4f09923b4081c8b1669f1bfd3645a64ec342d6ad48676150da0c538eda0c55c0ea0c5467ca3c557a7d012e4d469493e625ad2f563b46be2dfb46b8f4a6969bbdd68d75f99d16eecf5a7dd6056d16e1edd4fbbc93a494b5700d03216dfd23229ff68997d81b42cae1c2d7b638d7667ef1f5a4ead012d9782a0dd3d5447cb0b89a2e51f31a5e543dfd30a366c69855ba9b4c28957b4a28018da03fc665af1762f5a71b00aad44af875602e7d14a89bf68a5a9a3b4f2b85fb48a908bb4c7d1df698f6f37d21e7f7b43abd29aa13db93f41ab6e49a33d73b3a33dc3bca03d7baf45abefcaa53d577c456bf013d31ae0f5b406de20ad617a2fad616582d6f42194d6cc6fa635bf6da5357fbd4f6b910da0b5e4bca1b5bbf6d03a48125ac7540aed65cb16da2b5505daab6914ad6be71b5ad73e3ead2bdc9ad65d28477b433a44ebd1db4feb39e445eb7d7d8dd6779c4aeb2bbb4c7b7b2e83f696a2467b676c4b7b775c93f62e7c85f6ee9a336d40df9236f07e8336bc46a78d94cbd3de4bc269ef2beb68a32759b4d1cfbf681f58df681f7b52699f744b699f9ebfa27d9ab6a37dae7e49fbfc61903616584b1bebff7f1d48a48db78dd126b66cd0a68eeca64d1d63d2be41cb68d3d434da7799edb4efeb6cdacc2281365b2c4ffbc97d419bf386d37e5da2d216320fd37ecfefa12d3d394a5b6a7d495b3ee5425b7981a5ad9abea7ad59c0686b959eb475fd7ada06c899b691d444db687b4cdb5868a7fdb3a7d3fe7d75a4cb9569d1152bb07425ad6afae61903ba4a513a7d2ba49dbedd0944dfde3444d7d85f47d768ff45d79897d235cb6ce85aa920bad60b35ba36154cd7961ea2eb2a8cd3757bade9fa27aae8fae90974431953bad9c52cba19688cbe6b2b89becbb690bedba3976e65a74fb7faa642b7de1a47b70e4ca75b837ed26dccd6e9b65423ba5dc638ddae37926e37134ab75bdb47df2b49a1dbc700e807325ed20ff375e9475c4174a7f83cba536f07fdd8f404dde5ae09dd3d688dee3e77877e1c28a27b9a4ed13d2977e99e7d8374cf8d69ba17ac94ee1db04ef7dd644cf765d7d27ddbb074df3fb7e9a70e94d04f4b45f433a2cdf4b3c0a3f4b37f3de9fec60b747fb626ddbf8c480f5018a4075cbb4d0fa8eba29ff7a4d2cf1364e9e7c333e917cda8f48b7b2be817ef4fd12f293bd22f25c4d32fe51ca1075ae4d2037fc6d383f253e8c1bf79f4cb41d374e0152b3a98134e07b7bfa4237f37d3d1a15e744c50091d33788b8ebde84bc73e6fa313c0443ad9f037fdff072f9decaf4ea7167ea0d35ae074bade553ae3823f9d71fb2d9df12893cea184d239cffed2f90ff874c1637dba701641176757d2c585a374c9de61ba5429892ec54cd3a52d39f41097687ac8db027a28ff243d0cfa821e6e72941eceb6a35f99eaa35fbd10498f915fa1c704cdd3e33f3da3272cfca1272ccad013bbade9a97bded3af9980e969a241fa8d361e3dfdf8223dfdb2173d3d65173de3570dfdce4e183dd766849e5b0da3dfbd7d909e7770273d0f4fa7e7718de8f993fbe8f7eeefa117b4e1e9050bc7e9459301f4073eb2f4d2a11df4f2f328fac3643f7ae5b427bdeadf18fdc9e116fa13e45ffa936f33f4a70a4ef46ab36df4ea93f6f46a7426bde64c3cfdd9a969fa33493dfdb9750abdc11d476f389e456fc06ad05fd0ced15fa470e82fc6e3e8cdd70fd15becd6e92dd9c9f4568d6a7a9b893fbdedce4e7aa7bd2ebd73f117fd658494de55aa46eff93f4fef3697d1fbd7ace883d55fe9830d0ef4a1d866fa306183fe9e6b4e7f9f7782febe2c98fe41fe3efdc3096dfae79736f42f3b7ed0c7e5fed2c79d12e9e32783e9e337eed227ab16e9d3c6eef4ef1350facf12127d5e7699fe47f103fd0ffc0a7df1168cbe7cd394be5c15425f51e4d157daede87f1ffad2578dafd1570fced157c1d5f4b5b35ef435960a7ddd6895beee7a8fbea1534adf581b66c878231932f50a0cd97d010cd9773b19721ddb190ac1e7190a2d5286a2e2168662f149865262054339e52b63738122638b4d3f63eb013263db356586aa1e84a1fadc85a10e79cdd0a8fbc8d04c90656807b8337436d53176845f67e8d1d718fa9eda0cfd07310c839fbb18462faf338c87c10c93f44886e9f54586697604c36cf92163579812c3b27f1b63b77c12c3aa6e82617d7d9861fdf01cc3baf20163af3394b1776888b177c382617ff325c3befa2bc3a1750b631fb79ab1ffe219c67ebe0de300348771f0dd53c621ab1d0c47ef5ec6118b34c691e824c651ab4ac6d1f04886f3174bc6b16b810c57389de18e3ac9f0c647327c3cbe327c7ddb18be31f58cb30f8e33ce96b931fc04860cbfe4af8c804bc98c802b268c80e6db8c80993d8c739241c6b9123ce3d2b92546d05c2823f8e43ec6e54a1e0350ddc300fe2033807f510c90d88201f5c43360c9db1828ed530c54b93b03a339c5c0fe7f7eecba1e03675fcdc03db464e03f8c3388944e06517c8d41f2d56690de5631c8c5f71934d811063d2e9bc118f060303e0631187347186cdf2d0c4ea423837fe72c433c7182216d4133422f1531229cb73322a2a31811f9ed8cab59938c98f97c46ecd6cb8cd88c0446fc6b45464ab303231517c6489d0031d254188c1b8add8c9bf6d68c9bfb77326e1e5060dc2c4b65dcda2c66dc6ab165dc7a1bc848dff196917ee912239df9889189becab8630e67e4f45f62e40c8b19b9bf388cbb8d071905f60e8c02ce5746a1950da330c18371df3b965194b39551d495c578d0fa81515cfe9d51dc718151629acd28bd19c1286d8b65941f1132aaded5339ee0ac194f1f1219354a2d8cba4e31a3de218dd1f0a186d17816c368a4fc6634c6b4309ab6e4335a77b8305a5d8319ad2263467bcb7746a73592f1b2fc21e3958e90d1dd8a66bc518e67bc815e63bcb98665f4a97532faf0a719eff6de67f40fa218436f498ce1a7e58c916d218c91893b8c917fdb18ef27098cf7bfcc19a35a728c8fe5de8c4f3f8c189f167f313eab331863cfd518138b28c6a4ed3c633a508b319debc99849dfc698bd14c4f891a5c5f899bbc0988fe865fc32b361fc72bac3588a7cc458d959cff8fbb395b17aca99b1fa7b83b15603676c40763365ab8799b2cfad9872cff633159967992a56f5cc2d7b3e33b7467e656e93dfc5dc669ac854df95cdd4607f676a541531358fdc666ab29599dac6c7993af5cdcc1d5c3c73c78f2b4c3def5f4c3d8180a9fff7247327c29db913cb60eea4ed661a4e1c631a2b6d307769a432ad76df675addd4675a5f2031ed261a99f6723b99f61e2799f6440fa6432487b9bff303f3e03c9579d8c99ae968ebcb3c72c79ce9a47787e9b416c174d63ece3c260863baf8e9305d83b499ee9d04a6f7815f4c6f440cd33b8acef44e7bc93c19c566fa788b993e1fc2983e4bd64cdf920ea6effbebccd3c7fc9867c8f34c7f891fd3bfff2af3c2aeb7cc0b986ce6a53f0799c1e924e6e54fa94c40339909c4b398606e2213b699c784894a98706f65263c4b8689582961227dd299a8274d4c74d91813a395c1c4179631896ba34c12ba9e49d6d367528bd399b4b84526dd10c1a49ff66632486f98cc13934c96920f93e595c8649d9965b282b2992cb80693ddf696c9531a620a3efa3325d25c6648ef796628e31d33943bc18c387396191560ccbc223bcc8caeffce8c797b9f1933afcc8ca53d64c605bc65c655c933e3c60399711b3b98f1ee9798f15d1f99897df5cc24e52c66929f3933e5ee6f66ea6d26f37af037e60d7314f3c6d5c7cc5bf20ecc8c99ebcccc4e0d66365dc8cc4e3ccdbcf38dc8ccc1629979ce2066fe542ef39e4e0db3c0eb2db3d0a8955938e3ccbc8f16311fc85e673e580c6796e8d6334b60cacc929a7266c98c2db3f4e05766b97b31b352e10ab3727f29f331319a59e5eccaacca5b6756cd66319fde8960d6e4c399353fa29835ab4799cfea4a98cf9dea98cfdb68cc266f22b3e96514b3597627b3f9a433b34dff07b3ed852fb3ddb881d94e7267761427315f6d516276995e637641a2985d5983cc1e8b6566af0396d94b9a62f6ff5f9b0307159983f7bb981ff5e0cc4f6ef798635613ccb12a7fe6971b6f99138e38e64c128d392ff461fe869731ff4cea3117bbbe3297a65f3097815eccbf2389ccf5893196cc63286b53982d4bf63b932577f8164b89f98fa5fc10ccda5a7b8fb54d5689b58db487a55eabc152efd9cd529ff762696d24b3b483882c6d329ba5f3a78fa5b3e2c2da91a6cbd2551861e9a9afb2f4ac9a58fafde7583bcfc4b28cfeee6699e0cfb14ceff9b2cc3c812cb3e71296b94226cbd2d98765c9ea6459d627b1ac4cad5856096296cd217596cde7ab2c3bf728d65efb44d6befd55acfda7c658fb0989ac03a1e9acc3d6932ca7c72f59477f56b39cc34eb28ee90158c7b00759c7be9bb25c522b59c717c2591eedc3ac93c9d52c1fca0ceb940b85e5377497e5df92cb3a4733619d934cb02e261f67059ee0b282f33b59973765b22e9b4a5800535d16e02087057836c60266f5b280e5f92c90c31316e4fd0116d4748505733acb421afab2d0097759182a8a85f5f8cc22c4d5b388dfdeb2c8e2311639c38a45f9f48e457f5dce62711759acdb612c56e141167b3b98c5b9afc8e28607b0783be82c81d6769600f88e25746d620907b359228c1c4bd434c10af3746545201eb32277dab0a2129b5957bca6595735c5acab49cf58d1b56c569cb180157708c58a3b9ecd4a04d6b392777c6025db68b252fe0cb1521daa59d7ea3658d7ba6358695bf3586990a3aceb2ad9ac1b9788ac5ba6daacdb2725acf4c399ac4cb95e56d68e1256b69c332bfb7e23eb0ebc9e9503a4b372906dac9cb948565e8b36ab60e02bab0895c67a907191556c4e6095a8d6b24a2eceb3cae4b8ac320a9c556ee0cb7ad891cf7ab8dec4aa38b7c8aa7864cf7a24fb8c55759acdaa020959d5379fb16a0df459b592abac66998face67b42564b4207abd57037ab0d35cf6a8faa6375446d6175f41d67bdc24fb2ba2e14b17a141b593d8e27593dee26acde191eebadf70dd63b623fabdf80c4eaaf96b0fa6bcb59437679aca195c3ace1f936d6f0ea77d688ee4ed6c8a164d6a8460a6bf45706eb430787f5d9f6226bacde84f545469ff5e55f2f6bfcaf98355159c79a5841b1a6345c5853c659ac6f5d6dacef821cd6f7aa52d6ec6915d6ec4304eb87cf55d64fd635d69cce3c6bfe378935ffe7356b7ec58ef567e729d69f7817d6df8902d6eaa769d69a641b6b3dff076bbd6b8cb5e17f8ef5ef0e82bd697680adf0768dade4bcc056fa91cf569693b0951722d89b371bb137c37cd92a91aaec2dfb4dd8dbf414d8dbc739eced13b26cd50853b626c493ad85bdc0d65a42b3b52d1dd93b0276b07756df65efecd9601b1de8611b7909d9a6c69bd9a6ae116c33cfdd6cb307896cf33818dbb2af9ebd3bc19e6d637a826dbb708b6d67e2c676a80966ef2b0862efebaa621faa5f671f1e4a643b09abd9cef48f6c178880ed7a6589ed3a7997ed26778d7dc293cff628b2617b767e657b2948d85e3b016c6f6d5bb677ca25b677ed4ef669ed67ec337640f6997fcaecb3853decb395fbd9671f17b1fd2e17b2fdae51d8fecef6ec736799ec4b7263ec4b3a11ecc00715ec6062263bf8ea7376f0d7cfece00d3f3660558e0df493b221b35bd9509b076ce8790536c297c1465ccd612355a6d9a8fdb36c74d24736365a878d57ad62e33dceb2f128393641759e4d006bb0094dc36ca2ee3136d159814d76aa66536a02d82c69309bdb37c6e6c729b00563bd6cd1e66cb668e4115bbcf6842d318b654b0283d89292736cc948065b5ae3cd96768db343c987d8a1adbbd861b777b3239ef7b1236f14b0a3e2a2d851ab6cf6d52f93ec68f5fdec98bf65ecd8e747d871532bec8450183bf1d54376f2665576b2410ffb1a14ce4ef3e6b2af5ba0d9d7276dd937576dd9b7bf46b3b395dcd8773220ec7c6f293bff811cbb70de8a7d3fee16fb7efa137691a501bbb87c995d6272995df2c9835d965bca2e57b7673fd4b5603f6cddc2aeb07367573026d855f658769508c37e1ab69b5d63afc27e86bfc2ae6545b2ebe486d9f5a39fd8cf2d9fb01b1e55b19b5e1e6637175f66b782ddd8ad8c5a76c7892decce2e21bb0b9dcfeefa56c8ee39aec0eeb953c3eefb9dc67e6bcc61bf9ba3b2fb8b0eb2fb9fb5b307cd4eb1874c6eb0878ff4b3473e79b3dfc79c61bfbf91ce7effc086fdfe9116fbc39620f6c76332eccf3617d8630da7d9e3478fb327efcfb1a78a86d953ff98ec6fd6fff331604fd351ece9f83ef677b336f6eca71af6cfbbb6ec9f7d1eec5f41b5ec5f4972ec85b337d90b011eeca591b7ec95a130f65f6553f6df63b1ec0d9b871c99ad5c8e0c599f2323fccb9169b5e26c4a4fe6c865e672e41e5138f201ed1cf9c46a8e82ab114721b287a310bd95a3507b8aa3acfc9aa37ce836478552c5d902c8e76c35bbc1d90a8ce26ca57de66c7b30c5d96e18c4d98e7cc051d3617334e5a2385ab77e71b4ee0e7374b7bee7e862041cbdb337387a3f5a39fa363739fae0608efe541c672702c33166d138669fad3996213a1c2b371e670f2798635d08e4583f30e1d8003f736cefd971ec34673876091e1c07f60867bfce04673fe71be7d0d1779c43d210cee1f7231cc7451ae7a8602fc7b9d083e352d1cf7179eec071d56ce2b86164396e659b39eeb2cf3927ca03391e4eb61c2f2d1b8e77ec758eef391dce695906e7b44b25e7aca70de76cc120c7cfc48ce3e753caf1233870fc4f9b73fce71a3901e4184e406f2fe752503de7524c0827f8cf0207e0f58703e81fe380f03c0ed400c981c99038f047df3808b9d71cd411270efaba1d075b91c121cb7971c8968d1c8a8d3287aa2ae650f7d673a8575738d475570e4d358a439b94e53086691ca6e54d0e734f0287d943e2b02dd439dc635f39bc65578ea0f92a474437e688bee9734267ff70c2a46a9cf0d74f389193119cab166738b1a05b9cd8743227f647332721b39493f2c785930678cf49e33ee3a48d733937142d38378cb339b7a7c738e9be044e7a9b88933e28cfc9287ac9c94ed8cab98331e4e49edeccc9eda370f29ea472f2de5a71f25fa339f70a8b3805552738850e1ccefdad4f3945e7019ca2d6e79ce23431a7fc5328e7d1e58b9cc7b2e7398fd16f39d5272c3935ee1b9c3ab7314e2310c07971f225e7854f19a7c586ca699142382dc98f392d377a382dd3e69c56471f4e6b9c05a70d38c9692b7dca695b8ee674089c391d8b959c97af6239af0ae738af2f1039afc3d6395dcd969cae6e6fce9bbb4cce9b5f239c5eb280d39b5ac3e99d7ec8e933b8c5790b6be3bc8dcce4bca31870fad75e7206ca6f7306fa8f72061d3d384306d39ca197ae9c91ee58cefb2b5f38a3910b9cd13863cee80697f3212181f3e17319e7c3f207ce474f59cec767e7399f870c38e367e339e30c65ce84359633793a82f3f55b0de71baa8bf3edff9c4f6f49e0ccec7aca99f9cee0cc1edecd993da5c499bdcce7ccb2ff5f532d380b6ff77196acee739690cf394b5fdf73562cf673564e157056f0839cbf3950cedfce0aceea8e5b9cd5b0339c35a71cce863991f38f7098bb29bb802b1b41e6cadeace6cafed8c495ab5fe1ca8dc1b8f28c52ae7c491657d9bf8dab3c39c9ddfc8dc255e1ae73b79020dc2d11f1dcad09aadced4e42aeea5738578dbd9babfeb39fab91f997abf106c4d58ef2e4ea38a97275e7cf70f51fca730d4256b9460d765ca3c958ae494225d71c3cc4b518cfe45aee95e3daec25716d6593b876da5fb87b9f2972f77e1372f7e9b470f74501b9fb3e6b720f42a6b987584ddc438fc3b987556bb98e486faee39bf3dc23a3addca38826ae73f05eeeb1b38fb92e84835c971e0ed74d6f0bd7dd0ccb3dbea78b7bfcc43fee71c643ee71692ef7f88fdbdc132abbb9279e5ee37a7897703d16cdb99e17495ccf3ffa5c6f2d39eec9dd44eec9da935c9ffaaddcd3273f71cff47a72fd36a971fd1c7f71fd0203b9fe1a9fb9fea6155c7ff758aeff049b1bb06d881ba0bfc20db0bdc03d6732ce3dd7b8c63d2f50e55e9cf3e45eead6e2061f9ae50647467083cb0ab9c1033fb860dd5b5c88e41b17b2789a0be563b9d0b8382eb2208f8baae8e2a2cf01b998b8bb5c6cca5f2ef9de612ea55dc0a551a3b9f4f3182e1de3c7a553de70990f8ab96c132f2ebbfa2097fd2680cb292ce0722f09b8bc462daef05e0057381cc515ed51e68acdae71c57964ae443b912badade64a5f69724304d6dcd0d40bdc30862337f2c524377288c4bd4273e35e8d1fe15e7dbf991bfd20881b23c3e0c628277263d1c7b8713fce71131bf773133fc67393f4bdb8c920396e72f2736eca01036ecab83df71a3e847b6db58d9ba61bcabda174857b93dfcfbd15dec8bdd590ccbd1d67c2bddd0fe166b85fe76610dab819b70db959566ddcace2d3dcec09256eced3216ece5008374fce925bb05ec92d3c27cf2dec5be5de67f5738bf06ddcf298346e654607b78af7885b9529c37d82f2e53e0d0ee53e9d31e43e335ae33e73b0e43e571ae3369c21725b1c03b9ad3165dcd64215eeabe547dcd75b8f725f0372b8af0786b8af3f1773dfd4cd737bceba707b01a7b903a0a7dcc16079eee05d67eeb09d1d77b8279f3b6283e6bed76de2be779be3be3f93ce7dbfeec8fd60e5ccfd444ce07efaf28bfbf9c21eeef85e2beef82107ee78c445eec40305ee14fb37776add88fbf57337f71bfd33f75b612377a67b953bab87e7fe4c67717ffe1fdbb97157ee7c663977e15a0677616327f7f75f27eed2b33ddc15d573dcbf1a4fb8ab7928eedaa115ee5a870e77fd2080bb1e6dcfdd28fac2fdb7bd9ffb2fe42f4fc6780b4f66e0046fd31f579e7cf5419e42ed1d9eca2b65de3674276f5b76046f5b7b324fed81164fd3748ea71dc5e6edf0ade3e9753ee019846cf00c5d9579c616ae3c53b5073cf3805fbc5d9ecf79d60af779d61200cf3a749867b3bcccb3ade0f0ecaa1ef2ecea6479f6fb20bc7d1b7b7907cd66784764bb794e868a3c572f0eef784d3acf633792e7797917cff35b1acf73798ae785efe47955f8f3bc3a3378a7165ef24ed34ef0ce00eef1cea041bc330211ef4ca807efacef039e1f769417b031c3bb3005e05d541ae505c96ee5050177f382fdf6f382c3b27897dd267897bd7b799747bc7980e3501e20f6250f50ddc403621779c0fb033c9045160f340ce7814f5af1c0e9233c08f42b0f6a90c283fed2e621a02a3cc4621c0fafdbccc3df48e5114eebf308553a3c627f1b8f74e11d8f6c31cb2357a8f128f8633ccaf4431ed54a9bc74c95e1b1c4341eebe3188f77c38f27888ee6095e98f2846a9f7842e6344ff80bc113a57278e281449ea4fa1b4fea8ee0858cfee1857c31e385bedee045a47fe445dc29e5458ca37951703eef4a5f1eefaaca655eac671b2f01aecf4bda4ce5a55a0ef252836ef3ae2f4ff36e44fde2dd687ec4bb35b585773bfa322fddef162fbdeb3a2f833fc3cb8abfcecbc62af1b21ba1bc3bba93bc3b4b077877ad8ff2ee1e99e3dd3db1c2cb6bf1e7e5fb7ce1dd3b7983778f7e94776ffe1daf207885777f0cc62bf291e33d483cc22ba31ee6555e88e5553eb8c27bec3cceab72f9c2ab7a9fca7b7a308af7f4d17e5e35a79a57ddf09357c388e4d5aa0ef1ea8e44f21a89145ee3b83def856210af69c095d7acf592d7a216cf6bb197e1b51924f0da3079bcb64c0aaf03ecc3ebf286f1de0002796f48a1bc9eee685e6fb994d75f48e30dbc9ee40d010679c35b0679a33157781f98c77963fdedbc2f1a8f785f12e678dfa34b7833c98f79b3c693bc1f9b82783f32e8bc9fa0b7bc9ff914de2fd901deaff26fbc059332dea2c273decad71ede5f3886f777e615efef7a266fbd208cf7ef922fefdf540f7f5354227f53c7345f2ec4862fcfaee52b780cf31565b3f98abb8df98a4f65f88af360becab7cbfc2da76cf95b22f5f85bca27f85b96f3f95be79cf9dbee7ee76f7bbf87bf9dd0c857ddc8e4abb72af235be85f0353dfdf83b8e3bf37577c3f87a8ea37c7dd236be6113876fd853c037f2bfc037ca66f28de53bf8c66a64be710c926fae7f8bbfeb7c18df221ac2b75487f12d2fe7f3add037f9d6f1467c1b4f3cdfd658996f5b72936fa7afc4b7bbb2876f377f8abfd75393bfcfe02dff80fd6dfec1463cffd0de41fea1d364fe2131947f58e918fff0f42dbea3d969bee32b26ffc80a9defe4b6ce77eab9c13faaf98f7fd43f9eefbcc58defdc90c23f76228e7fac7907dfd33e87efd9acca3f75708c7fca35837feafa1cfff4c5ddfc33e5967cbf24113f00d7cb0f08d9c73f27afc43fbf27867f3eae827f3e0fc10fdc36c40fbe16cb0fbef5897f798b947fd9fb19fff2d5237c40e7593e98e5ce877e16f2614fcef0e15a437cb8de241f93e1c7c77d3dc5c7fdfac8c79f4fe4e33336f38989083ea94e8f4f1e16f22986b7f854f9937c5a3c9b4ff78ce7d3f1137c8689339fb3e3309ff3448dcf3364f385bd8ff9a2c1e37c29ea095fba7a861fb22d9a1f9290cb0f0d81f3c3d493f861ab99fc48f03b7ee4d20efed5baedfce8fb99fc58e7457e02f5013f71b2949fb437959f2c79c74faea4f39357b2f8a9cf54f8a9af13f8d74e2cf2d3001efc7410889f9913c8cf6279f3b37a75f839d4797ece43383f77a6839f7f02c4cf2f33e2178206f985cf3ef04ba277f34bfd46f865c27ffc72bc3fff21249fffb06196fff0cf32bfd23d8d5fe5cce13f19e3f39f6a24f3ab2fd4f26b721cf8cfe05ff8b59e01fc3a9b4e7efdd432ffb9f2317ec3bc1abff1db7e7ee33a90df22b7ca6f5937e1b76944f0db879df89db515fc97b737f35fcbbee0bf0efbc9efcaece3771fbec6efeed6e1778f1fe0f71d2fe00f082bf90359c3fcc1974cfed02173fe7070307fa4bc9bffa12780ff61409effd99dc71fdb7c803f1602e18f85dfe47ff13eca9f48d1e07f054cf2bf8ebbf3a79735f833537ff93fc66ef1e7cefbf2e7e5edf8bffe06f3ffbc7acd5f84b8f197b543f9cbeb6ff92b978df82b4342fe1a4287bf468fe0afbdac13c8955e17c89541048a033481d2588d4005f55db07d3340a0866916a8f7580a34339f0bb4d44d045a8e2e021df07781de1e2781fe81ed829d8425c1ce0706829d3f1f0b0c406d020342b5c0a0d25c60e8152930a4a20586771d054672870446e45281b1255b60aafc4460cace1098ab8c0bcc8713041687d982dda1970456c56f047b06940436cf1c05b67d70819d3e4a6017e520b07b4e14d875dc15d85f7a2b70d04f133888b70bf6eb7e13ec777311ec9f59101cf4b7101cfae82538c2d3121cb95a2f70da32287082c20547073a052ec04281db60abc01dbd47e04efc2df0d84913789ebe2cf0fcf45ee0adba2c3839ac28f029f717f8543d159c697f2408d059179c7f46125cb83222b844792e08d44f1604af0904970b9d04c0a10401c8f9a900e4132800b5fd1580990705e0c80c01b8665500b13d2480780f08a0325201d4784100037a09e087ad04080f3301e24f8500b5b02cc0272509883a5401f1578d802ca320a05e4e17505f3a0a18f7ea058cb1050173e1b38055ee226017a50b382daa02ce48918067f85bc0ffbe5720f0fe2a10401f0b8447d204a2d04e8128f3ad40ec6d22108bdb05128d118174ef0581947b551006da2e88b2d31444859b0baeaafd145c3db44b10cb0b16c48a918238f28a20ee4eb120ae46439010b64990f07c429048581724666e08927ea005c9cf9e0b52869505a90ef382eb211682eb5fe404d76779821b3f2f0a6ebbd305e917d205e9d15b0499824e41e65aad20ab748b20fb7c97e0cedb24414e508f20f7848120f76b9ae06eda16415ee431413e769fa0e0669ba0e04bb3a060012428c47d14dcb7cd1114c9bf17147966098a4a9604a589b705650ed705e5f5b2820aebb782ca0abee051b040f0f8619ca00a4c1754110e0aaa24bb04d5b3fb05cf4ea3048dbb5e081abbe882c60f7382c64f5982263a5cd09c7040d03cb547d0d6f74bd02e782ee8c8fa2ce878a620e86472049da15d8297db0c052f1d27042ffd998257143f41f7b48aa0c77258d06b745ed0ebe120e8638804ef9a3504fd4f570503797e824105916008af23185e51168c58e50946fa4705ef73ef0b3eb83f157c382f147c96ed178c51cb04636f2605131e3e82c9a38d82c9e22d82af4685826f67760abef5c40abe730982effcdf8219a54ec14c005d30032d14cc547a0b66c93e829ff962c1afb640c142688c60e18dab60e9d25fc192d05fb01c1e2c94b5b82594bdd126940341840a506fa1e2e853e1e6608a50e5c87de1569b59e1f6cdd5c2edb534a1aa5c9250cdd05ba8f6cb5ca87ed851a8d97658a8cdd829d42e8f136aaf9a0975b499429d9e27c21d1e09c21d1fef08f5826942fd464be1ced74342c34b794263bdc342e3075ca109a24868ba192034d7a9129ad79e11ee32382adc556f25b4008d0b2d7d0942aba576e19e8fa785d6bb6f0aad5349421bb1abd036b84e68b7b95d68775a576877ae46b8f78c48b8b71928b44fcd103a7842850ec9ebc27dbb7485fb531484fbfb67848764658487ce9f163a5edc2374c402854ea727844efe3642a7329ed0b9482c74a179095ddd7942375717e1f17378e1c99ebd429f98b342bf18a4d03f3d5fe83f8611faaf580a03562e082fec0b145e9c1c175eda5227bc04660b031ddd85412e06c2a01bcdc260a4ba1080ae120256b485c090bb4250ce6d21b8f1a710f22e5008991f1342556e0861771142d8bb4742f889dd4204bc578824a80a51ceea4254a25088bed82fc4c4160bb10d5f85d88f7d425c2e49889b7a2dc427560a09895f8524dd0c2189692124cd228564a7f342b2d44c487e8d1352bf4f0959822e212b2b5cc84dbc26e429070af91eaa4261829950c46e168a2f870b43966685a17f3d8461101f61f84aacf00ac2487875b05118ad9d218cc9ab16c6e2760b13ce050a93ab8684c97f2f09530e1385a97dd78569671a84d7374f0baf3b55096f98628437731f0b6fdbec116619ec1466e5e90ab3d93ac21c333b61ce4979614e6ab9304f4646984fd310e6df3610e6ff0811de4b9a1316185a090bebab85f7e7c4c222e52e61f1a117c2e2f20bc2e2fa456189ed8cb0ac2d4458256a125615a9096b62b1c2676f6785b5022b617d6d9bb0bed756f87c578fb0d1e59cb069f28fb0e5b9a1b0c38a22ec781724ec0408852f4b7d852f1b1e0b5f3bf6085fbf9910763fe00b7b76ea0b7b07bd84bddff2856f2d1e0907f64984832e4ce1a058433818a3241c253a083f3a6d117e94de177efcf746f8a9ec96706cc45238de5a201c5fda2d9c72d9249cba1722fcda9128fce6d62afc0efb28fcfefc8170f68c937076f194f087c98af08777a0f0c769b170eea09170de705cf82b1f2ffc7d142afcddad24fca37251f887b52c5c9a4811fe4d7e235c45ed12ae85af08d7bfa909ff7d3d2adad496225238352e52f8f050a430f14ea478f08b48312556a4583127523a1f2952c2b68a94ca93444adfb68a947e6d12a98c1f116d350089b61b3b8bb6df9e166d4f1f17a9fa358b54cb3e8a74885f453abc1d229d7ca268c78e17a21dab1c91be73a1c880cb1719ac3d13195aeb898c7b7e884c3b8f8accafcd89760d1a892c8ec7892c082d228bcc4e91c59d17222b3b5d9155154864b5b25b640d81896c7cad44362c1f916d035864bb142cda3bbc4b646f342eb27fbe5964fff681687f43bfe84065a8e8e007b8e850ecaae8d0e37da2c38acba2c3a88ba2c31df1a2a3ec69d1d1a1009173f53fd131c988c85579a7c8352652e4e6e8267287be11b9e7d58a3c924022cf7306a293ded5a2936359221fea6691cf3f84e8946f98e8f4fe3ed11975ace86cef5f911fa648e4dff94d744ebd4a74c17c4374a9f2aee8d2c24351b02c4a145c9a2d0a7ec5155dee51135dfeac2e02c88a4540f97211b0669b0864bc47048a6b17811a9a44602f8c08eabb2e821d2a10c19a2f8be0ba5d22c41b3911522e5384ccbf2a42471244188b5411eeed1911e194ab88888a1311ebaa4494d82611253d4344eb2e14d10fe688d89b5c451cec3611572545c41d1f12f1461d44fc94db22a18a9548c4438bc4ce812289df0f9164d65514655825ba7a355014537a4b141bea294af0fa204ab2b01425571788522e4e8852b32f8b521bbb4569a94f45693f7a4537336f8b6e562d8b6e3e1d16ddb63611a5076d1765b4c045778eca88ee946c16e5348f8aee1da4890a8aef89ee5fce12dd2f0d1715b9548a8a3bff884a96e8a252dc5751f9954ba2f23b8ba287ab66a20a9eb7a8e2e6765145115e5431fe4054f1f3a8e8b1f216d1e3ac65d19303d7454f2edd123ddd7c5af4b41d21aae6a044cf5e0844f57531a2e73205a206f73fa2a6247951d3a2b3a845ad4fd4a25f266a5d3a22ea503c26ea18b82cea0c1b10bde41b8a5e0e15895e055045af7e77895ecb7244af7f0a443d831f457d87778ade29c888863ede118d9c36168d842588466211a2f72453d1c7c3f2a28fe7be8b3e3ecd127d21be128debf58ac6cda1a2f10eb868fcdd9268e2d231d1041c259a9a1f157d93d7117db369117d2b3c209a4e0188beab7145b38629a2d9bfeda29fe234d1cf5711a29f136ba25f2a0aa25f477a447f26e444cbb64f442bf7a1a295852ad1dfc36ba2bf473e8afe86ad8bfedee789568d19a2d58576d15adc9c686d48205afb36265a67be16ad7fbe26dee4142edeb46cfcbf50b15cf06db15c73a758ee7db658bea84cac207f50ac44068895e27789b7921f89b7df838ad54916624d2f0fb1665983582bb258ac758d2cd62e3416eba8bf16eb96d3c57a920762fd1eb8d828b85a6caaa92e364d03894daf63c5a6458662337b25f1ae1321628bd24eb1c58b55b1e5b755f16e2577b1d52ba1784f4186d8a650466c333328b64df115dbde7411ef552d17efc5b588f70a52c5f67e9662fbc212b183ea9878ffef4be2837577c407dfcd8b8ffc3f951e79962b760ada2376faf5537cf4608ef8e80345b133244aec92f459ec9a662a76ad5b16bbd6a7894fec96883d76cb8b3dbe89c45e056e62afefdbc5deb07f62efbb68f149d257b1eff6dfe2539144f1a96653f1e9a93ef1995dbbc5fe17ae88fd09bde2739ae6e28bec5ef1c5a11271e0d41e7110e1b33828edb03818f8470c387b550c448e89c1c68562b0afa618fc872f860854c4505c86181a3f2b869d7414c33abe8b61736e62d4668e1845ba25462bf789d14703c49869a118ebbc22c60dc4890941bfc504cc4d31a10228262b2b8bc9ddfe62caed7931f5c47131cdb25d4ccb7d2ba66b2e8b997e9bc4ec406b31fbf75731e7f08098734f5dcceb6a15f33e368885dbbe8a8508bc58d8102e16b6bf100bbbbf88c5bdcd6289902d0e712d10875eea1487e6958bc3b6f1c5917bb5c45195d7c557c87fc457bb97c571875f89e31acac5094d48715284a538c5d2539cda5927bea68f14a79df8bff28235c569ff8e8baf1f0d15df103e12dfb29d13a7cb5b8ad37f7a8b3302ffb7d22bce36731067dbfa89b37b7e8b73464e8a73fee58a73b574c579b2087151baa2b8d87a5e5c7cdc5b5c5c39282e91268a4ba2cf892b13df8a1f9d3e20ae62d1c435e42fe267d49be23a8d1c717dcd3771fdbf35f1f3e1427183a79db8c96555dcb4622f6ef18a11b7d220e2b6637fc46d4cb0b8edc113718773a3b8235047dc912012bf84fc1277ff5f73bd977e897b5b03c47dcea6e2b7bc7be2b757bf8bdf96f0c5efb61f17bf434d88fbbf0e88fb6706c443897de2a1d44cf1f0d127e2d122acf883e221f107aab9f8e30a44fcd9922bfee23a2c9ee8fe299e5c70134f859e127f9bbe289e3eb5249ebe7256fcfdab9778666c563c7b264b3c9ba82afe115d22fe19ad269e6b7d219e6b6788e75d83c4bfd2368b171c4ac50b122bf1effa9fe23f9871f19269a978392750fc57a75cbcf6102b5ecf53166f5c2688ffad384936819f49e4af9c9028e9ec93285186242a56e912952f3992ad9bb892adf647245b43e425db7edc936c9ffa20d1d8192dd1be7249a2fd3857a2dd774fa263f355a2730e22d199c994ecb0da29d1e5074af48d50127d3ba1447f012531f478fdbf618951354f62f46687c468c45362341e2e3196d19218637b25c64288c4e49d85c464c85b62aefa47621e382cd9357d566261dc2ed96d899358b5ed96d868c32536880c89cdbbed125b330b89ede205899dde4dc95e752fc9dec65589bd1352627fba5cb25ff7a0e400a44b72646a46e26c7d46e2a25a2471f34896b8071f93b85f0991781a60249ededf259e3e0889e7d92c89e77598c4eb54b7c4eb8d91e454da7589dffc3189ff313989ffd74449c02982e4fc5e1fc9f9d4d7920bdedd920bd33f25170bac24177bde4b825cde48822eab4800c68912d08e3f1204f3a004912b274129fc9560325f4ab0fe7c090e8e97906e0b2564f0270919652ea1efdb2ea1377025f46e9884f97f1c5811c612d6bf5d12768cb6849d122b61af3e9670ec1e48b87251125ebcac847fe19b4400004904029a4420792d11d4844944370324e2f05589e4e49c24641f4f12aeee2b89e89e955c690d93441f6d95c4e93c95c4054448e2a4472571756249a2bab1247947aa24757eabe4da8bb392ebe25f921b170b2437bb4625e9930249c6cb6e49b624537267414d924b0c90e42e1e9314ec9994143839480abe184b0ae60f490a169a2585a71192fb8f4624f707da250f946c24c5b20449b1f76749592b4552be8e933ca4a3258f373649aad61f49ea082724f57bd224f5791d9286ab304963c2154963fda2e4c5ce25c98be2b392a6334f254de7f092a65a7749d39cbca459f7b2a42504236995bd2b69533590b4394225ed7e27242f17ee4b5e7d8d9374275648de6c7a23e929be22e929e997bc9d1e90bcfbb4281970634806a8272583be09922125a16438344632128794bcbf6821f9e05424f9fc675432267c21191b8e907ca17c947c2998937c1935948cbb7c948c8bab2493762e926f012a92ef7e68c977919e6446ffa864a6e9b364e66d976456e98f64d6fd98e487c16ec90fcb78c98fb3c3929f7f7892f9eb05925f3b6524bf817a923ffd5992c562a86409382f594ae149962587247fcbee48d6947e49d68e564bd6aea44ad6be80246b532e927f9e0f25ff806352991769d24da2e3525941a054f6b38654d1f7bc54f1a58f5449f3b674b375b65485632d55694c916edfe32655dfc794aaffba22d5f0e24a35f2aca55a06b7a4da166fa53a08bc54f77b8c542f4957aa2f7b4eaaaf7f51aa7ffa8554ffc3a274a79bb1d4243253ba6bc780d472ef03a9e59579e96e390fa9d555ae74cffe24a9f52e80d4a6705c6a973d207598614af7b9b74bf7e7cc490f7c8e911ed4cc921e1c72953aa162a447b9a3d263ae53d263d90d5217876ea99bdb80f4788b91f4c41e17e98995ed52cfd246a957fb7ba9b75cbdf464569ed477a3527acaa04a7a8abf477afab0abf44ce04de9b9edb7a5e7fcae49cf97e2a5e7bffb4b2f0c7b4b2fd9964a2f35ef9506cd184a01bb82a4007b1929c8634a0a42354b41d2335258c6a0146e7e568ae409a4c8f74fa5a86681149dd02f453f09946218e5526cbcaf14fbc4484a50749512cf1f9692948852928a83946c75504afe512a25ffa993526a6aa44c05172973d443cad2ac93b22cc3a45cb08294fb0ff81f07f719cd85f706003c9412c92a514649a292221411195999a9884466192151f4dd7befbd476553760925a388860a1921898c4891f8ffceffc5e73c2fee39f7dc7b9fe7dcf1e602b273db01397bb300395f5500b7fdd8803b3d96805cd87b406ee37d40eee44b409e5934202f6e0e70f7130b0058bf010028be080072b301c0c90500b8ee3800b6f31600d9d00c40bef305a0a631004ca506006b9806c0eff10110a91600e29fdb00d2e93e00e97e3580523106a0055c0030da8f03d87191006ebc0280fba51ec07f2406080e30004264134062e40a905cdf0590e0ce00a45f1a00f2ae22c0bd8834c03df43540e1962240e1ddc780228c0850f4a80a50ec2c0594bcd702946ebf0328dde30d28bdd00228e3ef0494330d008f4a560115bd8a804a4d6740e55437a0aaf23aa076bd3ae0f13e28e0c96230e0696309a021ac14d04ce1015ea446023a4e8b011d91ffc5277c4067a21aa013a700e8324500de1e3b06787b7527e02d461ff0eed424a0c76f1de083611fe0a3c94ec0479a01e053ef33406fd83ca09f7606d05fad0a18a8bb0c18686b020c8ec400865048c0b0ec3a60b8c31d303c9107f852370c18713a0e18a97b0218d39500be5ef90998d80f034cdef1024c32270153fb2f01a6d7bb01a6b9070073634affd90ff8b9ed14e0e7f210e0b74a3fe0f7a72b80e5efa7007fb75d00ac045600562ff801d7fdbc0654b81f085422fbfc7722690137185f046e387808b8e1a410b811d505dca45e035431f7076e3ee90edc5c330b54d5fa06544dfc0e54b3bf0bdcc2c801aa5fa400d5f366805b63ff03c502b7767d036a1e75056a6d9703b71705027738ef06ee703904d483d3817a2f06803b0f9f001a7619038d768380464b2540e3bf59c0bdfeb1c0fde7fd8116c763810780f1c0032f40c083d0edc043a04fc0c36eea40ab77bdc023f5a781d64e6d401b437be0b1162ed0cea81678fca812d091dc013c19630474d6c6009d5989c053b8f54077d063a047e663e099f063c0339f6f01bdb68501fdea5d8167b7c603cfeab603fd359780fe49a781c1fa8ac0d0b94dc0f3ebdb81e7b1af8017b71a022f1e36075e6cdc03bcd89f070cbbe9010c5bfd060c870702c32b8a81e17f4e022f9190c0c8122f6094533a30eae76f60b4db0830baa5161863a0048cf12c01c6640c02af6e6603af869f015ea56b02af3e98015e7de70b8c8d1f01c6e1dc8009d1306022ee3ef0ba6313f0fa491fe0f5823fc0e429143065040c4c5bef054c8bda094cdfd507cc28ff04cc0c9600339fec02dec45b016f0a3b80d9afde01735e9b036f57328079f7b38077136c8000502810b06c00047ad60041c77381a0e8582088180e04a7ba02c1434f81e0c54520ccfe0c10c67207c2ad6c81f0b26b40781d178878c80122410d4054161d885e4d03e2adbd81442d4b20f1301748bcae0d2462ac81c46785402a680b903ab61ec88a6b01b212c04016e025901d9e0ce46e9c06726d9a815c2f2990f7020fe4170f02f97f268082c3f640c1879740f13a29507c920b14d7e40125c06ea074cf26a04cab02283b3a06bc6f680a7c70ad0a58fce62bb0649733b0a4f33f4ba781a535c6c047b7ec81159689c06acfa3c05af5bbc0da9344e0636f21f0e9a645e0d37d46c0a7e2cfc0a70fcd814fbf17011b1ee7031b6b7b80cfc2b9c0e7cf70c066dc17e00b6727602bca14f872c775e04b0b3cf0e593486027e425b073e539f0f5fd016057f91ab06b7007b0fb7b3cb07bc904f866e304b067d349e047c704e0e7a039e0002910f845bf1af825f139f0cb130170649b2770e4f675e0d8d652e018f63770acf22df06be167e0f88654e0f8d670e0b7d479e037381038a1c9014e7cca017edf680f9cacdb019c3a05054e3d6f07fe585a034eef830367fea8027f6e5e04fe9c7b0c9c3f2304ce0b7c80f3f7a2800bfaeb81bf7adc808b1dcdc03f212ac0952d09c015b3bbc0354b7be0dabfdb2085e15890d2fd32d0065f166843ef6590f249439032d418b4c94415b4c97f16a492390edadc760ba48adc005233ba0352cb1d03a9557780d479ea20f59a78907afb49d056de1790863e04a4013905d218780ad28ced0169f55240daff14413a903e906ea204a4dbe309daa1ff07a46f1305d20ffb0ada7560106458ba0164d4cf0119c39820e3c65890c9fa4490c9a9df20139029c8e45f24686f8b3ec8f4fc77d0be1d3c9059e549d0feb7509079e13a9045040474d09b0db2349d06591e6904596dfd06b27ab40764b5d00f3a9af60a74f4e667908d8d3ac8ce471d64ff3d1274bc4b11e4203405b91ea280dca0a120b75f67411ea7b5411e97b7813caff683bc1c78202fff0a9057b019c8fb4935c8e7681ec877fd042890d7080a14de04053e7500050ea78082dc7c4141b51aa0e0b8f7a0d0377050e87224e87cb307e8fce41dd08567eb4161bbae80c2d01b40e19b8b41e1a52050c4012928ca0d01bae2ea048a565005457fff0e8ab99a0bba6a140ebadad50f8a8d968112fefe0025aad4801237cb4149d6574029163050cab5fba014dc25508a600e94f20a004a3d7a0d7463f62c28fd933328a3e53128a32f1a94c98905dd7c0601e5386f07e55cf206dd59f402e5992d8200d75920c0732b10d06a1708e8a10c023ebd0482f06741b00fc740b08f1010bca61184ac3503618e9d04618df240d8825e106efc2f8872401344b5dc0ca296fa8268175d41cc6100885d1004e2304920fe1673109fc601f107434142b5619028231024faf60b24365000c936734072a21c94df530d2a286f0715563a820a171c41c5a7b7824ae991a032440ca8bcaa1af4f0a235e861f24bd023603fa8fac44f506dd829502d4f19d488dc0d7ab6af17f4ec7c0ea819e0037aa1110a7a21af04bd285b076a5f2b0775fc6e06bdb73206f544e1401fcf59817a1db8a0bef60250bfe01fe8736e1268e0181934909705fab2ff3c68642f0a34ba1d031a2dfe0efa6a7b08f40df51e34f1f03068a2fe2868a2351c34f9c20f34e56c06fab17d0c347def0468c6a50b347b3a003427ba05fa3dd306fac3ce05fdb59f01afcb3101af239e06af1ffc0c564d7f09567dba1bbcc5f4205833c80cac99b41facad540dd6f1f006eb24c8c13ab78dc1db8c5bc1db1e5b82b77d5b006f2f0a00eb1b20c0063e116083fe01b011d71e6c7cb4066c1cb803bcfb1a1abcfbb60cbcfbee0bf09e2b4fc07b66fcc1260a41e0fdbfc4608b938b608b717bf0812bd1e0c3def7c05677ecc1d62ff0605bc36eb06dfe14d8b6e717d82ea6107c7cc33df071c007f0896742b0c39542b0430b12ec3831003e6948023b6d01804f096160d7dc1b6037dc5bb07bec32d8c3f13bd8e3b932f8cc8dad60afbc58b0d7030ed8e75217d8d73514ec4b2a04fb3e2082cfba0681fdefcc82fd27fdc04159ade020ca5e70d0680a38e47d0938346f081ce6970f0e2f5506477a00c197ddcf82a3fc0f80634ed78063f08ee0586f2a388e9c058edf4605275aff0027b97e015f6b668193973e83539d07c069a764e034ba1df8065108bef1431f9c7eeb0a38a34a017cf3fa1438fbf83ff0ed946de05ce42c38b7b91e7c777e2b18102e05035642c0a0080330387f1c0ce95e04431667c0d07c1e18ba120a8611ae805147f68251d63360d40512187d070746d73b83b173afc0f8a90230e15a2c98e49203265bba81c9fdf9608a671a98c2fc04a6ea32c0b4b2ab60fad93d603aa81accd8aa04e698de0073ccadc0dc1fed60fe9effb0b860417f1d58ea6900962d2583e56a6ee07badffc0f79fae07e75b3c02176e4805173a6c0517d10bc165a9d1e0b25b1fc0e52ae3e0870579e0475f3cc0158a54708568005c197c125ce5480457c7b682aba721e0c70838f8692410fc54be006eb278036e3a20003f07d9819bad8f809ba1607033b300dcfa540fdcfa060d6ecb6b00bf94df06bf525100773c8c0777cc40c19d5abbc09d3a41e0d74907c16f35ee803f7889c11fe05bc11f81e1e04fca91e03e780ab84f1007ee575804f7abbd040f5cba0e1eb8b9133cd816031e7ab313fce5fc10786433103ca22d028f606dc1a39be6c1a3c82ef0d86b0e785c430c9e885f034f722e83275ff7837f6c1c034ff77a83671de7c0b31783c1b3e1b9e059d139f0cf1106781eed039eaf3a02fea5f610fc8bdb0ffe958f062fc669807fdf808097d79ac17f899f21ebde8f42144c24104585798822bb17a258c583ac3fd90bd930690951b6fc03d99c89826caedc0351634d43b60c1d83a89b7d84a8272f41d4c560c8d67715108d8bf510cd3bfa104db13244bbf53b44c7b11ca2cbbc05d15b3f0fd133a885e81d3c0cd177c984e8c7f7430cd2752086bb56207bb6ae83ece986414c9cdc207b1dbf434cef2d42f66d3f09310747432c5ebe821cfa1003b1dc008158f647410ecfb843ac361c871c3d1408395a3d0cb16e5181d82429416c432d20b6821c887dea02e478da15c889476721cef76a216e7b0110f7d01a887b7f3dc4237c00e281ab819cb11543ce748741ce4c7442bc6cfd205e17a810ef9222880f4606f161a9407c338c21fe950248c09b5c48e05e322490e50109ca29865c328e835c4a03432efd888744f44921915f6b2097cd3f43ae84b440a23b2d21716b469084a83048c2950f90846bba90a42539e45af67ac8b58a79c8758371c8751b0f485ad536c88d2021e406df0a9209a543320b7220378fe321591fd5205933be90ec8aad901cdc71484e6b38e476ab16e4763f0172673b0a92abfd0692ebe101c92d7901c9dba603c943bf87004e044080a3b5109013070209888540909d10c8600f04dab21b02ff6c0e413bbf8660650110ecef7310fc191f081ede062178f44388122308f1e72884546c0421371640a80a4b10aa412c84fa4c08a179e5416891a72074c52108e3f84f08837204c26a7e096103df41d81f09100e9b0ce1c8ce4138a37f20bc2a1944c05e8488b4662022a71a8834320622fdfb172233bc0991bfbf08b9077f0179b00482e4c72320f93dc721454431a4d8e305a464171c529ab61b52667919f2c8580679c43682d46c1e80d4bcfe07a9b5f784d4d22321b50d3e90da090aa4aecd0ff2b8bd13f2c4040869bc780ad2945609798e5280bcb04987b4e858415a1d5721adcfff405a3bef405eed27415e897b205dd21948572f12f216be03f22e0208e9616e847c6a53807cfa9709e9d5a3407a7d3420bd4f7f41fa8c21903e9f5c485f0802d2f7b016d2ffb91532d0550919daf90432d49104194e6f837c392f864c0a3d2193df93203fb43a203f422e40667eea43e69a9d2073ab22c84fdf4d909fb34d90795b6dc8fcea22e417b90bf23b792fe477fd6dc89fe19390a59c1d90e5f5e990bf897190bf3f7220ffa2e321ab0c3e64cdef0a5471dd2fe8fa4a75e846d9085485500c555b8781aaad4f80aae179d02d997fa1ea477f40d56b63a09a89bba1da1ad9506d2d2454bb9b07d51ea341b7ed51806e7ff706aaebf10bbae39731545fe52274a7691574e79babd05db048a8416209d408140e35d9160f353908849a707742f786ba414d033ca0a6d802e8bea3fdd0fdd602a885c539a8052d076ad18d841e387e067af0cc3de821d705e821bf0ce8a10e12f4b03d056a4570825ad173a0476c11d0a3bbc150eb872d50eb6f8b50ebdf0b501bb364e8b19f69503b8b37503bda20d47ebd37d4619713d4212c09ea90d2097512bd813a55fc863a6f3e0675d6ba04753dbc0a758d7681bac6bb435d8beda0a7cdcf414f1ffa0675db610c75ffa801f5e8f0867a6e7c03f5542342cfb094a1deb127a1be19e350bfb443503f2e18ea570782fa3b9b4003646ed090bd25d073da3dd073a68fa0e715af43c3b4b740c31f0f412f5d4a845efeafbf28c204f4aae777681ce72d34219a074df2b9014dfa7e117a5df303f47a34129aa23f064df52e82a67e7281a60eb6436ff86a403352b4a099e85bd09b2762a0595b6aa1b72eff85decafe03cd79bf08bd1d170bbd3b380c05b9694141d0fd507017030a496a86c2f6b84161ffad05c2ce138a1e6c8262dd0ca0f88d2b5042e50328d91d02a5ecbf0ba5e25aa1d4b73a50eab42e940e3381327f5c82b2b69c85b2748ba1ac3f4028a78e05e58cdf8072f783a03ce3dd501e491b2ad4ab830a0172a8e8fc4fa8782a0d2a512a874a6e6841a56f695039a61b7a8ff2169afff02eb4c8b4145a1ae20e2d7d6d0d7db8b11cfa08f9085ae1b506add20343ab083268558d0eb45a2b095aa31706ad3db106ade560a075c6fed0c78846e8e3351cf4c996d7d027d5f3d0279f84d0fa8e26e8d37381d0466d14b4d142006d5c1e863e8376409fafd9405bb47cfedb5af2a02de1cad056790db4b53413da3abd05dabab20fdaf6341fdad6130d6dff3d047d39e50e7db57d03f4955808ed38df0d7d67c787f6c45f82f664ed807ef20c857e6aff0aedbdaa0f1d887b0d1d3cb2113aa4a1061d62dc820e639ca0c36f774047148da023d471e888dc1d3a1a68051d0d36828e2e88a1631065e8580912fa35ec31746203053a790e0d9d9658426762ff42e79efc83ce0dfa427f877a427ff7e7437faf654097663da12bec0ce85a5d1674ad6316a6e0b513a674a61ba6e4a5075baf120c5baf7719b6a1f2126c639e0f6c23731eb669ef27984ac65ed8e6b643b0cd2bd130d5cdd930b56d2f606acf9830b5e671d89664306c4b2901b6e5f1084c3d551da64ef809d3b9930fd3559882ed903f86ed28fd04db313e0e33b02b87199489617bb66d83ed210161268e0a30d3dbaab07d73de30f303d761e6472930f3a43698f935d67fea61e61599b0830c19ec60ef2cecd02c1d7668251b76581705b362dc8759279e801d733084d9c9f461f6377261278ed6c11cd73bc01c5392614ede6f61a72e0360aefb5ec2ce2406c0ce7c0e8079ff8d80f9c15ec00207d361419973b0a0c2dfb060783dec1ca712165a35053b1fb7017641a11b16de340b8b1014c2226b2761d182fbb0984d9760313616b0aba00c58ac9e192c8eac028b2bb385c555836071b35858fced7958fcfc4358fcb214962823c092b4576049a724b0a46e202cd5201196de1708cbf0598365d4c3613765cab0ac8de6b0ac0b0ab0ac341c2c3b421b96b3a71096fbad0d06a059c12067ffc2e0bf9c6008472d1882478621a6d261a8cf2e30d4f73c18fa851b0c67eb03c3652ac308f9e76184ef6130c23f251809f3014656718691936ec0c839eb61e4fa391825ad0f46dbea03636cfb086304d6c118dc1a18a35715c6a46ac258e7f460ecc47b30f6777318d7b80dc6c5bbc17803cb30be46168caf630e1394a06082de7330c1722f4ca87516269af2834946303069751f4cb6ee174ce68b86c9bfbf84dd535e86ddd74b84e51bbf86e53b7d8215d887c30a9f84c0cae646610faded618ff08ab00a376558d5a717b01ae32e585dfa04ec311c08ab7ff000d618b10dd6088b8135e54ec29a2052d833bb6ed8737302acd97e0facf9361cd63cc082bd54db097b696f0e7b792f1fd631f40fd6bdfb20ec0d7b37ecbd2301f63ed916d6538f857da87e03fbe8d90afba41907ebb32c877ddebe08fb9c7302367ce7036c54fd276cec5f386c7ccb4fd8c40f0c6c32b71e36953700fb2182c2a677f6c3665cbd6033d06ad8ec82166c4ed91ff673b00db6600784fd7a711ab678560df6db301ff6fbdd69d8df3b95b095084fd8bff01ed85a79036cada113bece580fbece771eae18940c5f3fb70257de6c03df44dd0bdf72e1145c730a01d75c9b816b7f3909d7352b83eb865bc3779c8a81ebfbde85efbcfc0a6ee09204371434c18d3624c18d3c06e1bb03ece0bb836ce17b1f1bc1f78e5c869b2ae4c0f7c56c82ef6b18849b3d3f0237ebbf0d37c753e107de58c20fcc04c00f72d3e187eddfc00fc75f841feecc821f7eed04b7b23d04b79ad8073fb2f113dc5aac06b7b1ba0f3f56e801b76b7f0cb70710e0f60f17e1f6b30370478f7cb8d3f611b853d739b87be810dcbdb71eee117603ee1de20bf7a66e81fbec84c17d8e9d83fb644ec0cfbeab82078c01e0813a77e1410699f0102f1e3cf48801fc42311f7e919507bf583200bfd8fe051e76fe0d3c2cda091ebee10f3cea4026fcca8212fc6ae50978c26115f8b5a377e0c97a3fe029cb25f03417013ccd6f029edecb8567bedb08bf89758767f95e85dff2be00cf664be0d9f7a2e0b7735ae0b9127778eebd2bf03ce063f8ddd1543880b80407a6e7c0c19b2fc3c1bf4fc16121bfe088dd2038f263041cf9b9058e8e94c3d10ffbe018bb243876f7141c97bf04c747df83e311b170fcbb0538f1bb104e3a858793784670d200024eb16a8033fa4de0bc30325c1826860be7f070e1af08b818390097d885c2e5d77fc3e52c63b85cd40b7ff06b169eaf1e06cf670cc10b6c6ce1050f1ae0c53915f0e2c58bf012763abce4571cbc9cfb1c5e79e504bc5a74185ee3be15fe38f721bc5ed11bfef40816de44588237dff8037f31390a6f390e86b7dc11c2db1a92e0ed66afe12f5787e15de59fe1dd4f1fc0df38a1e16fca8ae06fbefac2dfde20c3df892ae1ef9af3e03d9b03e01ff7a7c13fca2ce1bd752ef0be3c147ca8e9287cd881031f9114c1477e5e818f7eec848fbdda0ffffaf93e7cfcf71afcfbe176f8e43e2a7cf2c449f854b1277c5af70e7c66381c3eb37a1b3e7b70183e075a81ffd4de0fffb9cd08bed0ff0efecbf620fcf7d570f89fffea6a79068e58777404a110a38350d45047283aff462812fb10eb2fe821d6df71426cb86883d8144b41a8a26e22d430eb10ea179211ea051f111a6c278426cf16a1f9311ba1a38a426c7bd083d81e6c8fd8de7c0ba18ba940e8994c21f4c2a2107ae19711fa8abd889d9bbf2176b97c42ec92fa217635d4230c9ca50883aa5884a1f56e8471af3dc278421fb127aa00b187178530b98943ecad7c8a30b5b34198bdba85d88fbd8d305f7e88b07002210ec8b6202c6d4888c36a4988c35a5188238f4f208e16d5238e365723ac8f1e445883cd11d6446dc489f3af100e91ef110ed80d08c7e79b11274b8408279f6984f3f12984eb2967846b4e0ae2743b03e179d51771c6078a38031b4278e9f310be181d846ff17684ef6f0ee2aceb2384ffb66d8880952a44e0612e22f0e8494490d5754450d1054470581722442306712ebe1011aac34084e61f42844ee9202e546f455cbccc445c944211615eee88308c001156be0111be898e083fa884b8f4088a881ef342c49c8843c4c45823ae0e9e43c4ee4945c445e420e215f211f17fe7118966a68844ef2e44e2d8694412650a71dda71a91bc671691b2251991969f8d480fe723d2e11d880cd771444690089171ee0a22b34c0d71d3f83de226c31091e5bf0d9175370171cbe83c22e7151191ebc146e4595f42e4e1cd1079234588bb110f1177531a1177b92908607c130278cb18011cad47800e6623c0d7551150e5ab08f86e3602712a04813a740181113f45101aac1144f95f04453886a0f2e1089ac27e046dd71f045df014c13c5c866032af2358a7dc11acc8bf084ee719043f1383106e398310511710e237a608a99a1a429a4846484bbf21e49e2a887b07c210f74b3a100fe47f100fbad21185fe498842881ea2f0672ea2e8f11b44d11a01511c6d84287e3d8d281168234a7e86214a217044599c26a23ca100515e1e847858700a5179aa15f198a888785c7603f1f8871cf1e48518f1647216f1547914d178a00dd158f50cd1d84847347e8b4534e505239a7e3b209e65a011cf88998866ac13a2d57c2fa2ed7819a21def8ae8306d4074076c4074dfa94574e32588b767f4106f493a88b7abdb103dfbef217a4ac3103d8b30c4071d05c487c8fd884fe40788be7b30c467df2f8881b565c4500604318c59420cbf1f408c28e010a32b2988af89ab8871b319c4b8cd2fc4789d1cf1dd1b8f989ada8ff831af83983dcf45cc3ead41cc5df447cc477523e6eb3e217e4dbb237e3b872296d40d117fbf4211ffec0210ffc22588d507bf106b065f116b97a690eb9b41c8f5fff4901b4e9c432aaf4b416e3c7f1ea9dad58654d30845aa4d8d20b740cf22d5559a91eaaba1c8ad8ac790da91ffe97b86d431dc8cd40f9d44eeda1e8b344c588734068c218d7f6b23f72c409026742cd2a44586dcbb958034d53e8e346f3d8c3c943d8a3c0ca2218f44ec441ed5d0415aab4b90364db548bb877348fbc7adc8e32d0ca483d000e9d47f1ce9bc2506e9aa91823cadec85f4dc58823cf32702e9e542407af99821bdfe2e23bddb6290befb6c91be116ca4ef5215f2ac321719b0f112322081800c9880210343a39081340832c8aa1b19e4f9071914b519195afc11797ec20a7931ee06f262563132ece346e4a52be1c84bb719c808850664c4ec6364147e0519c56721af085f20af2c3920637a9d9071732c64c2c30bc8c4e25464d27904f2dadb5dc8eba033c864f41164ca74363275672c32350e8b4cbb398e4c2bf980bc21fd84bcd1044766bec3236f1aab22b38eaf4766355e45de4e3241ded90c43e6de7647e6ad97220159d79040461212867444c298fb9030c96324dc330e89d8b98a440876201183879148bb292432cb0c89665c43e2dcd590f8a23524e1741492d0df8324957291e40f5b9194bddb91d46bed48da9e14242dee32929e638664d48c23d939af909c6f2d485ee60892270d46f2956c91826350a4e0663d5230790829e43e418a1cbf214570345284bb8014971ffacf15a4f8d92252dc2b464a5f1e42ca0ea9216549b148192f1129ff6487bc1792857c707c10f980781b59b0ef20b2e05418b20033842c6840210b5669c8c2c8786451940c591cb51d59cc68459668fa20cb764e20cb22fa908f72f49195597f9155499791550fbf23ab1dd9c8eaf8dbc86a6003b216ba0759e7628bac63c6231fe3de23eb8fd0900d635264d35526f259e42de4b3d84ee4f31d9f90cf5dc690cf4186c896d30dc8b69b33c8766329b27dee15f225d404f90a9281ec38f21df95a6717f235a50cd9c57988ec7a8645762b42906fab1d906fdbf723df052c23dffd57f3efb1ff90efbfd4217bee21909fc83f90bde747907daf129003bf362287af6e427ed3f3477e3b3d8b9c58dc8f9cdb4f46fe6c2620e76761c8c5e751c83f2d75c8a57d7ac8a5143fe472961b72f99e02f2afae27f26f9e2a726dc403a5b47018a5024b46a9b48ca2544d4fa1548f4ca254cf35a2b6c226515bc760288dcdf528cdfb47515a7b2128ad376aa8edc6eaa8ed3d3628ddcc0cd48ec6d328fdda8ba89d0f3551868e9e28a31bf328e396dda83d219f517bb701507bfdc7517b87ac50fb4ed4a0f6c1052833ce06d47e7b086a3f1a84da3fb60565e1f51a75b0ee00eae07b4d94e5752794d5f84994d5af63a823195da8a37391286b8bd728eb8b58944df10fd4b17c0b94ade42fcab6612bcade3b0e757ce302ea444b0cea64cf38cab9fc16ea14ed1ccae5642dca65e000ca155e80721bec44b987e6a3dc7f70509e463b515ed25694cfba65d4d92d45a8b34bdb50feea5c5440dd0f54e03e4b54d035175450ee382ad8e4072ad8e2092af4340615baaa8c3abfed0aea42472c2a6c7604754912818a3cfa037525008dba22c2a062bc865057336d50f1fb77a0e21f1c46c53fc7a1127ae8a824dfaba8a4a930d4759dc7a8e46b39a81be15750371ef9a0d25f28a2324cdd51990fafa332c75c51d9efe4a81cf902eacef958d49d444bd49dd4f7a8dc5f95a8bc6d2014906a800219fba040850a2870f44d1478828082d6bf45415fbc44c1d3afa29086d628e49b9b28d4a17a141a3b83c24aaea228068a28ca90004535af44317a782836ac1fc531284071871751bce03728bea1058a4fd745098fad43090b4a5122ea244aacf91d25e97b849226cb51d2eeeb2869bf254aae5b85bae72040ddbbd48cba1fa4847a402f4215ce6aa28aaf3aa34ad6df4095d826a34a3719a3ca2816a8b2899da887d222d4a3e7d6a84aab1554e5fd3254e57430aada3e19559d5080aa6e0a40d56cfe8c7abce6887a222e43d55f94a1eae315500df06854e39d75a8c682785463a129aa79f112eac5031eaaa5ea00aa2da816d5b6fc06d50e80a35e3ecb4075b84ea03a9e8ea33ac3dfa05e7bbd43bdbeea8beadadc88ea7af60cf5e66e19eaed881aea83672feae3fb23a88f1f9d509f10cf517d072ea2fa8644a801c524d4e05639ea0b178d1a4d5b418d0f3f404d00afa226ddad5193b413a8a99351a8a94722d454d70bd48cde5dd44fb775a879d26ed4c2f201d42fe53da85f7932d4efba2ed492e3226af9b018f577fb3ed45ff414ea2fb107b5b2290cb5b266825a5b70452bbd5c8f56fae38ddea8760ebda95511bd69f52b7af39949f4967a2c5add4809adee5c83566f64a335f227d11aad05684d0f2e5ab3c91cadf90c87d68e1c426b43fea0b51bcbd1db620068ddcfdbd03bd814f48e392bb45e0301ad1f0b47ef4cd145ef52ae471bc4a7a00ddebe421ba638a18d3c26d146c9cae8ddb072f49e012ada34d114bd2f310dbd6fad0f6d26bf8fde9f32883e68b1156d159c85b67ade8bb6ee7e8b3ee646451ffb26433b18b9a21d8e89d127878dd1272746d04e9651e85351996897134b6857fbe7e8d3b152b49b423fdafd4a39da2318833e93b78af6aa1a427b97daa37dc295d1be462e68bf1c0bb45f4519faac4508da7f3b0a1d907e1c1d38fc151d24fa8b0e69aa449f5bda890edd3b820e5d3e80be600e475f8806a22fc42ea32f2c87a32ffaa8a32f665ba0c382fbd0e136fde84b2619e84b081574c4ac06fab23f077d39b21b7d19bc037d79a9001d25bf838e5607a263ee05a0afea5f465f2dff808e4d79828e5dfe858e53c944c7df41a313bc1ea2134dbea3af5d6940273b8bd0c9d147d1c9d701e894df8ee8d4d5b7e834ff5a745a45343a6df417fa06c6059db1998fce381a86ce847d46df742a41dfa42fa36f3e83a36f9dd882cefe8a41e76cde8106146d47032d32d0404b021ad49c8e06a7d7a2c1dc4434a4bf050df50e44c379fbd0f0c19368e495f368e4ed62342a968546d597a3d1877fa331c7fea1318d1968acdd4934ae591f8de79e47930e04a0c9c69a680aa70a4d79e682a6c3bbd02ce67b34eba11ccd0615a1d9d0223447e51e9a73b112cdb9ec84e6bd5343f3b76d470b1cf7a1c527abd1e25205b478c4142da92a434bb7a5a0a52f11e87b1792d085f13c74b1151d5d82d343976d00a2cbd063e8f24ddbd0e57bb3d0e56673e847fbccd115d7acd1d5d4ade8ea1e0d744dce26746d120e5df71b807ea2f70f5d0fdc8e6ed4ffcf1810dd8494a19f25be473fbbe68e7e766700fdac6a11dd2c5541377fdb8d7e61b309fdc2ee21ba156a8f6e452ca3dbbef9a13b43cad0af459ee86ea57be8379d97d16fb526d1ef93e9e89efb01e80f90cbe8dee81e74fff141f440972b7af0031a3d54fa14fd657301facbee01f408f7207ad4b009fdf5aa317a5caf033dee3588fe96c4427f8fad454f9a7c404ffeb4424faefd434fff3146cf589f45cfbc5440cfc63ba2e78e3e41ffdc3f805e38d48e5e084c452f4446a217ea3fa17f692ca2171fc8d1bf2f72d04b9ea7d1cb058fd02bcc1e8c42ab0546e147364649f52966bd692b6663db1866e3483e66135b8a511d9fc0a831ce61d45d82315bdbba315bbbef6034edb5305ac7a330daaf4d313a33248cae7f076647f0638c5ea835467fc30866e7e614ccaef02accae9be6985dcc6f18e36b1318d3b578cc3ed5358c59452bc65c31197340d085b114e5630e5f3e8bb16ada893982f3c31ce99ec558b3c9186ba93bc6a65911637bbe01637b7f1c63673287b15ff98039feb41be3a0b01fe340d2c09c4cf5c59c3aba11e33a908d711dbd8f711dbb8c71cf81623c76e6603cfc56301ee7ca3067a6b763bc0fe6627c9e39607c15ff60fc1c1631fe485f4cc0502e2650cac3047ec8c3041d37c404053a6082372b6342d4af6142dee463cee96dc584326898f31a99980b816d98b08e624cd88c31e6526d282642a91773c5fd0a267afb322676b2081357b51593b87e0b26f1d3034c92a11926b9f61126c5fe1426f5720c2635198f49337a89490b8dc1a49b976232f45f6332d54e62329d063099a58731b790004cb63607931bfc1e038aecc280ed753190f1fd18c8df400c8c7c0f031b29c7c02b7c308890480c72fd490cb23f0883750fc4602bde62f0dcdf1812af0043bd0ec5506fd5616805e9187ac9290ce3f7060c932ec4b00d75306cae3386dd7114c33570c7f01d173042a636464c2bc248e26630d2c1458c6cd731ccbdec3b98fb2bc99807d7ae601e30bb3105032a988215274c49ba25a6b4f004a6cc2e0853ae988f79b408c6549c09c254ddb1c254efb1c15477b4636ae506983aeb02cc53cf1798a70f4998e633d731cd5550cc8bed539856d31c4c6bfb554c3b720cf392f417f34ad90df3eadd234c47a916a6732513d3e5a183e97a5e8ce94ed980e91e2ec0bca9ecc3bcebbe8d7937df8be979f51cf3b1a107f3f1ab12a6b7ed07a66f291cd38fa162fad99d98fec24d98cf433998a16b65982f897f30233bfa30a373a998afb800cc37510266e22a0733f19c83f91ed686f9feeb24666a831c3375250433c521617e087198e9ab7ccccc4567ccec3925ccdc982ee6a7763ae6e7edb7989fb26b98f9f5c198796e16665e02c12c1cbd83f9a53e86f96549c42cc64f63fe9c98c32c0d0f61fe1a63307f1db3312b476c30ffa221987fff94306b53ebb1eba447b00a0bafb18ac7776115436ab18abf9e619558efb1eb3dc6b0eb61cad80d5d37b11b968cb12afbf4b09b5dde6355cd14b0aa004bac6aad1276cbe702ac76cc36ac76f63456c7e0175687f00dbb2ded02767be337acae3507ab1bcdc2eaf6856375bf1fc5eae5fcc1eac1bcb13b0ff6627779c66077b5dec31a3c0ac61a6aac6077c713b17b3e7ec49a84eb604d3eb763f72ebdc7eefbbe196ba6ef8f357bbb8035ebdf8835ff5c833d74f213f610c9066b99eb80b5baf1187bf4dd34d696c5c5da16dfc3da3edd83b54bf0c6da6f48c41eaf6cc31e9fd5c69ef09fc19e4848c39e5829c43a8499601dc0bd58c7d854ac234184753676c6ba8c8f62ddce8460dd3728623d0d7763bd7a9ab1bedbaab1be3f80d8b34e81d8b3110ed8b34530acffb1366c50ce116c509b3d3678a5121b9a18830d9d61632f18cc632f862460c3361962c346bbb061f3c3d848982a3672de187b795d38f672e4796c94c97a6c14b6191b5dd78d8d6e9ec7c6f066b0b1b45fd8245b0f6c12f9293669ae027bedbc37363924189bfcfe2236cd431b7b23f42636432ec0665afec166fabcc5defc6884cd1ad88cbd9500c7defa70117bdbea0f3637a5149bcb5cc302443a58a0f97b2cd08e8305d57b63215b56b1f0c9602c62e537166923c2a23ffec4a217ae61b17725585cc2612c0e78164bf06fc5129b22b0647f3b2c9da78ba577db6019c4362ce359059669a387e5d4f76079da1a58bee757acf058195678dd1b2bfc1286959c598f95a9efc6caf18ad8fbbbae62ef3fa8c73e505fc63e0859872d3b908a2d5b73c196db65631f664c621fb5efc63e7a5387ad544cc156ea2e63ab32df61ab18d6d86aab8dd89aaad3d8ba8d626c5d6e0eb60e7b045b87bb89ad7bed80ad9bfc8a7dfce80bf6c9bb2bd8fafc13d8c63307b18d31746cd3a1006c93bf1ef61955887d36aafbdf6a82b0cd45ebb12da94c6c4bc9176c4bcb0ab60dde83edccdc847daded897db7bb07fb9eee87fdb03f03fb51958efd2898c6f66e2dc5f6dd29c6f61b7dc77ee64761076347b1c3fa4ad891efe7b1a3fb2ffcffdbd2d1bf26d8b1733cec58942d760a6681fdb163277626c9003b9ff613bb503789fd05bc85fd05956317d729619796b3b1cb7bd2b17fdb9e60ffbecdc7feedc562d78aad700ad01c9c421d03a778f0106ec3d3299cb271156ee3c84b9c8a6809a7ba1b8c535d8dc5a96d44e1d4f7a8e1d44ff271ea5ed9388dcb6538cd539538cd6fbf705a1b53715a9f7fe174f2bfe2b6f5d5e3f4b69be3f48c9a71fabe51b85db12c9c81c1769c814736ce08e68c33d69dc31907f6e38c6fe6e2763beec6ed2998c4ed3d9184dbdbdd8a334d3a89dba76582dbcffa8633377a8d338f3e8c3b68ff1477103d823b643e883be4338b3b1ccfc31d2ebd873bc267e28eeeb0c61d3df41577d43d0a7734ab0167cdb884b3d9608cb369b3c2d93e798ab3fd07c3d9ad5f87b3cba7e38e1b6dc41d0fd7c7392676e11c6735714ee246dca9470138d7693ddce97def70a7e352706ebae93877a7259c7b5e2cce33d40f77e6f6419c575537ceebf70cceaffd10eeace21e9c3fbf0e1770ee322eb0661f2ec8f713ee5ca525eefc3d02ee82f631dc4576382eec59212ebca41d17fe1b8b0b5fd98abbd4be177719b50517e51e8bbb92ff0e17fd200717fd6c151743c8c1c50cffc025c8737009af747149f7aee2ae914670d7f17f70d79f2071c9c6f771296adeb8d4bac3b8b42b69b8ccc613b89b679a71590718b85b7bdee3b2ff94e1724a1a70b9bf37e2f2560ee000c18538507f040e82a9c0217a337048d5581c72f7361ccafe240e3d5384c3083fe3b08c601c2ee6020e576f87c39fbc87239c6ec511a27d7084afce38a2a60f8ed89e812319eec2913e64e0c8b41a1ccdcf11471b2ac0710e8ee33844151ca7a705c74bbf8ce3c3b138c1195d9cd0fb014e2831c489758538f19577389948889313db700f64aeb8c2582eae3883842b710cc195c6cfe04abf0de31e1e53c255346be12a0ff5e22a9f4ee3aab568b89aa8045c8df42aae76eb2aae9601c6d5fe63e2ea341b708f8786704ffedae2eaf75be0ea6faee29efa7dc43d4dc0e19efebd8e6b088bc43d3b7506f782ef866bb9d5846b99f4c2b5aaecc0b57deec5b5cf81702f5d6a71af2a6ee23aae84e05e578ce25eff7982eb3253c375f939e3dee964e0de3f9ac77da88fc37ddcae82eb357c82eb2d7a89eba326e1fa050cdc67d46fdc602b0f371c60801b263be2bea48a70233a30dc986c37eeeb902bee5b923f6ea21c859ba21ec1fd78711bf763d018375dab819b7e76033713338d9b2954c5cd8675e2e63f27e1162a5271bff69171bfdcaa70bf7ef4e31603fd71bfc7b8b83f1a97707fc48eb83fcb4f717fdf69e3560ef5e0fefd57cb6b0ef978c5d10d78a5052fbcb29314af9c178fdfc849c4abbc86e155375ec3ab3e6cc16ff9e383571fd983df9a7d0ebf95bd8ad790bcc36b1e2cc56b0efae3b536fdc7e40f5edb5201af0dfa86d73984c3ebd8c7e375dcbcf13a2956789d4c185ea7ea1f5eb7d70bbfe39d0a7ee791737843bd3cbce1f58778c38e68bc911d1b6f9cd68d37663dc3ef796b843709f88037b9a2823769bc8137a566e24d6bf878d3a7d57833ec04de8c02c19bd78fe30ffee1e10fbdb3c25b5eb3c45ba671f1968052fc61eb0f782bcd4778db4dc178db3657bc3d92853fde3a8a7730f1c63b1444e31d61dbf1278f59e24fda55e24f025ee39d7688f04e8b60bcf33b25fca9c014fc29a421dec52616efdae38677ab2fc57bfd48c47b9bace17db31ee2fd9e31f07e5f3fe0034107f041947ff8201a1f1f5c44c307377dc007b739e1837fbcc787164fe22faedcc1876be8e2c3b54ee1c3431af197cec1f097c25af011451ef848ad3df848036b7ce4e1097c549f37fe4a5334fe4abb041f0d2fc3c7442be2afba6cc55f7d05c0c7220ee3e39b55f1097746f10933adf8a4db97f0d7d5bfe153b578f8cc0305f8cc2c777ca6a8097f13f80c7f4bfb023e5bab1f9f6da58bcfce1ac0e7acff8dcfa914e36f1bdec6df86b7e0ef5cd888cfdd5d8acf3d1a87cf33be89cff3aec5e73db98ebf1bb4057ff7b5131eb8fb341e08a9c7834e2ce0a1b5fa78d8790a1ebee7191eee4fc323144ee311eb017894e5433c3ae4001eab73198f9b60e0f1b9c7f18430199ef0c01e4f58de822746e5e349ccdf7852c9389ea63781a7f7dae119c5023c63e80f9ed9fd10cfde7f04cf8e9cc0f337d9e385102e5e583c8c97fc7b899732f7e1a5032e78e9842a5e8622e2e5146bfc7de42e7c01651e5ff06f33be74fd177c797934fe61ed21fca33422bec26a165f71e335be32cd0f5fb976185febfe1dffb82102ffe41f15ff34b300df70e927bee99d04ff6c7505ff5cf91abe592f00ffe2f2337cdb9b717cfbb03ffe55ae0dbe7bf747fc1be606fc9bfb6ff1ef8d06f03dcee6f84fe1d7f09faaf8f8debd2df8cf79e7f09fe71ee3878ed1f1436ef1f8a1457bfc88f217fc58e6207e4cfe03ff95740b3f6e7f0dff0db81d3fd16a839f2cba849f0a28c24f9596e07f9cb6c5cf207ee26744dff0b36f42f07374097e618707fe979337fed7dd4ff8454a09feb79f367ec9d803bff4598c5fd5c0e3574f3cc2af5e55c6afd984e0d7fc390445109ab0fe703661fd9b76c2faa936c2266b2161133c80b0a9e20641b5964e501d4712d442fe1134ae8513342097085ac743095a499a04ad27dd846ddd14c2f6a728c20e3b1b825ef931825ecd5382febe4a82e1ce55c21e1698b0a7369460227624ece51913f6161209a6177f12f69dbd4c30fbc92758ec95102cce3d2058c02b0807fce7080708b7090793ee100e3ebf4738643349386c26221c7e0f271c5e7e443822a6138ec86a0936e73a09c754e308b6362482fddc79c2096309c181fc9fe7230427bc1ec185af4970999c27b8de7523b8eb8f10dcff95113cce42089ee95104afa72e041fa82fc1179649f02de921f8990c1102afa71202d91c425099192198d84a087e7e8710dc9f41087d9a47b830e34608931308e1e54042e49bbb84cb3b2b0957f6b512a29b2b09b1de7c422c0f4e88153d23c4f93108718f2e11e2dab711122acc0889a39f08d7b49a09c94c012159ae4048a1b81352db9f11523f1512d2ecd30819342e21ab7e2be196c21142ce8e61428ed88b90f3be8390d3df46b8add840c8dd1e4cb8ebf59d0018e41300e31904e095420270a69800c24e13c001440298f38100e3071050cdf304741b8880d38926e0a96802812e23103e5611c85a2104b208492057ab1228a0510265429d403bf680402bbb4ba07fa612e85f1208f4d9570486f60a8169b495c032c310d87db6045ef12d02afc48520c88e2248f47804697a1f415a9c4bb8b794442888c82314767208456e2e84e28d4e84e20c3b4269e93f42e9e7bb8432bd758472c856c2432339e1217f9a50c18a2454760b0895237242f5b9ff44e811aa9fdf20544f3e27d418900875dc1784ba792ce1898911e1494100e149952fe1c97002a1a13387f09c2221b41830082d971b086df9db09edcaea8457ffcdffd5af6a4287ce2ca153e12be1f57232e1cd6432e1ed995ec2dbe644428f9f0fa10f9f4a184857210ce63812bec0ae10be086f1346cca60923770208a30439616c770ae1ebcfd384f1ccd784698f7f84e9a7fa8419133c6186c725fc62471116e9a3843ff93e8465c01ce15f2794b036f380a8c0d0262afd6311d70fd2891b9f971355ac2b892a9d2a4435c7dd44358f5ea21aa68fb865924554df9f4454679513d59f9c266af4b2881a4bfb885a6b4789da678688ba871e1375435789ba89b5445da684a8fbd893b843564ad4cbbd45d4df6e4cdcb5f1077197961b7157c763a241c073a2e19c1371f7f416a2c94b01d174179c687a7d03d12ce40cd12c9d4adc1fd146dcbfac4f34c70889e6cde144f35fa789073d1a88873c9e100f25da102da10f8996525fa295c17ae2118a0ed146994bb4a53e23da4d1613ed959689c7f7da138f7b9b101db7bc223a9a4d129dac7489ce156ec453a3494497c426a2abce05a26bde75a26bc912d16d7d11d1ddaf86e89e7b87e8de7183e8716f3ff1ccbf21a2f7ca02d1b7b58c78f65d15d1dfee1bd13fa78e1872dd9318329f493cf7419518bacf9a183aad483caf554f3c6f65413c5f47225e84fc255eac7a4d0c8feb24465c7a4b8c681c2746fc4927469a6d2546edfe46bcb20620c6e49712af8a8c88575bac88f10fae1313d6fb12933899c46b3a52e2b5d52862cac936e28d1d52623af31031c3f60031a3e93431f3b00ff1e6456be2cdb43ce2cd2919312b1d43bcf5b7819833fc9978bb609878bb6b3ff1f6d750e29d6dabc43bb9ddc45cdf1c62def147c4bb4ebb8977874044c0b66c2244d441844cec24423ded8830a73b4418f105119ed54444f0854464b53711d9504a444ed710f15a534442b48848a8592012770f1349b93a44726c2291fc76994825d8101936b788ccd01b44e6a32622f3358ac86ec310397aa7891cdb2ca2c0439528c81e230a081144c11f2fa2f0e20ba2f06b1d51722a8b28b93a479406661365bb8e10efdd9d24de93ee21de7749243e101b100bedec888f18b1c40a8defc48a08656205771fb1e291945851d54cacdc9641ac4476126be2be136b11dec43aa31c62dd2506b141a998d8481a273ed7bd4e7cdeed416c365d20b6a8ae115bf75189ed4eb1c4ceee6ae26b4d12f1f5c97662d73d2d62d7374d62d7d41ab17b9d3af1bf26e25b199df8b67b8ad813c3207ebacb257e7af88dd8b72391d8e7bb8fd857f285d87faa85d8bf324afc6ca3411c304d250ea9a41147ec5d88a30fbe11c7eaff11c7a709c4c9801ee2d41719f1874a1371ae7088f8739b1f711e9b4cfc556946fcf53b96b8d88825fe0ef025fe4621884b5b66894b763dc4a56786c4a5957ae232ce98b8bcec4efcbb43445cb1b122ae9c3f465238d8435258ad27296a50498ad7f4484af7d793d647fc246d38aa4cda700240da78bf92b4f16b2a69f378184955e849523b4827a9b9fe226d59ec21a9338f9034d41e90b47c1549da2589a49d6a28d22e369264a0ae423238c024190ca5920cc62424c3d20324c3ca172463352ac9f869096977e524c924b69d6402cb2099125348a6358324337b10c96c219bb47ff751d27e870692f9e1ab24f3a68d240bd44f92c5b361d281d5fba4831039e970d84792d5a127a423b82ad2513b00e928f51be9e88fd3246ba601c97aad8c64b3b39a742c5c8764ab4c24d9dd2b221d2ffb4e3af142403a797d9e7472e438e9e4b43ec9293884e4cc3a48722ec0905ca3d024376d09c99d08209dd1e5927c3e86937ceda648be174124bfc408d2d9ffc6ecbfc98b14a0f0811478d69f149ca5450ad1ed219db31c239defca265de0f34817756248615dc748e107ec4897a0faa44bb2715264a73329eaed3c29fa8e1e29c6428574d59446ba7acc9d14fb308014f7b79d14cf3c464aecdf4d4aeaba46bac67e44ba5ee549bafe229574fdbb2a29795b1129553f8c94b6e922e9c62085740bf2899453709e74fb852f296fdb30292fa48f7477fd131250ef3a0978ea3d0988f944020e1c2681dfba9320be9b48700f1a09fdf90209bd9c41c2564493701b5548f873bd24528f03897cbb9c4401dd21d16a7791e845f52466480b89eda744627f292071cdc649fcac309240ff2a4932fa9a24b51793eebf78437ae0e04d2a00b7930a5db248458feb49c5f6fb4825b0415229f632a96c670da93c5783f448ba8754913e45aaacd122552f1349b57b9e90ea3ee2488f158f911e4b44a427bbf692ea9df6901a70b1a4e71901a4e7438ba496ad16a4b6ef6ea4f6834cd2cb0d06a49779bb481d23e9a4aeaf7852d7c215d21b8d59d29bd207a4370deb486f1d57486f4f9990de653490def5ff25f5f488491f6e9f277db288237dbaae4bfa24d625f517cd91fa6b6f933e9b3c260d6c409106dcaf93066424d240be3669d0619e34880b240d1b5b914663a34863875c496397a9a4b1a874d2d7ba56d2f85133d2f74d79a4c917eaa4c97e18e987a709697e471d69fef610699e1c4a5ad0de455ac8dc41faa5b540fa9da743fab7034dfa37fb8fb4ba4e85b496924e565ea49037dfd021ab1afc26ab524464359f4f648d888d64ed0805f2b6b226f2b6b737c9bad34fc83bde1891f5280664bd4e3259dfc081ac0fce21efdca64cdef9cf936c8cb526ef2eb322ef6e8926ef9e0692f7443a91f740706413541379ef772db2e9a155b2596d0ed91ce442366fde4db678a9453ef8e914d9528a251ffed04b3e3cd24d3e66cc201ff356201f83be229ff87081ec9882209ffc314b3e15ae403e45bc4176fdbd83eceece21bb0334c89ecbf664cfd5efe43397b3c9ded71dc87ebe1de4b33714c9fe9d17c9fe5fa1e480002572c0f0757290852a3934a0947cfe402df942f626729809921c3677931c7e3c811c019f225f499b25c7d4c8c95703fe91af166893633747926355b791e30c2f91e33582c9f10ed1e4787f6f727c059a9ce012454e2cfa4c4eacc9255f03d3c9d7cad4c9d7273793938d2bc9c97de1e4b4481e39630b929c21df40cecaf623df72aa20df7abd44ce8e9925e76ab892f334ce91ef7a6690efbe7b46befbbe9a0c50d94d06045491814d0e64b8cd6332e2d87532c26d9a8c38b7838ce49490d14dd164cc89e7645cbc23199f1c4b26987990c9e5bfc8e4b650320d8524d34fbe26d3457d64faf2253243bf89cc5414939981103213f992cc5c2920b35ce864362696cc1d4091b95f0e93f901b1647ef325327f024c1698fc240b85366449e05eb204f9882c79b59d2cf5f6244bc1e164d99b6364b9f212f9de8c947cffc92572fe2e09397fc8995c70b09e5c9062472ea89b2717aa12c9858d2ae4e2e04a7249089b5c16e8477ef4a2875c11d448aecc00932b7b02c855bf86c9d5724d7275a309f909659edc70e10eb9f14c36f999720ef9795f1ab9b9ff1eb9e5f24b724b9e2db90536496eddfa8edc061b20bf54a921bf3c15497e19eb467ef9ec20b9239f487e6d334f7edd104f7e9394437e67114d7e37bb89fc117396fc69dd3cf9536b1fb9f7450ab94f494eee5b7e48ee0f4d260ffadf260febd793872d1f90c7b6b692bf71d4c81321d3e4895c3479e217973c75b781fce3470479face2879fa0f8c3cfb5a9d3caf1648fe85ee202f96c7917fd7ec27ff99009097f214c97faf6a9257ffbb39ad7b924a51a8fa4151a41750940ecd51949e7a5194a67751d62f0e50942d54299bba82282a4b6314b5931314f50543cad66737281a4d0a146da3fd94ed0b1728ba3b52283bacd0147dbbbb949d6af3949d8f5328bbf6f8500c1fe7528c52972846e46314e3593ec578894e31b1da4d31bba940319b9ba6ec3f7b8962b1f69662b9ee02c5f2c21b8a65d620c512eb4b39bce44c396aa049396a694bb18e30a358539228365e1f283675dd149b96698acdda6b8a6dc53b8afd9a3ee5b856de7fde508ebf4ca038683ea6384e5a504e4adc294e0dc914e7e47514e7772f29a7f476535c3649292eb52694d3faaf286e307d8a7b4018e5cccd0cca99a7bf293e87ce527cce24537c12e3287ebc82ffb453ce02cc2967173e52028319949088384a08fc382534c8861226455322b4dc2991079094c84b8594c8a4794a64fb0fcae5f11e4a8c4a372566668072d530837235749272f5df2825f1d379cab5e7df28c99063941b659394f410334a3a1c4c49bf4fa7dc844e5272bef8536edfeda5dc1ef7a3e4066b52eea6a85200b2280ac8a69d027635a6406cc72890cb5d1468d8370acc934b4114585390ef4d28c85e4f0a8a7f9c82f9de48c18b111462543985383d40a1e80f5228579f5028295c0a35319942db7e86427b9943a15fb1a3305403288cdb5f280cca1f0a633589c28a7d49616f57a7b0a5e314f6a30a0a7b8e4ee1ee3d44e1570329fc37772882a9518ad0bc9122241ca28814f653c4e18728e29b1f2862128022dd3d41913a912972e14dca83d5764abee15f4ac1842aa5701a49298a65518a9db19452bc03a56c699852eeeb477928b3a53c0a3843a938684fa91ccfa1542e6ea554b7b851aa7f8b293526ed94daea154addce204a5d9322e5b1bd3be571ea36ca9384354a7df95d4ac379174a534a0aa5a9ac84f28cef4a7936b28ff2dc034a6925f3296d1a9d9476772ae5e5da4d4a47fe5b4aa76e08a5dbc990f29eb88fd2d3b542e9598ca57c98cda27c225ca47c5a15507ab78753fa764650fa6834cae733bb289fbd4994c14b8a94c1e855ca17ed3cca977dbd942fd77f51be4c5328a3e7e594d1d478cad75ba728df207b28df0ace51bee3e629934eb594e95def28330e1729731c07ca7c8688b2d05a45f9b5e24ff97d5795f2bb3c84f267d329ca92992a65891c4f590d8fa4acbd55a22a4437531596d2a98a5b86a98aef0854a5230bd40d6ec9d48d682daaca5645aacac127d4cd27fba99bdf9fa06e1e8350557d55a86ad6fba85b02a7a85b6481d4ad310fa89aa55fa93a2de7a93a2ff9d4ed0af1d4ed872f53b7e79fa6ea9e3e49ddc177a3ea355550772acaa93b6f53a9bbf216a8863a9ba846c363d4dd31e7a97bbe7753f72cb853f7ac60a87b557653cdc676502d0e10a807769da71e1814520fedfb48b5dc3c4f3d4c30a41e16f652ad2bcca936afcf53ed368aa8767e62aa5d5c13d5fed87aea711700f5f8b314aac3ce3f54470330d5714e8dea64bf4675dec8a69e8218515dbe41a8aebb6e524f6fa5503d6cce503d0ac0548f291cd533fa0dd567642fd5b7ff2bd5cf1e45f55b8aa39e0d4da2faeb6fa5fa7b9ea6fa7b8f520336a850033510d460118a1a5c384c0d1e3f4c3d1762403d574da1862d9a512f6d73a346ec3f418d72f84abda272881abd538d1aa3cca7c66c9da3c618c450637f13a8710af3d4f8e78dd404fb1e6aa27f11f5da2e7d6ab2e3616af23b2c35d56a9c9a3a17494d8bd1a666f4fa5333a64f513331386a26a7889a39f4967af35a0a354b2b869a6527a266a1caa959e2e3d4acfba7a8593f36536f3df1a7de1a3e4dbdb5ac45cd7e514dcdd32ca0e6bdc750ef7273a9e0d369542861900a335da1c292d2a8b0dbee54f8e5a3544cd6652aa6f41d15bbcd988a7f5f4a25de1aa41217fba964550d2a39769a4a2170a9541f20950ec253998e0c2ab3673b9595904be5a023a95c0d3895ef7583caf78da30a8e595205b34fa822d568aad8f11155ec544095993b50e5e73ba9f79cd4a9f7c8cbd407873f510bba5da885372e520b4107a845460fa8c5bb2aa925f243d4d20c02b52ce516b522359b5a955949adf1bc4fad3b47a7d6b7eda13ebdd84c6dc056531b2d7f509b92b1d4e733246a73a31bb579528dfac23188fa22b295dad29e4f6d539ea4b61b2f523b50e1d44ec94beaeb64536a97e7676ad70087daed82a6be33efa6be7baf46fda0f99afae1169efa016746fd187f87da17564fed9b30a17eb6aea77e8e18a60eaada5107773b5107fba7a8c32fc5d42f9ff4a8a3e418ea685b12f52be33775025b449d24c451a734ee537f6cb849fd31d0499d466da5ce3df9405da831a32edef0a5fe267ca1fe66fea32ea59552975947a97fd578d495e56fd47fa243b4759a153445d2244d29524853025da4ad6f3f46db50984edb50a64fdb58f08bb6b1ee0d4de5059ca6f6d097a656174fd3d8ba40d38ccaa769ca7fd3343b82695a6c5d9af6e019da76c9019aae6081b66363194def4c194dbfec096d976d0d6d173c856668944433043fa1ed99d94f33e9f4a299e2c269fb0c8fd3f6bd49a499792ad2f6379ea5990f1169169395b403615eb4034f576907e3a7698721489ad5d62c9ad5b66334ab539d342b2a9e66f5ef2fcde69b12ed18558d66abb181669b3d48b3fb6f0e768d8d34fb7d9f6827ac0ed14e08926927fedda3398ddad09c831934e7b87b34e7dc519aabad2fcdb5f118cdf5b531edf41153da69fbc3b4d3911f69a75f13696ecaad34771f28cd7db698e651b385e6f9a38ce63db19ee6b7ee3ccd6f8c403b7b3899e6ff854e0bec1ba605a3fd68219631b410fe0e5aa8ca1d5ae89e1ada79c424edc2d642da85844cda05cc4fda85ba43b48bd76b69170143b48bc539b4b0187f5a78d1282d426b921693fc8e16838aa0c57c75a1c5de4ca0c50e9ca6c5adfda3c51b1ea0c5f71169897a776949fbbed292dcac69499c4fb4a42700dab5a84db46bb14f68d7deaca7a5d4dea2a55ebd4acb404369991efeb42ccd445a76ae132d5bf88676bba8867607da4acbdd914acbcd5c47bb8b50a4dd5dc6d0402fad68d0ec581ab4bb8b8648b4a221ca37d11083341a329c434339eda2a1153268e8d0351ad6ea010de7fb8086b7a2d2f0f85c1ac17c378d70e81f8df4529f462d9ea5d1881334ba9384c6ec3b49e3587ea0712d0768bcd0589af01899265c21d12466c534d946214da6b69156a41c462b9a0aa695981ea695ef0fa49567d169e565e1b487aa0f698f6c6a6955de2bb42afa7ff1139d56fb538df638e115edf1b09cd610354f6b4c9ca3358e6ca13531f4682d55625a6bb413ad2dc999d64e39437b690fa3bd2c19a7bd9cdf4e7b0558a4752c6fa7750e96d15e1bf8d35e9fbb497b7d2994f6463b86f666389bf6d16495f6c91643fbc45ca37d9a15d2fafa7d69fd4ae3b42167286d64b4823616fb8b36567a8436d67d83f6b52496365e9a49fbf60b419b40aed1becb05b4c90d08dad45534edc73c96364b54a1cd4afc68b38feb6873110ab49f112768f325ddb445f754daefe29fb4df4b8f697fb52fd2feea18d0565ecfd1fe2d75d256b39a696b57ba686b5d20dada4c2e7d3dfd097d4383367dc39f28fa16672c7d6bb598ae71cd80aea9bf42d77448a3eb20d7d1b799eea46f57f7a4eb4ebad0f5ec52e93b0d3de8464453ba71550f7d9f7b087dbff915fa7ede2dba45d267ba85b48d7e30e834dd929446b73ab9916ef5208b6ef323946ea79f4ab73bb8936e57154bb73f584eb74f0ea6db33cbe90ef7c3e8279977e827a73ce8aeeb807457e24ffae98439bafbcd45ba3bcf91eea15a493fb3f91bdd7bc35bbacfd804dd57711fddcfd59c7e36299f1e68d4460ff18fa287244ed3434603e8e7f4b6d0432fefa75fd054a45f3819420f0b384f0f3be74d0fcb0ca587b7d5d02f5d0ea747d864d32f2f65d3af683ea15f09a9a15f39574fbff2ea353df64a1d3deef5457abc75123d1e72861eff5b4cbf165d4d4fb67b4e4fb66fa0a7e833e929811df41449163da5ef353df54422fda6c62cfda6ae06fd26f8363debd046fa2dcd66faad1911fdf67165faed0c4dfa6d49083d577f071db011400716dea383de26d1211d57e9d095043a029d47c744dea263994974022e864e3cf4934e8ccfa693369da55343efd16995afe98cfb0a7466bc129da5a84f676fd846e7f805d339d72ae81c2089ceddee4ce7edcca3f34e19d2f95fe574017b2b5db87b1d5d94544e97ec72a54b1ec9e9322f45ba5ce12dfd1eb58f7e5fa18d7edf7c9c7e3faa8d9e8f1da4e7cb9be8f975d5f4a28385f422980abd583d9d5ee291482f1d1fa797b396e80f53b0f4caef647ad56e257a55ef3f7a5db625fd89e229fa13836bf4a6fd29f4e7451df4e654577acbae13f4563d6d7a1b6e1bbd3d2182fe6a9d39fd15678adef983477f1df295fefadc18bd6b2f86fe46a189fe36a990fece7286fede703ffde38579faa7af707adf4653fae75306f4cfa558fa808f3f7d00da451fd65ba57f0988a18f18d7d2471c03e9230540fac82f63fad86667fa57ad75f4af3eedf4091b14fd3b6833fd47f51efaf4f041fa8c87097de653347dce8d499ffbe2499f5b6ea5cfe72fd117801cfaaf03a7e9bf439be9bfbb7be94b4fafd197430ce8cb55dfe82bb970faca834efabf581e7d15bf8bbe2aeba0af7eeba3afcef73214402086c2a70486121bced8e027636cb87586a1bcfb004379d093b19132c0d89438ccd8f49cc7d8dc12c550b5b560a812c80c55198ba166f28ca1f6cf8ea1ce6b60a88f1f6568ecf362685caa6068f03733343b4b19dae7018c6ddb0f3274d36f33764c5d60e8b5b0183bb5108c9d910f183b631218bb002286818d25c33077d77f980cd31b1f18a6459e0cd35fe30cb3ee54c6fe870286395a9561de60c738a0b8c43820ab661cfcaecc38641fcb38349dccb0dc846658f2961856e5998ca3174a194709250ceb13290c9ba0a30c9b6bc718c7226c19c7eaae33ec621418764ff733ece5fa8ce3c12a8ce3150e0c871926c331a89571725489e174688de1ccdfc4705e9b679c32a864b8fa1c669c7e9dc6701bbec1f0cc7ecdf044e0199e247386a7a08ce1f9789ee155a5c3f09a2c62787b07327c2e1e67f88d9e649c95d830fcf5ff30029c848ce0021b46082f8a116a7f927161359d115e9acab87403c3889c47332e67ff644459dc6144f76a3262d4fe32629377326273448ca4f03846d23b63c6b5b3158c54ed1f8cb45c1546dac83823fdd97e46fabb2b8c9b6f0e306ee99e67641fd2fb4f15e38e4f22e30e7f1b2337f21f2397799a71f7720a03a8c46680f13f1890c64506dcaf8f81de7b88817df88b81cb99651099240669c746063982c8a0febbc260b87b33187974066385c160badd6730af9d6670d306185c401183fb633b83174b65f0ef4733840c184394b28521ba896448dca10cf9355386fce62d869c9ac6b8af6cc278b0ed3ae3c18dbd8cfcaffe8c027614a360680fa3f8239b51b2b89951feb88af1e8d10e46a5b205a352ff37a3ea8e15a37a1f84517d87c8a88978cba821e21875d70c188ff755331ed37519f58a4846bddf1146fd0343467dfb34a3e16b1aa37180c668522e663479d119cf5b8c192f68e719ad56c68c9719198c0eed7c46a79235a3739b31e375b41ee3f5f74c46b7662da39b4767748f7732dee89a30de241933de665932dee6e7317a1c408c9e3fcd8cbe901c46df075746dfda56c6e747538c81cff18c41073bc660029731b8b295319cfb8331528d668c0fdd617c3bd2c4f8762394f1ed610763229ac89858bec7f8beef2b639282614c318f30a6d818c62c1fce9803bd61cce7e933162d3e301663ff30165373187fce42184b9d4e8c7f078319abd5bdcc75fb1599eb6e0b99eb9a5a988a7977998a9858a652a094a9d47796b93e05cfdc5006666ee8b2662a2b6830553c72982a635dcccd33094c0df344a626a78da9a3789fb9dd6886a9ab7482b923f40353ef48327367410a73e70280b92b7b03d3a04d8b69888a661ab21e310d47269846a458a6b1d897b9e7f273e69ede1d4c53e12cd3acd19ab93f498bb97ff933d362e41cf3c06c1ff3e04c0df39030e13f00a6a5e039d32ab99969f5bb87696dbccc3ca636ce3c6658c274ba7197e9d4ddcb74b6f9cb3c35e4c8743911c274bbfc95e9f6f91bd39df19be9c929629e719a629e79ebccf4fef785e9a310c0f4c15f6206b4cf3003136399818c03ccc0571066105dc40cd9a2c40c3981639ebb7a8a79ae379219ead3c9bc68f6987931259f19766a9e19f65a9d197ea48019eef28a1971d69979f9b41233ea118319d72562c64f4432e3ffea3313eef433af4d6733afafffcabc7e3b99997c4f8799425763a68a3c98698e60e68d247f66c67c3e33736f073373e402336ba59b994db566e6fe7ecdcc0b6861e6e5d631efee90300123714c90463f136c3ec904e70e3021dba84c98fd5b26f2660913f964898912089968e60a13934762624dd498b8dbed4c1cf53e93307780493addc4245d443149cd5f98f437794c56420a937de009937d668ac9c9c96572db8798dc913526cfec28933f54cb1465f098a23f5799e2ed62a6746f13539e4563de57e867deff9dcc7c50b4c27cf084ceccf7356116ca7e338b8e58328b4fe6314bf75d6296bfbec3ac6cd660567e4430abdc4a98b5a92798b5afcd988fcd0f30eb43bf319f3abc6536aa87309baa6a98cf3dfa98cf970e329b739d992f1cb6335bcebc60b6c42831db83dd99af027b99affa7c991ddc6866b72080f926e919f3ed9626e6db73decc9e8ff3cc0f3443e6476d67662fa093d94fad677ef6f7660e6c7cc81c70ca620ec43c600ee9aa318732b731bf3adb33bf6623995ff3f399df36b830bf856299df2658cceff408e60fb807731a0161ce998d317f6ec0317f6e1131e7512f990ba6eb988b17c8ccc54f1ce66fbf11e69fadcecc3fbab3cc3fe951cc6583ddccbf2a07982baf1599ff949a99ab06cf598a3726594a07c258eb0f48581b4e37b1365ced6229cf9e66292f1f606d1c7dcbda74be98b549a0ccda5483606d5a3bcb52892e65a94c56b136dbef676d865e626dee3060a93ece65a9ad93b1d494852c35bf1f2cb534064b0d8c63a975cdb03423b6b134912f599a8d592ced964b2c1dad8dac5d5e4a2c43fa3696a110cb32fa0266edb962cbda33dcc23289a962993cffcbdabba4c9dab7eb36cbec949cb5bfee21cb7cd19a659195c83ab043897520ff0ceb20d48175f0b91deb909b8c7578b19d65e5066059313a58478c1d58472a2d59470d1fb16c548758363dee2c9bbe16d631bd5c966de623962d3b8065fbef0febb88e29ebf8360bd609df38d6897219cbe1cc7a9683409be54cf766b9fca3b35cdfa159a71be4ac33392e2c2fc902cb1ba1cff22e3666f9c428b0cefa84b2ce5e44b10229a5ac20737f56d0810a56702b89159253c53a971ec93abfb98a759eafcd3a3f6fc8baf0cc8375b1659015ee97c70aff3ccc8a7c7487157dcc8a150d73605d0dbdc5bada98c48aedbac08afd788c954811b0aebf97b1d2166659e9e16f5937276c59d911edacec942456cecb97ac3b35a52cc0053516f0e35f16f4cf0516926cc842311558e8d6491636e9090b9bf39a85abbec9c23dd16111d277b32899175994b1701665ed318bface8cc5887461319d0658ec94711647fe97c55d9b65f1b4b35982a16596d0fa3f1f065912661c4bbe9dc992ff4961dd83ccb0ee638eb1ee3f04b01e74eab1f25f4059051b14580506adac82842bac829775ac22b75bac22621cabb818c42ab98e63951e39c02a0ddccb2afdb2c62a8318b1caf28359e5616dac87ea9b598f2cc7598f1c6fb12af02eacaa4336acea6304560dcf945523c7b26a4608acc785a7594f3afa594f1bf3580de12bac86814456e3464556d3366556535003ab295e83d5d4e8ce7a16d5c37a568363351fb9c96ac93fc06a6d7dc76a0ba96575f471591de3bb589dc64cd6eb833b58af6b18aceeb061d6dbed57591feb52589fac4b599f3e5bb07a9b15597de173ac017d1c6bc008cf1a201bb0863c4fb3be7cdccd1a1bf9c0fabae901eb9be122ebdb1975d664b9296baa388235cd0c67cd3c22b3667d7b59b3dc17acd90e6fd6dce2386b21c989b58079c7fae56dcafa9302632d6184ace5b30bace54b17d8eb80256c85f97f6c456b045b29e8065be9b22d7bfd8b42b672693a7ba39f227b63229fbdb1cb8cbd69c3007bf3940e5b75d598adbe60c7d6d87f9aadb9539fad79ce9eadf9ef2b5b0b738badd58460ebea6e62eb3a55b375df16b0f50d3fb177327cd93bc51d6c834f6fd9bb75abd97bd5cdd8a6016d6c53b9946db6ab926d16e5c03607e2d81667aad816297bd91699656ccb9d66eca3cc31b68d590cdb26eb09fb98cf04dbf6869c6dfb9ec83e0e2c651f6f1c621f7f37c23eb1fa9cedb043c0769c9c629fd2ddca3e5562c576d9f694edfa49817dbaee2cdbcd4183edbeef24db7dcc9ced79642fdb0b2c647b7b48d8de69216c6f493edb472791ed634d62fbbb65b1fde15decc0b15276d0f62576f0b600f6b9bfd7d8178866ec8bbe89ec30b1233becd902fbd2fbf7ec88758decc88cff6e36b10476545b213bead326f615c831f695455376b4e90a3b4645951dabdace8e776c6627ec096227e4a9b093722cd9a9473bd9a9f67aecb40d6fd8690fbcd837e206d9373af7b0d30b7eb333824bd919cd3aec8cf6ddec9b7a64f62dc1243bfbe631f6ed984ef69dd8bdecbcdd74f65d6d221b7820880df4af668329196c489b9c0dcd356243110836bce63a1b6df6918d311b6263a6d2d9f8d34d6cc262149b38c26393029bd994bfcd6ceaeb976cdaba1b6cdab668368d93cc667449d84cbd436c4ec1309b47d761f35a95d97ce025369f76952d8ab3618b9bbfb0a53a096cd99b50b63c3f9dfd806ac5ce8fe0b08bc263d945154aeca2df6bece210337631229f5d62fb985dae92c42edfa9c97e78d986fd284f835d25186257afab6757bf2f61d76c61b06b1e1c67d77e39cc7eece2cb7ea259ce7e4207b29fe25fb09fd6b9b21ba5deeca6edf7d8cfa82bec6705c7d9cfeb84ece66baeec17d553ecd64224bb6dd58cddae2260bfa4ec6077ece5b1bb9dd3d96f1ab4d86fde7d61bfb7ce67bf7f2e667f12b3d89f9d37b007f38cd8430deeec31ee0bf6d88bc7ecb185cbecf12c77f654b21a7b6ec33ef6cfdf2becf9d80cf6fc540b7bc1c482bd50b685bde82a67ffd9b49bbd7abf88bdf6e52b7b6d14c55efbf69aa3e0d5cd51582ee128a56ee128e59fe6acb7efe66c5c98e56c6a54e56c765ee16c7e13c551bb9cc451abddca51d773e7a8475671d4d37771348e7ee268196a71b465de9ceda9a739ba71af38fa102c477f398d63283ec931eeefe4981c1ee1982c4e71f6da4770f66fdcc1d9cf9fe498d3d91cf3f6398ec55c1fe740f807ce81bf2b9c4301159c431224e7d0430dce61ef0acee194539cc38fea3956cdbd9c238fe33847bace728e3a65728e3d3dc7b13ba2cab1f7a6718e93251c472b28e7e4b81bc72555c0717d50c6f108d9cff1f611707c5eece4f8c9af70ceeef9c439dbb997138838cc091cb9c3095ca673828a199c6087939c7333524e18e909276c628813fe2980136138c589906ee4444a0d3991bf033897cdbc3851da6d9ca8280627aae40ae7ca149973653986134d59e044b7847062a7e639f17ebf39097f889cc4f1039c24eb979c548639e7c6e961ce8d39474efac66d9c8ca0a79cccf165cecdd9439c5b3feb3939f62a9cdb6fe338b7e71b397772f670f2d2d671ee86697100df23399082650ef4e6590eccfc38070e5be26027a11c9ca50e075726e7e01e6fe71086cd3844900587c8f9c021b6ac7188cbb61c921b98438a09e79095fd38940e30877a399943a31ee1d0f7d970186e9d1cc6edbd1cc6f23b0e7bf3250edbfe0a873b58cae1fecae108c46e1c51ae02477cf33047cca57224a3039c7b67df73f2ef69700a0786384563a69cd275669c5295114ee9717d4ed93632a70c739053fe2083533eb089f368f835a7f26335a7cad68d5313a5c2a93b33cfa90bd2e43c7961c6791acfe33ca59de4346684701a1b5b398d9fd6731a4777709e298838cf3b5b392f984b9c17cdfa9cb68d499cf6802d9c979d12ce2b8dfb9cce5d4d9c6ee228e78d128ed373d987f3f1e03acec7ef799cdef86b9cbec72a9c01f300ce50693c67981dc1f9a20ee68c6cb8c919910b38a303099c31e215ced7d440ce783f82f36def206742c394336923e6cce2389cf9ce3f9c850447cec2c223cee26c31e73787cdf9730ecb59e6a1392bea67392b895b392b431b38ab2e6d5c859ba35c85d1f75cc5027dee7ab397dc0da3be5c65d16beea68835ee66ab51ae9afc065753f92257330bc8d5ba26e16a01a3b83a8461eef6f59fb9baebe45c5de91277c7a697dc1d21dbb806c9fa5c43421cd7701cc0350a79c335faf185bb279bcfdd33edca3549fcc035f9b089bbb7dd90bb2f7985bb6fe43977ff9971ae799e32d722cc897bf09b03f7b04725d7eac41bee51f62eae75f041aeadf626ae6daa1bd75e0fc0b57f1ec43dfee327d7216433d761ba9debd858c83d797a99eb92749febd2b59feb3a66cb3d8d1573dd866e70dd490b5c0f5d2bae870189eba9a0c7f5dc8ee47afae970bd363de67aeb33b83ed562ee59fd5ddcb353aa5cff755bb8fefe10aeff9559aeff3b4d6ea00e871b78f52b37e8f7276ef0c5386e306c847b0ebec20d3572e05eb870887b0119cfbd20d3e55efcf68f7b71ed06379c94c40d1736722f7d5ce046b6b3b997d71e73a3343f70a313e8dc18dd596eace677ee7599213725dc929b7aa6827be36502375d7c8c9bbefc9d7b47f521370fe8c4bd1bf38d0bb8b19e0bd2d2e382cf467361b6755c58ea352eecdf162e122fe012feb9738951095c9262199764f1964b8a49e592fe9ee392ebb95c4af77e2eb57c9e4bbbb9934be39b71e981715c0644ce65f4c2b92c1a8ecbcedecee5ca0bb902d007ae5044e38aa3ce71c5a016ae54c1812b5d4ae6de33a372ef1d1571eff59fe0dedf0ce4dea76573f3199fb9f993addcc2f893dca288016e31b5845b0a52e696f7c6731f6e7ccfadb026712b6cf6732ba6af72ab764e731f7fe9e73ef18fe23e997ccc7d1a67c06d0cbec06d8c59c76dc414719b9c7ab8cf3678739f2b01b9cfb58f709fcf06729bcda7b82f2caf725fb47fe5b6e41ee6b6e42f715bef8771dbf7b3b82f8b76713b34bf723b266e703b77c6705fdf6fe6be5dcfe3beddb595fbee9f36b7a76896fb617e90fbd152c0fd44f9c2fdf4399cdbabe5ccede5a572fb77cf73fb5bbab99fcd2db803f460ee206e923bd47f9a3bb436cd1dae29e77e9974e28ed5da70c726aab85f8323b8e34668eec47a17eef75832f73b609e3b794e9b3bf9ac9d3bb9728c3bbb70883baf09e6ceef59c79dbfe6c85d88f3e42ef45ee02efcd5e02eda3772ff84bee4feb905e72e69ede6fe55f4e6fec5a471579d77f0d6f13b78ebaa7ff0146aed788aedaf794a7b5a794ac328defa75ce3c656d1c4f25f1236fcbed489e7ab99cb735bd85a79db085a7dd57c2d3297bc8db164be76d4b17f0b601403c5de6319e7e9c2a4fffae02cf408ee1197eb6e2190e497946c0499e1102c933f675e51957efe319372af176076de099d858f2f682bff2f67d76e79951b579fb0f94f3cc9d4679e6431d3c8bc33f78168e309e855f3acfa2c2877790e8c43b84d5e059aa3fe3599e29e31df643f1aceaaef16cbe4278c7ffccf01c102e3cc7fcc7bc93da43bc933a19bc9376bf78aed2adbcd3072679a7cb313cf76230cf433d88e781c9e0791dc4f0bceaad783efb76f37c84de3c1f399917801be50570e77841e77579418935bc90ec9dbc10e8342f5c2ee5457c3cc28b5813f1627a667957d5bd79719bb2798997667849db567849247bdeb5e51fbcebfea779d7bfdde55d5ff3e625eff9c84b916278694a71bc34652fde8dbd0abcf4fdadbcf4c0cdbc8c02292fa35bcccbece7f36e3eace36539bbf3b2bbf3793996ff7839f70ff27246bb79795ffff10028110fd05ac303eef5e10153ba79e0aea33c34cf9c8779f29687b575e761bb5b78f8602d1e691cce23738c7994437b79944c168fba36c8a3fd4ce5316efef7a0573acc635bbbf1d8e38b3c0e3e8bc729abe171bbcb79bc7bca3c7ea09c27387b8a27a86ae449cdb6f0e4897b79f7768179f7a2b278f70ffbf1ee7bb8f1ee575ee6dd6f3ac6bbbfaccdcbff66cbcbfffb8157d075885738edc82b9e48e59548bef14a0ffbf0cafe0df1ca2f74f31eaec3f32a462d7895eb2c7995c639bcca2524afda708857edfd8b577d693daffaef265ecde9a7bcdaecb3bcba5316bcba3820af6e90c6ab4f1ce43d250df09ece02784f574ff31ab4d5780d9f8ef29a3a3279cf2cfb79cf6f25f39a35e4bc66b080d7da34c27b75cc94d7d199ceeb5456e1753a75f23a3b9b785d7737f0ba3e9ee5bd3926e0bd89d4e5bd29d9c47b2bdbc27bb7f711ef5db426afe75c03afe7591baf4f1cc5eb0ff84ff14fde60be0b6f58e93def8b7108ef0b9fcc1b635fe08d5f6ce78dcfa9f1bef73bf1a6e5d5bce9b954de2c748a3757e5cdfb7df729efcf5617ded294176fe5cf0edebf8d00debf6393bc7f7f8d79ab55bf78ab8d19bc35535bdeda39216fed0b9cbf8ebbc45738d2c0575859cf57711fe26fae27f1556d597cd5bc5abe2a308aaf765dc4dff2d590bf35d299bfb5fb1c7feb0a80af712c97af692ae16b292df0b51efaf0b5a33ff0b55f5fe4eb042cf27502bbf93bd406f93bdab6f0f5cc33f8fa8baefc9dfe297c835447be416718dff8bd2d7fb78e1f7faf853b7fff764bbec5912ebe051ecbb72077f20f38baf20f9cace71fbcd7c23fb4fd19ff70b402ffe8bd45beb58631ff58870adfd6678a6fb7ee09df5e610bdf5e692fdf7efe0affe4088b7faaff01df35df86ef5a52c877fdd2c1774bd2e0bb4da3f9eeef75f81edb617c8f7616ff4c660dff4c563ddf4b8fccf7b25fc7f7de9fcdf7b198e0fb8468f27d1b4df9fe0e3bf9217f3af9a157c7f917121af917f072fe05ae1effc2a730fec503a7f9176b1cf9171b03f9e14966fc4b6951fc08403f3fa2c6811f79cb827ff9d402ffcacd6dfc2b3209ff6a34991fbbde8d1f171eca8f2bd1e5c71faee127e8abf3130c2df9099f71fca4306f7e4ae3117e6a60253fb5659a9fb6e33b3f7de23d3f2395cbcfe068f1334fcdf36f2567f16fcd1ce7675f7ec6cf7e7c957fe796251f5058cf07063de6836ee5f0c1a4663eb8e7321f3259c0872c25f0a1f0543e5c790f1f5e9bc9472be6f0f1fe157c7cab0f9f70708c4f5876e19374417cd2fe6e3e8991cfa732a6f8b47e2f3efd860b9f7115c1673a06f19995723e73298ccfd20ae7f3c20cf8bc7f343e7f3b9ecfcf9be58b7738f3c577bff125a74ff1258d57f892253dfebdd46ffc7bac7efe7dbf6efefd4804ff418203ff0133805f906dcb2f34aee7177641f945a7dbf845978ff08be6b6f14bc0b6fc72e5147ec57024bfead85f7e75048c5fdd31c3afeddecdaf33afe53ff14ce63f1187f09f7c10f3eba12bfc262c95ffdcba8cffe25a07bf25369bdfae788adf6e7697df7ef107bff35836bfd3cd9fdff9ee3ebfdbeb3bbfbb740fffcdab1ffcb7d12ff86f17cff0df156af2df3bc1f93da41ffc0f5d33fc8fe1c5fc3eab557eff467dfec0f61ffcc12335fc2f3b80fc2fc835fe58e201fed7180bfef8433aff9ba2037f02bb993fb154cbffeed0c3ffeef596ffe3e7047f5aa9863ffd5e853f1b71823f9be3c75fe85cc75f78fb84ff7b7b207f69f8367ff9258cbfb234c9ffa7e0c95ffd3acc5ffd4de1afd5bc14acfb4e11ac5b3920503af543a0346828d8a03c29d8b8c346a0561d22507b46146cb97f55a03eba4da0fefdbc407d71bf60eb9e7a8106654ca07d5b4fa0d3f452a0eb1929d8e1f84960e0f7576010b55360b0745260a8e52d302e1b159870170526638f05a61a5a827d634f046615f902b34f29820301de82037d40c1a17339824379a38243d54281a5638ae0e806b6e0282a476073ee9fe09856abc06eae5a60b73a2b38fe2848707c39527082912c7048b31638140a04272f0f0b9c10628173ca168173e1b0e0d469acc0f5c875819786b6c0fbb1a3c00f5b2938db8f120468080481131f0441ce8a82109ca3205474507031224a101e6a2b087ffd5170e964b9e05268b020729c2588a97a24b86a5e2a8865f60a622b6f0ae23fb60a126a388284ee684152e7ac20a5cf47907a3e5a905ac814a43ebc2e48573616a45b170932ec8d04372d0d04375b130459dc2241ceee2c414efa03c1edad3382db2494e08ea0417067faa020f7969ae06ee60301e0948100e0132a00843c1500c2db0540bf1001909c2e802a180b60eb2b04b09b1b05f0eb620122244580f8322040116e0bd0053704e81eb200f30426c0fc0911608da80242fa3f01d1d15640740e1410bf3809c82b1302f2ea09014d29564073460968822501bd4c43c0383b28605c98163060f7054caf5a01f7fc26010fe92c10ac850984ae8b029116492049f214486a620492892081ec6c91402e0a16dc339709eec566080ad03704858a5582e2cb4182b2230705e53d91828a844141c58aa5a0f29caea0f2ce4541e54889a07aeebba046e987a026db435083cb143ce1aa0a1a148a050d2a5f040d92f582c6ac5cc1b36cbae0b92b52d09aff56f0d22558f06a4951d0e9bd5ff0fadb8ce0f5d26641d784bfe0bdc91bc1fb3a6b41cfa0ade0a3de80e0936f82a0f7a89560e0bf3c0dad6a0946a25d0423c9db05230c1fc148d1b860948a148c3d53118c4d7d158c43f082ef2f7404538b57043f0e8e0b7e4c4c0a6680b3829fbb4605bff46d05bfd802c1af8adf8245c70ec162d27ec1522e54b0bc71af60d9525fb05ca62af85bab2d5839342e58096a16ac482f0b569aad052b9f59827f214704ab2f6f0815be1509376ec816aa18d2849b3f0708555dcc855b823a841a7308a1562952a8f5db5aa8ede829d4be5329d4115a08b79db315ea2a85097798b40b77c0ca843bde09857a9eae42bdd87aa1a1b7bf70f79d46a1e915a9d0b41e2fdc77a241b8efbca770dfec57a159394668d61526344f62090fb4d40b2d0b360b0f936f0bad9464c223816dc2231fdf0a8f065d155acb7b84d6bf9285c75cec8576cd6dc2e3698142078308a1d34c9af094efb2f014c453788ab05f788a745de82ad417ba3b950b3db6580a3db36e0a3da9b942af1c63a1d7ab6742dfcffe42bf8855a1dfe529e159619cd0ffec4361c08157c2a0d2266170b8bf30f8879b30c46751187219293cbff85778e1f88af042e4a030ac68a7f0d2284f18e17344183103155e7957288cb16e13c678de10c6d90508e3727385f191ddc2eb8d7f8569b6a6c2f4b88fc29b971c8459c8e3c2ac1f96c25b2e1ce1ad268230fb60adf0b6e576e19d20ba3097a326ccfbf45408543c25041e541402afa60a81a0482128244e087e352e845ef210c217f60891d73385c8c93b427cf0652171438490f873ab902ceb10929f2a0bc933ee42ca916521e5115d48b502095997b608b9bbca853cafb7421efa8690d7d526e487de14f25bca8442032ba1983127943efd2794fb6e10ca0b8d84f726cb840fdccf08f39d3385053563c242f31e61d1f26561b16183b098da2f2c15b284a56be5c232c64e61b9be9fb01ca2212c271c113e2cba2a7c34df25acd8622aacc4cc092b4b4a84d56ba1c29a67c1c2daa3cdc25a9f37c25a9a8bb0f6438ab07658575827630beb6a59c2ba8eadc2a79b1c85cdbe77842ffe86095fc50b85af5af708bb2fa509bba387856fe63a846f958b859ffd2f083fff4b160ed8a18403a91b8483eb9a84832afb85c3be01c2617fa970f8d58870f81b58f885fe4a3812f045386a20128edd52128ed1ed84634da785632fcb84e33e5f84e3934bc26f2807e154e0a270ba72bd7086652c9c7ff55db870e482f0d7fe16e1a29aa270f19ebb70f1e543e19f6340e1dfcba784abe7a3450a2caa48e1015ea4f0264ba478ab5fa4bcc951b4b1a946b4b199ff9fffe20b3d91ca2f53d116db11917a6e9b48f3f15f9116cb57a4630a11e9144689b6ff918b743396443b8e6c17e9f11d44fa371244fa0c379181345d6454a927dafdb44eb447ad5f645ad929325b2c13ede75a880e04b9882c2f458a2cbf2589ac9fe4888e5d178a6c131c44766a274427cfd0454e237e22e7236522971f5291cbda07d1e9d55891870e55e4b14d4be411d929f2280c12799e9a1679591e1279852e8bbcce2f8b7cf95622bfa03891df3b43d159d5e7a2b366bda2b3870b4401354251d0c1d3a2a0ab0251b049842878d45b14b2d55814f2c94774eec4165168f267d1854543d14595145114cc4174a5c259148d55fccf17518c728828beb24894e02a1325507345492aa3a2ebba96a2e440b02879ca5794c2118ad29099a2b4072745377a1a45997807d1cd2a7b51964bbde896ca2e51b6f7655136ca5074fb364f74f7e2561120a75704815e12c1f7934408cc751162fcbb08b5ce538476eb1561d71f13616945226c3156846d8c10e1844122bcd63a11e15e9788a27f5cc4666f1371ca7e8838af4245fc847111ffe67991f8bfb148bec58a64f01722d9d3f722793045743f324f949fb449940f178b0ac04051c1c30a51c1a2585428991015c37789ca704da272469be811794c54c12a1055ef6c10d55e018aead66d15d56d4a17d5719545f52105a2a7d41551037d56d434f04df4ecda0dd18b4b7cd18bc71b452f061d442dab6f44ad1b0e8b5a9181a2d6968ba2b67b0051fb36b6a8bd3849f4ea97a1a8038212754aab45afcfaf1775fb9e10758fb489de04248bde4cb688fa6ec589fabdc245fd8506a2cfe32f44838b1744c307b78a86cb944423b29fa291afbf45a3718aa2afe11744df2299a209568d68d25c4134f9dd423475f0a768eaa791e8879e93e887155c341dcc15cd287f13cdbdf717cd4d048b7e6227450bffe56ba1d555b4f0f68ae89783be68991a2bfafb73a7e8ef1a4ff4ef649368f5f926d15a054dace0f851ac80b92256bcf51f7c8758e9bdb758b9d851bc51aa275671138955aebd16ab29448a3568c3e26d0db662bd6322b19e688b584f3e24d6bf632c3678f6546cf0cd566cb0d821365242888d08d7c47bdbbbc5a6fb5062f3e257e28341bfc587edf68b8f258ac4b68bc1623b8a9ed85e412ab60fb0171f8f84884f2cdd109ffc6028764eff2e3eb51a2c7651ea13bb5895895d3251e2d331cbe2d3cf8bc4ee4a2fc4ee6ae362f7cf15620fe763620fd68cd8ebbd99d8bbf0b5d84f5e22f6575e120714d1c401dd6fc481c0407160dd5e71f0598ef8dc5f8238d4fe843834d5481c5ac9165f507e270eef7c2f8e08561547b053c4118b37c497379f175fde15288ecad825be329b208e4b3417c77f918be3bfd689135202c589e10de2e4cf69e274877fe2ccb7dae22cc3397196d11371d6414d71d6077ff12df201f1ad322df19dee20716eb4b238af26549cf7a5437c97e72c064017c58027c562e0e53362b0b98f188a9a11c39cff8961e40e31ac714e8c008c8b516efd62d44565317a2c578cdf6224c6df4a17d39c43c4b410be988ed82f661bb788396e7bc51c9f79313f922b1695b989c5f539e2c2933ee2227c91b8b8f4bcb8e4de5d71795e83f8d12582b85273485c69c7155705948aabee80c5559fbf88ab46acc435fd1bc4b56677c5f56719e2fa9248f1d39d17c44f9b95c50de86c7143ed8cb851f385b8f16a87f8998292f879e54ff1f341b2b8995f277ef1504bdc7aa75fdc86a48bdbc61e895feefc2c7ec536147768a2c4af75f3c55d3a15e2ae925fe27757cac53dc5f7c41f69d3e2bee34271bf86bdb83fe7a378e074b678307f553c02ac178f76fd114f4842c49343f1e2c9ef28f1f47d8e7836e18f78768a2afeb98f26fe697e47fc1364249e277a8be73996e28579b6f857d882f8d77db0f857f54df1aff778f19f4b97c54bbfdbc4cb0d85e27f0996e2d5be59c93a674b89a23d4fb2b1c643b271eaad44e5698844ed8844a2766d48a236dc2f51373b28517fce966cbd332dd1d86422d1c8b094686004128d913189a67a8344079c29d1bfe422d9e5d42cd9355e213188ea9718e94b24bb972d257b341f48f6ccfe94ec1d7497ec7b9b27d9bf3a2a31b73e2131cfba26395c785962b5274762256f961ce9ae921c4bff26b1bd4a95d8023e4aec3e98488e57fc919c2008250ef537248eaf2224ce93369253fb909253d7fe485c14ab242e185589db3d7589fb1e88c4fddb2689176b52e2f54226f1fa6129f1b67590f8c7a749821e764a82932d2521c71a2521e5c99273c15724e74f6025e71751928b1614c94517a9e4e2e95b92b0ac244998b04e12f6802089c2ae9344958e4bae607092e88251c9b58312c9f5033e9264a70949eafd8392d48612491a0b28496bf096a4074649328e112599f4424966194692857d20b9551425c97edb21b9bd5b22b9433295e4ee50fd0f4f92fb0e20c9335595dc8d3f23b9fbd04e02f43b2801166025c0110f0964f71e094cef9e04265e91c0337425f0471512a4fa46095a234382b6cd93a0d3c012f4af7a09fa8fab04cbf592e06e144bf0978b258484fd12420345c2c8a64998df6325eccde112b62140c20e1b97b03323259ccb8e12ce8307126e43bc84f76254221a392c11c30d24722b7b891c0993c89b374aee9d5095dc8b52971400a225051f0992c2db1249e1671749e1c00b49c9ed1f9292221749694189e4e1de639247fe9a92472909928a3daf241583c592aa339192ea540d4935ac4a527b254d52bf9d276974289134b60c4a9a7a3224cf34fe499e9d15499e854a25edd1fa920ef69aa4a3f0b3a4cbfa87e43d7f46d2eb7b4ed29b6823e9bd3b22e9379e96f45b6024fdd1c592cf803ec940e6926474952f19b7d5974cbc48927c2f954826ff48243f6c3a253f4aee4aa68f7c974c43ee48a6e79d24333d8e92595a9a64f6bba2e4d71977c9a28d9a64b1d858b2382194fcc9a54afe3602242b4e3724ab9d3d5245f76d52c5405fa96298b554f17eb874bde290747dcf13e986367da98a3c4fbaf9f19454ada143ba256759baa5ae5cba65c05dba65bc57aa6ebc26d584174ab5ecf052ad958b526d83af52ed3f3d521d4ab7747ba89a74fbd267a92e659354b79423d56dad90eaddef96ee7cbe4f6a941b23dd6dd824dddd632edda3e62e3579e227dd27144acda46dd283b37ed243135a522bb517522bd308a9adad91d4b65f28b50b9f96da1b4aa58ede6a52e72753d253193fa4a7bf38494f4fff967a9c98957aaae6493d31ca52af2e9ed4dbf0b4d447e593d4a761407af6c14da9ff73ae3424e49b3444e82a3dd774471a7a19220d2b09905e9a7593466c4d905e0ede298d4e90496312b74a635250d2b8c961697c15499a64182c4db96e274d5b024a6f60c2a4e916a6d2f48f0dd28ced62e94d933bd2ac8b91d25b3c3769f64e9834fb56a9345bf8427a3b982bbde3d825cd9b6448efeeee9342efc64a614f69525444a914c57b22c57eea96e216d7a484230352a219534a3e5728a534fc92526def4869965652ba67839421689632aa3ca54cdb5629a77246cacdde22e5f58d49c5e78552e9ab12a9cc3b432a579996ded7fe22bdbf4751fac0fb8d34bf7a9fb4c074455a92fd495a6aa1272d6d1d929629b949cb9d5da58fdeae481f0d7a482b4e384babfa15a53516f7a43551bdd2dadc5bd2da99f5d2c7db8f4a1f7f3191d61f944beb6b39d206d86be9b38732e9b3b6e3d2e72395d2e7f373d2e6a77ce90b508bf4c51c44dae27a50da12fb43daca7e2c6dab0a92b6f5444adbcbf3a42fcf9e93bec420a4afdab74b3b8ee54a3bb53ca49dd67ba59df64ed2ce2ffdd2d715e7a5dd7881f49d4e8af4dda53bd277597fa5ef413ba51fd48da41f3d34a41faf38497b497fa4fdf663d2cf5f97a4035b9da403b511d2a1bc1dd2e187afa4a33e29d2b1e1bdd209e998f47b19493a730e2c9d911f96ce34bc94ce366b48675702a5734bcbd29f7b3aa4bfb6074aff18a448ff54aa48573dae4a576bd3a56b7fe2650acb5899c26aad4cf978a66ca3abb26c93c447b6c5a554a67ec44ba64e7929535f7822d35c2d9669a90dc9b49c2a645a5741322d92a74c5b7341a6ddef2ad31929966db7d821d335c897e91dba2ed3af4e9519daf8c98c953565c6a85c9949e95799e9af6bb27d3b3564fb6ff8cb2c2cc5b283e710b283523dd9a1dd7b6496b15632ab90af322bf87a99d56cbfcc6a9e213bda259159bf87c96c608f65c7b240b213c83d32a7cdb332a7ae70998b67b0ccf5184fe636774ee6f6f786cc9d8f94b9f7dc9579fe0996790d8eca7c6d3464beb67c99ef2d23996f395be6a729919d5dd92cf3dff157e65fa52c0b500d900515a06421473365e7865ec942e3c264e7838365615bdfc8c2ce44cbc2df6c94459ecc9745b6e7c82e5fc7c8a2069765d133976531c173b298f33b643132a62cb6f39a2c4ed22f8b9bf7902524c5c91203f26549f1eb65d71931b26470bd2cf95fa02cc5cb429612cb91a53c5a274b0d9896a5260a64a9545fd90d449fec469fae2cfdc3395976184b960d5191dd79785596cb5192e53ed090e5b514cbf27a91b2bb1a08d95ddc4919d8a35006f547c960139532b47c55864d2a97e1ae1f95e190f3325c4db38c68a424232666cb48a6a632d24d151979f7011939162aa3a6bbc9e8a600199d3925a37f1f9231ec3a640cdc0e196b2650c68eff20e38bd365c22a5d99f8a2a34c9cef24937c80c8a42573b27b9268d9bd1f6bb2fb1b36cbf21fe9c90aca7ec90acf9e97153924c88a3ed265c5c673b2470881ac02d420abf8f640560d4f94d558c5c8eae03b648f1772654fb70ecb1a0e82658d16a1b2c6a04c5963d343d933ba8aec79be9facb5e3bbaccd472c6bfff65dd6fec341f6d20c2c7b4985c85eb7dc9575dd6891bdbde2257b677358f66eb241f6e9c461d9a7b27bb2be1b43b2be013f59bf628aecb3768cecb3e31fd9e7a59fb2c183e1b2d16c07d968cb27d9f85303d9c42e806ce27b846cf25d93ecc7bdbdb29917e5b29feabf650b3bfc64bf3769c8961cbec8feba4fc8fef938cbfe85bd93fd8b0c94ada995cb151282e50a7daa7285dfdd72a5b69372a5a94ff2f57dd1f20d1417f986725df9a6e940b94a62bc7c73da26b92aedad5cb5f2825ceda7a75c635dac5ce3b0935c83142bd74c13c8b50cfde45a3909726d239a5cbb7cb35cc77f935c077443beade5835cef589f5cefd4885cef5593dc406d546e20b9273768b82e370a2a97ef7ef350bee7d03eb9894eacdce44ab2dc54b1446e6ab62a37bd42909bce7d919b778dc8cdbfe0e416df4ec80f9c49901f9438ca0f6d59273f34f54a6ea99a233f8cff293f62b4243f7ac5556eb7f7a5fcf89501f9f1a2bff2e38ff2e5c77f31e58ebc32b9e360b9fce43673f9c9edce72274cb1dcf93e46ee92912277695694bb22217237e267b97bca3ab997eb76b9d7dd5cb957cf09f9d972777990d50179503a421ef45e571eb4d42f0fb9f4581e92d32d0f4bde2c0f639e938771d3e4e164befcd2db25f9a5e50e79a4dd3af9e5a6567914ca5b1ef3f481fc2a66401e9be72a8fe715c8e34723e489273ce5d7cfb2e4d78bf7c89317c6e5691178f90d49ab3cc3df409e31b25d7e5339407eeb54a13cfbc525794ee26f790e5d497e7bd84b7efbef06796eb6ab3cefcb713934edac1cda932747bd3f2347233972ccb64b726c88a21cdbb24e8e338d93e3d004395e0f2b270c81e424f83f3919af23a7acb6cba92e55725a9caa9ca51f2067011ce51cf7303987672ae77911e5a2cd3972f17345b9e4438a5cfa26557e8f7cf33f7fe5f75a52e4f78147e50f7ec4cb0b3dc7e4c5d51be425119be40f7f46c82b8aceca2bea5ce595ef4de45539bef2ead9bbf29a42a6bc96704d5ef7c55dfe78e88cfc09de4f5e3f90206f7c85923ff37b2c7f76ce50fefcef98bcf9ef5579abf58abcedf913793b4a41fef2245afe5262247f4543cb3b568fcabb221de55df757e5dd3333f2770abdf2772601f2f7ca59f20ffa3cf907a349f987b05ef907dc90fce3e74079dfeca8bc7fd1493ea01e2e1f8868960f2abf930f9da1c887329fc987c8c9f231f251f958bd5cfe55db453efef4b8fc9bd127f9b7c4ff315c9fe15c705100c0292349116546db284a92c84a19954d9114914a66a210c92a14c9881211f9efbdf7ded32a12298548a58ca278dfe73ebfe77cbbf7dc73ee8773f33bbfdc88ec9c0cafef9c6adcd039adbeaa733a3abe73bac7aff3bb9d71e777d69dceefafcf76fe38b5d4f92305ddf98b7da07356a3bc73f6dab5cedff1f2cedff0a1ce3f6fda3a97b64f742ea59ceffc6b09effc9b7a14a0b2b005a0eac907acd2f203ac9a1f06ac96bf05acee1b00a855d400d4db45008d5c3e40e383034053750ca065bd0ea0ed310658d7c903e8bc6d02e8a65c046cdc4404189cb1036caaad056c3e7c16b0b94409d88c3901305267028c7cde018ccee101c651f300132320c0ec891e604b661c604bbb07c0fcc45bc0b61626607ba92a60c7e849c0ee5dad80ddef170096f780002bfd0480d5534b80351b0cb079f70960975d0fb0ab0600ece7e301071a4d010714cf008ef006c0a13f628093c01970d8bf1e7038ff20e03001047051ff00704b3d09f0f8590ff064ee0678a9de0178056901bcf21a005e0833c071912dc0275609f0b97806e0433100f80ee801fc7434017e4542801f5a0938d97d1b704a3f1370ea5e32204855090801fc029c4ed4069c714b0044ddb2029c9b7d0488ce8603cec7be005c1887006294ab01b12d12409c641d203ef20020beb404104f23022e51988084561a20811201b8dcdc02b8e2a60ab8224800243aec0224463f0024fe9b06249ff904483d730d900a3d0b48db7c0370fdfb674006701190f56137e0266d10708bda00c81eb502e41c54026eeffc00b85da80728c8b90028b8db0b28d4790c281a7a0d28617800ee395d01dcbfba19705f7a1250d1ca0254fcb0005416c10155316c40d59f7840f56d43c0e3902f80fa8808c013a40aa0215c0e68e8bf0d6874c2029ea566029e4d24009e97ad0634a3a480e6f1dd80962c5b40fb57750050130a009acf0340f1590010371b00929c07405a630108fb40006a330080960200d82c1900fb0d072095040148f30a00f5c25d003d9403e0eec501780d7f008277e100e1e87780c8450c10bb3d01c816f200f2f4ff3dc501e4b0ab0045ff2e8072ad1140697810a00c830094378f0094380740776726a0dff41de0ed500d6064e92ae0a3ee1060f46f20607cb50030b1330230756413608acd004cebce00a6f7a001df2860c0b7296dc00fe23c6006660698995900fcccfa00981d7e0198b32a002ca49401fe44ed032ca9c1004ba00780257c02e0efba64c0bffd0ca08ab71d50f5dd145075d11bb8aa683f50addc1fa8365400d4dc550e5c43c200b53ab381ebf06f803a1146409d7721c0f591d9c0f5b75e0337da1600370bf840b31b4340b337578016d62bc0adabc7813bb6e50077b4ea017747fc005afaaa002defcf032d7b5481d6c30f8036d50ca0ad6f33d0b6d117b8cfea1e705f802ad0a1e511d0e16f03d051a809745c82029d2e0d019d7787029d43e781ce7837a0cb9758e011d65da0abdd5fa0c7b3e340cfad41c0a3cf1381c7ae8d028f1fd205faaccd07faaa5a027deda940bfe668e009f5d3407f9704a07f051c1854e10b0cae0d0506ffeb0386bc9c04861a3e03863e2906864af581a15ffe00c3be3c05865fe9069ef614014f83f480a7a7bf00cf587c039ee9fd0b8ccaf10046a7ad029e2f1c025e385305bc20790c8c5d4707c6426c81713b0380f14ecbc0789f62607c7813f0f2966ee055d752e0d574436062f35760222c0098ba0a0c4c05d603d3af6181e95053603ab20a78ebf64f60b6ea6760cec97e60aedf20f0b6ff7e60ded843e09d53a5c03bed2f800581fec002f80960617029b0d8790fb0f4fa23e0bd4723c0fb91d1c0b2d667c032161658fee025f021ad125859ff19587d6f03b0bafe18f0b1e714f071b735f0f1f845606dfc7a60ad3c0158773318f8acf102b049aa04be00f381adab3f015b2daf025b6167812f99ddc07697834010ec101071b80a88f9040762775900f1abb60009239940623e08489ae80052260a8054970e20c3ec2090b9e50690631804e427898182f55a40a1e345a0f8fb5aa02cf03a50f6b718a8bcbd0fd815ea02ec2e5e01764bfe00bbbff6017bbcc9c0becc21e0db996fc077c54ce0302c1df8be790ef89e680ffc50f91af851450efcc87c04fc54f31df8793c16386ea80d1c972c03272ebd034e55e401bfce6402bfd984037ff0a2803ff789813fcf52803f0bc9c05ffa01c0d9a36f80b36f9c81f3d48dc0dfce7ec0a5c115e0bf7b32e072e109e0cac17ae0caca0848c5c204a4da0801a9ce5e04ada2f48256bded02adb61683d43cf681d485ea200deb0c9086ed379086b407a4d90404ad6188406bf7dd03e9b4c9401b688f41babf8f81f442f240fab21ad066df0e9061c66f9051d61390694f1968cb2322688be21bc8fc9705c8427f1e6411a10eb2c83b08dada3b09da765206dad69306dad66f0dda5e6206da319701b28a7e03da03c901edc160407b3f6c01d91e6904edd707809c2c4d4187e98da0c3523f90f36526c80505001d595d003a32fd05e41ae807729d1c06b9b99482dcd2702077ce2b90c79975208f5817d0d1e07cd0d1170741dedaaa20eff7c1209fe53e909fa201e47fac1ce4ff790614e854050a72290205cf1c0385b8d48042ae2e81421ecf83425e6d06857d2a0445525a41673958d0b94732d0393e1b74de6a3de882310c74e1822fe802200514f3ed2f2896fc1d14efd6008a7ff21e74292c0e9410b40574d9c6087419bc0d74f95f19e86acc0ce8eac50c50d2e57250f20b39280d13094ad7cc0465d8ea81325cec40598f4f807242ec41b9292da0dc371da0db2789a0bcd01fa03c461f28bffd1be84eef1fd05ddf065011ed2ca8181b0a2afe0e0295160682ee0b5241e5ffdfe3c19ecfa087454741957bab419551af418f7d43418fdf6f07d5845e05d55ec5806aebfc4075dd025083c64e5003791ed4a85d0b6aa485809a3e0841cf735540cf59a741cd9fc6402d1a1f416dc728a0f6e779a0576e0f4080383b10d0621d08d81005024acc4020f30f20f0e45f1004c70441f854106c040182afbe044298d341c8adef40a8abbb41a8ac2610562605e1cf658388d0741011711744aa8c079137bc04916bf78128bd6010ada21e4493b480989f7b416cb5a720b6563488e3de09e26a1e06716f058078f91b40fc674d20498a3d48da680092d1d540f28c4590e23a17d4d5fd16d4bd4615d4b7fa03e875aa37e8f55023e88dce5950ff4511a85f31011ad05a0b1a20248006b5c241831b3541c34453d0fbb920d0c8ddcba08faf1a40a35101a0f13c1668fcad3be8cbd524d0b73a34e8bbf943d077ee27d0cc6a23d0cf285dd05cae176841cf11b410a80dfafd2d04b494b91db454cf04fd4b018196d53e8296bb00a095130ad0ca535fb0ca76365865110d566d3c0c5ebdbe17ac76f13d58dd380fbca62b04bc6e6d3958a7080d5ebf3601bc31260eac6fb9116cb0e10178137516bc19a4009b84b1c0e6871dc11656ad608b9511f00e8d62f0ce5df9e09d93a5e0dddd2fc096a2a3e03dfbd682f7cc05806d6fe882f73deb04efdf7d05bc7f28146c3f7f0e7c20d9137ca021017c407619ec687318ec94e6093ef2e20fd8dd1d0ef61464833d176ac147735e808f7ebe013e7e351cec6ddc08f6aeb80ff626c483bdbbaac13e216fc07e8d25e013067fc12748dee013dd1bc1fe85bee02073293828b5151cbce732f88c5b193842fd1238b2fd22f8ece965f0d93b047054fe20387aa71e38faf724383e7e07f8524433f88ac90970d2c9d5e0e4b629708a9a093865870c9c72f51c387dfd3370fac58be074c25b703a39099c113f03ceccf70167be2381b3aed1c0592fce80b35089e02ce976f0cd87e9e05b0be6e06c1712383beb2d3827f73a38875909ce7d3106ce5da900df167681f31da0e07ba147c0f71ee1c195ea09e04ac76970e56b7d70d5ca7570f53b1f70ed6d30b8b6dd105c775b00ae7f64066e489b0437d4e2c14f55fe829fa916839ffde6829b52de809b58b1e0a6b956f0f3375ae066e32fe096b393e096a866706bf366f0cbe463e09779fde0978f92c11d3a2070e75b1730e0b61318841483c16bae83c1efbbc090acf360d84e3f3022ac0c8cc4448091af67c1e8eb2fc1d8e26830ae8a04c6af8b03932f1d0653bbebc1b47dc5605a520998b1a91dcc0c428399295d60d6e40e30bb6e0ecc3ba506e6494f82f90e55607e5828987f030516de3c0d160d9981a5fc34b074f9025816b0012cd76d03775d49027755fd0077bb3a80fbfebe06f73bd880fb4950f0c0f37af0db0f5fc16fffac050f7197c123e14fc01f2843e0d1dbf7c19f34f5c09f3cb1e0896daae02fa14cf0a4050dfcf5d417f0d7f91ef0b71e67f0f75e08f8874a3378e6a000fccb3d1b3c7b0b019e6b5707ff7d6407fefb310efccfed18f85ffb3ff03f62147859e50a7885be19a2822984a8ba684156dd6e86ac92074056e392216a717e108d232f209a0f83215a776190b5ea18c83a536b88ced3f3900d2a7f21bab3a610dd391a64e3a83ec420bd00628828841827fb424c0c4b20a6e10d1053f95a88d9ce4c88d9a329c8964722c896ea7e88453c11b2f591366407d218b24bd301b22be218c432731dc4460506d913f9bfebc590bdd6772176d9b6907deffa2007ffae8538feec82382ed5409c336d202eebfee7f70ee2d2530e714d2980b8a6b6405ca1e110d7fe7688bbe6518847eb2a88077607c4b39804390a9642bc3ecc428ea9bf8678df4e85f81c3b03f1c95287f876bc839c90fd829cf8aa0239e9d303f16f8d85f8439f40fc7f0c410269c190d0c85cc899136f201106c99088a7224864661724eac35fc805f525c805d077486c4f25242ea21812f7e92b243e551b72edfa2348d2d55c48aad01f9266bd08b97e5c05723d691324a34f01b9f1a41f9279fc06e496cf06c82d7407e4d6e24f48b6560824a7ba00727bf57948dede8b90fca5539082486dc8dd342ae42e14002992ef84943c35859415c442ca3f8f432a69a72155c874c823fd5590ea0e09e4f183e7905a1b18a42ee833a4eef62d487de14948434009a421810e794e54873457d0212f82b6415ed4d541da26a2202f9bf0908eff7bd039920f01b82440809cfd1090fd0908a87127049ee10e41e8a540d0219d10d29d6508c5e60d841add09a11f8b8030ee6541d8de5510cecd5108f79c2d846f2a84f0af6b404469472052db1488d4e51d4406e985c8c6ca21ca917790ee138b90de9b2c48dfa57390371bf990f77640c888c53064e41b0ff241b70232ba9d06194d7b0e19ed3e06f974f71a644c430219f3e44226576c2053777d205f4fb441a67f6c85fcf02541664cb7407ef6aa437ee50320bf2ac721b307e090397d33c8c27a2bc8ef7747217fbd1220cb17b890e5cb2190e5697fc8f262296445100b5551074055b66c84aac49440551b3ca0aa7f63a06ad766a1ea1d8350f58f6ca8e6f076e8daa78150edf656a88e7e04548765065deff306aab7250eaa675b0fd5f7c9836e7648846eae07400df7e443b7dc8d816e7949839a67ee809a17e441b7ce2740b76d9741b7a5f941b7fd3905ddbe712b74d7d729a895d629a8d5f213a8b5652cd4faf876a875f13ea8350a0eb5f9fb11ba675b0b74ef8c3fd4765737d4b6e803d4ceec05d4eefe5be8beade5d07d420ba87da61ff480cd2aa8e35d47a84bc81fa8cb2b7fa80bd3157aa4d81eea5ada0775130ba11eb49dd0a3eb62a04743d2a0c77418d063af7f40bd632da1deb9c6509fbb2e50df676650bf939ba127fd4e414f81df40fd9f6640fddf8ba0211947a0a17923d0d087bba0616fbca1e11316d033364ed0b34b5ba0e76c67a1d17a43d0684f19f47cb20a34c63d081ae3590e8dfdec07bd8861412f927f42e37ab743e3fb89d084d124e8e5965ee895d510e8d5bc3168e2422bf45af80cf45ae2143469f75b6852e10b6872c83768ea8b28681abc1f9a7ece1e9a0e7f08bd7e1909bd690680deecc74173f6b7436f3b0540f3d60aa005bc4ae85dad496861bd0bb4c863145aeca680963c7c0b2d79d4072d695b0fbddfb80c2d9f72873e086a8656a69e8156661942aba315d06ab211b446ff22b4e6df7d686d5d0fb4f6553db4ee761db40ebf19da00da096d644e419f7e9c873eb735803ecf2984362384d016954c688bb60db4a5330efae2151bda7a97086db3f9086d0b9e87b6df2f8676b88e433b2eec8476a670a1d0d52550d8859f50f8c863282ae30714a30442b1793e505cc06b28f9be37947a69004afd700c4a3f7514ca888882b21e7b4239dee6505ef97e28ef790d54a8190e15be5a808a5c06a0e2e67f50f16727a83472162afb620f955fdf0855de0441bba263a0dd0ecdd0fe410ef4dd9534e810e512746888041d4e5c0f1d395f01fd68d50afd1c6d0c1d5b09858e0f5542bf44164327353ba1935a76d0c92c007472fe2af4ebe332e8f73545d01ff7f3a1b3e34fa173d59ed0f97d3ba0f3f117a18b1e02e8e2091de8e25c1174a9c417ba34ca862e7d8d862efd7a035d66e44157fa2d60aa68014c75fc2b4c75c50ea6defc02a6a1b10da619ad0a5be3f903a69de104d3a676c3b43fde8169ff9a87adfb1e0d5b7f2c14b67ed111a6e7b00fa6e7b316a61ffe1b66d07515b6e9e85b9891e36f98f17300ccc4e32acc3cee35ccfcba04669ee10cb3481f836dcbdb0edb451c8259c6fd815915d361566ddf6136faa6309b0b67617bd281b03d0fec607b5d45b0bde46b30dbfb9f6076e006d87ea74298fd8305983d4e07e6d05c0e3bf8e629ec90f83decf09a6cd861c378d861f11598b35a20cc794407e6a2ad0173e1ad811d6964c05c71da30d7afe63037074f98fb83b3308fc80e98e7720becd8bf2ed871c71b30df03bf6127baad60fe1c1b588047382c48630e16e2fa041652d30f0bb59b8785ed77869dbec4809d39741f1651b91b163151018bf4b9033b5bb2088b3ac8869d9b30875d48d684c51ce981c554e4c362ea1fc12e0acec1e2bbc361f153cbb084bcebb02b3bdec31255e66089e6c761d7766d835d8b3a06bbf6f52e2ca901034b3d3601cb78e307bbf1b61b76b33d0c9673b21b76bbaa06961f9b0bbbe38e86dd41ad8315b4b06105a87658c1c7b5b0bb6950d85dbe0dacf84921ac64ad2dac74ca0d766f3d0d5676c10156cedb097be07f185609f3855569d8c21ed913608f126a608f1fd8c06a4041b0fa797d5883ef1a58c3d24ed8d3b858d8d3870db0e7b68db0e72191b066960bac657d08acf5891aec65f641d8cbaa1418d08e000325f061a09a6918f258190ca3ff0286b97e1286dd2086e1b6e8c2f05a8630fc054b1831ae0e46ca0885514cab61941d1f60f4b7af608c8dcf608ce4af30a6e67518f376318cddd703137e3c09131bbe85c9ce5361b28fd33005e2314ce9b908532edf84751797c1ba011b607d9b18b0bed769b0d7ceaf61fd9bbc61fdffd6c30698376083af5a6143d415d8b0290df6de341836b2371df671d53ed8e87175d8e865386c94d90efbe4990ffb7cad063616e70d1baf5c059b12e6c0be19a6c27e3c1c83fda87f02fbf519029b7d5d0f5bdc3704fba7ea07fb5760005b3694c25686a870d5f052f86a6363b86665085cebd049b8d62d007c6d662a5c3b050fd7fe7a00ae536c0e5f9fb01bae7b3c06aee72c831b38a7c30dde1c876f5a5f08378983c24d5d7fc1b76176c0b73b61e1db3f06c0773057c1774535c1f7d430e17b6a7de07b1a30f03def5ec0edfcdfc0ed42bfc2f7edb083ef1b5f05df0fee87ef67aac1ed4d14f003098e7007d357f0831eee70c7e959b8536f26fc70502fdc85f30aee226d801fc9fd0d776fa2c23d8d6570cfd6b5f0a3ebb8f06377e2e1deab30f013565fe0277c9fc04f6a06c24f791e869f7abd0c0f38edf0bf54784061173cd0d2141e987a111e585d090f7a170a0fc974878760f8f0902feaf0903fbdf03006161ebe66081efe70007eba2d0d7ee670153cd270167efedd2cfc42e32f788c66193c26cc101ef3732f3cfec8103c3e5e157e093e0a4f98ac825f7314c193ed6ec15346a1f034537778fa9f1ef8f564043c43f32d3c63f34978469b3d3ca3e3393c63b6047ea3251b9eb9960fbf297086678312e139e758f0db2b6ef0bcee48f89d754fe17782dfc3efe4bf85df218fc3ef482be0053a527881e33d7891ba2dbcf8fc43f83d6b5578d9adf3f0b247bbe1156330f8c30419bcf2fb4178e52f7b786de741785d453dbc0e4187371c8f8437d419c31b0106f0a77e3478535709fcb9ee2af8f3de10784b4433bce5610abcb5d81ddeb6bd19de5ef61ade29db0707ae358083729870f0cd7b70e829051cc64f82239a34e1d83b8170bca0154e4810c3898a6b708a8d0b9ccaff0ca73d4e843352f6c359bbe870166b1f9c5d278473c823707ed359385ffe0f2eb012c3458647e16284175c629501977ab5c165074ec0e5260570b9622f5c11c1852b584b7065a206bc3bdb17def73818fe3aa300de9fad027feb6ff5bf44f8b045007c18e7091f4117c13f9c75818f9aee818f3a0cc3476b14f04ff7ffc03f3dfc0e1f3372838f056d848f0db6c0c786b4e1e35bb6c1c7093ef02fb189f02fc92af02f95d6f0298bdbf0a9710df8f4d655f0e91746f0991393f039bb79f8dc8310f8c25730fc77533dfcf78bf5f0dfbf17e17f0aa6e07fc6fde04bd635f015b00342d53119a1ea7409a1c6cc4368ec7d80d03c8240acf17440ac757b83587bce0ba1b3b51ea1fb5207b149f31a6293808f300c00224c79ba0833d34c84f9be498479a6126111fe0db1b36311b1fb6a25c2d27b026159cc4058c580105683f3086b2c0eb137f221c2ae5d0561377414b1cf2407b1efb626621f6601b1ff3014b1ffd830c2fedd32e2c0160ac2c1ba08e1b0ff07c2d1b113e1f838137168931fc209628b385cac8f7039bc80709961235c3dc7116ee8cb08779418e161b901e151318df0c03f427870231047231a10c73afe208e9f5f8ff0ee5c41f8d80721fc4d8c11feb40984bfe837224092890899c321c28f3921c2a15b11a78fa72322761b22ce565420ce426211d1eb0b103106998818c41d44dc570b44bcd746447c2b0d917075059190760971a5ee2de2ea7a292251750a716d38089174f60a22356816915ad683b86e9b8cb8de6880c812ef446475c5226e26c811b70c5723b2e3af23b2f165881cab6844cebe1a448ee35344ee594d44fec13e44c1cf5644d1df214471ff0aa264cd4644c9cc1ce2bede45c47d591ba2dc558228bfd882281fa94454440c232aee3d4254b03b100f766e423c40af201e904c1095e7231055d67e88ea43ef118f0f9e473cf612216aed3c104fae65219efc2a423cddfa09d1e4760ef1fcea02a2754721a215f80ed116628578b91e8c7839750fd1ae3682688787223a9e7c4374305e235e4d5a23805c1902bc231501667f42c011a711889e1f08d4691202950843a065e9088c470202b33289c0bf932388f6600491358e20d7ec475022d51114ac0f82557e05c1427c44b0e46b109cc95d08ee6d08822bce45f0285804dfa002c1cf588d10e4ab2384060308a1cf3184306c1421cc3c8290f47523a4cc2708d9d6db08f9bc0b4201cb4628c847115d994e881e5418a277a608d1379e85e8773a84e89f2c41bcf5832286ecdd1043023dc47b661262047001f121d30af1b13a13313a49474cacad434c184a105fb1f988af131711d3d4bb88e97ff5889f9b20885fceef10bf9ec5227ebd1845fc02a6227e0d0d2066ef6110730634c4dcd77d88f9cd1f10bf3f78207e4fb82116f35b107f1d8d117fabdb112bfc15a4ca4623a49af23b52d3231da975c801a995e6835cbbd909b9d6311aa9d3771aa94729411a70a948239f65a485831f721b741cb973fc1672f7a215d2e6c275e4de0a26726f4f1bd2767708d2ee001769e73f83b4eb8d41ee3b0847eedfbe03b95f1489b4f7bd88b41f20231de01148a7d93ca4f3c20fa48baf03f2884b2dd2ed5710d223868bf4f83d8f3ce63e843cce57471eff8e401e5f2e457ad72b913eb3af91bed628a4efc710a4efaf7fc893dbbd9027dba29081431864b0221719b23e1a19fa260379bae115f28c8613f2cce82b64e4080579eeed0664b4160c791ece40c6a5a19171376390f199e3c8f8c765c84b0b36c82b33fdc8ab7f0c90892d3dc86bfa0864d2b92464b2bf3b32b9bb0e99bcf801990a3342a631ec90e9c1bdc8eb9115c8eb332bc81bdb3391379007919957fb9159a00ae4cd3f0c64b6cd6764ae9c8bbcdd1085ccdfa185ccaf3f8ccc6f39852c78af872c34f642165d39832c769e4796e6c6204befae4196d3bd910f8631ff7b8d7cf0d711596952867c14168d7c0c1e45d6a9f820eb11eb900dfe86c8c67929f2796735b2397d06d9dc9a8b6c5d1a42b6cd7f41befcdb8f6c8fad43b643bf225f1da622017b4a9080e01348705e1c125204424228222434eb2612f6ac000943d423112a4e48e44f1324c6e52a1213c74562724c90049b2924bd498c647cbc8e64ee1941b2ab6d919c1d3e48fee576a438680929beec86147f3c819400de20a5973391d2dc874869ed2ea4941986947efa839487cc23e58a7ca4027f06a9ec48427679e520bbe30a90afaf1391fdce91c801ba3172100f44be736f41bed7002047ff3fe353dc49e4b8830f72fce24de484a70cf9a50f8a9c44ef414e154522bfeec8454e1bd72267ce73913f0df2903fe3e0c8df5f31c8c59e25e4df9d16c87f013128d50c4b94eac70da8556aa750ab1d3c516a413128750104a5714e86d248574369aeb64269a295a8b5a7fd506bd98b289d3346289d47db50eb2f7f43ad7f12855a3f0f436dc8af43e90eec426d34fd8432384d476dd2f98cdaf4d414657c7835ca38c613657ae81b6acb217fd496fb49280b7d6d94c5bee7a81dccbfa85d2fdb50d6f9d751d6324394cdbb58d49ea875a87dab95a87ddea32847b61fea50e318ead0dc00ea48493dea48bf19cad5fa3bcaed640fca2d068672eb6f47790433511e17ed50c7c00b28df0f275127e62651a7de1e44f91f7b86f2072b5081a936a8e0a3475021fe89a8108c112a3c2713153e3f843aedcb459df179813a53b50975a6c10615b17c0d1579cb0575ae2f1e151db70b157dc71e15a79d858abbf70d15f7c51c7589b80d9590bdfd7f3b50973d56a12e77cb5057a24d5057cbc5a86bdaa3a894d204541a410d95f6cb1e75fd86162a83f50595e9f11b9575e632ea666424ea76dd3f549ef52d543eee322a9fde89baf3b51355746f0155eceb8d2aae5f419514f9a0ca2eb4a0cab7a8a0ca4fa150157d65a8079b8c500f5a31a8876bdc500f2193a84a7609aa3a320f55dd02403d6e2e44d56cd040d51c1d47d5b4eba36a4b0fa06a957ea87a4829eac9de70d4135724aac19b836af818866ad4bc8a7aba610bea29b40af5746011f56cd37154d3f802eab96e07aa19bb886ad1e0a25af49d502d835b506d8e5254077516d5215b42bdcabe8aeadcb4190580aba24047835120080b057b5a8d828deaa0e03acf50f0890014c2520d85366d43e1c6425078d55114fea83e0afffb218a20194411078028924b038abc3104450eed405167d7a3e8917f50f467701473db4514ab3000c5e23e45f12c3ea0044f5c50c20a2794707e18253ab10f25bea740891fb7a2648a1e945cb91da588e84029c0362825aa0bd5d5d887eae23c44757bc151bde24da83e161af526b415f5e6f424aa5fab0835a056831a508f420d6eeb410d26d15083cd59a877f748a877bfaa51ef16b251ef637351ef991b50a39d3aa8cf957cd4e761206a8cbe801a57b1417d9114a3a6720351df54b350dfd337a366eaa750bfe299a85f0934d4ac360ff5bb750ef5272809b5742e02b5bc6e2f6aa5e5075a25cd16ad825e42ab5a25a25771986875a92e5afdef7bb4e6ee8d684dcb1de83595c7d16bed82d06b5fbc416bbb7c46eb1440d1ebbfbd426f3a5286de2ca2a18d8e6ba38da6dfa28d133dd126b83ab4e9aa0cb469e23db4994118daacda0bbde55009da7cbd146d9e3385362fab475b4c25a1b7aeb1446fb77d88defe2603bd23eb287ae75d3ff4aef712f4eec287e83d4a397a6f670b7a2fe93adacef6177affe36de8032d70f4816f1368875fc368a77835f461ec35b4f3dabb68978f10f491b135e823cb00b4aba135dad52b04edd66482f62019a18f06e8a08f261f477b3dc4a07da906683fd754f4890770f4492722fa547638fad4d40eb4fffa58b4ff23183a70ac181d2413a04346f3d06111cfd0a7b535d1a7fff8a1238bc2d1e70a37a2a3afbd4247ff33435f70cb44c71c9a4627e8ad4227fcc4a0af346e435f691a415f1519a3138bbfa113d1a7d049518ee8a4db85e8a4c544745afb4e743ab9069dbe044767a89f4667e25ea06f9e8d40dfecda86ce0e0c4067638dd0b9b67c74fec333e83b6d627401e224ba284c0b5d541a82be572640974f79a11ff2a4e82aff367415fd00fa11281b5d5dc9423fde2d473fbe3e87ae594c47d79f29453f519c413fab31433fbffe1cdddc2041b7a8dc46bf3810836e13a4a15f2d7c470351ebd0c07fd368b0db5534fc91100dafb98c466a38a191f9dd68340d89c6343d40e334bcd0b8c3fd681ca3084df01a4393de6f4353d26fa0e9d00634eb792f9a7bba02cd5ffe8e1600ead182b7afd142d0285aa4fa3fc633b4b8330a2d39d983966d2a442b587bd0ca502db492f504ddc5fe8cee2e8d4477b7a2d03d8b7ae8de170fd07da18de8fe939bd06f9174f4bb8521f4fb3023f407a3cde8cf8ff6a33fd7d1d063f6d9e8314f03f4f84e0df484c969f417a0357a4aa5013d9553839e7a88447f1db884fed68b46cf38ee41ff025c41ff1a1c42cfa20fa1e77c7cd173754ee8f98c0fe84583bde8459718f4bfc92be895d6831895302fccaa635a98d567b660d4ece418f544638c7a630e664d0607a3d57e0eb3d6b40da35def8dd17e9684599729c7e8ac2363d69f09c618acfb8831a8abc16c0ad3c26c8a598fd994f41db359f70e66736e30c6f85537c6d4ef3766cb603cc6dc311a63ee1d85d91a7b0eb3555081b134ccc458265cc558b23f60ac62a231565c20668f4531c6f62a1bb3cfb31ab39f9b89b1afd4c31c187d8a3930668971501dc438ec18c138e2e2318752963187881d18671734c6f9c76d8c8bc5058ccb6935cc91f0458cab712dc6d5b208e37e488ef1187f8ef1f8e683396a64883956eb8b39f6371a73dc6f16739cf008e3a39b87f1b1b98ff1f1ff8bf14d3c88f1b3f3c2f85d30c504e8123001f1cd98c09f9998e0cfc998d0da0c4c98c5154c78f35e4c38f82de60cf61526a2e6102662e53e26faf126cc796c00e6429f0b2646af1c135b638a895bb70f932828c55c533f83b9d6128a493afe0c937c2c13931c85c4a40c6861d26d1231e9c9c73119551f3137fae330997a7b30376f323137c7cf63b28b1f62f277cc620a91044c21fa0fa69082c1146dbf8329daf11c53dc87c494e4b6614aaa06316531973065bfa498f20bef3015d056cc83e811cc03e1764ce5964f982a250af3c8118979c426631e2d5fc63c3e6b8ea931e8c4d4042c636aeefdc534ecda876918a6629e79ffc134efefc4bcb8f904d376dd12f3f26039a65d2715d34e3b847915be11037844c000d03518e0c21e0c44ef3b06727a1603e9e9c540434c31306e3506399e854179c56350815e18542c09838adf8541abfc9ff096110c266c1283f9dc8ac1fcfe85c1f905627039d318dc90158660f00e438abb8ba1f46cc6d05f6031cc2d0b184e4106864febc7f0198d1891e37b8c08a2c0c81e9230b2c53b18b9e03ba6ebc26bccebbd7998d74d2b980149386638d21f33fc6137e623928e193d1b88f984d88099d0fb88f9429fc54c9efd819944bb63a6f25d30533d8d98afee4e98e91718ccf49c0ae61b408af9750384f9f5f00f66ae878059f0a8c2fcf9398f59fcdb83596e27609619b698e53777302be009aceaf9b5d8550717b0abc353b1ea4fdcb01a8d78ace6711276cdb143d8b57d2658edcd2358ed0796d8f50d8d58fd9a4fd84d9c6caca1b0116bbc4181352e3a8135feb2823545c562cd5ef863cd738f63cdd15d580bbf26ecb6ca4eecf6d8efd81de4cbd85db77ab0564b7fb0d6bb86b0d6894e58eb6403ac8d642dd6e62318bbaf5b8edd6f1086dd3fac853d60c1c11e38e6863de8b4843d78ed3af660f76decc1de33d8c3799958e7b43aac33fc31d685fb07eb7a5f84f5cc0dc51ed3be8e3de6f0197b2ce222f6f81b39f6f8b23ad6a78f8e3d1107c69ea8b2c69e9c32c79eeab4c7fa772d6203028f6043e297b1a1ea2dd8300f1a362c16800dc3b463cf382662239c6cb011bd25d873f738d873d0246cf4091cf6a262141bc72dc05ef21cc25e4ab88e4d4833c45e39ac8bbd4a72c25ecb58834dfa6d8e4dbeeb8a4d2efd864d7bed8fbdbef01a9bd1968fbd3170149b599681cde9126373f34bb0b96dafb0b9cc7aec6dce556c5ee46e6cfeb031f60ebf0f5b10e8812d6abb882dc261b1f706d660ef2f0461cb743e63cbdccdb0e5796c6c395086adc82ac53e28bd8d7db87e0e5b6921c156253fc63ede3581ad575f8dad0782b0cfc821d8e7d702b0cfb382b02da6f3d896ccbbd8569d7c6c6b653cb6add108fbd2e11ff665c24bec4bf013ecab4e632c406f0b1668f5120b747a8e051f6362a18752b1509fdf5858fc662c127e168bca5d8345c97761b12fcbb05812124b48f88b25c6d56389fc0b58d2e2309622f0c5d20effc4d27e0bb0747f0d2ce37e159635bc0ecb6d35c1f2bc6ab0fcb0662c1ff0092bbc9f89151df0c18a3ece63c5095fb0520b4dacf4aa1a56f629032b7fe282958beab18af068ac02518e55de36c62a3b18d8aed2396c77c4166c776327b6677e0cdb77e003f6f53102768024c50e30a6b1030226f6edbd30ecdb061decbb3135ecd0d811ecfb1773d891121176e4b90af6e39946ecc7cf3dd8518335d8898fabb05fa903d8af1f74b0d3c72ab13fd7fdc4fec42bb073d3b3d8df0b56d8459135f66fd31fecbf3475ecbf8762ecf291b3d8e52107ec0ac00ca752398853d5da82537d948c5b65338e53f76cc0697c4ac5ad793d835b7bf22d4efbcb0b9c8e58805baf678d5b1fb7805b4f48c2e91d94e2f42848dcc635d9b88d738638fdabdf71864e609c71672bce44df10b7451d8cdba2af8adb8ac5e3b692d6e0b65f51c36dafe3e076056371bb857f71966f2538ab6f5771d6097771d6622f9c0d178adb73f8386e8fd7086e5fae3ece71b329eed01902ce693b1277b8ee21cef9693aee885e2eeec8de5bb8e38be938ef7dbb71dec7f7e17c1c2fe37c81b938bf9183b893656f70fef2065c80f62e5c002a0417f813840b223ec60509c371c13d7771a17776e3423b3270617a40dc69ababb8332c155cd4a6105c744027ee7c501dee7ca706eefc640cee82c4021793afc0c5ad6ec15d7618c55dce5b8dbb9aae834b6c76c15dbbff08976ca48d4b4e4bc225dffb854bb1d88e4bdf7804975e97824b7fde8dbb7efd16eec660172e133286bb59b90997dd770c97ebef81cb37b5c6e5db1fc2e5476ae10a9f98e18a8daee34a26ba7065bea9b8b23b0a5cc59636dc83a354dc8353fb700fbd56e12a1b4fe3aab47d718f35f6e1ea56a9e3eab1bdb827e3fab8861c6d5c636137ae11c6c035328671cf6fca702d86305ccbae065c0b5e15f7e2d7375cebda5e5c9bfd515c9b641af712ed81eb906dc575de70c3015213708052280e4864e120c71b70508bfd38e8ab2c1c62e6210ed53f8b437fa8c56196dee12851c77194bc9338ea51108ebed70bc7d8ee8d635a5070cc94461c733116c7d25bc2b1367fc2f1d3dee3f8c51770fcc74e38814b3d4e2c5d8393283c71dd6e21b86e0f2b5c77d2335ccf640daef7d728ae5fe186eb5f9ac2bd3d740cf7963c831b3dc8c08d156be3c664feb87176386e7c858e9be87d88fb722616f70586c67d9167e0be3eedc14d9fa3e2a66f5cc17dbb32849bf907c6fd5447e37eba47e07e46b8e37ee659e07e0aeee1662df6e1662f55e1e6a20b70bf030b708b2663b8c57dcbb8c58786b8a53fcf707f2bd2707f193e789511325e65d112af6a7311af96fb0aaf36a182d7b00fc66b1c4ec26be2c7f06b2ea5e2b53636e2b520a7f15af330fcba8030fcfa2c07bc814d217e53d723fce67410ded0fb28dee8e820dec84f0b6fb6868c379b63e2b734dec39bef94e1cd0b1ee0b76edb88df2a44e1b77b46e0b733adf03b3454f03bb265f85d8e5ff1bb3543f056e20abc8da10ade869f84df93b88cb7ad35c43b5455e01d8ffec63bf958e25d748ee28fe47cc0bb2ee7e0ddce93f16e23bd788f0f3ff19e9e03f8a303f378aff36a78af4947fcf10783781faf38bccff14ebcafd0137f625d16fea4d641fcc9dd46f893f82df880f53df820d3297cd0f02d7cf0fe3c7cf0195d7ce8ed257c98aa2d3eec6509fef4810df8d36167f1a7c9587c041e898f3cf30e1fb566033eea6502fedc061f7cf4b60afc05e228fe62e24e7cdc4e163ece35077fa920099fb03f069f90bd1a9ff07f0e092b29f8cba77fe1af587cc75ff165e1934c5cf0c98751f80c471d7c86c0049f45b7c4e774e6e073a4a9ffabc6e73aadc7e7060de00bc057f177279cf045514df8e2a6197c698601fedecf42fc7dfd9bf8f2e07a7cf9dd027cc5590b7cd58e2ff82a970a7c956b26be0a86c65709ffe01fdd7e83af9e96e06bcb33f1755e51f83a9801beae17856fa4bcc037329fe11b7996f8a7a76af04fc34bf14fdb20f8d6979bf16d63aaf8b69f5ef897b60ef8ce09333cc02a120fdc6d8787de10e26161cd7844a4028fc819c123dab6e25189637874c9349eb0270d4f6a57c793cf6cc15355d078ea9e503cf52f194fd377c6d37c0ee2e9a92d78fa4a379e01598b67fc50e2397605785ec01fbc08d98a17f72ce3a54e7e7829d4e97f9e78d95b195ec1e7e3bb3297f1dd7f4ee37b7672f03dae9ff13d6325f85e7031fecd3e777c7ff12dfc809b1ffe2def08feed6b0ffce0f6dbf8c1e11afcb07727fefdea7bf891d53ff123c562fc27dd83f8cf59b1f8cf9d97f0e3df1bf113e7e9f82f879ee22753b7e1a72e6fc27f5d2dc14fcf96e2bf1f1fc07f0fd0c57f7fa486ff5175103f937d183fd3fa1cbf50701abf20b1c1fff17d825f8c73c6ffb5cdc3ffc55dc6ff1dfd895ff99d4f5079624a507d1a4250337427a82b61042ddb7384b597e2086b936c09da9f3f11d69d384158bff62161030443d03dff9ba09bd644d0cddb42d0331712f4de691136062c11f441c904fd992cc2a6db40c2e6fcb704c375b104c3f45704c3dc6982d19a2182d1610382b1f91d8231e104c178ec07c1644585b0c53198b0a5e632c1e2562261c7ea69c2eecc1282f58315c29e839e843d954904bb4f8604fbf801823daa9a70c04085e0708341709083090edfa2080707b40887533f115cddfef7f221c1dd660fc1cbc687e0e5d34bf04a69271c5bc8241c5f7398707c308be073e007c1a76680e03b1a45f0eb4e239cd89f453875e41521a8b587106ce64308dd9542085714124e9be6114ee7ea134ecfbc279cd9f8877066ae9d10e5ba4838afd540387f5b428819421062ad4708b1888f848bb53cc2c5ba2842bc7f29217e34987009644ab81cab46b85a534bb8ba904b48dee349487d3245488b5947b8fe3c8d90a11a4bc8d85e4fb8b1242364569c276422620837bf9d2664af3940c87ebe9d90dd6645c829384fc8f35f43c81f4c27dc3141130a779e261406b308c54b7842c9a5ef84521b1b42e92d36e1de3f0bc2fd9e394299c94b42d9ae0e42599d3aa1821d44a8e81d21542c7e243c38f89350a56a4278742488f0383e9650ab354ba8cddf44a877aa223c7b4a22bc282827b4eea613dab78d11da13dc081dab2e103a0283091d909d848e81cf84579776100083ea04c0e2510290282680046f09e08b4304b0ec090112c023403e6413e03f2d08e85fd6043ca08d809f9b271053fe1188ed4d04f2f67304ca6a3d02ed8d05819ee34560aecb25b0ca6b09ec879a048efa208167d747e0e3b61084d64304214b9b207e832548abef11a4bdfb0932074f42d7c3db846e2b12a11b7386d0e3c221f4ae85137a4f26127a533e13de4c7e25f4aff94818ac4d25bc7b954a18da1b4418aafd4618561812de2f8b091f7d93091faf49089fd63c267c0a52277caef1228c27a81126bbfb0853778d0953ccad84a9ae578469cf5f84ef15d184ef7f7712e6520a09f30dde8405ab20c2a2c65fc25fb34b84bf697a847f071208ffbad884e5dcdf8495a529e2aa6b41c45525c7896bf48a896bf45f10b54470a276630d71fd5e3de2068b68e206ae0e71c3540a51377b80a8177e88b8b1544e344862110d9e56113717fa120daf78128d1a6f128d1d9d88c69eb54413733ba299db11a2d9cd31a2d9148ab8b5ea1a71fb9a0ce2f6537344cb3c39d1127b9b68d56a4ab4f65321da786f23eecd1f26ee2d5f4fb405de26dad92389761e9a44bb8626e2be4fe144fbbd8e44fba919e2019f33c403b37f8907579b110f7e4b253a1ec9243ac6eb119dba5788ce93bb896ebeb7896ee17a44b70536d1f37a17d15b7f9ce85de14af4865b137d71c1c4530e49c400db77c400f85a62e0582531a8dc8b18c4fd4e0c89ef2086f46c21869e8e23865ed62346aa7d274641f61163da0b8831d301c48baebac4f82413e2e5a42bc42beb85c46b802562926d3a31898d24a63c4711afc3ae123369adc49b2f5d88b770af89d9eecf8939c9cdc49cba3fc45c938bc4dc3e1de26dcdbfc4db7bd1c4826beac4bb7646c4628dcbc452df3662697619f1de4436f1de3702f1e18629e2438b55c487de36c4478f11c43af41d625dff3662fdfe47c4fae32788f5cda1c47ae924f1c90f27e2d3902bc467ee6788cf0aa1c4674deb894d267062d3015b6293cf1f62d3efbdc417f73c882f5a23892fafa911dbeb8e11db7bd2881d2eb3c40ef445e2abecb34408f5321122ba428406098950de6b22ecc446223ce81711f91941c44d6b12f1b7b48844dd6f4432703791fcce82c8d8664d64043189cc8337884ce72e22f3e53322b37792c8d2bc426441094456f76e2267fa0e91dbaf49e4fefa4514965811c5d36f89920d8144a9e73da2b4b79e28cbd326cad71510bb92e7885ddc5e62373d88d8db3d4deca3c889afe158e25b7337e23b9367c4774144e2bba45ae23bc92871085c421cbe91477c5f5f4f1cb91d4cfc40bf44fcfc2196f879662371cca79e38d9e24e9c7a758bf895bc93384db94cfcb65940fcbed0409c39194d9ce94b26fe14f7137f0eff24ced56c25ce6ff4222edccc242efcfb4afc333c485c3c56475c64b411ff6efd49fc5b1646fcdbb29ff8ef471af1df6f4de2721e9ba402c5935416e2486a1afa24b55739247595f524f527de248d3e2949a33f92a4695d48d266ec20e90433483a7f8c49eb5f1f256d302e226d101248ba3f3c481bcdfe903626ee216d9aa292360ff24886b54f48864247925116946462674f32c1de25993ebc4032c5ec219945ae266dc9cf24997b5993ccc3af902c6e9691b68d7491763fba48b234ed2359e9dc2159d185246bf37b249bde5ed2fe712ac971fa20e950009a7498ae453aacf84072be8526b96c3e467231f523795404933c406b493eab7d483ebf45249fc52292efb16c92eff86b92df812d24bf1f0ba453ebd6934e855a9002ce834981e0765270c52f5268780a29b4c49914da33400a9d43924efbcf9122363a902222d54867bd9d49e7f58e90ce835f912ecc4b493147cf93629ed349b1f560521c742729fe413a291edc444a28be444a201d235db1f7215d5d9f434a8c4a215d7b14464aca99256544989232330d4959070b48590f3c49b72ab348d98e0a52ce440a2997e445baed5549cad3dd4b2a52f323951844934ab61b914a969e90eeef3b452af33843aa38f39b54b9d98254c90e2355f59b901e952d906a541d49b553a7490ded2da4c6b7f7494f5b9648cde63cd28b6f3252ab688ed466ad4b6ab3bf456adf604e6a37ba446adf19476a07db933ab44f933adec6903a86ef915eb969925efdea2775363e2775beb021014c8c4880562509f8e13e097c8b4f0267ab91c0afb793209f6749d0ff7b097b8324c18fbc232108b324e47537122a2e9a84b64d25a1cfb793d0f34f4878bd4c12fe6a2089882827917e7a93c8c6962472c80712f5820d89b6710f8959e548625d879238578d499c3726249ec10b128f1040e2eb2c93f817db4982ab6f48c2662449b4ea2f495c718c249ddc4592a9fa90e40c094921ff42525e30242999b624e5c06d5217494eeadef68dd4f39a4dea5919230da5da9386d8b5a4a1de30d2fb9e4fa4116031e9e3e847d2a78c12d2f8aaf3a4f1fe0ad297bb69a4afdbbe92be023448dffa8c48df37f3493fb7df22fdeadc4b9a2b3c439aebff409adf1e4f5a58dd4d5ac8ea272d1e7f40fab7c79db47c3083ac020826ab742bc8abed8dc9ab8b8e9357ff9c26ab45eb92d5c39e93d5bf599135d44e923534b4c95ac34fc95abf67c96b1f00c83a667e649d5613f2fab3aee40d790fc8ba9a74b2febd2d64032f1e7953de20d9a8c58d6c44e2928d0bb3c92621cfc826939e64535e00d9f4dd3ab2595608d93ce70a79eb8f66f2b63863f276d947f20eb522f2cee173e4ddf79dc896a72e912d8bcac9563918b21521856c4dbc42b6965591adff40c8369177c97b61e5645b810dd96edb2ab29d2d996cd72123efd79925efe79990eddf01c90e4541e48387de930f5e19223bee74263b0f2ac8474ad793ddd6ce92dd8675c8ee37c0e4a34347c8477fa8928fdd394ef6869b93bd11c664df9ae7e4135678b27fc02972a0683539f0d34d729006931c84b32207f56592834f3a90838979e410980739d4a5921c76aa8f1cee708a7c3ad0877cfafe5af2697a04f98cb109f9ec89b5e4a8070fc9e72ea793cf1bff215f28059163fe9990e3f25e92e387d3c997581de42bd814f295cf19e4aba574f2d5e74be46bb755c9c9b77e91932bde9353f49ac8a9666c72fa7a1772ba9d2b39dd57939c3ef28f9cfec5877cbd2a837cfd513739e36a2f3983ec4bbe01d02167c65f23673e84926f9ebd4bcefe779b9cf3a89c9c1bb040cead7d41ce3bdc4ecea3e491f38f3d24dfbd6a432e2cc92617560f900b152de4c2f72272d1c5797211574a2eded34e2eddad472e0dbc41be6f7b875ce63a452e5fe74e2e2f58213f003d203fac312157f6df21577bc3c8d581e9e4c7f703c935bf5e906bb51f91ebaee1c8f54406b99e16447e5a324b7e265223370f20c82f7c0f905b7586c8ad671bc96dba57c96db7f2c96d0bd3e497ee5de4767f4372c70f3af9d5793419d8964006d55c244394443264804086c6d3c8d0313019a6fa898c68bd48c656b59371056fc904e43b32719f3d9954d04426235e9129261fc9f4f638321d0c263378b66476fb3b32e7883599f3f51259b045972c3c7f982c2c8b228b0663c862efcd6489e6145972ff0c597a33802c8b5621cbc95ae4aeb14a728f2981dc17fc9bfc0648260f946691df914ac8437e45e411ef7fe451b32cf267d7bbe42f89dde42f43c1e4c99d1cf294b316f9abd773f28f7b60f28fe60af28f1733e41fadebc93f0607c83f0b36907fa2ae937f0e6d22ff5c6c21cf7efa429e0f3c44fe1311455e5a934e5e7a7880fc77514151d551a7acd2394c59b56189b2ea169ab2da064b51db80a668bc9fa568fc645234f7dfa168d2899435523265cd8f23142dd55a8a96d49ea2fbaa89a2f7924ed11ff9433168cca31840df520c1622289bb40f533643f65236631c299b678e528caf7ca198b86fa6984c3029a60f7529a68fec28a6f2671433bd218ac5171c655bc06dca6e2f238aa54f1dc5b20a46b1de1641b176f2a4585747506c8fe9526c13d0947d077a28fb6e0828fb9d6194fda14728f616669403dee728078847290e411f298ee624caa10b2f298720b114171530e548f367ca114a29c5ad3488e2def087e2b93b88e2e5ef45f13a974d39b6b39d72bc2583e247d3a39c2ce25002a4304ac0fbbd94d03f4f29614d1594338d1e94c893b594b3a1ad94f3ab5229b1512e943895fb9438460f25214e9392307f9e7259638672d9164fb9fc208372b9278572e56802e54acc16ca55376bcad5ce6cca55f8034a62e12825b11d4849e6b752523efa51d2ccef50d22ab650d2380694f406374ac6591f4ac693004ac6d0764aa66f2725f3128e9229bd4cb9c9efa2dcea9ca6e485922879cf5429773e712905816394bb370f51ee3edd46b93bd048298c7b4c2932d0a0141ff0a394780128f76d5d28f7bfd851ca410c4aa56b35a55afd36a5da7c8ef2582f8ef2181b49a9eb8ba0d41316290df65b294f073b29cfe25d294dc6e99426af664a13f224e5f9c112caf35c3ce5f9fd694ab3268ad2a253417921b2a7b4e930282f8d8a289d8e2f28e075591470fd20054c4da540b6c6532097d529b0021c05f67d07057e258082a86ba3a0d67da7a0e2b750304e6729d84c0805cb4052f025e729848d020a613b9d42b2d94a216b1ca090f76650a85b375068c52d1486d5050a7be50d85bbcd9fc24daba670df375278fb8728bca47b14c195518a60e9304574b98f226d3f4991febe4491798f52e43d304acfc5364aafe708a537f730a5971b4f795d924119387e8c3210b44419f80ba0bc9da250de05fda4bccb6653de8dc0282367b2292337f3291ff6395046cf1fa57cbeb185f2596c4a195f75963231624bf9b24ca24c75dea74c8da228d376b694e9c338caf75a1dca77ca63cacf4d75949fdee594d9942ccafc3163ca42c703caeff44acae2553dca52873165c51d4a59f9524155eb3f49d56c89a46a4e0c52b5a256a85a7d30ea5a7309553bc395aa33ba9fbae1613b55f7e00c55f7c10a55ef8301553fcf846ab0218b6a00d84235586aa66e5e6d463522ea518dd70f524d128ca966cbe9d42d7d17a9e68ab7548b2f9ba8dbb6a450b7b95da3eecc5d4bdde5749b6ae99f47b54ccea55ad91550adb50ca9d6516dd43d25e1d4bd9f2da9762bc1547bf71aaa3de01bd59e45a41ec8d9493df0788c7aa0298d7a70a18b7a286598ea24fe4a751643a96ec1c154b7d02eaafb915354f7c031aabbc08dea811ca27a962651bd522f50bd0f1b507d3269549f0107aaef617baadf0b3ad5efc77aeac93df3d453a72ba9a71604d4e0e855d410a83ef54cf21f6a5419867aee631df5dc17756af469436a349e448da60653637ea5532f6e5c47bd98d0498d2fd0a5c6577ca2c62ff0a8097a53d4c4f2706ad29f63d4e4934fa8c9fc246abaa1907a7dd77b6a667433f5e6fb87d45bab87a9b78efea1e6da6ea4e6168e5073f977a9b943aba8b70742a879e17ed4bc4b07a8f9bc0bd47c450ef58efb496a81d31cb500f1867af7c624f56efe636a09649e5abacb945ab6e92cb5ecea2d6a99b28b5a36fc895a7ec9845af112487d70dd93fae0c143eac3908bd42ac355d42ac0676a15f706b5e6d50cb5d6bc96faf4820db5a9f61ff539c480da7ca58cdaa22da3b67ce2513b37ada2024e0c5121465554a8d1492af4859c0acb4ba622aabca8c8fbf354d40f5f2a8ef3984a641ea5927c7ba9e4c54e2a35ba814afbbe99ca2c71a0f261c354314a4495389550a58ff4a8d2babb54e9ec6aaa8c84a5caa6d650bbea98d46ea215b55b7e9eda13964fed4185525fc3ae52dfa4d852fbbfbea40e945553079a0f51df66fb513f6c2ba67ecc4ca77e1cde4f1dd5f94afdb43682fae9e057ea58358d3aeed24b9df01fa74e52a6a8936f83a9939f28d46f882aea37ce09eaf7c90cea8f4a0275a69f42fdb5f90c75f9523a75a56c9aa6027b4053d531a0a97e91d056edafa0ad7a504953f3e8a069783da4691ef6a3adf10aa3ad79cca569ed2ea5691db6a369af26d1b4b78169daff9269eb9dcc69ba76613483efd3b44dac1c9ad16921cd28ee21cde8269d661a43a099ca8fd3cc4a37d3b6685368164163348ba6289a056b9ab6f5d433da564c136dfbfa03b4ed335f683b7db6d1768d0fd22c9b2c6896fd4a9ae54417cdaaf93ccd0a5341b3fe104cdb23da4ab3557d4bb3cd0ba0d95d7a4cb32b46d3f6ad77a0ed7bd74adb7fa98f76e08f13cdc17698e6d05c4a73ec1da01d427bd19c7fc0692efc14da91f28b34d7539d3457c424cdf5eb5b9adb3d32cd3d3e98e65efd90e65eaf4bf3a863d3bc8e5ea21d577ad07cf47fd17cc91db493db8fd202220368010d9eb4209f4a5a30683d2d587c92167691480bbb7694163e02a49db9fb8a1669ada0459677d222394cdaf98d08da795b155acc6b2a2dd6348716fbfc392dfefc0ced925120edea4203eddabe0db46b63645ad2192c2d29854c4b89df424b4dc9a2a5a5d9d1d2ab2fd0ae5f98a5dda0136959911db49b2324dacd7f39b45ba463b4bc1d89b43ce720da9dd8485ae1211cad54f88256fa0646bbdf60402b9397d1ca374368e52c435a45ea1ada83357b680f350ed32a2d666835c93db41ae102add6fd15adfefa30edc9d9255a835935ade1b63deda9b719ed99d6455ad3aa2fb4a623dab4e7e1bdb4e6c47c5a73119cf6c2504e7b61be89f662b71dad5550417be9f683d661f18cd6010ea6bd52fd437b4571a7bd9a6aa601d66fa6014f06d24045576890310b1af4c7411a0c3a4f83ef19a7c1bf79d01043401ab2884fc34e75d1700e153472f96e1af5bd3f8d167a8746c336d0e8254c1a234a97c6dcfb9ec6f4fe3f860dd1984a1f1aab7490c6c2ada7b1b7fc2faf9fc6898ba3718f90685cde719ab01d4a131d06d1c46b8434d9c1189a8c84a1c9459d3445591aadcb3d89d6d5354ceb0ecaa675376da3752faed07a016b697dc6deb43ee76bb43e6f19ad2f054f1b7835431bf489a10ddeba417b9758457b2727d3864c7b68c3a581b4f7abc1b40fe801da074e2ced136a9a36c143d3a6ccb9b46f7b58b46f39bb693f5e1ca4cdbcb6a2fd24d4d3660dfa69b3a5e1b459ec49dadcc63eda02aa97f627a981f6379543fb2b5d435b4918a4ad3c2ca2abf439d35749fbe8ab753ae99a837fe96bac4074aded37e83a0776d2d72f51e91b4409f40d3d8fe9bab1b374dddb3be91b3dffd037264cd1f5735ce9063be7e80673ebe89bfa3de986995be986cfd6d18d168be8c639fd74d35943fa161490bedd0a48df21ff4bdf31f38dbed30f49b7f1bc4bb7815bd1f7ee4ba0ef05a6d0f78200f4bdbfeed36dbd6be9b61ddaf47d8c4df4fde70fd1f7cfb8d0ed8f32e8f63138bafdfd7d747b6c2efd80e371bac3841addb16d897e48b44877325fa13b3d7d4b3f9c7f80eea251423fb26317dd95334977fd5747777b0fa67b985bd33df58ed1bd5e4ed27d6a45743f0b30fd4453153d90374e0ffc1e430f82c1e86194647af8e8657af8822e3dfcaf0dfd4ca22d3de2a41b3d62f91b3db2cb901ef9ab9d1eb553413fa7f68c1e6b18488fbdd34cbf58c9a6c71db9418fb7394f8fa7afd0e3a74ed113683ef484c1c7f4cb123cfd1a89454f4af84b4f2a0da2a7ed6ca06798f1e81927c1f41b3db3f49baf76d36fb9dea3df82fbd36f31aae9b77e61e9d9803bf49c4fc9f4dbbc8ff4bc8dc1f43c78073dff940dfd4ef6277a416d38fdaeee34fdaefb7d7aa1d95d7a619d13bdb0f133bdf88427bdb495442f857ad1efef52a397f3a1f48a004d7ac59c19bd6a470ebd5aa843af7ebf487f6c02a1d7bd28a0d7bd64d3eb8639f47ae73ff4c69d67e98defb7d39f49e5f426470b7a53812abd0956466fa2f7d29f173da33f9f7e4a6f8e6ea437a77ad25b9a3fd15ba0a9f45683edf4b60611fda5bf3dbdddf72fbdfddb38bda37799feca3489fecad69ffeca2393fe2a663bbdd36833bdb349930e40c6d1016f74e9c037517410864487c68cd0a142301d3a6e4587691bd3e1095574e4ce663af2e77b3aca8f4bc7447ca2632afae8d83a251df70147c70760e9f8960374c293b774e295783a69473e9d1c6642a7a969d099db03e84c968cce4afb456701ded33974573adf4d42e7e77da6f39b4174e1e9b77471c867ba98ba8f2e3972862ebd0ba74ba753e9f29bd97465b719bdeb3491decb20d0fb3647d25f47bea6bf1987d1fb0debe8837face9233f06e9e33a2ef489dd93f489ae7ff42ff912fa17118b3ef5772f7dfaca43fa77776ffa0fc317f4999a68fa4c178ffe733f98feeb89923eeff18d3e7f53853e5f12469f6f3d4ffffdac87bee403a3ff4bb2a42f73ece9cb6fc6e82b98570cd5430b8c55c5cd0cb5646386bac953867a5c02433dfd1a43fde61443ab701343abff3643eb138aa1b31ccb580f863336ecfacdd8007162e8fed0656c4c5e626c847e60e8676b320c42048ccd05e58ccd143d86a1da0ac3d0e810c3f0a51fc390dace303d9accb038e0cdd83a7a94b1ad5485b1bd3497b1b33099b1abed22c3ea4d09c35a87c9b03e64c9b001e433f67e8d64d8f6e730ec82858c834f590cc7751f198efd418cc3822d0ce7234f18ce178318ce45430cd7145f866b6115c37ddf7586fb0484e1716317c3a3698271746732c3eb4310e358a51ee3581b8c71bc2383e12b5cc5f0f3c5324e10ca192783218c53357719fe01468c80c26a46a0fd4f46f0a1114688178e112aee64849bf319a7d7fd649c01143322229f3022045e8cb3ff288c28028e716ed547c6b9f401c6f9dd8f1931eab38cd8adbf19173d2d187156838c4bbf54190919b98ca4c26d8c8c5d18464678202383c961dc2842326e7c0f62dc2a7166e46d7ec4c81b1865e42fc533ee0efe6114c53c6794202f314a8bba19f79c4b19f737d931eee77118f7f13a8c324021a3dc428351a131c8a824f4336a6eec66d4fd2033eaebc08cfaf7ee8c2775bb190d17b5194d858f19cdba9d8c36c72f8c0e576dc6ab7bfb198097e50c006c9e015ebb8501be6cc380a86f6240de9830a00bf718b02b560c44e50106360ec7c005c73070e9530cc29b1b0c624e3183f4f02783bade8e416fa865d09f1d653046c3199cb3da0cae5a3383b7d19621f0ee6288cee5324457af3224cf4f33a41fef30e416610c792e9f219fb9c650348a185d11458c6e4838a347539fd1d39bcd78bd3998f1664f25e38dec3a63b0248031480e670c7dfbcc78afb595f1fea5843192efcb187bfa8731e1bd9af1856ecbf8c22b607c193acc98d2fac4f8da9ccef856decc989dc531e63077180b573b198b87018ca59c61c6df8034c6f2cf7cc6f2ef6ca60a06ca5cc5f266aaebfc61aadfdbc2d4c85267ae952531b55177981bccab991b3f24310d184f999b7a1e318df776328d5b1799c64bda4c33cb4ea679ac05735b9188b983e6c7dc59dcc8b46ca031ad4a579836d577987b268b9807bc36321ddf5f661ebefc88793805ca74fef997e9d26acd748141982e4baecc23b3bd4cd796b34c37bb1aa67b8025d3fd8337d3fddb3ae6f1ebd1cce3f9694c6f270da68f4721d307e9c1f479fd8be96700669e303dc73c117b9779d28ac5f4376965fa87bd61fae7a43203ca2698817a5b9981e6f799412d2466a80d9679bae604f334f714f3ccc41f6604a08019d9d0cdbc508f665e10c098b15b6e33afac3dc0bc9acf655e7db28d7915bcc84cb2766526491698c95159ccd4f73eccd4313766ea840133ed423b33ddc38279a3e818339394cacc227c67deda10cabc35749d99cdca64664f6c63e6a8e7306f038f30f31ecf30f3a04dcc3bb27166c189cdcc82aa5866617820b3f035815934816316d7ec6016f714314b5f7e6696c5ed669649be31cb09eecc8a03579915a219e683eabbcc478ecf988f5eb299d5982ce6e313b1cc27efc9cc67ad2dcca65bc3cce79fae329b056b982f463298ade5d799ed7b5f32db2b4f30dbe7d6325f056e62823adf30c1fa1d4ce8b97f4c98299a093ffb8889ea3cc2445fb26392ccec99a4edba4c528e33931c90c8a47effc4643d6633d98f4e31855b9d99229f9b4c51e15da6a85f8329015e654ac6984c59ce2ea6fc530353e15ecfecd23fc9ecbaaccaec4a2961764719307bc3c5ccd7db21ccd7b55f986f527498fdaddaccc1c811e6e0eb63cc775817e670920573f8a11f73e4df19e607f5d8ff25323f051a33c7745798634ebdccb1b703cc890621f34b7028f34bf80be6e4263e73d22c9e39d94e677e45ae654e478098d3059f98dfd44299df8fce3067b4039933df4f30e7603dcc85d575cc855a2fe6c2cb26e65fc215e672d83c73257c84a53291c15a556dc35af53683b53a4fc05a8db664a99f62b13458552c4de629d69a17b7586bfab558da6b44ac7595adacf5d7eeb0d697c259eb5f74b3360cbbb2746fdf61e9fe2866e969e5b136aabab0f471252c038fbfaccd87c92ce3f7ce2c93b23896e9c73d2cb32e1dd696cf0296f9643ccb422d91b535e7156beb8722d676e65bd60e0d47d64ee1346bf7e1f32cab181396555a34cb8aabcdb2796dc0da931dceb2bd14c8b28556b0ec921b5876ed39ac7def6b58f613ff5807b64cb21c57ed60395a98b00ecdc0594e6f36b00eefd76439eb73592e29bf582e4d429687c292e5b5f608cbebdd2a96d7fb14d6b1e26a966f6802cbb73889e50b64b24e10aeb04eee3cca3af5fc2feb14e8022be0298c15e893c10a0c68660526adb042da94acd0a62bac50491d2bac4c931526b4649d76cf634524eab2226059ac73a7fa59d18bf6acf307f6b32e4cad66c584e05931fc03acd875f75871478759572e7d65251a14b292b555fe37c64ab64866a596915869fe6c567af347563ac79575bd3c8b9551b4ccba71f0032b3357ccca7a799995f5269d9535b7c4ba75468f752b83caca6e00b2b23125ac9cf3e6ac5cf34956aeec25ebf6763c2bbf5e9355f013c8baeb73895518edcc2a5c7ec72a7a69c32abeb1c0ba77348c75bff11eab8ce7c22a578f63953ffccc2a6fb3623d882f643dc8bccd7af8d982554941b2aa0c6c588f5bd258b5fdfeac7af90656c35b5dd6d3734758cf546d59cf0dd458cfb7ebb19ea314ac368f25d64b4b77d64bc21cabbd7a99f52aa181d5699ac4ea5cb663810e5e6681d7285860f376168418cf826e15b0a0e96c16147885059dbacf82ce0cb260100d1672389085b2d263a11ada5998c78b2ccc1486856d7fcec23db46591969eb2c8031f591464188bb6e32b8b795ac2629946b3d8411816b7f9104bb8be8725dc9bc8121e1d638902a759128c134b5a16cc92b63bb16409062cc5ea5996d22898d5257167bdfebec87ab35b83d5dfeacc1ac061598383bf584319f758ef77e9b03e6e35657d143e638d6e91b346bd2d589f4636b2c67eb8b3c6f91eac0994166b42c6657d619c644df64eb1a6b042d637792eeb3bf827ebe7bf42d6afa54facb9c912d6fced07acf90e106b516d27eb9fc653d6bf93ab592bd259b66ae84fb6ba9a92adb1772b5b23c99ead69f490ad5953c8d6da16c0d6ba49656b3d1b636ba78fb175362ad93a4d0cb6dec1eb6cbd9649f6c6b076f626a405dbd0d4986d28ad611b853bb2cd28496cb349387bcbadafeced0ecfd9dba7eeb3776277b077b98cb377e17fb277bf1c655b8617b22d0707d836a10fd836671bd936b88becbd2afe6c5b0b32db2eda97bd2ff925fbe0d304b6a3e679b6635918db91bd8eede4bf8b7df8530ddba584cf76a3dc651fbd26661f0f7164fbe496b0fd9c52d97ed911ec132a1aec13bf13d927ef17b04fe9b8b0fd5f06b0fd7f68b303220eb103638fb203493bd8c16a4c76f0a13a76f0d31bec90b586ec909b4eecb0491d76f8a779f6e9739bd8675cacd967e632d811794a76c4b32bec08c176f6d93909fb82de31f60537303b66b49d1deb11cb4e645e625f4b6f655f7bce675ffbb38a9d7491c34ebeb8839d32f48c9d6af8869dfa4cc44e5d78c84e4baa65a7bd3ac7be1e216167dcec61df7a816367fb93d839ebf4d839ba6fd9b7af2cb2f30d8bd9f9f274f69d2ba6ecc2e7aeece21e01bba490cdbe87ddc3be9f0465978514b2abbf2ad88ff93eecdabf9fd9f54011bb9eb78d5daff8c26e28f56337dcaf6137e63c603f4db2663f25fd1fa73cd9cf32e4eca6e33c76d3442efb79b20dbb39259dddfcc68dfde2d901f68bbfddecd6b0cbecb657feecf6b816767b098addce5a6177c45c657734ec6177f4be6203aafeb2815dee6ce048301b128b62c3be53d87080061bfd21938d89f6606386bfb1f13b5eb2893badd9c4eb5e6c92770a9b9415cb261595b2c957e6d8d4614336adc1864d6bfacba68deab159f07136fb6a279b1bf896cd43f3d97c9f70b6c0f6055b80f1618bcebd60cb3d2eb1e5af8ad84a3d157617b69ddd9de8cd7ee31dca1e5cfd9afdee8b017b28e43e7bd83e9f3d5c2f61bf4fcd62bf2fa8618f84aab13fdcfac21efda7c6fe7c75803d6935ccfefa41ca9ebedfc7fe96d5c9fe61b2c29ef17bc3fe599ecc9e75d9c89e8b79c59e2b3ecdfeed93c2fefda48ffd7bd69cfde74916fbcff41df6a2da76f622de83bd3414cafee788632f2fbce3a8ec157254ed641cd5231738aae87c8e2a4183b3cab99db36a96cf59edbc96b31ae0c651fbba8da359bb9aa315f28ea375f52c67adfa0c676dbe3167edcf518eb6ea6ace3a5b3e675d7a0167ddcb34ce069409670317c5d930aec3d1b554e5e8be1de7e87efdc2d1cb3bcdd9a8decad9689fcdd1ffb8cc31782be518f25339c6ce708ec9a7d71cd3c7711c73cf5d1cf3e3ab3816014a8ec5791067bb4a1567bb990667bba70f6767a23b67277980b3938ae7ec5ea3cbd9fd04cdb1ace9e65825dce258bffbc3b19e98e7ecc96473f676e971f675fee1d867f2390e6dd11c07e016cec1a9258e236203c791b19973d8a39c7338ff13e7308ccd71a6dce71cf9f296e3ae23e778586ee378a640399e95bf38471f3870bc0c3672bcceffe2788db5708eed35e578070b393ec39e1c5f6900c70ff497e3ff06c309f8a9cf096cfbca09729de0047d5fe1045f70e284569873c210939c70c360cee984364e448a3f27f24930e7acd515ced9c36b3967eb0e71a2c8ff38e7ae4339d1562f38d16e739c687817e782ce5fce05a28c13773a8b1397edc1890355722ea9dde35c3aebc7b974238b73a9cf9693706a8c930035e35cadc672d2ccd53969e5b99ceb97ea39379a5b3899661d9ccc3bdf3999401dce4db882735344e7dc7aaccac9e13139b9ae1d9c5c36929397b88973671782533437c8295197734ab766724a77fa734a99899cd21fee9cfb477771ca9b5f722ae2e639156212e761e00dcec3d85e4e153694532533e554b77872aa614f394fb83d9c86f5159c06dfcb9c86957ace53ff21ceb38f959ca6742f4e135893d3a253cf69d9a2e4b458da715edaf9705eb24d38ed4f5a391d187dceab5fa59c4e0e950340a03900d1100730ddc101a6ade780d67471e0ab9738885d091c645a2807f5b4888333bdccc145523804c95e0ee1dd050e29d29843cad6e3d04e1a73e839251c860e90c3b43acde1a873389c7f5f385c07770eef049423a875e308a6051ca1d70f8ef0860947d4adc991a67238b29b608e4c7091a33cdfc0e929ece2bc864d7206365b7106ec9f700632123983c5ce9ca155559cd12b9e9cd1ac61ce27e31ecee75817ced8d740ceb8f8236762eb1ece64e966ce57898433ad26e74c6ffdce997e56c4f91ef38d33d345e3fc6a1de6cc2e1ce4cc19b773e6aeade12c9850387f87009c7fae4738cbfc139c15b75f5c15e340ae8a9d3357159acd55e7cf7235a65f73b55eece56a87a773d77d49e66e284073f5ab8f72373d4be11ac7e9734d5e1772cd74ee73b7e8a472cd5deab816c79cb9163e95dced2afddced074e72b7df1de0eed81bc5dd71f90a7777f465aed5113bae1564886b035fe0da889cb97b80c7b97b2b47b8075663b807fac3b80e4a75aed3997aeee1c961aeebfa1cae6b6f0fd7753085eb5951cc3df6722ff7782787eb63ff8deb93baccf57bb087eb874de59ee01970fd1d95dc20543837f8f2016ed8ce696e589d1e370215c58dc0fee346750671cfe3cbb817eca3b931abb5b93161a7b831e9c1dc5814931bfb73847b513f8a7bb10ec0bd08cce5c6cbbe722f59bee45ecacfe126441b711352cdb909770cb809a411eee51423eee54c36f7ca410c37e91b8d9b726735370596cc4ddd81e1a62631b8690be5dcb4955a6e3a11c0cdf8bf663762b67233c9c7b899ca546ed6032c376b82cbbd6957cabda536c7bdf5ff8f29fbb60637672d9b9b1f9fcc2d8491b94576a3dce223546ea96309f77e33875b99b39b5bf9bc945bc948e7564738701fdfa672eb4655b90d3ea6dc868013dc06e64eeef3b52fb8cd8fc2b9cda347b92df177b8ad16bfb96d6b3bb92fc778dc0eae820b48277001cd0e5ce0e9275ce06b532e2897c905c95cb990c0442e246d3517c2bbcd851eade4427d43b9b0b84d5c58552b1786957211d5e7b8883e672ef242331729d9cf45498e73d10a3817bbf3029720ece7122352b924bf242ef9453c97e2f38e4bbb94c165b155b9acef242efbf3352ef7ef192e6fd7732eef750a973fdfc2159ce57185af1cb9a2816eaee8af1f5796f19a2bebf5e0768127b85d18276e177513b7c7ed15b7cfd09cdb9758c17d6ddfcd7d9da5c7edbf87e5f64bc2b803987eeedbd444ee202181fb4eba853bec31c91d0efccc1dd9b8993b7209c9fd70788cfba97081fbe9d723eee71ba3dcf1180dee78c973ee17db58ee57b501ee8fc43ddc1fe3fddc1fbf60dc997bf6dcf95d3fb80bebb4b80b97cbb87fc65771178fdfe02e062d70ffaefbc3fdbb2d80bbfcdb88a74efeced3d843e169dd8ae76915d7f1d6bae8f0d6a650796baf7bf0d6a50ff074d68df2366cf2e66d386ecdd3b59be5e94b7ef00cd0877846660e3c939f489ea97d0bcfcc41ca335ff78d676e63cab3c01de1598cb8f1b6d71af376740df176cebce0edde1eceb31ac6f0ac26cef26c2aca787b35737876c00bbc7dc9213cfb357c9efdce54de016604ef405f10efc0e72e9e43ab23ef2015c33b52f68d77849ac973adede0b9e26ef1dc3fd4f03cc73c78474f1fe71d6524f1bc1c1ff3bc9272795ef0619e179ac2f39ad1e2f9bc62f24e5848782732213cff0bd778fe7176bc0085392f48e30e2fa88ccb0b4987f1424789bcf0bab5bc708109ef74bc80773a3d9417d1e0c28b5c67ca8bac58e09d7dc0e2c5b66bf02e6e3bca8bb3bcc24b3059e42520bc79093f4279975fffe25dfe1bc24b1ce5f39274e9bce4358779d7df68f16ee6fde4dd9aa7f0b2a37b79d9f566bc5ce136deedbbeb78b717e379f95f4ef00ab23c79055301bcbb3193bc425338afc880cc2bfa9acabb5727e45544d9f02ace77f01ea67ce7558ebbf21ea92278d5f70778354f437835132bbc06ff315e136f0defb9650eafa53393d7327f8bd7766c84d78678c57bf9e636af9db8c86b7f63c16b7f3bcbebf87880d7317b88078a4ae0c1c26a78b049180ff5af928769d5e6612662799815260f4fd0e2e17b113c62c7531e710cc3237569f228664f789485ef3cea6c088f16f59c472b87f368a4241ee3c21c8f0168e631248f794ceb591ecbd383c79ab6e07176ebf0b825a93ceed7833cbe691b4f5818c9132af13c51398ed775f837afb78acceb533dc77bed6acf7b1dbe89d78fd3e1bd75e6f20667a77983ffac7843aff6f08677eaf3469cb6f0467002de67935cde84493b6fd2fd3d6f2ab087f7d5f62fef2b7f9037236fe7fdea29e5cd3eebe3cdeb5ce5cd3777f07e4717f0febc7dc25bf2c0f3961fb9f1551d37f255bf6af3571baaf35767d7f25783aef2572387f81acf6ff235c327f86b52bef2b58d43f8ebeee8f0d73bfce6eb45cff00db2b3f806b42b7ce31d537cd337697cd35f357cb3c9cdfc2df79ef0cd739bf85b5757f0b7cedee26f5b27e46ff30de2eff4faccdfcdb8ceb71430f956de3ff8d6973df97baa907cdbbf07f9fb5fb4f0ed7d6df90e1503fc838a637cc77a0edf11be83ef6caac1777614f39d8312f92e43e6fc23ef92f8ae4d2cbe2b13c877fdfd82effecc88eff1bc8befa9fa997fd4ed1aff78480eff78dd2bbe0f7c8c7f4aed0d3fa0e0333f30cd8e1fc8a0f383d3a3f9a17ef6fc888752fed953eff8d1e7b6f3a3474ef3cfd3def02f4856f3635f75f0e330187e7ce8103f7e6123ff52e321fe95f45e7e62453a3fa59cc94ffbcce467283ef26f047ce0677ab4f36f9a3de4df6a2ee4675f3acdcfce36e3673fcbe46793f4f8399b02f8b7ed3ef06f932ef1f372bcf9058196fcbb99aafcbb637efca21f5efc7be6befcfb7fbaf8158beefc871915fc87c318fea37510fe231e9b5f1d6ac87fecd5c1afb99cc7af0117f06b9db7f16b9b7df90d57b1fc464310bf71c69adf243fcf7f7ee222bf65ca83dfbe692bbf23c08ddf5911c5070c35f321633ff8d0e4363e2cf6141f364be4238c497cd48fcd7c9cc88b4fd86bc22750def20933dd7ce293143e3963079fbc22e7d31c9ff0e9da1ff8f4f5743e3de72a9fde12c067765de6738226f95cec463e973ec4e70de7f2050da37c5176375f7c78982fd970922fc9f1e1cbc400be6cb49fafd819c557880af8ca49757e6faa88df5740e6bf769be1f77ba8f107f39bf983f360fef0309fff7ef746fe073f31ffc3e316fea87f267ff4b31affd3f604fe679534fee70f25fc31951ffcb10bdbf8633dc5fc89fbaff85fd69fe07fadece37f338ae07fa74ef1679f7fe7cf21eef217565de5ff8938cc5f7290f0ff6a55f3ff86f5f1ffad1be02f9b22f82baa7afc95d70f052aec2681ea862f02d59928c1aacd0602b575ba02b5cb45028de40e81461343b0c6e5a140cbb355a015ee25d07ae42ed0fa7850a01df44eb0cef98140e7b754b0a1f7834097682ed0fdc210e8c1f404faa0bd82cd1a04816178abc088d3283031df2a3059c8159817cc0976dae90b765d0b10ec7a1c2cd87d8525b004a7082cdf9b0aac39170536bb0f086c047f047b368d086cf7ad13d89d7d26b0ab1a16ec774e14d83b1f161ca88c1438b84c091c32de081cf05f054e496b056e3f1f083c1f9d121cb5db2a38ba744ee0a5332b38965a2d38d6f745706cb858e0bd0d2df0be7650e0fd6e49e0fd2b44e0e33a2ff0dd3d2a3819fc57e0bff1a620f06ab3206c7f8420f2db6641345522383f3f21b86066fbbf2ac18590cd829835df04315b0e092e3eb92188c39305f1f9c70597baf182c4ec6c41d259942039c051900c7412a47c570ad2a34d04d751a704d787dc05d727e0828c1a35c10d8b48c18db83641d6d3ef825b883d829c75bf0439085d41ced86541ae708d20f7ed92e076f07941de69a9a060c33a41c1ce02c1ddf1e382bb0b6a8242d51141f1a19f8212d7d38212aeb6a07477afa0345920b8f72456703f962c2833d41394a1d608ca758e0baa062f0b1eeb95081a0907048db2ef826787fe099afc8f099a811f042de732052df56705eda20541c7a9bb825753bb059dfe570580be7401c86ab70052b54300c1de154083a304a827b705a8679102f4657d015a2814e0b24e09f0ebc3058402ac8050de2120d26a0514030b01e5f1a0807ecb47c028150a98a854018b532860434e0af8337a02c1b9bf02d1912a811883128809ce02b1f2a5403c6929901e311548d90c8174749f4036972c50406802c59b34418f85ada0576559d077ffb5e0cd0307c1c06d63c140014a303443178ce053051f1d0b041f2bb70b4689018271f327822f493f0593161b0453560f04d38312c137f3a382b9ddf382b9f018c1dc1c5eb078b05bb0788e28585a7740b0f4fffbfef7d25ca87aeaba70f5366de16adf8d42f5b108a1464cb1502baf5aa85d9226d439ee20dc10a521dc50db26d4eb9b17ea8f67088d7c6a85c6c18b42e3507ba1094e2834d51e129a45b909cd2a0b8466642de196d5b78516c430e1d6c29dc21d295b84bbee680977c16285bbc37285367b8385368f11c2bdfd7785762ef342bb135642bb602de17eab7ca13d2c5778501227743c1923749af013baf8160a5d026c85ae1a52a16bf4b8d0f55abfd06d6595f0e8ce5dc2a3896dc2a3196b85c76c8b85c7379c157a974c0b7d5ccb8527a6db85fe3bdf0a03ba7c8481c14861e0398e30e8f9416190e0a93068012a0cbefe451892ac250cddb2220c6b5b273c6d4f149e8eb2169e59b34e7826624278e6cd8a30222e411869d1238cb43f228c8cea1346c51e1446157809a38aff082f18f90b63a423c2d8ac30612cda587831614518b76826bcecac234c145c105ef3de204cb917204cdde32e4cc52e08d3740785e96d8f85e9b2c3c2ebdbb1c2cccc7bc25b4778c2db2b0bc202d36bc2bb2a078445579e0a4b0c6d85f72e1f139649ab850ff33e0bab76670a1fad7f2aacb60f145687fe135627bc115617ef125677e085f57281f0496fb6b0b16a40d808910b9fa53c113e238e089b033c852d2ab1c296c652e18b8a4461fb1e5d617b769eb09de3206c1fa70a3bcf5084802bbf85c0cd4221e8eb98103c7c4d08fe912084457e12229f9a0a51bafb85d88d1d42ec6747219efc4c48b09c1212f74408492e1b84341fa890d6932a648c0185cc87b142b6a7a79093d62ce4dd3a23e4e5950af9006da1507e4c28bab32494ee2708a5c3ed42593055280ba108953abf844aeb19a192b553d80532147609bf09bb3d2e0a7b7855c2deb48bc25ed46d61df7db6b06fe495f00dbd44d8af63241c7038257cbbe98e7068c851f83e2b41f831205af831cf5d38ca3f28fc5c1625fc3cf24d38662c108e3b770bc7e913c209475de104c44f3821b2134e3a9d124ed53e114e414f08bf1e69107e1d3c229c7e22144ec37609a79964e137b701e1b7c616e1b7098a70665e5bf8f3a39b707653bf70ee4a9770fe1653b8f012255c5cbb2c5c2cd82f5c425e17fe6b0917ae481644aa6e3f44aad99744ab3c42446a3a662235937291fa430f91fa1243a451ca1169904e8b343ee88b3487a1a235e35ea2b5310d22bd276b441bf5e7441b0b1344fa370744067aada24daaa522239ba72223e0359149d47e91d9b90ad1d6baaba26db54ba29d2d6da2ddcd4122eb17ff6b938a6c1a25a2bdb841d1fef53f44fbb74b440e452744070f348a1c0dd3458ef205d121f615918bb981c855f642e4d6ef237237a68adc9d5d45ee6fe3451ee732451ee907459ec16da2a30d36a263099f45c7350922ef80d3229f0d58918f9eaac817ba59e457eb223a99da283a65e4273ab56c25f2d7f827f29fb01005ee721305e26a444147768b82165245c17f6645a707fc4511ab9f88ce9e7f2f8a4e1a1745e7e68b2e1e4f17c52f668b127870d1657f942851b14f94381629bac6ea1325dd238b52f31d44191ea3a24c054f94857825baa5148bb22d778ab217ee8b72554a45b99acba2dc1d9da2db1ebb44f9b125a2bb968da2bb97b7880adfbf13151d248b8a5577888a7f9d1295a69e109522dd44f7a28f8acac6bf8a2a6c3d44953b37881e45a3448fba1a45d5cf334535ffd7a56677b3a8f67aada88efd5d54ffee9ae849a548f4a485277a02ec10355c3a2b7aa6fa43f42cb646f40cf258d4b4d953d454d02b7aee9d277a912111bdc00f8bda9e36895e4a3b45edbb378bda0364a20ecd9fa28e1bd745aff2578b5e2db68900b81d2270d75711ecd93d114c5e2842f0a2450889be08cd668a30ebe74598c0221196fb5a8415dc1061fffe12910ae345b4f542118d7a49c4f82716711f5045bc323b11ef2144c4fb5e23e2eb5b8b0415fe22610b5524248b4562884224d1dc2192e04744b2ca7d22b9d5ac4889478aba52e5a2ae812851b7aa91a827d944d4db4512f51550457d3847d16b9e5cf47a182c7a13512dea7fa02b1a88ff9fc24df4ce95281ada682f1ab26789deef5315bddf1f2b1a59a52b1a35c8128dbe31107de6478b3e4fd0445f5e134553f5df44df234e8866aaaf8b6620a6a299b715a2396317d1c2f75fa23f0148d1d2d77cd1bf9b7da2e5f19b6255b30af12ac315f1aabe19f1aa2535b1da2b82583d0529d6405d14af39f048acb5e398781dbe45bc2170a778c3e95ef186a6d762ddfb14b12e152dde688a16eb870d89f50528b1febb66b1815ba7d8e09cb678b39abad8689e203633792b36db6e23368bc68a2d88b6e26d9732c43b42df8a77f63f10ef2e2a165b6e9e135bb6ed165b4dde105bfd7612efdd3721b61d2a11dbc5b2c4fb306bc4fb416bc4f67158b1fd5363f181db42b183bb40ec00a78a1d0656890f1dfa2a760a3a2176026f163b5f70141f199d15bbfebfdcf779898fea6d167bd17bc4c7bdbac5de2a68b1f74b8cd8179e2af69dda27f6db9e2df67b87139fc8ab179f9cfe243eb55f4d7cea344b7cea5182d8bffea7d8bfdf511ce80614077ada8883ddcbc421cf67c5a13d2fc5e1bb76882336c68823fe948ba37ebd10472f3c139faf3a223eff34547c7144551ccf99155f8afa294e58f74e9cb0d14a9c5074547ca5a65c7cb5d04c9cfcd9469c7268519cbabe5c9cdaf15b9c560a13a751b2c5e96168713a665a9cdedb25beae7b427c5d1f21ce3c0a1467969589b32e0588b33e8bc5371ffe13673f7f2bceeeac17670f2c8973288de2db8209717e44aaf8ae65b4f8ae35515c94d523be5fca13dfa7cbc56505fbc40fa495e2879e11e2ca9851712578bdb8ea9f89f851b7a5b86ead89b80ebf475c1f715cfce42c4ddc68e5257e76794cdc0437123fdf7743fc1cb449dc3cba47dc722b54dc327157dc32f75efca2dd53dcda652b6ebb972b6efb9427ee28c58b012a5431407b410cea9c138370f362b08fa718daea228655ab8ae1a21031e2eb7a31725f9518e9871023535dc54880428ca45e14a378dbc5286997185d132cc6993888710ec7c484da29315191262669c58949660a317d13544c2fde2266a4d98b9957378999801762964bb598ad5724e6aceb1473eed78bff1f3cc5823a9858146c24169ffabf481484583ace15cbbd1bc5dd87bcc53d9b56c47d73d7c46fa24ac46fa6a7c5034653e2b71b22c523ffbf878f263de2d1c46cf1a81c2dfe3484138fa560c5533d16e2af7f368aa75f28c5df577b8a6746a1e25f035cf1acf35ef1dcf329f142ada978a16346fcfb70b8f8b7685ebc1496245e1afc2d5e0e3394a838ad96ac56b64934909612edee4689ce2a4dc9fae968896e3a4fa2d7f348b2f1d43a89e1be118911fb91c458374d628c5c90187fca969858ff9298dc62494c47c3245baa2d255bc61725e6fb1325e6907c89c5172fc9d65aa664db3e94643bc958b2a3f18664c72f8a64f7fa9792ddbf4112eb8403121b6c94644f81bb64cf4888c42eb45a62d7b95562277f20d9774557b21f1f2539b07fafc4b1649fe4f0563b89f37db8c4251a2871790a971c69b497b8a2b224ae3f0b256e1755259e61c512cf952392a3efcf48bc22ce488e65ea4a7cc8dd125fef1d12dfe20b12df7b1512bff36889dfcc0149c0f6df92c0c15249f009734928b95d12cae24ac29f9c90441ce990446e579144e23c2491e23949d4d3d5927375044974e880e4bc91a6e4bc628b24f664a5245ef65172c92a5a72699a25b9ca0d9524faf54bae391448ae1de54b52fa922429bfe89254004592560395a4893892f4483fc975f548c9f5987cc90d1db124d3af4092091e95e47e6a96e49b9124778cce480ad57a2545df1b25c5bb37488a5f3f9194020b25f76a5a25f76d7e4acace1d9294817324e5d46b920acf37928735be92ca3d5692ca77f9922adf0f922af83bc9a38919c9e3466d490dea91a446be22a93d172ea9bd2c91d439ad97d4211a24f5aa41922787ff491aa6d3258d3b8c25cf83fd25cded72493376bfa425d740d2caef91b43d1892b4ff489474c03c2480c0600920ab5a02deff46024eff2801037e491031d1126485bf04c5ca95a0a6d524e89f7d124cb18d84a067202114be9490ce394948797112d2f30a0955734942830d4818920109072a9270666f4a84ce2d12a10b45223e7a4822e9c449643a53127991be44c14a962857ad95f43457487ac37224bdc92b92beb3b192bebe2049df77a4e4756098e435455ff24697297933612079b73c211932ae900cbd564adea7ee928ca80c4a46fc5b251f923a24a37a5592cf6b2c24636f352593f45b926f2996926faf0324df0db524dfcd28921fcb8392d92d3724f3f31d92df154692dfe42f92df1c4bc91f5f99e40f7648b2c868912cb9af96fcfd912559f64a962cfbfd91acf40e4855ec49d2555a4952b5e036a9faf72f524dff09a9e62bb954b3f39d54cbb842aa75778f74ad3347aa1de8265d376e23d599a6483760eda51b46364a374c81a47a771f49374ead92eabfdb27dd743a49ba79ddff5c0ba59b3b57a486c80ca9b1a386744bc17de916dc21e95674b274f7de8752cba89352abcff7a5d689b3d23d3fe7a57b11be52db444da9dde1bdd203381be961ed7f5267a0a6d425fdb0f408572975ddc9947aa86f977a1a82a59ed632a9e7c728a9cf3d8af4847eaff484e521e9899055d293765ba5272ffd9206dede240de4bf9706b5394b43b00a6968354d1ada96260dd3ec92862dfa4bc331b9d2331a18e999b59fa411288c34eaa2b7345ab9577a41172ebd404e93c6eed194c6ca74a57185bba5f19a49d204cf60e9e50e99f47ae1756986f3a43473b04a9ad5d42dcd1abc2dbd69f94a9a3d76557adbd65b7a1b5322cddbf1519a6f8293def9bb2c2df8ed2c2df8eb262da46e911651cf4a8bbef74b8b558ba4c5f35dd212ed6669c950a7f41e294c7a6fac427aefaba5f4befb82f4feb5466939fc96b442eb86b4627a9df441fb4369e5e11dd24a7782b43ab75c5a5dec23add192496bbc1aa5350586d2da666d695d42b1b42e53555ad74091d63bb64aebdd7f4b9fe9864a9b0c8da5cd1763a4cd65c7a42de146d296854bd217071aa42fcab6485bcba3a56d841dd236a5a7b4ddb6440a88fa23050c89a4e0adee52a8ee8214da0d9742073da5089b342922a65b8a29d79162ab9aa458f26329be5a202566cd49a9832b5296b05fcaafb92715dd0b974a9a574be5e72ca4f25f2d52c56767a9726e4ada9bef2ceda3f0a5030d37a56fbfc64b078f944b0703daa48317de4bdfd528a5432350e9c80e5de9c86147e9c7988dd28fe524e9d813a274bcfd96f44b274cfa65d9593a194d914e660c4aa7a732a5dfae20a4df550e4a7ffaeb49e7c979d2f99f50e9d29356e9f2b91ae972c6a87465959674657858a672724aa6da682c5b3df34da63ead946948e2641aefba649a055332ad74a04cab9626d3fa962ad3fa932f5b1ba72dd3b666cbd6f95364baf5db647a56d932bd3d7a32bd5f99327d8b08997e96a14cbf2153b6d9594b6614705e66fc9b203339d42733b3779799bfb4969903e53273ca1a9985354566c1c3c876d8ae91edfabb57663db322b3a90e92d9ee3293d9ba0cca6c832fc8f6db1ac9ec7739caec4796640ed320d9a196c7b243ed9ab243bfd7c80edfb82373564b96b98c916447cab365ae6faecbdc34c7641e178c641e3736ca8e0e9d9579656bc8bcfe1f55bd268ecbbca7aec9fcdee7c84ec2ffc84e6d8a969d4a50c802af5bc8827e5f9205dbb165c1fb2a65c1be3059c89d2bb29071902ce4df7e5968144716da04929ddea5909d89f091456e40cb227767cb22c3b6c822a7cc6551be376451174fcaa2758ecaa2afb4c8622c7a64316eb9ffa3cb62b849b2d818ac2c16fe4c16f7634e16bfa343165f1026bb54bb45960089945d3df45496f8dd5f9654352f4b1ead93a51c2a94a55cbf2b4b852364d737cccaaef7b16419606fd90dd98c2cd3f3952c6bb05476ebf3b42c5b1f2ccbc1f264b7855764796e08599edf1fd99d400bd99d7c0b59411a4b56d0182e2b524d9015bd0e90157d1a94154d6d9495c0cd65e5410c59a59eaaac32a34a5649ce903d7a14247bf4b446563df854569bfd46f6c4225ed630ca963d8bf92e6b0e07c9daee1c94b5c94ecbda052eb28e6e4bd92b955ad9abc25259e7aa615967c45e1940872703084d65c0b16119e848940cf47c8f0c726d9f0cfa2c4c065b84c930fbe764b8878f64b8093b193ece544648d9272339216564fb1519a5e1848cf1db4bc6e4fe93317f4b642cff0a1947bd4ec6d3a3caf87c079950f7b04c54552c93309c6592ee473269de4e9974204dd6854c9475618ec8ba1faacb7a7483653dffefdf6bdf25ebed7f2b1b70e2cb065cbfcadebafe950dbd93cb467c576423efb6cb3ec4e4c93e5c59231b6574c8c6d499b2f16b1ab2f132baec8baabd6c72c721d9644f8a6c72c2473675e08b6c8a07967d7de62cfb197558f6b3aa55369bbd249b2d5c2b5b283f29fb5d632bfbe3b651f6f770a6ec9f0354f62fe7ac5cc5a05daed2dc2b578ffe2157bf5a2fd788a1c835b254e49abd62b9e6e7dff2354f55e5daf90fe5da2fdfcaf52c1572fd760db93e992e37d8f6506ef0274f6e7c3f4e6ee23c223739f5426ed24e969b0036cb4dbe5c965b3848e5db8abae53b84dbe53b953fe43b7f4be4bb0cc4f25dc679f25d96f6f2dd997fe49681ee72eb9524b98de32db98d8b9adcb654456ef7a444be1f71406e7f7b4e7e30b74d7ed8aa4f7e980591bb3a3c95bbed5a25f7d8e42ef7422ccabdb72ecbbdcf4fc87d36f9ca7dba3de527562fc94f4594cafdfdbfca83ecc9f2e0c22c79e88d5a795882853c4c39230f775b9487d7cae5a77bdfcb23b675cb2346fae491c12479e4f335f2a8634af9b9a4adf2689dfbf2f3f475f2188d2bf2d8b83a798265873cc1d9449e30eb24bfb2f68afc0af5a0fc2a6c519e6832264f1c3c25bfe687915ffbd72a4f5e879227d368f2e4219e3ce5e46979caed27f29485dff234a3fbf23425559ed1f6487ec3475f7ee3c213f98d7a17f94de84979a11b495e58f6565ef84c202f4252e5c5475fc9ef6bb8caefffd09197af319457e953e555263ef26a97e7f2eab2fdf29af353f2da3e4b795dc7b0bc715bb6bcb17a54feb46b95fc99c54e79cbf52df297852c79c79f0bf2cea10a3940912f07bacae4c0541339e8c7a41c86b190c3579d94c3b14e72c4e61a3962e59b1c69572c471985c9d19f98721ce3ad1cef1529c7e7df901389f7e5a4b66539794fb09c2c7b2a67aeaf91b3d99fe43cd28a9c6f73542eb81c2217ee85ca85f34e72d1b9bb72896f9b5c0224cae5c70fc815f5d97265719fbc3ba957de93bc24ef6d8b93f73756c9079e04c8dff2c8f2613bb47c987e51fede1925ffd85f22ff386e22ffe4a125ff7c475dfe1993221ffb40964fa499c8a7ea6fc8a79fa8cba757b0f21faa20f98f8f30f9aff252f99cca77f9dcec6ef9c262917cb17048fe2f3255fe2f3b4abecc4d56ac2eac53a8dbeb2b34d71e5068ad8950ac4d78a658b763af625df243c57a55986243c62ec586a67d0add6555c5c6ed498a8d65bb14fab7c31506be3b159b56ab2b0c3dfb14266e5885d95c8462cb732385c54d6b8545fb51c55655b062eb76a6626b5d93629b194ab163c78c62a777bd6267dc6bc54ec179c52eb30c85d59f728575d96e85cd9511855d4cabc23eb54b61fff9b2e2e0e62cc5c1255b85a37a82c2913aa1389e9fa4f0c121153edc12856fa691c22f3b447162ad587142bf4b71e273bbe2e43933c5a9bfd50a7fb322853fa15211b8cb5711e87b4311fcd04c11f207ad083b23538465692a22d64e292242661491b47cc559976d8a73fa6b14e7feaa2b2e70721497d63014978f2f2812fd0e28ae5dfeae48da2350a4e8bf51a485652baedf812a6e6c9e57dc88ad5164c19d15d90e298a9cae5a45aead9122f7668822570957e4adbc52e48bfe29f247772a0aa3ea15c5c6da8a7b36604559c27a45f9c8a8a2c2eaa9a272f6b4e21169415173f588a2d6db4251dbb0a4a84bdda978a25fa368d026299abcda144d292c459bb9bde2e5aa358a4e649502e47548019a262aa0b10805fcc33a05f2e13305ceb64b813be9a4c037bd57e0db821578f43d055ee9aca0963b2be8386b0523b146c1b816aa60f6152b586a8d0a16234ec1ee3652707df215dcde5b0aee988a82b75aa010acf65608bf152a440b960a71e38242fcdc552139d1ab905d8229640b2285fced0785b244aa50565f50741b142a5edf852a0686f18a777aa68a770fd88aa1db4714c362a462b887ac18d10f517cc0d3151fb862c5c78f458a4ff7e98a31f09c62fc4c8e623cbd5431de755731b1c947f165439fe28b53b86272dda2623207a7f876e6aae2c7b9438a9fe272c5ecce7d8ad93477c5ecab2f8a7915b6625e2b4a31afbf5d31fff3906239758f62b9a94cb13253a154193faa548df054ae2ef251aa35f42ad72885ca351f5f2bd74295ca75848f4a1dcdf5caf527fe2875a7ef2a0d5e0c2a374b0295865ff7298df00dca2d8f8b94db2d362b777d4d535aea7f565a9daf52dab41f51ee719028f7813594fb978d940ec6cb4a072e4c79d068adf2609699d2d1665679480ba9740a42289d9ebd571eb6aa523a47372a5dae2f2b8f689e541e11f4295de94b4ab76890d263d7b4d2cbdd51e9f55a5779fcb397d2fb839bd2fb479ad24f794a792290ab3c0169559e8a34529ea2b295fefa74a57fea07a57fd67365a05d9132308ca40c717baf0c39f54e197a7b41193a9ca10cc36629c366a8cad35630e5e9cc1dca3371d79451d92795e7b87ecae8a41a657c83b6f292ce0be5a52ab132e1f35de565bc4079c5a6457975ec84327187993231ea8032b170bbf29af95b6592769832494a512607b72a9397af2853637f2a5319b1caeb67df2b334525cacc8ff5caac0685f2e6cb5ae5ad942165f6990c654edcb432e789b532f7f423659ed53ee59d228eb2c007a42c68195716a0749577373b28efbe6b5216128b95c5fe0dcae26e2765a9ca5be5bd8f93cafb1151cafb0b79cab2be7465f925a1b29c8e53967fdaa57c903fabac1c602b1f9d8c5556b3a5ca5ac06365bdd453f96491a26c3cb6a27c1acc56367d9953367b8d285fa8f729db389794ed6b7c94edc93b95edd509ca765abfb2bdbb4ff9ca56a1ec3c7656d9c9515302b10795e0aa834a58518c122e472b11d35794c8adeb94a8fd5825fa2c4c89f9a1afc41e8c55e2fc9e28f127ee2af1916c25fe9e8792d8b25f496a4957521e64292923634aaa57bd92a1fd5bc970262919a94225335357c93961a4e4105f2b3934a892db8c55f2724d95bcf752a5d097ac147e2f534a12214ac9cd56a5e4f773a5f4e31ea57c71bd5251745fa98cd3522a9fb528bbc3c295dd7dc1caee7f1b94bdf9db947dffeffd36eeb1f2bdc50ee5fb0b12e508f384f2d3e343cab1da29e544315939015f504e65ee564eb55c514e2d1a2ba73f682bbf05bb28bffd4771798773e175015c2829a1214da54246c888504609898c52a19428ab6c2ad9b24754a2a252c90cc95692d1127df7de7bef69f4fedee73c9fbfeebdcf99f7dc7b06d2ff7251f7ff72c9b67ff957b6fe157e3afc57746ae75f514ffe5ff1bf92bf8beb9cff2eca75fe2ef592fe2e29dbff2e7f7cf077450ff477c5c215a092f015b0ea401840352e1ca0da370750b3b703a8271702d4e777025687ba025603e2016bfa4d011a25be80b5b216c0ba893d80f5c1d3800d890e006dee4580ceb43d40d79201d0f55103e8561c05e84e3601369d68036c6aac006c7e7f0fb0f5001fb07dd355c0f6e125c0ee1b8b80dd6f4200bbf9df0006b45ec0deb7728021b81db0ef7e31605f250770a02d0a60148c0118bb6a008c53d8008be1fb009b4f2e009bcfe600db351e00db4a1ec0762619601fd7057038f818e0388702381d300338dd7b0770f1ee02b89c8e071c3b3c083856940e387e6e1fc0d5ed2ec0b5dc12e0d6b71770727d07c06bad19c0c72b12e0f3f12ee0b49118e01bbf13e09b510938b3160638f3aa1be0778009f0739c07f81f2f060414480041c77301e79ff80042d45e00421a18808b1750808be352c0c5a98780d0baf3807095cb8008755340846d27208281065c5dbf08b8b67303e0da141610b98a07b8ae60026e345f05dc34f304dc0cd105dc7cba0b1093b91a1077731810dfbb1b90d8ec0d481c330524cf180292654d80d4c4df808c734c40e66d35c09d212340964c0590b59c08b8ff360f707fe00d20e704049073ee1a20e7493420f7cb04a0a8752fa0f8d64e4071db6640a90a1550368f0354ec380ca88a6401aa79cf01b5190680dacf7f01750540c0e3ac39c0e3771b01f5866e80a739ee80a76d77000d3f6700cf6af7029e8d6b019e373d07bc38fc08f022de0ff062cc07d074f912a0e5eb7ec01b1311e04d4904e0cdf34d80b7368d8077b77b00effe1c06b4ee1d03b446c100efcdf2016dfd46800e5f4f40f7fe3040b7ef714077532ee043460ba0e7bf7cf66d3d05f878440df0f16417e063cb12e0a3b806f0e9c92460203b0a30e68c017c891d077ca9ad027c192d047cb3dd0cf836630c98b230014ca74e0366fc11809941256036950af80e3b03f8a17f19f0c32c0ff0a38609f8a90e07fc767003ccfd2906fcc9b700fc99bb009837fc08f8bb4f08f8fbf70400243c0e80749703a06bee01a0de570148d209004abc0980521c02a0bf4e0130dc7f0042b91580a4ae0ea021af01d82c3480b31700e0058b0002f43d8030b90f20be690b905c3d059070ad01325822407ec616a058b50ea0f8340458dc7b07b078090958d13206acd0bc812a9eba4095700e70d5b154a05aea245063ec2d506bd000b8818b016a0f1b02376d9f056e8a1e076e360d07ea3bbe00eabf4804ea2f7c076e2b3908dcbeaf19b8675f16700fe127700f7f1c6878e70c70df6b3af0c03604f000b41e68e2f81868bac61968ba331968b6c2005ab48d010fe54e030fe5ef025ada25032dd35a805607c780875b5d8136e74680b6e9ed40dbfeb740c747354047c233e0519302a053170de8aca60774be7c02e872600df0f8523cd015580af4b0dd09f4488c017a7467034fcee9013db76f027ad25481a77a3b805e3561c0d336d6c0d35e86c033439e407f6a0630e0fe6d6070d473e0399f01e0b95a6be0b986dbc0f3a4106088c92b6008390d1842fd07bc681b0e0ca7408057e15260e4057760e4ef0260d430011835960a8c123e01de50f106de0cef07c6bc7d058cf5380f8c6b9c05c6071180b7156060e29e3fc0c46b4f8149697f80c98dfdc0e40f3ac04c4223f0ce8700e0bd84fbc0fb2505c06cbb5e6076a005303bc40998fd6a0d307769199897fd0d985f8c05e6cf0d010b4e898005c3df81854f30c0a29e03c007379681254993c0d20d61c0328505b01c1408ac3aba0df8504f03f8d02e1e5877b00d589f28063efde80a7c3a7502f82c641df0b98b00f8dcfb10f0c5190cf0c53b29b0696018d86ce9057cb506067c4d2d04be711a00b6fed102be9f2c00b6794d003bdcd3809ddeddc0cece64e087fa0e60cffe7e608f2d04d837b703f8513c04ecd7b1010e57dc018e3a9f058e25ae028eb55281630b17805ffb4780933550e0b7712be014e62270862c06ce5ed901fcb1b101f8c35117f82b3310f86bae03f86b7916f8db7b1cf89b10079ceb7e055cc06d02fe1ddd0c04844401a1f17220ecce1e20acf80d104e720722d92e4094fe23205abd1688f6fe09449fde0744d7f901f1d78f01091f244022723b90d43b01a47dba0fa473ca800ccc3090414a0132079d80ecab0f80ec567f20a78004e42c6f04f25e5803055f7280a2477340e9d90f4059a12d50fe630f50b16b16a8186402176326804b4681c0a582fdc07fc174e0bfcbaaa055ae4c907a9412b47aeb1ed01a621848636215689db91568fd3114687d6423683dcf08b4410602691f0900e98680411b7faa8036978d83b6f43c04e9e90b417a8025d056d367a0ad5f2f83f44f0581b63de083b6fd34056dbfe10dda0ebb0cdacec380763aac07ed7c710eb4b35500da25fb0ddaad7709b4c78f0bdabb5a01daeb520b32b4f706edf33e093aa0730b6402a3800e1e0b0799799c04991bb682ccab6d411643af4087d4aa4196f475a0c3c7ef810e3fe3826c9f14838e30e6408e476740ceff89cb0711e858ca39d031ec1f902b1e0b72b36805b9e7f6837c2e34807c86d783ce3cd800f2d31f02f9cd0840fef669a0b3cf1f8382ce8483ce55ef029d67d34121cf6341173fed005d1cb8000abd34010aada8065d9d71055db3bd088a8c7f00bac100836e4e4e8262576f06c53d49062530de816e83f782920eef0725dbfd04259f0d0625579883526db78252ff2480d2903f41e9a92aa03b3173a03bb76b4077aa91a0aca61fa0fb012f41391f378172dff780f28cd7830a26034085eb1741458acfa0e2a74ea0e257eb41255ff6824ae61a41252412a8541f092afdad062adb1e0c2a17b340151ba24155ad674135387dd0431c0a54ebf41254fb0d037afca80854ef90087adae2026aca7d047ac90d01bdbeaf0d7abb711ef4ceca19d49a2b07bdefd401bd9f3b026af37204b581ee82da7903a00e7118a873ad23a8935902ea36c780baebdc401facff813e545e05f5c6f141bd3231e8e3fa6da041d70ad060e61ad008df1f34bafe3868d4d70b34da29068d7fbe0c1a9fbd0b9a285780267adb40933e2f41df5c45a0a9a7d741b34e08d0775908e847a33fe8c797dda05f840da0dfac7da005833fa0852f812000491704dcb70904bcde03026b2d82206f524050fc1808facf15044bab01c1f14c100a3805a2edff09a2fd7e036274bd01b19d0c406c600188ad500771debc0571144320de1e2588e79e0112e60041c207a740e200479018751d247d7e1b24732683961e3b8296513fc12aab77815573b681d512d5c0ea3bb681d7cc9f066b38148035558f8175bc0160dd83dfc09b778782b76cfd03de9683066f9b6780b72dc681770cde05ef2aac061b806860c3cf11e0fd870cc126aae6e0835c22d8dc6917d8fc2e086c5e120bb664b680ad0cabc1363a4560db9b11607bd120f848f902d8e13603ecb0600676eed6013b7fd300bb8c5f03bbedf3037bac2a017baf3f0ef62e17834f3779807d6b67c067ae9680fd59c9e000edd7e0007a36387026131c485d0b0e5ca48083a56ee0f305d9e00bc56bc017cf9e015f39f6177c2547028e805d07477e5c025fd7c2836f64db836f663683638e1b8163f283c171651c701ca90f1c270f0227ece903df323600df5246836f5fb204276ea48013e1e3e094b506e0d49edfe0b4b230705adf1670fa8427385d660fce5c370bceba3007ce827e0567c162c0f71b0f81ef8fc2c079e22870c1367b7041ce2170c1930be0122f177069cd7370991f135c7ea6005c71d7045c6b670eaef35c02d7a507811fe9dd063ffeb8087e0af60637d64f801b058be0671ab9e067ed2cf0734f3bf0f3b0a7e0e73767c0cf6b77829bb636819b8cd5c04dc759e0e6741ff0cb2be1e0972921e0571414b825d117fc4e710adc0aa381db2f8d823b6cc3c19d4d0070d71309b8fb6233f8c39729700f351adc077c0bee5738803ffd78051e589e030f3f3b021e598d048f985781472e9782472a90e051b5ebe0d1286bf068fb67f0674b53f057552ef8abaf3a78f22105fc0dcf024f1d4483a7a3b781a7db78e019cf3fe0997bbbc1338b0af0acde2bf0ec6e4bf08fc070f0cf702af8e797c7e05fa2b3e0b9ed70f0fcf515f0c2991be085bb07c0c0e97f60e0cf4760d07d36185ee106461f6780d1893bc098ab30307ef635184f2900135bb860d2d1cf60525f0e98ec3609a6aea90353b7fa81e9bb56c0f45bde6086f64330f3443498b5be10cc3ab006cc369181d92e4fc0ec7a28982d6c05f31283c0fc7203301f3b0f16550d80c55b92c192fdfa6085ff57b0127f13bc187f0ffc6fce1ca29a6d0f51edb80f51333b0951677e8168f8574134c74c209a5f87205a9a4c88b6453d44b75217b2b1e6216453c931c896875510bd33ba10fd4391107d8219645b582e645be329c82e1408b28bdc0dd963fd16b2a71b0a316cdc0e3938a10531fdf80e6286988598fb9d8398a3441073a123c4627d1ac422af1d62f9e929c44acb197258c31d62936504b119ce82d8dd6243ecf53f428eacbe0571a8f786387aec8538252f439c83da212ed7f221c7ffcc42dc70b7206ed211887bf841c8c9760f88978911c47be714c49bba1d723ae11724e0cc164860493724c8641e125444829c5bdf0cb96402805cb20f8384da5020e11b3221e183eb2011bff64222e6ea205713a490ab39f6906bed6990c8d464c8f5980f90a804674854723be4464738e466890ae426fe1a24a6500d12537d0c1277e13ce4967a12e456f100e4f6d55790a4039a9024472348d299bb90e47d1848ea482a243df11f24bd6b1324c37a1f24537c0772c77413e48e9f2be4feba4ec87dea7a4876be2f246f0008c9af8c80e4b34a2185fb17218597062085b9e990a2d71190628231a4c48c0529b92681943edc0f298f0a8154062e42aa9c3990baf119c8e3cd11907afd1d90fa3faf214f6d6c214f3d5b204fabf7431a1c7d210d754190c6d17590e77978c88b5a27c80bce28a4494f1bd29ce00779399b0a79dd3e0c69897381bcd9a10b79f3f92ee40d160a697d7d19d2ee510d697f741fd2a1a506e9e409205d173b215d8fc090eefcb390ee8a5ec887554d909e83f9909e4385909ea36f203de92448ef5304a42fe817a4ff931c32e0f61032f031153200b902197cf10632f6f724648c5f0e9958ff10326905827c3b170399f258864c97854266ab72217f7eb843162c87207f5f89219053e510a8c66b082c311c82787b12823add05c1dcdf0ac1bcbb09c19ba943f0360d10026d1442d4fb0a216eeb8790366440a83b4c218c53df210cee2084f9800b613d4e827076fc8408e52488c8bf07221a0540c4b42d10698d0944e6920a915b6b42e4b75743147a1e9045affd90c53fce5095f52ca8aaed63a85a3d17aae16f085d8fc343b5cd0f41753d55a01b79e6d02dfbaba15b8e0640b73ce8876e79bb19bae5d32da8def836a8bef10c741bfa20747bab3ad4e0630e746fd201e8de2711d07d96efa0fbbe2643f71f390d3dd8ad06358d1b829afe0d869addac839afda140cd8f6a41cd3336432d6a2e422da17fa096e82bd0c3e75e40ed6211503b713af4888305f4087e05ea945a067509f6871edbfb0f7aecb90af4d8ebd3d0e38dda5057f3c750d75975a8073013ea01c2404fc073a127bfcf423dfb3ba03ee10d501ff467a88f90093d93f70cea77760bd46ffc1ed48f858406941c8406d5f840cfd9a841cf295e4143acbf43437e2aa0979ecd42c3beb643c37d11d0f02b3268c4e64dd088a6f7d09b96aad018681934eec93be8ad87e1d024fb2c6806ab0a9af9cb0f9a655a0bbdefe709bd9f5605cdfee90acd5d8981e685b442f3421ba0053f66a1c57edad0e2d9c7d0120a025ad6ab84563e0743ab64eed08727df431f26a8416bb52e426b9526d0da952568dd8569685d461ab46e3c14fac8f80df4911718faa80904ad0794439fab2f409fdf7681be90d6435b6692a0adbb5e435ba7dba0eff5aaa0effd53a16d337868fbc603d0f68306d0aea06068b7ea39688f473ab4afa1e93f38d0812007e8c0732e747065113a626b021deda242c76254a163b533d0afe7b640bf81af40a7af194067efa3a0b3e017d0ef7bd4a03f7d9ca03f6f4643ff54af85ce5f88812e1cd6852ed8f0a0c0dd2828488680423e0c41217d1550e89656287c68008abc6e0445270e4131015228a6641e8a99a982e28967a0845c3c94e8b4094a6c4e8692122450d2ad9d50d29bef50b2da0f2865db5628b56d3d94fe5703ca6048a00c961394b5530165bd4b8572dee2a11c191fcadb0e81f2662050c1995750f15232544a1d80ca767c80ca1862a8fc852954b1d71daa886b852a80bfa18bf52bd0a57597a04b0fd5a1cbbeded0e5472dd07fbb42a0ff4ed8c254f23c61aac6b93035ef7fb0d51b0760abd119b0b5071fc2d60345301dce27d8c6ff26e28ddcfd303dc3b5303d41186c6b69234c7f76376cdbf919d88e9093b01d8987617b6cd6c3f69c7683ed4118c0f646d6c3f612cec0f6ad3b0ddbf74c1576e0091176e0e50198d15d12ccd8bd16662c02c14c34d2610717003033f36f30f31d7498f9e99bb043d1d76187caffc0acbc7ec3acaecb6136357d307bcd39987d1517663fe10373b0888739fba9c29c5f1161cea42330979728d8f1130930b74fbe3037d02ccc23c400e601df003b71f126ec54fe1598efc247982f3715e6bbb804f3bb5d0af383c5c0fc6540d8d9c0edb08002342c80a70b0b0ccb81056dd80e0b7af21016b494010bdeb509766e0b04762ee923ec7c211c76fe7915ec3ce002ec42a70c76a1c70b764936040b05ad8585453e87854d3e8085292261e1dfdc61114f4b60577747c2ae3dbf098bd2ff058bb60a844503a4b01b6fd0b01bdfbd6031214a58acbe012cb6c41d16b7d30716c77c0c4b6068c16ee59bc06e5b5bc2921d6fc252fc76c25262426029ec2958aa950e2c7dbb092c13a30fbb1ba909bb1b5302bbf7ed2aec1e783dec9e341796b5ba099645f908cb1e9f85e5763061b90b5ab0bca472581ed00b96dffd19960fcb81156c05c20affd4c08aca4360455c32acb8e014ac78540f56aaa2052b3519809566a9c3caf65d845504c26115f42158659f26aca6f437ece10e0bd843882fec911d04f6088a833da9b80dab5f9507ab0f38037b3a9f066b082a80353a08612f3619c09a10c761cdf1c760affc36c05e110ec3de6a35c1de7919c1dabe2ec1dadd3ec23a6c86601d9f16605dfee1b0aee60bb06edff5b00fab90b00f5ba4b01eb56a58cf3337585f8603ec238f01eb171ac33e8d1d870d385bc3864e1f840dddb80e1b4a73800d3d54c246f2c760a35df3b0d1317dd8e7f1bbb089353eb0afb914d8e40f2e6c12ef0ffb96751df66d3a1136b5fa3d6ce63600f64b0b06fbe5b706f6eb0706f64b6e0b9b3bad84fd495f84cd57df87019ebc8181025a6110273718e4e30d18b4670a06ef3682210acb6188879761e8010f1836781d0c9bb70386fb5308c31f0981e12ffe85d1531361cc942c18fbf0231847ce83f1ea3ec078d34a98e0d35e98c4f21f4cd2120593b9e7c014ab7b610a49264cd9bf1bb6f43e1bb672b103b692be13aeea3e06577bcb82abeb44c2d5db1be0ab7501f035bb23e16bd26ec1359fd3e09a136cf8bab7def07583d170ad6e0db8b6fd285cfbe32eb84eff0a5cf74e397c63711c7c53c22c7c53ae18bee9f929f8e65557e05b1ceae15b7e6d856fb7b5876ff7fb0cdf817e05df1db604df13bd11be77e323f8debfbfe1fb8276c0f7b539c0f77779c10f3c69861bd905c18d3c0de046e24eb8894736fc20fc26dcb45702376b97c1cde44fe1e6bea5708bae3ab8a5e909b8557619dcda2b036e7d9e07b7d97f116e7761166e7fc1097e8404873be894c21d7403e18eaf54e0479b76c28fb64fc08ffec9803bfb5d863bdf3b0f3fee2b81bb5a95c25d9bd6c2dda774e127d4e0f01376d1f013d90d70cf0111dc7374057e6af56df829f41cdc77f313b8ef819ff0c0ab4c78606505fc3cbf0a7e71c6111e9a36060f7d1c0a0f05e9c24399e6f0cb8b30f815ff15f89522023ce2e500fcba210d7e7d72181e4587c0a367cec3630e14c3630a6ce0b7e2c0f0449d8ff0440b3d7822e7383cb9de129edc780f9eb69f0f4fbbff019e0eeb82a7cb46e0197be0f00c01107e57b5169e9d7a129eab9f08cf1d8d8117993e8717fd7e0c7f104a803fe096c3cbf7fbc3cbebe8f00a933ff00af7cff0eaf65278cdfe77f087b7d2e08fc7cfc0ebb552e1cf3c37c09f753c81bf4c20c25f2b53e06f6ae8f0d62bffe0ef1dfde16d277ce06d185b78dbf23578bb613abcfd6d09bce3e80f78c79dbdf01eff05788fb40cfe111b061ff2d80c1ffa98011ffe82808f50cde0a3237be06347c6e163212ef0b1fff47fbe86877fb1fb05ffca8f854fd6f5c0a74ebac1a71ab6c2a7c9bdf069e157f8b45c0b3ebdfc153ef3201e3ec32a827f5f9703ff19ab07ff4984c27f5bb6c27f1f96c27fe732e17fd7f6c181e96be0e06dcfe0e0cb27e0e09c5570704d141cba2b130ef5a5c0b12e2670dceb0b707cd5663881120427d95bc219d737c1b9abcbe05ce526b860ed0fb800720d2e3618838b7f69c1c5441e5c16b617aed0f4802b4ffc862b071ae04ae075f822640cbef45fdd2e3175e14bcbef112a903684aa7f2962f58678c49acac7088d8a1ec45aaf718466490142b37702b1a1c219a173c10ca1f36b12b169cd2442cf4d0ba1f77808b16d9b04b1ad7718b1f3c63384415e2162cf8b4388bdcf63117b492508236820c278640de2e0973d88837f5c11a6be57101643f908cb19378455d771844dd96b841dec30c21eab8938f24715e1e0730ae1d8bc157174b903e16ce18e70b6d542b81812112e217588e3eeff10aeec31845ba704e1bef12dc23d5a843879c40971b23c0fe1796c13c2f35f0ae2945e23c2eb7200c26bf01ac2c7a41be1eb3588f05da122ce6871107ea73808ffb964843fc9181110b61d11388641046dba8a08aafa8a089245228245498873391f1017d6c6222ed056232eaa0b1197b6cc2342cdc888d0a49b88b0b52988b09166c4950c7fc495610ce2faba3ec4f5ab6044d42a2922ea5223e246441922bec20891a01d8048f0f98a482af140a45c402152de3310a9a72a1177162a1077881988bbc923882c83284456e511c47dd3e788dc9bbe8882731e88a21c1ee201ee12a2389f84287e188d2806af46944e8e224af96044455a39a2f2c86f4475d11b44cdd527889ac7b58887d66e885a8f76c4e375c7108ffd86108fe7ce20ea6bf410f5ed4588a7ab8a100d6027c473d00ae245da10a2a9ec39e2153d1df14afe13f1fa8a1fa265e526e28d410fe29dd73e44ebc71944fbcd0444e7fecb88aedba388ae4771882ea506a2bbf61ea2077e07d1fbcc0cd18719467c1c9946f41fed470c5ccc420c666421868a7e208639bb1023513710e3ab0a11e36175882fde52c417942a6262af0f62e2f657c444f579c4546617628a75153143fb8e98fd628c989d8c41fc005d462c7cd7450050fa08e08e070870c5630444f73b02baa50901bddf8f406fb98940278b10e84fb508fcb1fb0812ac0841d78e41b058fe08f6a93c04bbbe12c1693e8be07f2c45087e6723442b5f11e2415b8474720e21db348e901b542196c2f888a5f004c4d2fc306279d71fc4b22b18b1027043fc4bc02355f246902a4b014875d800521d0e47aed6798d5cebb688d4722f436e78a485d48e3547ea4efd46eafefc83d42545237597e2919b389d483d591852ff6409529fd38edceeb00bb91df011b9e35d0b72974a077297791a7257f22472cfed62e4de85e348e3cc6b48938346c8839b9691a6bd3548b3fd28a4d5f525a4f59355c8c3a37348db4d22a46d4836d2bea806e9e8f21579d49d85744ad4463a65b6239df392902e27d148977b7648978a49e4b1c8e7c8e33bb590c7af9b225dd35f20dd03ae233dba03911ebd9e48cfad6948cf8fff90a7d6de457aa9e820bdba6690a70d9a91676261c833355f9167fac148ffa77dc8b34a0c32e0421032b8221c19726d2df2d2e3c3c8d003a791974f2c202f5ff88ebcfcbb1c79d5a40a7955118fbc56d780bcc6e322af276722af3fbe8d8cf2e942464ffc41de5cb9888cd956828c296845c6c6ae46c64ec723e3b569c804f5ebc8841c3de4ad0302644a491f32a54a0f99f2ca0b99c97445ded54a41de7d2945de9d2b4466250990594814323ffe35325f790f5998198e2c04df4116223490457f62900fcc0290a5c9c9c8d20faf90651d4f9015a5e79015d80fc8ca335790350939c8ba344de4a32320e49393bb904f422d91f5372390f5e32ec8a70eb1c8e70b6264f3fe5ae4cb2455e42b5f02f2cd867fc8371133c8777d6b91adabae21df9f8b42b6af798aec7ca18aec3e014376df6c467e60a8227b54a5c89e3f04646f1c03d9973587ecabb246f6a1e2911f1ff822875eb62387dbbe2047921f204750d6c811ca11e4e8e567c8cf6b78c809871ce4d7430ce4e45135e4e48d54e4d49737c8e9f96dc8ef3436f2879f04f9f32d07f92b8487fc554240fe3ef20439f77c35f28fc630f20ffc03729e8147fe1d3541820a549020a91612dcae8384757723e1370a9070601b1215f61489ba518344eb0291e84bf648cc540d121b158dc48e3521f18a0124d1f12192b8328d242f3c46d27b8448c6dd512463d81ec9904c2299f259247b5c0bc921ec4672532b91dc8caf48deba1ca4a0f90c52183c8f14fee623c563d790521f0da4948e424a574691b2cd1348f9a77348f914082997c52115de78a4723313a9dc9ff91fcbc8c535df90cb06b6c8e59068e432e50d72e5df33e43fa5274a452040adda9c88521d4844adc6a9a3d6a89d45696872516bb759a034b77e4269ba2da0d69178282dbe0f6ac33e126a43640e4ac7e9084a67ec3b4a77f52b94ee64096ad37a07d4a60c016ab3660e4acff42b4acf2f02a597fd10a537f219b5957d0fb5951f83daf69988dad15080dab9b71ab5ebf25fd43e4c096afff46ed401e432ea80128332ca93a08c5dd6a14c6a6fa0ac27da5087c337a10ee72050f6212f508e19bda8a3c81f28f71dcf50eec6a751ee87b550ee547794477432eac46a26ea84d400e5b93604e5a96b87f2bc721ae549c8409d5a6b853a256841797f02a0ce306c51fee0cba88018002aa0ec2c2ad0f6152af05c192a689a8a0a69ab4585406fa2428df6a0423f315057a53750d73437a022d75c425d1fc0a26e240250b17b77a3e276d0507154242a7ed57f9535780d753b54814a8ce1a1929a3fa392dd035029a616a8f4fff6dc9904a3ee2e5f4365e545a1ee677d44653b1c40e584e150f96c7f5481ca1d54d1bd51d4833d3254c90904aa4cf21d5559cf4255bdaf44d5e83aa01ee6d9a26a7b24a85ad266542d9f87aa3b2d41d5c59c42d50dde413d721c41d55f2e42353c07a11a8fa8a11a337251cf520fa19afe45a25e6df98f4371a8964d37502d2114544b920cd532741ff5768b36ea5d4718aaf5fd12ea7de82b54db6919aacbe915aadb1089faf09fff1f803c548f571aaad7e023aaef403faaefc62954bf8481faf4fc236ac074063538a08b1a5e26a346eedd448d5285a8311722eab35612ea5b7c236a2a49809abe5680faee7708f53dc807f5cbfa2e6afe8f0fea2f188b027aeba180e9ab51c0f73128d0bb5e14783c1505cd7244c1b6a350b010360aa1d044214d1028e4f3c728d4d07914fa741d0a33dd80c2e64a51d8a1b7289c2d04851765a1085d2928b2fe0f14d91b8ba25c06a0985bd451cc960214fb572d8a830b44710f3050fc5d6014df4a1b25f00d4409a27a50e2873d28c5f62f28c5b0356a29460fb5f4ee2e6a85da8a5a6172d12aeb8fa35567bfa1d577b6a2d5cb9ea2d74c94a035f65d476b585aa3351638e8b549e168cd9e7be8750149e80d0e40f486b14ab4f6bc175ac7a90dad736d0f5a77e02f7aa3ed187ae3f8247ab3a92a7a73ea3ef4166c3e7ac7d530f48ebfe7d03b27f7a1776925a30decf2d00623ede87d5b3dd1e68e6fd196af63d056f511e8c3f637d036db0dd136378ea2edca8cd076dd0d68c7a7e668274b4bb413028e7651f2d1c7c3c7d0c75fb4a35db56868d7070568f7f10f680f562efac4daefe8135f7ea14f9a76a33d1d2ea13de58fd0a7c29cd0de4d19681fdc4fb4af9627da97bc0d7d461a88f6df6980f6af8b42fb8fb2d101bf56a183bc83d0c196cfd0217b02d017b4c5e80b170cd1176fffd79640f3e8cb659bd0576edc405f35304147eeb24647ab9f44479b3d42471312d1372ea2d037472bd0715e2fd1b7b6d1d1b74cccd0b78863e8db9bc9e8c45b2de8c49931745af16774bae569747a43073a23d1149d41cf40679aef4667cb69e89cddefd179ad56e83c5128ba4023145d94b811fd40d515fd4043882e3dd5872e7dec8cae4c7742573695a22bb14474757d17ba663e09fdf05413baf6e92cba56398fae8b788d7e1491867e7c2b07fd1c368c7e91538f7e413c806edaab8d6ea28fa35f15f7a25fbd7b837ecd3141b79cdd8b6e795d8f6e1178a2dfaa9d43bf5db7807efba40efdee2f1efdfe581eba7d1f04dd0b5241f7adf4a13f46d7a03f563d437f5a93851e5867851ed8378f1ef8158e1e4c6f450f2d49d0c32a59e861f54de811a7b3e8d1cbede8d1fe32f428d9133de604408f456d438f4fd7a33fcff4a0bf6a8ea2bf2a33d0934663e86f4e7fd1dfe4bde8a938087a2acf17fddd7e19fd1d5b82feb96308fdf3761ffa97df4df4ef3d9bd0bf0797d1f3473ad00b92303470e2371a14e38a0697ed414354bcd1d01bf7d13048081ab1bd028d78918a46bc14a0917a7e6814078ec6a464a131c3cd680cfe281a6bf30e8d3f8040e3eb3868d2775b3439e2069a3c1b8aa6dcc84253d52ea2999c313473e5339a7d908d66c7baa2b9bf2ea3f9860a343f86881609c3d0b2313c5abe2e112ddfd28b96fb9aa0956e93e87f6e37d1fffc75d1ff50408c4a2e03b36a9084519b4361d6ac01613462c730eb769fc26c583e80d135dd8cd9d4b70fb3e5c17f50b660b650ab307a1e74cc56c37eccd6e729981de3c6981d142466e7adaf989d20296617b004b3a7d50eb377210c63086062f65fa562f62b533007ac5c3046fd6618e3b5b618e3ed43189373ef3026697730079d1731a686df31a657123016efa898c3176518dbfa608c83f13cc6697f07c6e9c0138cf35420c699b88271d9698639a6c1c61c6377618e712f608e9f22635c55ee63dc8c6f60dc1d85188ffe348ce74c2fc6cb2a0ae31df319e3a3c460fc9e32307e4a29c6bf5607e3dfa1860970d1c60488ef6282bdbf6082275630e7447f30e747f431e7655b3021d965980b7abf3117b78231a1dd9731e1277661c2e3033097879998abcbdd9828601be6a6f32e4c8c7715269e1a80b915700993a8fd1d93ec1889497ead8d49197f8b49affa84c918c46032bbee62eed8db61b20c3e60b2ea3c30f78d5d31d93bb76172ca8c31396fdc3039bfec30390b07317941724cc1b61b98077b53300fec0098e26d5998e2db2b98e2112b4cf1cc654c29f621a6ecf71e4c796328a672370053b5d289a9f630c254fb3763aa67f3310f4d1a310f1b1e611e5dcec33c1ac2631ecb15982751124cfdee724cc39808d3183f826994e9629eddde8c795efd17f39c608c79212ec6346b0f609ab33b31cd0c37ccabfd7398d769084ccb4c02e6cdaa644c9ba402d3058cc474ad00311fbe6561fa4a7d307d3d36987e1b1d4cfff82266e8ed29cce8f764ccf8640de6cb521066e2b80fe66bb43566d2761433f9b60a33657e06f3fd6426e6c78efd981f007fcccf946f985f9b2c31bf9e0f63e6c2de61e6bec03073a44f983f1b16300b3a5a98056f5dcc42782606b0ca0803b0e060004e061860d12c0674a91603d908c240021a30908a0318e8566b0cf4be1106ee7f0883329fc16095a1189c432506dfb40943518bc25046b1186acd3486e67a07c3d86e8361fe32c2b0ba4631c2b94e8ca8f52746843a8c11479860c491408cf4522f465e7d06b354740db34ce8c7fc532bc4aae45662d5af5ec3aaf74f6357af6ec6ae9e5a8bd57019c56a9cccc66a82d8d8759dd6d875706bec7aab2aecfab835d8f5ac4eacb6bd0a7673453856efc97becd69b4fb1db1ffb62773f1cc0eeeeacc61aacc9c0ee313d88ddbfa71bbb1f29c61acdddc71a1332b126437bb0a6cee158d3c446ac29b0086b7ec7197ba85981b55a7c8fb56ef5c4dae86a636de41fb0b6e6d958db5414d6cefa0fd6ee3e126b4f7f8d75b83f8675daa58675395685752bf98b750f3d883df5ea2ed60b7704ebeda28df55155c19eae43604f33a2b1be9662ac6f8a3af64c7532f6cc1f6becd95567b1674dc5d88086bdd820722b36f85b1236f8fb66ecb9bc5eecb9ae2eecb99f2fb0174e55622fdadfc05e8cebc65eeaf3c25e42576143f117b097bf9ec35e613560afbedd8ebd767c2f36fadd43ec8d274fb037591fb0b10661d858dc2a6c3cee36f6163f069b68b21b9be8cdc126a14bb1a9772f6153c7dcb1f7b2be61ef15ddc5de833862b39e3960ef6f2361effbbdc1e6983a6173cad1d8bc430c6c81ae23f681290c5bf2772db6ecae1fb6bc938d2def5a8bad18cbc356ee5bc2561f71c156379b636b8c62b1b5b777626b3f27619f140e631bda27b02f028f619b1fedc73633b5ff430ffbfad45dec9b93dad8b797bcb0adb613d8f73b70d80ec39fd88e98bdd88ed90fd8cef7efb19d5d65d8ce2f13d82e431f6c57c5436c77b621b69b5d8aedb91f8dedd5b982ed351dc1f6e68761fb9e2562fb1bacb09f04c1d8a19703d8a19951ec7050127638520f3b72f10476e4451f76ec2c003b56d988fd7c968afdf2ae193be1a5869db892809d883f839d98e263bf66ecc07efdf51cfbedaf123b6b4ac0fe908bb03fb3a2b13f9fbdc1fe3af711fb3b4805fb3b260cfb3b978f9d5b751e3be7d4835db8368afd7be432f6efd120ecdf281b2c8041c0023f5ec3824e3ec4826fd56011378e6391ef17b1a87387b178c43c966071024bc88bc4926fa1b0f41d0958f68d2a2c7b4013cbd9538ee5cc0e6239fcf758aead13566250859558eb6125d3a958c9afef58a9c651ac34db002b4b3884951f7e8395db6662e5ef1e61953b6cb14ae81fac92e5845dfcc6c42e5dd4c52e5fda87fd87d4c7a93abec2a9be57c1a975bec0ad7956865beb05c2ad2358e1d6efa8c6693df1c16d1056e3749e19e0368aa3715be2cee3b66459e3b66a35e3b65ed4c0e95f6ec76d53bf87dba601c16d3bfd1ab7fdb63b6efb975cdc8e17ef713b0ffae10ce2c6717bbe0ee0f6c76dc11da0afc219871170c6b32b3863c139dc419dfb38d31a29ceac9f87b31404e30ebbbcc6d9799071f6064638fbb0c33807462dcec52b10e7c2b8813b7ebe1977fc4232ce750d08e7eaf212e71edd8d73cf59c2b94be370277cf47127682338cf483d9c27540777aa7000e7b3790dce67e73f9c8f7928ce273b03e79b59813bbbb91977b6f50a2ee860162e68ea212e78cf4d5cf099325c70f908ee42fd03dc456f312ef4940b2e34b019179af90917debb0777d9b8087745af1477f5441e2ef26832ee7aca59dcf52f005c94ab1e2e6ada09178d75c64573ba70d12b85b81b862eb81b3df3b89b9d43b89bbfefe362c60c713134162e4ee70e2eaef1072e3e0283bb75df0277abf7232ef15d292e69e6232e392d07979ad58a4b1bd980cb88d889cb10ebe032cd4fe0329ff5e2ee6925e3ee77e5e1b267e67139c681b89cf2145c4e2f1897f3771c97fb038dcb0be6e3f25b0fe31e8c55e31e80fb7125b61b71a5c455b8324f0b5c794811aec2f425aeaa2e1e571d9183abbee1817b645e887ba27e00f7a43916573f6b827b9abc15d7c08bc5352c3be15eac21e35a9c1670ef92f570ef0a5c71ef0fe4e33a2203701d49d5b8aee020dc8778735c8fdf5d5c4fc04b5cefa11c5cefaf525cdf11335c5ffb6ddcc7ba37b88fa003b8fe003ddc274d17dc40841b6e30b8033754761937fc81851b313a821bdde98c1b075be2be2c5be026b6bae0be4e97e226d5fb70931baee0264b0a70df46cee1a66ebfc44dab9cc7cd5858e266707771b387c5b8d9c94bb8ef0174dcf7f83db85f7b56e17ebf90e0e60ad5717ff66be0801b4771401b2d1cf07e230ee4368e83908d71b0941b3838351887d43a8e436ec0e090793e3864933e0e39b80387b649c5a193f270189b2b384c450d0e4359c6e1015938c2021b477c7313471ec6e2c8901d388a0f19475b771ec75abb11c7e9ba85e3d90de2f8d2341c5f368313e2b7e384ac1f38514b1a4efc9c84939d6cc0c9ba36e2165f18e196370071cb0e78dcbf2396b87fb34678d5f91d7855121daf965888574ff1c06b588de235dc46f19aaf63f11b1868bcb6b91d5ec72918bff15b197ee3dc2afca69ddbf19b4db3f15bd769e1b7ee44e277d65be2776b32f1bb7dc2f1bb897cfc5e95637843372ade30b4026f38f41b6ff8351fbfcf2f00bfaff700de28743ddee89113def8b416deb82e1b6fac6cc29ba459e24d9e75e20fba3fc49b16b6e0cd5aadf1e6d520bcf91722de9a29c11f9e28c3db78cde26d3796e08fbc44e31d8defe31d0f5be18f16b6e28fd6bae18f7e3a8a7759751f7f6c7f31dedd61167f722d01ef157408ef1d9a8af79388f101e59bf0014a7f7ca0770a3eb076091f9483c4877c1cc75f88df8cbfc8ebc55f0275e243b77dc05ff632c147ac2bc747d89fc75f0d90e1af2a34f0d7f2abf191b939f828bd317c540b151f7d7c1e1f4d7b8e8f89e7e3636b93f171e6fbf0493a7ef8e4db4ff1a96ad7f1993a5bf0998327f0772387f077d117f0f74a6cf0f7436ee2b397adf0390d0ef8820802be10b60f5f4838882f223fc3172907f0c590447cc9f61df8b2e6027c99488a2f7f9d8eaff0bb80af0091f055e3d6f82ac110beaee40bbeee592efe91591cfec9fa35f827f707f14f0d5bf04f879ee31bc4b6f8c62387f18dd968fcb3bc66fcf33432fe799606fe79e3017cd3535f7cf3c7057cf3cc3bfcab7b2ff16f084ef87794aff8d697e5f8d64115fcfbb1707c7b3206dfa9ae83efb421e13fbebd82efbfbe17dfff6a193ff267093fbaf52c7e74f03cfeb3f957fc8497197e7273037ecac31f3f0d3f819f85b9e17fd8d2f1bf5e75e07fab4de381f59978c8a16378688b351e8608c1c37572f0f0abde7844e2081e8959c4a35fd9e3d1e40f78fc135d3c9e7b0b4fdeaf82673a61f14c4a369e55f215cfdef517cf9e2ac0b391ff2dcf7cc7f3d60fe2f9692578e1c036bc1025c08b3651f09295ed78799a115e39bf1bbfd8a68f5fba7117bf54fd07bf8437c0af9cf423a874fe22a8aa8d13546d4d08aa9f0e11d4c73509ead456c2ea487d8286fa20416b3b9fb041c623e8869f27e83ed0246ccc99246c7c394fd8fc1042d08ffe48d06f8512b6319e11b6bb851176b87e23ec32fb4730fcf285b06fb49f60a4d94530f2fc4d308a55128cbe96118cb5220926afcc0807cbc209a6dfe804b3b24d0433f420c17cd9997068389c60697a9660b5bf8e60bdd997605da646b0e6200987a9fa04db7752822d488d6037d74a7088ec23386d00139c4f6e21b81cdb4538761a4d70bd3d43706d7a4570fdaa4a702b7c4c7027c4134edcd3219cfceb4d38f5f624c1eba72ae1f4073bc219cb1f84006b102138c885703e6435e1fcc5b784f36f61840ba1bf08175a9b0817ba6d091793d50817650984d0ae0c4298c34e4218fe16217c5b34e1724b032182d841b89e7b891035cb2444ab0e10a23772093760b6849bb14c428c6e142126ab9810bb1b4e88157a11e2cee108f1f6f709f188164242891121a1748690182e21a46c5f4548efac2264c6fc226466cc113211444226a7997047c123dc3d4227dc3df69370b78845b837e545c83e2d25e4bc6f25e46f2e241470058412a229a1cc5f975046cf23549c7f46a898b52254ae6e22542d5a10aaef69116a1cfa080f23fa098f8ee7111e6b1c233cf6bc4a78fc668ef0786e9e500fa827d4b3fc088d13f98477b7dc09efeefc26bcc3c908ad1bdd08ef795a8436ad3d846e8f43840f3fbb091ffe7d24f440b184bebd1e84beeb7a844f59eb099fde9c200cf207094395ea8461cb34c297cd18c244f459c257d5eb84af840ec26436813073444e98b91245f8bed183f0fde70ae13b2991f063f522610e9947f8035c24ccbbba12e6233f12fedeaf26fc6d3c4400d41f20fc374d11800f190410ce8f00db524980d9d51110655a0444df140109ae27a042771150590d04ec81ed0482d56302f1e01502f1eb4b02e35a1981e9a14d6046f209ac272c02670244e0068d12b8fcfb04de0a8d20a4cb08c2157b82687f1c4164174e10416504f17a3382f4d44f82b4578b208bbf4790350612e461910445b62a6131c98db034fe9cb06c5c425829c51256264308ffec9f11555c60c455365f886a5354e26af10871cde306a2868929510352405c7ba88fb82ee53051c7bb8da8ebc5256efed044dc62ac42d4cfbf41d46fe713b7196f216eaff6226e17a088bb57391277d7bd20ee4675120d3ecc12f7741713f708668886fbec89fb4da288fb4fad221e38644e3c50d245345a9d483451ff4034f9d64934bfb7483c341847b4dc78926819a2205acaae13ade296895635c344ab9f4e442b600bf1707431f1f08c0dd146ee4e3c72f513d1a1d988e88057233a464d125d7a77108fd79289ae6efa448f8715448f868bc4131443e2c9f39f899eae60a2e73b75e2a90434d12bb686e8fd4697e83d778be8e33f4af4b92b239e56bf483ced144af4bd4427fa3e4925fa76a412fd2aca88015e4789e75bb58817263712c30e1f2286b95b11c32744c4706c22f132044dbc6a8e245e8b1d24466aef225efffa9d18ad7b82189df68f78e34931f1e6c722628c530c31eecf196242c414f1b6f20031e9592e31059f454ccbde474c2fda4bcc387c849839d342bcb3cb8578af682b31cb8044ccd54c27e61ec2137343038845dbab8845b9a1c462572cb178894e2cd1712396f271c48ad37ac4aabd5f89d521d78935071d890f8fb7126b9fda131f6d3c467c94bd427c54504e7cac5e4eac9f584facff7586d8606e476c28f12536be784f7ce917417c73ef2af1cd2b33e2db7b0788ef2ef4135b27ef13db06df10db3757133bed46899d77b389ddf7a9c4de8d11c45ec13b62df3f2de2c72017e2c7d918627fa10bb1bfe71db17f8e4afc9459451ca8ed220eaab71187797b89a3be6dc4f1e2dbc4cfbc02e217071cf19bf723e2f4770a71fad726e2cc5d1c71e6b72ef1e78bedc49f8811e2ef0c47e21fe80c7181719a08fc564904857c22822e151141ff7489300b7f22ec8f0e11f1e32411a9ae42441abe2322b9df8998a53d44c2e72922519c4f2431df10c9224f22dde9269139a34d64af8b23b2bfef2572a551445ea50191c76827f2b7eb13f9fec788623d77a2dc77155171f92d51513741549a5d272e3e7b4e5ceccf232eedf1202ef59d272e6fca252eff221057ec66482a7539a4550fa824557f20496d4d05698ddd7b9286611749d3709cb46e5d27699dd50f92969337496b613f69c3eddb246db23d6933e612690bee1649cf5395b4f5d11ed2d6091dd22edd75a45da310d2ee4d00d2ee980292c1e54692c1132fd2015b3dd281d72749c6baa12453e74324cbfc0892d5a337a4c3505592cd6c39c9ce8749b26ff3211da59c211d155e253977ce935c1cdf925caa89a4e3417624b7d6d3240f4f6b92c7371cc9039a48f2585e4f3a1185229d34ef249dace8269d3a914af2527d4af2ea384df27e39443a8d6a27f9a61c23f9e6d5907cbb6d4941558f481777af265d1a88245da2bf2585edad2185d5dd215dee2c235d31cc245d213b92220cd548d7bca1a4c88dd6a448d34ba4ebf7424951e67c52b4d77e5234bc9d7473be861493bb8b14cb2a24c5f95792e293c648f18355a4840175d22d1f3c29a9c88594b2b48d94064f24a5f12349e9661f48198792491976ada4cc7f86a43b8739a43b470f92eefd29226555b993b2d5bd49b98fe4a482113d5201779954a863417a90154d2aee9c2695bb5d2155c437932a9b37926a3647906a4fbf203dd29e213db9a44faa2f3226357bed24355f7426bdc476915e9dfa416a697420bd49a825bddb2d22b586e9925aff18935a31e1a4f763cf49ed56c6a4ce105352e7089dd43ba54fea3b124fea93fa933e320b49fd553aa4b16f41a4315914e9f3ad1fa4af6ffb495313b3a419ed60d2cc8f0fa4ef628dfff84dfa71034afa4d8a20fd61d991e6ef599316d0fb4900032909f80c4102d7049360894b24d8883a099efc820417d249c894461296be4422789d2511e6e924e2fee324a22982449ef94ba23ad89168975f9168315012bd564862df692171c26f9138c80012bfdf9a24301c25091cb549a2b53124317f9624fd2d27c95ce024b96c892457c6919411529232ba81b4a87e86b4985f4a5ab296915662fb48ff1c9c49ff4e7a90fe95c592556e6c22abd4949155d3c164b5c005b25a593179cdc129b2c6a4195903554ed6fc1e44d6147e21afc33b92b57c06c9da67fe92b57bf3c91b1bbbc85bd4adc85b0e5e226f250e90f58fb591b76dbf45de56b895bc2327936c14114836fa124d367e124b367d80279b6d35239bed4b229bdd4191cd69a9642b7b3ed9fa5621f9b06f25d9dea0917ce49926d961c30eb2e3fc4bb28b491fd9c5de927cacac91ec8a91903d02e5640f7408f9249f44f6f40e279f1ad224fb40a2c8a7d76d229f364d249f6e7122fb5af490fddb8f92cfae9292cf4a95e480136872a0c5117250329b1cb474801c6c7d841cfcd08e1cfc46937caef82f39e4602cf9427908f992da2e72d8c6107298812339ccd4831cee19480e178e93af602e91afd014e4ab1ba6c857dd93c9572ff990af39ea92afb9b592af8dfe265faff9408e525190a39c30e49b666bc9b1abdbc909670f9013d001e45b91d5e45b0fecc8b7bf85909352e1e4148d42726ad06972eab5d3e4bb9d3de4ecd836726ed335724108845c10ab2417314e921fdcad279798bb904b5a93c8a56636e4d278437285fd2172957935b90a1e4aae16a5936b2a5dc9b56f52c8b5fd28729d6928f9c9309efc347198fcf48e37b921ef03b9e18d39f9194185fc7c114d7ee12625376f0b2237ef60905f29de935f77b0c96fbf8e91db9e2791db3d06c99de906e40fe06a72efd66072ef051d72ef0b06f9e3b734727fd030b9bf6637b91fd2401ebc25250f5d00928772cf93879317c8c333e5e491d7c5e4f15e4df264692779aa621bf97bff5ef2cf887af2afd909f26f4f38f977542ef90fdb9fbc90c225032e0ac9c0c1403228b78a0ca233c960ed2e32cc428f8cae482763b672c898bff364ec7307324eb5934c88cf21134f4c9089b85f6492fd5732f9831d99126e49a6282dc9f44b866446da1932b3f22599f52191cc09b725733547c9dc6386647eb10759b0d6882cc8384716cc3a9105081db2f0db3059286a218b5954b2643b962c5b6823cbdb1ac84a9551b232239cbcc8869397f6979397feab99e5dd52f28aea14792560074585134d59932da1684ccd51d6bad3299a7f53299ab20f947577b652b46afe5036a85fa1e8fcbb40d18d784fd12d415336ed1253369df4a46c3e6d41d9fcfb11658b2f99b2a3d499b2d3620b65d7a96b945d2d18caaedf1728bb602d1483c3c314835f00cadef812cadea2248ae1464fcafe9d1394fdd90394039a172907aa7a294631fd9483673753cc1e832987825f532cf13d142baf0f14ab577c8a153a8272d86a8062a31d43b10b6da6d83dd2a438840d501cd766521c7576519c7a13282e87d329c7b433286ed24a8a9b1c41f188394a3961e4483931bd8572d22f88e2d5e044f18d50a19ca9f94af17b7097e2d7974df15faf4509f4b2a304c6ba508233a728170eaa532e02f6532ea2222897ca4b28e1475229e1835d942bd532ca553a8672edac0925f2a03325da239f125d1c48b97930837273d09e124373a5c492c49484d131ca6df7139444cb5594f420274ac643362533e42425536c4fb9a302a464ede8a66459dca364d5c453eee7b650f262af52f288404abe853fa5c86a13a5c8eb21a5686403e5c11b7bca03848452b60e4a29b71ea7546cc9a154a63da454997fa154af72a5d46c9da4d4f80a2935928f94c6aa6f9467137e9467f039ca73610de5c5860b941797ab28cd39624af32282f26a1c4b79636c4f797bb19cf24e2389f22ee83de55d9421e59d3495f2debb85d2f6e7fa7fcc533afcfe523abd46285d4195941e981fa5774322a52fd38ad257b085d27fd193d25f24a47ca2dfa60c6e29a50c9ef2a10c25695386f28c29c3002a65e49c116554650d65ec9e8232f6f02d65ac6d82f2f94403e5737a39e573fb0dca172b0bca970033ca84ff6aca44e75eca44b71ae59bc56dca37b734cad4eecb94a9ea29ca0c8044996d0ea5cc2edfa27ccf4ba17cef4da62cf82d52fede08a50006a328806f180a30eb3805f4790705e2964a81547753209d872830fddf14d8bbd31478783d0571f70b05414fa420c9780adacd9a82251553b02b4f2904d82c85ac7990423e364aa1dc55a7d05f1da3307ffb53d84963148e0247e162dd29fc6bbf29fcea4f14e196308ad05f4891e8a45324a60314495e27451672962227bda72834aa298ab2cb1405b29db2e89045594cf1a62c0e275296d21d284b4541949507559495055dcabf8ac3947f825aeaaaec4b54f5b1c7d4d55525d435bb38d435573f5035522ba99a5334eafab604ea7ac679aa8ed61255f757397593de39eae6aa4fd4cd3f34a85b762e50b7ec7b47d52b6da36ef5f7a76e7f81a4ee849a50777b95520d366ea11abe5c43dd37fa85ba6fa1866a64a1493539ae45351ff1a25ad45fa31e5af5916a459ca1da1492a8b6c577a9765e8fa87681da54075019d571dd39aae39bfb54a796dd54a77933aacbb149ea71cf32aa6bf02aaaebcf31aa2be528d54dcf85eaae924375ef09a69efc64443dd588a37a5bb0a9deb461aacff008f5f43e23ea69a757d4d3090caaef9835f5ccbf36aa9fd11daadf4726d57fe70eaabfcf6bead97f09d4c0d5eba98181dfa981dddad4739b08d4f3be69d4f3dd47a9a1a327a8a1744d6a98ed536ad8e06deab58d60ea35ebc7d4c8ffce464e3753afeb5ea15ef7ada546bdb0a7de34a053635c4aa8b12fc6a9f16a62ea2d8235f5f6e46e6ae2bad5d4c484696af2a55fd4e4c17dd49493efa929e125d494962c6aea73576a9ab32e352d90494d2be351330a5e5333d74653330dbe52efbc9ba2de8f9ea1e6083e53f37e1950f3f916d4021d0b6a6119855a3858402d9c2ba3166dcea016e53ca03ed0eca63ef0bd442d193d4a2d59f0a596f52d52cb4f81a815bb1ba915ef4e516b51686add148bfab8ed05f571fb66ea93fd4cea93eb06d4a7b876ea53b292fa94f38cda00b84f6dde7681dadc0da0beba374e6d896aa5bedbd8447d9fe44f6d035453dbed1aa85dbbce533fe49951fbf48e503ffa5ea37e2af8401db0d5a60e3c8ca20e3d3c411d3ebd813afc2a813a8c815187258fa8a3863ed4f1382a751cdc46fdea9d4afd5adc44fda61d429d221a50671ceda8b3271ca9b30b5cea8f7b33d49f7903d49f4d1ba93f979e51e780aba90bc78da90bd787a9c0e4175460cd292a5819478598eda7224feda5a2df3ca062ecfaa998fa162a96dd48c575795171cbe554c24c0695c848a4d2dc0554fa56172add0748656e9ba5b246ce5059b2cf54ce371195df614a15ac4da20a7417a8a27fd95459db7baadc6d275531798eba78469dba98f888babc5787baf21d4dfd17984bfdd7374b538936a0a91a3ca0ad9eb2a1691cba4dd368394cd384dea1adbb38415b17fa82a695664ed31a23d136b432691b302f691bb09e34ed7e046da3b71a6db3c10b9a9eda346debad7cda56912a4d7fc89db6cdea2a6d5bbd096dfb4b3fda8e9e4db45d9a96b45d4b6db4dd77f2687b1eefa5edfd514833c4e4d3f61f0aa419377da7197f26d2ccf70dd32cb6bca11d523ad02ceb2ed22c15d9342b9787345bf208cd3eec07cdf1bc9476b4708476744197e6142ba439338d692ed5b3b4635d7ab4e3da389a6b863acddd710bcd9db4423b5199463b7996453bf9954af3f4f4a779fe5a4d3bf5194df3defd93e67df03acddb698e769a684d3b637789e667d349f3bb154c0b68c1d382622a69418b6f69c1911db4f3585dda7901987681944abbe4974ebb24eda285b6a5d3c25dca681125e6b4ebcd63b4ebe2385a547d35edc6e164da8d38312d46544d8bbdb38716dbac4f8b2534d1e21248b4f84c01edf6b12fb4c4a4395af2d9445a4ab6112dd5488f966ad9404bcbda404b036ad33276eda4651a26d132ddeed2328ba76877d669d2ee54aea5dd439ca2dd1307d0b2de7ca16521dc69f9a72fd0f2cf24d38afca8b412db365a497613ad34659956c6f7a595678dd0aadea8d1aad39d68756c3bda63cd63b4c7d45bb4c7828bb427879a69f5660c5a836c96d6f86e80f62cfe2dedb95129ede5f650daab020ddaab4238edb5e102ad652492d62219a4bdf1fa417bf3d08ef636d09cf63edc9ff65ee140eb7c334deb2a63d0bad757d0069d3b68431674da486e116dcc3e9a368edf4afb92f48cf6e55d0e6da2f4026da2ac90f675d520ed6b8739ed5b4c096d8abe91366ddb43fbd11c4bfb79f200edf7f173b43f178b698093ab69c00e171a10ae4603a2a834d0d9181a64d3031a24e20c0df6d68f062718d09092311aa1779c46fe788f46f544d0a893601a6d2d89c6b01ba3313dcb695c9b5d34fe7f22b04ca709033fd0c4e6aa34b15f134d66374993c5fda5c9278434c5f37734a53686b69430485b8e3c4f5b1ed840fb97ff8cae32ec405fb5f096aeaa7f8bae0aa4d1d5bee6d3d50462fa1ae57aba86589fbef667237dbd6f147d7d3985bebe7f81ae95d94dd7aab84fd7ee794bd7498fa1ebc096e9ba67fbe9bac462fac6905bf44ddb5ed2f50ee4d1f51ce2e95bff04d3f59f1fa0eb2f4fd377d882e93bcbe7e9bbc4c7e8061659f4bd726fba21ca91becf2782beafe42edda49e493fb83d986e9a374b373b514b3f649c48b72cbc4fb7acd6a05b014de8d65168ba75c751ba35cd966e9bf59a7ec4414a77dc1c4577b42ca13b7ac2e88e238fe947751ae94eabc3e94e3415baf3cd61ba33fb15dd59614a778928a31f7f799dee7a713bdd1d1f4d3f716f1bfde49f1b74cf8a28bad7413dbad78f05ba4fc20fba6f9a987ed6b89f7ed6e5103dc057971ed090460fb47a480f3cfb9e1ec4eda587b43ad2437e9fa45fb872887e5165847ee5f3343d22f33e3de2f9183de26b07fd9a74333d52b7827e7df5343d2af6143d9af2941e13dc498fb54fa5c725e8d3e3a3b5e9f1a929f4845fc9f484df75f4db8fede9c91603f494cd5af41449193d6d38939e2e57a3679c5f45cfa82da1674c62e919845a7ae62320fdbef971fafd17107af650273d9b1643cfd943a4e7aa26d3f3d664d3f34cc8f482bb16f4c20707e9856596f4427800bdc8793dbdc454935e4281d2cb3794d1ab0392e90fb58fd21ff91da43f2396d15fa84fd25f68cfd15f4078f4267d637a535a01bdf9d04e7af3fbe7f497a72de82dea5ef4375af3f4377b8ce86fb2e0f4d60e0b7abbe3497afb4726bd83f898def9c798de6b01a3f783bbe9fdd840faa79548fac0c3d7f4d150307d74fa217decb40ffdcb58127d22c9803e6552449f0e99a1ff5c5f4fff991841ff35ef44ff3b334dffbb584c8704a4d0a19f9074d8271b3afcca163a62e3433aca66828efa7b8c8ec2c5d3d19a3a74b4fe6b3a7ae83a1de39340c74412e8d8e70d742cda864e2c35a513c72de94462249d141f4827c754d2c9cdce74f2e0493ab51843a72e55d2697b13e9b45f3e74867e279d917e95ce7844a73328cd7426154067a56ca7b3e63ed0d98b183ae7590d9d5b49a00b1f31e8c2f95d74311b4097ad3f439785b6d21511067405c19aae646da22f867da32fc545d097daede94be35ef4e5e845864acd5786eaf366866a8b2743cd0ac0504bcc60a875e319eafc62c66a0b0c63addb23c65af66e8666f22063dd457fc67ab55c8676c96a86ce092e432740c9d03daecad0ed02317427e7191bddd3199b352a18faf33f19db0c4e307644453276de5fcbd8bbfb2b63afb09b6178cd8661d80e62184a858c7dfd7718a643ee0cb3b3df1866811718e6a7cc19e6c05886f9f25186e5a3330c9bf5eb18b667088c2306e38c238ee71947023418475236308e2c05321cb21d190e1d0886e34f1d86d3596f8673a93fc399aec37039a4c670493eca7029fbce382e7cc1702b8633dc509f18eef30d0c0feb6e8647379571c235817182f994e17997caf0da856078657f65783dfec1f0b113304e4f201867602f187ea6830cff8dc18cb3a6938c00151923507f8e1164206504599d669c7ba1c1385f32cd082975645cdc14c1b874ee1223544e635c737eceb8e64e6644ba05332293e58c486537e37a513323caa38a1163e3c4886da430e21a8319f195da8ca4351d8ce47bbf19c9a5ab182983398c54938b8cf4b0338ccc35f38cbb4e7f19777dc7187785fb19f7395d8c9c907b8cbc81dd8cfcade98c7cd90b46d1bc0ae301e317a378ef00a378f401a3e4c31e46d9befb8c32da12a3fc8927a31c62c5a8b8bf9a5101716754acd433aa3daf336a0e1f67d48c25326a75e218b58cd78c470754188f75888c27bb3e339e6a45311ae25b194d5a57184d4d3046f3864046739d11a3b97b8ed10c6f6434639318cd82178cb799918cb7846ec6bb5d3f19ef729318adc1018cf797918cb6387b465b8317a33de802a3fd9625a323b89dd1c1fcc3f8702a88d1fb00c5e8859531fa358e3106ae1832069a008c01b0156380b48d3118799231749dc21876d8c018ceb9c0187ebe9631f2b39a31aa5fc8187df69431b6e325635c4bca18a738303ebb6a333e974d31bee097185f13a2195ff3998cc99646c6cc717fc60c389c31b7b396f16714c258f0face009cbacb009ecc6580b66732c0134806e4fb25060470950177feca406efcc2403d013030bbb63230dc8d0c2c600b038b273170ab8d18f85bd71804b41b83147c9e4196b73028377418346d218376e31883561fc3a0cd4e30e8d52a0c86dc95c1fe4662704c5a181c4010833b99cfe00f7c6108b6bd6308d20d1952b73186f4118621fd50cf5014ee662c463832169b66182bcfb2182b94678c7f2fd94c954f4799ab0c6e31552fc73055e78e305595664cf5c2c34c75582073f5ce7ea6c6233073ad782753d3448bb9c16588a91b08646e6e3ccedcb27e81b9c5d98ca93f709cb98397cbdcadbf89b967e00e73ef9e16a6a1f62be67ead1ae6fe3dff98c6c14d4ce3c241e6415818d374b50ed3f41d9e69ae0d679ae7d29987ee16330fb547330fe14e322dd3de31ad04734cdb7708a66deb1ea62d498f6977eb04d33e7e3dd33e7792695ff5857964ec14f3689d88e904e1319dcf6b309d4bbf318f192c338fbb37325df53733dd9eef63ba5bb5324f2854999e9d2a4cef9912a6cf9d47ccd321d7986754e7986730554cbf297be6593d33e659d91e6640be3e33b0a68179ae13c6bc980365869e3fcd0cdf4b64865b9098e1479f31c3694066f8e210f372da3fe6e5fb0f99572df599578b2e31af621f31af7ff76046892299d19bbe31a3635b98d19975cc9bdb1398376b1698b1690a66fce11666bcef1c33418dc4bc15fa84993c3ac24cef9e61669ef363de31fac0ccbe53c0cc6e79c1cc860199d98a3fcc5c713833ef5826338fba919927b9c42c52f362163977321f943c663e9024314b3ca9cc52c93566e5a16dcc4ae9436695873ab3ea7d13b35ad3895953d0c5ac295e62d6fa6f60d67e1631eb82bf311f3fbace7c72ee08b3feec7f1dc67791d9d030c86cbc2f673e8b7ac97cf67717b3298fc27cbd653bb3c505cd6ca12430df3c9a60be3d4267b67e4b62be5fcb60be0f3cc9ec947d667e38b89bf9e1ec12b3e7540db3a7ab80d97bb994d9af799239b82a9b397c8ecd1c0e3bc79c78b18af9b53c9939dd778a398d8962fef831c7fcf9742bf3d7456be6effa7ce6bc6322733e7d9a39ff6780b9e0296702a3ac9820f3282608b58309dee9ce8417d931e1d0774c38ef231321913071913c26fef83b26be209749887fc824cc7b32898f2798448a924949e533a91fe699b4ca64260d2063d260c64cba7f3893feccfb3f32988cbfcd4c4e65109343f9c3e4ee986772ed279892b030a6a4ac9229ddf29a295b65c294d51f60ca5a7f3295bbe299ca04217345d8c5fc97bb86a516a6c252f7b9c55abd3d9ba5d1fd82a5c1e7b1d60e79b0b4aad6b2b42f36b0b4fbbc593ad9562cddeb1758ba7433d6c62c6fd62663246b53aa1f6b53cd7f8cd059db4f6d66eddd18c6daebadcd3a6071866532bf8d7530b98d6516dfc2b2b87d8175487d8875482b9a65a3c360d9d81059b69d6a2c5b8621cbcec593657f6a1feb48fa6b96a38d82e5e41ec7727a10c072228059ce59532c671a93e55237ce72214eb28e97d8b38e7f79cf72ed3fc372ebb667b901ea599ebe93ac5331cbac5323162caf840696b71e9de57de100ebccb5a72cbf9326acb3ed085640ca142be0fd07d639441aebbcdb55564890272b243b90155237c8ba9034cdba34edc60a5fa9655dfe39c78aa8a865458036b2ae1ed8c48aac6e6045e257b3aeef05b16eae3562dddc99ccbae9f59c159bfa9b15e75cc28aa33f60c5bf79cd8a5f3462ddc65e652566fc602535c158c97ed5ac94e471564ae359562a289e95f6389c957ea28e9569e3caca2cce62650998acfb9fb359d9177359396dc1acbcb591acbc541e2bffa405abd0b28955385fc67af0e83bab74cf3d56f9f16c5665c47756e55b7b56a5b0815535b09f55f5f332ab8a0360d53a2a58b5bf6fb3ea1aaeb3ea001b588ffeb3f9c93932eba9c54fd6d39255ac068207ab711b92f5ec8219ab29f31dabf98009abb97e80f5ea8131ebd5770dd66b570eebf585abac37a949acb74f8b586f955f58edcc57ac8eb853ac8eba6456c7229cd5d5abc2eaa9f9cbeaa53e66f51dd163f55528597dca9dacc16b93aca12b3b58a3aba259a31f95ac71bb5ed6e71faeac2f1d2dac6ff5d758df8836aca9371758d38ebb58d3a48bac99038bac99385dd68f9457ac9f8158d6af8b65acdf5550d65c480f6b6e269df5a717c1faf3a78535ef0d65cd477c642df4dc672d4c5ab0009e3b59807fd62ce0008605aa7ecb021bdf648169d92c68cf07160c7e9285585960a1bc7fb150be375818835916b6338f45a897b088b501ffc16011a59e2c72c30d162515cba26e21b398226d162b761f8b95eecbe2aa4db0b85e8758dc7b57585cc071167f8b1a4b50fd8425dafd8625722d6789ce2eb2640a4d965c6b274bbeb297a534c7b21637bab116331eb0962cdc594bf802d672892f5be574137b55e013b63a5ec956e7fd61af0e86b3d7840fb3d7e471d91a5a636c8dc652b6c6b360f65aeb01f6da8939b6e657327b9df36db696d487adfda980ad837460eb264db237e66c656ff6cf676ffd98cfd6cf9a636fdfb496bd9db8c2defda68c6d60a4cd36283ec836e896b2f7f826b2f7963ab2f7f6b4b0f7a2e3d886ded56cc32c26fb40ff32dbc454c236292b621f8c54619bfe44b2cdbebf669bfbdc651ff2baceb6bc2f655b455bb3ad629eb0ad8fee60db9875b16da48d6cbb703db65d22836d1f0664dbdf48641f4d75623b193e653b8552d94e03266c27a039dbd9b68d7ddcb8927d1c42659f08e3b34f4c7f659fc484b03d99c7d8a7c8c56cafe42ab677ee3bb6af12cc3ef32f9e1df06a9a1db8f92afb5cc35ff679d54cf6f9f17af6f9a57bec90e345ec0bd721ec0be31eec4b80117628e3083bec651b3b7cfb18fb8ab33afb4a803ffbcacc243b22c29c1d5118c7be7a78857d6df604fbdabf33ec48abd5ec68852ffba69cc98e49cc63c77c6d66c7ebabb3130c4bd9b7128ad889c0bfec14bb5e76ea9badec8ced3076e6da107626ac8e7d4772977d6779849d65b2879d7d719e9dcd4b62e71bbe61e7774fb2f3bf22d9f9884076016a1fbbf07818bbf0c34976d1ac13fb814f31fbc1cf57ec129733ecf22b9fd9e5ad59ec0a4f2f76e5097376f5da7a76cd742dfba11b9cfd7004cf7e380a633f9c1d613f7298653ff268643f16dd613f8937623f19dec67eaafd82fd74cf3b76e32d35f6b3f35eec67491fd9cf16c4eca6b566eca6f405f64be348f6cbf3d5ec57763bd8af675eb15bb23fb25bf21bd86fae2ad86fcddfb15b1323d96d487d76472e86dd5dd0cceeaef8c7fee09dc0eef5d9cffee89dcdee377265f733e9ec4f363bd803e02ef6f02127f6f8a721f697d25cf6e4d67becc9fa51f674c129f6cc1f4df66c5a377bb62582fd6bea2c7bce729c3d977d91fdf7a12bfb6f8f880d0878c2069efccb06f6dbb0c13f4eb0a13bc6d850bf1636dc10c1466c83b111a79dd8484a3e1b85ddc546dfb9cdc6c00ad878ad7136d143934d36d464d37213d8f4d80d6cf625049b1df983cd5e7ecde6e053d9dc842636bfa2942db068630b12efb2259effd80a959f6c65fa347b69be88bd24d8cb5e39b589bd32798ba3b2fd02477de31267f5a6fd9cd5a3fb381ac6d61c8d6b8f386bd58738eb9c7f71d6bd74e5ac8f6470b41ec838bade228eeef30acee6360f8edeaa198e9eec2a672b2894a37ff525679bd71467bb6d2e6707d086b3937e93b357b1936354bd8563f47b1bc7f8e71b8ec92a25e7a01a8b73303b8f7370761bc7dc6d8863fec39563613bc8b1bcd6cfb17c7e9c63edfc9063ed3ece392c7bc8b1d950cab1319be7d804a8736c579a3876c7b238760b691c873c0f8ea3f15f8e635d2fc711788c73f4ab1ec7f98626c7a5c299737c228273fcb72dc7d5248ae3969ac671ffd9c7f1423de778afd1e778df16717c2c0b39be3edf38bee9ce9c33e7ba3867ca17397e26661cbfd0158ebf6c03e76cf6394e80de764ed0097d4e70cd6ece399a1ee71cf310e7fc0f1127e46601e7d22128271c49e75cbee0c5b95cd8cdb9fcca917345338f1301f2e55cd51de35c4d5ac389f26ce1dc0897736e086639373d819c9b2f0f726e8efde5c480aa39f1c3ad9c84ef9d9cc48acd9c64d73d9c94de3b9cd435444eaaf10827d56c1b27f5641527fdeb6d4ee6bd2cceddb104ce3dbf64ce7d7c1f27fbfc5d4ef6601627477488935f12c529f05fc329888de214f2623845c2bd9c075e7d9c0745769c128601a7fcbc11a73c83c8a978799af3f0269ff3303e8c53eb7b99531bbd9d536756c7a90b4ee73c5a2ee03c592de1d46b9ee234589ce534ae83719e919f715e141b719ab48b394d0d1d9c9736499c57953738af0d9c382df627396d5722396d1d6d9c76eb604ebbd493d3e9a2c6f9f05fdc7ab67de3f458c1393d2f8339bd97c99c7ebfe79c4ff7589c01d78f9ca19d969ce1e84ace70570267746c2b676c239233b67b88333e3bc499982170260478ce375d1ae79b2c9e3315e3c299d67ece996ee9e04c7f39c499f14ce2cc90849cd9b660ce77e83fce0f8f38ce4fbfad9c5fc5a69cdfeff99c398b9f9c05df10cedf754f39e0ed4738e077af3990ad973890b6200e84e9c141c0041ca45d3807132de3605e167270eaba1cdc7f79c36f75e310901a1c628339876c5bcba1f40839347d130e6d70038779e12b87397a86c31a88e47003cb38bc210b8e40fb21475091c611609c39c29a028e38e80b47b2579d2319fec89120723932b682a3d8b48aa3d4fbc0f977e91ae71f46c45d6542e3aa165672d5feffdc0d1873d7adbdcf5db76f8abbaed387aba5aac6d5daba83ab757285bbc1639cab736792bb09a3c9d573fec0dd5a64c3d5d7a170f5cd92b8db029ab806c84aeede2336dcbde3cb5c43170dae219ecc355ccee51afdd3e11a0bb7734dd68c734d5840aea9ca41aea99933d7b4ee28d774be826ba66ac6355346720f51b3b95669ebb9566d87b8567c01d7ae1fcf7530bac275c8bacf759e9de7ba86f5705dff9871dd8afe71dd2303b9eed01eeec94b265c1feb12ae6f1c87ebeffa8beb7f5a9beb7fd68b1b6050cf0d42db71836b81dc737997b8e70750dc109358ee05a764eea523a5dcd09a43dcd0464b6e28368e1b06d5e686c71ee28683e8dc2b67cf70af043470af104db9110545dcab29786ea4c1376ed4ab87dc68cdf5dce8ea2bdc1bee1fb937df277263a794dc58f42c37e1e036ee2d2e977b1befcf4d3c2be426ca7db8c92bd7b969e33c6eba8e1337fdc2396e3ac7939bce35e0666c35e0dec55ce4dec71472b35b5ab9d933b5dc1ccb1e6ecee4696eae4a1f37df7f909b5fe9ce2d3a56cc2d9a81721f4830dc62b116b7c42f945b7ef23cb7fc5c3eb7b249c1ad0bc9e23e3aeec77d1cfc85fb64239afbf43185fb54f299db50e3c46d58aae736e61fe436526db8cffd29dce74dc1dca6432ddc57822bdc779513dc565634f73d6d99db1efe8cdbfef82cb7cbcb9adb95efc9ede12571072452ee602e8f3b329acb1ddbfc99fb595d87fbf99f21f78bb6843b51b4963b817fc6fd7ac5863b09ebe47e73ede2ce986a71670e4d71671609dcd9a583dcef9ba7b93f1c22b83f224db83f771ee1fe0cf7e5fe5abd96fb4bb2c8fdb3ce813b5f74933bcf5370174e8ffcf79ddac005960773815d3e5c20f21f1714e3c805551fe38291482ec47e920bdf77870ba7a970e14b5fb808e3242ea2d19b8b54547231e0462e3e3a8e4b74fbce2506c0b964fe1f2ee3c6192e8bbcc8657183b8ec7e152ea7771d97a795cce50d6a73f993c65cf1ce25aee49b15572273e64a374bb9b2e7d65cf99a5eaee2720b57c119e3ae50a5dc155a024f65e9336f15e5124ff5d2559edab4096ff5c172deeac44bbc3581ee3c8d92b33c0dd43dde5ab2216fbd6a3f4f2be52e4f8bddc8d3f6e5f374e3d278ba62016f734a3a4fff49066f1be6016ffb9f4cde760883b7831cc3dbe9f0846790aac9dbf3d697b707cae0ed5d3bca33dcbe8d6728d9cddb77278eb73fe90dcfa84d8d67b285c933695dc33b9829e21dacdac43bf8288d77b0ed2bcf14f88f67f62e8267be278867a16fc5b3f860cfb3fc63c4b38265f3ac94133cebf58b3c9b9b9779b6ab7ef0ec6e7af1ecef15f28ebc8ae5391ec8e6392669f28ea615f08e964df28e56e8f38ee2cd794e6820cf692997e7bc07c6738972e01dff32cbf3606de67988f37827ccfd79273735f13ceb8ef2bc2a9ff27c5fa9f37cbfbce7f9b99bf2fcae9fe29d6d25f0020e39f22e04a8f02e592379a197cb7961bf9ef3c2986dbc2b8f82795769bf78d7c3fa79d7d34b7831db3ff36264bdbcd8ce35bc581c911777e2052fc1e10aef96553aeff6a501deedabfb78b7fbc1bcdb2b66bcc4d60e5ef25e302f75f0162f0d3ccdcba079f132b3ea7877065ef3ee799ee4ddc3e1785919cf785983bb79394971bcbccdbabcbcfc725e01622faf70f5155ed1ed87bc62cb1a5ea9e93b5ea9cb1caf14afcd2bdb9dc62b931fe795630a78158d0c5ec5bb2a5ea5be2bafd286cbabd6f9c8ab268cf01eee6fe0d5fed3e6d549fef21ef53af1eabdeef39eb2e6790d27ec780d6d3b790d131cde8b2352de0bdf4bbc26f51edeebec23bc16e969de1ba20fefedb7515e9ba10eaf1dbf8dd7117496d73124e3755e2ae17dd867cefb702e8ff7a1b492d78324f33e128ff03e314d7903eb2278033e5f780325babc417f67dee0b546de608c266f78b298371253c51b819fe48d41e1bcf1f17bbc2f87aef226f65078df42cd79d3d57779d3d260decc27396fb6e716effb016dde2fedefbcdfdbf8bc397c31ef4fcc0dde42c4026fe11b84f7572b82f777319b075041f000b11f7980141e0f5084e701e7413c50f8561ef866000fbacb99074596f0e07a481e7ae77e1e7a622b8f7aa19447ab1de631ce6ce331aa1ef1d8b7ca799c3d763c4ece2f1e0763cde3eefec9e32eb179fccd913c7e48034fb0ff164fd05aca138c24f044cc0d3cb141044faa13ca53688b790a3192a7fcb987b778ef1b6ff165196f512ce1ad9479f1557659f3553e93f82a625ffeaaba777c552d085f9d85e3afd15fe4af3986e36bcc15f035cdaaf99a8754f9eb362ef3d7871bf2b56c4ef137384df2b5c38af9da1346fc8dbb82f81b9dcaf85b371fe46fbd42e0ef74dfc3df65cee3effa34ccdf5da2c3df83d0e7effd778c6fb87184bf5f5ecb3fa06acc3ff0c58b7f00f0947f6091c437e202f9c64d017c93ac277c53ff8f7cf3fdaff9162a6d7ccbdfa57cab163cdfea8335dffafc32dfe6d476becde39ffca3926cbef395ab7c67d212df257288ef16dec5774b51e1bbc766f03d8e5af03df28df827d6d9f24f326ef24f4a9ef24fe5daf2bd8db3f8de8952fee9b2d7fcb3dae3fc801a237e00d08f1fd831c40fcabec83fb7eb31fffce706fef9992bfc8bbfbaf917978ff12f6dfbc5bfb44f9f1f7aa0891f2ab9c90f1f36e25f4eefe55ffe84e1476c9ee547d46ee55fdbfb811ff9a0817ffdfa00ff7af2067e4c632d3f76b7801fdbbc971f3b22e1c7a2aef3e31851fc849fcdfcc4fc317e6275353fe9ae829fa4f4e5e7bf1ee7e7c33bf9f94b227ee1fe3ffca26dfbf945593bf80fd674f11f949fe2178b70fc924dcbfc122b3cbfe2ee397ecd2a1abfd67123ff517416ff496a03ff2946c16f88d4e6374e4af9cfd2b7f39b2ca2f9cd5b4cf92fbfdde2bfd25ae6bfbefe93ff1a95c57f63d7c47febddcf7f7f6480ff9ebdcc6f5f05e277ecd2e477d87afe0785dff18dcbef4cabe177fbd8f27bd597f9bdb6687effa626fec8b320fe68c763fed83c983fd9ddc19f8acde34ffd7dc19f4ebfc99f7e52c59f054df0bfefdacdff09afe2ffca2ae5ff164ef0e782c3f80b8170fe82d28b0fa072f9209da37cd093013ef8f1353e744d091f5ac3e34351eff87042161f0dfac5c7f8bfe7639e5fe663ad16f858fba77c6c1b8f8fff5dcf27ec31e1131f45f049b1d7f894a6df7c9a3c8bcfa016f0994fb87ce6ab653eebb33d9f35f980cfd58de3f3435ff2a5f0ab7ce55f2381ca06a040e5c565816aa84ca056d02e587379b760cd93cb028dcc05c1da2d1b046b776908d6fa3e12ac5d2e1768d60a049aa85582753b3d04eb3e6b0ad65b0a04ba175c041b950b82cdae6f055beeed176ccd7e2fd84aff23d00fbb21d067a508b6d9a60ab6d77d16eccc2913ec6a2209769bbd15ec2ec709767769080c0e8f0bf6ae5717ecdd0a13189a260a0c73ea0507cc3e0b8c8fff1098ec02080e7ac6094c4f840b4cffbba6a68c5a8199db2e817941bac05c9124b078f34b60b9fdb5c0b2f6bdc0aa8529b05ebf2cb0de1d28b0b69d12d8586c131c39fe59e0d0765ae0a8754ee0986a2770c4d8088e6e7515b8ae970b5c6dd10237fb1302b78114817bc20381871347e0113823f090e80b4e5d782d38d5f95ae0c5a20bbc61fd021f0f0381cf9b3782d30dfe027fc16b41c04b5d41605dbbe0dcb128c1b90498e0fc7f7acf6f29149c5f5c1484a8e50a420eaf0842606041089623b8d81d2808d5bf2508ff774070b9b44b7055c75970f580a1e07a7482207ab583e0c6d11c414cbebf204692298815bd15dc7ea010a4f0f709528dae08525f4305694e3a82b4603b41ba638020fd51b220e3f8b220538726b853d12ab87bf294e06e4184e0fed13c419e6193a0402342507e7bafa032e3a8a0c6b74a50f3552aa8f989163c9c8f123cb6a914d42f48040d76598286f750c1335590e099f588e0f9317341f37603c12bbd5ac1ab7df18257764682d7c10982966d9582968c6a41eb812541ab47aca0ad1d24686f4c1274ac2917743ea709ba636d051f6e68083e083e0a7a8e8d087a8a7d053db546829ed13a418f2844d0c77a28184c68130c55af150cfb5d100c5fbd2a1855d92518b3860ac6ce1509c62eb408be8431045fb20882af08a56072e8a560526a22f8a6de28981ed92ef8b1214bf0e32c48f04bdd4930df7746008c040ac0695704e03b260228152b8019e708604fba0570f36101dc7949008ffa2b403aeb0890c1130294195580921e1110b43b04842b2704841a998064b443405ed32da0202604d4b7eb053443aa8066572760a6970858f7f609d8213e0276db5501afb45820297d2c90667f10c8742c05b2efdd0225a846b0a447152c391e172c6bf409560263846ae7cf08d5aa560bd59ec60ad5bac8428d336b859ae197849a5105c20d5e70a1f6afb3429d1b7dc28d2e27857a979c84fa7a1785faa7fd843b103b84bbbe028506ce7dc23de6f54223f86fa1914c4368b2ce516822d822340d2b149a15ea08cd934d84165f3385569e09421b3537a10db05b68eb5126b45fcf113a6ef9263c8a7310bac06c84c71fed17ba69bd12ba39d409dd58be428ffd64a187c371a1074c243c717b5678a20f203ca5662e3ca59c167a1989853e7a7a421fee33e1e9389ef074e666e1e99a39e199b87c6150d588f0dcfb1561484185f062364f78712e5978c9e69e30ccb55e186e9026bc3ce72a8c8c0b125e770c115e47f608a3dc27855100376114764c7843f78cf0c64b6761ccbe7461cca9dfc258d72c61ec857dc2a4effac2e4b6abc2646e9930999f234cbf522e4cef7b2bcc78ec2cccfc6222bc7bbb4a784f375f78df4b28cc869c14e694ed10e68eaf17e6afac13164445098b6c24c2a2773ec2e2686b61e949b6b034df4258cdbd2fac199d11d6a2cd85b5825bc2ba0d0784753a40611d7e445827b92a7c9cde297cbaa81436866385cfabb60b5f0caf17be10460a9bca55854d8bedc2971593c2570779c25663a8f07d66a1b0cde9bab06d7a8fb07d5bb9b03d7893b0c3365cd8f18922ecfca129ecf5d112f6ce570b3fed9d110e746c100ea0ec84232a58e108c35238c281084747fb84a3cc43c2f10403e1f83b1be154f4b0709ad92a9c71bb28fc9ef11fcd07843fd61d15fed06917fe3e4e12febe6b299ca3e50affb8bf11feb9ca10fedd9d21049c3826041d3e26049f5a1282a3ff09c1850f8528419f10cddc24c46c260b310936ffd123c43a2984d86ba78444fc7921a9ea80907cd65ac8687c22646de915f2160785fcdc2e21ffe951a160d56ba1b0cc5728fc05138ace270ac54e9342e95d7fa194e92994bdca17ca7eff16cabfc70a152b4b42e59b70e1e2be67c2c5000be122b34eb8746a54b884870b57a82c91ea9e6591ea751391aa7245b4ba7d59b4f64694682de296682d6551b43e112dd2f20c16695bea8a746453a24dde6cd196239ea22d2b71a2ed871e89f6be7b2032b9bc557430bf4764d6b65564b1e581c8e2185a746853a8c8daf3b3e8f09538d1e11c57d1e1278f44873981227bc22dd111f44e9183d790e8a82d4c7494a229727a192a729e51888eb9c68a5c77f98a5cdd1b44aecd392257c665915bb0a1c85df5abc843a345746af0b7c8ebf23f91f7471d9137c656e44de38b4e7f19179d9e28109d994b10f9efb8283a9b10233a3bc41405d43c12058bf68b82e53f44e76ef98aceefb01085ac29125d48408b2e1d018a2efde7c7258450145aeb2fbadcbb4614f171541441df248a904e8bae8ebc175d3b5423ba7655218a34dc2d8a327c218a0eee154567e988a271c744373686886e848d8b6eb0124571748e28f1478a287101214ab27a294a76cc12a5bcc38a32f132d13d5c9ee8fe11a8283b665494fb688d28b7ff9a28bf082c2a744d151512c244c5178b44a5faf1a252eb8ba252e703a2d2b60fa2d29fbea2b2683551d9ef0ba2723db2a8f2d79ca88a3d29aafab74f547d3e5f54c3d4163d4c3f20aa4d2e12d51dcb143d595a10d57fa9113d75838a9ed7688b5e6c79237a518a17b53cf314bdd52b14bd2b392b7a877d226a3d5e226a6d3e267a8f6d11b5cd9a8ada33bb451d5ecba22ef30da22eb717a26e4099a847af5dd4e7962dea3fec21ea77848a3e3d3d27fa44392f1a3cc9160d6d3c2d1a2e5f100d8fb688c6aa74455f8c89a2c9a33cd1647c8fe89bb1b9e81b8b209a76e488a63d1d44b3d741a21fecdfa2dff88fa2b960a8686e615c34c73b2dfaf32c47f4d7d746048c6f1601934c45c0b9a72270509c087e412e82271488900d58113a8425c21cd61361a2754498de1111beb15e445cd927227dff26223fea15d19b9b444c4b848875c849c4b63921e2aec912f1367b8878e26e11ff4c8b48c0c81309386122c99f7491b46940240b7f2d524cd78a94a69ae2559999e255f553e2556d9fc5ab7eef11afa2398a5535cdc4aa9d7162d51f00b1fa3327f1ea84f7e2353bf5c51ad47af15a9b02b19646b57843f977b16e7ca77863eb51f1e6c36de2ad033bc45ba7cdc5faa5b7c43be206c4bbec02c4bb6d4f880dbe1d16ef5f7b566c8e9b179b2b86c5168e85628bb44362cb537162aba0ad62abf2e7621bf97ab1ade367b12daf426ccf29101f11ef163bd59f103bafdb2b7681f98b4f863c149f2cb923f60453c5fe5d9ae280d03471a0678338b8c84a1c5ce62e0e96ad88cf696788434463e20b0faf882f063f175f4a39210efbb1437cb9ec80f8f21b5bf1b5d979f1f5f94171d45f90f886f7a2f8e632411cb74a268eb7da278e9f828b6f8f8e8b6f8b75c54973b6e22416439ceced244e4e4d10273f382c4efebb5a9ca27f5f9c222d15a71625895397d2c569a8b7e23bf136e2bb654271b65e87382f74589cf7dd435c78494dfc2022495c8c6b1197a498894b681c71d9874e71191623ae383824aee83b20aef874595c39652bae72c58b6b3e6c10d7bd782d7e5cbe5e5cffbd555c4f7e2b7e8a3a297eba241537d494881b48bde2065eb5b8d167bfb8f16ca9f8c5c166f18be319e2a6854fe266ff1671734c99f8e57157f12b93bfe2d7593871cbb65fe2962babc56f9f9f13b76a9c12b7bdb215b7919f8a3b4aef8a3b13fbc4dd7e93e21e7d55718fd94d71afe790b8bffda7787036593cec132e1e57ef138f5bf888c727ddc45f347f8b27826bc55fd71f124ff65c124fce5c114f01bf8b67f7478abfb3a3c4bf863cc4bf57ce8ae76d12c5f3042bf1c2be0631d0a8460c9c891643e2bbc4d0edb7c44852ae185dbc4a8cb97e568cf78a12e3071ac544c82131797bb998dcb359ccf2858959772562560e49cc3e15216697cd8b45160cb108e829963bc0c58bdd7cf1e2fc49f1127b52bc9c552b5ea6044a547e4c49564718493436c44b340d1812cd4a8164fd70b744dbf78344f7e3bc6453808764f35137c996ef41123d41b044ff63b664fba66b925df6e112032d438941da3ec9de820a89e1b90f927d596312230656627a4020b1e8592bb14c4e97582d5c961c2e434a6c1a5d2436bf4c24b6d78f486c93ee4b6ccb2e498ec037491ce9d392a3f59b25ce7cb4c46571b5c4759dbbc4dd69bdc4fdec538987ca73c9495b4b89676bbcc42b6b8bc4e798a3e4ac5d9724c0d7401238019604d5df91047d7f2a099e329504b3d8920b6962c905f243c9c54ca0e4226bad24f40a51722db75912e9bf51721d662b89ba322d89aadf24b9d1e026b959b15912fb1c2d8917ac95dc2a61496eb596486ee7684892ce7e97a402c324e9a3ab25994df3923b1ef6923bd1af24f7fe8548726e2e4a720827247946fe92fcec2e49c1515349e1d90149e1f31049616b9ea4b8502e296ef09794c877484a87e325151b6f4b2a3d8f492a177224557d6192ead58e92ea7f38498dab44f2104493d466dc93d4a5612475b9da92ba9606491de7bbe4d1ecb2e4c93a84e4899ebea4e93856d2ccdd2379b9e694a4a53c54d2d2e020695d4149dae903924eb98aa47bf893a447d429e92d4e93f48373259fee2448c656612563932592f116a2641cb34b32b1edb36432c14532b57f8d64baf2b3e47bc0b2646e3954021cb79080776f9240de594ae0f03d1238c24a826a424830272512fc9e2a09d13556423ab045421a5f9090e6b3259463d6124ae0988472eb8e843aa321a1929e4818071e4858d7af4ab897bf4a44e53f2462f56989e4dda84432612b91378d4a140fb4248bb77092c5ba4392a55dd692a5437725ffc0eed255ae4dd255e51ca9aa55a65435da40aa66142755837d966a40f748d70e164ad72ee848b57f594bb5995ed2cdb77e49b794a949b760cca5dba60952034ea7744f76bcd4b022557ac09c2f3516e3a5267796a426c4cb52d3a752a9d9869f528be115e9e1d5bed2c3cb77a5b65813a9bdad427a043a2f75fcee267522984a9d7fc64b8ffdd091baba074bddd957a527940fa45ed21ca9cfb8bdf4b4f32fa9df0147a97fe823e9d9751fa5019afed2c05585d2a0d18dd2735121d2f37da7a521bf0e492f0e554bc383fe48238a93a4577d1da457a5f5d26bbcb7d2c875ffc17092465f392abde9a894de4cd192c68966a5f13742a4094d1dd2846e0fe92d0f2fe9ad2675e96dfd60e96dbf2ee9eda683d2249db7d294985c69ca8b6a696a6287346d52579a1eeb254dcfdb2dcdbcf34e7ac7a7577a37f089f49e4998348bb2597a7fc756695e7d8a34af7b9bb4e89695b47873adb4d8ef90b498b85f5adab04e5ade879156ac18482b774f4b2b1f5b4aab2cd3a555f129d2aa37d6d2eaf35ad29a9ecfd287990dd23aed46699d4fb1b4aea959fab8789df4313147fac401257dc2114aeb752ba5f5f79f48eb27af481b8cfe491beef44b5fac614b9b57a9489b3fff91beea7291bef65e91b69c2c91b6a464485b7814e91bfe47e9db244b69ebad6bd256fc3a6947e06769c7ad606927ae57dae5705fda7ddb52fae14da8b437a540faf19042fab1a25dfae93f9d03476f48076a5aa483e31ed2a1473ad2a141b674e470b67444302d1df5a9927e8bff2efd56152cfdf62c43fa8d0e93feb87450fa6ba3bbf497dbbcf4579aa3f4f7085dba603d255dc00648fff6a54a01033152c8b5d7521860490a1f4048e1f05029e245bc14d1fe458aacf092a26a74a558f3152936658d1477802cc55fb694e21fd74909a52229f1e63b29f933584a4d3b22a5569e9452a73aa48ca76fa50c215fcaea0048d97fe0520ebe46cacdd392f2fbeca422fb6f5289095d2aad104b65370da5ca8435d2a50f47a44b501fe98af60399aafe29995af38c6cf51543d99a0dadb27507ab65eb228264ebd51ecbd6c3a665eb85de32adf22fb20debfb64daf9ea32ed97f765dae37632dde5bb32bd40b26cebf5a3b2adc03b327d9371993e72b3cce0e36f99015421334c989319265f91194e36caf631e665fb6fc4c9f62b2032a375ad32230b82ccd83c5676f06eb4ccb48c2b333bd02133df3327b348309659a4be921dda7a5d7668b7b3cc4ae384ec30414f665fdb2fb35f01cb8ef027650ef01b32c7572932e75b5132e7de8f3257d06e999bf703995b3957e60efd2df39819959d5437949ddc2f9579ae7f203bc5af91f9b8faca7c5a4fcb7ca4a5b233cfcec8fcf03532ff1fc9b240a76259f07ca0ec5c58a9ecfc9e97b2f3cd8f649753bc6597b368b22be751b22b484759046bb7ec2aedbcecaa2252766ddf5ed9b5929fb2c8e3b76591b1f5b2c8a63c59e488812c3af6b72c3af9a52c0698288b25ac95dd9a7c2cbb0d7e264b6c02cb92d4a364291bc365191ef1b20c98baeccecd17b23bc32cd9dd0dbab22cdd0e59d6bb5db29ca97fb2dcc221592e324c960f5797e5239765051b3c64c5b34259899a4856f2de49563ad1252bbb9629abf85c28abbc7b4b56adde24abd12c97d55c13cb6aea4b640ff7bf913d6c8d94d5116eca1eb972658faa4ecb1ed3c5b2a73fa9b2a7d87259c3da3bb267b7dd64cf7a32642f3d1ec85e3596ca5e07e165af95bb656fd259b2366bb0acfdc44659fb9765593b9b29eb64d5cb7a9237ca7a9d31b2befa15d9c06555d900224c36bcba49360cbe261b0bf6927debd6947d5bcc934d550fc8a6695764b3f675b25958876c96c394fdf8b445f6d36bbfecd76ebeecd744b1eccfe99bb23fb5c3b205fb62d95f0da00ca80e9281b797c9201bcec9908d8f64a88d7b65283f4319a6af4d86cd57c870373b64f8d01819bea74e4618b82b233ea89491552fcbc8ebc264e4fe7019cda24646c3926474dc7a19c33843c65a9b2363addb2b6331f7c9383b1d641c408e8c9b512813706a64a283e765226b5b99e855834cfaa851269b4a93c92fe7ca947f0d658b6a74d9ca1d6dd9bf7c33d9bfba3b72d541b27cf50447bee660967c8d858f7c4d4e917ceda4895cf3fd6ef9babd1df27591ebe5eb77a8c9b5a264729d9641b99e83975cef9e975cffbd877c9bfe71f90e344cbe63e5bb7cf760b27c8fbf5cbe77504d6ed82391ef9b7f2cdfbf6ea3fc00eeb1dcc83c566ef4475b6ebc3d576e9c952f379e98961f3cde2b37dd7e476ed69d2d3fe46c22b75c3b2bb7fcd12cb732ee915b278dca0f6ff7941faeb794db3ffc233fa27e5b7ec4364dee50fb5cee40e7c81de16cf9518783f2a3ef3fcb9d4e34c89ddf46cadd5e15c94f8c6ac94f48ffc83d378ecb3d870ae4a72666e53eb53cb9cf8750f9e99f0572dfef26725fc667f959b6581e5cc89787dcdd2bbf5478461ee612200f439e97877feb955ff91d298ff8bc491e01f191476adbc86f6e1e93df3c61208fb1d493c7548ae47145ddf2f8dad3f2f83aa23ce1678bfc16b6419ea8b14a9e24a89727efc3ca537e3f97a7407fcbd3f207e419cf53e5f7c007e5d9dba3e479497079de4ba63c6fd1445ec0fc2c2f047f9217f747cb4bf6f8ca4b2be1f2d2a1217985f481bc3acd4ffec8b359fe38f3a4fcb1f2bebcfe1949fed46b95bc21bc59fe5a7f50de12795ffee655a6fc6d0a59fece58207fd7b1206f6599c9df07a1e46d2ebdf276d783f20eb36679c7c0a8bc431429efccc2ca3b2b3be49dd2ddf2ae6eb6bcdbc459fe41a35afe61c649fee97d8f7cf8bdb57ca4c1533e2a21cbc7a2ede5633ff1f22fbbdfc9bfd4ed934f6c9f914f9814cbbf119ec8a7521fca67f747c867936ec8bff775c97f0697c97fde01cae7dd91f2854153f9c2629bfcaf095cfed7942a075ebe2087b454c9a1656d72e8a4b31c96d22487814ae5f0ad3172b87ea41c9e705e8e7a4393a35fff92637731e558909d1c77e5961c07d094e38b13e5846cb49c98522627d1b3e5e4003b39750c2667ac4e9233ff6c91b33c0fc9395a32392feba79cf7619f9c37c5930bfbcae522ad1eb948542c1789fde5e2d109b9983527971e8e924bfda7e58b77dae48b7fcfcb97ce0be4cbd644f94ab8bb7ce5769542a5c243a13230aa58d5fe59a1368955a86f3ea0503f9da858bb71bb42ab3844b161bb9f6203db44b1696382624b2d58a1afff4ba19f7d48b12df484621b2249b1333653b1cb304db17b5586c2c02c5db1e7b5a7c2d07d44b12f6f8d62dfa7ab8afdcb0ac501ff1885b14ebfe2a0fd92e2e0d44b85d94895c2dc7b5461fed048619151abb03ddca7b03de6a2b0dfb4a270b852a37014ce298edeffa47052bda270d735567898372b3c80398a13af43155e3ece0a2f3f6d85ef7088c2afaa43e1efada6f09f132ace5e735404ac79aa08403c5304ee6e55047d3ba308e26729ce8b721417f30f292edd472a422b5315e1866245789ca6e232cf5671c5634a7165285871bdfd8e22ba6e8de246718f2276c84011f781a088376c52dcdaf45971eb728be27681bd22b171409174f4ac22d9fcb4224555a248953e546400aa1519ff8e29b2f25215f7af7e54e4cc842a72333414b9dccb8aa204a9e2816baea2acd65d51be4957516e9fa6288f1629cae39f2aca47aa159507a215955e438a4abf22456566bea2b27587a212eaa8a86efcaba8fe99a178fcf4aaa2def3aea2b15e4bd1f8ecb1a2b96cbde2a58ea1e255f54dc56b1d33c5ebdb0b8ad78de7152d24bce2dde51cc57b6f5b455b748aa2333f4ed1d513ace89ab9a1e8dea8a9f870c357d123cd53f4f9d42a3e96a72bfacddf28066a6c1503bd8e8a81f129c510f1b562749faf626cfaa5e2abea7dc564d8b26212a6a5987910a998fdd5abf88d7756fcd93da8f8fb1ba400acf554001a940aa0f184021a62ad401c9e52204f0529504baf14789fe30afc7f361161fd0a22e7af822a132a18c829056b7c8382c37ea6e046672ab8b40605cfd95dc16bc9560813b10a19ed8a42ce3ba4501cdea550949c5228669a158b336a8aa59700c58afd37c54a234da95250ad5c75255ea96a97a154ebc22bd577cc2bd55d7495eafc5ea5baa444b99a61a85c637a4eb9e6334eb906c753aeb79c53ae8fd8a35c9f35acd4a23f55ea1ce857ea0c352b75e6d595ba97fc951b3d1f2b37d7ee516e6eb2506ee94c566e8d4a57eed8765cb9e3d5b872a7544fb9cb76afd2e0db5fe59ef44f4a43f188729fc64be53e2da6729fb3b372dfb52aa5b1b6a3d238e384f2e090a6f2200da53cc889569a9ec9549a9d0b519af5bc549a7f9e531e2a3ba6b47408525aed8e565aed7fa6b4f187286dce9a2bed4e042aed02639576fc45a57d5586f228234ee96c2d503a53dd952eee54a5cbca0ba56bd72fa5bbc50da5bbbd5ce981b8a9f472d8a6f4429e50fa6c5cad3c9d24569e7e7d5279a6b94de927bda03c2bbfa90c701d5706d4852a03b0a9ca60a77ae539d374e5f91da6ca8b0ddecab098f7cacb414795575b5f2823e7d72ba30a6f29a34bd6296f66de53c6e597286f99542a930d0694c9f56f95294b16cad42b85caf4359aca74e729e5dd79ae32ebeab232a7315b99c36d56e6656d52e677f82a0bdfa4288bfa0c950fecf3950f5abf294b57f9284bd97dca9adb2794352c6fe5c36f76cada957c651ded87b24e06543eaadda97c927b4df9b4e8a0b221bc57d9488f523eb738af7c7ead47f9226756f9029ea67cb53655f9faac9fb2e5e080b2e5eeb2b2b5c75ff9dee6adf27d54a3b2adcd4fd96ed0ad6cafeb5776a15294dd8969cabec8abca8f087f657f428372a09fa71c183fac1cf41e540e199f550e1f59510e831a9423a68f9423d870e5082d5ff925fa997222f59bf26b8083723282aa9c447e554ee3d394d36c75e5ec8657ca1f6bae297ff4ce297f33b594731e0f947f6dbb94802d2e4a00f58912b8da4a09b6f8ab849c1957426ef82961cc4b4a38e8ae12f1d05589dca550225b1d95289da34a8ce37125a1ec9592240a50926dbe2a2926eb95d4900225f3b05cc99cb8a1e4eb752af98968a5c0b64329e2e194124fce7fc3589d72d9216271d5ff1aa0cf7820103e80e34543832b897212894a69a9342ea5ac385c434b2242099794bad24ee94949914884d0c0a554240da12591508a54245274d2a5ff7aeed5efedf7f3b3cb02058fd1a0507a15bae96e826e0b6740b72825e899b3017a85d743eff3a7a0cf5165e8bba31e94adaa40d9eb28a818ab83eae668508d1807032d2f81e6a4cba079f407fcda671efc9a1f0c5ab39360c87c5718f2b311b495cc413ba417e8f6ac033d5d7fd09ba9047a1f19f4fb2c04fd7ef1a05f520d06fa956010f10346aa5d84517d72c170603c18b93d03a3dbb960f463244cd0358069252761fa973530639a27984ed106d3796660fae63158748d03eb11f7c03a6516589ff7001bad18b0b15d04b6061fc1f6f079b0fb6d13d82d3d0e761bff01bb0be1609f6b04f6c5e530bf65112c502b0347f591b0f8bb162c7d340a96edf485e5ae6ee09c75175ccfe5c32ac365e06e3105dc5f3c82d5efaf81e71015f052fd065e059360edf6b3b0f6d574f059b1037cde1b80dff164f03b6903fe0f1743807d1c04ace80b01671ec2467d3fd8183d1f3696aac226dd0fb0d9713a6cde55059bcf44c2367582a04e6dd839f40eec3ee905bb1b06c2de71fd616f742a1c78b81e42141d2044270842dc6f4048e306f8dff42a38344a0fc2064c85b09cf770ec820244fd673f396511443bc741cc5f6510537d1b62ff2c82d8bd8510e7a00d71eb5642bcd3458877558704e7ef90386207244e328724b51448da520667678e8294502338376b3d9c9f7d112ef8ea417ad75c485f3c0332ce6c844b777f87cc326fb8bc7e155cf9960a57d595e1ea9ae770cdb0066e569940dee654c83b190eb703fac2edcc70b833b437dc4964b8d3fe02f2632ec03d7d0bb8e7bf1c0a8ee6425158293cf04d86470a6a507cf93c3c715f06a5818fa1ccf83d9479f683b2544378b6271a9e3b7e85e749efa062c970a85cab00554757c1cb5f1ec12b2713787dd10eea46eb409d5126bcd3fa0cef8ab4a0e1891b346ac442a3f31668bcf95f8b8f40f3ace5f0a9700eb4ecff01ad9f32a14d7f327c77be0f9d83083a5b07c34f9577f073b511fc7c7a13a03303e8d12a609d76ece2b205bbd69a614f59864ac10aa874420d7bb72ec03e4edea87cc91a557e74e02f3bcea2eae51b3860ac270efcfe02d52fcc418ddd11a8717f210e76f98e9a9b92517b50230e9b371ff5f757a3c18aab6870eb198eeaf6014765fe8186f3a371f4a0ed38c6ac18c7d87447a34b47d0e84a3e8e6b55c4092f227062ae1d1a2fee87935674c529bdddd024cc064d1e9aa34989364eb5b1c669573470fa680d9cf1fb5134b55b86a6e183d12c6003ce51aac73943dfe09c9a57687ee4185a5cfa152db21dd1d2ff295a5e7c8296697a68ad3212aded02d146fb32da2a9c433bb76cb42f3a8e0e86df70814b392ef1fb0d978455e2b221fbd069c93d747a3a1d57e64d44977751e81afa163d5c8ea047dcefe89138133ddf8f43cf2f07d14b77357aad7242afc0565cd3371ed74c0ac3351b8fa2f73f7bd067f810f44dab43df9c7af4addf837ee71bf1cf49b73140b53f6e4cb2c140c52bb839fa0b6eb178825bbd6271ab5f770cf2b0c1ed81cb70c7357bdce56f8f7bf6c4e1de6d5eb8efed340cb634c5fdc15f703fb4e3813397f0c09bd57830fd1a1e729d858736f5c4d0e0257838a6198fecaac3a3f1ae184e7618951d89d1719b30e65b04c6f69a8db1ba8e1877a20ae37dd4f08cb2239e79f10b263cd6c6248d4398949c8dc99ae330a5a93f9e1f6084e93d0c3163fd5bccf8fa182f0535e165572bccb2198a591553f07a4b3d66e707604e6204dee8b20e6fec9d8637ff7b9bf7dd1b6f4d998ab70e3fc7bb351998efb10fef65ecc67bd7fdb1c06525166a2cc142ff1d58645c8bf7ed1bf1fed10a7c10a182c59f9af0493f472cdd5c8f65cfbbe3b384687cf6b6099fdf0dc40abf60acdc35112b6baf63d5b85df8d2bf1d5f560fc1ea941d585dbd0d6b3c5760ade249acbd15826f0cbe625da61ebe359e891f0c103f4ebd8b1f33b5f0e3f381d81c9e8ecddf6e604b791b7e56d98c9fc90dbfbceac0af4649d87e6419b677107e0b48c37ff3fae00f9d8dd8f93300e1977424ab7bc893a349d1349c143fbfa66e2ecdd47dc072ea915c453ded334969fc67ea35cb947abfbf427ddc3a48392f9d54f6c550bf0f9f69409fd1a4169c4d830c16d2a071c769d0f572d25c5b429ac71692e6ad1cfa35fc22695d4a21ede193487b5906e99c89a7615d37d0b0ad77496f9e09e93d6e2683ab0e64e8dc4c86212fc8b0763e8d0dbf4cc613aac8f8eb259a34e3304d2a4aa2299a2769caa21964a25e4a26ff24d2d40fe368da817b34ad7c2b4d372fa0999ea664baa690e6ba9ad1dc0b85646ee94c168148160d266439cd90e6a507936ddc45fa7d530639a82c2587b336f447c81b9a1f9542f3bf87d2fc1f420ba7eda4451ebbc8f146073996cfa5c5251ab474731b2d4d3b4ccb9cc3c979771dad7473a055abaf92fb5c155a1ded401ed58ee4b9650879c58790d71d655a679d4e3ee19ae49bb9977cef4f253faf30fab3a18dfc3595c8df3b94365819d3e65005da961740bbc6eda27dd382689fdf18da871728b8a03f1d98e84b07d67ca290f5efe9e058633aa4a44d87bc2750a881358596d9d0e1321f3a9ed14891332f50546b069d5c09746ac5648aad2ba2d337cb286ee1314a50244a506ba184459d94a8f394926ccd28e9ba0f9dedad426787ada7b3153e94f2bf064a2d8da6d486043a3fa392d2629c29ed5119a535e953c6316ffa7b410c5d8a4aa0cbe73c286b76225d75bf40d75e07d3f58c20ca361c4cd9767e9493e34239b9e7e846ca47ca9d7c8572bfffa45b5dcce9d6cf32ca1ff282f2373450fef6c554d4e4440f7a99d3c3853af4e8cc182afef68d4ade5da6a7a34f52a9675f2a0d32a7d202732ad31a4865ebde50b9b22d95ffde4695c773a8aa8b3d553b8da2eafc32aa75e949b54716d2bb05d5f4ee4c20bdb7efa4f73f6650c39412fa282dd414bf879a6f865273f37efad4f207b568eda6964b6df4f9c54b6a5fba82daab1da8a34f1875b855d0f7d4ebf473401dfd5cd98bc4ca8684c67097cdcc5d3b2d5821b2911572535971a21bf7183f9695cea672af083d56cef66795a755dccf2e89fbbd79c9aa5d47b0ea0753566d56e401751f586d7e27ab65dee4417d87f2e005a63cb8d199b5e6f9f2d0904ad659708375f74d60dd07ce3cccda8487654f60bdb9cfd960f43536c8ebcd2356ade611619d3ce278098ff8a4c1230dd7f1c8c6e93cba5b0c8fbd6ccfe3cc96f178e3be3c61963a4f1cff8427badab0b1ef649e3cc39d2787ede429ce33d9a44c87a79e5ecc339726b3697e1dcf8e5760b3aa4d3cc7ed0b5b26dd622be52c9ee7708bedc77bb2bdef1c5e30b69c175a47f2e23b35bcf474072f5f57c0cb833ff38ab20dec526dc5aef326f0aa055fd9cdab89dd4e5d65f705d379758f2dec71d9903dafae63afb1b1bc264278ad6528afbdb69dd716d5b2b7a7267b2714f1ba103ff69962cabe99a3d94ff70b6f50ff8703662ee240052d0e5c7e80838aac39a85d8d776db1e4dda316f01ee71dbcaf519583b79871f081380e7eb583438ca23874713987dea9e4c34f7b70d89a740ecba8e6b01f367cb473261fbbd9958f672347e45fe18817af38d2b99123eb0ef009630d3eb9519da3533f734ce84f3ed5788b4ffd5bc3b18a133956ab864f6f08e3d3e2ccf12bef70fcdd959ce093c4491783f9acde124edee8cdc94d799cfc8f19a7280ce173b3bef379fdc17c71ae1ea7af68e4f47d859ca1aec619c394f9ef898738abfe265f0ba8e49cf666bef16b2de7aad5f0adf2a37c7bc84ebe9dd193efae1dc6777dfee67cef1e7ceff82e2e28dacc853beaf9a122f2c3bc287ed896ce8fdbbaf393ddd5fc0422f9e970752e3749e1e7a5455cf1d08d2b5ee773a5df617e693b9eab7ffbc0af6efce0d72366f2eb86675cd3c5836b359673ade54e7e53d885dffc3b9deb6ef6e1ba3b83f96de305ae9feccef5db3e72fdb5486ea87ccc1f43c77093e17dfe3440853fadabe5d6bfb6f2d7dc25fc4dcf8ebf597ee47fa785f38fb15e8c036733f762e9daaf5114f25014e71589d2365d513e5127fd5dbe88ea6a0751ab7d21ea655764f0e8e5a235215186e4848b7680bf68c7678af67d4f191a385774227e119d584fd129ce16dd8e0132eca4b1e81def2ac3c7348bfea024d13fb3430cfa5f1783affbc480facb28ed18194587c4d0c248c63c3828632a41c69964ca446a9549cba3644aa2ba4c6d369719dbde8ae91335b1c85612ab51b162754a536c558ac53606c4b6a687d8d6be12db777f8a5df254b19fda29f35bcc6441e2485978da551682a338ce2a9425e6cab2d48c65694c9438b9ab8ad3ab34593574a4acda5423ab0e3b8b57498aacf5f115efe17fc9bae61cf12909175f2b4b593f7b8cf8f75790bf344ce4afe004d9ba334db605284a90e77ad969a5283bf38b25d8d358f627bb4a887a9b1c4cd29283ff7693d0983e72789087840d6b9088782b89b4e82e915782e484c65a39f1a38b4435f59698ce3fe454e25089dd582d092b4e48e2918b92585628296b5e4b4a6084a4ece927a963fd257546819c530e93f3692324d3ad48b206844996cb73c9aad82259b52572f5d311b9362741b21d2224272a5272edad25d7a940f2debac99d9c52c93f5424f9a1ee5230314a0a27ce934213557990562a0f750ae47190933cfede458a771649714da014b7b64849ce67793ad04a9ece3c24a563caa4b4ad40ca1d8e49f97e0b79befe8b54787b48c5b6b952591d20558d77e4655badbcfaad426ade9a4b4ddb5aa93d7e42ea82d7c93b85d9f24ecb45de4dc893fa39280dfd7b4bc3db8fd2d09e258d2ebda569b88b7c32da202d93b5e4cbd966f952912bad07bb48eb155f69bd3e47be66cd93af0567e56b7b907ceda895f6ed7fcab7c151d231dd5d3ab6994847fc22e9a86e90cefb4be4e71a53f9f9204df095a6d0a724618badc2cda9c3666cff3fc9775a6ac8910300, 'no');
INSERT INTO `wp_wfconfig` (`name`, `val`, `autoload`) VALUES
('coreHashes', 0x1f8b0800000000000003001c80e37f613a323a7b733a343a2268617368223b733a36343a2234653763303766303064336437613461353430636535363234653330306130316364356136623537353461343737663461336439336261363633626533366333223b733a363a22686173686573223b733a3132373631363a220006ad88eb5737878eb1687423931f09b29a71a1bb29a4ba64c5e8fa2400d0c90028d0129c98fa5a15fa59f7599840e04971a915ee9bc89723e1d154bbe1f9400034df97bc749d825c1076a651e7fcdeb91ebef4275fcbe1c2616a78cad2a6db00453d6ab683cbc88b7c9d70382ee60ec2bdfff705cbd6a4f1f353174770e583004571ad78bf8394c35061a788f73e6276e144aabf6f34568a473b613c06b1de005e4e9dd9e5bc9861f0651f7c4ba0b72d05e0c6dcb0d2cd1f1cc99c143de78400629c26469ef698b3ff257c779bed2a51723b90077c2f8a3d2841a7f3e43cfc008591a523e642ed35e001bf146a86f32423f5e06a219fb5fed0624e80f46af60090dba7ffe534281511ca4ba0497c8a84af300f0cbaecb57118442e5ebe76af009d3e7ce6053b28dfaf5c572a9c373f8cf60b0ad84eaac1323dc337105b556f00b5eb690ce4d3d6849d0f1322de07fbe3c65dd15ee8b015fe5844fe93325d2800b987f62f8ca16f2911f6f43a345db1e35f15c70ff8df2bcc94eb8e63bdfed700d4651eb52aeb40927484c0b10e22e990e1837109c8904efe159235f78448a500ed547ccc855facd553f238adb4174f0630cebcaac2b830aac30eaa89361b9500f7f92d6273e847a80a2868721a0f2ef36ee510f5f92165c8d77a2e59111078010380d755cf690c8dcd3547a0e81c14dc2450c2fc75cd768f411154148991c0010fcaa644b649e85856aa66b845577fa313cf659380df47a75db8f117b4711b01293697ed09c56adc01ed94f56e4ed8a45e7d305b509c4b58087393a42bc8890161b177a95382b6e0135bf30255607c5753b35044e6b0131ee7be9f4e68acc801620221951d0517c6f2ad23a73869df3e6b7136bf528445ff359e943a9722fc0185b4cfb184e7b75415aa5f5e6779aa7a47824c2231b0fbb38d557d363a0f9f019f6c7c1d87ec2806e39ca6c19671067b12c6f056c07e1c75ea3ca20644680801a66f2abfaf8c63cfac30dff1cec1781da2636c24870912119934dadd6d95b701e4c9f86fbebf601d76413aa711f89914ec88607b7266cbc1ef5ffb5333192f0201738dd96dda3f649a5ecd9430df5830e31323719605c22d6d6ccf012a80cf022354f18c6399c178f045b5c7c28379ee88c5a99ce2489c15e0f7ee3ecce3160224c93210fee48e5de29225c6ec2a9c361d1bde5cfe6470f9db9b219dbd187302259fe05d5ad759c76fe58addbf9ffe9fa584a991f4c9723b47d0f711228aa5024775f7c9df26c3775dea2d48800d1f5257fdbd5ccc35f5a6f5f227b38c3dc3025180376169cc0d4943d27045964be1c8ccf08779bd806b8ad1a97dcba3069c025c8d24ad7022b726cc702b5e8407bad51af57ba9af8edbccc298b935ff7c990266a2e3b58553cd044c9a6f173345fd78c0bafdd1a55518e3ff0fb071a8608e02713475ed0bb6f85aa2aeb9f0b0af5b6e181ef938947f031805174fa3ec723702870b08cd301848301431594c2452521f41680b4a36b4e74da6773a2ff00e37029a2ecada8f5094c183682e0b42c2552d13d197f2271e5473c1aa7a2b70bf9002df4dfa06cbbb79554ca485c14bab0cf943cb57618fe55cb0e8cb81c40a833b02e8a530e5c4a02266ab05d090ce9fefd2270dcd8da4fd44c4644dc5d7d9f9c302f7a71d73cbc7bf89d8dab4f8192432f46a29c32c0ab227201f2336e4a7390a02fc8d87cf02da96a9f56d4bd832860f65b266e90b7465be34f99c9a081af003031147472ec06607adb15679601bb8c9ff29222e6f5b60d7cf90dd0d061bc914031c6e94f3e76a6ebc7669550a402c9b2b212575091b72650634d92b4a755024032c96574e8dd950d932d222c59e982c7c5ee2e58079deb2f0f1f22f1a2841b003315dfc2fc685ad42914df36a3aade540d1abc8472b53db66b617baabffb96403569e69891c0a02b03657b715fa05d4915c3ce74f0ccc456a32ac51f28ad7d603940dc07cfe5836c2ecd4eed22f3436a44af2d5c93fd4d5e658924758867e86039675999ffa6903630de270aaabf5b4fb1151d6c71913ed999cbdf70c0d3f6303984cd954d38a95f9ee71671502a6c8ab3f1d63019772870ec8b8a674ad036403aeace6420d544ac22c5193d3249a54446806d71df10b15d028285a64178f7a03b6b9764fffafafc25f95029f083bc6809bb3458c7059f62ed5267df606ba5f03ba09d45190bfc6161281898de36f53e26e6efbccb5761feaf80029b0f6ccd303bf96ddd3a4e5063a44494c56ad0b0079c55a08fe0f88299bbe4b890a11e38503cb1d01dc98448b7e121099892506526ff8ef63118915d637ae7f0da6ba4cbb03e63e318a16dd885d9a155e5dac52c9a2124e46994df4e24acc2c98eff70c6903ea492e32209abb193e31b75ad83bd7a8be8231161ed481249a1021a187573a0409a85378ef4471357fbae02f77ba1701db5f573a9cd82b011c66f0317af9b8040f67a2a68b5c59f2fae26df50c78b3471f4f30c7cee26a0e6f5d2ee396bdae0410429c3dbd660e7e3a4ebecc1ea4466136a2d5a1d90a59208dd8d327bae8690411fbc2e72bad600cadc2664759626d9fef5550a9994d81994ae9daa1308026044376c2e84d932485db07e8fa11b64fbdb7342d4b1bb8090b6f36db6c62f631044513e53bb13778f93f1cf02d99c7b18ca85ade7a45bb9f892a866e6bb1bb890445d76d1040ec0c9ee3e9f68e01e9f0311073aead5995233124d015e91aa33d044998888a9dbf0762a38e584272bd3f8ab7ec10cda52df48221c769ba3e7fa10460c9e55d7742cbf9cebaf59d406b7026bb9bb96834d49b1eb532b68f997fba046627f647d1d3cf4953950ce67da07d52e2a58517fd0e4ad09b0e5a5b60c6f6046da6ff4994243d0b84adf9bcb944938bd69b26c4c7be4007902bd5a2cb14d0047a3dac69bb0feaeed2201c53f2a81fb0d4c0fd1a1a34dab631e935c1aac7320492330d233f45c95110b7cbd84cb6d5496d24cf5acae5aa421aef2184e39c26049a08cd968e1f97436b8660378bcfd7272fb9bd5de469aab213351da000bcd204d6ce2525d6ec2dd308d5295e5c8189a2001bab7460966b90e0b240a7839b5504e64fc594a46370a6cf3ee32138484236a5cfe0e3ece23d9362f1c2158921a704f46e8a7a00a74f5311137e4b0feaf8e77c24d8ebf6b054a1ecefc185e66c4a050cc6f81262ff124f779f90e0d0e1cd660a54c0feb2ad45671a55ea0df89fa305148f6c7be003b253171f59443749d52e0b60e8e4b5c38f7d23d9a7fe9ef44a054b4ea28d65e9d38c04bbf026149dc2d08e75d1a1490e719974bcb78b6e0b7e05540902025f6ad7068d2d989b86c925b3a63f9e37a1306996bbcb7dcd65dd69055a10d64f992645062b72588e0f6506907b65aabd6d58cec8f63cbc3aa64b53057a5f6f65efd51efdc5ad79a75e102f3f683b407204e24b12141425e0e14c500585c766a8e063cb287cd55f5da0db55cccd926f1e7e4d45ffe8efd71b1386dd05b41d73e883f2405a325d10a6f3ba69bea80ca85d284a0f7e6ef833ece0cf9d05bfd9801f81686a81f371da6fd132b1866b4cfd9b4a51a76300cf387c7f56dc05cb4191fcfd8a1f8e4e08dabab6290dc26de44d0641bccce644beb06f732c9605d5f0ea24bb8bf4674a09e1c596d8376c7d0ed861a1f1bed4c8c18aafc3777c05db6719524c680621f6b08131d25213f3fe9d26112798fd6bb11b44273a385905dfa4271c5c16d500a8b6af7cc738cd28b405885d78925ae41916b4cf764a2b05e87e8653198924d98b3608cfee76679041d19cc008ca8b513fad6aac604a9305f1a94ef55dee302696f105629b001deb563f39b4c1ba14b6d122ad2ef7493305f491327229726b922b60bd4e694de7f132025d3cbe09be68040adacba58d9705fe4fed0b80330e8c35469ed0c85ccc0011f79ef0932c167653e7e70e2b701c060afd2e871ba799e9b40dc44a2a525409fc218ce6412696d51055f342cd744706163d5f3a1c5cea5d3e699fa33fceb740dab9dc614bd5ba15da2abfa0d4bd2b06185db280b5d2ae67c6895e3632f31c47a69e0d831f1253a01907850c7cb13b0629a5243d5803c16e21c310baae826c3dd840f541cd1918b0d3f1183ade5635063655c6fe7835f41250789b9bcd26f3bf3a0e569356e6fbda2d711358b9ea41063901c04de734dee0862db2b090a9747f0a7bebd1f5867d1eff4d491e060905064145304ee3f6dccafbb584c52e5430180362285bce17b281dc0e9eaaa3f5ed066f5964d4ce25dc20e52ba35bbb42ba9512f020661bb6083c33297c959e9f1b06792daf6482b0b4caf45d602c3586ef1f6c391304846fc81fb9a478ab9c3b910688f5be785a9fa0d57140c9f5b6e4353161a514497888bbbc4d4f59c055f20d068b5aea748a4bcfade9754a4f79c5b9a226d2b8f8c42aeb91dcb2c675732391069e1c087431f01fb22334e7cdf6b4c3e482b90e1a80c12726dd0638d100c31706aa94bff59b6d393b3ae103c4cdbc8466c2c66684299399a40749ef9cb3cd3b06c112fe506f69c3e3a7da3d9044e18eafe4a430536ced687367dcba7b942c9806f396d5c96099806888ff609350a18f2acda4b9216a316d21967e9d054aad8e070da64fd35d058e0781593c8d79178c7d831abb3ec9ba48a8aff0497cdcc750070ff4e8b1dfe8aee04262a5bd65d45efc9ace883b565431a8ce636aa85d206b071c5e01a74fd7eaa439ab41399d2fd81af38c1625984062a42e8c60bbf0959a072004706fd6c0ef6466b9c63f0cbb6a72a3e459e5158f657cd5488cf7683edd072c8b651563de17a196521817fa657335042d939ae0443dc7c4fb3cf3da3a0c0733e3cdcfa9914de7f19dd43ebb1c8bff72ee0f36cbd4a4d0f4257a8b75db870737fe7f7dbb46cbf098c45b7978b1af5d6b04e1c6ddadf759728387d615bc030739a349562c430e328d229395c9560f1fd16cb79770885d6c32a21750eff866073eecf5044b70d4c701d69a4a94be99627677b060eea902aab52abb77e9a0f3077db1cbf8a9b62aca98f10f98293e3283711da4966513a5805e0fd5c0298c500792038d11a6c76efb476652f4404f6c2c3e6976c43ab060c47451c62ab7382707a53c93f30ae38bc10592bca04af21e8fb73b934860f751d89d1d367018197107beffd861f325ebaef1080d86d80910fcec2211851f4118906e883348d8497307cc3a59a5a461c165301042d2b279f55070160aefadbeafa899f20bc621ce9b07cdffbbd926b0d6c985274dbad034e39a429f53f8dfc92b27a534261cbc240307d8a1a10ff35606670e6704a4e113106fce1efc67107ed90beb106d2fe0a11c08122f26742be47ff9e273d77fec1cbee4d422233a5aabdcaf34e39389265f150826dbc70e01c736227846f07c7760411b5a5f2b764c0d7db08e4edf50e5c9e6083683abb88abda25feb04f0d2b0e6ddbe94fd6c321fa1629ea9b97113c39c2408558476a1f1096c2c73a8c5d9220d0efb6d039ee860bbe159d793af5594b658085e9e4d0373f7970f8d36529f4840f116092689e586bea41342c7789ef6406408c65210022355b3f44ffe50679b9e731e48fc6fe810296ed5ceff577213e98108ce748f5aec4daad2fee83f012586efb91b880f56fa1d18dcc0a244b1b0467608e01f40af88c1fcdc2a391f56150b9bbb0e8ccebcf3125b45a3b642757d3ca808ee84b11c1a23b664b8341b2afb3f0b989ce5b864aa515d0442782e7c3944f808f63a0e6840d6c251ffcf2f55002d7c5fdba231f9670b2df12bb419adb7de7d08fcd498215e6942b3d0f24afcd55c57a47f5d9066a71b9c40034085771ba33d092e1b185db619ed6b5a3114d1996d16d247f582fd5dd41278e03003f8ea95c909313422319c4978aaf547194ca65b0995821db1163e2847e1413a108c0efdc7093634b513ae88e720b932061011444dc84de224cb0de6be90699300d401ac8b09385cc5ace7ae6af9419281ca9435d12b589d0cad9c6f885415f96db05f037c094debb0ec127975249c31bc636b5f914b17ff6fdd66dbcf046db31c85b925fb0967295b2e89720ae06f9469d77b348a9b510a0d1438488c0d665812f0c0e8040976b66cbbb4f5d9aedff7062118ff16f0b9ff5080b26dfdf8950a367ccf944b097ed0f543e8c8ab990eaf37a406e0c33ac0a3732675cbe4d908ec816ad4cb7409a92b13f67b52f483e4d3d984e5d4cb6efd742cb4c79ea660b595ce7c55ee9609ad09bd9c237489ccb9bb080feaab703d12ac0649041522bca6988f2946181f09d693c5dc1ef1142d8c0a715589cb69bad7cd2d9b24e068192aedd8076d996c09e656076898d0f04c430e898fc2bb3e121155c6382ec560c6403c4b10e9e36809fc06cdbfb810ca5525c54fa8480cdea1f19f851f40bf1f7e785c36cec47ee20a013cba3a98580e866806c7514154bac0efecb76f8ee17032f5b61fb9383ef80a072a84b23c0bd7f7ba1bd3b3b33f484d8db22756d5e9e8904ceebc275b52db0a18f04026d8ea5b44715315de04c111cad303f0ece04297d74e2346894285e40a2a416e9584b8072e5de942e9c474fa7683218957d2a74d77069239ddfb02460a2b505f7451ff566feafa06a9b2aa376eff0a7a23f9181138cdfabad2dbdf4a0a476b020cf9a07e6e6798966d192eeb335c960af0e6b0316982d46a67d6b8d30a76ad3fcc75ec0609d2c8c866df68151836da3242fe83e83ff1320033947da60a7889e76daf1bab856e563d4f440fbc930054addade172989cf55dce3a91c1f0a8b905c5f3928f4102937820a9711d62ff553e6e027e467df83867695a304c30aa13964a3c7ec678ff07e4096a4ae7ceb422d179fc1b0b29cda90fd363da39d0aa40354c25b4370b9b1a702e2282cac5f562be44c040ddba849b9fc282e88840aa573fa0648d77fb5d1876320eb2d10792f2f14fd3f870dae244dcca4156a330aa703617101594bb44ad294ce801870f91a4afc6a90af5c50c70e98c80a05d40ab6afdab79b746e8c0d8945616ef28e4a3b7d28efd2d299a9f1c22eb0c4391b0ab858023a80bc51d87dd72bf64f975cdf5f93097bbcdc93432761d7793aa4df0ac1fb1e20c55722ed880ffaeb77178600350fd153204e728fcbfda98abc9a680ad743e31cd930c4704664f9b0876c9500bf9e2275ea997e3222f554afbd701a0ae876c95b1800c708f587585a707069fd2e01cc06a163b93b7e260f8c86ddf80aee02b705ce26aa296834d05f60d546e34c939d3c97e33a6023701b66a2ecf20af9981498db525723de88b41c20e5a651a5c605c4930334455ba327c47a93180b36316b878f4b28a3e15d310cc87a08af756b7052b621a289b38d8c975943030b380418bbb3d5606413666896062e5e38a6e4f41eca217bcac0dd46fc1e4e910b4c7bcee77ac529aafa2cad22a777cd57cffd53b28c4a1cc7b2fe9ed5c14bad0b53c1aab403c075e1be92b94d881cc26363d6cdde6316644499288b51b1cc0c0b5c990d61f295021b12085b844a3f5403d3d0f03fd1ff11fa47bc64a1e628730b86a9aaa211d4ee74f4a6420755492b02759b98c043afe304c505b60c8552900b919fe35346323e1cc23360a5fb76c91cfe27983a6a7328819d2d4eeaa716b20b9ad6a0b8ef96e716904ee733830fec1295f43ae256533bdb06c5e143540a800bbb5da0fea50e4387724abe08328eaacbc96d35435a8700d92f401d4031df310bddc6531ceef02e3ef55591427c0816329bfcd39c4f557dbf01da28d4b0a11e0c1e741e63e732c1acc4925a568652eae9a1835ba7826c1b23347fffcb7fbb3e0c31ceb5a2b41b450704fe80c26c7c6c68acaea3d9ca5dfd8ce43ad459c588f50c33099a03a7d319ec5c676dccbbf1312971042b23e398f2d962e65e7f3072520c5fd2b2bf88596e2c901b7faa4a9aa9a9bdcecd819354c84e42ba28d92db1a70c6703f5ea5c174943da9ed73a72c36e85ccbf863e5477d8440aae51bc2198400c6944e4f803c37282e8b4c8ad2177087a8ff74c7ba9ef4a16d11c7937032dd10c6de9d703e19347e9b49e59e28a5ba8cdf4e36bcac8456e2306580176d569870c77f7528dbb3a9e4d90374bac0b6b528aa2440cb795ac912e84f3b2a9204c390c8cf425b153f7a8b34a2a98c01996856e27cdaa745ec0ced056c9b9c54f01870c9cc6c7ec2af3289c9884b78a37598b11ee28568d0bdd7a7c2500276a8db7d50cad6c81f8f7d8b51712ae2468e75443eef4dfd59e4efb386bf6c8bac90e99790cb86d9c2d42eea9cbf3ec9b0eec5956416ccdbc32be565313fc236edbd8f2580cbc960f8bd536f7c358ee94199be2f14455c854f63df596314fbf40f82c78d40ccf0efd9288dd07b3d920d829ae8fbc0d8f0c26dc6435b7732f2c9722ec64b70d0525b650a8069698d3f963571be92d3a142732118455e190274674e0dda97a0d313f963b0749429c3d53b1f71a9332cd90d6a59126fed7865aa442ae11acbb0d3543dd13d99698f2aa4ecbf98f73c5d86bfad7fa0e6c9b27743335bfb6b0aa0d5169fc5e9a1a427cade4661218b2914391bfe82d2f72b1de55c759d9a2c5420d58b75b63647053733319d3252e58f3e57c024188ba04c477fc9823284a4c1d0d61827b70eb39d1d9e5f328419629cba185ccae53505686cc7307eb36ec23690d6e750e8f8aee3a114674071ab1a4225039ffb5b87150be899c52b8ae5041a00d87bccb6b0e953c7657e050e4c09c76aae3672848d182b5a2631e8e062b64370d9459d3f874da575ea4fcac7d724978dbaf1f15f3ba75868d24e72f644d6bd80da00855fff287053aef77f6e7ebd42cc8cb11df26e74b857026e11a9a8110d10daa033747d99ba00672ed581016796cd6efb3a03c55357038e2ad6e8e12e89a0dc29bd87fd758640944110a15e8a3ecf18e01ac1b71bc6263f71a177597edc00dd993a303d21c43372c9abe3cdcfadc70ad2ccf4c16f9e2b57e7259fa7323800de722be2871719a36e75a1d4e86e8b40ccfe696c97ffb96d5c59f26e568a9cf0df20addeecc2a4a96d43605b4a4a9befb94565eb1cf251457015c0fc07903ac0e27ed683f0149c6cf49ebc2337a28429f47512389976070e4533a654ac726840e2f96ca9de11c61c98ba89360eff7fe0a198c7d1efbe71a5c78d52bc3475c250e52a3b5cd4fa2a436b3e0fbed7deeb0e39593e682abc4042d1caa467ffa6b520e56cbf0a3369ab70583475f650dada622e47dd5515e7506e2d5f8c0bfa359740e59ae15908973124e6cc96402557cdf0737999174ec55e0124659809bc86e880e61d449575248db6ab077484242c7ed95ceed75a45870130062e45565d2244f0e72ceb05965bc4a58a57f1d70ba570921eb161f8f194cab090b6ff7d1a69f3f0e8113c13131cae61281a81d5dfb515bafda372afb619033dec7be1606da68890e892ca155fa8eaa1063815cebaf6b69109ab2a0bb367516f8e04a0a02332aac0e934b76ca698404e5418f26e03492faab3d8744e9d67121e893b8d6a7663b340e939950e45ab5f865b5074f219876782e65e8d33897046a59a6bbfbe7df301a0ea206b480e8508550310cafd4532fc08fde0430903feb5521f5cd9d880ebedf0ebdb8f5f21036b03f3fcfcff65a9e917688773d32483af529782eb0f4ae87b30ec96f0b085cc5d44a86c21f74ae4c55cb0705d56fedf5df03f1ad4cb6bf7e9f0ed02936d3184bcf355324ca823897c7ddd7e2a1a7356790673783336c73751c0ed8beab7988dde08b5aa277daa09b1c1e30594500e9e5cf13a3e8baab0c695c0ef97fc2de0e7c92bc9498cd14153789d9777189d23b1e2c7292ede44c9d58e20efc86b1e7c85c333571762e52dfbc683c3ceaefab149174f768448a248cc25c0f46e24d850428f1623bcb8ff44b07e1f3e6ab67ab26120af52d93fb6e7a14450f6a6120b623825bd59d5964496466405c82114b326f9796d8822f2ad27edb480f7702e8ff116340db328eed2ce9f2d3f9b4b650b130ebedc1bae9a6cee3ee8f0f7860d5819e88da645a76730cfe2ed4c46b8b7f92ba85de1a7fa635c500abba0f79581e1793a724c8f56a14eba48b88d64988c2f638a2cf13cc0740743ddee40f7b3976d4c63e3accb74d1ad4cfb59194b1b80d42749d0df0cfd7cccf0c33fb0f98bde57fadb182f67f9a0884748ff51e4320ff59a30a99dc4881df01fa24240f9f5483cc9e7d5ef170664f5dc515c7ad4e33ad250d5c8ae02d08d84117b94a0fb24bdd0caa4b97e08f83fd375006af7865e627a35048f80cffe548fd503d2c0fbc908d4c8b8beb4ec1b77def9c1af81045e5f94f5c30b875c5ca464f521a290fc481a7167fe80603843b53a027624e3c76d977fa4c53dabbab735481b3c57c0fcf3e51ebce03b0cf697dda47170ee5440685a38e37e111a04f4635eca2421c0fd74e6f76d9dfc83a419d165f2d3306a304fb781a4abc421993406b877935300fe993cfc90aadd751e328e7f0af023bae34f4c18f2e9d1cf3b8f2605287c5770fff7c6c53c95070dc6bd447c64dd138c7fc8395a1ddd4b9cddcf666f245cb7810043bcb9d06b1a318c94fd85bc0f7f3cc4a60754fe2761e265f19dcd9dc2d5d1012aa9b83c64596e73b7cafb57824a0e5ed2898746022f2edf02f1a3de1603e1026ee876f528ad6abd9fa1faa091fe6dab20ceee77dc65a0977e925fef628f0103429b63b0de5ed3ba2293671693943f4dc32e9dc74d61e643634904bd5aeda1041d85529dbb321a09ea150646c77e42bb4feaf3ec63b17e7a01cdf4facb12d1064d247a29d073b9ecfb7f036c13cb3e1b0f2fabaa0776a9b3bd456bddb3464106bcfd4b7dc8f3eb744898c1f1d6ac32c1d7084c6fe6b7e2a8aba04aedd1364107de7af5bbcd4ede748f9133fe2694bb65b14bc69befa2fdb0c28f5af8be25e109e901f5c828cf634a2169e632d11a1c3c89ca1fe29f6cd971eca0513dbb7f510a2d240632eec565f3b71f6a6aa3a754df8addb58aefd9c625785ec0c5a60ef10c445b211d8b60dc753e8f16b791fedec25842ffe2d918e755f4543a9023f6f10cd5467fb4e4c43224def361931c9bfe45c88297fae6a8f69aef703eac1f15d10e36da586628a23af99ab3688a7437f3203a097ce616fdf321ce1a88146fdc310e4cb814cd80657a194ae250d564a037ef8708ced24a1c10f9650288bf1718a111dc7fa00845253e93b0d73f27dbcba166f258aa9584f775209c95c981ef342111dd03b7adcc0d2f50cf9f16223ca719abe8f6ca6bc45111081f48853018c571144f280e64c6578ecdde9aab4406d21d1fe8d131d7eb606eea7d17c0b1064fb11455439762cb457d18b8287dc0fca804b4bec98d1230005aaca669be7be8012115050bc0041a277833a6f48f05252884553cc4789c27f13ca8f542deb612a511166b12c53bb37f4cf719dd4cc933ca6552a223b62be7292eadb5eb02690c237116af946c59116f8fa8701c0d2b1040b79d05a4122ca598c211f9509143dac9a1178f6604adfa9692eac3f0f777eeb2f2277be557bab92d24c66d78f313ad5a411793ba82606db86deb95b7244abde62f34e76958ce3a484a2d50aff1a7772191189c46b081f48751745a4ececf44e12c1022fef4a59b792fe67f65369f7962911944e5d0c6ff2ebd57ddf303c81c1192cc4edeb65533c152ff6dc93380743d211a954324986551058d06a46eabe0d504a360bac105ced642453653d05678fc111ae98f8db9d4adeb053b730bc0ca3696c897777ae34048b3a99f8d41fda224411bd8ba58f803d1e5b95b85accef0d8b8be723a64140c86633a808315f3c1bc811d1ee1e7681a3cfcbfc28514ed0dc5943776fe9cdc0dbf47d7aeff62f902b7811d917b197ae1a38d5eefb33a495aff3f3db8054c1d1912fbac72aa8325ec26f11dcb0ec0aad30fcfe00d304cf31ee783f4628c9388eafdc56ede9c5d92f603811dcf9d086c0c28ce3d71f74ac32d43ab25d02584b2517d709454cadd8e5849f11ed8e741fe9b07e14a8056e4605e70e5e6dbadcc44b59c44e05a7c622e3e80312555b94b1b5da4137ad45ce0f164f78c69fb13a59a7c37ba1f120949d3267fb125ac1932b6a7bdc6893f803f64e9e2e6db7dba92bcb36999c7230c18502b1181271b4e358c57b34a6619bfba9cbe734bd95bf85153d50d4d29e255e5c24b6fc127ec405064b4f62bf8f8248d6248d280efbc0fe0d5fae0a74a46c11ec1d09f312818d36b1e04178091d90373029503be7a40031bcab9c4d7b7d69d5050513ae1292f529e62d5b00aab73dd6b93f1fa42b3b51a619852fd7ac572f157bba98df129a6c444105a3841d55c9ea520370bd726d6d0d4636eda913e3fa8cd8b7880e12a1698e1628223a9e409f6305e08b0fb7083aa0073c522982a5252b3ac1bcf812a8c9472543792ae06d3fdbb4b62fc40d21d1ffcc078519e61469aa41484b3212b0efc41b773a13db252ef33b6a40dbb4a329481526ee9714025291d7b004a312c4ed9052d6e3ff7763186994061e4615f4ec7a9bfe0d5f633be2511141de0412d0e84a52b751367dae9d8c25990100e3927798859d5131a68d687ec742b8a712d7baca8c8884b8caa40821ed67c079a3a5c8047be538e3c4d9a2f7e037190a13130495a2675431fcdb5e303eec880d8e9c8c12f110e58ab8d6ac2b29ded7371314585b5fa775d2dbb148d0d85d1022bc02aab4c2a160c4146e728b586103d5133be33f7e918a52b99e7133fcb8d9bdb85220b1070ca9da61e57200d2fea942133c63993d4f5293f013c28acc7601b342a26e7c4abcb1496eb23b353156f68113534b0e0190c2361813c79048b0f269d449a59f20282e664f8bd364782cbe3013586cbf8006dc4aebfa2e11d32ac44a739f39c7cb269e24839ff1c0c80d4ed6135a2f12ae1861558912c68f6011b3648f4c048c3fec3e437cc914aeca158b0b135e76f2858973825f258457dd04b8ef0d134a96e8f32ac41166927a4be098481376ae04a44d2cbfcbc42cf5db7abb15a6e3a1ab02ec3f6a6bc1bacf5bd7307d138cd1465740f15530cdc757d56753c0ac321563c5ea4646887c13d53260383513925362ea473f653f713783b8a29c23706adaa5127cc9a80059e5ef820581dc13b04f7cf861563315458746575e406c9332fe1c344bc2cc3c5cd82f231abe8113b81cb2d01d6a1e7087f12143979742a8ceda8b544ce5581cdd36ad6aeee17913c21a0aea98d191d634ba57c15c1ad354e01507f0a8b4d34d5cd056fb6445ea13d2e0b6b67c40dd5d8c2932d4956971c76aa2ec2797561170fd2ce4dfff9ce813d54b11bade057a4d9d7223bbebdc369d68e6f471093ab7407fc4dfae9b0dcf13dfca306cd29e84b7ffe1c7e18a36ce6aa5a4f1ccf85a6d8a1663fa83040cc113fe2dab936bc5d1e8ad59a3c6db784a0cddd335049ded15bdfc7f5fd6082ade1417fd965d4f175c939473974d86d60ad50b549c9432378cabe9176fdaa00243141fde6760639f99decbb06dd5757061a05c987c2f4aee791ba732e566141579143271fd74cf40579f6be06d78d947cac4f0b056cd92b404d7b5a8179dce707a146bf0e8a88dee6e218ae3f23e789b5cbdf0687cc02c1c8165b4303f88867334146ef72ce4164c6d75998c1adc085ece8568557d311e7d3dd97aa302e869c1f1147927277c4bafb2573f085ba072280de21a3383b7cc7aa9d8bbd766575e501c14833159011dd8320626d4d0db917041b5550ed8de1ca2259af5a7e21c9866dc14a4473c822b484834fb797779e9aa27687ab2780fe1fa22b676895cf270d22414bbb813626fc099296348fa7653dc19b5166e5fe399128811a52861a4a7576314cdb4419c08fccf606b0cd418ad42ca9cd1ae2c32a38ed7f75388d85ec3ba1c14f444f1b1eff51ad1a3303fcbde96bf0c661df37417b6aa26dd212d1490553814f6863c92b4477aef3c330052d32d6bd02c9a75f8d7bc29b386e69e00adb20a150e6b3f9752b330a99e7d3c15ddcca4a1dcc1f7f82e168120b9b6245e24be8a15186d18dbe677debb602e41c35f5b0ff2a67245a3e55d15fe4aae23e9bc03d9152bdf98a334ff0244bdb69d2c4504e3b9ebc7a11e4766f37935dc9f4089886e154ef184a1e1ab09dd3336c44d1e04910eacef5b06cf79e9465244d36dd6df3a15846de28f5cdffbd8ec142c5408ea3379c8cdd23f1dcc5090bcfeb9d4882b6f1598f38a4b71726195e05593576af76a883a4db1dac953ecf3ef4300a815c7d01599459aba70da8e8c553d5cd981ab07322512b1fdfcca373242af039539ba0f15bed4e4396b0fd1f1cf0d073f72cac7fe0571511b65992db53d82f9bff5e6fb15c702d34f7aceb3c2327a219597ad2e8777e01f81ec1a4650410fc0a618b95315d3835081876c965ac54ec0e9d32126809b085177f47c10be633b002c32886115daa255f8e8a750bbed9e721459d46f3a579a1f3318a718962236ac7578680615eade10f8db53dbd8a6aeab33295d5495431fc1adcb8e3142b6822224cfa45f15f6595b5e03a165130a0e0687de18341c31a5ad4ca7f248dda9e2cca8f2153c15fae0d25760928265ede2bddbf6098e55b0269c7af8d5bf52fdff423d50874b1607718112469675df167e95e38a1a38888c0f13c90ef6eddcde57a63200e8fe1609d20f65fcbd0460680e8be070c32ce5eb2d6e83f97d933b469bf5a5201a1e162f71e840fb13c65121589f77153ee3188b80c637be2e846cfb0438b3e8b5f2166c65b9512c85c09e90c5d7ed096eefd26182b254df8c43c4d3802381c6c9dc16a6f459559aac225631c409c75dae39387db42e06fa400bf10d665bc99626fe16bbf3d6315ebfa299f51367c29e112b106656e8fc603629051609f0ad35fa0416bd45ced90853fd066a9618cdc90cff8506da72f44b1b15c5ec1008f1e5756a16c6f7d80f2589f670d8d6419390f5888ca03958633c5f3ad1f76c1223a61e2816e5c780762901c9a30f982c9582c4b9b88676caf7562da46efa9e7ae257f3ac16e89345d232e244fbbd7fdffb0cfe01a01848fe21167e035ceaa9a0164608c1170367eb994a1a6f7027f65d064d121c6940928216f8f3f714503bb59bc8564b17040c69fcf95628d47e6e9288265e5654e2536ed813c7d75ef302e045a7bd791709d875fb006369f15e1b5375cb259944aa7b176fe478d55c0f341227813196173070e9c9fa4726fbbcc66fcacbf9bcc0414de371c9db35cf40ec3d88c520f81750e27881c74e5ed4012b873548395f72a0a9b2e83fef4d03cea99719d4b4c31759b5ba3544602442016679c04903d3539f5771d89bc7ebbe72de63f957a3f217b20ac592a92ba04ec141cea290a2eaa43a5788a8bfe9e0f6f9eca03c27a60c17d6e31b64fff4fd04e6b81e92530542b3342ce40be4bff768d2c914dc9f2bad17dfc87bcc9772857f7e0761f641c48f639f1512c54b8f416aa1544794952f3617e8d512ecfe060a805dc53c45042640c7b7f22800be1dcb611ff07b7cef2ce91817a540ea6861831d5ac7ddbb088cb9891d94b04e2f465d00634f4a68e4c399181e4ccf43840919f938d7ab686cc432ea2269040d32d3a32de0ad8fc258a14318202b139b041352be612c04a6e6a96636870eca15970805215ca9492643fa2318320c4dce385f367773dc1b458afb5502edb8f850a25bd85702d291b4cf3410184cba7b340789c51aa0d85502fa98757797c012158e0f27810ee79e9fba68a21851ee69ff9fb3350c7a0dc30126870817d082607ef3ad270dec51a06c3b34db1895acb1e797d765f3633162ff309177df7e9f7bf7b177636abe7c6d125d615f189a16f6b990f26483aff5abb8344efd9c5ef75c7e1194afca9899d77ff3ed9218a037712f225dbad4e524ee901cf9263cd4bc09a1511cdbe159ed9e299db61e18b00d0e69002234df956d6cedc9152257b14b9178a79a4930240dd818214c3718b303ae8aef9b4b33409a99225b719fe2efcbaf76e83120088da9ce4b261e2e18cdee442cc4f070fe09dab1347aceae29941c1388e4faf54692ce0d3878d9d518cf4e7a24a20f77469aedbc6dafba2422989ba715ae139294bb025d58b0acac18d665f5fd1d2211f83faa7c32fe5909c58c91f8a2c874ac2d09f9b90c16fae618e0a39f76af54d1d5a8a2e6833248606fde48504f6ead75447052d6bd18158018e3921b155286a06e4f06c8c66b0132cea940371e202713790eb755d9994b3b18f810404913f4aaf9c83a377dedba2ea361f209cc9107484dcfa9043a0c107f19097146e7434fb48b84d7fafce5f7aa63238ab28ae6fd12a0790dddc5ecc6e9190f9a3cd5a5866cbd34e09899a41898d6ace128bbd6eff3089a7709bd5de1ef1914e5357fe5f58b466e3f9560e66238be298fbdf2166bb80c0c08f687a2dbcd191f9a28533b921377e04171d65ec83bf1f554c8ceb9d8165b9763c2f6ba4a1e19445fb40e963d2478d342f33210eb8399243529c153b89eb26a727885569fe61949522d5b84d29fe9063190b9f02e3b22bbe9073d31dc28430c041b5d6528bd19642d7c355143d8c976ae9c2cd13fc9611d7f8a64dfd3f611e6116b07568a04196cd945579ae4b618b1522a39c219b829379489eb6dfb76c158adf262dab72719861670095a3940b3b7530d302c7460320404b1706ceaf373991614f7ad57d3199cafbcee29aa308a06386149706f708441fe8842ab17d948df37a24d99acbc19b42999cdfb20159f14e14aff864f62ee00ea21d858a32b63cd8eaa058db1ba19b8f2c7aef48684d49138d04007fff8169c47c46807859a617236a011cac87219dc568f423ae727ae20342db202b5b0c8c04939bbed8823ed1e221491c4e06919dd945babfa2dbf6c9497c02b128b93e301273259edc9f355827e6e5a99e18419f505ac0863c074c4748a4d029b683f049ad8446dd925b9c1ca8b64ea5dc4cd1a01b4c8d5094dd8b5421abeb072bb2f4f169a883592a68625b14eccb6e616c01a0ab2c5acfeaabe57b1b44f964ff580bf1b2cd4ba184e8b0603df15c61545cc1a0d37c4685a129bb9cbee424c478dbfcb2b1d8bf0fcee76f253a864d9cd32d81a0f0f69e711980dbfb0eb2f8e71c51981a1bba2755663e778932d6ce46cae381a0f9816c9ecc39af35ac3be96fcdea836a3ae11a65732cc6c49e6391c3617471a19a242fa586622c6d4adae9fc9eb029c4fdda09625e2a84b33d1933933689d1a1ddc34fe32156f5e69aac81fd477df2453652849aa0f927d50922828f4f6031a5463cf82bf365be6a14c890f42c563b86cddce0d7889e752022829e9c4613f1a5b499ebfceca99603a977d9ea79b561abc14898d54d5446eb9fd2be12f607b1a5e5c25eddb6bf7874f8a90af991680ad65c46908f8a93aa0698be7f18bca6f1a7152e254873d977f00eab4dd2cd71a5844ed949ad41ab46887f7c4cc4b38681a7879378f7bb3e820b2e890e11da690c57a51312b353a234d753ce2af1f0f1d1a85646888c6a82cc88aa0990c0f61fe0becc3fadc918586694ba6b1238917411a8874f9d60703592d017b5256201bdbb74652f919b921ea2538b7bb60fb3f4f1a934961fa5ee092b015f1eb694a8b9e48078a3a9e6aea3a95bac062c2c28aab1ab3f03b19344a1404037052d3979af5aeda8e58c4565c9d327026e0d2d9df0a1abacd6dd2b46053fde87cfb8795d802300953ae01739f8f9f4541914ce7f6b31ae49cabe3c83afbc9483266d79d5bdd194a6d3c9d8c94fd78c31b3c139c30941ae937be819b8de0dbb4bdc33e111811db30ca58f59a858bcf98058f03f411d81afe9a4b03a08fda471c93556dfe308a3b4104dff2b3a186888d922d76856ee21b005d87d08611b4a47b6ccdfb434d76e3f8c9be40a8c69154ef39374301a43d1b0879ac055af9ff84e833bff3ce89a463336d8e9421ae709072ad83fb1ff0fb1b262cf190d6fb592a9ec96c7d4ae67078354bb23526004352645235502c428d1b69af516637ea9caeda262764b08f5716967ad2937cb6dd31f290d9c98e7a221b7a7cf51ba6b27315e265d0dd51b8679aea7f4ad1d0ad7a2df8fb5819972bb81b7c1ca6f31f401f02ce56a6ce63ce78f10fc9efaaa4f78b737c9830969dfce01b9c76c9b60250a7113554f1e28da0211777e3520b4c019bc46aa55a875e277b1b9f8bbb20a0f529386d7d2e1e0da26499b85fae6e1cbc35b118693ff857299c1bb03a8d5c60b45eab569bbd3dcc1d773d22cb5b3c16f2cf55dc801fa99cc4b51bb2ea39f990594357a3f2c71f2d15b5e299fc0c9e474df38e647a5bbd8a67bd1bca62eecfe5eaa4bcec261bdc7b133781babfa7b333376b69d612e0d6900c351bd194338f82ac4e305099ae35798c7d40d9aae5fbbae16231af706f34c9c2411bd67b86f52f22def172cb7595b43013794cb369b728c015e2f248b9278811761bd82d1d33a02a33bc8493995e0bfcd363285e5523b596c3ff67c9177068da151bdb7a7b3a8edb143762632fc94c955639bde362bb9810eb130761b3f29472f11be47e4496e0b82ce9fa103fd1a0de4764182946411b82e79275e7ed600e87601be71edabf6fb18101e8ffbcdbad72c19561b1d0f5f3e2ded7da86630fbb2c3d1bed15734ba43e50d7a1aeae65da179b293952ad01a0da42a3b09e5bb7cec57c1bf1d9f5d3c31efcf62d73a71e8cff1c98319d93ca8e125350acfed21f86d4451c02c87f4749ea34358fd5064d43ef6759fff93ca82d62b2ea4fee2cb082775b1c07c67ff936654ab6b20847371b555d5c994ae6355cd04e1395282df00dc90f1c58f65fcf6a0d8f053135132d51e4c19b5fc6590a7f675efdcab8227cfcb52e1c597cdb6282d2fee54f2dec6224d7742ba415386aea4bd7b91aabd7cf5823ec1c5bd3e0aa77c09abccd0177fb718dfcaa35317fb8e8446ae38be88507034c481c5ee9bd129f742bc43f888c8b961a63c369f1ce7bd9c3adae71403acf1e5baf1c62e9646c3919d6d6802c9db3dcb1ee834d532c65c66c4e0f729c7ded36a5de1c6ef41f8e00034f2122af6aa63a28a3a321622a430d877ad2227bebba740d201c973d81c74929e9a05e8dab73621aa7a6a18c5a8e0a53ad9d1d0d11046182f41ca2044cdb26a5b420e2ad76ee332b6b434a82c5491cf21a173c81a000f8503e1cb1a01cac254035ea76f125e228d20220e4f499f20b024af8f9a7af856149d31cb85cd19388488cbf4f270af08fd72850f9d3b3a4be0ac81572d5e409c873b01cc8f14ae6aafa62f36d4c68040113e7ac87fb5bb401a38c14b6b1277b3088fe1cd11e6cd67507cfe6ca9215686b0ca18bf5ad464ecaa80ac92c557cc3eba19d1ce2a758e6de35d9182914d96154d8dd7ff0e5d4a920253295fbfdfb5279c21e1ce882eac5ab692ad8256825e6d5c6d5e1e7b6242960763a23136693aaab989f1cfe2e78f7640a9c98b9178e3acc7841ecff2de0a6483ef8b84aecc2793beee11d02f5c5d33c9ef0493815773241ca09c51c8783f8dab8d89eb030c0bf8932fc1d0496794bb07c81ef5f17929808d1e2e590256401dfd26032f639aa85786dc21d04f16c92518057af9e1ee8969517553d6499b9a35aa1e8b809abe9ca9263911d06575a3a1cc1771250d7f37b364c79ab053f0ed8b763fbe2d2e4ecdc1549031d0a10fea80bf595a3dfbeb0421032dfb5b1bbb87ad5a065760cc87a86028cb61d33f18ec6985580907bee5e71612514499942ddd09b14cd57ede3fd3c569f411d3dde076cb8eb4c97c65e9f3c8f15076b064c048f12a48ba0736add05d2a5011d3fed62dec996f0c8927c111ce88442ed0290053f2d2885fa2b1e7864fa36531d50d1496a8bd297a93a4bad1ccf15f6d12d9c60559e4de2b0c575af6ed6a79c1d5d42651249d7f059180d66fe36e904fdfeb7087911cd3b9fb5b5360d29d0cc1d842cecf11b1c501120363b279736989522fdd6206473b40de33d8bca56e0981d92226e1c1c172ae152162daa21cede60ce431647d68bb9d98522b60c5edd651da40c0a7c35efcf2edeb08a04e3149781c9face38b921a204391c3a9f25eec91db1848518a490f627263bb6fa0b43bf16d772c241014c8b2a3371989e38938f1dbaec2408c722ef6e8ffab30bfd9924e5466fa465662495e3ee5385344304ea1dd7007d554a357d07bcde26dc4a6d79c4e24e4c35a8d8ce0d1a98b6307333e71dfb75b3362124be309c4b4a8e82c1a80d3232f1ccdf965df4f60f80c393274c1e00c6dbd1f149984dc971df32d8cbaae38fbd1ae787a7bbb8db6928e1c06f871e0482ec29dd4edea2e356428717d220c16efa4cede27f63e3880ddde0cabf351e0c97bb859cca32f142d647933385067587abb2b2cd2ad3306ffd42c7affeda1e14d602d968cf06fbe4e220ce147d4387caeb18ba6f8047d87d421164de67bb1e1f44d88924ea9f4f3c4c2331a3114fd84631342e2beabf6b63f92a8b90f8391e2771952ec2dcdd3b9146a60be79b14d7c372805027f3faad8fdd6cf89713e21e31b4655e3e6236d863684ecaec9dedbc4534235c8f9247a659fa5a813e15c31e415187b38e6226b598c10e8b595a906fe19c3e1b517f729f13cda192b098ed1e691e390054395c3e248832cfc2829ccf1eddb2d807e66acbd4f372feb377681e71ada2c34deb07c05455f2fad0a9778794cd9943484e00c949943ce697028c1e8c8dbdf72ecd4fac98f7a29ef6dfc68fc286cda7b2edecc2dc66685f3245b21ea75f54fe2e5a7569cfd55914fec61e03fbe76b2e115c7b67e13aedadd105f41ead97ab4684686402f3f2b5610881f1a4f11247f349919b0071add7b9618f1a1ed17dd52ad6cd330704bb7958f35a890c15d7e61d6a6f0579b8c65c6f7f43d81ed5773db080809d7573aa6e40ab0ee8ce3d5d4e31f52550309984decb2e22011f0f8d897086af9f8e541fa5d39cf771282515374ea6aa85f21ca498064fea321f2268aa6b55f976a68872f3deb4acb0b0d527817f72e92d8541db064483845e1f45f5635a5771940317f9388588163514908fe3fd71e98672c6cce340cefc371f5652c57fdb981c5daf374e836992e5d46a52227e52dad8ff4f7ce2baa566c21f60f4533ac4f60d8e02d7e5db620c182d5cb37ccadb8314a3f8943945b4e9f81f67b1e8d207831266928eb15db948687ed97786e5e977db4f004c681817443a1f6d0986c33328544e809705daed19c5ed2cf1b7c5ee821cc2f88c816a1e1cb61f70ac4ab5dac11311ccba08d3de1719d3e8c8ceb3985379efae0139738536381f72b84ddef4daa0a863e4e48bdbc00b15d13462ac6f5493878cbc2cff3ea30a1f7f3f6aaca5992fa3269d62d322a114f30a8fe33c352e428bf17a99d26ec8f31f80013159595d7de0ec7b36db5e9c0ddfe56ff1fecaa06158dc965ef48ddb091f92a485e68d8473309fc4d7c9bb73a2793082ec31069110c97f2966a878a49f1f9620f8befba458e060f8d95b5a3736ead707912e9f812d7f8f2a07d850abc71f9755ee2d386d4065f930f08c350fa45cb8ab774d76d4312eb218c4ca9e52fb1faa667122045e05e46853db3b58f68fa5967e1ef85908eded599ca79a175ee51fabfccfbb9b106a63b954ee981978e0467737a23f443ff40bbdac461f6100d31fb0aa2dc540e7086831e8d42bfefe4b2819f1d115e3d1611e08bce3d95d90f11fb44452f11bdf153a5b895f4933791780b5e294ca7774d79fbb23460b9d33f71fbbb53d32e7b4d5320c491e8b0738cadb4a704cfe5da05d7db2f5e0306e8ea31fbc500d51aca5cbdfd2d4634a8b0fd35942f1b53d6e6951d23d1c4e65f01dd91fd5b1756e532c8a1cd5e568cadddccb1f58f2cd3aaa5f10d903f9559fc72db81fe14ac47253fd35b49494b6e30efcb685fd916274fbbd4cc892b87cc4f09b6e2004348f00bad992f31d2703c42f584d144b2c66222a5a24efedbc8434b882bb20049b1c25af2de66223db1236757c911fbec4967da162e61e8c4a7311f236c9202ea52c32462a9bcfd17a2640a4f43bc4601d78145ec2232ef17f8457289660203a856bfd5984038aa54d6a78521bd681d6b496503d8fe354c25f557ede51ca2048d5cab1e079eade34ff4257944063945ca7a6d8c84a13df1e8a71e3d747432057a16151d6d778ab90f58244d9322d717f25b51c6f6cfe28d1ee1f5d3f41e1206b75508e96bd749d01a4cdcc8ac3c67aa8227167c3fcc6d4e2c03d852830d7206cda0ac2b0267ca522e4770f4b7e9b8033300c2c8ae0f83eb350adbee926772089a49ed9fcedb00e27c6a0a920246ede58b180b43337da074eb218963cb8672089dc594caba7269116af3ee2adce7f2047011a75db255882f62d2906c197d2209a299795fc3efcc081d75197f57cdbfa095d76899f1b43ea12a02c18fdff14209b37eacac487ea4bfd34f4fd730b4e73d309519f3cfe738cf07c97e1a5efe120ae0a09e71a3f609025548070f136f4d8c1234952eb03abf9f76c059c5284da20d38c5b2a9a6b74e543ac916078b67b63d421d5991a5657ee53d9d473e8748c20d4eec4400257346efe82b7ef2a9874f9985160454aa0dd298fc829651725432101b34277ceed94b487511703800d1af42d85850603e8fd31f07fcbfe0b4fb22103abef97c45490a416e1aff5977686adecdbc0198b8189ceb10ffb1f03f5e8210ff0c4122975c75e9fd629f2680dbfe4c8b13e05754f4b8e2c686324199cb821122c93656cc873edf05cd8f7f930353501ec2e664f74c1f3b3f7fb658db87d21354152fc2f9ccf7b4361804639ff5a190bba5fee7405ab8c2538aa2c3ddbab215adc6d4e78498e3e573e25179dfc2aef7298f48f935ef090b123075cb55144215d90cdaf25750b4f0eae62fb12b28c8d3beda6cdb08f28325b0ac20697bd5f2169eedd5c201db2d78c6551009872ba7a2e8d2b3b001a2989aa6fcb35a333a82188defaf9271694a86f0eea5d0fbadfefb1f2b374e84aafc63a736f54df0cc3219978a4d036e65e1871bbaec43e4637309e0f56d6b556963eaf3eb2e1b5ebb0219eaea17f24aae631c5ad390486bc86350a32645c61d95797951a71b03378a021a43aaf71c9b426a2f46708997a0b9e3638d69bfc64e50bc9c7cf3b74563b5521a926d0780eddf9945b77a4168dc0fb2902a416c6c88363fc4e960453fd61ce21b4a5ee3e2477c49ca6f6a1a246ff0a259360494ad74d3697186f8128d2159621bb62831c9946e6de8967326fc3690a4e0f6c2b190afd9699df130bb5a3ee6221ceff8b3541c3a0c7c0afd07ef949bafc12f4bfee205c80837628f61463d44621dcff282765d08eb60d38303440a79a64089544c9340b10fe01884b53846b5621e061c08f945a55a39eef892f3c726724bd52073467cd5ac21c301fb4f76c9121e3e50d7f3b986d31cfbc802ee87b72b080364007b643b4e448635e221541f721ebc4a9741b58f3c55199ceee22fa8dde1ebedcd1921c126d5dc0e099e4324a2202540ce2590b4b8b84fda0b1c1b0124ad6f4122c2ffebcd45c8d2f1720fb642202ba683e3ac4eae1512001f98deab1cb73696ba15ab5d89d9ddfe845777d622214d23a1fbc2be140ca62ea24becf128d541319af4174cb360f158c72ce03a3223a666ef910904a22b2062d7653a09bb458beeff7be08c0f5d95ead0dcba023224a524978fdacef39f58e57c06ece220eb5f0a68261e4a6f6d499be86f6a7e9224c305d809893fb8fbed3861016f5d9a579295565509dc6c25ef79b4107d8ce2253e3b82e38377e0139361873c217b3796a0172278ce55d73001517a0901893225c0380a8d2fceadf022653a796bc03b98493895e82d20da078518cdaec66b5226e4ebdf1763fee4b83b67fb88b0b675ee5193a6db8b69902f3426c62f0175a22959284246c987dd665e907b3e690c9eb58c116125c8c25c802922741e5cc4a2295f809aebf0b2e46cda2d6595c06f59e7f674679978e320a140d4d865a92b4229af847d9244080cc14f91650c4b9141a377ed4a74fc6a670e37f6462a015fc229d293a7a650185301045b98e38fd863d21fe963711a1d3bad66c3c935abd5022a02fb84a4bbbd57db581b4759dc6d176e861e0488dfaa61451984c45c811c122b8bdcd21b0057a46dbba05360e8cc6fef0bd8908fceb26df0aa4a773ae7cee22ca8aeec78f3589a2222e4de3701695b4a22d7a047829529a2e25d42e99c13822d88c56324d2e0be95ceb99fb6523f84ed8edc8a1cf3edb2ea4fd3aa6e049f822de5fa4edf372aa07a49d0481d08ffc11d3034dfc445a054ec911619f8aad0522eb4c9b70a8362d40b31d942123b75e6b59daae58560ba346c28058dc3635b422ec3df39a0dc5428e0eb83efc9222ce48e104f708405ae62358b056bf57ceab22f5e838bf1630233efc6ee5e0021013796ca611cc76feb417c6a9724b7e843822fd3b7ac360827e670be5bc5ebe5fd6dcdc529bf6a2357f84fad18228f60bd32311c49f14185fdcb5123fcd57c8d62fad9e432bb98283f7ba550fd218bc4b4723178532b1e873e5d1277c789a97f22c71b399c2b4dbdadea3bf5c225c2a64712318fd4c6a40505c089645c8bcf5e9b86efd78cb2457d2ab7231161bd9be367d23323b23c12f370a04022051720b7345265dc0f0d1c14990658b59eb637fe767234f79773b701685b994d3bf7a9f772c2108803a3b756d6af5cd158a1519b8292353f852ef6d2dce1f7ac59f51b6ac0d1cd81bc7e4a13a8d2051ea56c0a6d7ca23666c98e67e468307d863416dc4bda6620d56d6af0871503969c306cfaf18bb236686e81cf6572a6f96d85fe60a089fe30be6adc7d65538af5faaa20dd6a37a236d95abfe10628c1954a5e1aec9b8d63d92f8a956ea933138103716963e8f832383b5015fd3811f7328b7b7cb017378f1617bcbdb8d7b412de5f8f4048f872323b0cca87741cc2f63f2d25b7fe1e22647651a782525e701d33d9205435b611e23b19967f3c7ef43c3599b3c8ae5fc62b449f3563fbebf4a695eb76155b4184223b3ae79c4bdf95466bb87dc3cbd0fbe2cef397ad52cee9e3b1bc050d0069ba623d3993e686f1c2fc13ea6132cbe46b1b1e4aa1d6de8f983406083309aef236723d6001436a61294f97cd0a093d57f59448a068e85c5c0179bccb0d8a377747923e7109dafca144db0b02b97b68c42f82a5476cd47c7923faa6f4c4aaa73f99d23e842f06f4b6db1d7c475f3ccef7107f7b347d84b4cef8a85d21235a63d4fdf23fa567d80e9a99b462779bda523c57609d7bc22c39992e636f0d24781ce4afc23fffeafb0cb1ef2da5da73dd9f030f9ac920a0d069a15c49e928d5ee627eb3c24055ffc0be9d92dbb27f2173875d050fcd263e4c00636d923094b45756de7d9240d1e981dd3c7dcb732a206dd93dacfbcd52b8242ee14c3fba9c9a151282d062417b39fb4463a367e51512703d7138da63ae4337ea4c8f30fbbcac1a7a41f55242327f2111ec0ee0b62c80e7dd424583ab663c4befa6d1efd5d018822b456a42432af8609bd95aa4a38cbdd2b03a66e0a624f2b39baacfc153298e0aacb7116243f1fc21a57eb37e26ddf2813777b4b9584a15cdbb68ed7ae1d8e96c46a84742443fea472e17b33f5bc3b4c6e9f2c75ca771f60acb0c28be137faf91b70f9452449e16c3bbffbc6fc04fb5f57121a6410dba9b0c01ba71fce880013666da5d624580641a638ad9238f0cacc18dec1339e186b182e62bd3488f1445abaeca5bd245ef5572b4e88c74ea709b4a8d2bb40ce794124adcff447eca5df2b5a5b281c24682fdbec2ac3855ae74f817ff2782bbf882deba196e948d8a9544512c0e1bf246a9a5e3207098cdcbd93346082d451fc81ee1c95519ceb74b2795412728e27246cbeb0dbb5040988aca46ea488737d14da5ae5c6d7f2a113873f987cbc3aed2487562618b43cee2520e697852ec3dadf6c1589b3e416f6f8e3b9affbe69e0124a8b8452ca95fa7b277fe11f9acc4084d4a493a03bab7949e8e57ab7ec0b6af24be85a49a60a00ca3f2e535ec7e560c57436c5abeb687ff96edb209a17c474e24c2dbb1bce76cd0af7386462c9ec5b305654978d61a8d3ac1e53e11fa3be03324d2dbe6055de43a29847e4bd7462c423477f79fbc958fd9a82f63d82c99ba4824d4919cc9eeb4183cf1c82a59bb2bbae4fa607081db5f18972fe3c89e294f6424e30ef68984b160af4d486eaa2386183c4ba3b6dedfe82a0d08bd1bc1c106652516258ee16bb6c41b6c66873b7b8fdd8554a55fc0cf3c057b7825a55b3464e125531333420b47060a394ba1bd22e055e366ba71d72a419b6a351de327c1cfb125599d9e1e791a8aaa158f40e4daa4fd7e26c7a831af192386325114c069d7ae256e4dc7aee8ba69f192443793044071128a56e2d22376cf4504a93e5443645725762bef94903429a92502ee4f0e69ff2b1b61e06467984632219d8854072bc925849e6bf19e9c72205f94029b89d0539205b570c2ef45b5b07f869433b1e61d25b09b661b33b47145de15620f99c43ceaf372ebd85d425bb5fe53406b31276225be923eb26693fd04e8b91de386584ad426e1d096a4d53e5a95790b327023ef25c63037b8738900277a4d7ccb3a053923e2683718c0641cc24a6136f7d7215c25c6b2f6e7dc61eb553e05c8cdee5ae65ad30959445e404ec4da0b04f84e259a25e238585f91d2b2d71fa7a7252439d994852a7f845fb8c0eadbf9f39ba9f45b25fbbbeedc89b1f99060fefa95bb0cb36ec7dc169b9b544b0be9784374951bbe2602ed58dde2790826ccb72d3bd7918c9d75bf48eeefeee45c7321cff9359a00260a04a4c8c8c0b59d75924f6226bb22f54dacf9663ffb2b4154e8b12806a44d261b8def70a99bd8d513f1136a1f972b8df5d28afe259a733c1bad1e5cb110242661816d7b5bf33edb42760c5c600e9ace200b3a6e77d56329c8df97255a30e4267cba804f0967f129f632bbab2a80d7ab37d46f2db8dd169e72f33ff8e2c41826845b6f6eb9a7c7f1209a6c9618faed61cfb38974e2574c8a514fb251c263f3269dd9969c60ca0f1d93d4fea6e4f014f22374de992c1c9751b58e29448c1339269ec474800befe62a968f328ea81ba47e927cfa312fc855de38ff56597d240226adbef8c86d93347458fb131c461d86fe8c01a140b852b5aed8ca8fbab9624c26d3a51b596be2fd1aa06edfb05811bbce4feaf5e3a3dab1e9be68db16d8622926f1f5dafd2184ffe247f0eadbcb21b6439b0cca6f46fb51609f42bac9ee519f27120299d76c5f4ad3ff56c4ec53753856484a84a69206a319d9d217f7791f43271dbcaa44c482e144318195a7fa60daafa0e72f3529f2cccdfc7f4631a9b81d271e03bbb6ae192b0846bb2ee07d4d3e570a771f4a0fbd5d7d26c623560ad3dc2728c7002af2d15067041a24972250484721f9bbfa878efdd40289358c6a8f4e2740f0faf5bd3f42927bb475421874d0cd69a127538fdf3f0ab63de3ce5043ce2746132eaf31ec45cf299d95c1488e3b1fe26c942f2e6ef837d3c7c77c57e72a2747bfa64ce0aacacf730d8e9fd9d62be151b74e2af52b723b1d5f3185c359f627531e7b3c8f9d97083f92fecb2ae31266943bb0b22fc37b920f27ea0c9cec76276b375eaf59abdeea16d036d6a87b154aefe42fced59a8219c9bacf644ea9f3278c08d95190f15f9ec32b67aee02a64a9059ced7256c7a0b7c101fbc5272a0727b0a1e6248331152c3bd462e34c08eb9028cb93d1ccb04fc40d4d9567d0b4d027c3695a22c6aed3663df944d74695c847bcefe9f30a5fc10b423ee27159deb427c62ac78b77294da1db3eea14051153590af68a539a9a34cf766eda61deffe927c8c8395f0f65c55af7e5b7f068815a0fec5661e987a68cbc767581ea5b2a5327cf4ee039e1c9eca172b8675f0154c6c8bb076bf982ce19f8969bae42bad17927d571b7f92631d0e77f2c9edd53f74e0c6a36346310ec47cd265a5fe2e1336a27db5ecaf9b0b2a4356a25d156966cd6e77be73d8ae9ca7bc16db740d9dec1e127df6d2fb9966c1d72c0bfe9c938eac62a6c093d1b24e69e92d33da36837396127e6046a2aec2ca6418690032e83c9fb2b851b2df71e54b7a813efacb2887f2a27ed1fe3c1e4a2d98d1f4e178b66daee5bf34f8e67e6b60cee9f7c1ae809ff2b27eeb478f60b72b258b86be3c92edaf17ee2c56235b717c79fa83cd24dc2e5d228023aabfd4d51ecdf203dfd1708eb12a9aadfaa7979044cbb95dea2e7188cda280f0443641e3f6817769381beddd2ba6e2a8cf70b12310ed4ee5a8388561084283d815895197477ecc9ac44d913a02e3d481a53f1d2f8a1b51ae1bb351c77e1283fdfbedb6ee15420a45aabf0a686bdfda05c0539f1e5387657b9f8c8081aa5284500f909f63733d10e2f3e8875309019a7b7b9c2f041482a245ca1fec805f5285cc3b077301f23728b46dfbcd9a55e4782416377f0a82c74b4810c948ea9b428619d38b0dcc4f22980e87e25ef6347ddd43a7ebb8d5c00702374a291463fc52866705c337bac3f22d25d3b1e3e5796af1b8aedb70f7142e8ddec0435a96d6f286ed903e9d073bfbc7354f2076a2b3c24169f7c7245f705ce7e15e2088ce9da28793a776a351c838c31f9babb1a1ce72107caf00160b3ae8d3c9ea210215f8b28808f778f799195650d8536335401f1c151d12d8dbe88835992549c153d470b2895ce985cf589de6e20dc6c70751cb9ea919d265d16029ab07998699b4a297f28ae66191e7fa4a696a27169e849d470dedc0eb2e3182c1ef7faed4b98e3f19d28c3add1c4bc0d4309a1fc768599b1a153e6ec4b4f5d1f6c5dac7413158fb2bf28c76dff7dc23ad6831cb9037b9904ae46690d7e5e87fc96aa60b7408032248c28daaee5ad775334d5fb4207a86c851771600338cf7a0ebb0ce17f573a35484929037a170f3481f3b8c9708d687a698990fe54b176c9d02fa1d4b078a294b3b82921a4812fbf811cad50b264c7c3ea74f24fc23b44109d43e1a489fa3750083529255ea29656f274c05fee224c26783fd02ee09ba5cef2abd2aad12a7c324f51294a064a51b82598e684780e1a95f08716ac01f80980bb72ec5da4285260c11d294ece5c6ec11fcb6d45c1171a6b9363faf6d651f77fa4bfad2861d610eff41e295146c00516deb6fae9d91cd01c638ef3b507427f579dc56ba215c5f72197f1295af421175994d98ddaecaf1e5041e43bbe05aeae9a0ff05d6efb08949195952961a1d002514f0b0268d0a1052f107ac3a0e653001d36f1cefe1460da068cca297db456c64fc767a72d772fa25eb077362145e3fd88e8e8d0f27e83354f6ec729c42165a18f83b117a3d0a452dd807a6786673691d18d6c9012f1ac905bb27b29d451311d98d9aae870039424ab1132cb9d6e10235b7a2a082f092a3fa47cac29f458192e0d8895b9bd6a851e63c4cb545b719231c7bfdc5d4dc83af4bd89ab2a06c5f9fddd269784bfcdd853a4a489d2c6bd748ed430ee059ebe99a8f5ee072a1d25d2b92df1cb136d5cfbcddb28ab3cf8607d799ca0e50c788209881f5b6c2a200eb5de6af9f305cf59a30184365841075382eccd900074025fa6e19a1c422a30cc3fa2930dc5d8596f5864f809de3aedbea9a58e40b2ce4d4619490ee6292a4ee9aab17713b88ce06a8e8707750de0f8a73303cbe2fb0ea5f4a3f0f41f7f2a50bc7ccbbf2857afe561974f42a8a785418065d7c0befea5ff3aa37fd52beb2a524e05da94253e952ba30fdfae1236d9d2d711e86e5e776afec839fdb238dc2a65176e8ca97cd397db519bbf44555b024d21421a13d75803f3329f556779ac2a6a34a39c6d330c3a1fa0500b06cbe0308800e500ef4f1cf7ac08cb39dcc1602a6b202f7fd9596cf2a749dd3e434b3a81ee781cebdadfdd41a76e16ed1f365b2ab9e76de1d2b00bd1c7959d28d679536c999353c7584ca309fd33516e9cd9542ac159c7d7443e2991fb6bbe27e459dc4f2b9b6a2afcdf550c59e20232b546b52ac205d7e1d5288e87a239f1becd8c7604e5263564327c13b3d19c6f3caf76382ae2ae1b13f16e54f74853615183c0cacc70a4fe47d965f6f5eba3d5f598677a2ae52e43dc04aef1e129dc691898b158c7eaf6d646388e39d18e122cafdae4a32aeec287e0196a6cb54a835bc4b8d8af916995752a5f90ff09e79ef9b7b4ca0c2af077561c53b0319959ab8b83b8b027f5153bce6e5f8e1462bfe3e5ed9f36f12b1b89e4d5259ddb3ca993e681d2f268f2b4fdcc61e6f274a6043ed5e414bc022b1c2bf080ad421f5078502722e0d3e2588870f381d054a9ec91681d772265a02b284f697e942e4925b7c6a505ee3f227e59e4b98bf6ef62fc6f515c04dc59d52b45d018cb8efef7528789f112394b4291c2e2f112c524fe1aca35dea7b057642b49b0d82aac92bf9b8f9b20c3223292efe41bade63a47666c948c70e03de6b82b5e88df48aeff75dfb2ced6a8e7bc6ea21b54eb1798e6e7115ad8ef379cc8152b9c880315a2f26ba064150b1a1c27c88dea7f2cb847b7777782ded6c2714ede2bb9f95a509bfddcd6dc32f4d16c762c2ced9032cd14c05214bf5605ea7e92492be0ebe10bd3d6ddea06b15a72195c8d61cbef7ae4eee36b0110d6cca7ceb16b2be8e9e80ffefbb1a3ef2057717a8e2207a75bd7a0cbbd1b5f100104c57bc0ca2c0d4e4dec9810e264b05f04931e957a5f5433243758632ef03541985889d7fd2c1496fe5889150816d985577659391fc90b62d4812718f915f23720857d0adc2c23e27c12b678cb0449688bdc88db47f23ae2066033d00ca27b5f5ef1ff63e12c6d83fe1a9d72df62eb03d5c9c8ccc04a7c265cfaa622433829884f9ee6d37d2c9f9f1bcf7e38f9d7bf4b10336b2e46503f5213281229d46ff2c86a8d1f72742caee4f33186a6ad5eaeea370dd57817360f2427d62ed1cde1f28453e15746e02cb2f06c54d19599bd25ef50ea7e1ec89c78710dc6da18d3c6deb6ae8266e7c72cb767a3e545e4ae185e22c71ea4358315c2b8aab1da36a6e49714464f1195872cc9da803166112c044d735d064284e9235edc1118da58acbcab863d836460e32cd480ba4a60030cd46a30bf41f0111f0a901d04fcc12a06ae4ca1db087a1b472cdb69da537e3f3a355e023af8625c42471de351cb6f977a218b6276e9df457c2ce3afa21c14f22f7a5df68bc5f25ff997bcbc9b57ad98d87064bcb4a9142e662d17111b37626bd99a04413533be6746456b1f7c8db85eda92916ebb5eea29b92d238d1c3bc5b94408a0a6eac6c3e4a7016f17feb6139e4959c34dff41f475bb2d3461886b4fd2fd3637bde5815adea1529529f8fb0bd2d426b919f07e0e09d92d3b1b695c33fda0062ea1cf273dcf8f01c5727327f3319517020084113caa132d465093b9c513394e86a4669a9bab8f203baabceeb79668e7ed6c1397341e452dbd48c61e507b63dcbb3aa36e7b32f9735a9db0713a12b30b370f1bca41296c2dd38c6c875ee72ed4abea07d0c83b093ebcbdcd3ce4fb3b9fe86e435cf107b42dd7aa31fd0b3abfc612f963c2842668c9cd09dd04d6b302b1eb3456b0a746bd2de9b12c68e5389666bb611850b66a6757823e03b31b718cfebdd55c9c7130ad2deddfe06b84c7f002796e3af403928a51b13216db20808ab49a97f43fc378dd2df0dc14768977975c791e03e855f408162b2e1624615788dd95322ecd46cdde2df77bad3d146d4df27a90d813dacab6a18d4bc67a8cbc6716522a83e2139b282e01ddeb2832e7474b7a6a8f1f22f5ca2ce81c35ea358f2bf62512ca7b09c2572e04c7e77e0ddf427c5ce8d510ad7deead3a744a8bd1ee73661bc95afefcec0f2e2525add88c8cf76bc99054b361dfc045be8c516475b01d38a2d98d7ed633f02e29af7917121af44a0a12f62a4617bca3682cb686549b54ed75d483d70c204e2e4bf0d76e8b4727a27ae4f43d5fe599f0e4c4a8eba94b0acd1cafe14f6072392e642d768e8a9c12dbba02b21102c592c82375d1379a91290b1cb8d2937bb5a62e7ba6665ac4250b9ff97bfe3334f1cced82607a6f3cb2223a7103653541622e2e7ff5870f49c7f7cbce2936165aa96e29ff22361a5d0d3303ce43465a9e57bd2e9a42baf8789c871b7e43649490c60d286f6c76f4c1bdfae0b02bd7c1a36b0a2edc0ca2e353502a9a0beea183363ba75d585243d1c9860d65896796660e1df22ef2c7c43ae49525712f937d21922aab9de23a721a5ec145ddc7ff12a2111dbc2f03bf75c012a2433b88fcc52c2130cd418e412ba60143c79f90171567321b332f0419cc73e673b3af5a2aba6a2969dfd0b106ae65aba0f451b9331c3e733cf12f0b5e81e2572948d7e75c79c13d1b5a332505b731810e715e5164d261e9af482f1026647891473a90495674a4cd869fd8cb59b66ae1c717cf4d1b3f528ac5222f23e5d784cbf6d796fa34fb249fc7bd10aabbd8ef7e723e2d68253895581cd72f2cb162a3ff95d53248fee8f88de33d58d3b200c0baf3f519d444c44eed62312f2ed9989a0b06bd98d3ee1bc387f9e04b76fd185c96e629d7f777bddb531fb92f37fddaf4302f192142b8a77383e9eaecdd926f42dccdbba59065b11c7d795e2f3ea3da776960de5390168f83be18d37ba16f4692a192effd863aada369388d2f4db6849c19b01734aaea4826a4fa6fb26c3da87c40d57551f1447d8257a7702f5fbe395e8a60354a97d2bc082c8ccbd6dadf59b4e2616a804bd945dde56ced2f7620fa274935df522f135e0a425237af1f0c18308e31076e513d899d2a51112f84997c8577ce851b95b16a8852d7c37ab75a064863785320ca4a62cbcd8ca62f851d59ea6c651b9f177a4910477aac1bdceb7a7388aba508733d085c837de62f8ecdd4a3f7909a075a11b5a1671b0063561df09ed7a576e7e1f0b9649b5ab62f9909183433737fd7fdce78caf1f0af7c22a2407f13c62d38e32c8f075e46b62f9c96474f253c8e22e2e08a21358f8fc4a8aec760303cb968434ab2b894b1152f9d0eb4c900b6894e18e14b7f6f831e98caa9dbade8a9a17ba20c6e6767ddea2f9ffb7c60fdc57ac1aa5af6005e0ab088cd8e2330f787229d94f400409eb5e62fa7e758159d9e158ec583bde2f1e0595dbf8f96a094f84981e7f7d8174fc7062fbd29f8a7f1e4cbb20ecbf8e06a7453b0152b151d4b5556dd5383789aef875c2fbe16bc3f9c803c4071f90e9f76eaa1f6033418f93f8472d56304116d8b35f52fcb46414054bdef5a35c761a11e2029f04c4f66d05794bb526c21b62274889a2fdbcf4abb7452389db7e8d40bd693861539d048f2b564b3f84608d8a338ad9130050e9321a7d4512b37afe3f36047f31723f40dfe29d5c7533c1a12ff7b62d0300efa888fbd96433fe342c56bd50027cd81ae3cffd7922b462f261a43e8dcf53011f3ad92026fa0a437d48218d89dc00b5eb2911a74d955d7023a2beaa110d23017ec434faadca23659f6799705b4fe07b8a04b38863c9447f79e54bc064a873029ac8535b6fcd6694b65dae5f4a3926ad58892cad4fc54f67cbe4624cb3474304680365ecaa4197083092cdb7716a7527d6e8f6c44876fef5944c88c1a1c95304a3b3be651eb88782a84a92c1655bb8a0cd3c4beec3c1867fe5f3ba76f2d48305821de8d0a422260c38136f606e8ffa0440fa920fbcf4b503fb1efb0e45f8a3058b93733533bf8a0c700336de42629d92412144b3e379d777454b422b5031f305b6e0fd3da9572b577ebfd6526b3fdee45055f14c74a9de343e8a1d9e492883069cf472ffe2b55ee911e570f33499c690da8c2b7388894d8b55320b8a738953073c861c1b10ca585b0a660222aba6d287c2d3da939bfc684fa01a0a4410340307fc028c2cbdc3ce97e55cf2d74142e9926905d25152f77883185a98a52a86f308cf2513927ab97066a0ddc1c81e470895743826df6673062a8a1f5752bf63c30a0bfcfe1f6a8e853628e8002ba5d8b5e068cec44abeca4d1060c019f64abdc30a51f8567be1786d2d0bacae51db2ab7dff62491159147765962eea47199ed130a970ca8a52e25e3da917fa599ba0f8bc6f28e1e40c87612a12a23718c160c130afdc2c6439c998f0f384b747f50a3607faea50d2c7244a4339372c6ee948e730e87165528a313a27b093c2e35190448775c8e36812560204e31bd0c277cf8730f3ccf7a0820d587971de5c6489f8820e5d6ac5893a202b52842818ff37ce9730f8ba3f40dd0a51a29bc69fa4a27130091232bc81887afa52f61495d1cb6f4030f8c9f81003041b5996ec69cbd1beebe4638f31cb81fdca1ab1b2b35b875e7230fc0dc1488d43788e5e0aea90eb9423f6e7510cedcc180eeb59b613344e5885311517842133512a840acff40858da7db328c462c77aa53da59c2e1d15c5f92f31265a56ba30d1633bf7bb1364c7436c9ade0318d9cebe506085960ef99f63fd312f70aace4a565183a7ec320576858efeec95809e5d4c390be7f0653f1f344a31355683e2c65e052cfbb98b8e674b19d7e4ffe97c1023bf30a34964b56ce16f314528d37c54e6805663bb2d4ec2bf2decedde16be847e7a6ef2ec7db52e06b5315cf35ea19ce338881eacf2c42ed26c9bb76ae5d0858ca806cd3478b25d9b7c315d9b54c7c207921cec324a5c0f2b09e469a636538e76a9ae532c45ef80b4893165ea1cf1e48581ad386fa34ed85415dc3afb77389dc43ca53adad512a802ee31680a4003fa94de90f31f1445410e3af222481e39a1fa1838824797d745bf133187d4cb750cbe278e5909a3f2c3ca2f0425f9c714bc009b88e7a5f142b8c200318c1e2d23f6f324bdfcb28470f726ba81683568ed4a896d39b307ff836d2e823192ca37119218f548990b7db7ae0cad10689f74718c45c18a7536dbc7785dba319453505e2621e920a3210d0a144ff1ac362752982080fa36a1610a1fb52d1d319c480c8cfcec11d122d86779dffcd1862ad926071ab181cecf622666014bfe31a1a2bf5facbbab1d0f5887231e2f492a44b94ec57ce6717820c05d0ab15c7431b3f3a2a866b8406798f8ec3c7ff8f767972d7649849b50e9e03815eee181b331ef3673e8020834da133e678a81f8481754c2fab573842a9f4e568942aadfd331f20f1c0a09546b3574edd77b0b6ab0b42e131aa0e942bd3524ba56acf27bf232363fc3b4254938238341619f8da7578203bc3df1aaddfbd280564f4e6845cf3241f18d7ffe571b425d7fb101b611629e057df7bf63de8faf4299c4e8f723c93242b71351146239040bf14c82f286278ac4c8cd9ba21ce4b8fd42a8427f548e32446cb179eca44f5f21804412e5466a465eb83dce2d0eef76a85122543276b43248029a9887737c6bc32df0446015c28af15d5e8f39dcf7e2aac1cdc463f52c32534ccbc36288ec7bbc11b3e49ac4d15873d308c7852a03f09e40051c29519832767a69f2db024d255cd4ed5874e22310ddee9e8724ad9e8f65b52a83be1e8b327b7943242542d2453bf995a8a6f88b343ea9eaab6696dd261990623df4e272327da9c0297644247432f92e1250ec97b3f7b787328c4187fcda47f4bdfe38513298f1d386044a13e14a992f074343370c4ed68dd78c0daac86ac8ff8b19cc6932cc4d176da1ca0651b466cd21e19e3d73f62a94fb999832d3fa16e722212dd232d897a7c48c84cdcf5f1c675b2940e6e689fb3213333eb28cc72c19f12ebca632f3d9b9d4080c3cade61c64493da5404d1f38add33eaa348763215e690f204e3318664bc66659d3380b7e44685fd6dce9a9aa94c7250b2a267ae746b8302de4332884ee4aca7b1db42a81169980e2148f0d5bf39fc9dadcbd927d8608573319332922c64b5c2cdcdc1c1211f6682b96ee5c02012229fb60b093012f0c57b2da3333880139446bc74e640dec0b46879b24b14f8732ed3e61639099633b9953f63345049421949bd61e8607de83584f2bf3a696f3bc290e880d5e6750c7814a18334fa21499806afc7d2e17a3f3d3e3c3f86a095e57122f5128cfbfd0b8684243335a3ad73224be4679d350e23762d8a1fc3a2097e4127910874dfa0edd1fefed33721fadf93d85ab0961d4859af1e7369816117e311f0285b4749ff9c17d826b338b690cb08ae5888d5a2bb22b3c4126b1cf11eb0fdc6ee9e33fabbc821925c133a24a7e7755560b2e67184494af0e9a1e25dea0a3f32ef7bf1e5009823c51ef33cf374803301ccf30dac1da16d4ad2a3aded33ee2f1619e155fdaeeb772606733d5acda4b59850543e458962d01b8ee6bff93ed1267395bc5ebdbb3b5d2849a340b50eba211a21a08dad02b4b1b69620ec745b157d092716072b90a51cf4cb8340d9ec1c52848074f5f1b2991b579d64a96f18377e01e4ce3c5ff86f386c1f6340ea84b00ac24cddac37c1c25dcb05ef17118eff742dbb12682a5cf4b85f4bc342cca106ab4adf2c24536a986cefea2dcfa93e640b5facb0b392696595064fc342d943b2a425f7c811954e7954288f51b20d921b0d6fe27f76f0aeb51d36e9d3457659b2edf65d9fbfe3e75c99116b1ce1ff07983c30456639dc9fdd24088103467d193143792bcf604473e85815c93f34ab90bdcd60c5a6cae06cc32fcb0c63491128b8ef5de481d7d41437bd248682ff91c7d73f966ded1597fc3e1880fa334a325de435deec47140b2e019a8f46d376bea44e8f1fb9da5969d57afdc2a5f34b1b65daff48e5d40773afc79d9ba582925c7805b629b746273ad6d2fdd391334bb255f5e5ee55bbef0ec1fa332b6c99de2fbc269afd3732eb71bc7aa8d2d8734cb8159de32f5e9cbbd354d8c8066d59e7f76322ccb2ebce087b65c7e86fda834d2c41a727dc34d87c80b631350cf165cc347cfa26c38d47fe61ea2ef45fda5350fbd63edc45b972f38e011c1ed3ef43867315ae06e87e019f342c8a5678178351b4977fd4ed2fc65f3bf137afdd5be45ae732dca4d1824a31908e86724fa8e35235fbbf744d89e3b7d365dfe0e812683d3fe5dcc0bb68efc26896967e63e5735243b98ab2fbf05ca18816dd16babed08d87a2097f0b305f099a0937083fe41352a07c2a8c150c4d96f3be82cab86a358c88be80c7916d60c455b7e89d0c3023542ca60edfaadbfbe441edad70cf092c753787cf034f8717cd2ad5e92ed5d8535590e12dd592bfed857fdef9734f2b99e7efb3a6aa32f3aced9912ca68a966a356f80838a78d8dff988d27eec2c17d310d2ca1d021ae50214b1463c1f948748358bcdb1f0b0689ad7e71bf459f3914908cb26db4295eb11695549ad3fc4d291359909ae587874c542171a06e6c67d4fa59eb2e387fb4c9fa03d0df336b7b54935ee6660645026f8723ae35dfb0682fcd5da05efb0bbbdd38f7ad8f357235bc435f3609ca9df480b8fbaea95c090dae7bedcf8a1d6ba3e15d15235c11b454f49362c3a7d7534211d5a7bd08a9a9decf2087731b326e47631c6af3fda4e40d9d5363da0b447214a7c476c0b9cbfefa5cca3b63828ea7848ef16182ce5180151363647f10de96b483a920d2c369ca159d5a71c6a8068bd3d511b92247246f797613658fe571216d2db0d3259610a97db4ee08382443b33bf3ea13fff293f1656d6366b3ed7baa3dd091151daeadad148611f195bd791e95d7bb039b7c0d946bca23674aa597e274985592b36ef8df5357d92136a1f90b267d8f181ce68ae79d33a36839d52e0c3504ac392325d62ee440db5004af3c36ef252699216d0e3e65ae8368a7d199f91e0f1e5a6e56f1a83115375bfec1053a7f534cc806e03130d68fe368abd5cd2e6a5855462f17b297032a1752caebcd685c9a5a321776c98d6629736c995491995d2a31e8d4d6bd50f61905f1bf9ebdf47d523e931cfe0b2d16d1b36eaf2b408cecfd5bc7c64356cc2bc67341c843005e6279f426056e38e018e8736f05cd50a74c39d00806036cd8b2629aae16ee29710c417656b22531bfcb8683705d94953d8580c8af3ee6569b84ed8ee916e9826cbe5bdb9b3fe649c6179d1370a058a4033e71e6c182ced556c82c44cd4b05866527544d6595273edf66d82370ee74daa4914eebe8a2ee79c0ef4daf19b2d081b182a0f939c0d9dc61591e63710c8a792e55c0be9ddb108d194408fcd0eb06215fcd664e078ec3f85a102ea371d180291129729024a3207b72c22ff1ac55623be11b56282a8d57bb0ce011f371d80f0f5c1ae141aa9e3c6c0f03e0fa951e3a93ba3037e6ffb19e0675946bd375d5550aeff2a32a988a090d2aa8e162362f282cb1f5620a80195ce45dc586a3762148e319c0f80a738df21b4db553d851ca2c9806d9a8dbea81bd67b595187376dab9bbf30e720e49ea49633c5a39b4b3796f9f20a466730ed8c62dd955720376e9c768ee668cd1b961cd858fd64b82283f4e9cd894ae88c1e8f06f115da88377170c02ed17d9461a00dc0f0608d37d16e9a9a9273f142dcfa8c7d40d38576377c02160a36ba33abfcc0abd236bf238f3602d149ded70fe63f8db4c8e02098377d0ce1cdc9d9f3153eabb39ebcb2e660f54a2b6956adf25da3cb12361ebeaa3799d982aeb7f21a459aac2e7f19457b28cb1c598dd117d24b6864607a8c6bb637bc4998d663f74883ec3c3dfefc3d22f3f846171f291200cd5b211858e25ce637e515adfc2371ad241f89f69054e7105429466f650427263f8d5002726a256f37fb406c44dde9deec49a4522a9d01295586d2b59197a5e852e4b6260065a3a837fb7cec262c53c91057c4a66c7e8ab0a1a0657c0454be358b9796828f6fdedf3800aa7871fb13b120f98b10aa72676b2a224019135443525a3df266139291a4380c4b2a7d227d75be61a5daa9dfeefed5dfc8ef7d9b23565ea1cde4137d5e67384b0ec796dab4222d3fc23f2c5b8bc07b2fb4114f757cf04502d5e670f3e28b3860d1b0c44d8b1d5538033f9882691b24dfee03c5ebee9b22b34f847b9d98c2386f308deacb3b07ece0a7979cb7506af1eb91aa39492896ddd4686d7eff9fcf387e132f8ff3b0531d03f5efa5f923571f1155447e6339751002a97554d1127638da93319f8bad623b8df7fc306552da2018f16a0507ec755560df60a06973c239063267a2e0c2e6adecc6d003fdc1fe4b3afb7261dc573b27d38edecc06de313913664733f343eb73775b3cddd868c7fb5cc38a111dbeb03b3b4f41284b73b0393e7c80df148f9ef579c9aefc8ef6a12c8a6eb8b3619653ad18dd1b3e5c53033949aadc3c52ee61a77e10d25401aa0565f0384a472c64e8f2cc5b854a127332395036924154617e522c7e460dd689ab032bcc6f8729a2a51a6102123012ea703950c5a060385f0ce64b23f50fa302eee72cd66c53b356642a7f3654332d607e39542da4a2480bc88f9e203a3985a6a59831dc5314bb5c0d623f4643a9d3e4bd39576d88ba1a2058a097a8b7511e3f754d00024775cceb8b37928dc96e4f8ea53965ed399144f5fa67325b4f6589a5d1f9c4d32def84bc94447154866e6f4b2d39666045776f849c17bc10df7b13f59a2910513157a6953c1b99d8cc7fb6c98b3970926dc3d4527aaed66dc09841712a8de812d35a8333f48e8e56b7180a9f2d398a31bbc459b17a3d268633968b0e2e54b0d4f62051e2415b2485c9a4945a713999370e8a54f1b599e8dbc5024201ec529ccc235b0d4f3a844b29f79fc558fd399c358dc6565d872a1412a673ea88bbb56af27137abf5cba8f0a11ec833ecd239c3a6e20cc025e021a9ba62645640ce4f2047d4614d17dbc3e3bea80ab57b6439ce6ea591db7e82417fa08362d94863861ee5783b8be5429daeae6f113e313c39de1d4a049c7c554136408a0e1d2959ba1ed23e2455c5d99ae2e9a7a536622239e1f37e2571f6a5325e4ab2f144335d5ac3cdc0fb3471f4131b8354f59003eb39f2b2c4c614b75d9036a47a112a1f3675846a4cf10083083c29be2beef400e539f7abd9d42432a9e321e8ba8f85cc75b29303c4dbe9ce99298500d0afbbf07f39fee09e8d71425961d9877364a47911fe50c3b928b9436c1f9f3b5dabb825c93a015a02823f536a4da5618c0004f0f9794a86632fb845f823ce3815d0e8a0733a0ae531d12ea2c3d57f56c4015cc9c1c76486533d9c22450c2c767630b27c933a2480f79d55d2791a0a2a19e22b96e9ffc5be0f2b6379aa353389103365ea333a691f22522277609c9bcc52d149f19c8458de4c91cd969acc37db89860859b63a6b36e75a4a99a3576a3fcb76eb4189b6885e619f802d59ea45e7cf382e2c253a6bbc0e0a3c2851c720a62d67a8dc76765de89aa2e1d469b3fdc8658f55974e3a8bdbc54ff18caa33d69b4bcd6944e9891c9b9882e92d822dcc2a1baf334b2f3aa011a1881c6a1c0827b2117d92219ea08412177d4444b72558efd7e136e2443aa127baa2b88e1add3ff0e744dfe62d5370274ced6fdd2275a40e85e46070cf3aac8f139bd97938048507967b23cdd5bf856de7faf6d6366d7af8365928390c3ab4b6ffddc189ca6de8fff765306937598005a72c3c59de882d7c8014c19ebd3accf7c8648ed120ff1f16655580eaef26a800a0d657e5c5437d3e613401a7c83acf5f831e6c6cdf7c5313ea0a76c619229b32b4a0dcd5e7c2c124af91af72293acf693da31a59e46575cd070404f3c229d318aa6deb83ad7d18b8da733ff9a43aff0a5bb37692c91367254770e4613f3e9f151088d16d93185f6bc11e84ff353aff55a523b93f8799905f166a4ca7325332d4f6bdfc891ef1e355b7aaa3485e3b081752c089ee8dcf5eba795debf2b8e42561335f29ce3b0b7465e20be9ae1c3b4aaa45c55d4e94d80b6a08c29dcc2e87cce631a52a45969789ed67574d84823b57cdadffa0aab1254829779a3c7ed01b447c9f37568fc83ccc05c8100b4adc3b64f7a0dfa9131c07842c5aad7af15e7596a658f0d19838887db6f76c24a3593b67bd8ec16c53c9b9c10047042c6938174d0bc20b8c058200e7fdb9a9f1f39c3b7abe976dca70fa024b6d00275d731af829187fb34d52215ca3553cfde8bfed3b8a0d006f736ffe994204133ec3945dcdd8f7e2756393baf2a072d5a2548b023b90c31a6d7da7670bcfe5eaeaf94f0f865f74c4256ea1c885dbaf8777ae3f053ba1e830f54e1d55942dfb0ab00bc8c4fbf224cea1be9ceb0e154ae4e38c08813baab7d187e15191a0a7b9a85acd5bea12957f83aa05edc6db685e327514a32a3bbb37d544966e52d157dd4e34409381b4054afe0f73c1171760d649baf6a8e43bc850c7feced6baee880507767d4da55ad6b526089556bdb913d5ca3c4a02533bcf9fb59ba70f6a5cd8f9257a99769af2a91394831e8f7d64f3ff383365aa5f3bea40ef018a5f964dca2de7e0d58589c7eff7dd2c28678a42e0de43cc27342f3beb905d410c2882311d8ce7837826a2e49accae175e18bb1bd86c5fdc6b38633c088d46c5e0a0b40044c93b0350779d1d9751b89cd074f815d6731fddcf81af3c12b7359ceaa9bae4f5bdd5ba888db7768080cbf1220bf0c898daaa9c02e5c23c19e9af3a8147dadf26445d0cd483abcd0245331c200975e6dd9cdf749f9eb33c20600732216c7ef273f891f2aa4455ac3d99a4a4dacf19549a52fde59c40493c211b7b5dcb069d77669b1feff4a49fd6b0847a3d7eee53fef441f03e6e4aea3c27a0f38e3ce0b1275b014f650e0480f7f930d590e3cafc75dc21f458098b673c37e88553ca6454ef097b7ed0d37d261e283934cd59975fa253232b54cb1ab63c3f6e69367e928ecf8ad57af9a39bfbde05eed3ad447a6d273d7b3f363354013c6d86328081c1e8f5e5815b15c8f4678af4d84383047c9fdc301d99b4f8da8c3c71cd233b952684703666c4825ebdbef8af389d2bd43af7ace9a1e219d148f13c783ac81277eca9e2f3ee834c647fec64ce7c4711254e86e916143d1ca973a93c9b00cd90a010a008d1c924da7fb1d335c5b58bc799215b95c44790375d352b3ca892482e3cfb317a81f466663aa92f7cd635a1469f22a93c5e19f5f77dfadd3caaff1be3feb0502c767f7553c3e16bc8d635f8336c9a904420f0545ae77e4f3cb82e786e154565d70108bfaa6a3f276f3295869cd21a683c923a2d0652727b3cd4abfa2171c09cf28ad51d327b8f9ff6bb513a9cce85b90380a53255863f113d1541403581d3bec1b2cdbe22cd76c96b6b61cf9b61e2b5b42e6bf267e7e6453d2578a72cc7277d943cec2ae970b802f6e375588470d073ecfd881e488123723d4d62fe679e603cc143f30398c118f25836a1fbfad82e34781ec2a715cc157b3d51c8041473f766d0f823cd189394312243a8962b3362ee9335a57c3c50e0433d5df3f3f96db727c24fa80cca50ab303b267822cea61816950f9a83c3da65d33d9ae3f3eadab9a60cfdc8f4075c1beb30e4f0051b24d6ece4d35b07be23fc623d9fafedb124ebc448d3103395d46634f144e5fcb1a156ad726ad110213ff6d13dcef897ac051d0c172e09db958d1c202601d449674371a002025b4fd9d853843dd11264747a5ce049674eec0ab4641925ad3f38adb3ae652560731732fbf4493e2238b2f9e20bb92a53402d82f6624814b0887fdb22cb61698aba9b9e45788b3e226559d72da63a30a8b008fdc63337f09d0516f99efe2c6ac0b38ddd4fe2ac3e7266c6092fa66cf9d9b8240a792b622b0b10305a48aa307762ea56c79d9d8f3e87405a8b0c1b4883d390c79392a7ba39a09f299f57ee8f7c8439eaa45e7ea03e9109744eed7dbffa25e5c203dbc710edf3afcddae29837e20620b51ec236c93ed08e0302a4ba3ce8a90567cd5c5e1b5fb7a51519f9bd399f4bfd05e5f6a53a3ed207b550ed54cfbb81fb9fb117a7377215ef6093fc884b1fc2f9cb92239e463ed7456f024787acf830575e93aa05daad3e0e2669ae6ef600bd86facef359393ee078dfc8663f29c3cf5381fb038b76524b875ab99bf889f0846ebdf10e520c3eeed4b9a3eee3cbee57df5e3b9eefdee8e11be2612a71e26fffe16963fdbdb33effb847e3bae62b9b477f89592f840143adea95bbdc8036db72c92617b6bba03f084f3e75c97ab7142f41f5c79a096e3545182df991064984c6475568dfb3073f09185d844d2e168aa6156e8a0fb8e4b1620b3473dec11354f42bcf488813a63f0bda9f3e21a964efd9f9e2c0455f35ec3b1e247e2411a884a7f126c6a00db53f1229e398208ae57759d378867f6d4e23a2222820307769fa49d9b932c0f1693f2161303f2b6da321a95a8c13bcbd7543a83c3ab0d3d1cdfecde43eed4771f73f27acd0807c38a769c77b5fd07a5f292da90832ae3d776d6fbd7719dc01d0a13f2c6775a78f56e0a2c9c2942d5562ebe218d4c43c6541d1c7a9154b4ea107fe3f33cdb3a61292a0a58ab40cd3f3445be7714a95871bc58e820e95672a68a4593f354bcfb6aef16a42201e2a44bab9dce450080fa5fa023f349ef15e8794bc043f3ebad00765a98dd1e0fef1bc9d63bafd1b32758d930ef0afd5f3759ef6f6d03f4827cd5312fc443eed193c0f3536a90ecca73563e1a8235f7b38f98963661e3f51a8034fb8c97899529422edcc26c0a8145a2db24306a29d1f1da6edb86a0d3f5fb1de3662d9259fa3b6e3bba79babe8d6aa4bd5e7c715af784c9ec062cd9f3fa093fa0297aa685d9e3000da0942a2a699c905820b88e04c14a1a04ad613bf3fd3cf0ddbb4e03c97e8d9e3eb7ef7b29feb53d731102e02afde5104b145be6d3febf559ea9da4b2b83bdcaec2e153060e7b42761e15ba2c4a947b399ab11b7f3ff589575ecb7a0300b8d3592a605cc150b72b92c92d5a9cbe90c620aa076c6f4004ae18132486fe795acea454b11fd52b820cb849e966afd892632370a043f84006765085e1cde8d46feae5344feb75909d1cbab8f6baa6938e1c59376ad1a4400773d10827946220d34e0139450f3d0fd0beb1dd53d130a45689cc7bc84b1c401388eb6b081ff78407f4bea4bee45824cea950427f0916b4f2e6b23d50d053402a35ad5dfdf0471bbf9d8b80f4b2ddfbbcc4d680abdc3329417b97410c8171403a788dff639d8ac386500f14568f118be0ef71748f8ab428840e17d72aa4cb404341b05241b335b3af50fc057d94a7f325019a62495ebd437f1933b7aefaff404c6f9815d69f81477f94b205d76aa75f78300360e6fd38439fea7bcf704060405a3db99e7358ee2fd8245876f300b8ffb6759079b31118383d379c861dec04405e3cdbac273de266a9f56e2bc17ebde477828d3b0408f29dfc990001aed2074060b137b0855a0fc79bf962037650a989f532f81674ef40686cc871b8ded280407162ae6a7514aa8f4f20ab3b857885d91fedace61a7b257909cc2a84f09b5d4076b37f4bdea8146beac3257e867c8160bcd860843c3550ebdbed05178aea2e407c49aa4ec01841bde559ae983a5f49e2a1a4cefc61b12a84158f29f567c24640897ede625285e98f92a4ec5adc5ea8c667b9a3f5349c745c455b5dce782eb840906cd76c10fc1434d212f477c032bfb36caace71a6ce3350b1e4e0229ff1be409e95034633aa0bbff21e5c0b3bf465e58830db819acaeb4ecd51508fa3a91a40ab3b84aeca45ed02a01bee0f7853a70d11d63d07ce4ba6412debf5709ed77940b540c9a6a1a0203df44b7780d9b80d6ba6295c58731eca91955dda1920dc8840bc5134c406a650a2f1eeaab1c06cb98f4ed88ccfef4621c2db4bbbb3a2e59141151424df30a96a05f0ba670002c93364686647540516dded47fc29ccb7b321413932d0215a399c0ffd5e1016762ab9020044381a3d51b5790282f41a4162f44176a17b2f47aa67f65e3618c67e460711d40ac496c30215de53410993bd82bb417a2313eaf811f406eb52481e88d5d5e99f5ba860597cd296840d9078d2ac944180bce8ae35dec4f94ef66b856a2857dc7b6cfcc8c2398e58496b022e5122234186b2ab9d928963a1bc3780ee36df01514e5e0cf22242d47a17b4efcd8d814e418d15ab9d322c9930460d763ca0170671629a39d726c7b0ee73db2616c12fe34197b4a9845a0b1f2508e4863650e3c3994801e797fbae5b680a40ef203ca6bc41a02ffaf565c8caa350ea9a33c17345e48262117ae1ccef25784bc42354f4ab41c06a8adab1ff5dbd55e6fa66dd3839629518791546767731be84cc248865f441c54e7e9afaf46d44442ad85711208e0ab40265a91ad7f65ebf10446875df5d41d3400b7aa2247a59e2cf05ad756dd97081b9dc941ef55eb6a336c22fa362de41d50282a1d4384fe6d0b205e41680edbc198e9c4f7a9cbb79c54b1a74ae195c41d5dceeaa8b69dfa45ef1cff4db66df57cd8ac39f76baa223199f1a0167ac6141dcedeb95d9e5e38f297f1cfa0815163606cf2e6b23d51f610d5510b80588b241de65015b098eba8a7f76cc9b33f8beaf6be7670a228504a5b9aeefe0dd8ce841ecb07478893c2f59e2f9c644db1dcee1963a3dd11bf36fabca119b980975854200889e377211ef940a960237359aac83b3489fcf844b7e8b2b82dc44426f8742011f1b96f935b87d0d7d6454a010fde40c2fb4d0a8ee1bc890d88ec0e91c2c4211421b17495c63b163781b7c9f19a60fb3630dec9477484e2c3488df3fd8d242260688c54aff8d503a6f86a4fb6c04ca477c50c43a71d55f70158a21ce7ea4422a089c2f7a0ce2e96ea6e4eb2d8f8bf054fd6659a3c2c47a4f7c8545ec56f6428dde462462dfe9b2f808d4242e852d7a466e65834dd42a2f84e89ae7a2eb7c429556d5c5fe8d170a2cb0b6c4eebea34f7bc6829039f5d2a299b0fdf32cf396429f4d5adcff7244089e674bd9f75a9479b3f07bb6211bc864f7cdc4fc0ed05642ca3c9e3da050270db3af8a0b6cddfb3568684840f1437033cf32c9ad76436342d65215bbc47f2a38c598a1d3ef54e590f0f62f5d73b72e39542804c8eabfd442dba544137ec796dcacdf423e001180ee7f5c5f4594887180c9d2e76cd84f78790a61c51542dc0ae79915a8c4a13f7d5678a212bc7141dbd01bbd6198b3498dd57741273642e3a24998e871839a30fa711a110bcf2a20aae95a3ec3c70e1b2543d8216c024308366de5a9e88f9ba5edd76d6cc9201cfd0bf5919dc6da32877d245c412f0f43133e3010edda2c637fefdccf4ac1769d7998c8ec9a932854dd84e79e07499543191d4e36ef05d45a3a99637ae73135eaf9c1284573eb7b28921bf94dd718bd436ee2065563149c5dfcc0afcafc4cea1ee1985dc4a236bdc0430f310872fe154374911485b95b96d350396f8e26d196b76376d143c7a1e27f8d82136299b23b43875d83f3c91555bd3a33b5113cc9f8763d0d88025c8ae547e31b29b803cd164389e276b96d39109d29c11c15b693dbe677cc6ce7dc4e8164fc3fb93e6f1fac4397e5341229d6f8929293bd821c690cc78c8e3c0131cf75d4d0158eb8cf1422439c4f82351b1687589410fe57cf09c3ce4ef9eea2e14a94bdcd36fbe515011943ab5df3d7aa2e37ed88da6662ed1b1fcab9a69a6fd10924bb4ce199cde6704443b5edf833a8f02860a1e86523a58fbd62f633d58f7e153b6fac87d217c2345443d20cf78c6a9a025523484cbe5c5925faf0fd2281dc7253ec7ba8f574d1caaa43dcbd3d235c890f344316f82efb03f066d4e43e2921e3dfca22d61067db1d6b43dd7917d48ac3034a44146fa0044808bc79feeab82415f5d1dc1e0c2bf17cb043f439967eae87660e7e26ea92f2257b0937f101c8a15bbf7b61114f79eddd06441167398bd5a50f9dd4152b8ba0199bbdc77708e8770e2702dedf594ac445d54432508d777238d549051897fe6557927dfe9d298a73df6ed1e0b0f6b300feff443f966a5e2abe1cce15a57b32b9090e57c0637ca7200114ff5d8bd4798dfc74444385885c4e1a4b6061f5976fa8a10eec32f54cb74ac4135377353a4c01bb5444486f42e4542297c1aa2fb9545b8268874e3be3d62a8d77b46fb4a95eb4b0ae444c5367d1cd0167bedda8bbdc3fa0e78c911f81e5cdcf9eab5931d19b200868446be4ca0f35f632f8f1d6fcd26f1ddde2eff485abe8e4872ba5d7a44930f0a64470228a629b1e50d66d454e81f77d5e1faf05b9b35bdcfada3aa871fe66bea4448254d7459919292447f2ca136574e67319ccae45d9140bb9acaa0aada2e6e3448fdf228a4bea968c5407849ca52b7172cb39a09a7ffc1d8d14744aa376212144a30f1d257d16b34983daee6d8b0ee34632ef3d902888272ba5e441929158d344a79804f92265cf398b1456d6fd4995956d8934323543da15ac41f350bd255f44b4c68ead36c618b953b41f78e4ab686aefb08c47ad5d69cfd269b09117cc5f44b655bc3b463da3b981e8bd6418a6f85a119f4b2fecb3682d24bb12dde7582344c7e414007791ecc4175697ec01037652776f0b8996ab89efd77ee84d52f90f44de54d55836955f3854261a1055631a7eaec09c40aa815192c2dfd33367f35444ea7afd0a72c6c5d2d6e4236f3818b690ad5d14d471f1cba93867bfda7796d444f90a444b6275e734695127921d3ae906a92d21ea9a3a09affa32ce57695cdd44f99ca64eb9992d493096ffcc0f303f8734e07a6601c115803ce148136eed0c4528c4e7da8fc010c24b22c279a48cf936393d61de31638d933307f8fa30986d452ac8f168357cf0793b66100db16bc006808f15d46187ed93a47e4ecb7206f04530c01f38d602b54cf315ab90fd7d7165258f76b742c07c123ab168a61277864537b7337ee3a11c4bb50032b3168806f2d337722255aa051925bc2df25f3ab2453afa1f996b66e8649c7470732a481140eb9c2b9049ca330c355f1a728c33b445472d3dc08a198fa57ce8f08636145720942b784130f586024963710b5f962b454afa075655f73262376a4d79a2f0385dd76e1e467db0de5a87b23f34edeacb45601883c1663bbf9d750eedb3271e7749f7248e300f56189e6f304833fbf65d457da2071ba19c5a6ed58d2e4784b8967b248b58d5eaba286a7971ea11a36f3d459281aa87ee36dc7837e0949be56ed6f76f6aa061b8fa682eb9658eeb35bd06459aa0f527de2506586d9a2dff51bb73d8fbe1c48a4b6562abf862a95870621745a82d380a911c7587da542fc0c2a70ccece8f69e2bf78e4fa7226a4201be63345a851e9b6ced66404a4a738920e4c08dcaec5b940f1fcaaa0ec235d1273efad45d0889bc4f81c1aeb54940395dd04029baf9ffda4d7b584cb2481e7e93bb15145e921b621141d89becda5fc890c8329723bdb6e36eaae456bea5331fe24605e46058120cda55aa95a28354a43a9c2e5fba16bf9a81d22fcabf3f37c6407777146110eb46b660b53c8471d164b233ac8c0b7b3dd926db8536b81dc03c2c525eb4614ad68eb03de99f8ba07efab486dce15f0916b99c8dcb23de61ea207af998d4616f77795d8b3590cc0e3163de7f59c211902ee429db40dd84a9cc5390fb48f462109fa5099f60d27f3770b939d02b83a2894510a92143d6a6cf5e8686ab6ac462b22baa3e0f90f327c2bf646559ac38a0c06d8053b59b649e18d947d667d7c4643f641d1fd3e9d3d17b29af3166831adf007584a5744589834d4228a3d545846569bd1971fb161e83679b17027ee33aea55d06b527861bb415eed312fe0e2c467d26773d347175ae1aacdbf9ad130b8d583fb7467bfba9180357a50e4221bd46a7af8a8f7b1f4bd8503a0e8669f2aa67460813b45c1ef6dc5a09280010477046a8fbf8b8c9fe9e79bdbd80c5fd7f9919dfe9ede2336efa02c5e0f3d323dc3b46a9a7f4c052b43c60bf1e173d23081169e2b67a9d4167b305446429ccc08b7146bcdb7ace1967add9077366fd379842bbf7b958b2f181d0b7134977b145f1c946e39874f6a2c70f19a376fb06d61aa53aeb3b8413fe60d66ab5caa0d442a11b4718829bf05ed097ceb17ff1949b7447b965f87fe57f9acd29d7d9ed1bb2fa5c471fbd6e8e93a855aff33e295f1a31bf64862fda9dc5321c81a192d23e1ada4a4727411b5168ee4dcdd41e56eda7b676178953289d98478fbcac6c5e7e4079dd4742c75495826787d77b9679c388b7aaa206860243879496d9ced949e9d282d94742f0ece0d223169428f63e94b7872b3acbe1f9d4be1afee468fede2f54820b47497daf893f1adc295b3e226ee560bacef7d9438192d1e508a06366e3171394475d80cbbd0e7b306e05d991296d0fe677686eedb86d02adab5443f1ce267f81475e9850ff5b1711f2d9d6b0612bcbe48293de1df603dd886d9767cf20a23ff747737122a1f77f07716b95b62c9d1d06d926f0757b6eba8a693e9fa81de16dd347737deaa3a9b2a57e0c56072f09ddade6d91fa45bf6ebed3af11c598da3d75c47745f21f3a74858cdfbadabd0ab7763af71cfec65e4fafe36c53eee54816bf0477e0f78251d18ed8dbe83cbb3f1e2f33e299eb58dbe6428c51a0242154e4a214785eb2ba7da389376b3cdae31672a1e3d5e358e56f8f48fbfe98085b70ac827478a408750c883c35588212039ef3158594d93c9ff5165882000d78d0f6018c6478d16b43f7de76f3ec8c755ce8cff35ae4f2a71fa13262b7682331a526d68404791991c677238c92cef42ccde637f5d758d5fb7610dcc8a03b2d0ca3b987ecb47bda6570df0071a87e44724e93769443ec9628b1f1fa4e11e5ecfaec8ef34f647c4b3cb1097bb597155e984a6b4a8b46ce22209ecc82c025de2fb66a743227347c6f62794bd5908a1bebd37cbff05e93554b96ae764353ac28093d9587d7bfc47d8487bb27095043c5abcdf744da88768600ce11c4bd01cc4c7411f4c96bfc547f003b1a68d9f63ebc86007422b39316c2553c2151f3be0384221b6d603bac647f7d8ed3a97b37df2ab9be7a4ef5caf0d9dac8fcbf7237d67e011c1c0f375eb4801f34166ba25d607b33168b02a2304ebeb051ab7554555688e8d3e423d72874812700db30056dc1e51ce5db512b9253c8ba0d91cff09d02673691aad135b95481285df4865f951cece65093d3aac15e632734fc538d74ff5bd72c89cc596d2482ccf6f8bfdb831f4404f3ea0e38d95cd52077bf51ec6e292356ba96595cbc4483639ecf397c39fc0244b199db201af26faf3896bb3addae1d1959100f0797d48396de950c8a5df22a654809e8ab6cbf9c6d5a9fed62f35ca7b21df23cffb5e4842c19ffa985d3d7c0dd3554ac2a220d1e849b1c1890f13a8ad77d66a9d207e484ecf3e10d9d92b66f608e3f25651d1899e32a7129ee5f0bde715cb5e02cdd04860066b664e96b0144c07f4e4f568d760fb881610036f1eed0ce85b616776454861c7f794f7d2c05942a60e1b339d474486abdb8aecf559b87ce5e55fe25dc0487bc3383b735082253ba37191d006395c1b9ad77d10f34980935797aa040e124899d9a490045dc3aaf900d8eb957b2f7c9dc80420f6181e6f646c804a2f31b148a581a951ef8391a8307aed2f01c074d32410c6e9da811bc837c82908e6cc4948af0b8820c0ff7bffe42221621428c2efeb4172f5ec44b45decc9df523b95ad48b71de3cb4ae116b29f7fa2c304a06020a8f7061ef285fb7410af480f56ac7b48bfb6e8b935b12277716e4738ca78430cb7885a9a280b8eeef7ab0037ff0ca248e433963a426b5b653c4b52835436ebac754c81c104f69162808e68cef1f9cb490187a5ad3108309725f3566015deae66ac61faf6a6b2387e28d7f5a78b9d08493b428af4bb1453a5f3bba9e247ac6cbf10ba9444896bd90f6c2c0089e5e42949475119700f10b89ccd0b351175bd12f28c0063c07bc27dad05e741ecf0c23e494ed2e4aeff4599e7af8f6a8b14341893471a1a7d94aeab43bf044ac543be12495abe933401b91bffdcd6bb7bd297d7377461d978d09248ad3196a2c6d608f0497912f1cf0d7cad71aa1b9b1d11965341fd2a8609e7c47d4814bfe050c194e649897ce11d99b530c7dde1be3761d26eb98dd21790653b8f5c55f41f9cf7da1449a33ed9bde2ef5e696c6941120212ae24554dc2993e9cb8aa6ca829a3b9246949a4c0672dbfd3d3ae15b6503f7bde75e24f52ec5272258b03eb937e04de14d049aed43f8abe1fd452f16023a5e00f0243272722b7aed35c6a006152b25feef449cf336437b05a34908a55d8161cae2156d252fc9922c6df864b6f9c6428e2b249f842be0e714d20357b7336206c69e659d02c9ec9a664d3c3d96508c30d655549fbdc3fab356ab907cd6e37e01c90bf2b23496ba5c453a6daeff09b638902884a05521832ef129bceeef15fb9737b0a1e2ffa76674c69f29c9b3a082590a1ec4a1388a6a79c65a94e3200ed5920a510af627916a8045fb742879ad4fde951f14a287c228a44e7d67740cea2f0969877eeefa73b60ae53fea0a11645e127c95d4a305e69e61c4e99d5e9a4b805ae79c54ce9c26dafbfbe02f8eb737b88e107284a3b3f5b28d3e62a51fd827ba53834e185b64166f91b55b1f9fd86ff35663ba84a57f3e6dc65fc6a05f9a0af124a41a8a3cb555d31828e085e733f8f5a82c6004a58236ad519c0c77717f6d4d39a59fbf9e655085a2bf2f576e4a02a2b8ceeb74a5db2c6a03c534d76f06964157a84e5abd7fd3e808de0a685263c64939843174a6a11b03bfed6e34b9ee30e3b73bc5ca21d9532c77e80da1d0e8b1f073418bd4a7ec3c43da1143beb859efc942396a0e109224b1a452b87edbdc63133b098174a893390f541025a5b87a73b8960939b02b49fb30620be8333cba6c46f9f1ed74a931434c72b606209ef88d1008f59029f917914d815ac1436577144c3851c134a9a208402cbc356a1731966995eb794b3a5cc1daaf4fc9d0ce7f330475c8a934aa88aac591e1f998e0e4620c1a03e2595504d4611ea043fa01969ba4f971fea4aac1e890970357685e3947f8476bdf5def4b4f0388a899c83802820b0adc1ef4ab7626a62ee893401446a1f0f772a349ebed4e9b18b70f72d3a567840f39f7e4abc95f74eac40069760d90515a8fdb9501d29402d1f3859b0588fec2d8dd8d14adf8fc6817d30f2c0cb2ed41de4fb0b7083ce650947cedc5e97f07e95bb51794ae30594241ca7f1451ce6be211a80f322d4c6f3778c4f4ed519d0878eab5e6d4aeced5002b0d523640954eba88e3dec86762a02511b0f66a7a6747a0a93bdb14b1049b3e5315a0fc42ea07cbfc53d8333f75330130d810e9ef71c385d16842b4b33b9059d5303cee37846b8486eb6b9125a44618bdddbb3dcf077ef73292a784b3b50c861060b737a91041f6e5a89fa8b8897a31d2a6457c491edab6a895d724b508df087944631296f1ed1f43437e6e2964056ff4fe4e76655358f67cc1eec4b613ba8d7bef024f9285569e905f27b69ad4e2968692785f3b654cd8c5930314b62a1430dcaf6fcb71017691f1674a5ea85a3dc0d8f3fd61a8ae4bde1d336b74b65ab5de96fe3fcefa288893f3e9df14d8c0891a2330ef63caf9716eef080584b78641c5d70c0ec949fec3672eef11b8037719ff937906e68bbe058114a81214b80d4b4cb91876be94856dbfde086d7415a21da9aa10690bfd3d0d0f75cefce4b8a929a6874f711a390f6b580c3a2c1c2aa1d96789abae4002c0a7977cac28d4b9e7a8dadcdbc041c3363d6d7de960832328e3f43f4b7a01eaec640e4625f4c4bb34f99ff45aeea6edb4146f23eae9a01a3da928f6433f8921a5fbb304429274bfbcf0a61da84680229c488239de5b78642dd501b0fe514a124fb7f3ba6c00e4c2451d0f6411aff33ad6f54d0d69ff17802e5705c891b43889904f1d069ad354c26fcfd7abec18a84cfd68f9bcdad192bd509c22a2658bba5f626521e26df654c452793b28e974a806e45fd4094bb6cd1722133ce86948fc2e9b708cd14760d4c4f48549063f5acfe4be336ae84e62e8565a33bf85dc0416573cbbf53a0a9464c53c0a9a0072356886f80386b692ea365226ba99914abfb92a3dfa6d2eaf2704c7a371a55dbbc787b9055573f4551e44b8230e0861af7a704f96005686c11c94c902870117970dc5dc9f32615ca38e5bf2c2236bbcd24634dd7b35a7d75f2c54cb466361c98d1eb3da6285bd1850b0f80c502f395176095f523377eb52861144cc8ea4f3c0fab6537bc6a7df33bdc68af97264b907fd039f4f83c95208ba8c24cc9c5c1267db386500ecf17f0ef0edc9bd81d10a4ca7c18623331d481d2ceb34ccc1b43ed95b43125cc50c7ad56eee715a9ab717ba4957b722248a42eab51c74cd37651130334d4e4b1c0788c14839912a1acdf413e87976b72ed6b2da700e04cdc3a7df88c25162ca4e2835c127da37e385cc2febb4f6192a038ca4473588b4cdca85c48bb1ef83d63ce1aef8fe2498307708b628078c66e35a5c013bcff494ce42a7ecea0e0a8458978bea4aeca493ca527d5554c686b5f8b8d811d66ff424cf69be55d45d43b4203962f792f6b5dfdae728daf22059bfb3c20482415c9e74cfa06edbfaf9998f25248e278dffd73c471d30b35145d13fed6ed4ddb6615394d0a41274a194063a456eb1e4d7c8f29aeaa3dfefc3511e2bb635bd8d9ff99214d0c0028a5ff408d68462817c2a8906f1a42b003469c41060d997795379903964d0c84c7c2b14dde43d2d7d02d94f99438138d56f25d22ae3f469dcf2fd0bb874d1917568b8073a5baf59068ecc924f443da9d05722b42b777de26ca75266ba04d1b6b5f213ab0c3b3931c611589bb8bbf2393aacbfedaf85c15090e5e31b3e34d39b339c18437ab8fce56256cdc7a895b4236e80ad40e7182ca95e71ec3f0cc4d591c7e7192b85f24f8313919b177d9e50cde608cafc1f11117cdfea61aeed34d5bd869f6bf254daae14144bd022ef1af6c2e1a6ecd20fd159070b4548b74834d794c3b8f2d98da9b2549b6755c1090894b7c08902ccc9ee2c366edfb5d209b4d8f113b2a026a87ae68d2003427d7750d5f96d060ec047422f94fcd9d96fe344d98c4aefc2e0b346a57065be1e46160418f16f981a5f93e9c3f3619186558c14dc0ab71bc0071dd2e889e3207ddbe9a412f5e47ccd92f51fbbe7472aa9c11ea4dd3ac19ef50d7e8f0963dc88d4d0782d31c3e6c77afecc09bc903976f7686004dec06807ed0c5cb59a11b876bf8404cff2223222f3b63ae86766a7e00ec64df4df2f8f4dfcfb8051a0616508b5c78d2d5e700398946e6273fd587b7f7ed3d814df6530270d8e17d5483f72e21ffa90efb247c4eeabf5cb5b8c5d7c4fcbb19594e01c4e2dd9d45680fde061ec6cdde13921ae2c312dd1fafa41f2c502e67dc4b4e076df6a2868a676c9129bcb4a541938ff3a20405bd8488c13f968720fc4e824e39d81b935d60c854a5de2a4ce62977e6f20097852bf8c4c3832d725d90e7cb4e413b0fd6b76f958be33510bf398b078e3084d636c7ee6cfac3866c797aa3cf4e4c32bc1ba468daab46a524485b3d4eca52b5149e32040d5124df7bfcf984294e5596d0ef9a017bf6b8875781e76b7a5cbaf06d829899bd6c66c711ebce23374e603f67a81a0f01d3d8829ecb80c6e87ab1ed727a85653dd773a5e0258c3ee94e702e6aaaec83a366b43746a52c44c5c6db0332d9ad3ac47fa432f0ad2b2ca54e7ae2801d97d2a172b417b9393bd3f4b49b2c3dc4e80ef5e497886486a247794e7fc8a99f78833d03e22e81e59fdb92b84702b8a40404976e81f8ce63611b284e8022c23fdfdd58a804d168c94cfae6663f6521232bbf6f768ecc6088d06eb64ea8d73ad6fbc68eb0ea3edd2511e72c3711e809e767e28e600465e97a9a142c4ead76b2d0ea08de8fe74c5467770352f6f6808d965c98d01f1047ef682c96b44eb4801587d1653e68a6cc0140dc4a7c6a19f4ce6cf7c5b770103e5518b8d08f4eb56adf24c8c82df11d47452980b988b3264aa9c734f0d147bfe2ea9d9d541e4ebac56b8efbd3b2d91518d8472783163a8bafb198325dbffc46c32b948b8bde4eee59c4474462fe69c25c6952034c3cd82627113fcdffc0e33cb7feb35533584effa7ab574e6c4e347e988c204a26a052975c7890649cd7be74525fe9a2e3204f17a9095907ff40b2399f50aeb72dbe07b8edc1c5cb3efa1235aace55770a274f1b8152d66bd46729b66546c3a8b0c1bc6cf5162c01128c9b10da40caf4ab924f1dd9a89b7ce1655d7c6d4bbf08037ee946a8d382cb903b0e8b4a22b4aaa4ba4f28b504ee7b5cafc7a855de5e44c125fe9d21e4b6a3aa86a158ded10b58084a4f3a1858855ac92594e7a74d0e3b8e978b8b093b3fae991ea4d597176ce625bc4f43646f5e9ef9bc72b2f59517943f9ed3b29e64baf9f4ce1411380efa2656ae4f4706bedea31d0c59382b5dda5e7701e274e6bad4e5585dddaf937336511c7a4f5613d6e7f82f9fabbd7e5a0cd2ca3c15dd29cf7221683d9bfe58cd34b411584f6549df56695c713cba3afb6de9b457b3441b6c4b87cd84deda271c42d049844f7062e536e53c46cfbbab69d6c6e4b2af487086001f389532befba343ee9d2a4f840865842fbf3c91ec17ea0c48c47d09ca4abe83b6a8748b864a82fd334bc34f85ec257a8eb8b3bebd10f70877769ce3573858af46ad885dfac1a86c8f55144f9088670e1dfb3610720dfe100af470a28dbb48bc06cc9096d6b78e977c13c44f9441521cb084601c714cae3fafd7accb4fc83376e57600556f77cb004b9cbd4fa7571a82398dc561b8719d28948e3aa033b9de2ba22a2bbe9ba388d26d3bea4fe4027e787755812e5da062156657d560b368899a065701f202835cdcadb86d500a6b48ba9e0e19e20736772372038ffc767b053085f5a33defab8c00e3692e500f7aba5aa8a4fba962d86f424cb95dc60bee2b6eac402447e32a9f51d16874501380fc0a844f237eedf523958a03fc207cf6e48e463a1d51813edd84e447c3501e6b1553fe5aeb7ab483bd9630ab4493d6cfaba149b92c3168c6e1c75d6a1e503dc2d90771cefae198ce225c26c934c4eeb60304f26fe8931d8f02309aa969504216ff3142ca8d3889610153df68403ceda05e0b219b8fa9947c0ae318bfe050427f99489fd13cfe7dff46c3c54a1be79be2886784ad3d7276d7068afafb7150442b01cba2b3520ec686c5dc19c51d1e83f5c435194268fe58b9e25d6cde57505fc0ba4d9f3498b557fb4d240d5dbe900a81acd606fd5d9294b37cb0f8612a506b3a4553afef761a984c16d6c182b361b6a9dede226900534f3273e1913de4507eb9dbe5d8a49158374cb64712b630a9bbb086ca51cbfb1764066b4c3be57d507f1ca6b9d8560a42a75e7efd88ab556820ff79bb1072ee2e46c73e36704e9b5081077073250ebdc35c2afbe1f3d220231b510f3d071083bc12a351436738f45083316d4b11af3dca598f34e02416cc09927282d6a8d80d287c2f67cba524a15097176a0a0ab91e0b68625aef57b23e7d12f8f96ef6bb936f46622a5288ea8550a4c4bdbc375f63bf5afeead10e73cc383246f9ae25ecaa1a46164a3a3750c050b0ed2a48c6b27f83c11e8a423fc242c51cf06eb4f4c6a4314b201b5ddf736750b787f53397ee4a46fa01c3910c028d6dc5e8df00895b6c25a99ea3d624ff0d50bfc44b264f0c98abda35ae27825254cba2cf224c07a672c13ccf918f36dbda50c72c965ca7efc3d7f3c1ade17fde5ab7f360e1e42021fe1f731fadbaa3863350ce0257b1e010b3d54aee00777ea1ae0d7921521a8b5b42452640c3f9240de350e54fcd0d0200d0dd89d6f0a0550b7d241def61fadc2913537e27c3415c8e4b50f794a925fe8fb93fe76b4e26d17b288e0f06cd62478e21e39da89c0c947fac510d4c649e1f5ed721444734daf8678e74d7b5ed1007ca9abe7f48ffb722a3bb51198841595a628fbd44654f8116d7141dae309f7bf2f3599b3018e88ee958765126b7bb67f68deb93a30361a8831710a99c49a51a35018a4563261d238e4d2f5138a8832ee0661a609a3edbfb94aacb177a0e3bf68314b6992ba219382433ff513e2b5d8c1304ab36279f4771992a722d0ead55b65a5cb13ef62329e2b54d1b514a72fd5a23361aed17eb6426213b5dd4fe735afabf0a65c31dd9e8ea3720fb514b508fa63bcb58d3a65f66299d16d38a1e14fce019ec439c3f0cab2a9ea3ae516ab9e9db3462ba0c0e24563755c407f48483e4180c8ca84d7c5262427468d551744146423b3c627cb3bb194f50f3a374e8db67791f57119f8d175a8bcfee8b5187d09c116845bb13639e4e30c2eb47c7099637aa3d83b502b56d30e93bd55d518afa5dd9dd42e1bc83afe07234b03f4e260890d875b05a73bf945181a8a05e518f874a43a3987d66bdb7c04caaa25b6025251f99a6cb9ac5bf62b9836947a851907a7ab7b3b7757d94cf98fed5bfb9b8f9f2bfb13e67b80c99263913e438d1519baaf64827e8f43cc5047e6468c3a78f96f8aa1fcd72fa24e275c3ad16043051a1f7210fb91edf74b1a94c3702098e0a2c4ea4a7b17b4eff7f1692cd77390551a215e0959fb55bbb23b3b654a4d3afd260ecaf30f58e948f51d48e528e8e4951a44eb45cc7c09f01739e6d1c47ab9d0b69df26bd0eb82130912784ef32f21e51a454b89f1a229973d4ad5a2740b5d4c2919b3e3d1b3b0846c60173f5c7505b51cbae35773ddb43177acb3f0d2e0768cd2ba07018820d57fd34558546eb30d651d37ead7552f06b4825f636e2b3749675d359d030bc8a39a47cf72a2fa095dc5214f17c37bf12aae5358d98f7a24982197c02669a28bcef87ffd8136a00010c5228dfb35cfadfa5014889a314339de2f51edff0b1f9dc553da0f94ed94bf3085265a3a0c37b28bf540f46e2e1cf01b20f519485fe41f0dbc509efc7b4c1c84e5272fa12a2f987322b50b8953bca85727b00d4eacc4c5de398db87afd5762bf052750b38af69703dbc4aa38ef5f9945d14bcf5f394e27742cee08dcfc282e8be52cdaa8fd59b12860c069b3298f197c1248921e48804ba467e65de488960c95552f2f119c5dee19f84e9f3613a6878b8961d45099f671f6b41f9dc1b092ba0cf5318cfd6a0c7839d6ef044d74a908a4830db6840f50cebdb812a4e7460bcd14a531fbcecc574426ddb8434749be5915cca4e39a18648f0843619ffa7fddbc3915342649eff718552562b053fdf1c01e5150ba3c7f3f28ebbafa5f530e9ffe2ae534bc349ad7229837d2c1b32a7e47871d402e36aa4f8362bad9188c469a944ad535e5b6d87af5fd8c2efc22c59c6f99de12571ba045b47e0a8ea44fde73d6f9d535fd0529376ad1746b7a81c9946ec0835bcdfb33773e522074f92d9f527e3475368c3e7e1602ec7218b3165eed3550b47173139720e6a3c62dd08341c24d755539b2cb5fe6fa80535c88b0b00f8db279659a1c3622d58076a51e6c8282c46e053b5e9dfd02dc279e2ef712eb42f7635f013051341aad50ccc0bf394fc742ab753bdf5310756d644869b864645d1543466c8ca11db81d0f3b98e4e8ba78ee10253e4fe88e984ce0a4047ddc3e366ec5f60490246b81c1c1b61516d5d2df73c0853f3adb0edc2c27cb7ef06a007839fe07c8a490296049632a4215669e8b6a64153f502cc8f8eb25b043bb80f63b98ec6c343f01a9545cc18d2c434ad3f36f3d05409795ee20ace10c35cc765771ad04bc8570cdc0e03e5724ea9652ff07bdfc6541683b358f925b097b8ef4e75d805a9a77a7e63c6a2e4a81f431009570e5b1c54177ab6ba31501857f76a3ddc0f62b705d70b5927c7aa744e5429e8a8937b2754549aab32b79f3f1525c9051869cb49d809f860c3562dbd202002d58a98ac745456b91289b65ce62df04f4b5817c7af9bc92ec5b94ec3ddd0998e75a1a6315e5459a808baf4a33b8a4706105683ce5c1137b419e568577ee04f5c51167bb622545ffe8120d5fea002478e12dc0ff46cf679ba4e8fe7324e69e633a5aacbf9a4546765825c504de5129ffcf814af771efb511d7b156b697d7f028b890db669c2549375f573c9f229be6debb7e85b7c6c1ba6f4c549ffde5cc2b31ac981a16d5554a580511da43c4a196877f8f6b28829e08cfe0a5cf6373caeccbdbff3ea475c54c3f10bff46b4d34889515840661353e185f5429d8aa9ca4411683856f7493f54ed8677b85fb1607a7ace76158ef935607250ae5bfd7d7e33c017f4b455cb9054eecf931f1012a9c6c6300c2ebac3b09121f492eef768cb509f3173308364ac54f16d39c11ce88be2eb9ff9c201b9ad86e57695b7dd2e1078b89995a7afd1395501e439f38cee83c1d5c89b1a41d3143d436d8459a1751aaf6ea7cdee9d0fce550282ed9156ab0cce99f5ad70577808d4c224948ff53fbbcce4e287bc50f0bd5505830f80f48d635a921f616c28db2b3bfdaf1a26b8458d22a448b379b5f94c5530342b40716a3f8d02993335c2d153a372dd7b0ff518db8852d7fa3b0ecd8e553b53b4c802b4ec075453322ecb7db8c631589353488526f1eabc58ff453699554b1e4357e9c2cda22f915a338cc71ad3b6498fb20e96719ceea3eeffcafabf5557266b3f75ad6e8ff92e4eb16fc1b3e85e1c1becd3f158aea3d6db8535195055693cb6c017a78d94f254092c7354b8e0a2d8e161edbb361cc2ca0e8df7a156556cd2361d3e3810d1e253d4e192bb6675119d3889bac909717ec02472c3e987556dd850dee3e5ac671e5b36986d860965b763db02598f0f3be8e20c0e14e61f5594798b42baf4e7276c3b461cd1e28756d3b8897aa901607c0afebe4331426d55958f6bda1aa822d634996960465601016d860cb9c2ac475883ff989169954555a1e1d6dbb64297a91f1b3fe2774e8020882df19ff4c48cf36d1a1505d5a79555bfc9cbd0c8f2957328bb343e0083788a7df18a08769158fa2a57191852003e55ded1fae91d57b6be7101509d75b816559754873d3f5623ed3230c266e27e5c55e188f2ea9aacb2379ee9b24599a7b245d4a26e3be9adba8715a939daf4a26b55e9e6adc9a7866bf18029891fa98049291247e9b83519103509a98766e9523755f09283949c60ce9b29cdbd4845da6cb22384657a820ec71786ed4091441bd455f16519449d9cdef2446be158a4355c683d2c07e899551a9888385a0fff00ed55fdde2e068b8aa458fde57dc762a3c12c57b273667979459551d8465fb88a5b562ca97b2be4b9e2a5787d2df8bd0a20754d3867fd8d3e2c6cbbdb069c047b5456419900d793f0c1444e600a912950c46b39f45751b5b19ff3d28c1db7c5bb3e564bbc8988b88461ac46d571a96bf94ef71f16c669c1ca37ce0ebaa8e59450ee5658d701f257e304d496de781b80402a6bfd8b553f5095c236bcd1a2228cad35565f51955aaef148ced89bbc4e5ce8e8264955b162f39a82871a7ce3f77da0175686bea6e9137847d9980c100e048b6f29791d11f5e986080530e3bf606314d4568be0a19bea9b1bcb10f3084a5b6c75b0bf93b3586bfbe0b7e95576bd22145056a4a69958f81dcccfd1519433cad4e5e219c74c2168bc227f6991e215233a4056ac9e1eccb2449d1e33c433ca15983e2f1fe5d7c651756001caa4b75240154056bb0a8ecdb377ffb588c59367615cd7ef80887e4a3877e0fa854e3a6dbd4e2b56c1f6ed1c1ffd45f3e2493075c058cfc8f7ad905ed94026dd322ad69d0258d156c7620271504aebd5de00f4b4af3fd51348fdf7f085cf59d61ceea6f0f07a1556d4715d8e35d420f02e5da1404df9c42ad213751df3c7b062ca9db6444c4a3756fa3ed645ac80816677295c87c0fad451512ef348bcbaa67a14d8c0ab860dc956fe55b85c4fa0a1c2eb38b04e4f79b62162068702bcb40c7906ef4176c71f5a570d35927c94b16182b155899b82cd88cafa33287caf87dfc99312bb6b8e837f570fd6aa029af8d8df32d70c7ccf30f34ea8d2b5101e78c7a31f594f32340370573b068826908e6336c77044c2585d60e0ac6788978c50d0e3d78c555d0821ed5765c58dbda75ff5d681ddb23ac9817dfa971c4052e5e9d7579b0cd0b84558fa57664333aed0e64b7521d4371b124a216c37cbbee38bc462eafec80819d4bfa35768f83fe143650b0c786c137dde24cad3884f4af99b6307de11a0ae86125fc8577379576812870261cfb5bab5a83a5b2235051e6182b88163515174098045f55777aba3a21795522581c747c3607bb91feca65c905d86332bfb475d6cbb2d6057847980d38056aa5d408c614dcbf21bb078657a45ae68db7351bee5676d1967578678efa42f34aeacea9ff72fd127782f19c7d691f92da9b0d81a7a73b9d579579fc86f8ffd3512d281526acf3f9a089855b798a3b55ad728ec4ff11325937a57a68ff7780685b2b71e4fe38a6035c7dc121f07e7243de1de553e6ffab4898457d1be0dc0252cbd5a09412b94bb75ff8238cad511d7e7322c678f4cc41a5fdd57d9da777eb873a8520ef338512c81cc7121b4e8fb0c5c73869ff71d6b4d15e557f539ef2cefd0500c3265eb215810b53a995e7549b5f4566e9bed4e59abb3b457fb847dfcbfa4039120382e74a21266b7d8f4f2d0c40e98ed30277f87e909b157fbc5ead3c14f7da26c8265055664b11be793c160948ab931ca3062f1bf5740580258e250da13af9f2048c65f8ef730bee34e630a5ae2bcfe604fdce00cf015581a92a23f7976da187dfbff9506ff108a826844a4082ec9e5ac9b4da1769029581a9b702f7de2ffe205d5bae0200d5fc2c83c22f9bd9f1ad20e21fd7dcb18a5581f28e8a694fe98faf93717af8b992b4e14ec1962d92631b9595b3b20a3e1825828f3b666ff1fbbe2eb980096bea08f334adbcbcb6ddd3c0a256ce0720ebdc95848ed50ef7045e825f8d02a832b2589851dbcbe8c08b90f74d4d015d76660c65862b27d94ccbf4c918a152cd96743d3ee91ee797efd99656227fd0a348d31ed5863228cab68aa2ebd4104f58b62aa718f0b829ceb4bacd3b977915f1255403958702a2d5bda44503c975638b14123af8ff173416753abbbcf6e8b63c6bd07085888c8c8c5ba0f183dff20062965d78ebe12038c932eeb171b789692a4690870589e4c5d114f7d46f9c877091907567922a79ee7236171c4223dbacb08c7fb7258a4c5c306966599249e3c718ec53e946a854d8ff7e39835ccb87a1e3e1736e758b621bf77f13490f6d4f02d3c5be1cf0345c8f9d141dd62a5a4b4c767d77aad58bac807930650181ef18c0c49e44ab5f8706538e7202c636d87e908ffcb5b9b58d27d77c997dcfe5236a937db754db715548221f7bedc9fcab7a0f00d32f6a958e578450889be4bc6aa2ed6c72c6c583e777b6f791cecdf698b25554871416358ec13c172838c358579991b8595a577185d6aaa9dceb3daaf7ad0b6831af4b1591619a345fcbb34a598a5b365f086561eb74cca462f9407556b2ca1c61d7ea2593f63c02aab5f1bd761b5298bc0007cd9f13453b2748a83887db92de2ca81185942088ee9526281121bd82d7473789f63ff6f06ae0640d2d4be50fcc8c9ab1e5943cfa9cf9fa124eb70cbaf3d9f1c716a3d687322e60ff8281a4eee8d29e4f2598ff09325f8469a841f5611ad4fabe5c1918763feb4aa240302fb6dff33bd0d599b6c35bd0870593db7abe821ed5c5e6f780f993e9c53d11b7fc938e459a62d59a2b56078a65e2eb9dd482307c6b92f8232a0f6ffe808ccd7dd34fcc493ca6359a640b565a3903fda57025c27f86ca46d0fe75e8b39b0afc48fdeae2d9b2bd459e037c9a1dcbc612f6324dbae8a370d44725cbd9a2e98eca6f6e6461445d1ce59f3316ea5058138a3c6449d6fb358e46130c9ab1bc1a3d471e89e7026458d965a02a334729783bd9342d68f048e93d97a6e97d5a23ee92027fa641b52ed11ce5a16aa9b47198b0a2b3a50e57c3e7f73b09050635e1e994d2271c7eac1a485c75a25a4b734f92793030ad443f4ee1260c5da1c5ac3b3cbe5347fd0636ab62f6c5a369e72e5559742f721b374e952b37917744afb971b4904302b644922ee31eb5a576ad549081ac2672a28a854d80a5c4cb48062723774c980b21e0acf4541e65a577285f35c23b910cd9509fe21b95e6c749cfb94cbddf07c6fc743d820c96c5a5ea1ec7820aa2001abea842d96177d08a9089d3ac98f5c83e172b6feddf24e5a62291bce560f6c4abd85660364a6be8404a11258f2d2236c57a040205720185a91ec12532df960f3d87eade76e56eb95039e22d21a554d87543bbfc2f4173f5a9d13d3a6813879e9698feb8cc3ee6b501a0e33cecac291e8918aef5d9be8bf5ad0d6aac1026deb969597227c4fa7edc818ba4a0fd77d5eb77fea4093c6bbe55ad58d8589a0faa0ebdd5a2f2eeb291cfcfee077a6ce7d10a5b7e986b6d6e8905b0a788553d853591b50e59eab42f1cf5f1c5883de0fc74b3853dbfe6123e6ea5b0ac82a6b0f30e63544eb611b9834cc13b489d6fcb1e13bd0002f5f9637e3615b198f0c95261228dc870091d2c9ce956c846afcf814ac479d02d3faf9f1b76e5b1a24dd0e6bcbb9feb1e98c643f870c5c7b1abfc4dd90b3672fe35f2c69703c5b24ba017228c0eb10b4da9b80b7ee9c38a612747f628f4d7100173ea635f0465b3597b534284b4c39c613262d6b0789c047524b24c3c57a2cfc62364670f9e25b3873fe69f5218eb5c8401906afebae9d7bcd1e428e752466fe1cbc0b91f23c5b44fe7fe6f00a70f068d953ee75b86f3914866160d41f010e00422c0dfb69115b6532b73cfe77f67435af48d2f8aee46df97cf6d7dbaf782346eb19c9293d685b65b91987be0236d318530e9dbb14e4eb22847fbb93c3b1a67808616b4179525b743b7dcc6e5bb9b65aa6564cac9f5ba6be7154c37521cd1defcb2d2e0bfce65b758e2381bad227fe0f4b467d88617e1a59b70931e1dbf39e4c2ea8d170fb8d5b7f5b388ce69cec61fd6b49a980b8ece925279e6ea98026d4f920e94710b3175b801c29df8bec5430e87544571d50222c4c94c7ab5bad04492cdeb21e5ab2465b961694251979bc4b5218a8d1e31e6236c63d04465cbac3c66164c2fbefbfe15ba3eac013150a29d03e6c133dd16cbaf85683cb3b4f97779710977e2080ba105ba99ef3be126627544f0e54a6ddcc6508f3a80ba6661b073d3dbae39c26d3695bc536e0e4150fd23b5d82c916d97164a617e4dd4af40a7dca82b8c9a5a414445bd6e0e418791ffc5685b4207c8b749d0d1a10d0f62f5d585c6d24fd92aee4db5becc88a4431569579451e884d09049aafe265ccc80a7e251b55e02ca62b9e8f5c03c9ad1647bdcdab85a24601f85636425ab5e5b2df40dbaa3206588a344d775c4a742ebe4efbe1d83400831038da2286d8cca58f413b28520f155b8a936c365c5e3b12d712aa68b17a067b1787bbc56154af8b9d4286a999f37b1ded60c8b55c73cc718329937cd104bdd6494a3ccda72c784c49325b4bf606a3de30e450645c78b6632cfbc46b8c57629e9f61cc8edf320517a90a91955b650e5d0dca734a5c7ce6dfafec1b542874ff32fdb1c2018885446e5ca3911dfdc6e033a01a23a05c88234737809b0291f88131a5b0181ef0006e5873b064f7c6efc9c706c1f5b65c94f43fbea79d199c954281da3aec7bd3963733c29ac5164cb7ce940b4af0df5c953238333d7f7d662e0fd9ce011970027bdbe7a3a8c6ad3abdbcd36d1011645c9f4182525a6ec639eeec6c13722858f975944f0f999ae66d43c9d9e09c84435cab5f7bf0070c94e35bc19147db0e44d9259486a84058ba6f5b744f1b7831a55cb194c1484f44c4a87bcf647d6432eb1f73c34983f431654f3ab479d1aa80b15cd618b52483d96d5d49f9178445ffca23b6c51d282280d4037363ad31841b2e5ce2026c430ff8fe7621dbc2f7428aa7776e1f1873eedb9825791ab78da959285ce8f3b1fada07980f3d82308362def29ca9b29132d69affbd2094607354523c5cf3f08aff33ed9353ee841852e30700bb4ef2b4d8458b753ddf986fefed1d125cf4ae799b547b86cce2b3f19bdf4ddae55093757c293fdb0016405cddd131425cf99e5536ced3a16add805d627adc8e1736e9782b7d278f728dec8dcbe9d2995d1420c2cb7c24e42c628f4577b3ac019daf602675070c0f4922b93585e060615d18d14692cd3526f48ad92d5d9fb4bf561234e21bc96442409046f5e71f10a35d298553a877e41912e3dddd4deb55d59d5885faa25106d43d1e8958977cfab85d3c72a3bad6bdafffbcce34c76a0abda8e790e3684e528b7a2f9e3ec00bfad55d412ef7c9a485fd15f482ed7ae22ee3d26a8eb82f107abbb6b513c6fea9f98f5d48bdbe42dad2dc09cd6d33cdddfcf9d1810268a2aadcaf307821656ba2b42d5d4afdc6c4f88c656255aba766c83762c45e70334b4f46dc8de2bcb69695e7075d4e71fd4318f04eada5f61fdad993d1d4817d7eee3c61f5a21cabc1fbf0a5db5d607e24899daf98e3a86d675bd8134be335c84e9c6402c3046a73699a52cd465d66c31ddd05081c438af8a62d5c4f612bebb08e23196934feb2789a24036a4b5daea3f046481d0f7250e72d7393f2656e037c8bb858710da66d66d960e179f95dc4da4398a1c580f9b9d011501f79a3c9280ed4f2ec63d43a4323f28a38f6b75df6e0e2761359d30a8275058e299fcc0381534545f55cf43e41983f5d4c94565dfbb59ae89572bfbf367c1ea91edb130f571ea9e4e88c188480f97727ce18595dfdd0c0a107f856301fb8c7352cf94d0fce8c39cf6eb7017244557506e711375dffc0d895a8c359f127be5483f9e3d2b930ad209350ac3d3c18fbfba007719a5e0ed410c154e0c8ba5eef860b1f87c4b73e609d7d6aca044e47d15c27cc85115e0fcd3e228a35e94a2b1d66b4af69aa37682643f6cfad58bbb132fe1a0baf4b5e103771fcb2f4b055643e11a956b9134eb3a0f563a7d3680b61c09170396b3c5e3ed51df6721c3d609cbe94b3b737abca1a90eb9607e5b710e829a50c78cde55e414793909cc85e7fddc03720cdbeabcd3660d1fc2afe245eb97684cfe9945f5e4ae3e51704708121f9c93c93c1ca9b59c7f7961fa99077b21cbd0afef8296c5e4e62751a78c027062154b6e8fea138ca076fbdcc09799b597c917e951c43275e573b03735dd82d34a7afe05680de1e38b434a6c65e83cdbcbae5802c6995d15e670b2004f64b8bcf63a15add30ec28da21ffb97e04be7a57ea22053a174e9e5e6dfedc6d5bd8142898b243edab2c6d2e5efc97768244ddd2473d6d73a876e35eb70e3a9655b79bdb72af55ecd0ac1dcb1f44bf5541365966bff480430607625eb8955503a76a7894b77b969f2b22263f35b9598b70d1b5ff443fbc1fcee5545ec0dc12058004d70aaf307b7a027f738c843e4e7a05e99c2fd90740f336d7525ecc9ff80caf144c479bb55adcaf5103f138568c57978539e70a10a1486218325ecd485237d42d8e49419cc4c3bf4c23e77e7bbcda8695f8c955c48fda7ed9c95edd8c29ae6eb654e168293a3322576a45763988f7c64e6e025a2d6dd1b5cb4b5ee40f5007ba4b3ab96058131582bef7c259d6177170cbcb491ebbfbd17e1cb55ee9aaed6532be8c326544c214c2fa0dae88c5fa2f56f8f1bd715e3c122cd7d95efabdc31b13ee81f82edf3aae25352934164ea8809263b66a2c07d613a8367c5efdd78bdc84fa796954ad990e57e9ac619e8af34423b6cc467596e586e6327f5f1b3219f6de7f660a772fdea91eb97da00dbc3cbae0de380c185afbb59c24845f1be3af4d37b0c6c4988d54661f26255a94a98031809fe0ce53c52ff02dfe765f1f7c42d84f1adfad2f4202e391fa6c6b7c99537c0164c788680865b3dd50e05f2c81eee7ce614c4fca306cd39442155c8355b27bfcef45b972a7f387b940345f2d6edc18327a596679138f852386e0a1965650b7a04dc8227efd5f165ea69b5f3d3e37620fe1990a92bc8f36118868e9b6a850126a7cf5228878bb1168c8795f3fb82ceafec049e08862657de9e938c65c4cec1016a3611773118ce31eb72f5f54815f3a728263d0f6df98d2731ccc1b014ecc2fdd5de90af0ac7bec7a964a5f641e75dcf7419b11236645a32a842e0a6e39eda79e541ae8c13970596258885f6c62f2aea552b82ccb27abb404f449b0689e65919c52171283e2ea44387d485f6fbdb518b059d9b101c9d4528151998dac5f7dc7474a316d84f65de07ef81f5f8d38f3bb4013f4ab7a186466307002606f8fd671710bcdd719553aa49002c75f98c8103751bfbbab9030b25793e98341912d401a43bda754954d8d329147135f9ed81ebd999533377e859c712f6a1ea49e0a1fef84ef3913bb53de23738fa95fb1ab17d5944ab401e5a80afcd95a9344fcbe2eaa73bd41090f31aa6420cdb25fb7e5369334090b9a83d45017edac4b5fdf60bfd6491dcba8dc313fe4a7c54c5fb8f911fbb1254d80530f4ba639c0247988efabc316b6ee678a8084915f47ff5fc9244022a1345d28e38feaa55855b86a05c4b366abb44973a11e02f28cd2835fd559d5557345c6b954d034715098eee59f4dbee14453da463e06039fca43365fdbd79b3f266d9ebd485bb94af05293a86323fd20a6d9069cac4d36458182e05fee2c40c45c1f53b5f937e46cbc6fd1ea4617cf50dbfe548eebdf0bdea847395ff633cca5c8fe33fdea2a6d09a1681abe6e4db7afb22019f1d1fcecf16b58ec60028c9e3e3a89aa36d4a91866ef0c9199b109f804c2b5ea0828f572a30be1506016b73e50cd88cb99c024492b3da1c69b30fab5749157323653fe5fa63c7048603eb40fc1194e67f1be964b29d2cb15e31b96c29e88a17026304c4065eb1aac6054b9b02ef57c09db9ec489a95b62549cdae749acf98a8c9ca915a58886f7826060edf574443bd317d00417f9b53f5e2bca93356d0215e8d15001fe7cf31226607bf359c6f1a40468d57541b26c54ad1b10c84ea52de76fc27267eaccecfe926082150ac11cffc6cde4f9520c205dad9b73c23f9a4993646923ae381c0c47706088a6ba68731bfe8034449c55eb9e2e66ab882499bb45a561e63c70818d5bd26092eda71abba2d33e66943e11e02d0a7d132980d9de9e87aec56747184bd621609fcb210d3b5e77b08daeb3c46a4d52552226ddbb499eca9d69ed3c6c5e48ef60ab3dd8f7dd49a0788afc27e07518ffe005d07ca41790e003ce994bab88210e60b164498f5567517c581e99211ce166c0b97e6a9f6d25825af6aad0c4701b9660b61572b119bd7b52a92e31e74295694b6b298edf1ea619354d9406b2b5aed560f1fc532cc0d0ab04853deaca33ee2052123de0685231c21a8ff64de28424be61051f5c43859b15e4d282964ccfc96e1bf455cb5b0cfedca0fd7b2719871555610a895594d87eae9a0f9e58878f7398c75c0d3edf63668d0b170f0e22f2f3ae611ca3323e8feed562e7c05bba2f57f38996747a0d186cb479c16f0ef955806461278cc2c98eaf44da75394d4ab5fad935751b7c43f56da4466853a4a2303095614313b8d524e5a2716173a9b2365b609c9a1b758acbd693c0408d575d2dcda76177cc4156c820d83e5bf78b12474195a7491a0bec200c0cd6e2ea63725c6ce8619c66ea984b1f17bfa415865a587ebac1fdcdbaa1be33fb628a5d4c1bb83c3761a0c72b4a23e0ff0d2f7f5fccec0f54b15150d7f3894f8cd96c91e9bd8e6c3f61bfb2453c32600db55f88f172618f800ab2e4b77f7b21af927b91bd9951d8af61c1b2beb57f817ecda7959e815a4276fb984c6a19da2a8d4168f32aa08362c061e0e8b3d8f3a07a43e5b1855add809ca0bc3beb34887213053d93ce987cad1e61ee758df959f2955d8ff2981ce4695adca44f94e709f2ae55c76824bb27a99d61f6aee2dd441c0f8811a68eacc36d459698a9520cc1134274d4020dd33f665162120dc093433ff94486bff74b7dd2fabf9779a52f84e53b7c4df15424e83ff1622de993613f8c3c07f3e9021a2db7aeccec720d2412faf8a45aee857c59be0a62478c3033e28abc9ad20d51ba51c151408476498346022e33ed4ddcb22555e1624a8d926d2dfdaccaa7e8fdd535da35335023cd417bb88ee1d636fdf90d353462674297789fcbcdc996291523e94295845f1ff975ae19f1f5a9a872dddfae2b62b9fd571519cce6b728f68e038d0203119b3aa08c7ce3b1d75b1dda4bf130b062ba4be712f573c96d844664e5031141c10eebdb8c8bad9b90529524a609fcb362bb0762b5d9b2a54aae01346b260b72ffa26858ce2bc476d7fd4f74df24f4ec62c0b23023cfa6ed1e96a49890412a8f3eb808706a719c4c2a114c4e2a1a34d462cfcc0be93b95b1d8bddeec77229f8353a7388f5c7a91e613f0a3a97dd24e3062db1151861a91ea8f42a3d75a51584e548f8b361cc9cfde7b92a56842dc718962e90608b28bf48880ae39a9dc217fbdc55802b1f8803a0d335f3ac6c9e36d6362f592e771b2e171fa5b98b0a6e7d34a7390e6d8a25f7ec5342fa0c96071ca1262f770fcd164ee5e52190aa7106009bf3d196441ab196334b4650ef3e7f1732c630f2318c6887c46fa9077a14a00af60777ec15e764570d91d8ffb4cc195954c6313f0be4bcd98f747d91bf17ca0e1f7f9f700d7774f3ed3571f0e0e2192be20631ebfd9fa13b28c893a0fb8cee55565a8d31d48a043c14222295383ceb57be86326ffe77e4c895274206a3edaafbca414c7f606e3f1450f403eeaf0c7a260c263494831c5a892a53faa82cadd228afb3d20e3fc0ab7b37722e07bb0a20bd2786353a61067a1eeb117fa7928cec5305ea3eef006789f61f0265b0f17f2352066636047ac82c3e8b6f2d9a5e754dcfcf3ad7e7aa29946c92bd255c89059da0b2c63adb44fff8cba6048b887c4063b16fcd0b316c3c4d24365ecdf5dcf99b254b963bb39aed79b8c106149e2f86158380d722c46fc2203cf10a6d743325379028763d1c5d05e2286ecbe93cf559fe4db618b3ff8bbaa5753516762bbc9a1d21d8763d5486f1ca69bd493c4b1f0c05255f37e6f9ac2cfb32cda50c12919525746f763e918aaae6adebea8913ffb6c0527f23834efe7463d2f333b36aa295f71dbd863ef2e7348b3e12ad92d17d8a8f65fea3ad505e480c025963b52278b4b8e84d163fbc3ca97facf069217a0425ae986dc37c314b2df3b5fcc7f5a968f65768bb264240e47bc9099fb6a81777d585889798d7532ed5a3df9b28f496f1e112adb36642f650f03dc5c73fdc353f83aeca786d1f8841e24666ca9b26dc26f140be96a6431fa33f9276d9c817aec551b3d26d9aa24d4d93f74f5d8f3d78924fb68227764355be6262a25f4d70de0db0447b28cea3809f27053d30e2deca99f716039376442dd91c95cd90f45a9d5db6745ff7f380a96b7f2a48cc6b17a5c0d78f12fa76450e2b1b118ba9d02f803bea9582e5de2ccf339c946da509ee1f62b8b847a1064578c274d4ab965c97e767810ce687bc8735faa7c71fa6191ddb4bac665cdac6463de3362bd5bb75d091e80a47e3f3b5c5bd1586b9599d0970e0eba8a60817364662f0596c864426c1b049d9bd11fe2e7d987f20550fa9b5107d8153d80c223646a7192f9655ec231774b1d3449f06e74e56656433212f7a6e7fe321f4071f264725cef83fb3dde790c8b5a0819d0c45d9b8b04afb607f92ed7c9b1c6facb2064807c1c49a26da1d5db74e5509ef27fe780a8feba398b06d836e31ca3817c136483bf09599797ef83401e401e9b0e932ba1cf118cd29367e8ca903e242f92e26491cc83cef0e68271783f92273f6cedb9904ade6bfa53108dd023df14eeaddf64a894f0be49580626dc8d9aee730bbd21b52c1de3cbe7172c1a567759154cec64d230e8c0b102289eeeb8119c120b158558f07d1e7696efb7601d10f104de2264e4ab0ff457ee69dbf61c055e1e2418c0a39fe5cc0b8a0b5f0ff281b566e61464f2720669a4812297667678819cf2ca85c165b64bad413f8eb2a853ed1332ff64f34efb571d4e0ebd565343c6a821ad5c4b0c3b6521a31d85d7d92a54a590e264fc9cb739aca69cd330803287d3cbff68902c412affa63b7f334f8e1541bf7f6534a4a4ff63d2727d179a63d9b8654bbf57161e43f77324e458671e9fe0882d6535886b7948b57ea284a5ad5e7dfd04f45c0ba0908866948723b4b836d5d7f4653a694bfb03a016705b19930cf3d1d714c638f1127142e551f1c49b2833949665546db43f98550279372c928f4be9130d9388705355c8c015af6ea238cdb740656eb1522e094f46e69c124f0f58ef990150fa12ed6893a1dc59433ebf571eea659b0559f6ccbb4cfdc7feb61e737b5481beaaed3d42ea72764946551c4bd73a65cc454209aaa5a64c7aae749bbe3de3469c2cec6661a7875ac4e07bad92d4b265d6df4a2ad9cc625686062c1c8d014376ac62a2ca8302fb9950b57e85fa8b2465d893eebbbc84d472af4a51d728b64f1e405fd67927a72bdb2a2677b2d0222e65f7f7d3627c2847bdc6f2aaef1aecaa724bc3cd3cba9c9b37f1c912c707981066023d45c4dc07a859f1f00af23283d566ec16569a4c8815240c2f4445b1ddd76611156c022fc869016fd6c31356db4c35e472700cb848cd85d19c35031421d96631277fa4f329558ec9ba8b144fca2bd770f1e2e682fa8b500deb6b9aceb6e8663fe4068773d38ac23198980b891440636460b9e5fbe88bb2d304f736fcc4196653be1f7eaf2768822cfb92502e45314afe063e33269cfa600742f928faac4c6662223dfcc267bd2e9befea3ef07b61db87614e87b86c3b29ea4f0e26612c576668a0c55031c28e38916a495515fad83f377ace0893c66afe75baad2b6a283e66b539ba161daae2c8c88679873794e6e82c57328329fa03a95becc52aca026f671ce4d3a60dfa573aed509e79e50ec87d702102ee1b3b950d829e630925b82c672defd084c6e8010723683b3e96de098c7ca184a333cd7a42d7cb56f8fee7fb6736a442c2074e70fcfafda326e1c7fe1a67ac71063ae69073b864d1dad5fcde673b37341c13d9a3b7655ac6c93d603779c8fe9caeb421fc7554e939561a85066756b67c07d3ba6761576fc445bd9eff1522f77b51f954ca12ea15171e537b3e6769493f465d7f09ae0f7ba8b0d55bbfce95f924b95e238a94cd049ed564090567851741f46bd0e844b7ab098003640442a72839f2d1dde6c2d4bde215c926b7678961f36171ae24829c2b71ab306b2b2694b4ee16803b1a0a6c240b96681b19678e251c625d5a076af96429b2b9022db39f709c46cffe1bfa8f966a9f201339679bd4c5203eba9bc030ae6e2912b3e1b45832b4298297ca303f38f3f2790fed679fa4ceea81c63e9414baa0d99780d7598997a06cc10def0f970a09506db64167a03d871c8f7b777532a99ce1aa7884921f9ab56ae435eb883ffe81a19bfccf67b23b61dac2bf5d8658b11672c67eb7eef60a9374d1c2b9a06ef8bf32398e9367c62ec524f36f3871b5a73b5a1437747a3fc08bddce0fc7b0e6bbacdaa2ea2b67ceaaee238fdbd8054b8492515d88b8177ff7950aed34347793f14ba383e41967d205d148ea37dd114980ca8a7f970c7caf4869d1c5b36c43deb2e416a811bb67db1667f16481767c553d8e9044b24642e63b0cb37eec6a178f055aac66ee9c67e0d395577f96859aed05d1a6f0c60a5b54f90a75415b7aade2831b477a611468040dc9ca92dba9236ab645c03bd5abe5e8edfb7d51657f2d823610c480f4436822936e18bf01a739fc2861e09b680c87debfc7e78a5b8a074751fa883c2282682780142b19953aeae875b0671b83630459638d039ddcd967dedc3d16c2d26868307a4ea299e5573a1bd5e45c9d6a10ebe658bd258ff58517401dcc66893bc468426b445d7b95388bc3c768aabae17e162d328d7120aeefbcc1e004615a9b7a685cb4a2a67c714122f7ae5f3b5efeaf678be0956377cccee49b0d030b1d7b50688985ede3c195acf75a7d9b87db0287df62a284fabee4ce94e40572d38d3ed768ba683c67d4cc0b73292eaad796a102aa0fbe8a1e57cbf030af785a484344c768bc5d33e6c0856c102559e62bbf8921a88b864681ab6f5e1f068c3d1e95e41468d5bc6fcc38751af03ac938fa4ee4ee37a007494d7f21ec1ab76cd46af4233768f90270ad1553803d545f6b2e2010e63ef255d5114306d66d16de1e6956bdef691bd472f5abd909a72138041da513bbb41d7fa9409e44ee61be0c458d84ce7b692b3b4e0caae033c8c7cc96b103204586e2ddb67f9741e4b9b4bfca0bbda32b693a88a1993bc612108e3099245076fb8b9cfa1cce460a5370f41332d718d6b9695b2d5213ff5b13bdac34059ce09ccca0b82f497746a7d1450955e35578abca696057928956640b9a12fccce4677a0095202ac2049c98a84ee1b78c5ee0e26569705a26cfd0fb60556ecc240150e939bd7841098bd3891bc4bdfcd50400b10f6979488845f9d1b53311458c2293f73ade4c04ef0d588adb802c247c75c45770697ef7b7f4ad863a3a6c9cd377c5cb89cea48fd5abe23851f069db0628bd774169907d6550b32e500b7c5315a7025b7788caeba0c857a526771f803483088e786992e6ec4dc657409e55fb7ddf50974fbcf5d24f844a6a837234e7df4d5f457b6993d430081893794e199b1db8475c38e139830f27b6af9016312b90382a486469a37f90ea1fbc196959539201ca2792eb8cb56052eb5e9884b8799c1c67133469b16e227d0c84568ebb75a93329211ec6abe8c8fa5acfbc7ed55c435e26ce2469b2cab14c2e31a96a01c9759ec08bc7ece9d1309a0475fde5062fc226f1533069b8fda8e1f076cd2a2bb8171c8dfc268f13ca2611406b4d19265184cacfcd9269d29b6fbee2c3f548f7d39d8ebe4a31fc15a5bd198ea2c084df70b513408d7469e3741f19052e1525b42dc5148f783b0a973e72fd2308072c9cec4bf12bc8b769e463f502edc327cd94d29ebb3e99cf3a8294326eb21f51a09aa76e875e035369f81e68303dfaa3da055d3859ab450a2af5d3bd9eb6bac06e73d1dc021d881b6a03680ad198a0e42880e1260f12838490a345a4b8a865aa1710495cdc73607c6a05bc90ddce531b93d7cc3da373caf2ef81bc0e95ccbc2af781af61e2098af16a21fe6987af4834d2c15d071512fd654cc2389ef00dabd153990b6cb1c863626a30a69134e0314045bbe4a95808bb3cd900b50cd21d2b269f596a243667b6436a3676748835e572062367415746d99edac5cf0c23f1fa59ebb615c52085af7e6a3cf6f01da909d1a92a2417dc1eb02a73a372874d60acf465d28b0e2183fe066a3de5eb3850e3994e01d8e498540d98865d4caeaee9c6d954dd4300080af21e6a47cb1b2710e64331b44bf068fb891862bcf52a7cacf811fca6591146b9b8186a490aa3265510409a9794fdc2e606346f3db19fb9f1777c7893d3a1a8fd5ecf6a5056a2129ffc5dd567848efc324c19fb5253156c770eb54271d1184bb6a2926a652b3dcbb5684fea640a3a74f798a928d9fe14b3848ed274a4c625bc31bf8d6a7c54540198a02a99b7f0dd2f235bb6fd3bd4555ba9423f2c9edc908da260356a82ccece134fb437522d84228f2b337d9e30d58a0c446349f759a4e63d2c3886a86e1d550a90c2e831463489071f3493cce3b779c68428b4e62385c3863f4e96a9bad091bd60bb6ced0f72d1bf28af3255ab24c39497e786d488c18d583d7036a9d6f82390ad5a0049bce9279ea895bb28e3109e9971ef41249c9c511aa80af6a9f1aa27087a311fb4953f1c50b62ca9fc7531f7dc25fc6569ac295c3a486016aa39c265a93790ae6725ba68421cc1bc491d69149f6c202ee087d09db492ba76aa87ecbb46e424116bf04c32da2d2d4981746fc4fda5a2ad0d4d5337941bb5e6ad6af63c192513100466f9b20906679489f44f630020e4029e1844310d2ea016ae0965d1710491a96e2054b10787a0ed59daa5eab1988eaa92162057599f1b06afbf69141b400ec2ec653f8684eea7dd7950b468a7c59cc451a3ed1c54ea6c86afd5377f44b96615ec3269c9fd23409ae158dfa918fdcee741e42bbdbac69136b01be6938bd357bf1a83f7d9da9d5f90c928f2221bc8b41572c40157ae088556b15b96c7110c755737ffe6eb685335c7d2532b63f727ac54287ccb2faa1dcd36b32a97b7ae585d7d024b5002b33b49be951d38958decbbca32050fe05fcef036b48257ca45165d448a27a0d59876f95041336467093a469305bb2bde7af801c6b4ea84950f3f594c8f52d1a377d48a082178e4443fa3bae01ceae3ea34588c46b5db05e89823dae171bde75111d1a13ed0eb63b14be0864aaea1b32b78efac56b8ff858cdf3b590e7447f8d27779de2a3f7e285064df5ff43de0ae18eba18276bb6332f42fe9e07dcf3090cdfaa1a940e70f322d64aa5679e136816b395bb136bd3e4a0c9b7645ab6714e04d09baf1ae72cb2460b5ce5c81aed442b0cefd3016bdb55cb12db9c5b390fd8806a8df34ccbc0321f75a6c139ec3f75bbf187a3026bdc5dfaeb373054cede1ead71a7bd9523af1843c2c3d6a099d2b21530e46a916be2ac5a75941bd0d2f0bf91cd2c86b93d279ec8f4f6aed0a1810fc7973acca86bef8c9b045004963be5f2c19192124e33700eece3ea1a787189cf5257f6afc66c11849ae5d6bb1071531229f63fa6f4e706acebcb5c5ad4ad1884948c21863f6c1dda0ea6ad94ddf8f13d959d51a83e7c5ad8cefcc98abbf4f43e46355983d16c218b0883aa7d5b7aa36df3aaa7a581e7da12fca35786d62309b10bdaea8d1a6c4c555bab64bf672e0d95c4cd350ec2ee700d5118b191803cf85bab767230106c5f5d1505283765862faa1781e8d136fc16bf64e9da05cedd70ebc19a6b23bb6c9adf48bf8180e2ecf1dd870d5d1630d70b24f57bf81be509254f9021d1d8da6cadad4b24c7733046507c50eac75cdb56a553cd263642ab3db7fad1b28e52906cc66934ecbfa6a1726e1fb59eb1c2ee75b329084b806a07f0a63580e68357096ce3ee882da5f90781430efcdc6a96b7d892a267c95cb072c4becfb84349cb436cf9618e7b2168c950777be62526ded6ca590f30c61f1f118a81d29283b17c746d00820d3e9cc891d57f4f0f0c763cc8da6ba161a3651ce90843f183c8d4f9406d01f2dbcf4f9b5d5ecb2d2ca5717372b0a436b556f8182546b2dabbe8a3e3056d0665d187155feefa544722015e1fe76a55400efcd9733d46d186fa357ca69b6d0e0d5843d0073953c967756815f6a67eb6041dde526b59076d6503e8e2fdaf6d124e010613a08cc2d0d50a546dd4dfe94723d0981bb7e37d8b5a9a59d580226d1f39b6ad289dd4bcfc93b117795bb3184541bd94f31d9aa749c12242655df16d3b41fd0d64d42becf5b9e9846aa837e1cbd5fd714efdd37909c0768d2250f76d60a7c336ebbda9a9cf03b3bcfaae25f404da486aae06e46c93ccac3f99962e6d6cb4929bf27ce02c43ba2be849624924d3a8e9ac1a4884cea35e226c5141eb6d6ce3a7d49fc44213059d3abbfa870f2cbc2512638135694e04f79b8039afc06d6e0c6d3ede8ed951513004de3530347c2438f710d25d57b6705fd9c64c74736d7c69296d606df0491c7d49644b6a2b83399b1d56f6f5cd806ac17c2cf2c4a56d7e3c5d8c0e784cf1f2b4311eb18be44138957a02980014862d294011ca85f86d82a3624f2de60437c2b007994fbf610324fc4c90c1773ffe4a4551079d55386d966f79667247ddde04da545e35de1694f35c6b9d707ff0d030885b2a21d7e86d9803763cedf42e1e4bae9309315cb80ff6a717205750b5cf4cf9888c8e60c46d9ad7a9d9735d53374c415a19263cecec8496b376df82c8ed6650bf469da46d6da347a0d5ea9d20cbc28b3db78ac5e2f27ecd354f5552445c577196e11d65e26da6d88a0b97847d1f97c0f99f7fb6e04250277c157b4d32f1f767ead79159d86dbead4da0c8dabdf1dda99d133d46a756db37ad1352eecdb67d390fbd64673d6ddad3a52793e9ba9952d280d28cfa2a7a0cfa9d233ab3d7f62cfb6024e290636de3fa60656b7dc3a2f48810797f46be5badfff675ce0a80659b98b2b2b3c55e6de7ffa53c46051281bc6808e476fa2545cf9131d20c145e419b0ed4bb0da1946dfdafb883c9c0e8bb6a9ad1f63874c997d3ed4bfc1f0db1b6bb3fd7472aa47a6e154473260c558ff14394d41783f96e7d2caded69ed0076f5955fbf6c0db3e46e34637970b6bf7d0305b411edb42534f817b96d8b62262b757642c21e0389a86e35dad0046ac286417f783366179d4c950f197bd0c3c193f7e96917c68e39a16e42a0840725150445c2b63ee939640c135b5b7db733e4b92b0b85686c5f069b6e4cff7aed3ce607df6bdec98537806b2d971a16901341e54144d7a4d16028326e5a8a0d63f71b2025e86d47d4f2e25696406de240760e0e0254e0fb494ae64b6e5c1220f99014b817a7e42f4adfda2d2bd4d10d03ce582a4a9fa5848169fa486e646be82eeb438f7a5dc9123966046930daf1de6acf8f9d2759a647affa673e6e70679c67f0fb077af3206710ba35cc732e6e35a286b54c8c57c2349c1eb3b16e71ca30c723864f827dc0228ab4458a4e188474b29e150c21aa15aea91343e96e75e0fad0b9d66fec4ccfb3a2f3536fef636f554661ebf75b89d7b1de65005c6e7ff0a354c48949c2e898eaef7692dcea794f6904c792347f89aa4d781ba39f6e80e8c5e82dad15c7519d3107482e7f78286ad5ab38efafc758dfca44a019c16e818821b8355df2d058f616acebad9bf3bee853e33bda753c7d335538de27206e94042d8779755fb4be223a7e499538f5cf2a3207abf9598b7283fce31535e46ea8ec3be04ee6398040492dc57aaeccb991a43ee199d8f4814771c5fcb020966eb61c30edbc9d6f462111c456015f310b279fa5030b9478a8c468731e3c7a3d6ebcaf836ab89d7704db0b63c33dd8d198fe5aae37d756833d087572fdcb68066ed3473092042515451328114726dc5758869f3174fc4621b0a3d015dde4d0116efca469c94c264dd998087804113d90b2d84e93e3665bbf793df12f04b453046f03012b819d55e21f59fb05ddb51c1fdf9b72307e7886b9024f73a42c32cc776f079d82b0949a68e68ff55164a24dc200858e3b48d58f86fa9d70efd437f0436f11008890451294cfc5a4fc4377caca6823395ce993bd12afaf107cf6cbf5dd6f3202e19171f7220f04eb2c48661994214f9bfed7a69ce61c775a3d5002a24c6f3572e19aca0cf0a0e02ba3aef6d27dbef4059da38a6f9633103880f84acc056f3a0f4724a02e02ac1a25e8a9d091cb469b819246aa68118253c1a775943cac6f4b53f1db6333e7d6f7bffa59af57f624dbc779e636566c32314098e139c13e6f765122fb9810848c041893631b34a18592ec7949bd4152dd02e9aa4b5311556f9151f2d6742784d846e64f531d92078d1b90da98db108bb955e20b2e52fa116fb3909b7d0a816489c6d691ab253f909084c3fe4d80ec9baaf5a4ffca3b94b76fcb0108d785bf4348cbf79c806c6102e8ba03d59815fa71de6e8b467dd2fa756feba3d691e752e01b601823c23ad9d6a53664c7889b38effa1382d0f0c81a0e6feef378f5d436fa8ddb7d441f50ff0d4d9862e8c23161f5a6bbda7c69e14e997008a0577cb162864f1f859d3c66d563caeb235f56b4c87ce75c3bf95a11bdf3700a7d00aa5d747421f98578b0204c276d16beb52c69cef1c766d04b23247370700f6db52bda3e0ee35c234a323d9429f41bc11ad8d558d3d3ae3d5015097e7270129305256807ac9be4a4d437a83dd741500305bacdc10bc3632840c6bc1e9b70257b8e657242ddebda09bcc285d0643e48de174b81359ccdfbac2d63313e7d702825dd0778354959e94bfc839d664da45109f7daad11a3054c5f1e3accf747702bc234e9d34ea4640f96dc4aba1d75009235487bd53760535f4676d9e804da703752568a190fc48a3adb0c5e4ceea97ef4f28ad2bb1d3ae488d85457978e57703c4404a4ca3991d98cc709a044709b041ceb483286a1954c52654781fe4dab704c6476ef5833223ece6207c7848459f3825f5b4d80cfb52770f3300ef0848e705463208c4f6a2de5cea21e0973756a04ae9434fbaf49fd5413efd723b0c182706bbae678e883d1a54cd297a9ed9429f244eecc41827a8b59806eb156ee38d670877e9ee7881f04c3e48c10241afb7442dd4067995a117a1f5e4ca6e913cda5709a8879fc02c117b2caff4a7a5c8a45b5f28c48d5a0eb54600a938897c75c3770a1a3edbdd225820cd198c8ae57d47aeceecc802b51538f72eb3dabb73ac03570a95998d1b92165f37530768dfbdf3f2e6afab9c65b828d88112cc4a886219570c1071ec86da310d398b444e4d6e5de2e0b759e9349646ec005b782b9fa317770ca3d44592763710e8b8ce0b7c5ad676177f0204fc1613ca43b04d60439ff9670d97581e62d698eec2cdaf0809270179ff157c31e8de7bf637d68caf80e708c70e8f1ebe232dc5790d27cd4145b4d51dfcdd21507f59157779176247c14ad4370fddef32bfcb888160c4cd2facfebbce02cfe57797f04fc346de29f7c43fca87102c71b2c0e961800c93ae33e7ca1ab98ce4143987adf1bc219bd8f0bcc1c6c71289897466ccce88b976e6a167016a145722d527ec24fe0bfbe534e142b904b712a884fd7449e9a6caa578d3261ebde5cf02c44fb25313cc2e896dcadefa571712e1a896bf39104d8804585e1b8db23e6c912f4e07114828ad90690a3229aa7713deb31ae1e9123ff3bb0a1b9162b94b2d95c1f5e8391899470b02414c6f9ba71598a0f1b336927d3da479bb1e3a243963f6f28f79998809000222b497d6c07715b381fd7f2641bf583b8e8778cfb89df73989b23ad1262fe6a3a1d153735ca7169b4b46ab36ad6652a5a85b59c8f480f475bc43f3d963f6aec7ad484466146717a4cf26bc3223ee0d945c6b07aba7f78bb051c0fe151e76536fab4e7b9e903717afe2ba36bd79089467af83393d3372db85236033e8bb3e991c3d404236e26717da4624e878ab04fc26e9c9e5956810738e859f5a5521c3353488943130d6a7191bccf91f9fe006403d44002d09bed88306cbb2ce7ebff9105a2d6a6e87444719943501320ce2115dc338bd3fcd7ebd0b05f20648b09c7b875759685698a47719dbb205981188cc6b107f16524efa36972684e46b649a56cf38ab42cf96f6971c1edcaa375174728eb8a6156e885903766cce9147ae0a3eef19e4cb86dc4b371c3bab7d9ab26bdf5d5557a8f486b8b6f879656dfc8212b6c568c4faa07969f71e8fe24cdd1315713d691fbb73d964a183d3ca8c091caf9ed2d5c1d23c6c1af721a57e8e50903dcbf642cd688fff04c5f40bce04aa34a4108a87006625cb7a9721bb13ccc4ba78a15ea65fb8eed321c4b17bfad7b45c38598baf3f4834ff214722c09065216fa4297b993156603e63008ff7a5ef08a1e2a4801a7612ae2883a7234285e30f2bf7fcdff46c431b0b4c815b61b1973a574d10a72b434b9cef3b6724b583fa26b7a5e4385cc048839581a65d71ffd468fbb598e339d3887085ffd7256db6a952dad6a6ecec35b4dcdf1771b1b0a3d70c9b2b2648034b6e663dacf725f21db13e1a54c5070c7663c177673e5df0c24e227e2fa94e20ba4f4e8016f726c5b084dc3872705928b85c1b31948ab2495c5dd7fb9a73ec5519f5f8de4b9728ce0c0098a4c0db82db00a7d5ed70a1b29f72ae3b4e3808690d0ae00edbcbc72ae19e562f053e4a2889ac325568ec89f565b399a6e1dbdae210e9e84cf8f0e72b884d51ec3591d08c7f2e800986ae589f96f1c3bcbd9713e77d02cdc759e9972ccfbc2f96f5a95e69e60b0ef1c6125d22cfc1b40b0b6039dfb48224a37af7872d30e6d841722955d3d61e06e24e1e0b11437022d6a22c5dd22d034294e4d7272d94e505f3be6206288031481bb0330db66c84c01223975a1e95387c5e5c72c72e6a71e3bb4edcd2f6e23ed7ed886ae9b1497fcaae670852460cd9abc577d3e72f5515ba1e30ffb8a4ff0bd01dfdf11474fd00c8027d4984c9197aeb1cb87ee72f55dc060b2193862abfd40bce923548005e38e0f46e81c2715773fdd92163672f8b4df82ce435af6dcc4e8f3eef05a7bc1ca4c86bc21b628db10ee9280c53b7313e4b523615cb19d0e9492effb9e385183f91c30b273fa6cca7ddfaf5dd136731a72b53ab33c5bd75264997d3ac55964b1790eb2288bd1a9508022b0e4501f7327fd01866a7bf54643e410ba6899a8cc2747e5ec4d9867301e1bc01cae669e732820c738a1289be4831ace3e6536a1064188a8529f512133b4be3ecf86cff6732b880b0d550032e4e5b323d71a817e15bc0f7adddd8068e873ee988dcc02ab732e084355a8b1dba0f50bbd4dcb5e16b3f06f53cc4638e01b3645efa4f2bbfb734ed06c441a35cc82c232bf0e47861cea57a9cf52bda50babbb159446c4d5967350b687d41433e334ab0935a9b20b183edbb21e23c376d7f1d947d4019d70947350fbd4348c0808cdae341da5adbc716fcd221d05f6465c095e3a51d9b79ad17387fd2358db962b70465854253f9c3fa5ac637253a1794eceba2649fe5c929673a0887f945fa364b48d5965896b9e50b628ac0b4850dd071b063650b44ffb1673a81644568b69e69adfbefd5b9e62d32afb619756618e90fd09bd0e20acebf873b2bf55948c240f24f1dee6ec5606cbf267fecfd11fc80f62226c78b06dcae273fc329716696c2931e479bcfedd6aa475f50148754dd474352849f13ad1455b7415af2accbd766457e33b31216c1148b2c7d0ec3983fe273cab130943c36618741f9b6c549b5eb4e2fb37c7e5873f31dc095be08b5da8f883a8235404cd231f743a7317189072e3b639f8d5ebbc6361cb3efd537c30f5e0f82b2f5c33956a4074429dbbcb79fcfbc669433806cdbfaa9e4c349b44a351feccee00bd6f137aa674473d399200bb930261b7caae9c1be9623e1a804f997af298638ccff531c57d744971f3da7c1a47a177135003d538b15e36c2f565854ed96318937f66097fcd748972021358232785f9586c6d52717bf4bf38b7db3846810ef905dcf1808c8b74c0ad158a327ae87611b46615fb23b481a0db17c63a4db40cdde21cb3917b2574d095ba73c72957ad6ab34472bc9944f069baa53ca49f36c94ea7c3f9061f4674d6e1b8b9dac118960c5ddeb8baaee1ab48808df9995a4d6da1d8dcf58bda6d750d7d5b92b52db7c81699d742d0fa55604245dc725a826e88c85af0183f2a9a750eab859cc8660fae4beccf1f04f34d7fb7205db6e53d5f1f6d413938bf00a975204e7238c4e3f6b30d31ede62784707bf10b716217732f05fe151993be86a575236754641bfd2e4397fcac1eadd8f9e659671ba0d08bb155579ee6610e7bf57529d672d74214e62ece70f7f36381933dc3d174082715d9d77329b991d33c49752dd1a391bc8e414887b40c5ab70e179d36348a3fb2f0d1a73ae1a0e2a27d0775362c5de5b367c2384df7c4558664cd105d38b537cc0b4e58caa2a9897d4d6e753f7c8e50d934a6995456ec186d18012bf3ec73cffca8f903947187646d7e2975403fee119bd4922470fb2abd25c7cbe3baeb7228623dcf9d41e9ea9769f2d4758380a5c33ddba6b5b484ed526e0f4a2b8f5eede35ae29a273dc0dded55278c75899f82b940d2fc7fdd1d6af11168b403302f061ce5071b90102027304faf4d759b3b72f58a6a0cf9ff814a25a9cac63024bdab9f1814559543cc3af51a5921759ce8980e2315656f0c5e33f7937c037888a184eabd0898c4ef9e06cb509caa759d09841c9d04fc78a502d3c11017d07b095f45e0950cdb8f64285ee49a133675fb8ff59948dfe2553f2f3aeabaa8e441771200ad0ca67832da9af770c63e42760057626d41a15bb6eb3869a145e2e45213bf53037f307f45ac603764e07e9b7600c7e114b96b91c94554768fd20c3364789365ca998596007a3f6095bc059c760437639a007cbc715b816aeb51895b261c4cfb14c697bf50cc0b4efaa26c817604cb39f9151a520d8532f41cf340a2e45d338b987a230a7ff2efbf710d33be76191c90d027e632d0592e2f54a17d99742062b348908a3c361608da50792ddc761fc8cf0378678167ef67167929cea6ffd2b8067321ef405851a25263318a46762e948fcea157a8d4bb6c1371bf1c48d101d36f8bac7227ab4a6d37cf62e5f3763236867ddb9e1de8e202871ae20a6f068baf6724e424a5405ba14306975c567633293caa893ef79172f3b679284c03bc31fc79558de9bb0aa976e20766e36176345adf7d6baf20c86ac51b01f83e58d2d4cb9ab957522f256af0863574a0c476369c5ce319cd7976545c4dc1168c13f20946514b4780180f753016f9edffdc763f486d0c88ae72d07108bf00fe4c9a91a4dc043e173d650a53a8f38cf2528b76406ec24c86d6eea203219d72ebec6ff3ee0ae5bbee17f21cb5dab7b9a6c4ba7659a23c950de404c21cf034659a360ef16f998ea752a4f93bd5900faf433bd7769fef8ef4219eb3bafea57ac9dfa8c64131c42012c3fcd460a95b8af108b32d76b03b61ff2722cd1b73a0dc7b84430874b1287ee52bf21b7e6d75de06c2ca4076b67ccb50753c3e9b136e0334700be4522e81fee3f573493cc3dcfc9bafc0fa76bbdb32e1cf82a608be5afbbbaa37bb93ba51f3f9f7bfbd587716468075087d76de7b1d5f35d6f41c5be174cb5a1d3b612bcc9da458950a781e5c8002f5f22676ebc3ff612d695159bdd019684a74ab09f0cf14486983f494e796322683697e76f2eb8f31077f5281ca43d6856db2da11d79e52c865563938a4accc78fddea77704d7a06067304f9bf50101f97fb185211b92b7a32bd9551a34cdff6a56bd3977156f4870f5aeace5f9ddc38e9220224d5ead5922ceff83f953deef88d593a77718b84121d52876e92e42633f19f05be0cb441a3b76851cdf8d45945517a5a87726437d103551d992d7a2ff75c9083cd8345577a0d52b68f1d6ddde4ccb4f8c77303fb18d9d70ba116e7e9028a7336534abfefe42a613215177c6bb4c62aeb8773c5bcb53f6256c866e2cf32d53c07eeabc5d4d44b970c2c78cc30f88b5a8f0773d04635e18a93a08c2025e4ebe5bb08e2010e458931f0625ca254ecf2c02f4774469ff1e67c56b1a23bcef567fe74a20504e5d11bc0ebb09595c388864ca9c77486ff4d58c37eb08ff12396c08ed0a21987b10eeb48a4f5b4f16ff5a17f86a774d2eebe7852353d67bd02ea19bed9c9cbda144a3164738f37128b546cfc0a67750b1983a42b2219b8b6e8317a82464ce3265b8e37c1f36d3b9d1ae3a30b2ca7753c4742bb01a1cefacae4848b1c7dcb77aa04884966fcb17f527337b94a2f6775d3cbd095ed94afa1d644f6884acfe59fe48aad79ef1a3742e10e4ac28402c7766c6c6bf746fdbe6d307048258588d47f691ec0a46c49c634973de2adfa4a3776c9945277edc4e910d346441cb8eaf40b8376a3bed2ea19a57045bf067bd8277840bbbe047b41f9254c488e3d1875f0ca47c274bbf100d2cbde3042373631677857106ef9558a639df00a8a20f037faaa7fd1c565ce4c095bde9d325c7d374778e7e42a5cda361c2d5a831d1d49d07a1753f6eb791201adef9f6c6ca6f641277b70c8f1f633479a1aacd4ff92e05ccfcc87e4897bd7be65fca978656d093bf77c93e5361beceddf009c23f15bd7f9ccc9c99d5737a9cb006a7be89f069c3be77cfc60a8c8803ed7e3b4834d4c79ce32f74d4eaabffb25f76ee8e0469255dd377d65e71b98839323a8de881e2a718d7125f6bdee6c35f5da47a608a9e3d2a3177dfb978ac806f0500f8d928fcfc8fbf2b25f535eb429cb64253726c3f0f214777e52f62ddb10a5dc20a410b4e8a4108ba00b9dbce76114ccc150b8301a1470e780c236f433a5bd24c366c88721c807a8d7c77b416c733e23aab42823dbda599781a9ddb0c9345859ea15c086baa21070a5c44148910ba36b05288cddc0f7e9778337a8f096cc77267524d7102c0e83be7c3a206bc68bbc0a40730fc8d3ad3b67833914de931ab9ffd773accaa9178d0f04d28f279f0152f8f020732f0aecb2c7835a89f7223d087145874c6251c4a46434487a3b1fb0dce9cd8009f8f05c9d1784b5083d3e9d8f9250fdd4c9361daa1daeb55cc78ffc60abc478e1755c454e47850317693a3dcd5cb109b6fa9d4307bcf57c34f86492d207ab2ef77430745e27868406a86b1419acead82aeceb0dc68d559f22a7e690174cd0a8c77e9b1002578918f516eb967bf158fec01196757162e36a3599a1ce4f5b77a23d649c4b2ab78a7d52487e495501f26d57df49160155c1b5179477072a5cc2a7d8f1639598278c5b7289dedb2b5ef4711032a260ffd1fc84941769cd1845fa1521d21873f8878c88827011b65f6eec58eaa346d23c51cdb38e2d575a8c6569168fe95fb90a978cd6fdb3f91216c4e3b3867dc5f80b95b0c6ad79c3326ce827101b033c8a65178dd54c0df1bc814b1d16e1eaf5ec7c04a6e0d044340f91b1cebd4a047faab5c78e8f695bbc2530e8604bdef87c2f96e5db1de4283f372e6bd2ff316dd753c0d78f49785e259e3db1a863e066b1faa8e45baafad4d9752362e8999e40d5bbcee78f66c2c42eab325e65cb0874f219af3beae533ce6b379f0bcbfd05203c5c0fa78f9d4b457252737265c617a3c922041194bd76fd01c25a07c37149debaffd4b790520dda3b878230df6eb1cf46ad9dba4a3e245e454e6439c491966e09b6e5a792df338c50bbc8b3cdbe1a6403c5d4a653cbf775edb84e0bd4359a230e642ad79388b56fc78905e84eeb7a188ee9d0b13016bfae56a93b64f4e6cec223360877939e8d674adfbbd1eba2405df4a8866b3a5c69fbbd7e7c5fad10a5b648777ee794b36b3a868e084ae2b3e41ee94c1575bad1ef1a1fadcd72cef312f8fcfc11e7963c62b2b03815326ea61a4318f67dbd5adf3885b79e19783c4a98da59fb76e7964172d66d172175c11e19c0c953e58ad31af7fcaa07f2d195104a8ff4e8dd27972183a1827dd3f65d14f96bc8a46a85abb0ea9abdec6f4a4e8afae009e33a579973865849702fbf6d4deddd6e6288ab49997a24017df24fff2e1de6b281af57997e388948b34c974ac46b44bf2a00206f6a4efa47639df67f63e4d4080d2c7799eac8489c7a795383dda75ef983cb3122628338b658cac5fdc6000120784b679ab55f162892764303418c0ea74898b6fb9182f1a2b88f15d21cef3e8648b3a79ae0d0821b2920db47305087cdc1bb00f6bbf46cdcbffbb6132dabc40c5ee1a79bc1257ff904095e3dee7c318eff55d04fb61edc103f9b6f57f58c725a9548679c9dc1c8f1b75bc7eecfb3631f2ab5ac9815cff2f0b5be76c0c1f87fdd9fc2879deca4c244c139009726a996bfc07e04b83f4f787ecf4da6a56780049d173df7a10160746cd2b8a31a6408bc62ca6e39b158ceb18308a43ce4aa34fe00521d47a118b8ef162f604afaadbe8f8adafd6acdbb37967be4662e76545dd3dbabce87a1f4c1e6ab3987fe452335a0a861a0cc8cfd3e6d09328e16e6610d20df4f7b87a24707ef105bb3d0250db70902792bbe1ff657918b9e84b8f8f21765e17046b7a50bf2a2409fff565b21128115715492111965b2884f48edc9a3e3c20ba89f27a556d7b89dabf593e708ec0d6a578b3770a54cf156d77eb1af57ee4ec498a0b7a82f76588657f2060e47e8ef67780fa8dfde38bf2bc47247573346fc58d1f387a92c7141cf324b2034586f067d2e3b6678a399a4b39332955f398b93a04d4537aa25fd24aaf3f5114f529ba94e1d0cf90d0f0be614c5ee33b5690bdf0fa05e67aaa13167285cf4f555da44cdd577124bfbb144ed0f44177a4a019bdcedd4e977ac9221ec0191cf67c8235dc97a7ee3a166c57385df20350fc624e06fe437e177ae92d36829f8ea96909463c3ea3c19212164c4f903c6bd4a8310a1e98725cc47aed17996bf9cfa463be51f23d92d46f4a29e7a1d6002ea565a9bb320b20d22c7af4486dac61f815b5e47e42ca3b40abfb6cf5892765cdf0dbbc7344c5913b1f7b071ebe33f8996c03f68e70aa5ef733c4da6bbae03bd0d80aec6bc0fa1c11e87b0ef7a0329e770cf80d4f48dc06538275dc9f6ea1b1d39fdca20fb2bb9ba5917b11752998a3782118e24407409f7c8848c746d1399ddd427532cd0d3cd55b3f7b35fa79c886646a3226ab14ee203d4915e0e2552c7143943cc26dcbf355989c7b409a060203e0a4a8f024672bf6950345928bc0e4f4e8675b728d33f2fc8ed67b4dcf33b123e3f45f423f6e05cefd67b2ecd13cdb76041e772d697b0a91eda97b691c8a3b0c7c2d237159e664f05f3ba6fc5148aa5ca9b5f991aaa74225bad57b8d73618188c0bc566d48babb95a2fb09d9b1112bf472a73cc4b8543be45b8b7b99930dc59ba239b0c53131aa545f0f501d2c5b44d2e7fd3af3bfc6f906779e7ba26e5d14d600d68898dd6e7fbb0dcf11b5f4c93ca70e77cbb7582983e0da3a7bb3842c821274e334532968f9648e8c02f7c21e3b8f9b7d4be183d107311be17bc01567152fe8cf5c1dcc0345c7b01ae8491e7c27e1849b44b769fbea8521487bc44f9457ec3d21cc8fd0575c00761552fdbfaa26ffd97e47cabd04cdd023017bd0a94eefe4c0b137a221515ac30045dd0731d805cda6d1fbd4daa421671cd47c07828598076ddec97bf6631144e031d21bd722445d5d3dd811c9f42d635c837c0b5dd06f949b1611286a4627fec02ac0b6b4e11cd9a1c697ee4546244b231d7c1ee5026882d050ec9c69c5f43ee88bec40f14ae636b3d0026c518e4de39e827c2395be8f98a1769c941e80af6860180c4a4f99164178ae119dff27bc5ec60f7c285c89bc51d0266a7f998b22868892b76e09f4180a75d512dbdcc1d1a002107c34721e63a6c89013cb018d4456102ac01fb5ffbe01b87b080f9233044690f87c45af64819916cb0d1dba71d0c81cae23fc3908b69ecff00aae4aecea74ef067c46b89d5981f7639013157e2703bf4220018e5feff590812d646ce8bc3019687c51ec68078dc55b8173866f6222011ffdb6fe41a0ba66102fd624f7e57cfd9c7c550436e7731a4a5afdc50de07e35dfdcc61eaa1a7cbadfe624d8f9a11cdd9a7c590de9a8063a6c5f9ec6993da708b9dda49d2e011f4d0af0c7d7ba11912abc7c6213e0294d474100ccca335904008eefabf6cf51aaa71bffb0bd794c9c3d1d7c6d21933511c313a27a64066cf6daaf34754f6c6e7b192bc650c83b1b7fa90d7c7105dc3772929caedf8d9ff7077b0fc7142cc02787cc8cce0abec0055fdbc57c8226eb8f95fe31b46016c00109959542f209df4e74112d73a1f3a00365065b7c95991a0224d222ab5f77e6420eb0261f69d8f2749d161a7caa0bb3060c869d7c9b40268d8f6f957cc711583450fb7540a643ac6fd5d9399b5210158ccb64b37ca30f7a702d800f76bc0c88ca64fcddd52e8a2c5b1ac8c27c0e51eb621795467cb1d2157588dfcc18108ff4c45f11ed4e6163fdff98b53a122db79f16951c3b7cbbfc1d70d1a8b2bab9377bcd8d902ba5c31bf446ed3bd3e97d0eca0655a49d7cca835bc3c2845e426378cd82c5901eca5e8819a0403c1f3df0b7a346f244cf7ccb86f090d3b05097c03cd5b53ebad4014464412e19d2477d17c9ca7d04ad5f7ccf16857a92e1172cd06a3d67a71dc8b7f4098e9fd9f0eab2fa54462177a8647cd34e2178a890e45624149457053871491b41a9f6435d193121d3059209adb17d02071f5ee4bc1aa52545f218ddb7323da69b637ffbeccc8350f746d9abc5d67d1ddf0cca5f82e398fe14e7dcd8a662811fbf71db8c1528683de646ef03c4bc7d431559d285b338d6236a013caf1c10c1d9eb511100c6983a10dc2f06b844ca7d44cb09343facbc1b8efe73bcb72e4db9e72a8ba3ee7b54aac887b846640d877d638bfab15b962f1cd24e48ca6afcfb6ef29182c30ebe01eb4c07951a58906d7d654578c0eaed497f8bc53cb0bb6742081af939f7736b66ffb7fe12122868ba7d79018eec23c5a9a24ddf7381739891f8aee1f044a31fb06a22d97d7bfe80717d9594509564152cd85f509ad239a431b72b42779586c6469f16997e4d07a7f97dca9e1dafd53421cfecca90a859f4365925fb64588253d9bbac001047b511917ddbc22d36d727b066a66e54a05940901f18a9a1795f7b7c6e8e043cc7e8c8097de56d992dd62b91d1057669a031befb9f73840a8c1daa9b55a21ef7a59138757de8294840c7df019f5662522222cda5d87f3081d7b9e3f6116ffcb56b92a8b87dfa8cde0957800eb8fa11628932e10817630166a948428ea37987ef75f9a9507e0765fd32e88312d2e7fd3478b9609bdfe9e251a6781f0e3c43ad34c6dc5fa67e0a2d35c25254bda5faa5f8d77734ccea847d33937d0c771c332610cf7919377e11c343708186be565f903c72875a06a2fe064a0c86fd8747d4b93fcebf9c5c7e223d8eea42e5ea13bbc0ab8e1c18ea63a6a0b01aec910dae7a998c6e335efd7e353a9fdc998eb5e4469aecff934c5716deffb97340eb8698d34ea7e91137827e3e2ce44f153046e7dcff3276c6460d7daaf7c99e93eac06b545a3b9baad3a27e445a53a654ccb5f6702d3718ea4565765ff151799a6d984b5cb68c9429708b7e471ca2369c3836ea2a93d9e7a3fc2220e2a7088c9e661aa63d5ed7050dac917e50156a676bce9609fcf6663aa78b22d97645eeb9c1791c30d173d5dfa4a3647e516f45d933526f4aa8393ee658a395e817e71cceb50f18c70822d887dc31837e76dd1c7ed07ab453358d84dec8a2ab8c69bd7988ae8c58f170d602f06405487e78ab22262fedd0e2db56a4f2a221b8a063bb61dd36ca13b66674c9135e87d87e81107220a78788919f6410a0864b48719fe1952301ea25b459bf5aea9789817ea3b15e3491c71c2aba2aae04d53ab172b4c943ed73cc16fe2575174b6864e77eb9dc45bb5561e18e137152687d9ff3ece43fa342408dd9193aac91e4b0a7867ec6476c2a6801242a56ab7b4d10b9261e556cc449be041a5c02de7a921da8997ed43bc25901eca49bb14eb3508cc70219a207b16cf4c526a9341690e79c25007ee0c9292b3af1ed209931c5acd88822166c6140154db9a28c53d3bd6bd0c3e17ee1b7d584a63a88d7d9abd213da0d857271303361cdbdb6edffe4217be22df07ee1b876979cd4133cb9677a5fa6e7dfdd91e1095243097e9e3542185b1b31457f1eb8c95ff5aeef1c2783ecc0a526131507786df3f2a0f866ed95523249680e7f2b4e71241c2c212589113e6f9535f426719cda178feb5a1c97712d539c6f887f34a650d27fc739eb759b2c9b8f88a3f92ae13389e61752ae931f2057ae49c07f445b3168d192d533ec98583fd3c13f24c667c61460c4de07c0e4b69d60a3a07f4c0d393b12605c744d51fe0e05ac446a183769c0ae4496c2666261eade390e7f539ec125e22c23eccc9406be02a4cff1eb63a37ef07283c8c0c772c877b4437f7081144df1c500a990771299ba87641402c44aaa955d1840f8c6c804dddcb67fa403066575a9b65fb3aff69f02289fdc15a8756ae7fff8ab9b9bb3e9d0c7707fbd50cff39c188ce5355c8696f01305d68cfe1728d744cad672fc88f11687877fc50608d233f1662155489e8ee51951e0125e33feec0a93b54143aa9392abc47fe173ffa47516963c0b9c66953873d2f3ae6c8b70dd5afeae28466331f727957fe6bf89c7e393066af224634606836550151c6e611ebc0fb3dea68640f42389800024366932d46eecc97499f2f65f916fc3dfc376cddf89706ae29bde4f5976800271510bdf2c7ce4116136b8caede8152d3d531cd68dbe904991aa7064d6ed80255f23b5fbcee5089feaef6b8f43d3a021209d8521f26e7360bb29035e611f804cee696bfdd0383e3a47f573a0ade05eea7560ef4ac53d54d94e12a160e4c2805135631d55b10fa2d046613de54fc8f28f139cc58ce8dcb0c15417f5ae5c6880580b851b38dd12d303e7ba47520b00a77a5f42c33f3c2804f4d08c15656fb78075c93adb40476feb133520edbc977b60f1e50cba058d6451f07a5dc0873c9d807b23b947ae8ce7e602e6093b8063a6a6c2c65c373321d27dd60700b40232308087cd8c159ae3af4293a469bf5c35132ca66b3ff84c89c7038a2a5fc884e7fa8089e062c77525644ee0ace2763316db082074703e3f583f12e66c1d1f3a0422809c78cd3990aee0826c50ee7966b8497594879926b97018cb339ca13287bec680b8f10b4f6bd16890a357538e62dc03de5e06530da029ef5bc765f7441f3cdd80bf159dee81672f7b3ecc5c499a840736d752f7e0a718352e76fedf8bbab02080ca663688af91be2a9f233693e11e97dad43ac4634b783a312305d9a8e41eb380dd863d24f1bc4fe82f4b66d4bac5e5961e843e0eb708387e333ed78d91c3de80f9a9c60d5933bea1113510e90b29d7f4e6d83e465318be87cb3d88188f28aa80fb6b29b95974d795e4a98bc5bc38b95d63923e25da390d179202cbcfa4dde780fe96667abb019b9b0e55e7a202e2cf3ce9034d68aa2645954e8a2bd1801fdb8101f78bf41c04d01e9348fc204f3edf3017367dff23acf93c0b5193a10e161b8112fdf06eba1dfae077dfd012f6c46b13f65659d4872f20064007839d1c9c828117a6d1ebf27cdb80b29e27265acba57e6f1dc6975ada9687f12714ef02fa36811f67821305ba693042b13c61a030c406b25bab990615ff003dc9c6f255f0aa8130bda004d32d541d4b23a514a069b63ed76cb62ea25a30f84b8117aae15d8c813c8a926c3ee626de8743791a7c57b0a211ae091059197c7a3e3688db7dbdbf815c20d5190179f191100419ab5c964665d453236c745e35133a7e882fae6216815da6a98f8a7bf4a9cafd2e5c2bfa42e120c0a0a8421784b0035ae5c733a8238166342e78170ccd693a887059b41c4164e08c42cd4bd21e9f0d215533104add8177f1d4d71c03790c970889890e1b70c3b8ba150045496e7455e65dd7b0001580ea7f688b817f7952ef5ea3f33290cc76202aa7e8504c3cee8b191cffdf1cc5a7e953d29981997738d8abdc8753692e3d242315091cc56206bb2ff03add4c569301b8e7e4819c077b6ca9b45fa7ed33741020efaf10c16e79a040e3381abd6655bc8ce95b81c7dfe459e03ca69954fdae1f69ecbcd6b41209f04abe5decda38b44ef8d8bb81d4e7ff346d160354fdebf1930b648b3684576f9b6bb5eb2cd3ae193f61cb4781fc04a3e6cb8a16b942c7374a3fb0adda6e17f129e97029a43d6a6b222f253e820fcb3bfbb9d7dadb926704254074de6c888d73c505ddc0eecb6aea6a8572c682147236795ab9b1fb2ef75cfeeb13ce9efa00aff5c0133f19a960f0627b10438222249776a2b6528be2f81039e379e6a9db8dc9ec9d6f34f368073a090aa12a8266c68a329511d70667116eee1681853249e01420027b1243935b4872411a62828210fd02d1db96f7dc866c57cf479ff1b75561f2d4fab6df47fef2e8627b0a828869e1108ff26b54f07651340fd5108f87acfac80618e91e450d304585296c828c60ea9f260140f2a99ababa60fc7f2761318a89176bcc9656532b0a571d79828d19f6ee11d4049d4d89f6e5393efcfeb155f03a0bbe0a921fb4c6d5a200368291bed70dbb515ca16c057a3f3979a5989817814eb971a9f14a1c6630dbeea382975bdcc3d43b5000babda5581d2d272a170f9b0c98f51900491d6523defca882b5d243d1eff8a5c102122fd04dc1b4fe84d31de83bdb4b0a1d41742f86630f82e5430a985dc71f5ceb134ac3deeabdecdee0053dafb05c0d5271f1a54c1fa082e885aa70e72f8881d9c4a4fc44512eb99e47b6d2c8977bf53c29a4ec4dc15082e9d17cebc4fa7945d4195e3818b2db7d93eedfd89a6ef78ab61074b2264f9882f411f81d3828649cf33536474a2743db3a522c3b885a192c9c1a46c742053e82f49dc92c5ca41d095877eacd6c34ffa511123e7f91cd156fac85e01ac85b5f82fe368b2e244b796f5f3344eb265142b2a5a5e9db1b3216decf0054fd5c275f8306a94d45c306775e90a15405079f775b58ab6a349799a273b7b7aeeb47da7f830e35b168179829e80470224bbc3463ed211ac4c9171cade1b83ec6f7c524ee833c5cd8182665fbefac150a50cfc25c14a52a02fb4679b43fa19a7ce149916883464958cc46af8b48e5bf451a2a39ddb6d7a32f42a18b898046fa09c23e26d1834ada359b34c7c9c717d802413695932322623253e9764abce140cbe492f27b835511ad31d89ddab83e29547d081bc285b034a6f93ab6d8ee34fb536dc5fee5835688edbd5957d8ca7f3e0000714d5b0f4f6c226f20e888b23353a5b10d2837835f20e8bb59a36fa6249a62b5f4b0dca4ec9972de3987ab32e934d5d13f79e683801e6982bf3e7ec566b1bd4b4afa85836020f5e9f4da0233e8d47578f194458385e6a2965ed51197c863cb7ca7fcdcd98d9e341ee47c6338ac5c1fc39e3959838fdbb325884c604e2f7e73dc86349e7d3f5c51ee86b043e318feeedb601fae8390e97fd58faf97266d1e263dd0437dd6ce63a294533c250e05f89560f8fd0983a0a626fdc649af9b4569621815dcb119ba068f6caa93124021b4dbdc43a60f83a9d727303a0fa249e9578155847341ab403be9ff4a2f38d4710cdaaaed67c383b69b6c4441c4d791410f933df2fe3c0cf09eacf1683929bc07416cbe85cf7483c2a9b1827c796738543a352c75da841d46859c6a7ff058348e0d573c3059b083de7b56398b5c2ecc49703fa5485b997342cd48f60c78477112a45ad8382f5a83df25b946773ccae80f2b112d3be5516eb967708a8eaefed58c706cf156f64e83e8e7ab136681969b56562e7cc47658d3fe954eb4b00e3844d789c744e18a47846795421840b85d427fa012cc79f2ca71a02b36c6803da692925f80089bf137846bd4c379c27ebbd31b6de8c89de5c10747fa7c4604a9c111a2a63a86399f3484755a371c7f3e66e0a0d8ab4484861097de69d4c70c55186770fed9a976e4aa848dd27beb0003f7bf2fa6b4392799999c787eb6c5d1b066fa1237ecebae51198496cb8acf6f84202cab7cea24f910418fdf8c16cd9dfc0660a4d8c91c73d5dd84a6575ff877c30d1b7a0b1b5ddeb70b76c1587fd68423bb62a30cdb784eceed84a6a3d67189461d4cfed3677e157e08ec34f855da9f2bfb0da6f920a0b0950f84ac993fcebe7a17dc326ce38cca1ff13df30c808f21f6dfa424a178a11c947d84badcdc85f6ba1d65283836a03667bd5045a6b674b5c3118c09fa73ab596b1884bff7fd9cfe1c4d63c7c7b36f312b8d599cf06c03e792bba95623bcba1b84f584cf71cfabef705fa76aa79b66d33f386f6d6335d692fc5c504d25bdc5d3d5aa84df0954304a1ef11d1000e799f4cd283dec44c52ac1db98e5e5d3b53efa898f84f600e2b55acceb28d7afa48fce82f67ca0ee13c600821eb72385958a01148f851dc5b81dda6cd5738340306a64321b532a0de7ac4b83a799b2b38c88a51c89851e7f8c5428a6b367922eb4d983a7f3fd8174ac127d098c7a4353f830ca6ab985297714d6641189cfe2e956dfe59ca5b6a631cbd34a7bf4f4685620e682f027854ad362b42d692e1739d64541f97e9f2b7c25009df685c2ec12f98a0e40ca6d85569177e4e71725a925c83aa0334351232b67d6f49b09959665b910117dd71785817f05ceec4025733546c5926aac667076f1c1c44711b008b8f156fddbfc0e858c4d8d117678c2ead02121aa88e0eeec39304dd69782a579b58b2d7405336f858c5844b110c877e59158c1e2b220bca0ef87781254fce9f18d415d1857149085a6be655a0097709bf419a1f537b8e3df67a04beb7af0581046a2ea44a2c86b85a9350b7042f7118e8023ed8e1b83e43a4ebffed370025bb7cfc846649b2a6e85c1a637c306640cebb78f31181a6836783a6936939e4c6620a46001074ff77a85d57ebfd311135c908c89416a219e5e45901ea568a986dcd7fa7b8fb45250a285e187684fec8bf009f60167d670aa33b0b215587c29467d68be3950a48fe12a85fa894b5f09cbf70bfd265a1503324a94693be91273b1c062b89a857e7e3aa286117e5577cf69dbab75459966b5024972710ce6d2191e0ce6709345e6573f9c8619ebca23837fdc88b32ad2195ca0abfda966ab7d15b7d5aacc11b16ddbbd9c863234f36aba69b4dd28531033f084a4070d32357900b2327953d0a18e6655b2864e94c919bc4a17413100187350d42b3fa73eb07e791a596dc2f89e70e03501865e78833effd4eb7024d621bf708de98a5bf614720d665ee30c6e159cd745118669b1008fa9c2fb014673ab1a4e96c0feccdc614652c8ab893f7c5a3dabe7708683b51bfeb95529ae1ab1af0ecbffbcc921f81d9b118c81818d3abe799dae348684f1445900fd36c829b0c3e27c9ad529f530b87886163b515b35e6e31e531386c99dcae8c8b7a664544b883a6f8beba57f56d34c1b8b1fa7954582ec94329f86dceba479e9a145f911fe36c1185fc0822558635fd8f12b987c13165637f25486ec3df0d5b84e1cc9363919d8f50afa70ffaba6903d782f4eeed390b346731986ef2f1bc897dc1a0743aafe908e65dcbbb48cbd694c24b540bf56af5f25c1c586fec7f61d72c8280d14126ef01ce7a4627c38edd6e4f6068a147fd29aa262b2870cfa5e2bc6f28dad914d72568a35d1c82d0d02f118a4d70da0f64adc15023c8724da6a9fa1a74162d7b9be572230174145dfff909ac9e03d63e2ddb69547b6872f7477768437a9ec4be39bb4d36f47c7a78476e7d3e67499e4af1e61415803876da634ce40df789c35d467c740c54f83c373ac740e37977abdbf948b51e67787808a99af0eb700fde52c833787a0782fcb40363909add08adc45b82a23058a878786f3dd2f0f701c3f6905eb51bffd6bd267c6b11f7999dbc5207b10dfdb23879d5c106f25457f39c106f150cacb8e7384be5da4d968cd82523b62a6453a0087b5d637db265b07882f3d739a0f14f863d2b4c5c0ec4cfaf848f2448df26cb187c09c5fabf7fa9f64fe2bb8b2256e18fed0472348d0b425dc988d72849fcfdc87ca4a3ca50a8fd394977732b4a7f6c3c2f1e7ac7b535525f692094e3316790c87ead69ccee51983f023f85d28ae51276ede0ba2b879977ab64d61bfcd7ca2ae87f0cfd7ff5a843805335023eae857d1285029f68bd3e7170aa411d9f4d59c1987f0e3a3377c9a9d8723fc11ab177c98a40c826967fb988aaa991ec5e513b49187f90cd83eb31f3d837468ba407e31b24ab3d1c008b523783951aa62764c0aea87fa27acd762fe95724cbc0d38f8d692d8d25c9d84eac3ec92389806af638549881e857e2830d23ba05ac5b387851934f68fc70c3831824f20696bf999ff9e92882872e9f42e50c68cd8a4f6c6780e05baee036e1fb1ae474168cd59de49e5a38830e376fcb89e36b3b01bac2d13f91c80f4a317576b2928791cf3966a52767f8835d39355fec4932a1a0e9906b09822c24c76d13a3a09ffc6c8946aca46bbaf8840563a993247db88cd7e4fc9dc5f69530a034aa3ec493e29f51144336a0a128845f2199a49357870d22a49a30d210ba309506966ab5671ee8b19d76c46e444885653b33e3ceffbc9a7585b221e762d56801503b8f62105baa576048a5be83888650145c03a4213c9e4c789f18cea943821de3e4581129990c29a6143dc74ef8865a95189739bc72c4d7a990bd6587bf0ae5c155bba28486643509441b4bb76887935e5aae91bffd246b7c2e005b5ad595eb40f17aad2ece301347d18f9213f8883fd1cf8f8e882da1e0a9700f7adc83c96c23868012c4f1a5fb0a953e241e1889b7e6e44b86da0ce6e438f21d6baf934e54b8599e3b829dd858c33800b5fca88b4e0f65fac311ce55b9394cdc00146118e2a9b4a048b8cbe13402da924a5de88c3548d98878024ef5444a34d52aceb85b9a37ec8468f2da19a35aee999827b88d8aa0086f75778102613af5f870933675f60c642c6770ebd69c15bfadf0c2788db0f0a54e85400bc0f8c8d22bdab2dde1b9e8f761d09bf9e01f4b1896bfeb088e8b6599b6434208977baa3f1aab08bbdfd3b2f758b2907d9a25811b4e0c00d88ecfba42f5f6fcb10a15b92a48942dbc7d3f30a4b4b786db67cbee7542a044888f5394b406b9184146466abc7ff640f51303fd0572a8daae6ad980b1566613988f8d98f9ea4da879ab75dee53b3ce8548445749f4ee46e37ea6e7841b19b00c89023c583167395d153d132de316d28ce98bfdfd3ee8c5a13019c13828f4a59a890b0d346805fe4810c594d5d348f8626c839c0cfea80658b654bb0aab007922891e61175254086691fec5422d812ec452632f93906eb5d44d079cc0972c3d67892404a7287df342e2ddae44963969a4140ea4400ea19482d75d6445c1cd5e0b8943416d0f94cb37f97462a176f9e15b0435ead4537b47e5527f149969ae0836894b37f8a113332198dafe730bba7488698b7129d5b89d4ace5c282781558dc68952c7c20f2faf0a664a84c36894766935fc7272b9965c7a229d36a571250921896b980f97fd51182afa3b064d10018a9ee8c1a3b0754f2abca7e12d5c6ab50b896d0b6b17658e775b70d4a53103e3cc259ca0f5b83763a970214c971c377767897eeb5d27a0ce3d2c37fe0e398715768595dc2ffc0e0c5f97be9c21df1f805089b077533598a0ed6223664aee57be6e656f52deacb40fabf441a4ef575f664589c27d9af72a42112bbce4ae76cf98442de14015417477919b72b3a4f4468b4e89d2525fe9fe5c652b9bc52111bf20686fe6acca2539d3ad9d8d1c0f12cf18ac89d983cc099296a74b57a4651232d450af15ee031404be82965be71f2c2047ec89de376f885c3b9bddefc6039243c128db94aa485cdd98173999c86615f5ff2f89e589561ea9fa95d37cd904b3e7f869f688a508a8333c50696e1a8fbe45ab4f89efa5566f944375098c8607ec9a31372c73e5b775a5cd891e762cb1bfb2fc9089f54bf3794a6390b965f2c546c247c9d5eed505fc320b9f7599ab5d06225ca489f92333ee100a56dc64482d534cf63836ddb60cd2c08f3ba11b9b0b1336df0989fe0ee6020314794fc2cfeacf3d10c31050cfe56f8ebddf1ed0a33fbe941fa78a15db627597eaf9f9c8d794ae94adae00ff9147a85c25b44101ccc7e8f2ef018a22f5f3fbb85ef5d063ceafe3fb6b99dbdc8e6fce548a142b25a7c524e7c35b8a5bdf2f74482f8cc42818dd8e32878a96b019cb650f71c733db9e48eb2d58878a743f20ff4c9bd141b1fd2447a219ed3f439ea40cbf8c711fea9c864747da548a7c16e68150c23a36aba6684c7f12365e8945847a5075a0b2964bc33b6cf9298a9984890caab863ffeb3c5322b21ccd55ce4249ef9397440a6d3f8935f866838aaff0a58ba4224db6a30b2c0390e1144f0e3d9fee3a1893a0471e0818e03eea8ab4fe91bf6d826021ba6c7b5f2c0b4494914c96ce2bd532800869fe34c784ca8ac585b417f4eb2e907a3ba37ffd262005a8bbde71e9b1e7a2c3bb8801af1f398acdfdd480d96ad68337080a54acd4746943dc1962d00189ce4f4b900b0ef1cc8ae3afa6304e56891815b6c9806bc5d86288589d15391fa1fdb4a5e5515caa5c8aec6d1c88dd2c7aa66ff4ba46c453498261c1297ef361d446ed3dc0f632e5e78afb0af029a9be9cd0f2e17d24eefea6ec89c11b24f795b94edc29829461e3fb8afe1d642a27e41449153cde7d82aa1e29d8bb501baa2a6ca597c27789884b428b157d8fde9c08f5fac1c373324360bbc19fdd6813126057e21f3e8f8fac1eae8b2195ed22387a489b3002810ed10b69a1209ec45628892bc0fb6ba7619650b58b29baf8b232001fe4d59213ce008bbefdace1b7041255f8d2e42872ed6277c78b396b226d7bef521ed837e861252c71ba4a4d30e898cf77e92908e55e18a8a28b5fcea02ba322016725e794964f30fbae5b1421b73c4939e3c322af9e4e87458b68dc95414f6b3ea01b6635cac639252cff3cb1d7ee9a393b5d8f39cbb2990e8b69a9ed30d5f8cc4963d33bc618e5c68aebdf409f708f19d0a5500d7b4900898b91ff283c4384a3bf7985b5a1cf18a60f5d31d4a3a7cbbf44a5477263f20acb8bcfca704333511f3302aec623395c0a230b490cd56871321d349b1c3e9a4d7b8bde759a73bd8a9206b9210c52642ffd685a53f343090bee9b93e75d5faf158d8bfb145702af2d7bd9571c46f976f276345be5693f6972cb7a4703dcf6610cd78c132fb80ad9899f70a0b10fae52c63f3631bb192e78a1876c1891f622b23ea38c1502bc8edc81257c116fa2caae196f331083faae9664dddc6c1fdd88e073398c3f39a7dc3a509d9f6b5a9c870ec0a449252df6dae4fb55a53f9cb7f74dfc248c4cb9659fe2a292555f46041e3dd0e7606f5e9917467f70694f40b2b75e2fa68c580df811f1fb11d1128f21efb9d06893e6da364bc4773f1caea16f9d3d97378c6f837c3cd907d5d49b52e953aaca4b56514c6e0bad8418778e97f8a9f7ce728c7a64f3d6eae45e9fd0a78147c2d944432e25cccd7b133f5fefceffb17af1b98c7d2bea6955260c1d13341d63fc3f3dddbd93f24be81144608228ec0c2405018c820c28ce5bd6e485a04068393c7dd652f93dc22df4ef2b4b855be33b45a8788ce5a52c6bdd2078941019f7b0b814c97e36757ab060d88a69699637f252b51c8cfabba1a77118f8db3340cdf36e114ddce0a91735dd81881eeb37a52d37a48d8cff9423934b85e85437b96e2e853dc524b7a3ce7159f5b800fe224d82fae5288d0a4f72618c4851b0f9e8363185ac250ed9ba788c4f5b41cd1db8fa19ebf1618d1af02260d283dd3dc8b119527648826d8685896660b4fcb16cbc739e1857bf8d420742d4d0e5c20ab55364331195961c930257bae74c9a2b26f903ec8c91638d4460a75fab65dff664a3764a4ee195aaa5c03e626732868a1c015a955448ea8d46c853047ded04d2d70f212a8272556a171cdfcd146bb4a424346d781559b68d4a01a05f82c30de4f0ee6bf8c74037d457f00309daf1a4247728e6d24d800c8d507fda589d85861f7043ec7dcb1db2fb1f1598f9e302fdddaa1fa8562ea18c8d575072f799c4d64521e506936fcfa6acbfbd499f5da79d3150434e04395cbc8d66310932b376766deac3c55e4caee4a7e9d6d013d779106628bf5f3c3e4dd08d66768b8071c1aa0db487376a5a32ac29691d010611389b26fecb3c307eed808d796280cb1369afa258661c4ba6d7bb5a2048b4e35772b5526b4cd2e943ca9d8d7fda9b2f05c478009ceb73942d51db81b3b7bce81e8fcec52316f800d56e7b8d878df315f25d0dc357c06830d90540ee08b2083d1dec72fed8cf494bd4ae188d88fe7e67c49f30e2c8a32921bb8c84d1b1e34b26d8403c930a250964a73e3f8d8d8947d60f67c87421bd33055d23deb36a4e9d37e8a3159e157cdd0ec2263f8da8c7b0ffd5b2629a033ed4cae0c2c0593e725d9962be838ca8cf87023383a28dacf5de10b4bd58e0b43e6ddd3ed0c3834f551d799176f286480a14c03be0518dc4b16722b7a2a95741d2a75f67d3db73ec88eb55fe994d929c112d476d22a68dc663b56d237b9c74b5d323231e9f8921e13616ad01274484abf3f521a2f5a38ddb5cd6a18971e23c705af212abf7aba47133fec0676cf3aa999bb00b23a4698de255cb50a3a2d328731150b00e9967b08bb4e3ff2f4467887d8923f71fd8268deb8e4802e233c426580377d2bc59029d9dbbcf3a7abda0717bebec499f863c8dee739cb8ad9b55788a7457cb67414f2fa9926d18c6b0427262aa2c19e7cc7d8e3719318796adff4f5ba193a79e2747e7bad6c1821e641f377a0d7ca4712d5b8e497601f9c2ce78bb4421c56618cf96eae56313e01b444643c5205d95f135ed8e58bb510a1078b9c321a773d3e654aa8e1184f4bd50c4c2be021dda5431a4218e60b5f042dd49f2d9725198b5a8712287e3945aa146b47edea62dc364b1f5998e6c57ea935d219372869474ca54c5244d4b5000e2b69e6cfe071ba84f27649e8e825d3cd848c5c5e7e3b21202dda797911c72f84058619192e29bca22639dc68e88147ca0dfcd57303052f5e5acb638b3a54e681b2ebf73290105dd37003b588e965ce274aa919549010c379e1dd25311186334032ca24f902f6002d2bbc6138eacf55b2570501aa6fd8f9bd3dd634612039ad8f2ed7ea863a3b91c52f8cb868ebb5669ea4de04a81b90a140c3132c5f400dd1184b40befa878318058faa0d88ec40dc4ee54e93d3226817b24a994c6b7607a233f1840f808cc5c10c50075178ed98d40fef86b721fc7ed79dfdc7eaf881481c4ba43396cd8787540f7c7c6e18ee148acfec806ce79e13e37b7e3cc48d666b2e346db34b7abf194943c1a10c58ee98b5d734ce9a2f36f78456c21009ccf1bcffcb7675567a6e4810af382f4478efa8676e39ef8bd2285403a7e87184347f40b4b0c4560c2175e2dd442c127468f2af25331133fb47c7cc777f4ba96a57e60551c61fcf0bcea8b3d150a33838d8f2d8b3a6f895246f12a26830dc34a73e2134aa7a4aa88080d645e10c90f9a138f3d50a89af23dc179ce70b0e8798250f4ff10e6e52a08755dfff504ab9e2a188f68596566e1c5db6dc35672ce25a3cfd60c29d3827809a9eb63dd60b339ab1d8f79c54423eef86f11ed98d7130d8597b587e6eb7006866a401427fb25d308f78f9a28f0b1910802aca7f0840d8b2260bb34a1ebd62d586f9c6c4bf9166b24eb8fd1af8466f93779d39689eb04757323e486692409855c5884692084993c2f6a8fd5bd0adaa62a8dcf92009c2be8d89425a0de56e9bb89ea1f8e7977ac1a31818fe4eccc3195300b2bf4dea0a4d9dc0f5df819ebb2202093f65c9db955435f738ff0b6f6e8bfe7b12129e87e19cdb4ddadf13e0bd6c2cb14a15135b7c6be9c628ff37390141a702e9328592ae987a8759dbd920c2579c7eb04791f9165f053a58ff76827b83a87891e15fc785cc215e94660020566e8a27301a6e311429058129023c44dac6c9f96e41157ca00ea9223f35ff3dde2c545d99ceb4c91b88b5d5a90328c7dbd0b207e386648c5d5dda71c0ea5844fb414779e88b9247de4f61d6a9045836b7724d88ffe1df4687ca1e7eb6158a578924e47f15af98b066e37c21590520c7374ffc9f0ba1e95c5b0d4f930bf363c57a155b42e93733a49f93efdc090542da6d736664fb0ef6c625dc6e2395085c2f0bd858ce740ca3108c5fc5e9090787aebead96f06551e35bf653279fefc29717f8a1d201ead6e202bf7a3e2af90845512c83069b0a1db71a1bcc2a02c31c3b808cf8ea3e32c04b085bcb999e39095990ca3d0177d40ed4cc016928928dfcd99565a9767abad7c5f7d19d0552990a9b338375ebb2aa61153242040814bf8f2955e2f5404a2b01aaa01e99432b590c5220a40040f2bf808aab219e8fce3e00a56292d64b798208e0cb643f9161390d72b76ab98ae35c6bf5ed33534ad41ee6c83b0650273ac81fa1ea4fa925ed890d7a49a81a052fae663d30367efdad380e6511ff6db8becd863f740b479ac8991058dd0ae2a955d6111b2d1d52fa2933e5ef46f3c2fba393ff2a9bc7f7391ae91143a1cee29d931a722807b2f86ef70546ae4ae1ed996c95cfb891ac53f4d8091189d8da1d0e26e7b311b290afc9ba0842d9151cb47a51a3f5a8efe7d2f3389912793f5d26c3a02c63903b177e2293a49f5990729c2829acc929d815d4f16a3914390c27b647694635ed9cc9f39ce65b3a70f5191db045f8312576f128f7b5f915437d551ccca8285f7ce1e7781fba04c2ee8b0874da0f0c6ea3d181be442d691920de5ac004119748fc8914e0b03e40da2fd3ea72da62d626d59554d15659891bc4986a65f6920a402a556b60512d8c448885928f1956fd9dfa09ceeadc18291c290908a219012b06b7bfd75067374d9bcc692871d6c7cfdd561907aaaba3491ccf1a635039a3540095eca6e34e86babb83dfa0d09bb5fe64b96de2287de5891d75d3497df4099f0b44e5309aad1749e137794d2a0fff761465efd1bbafba591eccbee1d9698eee14521069401d4f6405aad5be6157c1b0f8f86e31069287e92060a54b01894a3044d4f6d4bd377604ae5faf180e7dc342f0277772d36cacc92209ebd71af6e4ad03022644add8dedaabb81871c521a35cef22ca56a64af0b92275988b24215634889372a8c28df922ce69724dea9d202100bd5cf6b8ce09a92331960746d9cab0bfd8d1e355eb037a17db41c4dd2528060fd2db578f108c992631e18879b72e62d911e41c024da3a541bb8feefc756ac3826f31845c3373592710f0bc5e4a85905e66a5939e8dadc4d96489e159bae95ee451358b85b58b2929b5d40479a33a6b805873a4f1c6d6f151e5d3f47a1ef145bb62159908a01d6929ce1f5fb53df8f31d693d17df464cf512aa37490c92ff0875e52c3b68eb56292ab3d39af88b91e4088c5648501931ba3e6e10b728a20321e141c4834d7d18a92ae4a4d42c6f2d1a6ab7d06e3ed0d01993230890f321568d728473a90e83f7b92b0fe7222b8002735c877b8f7ddb3f3997406de33639134ad590056493a3e0992cd5822f44671b39755b87b96de1ea0160cb9694d24ccb53c91348b966cfbf192d8a4eda0b6833801b630942f080a7db64a046033bf636c360be9c648b95710930992397a5e712df61da601fb379e9aef8a362c9173ad76c58454657db4bea0930f35caca3bb375eef72bc42c332ebca52d9fc38f399a2346efcc7da282451d9327242498be4974b4fc9ea5fd07f7afebe3266beefb202d96ae386c845a0536933e0146d4598a5c33a79c38c3e51966ff47e64fc9c3703efa124b65730521329359bef9856612ab784d97abc077a67c5724d43c91266806d2f195a7eb373080936b37ef18b7124e14321b8d7746998a754f342d4063eb74a2c9b733b428b0fc937922932f538735e00520f804fc0f19af4d33fc38a269af2942435b18efdc9a937e945a57eec04b9f6937f8912f5a8a8ebcc907aa487a85268b1b302c9d90b79388b03f1901522de2c6cd65c56a32ad235816ed48b60a64b30f357f00c2b7bf9388e7f4a278b9bf227def17767da8f1d0d0d175300ae24d0ad76486b83ea5e1938e83402c7a0a998ca2912688d2405dd6d244dde1364e87ef4922227be7341893963a67a10bb2fef10daea68c1849fd53a9c46c9d9eb914d0a3adc61ed6ef2f93a4b6edb96d7e8559f86e72f33837c1f0ddd545170543cc0ab76a317314d54493ade31e2955c740d533aa6bf37b815d3b9ab2c80cec068215c489b70861d58c93e0d0cd51f464c6ffb30c38fd976b35b883f29c356169c72ae45557978ff77393e287b8737b71c3fa9c4b6342b8cf882a8d9b9c00e59326c6bc003f77ed6f0893fdd1981d538c9fae24a4a680c4d0d44717868feda3bac6074a4e67036c635e940e5e4848b5ef5e7ae705dc53ad26115ea0bb9e4694f1debf68593bc86b6edd947c0bce545302e4cc4fac63779e1cdcf144d99b4f046569e8cd6a331e4fd02994bd6f9cae141a604e7e1775d9a9c9629e5896c901121124f65a9cd998898d8f94c05add9f695f1df0f49bad4cc608353ea97d5225c15a9ff8c541e23ecd257c94d2ceedb4c11140d6827010a877d8eb015ef5dc6f288917e96650136b22451194e307d5ba856c35d17a830e5a86ab38ecc1d8e0cc71aababd7d0d7fcfd00c3294fb7bc2248cd137462d2d73e29e9b470b32b32c61fdc0ee3f891e0e12dc648f951d49753384ed6da7f2f44b3df0f8159eeb565c8bb1d487e21b988d7cbed4de9539d21d50b95497daca6ed5a112638136820ade18a201877b1e7aae748e9840953b3da44a154df25a7fe0c87d60eea5e8f3e1c18b82f9e0b7ac65f77e76ef4a953f039a22112f8669b412c80d963c48a1816935d77f2b3a7e70314b8b477bc69560d8cdddb8bcf2c2b90d3f92862079ee74ae8d6267c93d21d3abbef2a78f0195885136c0ccf239a18560222d745083a72863056e83d72f98f9bfe6c01d3e9a959c812962408f484f8e803ffea5353e501b51b8e78d09e1b5469ae7bc83ec6095b7c0bd3b3c76e0a3c47d27505b8a025919252f3f5f40ad65a426abfa907f9b95d0fd0886fbbc27b3f5477070325b7a440caa774e8117b41bbd02eb9e6afac3961f153f4ce575355265ea04767fb926dfce2d941d6b556f6245b385dac08d189637dcbcf88ef3f07a4c7bb7d47bb74dcb54472e7ba98b7da68129a663c0fc9e9649eb08a0bc2b40eaffb13e48e3a623714c3deceb61c2172e1594638155cc1a964d7789a3a8e6edf24acd0cc397a805062090fab7f51327629a0ac80e8f7d1a965121a3e18d7898910d35b1d9cd44511e9255e4d44bff1780dc859085b1a7de9682c03a284f2e5869df2b94260b09f54de2924519de1909b888beace87a4667968e1190f96fa2318b90f93a8b05d1b3171a029ec9e908b03e41b80d7196f9379695304f8d7cc103253660098250498e59e33b0649a028cbc517a6cf8b59cedb96ade5bc75662f8ddd5afabc060dd217e5ffe147fc733cd66804efac34d2d10196bb6fc95778f41b901908aab3dbba2115d1d94d7a30565f2e3d2a796d000ff896c143aa7b2159c3f052a88661b222a59a0960463f4d0388cb5587b0c7ad5b2a96ce613ad126b733dcb8013c75d74c4a9ecc111c50861723e93d39152b46f17396d4d671d1c90e11074942a7be3aae557b4740d442169aed3dcbc727d8d626c896dff989664320d17ef82ea76e2c88bab131609f15aa6f395de5a66b1ab1be0496f17134d9b178bf8872b0f3902af88fb6d3a6778e520b965ad2099b5aeb4a0c96f6683ed4457c371e02b488e8dc6214bd7bd164b1f0382adacd590eb1df79d1970e7f15422ef7179dbaf5ed2aa2f309f26cf23251ad8a1e935f645fa7ef2c36971c51f16110415b08fed8b2971daffdbbe63db989d80932fee26d85edbc9f1797401beadf0506943eca40410404546d7e466dd3a0934ec96c7fe36c3ee8f5689749eec93259bfd614d6010821836c6e7dbfb0311d6418e5f1a55ad118c5c5d7974b90b43714e747f9b6f7df3f2d553e9882bbbaba83d17451c92b71ed4b7a3a976ee91e393e916a351ba7e80164f1e433cbfb3dc71892809859b1a1734e717197707feb63d7f1dc7f75c8ba740e5635c6c8a46d391a388cb08ca30205717d7f9775067d6f83383e26a956c1efbdfd264edb0541b510b2f2032c0d99cc6a13599787d8d1d26e784976e6490876b0f2f3d49ad0eb2132712326618893f13b4cf99788c16caff0ca24e3ae64a39a331ae52632d40925af7f0dcc257e8ed0d757b297968b972b6e7d1915881fd2c56094ff2b6a91d209fe8edf517ff8a843e8108d979cc8f3e7d85b2221c576d54f0d238d2df353d55a3828c98341d7d2b789e468979fd9d9fec4e1c92fbcb076e0e015902e4fc1bc1732089e5787b6f0ff180a7f97bb0bfa64c8122ac24a833f915e778e7a548a47d0a7f52c7f80840ee20cd2c497cdc40a5c157971d0dd2331ad98ea8e36b926085a0a38fb17d38a0cb4028bfd97df13557542e5e0a98b8239fa454cd4613d01e45418ec2ffbd0388e2c693fc197dfc301c844f22fbd0220b62dc520267ef427c98b89819cddb1d98cbbe4aac097febfe7cf5d068beac60ff9ff1d85919c82e2a5217a4496572bf512aeb56a4a981b14e4d32872a05da4ca050a3d2bc092c90657557d4f902f696e6af534c775983993cfaf0ee35c2da32f4fb21fd23564581e535eed9d608de6174d93032e81984ed053b149c677ba15112a822f0dda698f8ffc77e0876c9e19fcb50e25d1379852ea6328f25a3d6dadb18393cac00fdb979a41f9c4f127cc6a3b8aa74c4222985ed2182fb5b13a8ebff37151f007c66f1b42df660520f56cbf470132c49c8a9877ac609277feb2946e1eedf54e9091a2ff333ddbcd9f684b7204bf72ba690f988af24a8c9138a65bfa433d53b9d1a1ca6b90a40bd37ba3199dcf0c1b5b846b98a5ec4680f46093526c3ea7c429ed93866fc938b330374da552d76ecdcbef9898ae7d0dc4be457efab8dbf3c590920d2227979decb393833034bf741f62147498af77e3acd54bd25cc86955ac56447dd33379120ff89c28e5ee739fbf24ffed98ca5405dfe790b1bb61820941b261bdf87ca0813b9e54728ff3c9afcd28a39898d711266f7bf7a921a5f9fb32eb6fcaaa058e9ed27f92bae7445ed005af443198f1d12b7b5ec7d9ab5828f2df9b20879313ab4d5b13e7f8103ef290da6d964d98f7b9111d437fb1abb0d9f46f4d74cb7dd171715841d66919590351f5c34dde98fa2223a2a1d845a9c9f24a707e2677aba111bba104ae20c65f7f1b1e8284da9917363dabc718ef7571f90e6517345f6f7196d6178b74705e42a561405e239a9924aa67898d99854b08fd6401e3f9b22f9bc4973593985c48bd52f8d45ddc2e994825458171f9f9e3e020a381c6a91d636e9cad8c018900bbacb5c7dafc03bb9970888e1a59769c315d40c3b407a9f3bef5f893da7997245d1d82d4369da5ff998febec6f7e86dc87f75d204f4cf7074850bc78f209dd39146c4bb353a7ef999992238119f4a4fc6ed836a6bd40234762d762b5355fe92a42048870581bb9e399ea0cc35b7500549139a3a3df3ca008091563f2264108e877bc1aed45ce4eea99f1a30259b09771cedcc4120c9e69f9a536a7042d25314ccbaddd903b1acdfe99f817f23292e3755918eb408f0a92b8e257e8dc91d0bab9d6253fa117edbef29a0610919f963b85602c01e8d2c443c1d58bf1141dfa1942e805b71c78f3f88a9a06569df5750c021b287cebab2fa714f339acb5b4f44afadb9040fb93a468799a12bcbdbc28a41ebe4bcb349a1a1e55a08c2b68f7b14122f33ff25f3647416d9a1becde089acce880210333bf68dc158406f310fea322e413ec566a60d508929a2beb2a47d007366ac2716038ee265231601bd9cff3fd0d0e1a1c7bdbf883a09a3579a847895cfa82daf1301bc9ec4d0197e1785bc5f81dc52df2fdaa90b81c9a3c503659a391ea45c55b0410336f0148531756d098e7a0455d0c3a532ad1cb9a44801bff9bcf7b764aafd22d14433a0849cb4a992a0148c75dbd989839fd5b9a469f15c37c411d12399dbb027f9278c216da7e15b71464827206ec06efa6059a5b153be89f233b2eea4819179941dba30cbf1d63853c11bfddeb457026550a9a824ffec14b45c972f142c9c110b118f8cab3f56755a2dee061312f95c071589a87fbe5a49ecb64b08739537972435400b5d1ab2ecdb45962db6a4e5abe024d9abaa4ec3c68fdc173b1d5bd49ba965c8c89e83527d09d9bdf4cf849c01978589ac8e7f260f6c7034585d1aad0d9422b87419b99703a814781b6c13a98dee52c9b147726d7b3c33f2f4b245e63653f5e5a644f23d625a15878e68aca86afbfc69b2d461038dae3798a936499b2df5d33ce665e8ae99ceb178d1b3643f87783d99b677e7888afde03a4be21da07aacac82096f77d0b172bb860bfb81f99d512619b7f0b2d8dd3ac332bb986c04077d846f5dd5f2b78cbb7d380ce2b2743cfef609b9c26a5119c0ecd6f429468e0009436ff9d84cafa9736bd2b11a306ec7530869ba2ff16b7ebcce711e6a5329ad4ad701a3ba44469a80ccd6269e1220b721a409ba5213abb964dea01ee75fc5953eaa5a69a25437087a2af2c224786831f454e9ba6074e4ed7df4c2f9534d1ff1dde701660ce0f91e1b8d81d34310bbd1ffa509bab8263e9cd71f5db320237bfedabb91ecc31dc4915b1bbca165eaad0a6b3179bbc4476d46e5acd55ff874307378c1f90b8f2f4815570782ca077b4ba8ac7c39bcd80fa764e78cc6ba16ca2664232f280bd51b2ac57bd6bf10f9cb4101255da9c01222a2aebf0f65294e808f0eb16f599a2a7dc6b9868e6cf571560adeed9ad9c0252157ca835b5d217e798d66e752d025c15c5d73ad49c59274bf6468cfb839c1a315ab9532534e412e9fc56622a50865bb0b191996438676516cdbd431a139c1a53efad026a30960f8f913133eec1a18d345d0ecd2997bd16d5e9c51fceb69c1e4b30dcd29b7a0fbdfa0f2775c27aa9b91c757ff715a6c0bfab60ccb624cb9c22b558d0c1e595ea95ef4d4ee1cd86be2603f856aa2723c799cc1f4fa4168b9c30d82d6b03887132778db95363b6b39aa43f64acdf5581c8e0f5487f0a51379c3368caab12dbe2e6dc6d3ca217c5474d5d923319b904702b4c82a6974b4ec79c4852669e81b524c77ce96bb4ab7c730d07cddffacca31d36340debbb49626d9c48e63fc1430ac74486ded488ddc174392119bca02082c3f80ca21cc1d244af9c57f2d20e7e9af23c7ec9c44a802893ec758ae298b51cce42fe269ae24fc1c19c9caae7918a5b6d20d10cac9e98af37a71808a083c0419d6dc0ac02c7d8092c9ca5a684f94c85104314549cf44e52d70680d18994403b03ea43bc4f7518af4a9cb1a5399f1cf5a8b698ae2283811a4f05b0cfa7c389e195c6938b7b4ffd4e729cb7e758abeb98cee655e9959ca40151d3d9a90a2017692f2496db3a74b26e699cbe1884d84b5366e9da5de99b63c7e407ff580a6e181a1d84f704c017468db39ce7eee6d1e7f7808870990b704a84e6561499aef0ac9f41235c31e6f67b41859cf020d7c3bba7f5ab10cda54aabef934f906d4f9a3acf99e9e7dc6c985796359cfc54018c32b381ee834442900e248b07130e5e5679da67b9bdc9997efa7ca79d1abe71514957230e28340ebfc91af2629d3d39bcfaf82d43a4078f2f7391239d36cbae8543db8ab22547b43804b5ebf371d20829cfa5dc12e2a376c7af6a7f9d375a9bedf72253ece865eb289aa890b5ab244b130f56430b82dce46d9d5beb9d3b86570b383c7b62e7e627cac58f930f85c47108600a91339fdd6fcddeb3429d4038f5864a63c3bdb3c56e2656c9b9059f1917942f5b13a929dbbb7a8315a49d5b8ed2f767f6b11345c73e62602ae365b7d1d04ebedd93bf030d09e9b4fb839d6816c7d0ca486af8cae30967e8512e58fe5df1148e7a98d1a92a6788e077b69d80e3e32f5e7847719d31255339ebfb3f52c1e6b023a2a8427eb2f1083a3a019d86e358f28b67355b6dd0e551d3a89b434d2e430015e7577b95e2345c766bce9da910c078c181d4d85beda4bb25a1ba17969d02ed4016069cdc63dee8cef4a99dc1d986231a3e014fe63b03ec6a47671fdf11a61d5230c6d4476ce0592813eb9dcb227917348268932fd845ec82a1bb70b0a134a433ad3337ac2d73d5a3dc2b9dd7ab17c81c76432cfcf6e454313e4b297c7c7944e1d770e48f82afc7f3c0429dd90edce7bd148da307d7a02341022e16ae7b417216693dbf4d2d120cb7fe3f9dda0433753badef5c99dcdd23c308c753b41f86f9ce52b25cb93bc959a5b6909dfcdfb57a849b8e4346aa234cdc214e194036ac8439919e6ad8634025e020dc9e04da3f8f044c8edc24626d6a1554083029b11d9fdee5baa0f4cee37c90fd6c9e05a6806024a0d65c7bf31b9bd122b4ba3f7e63116a3a7f87910eb6efc3a8c69e0887c787f49f0028a538e0988347fe66a0ed15c85769e2704aa9704d6256679e0fae432f8e8d56219457d118e79733f1dfd4b9699339b1dd2a6dc55607a0779e1293a96b5a8a505b3ad0edb8fd556a42bcc18e1535861c828145b2ae931e209e24ed0d88289bf5d487fe7e59ef473d430a77ea05ea8510ad3947298e5c964d9e307861246bb8b4d9a5b711e4c734ad6126646b034753828e233c9bcbfd78e29e3e2922262571ffd9a3edf8177534884b4dbf24eea16f9ebaddad157bc2410d9e5149e7bc51f31ad328b50f42df7d0f4fe05e5134857554ec76bffb90eed6319e8395fa8829d3e6b45c4e7ae0de6f94c7270b0a5dc1671a8790e775184608b99ead283a0de1b8ce1153cee4e0b8ce6cdf56a56c2615d1d772d5035c3b3baa509ecfbcbf834f61be8cbfd4e84ae601f7121907e06145bcc1b237ec1264687c989ee01c1ef38eab7142f95c2936d1be7044c1577bdb93dbbe2124caa435675b399ef0da5314edaf04e418f6025a36c2a09e3eff292c8fccc9288545f290c33c119f069612960baf7efbc93ca9876bacbed1221f6009d4f0a5015b8e11df14ac949f1a295e4b747a20e2601d745e0cda04755dc512351be9386970766b0f1afbdc9f1e8ea3aab1255492fe8c94ae9b319ed32313a757c1f52405d0db297a2f574c9f2d5a1e8284457bd412c8f0f781fb4bcad1ad76e8b75f87a7bd5f22936c26d49f33e3493439b071b8ce148c04e18feff85a9c59bf4655092d2622c628b6cf369f5d8695049627c4c33ab889160ee11cc0cb7251fd4647890bdfb599b987a2239f623ff99614ef79e267f10956fa69e59457ff92cb1ada58dd4a8d78dab5d58d9f71072ad3d75638f02c7810d1d2b8da24ad0cdda0ab494253a53bc320c995389f8e31fab0a101ac6c4c27085c9ab81e756480f8fab36a9c46dad795065651439f8e339b7829c421e954559b33331257732f77c1981e71b7c661041d5f4b420e9fb4d3092e4115bbf4ea0887ebb70c59e6e8de44b5965a3c0cde58b46d0a14639fd8c8c17b7f6d8f915d915257728b1cde9994aba0f29da856a5209f429961d79fe7a7a6467a99c2fe4ab3134f23cb25c49e492c53ab4dc4fb1c1656069c5b759ff70df702754284975696e86fcad3d1ea7fb2febfd123cac8ea1f49077634af9ff764aa90ef3fb9dcd5ee8e8451836c484ae0d2365c3216c4fa6d65fb3828bea010d4d45ce112a5130430ac1a25eb686580125bedc2103e4b351ab411a09b2aa01756c1ba125c94f2080b7a2501ce78c4a659317f7859665b1546e3583663c7a02adac28e756b85a73b1d9515a8298d89f30b6711529102e39449627ebf0c1aa0349e5680207f0e2b19077590a8e48c05f7b4630f0e72f9e89b3ed7005fdf73a03bd2cfb88cd2e08842e1f5161df873d4d5314d972b4ad80803354386248972a03c3094dfe7c4a006c98b5b21cd87e9bb9fb75c0e6402c1356372fd18194689a050328fa27572b17e6f8728ef844de0ca46e453c7e1e2932a3a6cd8351ac53ea05ae544b97267e56f11b5459d05490fdcc548bcf7500713e911bd67f70f945ea05d6ecdfc30cd2fc7ace088f7c1733fffdb46fcd7cf8ee349ef0bec73980a34a05efd54d9e958dd720c2619d4926c13b6d9c12845e8433429f6f6a3af8a021aa07207100c4b288b1d31ff321cd465d45e5a72f0010f23b9b28b96ef6a0c8e57a07fd679c93510a0882d650947bf5ff3ffe56dbb20d072ed833f086757b8acd5a088f1a00e729a1e1da132d1a5fece0640463f9ae5268585d673ac7e01bf93d5a0942824f6ccbb2ee81eddc3d74c10786b1b57124e673c1df290bf1fe5f6fcf3a0995cd252679e13855fa8fcc33192c9e133db04af291b31369c8e4ffbde83aca0a05e4cb3143b0eb9b90bcb8bea2e1504234ce8a4111888492ebda75de6e3ffa0b02b19ff0484ffabdde6f6e99bded04a70abb728f83910d9b058c3ce8c0af0a0c2d20092a1a09f2a7001c9c4cc95ec5e2058458631a6af6f4ff78e1ff3f48ea0c73372dfa0f01198316e76006a1fc448c0e56b37c80e71cd2de0d53b43d939a0c7e652eac95fd869cf24aa16cfd48aa19ea8953674716de4dd345f1c72eb6ea0d5892475b72a2690043fbaac65603d388fc7dbe694f2398fc7fe3da5e800bda0e314e5dca5b1c245b5dadd89cac75838abcd596d09bbe90be39e89d951a8ada0e86c41aca7de0ac012218467c2ebfa436e7ce849b21b90e2c1232adf302770a0e9f2870754ff942c9cfac552720ebebad8a192a2a04197f6e3aaeecd35a473a113d68aa9736f9fca8ac611f8c22f06b65d4f5dcb380071675f80c71aabaf5ea11493458f92367b3a02172c273b10f05abb4220e203a763dfc0a5f9e5934ed8a12216c2832167f1f91ba4bb0bb408789a75bc45aa0dfbcc891238f269264693a13fe5f807775be2849fe8bfa25a9120c971fcbb19215ce4ff271d2d5178004ca14499bf2d195a1f2353d0a6f7ed5b25c99a6c931111b3a1f17a132a6dd2a206a15057e131f9205c3ecd9e754c76ce7dc83a779ed1e750285b66aec2dea130f7a15b5b16a2ffd90a756476388fd4668c8d85e40e7fa152bbb6449c6c9e8210d5a165bb9d249acb2a7dd6a25a68fd5c77824f57ef0fda77cb53699037be47993ba1788485140656f9d922078c00929eb7dda4880ec6abf11996b8489be032ff60a17a77819b606f6930e6566ad700d98ad06c6a2e02da1c8542f5a2ec14ba27bfa17c5ad4dec3b873fae62d7030027040b9df5bb4a4bcf881ea4c8b12beeb6687a1bf64408fc4e2901e6131ae91de6b76c19e8a9f3c2b9072bc0993bd48cbf90ca1c46258d29e0baf4c84a8e3e6040b57013126931340fe728e4ad60607deda87a1c79e7362bf5f98603614184b2bc104b7936cf1a2f97ce2532ea3a050f05e16a1f36cd4e4096c39d52fc8ac7860c8f307de3a12657507298b9f6e27bb1a6398a2054b5daf9cfae0a851d0a0f089dcc24cf8061b219e8da56ac452c9e66b87c1a20f56ca3d7e52018ac05bbace430e06bc3b3ed4f8664dc3064211f252f21c2ba20f6d9aa3766ee3091574c0bf3b3d254a84e179eba006a55225f830d10a66fea2152f65f7eb82e1c396b6494c2ad49fce721c570874f426426d058f7f765755a22377498f107f9586248ada1e4b6c6835ff62343a010fced19557116ee07782a23d100d89a2309943ec5552f92215f52464bcc3a9128f0b36f1a5b8f9b00629a24953c6d113b6977f0ae045165dfd6df95935630d776344e7b9e43498417182a251f26978978c96f7be57440e326fd91146b7a430fdc42b97e576424ae0feafa258bd93b4001d0254ebedaba2b1a5504f9b5d1a3855c9edcb6d56711c1808fea25e6f239d05995a0f9b42f491614375cd1b1d7749171e542d82246582b72a31a268e9b70529e0add9bf0693fdd220769f02530c685fe2ad3d14da5844d3d370a269ff2dbd9b171977d046ea61a11a504e3be6abcbae9eb068081983b74afb34a26d0b42a2b4e08f423bf433d3aff1cfcd6850cf3b15ca29da93567a0044a4f3a2723fcf7bd92e82c53c0e0b83a704f5fc086eae113ba0a056e8e02e52e4bbe0a2798352059f5478bb5cc1fd1968dcfe7e44ca406e5cc7b994df060c697695eda27adf7b81881a945d5f71ad7c40d854b0627399fc1e427a8f5626cea4ec6b3ca2919a74fb437af420909ea4cd6e191b90606a0dad4dcdf04e1d224167f3d7e6a291f97825b426f596efeb7970bec1359090e0d74c26c1865de4f85b18d352d5a29559bc10bd42d1b58500adc95c343a0db661b79299b997af6fb27c12283bd2a2b00f96bf4cf35deab2804e046ae0f9b0df1675c57a0e61be19c868704616a0a2c2339691fc48fbd14fb307292dff3e21222712d9240810742d7df0c6d74dfba2c73631703993c7a1a9f4a4bae589c3dc026bfea3d75462ca3a58cb256e8aa3a2dca293ff78b24ad03ba09c76778f77a7a07c55d41f2d88253d9946ccecf98ca306ffab4def04bfdf3e67713df7e87447884f776d176a64c0297f1bb9ed1bdfa3150087be24518a255f9de2eee111d7dee27b13ac31cdde8e9c37eb1c7fda85a3160dc42c3fb7ec95f1c87a44fe781313a1128d958b1e268699f9f76676f5a9a33850c63f8fb39db1416c6de8ed20b9c13a324d081597e894de6ddc583a7edaa338e5a02c1fcbb4ffcb1fed94740ebb030efafda99e545ed7a22b00c217b05ea3559ee40e1060e03c2c4d57bee997c2745c9c82e31f922b8a54c384225e4a25a356ec9f0643793342567449ca7070bc06bc0646ef799af0df142f73dcaefc8fa37d47e4544004a1cfe0218e0e0b5152e76d60b61611aa881d2b4efb2a75c636a39f4e0783e25bff73a23cc48e2918e0c320ba5ac3de395142c5e6c5078ca1b0a3caf59dc227fa47e8032c7e499c66c599c0ccd69bb74e9f6fee59748da1bfeaa3e23bc19eb3a41adc958e41180f8a77f6d457a14949a177d3fa09899086ec7ca3e4a5eef4b864ca324c759b8c9fcce91e83ed3d23cf4a52393a78dd031aab7aa401902787d3236d3a857507115ac7b8c83e8d38d0fba8fc01b7847cd7ce7b4ba41069aab2453cc8fea47a3f654c19b23c4d5ca17db0a40b7683b336c4f30816a41aa5387a90527660dd5c08152e7f8029ef8a2efa5e13c01ec2cb70c494b704a42f457b7e32094576199a93a3683aa66dfeee77b5571d82e5c36402ced3a824a4427c01539e312cb8a27cf116a24bc659248d54544c5fcc7ca368a840df1c9da45025060cde4844163eeda4bff3cad9bf66663f5fcb32935900642376a2c7e6a4549c84cd55f9d0a6c55b546d47f26e61d0c8036d71dd590a54a96f72714b4ba46372b5203c231350357f72b168665f8744abd76dd6946d4eff802b994b8fa2a47bf7567f4fda752dc1bfd251643b16da2b2b4f3b769c44cc29289e50398c68a4955ded902c76c9ae7696c09aabb14a064dca281b3028269915238cec9fb43ea49a5f513725df6c7cb55bd8f49f6cb07cc9e2df9841d3198696c1498abc8e0fa49d79e67ee8fec16b2724d191b1dfe3c8e85ece5904d122bda06177452ee0eba4ae8da6e3aadc35fe5d87ecccfbae7eacbd6f5d6254ddc5fe0af1c3a787d92da4af8c47d3dc3dd8c35b12f69f464ac2c20834d94090c5b79ea2b4e67161fb62a4bc101f6ea01564e5abc900fed86ebfb45866363f2cad0f16a2ae023dcaa49da4ce20d74b27dfeb1c39881083c36f9764d03f7088f2e0479f5a7b81e2652622a4d35386a613bf0a54a4106bea4e26042875753006ec21cfa937c1249a5639d5a4f1075c6094746fe9cbf447dfe322a9dd03f6ee1b9f2ab0fd2b63572064ab19a4fa188094bd2baace8a4df23f1a81f24ca09af7ba72a85a082500cc22116cd3a559ce4de59132a33ccddf095619546fc05e2546e3945f440e74b121c904e48da569b9b409884bc64e35da88fd477f65e45142b2fe05951aef1fad6b60e8c3a4a56d75aca439b375b7487ca50f8cfc2097d8dc961961514cfeb2d655bf9ebd1ea587fd30161afa0e7e7b76689c8be28fc687e77792526a49797068f381a56773a58cfe73a0d126d13a12b0d743e3bfa9e2e90dd66dd939173e7a6f7c2ed2f3aea5940d8dc7a9f350b927e252eb0e49d1fd529b9a00f8a89129de241bc575c518a5bd8cf30908b5e96bd1cf665d575e0a0bb23ca0e8b4a1dbfd8d625ff1c487e2a5c8b85b470bb688fc2652811639bb0c32e0d926ad8044f8446351a107e24551a5d382085f9f6ff3f9898f6614497f6f09987d08429233265924500892f4a4caa5f48cbdc141d0ccf8f75d5deb026869bcb2c87bdc20d48391c6a763c24af104a5fb7d7c1491df0acdafdeb041cd283e9cb56ad6324fc69e7d56ea4fa0bb05d7a61677440ed1137ba2736f09886bd013df6a4c41d9c1a3ac9e8f528309ae9856a629fee0cee0cfb539f4445bb7fcfda52e4e56d44b755a9527de82d57f903fa9a630d705ac181be1a8119296e7ffd03b4a3b00b16a3d222889d5505d183c58f5a634cd10a36d25efcc862712a00cb63fdb32a65b0c18fc51e88090382f734708a6376dc2edd577de297bb85c491e018d208f1327f4517d6dcbae24d25234b455a63a056b8224e247772031e61616400cefbcc975b2694cc4304bc4b83a15ec40a6455ed89b893336808f768d0e91e7a8216c7bb0505677a2e953e1a22111b96ea6482b8bf2228617005564e0963aa29e0af516ea0619984fab982a079453d0a0a64cf9d984fd9f0cec2e0d1f3ed69b6eab5dd00ebef6f8c339fa5e0914ba6182a65acb5f70aef96852667dbcea0950deaf9a5a997bd6a24a8410c15a0313bc16a662b1abcd52ab1d752b841d244a7f708d29db0bb023e898a5168c3ee6585625a67a5f58c2ed401c4b4f754b0f4d4681a9f8f5713a8552534f862099ae75d19da67c143d6f8125172d9993e3841601cbfe742c75819e91b72eebe0d82081970da692487865ac559be7ccd2eafaac55484bcd5eecedc7845f25b6d79af9088b2aa6a5b0b9abc005b62701edbb86fcf706426c6d26b5d9c29a5ecf2f82c6d8b12da6b8f14d70a0eaf3f704233c5fd8cba5645e9dbbcac611b4d4cfd3c10b35e716a6c49bee6ee5c62b1cdcdc82e6cbace4a70a7335ccf8dc2a1383445e10e06b8aa6ca326d695eb82bdf519066fa27c34e0b2c8a10126e740c5226efc72a870d07a6d55388509c4b0106f43f78bb37101fc52edefdd59edd2a4cc575a54bd68d08a6f094e2767f325a67d22c7aea5b5ea8a3d7850394aa59e7b9f70667fcf676b4a6f8fefde2ada459125aaf56259b4973210fc1d0b1a99fdc1f6a05383ec600d8a6fcd5fc9b8a6ee9ff47b255c1768ce86995a5339144bca64341a6360444c80ba6feb860ed4c733cf2adf28ac5a2ecdbc9de74b645a73e08501ef5aaf497df73a71fb10a23484e6f1b8e1bfdad9ce3ee26eda90ea2a2d415575aea80cc4d6c17a773a26062469c2bac751500b2b623af0de68c204c6dd3084edf8c75ae8be4eda775635e3d7facc2a1440f557b2ea1aff6c4af2ed5bfa50cac5ddcf1ad6430d3a77a4576037f474c3785747cda2515278ca7133491b825acd2660f8770230265a78d7f68d32dd3c4c29cbc68fc387139c0b91a78c509b2561947922525682f25a78d8f52f12fc6e4f0ceae71e9f26547b1465e369560761b914249099df07c32a79750533f9a6846c11d4d61a4c0e6d102c882135502901fab45b07e7a9693dea79e23c65e385af581bd807980a93755dcb2ba3d7bf98c73f1e4ce268846570aa7aa52125f09c127ded74899987529030b57c61b1d437dd344269b37fc2c4882a7da296d2dc8454ed30f4dec9441a3c3fbaacd9b092ca75f7e59d718b53f636ba7da5f00a154f33079866b80f51ce5e6e34d333895578c5c8fe3e5513746925ca7ddd0270ffaae46957c53173dd592e1efab5c185b38a12859eeff59ea03fbb4a7eb5664377b6dff60431c92392ba70265fda966b9d2aff7361887f3a0eaed55a7f61a61c07adf8f5bee5f07944ba07d50ecc3303bb672c99142a9e7408d143fa7f8405b5007d70b0c1e9ff2d15e9333e6d44435561e77009e0d2780ee54cbeda7fcfb50b4cea260c41707980b651f0f9ecead8905d175f6acd04b3e664c982fa8181d07c22f15de274639721a21e6d070a9f41b2736443b255e2d0efd7868aca8254fa03490793a5806943095d65eaa59754779440cf1b3510ed2f7f962feeca828c667abf04570d686f5a37269dd99a1684695e1e83dededc4795a94514fc0a82fdd4c25b2f207ac40db3dc518c02dff9665cbce2d492b528c9eaab07afe11a83c27e020d19614720bd176715392e54b5537e25788dfa40c5f69fef4ab3971a8516f090b1241fd3466e294675380b7d50487fa6881253d1b5a8b4ed83dfe5fa85175197ed2bf849efa241533479d8d0cc2108c5534bf262220804b46f110a7a86a94e9a05428a635b4e597dd6f5be1891685e977954fab505c9105a53e0c30a8963309e6f37b81c99fd361c3365d300aec05bf2ac928e029ce0a9012b4ef04a896c79e9f8c00a1937abd76f756db4d41014a55aa036c619113312017c6b7c5a89c149f72588e9de4143ededb121d8cf33553c6a4485b7b8a07eb5067f0bcd9a89dbc5601cc21361522094298d4d083aeab6839bcafdbed2eec85ce46b23884a8a3e9f1766538fb3abdd910ee17633bb025e8da747d353bad465ba03f4558b0a8ba6ed81cb4477ecf5abeddb8a7b55ca2fc425b29b9a27aecb88d12bae3056da8c804ac4ffba1857e42e7b7057c4126b496889ac5fedd86c5ddcae9424a383fa8c833a7901b5e925fcda29897a4b9b76f0e1170caab8d5517436777de28697ea9002e6c3e577626e3cee7f4cff1eefa71a91d76a72b91f0fc1b49ad4e7e9e57a9034c20f47c46b220e983f34b474faa085d88355ef94147b92224e8415b3f10a911be3ad24dc0a1e73228c3cc56a089a3e697e54193c2ec2f7c620c15fd912ea91e8fcbe534d34c270869574654b3d08ed89987cbd1e07237e3a2ee93373504a9467c4491a046494ad31835e5336dd6cb182c596ca677904ea205c68ba246f9a9655c135c9da887af97793285239fb96e69c0fcd4f94619af339c92e6b44e86a972a2623093e333146a679f1cdad10ef5a58e5cfbe86d0450df50cc016a78e0a984e3fe35e69450fb246ae4a8f3be0422e360f52276cb52800aecb3d66cb85fa99bd6cbf039c8a76e8b5c1a16def80c8472bb52e35ca8eab0aa9890c2f45bb3a9b84fe2a4f36f0f99d3f817fd5c2e8bac61a038e2fb9c9a84340f72c1352486a9b98b9009b10b04430e0a860a0b740e59ff77fd72d563bc27c15379bbfb3a47a9c0607d2e150efb2c895d7c05eded08bad685ddd0bf9fd0b59dc2c149f886dba9d26204b1c19612b9d8cc9afad8f903d7f9e2775b2451b2d3ac160f682cb761aa02938016bb811af8b0ced6f7634eb0f943078543fd6eb0d0c3b895bf828091aa0ce8a99106a86f75af166a3e82d7175dfc37211696067fafa4080105d3876baa2701c89d27a6d96315b24c3a62f8d317c05f1ddc4c918f5878fd30491016caaa2b51a9b0d03bcb19f1df2f9e68453be83f54d23816e856dc92a09297f7d80caa4123498883948c88d5130125647bb0b046c4d8edef002bbe2236cec6b913c8aa4a495a3b77e82597b621d5e983f85739e5ebd6d1b1f753c3097dcd39166ef8aa4e2dae3e95a38ec4159874ce05fcb40caffc42e2a22fd4a32871d8fad45b03aa541326ace037142cc7bc5d6d2b37895ec1eaab92a8ae06a686fa7604f34b37aa5b45a8750d3a918b2669817c3aa0350c303d20ace5531b8df65575b535b0b2aa5e5f777c298b57369bafd963c42a26c4aad1f95d9bdbc75ad617f10d34acadaa7484def9e39a1ae6774d69dee515a801c69007473e421e5c8c13a98f67f4d1aa76931760ce2831696ea39a8e9c20d7d735557b49e402906ff2341e189042b5aa8eee5d92531d66cc31d0ae23b204385a4cbdd8faf3a410f5a6a0e87df7e54faa9642e5c8ab5b79edfbb78189e2ae02dd7d42781f7749fc5aeb11d0a7ca26bcaa9b4e87d8e52d29cd8806c3e6bb83859e7e35c87c7a49283a2eefeea3cb1892aaac2a9f05970e071fcb6794482d23083d6116d7242d932d9e392719c00e63daaaca3f49266bbd1e9c01d403a1e8459559423dc5622ad2bf010611ce15334674aad735e86dac7be6548dd4083c1d678746812b6a27870c70fb148d519c14dd03aaf7227dc546117f707a2ebaf9b854d4266c47a2c54da96b695f08e51a961f51ab0a805ded289bb45f8fe5082c7067693194b314f5b87dfeaf2e92cd873377c0ab0eab7aa2241c57903ca4a76c65505b993fe88d89c208c270ae3ebccb48d51dab236ad1cb2345f88be95e43ad35acbdc591dc941b293dd23d1e6d66e368740eab2913271caba87a312a987e36ba55e345e812c0cafdfcbd91e9e634955b6b50ab31a21bae0105b977bf14d3ae88e3ff5cd4c1a00c5ee8ffb6ba60597e9b46b1ab3987f52d03c9613952646c77d90c6ac3521e61f3e9532837c6a9a6180ddc27ab4511bc5eb4bf726e040e8108e2cd32cdaa553f82e597b8575ceb56049a65f0ab4c2c412f169a22200816979bce0c3406f4b27a0258f431e95dedafbcbd5bbaab4d54404ac581f38efb6d81e4348a184eab3261304e6d292e3af401d2aa7d03ab5df625bc76dbd4e163bed2dd888df828f90159bb93556525c31821b6541d46ab6f3910f1b76a9b3a4f673728bdfb64a9f84b510341aa938a1c81eb7255da26ab7f07b3a99b86a25ad60fc0a87e66fb2ce9b7bffbff82bfbddcbb0a7f649a8aab9f60ab34cf0e2e02ad7bd36dcf96dc5387bea8e0390a185d62a2472b0a2878aba30fa937f6c22280cef7af0122db356e9e82d212dbd3e7574969c9d1d2e861abd91f7aa4885f7fddae176f5e32165327ce07564146c958ff6a1e23bb965bcdabe033ab48cecfc440218abda0eddf03c22b73046941241f754e3911b51d54b5abe12ba0e5abc6ba44fc833dc623d877fc6aa678ed1679d38b68894f422e68a0abe5329a973bcf6249fe017187e387dbd853c3ee5def429ac95e09fe02ed5183abf03b0f66578d5603a2950073f8936ce8e45e8097e4b07d2199a7dc2f650b2aac271bdf2384dd57b76c293b082a1d9a3db924ba39bf05394f636f729d5ddcc8ac2df1ca621405d5dee7e08b60fce014e528a864c4f50a2313e44421861deaceac5607c165617a9dd3c2eee5dfd755dc9e7c2d8af5f8d2c854a15b37c505147cac7cefbe41aea9741d75d4ccce02ba696132fca4b4b6afdb30b68ab2d1edbdc4ac9e5d469b9b7366e888072abd4d0b8c9a277b4873831ddcfaa96c800a166d4cacb3372c4d21046d17db96a8199f0a17fe3d464b2009ca132e9c982e3e1f4428acc5dbd9aaec144fa4a1f52dc152ba3694efa711e4573db1f910713b379ed036acd3dc6fe692b4b20d563ed93df083ad3582f8f385e8190f8d7493d3e35bdf93ace9cccedb0c0500fac1ee1407a8a9d673757fc131a0682c4f54b3aeff9d55ccaced2416a826fa185e8039b65d571f1867e0bd1bb34787b215d0d3d8e8223e1cad034aae6f92036527a43758138e778628049a75638b4aa7a1ba5b319cbd0d90ad1a952f0c7907020846f7fbb22692bab0efeb7d143d5c48edd4564072228342ad337e1013868259c6bc0a0a2e156664f786d95c3e387bce86f041481d01ff4aad45b49a0bace3ab321c08a23ecac6d8fc9b31cd7d8708b6c19bac9300e63a61ad5490d4184d5b018dd02d6f091b8b895ff3bceb0e5c665cc48d6a957483b6b1ad7a22dd485004af929fab6c8415e7bcb3b983fc3ffad07834d1502ce645e5aead7d1f61b80862026008e1805a6ee6ffa01cfb0ca0a12f9f5e35ae0cd6dad529ad9a6fe5b68f00abb335c1c9d978cac28025872c935f60fb40e1affcaf638e0cada23f54ac8844f4dd1ee74275aee47f3d37381c31f8e87af6607e80c308bb9aadabe9f1d25208052782b5d82946ff5d0df55e9bcb02d36e40ad68ca06350fe2adb199a288d598b018412d7adcd512d8e601f2bc82a3d32e6bd1bb812f99f183adb2562235504794951cb137f37d6acd21966d16595a7688af72a549c692b670adc334bbd80ff1afa7e67bb1b7894adacd5945dc8dd478c6b5c428b1d9ab45a6adc6b5d6e135e7a664e304ec3d3f4eae72d973aca9bdfee6a12ea3501bbefc8dadd081c3a44fb63208c93a197e1dbd042cfad6295ad055de73866bd4f4d55c75adda249caa8ffe31a34ad5969233cfde31473370b3bb1cf80852986d15dbe78fae1d9c3ce58fc5a8eff5dc1385fec7f9376917e35502e527a3a8a37ab83a0609ae20f6071936faa2ee88efe3122fd07a4092d63654d82600e243709bcb84ba8aae28991008a524b580836ec5547703081ba656fdd901d53bd0f84c518f373280ae4ec7c0cd8b0e2d6dcfde34147ca630003ba4bafcb057cb3418eab262889907ae5128c99ed0f9f640e274616c329ce358019302a6e683ede6cb63e6fdef490eae524cb8fe8f9e20328f3982a15e94641303af365f562443819f3874e07b1253ae5ca09dee82d2db02832003e08349eef48ef8a383620ff2ffba2768b735da19ae5f1e9df9b6d81a51c99269eaeb88994fb773c64a993a685bbebfdaae098fdbae5fc62f537474f20252ca94e557e989435505ce78b4b47eb23a72ff510fe2a8ae77b9a50198868545f785c1f5e30370bfccc456d1bcd4eef8fcc27363c46050ae898b45d891af5d7d0590a0dc8377fa7a2cf4fb033c9a1be23fa750aae026e4ae9523ae73731fc2c36a367476a8447ae0454c5a9e644debaab6570487f11639ae9b4915544c1b0663aba6725c10fe68093d596b4854784481a365e4bb3a8d23aeaef26fb19030046db0f6cfbf1f69a6fa798efbaebdb3db82f76c7c34a668acaeb4134e1ef3b487d24f7e2503041c84f60a7d1a19b8f017b7e3f4c148109c15aebc5b368961f9899f42326a66d73794f49cb905c8d4dc664c7e45e06cbb661aaebc5dcddca45642006e0c9c254dc92f8208aa5bd7e33b842a08fca1f6e69bfeaebfe9ce261b2fffe15fc5f40601e8bc2f800621d9cac0107285d8e6f6bdc07aaed1c2bec2fca0d4246501741bdac025b1546e3594c73f832adb42895267b3a7aedd64111d6d3f05c0dc2a0d349b262334b04e9c65045473c7d0f090df4dd6c1aee4219972adf7cbe9d9a3ce10dffd9caae03061ea1c54e6c900e0dab28c40deaeed7f2e6d29a44ee37597b4341b308ac1a7b69d64306e94966822edbe24f0fdaf00f7247ff2a792fd0d91bfcc4f3b7a6a4ac4d22c6e712083553863af1f16b3af03c1bc4fbe8127847899d476579722c8f8e3146a43b42b6f9384257ea19c0eaf10e5ab7103f5ada64ff40dedefff8def98e650b48927f4a7477204487190a1af2720bcc15b0e79892d4e05c4497a6360ec23c9d5d3fc8ba630bfd1bffbd7dfaf3b84dafd3c09603e37feb854737cfe1f3436e9af661515921d9242af21cd7baf432a12690fce821a22d5e063e539d0c971af4ca3d4acafa5b70c20e42a3770af804ff036bc53608e6eedf4f0b16af319b0f0055685466d54aa60fca2623326af852ec36ad3e3dda42871536ac370217075dd7a49304a140087f8d9265c4172afa4d6be7693fcb0e657a4b55edca814badc2f842ca8478970c0fabbc4df9c81aface3406486eec7c39f2ddec8a7d29b82b0d21578adc0ffba466b62fb73e07aafaf58a498688bc225fb4db5cf6ea2f16343452b633a8ea500ac65c2f4c90d96afb0deaaa8eb7e840a804dd7775f8bf8613ce53e56d4589c041a6ce0f9356ac0afb27e6433a3df768d5f68f269add030e237e0c7a73fd47b658726f8f3daa98aafb800cdcd8f1b27346e40f1fe02c3d3ffccd81aa52ee35e1bf864698a2447d9afc20f362dd6a200a58daf71fa11aef1817812772661278d76fa560ee7c6d2a7afe623f41c63c7ca771203728634778db3a4a1257db4502c48ffd4d35228bc15b01b0487b680c354f7a93661fadb224080f09a4ac26dcf206c2fc316896853d9b020265e53e7ded1683d8d2ee94de50ae6e03653db51fbe39c076148748e9efab0386895919ded73e0ce5d97b11ab41b9f552a46feb01852673af428afdb425cb04cad7cd48be0c61a2fcb359614964c72a4f1605baa524294d899572a5ff935b04eed1d965e853b17d4eba6263a02c20b8ba0b8980a5710312a55eb794b65c5b053a821fd2e2190cdc416f01d02a6f235438f1e5e999ed519db8c09c29bb1c4b07c761d56ef75bec54d9a054d3d72137683c2ed5e22722d8eb32480a3e3f0cdb08a55712300b0f98784484460980c8cf4f13e8476b1d4f302b72b924febdbe9b0e3b873104355dae4dc29e54f8374dfb68ff4e4ceda02b92f6d3352ab3fd40bb0f6a8a4770e89d3f9adc35a4cd4041314b920f4abf2a3b7a23563845af7f153b0fb2e5e27dae7e591b08625e2fb4a28ca56870793a02f2ba814b54de8cce9a4b100e42e79db339a36aa783e205b2f2e10d27454a25dc3777058d725fe905da3b119d908ba7e7c3475e1adfb9b6fd0dd4107665cc490fa04175128a5e19ec38bb11ac1a025dfd67c5ebf90f8c612c45dd9e9f659d85efa46aba023632a28d8ebb1239c0a3d3ccc65e6e35ea0d2b7272353e20e3d7789577ca04b3ad300a66b47b125bf99b96f43e0bad8826cf527c1bb4e1d880a9603705fb78d98f3a0c48ea8b12b24dd69e7373dcdf9984907fb3599b7d9e3d9694290d6dc343c0fef029dd2b12cf3d4fb46c81f89670395a74d8fbde8c81552686a02b60fe1e9590c8085c4b12fca3c29ae181914859aeaa80570e251b6cad09a92e785505f73fa8a1bc55ab13054d91e58118cae4112f1119223367bc84b3ed9f97ea8841d71a149e23d21b1343836c0b7d13e1124d05673ca794a7939cb44199e201acc5f60ba583f34b8b13d21df5cf31d7a97526870da047d85bf40ea2c16ec72e2511402e021a755f1b1665935a575a4a1e0cfb1800a0ff845909b666171d9d216baa7bf5a053afed2b18985fb17c762b8df11c71e4c11c36e2d151623155b228d369e317a1176697eb18a3367b9461ad9341a072fc7c9f8d2971d7c43fd1741bb623984677fe4f73db18ad83e3c501db630960d94cbb5b3eaa1cd639a872b0d102a2b48a80a245ed1b193a2269d7f3e484c69230561190122a3b4acd8064fbf66dffd2c17d03804f5b19b2c4d3461b521f7835f7ed19ae2434fd7b42685c21b38d21f59ad3aeddf5fb1c0d889fc0ec4fa85f00eedff27710f509723c5b79c9f5befa8f0dc60b57e3bb1c7f148a46b0f4d58d64dd24c956062b785d6ff9b3af8241c14b964aefb9a0db1d7395c2bcdbf3c7743cfd27d9c2209ba0bb20a5429515c75a73aea622670c5b1e4ff7df39642482e47973b645c5ac3e143cf888d861a0f6f2f02ddfeb19262b1ee6f10ef23a657f8bf1dd7b1ad11152e5d483e5a1c2a30fefceb18e36f6fbeb1fd06bcb151776617053cc9af5ddef2716da5e90566ac917eb5701bc5bcf63db2010adf17c2882e9fe5aadd3559c636e8d37da76f08d19f692dedfd28b67eeab209c757f7cf81706024073cf55c1b9b891d35771c4a6b5366339036c7a7c79bb2176d0f82302a402ff3b4fa57626f9ecf770b5a95f86c275b91c7d9945c1936b2479e2c067ce30e38ce1ddad3eee0a3c9690531ffd03c32da2c8738d5e12b77b26c55990891eca710790faa9275232365ab64e009d041331b5135820852bb1db270312772eb536ca6bcf95928377741e4a3e34f290846505d99b01ec4c4e336b27e228392e5ded23f4208b4774dd2b328124e60db7196d8afa80fa9cd060755b294945dccd28600ea01eaf5ff42b85d33aac8dbabc523c902edc943e0643546b29c433bd4a9794eb9a8a5032a294a060bfd2db0aaafe6deb4317618f46a0c2eb2ac970b90a1aba579870131b942c7b7c7716b0a2a3b7ac3c9dd386a9ae7c863b2c4f1a3fc71fd23df631b2d6150e4021e9d46a926205c28d731bdabfda32852b2c9c403c85eb4e0a7e5ab0d6d9f29e14f143795787f107b402a8d3be33d8db3b2db8fcbd0fe40188af873e2eae3b33bf54aca985bd49749f83e7ea7aeccf634b30d1aabd6c62441f943d1537704585a7bf07dbb616a0e8644fb017d621cd039b32d9c9ccf25ab22ef214e98db5f2906d45c9a98bcc1f72a31c3b0efdc1c0b92b3356f33989672581ad3263ffdb4560a9fca29bc4b912df8e34de924121da1b3b341e9edcd8c1db787ec6b09abd0172f6da7f164e602f4f3a41e9cd3b2176a73b34546b43c3395c11467938fab7b27a26d76087eae44a57f12104582131f664db36095f69047fbc24a0719c3799524b03ae77874792a59cddfb0facc25f0fcecb3815e481a264535437f4371c225d22e4142b7caa3569eda97e5fdbf43083b05b38215103722ca418562a849591949101c8400e73a9729d1b7c7a5c460776377b3980a9e4ecf49c7c5d62b1fcf611a73204c167ab766d9ff2334430d5676cc10b3bbb57da706c703cd69bc4b344b54f354623d3255e18ab04f4296b96091b3cbb3c62b54a4c0eb395dcbf02d2149fd76e3c37396a65bfd681dfd98f7cf3ff0c6b3cb3207390493bc7b0eb7714bcebeb98fd094ff21a1ef49009e9f28f1496013b3d3b797dbaf097f28ee92c36816732de2d199b847ab24255442790f207513a9b3d8a9e40efe788187d7990c3b67d264429f5d45d30d068ddfe27238e1f9efcfb3e29d2b4e2b52e266e805e0db1c555074a90906e039e1e29978b2d8d96c869cb3e63208c5aad55b6ac697496889a62ae940493df183d802680e8ba4a251dba6b3ecefd1853072c3a70dae6252ca764f7eb0956e01777ddfaf9e674b33d58f74b402a7b965ac24b0447684addef445a35a36d466d10cb8822b28beea29bfd113b421a0e5e7058422614472a11f3915614318873533afa77bee8411ff41d67baab42ad18d62324b777771d2bfb96f2695f0ee47b044cda2a8615cf4154cf48dd5b42b5ec2099c9cc970fca3428f4ab6dd78e3c3c8370bd63f5107e1b11db7a35bb449871c8b0b21e2b4c103933ea2b0aa40819cf25989818d9f9b7bb23ca71098b44e7fd2ffb2f9612be2839e17cf373804632a5174cf0714532ce138cebddc00b4593774527ee31de7e5b606f4826b947b9a99598ba3d8442b291d02eee0593bb45d8bb689ec5e920ecf652d2b8941be6ef5d6f2f73526e1aff95f81e0ffd6fcb471342b534818e678e6c40e14957bc53f1c66eacf6d33a5a1cdc860eaf661f3b4bba1fb2e232cba87de748e8d005726a596b7b391dc3b79c263af889ff9aa3cb4bdd4d07115d913d08ce8cb32c4fddae8d1f98f35ddb8e73b881ccde44e866bb4d1fe3d786ed2f4250bfe7641a0945ba50f79386eee0a092816688221faac65b4d8f711ae98b46b629e06486b9fb5bdf694f0c75b6230517937c78a198c4503b4da33536a087ac5241a4d5db0368c983880447ab4f9a36b5479076b6d7ca42db4ec9d449b36a538854ef33fa3250e6150c5a729855d814e014316d031a143ffb4ed4cf305128c575c4d1121440f4a1f8279ae3746e1283c0a93d4f86f4d2c5ab4fc97ec60314fea59d1efb28641be51e7b0ce323a1fc12aeca074abd30aabffb503e6684f7c891f3bcc7a288da20cc31f898a27c0cbf41ea599089ca3a5e4fab512883bb77768917b11e12336fa841171160159a67d06e8bde6364757c88f1fb513217ee9f7ebd21811995a0615c3a3cf837e53e0d4f78c9e4c4b6a8f4a7ca8b516349ea63cc726436e0d6fdbbc8b97302b1fcb8d3e877cccee504a7f80b150b52af9a06da2f46cb9f3b7e0403654d195defd228d078ea88bd21db7af41f06cb5490fef48e7eeded6060efbd91fe6a0071f2664744d3613d714e7b3267fb9dbb562a1ec38ffcf5a06096b997bd93cd9854a9357a9c503c87e1e195cec9eac32b563c3e39ddf0a74ce03ae4a6d49214b33157c4dd231aaf5e06aa12bcc485ce8b56479f2d6f682f68671b19c457e0492df83211090dc3e276389ebaac273d974b5b35a2a4a0c5edd3b1636d4b31a7e9d4944d5ae2478c75001d5026941552d13b5bf945d863d9397a90d6a31955b576602ee2594bf3e7170f03cd58a1ecf0a85b5da13be1616b22913eca0cb5e5ec86325bfe65706ad100680a3cf6d9e92cd24b5e33a27624c2067dd7d644109bc2ca572d7e6f4b706db0c770e9d4b772fe13eb5ea13f2267aa96be1ca9c6a4db90cae553a7e6f87108de3d168a57db935ae5bb5ef3b171cc45266aaf1c98816ba137f1835e46b5feff7e66a040b5172e6aa51b5f556db27e9b4c564d14da0f5322a5ee4ba00e70ac971cd1b231ae489a965deb5fab2a28ad549c1547635b4dc84eb537938fb23b1bfe4477946e29dcc177f24b60a7260f316e85afdaf8d1870bf4787472ab60d720a99e80b3e7c06f5abe859b626941b573478a2b057e792aaa25a9c29b18e0dd49328611def16bf797b3bcbb632ac66e11db051982cc6f2d1e1d1122b3cb75c00195c2799e2ae9d09be1efdb63347d364cadfac5494f0b2f82aa7fa801ea7d21cc24a0ac35e44319ad46fb7b63de19d242831e6a6f98ec90ddb9617992ff90b7a689154e73ccdf0185d9298b66fd63a14783c5571f6504a8b7d5049a0cc495de81f119179206cc7480a70e1b68075da0ff721b034df92edc8dd6a46aa0a7af7e35c579ae2977cf3f772d31db68262cf92004506d61d30032b4637fccc9a0d963c212d3a5a5bafcf5a6ae4fdb6856d605fabbba6f5ef01f71c32cd5ddc22da7b2834ab307ba2d6a3c0eb8e01b6c3d87d0d711c3b3b1e2944cd166d5b088aff35adbc21da26e78d60a6b5b663b6e03e3f6028ddae3e4866fc3df05cc354a62d5d679e887298941e957b0418f1b6ff475be21aa0dcd178cbc64473b90275cda6fdfed1deb1c334455844b20636b70084dc974493ace1d3438f78de6251668972de3033895f4c418c5fdcc86701b732306d7af8130bb77b54282931d65a352d0850718d42f1e1b017d0d2964d8ab747783939648790f08c948fe4818a4e8efbe7351293abbd38fa27bf41e1b7d0b77b7d8861d09112e13861ac113b5b1a262b0e3afd3357e7eba2853f0d79a418b7a9a5b357a1e524255b977fa18336e5fa14d3e2c0506daa87b49c815c49a859b7b8d32a8bd2cc257662623c4a3c98af73fc6a071defdac4bad4b40f557ae4efb7c40e235a9e82d6f576a68a3abc2e4ed24dad56e6e8727a1d24c97df4398318b7ca15dcf73adf71d0439cbbaca03e2c0cd17c92e734f60c81c730467c3dad2eb7cbe132c790a515de7bcc45165b72c4145045117e5028101b5ec9de5c3e5d21b7d572e75e38c2a55a23751df01dbfef10600c9ded782b495bc83003d94e894db7df5b78e4562232c305fb46ea12af71e77fe2c30e87c3e21193f593f348c695b80334aaeda336230d304a9a3700f45b69f91cf572ef4211818db4aecee32d70b8079814f12aa969b2afc6ad31d5ee9b7b7f82d72848c82011d48ce64410ae9fb8202ff0fa91436c67f592394e7612841cba12dc444222d6eaec034108402580b8272b68e74cf1e291c6d6025e5eee2bbd2365b829c92ee6125cb551e4882282b8367a837f8ac07d5f06543478e6b0f46dfa8d61aac21fbd2345c9fc89a6cfefb83e7597dce1f45898243d7b082b63dca76c05f88f6f14d1e054ce272ef5978eb8458b93dece7fee5d01b3e1226629137cd86e0473fa12f64d8096646d18dacbb84fd13b76a657feae07876ce1e02b60e8086042fcdc5ccfe6266b126b8afde5b868ccd769db17efc0d471c585bff96d09a4dc778d627b4167bff9112f9af7c5b89873edc3a436d5492dd22d8d076d8c44085734c732c29f5695f37f39ca5891b8992dafe5fda5d6d481a1cac4fdc60b9eb15e818fa90f4cd2ed9547e4cd38e3b8add944433cc257f6c30546fc4eb5faa3421a8ab7208209147bf77957504a69b8b2bfc81a3c409c6bcf0be571fd1c7361852c6a4adb2116d077d9539ee5e105b8b5b7b9de99dc293d3d7f8029b1b8a965464bec78bf3a351603164439409305b8d8828a19cfa81727a63c4d8d74efa97624645d13230beca79b06fdbe84ebdfb8e30c585b6e4a9540d3f4ca7a76bb8e81541a303a74f0127bc15e213deead8eb8e3d506f9f12e603847d43f7cc0e623ff4388d53d1f9d88b2280fcb36d79b07b8f2816915758668224b175331a9aa8f8ffc5298accaf1aed9ef2b2fff3bfefdb8fb9d6959962e372fda58fde801cc4d379e7e5981942bc1d42f5c91ec31c5eeb905ea6ee77f58201a41b00d1dd0d286e0b5cc45e3f772cc42e8f6c813d08b67b925fabdee337fdcc5c7d7b3d845bc713d1c762cb7b69f56fd22b62fd643ea92b93d91b9cf0c38ce1ea11c7506e2845009de6bc5890b2ff34c9a414e33da29e4b9454343e4b93deb81f782d000b5077b80d7a7cb227d3ba5c10fe9bea18c9074b94fabc2dbf70ebe0b6d975fb792aa6a574780fa075c0bc6c91be1626f6ac048b95d78212bb73ebdd9dcf6d48e11b114e713c0fd7a9efabc34a64afe31d07e4ab985c71511394ba76dc1a1fbc11460a7171e9b76d88b5ec30e9347526601f1efb998f2dc26a4bd760f631944b480a04fba76917fc06351f85da5503d8ae31ff8b99cf4f6ed24614689abd76a46e4267c08755055e3a24d65470831e19ef8a3e2b9b3dbdfb901e3b202e5e362dba52109a4397ed5fc47679d6caff2aabea8f7c8b9ce9004de337c026fb53fcc445e61d14020e7b243974397f511b2d04e26d050b9ef53e774e269b2c77aa172b3e97baf166359a0a91f7fae4710e8b1cbc12a33b9f700b4c8877aa13d8642b0a396f86c33838a75409ac3bf63f7b48f31ca2c9fba1729df6129e771d9bc13ad71fec466e2f5e4be4c869bff31d9d14a857c6228ba237da95c4586d5bac2cabea4d5e31280977f01b9888a5581f98b4ce2269b85ba36a9a65c05593f2b6332249fab90cff2e7291836ea1dedbc382ae6c8b03a45ba400e7de6c97a5057453452fd046309c489f0ffdb936aefda942718c46e9a17ba4dfe7d39c9601cf11f415229f59292af7980a9c61824b12a5bf3d8c07cb6cbba56422669701355a620992e9704e2566993cb7474915df75c3b481419db4904ba64dd4470117092f85318ecf3f092b2c10c8173b04aa391c7a2961af243325dba689ae43fb3dd0111b1d6861f961d1b7e381b9ed96ca9c8aa342cc79e3ff0b4ba880f6c08ff6b4a17e399b833673e1e988216cbdab7c064477a66775343e53cbaa71f7602aed000ebe6660b197ba2e6383aa5db1a8505003941f4a9f8422da8baae5cb19f221406ee118b52b7cb4c0846cc7607c9a9c6a12dd72669a2a7f5f6bab5ff9006984eb14a8e8d29961fe1c5f173bcb62b0bc1a302e14efcf4106d96baddc37567ce688311322580e92ea167b89930b8faa6b94bcaf5b2823e16e28fbae49c47a3ff802e50404ae133749642a86bbcf784d3c3447c24831454f07309bb239ee0a979615ca9daab3a4be88042a0cb3802c9d9636f3499da11d43e4796bb310f4aa360afc15aa7b7a9058e493db3f463420b156665b5c6b7438400ab02bb3232efa7c1b2144a6ea7f34d8601b0ec46a2c632f0b8c1bed178fc3c8ec68cbb362646b54c0d91ddff3c1a52ba23ecba9da34c64703de840664957f0589522bb4d4204de31d051776f5834120762131c78b18d12632940448ecba506b0ce6bbb61c5cbaf197c39592202f49488dd699d89a62ae9551d9af94c3c3627493eb7bb6296357005aa163cf565eb5aa17073b3d07dff5b8cc95921b0a49a8d6dc723bb6aec25da309e6218efd94ef8745226798fad2eaa19fb7345a6a3ac241d6913bb7f2f070cca1b38268883ef73e5336f8298bff4fc032c0adfb0f1bd6a98eb3cbb7f4248fe12403f922061b1e387c0e3d3fd8efff5d667adde6a25b20b61b9f3bb9b2c3fd7f25d9abf9a2feb31fc7ba896a8890ff5d6c684da2feb3a51de1107bbaaaec776caf5ed3e727201297112e5416f1817e80d04cb3a3b28533e0b901cbbb419fb9042ad21560cc83552fe5f7f1c0442b5783c207c39c40827624c2a5ebbb9c3f7f75a040ab792925c04c8a9f116b3c47c04f2d0c96b5a893dbf992210bbef9443cafd286b2221eb99db037eb0359e33bfb4f10185fcd40d80cf9b244cbbf374bb2a31d733d770384184f17423dd0f86a83f5de1f04416779a9f035f7fbc0bbc58a77f5915356804106e2edf638516659b22c9d38cad099f841a53c9f6bc0f96c7dc3ac913e1fe76b442be69e9370c4acc37ce5d31a86bd26ba93147c2bc107f2c60127c5d24391fe660aa2cf40cfb770d3eaead2db157fbb9da372aebbc10e71b3c3a8b92676af63696a054067a3330c2381db05868e1b55e7e6dcf7ebc20d975d7b5b4de84b986c832328d9d92529d599f525034483991c24ffd7d58bc634050bc60f91c32d15fb0cd505605629642c8ad4911101f744aa0cc800c72bc9bf90ea8be63d747f14adbcbb4a060926ed898b9559c92bc0a9af7023dacb1bca2f849b5bbaf04c86e7d27fe60439835d69a25fd7b0bb7419908fb9a2fd05ebcaee7728029b77072414a8d42078751ff0576c26570feeff729cc20ef529f99bcbd4e79bc8ac448bfb0ef792b338b4828485e8f9265bd4531f4946f1815f379bcdfd68c4846cff5d0f9593f0a198cd5fc7d0c56b5d684e9ad986e1bb6e972f4bcff007631a3ea73d41d4eed3e63491f4412d9a6be9dd60f8449e9ad30ff1d2dbd022ae246e3d0153aae03a311c3853d7f4948277893e25c22c3d0271d91b33abd2a0e3b3ac8c7dd6a11bb6c18d433a03064807fe27363ee8aa900717c4b4602bd309a818c5f0771f9e5ad5973424ba562d6b762ae18f1281bb1375e3affc5cbbd328b640c6c40fc5748c5f1d677dd0099800977579c4b39989382a5168ad99dbd330c15432c77c5f592e8b357cc91c53eaab80a9b633669b753fa2182e0ba89bd591b38562372ab5182245b291587bc7aba6ec3a19c573bbfbb1857d1a0dda5bd70dc57a3cd5d425337f78a6a88a059cb34f2636985b39641ed57bb5cce1dc0bd7e5996f5573489cd23610c30d33cf9677c2e4aa5f8ba445391f479b7e00061bdbf1b0f65bc02ae830bf7e6e3d4a647397ebd7273c86a4ad01b914f0ec6e808bdc27ddc13dcd51e35e19b650bff3317b9d90333c18e1f6d15687944e68c5128bdc4a4e004181e90675ecf4cd85c4616eb714122f2c7e4fdc31f921ec10840efbdd20e80c75b3b9e4ba86b713f42e68679c63a500d008807cb21978b45e1c390bdd223b61d91e44d4f7aab0bfe719a838e7e85edce9338e908b02cc4f58413b0bdd59fff19cc2fe4deb8906a215411888ea1b8abe34e54d8ada1d709d3e29318bde485ac2b2e53c95e519269cda60e9a26c316b71feade590758312294fd83ecbde78c1c49db082b7210cf7cd97f77d4cd1982135431613e303012036e696f05bdfa2bcb191a05f26f6f6005fc7966fa6ed179c33d431cd1cefad5aa383af7cebe07655a54a3871bd557cd30772058dc24e2712fc2a382318ebb8405bd531434be0cfb69d46a23ec44cf05eaa60318cb5d94d0551e75bafca45f880ec9284bc1be169c2d9184abffd2c7026eb4442840bd88ffb8ba26e98336de6fb95ae426b5be24c2c662d019b3a158e28e5c816d666b1b4ae397da93ad49c28de78aca42e1be28f02907b0262ea37d9112055fe66ace1768ae4628ae999cd6ab82e494f65dbe2a7c576a75fdc5742e211a663dce3e2fce27f1a6fc845e4f87956fa1acd345be3b1f3327dc08283fbef39f470f3e6367ca78aa5791caa1a7cc8d562def45eabe4172440378b1c1952b9ee82b60d56360a82f5ba6ce82ee2df9044aeb48da6ebe4f51179985fe86845ff72a877d19e3a31383b3dc8ca31e8e80fd0ee27cb910be51d091b60d712d4689e49df356c63006b4809a8840b61fb9a6e4951de2da1fbe54d986f9ec06d1ca0ade5a96951d7e1181a01af305972c6fc17bf5c0fe6c5bbe550fd6f8abb745a20258017d414a76b8641ab4bf031f3c17606561c0a8f7bcbe58bbec391224476fc6cf29e506cdd5b8723f81538e1fb41e942ad0388c71c2beac6daf297170f98decdff470174ac34e196e78681a891e61b1c43f20c3349abeb6e1f8bb46736659d83258370abc406b1c257c2fe540124a3a791bb6244c71beb872682975464031e3fe83e3a4f983cb9e966f94df413c02eee6fc5451e3c7bf0df93901344a62e4a920b372aa31f8f519dd4c4cac83028693d90ea31b6487bf16ee4f5e2cd852baf4a74ebe8f738d536eec2fc4a7a86f74b2f655f6a4affebf24445f7f91fd5021e38664004c70c24f6b0f37f54e6cfbb2d84c6e8d0a0171bf26783284e3b4dbe52ad46ebc3b597b9aedc07544577fdf5b8a9664ea67fd7bbf649c20ca42ef731bc8fbf96eb7fc82bd88390bbfad9369e7e3532a4c440745bf8124f98383fc417066ad966c5f3a5954dc5e2c4664ce948b50c10fdc67b645bf8198cc83561398c0a7ebedff0ff7a5f59a4050a18d38f8ed8253309a4ac8aabf9da5295a042f88d440a6b72a04048836f179ea52372c1be493a144c11be003bfab840d6d967feee8d47d51cf341f257bcbe2b07b608322326e45dd2a56248bbfcab7d27818a1638b52594bb9a653bfab4db6b4874f2ddd7659a59b20cef07cbfd0fecf49c6805e1d17512e6119b2571928669b07cbbf62150a893b1f554210bfdec367f96ec2bd8ac245e39539c0be5b39ad7c3c432b7e0481eeb88154a194bfe6524245f7b4a0cf17fcd06e482ed15652332bd6bdbd666ac2117603849335bfecfb2b0569232269522c6b3271cf58bf3809d6a02c49743899afd282df59eec012fc8cff92dca71247073829a14edc2ae8b989e0e8fc2a3031f08b470c1c39c02131f214dfe5c57dbe578c04ab46b0389dac7c8e5661ffd8f37056e21a32ecc02452394c9e89d616131247266d1b945bb6d38f70289a6624ca52cbce7a58d5c05a387484a7fe17cf38307056a20fdb8d673ce90aa2ad453a30116f3f02f225c09394daa163d6e04f885cdeb14469f0b9b8632c371c0c5b38834e111947733fc0a0e9d705ca159008ff1233a4cc559151667e872d5835dade0d4acb56e6dac7c0a32df088ab6325181623ef65701f9e7ec0d638cf9a5d6bce1064f7156e4f04c0a7e6451189c5a294a43798a83f3eb918bb41f2c932114e860f70f12475b3c4c0bbd6708a833659b8b860c88fbbcdfffe23b976f1199852eb30755eaefe2fcfc0bc02277e2c17b7e81d158fcadb7308134accfb248da4b7f2546c3e36d6483cc0c06f4205725bafe91db00f6ed7aca92ac2aa58a87ae2069122c3caa39b59c5c0cb5f10a3e094af3c9d87b304e28b277d0fa799cd4069c9c00358c0bca25e6bc0d75651c4fee03dcaa78b21cee0f9e1af05ecf41cb164807eb9018d2bcb4fdbc0eabdc569ed676921dfc7f8cc48c60a0a752b6f7da2d0af6e801e1d93c0b9a3c0ebb91198b95b801dc968449765179628afde9d051c66034fa45bcf119376a1c0f7a91e1ae6648ec7ef717c6a903f528e4e3e874141b87b7a3dce0b0074f7c5c0fa571b730961dd81fd69d5f969bf575b2f3b0cb48b711387507eeb53727c9ec0fa814cbeb9fc38c765df56401bcb359c0b9c9c20c3e85dc4fb9455b01b9e56c1314e6b99c0d48609a7334fca821f9dd1c205d984931df21719396bc78b4c5bc153b382382cdf5e2beebe5ce98fafdb22293e284ae3eacefb8b2cfdad65a2f0c168e83ddae19b551e97507ce7853fc537bfb2dad1547641325942bc5c0c5f8ac1868bb464d56101eaa5e58c219b22901693511f085950c2ef35361823ff0c2ac1ad4f79bdd4ac2cb09c739d328c0fe6ea98e178a77046f5179714542d6f12a2c1b00b107509aa5454ef3ef18526125787d86dbf5fee78cbd0983472fe6b8329c1c071ba7512dbeb9046a640496574cab0b74ba663356772a7b59e6bafd9bea0c1f3539664b6314453b299cbeb105a87dbf310940efc9608bd22bfb93a34e9b8c20452a1ce73efcb4757b215d4c4978154dc1ff31a5ae2be0fd425b2c0b4ebaac2147511b9dd5fa8f748229d0116c8aea4efdf56167e09073087938a30ce6a9dc251e4fd614b300f52623db5f4a8e2abd1b658efd7ae032c630a3569aa076ba2c268e261df8c35a9fad53e740c1d190710d98cb85e38154292725ae2a4605e90c28be33d31a27b4b0cd2f4c3099cac027e9ed8b831846022ec4c1b845c7c9b81c29677042e446b80a03cc0ff84e1206481afc37ff09efa7289a2144f6a0bf1b3c2bcb7aaa4da831c28e98fc5fdb02915237db58c9e0b0447f96c1b05b04a7629c2bf3cce147efccdb07a75f968082c79719d70e568d3c1bd4f334128e60e0159c2fe298a73e2b3304a2faeb840d928724f8d7c2041ae8f3e6dbfa82f5b0f8ccdc303e02a6e425ffb52472db7595882ce0b112fc28a948e5a9f4beeb971d43013c305d02485d148c287a2dbcadd5d706f3d2773f8fe10ca5826cd8b4588d33b1ac317e225a2902ac76ab566852fc66915ac3e873bf50906e05ab8f301bf00a1bec32a0673880ab63729f9fe5d566c5e42c3f1fc06973ee6e61deeacfe079ca18ec32d05ca744093805e7e12bfab07d70657e12de6f04f263423c3687be0496cf2c331f840976c68161262f9a2ae5437612bafc4c4d67924bdfd5bcae3ab37b4b7c342a4376bcdbe339eb5921c4bb3be167fcb6400d62e65c08bbd5e374141dfe2c3522644fa476d311365459aeabf3ac3a2edf5a985a17f1573aeea0e6c94ccefc35cc74bc78aad9cc16deed6620099568004d939362004b89727bc3fd06e488bc389c576d9d2ce0c02fe701a819ddfbe80ada956e1fa82db885a36f16aac6a80c38b12e3b14825a6ff66a656149f120fd697b7f4114d5eb4c5ff5e34cc1ab0a3c39dcf05cedb9574137d83877901254a6ee284e6ed3cf1867ef6851aad0b6ae9c3a6671fb3bd0cc46d1470285fc2594eb38c6a82733e9afeb6a6c24507531469c3b222e68fdb0cd383c68b08bbe4dd0b97540c5ef4de82a887a4b5ff77fb2094c3ce14f05d4504d4ab9de8bd0899e22edf4606053d7c02b2cdf2c0f1d5d6dee0c3fded9501563f0de51b268ff3b2dacc451548447560a4469f32a63ccb220668c40939ffd2ad92b664d08856bef76fdf04a163a23851a79a1231452fca3da519c40d58a0a6dd8309685ed6132ff757085816676a5540da3625b19b1830490df7c419e2bcdb44346536837f53f0136f3552e90b5a668ddeb1eed20b3cc5b876c6c42b7612874490f6b73ed6dc6d007fd9fc8b8ab3d26129c8e43774328acdab41c43aaef5a91ed1e4f0c1871618794cc2aa25160b58dc9abf6c5944baf88ed37dc43b378f73ccbbc6aafb8db11584f4b23ffdf01bb1a3ecd6c3ad73cda93544ccc44c2051f9a60a2876c679d7659deeda72093673cd7fd9ff3551a18d5a5f5e6dc45dae236b6e6e170da8a6d9c4f129d6311210ad3aa80de978c5f9bf671c09e0c46ca821f7acd89c84531af1a9bb632f242e4245bd6b275a4679f67cff41baa1c476035055490345414c60aca04c5ff9e1322cf54d74d611296fe1662ec87a25c4951886cd7827aa757e7a8a82a8ad1485a2657cba5c45e8c476d332721eb7f2c49cd076203793a2678b6955f765deab74c8bea421cd933c41df61161c894f67c49e8cc791e38f4b5d1203515ff6728a6fd0d8e89e581b01cfb32efada6fd412c4c8e141ccb30df7cceed9d90c5d79a0ebc57e13315d09064c28705fc7c77fbcc4e45d8d10a0705eb403868b38c8d7634c89d399ae6e90f5e55285cd009f5212c4e504dc1a220714d4f60d2068f7e07a1aaa45a39253296e6e054d52128c0b61c50b181a0470114b333d5623656ae069d74e3c01b0724f8d92561ffc8f90c05dc0b61a981ec51272b694011d3f12cac95f7d838a397ab901d09d11c1d2db6669b7119560e2c52e3dffbb6d981aa8c5086c12e1613c638647429e90c3082224a796a4e2298ec53814a4c61b245796e42a2a8466e8b153032f892c48f3e36b1e215d1a6a7106c542e06ce38d02fa12b9c0b0477525f63f6e63d6f266640b9576e4b6dfeae464c54742960477db08abd5694aba4fe0d707a85aec408d9e2dbd120f2eb31b71f2c548d878371da9a9fbaea1840007c43baf340095de1c1add6fd65244ad95021ac54ab5cfc97622aa1f28708aadb7cd7b76833bf766cb8b20f62655751fd6758fc555ff5e162464cc60e3b712cff38c768cee37ee6645147252c72dfc1f79c2d0c556df2a894c67aec5624af984ea7881c8df2e6730561bec83bb5a657357546dc55eb222be8251bbd19c4728cda2db0465b24bfc405ea62831f0d65d21a0275cc57399bf724baa53dbe1e8d02341802f5cc20b0aa1f3cd1a008a637c66fd66c1c59b8f3c3daa21d32d7557ef3dab540400f963a5e18492cb466094b106d71cb9c5a6124f15adb40df8c31db91ca22bbe00bd9041f60a4e0e38f8f8b68c350e70c5c2a0428c62f77456563acfa8103c0c28f413ee798cc46b5ebc836d1dbc3cfcc5c6eca665190b95e9361d8061016df7d4ae9ceee41f8ffa52254d313b96a40bc5ef4074862130a625e4da2f813ba42b8f28dd80ef741a16149555f429fcb29dc5f18ae174e4ffce092d7fb206a6625bed293eb0d71a0dbed01267f302ac360fc61848830aa92077321e382bddc36ca072ae9fb66feb5040fc733e4c11d77ba2c63460f444d005d34defbcc8e7d2eab5e56f9cb061e259c3e36df9807974bac9c6502a19f4c10a44d5b330194117410ab76bb47a7d04d10c2ae78224fc036386c653d1294b0f78588001ae31028fd9ffd8d7d3bca9a2c5cbc90edd13137ec1f0c662c0fcd3dda5ffcf39bd7710451803450b3383b2ccc97c3a47e4a6752c7617c66cc8be6cc1997464b1a29341b13466e81996c2c1404812d916f2d16558719fc6811a046425a00ad8f65bd14b6eae8e3012c1f3d62107f296f58d265eb6d870c6842bf895dfdc6e89540013b995ec6f3c0e065c3fb3d55f2e2c02b94fd39455c6906642cce48d8e8de0b108c2c643f6dd3c5abe783087cdd9cfe8ad831d191dc69cbeeeb4352dc05a64abc2936e33ca49d7dccd100d43accf1a0248f9fc6341c6a89e66137dfbb8c00f3e5e7afb540fab52734579f8bbba3a0bdf76c0ca8b38c6af973ce58431b6b4d6b38af0832d8550df6640880ba747ca0d47e08db57908c6b42ed71f20675dac4a7ab68395609299d815bda5ad244cf38d1d4b66913cd1c6b4736608e70b4f9643d47c7585cc743d29f3b4fcab6b252005a4596194407fc6d3c5b374d1465ccc0d803fb6e676c303d1f45743596e95710c43ddff7d387cc6e1814dd35ca1933c645eef22c4859239de95844186a4c2844e89c4941e0cf9c6e6aaf29c9ca0e95c62e65ae1915faf75a243b92c504931e05b00e50532895fc6e8b348391f197a6ea9449e11a809b9b79572595b9cb8e1d6223fa12213c45ac704ff8a63f1a6b1afb0679c0ddc7e1220f290d2c79056dae183353fc842d404c72024fd6911316107ee3001455106e861519b87bee293dd32a49a46d05c3e30c72fe12e85800a778ac7279489084f2d5c6d6f037d252d93a81500ef8ea57bbac74097a3c10a887be9de09dd92dbe912f5ade5532fc72d3652c6d38ae8d800b7c7590a11e797acf319997d4bb48dc5c0f182c7c2b3f65a3fac0741e2922c1aa9c759e1ea19756da5dacbde3c736c4dc661507f4c2f01e9ab021b2b76997764e4c78153d47ae9d451cd635cec4e96f5f3a705e4e67e28665a46c44aee917e0a3cc7948a59f04dd967452bde0355e45890db3537b74845b4a66874c936a2ee738ec7a3ba40783fe3d00e4cfbb74865df78baddb814719218ba2ad50eba848d04b8c7c716612e82fd0e04644e47f7eda66b4e0fd79aed0f50f5279368483e5bd2b0c7d1c25b67a4a42de9c264fbad04392309873335b67ba2f1a2beea47677bd874c7dff6c13cefb90f181d7991530edd80f9e03c9fb3864ecfe72129f17606d2d1c7eca7f858f90bb35e18d4277f8050af317cd18038267f64e0c405964bd15dc7c8120992d2c5e4a907c0453476f3f7fad7dbac848a803e17742667060b05e26bc8228a17bace0da52b1cb4edbb6655bacab034d87859b92a52c4de6cbcd5a37ac855aa63c0eb0a101b35b84b99998d9180e9c8b7b7bbbb38345d24cb30546031c86ff446fbc5229718af26d4223920aa17dcc428ec9ced7ace7f26cee590ccb1c881750bc3d2c6a7e5c6e79edb63eee1f3af75d46a8516cdd3841d6cedfb74f3c8836fee0b67950bb418825192971f84d1edfd66e5f9dff0ec45f1b8172d66e3c8888f108414d849799d005d51c8e1bca3a4de2899edaefffcefcdb213f1131fc8b3ad17b028e05e7a71707dd9b381b73fe8897b2e92f2bc86d59947c7f17080c8b5309412959038d0c85339ba4d5cd431d6b46e83e19ea0c12f067bb30c8634c8bb499fdfc594bb71d264c29cdc3cda506cd96dfcec2c392f2c8606493b3f25c8c0fbbd795b2e195d5f7abad5615a25db55f22444572dea7bcefc7d3b12b979c8c12aa430d59b73d33a4017d226a14f0aced16f76239ecfbd1630ddc5442391c8c923b2e2617ec21737d4ba174d89f1dea72f0c3c5db9c3e74674e3cdd68f1cc9221dc94f6033b1e891f1f276546ccbefce8e19a7c28b0d471098de57abf536c92c03aece835fa49d9a9c7b05061fe22a824f1f2545bb8310fb484c0d6af24dc944d19d9fc362b353465c9e7601a9b60b116c15251c8d27cf1ecdb05e19b333c9459f3eeb8ffacb91a7c10259c3c08d2c58f1f39ee49a526b0fa1f5f83298fac9514ce94f9404a2c0ed0e9250a0bb0ef7afa328e7fb93f0e86d9fcf7c3970bcc959cb7563a8823f2ddae2fc7ffeccc9c646edbdc0d93d4471f7b84a6b19669fc9a2fac23a3a7f4b9071eea9b389e9a63389fa9f8f35c6460bfb70754010fff8c9ae616d860280c899a7409544018cb26da450d812e50c8f94f3ff4a8b15eba2c9af096a5b49597cd4b2ec089daa629158248d6eb0b485473e8e82b2c94c4903c9b4df813130527a8d138d08cab5b01d86671adf81d49137a484f9c8b2d3fbe0ca01aa25e19ccb425d67eb22602e45c97fa271a792b21de7aad7e02d43b7ced6ca16da399afaff0b367120eb843c52865f89c10a82594262d6f1ebc45322b942ca2d2b471be351d7028f4acd32b2d9d97e736e6de0aa312b7566c127734f647fca4ef0746b90bdab395e7bac1cadfd73782a58e0ae0a8a97df62b67382a2e9b7ca51dd681a1df7503ff4d24cb7b1b079a738fadf26893efbda49aca6422b8361ca7771cb8fef8c5c851616ca4e5d3b4c3f7313426973edd81583f2f3ef28dc80ca7a48fabb4f88b13faa15d1dbb7ac821747d8dba0d499d13e5aff93099c7eeaca7f83c4e3fd79d2672dd2e98c477976bb6debff22e59447422669be37117111caa599b676329ccb5a87f9c07d4b5f02b309de6ab8d1e649996c30943917c252cab17e6fa9e3153200933f5390a956143dabadf7a8085acce60b07c1df7391f1cac64c4d0e6bfeb73b50c9684a4b7b922be266890630d67cb023bd9b38953a6bcadfe9c5fd20f90cf2dfaa4747df3068f889c164e272e98e84850a6ca7106adfcae37321a590ce7ee9f842cd144f6cda3b690303ef4b653fa83e5650ae6241aacae57f79eda22bdad54c2f53a9d58c028b242ef6626eeb65148d1fcd9e42aa15caee827812d94dbb9667f2e0fe46d168e457f58fdb7e645cd331c961d90a05a7caf4547040e6c2c7980e76447a7cb63345369245f0b8096af69d5cc450b9b628cb0367df18da43fc8e3fe00723ccd3242febf104aa540787a4abe8417de5fb5ccb134455da16b95e98b18a8e5ce6a2db6defc51824ffb7496fa22ae1babe5600cb21eb5b85209aff23e0d9de87b42a1aab6d68f8bfa570bb833614af6f021603cb322699f45c2bdcfec800503c49594d2011a676af9e220ff3a109b8aaaa8f58cb38cd64883923d75acbd19d6fcff3080a54a423ff8c74ff8bc63972643737becb3ab2bfd8232194bab51c5d36ee9086a349b43033fb97c7d1d1b58e86215259cb42557818a3d8c46c725877b663aceb013c9dc07a210a9262ef4ff0a6081db9cb70c1bf4c331d3570445e38c14458898cda237107d6bbeaabde27f96683ead9cb7ff1e32e4e21a2ad713f4da386cb2ac65dd9e12d90a32079332c345039c695cb8a932528bdbdbab3d47cd307e29ba9b59cdadd767100bde57dc9eaed5c6c6ecba0398f91d5fd488a189cc7b180556890b84c674ec47b043157289677a30adbcbba43a1fbc18416fc5cd53d957670b0ac4fc357f3a0298715eb5beed0a14d86cbc5cde732eade539819ad01e90108dd537b197a62bd191efe2d1918efcda8a4cbd3345d3fa55e446b3d339a21a95a3d09a91cffd06bc4f142c2a7b4abc3e9cdcbd52a0250b2a279582625be3056f5fa0cc9dafe12a29d3e00d9561bfb0b4b4ecbf4224b5001b4b84b852f2ba1dd1b88ab5224f966dff6210feb9d813e9fc937cbf44d69e913d8ec5f8222aa34868add0903bbbb0c5a67c8fe03ae8a83d12261cbf47868227f91828c92271d4df7691ef835e1354c88ded2c6d92983eaac5c65cbfb8c56411ecee59aca19e1feed3705949dc4f8a972640bc5c66dcac4b66265cc05fa54bc11a9bbd3132c038cf7ee97574d7a0528b2bec73dc78c1109df3c1ecc35089de52f9f2350850f4ea067d77a1ab426b014058ca6c678bd8aad3f3439cc3c63270f89633a790f1d34ce4f196738c4b246e847000ad614a31c5a377cf6cc4171fa2b534f0dce7acc7e28c766c659b2eae061cfceb9fda30f793d410da1cc609c955dc6a28d2056c75da684d7292396fb07c21664d94f8c588131b6a472cc65150654386b932cc10b18170397599ee0c1685cc090ba63b515fa594eb59bcc695437760131a7587e4aa2a9a313b4e983f5f7a813ea3d5f5b69840d694ae9cc71accd6f32e603d28b658c7da4b1d958746f7c8d7a4a8148e39fdeb09ee63ecc869046c3b1c3058423160d6234c138ee1ce64c95499fdbb507a93fe132997dcc8ea031870f429be81753def8ee6260131b3b00263a5475f025b0665eda8135cc933e2d50632f7391720774e6a729acd0784b3ef26c240c2ca51ab1b4f81c9fcc9ad7e751d500120375fb344a3437b2c13aff2252172c36b4b5ce005c04bc96cca88674039eab855827d74adcb381da6169f30c15f86dbce93e234d8865d6c8ccb5f2b6200ea3b189dd2acc6f32d264bb91be2a5f369c1da4f8630a7a70ccf8ccd171c04adeb1b3af652058edbeac7b7e126ba4bf0061d69239a2ef187041b6ccdb26bf619ed1264af95fccdaca07224f8a5461ce0ab99ead53f1ddc801f82eccddc6131e37c49dae58feeab902e8606a0aa517661df6ca7d8244e5134572bdccf146a0fefda44aef3fbe0143c1f68d16cb0b4ed0a2b472c937ded465a74190ccf4566ba507c2835d3bfb1b59d01613bf45e499a1126d3610255c823364659ccd0aac758a384bb038425408d7492906969bdb570b27f796c0848eb37caa1c3dcd1dab5d6d38c58994ad6e2d60a6751996268a74caeedf9ca2e21f89c353e175cd1e129dbc6a32806b70e657ec0c1936978f057f177b30400a2d93a4a5b57439cd24b72dcf05567254c2735918dda5ac172f07f7d8e588680f29f0a360f436b9cd330ae700664206796a90ad5a6984db0ab0469fd8ba8fd8de00d62007c2b523cd37d8660f84a29cead4f86843170e615422d1915e3e328496b45e7e22b98c2dcd49102d01112e97a7bc0d925104312a1361e4161cf70901442e8e8536ac8eddcd4f47d40a1d137081cc516ac1d7059138f42e717d5004e6d29da9cb4a3a6851cd797981665c75f1a6e18d3a14f4d136366b3cbf5256383a78eaca14cbc891c5cd887b672d18bf5a7db38ffc5e303a917ea6c91e2bc3123e89785b1490a8c750cda89ceb9738e051f2ccef5ce4f9d0664d01ad9d4ad6fd92f501febea6919da1cdc34aaa38be9a479a96229ce78d838e4e2f36e5ca6a96295256f139a6a720cbcdca1b794ff3f1527682db6e58c433a70e6625307938787baf4e6f1dd93a4b06cdd1b097a5792bee21b7319ab18cee4586e6e5c380ed27bcbfce55a804a1ca8fcde0de20254978bc9ebd8460bff9bbb292d14c62f0c99adc5b5f4925ae7fa8accde41bd7c7866d5f897c534cac0195bc81a0689f61d112270a11b9d00928d31acdf522665fc5695cb59b83c2473d58b631b1e5bc2135bb34c256d0103f67f7d0ce21d9a9f6219d1e5f2382fb7ffc2a0cc7159301b3dae70cb642093aa5fd925fce24d4ccbbb07bcf9be0caee89405d98d38ec1539fc64300d4e033e90578978cce531d019ca7d8e81a4ebddf7c1420228868656b953e74be3353ff906d2a33aace5ef165ae397c2355eaab36554fb51fb512bcf10ffe5462bee0ec6fa1a57e15ce73c52fdce2f18b2e79b14e2b34025b781d56bc9835b72b449422a09e477b5cce752d9054c6a90bba06c5d85c905817db69b7858805fdc17bde2021073729f7ce7b64a33253d8f5a1aca5b8677a66c49e0cf3044d4afa19b14b4b593108e3a2ce875e7f0ac4629782713c766078b6e4a34ba4a3c15a97578ecf3eb04777d6d5ce8e8d02c675e6dc4cd225e700fd89ec93fb83c1cacdefb108cf4d1730fb4018ce95bf054ed03af939c9ff52af1f7db335555c9ffb5f83855e7f730ac87cfacece97a1f9298c6e53265b7b542e80b73659e3ee692a15af48af0cf3f3b3e7595fcea8059a34fb02974fbfa66f8484acb7615204cbafa7ab5e90074e726b2f35e2cead774a1f2ed6b9a187d28872efb216fae17ed1f313773d349f6ad8ccc8d390ceae4f9c864f19aeec79839dc27f234da8ab50ec75e6621b54322e74dd89d9b0ceaedeb846af1a67a85402a0b091cbef05e469c8058630629df277f469f1b814cedf07494c99c7ed05199f00c69a9b1b9f7c8443fe96d409264d36e922453b11cefa1407e2b2159e69ab60a86e37cc28fc127de5ac08fa39822f1bf82354983fcf03440550bf5860fe64a1d382aef3e37cdad19b3ac292440c9833e3431ec553cf438c6b6c5393b474c355612236f46b484485a2a2558ab7784b55b63e359bc5cf4acaa7eab72d8e904c8745bb127b025f4583b9f100a709faa9521e42a57deacf4ec51973ae45900243038b25cece27f5db93df9f5266a53f920d888fc4cdc0cf55b86e6588d0f99322179f348888d8000e43702fe035e9fbcc1efd167f7cf9cf5840e3baaafffb6770fc2ea78d1b05b6130ac0355fe35571daa0733f4b338ccf5ef16bc7a721f000debc07064ccddebd0d019162958fd5a3e71202ddad2c16cf6c99020175dd9a1eb7e0c53e05ca2db43a84895b42c7937c2aef4396c7a340cf8738d91b3721d2da22a0280ce552cf8b8296320d1a61ad44448c137b856fe0cf8c9e3d5f7db32b7ef219e6bde8c0ce2808c89e65a4ec817672435b6de24b1ccfcfb89bf624fdb8e261ce19078e3551bfb9c3d663b80c9be389566a76856064cfe8c81c901f8cf76d6d8459b302d7c0512c7cbc063ab44b92ca92ba25a5444cd023cafc62e514b4585762ba060c70fa3fb2cdff0aa95111b80e4078cb4863ebd02a1c58c84f4cebde61132fa3f6d5e88f10f67bd8926199b7776e0a9797794cd049e0460fb3de297c23a2b5f303709ab1538a9352834e625417ff977f690773d06dacf354b6c34a7b2941ef6fcec80b906ece3b0b0e8c39b525b8fc6e5b3adad06df68bb5fa74d8fbd6c96f67e6387f37dd50c776c95a3acd4546a1bcfac24dd0732c96b6bee6c1ec36e415c74c622192051847334a765e354bca6047131243d08ec84ccd585dbd276baad241fb6d945d8db7be9b1e084a37e7bd4d149442a9d099a09242f6fd7a1ae31c956b201d56dc18daf277a81b6eafe1f39d6c290decd09c54b190d181461143296b7c9ac657b38d6a83c14ec6c9a95a5da00c2f657bd0b215655ebdb2b74b8d0d9f73a03b0e5305f66589442be35663bef22c2fd44ed0be1c06913bec639d00d78435732b9c7b837591a53794fab75e939d07ec148ad0e594dfad6b461415830212352d6ecd21ed0e7817607f4f6bb48c730be38c1ed0ee753d4a2498a075099ab038e2f6d44002e55a7860def7819923de298e2b97d0ee997018ad6fe1508acba4049d687ae5c2c759f7915b7c60fde03b5db7a2d5d0fab9e18bc158cb963c52b26811ca23494ae782e12a2054e471aab200743ca4d102629f434b1637116ab9429c59ed430802c46e91c2bbc9ccb92942231b29f6d10a40cb7de36ea6c70346afc9ce3edb6b37582aa2fa7665d37b0e7d620591a1d11edfdbd349a8c6f18d15075030ceb9146f2dc2f8af84186ac20215c5f2431cd12dfba6d1e6570707b9d5424275b484daee9e73d9bf0923678dff32ad26ba2ad13ccdd49e8cb031c9fa56e23d0ca6af0ef41528848ca6b4735388fa6c02892ed142e52b75805ceddba7e315832d3bed2d52381d6bf070068ea73443f70e3911d152574acca1661c2b56f7bf550ecde46dfad2396a8cd44ff8a74486aa1fd4edd17a71e894b789b41f039e028387f299671f830dd392158f644be4f9f43a1044d1acde07bc2e12e141a818bc8ec35184b81725383b2bc35b7da9109c32004f8ad1c2c10a0e71626db07e092bbead17e99ec26ab944c9c5a7a4c9bdb2d535b668d1cbab061a78140324d277427c39e257a938a2a367046ba338590f6c6afc6f99d20a60ca0d2425eb654716051ab03885096362c204b9236b20bf7568285ce546d223836a18d4c6f3570b37e4ee22d765ca4bb443f3c164739218320e52892759d22eb71ec4918f331ecdfe458cde39443ede099b9d2ea8dd0132982c9f07211bd240257dbf31697db82eb96bd69b9005fc6be1086770dd9162109bc412793990d259cc538d821b1bdefd5b9c77006d3048dd2bc2c7d90d718b8e28cf32f73dc2d25df88a24c9867083fdcee34c6447df6132be78b1dc7e0865ec0b5f5ad610e7d26108183593a79aabd7ecd00faaf8dab92de1a57b90f8e998558e04b4566448d272b016cf01568e94282da15789df2351eea88af93f6047f77547707e6e9d2dd293446a016b93c2ff8068878281a2f0bc8829856678b3771cffeacbea4c51bbd2939673618c22c46f3fe186fbfed0a9a3aef8bb988a63390443a710871285f6d2a782d83120382ce3a95ea513328aea9a79d615074998d5045b7505288117a1d2c351a8a0932daf791b6a990cd624696591d959697b70070fd8f812b9925c97d2c538cff6e6daaa0cc6662ee72446bcf54c3677669e6a5cbd6918d34106786bd2d173b774fc847ea4dbd5fed46ea708c2a25efd32aae0b999a06614b7c45629d2e0ca8d2a5e441b2e6fc2e1e41752ed7c44e3394fb295345b9e4a83bfb2c1b0d30922ad3cebf2cac69db6871c118b8a32bb11ee2c2aa535b5f770da47a1da1ed345a13f82873aedc37a4dec248ad6ee71b765c6ad62806132b34521740364acd3676a22586bc0821191158cbb9210b073e9c50ede0926e55119e9013d491f8ad36af24587184ece378e050a3b52f9ae7d6c0bb8fe7066569662896db4bc0889d36dc2ff68ee635cb54ab8c3d7f67e399148ed4abfa6245ba8abc0785bccd69dd37ec86d2f7f0ee6edfbc8b68d94fc3edfc5a9542e29962c6cb63b3bac1e6f5bd386dc1708cb89448c679a750e0ac40ce259322ee50e8743307fc38e4d1bde28d38b3b7364824fb8f42668da6743163096bbb6877521ce5b038d052bd4000ffdd39e2ad8b3caea6a458a57a73be9ded9e43e243af3bfcc883464c151052b614ad3a82bb1030e607173957b39bfac844f46929cb00c78a5764e6d738219f17bead3aec1c2be8a26babcc16a00d07618ab53a0b7e281c0fafb90ccec147c2ee56bd3b7c486937be7babf6dc32d612e0b4796e4a2c74231abff6e1797b7c9d73a73d3b883d8133997411621f0e0d63dc60fc091d7ba851461ea09f281e44cca503ad3cdd49cb4edf7e9ccb63a77796a9c3dbaa1fcd295add6c4ab3678f6bdbc79ced3f753cc02c5029e9c795b1439c8f8171ee5a06c3ae85a3dd6170ecd0ee6f31bd4123f56a4ba0bc73254253cce8bccaad2c2d1acbd1d4ab1dac092d962912b95d42f3f42cbd53c5ccf7c38e857290017c66a7cb7b20516b62809cb79bc7a03f2d436a795331633577106b627a7d50378ac3060a143e6f50241f05727ae3edda9d44b82f1e1952277aa2d0043d2ff985621f4fd8e2933c605a78d55d5a779e252d49c497c790f270edbdafff1052076e464f1f4a7c58c0c23decfae067499e805d4a5e5ae82b34513a18c4f31f8223aa90e39b9a128f15451b2e6228a4d34251fd4c1e9f42672924fd066415bc8b234aac98fdd9071557d52e022afb5b3e6c147d4c784c6f8e94cb60567072ba10076ce51f204a71d763108b09311521932dfa1d4cf2fc694d97e97cf9e2dbc5cd820aa1a1ffbad40473ee2d8de75e81cf47989d4eecb6178b3f26e60f9a566e3773fd51b36797d3e0cd2dc6d0a4dd7e696c852d50dd0cba2ca08de1aa2d54e9174efba419c4698410dcc7cd6173fa4d3d3fcabd51a56cbf2791faf186660997f5491de1cb001d1c398601087f1a19acd73065bd51d7c9c43cec80f49fb086dc579753e6a84a98a8099c722a665fb1e5b38250ed51e1a0dfac81316dbcee4cba4820d4e7ddf5297d46de3441c3cd56be59efc19d531a88f0a93f91725be44cd7b52d3a2009b4d8f2b1fdace32d4d3a21380cce6d53b0edf0db44dca044086c96aa5f99863a3332eb75214c3321e1ca09f91022dd54f655a7d7bae8bc72037a0744252230dbfb80a3066935f60dbbd7ff0cec001d55cc9080af07f7d28936ec8619f1bafee77d743f0398b2d41969a4951458444d55eb3596c32ffa8d94a6acb66012233b9977a57a3013059aeef507be70b947bd579840206547a778316796a13866d0b80d4cbac8027e4efa866f1e4da9a4715d57ffcc492f5d703474e1edb327f92f52a18ed9c526d5711467e846d4b24518ad58e31f8e718a8cf6d2e4a4d5c6bd80e0b5615be3f31205b60753e00212cbbb9d595bff0acca3ead021d6f1bfc2afdaee5202c5f774599a099138e5d49605b33d596e972c20daca7470fff56704747a214d7dd8a5833eddff88f809bc0d80b3bd59cf8ba19e33549cb868316cff033d5a74b036e4c6d5c55ee6bda4ad8b56c4cd5a687609841bb5e7bb7d3e342bbff62830d4ec60f1c1ca68b808f861adfc9c5d5e54aac3e23f30af12237a8f1ef1360298a77bfde078f0531aa302ec15e528fd5f77f6215c7e286f610b1eab49a66ddd58e1dc852530d80f10847f134e5e787d61b28afb921fa4f582a8ce408f6f98afda40fd2379241a9f26cb1228b08c9c7d6268ec01261703666b14b29b95e6fa9e781901b4f7391023cab97c8ea4136c2d633e6410cdfaf86251d775ace352d44dcdabc0108e9eee90240dec0c297b0d7d64a8919539b5c3c9143de8fd03d7327570f49261a8b1828fed0f07661546f0fd64fe12c0d790c22b6c6ba486febf553ad76ea5009be8d534b18cc778b6370add655f42528dc6ce166557d07e2ade6e714f1b868f97032d9ff2b6e44cbcaad03d686e3760842c791641d58200fb1e73166ad76481eac0e8ecd79ce29f1ab6cc9d69a89d9c48333cd92800dce9dc4b9841ba9f0eee80792544ef433c05f2a982ed69e1712eaa326fa75d7729eccf6817cf4d1d669062b510bad60c5b84d31af55d6a02996f8a9ed9638d6f418176cb0f7182f5ae0a452f63db25970850bab19fdd6dd4f96af3249fbd1753e26cbb7c0a07f99e875f25511b5cec49683abea197bd71dae91a76b646f17105c95a4e6c9ed6fe8a9f97e2879d8266ad7cdc2467fa6d71e83d225ac40a449a1b58c28aa2e23969335555bd68b444240f685697e3194d72737c3968ff08e000ff15794c0c6326a97f1ccffca99faea84d4d17b6080fcd730315d21d6a50ad2630b8d332acfd3f36156d6860865b6c697d3c808d49fd5d73952edec4f16740dce435fded7f9a7dc346301d81e7affa85386dee273d354d7410f718663dab7bfc2923539ab61fd4ff60e14f9ebd284ea3fa77415821cfcd74d298650ad489fd9b9c51b9c6bcf8e25083766882bc824da2ebada7ed39bdbd74d786b76840d6ed9739f199e5d25ae1c1794b3b0cc81ffa154acc489d2a9aad75ec57bf0c68edd7511eed7f1edd0ff92ba93ce6a2d037b56a13d4fcd5c9deed76ab19dd207d53f8d3f661f151b263aa673eb5b23b5520f4473b3a53bca8569d76c6258871292192ed32dac742fabba79a09bd36b4fd587c77c7b57398dbf15d76d644a4e52e96a9ced383f7c9bc448218973d19269127b4f5436f2a8d0ebb5d77b7a193498388830f8106f67339c78d7e046b18752f2fd08c72e83e83a2b80d7b0c91ba71c26e484871507fb9032ebc7d0430e0f2e8c61ba89654530e72c39d7d4275a5335809b87ef3488a19d475babbb5c65bf807d2a3c16ea7c4c3bf77ad7da1778d5d6787f3f26dbf857468fe866ad3de8e31c78e93bd2b8992e754c1dd7f49ab7291dd49c329ffb64c7cf4c7bf980e51f300b80ce33ca35bebd599221d81f550a68715cafae4402de47db684284902cda3b6226b4dc3c8fe9430319add824ec480a3e1e049a8bbb8954aca012f745f547e24e99d060f6e22df0de2acdd828ba718dba16080fa2962306d49c82bc44935d4be683e3d07f58a0c21ed003d84aea95166ebffab770697fceae6fc0a728cbde46208285b0e3fd72725e24eed84fce35b5f6fc4ddd26f54afa9007f9fc44cf4bf0821c1430a346e34e77305cd850dd12bb8d732d22bb649b2cbde4b896e3846ec7377a3a806ed5c9534b6e89d88e5c58fce229ecd0a8c2ae34c1cab86357c3be23450b35dbf6d382c96525e7d8c3e22f9adee70719685da093c5cddeb20fbb23d1883993b28fef6076dac9c1d8dfe0f062c639f34e2f91de6c52fd61674cfb06a1ea77d4bae18f51a68c2718d8ea62d92863c72f9befb2c63a0fbb1cb2f4f82bf588dfc2ee847ed8e3e45a0bd8f0eefcb581b5b2f6f17c00758cdc257276428154912069e6188bb7f093f317d8f4de824edcc9abab07d4fde110bfe02fa1863df5963186dc49b6d3ff06f019d90c446a305c6c1b9bd24db43531285215e1e63b5c67d58c1665f8d59efe24e7d9145f2caf6a0b85fee896b618c3fb7411a2430540f707bccf8ab6fc801089b6d91b12263848188d03d71b836110715fa42ff1c0fda095b386994275125a0ff4d926893fb479d8caed3d02d3a1a6c34336111599046436f26dc75cb45d766179d9542aab66915a2fe43886dfacc0909c552857f2d6edf655f2ef977be72d96bad956cd97019cd9382434a76c5cfdd44c3479af130df16f74ab6614603886d45ed960a4a7983dac1340fb6ca4547ac59c38d62901087d947e96487db18203711fd997ffde4e94a59a6169cbfd15db39551c1e0c89b319a2e1a4bb13d11a7bfbf6d9980f89f922d5f1fe5b81d12cd954fd238a48d5ce3500f946090dd5529a6f73d999dffd24bcd1b084b9d552a8659d6a605e028405aa37cce8919f25e3e0ac79d99c9b06b3a6ff4de8f3be14011302391ad62fb7b4d6ca2710edabf41ed6f520d99e983462568f74ee83fbead5e7746b8bc085457025f17e446025c400913b05d9b4ce204d0a8eb6bf57580a8ee8baa8d27ccd7c33df9cd4fe2bf82bb8340b2cd9b7aa17e7b4b1139813317f5df9d6b26c7a8ebc629e5650eab978ebcc9cac3dd9c5adcd3fc62f9192bfc48c29e52d12274cd4972078e51c21f4a255770806b2d9d85f6e4661f58ed93e6533bc9f3b767a9adf1fe374dce51dd5509d6928fc64d9d8ce7c1a56773742417ad2e17a064d6b2bc09ab8f84f9a35ee06adc6cd40c4d9dd267d882c707f1979c60c462825b24c64ef90f60d2a6e151f3d594e748101d9efaa2c1d6b9a4c14ae0c5d2a9613ba5d3e4e356309596e90f4b1f16c292286d9f0ef719a7170107598aa751b8a893446c280e6c7d6dd861724cdd39514ef9eda035fd9131f707ecc2accdf3630a423a43f4254e850847cbdc2ff3afb0858b4da121a40d67f64ad0a1d662142ef088ccf3e6aa7d75c12525e33d2e2b918f3aada1b8e5699d0635abcce3d2e000585fdb8a6dc88dcf55c90ba2788c62cff9928da2680cfe4f9104d315e1074262a7f2f043a3760500ab88053213a12fa623da1da2e23cb525b24563ca2e55a3e662ba0ffb6046dd5bd52685f693b31b2d67a6dda3640a3cc64f717100333d7352895475c91dca7446f9d6909508e70122a7677da3bc7e89d02e4e4583f3de6737c56a746981bfdc6a24964b39a453c38b5d96dda4a2e954505776af4d4f69dded2235f1adc9e6615ae6e4e8081fe379289b79dda552fa493e82f67ff23aacd4a4bb2d392c55de5a0b987fcc0b2c8fd7cac4d99da6ed059824d0aaa8c7d32206092db51e6f3df167602c7f15fed0d7a429e5e3dda85b6633aedc6dcbe7c40b8b06cf527c607d265b1a997dfb20793a07ec311dada864c2d75355a6b778b3d30334fb88d058c2a16203b584a908e1ea2b2277a30daabc5b20bb6fff65422cfdb5c538b40a584dea5962b3079727839f44d2c829bdaae28870e22a1593c250fb049201330632b09b6b10b8301c4f04dc4ec117631daba51fea947e4839e75c64769d4afd26797afcc11e723644e14f5a02c818897dac3f2d6a2e203fc92bcefb6e8035f83088df69a350f06865e57e77ba34b0362dacb46d0795058c8c470069f5e4dbac6b4733eea1a82481bc72e0db61ec10cd0dad0fddf8f5aa35c0c5544d1e0fe174fdc74f3de94b326c5944c5a4f901aa334dadf766455d3d2f21d1ce93d89c304853d63785c05f714b5e9ad9e3527d2b514db031264d5bb60b99b6bbdc25f7f165b614a7ba1d6701a9c453d8428588292f3db5c73097fc370a44a078c54587e86d75ce973b141156bd71a2d3d7f907d4606db6296e19cbeef5445771f21a7867d9e617d2e9b2620632d42c827a1536a073fdb748f3696f7f5537aecc3a5bff9101bab1c5aa5e30587e6fdebd1fa2c8f6ad5db827707545ce28520ac8f2bda3dc5d101e19eb6f28562275ef778d84bc32ed0db9117fe261ae98cb70bdfdb9037eab07ee8bff8c4181cb186e07262e1a9ff02dba3eb82d4b03c80ff13d09a197e5fe96d3f23b1860bbca9ed239d4209ee28d2dba57e8f62250b85770020987ab11516398a107773d3d4066ef9d93e44791b31dba7969513f886e82329225508f5adced4fd47a412febab4dbdc91e95df51eaddbad814d143a459cde5adb3c762840115e95959df28d0f0465f5ed9d4be38f00dbb37d730f59446b8f369b13d0eb89f1cd4db5c3286b03474e87d8a95c42ce87dbc1548dd5056af1a435e01c449efdad2d38468edad6510d131f25d12edd6d0edbc4358152c2e396a90d3bf667506b6c84723ce2e843448ae23018062a0af629dbd1c5c26d18d6d3783ab02ec06f9ede1877fd1070d4b4366240e2570882466bdbd32db9ebd6db03cfecef02dcd131e9e471825b90a2349a321a40d172bb3a20dbd3aa4e8bf76c54ad449385db2c271c1d9b3b1dce3dabb88625c87ee6094860dc0483ddcc6010407d36e7b0d0ef5b643d775c98c62b79e5cd2565912db45ff6dc0e2b88b05e8f95c34a1c36c2ca5e4e6968c8f58f4f4a6b6611f66942aacee1dc0ea5449ccc89497ed105fcf1a7c5fa2e6c9ce2b276ab5067bbe19a7708760ddc22614d49f8c7f15cdd50ac3b62f3d51f3eeaa792353e37447562ab6c67a0dedc3d7a5eab7a180b297487f50e973fc5aaefe9b38a3c01082996932b8124e13edc532034cd68ac229568414427b6277cebba1d365b6b463dd70a077969c5f5abdc66f3046d08bbb3b1890252feb285d407cc97115592698dd89ccfe7d62159b9dc68874ceae761bffee997a862f8cb197c0d2c3701400c5c273ed5f5ba9930d8dc6e832b53fbfa4b87cb02ce260b028073af84f1d189b75c3b59b771bb399a91dc77a56d339f74ef099bc7d0ab0851769a23600f692d1331d99ee455fa6814cadc9119f18b05039184c7a367fed6da0adcdcf734205db444f82483aff157a2b9dc97109545b9568108bc38d68b693b90b166c065e47f7cadcce2a20ecba486cbdc9d2e72a1b5b2ca594d444d4bc8718df6c4b97aeb5aef70e7effddedf06d510dca378b3c54c23cb21ddee45b17e70238277bc88f670fd315ba9304cb40bf60adcb166b29c9e581ca4c549f16026959baf3a953d5e818f62e74b47c1002ed4ccdcb401268a23bcd46b708b6560a3f2b7aab1a06899669dcf73499e101d584e6bdcc93af8b54b1818b3babf3a90f522c287245fe5c702a5fd1a98868f67a0b985dcd0709053491d9404e7db041d0e187bc7ab326a50b1b566e547692b5948f14bdcd780a4e185eec3de26a6a902f4663895a7d6178a841ff3ae486b5b25f3b6b8dce36d08d672c28a0bdd732b6eb230d94f66fc9edfecd6a0ae8c37c0ed177980dd05c5eea7670078e22d9395aca838a37f93c0f8dffa45e86d628ddf450d4805dd095abab66dbc018e8bdd22ae36878aa5144e60ef2120422777430f95cbae94dd2eb0307b277e4b072e73199d0b4a9bb7b549125017daabba266e528709b032dd4ab6f9af587d9afa1b6b8e3b0affe4f6c1e935f1050c0ebf5618b4729efb34dd8a77b53fc29c4c29a3e4ad4bb8ffe5866634d9ba0d617ef78174116e54ccfcdda97a124b9bb17591c359e1e01d012ec3c36dfd69c207349f92ab2aac5554e2ddb40caacff8ee2263bf594f807c44e500f8c13bed2efca896d3d1b4ba2a4e08ddbf70fc5ce42f6823155d220aeb3dcd2fca0bfe8b0fa24d5ad683b2e119d749dddc33331eb975a06eb0b14d354b682618cd62565c0f25985a24e80569f6eed6dde243b131d97e7319d95ce5361f0fce72db981911e2f48cc2fd8eb80acea3c9ddeae736747487068e7cebfcc96866a5ad531f3fee66ed5f7aa2aa8c60f47982ddf511efc8eb1d021b851b2848fa32810a1c79cf80388fe28546d170bf98e042ddf8c86bbf19c2caab2e45bba09f2279cb330ef828c99d4f36c25375d59b5a26de05ff1fceea532cae09c9d7d40870f60a6221eaf373219ccdae5d823e08f0c8de0a98f34fbadb6ac70ef8d41335bb524c4389499865a6f4bae8e1bb944a6500de2e539446881f3eed2e9cabe7ddee9d1da877ef67de3a24800c1a099eb1aa56de387be4f5561ff7edfa39cb2fce6ada127a62629ededb6846f8b52b94007e9ade58db74e1f0c79eac8343bcb87b95d0e325a8a966cd2282b45a5f6d3d9e1f89de5a3e445bb97bb6a905ce2f1bb38e6d39714ed439774e7c0ade13d6a5d9c273de6a2ad0f1621d940b8c90ee0f54fff3854f3570e570b4608084291f1fc2c41bde96c770f69fc23169fdc5d09cd50cb6fb26f1d33139dea0127d443317ccb2bbde9a243eaac01ef78faa0f152af1f4c8c8d67e7761b00dd4c11cb5788c9a8184dea55cde7dfc39515ad7e80d484f1a992bc843b5330dcd877186d1fc81992ce2deb1d4db07ee0a31e7b624c4066438765e212a9833c8e7f3042312cd9c087640dec233ac26689db14e3b7982421ae0aa15e5044e1fa41b2038096afc78de6ff9ded658516c7e3f8b01183892b995b8d669e6d31cea69387ca101ab86fed54c65defefaaf129d08d5f7cb4910d35f793af70fb68e932616c7ebb3fb52aa7a0e14df13b23c164f5425781a16b408e2dc826974313145b9060567dc5526bda2320edf1531b08f59490a66099ceab959e1a68ad3cf4672134cc7199915bcd8063780df17127585a195b4c8539674d6970ef9b3f570e89cc7af2455822db21c6df6a9df2089977ed0dc56b03e83a215aff29880b9e70345590d922c1d69bcd58288fedf210d84326ec444ac9bc03954e92554d696ce0d3e99829bec87c6bee215cefcdf41fd59e47b2c50007e62958a9d22dc83b09bbdee83ead717a96e0041e3b93ddf528e92983cee467bc83b78d9bedbb649c407157833a60ae97ac796db9d51cadf689db0c22d6ef126fb55b1ec655cd1586a9a60f8fc6ed98f1cad81c57cf226df6bc1069732d8f9cab0e30c53057ca7d8f449da0c85df86529dd8fd79b972ffdf76407cdf127af725cc11d3b6702cc18d81726f3b423500b1da43ae85796146df76d9564e63db8a8a69f742611895d6e1dcd3c6547fc76615198058df19f718df7c11a0b36af2aad3621bb7aa6450cf43573e621fe1e6b01c243d4fdc74c790df7f973e47386ac56ab13407879538b52d1073815aee87d48f73c59d660eaa3fdf8579f71b52eb987a12e535f1b554a71e9800cb44558de7a3a309ab77ccafd8df8c0a18fb0189fc721686837367c9b4c5da199de3355aa27dccbc1daff5e284df8cf55081cafdbddcbb861200b77b5181e7d0a923eef76d2cc1785c6061725fdf94f5cc7d3e269e4979b809708797c06279311ea9b0388b81679c4a0aa012b0dfa08384422e7166362a035f85ed2dd7ebaaf987a6579649a3d5341c97f64b32dfa7c60529f3f6b9a573fb67f1e716af2c84f8fc4865e47c9522ff6acc8b3228dfb99056effeaa1d88d1e706fbcf4eab413db4ffb258ddc006f722ecc32e800adfc5856987321d97b37eea3cb40167bb0771d4b454cf97f6e6ee7e8225133e8bdfd48d1736196d18ffae0593965fa835d3f408b39ff8ed9be8187d14cf3b5b49dff246eaf669b1d3eae37c78ac374ea499012a54a410cfcfe05aa6b46a1e940ddff3755e6b62dab5c4d8c8022986010450009880d75b27e02ea46c3786e45e0ddff63f8a25d552fe07bfea6392c1ad49676c87ec9ff996a25152781ad0cbae95e014af52ab2d53ae085a6f188e33d2b31e43419b6abb0197af0999154d94915ee032d2c9960c3c9474667027d2dc50010336dfb1c9fa29b61b759bb440fc8ae5e05385ff9d43ad6f86b6ad6d39accaf485345db7324965084511fc986b858471e068c2f619404e063eccde87cd98520352536f20737faa427963f321cdf56c16e083aaa2e7ea09814d4a685ef68560c50fbc37b6fd5ae03dcedae05ed4afa4afe085cfc48dbd31cd14541e6791ab18d8b110ffc044cbf17706e0680bcf6c1d0be08e15cb1fd49193cbec5f8b7886348eb0aeed0d5bf2cf090d2bb9f985be907ee09013226a975cea1be7b283685f4510cc560822b60ea7b752ad9f14d2866314e09cde7d9cd76fa969d3bf4670dc264bcd4950cabd7f0fb11f44b2e15b8992f9e0a2d4453d33694a5b61c4dd78ad286142bd7467f17f50098a894283dbfa8622e0cf28dc5147e83c1843b03cbc92a5f7ea461a6d5f3d017c856bc284b142c3b4e0d134a8e13e5d46b419667727e0820b8688a5a5bfe6ac9aeae3ad45766d3894e0e961f8c486eea8a5ea4a0ecaffbdb548daa20b236518a7a08152fbbe372264e0f487231721ca45212cf1e694636c0ce03584425c095704b42267dcb7bf7d7de10fe894fc7c9fac93884384ca19034330bd1efcb2f376d3c7304be9b00d2dcae119e8c9eeb4e870b9c51e8faefaba34102c99e10110e94b0e591e2897498ea0e12078024416a85183b9e12fa27403faab0fe0c5769bb1c9eec7b955e5bf38b9e12da6e2a9e9344aa000f308291553d6b4c5d40bcdebf23fca6b2234e05ab92ee15a399085810da1136bb2d5ef58eac66506178b045f5e887128d1b5fb2fccb9e1680c9d87d13216a4faeb320f26db5888742de5e5dbc214061061fc9c5ab86ee16dfa734e1ee28f51223fbb6d464e38aa3f9970691ab268eaa90f8148e67aebe18e9e4f2c15e46b9468ac186959a3b41865d5383b772a41de8a262744813a03e199d0359260f4763e91e78164e88e6b1dff7d3ca0bdbaf636c7fe80201d998fe19fc880f24b42eedbb5267c5542c6f500a859bc8fd43b403716d2f1b3ec08e4e1a0474ae31cf2dbbde68fb72bd618491b16bea42d857f938dc6eab06933d73ce1caee650a0621f1643ec7e7e16182f1f7f6b1252ba3141965543720f5d2a767e1d18fd9e5a2e9bfdf64eba7eb82f12c773d09a97b7c1a5a6fcfa22e109a15c0e1dc70d65d1ded551a65dfdafb4fa76c5006a8c414ce7fd62612417bb08a3513e1e52fffc61e773f5a7f15294825c14b932d9c78724e9c70ea94a8d41ef225fde2242cb6a985a935f6256d8c059cfce4eda7be0e17ffdb2cbb0a7528de9e7730e24b6f484a2c0b6105f4bb1c0994728655391127733fcc7c88f3990babbee4f4e2523099cf411c07745257eb4520a02908a9e7d68575541789b1ac52b9cf59c5e2543699c27282e4b31aa24907025a0129b3fe5b775b5defa13d604cefa0c39ee2562047eb4cdfe41ba1f79906aca66d4a97c461cecf1366a46f8000e51190d4e257bb9865d832da60d41ba5050f3a5a3f8da69aa2d3ec8f5e583d47c8ceb3b9e2623c038148940c47a70f06e27745d73212191c31ef77680e846133284ac740e280b560fa697a20a0f2797dfdb3016657cc6d68ef06476d4d95b3b6111e025de298487f0dec75928917043af08dba3488e19bcca9a269b2f4f79797375b8147e2a4ecb399720f10e32f166134a076299a05777d55f51db32bfa93e8b0867b33e2a5be04a8cfb503b9f3be94ea19e79189974e295df4f2573197d22b5ab1a70ce2a82acaa003d2753ce0ff0f036510ebebe80adee72c9ba7a526addbcdad31bfe2ca1c80db3a496609ccdaa62582118bb135d0405189380835f5ca8231db2d35e2d5c2d504bc796de96e2a240bef5c6cb5fc479a0e85c8c12ab245e4164d0a6ce2d7ad19cf6db35bf02df942b23859b49fd9baaa926499a810fb4a36e1ca532ee2db560201357f39e186fb9cfa342ab784b666bf4809bc87ec72999a2a00f159e2e3b1bf3b2b0c683c52f4be9ff1b5b90b1656c55fe304d775265283c5e1913ae2ea98c6b9e9570d0f6243077fa84a9f9939a09e056e81e04642209879df4a2fe3196164b8cb139356a7d242065a4c43801ff908b9a63b9277047815e3595ec1e3265ea1d33db778ca864573172db5c17940d647bc7997131af5f2c57df89d71e32d07aab3f3d1816f2f40f838d837b2b29f3ff09bcc2163b0ac5eaa48fe8d00e3459c2ad0da14aa49f27a335e4db18e95503490c615a5b60846066cc3775243e348319300480d670666b45e48712a83df76fe364d19c71c670f32dcc219acb0e3491fae0159be0b9694e39b67b2b7d65fa6cbf9b52cfd1a492e263b8dd3be72e3563c5367e0169d559d7cbf34452b0835e5a4431bf538321738a8988bd29dbde36ff927db3fd3f58a5fe638c5e4db9730195d243437461aa34123845bb05241e372d0c5359d3787c7067b9b30b237663dea3947fb634eccc3f979ce9f6f1272e37c82b841ee031a811ced5598001b05aece6a4ab48ece8650c84d1d362e0a3fe37e8da20e6f04e295c7cea59954584a292a619b86ba4c23f456d6f1c5b78aeee37ffa343242ea328ea2fc7fb1172c0275b6ef030bca950c6e7d7ec2d2825a2de3a833af361909c5e09ea39bf83ed3afa51aff7a3f3c5ec0e6c1a185cfdebaa9e3aa25388facf722bf7904d9b14f6c42e63d564791e168f38b21e2b3cc4bf63ce3d9014a9a71afc7023bbb28356e4fc76a05a66e595a3571dac750dca0c4ce34e3f47a677a42ec74576e8c57fea226bb63de274a407b54e7c8d6729f71af099fe42a6bf7d34a2bdf30facf7dfe564c81be66360995e2c7fc04d386606c492a48e43fb23610ad8bfbc347a77d68ea6fda4283eaf1209f87160b25e3f9b51b4c7fe440a10fc4a5a1f2fc627589101e8d1c8128467f48505cc8af433921b2636ec0e44e152a4e4a67a79daa7d590576cbe2b5371ed14f68252e221241069758e42ae4af82b73aab72ffa0b59b6f4fc727061f3778be39b4a0e92979b39117fb6a08e4d13f776bd136f28dc08ca3282ea57f5496ca7697ccaf318bebaa13bda8bb91e4e6fb8efe1c35914ecbed62f037d9b355771b8a12c02a0129da68092bda9eb2e4e915870a2951b6e04eca6b07dbc255ee15349ec9fc4ab04d9bd15cccf1ea56e4ebabdff5045e31b5dceec30fe7a875b2ee7259dea5316db377e6f49206b174e4ecdaf8a60288269813437227424d46d3751a78d903d22f4439c10cabf07a48e4f3102655e9ff3ec82b549cadf44bf0f90515462897b32c0304603a37ad8651e4f8e4fac7b12d4684a1088e5aab0b51e954c6b76e0da61df5b77b8c8fe3c108e5035075c0cf85fcb97efb0d7c461ea5c510539e6128e34a807dc89f1bb5410de53150d4789c7a9a75ed06eed1b7b13b0567741c533784d7e9476e2b82a21951e531e2c67267a493915101d720790567e1d014df35f9b12e68a29466b0ff686de53b17bdf690c86ba220bbf0f4b2b10e573816a1dcd0cb890e8ca1f4da6ee174e541dce80483f86279974dcf903b28756afbf93fd6f35deb24cd43deffec2665e55ae6c31225bf2c7a66af77236ed89435b230448c2a0e192f1e728578aab650e567d6e6629620133d23e0a200f64d9c29f0dd421c7fd708e1e3855c1665f9b1e5884341f8efb277838ad9774bb04859f8aacd22f7b4e430641fb4df0c1cb79ee594c07ec8d8fd6bed163ab5a30aecf8e4e259a8c3af792ebe35203c1080e494e5a36fca12c619bc6f503fb99686fca90244b8934f9025b3fadab54e3a28ecb2e5b27ba55a0cd8d38c55864a95a30ef86b23488785545d045ea555ff0054926ae5b7c485125b0b16c6b747aecf06a5c2d6b121499f7af341e8344eff3ad38acee5b8f055099e5b96c77fc318baeae6792dc8d5dcf2f88af398ca29ade41c9b35e5c8125fe21142610d63ffad82ebd118ff3ba3f6821b70eee6d77688676d2d2ce5d3c8fd5f8dedbc22549b509c5d2eed9ead6aeea6380e5c33c7631ad95ed4fde5d440690f232055636a48ab712e9721fee2eebfdbb4095e81559cd30de3be73e5e2b6f626e47a8391b3155cf5dadd4c7fd206a090a5dcf0a24b170263755ba4e5e6118d9efe3b6de5b9a199467d49ad2d36e11d9c150b6e0611ce04240f8f5be5e901a88e240ac10c83c2399f3225cd56b6d9fac294d23044326090719ca816e5eea85426b2b925d1ed06718c35c312a2ff790a56da8c1fbe9948a974c805f0e5f6d8c83a9cd03c876b25b7181e058f9bfb91c2e4ff1c2028f584c231b2d32ee604708e498cb875988abcdc1c6549aa74398eebd45d810f1e840035b9f4e55ee61a21819ef9dc63e7784eb0ae64d769d4476541044940ef2769dba4ff7abfa6e62acdfd62030554914ad32d32e31ed4cc3c85384b6f7c926e462651f3204974e62d5a0d93cb8587f248ab010f46ae201e7762e439d1bf1ad37852eed7e3d663e6491d9f30e37b9a0718c8655144e4d020ece7807b91b07e614b5c2dd6421aace65d28357ac62102fc55c7e24e5be161c039bb7bddcfcfc6d46aa99b423050fae66f1055ad9cc8db4baf986aa6da615794c59b2784b4101497ce7988b3ac59e8e69b973ed6e2402d9c10181e0515cfe41dbaec013d95e60967f2845f9af0b3f5e6a4141c03f17b2d53502b66a3b451fa7013e406d4eb383769212a49e5ede0a7e6c936eb114b6bb909eded8c6fb48c987941bc7729f6c47d5c43090ad1f2bc3de6d5897ba3b68695bd6f03d7b6676290558e959c68ba3689ff96584501928d2ee6d8db5289756e356a9a8aa9f40cb80f14da4f00e904360a74ec75d93d81b4b4e6daf997a73551e6fa25c79b7cdf828ea21ec159b34dde1d5cc94abb619ee162e6f61bc4c1541fcae0f76a9f7f8f158fdd62476172b855dfea84067e951a6f5ae6f62254c9b7c57f0d4dd920072be81ec21f1f9a096012918817ccd4674fe56ce6fe3a161094e6ece2e6f86cb37d7331a40c694a6fc45a9a3377d4052f6174d8e73f5c70fb8e694545cbfeca2c9b3817b1ffb8be2913a254c5116e2cfb8471bbe75346c27a94c8b24d52fdc35733c3d25ccf16078c80e80dc7d771afc4f2313fe75845bfb08d4744860e1f66b0dc4cad53c271858660d61c1f098094c8d9b716e782bf45c812c304ee243e0139ac36076700adebc388bf0f5d3bb5c56c88aca0e78500166c9a2a080dbe9f8d8cc60a259e4527c874fbfb46ebe0e49d868df91ce785b61a663d3fb19e3b5ba794e925f3c2d6026ad7c47b126a8b0cf44d156137e797b06604f95765054a125302929303055a9f77eb6bec58b9badab1dcf2d38de79ad87ebfe78b0a7dca40993ddee1dc5c59b3f159c143aa885dc8c7a2e90391e7a202828086d235111da0b9a20b17cc63a75aa1cfe70312b00df6bb6c0bb659e7a714c6710a228e1629110a0c8ad1ea53655d9ce9017e12a4265e768fb98a77e7c59c8ba1b48b87767c101dda8685607a60b1ae84b2490f7bfb7ad4d6438039e7c91d5d57aaf2881b04ee39d58bcab86f7a3d1caaae9970b372f8c4f3fe370ce800a3480a287bdd533d1c67e8b31daed9ffc2896b796fcc1de43ffe9495bc11e810bdb8cf38d587a5d07c0542dbe7924419858affe6ab31988b339cd8379adde819b6ed06c5a39de981a20a3c597a27b1c96aec589cb6bb60eaa1660472a551e81af6c8bf90d334ffe1fcab4d861d46012fc72dee660e9103bf72933a434b0ae81bdb385d939b50590cddc03548fdbce51b6762c7dc3a923c9e78dda2a6d458e81f82c72c73e8ddd51a0e699928b136e8b2bf2198fa9eff19678cd18ad16b38e826a8de5cfaa52d9bd2f50733389ee5b29f6bd4186e0290be208dc919cfa30fe82da2c29b02648cb478f86abd8f1f2994a3646d8878d4cc81dfbb158712eb3fe8390bddb17cfbbe145821a26c011bbd8bb706fa25312be37785e7d42401ad35e84aed636b1021d49be8934805e646bc664be8071abe96f6ad8dfb529c2448a4e8b41c5a59eea1c1800a7eeddc502ee5ea78ea9c8320104ed7fdc3ae28b96746e8f877f740e8a9591ed4cc1fc3c0615f01895ecbcb66a4a25eead1c228c40d4fe8fdab0e3ed7e8b8ad2c93d7050e0883819eb90f9aaffd8ff05c7112e711a79ce917b372ef2a13b390ef84b3dac1be4c13966c66a2b0ad8ab03ca0d5779e1805e93bb73fc6e1bedd9ab564042082742dccccfc38651ee43057138e01f87ebb2ae93e7f3c202ab1ec3056f7ea87e7e5a3e4a9d80034be7e8fd274a113b5fa5589e9674cf3519af9a206ba8ad2f9e7a3ba1f315ad26b7478acc32afd9ab8358149e984b37ee3bea5dd90b5846e846e27b4152d9d981d1be784f198d28956de3ee7e988a21207da9bd403725d0e1f2c3f016928523bbec0bd907dbe983e1595d6dce99e51562179767063cc925060a019882d069e6539724a930c4b2774c5cf3e3be9aba5fac4a7675aef9807c1fa8ceb43dd1fde1fa70ed44aa06fc0e92a5ef1a2e9c9b03119964ebb4a02fd035292e169c042e8ed8ed44ff5d3ac021942ccea56e9d768b47043e925e4e25aed967dbe3da299733cdb949fcb5b5ae8230c67202ae9dae9b01a1be9903b311a45943f4963ae5f138086e6f0900663c423c588d14de9e89e2db55b22b96eb345aa2a39879070937f3ad6635a545cd7e79b3a045fbdea129626236051b80a2e092e8e4590ac40acd18e2efa14a92545b4b867d8fc88ea3de19e4e33e4fcb83ebdecac679c7c9d53284616d16ac7950ad9d53b9565e8ea58ed3450a3696576d8fbe6ec5717df12736fda8bc54cf1ad514257c31c62a5ea65b878fe7f0c0407f141ed6a812c0370a472f10105886b956a56b06983c916ea9bd95dc841a62294a591b1973323c07120c686d61abe292b06906c00233c39eaac13a522cf95fc93f441a5d97617d5687ac44a3e418e7183e457df1c267a55eaae56a89ab5c6150a57388f20adb2608f0061797f117848c3b5b912d7a063e9eace8fcdbfcdb0b5db394ffc38f15e5ee75da6bd1cfd742a66e625cbfd59451ceaedc635f03cca6013f05718ff18b268b5abcb6a3067f75f0f4d86fcaad1544aeaef0a70b2850e63c2895babf9c75f3a45282e299326242a7e18cf2811676693eb03d83b9f978763a9d700cca2b8b963e2f765db3a48623e5240270e0c3dbd76eb0e14403529db080beb11ee79c51726a1d6ab938f868b0dbbb69c3bc4f0d326eb1e1ec6d89bc6bfafd8bbcd357c56bf7ba3d7befc410d726541460b7a4b0560eb22d93fd01bdf1c1845acf57adbea639d521e8d9c7ab1d0cd9ef32e56c77e21eb36f8986b3895d619bdace9ffa7a0571527d07cc79814ccfd977266ad48092feb410894b92eba79979d61ff06e9a4b7922310919ace63c17fa2f0bd5e53e1a7eb41831dfd5f9ac8df371cfd271b68036306769c911f5dbdd4231f273ad97ad8eb4bd76cdfe03ff7596bd2e9c53282070ff31dc914ec573ea7d8f42d884df50feb50fb4e1460673f5c0ac20b0d4bb6b4b98f00f0df4a3cc79833621f78543a11eb572a960cd31caa7281131b97ee2d1536a266f6707863d72c7f686f4e8349f7eb5bcd5cdf607fff6e42e63708018f2410ce872374fd2253ac6dd0da2daea743eb60cd1fac02c98ace178102730fce45232928bbd8f4415b94689927f9aef8e7eb7ce0f96b61074fef498aee68dd394100382812bf3fbc4b0ab5f68d1ccda0b8eb805a4e74ad61c25aac1094662b1fc7a0910a1bf54be8e1b0fa9db7b09c62afeba44c444c39c63493ddac4ad2e695dd83f543eda66c45123c61c78885eff6ebeba56ce307112ec4931f7a0cdacd085d0abad51a89fd3a9bc27a73006ec4bdccebb6ff0cb00e17133eb865c55b3793d2174e4af5aa74748e7f40ea8e60b6325aebb9271553a756d922ea2a891358419f766b9c4f78bcdea1d66d644646c38566ebd2612b87111336c805ace7b3e5c1f7297262c63494cab267b4a97d1b539378ebdb7610d6bb0c9661caa9c6440035535316862d92ce2ac35ed3858c5c77b207ebf0add2251e136030048ab8aa95766cb7a1b5130d06ae98980a3f11bf34c9bfec0f72d68d149d4fa96ebff55f34c460852f932df127c0ee6159497c36c6f290ec15605ae20334911ea80abfe9229eb16c27c1e3553879ee6b536cf6d8b541c6ec28474cbca6382190d53c7abd4b721716d669e3e1496d5687652869430c78f9ec2f033f87bfa8024f91bec745a571a1b2f06937413a8a330d94b398a21b9d3aec3fb0fd1e323d8b042cac2b291dcdccbbfed36ea3679ab3bb33a90828b7eea1ec44970bedd46188215f798181fe09c2519356474b89b3d282bd9a73761f40d6ec4ebacbd404f900e57d418c76b3a8c341be9124ce3dde30381651d76a1580aeec6090e5a70f161ae6cbdc39f1f795385261043e72d55a19e5ec21b4651025a9ec641ea175482f6c2bd2efdea0e2ddd4eed6172e0284c3ff49368af128dbff0cec9b8e799752f46af2b70a4da2c7f8afc8780d2e7388ce82f785e78fdfc18c26ecae9dc092a279a5eec3592318a8c7b3c3451c09b4e8390632bf819e9ee40b84ecaf03bb1183766e6a732c5f597b1a6b1395985db5d99b7ab84af25e0f7a81eaecb77b914d8efe18c904fe39186c2b3a41a2ea157d30a49a30c8dd2ebd404c10ecc633a26c031be59b94895cd54869dcb5788466ee4c6c2340c5a48b03e5652becd7b93d9203bebeb3536f040a68d1b1a2d98b214a0e7e18e1ba9e90c7a1c9b9ece1bd990cc1670dc18479f475430778c4d43b507bf319b30b6bd8eec6e9794dece323b568a02e981b9092023fe918f57423c9a00f8782a322fc91eb7a296096ecfa52492b8b5f2361d8ff705b6fd7f17c27eb3a40f4eef3418faad70e7d2045ed10c3e9a5ac0b32032cf292a102c129ba9d93770c5fea44ca89d4b6a712cd82ed14ced4366a34b03004468a865363f622abb57ed6d647383c27f3c0887f04deed15b980831d171eb3bd913aefc1a88c1d4d0e05c436a9aabf2feebf55ad3929ed1c4f85e0e3dee1aa19de5754c18d3e95cbfb8a8d53c1803000c93ba7f5514fed257f24034bf0fe099d9cd527dfe0cd957b2907b2b05fbad2c2c49d8e232f71ed26f44fc4015bca0bb6d1f74fb922c2b2e62ceaecf46c3f326a26979ddd17eded2c876be0bafbe4fe9ba5fb1724743317dff33f6959cfb259dab706184f861fed355d49ffe7037bf6a605ce17a39ba483d99a9158824ceb6cc7ccf2cc232c0aed57d34d620799a958b0b37a702927ec9546f197e27ba7f4506e0569718cbe39ed6fa70b11c3ccb36c35ca7939f24d628626158f694b0f96e816756573b63c25ed71d1ac1d361e1cd9fe49acacbd46995f119182275195371d97332335584eb8ed784c2bbad696047d0967546ab0f42cde29300b669c92dbed7fa7ad3b37703eed834479280ee9ba1f2d73271dece3061cbf23d69b58ccde89ea1fce86953ebced928fdd39c8124684dc90f0b190a0caf764c8e31106edd6b0485d4065e95061ed99798ac59d2629d4a7fcbb30d01f7829162fd26ddb851116cd72d9557a15dfeda895feea058406bcd917269a95b95b6a927d7752f745fdb781a576e0179de4edcc7bf041ef84f1f4478935f646e4bf69099d18792a64715d9c4f8ec858133dedf93efd926a2ab6a1ccec9aacbb650bed330ed6709e5de6ac4c81d87d9e601eee07d460810ece44580231f3a898e4e7a2d8b993f3574acdf69acd5d63c68866ee0975f84a3066b06a00d6819173ecd05a52897e955dcdc1b4df2ac30701a6dcee22db726490a0538c32e91621e67b97d6a33a3dfa4e7ae4e0efc36786261ffeee249746152c8d6c4beab8892fc38d39f67adec39c75a01dea1a0422d8641b6dee2a1adceee4ac58ddcdb9185b49167c9519347203f15f109c08785382b40ba9ee2a74c1968008db035ee726f0c62fca5c0524ccd2ea129d725c60cab361feccee372580bf65c5b1435336d5ea80ffd2c7801b10e868a4322e5e0357a877f190ee5f4ee8f3439cb3886edc642c79bc70afbe55b31b187f7eb697c93217caa9f9ee77c7153ab58d8d6a55ca2fb8aa74234c13ffbf8e2275e27485e20450c77722ee8510b44cdb787cef28042e617908e2d1ab7510cd23141a9eda8465f79c9c75ee8fc7751649e518063b6fb78fe82c31f97bf7985b7f72d1b83501e9b662a82ceea0f9bd890f4232f314ab122b59d4470148e9f5bc51e94db715ae702bd6ca69eeb3c73204d176431014b0ad0f92c6196d929d2ad169fa9e0bfc514c43b74838eec052764aebdc6a85c3046f9c99d7debc6632524674bd03af85097b0b165b4feed662ba349882ff3fd501f8e466735ec559dad9000b89a9c1a9a2bdc05ef712eeee25fc6d703206585b8f6a5f610247b785b9d0e28576bb40de3291ab625cfeef00e6199383edab907e2a4ad56a0654d91a77b73f072f99638367978b2965d5ef13ac1ff8f65a7e26a271bbd94e37d3f3205a2ded87ccc9ce148572f5d12445ef181a33620aa6eee64e796f480eeb4e846d51fb1fd17661fd4eef2f09e4591bef217613e29134365d33ba5d1e1ba3eb0633e8073ca7b59dda97071493f1b594ef3c87192a3ddc74f385a1a2704591064b1e4cb602cbc8d65b9c4d7278062500ef62307171acc482f5ae7c78bbee92eff13aac905fb3985685353ae155969153ef6f32d2be50ff7589415f95062a7deb7ecaf4820f274b170539f63bf4beff34ef81d6708dabe40a2b3d55af4faa7dddee853616d48a7c19bc89e8b17d3c0f79efadbcd6894bee186806011b78deab2852e1eff131caf53d7ec550e4778d17c4efc2ba0554a12bb7496ef6990d7bb8e31f4deb99e3f75ff0e0bb9860330f78afefe4348795164cea02235c72b0bcd4b9461619c520228b2471cf63ed400ae6ffeff8ab43f1e24b191d6e410c8dec084f5d209960fe6fa7a68a439bfd4b81a682f005c52e88f91c9155387585b19b69cf19c4e8483c0c0e705368db5ad8b07f2ff00d2e824ff4fb7d399e66020e508f6b058d9dc86ff8d632122c943d417d50a8f0230d7f35f36b05b4e09b2c50ac44b72b04aa3e4abbd43507eb94a7f96e80cef02e00558e5271cf6b2785be169a149ea80202695f692c850ad147cb11f42b4cf02e0d0b518a11110080bd251b0cb627f379f3066d1c965f98dc23ea3fdad116f0453100abc2b220f73793a5356d773e5a07cdf9df3251324b3dac5e4e83dce2f071a408d9f3a4ed510af44953847d560123ed4e373d1f89eac9b78a35f805d4f09e671544bcf2a93e685d33daf00a900f305f05acd18d0fe157678fa2311b2af0a556c1a690f0e5c1464950b4a4a00178af8b66ec764cbb40e8d9c4151770e0f0c0eec6523b4b98d8f8cad1c0fa52ccf15b3a5bffe62a77bf28e63180aa2079f0ce076a4c33cb87b7648427adfe56267d6c9bc55d644fecd167f1c656a7e63af0d3d935c5cb6648b5a4417e6c21902fbb36e479d4b69eee21aab95b5e18a649f0d9b74f33c708b345d8187d7b98dd1459b67aac08bd8c8f8d8723a6e2f18040f0da01f65861cdb05de7e2282963ff6bcfd0217e73f37e181068aeedeea27130f0dbc195583f38f9cc859983e0074887db692c2b7805fa0cbc1bcdb50c8c5345f0e5ae39be723d98235f7ead5ca32f53cdbb1dd906062859432f232fe0801b44f0f45e3ea5367f5cbd1fbee3e256bf3620451fe99169c72ad9582ca4902fb236f101ffdae0d7d7197d255de108768809a708821a5914fbaba80be13c9e7d1c5df11d38e6639bdc343d7d8c58ed6a1c28093b1bdfdd0f77e38167ced6b82c5c52f1823006a908246bc66f88411ead857bbfb0b886ffca3223ec98616daa882799f1835923cef24faee728260d0a30d87b7ac9e380f6c70cfb37b9176ac7e1bbe5f1a552ba769295825e30d2f5173ff8324468d934865347c6385248930165fccff1b834da8933c57a1a72ed4b2cee49de97c54f65c078a8d19f87f3697d84f32ef1cb6b51be0c175f17ea33abb039088b79070a02a362db1d2d35632c52b99612f1e88d33a3a7c5278472b4982e5d390e63cb78b7aadf9a5939ed5c137ecff318f20cc2d8c466d6cac6c7b668fd6a7d7597704958e570e2dabecea954b201a785f22fd3369d468083198f046bcd5486458f3be61148030923dbdf9bdef688cd7bf2432756dba82fc9e9485f6e7bddd44657d4ea3f5e17d5aea205569fef088b20f24e09b1e1bb132dabb2b26ab99bc713731a6a68dfbd43e1c899aa49f9ebb245f262e49dc1558b61f6c8d0cb3965d7bd52a7b207581d873fe6a590883108b1b5f26968081aced295fc8358bc54f73980a580dbf245df8ea269f0079a05d18609f276b2959526b23d479e9fe9569f6b7232ced74335b6adb8cf6df4ca7e717e8cf289b1d804060c133b726658e185b8bd936558c874a2c5aa2e1d2b5ba4b5a3fbf28e11e592a9487b76faccf22e2f737c55c85ad3c80b41a768244455b273d3cbf2ad1b01e6fa49cd7b270031c1e3e2dc118c98e4870472f8aa8e6ba68a44dfe4f2c261b263c9f6b4f6236bf451626d0e28f6b928b7a07b69615ea85c76ecb74af2d64da9944381176051413618a05fcd7e826ad363882c31aeee8c460a2937dcf2e4a9be21e840a598eb09d36e9b88f7164b5e1224db0feb4e80566aa1fdca71f2ec604a85425a9bde85884aa28c9558a0307502a60f39a03ea521ae89763192f317a0ec761faaeac485af143ea19baad0a8ee2604db449936585d6010efc73df32866798fdec332fdc9d0adcf39bce06578dc6b7aaa0542fcab34dbf21c3608f3480c79b71e2f3d9edd751634bc5f63a607b58509cebf278e9104ae4d7c34b3f367453b2b5c19b92948d07113cfdd7b9d40c364587b6132d5487fb40b3db7c4f38547cdc836436dadc53a1dee7cc4d22125a810e285037038c75567f0bf8cabf3928f02eba441e74e88d579fa716fca8523265d8f236d1256b0db95ba72c8b9f3a6c2d44ce13da6d6366d9d7a5168a819b45a88eaf6f29ce081c117d1ca43d3f3ac20b50fa8ca54afceb18888e56995bddfa0506f6d5c44357ed421c08584a0f3d097861bf9c3f765a8e5e357895f367c9716542ddd3e7bdc721d430acc3db1f3da6bc8c552648c6a80a63613bf03c4f49e5419e3cfc2eb11f8ce271282b3a2f3f992331348ce5f6378f8c54ee3029e04db706ea6a6787b7f015685ab8240d3f4106621b7b7442e53b0b04a2fde786bf96e5ab67e0f71c6ea364cea82a824d4f412af883f7b494925f5269c908112562841770eaed83ce4a9bb0184caea8d63f424d061823da5b8ae16e804b5213343b9500359ace2a12e6325c7300b623f4ff4294ded9fb499fbf8cb5bc204253e7864eb5d3f5a8a1ff1b49d9e31f58013bcf4357f8fd9ce71f629958139572f60afe76b57e8562ae08d5f695f2768ca4d61f4435157dc7e4bdb30b1587e441ece3cfd11a4cd123ecc35eb4f21095527a3f1f44961d3b4392b7fb67fe58ded36eca7da6646c903a337ab722cc1f53fcfcb4ff45093d31ae2729f286761eb9e75053b598852873ee8ba761e5cd9c23f73eb6bf45cb820b87ed06d8694e056fde27cdd90a5009989217fd4f4d9967f5836b1b6f461aa769b2f2519310855ff4564a0c85f7727b1dea297b6d74b4773b32a3c76f4752e9880f9ec11ea149753b2cd41600aa40974a7faff70279de25ccb912b26f491a12a7534aab50563091a7b050d988d88861df6a4f5406c280c32cf75a5dcf4ae2d56b004fff092ce0207e21c4acb8085a27a95d8a7600e172a122396e46af4af785ab6c926e71ade7b08430d42b65da28d06de5910e123f03c001805215ff4bc4d7e2889aaa5faad6bdce05f8d4de8d657bcd446138269895dc80bab16d3f4c1ebb6e569cb8d0192a142d9dd6c40868d6aeb21eb03004082fece1d178b03f4c5b201028e33f7b487b2707660f17239489f0b8328b663df57de8f4b228524f4c647e090cfad27b736dc499d22f31256dbc99c3dabc230b9dbfeb5bcb2f11af4c7f30cd71068d6addd863c65314ca22102d3b304f8841aaa8a44a44bbe9769f4cd402a538cc4985267d4c97fba09729013b8cd7a02def7322c6fdbcf51aeb9f4cf95ce4655f61185e96c7480b02ab31367aaa70eebd05601e298b2c3b9c7cbf4d7d4dbac83a3426ac64c4e83f902685a01eced652593442789c7fc477d77eef4e545cf6b2a1809aacf57d88c6a06bba17c8195c24b2792a06cd70110c8883cf4edb28ad3c7d2ea66641555c8c6acb6e682c9c85ceaaf6648dccbebf6f77684f51249ac499add77df64a61d3422b0e98697d1e0ded230145fd511eb68ed5e31f514a0ca2de563d60c6a04a6487466ddacd33ff3e1ca4429c427b7d66863462cf534af7c69d3516cb070a7ea1174f73e0bf12505791da3a8b2e43150a56242fcf55282fda681f45b427d960f1f0a5b8cda1edc3b094932710be8911e55d43ee5f56e29cd84b8ba497801b4f1b456055624ba04cc5a3dbe9471c5554ffa90e063f583efe60ad4c7cc34900d1d27529f320716e438cf46283e461cf084322094ddf594c222516a36bf68b317eb2715965668a6ad177ec619c641641892ba8037dcf5a6449a106380c9dd41891ab548af7a79ddc04993edee03ea51e8895d911c6ff5d2253cbbb0444eab4e03198bf74d9e5ef3ae5ebabe2f6a4339f2746296a670f60d3ceb2121648e659f70f51cc21ac2f6141209a530086d7a93c3c71798e925f61a021b4e18fa8af13a874a30bcb24c10a9f0329de6fb224cb1ede2af9c74c2f6253e9c813a31b88f5799b552bfdad8128acda9b0c20551d46982f17ed55e47f67672926047e1cc83ce53fd80b084a9c22420e1c132157c82a83ee9f50f8959f6774dfc575bfeeb20b4df0149cbee2faf482d6a0d25e84492b0b3c9141f8880f6832baf5034d5110b672ebde09ec41f7bcee1cafe5e579cc42f211b5b71758ff688cd5420ae2667c996d00d032e85c43ad8291da751d9dd378bdda3f0209968f6b322629f592856ddd157cb7c2f355bfd0872f0c9b72acfcad04d96dad46c19f6babf72e1fe126ea9b67a195784fa6d3a66f84f2679281eeb48dc1bb4e3d4f9f6bb0aaa235f46af443ab1aed53149d37d55220048d8429f2660c638fb806d10f6c82155a163251c1105725417a09407eae32eaa8d71837886ebb9049e183d00f6dad422f849e03863ef5fdd3ba26be036bdf9521ba4728be702453f7b64c2c2f6dd475fcd41949bea3702a9bc9cc363302b9bd95e45cee96831eee4847bebf3f7023955cd2cb78ede1d256b3113580c9d030d204c6316904eef893bbd3c4bcef7067b962ad2fa19196b934ca40ebd9ccdfd96ec452ccd742aab4ab82e09ec97f707bcbb0f1d2ae6ad815c359cb5639d25aa61fba4509f54c19b67b30478c8bbf71d3d97dc7c409420d483c4d95caf9b4856713218aace7635c26fab9b2c9900f737fb49d1b4f94587b3a399c639302e424165b5343e0b8f5d79fe5382506b99f73dfc3969cef06643751d096c36458023f15a742c17233c8b1a4cc7345abcb4f75a3c2602c15e8753dbdce88e56c4c03fbdc0ba5286c38a0e14a55d80820984f7decdae36ddd8f4bb52be8ad4a40e7a86a4388d5c7f3494f9771fe6c4638b0ef7df798ebc80dd739698f84d99293940f38aa3eefec9f08a32ee8bd0c1d82ec1f7ea56fc2f42b0ce63356197ba0d521749a0473e3f15a3a8e7793bcd2b9afa89f7f427f90807534145a6443eccd31cc6de717161e75f01cacbd8884b29f441baf82fbaf3b1595180b03ba523e636cc7963e4c88cfa1312ca97c9086affdfc84cf832a9cb2d5bd12033bbe602fd5d530eb3b39d2eef07e35cfe059f30d794a3d5f8422f0ac96a01937a270361e713fff418b8b7a7f8bdf7d913d51346f0904c1af8487f2d12044c09602470312f3e3a7297fdde0756a0c7990c3d3d7bf0cd4f72f8520edc7867d34a390547303e7ad71b6326f6180b49c38662347ea82a4caa51f8526b67210b1e690110cdef66a66e622e2aebcdceb7dbd8f0a21624cf6777cbf85417ce0ba9233b3fb2da6016d23fd0c93b228ce841e4f6597c9dfb97583b75f861f416773f6f6194e6ee624e248d06b26749ccf608cff4f52bc70fb7e1522ef865ee1afae8e0c0f470740bf1b5d6e1a388a5c93a1aa4066027381cc1790660f895a5778957f0f630e3dbc850b7aa520386c687b2ee5db150f664abde242a48f89d0b390a3f9a677b1cd1f701a5670b73fb0967164fc801e0589e0349d8236ef8a4a82146042359c8bc76227ce93ae0ddaf4347230a59b9455b8291569f77cef8b969a225a82d2546fe00ebe5c01c5b986eee31530190618eb1d32bd2d3e45df8db42aa4532d87396c58e29963fd49f8d13cc42b0091eeea42a15e85a9c4ffff8db926e2b8f7afc60df9718ddd7085d11a35e8ee99124bc649b67cfd24766bcf8e76de4b04738b2407e6e7ff3f13fe20978b6c42ad5917808bd6bfbfe53018bf8eb9eb539c0a6b201fa945504d75281ddbc22a54549bc207b86607ae5eb2484f8eca8807107ed10e6eb5a3668d6b24318be86523da6133848a089ce90d4c93cf8edcd3e021be61379eae879e53df4fb20f4d883950fcf47f2d5d3a917269891f8ee30fdd42a97b7b2fc75e30014758d0d99e62b4d0a4dc6bf1f06d33480f866f9045f9e4d4785e0e6253271b9e5be3008e82fd2933a3be585ea65e457a44792f910ca88dd50e4c42cd4f64bb494415d48d4faeb25e9f3fb1ced10a641f5e651f94412e6b4db9e1256e89ab97852420e427925c468d15776b3cec7b66dd87d6ef9479f942e20d583bb6782f93fc283d072b0d0a20e6a1e73245f944426d697bbf948abb2e19dad057325e2fac60376fc782d10e2e8ee23f5bfbc813f09e4ea11f954a5b9b435e1ab29dff85c4e700e9ab1b806c1031de85b8ae1143ebbe426acf95d8c9106e28817f73a18ff9cf82ebbd1a5d78784a2cc341bf69a9e558b8edaf9686e6cb190c368c0c8caabcd6a46ac2a2a1a8c06b5f357ee6e6672502333caf977d6a224d8e98fd5eda1c2a108e6a1983304febcad4407c75cc85ba249a380f9979777448d3d4f246c1add049ef0efe5499de2393c80e730106f78e9bc3e13f9ad4c31a0cc1a3f96afeaf766e85d0cc5fbd0743210d08898e8f235fbb2fa03f9b3499876cb17a80b43c028aadfb1777a699b11a543003338a72755881593e9f9b524f65301aaa228d45d34e250b6d31595bfbe6355dc76c5e1a2ad9728af63f9cd84c9affd54cebdda90245ffd83e2f5aea553f815eaf189a9f181d08ade7cf9d07c85e5d96ed3e34493019d7ebd0896762db33b2688b9e357eeb29aa5300ff9e13be4e937cb0b2291164c7ede85bb4c45ba602119e0296cccca9bfd687f4cf9eb4fd82fcca9338dbd047a348fce9afb433a55667a5e155e476ee7f5b4e313f9ec8d2fb77052319143faccac321130b03280084abdce8d0f3cb1913ab71d5ff9ed4221732afeb9c36caab07ff636c7d5d822515ffdc8b9a932ae0fb69a6137f9ee3c5c557dcf220c41a808b4b273dcc23f97dc433987bbd21ff160c272abc8f9f0301bc38989cf05c3eef200e8d831bc02d679a369fa4e01372c4e5ddc38e4f9fbcfaabe8efc98ccc413cddc431f912c30319b53cdad18e72d80619c16bd62f9fcaa7059ed787b5663deff6f80f86c4e47a2717f6c6b6287a1f9f10fe1a661fa0ff2c3b1d49f877962d01bd640cb59d3e4d4284a357dd7b8649374604d751efa18bccc0fc6821180557a5be7ba775c3dcabc005b0a4b8d6978b52d623eb4c5fa2c0345fd64bdd294e00a4edf2d8eebee00b4398d04704d302b12b1bd7e309ffa3a3672c2bd63c9cf090385e2687b804d5cf3b6d2cbd04aac9a2cba6b0d3ffafa4f1a2fde866685bde03fbd78c88339bafa0d085150400def14cc1abee1c1fbfa53d27af3bdac0ab3c045b44f8c93b5c777462e50f9ea296e3eb3f93cf1cf18fa5707a8ce1c5329bf0887d05fd75db5e6eac31959ff618a276b59b9add9ffddfa5f6f74eb72e3a329cdd643a7010393b9d945ae490bc76d2fbd3bd7efe0eb67fa67bcc5ad148e8bc6b1d2e03060fcaea3385ef9f9ec5c82a6c68bfd7e0e96a0fa7e924ab1cc3715246b5373596d65280bb07c01a3822eb890c5b97a5ae0c55bfaa2b8aaebaabe6cb063e9ec9d8b858f8a71da6fd79f07a19db84b1fc8d69b2bfab0ba25edd882c32161ce32390adce3c8ffbd120c60a8465f066894a02a8a79faba072eb65ab1dbad50ee1030b7a82280926a85c5ce0fa73d78610e740e5c4bfad7680193a3e139a6f519c0e477c78fd0c4edbc903b5a29f5c2ee4bfe7ede18fadf51825b063a3addfcb46a9e7390ded8065e5a4007326ee2ecb3766529655ffae40575ee82e9ee2105c539bd5db47765103cbbb987ce81b9694a6b164e901ffaedb54253195485aabd18f0a068c25a73a92a1286f7b28f5b3f09504fb49376faf3041d44c58c692aef8e62f7d5da2aa13bd8a94493daa8b26ef3082f4ee09cfafa0482be736804ab7712eda5e46b315dff273af22665bf7490a462af74f1eefaff2ace0a27bc5a25b1c0245ed9f2f4112ab942a5fc525f7ef13b410b8a95f2faff6b38abdae6f35c3d03863e1c4af5b9bac431edc07e288be6e9410e63ef71fb026f255446fe04154f012dc1477ac24a544e3eda27bfd9f1fd8294e798232efb0b44a53db1f4f8d2d961de3af4df27036a954bf9e4042057485392aadc1019fb18600dc8797e45e47e7c880a5208cb6929666c97e9a59465157de3296c647ffb2af4c38049f146aa5e0f8290c8af97dc92ec89e557f892e9409e7ebddd98c7fb54ca60c86ca9ecc020de39be98e79daa5017de6bd64b56d2e264aa15dd2ae3fb62fd1db87afa4870c066c09c3ff740d198ddb2e049a0f9b6be8a471d0fb15dfb71d34d173b8cd53e6c0a4181edb50e8e3ee5ce6b9868c7d8dd52bac6f13808fb794fac018a741eef6c641bf455d0fd5ec1ad45a1254f88f06e17deb9c17e7dfba9904a5baa416e3e149ae3a2c8503ab29be9c3c60f37e0eeab3469778c9deefbadd9718fef0863e773cf204080222fe4d9c1c5a1027c73507c309b91c3b4fefbb08a2101a74ac9c85b683765935eef4a9e8f5411ab75b556b09419da85f236fbb5bb62064a1df1b3f5195207eaa9230f8cffd4b28b5975a26ee96e4f969cfbfbe463810a7f17697abd4ea379d78aecf4b47dcb9c2edcfeecae1abb5ea1ad9afc0af8782b8fa955c77fd731ef9b77ebee807a9c080829ad220e34842bdc425cfc19ac7f92494912ff25b825e822d096589f9c04a2e57e58343b3bdd5d2ac509fc26c6f4b91ff42254d1fe5157765269bab264fa33926d07fe6061c515f8330dfc3435711d24a826ce923951194f2a127abd066b42858e80bdb59efe6a64452cfc54678b4f72507e18f874676e0ba9679ac9ed28b857a67b1376a8ead1cd5ef4fc5aace87dc8904336dd9ef7ab2b913f05148b04dbb85a03f850cb1d643f0250fc5cc4d2f9e80c836b4fd7fdc3f87d48a62246ef192b3accb54c045a924b4104fc78a18bc7c272bc5e2ffba3ca27f044877eec9534e864f40bcd0ec260386071fca70772d7c092d87c1ae9e3829035ac62e18a5432bcaecb70683db416b1df0cfcacae97a76a068e23cf6a528585cfd509f0aa8fa8da7c877ac2fe1ffc3033c5fcbedcb84f5631a8536c1766771756e7a6ce31090ffcd86c3f1dce01952e0d95fcc6a8903b7090b88f2de4a4652aeed2d115041f609e8802ca5beda7703555fffcd8cdb3a7d0e1a67b159ca3e16ea5bfc2217a5bdb0f3e17b566b87434898f10fceef7735ea67404452b5712ea4cead5af89e8ffa618438eeaf8d2a9cf874803fd07689f5a3b50e1c82ea4e7f3cb732e1eb89d31ba9b7f71fe2bdc8b0d9234cafd245064b5755531b9c8f4d7389b97f03c044b6ee27307a1b5c0708d4752f762fd3a4cc0c330f1f7ac6a017d1b1ebc7995ec8a9f57c41ebfc75368a101354748fd3bdb5683ad28fc04ca28c61a420012880dcb6cc59799e0c242e473b0230633fd3f2be6ea875770e2a450be4de76b5dbc3c7078195fc12252dd4c6b69a09847fd475050f9281fd4cf9ec1d3ee53cbe13351fd3f28487c2c081ef83b70088af1fd48401379c684bf9d6b7dcc7b8caf5babc7577b8c4c47cd2ee1764fc7ab9e22fd4d1f0d364963c4f7bdfd81f24591ab2c084d2b2ca21ec796b8e516668a9e20fd4d50e6865bb05926e5f0a8cf0d0c8aaf142cb7a1eb594478cec278e618a9f7fd56de8c981aadd27eb45644e907d9c95a360bdf6157cac05fe0f7a274caa96bfd67ec690ac142b15fc8ea5b95008bdd37a202d934f21c7735d7d8cc71e1eb82fd79b0059fe415da31b1d0a933ab261c10b35474ddc8b9a3ea3881803de2cb53fd7f50b679f3596dededab88fb6db601e6bd55ed4902b6e6cf4fc046092195f9fd8eee0b9b71c0ac4fe7a47ec3be608fb7cfb73793692e4bfedcea4b9db404ecfd9c9dfe1d1c3b8ca23340a286228e0cc15f05d211938164aa082f35bff01481fd9f8fe02583b4dbe839941855363ef7814e63b0568a4db05470f757200d30a5fda4e4e7815a7c9b5c8e541d892d87b142fd0b4422d02c51c375dcb3c1f76ea1fdaf8fa62e9890c7edf1da411addca58a66d2c19ace9500b0d0beb974ab768dcfde378c55123929b000bc2810c89c07467fba4f2a10846aac1ce4e1da1f5df76fdf3269b5722fc14c4b2907d3a800eaef17f6bd553e0f72d652673f16314f401fe193168e9d8975d6d33c4ba58711eb0c38ff7ec6ac25fde79ae5b2b78f245e8fe1cc756307ad906ea0cc1781769071f9dc705fe0accedb27fdb469e0acbe8b7fe3791db34c6e6ac8b1f5cf3a04d7fe83d84b0e64f82a19d960668b3bfa39992fe4c3b952dbace46d2c400d313d955b11f832a2fb797d613d664e32e3e7a5fdbfe4d45c84dd58f2d2f76c4e75fda8563929ce2afe93f2c5526fcdf22968b0852fe5be098bc52e1b1c6d8e17c4cecf58c1d95a71e3c750551529456b3a4a0b878fe731fa08f09625bd079a669cf43e0e2a8f500f6e2f4e3040c54fe7140577e87fe7b99e1b99c6711f149553918ff0081c5d8daa15377ed7192055c284c70525efe9d5f6dcb6f021bb2103c0165c7e77b840f104645b2500a2dc0e1f0de2c3548febc3aa49c40bee614c60de0251cb7ad2d8399bd0f1c18bde02c2479b7c36be8febf135cfd3386eb94a2df937bbd42329741e10399ead61247d9133c8a902625fec1f9dfbc7724029ea699638e54115615c2b60d897c6607f8376843c1701ad0fedd389a778147fe2b8919645578d1d5586388d1a856f22a15bf36d86928ce07fee5481bd6587f77d9365bf2fe7cfd4a61d9cdb4e7d0961e151bd2715e07fca5feec4f9e0b683b7841f433d7f72d0dacf017e89d684d9c3e6b101c7637a5c55bfef29eded78764a3cc827a523c02af19bf32f5eae84b88aed3d8c33789490793fefd49c60b1c213126996ab6875b369bbc889a353669b938e7139b02156e9e74fefd6c992affc7f1073fb788f2bd2f5dc01af834eda8b97458ea2afdb9f235aeff0632f32e1870b2c2b7d02284469c02365ad8990ab9dd0f247a8cf77ab8a40dff1439605c265339e27e7b2d134c4bc59d1049db54966918d8ef3b957521aef6ff37f4ffb19855cd65b048113e202df49d1b10e42547a0b5288c6d1dce0098f9ff440f4f3b86995ef14bd4e48f6cb5bfbd80d8b821e02f3f614607d37aecf223ff55b32566f605eead7bf878f313ca698c3ce712b966af9c3baf98b5969a894bff5a39deb04efadd576a5f8948f1ac5dcfcd9a569449f952155beb839bd61042ff77f09a73b0d0624e7dbc715985c7fd377a6f9555e61eaa75f427a1a5d61e31ff90136bafae927e502c6ffc0ca8c1ca820c2d7ea642cabecb693e311db92f23ffb41ede23f6db799a8b1b587fd46f61aa855c4481c59e68136562a40589f518ffc2e0681083e63f299733168ebb31e075f39f1ea17398de5f73f1b3a2d0a864ffc43e56a02a52889f2f12009888f2dbe3d3b714ef7e72c6258d22d2cae69ef2ffc5f2386c620cd817cebaffa7229e37658e458c3d6e7edbd1cd992732d5432fffd63fbb9b0943bf5196bedb63322047838294e21893bd65e5de68a3e468ef91ffdadd8c5edd40f3cbb65c057d2c6ed1dc1cbfdb9b7e41eb46d7022c11ec1018fffd7bc53c6e97d0bdaf3e21c4ed32faa45f55d6647e11a0de701cd8e7b2374f223b7def725098f2f20100, 'no');
INSERT INTO `wp_wfconfig` (`name`, `val`, `autoload`) VALUES
('wfsd_engine', '', 'no'),
('scanFileProcessing', '', 'yes'),
('signatureUpdateTime', 0x31353935373031363839, 'yes'),
('adminUserList', 0x623a303b, 'yes'),
('totalIPsLocked', 0x3231, 'yes'),
('lastPermissionsTemplateCheck', 0x31353935383538363236, 'yes'),
('wordpressVersion', 0x352e332e34, 'yes'),
('wordpressPluginVersions', 0x613a31373a7b733a31363a226173796e632d6a617661736372697074223b733a31303a22322e32302e30332e3031223b733a31323a2261722d636f6e746163747573223b733a353a22312e362e36223b733a31303a226475706c696361746f72223b733a363a22312e332e3336223b733a31343a22657373656e7469616c2d67726964223b733a353a22322e332e32223b733a32303a22657777772d696d6167652d6f7074696d697a6572223b733a353a22352e322e32223b733a32313a22666f6f626f782d696d6167652d6c69676874626f78223b733a353a22322e372e38223b733a31303a22666f6f67616c6c657279223b733a353a22312e392e38223b733a31323a2267726176697479666f726d73223b733a383a22322e342e31352e36223b733a31343a226a71756572792d75706461746572223b733a373a22332e342e312e32223b733a31343a226c6f636f2d7472616e736c617465223b733a353a22322e332e31223b733a31373a227265616c6c792d73696d706c652d73736c223b733a353a22332e322e39223b733a393a22726576736c69646572223b733a373a22352e342e382e31223b733a393a227472785f7574696c73223b733a333a22332e31223b733a393a22776f726466656e6365223b733a353a22372e342e39223b733a31313a226a735f636f6d706f736572223b733a333a22352e37223b733a34353a2277702d72656d6f76652d71756572792d737472696e67732d66726f6d2d7374617469632d7265736f7572636573223b733a333a22312e33223b733a31343a2277702d73757065722d6361636865223b733a353a22312e372e31223b7d, 'yes'),
('wordpressThemeVersions', 0x613a313a7b733a31323a22706f6f6c7365727669636573223b733a333a22312e31223b7d, 'yes'),
('lastAttackDataSendTime', 0x313539333434393239302e373439323833, 'yes'),
('totalIPsBlocked', 0x3234, 'yes'),
('total503s', 0x3234, 'yes'),
('lastBruteForceDataSendTime', 0x313539343134303136362e373037313030, 'yes');

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

--
-- Estructura de tabla para la tabla `wp_wfcrawlers`
--

CREATE TABLE `wp_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=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_wfcrawlers`
--

INSERT INTO `wp_wfcrawlers` (`IP`, `patternSig`, `status`, `lastUpdate`, `PTR`) VALUES
(0x00000000000000000000ffffd155eea4, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1595258233, 'rate-limited-proxy-209-85-238-164.google.com'),
(0x00000000000000000000ffff42f95ae5, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1595761333, 'rate-limited-proxy-66-249-90-229.google.com'),
(0x00000000000000000000ffff42f949e3, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1595590971, 'crawl-66-249-73-227.googlebot.com'),
(0x00000000000000000000ffff42f9494a, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1595435142, 'crawl-66-249-73-74.googlebot.com'),
(0x00000000000000000000ffff42f949e7, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1595447564, 'crawl-66-249-73-231.googlebot.com'),
(0x00000000000000000000ffffd155eea9, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1595802483, 'rate-limited-proxy-209-85-238-169.google.com'),
(0x00000000000000000000ffff42f94948, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1595580603, 'crawl-66-249-73-72.googlebot.com'),
(0x00000000000000000000ffffd155eea7, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1595685248, 'rate-limited-proxy-209-85-238-167.google.com'),
(0x00000000000000000000ffff42f949e5, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1595640387, 'crawl-66-249-73-229.googlebot.com'),
(0x00000000000000000000ffff42f94946, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1595503235, 'crawl-66-249-73-70.googlebot.com');

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

--
-- Estructura de tabla para la tabla `wp_wffilechanges`
--

CREATE TABLE `wp_wffilechanges` (
  `filenameHash` char(64) NOT NULL,
  `file` varchar(1000) NOT NULL,
  `md5` char(32) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Estructura de tabla para la tabla `wp_wffilemods`
--

CREATE TABLE `wp_wffilemods` (
  `filenameMD5` binary(16) NOT NULL,
  `filename` varchar(1000) NOT NULL,
  `knownFile` tinyint(3) UNSIGNED NOT NULL,
  `oldMD5` binary(16) NOT NULL,
  `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=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_wffilemods`
--

INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x828e0013b8f3bc1bb22b4f57172b019d, 'index.php', 1, 0x00000000000000000000000000000000, 0xb9142a5f513a565bcb15430f4982000e, 0xd7805da248bcf0ff6fff2685e0590059c9b109c206b6f9b98b05981aeb8e3d4b, '', 0, '?'),
(0x61a73fa3aa5fd7cba2bed0366aa8ec58, 'readme.html', 0, 0xc290bd03cbf76b858525f07d58925680, 0xc290bd03cbf76b858525f07d58925680, 0xcb3576631deb9c1900bc818b2d4dcabbd34430f168524a67b70da744cf730dd5, '', 0, '?'),
(0x33599623cdee36720afd5970ec24aab3, 'wordfence-waf.php', 0, 0x99df1f73475be0d770466985b6385a40, 0x99df1f73475be0d770466985b6385a40, 0x2e3e12d372da72dfdbbb0c201d8aa472e7f4f117186852c071fac7622214d5dd, '', 0, '?'),
(0xe7c3d54bff679bd0e5876f1b23e71330, 'wp-activate.php', 1, 0x00000000000000000000000000000000, 0x4d6026066ab2cbd07ff2db603fa30c85, 0xf4a1ce6142395677e36bc22d67b91e394ae5593984153144f756ebbf3be23675, '', 0, '?'),
(0x2d87ba2937a63579b03863dae25776d8, 'wp-admin/about.php', 1, 0x00000000000000000000000000000000, 0xb22ae16ded3d754fc932c43c38531a54, 0xe4de37be36ce900b924fb89fcba598b5137b285fd6f9281fff81a398922b7334, '', 0, '?'),
(0x0e58ffe648e5a5a528bb3ac85aeda914, 'wp-admin/admin-ajax.php', 1, 0x00000000000000000000000000000000, 0x286cb8d64a83d1408de35442b6fa3efd, 0x67a9b9b09eb64a86fa656cb12373dfcd814aeb4e30a2f5e5948181a67699266b, '', 0, '?'),
(0x213162dd8539a0aa2ae3c0ff5c11e1c6, 'wp-admin/admin-footer.php', 1, 0x00000000000000000000000000000000, 0x02be043237b5c3b01cdf7c66ead9c94e, 0x11650f6d9673f1dd74633b3a44b751de4ad3f42e69cf8db8095254d1b6a2a5c3, '', 0, '?'),
(0x1510c84b55f567304d55bf2f9af6ca87, 'wp-admin/admin-functions.php', 1, 0x00000000000000000000000000000000, 0x0bd9cc4fdb51a0ec7885240a49944f0b, 0x3ff80f211b146de4805796c1643c32d37c37d2e716babf53450cc93393be7322, '', 0, '?'),
(0x40e86dbeb7ebc54f0c1208c5dd571201, 'wp-admin/admin-header.php', 1, 0x00000000000000000000000000000000, 0xd8b55b4cfbc65e8299b3d4f5c74e93b6, 0x0687119a3d16bb9e9047ae937691659c68cd828fd968abcd04f2357974fbef1f, '', 0, '?'),
(0xed5d9a1da740830a97ab3ec4baee596e, 'wp-admin/admin-post.php', 1, 0x00000000000000000000000000000000, 0x029f99842005b2ef81dfe5619f5ec8ef, 0xd2912957cd8f602bf06abc3887b748172c5d55d0cded1a446558633c2cce259e, '', 0, '?'),
(0x0b941d7f88a62c482862e6105f46944f, 'wp-admin/admin.php', 1, 0x00000000000000000000000000000000, 0x800315586acfd36950bd93c9d512533e, 0xc78441a940fb1d4fcb0dfafdf40bd35c5a9c7f51bb8af1ac3ae4ba3c46ee85c9, '', 0, '?'),
(0x0958ce740c5c34764e493582d86acbc2, 'wp-admin/async-upload.php', 1, 0x00000000000000000000000000000000, 0x05dd7c526e8b3b4acb15995ad7db1eb2, 0xbffd8e8e5884426ae6090b57af611cd7d183e38b2a8ff4fb8acaf98ac3b908e2, '', 0, '?'),
(0x22d3c4360d0c2b4b137bd7181a216105, 'wp-admin/comment.php', 1, 0x00000000000000000000000000000000, 0xca129e8e2b26c41a5c2643d8983b9ca6, 0x28ba9523626ab80ed63c289efa498a549793fd070bea97d9300692ca3bb76636, '', 0, '?'),
(0x6b4dcffc969ca69a020ceecc99597370, 'wp-admin/credits.php', 1, 0x00000000000000000000000000000000, 0x1e1f3b24753fa62e099082aab7a21d67, 0x5bd0aab72ec0ecc1872bf2e6cfc119482ad27df917f8528b1db9164a1ef75a9b, '', 0, '?'),
(0xa42a4f2da14ccf84aac2e20d5b7fdb75, 'wp-admin/css/about-rtl.css', 1, 0x00000000000000000000000000000000, 0x0e042d73816458bd697aad16c3949840, 0x94f97fcba55a2d23a7a5c68d8a6168c9b72968aa17a05267c0b66c3954900eee, '', 0, '?'),
(0x55ac056ec99362346c5a052c05490403, 'wp-admin/css/about-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5f0344be8172538fc040a5fb2b616704, 0x8af7d43190f72fbbc35612da6899d2f1668d32cfd9ae541e617b13623d88e553, '', 0, '?'),
(0xc94137a827e143239e778a53fb738e1e, 'wp-admin/css/about.css', 1, 0x00000000000000000000000000000000, 0xd218cc5bad00dc5fbd1dbb700b9a633a, 0x0d97aeb3b3c95490e5a401c60527af92521ad7b5eafd98dbc92139659565bc73, '', 0, '?'),
(0xfc4a92a7f3122132a0a8dc00ad80c1fc, 'wp-admin/css/about.min.css', 1, 0x00000000000000000000000000000000, 0xbbf6106da26fcee52129ee9fc94c1274, 0x7472e3abb0377a7639ca552c89482da562a3267ed073a7abfd215c30b2bd69d8, '', 0, '?'),
(0x1c0b94176d81c76e390ec646b136b703, 'wp-admin/css/admin-menu-rtl.css', 1, 0x00000000000000000000000000000000, 0x9d35d5641379dbc4ccdf4e78b00d7436, 0xcf880fc227486dafae02303aa6e8d275eb9b0c84476ccbe1428b31ad44786dc1, '', 0, '?'),
(0x0654b45d5c67f8aff634c5ba7550b23b, 'wp-admin/css/admin-menu-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5ea1958d0718eca4ff1a039e3390764e, 0xefc967c4a739355cff7db5e70cdd0f87a2bd42b5f64df0d14a7b0f7a9ff5449a, '', 0, '?'),
(0x90c122ea5a3000d8bf6585d4a670df1c, 'wp-admin/css/admin-menu.css', 1, 0x00000000000000000000000000000000, 0x8f492790e0bd47664cfc1267d3e4317f, 0x2e1c2c3546629a5227dc069afdd0529cc0a451d15ebf03c332864903285e5f26, '', 0, '?'),
(0xff453538bef979aae4d45773d64fbad5, 'wp-admin/css/admin-menu.min.css', 1, 0x00000000000000000000000000000000, 0xd17dc4b834c38295ee7d3fd3339eff8b, 0x9f8e0caabb92cf3bb887364a1c06890dac0c649e566dd5f498d3c11aef49cae4, '', 0, '?'),
(0x608cc7fb0a83fdf38632acea16af8b01, 'wp-admin/css/code-editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xf2b0f0835b1c0011ee2f52a48af4abdf, 0xb5dfd0de4ca68b045754d6b3e99709b1cdf8857b69147a0b0b4cd2fbb24d8700, '', 0, '?'),
(0x3d1bbfb2dc663b56f364056c220ea7c0, 'wp-admin/css/code-editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xec293f73d213bb45f413489b1be4ddd1, 0x12d3cc13798eb99171d0f17d6c7ff510e95bd53da6e0b309f06e289d634c8b43, '', 0, '?'),
(0x974cdfa8f5cfa407138c2805bab952ad, 'wp-admin/css/code-editor.css', 1, 0x00000000000000000000000000000000, 0x434192ef92ee1de6c2d24ffa1b5eee29, 0xc8f7072fd17931347e0502ebdc28ab3681b288a63e422646bbc72cca53acc7c2, '', 0, '?'),
(0x7e7de27b20ddc7193e44ed7d08a63c1c, 'wp-admin/css/code-editor.min.css', 1, 0x00000000000000000000000000000000, 0x4f2bbc906ad777689f33ed3a8e11de4e, 0x7d632fe6d9968029ad8fa144654bc8e8784f64487c870835705b5be56e0ccbf0, '', 0, '?'),
(0xefc010fb50868961600e5875eea5a106, 'wp-admin/css/color-picker-rtl.css', 1, 0x00000000000000000000000000000000, 0xfb72212cb33ced43457ffc0e6b715ac8, 0xdbc39d158a6a1a146e912341ebf38e2756b086a6250655051263614ce17b7f0c, '', 0, '?'),
(0x11d272881f57eaae33a899e3e1a5be56, 'wp-admin/css/color-picker-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x3a59db8bd48105485439d60f7ac0724f, 0xa260091cdd99a9f82b44f50f5cef6491f1cd1cb3bce6fec6bc9287fa3007bc8f, '', 0, '?'),
(0x46f3c2ef3fe689433b248ce948190d0d, 'wp-admin/css/color-picker.css', 1, 0x00000000000000000000000000000000, 0x0e1541a8fb8c53e12386575a492301da, 0xc9d46137f3d4c30c83fb2cca0654b18790dcd3b1bb9a8a012be77bcea384d119, '', 0, '?'),
(0x150f98afdca139ee755f5c0ac339c127, 'wp-admin/css/color-picker.min.css', 1, 0x00000000000000000000000000000000, 0x23092c4dff038dd3816799c6316d122d, 0x07e488503fa39b72a20688c8754e5fc90a2df7d4f1445bf42f8eb40081449374, '', 0, '?'),
(0xb84a7c0601367dcb0c50df2c020dd99b, 'wp-admin/css/colors/_admin.scss', 1, 0x00000000000000000000000000000000, 0x4d7f7857bc064daeb85cad30ff0feeab, 0xee19fb71288fff0079d11a84f0dc748982210e2ea6b696586d8dbccc15715fec, '', 0, '?'),
(0x7565f61e1d08012c220a09ee68b8672e, 'wp-admin/css/colors/_mixins.scss', 1, 0x00000000000000000000000000000000, 0x723a63056857f5f5f511f42f35782362, 0xd759c48bf291353abce975a8b339e6c9431ffcfe496c8ea4c7fdd1c1637bbb78, '', 0, '?'),
(0xa9a21c3d43d1a0d4e62a5458f4b9b434, 'wp-admin/css/colors/_variables.scss', 1, 0x00000000000000000000000000000000, 0x7cc967183c11b5c46e0cb2a83132fe9a, 0x158b57eb7ee5208e26a378649659e26279e315c558b529ec59ab4adb316195c1, '', 0, '?'),
(0x3538e764e1605336314b3e1cdbae8676, 'wp-admin/css/colors/blue/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0x8cc327c4f903ca467722dded1259e72f, 0x9182146830b40eab7387bd1c5972262e6d67d5b85803922788b35a0a7b78f75c, '', 0, '?'),
(0x1144a9386846de9b4256690552eea81b, 'wp-admin/css/colors/blue/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc9d0a313c14133dae9c0e10a6b85e6b2, 0xc1be55ff102fc414c3dd97c76c9c2742b49e3a3870db9c4e96a686a4d2f3f1b1, '', 0, '?'),
(0xe7e046fc5a5916bfd14338c08f1c3345, 'wp-admin/css/colors/blue/colors.css', 1, 0x00000000000000000000000000000000, 0x84449df9bef860843f536972b82c8742, 0x4d277815193074a9d25ffc3a1ca2e5fa94b6fd9e84d709396f9e1766feb4182b, '', 0, '?'),
(0x746d36db97c07108baff8e2e90a33d6a, 'wp-admin/css/colors/blue/colors.min.css', 1, 0x00000000000000000000000000000000, 0xcb3ad1540b2fc42920d8be3f0b64609c, 0x087d73d39b8f392bfbaa0745aac3621c1fea39ecf946c7fd080012bbd1ce4fde, '', 0, '?'),
(0x4cf13e0f74061199f59a4eff88868bdd, 'wp-admin/css/colors/blue/colors.scss', 1, 0x00000000000000000000000000000000, 0xd9d03549d79484672c29145aad594db3, 0xf85c6b9b8853dbeb9a91df6e207757fd9a091bff21d32a03c17ea676900edd11, '', 0, '?'),
(0x8c9dbdb4866a754743744fc6fed813e2, 'wp-admin/css/colors/coffee/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0x7229d3fc179243a547504368f3516128, 0xf26bd67302461f3f21cb881ccaaadd01c95d4cd63dce372c79be6a762bf01767, '', 0, '?'),
(0xb28b713f25cdf57270fef830f737ef71, 'wp-admin/css/colors/coffee/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xbd4405a8496e1b998699be2712184241, 0x083ecd482dc3951ae569d3317a6be60582baf1a0295f563615b301280d7eff3a, '', 0, '?'),
(0x04cfb4203315080b506023385eddd65a, 'wp-admin/css/colors/coffee/colors.css', 1, 0x00000000000000000000000000000000, 0xfb9e5d2fa6a3a341c965a0df67cd5c20, 0x938aa71f73e808e6b02f560128ad45a35ccea0848585485ea49a557aefb716e1, '', 0, '?'),
(0xedf9eb654398be028407f0446921d7e7, 'wp-admin/css/colors/coffee/colors.min.css', 1, 0x00000000000000000000000000000000, 0x4182df9ec161b300cf221e37d3a3dddf, 0xd05233bf90871f2e2e5abf47459485290351823225ffd843d4aa15b348bc8962, '', 0, '?'),
(0x7849061d48de2e9439945915c3e0424f, 'wp-admin/css/colors/coffee/colors.scss', 1, 0x00000000000000000000000000000000, 0x397e3820b27a234330c95e05250f61ce, 0x007bb55aa3727e819864307c42a5dc7c5dd784c8f96ab6dadc8ce1b64982783e, '', 0, '?'),
(0x6a6d4504a4d14158dd75779b7f3edc86, 'wp-admin/css/colors/ectoplasm/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0x07ce24d7e0075965b3276d32c9fdfc22, 0x9b2152d14225820589cd2128fcacfa7e96b0c5c4e50494b7ec11bb02a540b506, '', 0, '?'),
(0x44d5b9efdaf8bbe5d8244f61aaa3e9f4, 'wp-admin/css/colors/ectoplasm/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa4e0dd8fcafad10276caad5790a642fe, 0xf9569e7d2aa21983e332f5255e0bbb6293035c5721af903ece7b6dbf3f8b9ecd, '', 0, '?'),
(0x9aaaf4a2ec4800db99c0ae689943c1fa, 'wp-admin/css/colors/ectoplasm/colors.css', 1, 0x00000000000000000000000000000000, 0x4f949efcb806d798e79ebdf9aaf3b2ed, 0x98ac55ca78ef785ed6ac4ab69135c336e09691f498542c89f8d8425c83ddf3ee, '', 0, '?'),
(0x5b8cc323dca7151a3e5dbf1e02813ca6, 'wp-admin/css/colors/ectoplasm/colors.min.css', 1, 0x00000000000000000000000000000000, 0x72046a12cb11f7721bcb3a628cb980a1, 0x68bc416df6e4eaa213788ffdddd3e34c959d27626221fd7cd5c9ee4d88f70bbf, '', 0, '?'),
(0xcc4dcf5471265b3ffdf93eecb98ae50a, 'wp-admin/css/colors/ectoplasm/colors.scss', 1, 0x00000000000000000000000000000000, 0x940171d1392bd8071122a905d12b9195, 0x42c1866d8d7f1ee64e91be6802c4eb17a0b5ac73744ea3f36a07415334580024, '', 0, '?'),
(0xdf71821ff99c158a1d25c5b193206d2b, 'wp-admin/css/colors/light/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0x7e9d6252fd84110298fc42e80f31c4b1, 0x154ea9a1fcbc3f82b9ce4f440b83232f2742f9160983d79fc5acf0e049bc016b, '', 0, '?'),
(0x2d8e1666e2c8345ddb23227512b8b36c, 'wp-admin/css/colors/light/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x6ac1f0dff2731afc92b387bf90bcbfe4, 0x2428ce90b9d047f39bcb7f8f3bc0e8015893e74b3705cec93bd7f1715bf545c1, '', 0, '?'),
(0x76f07b23bfb96c9a936200167dd3e342, 'wp-admin/css/colors/light/colors.css', 1, 0x00000000000000000000000000000000, 0xe1d733902309caf84b473f3d0ac2d846, 0x3e6dbe35816ff210993993ad44062e90570311712275efe7075878b3248af226, '', 0, '?'),
(0xfc3928468c526a7f32b96e05365d818a, 'wp-admin/css/colors/light/colors.min.css', 1, 0x00000000000000000000000000000000, 0x67759de92dd9a5b53387ecf2ff9823dc, 0x1707d874bbc9f77b758aa2008c2bb1c851630d1913c943e36588870f414ad50f, '', 0, '?'),
(0x1388de4b532ba11565d78e418640938a, 'wp-admin/css/colors/light/colors.scss', 1, 0x00000000000000000000000000000000, 0x480b9bd647e5b323ef88d63ce55e1d6f, 0x3f3d05cae4d28f1945871a4d9261d51058ffb684c4ba4a2273bce66b3bea0533, '', 0, '?'),
(0xfa9894e7d94c1d3f40a79a2e127e4faf, 'wp-admin/css/colors/midnight/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0xe12dc487d41f9eb74752df4e280e69f2, 0xaf383e7c845da6d8b59558fe4ca931fa32ba40cbae690a0127187e84f2e8366e, '', 0, '?'),
(0xabf4f7e1978fd81033852d831bab34b0, 'wp-admin/css/colors/midnight/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x73b50e985b5ddbe2afdf3e60fe3c91e9, 0xcb530bb80bb983ec9e3d45fd47823aeec79dca20deab85dfb23b588c5fb6f506, '', 0, '?'),
(0x3b0bde1362ad66c89630ff96a6ad7805, 'wp-admin/css/colors/midnight/colors.css', 1, 0x00000000000000000000000000000000, 0x4cb56002de1209c98e9ba405858cbbb4, 0xd83aeb654f4607824d3c6ff605e18fe47aac89f045c79e1b5aa145fc42baa628, '', 0, '?'),
(0xdb02e38e5f0dac4a4ce823ae4042ccd6, 'wp-admin/css/colors/midnight/colors.min.css', 1, 0x00000000000000000000000000000000, 0x3e5b7d16274bc2b3f7ee49a35652af36, 0xa03b15644065e7c826190b37979f80a118d7dfe4cd9f17dfba5fa4f220592fd3, '', 0, '?'),
(0xda178677fa3dc5a2c44ffa26b94610ca, 'wp-admin/css/colors/midnight/colors.scss', 1, 0x00000000000000000000000000000000, 0x26dc8daaf0c47c4457b8bc2145f48634, 0x53eacc7f6fcd47709edb0ee908f4aa7bb5fd9122a8467553be26a78ef5ffaa05, '', 0, '?'),
(0x9f3c84a028c8eac0892a415d8e4feda0, 'wp-admin/css/colors/ocean/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0x0cf2e52c89e754af7315d139c676b42b, 0x59b050eda3c8f20a0215e1a187b627f098b6c295be2953e7f1279b3b6eb172b1, '', 0, '?'),
(0xb1a7a9d97b5e8e8657c8ede8f343b118, 'wp-admin/css/colors/ocean/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x3a9c2e1817bfe75b9f3ca3dc73727ec2, 0x17220d043a494ce009fda227aaafad5a3b3ca8af31145585da213bc107f1e01d, '', 0, '?'),
(0xccc38a356666cd3b2c472127f6f3272d, 'wp-admin/css/colors/ocean/colors.css', 1, 0x00000000000000000000000000000000, 0x4290f926950485af972020a1c2e17bdd, 0xcf09f5c4008485add8160263e4144ad70dd70ecefcb25d351b1a74fffe2c3efa, '', 0, '?'),
(0x9e2a0254f1750da2edd3d61da07eaa6d, 'wp-admin/css/colors/ocean/colors.min.css', 1, 0x00000000000000000000000000000000, 0xb4efb3e7744d0a1e70748138da9e6804, 0x978e1d0f941bbe5718d8c00409ca84e15db4175559de316b4daa7a269cdb8d3e, '', 0, '?'),
(0x2d7fb2ead118e111c7b88625773df5e2, 'wp-admin/css/colors/ocean/colors.scss', 1, 0x00000000000000000000000000000000, 0x1a7c5bfd9faf7f6cc77cd9b166062568, 0xc318c9aebbfa31d4755a52aa48d136adb249e9c10d09d0c5baf4879688dc1542, '', 0, '?'),
(0x116ad7bbfd8204f3712ebb2a3ba7e132, 'wp-admin/css/colors/sunrise/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0x15a1fe1b601c5da6101f06d6430671d0, 0x0e94b563445ddf50b641a01fbcb8cd876e9dc589f96ecbdf61323118e419b89f, '', 0, '?'),
(0x326aff4c2cc3d9de570dbaae57249be9, 'wp-admin/css/colors/sunrise/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xb994fe4dc1ef5cd815f63ca00be88b2e, 0x4b2e6fcdc259e9f423dd4b00521262f705d58736fa30f5254029590a90502ae7, '', 0, '?'),
(0x9c8589018afe793835f590dcc3a662d6, 'wp-admin/css/colors/sunrise/colors.css', 1, 0x00000000000000000000000000000000, 0x5f6c9a9233a9b01c16d32a00dd3301f4, 0xe84c99565329b941100bb9992a65cf27e0df0cfed1470ae32080a460a469e7a5, '', 0, '?'),
(0xcf2dd32b8e65c6e1d46df17522b6c378, 'wp-admin/css/colors/sunrise/colors.min.css', 1, 0x00000000000000000000000000000000, 0x77b44680773c336a5659fc5a9c9fde6f, 0x749a8b512747daa53a3b1d63082e81a09312a091ee22b482b100c85c57701a5d, '', 0, '?'),
(0xffb51c53a94305520343fefc076cb8c5, 'wp-admin/css/colors/sunrise/colors.scss', 1, 0x00000000000000000000000000000000, 0x5692871a8a7a1914ee0968ddf9923dec, 0xfde2af515f6e9f893937ca134c3284f324a2ee79073a6ae053d18587a0cec5c1, '', 0, '?'),
(0xb318cc57327fddd84481f14787378756, 'wp-admin/css/common-rtl.css', 1, 0x00000000000000000000000000000000, 0xa4490a668e75cdfaa5d0155a15c2d785, 0xaa9431b572e58153e53cd337de4df59161df58f4f2de5d9abee7948c7abeca22, '', 0, '?'),
(0x8e9f1885589282988148f66f9d76cb0e, 'wp-admin/css/common-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xde8f811db5ab98f7759282ebc81b4dcb, 0x7b826ddf760069a81cfe0424c458362b51052b0735b11359c144a5b8ea1d1a24, '', 0, '?'),
(0xfc8970b78a0739bd367f17c3a8e552e6, 'wp-admin/css/common.css', 1, 0x00000000000000000000000000000000, 0xe573595eef2d3bfd7767fdec685b1bae, 0xdff85a010a3c2dcd704a0abc1aee47d48b858e108ecc38b58d5c84936bc2a87a, '', 0, '?'),
(0x0d83764ef516cc5b42e1d326ead8534c, 'wp-admin/css/common.min.css', 1, 0x00000000000000000000000000000000, 0xad5ad5176f246f2c063e6b17b204f6fa, 0x91b1e5ea42b6ead846ccd40da7ddf3a7b407cceda45bbe181f7890b7b6e55227, '', 0, '?'),
(0xf3ff56ac936b39dbb4ee73bfbb80d6bf, 'wp-admin/css/customize-controls-rtl.css', 1, 0x00000000000000000000000000000000, 0x1fa7eb851c90dcc8a36840e23a715e00, 0xa4599caebf3834063e6527d8e606b8c84f719a1cf0247da54d7bc83ffd03edb3, '', 0, '?'),
(0xcd0fa9ffe1877011f76ad69b6092c877, 'wp-admin/css/customize-controls-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xad52cf5c1455ee32967bfcbef32f0900, 0xf71b37b30f99ba0fc7fc67df31a6785f77028040b1b96489043cc66ef2ee482f, '', 0, '?'),
(0x8c3f9a0a35fcb448e33fe2e0c1c0e0e8, 'wp-admin/css/customize-controls.css', 1, 0x00000000000000000000000000000000, 0x14f89cdca922d61b3ff683e5d627a025, 0x7ce91b9d1deed305b5761381ae0b4abf30def4b3500add8252c96da872e34380, '', 0, '?'),
(0xfa2ed5b6bbd5f15a67027bda3df19acc, 'wp-admin/css/customize-controls.min.css', 1, 0x00000000000000000000000000000000, 0x56845933fa75808c849409235ad4766f, 0x47aea8a1653cc215560de015e41e53a638095974c37b977c54282ddb60b0cc1b, '', 0, '?'),
(0x4fe1fbc6d5de7920aefd6b1b010962b1, 'wp-admin/css/customize-nav-menus-rtl.css', 1, 0x00000000000000000000000000000000, 0x891c337677bb836662e8301d9be94544, 0x5d2840f6d751e52e57bac4f2f918addd22d4db2faccf8a6e1cafcbb1aefdb528, '', 0, '?'),
(0x484184b8fe66be2cc1f5e424462dee16, 'wp-admin/css/customize-nav-menus-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x215fb1ca4140dd402b16a6316067064a, 0x63b4f19dd447971bf0d22ea32d2c467fc9afd5aaf4f8abf832974f381f3c6d21, '', 0, '?'),
(0x410cad6c417e695e98829be975d3c398, 'wp-admin/css/customize-nav-menus.css', 1, 0x00000000000000000000000000000000, 0xe4832a345e012b47c028c8d9dfa2f3ad, 0x6f27e0fde699b1d3d67d117ab4b48a088cec0ffdd318fee7a8fed6fb0a07bbd6, '', 0, '?'),
(0xe88c00855da870ddd2de91ea96090d47, 'wp-admin/css/customize-nav-menus.min.css', 1, 0x00000000000000000000000000000000, 0xe7fb504704cbc728b307fcef68bc40e0, 0x6198606b740b256a2ba81b51846d899db5f9e00a8519fe6899c6aa5768bf7ea9, '', 0, '?'),
(0x4ef1e3fe4856fbae13d50cf57db63447, 'wp-admin/css/customize-widgets-rtl.css', 1, 0x00000000000000000000000000000000, 0xd86d15f33703587a4af713132b2936be, 0x9bd01f63985ac935fca82ac00fcc3affde0bc7a2ff56e9fe93eeff52e076c404, '', 0, '?'),
(0xbabc3454b828e2045c39278ce433b129, 'wp-admin/css/customize-widgets-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xdd3522e0b40b9053c20ddfb4d5f77d3d, 0x30b6074e12d0cf817027062c1e7a295fd18a8a205f451a596d3ba3c3532eb2fb, '', 0, '?'),
(0xf0f6b4f803fc95f836245ba3aaae4fc0, 'wp-admin/css/customize-widgets.css', 1, 0x00000000000000000000000000000000, 0x4e338ddee64e1284d5fc128c1d68d3ce, 0xeca83bf6f69d9561956e5f3032e630077791504b4f50ba65ea3dccbfded7eac5, '', 0, '?'),
(0x97f162a6fc921fc1ff0ca3ba7c657eeb, 'wp-admin/css/customize-widgets.min.css', 1, 0x00000000000000000000000000000000, 0xf422c35039c6734975166686fc7af611, 0xdbdb067cc2e9125a80c14068fee568e3e74ccb145ca1ec52ad97882653a5ddb1, '', 0, '?'),
(0x351cea3f89810b7998c43c0ed932cc02, 'wp-admin/css/dashboard-rtl.css', 1, 0x00000000000000000000000000000000, 0xefe7d56a14eb97150e1b3895ff0912aa, 0xd4b375fc1cdd68853604fed31639b33e229090d7a92f7d44cface69bc39bf67e, '', 0, '?'),
(0xb54d9fe973e13b272c10bcdeda2d457f, 'wp-admin/css/dashboard-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x34aaa2e3bb0ea2c12c57fb7ab40a3b70, 0x8952d41003ae40b82cc1882f6655821b73b0b4edb5638d0a2a618041093f733b, '', 0, '?'),
(0x17b2fea3b24b714d8dc3e47b83b1bb03, 'wp-admin/css/dashboard.css', 1, 0x00000000000000000000000000000000, 0x6de79274a839f563f9c4233eaf2c41d0, 0x795677446e41d6c475663b2180b49d83b713126d56238381b8c626e04c439094, '', 0, '?'),
(0xe62b821ef9ab2ee2f8c765161046abc8, 'wp-admin/css/dashboard.min.css', 1, 0x00000000000000000000000000000000, 0x264b0baf2bceaadaf426043b5c4b57bb, 0xb8b4df46b833d6fb2296d02f663ae14a0889b6ff3c76250ba9617f7890d3c406, '', 0, '?'),
(0x38a94029fdb13679675b0679e5735152, 'wp-admin/css/deprecated-media-rtl.css', 1, 0x00000000000000000000000000000000, 0x48e00fdbf199890d49677720c9a98ea3, 0x54ae6a266db0acf0467e677485c8bd00b2a0d25dc763fa741004409a1399d09a, '', 0, '?'),
(0x9870745f205987c18cca374c06e34b74, 'wp-admin/css/deprecated-media-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf341cc91db43d556d8573cddc05e1ab4, 0x6881007fa2ff16dfedaf6eccf628a9e98f4d7907d25226e4a514ca8931e0393f, '', 0, '?'),
(0xbcf09bc25822af2d7be3ca2434387378, 'wp-admin/css/deprecated-media.css', 1, 0x00000000000000000000000000000000, 0xbb1687b14f439591b839d9bbbb834166, 0xcbdbfe631b60d64cf00cf4ba48b23b8a63b4216b5bf74c2743624961a7ac6aaa, '', 0, '?'),
(0x3461e4fe5b0349ba7de7d8dc48ff6d29, 'wp-admin/css/deprecated-media.min.css', 1, 0x00000000000000000000000000000000, 0xd500c620b7f00683bef8e6b579f621f7, 0x7e45f727815dd49b54d173a5f40035d4a5041585389d7f69912c581172969361, '', 0, '?'),
(0x5da79f8be2f9227d5b1d921759dc52da, 'wp-admin/css/edit-rtl.css', 1, 0x00000000000000000000000000000000, 0x9aa9e8812ca07ae32b1a696c9eeb8f9b, 0xb824cea51e9718c21a24b1038d260c11dc40eb1287a5f5e222f7bcb87dce3b29, '', 0, '?'),
(0x9342dd482a12046d7a97cd4e3833fcee, 'wp-admin/css/edit-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x2458095adb086c724eaa5b71e9b7e6be, 0x0105ddd0c178a49cd725a761eeacd6bbb8d2da9a51ec471d60eb95dc16fa65fe, '', 0, '?'),
(0x0d9c8d3a893a8910ec1df54848f93a64, 'wp-admin/css/edit.css', 1, 0x00000000000000000000000000000000, 0x0b4b9fa4c732d440c63e7a7c292c67e5, 0x3631c32adbbdea1b930d446dd9cf07e263b19afcdb64d0973929477d9c1759cf, '', 0, '?'),
(0xf38715e72cb76fd921c20e7abe6a22f3, 'wp-admin/css/edit.min.css', 1, 0x00000000000000000000000000000000, 0x7774dd0c0ffbbabb3f27bf90b63a20cf, 0xd444b26befc06c7d600398c3067c486df6b242e7d31a05bd2b47a3c24acce774, '', 0, '?'),
(0x363b490528d648b26dc925acc31666ba, 'wp-admin/css/farbtastic-rtl.css', 1, 0x00000000000000000000000000000000, 0x118f1189ffbb71e014402121b5456bc2, 0x3a7edeb058235e73493e26c1d8d61900d92e95ef4d4b475e23f8d9de8e31eb11, '', 0, '?'),
(0x82014fcd135815ebc1675d0b3c664098, 'wp-admin/css/farbtastic-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd55340e3ce5b935c2cf0337c92b61521, 0xa3536d11be27df3b646097e365a04dd830693df38e3f3eced00780e4bc3f0f7b, '', 0, '?'),
(0xabc2abace4972d6a3db475b64e5c7127, 'wp-admin/css/farbtastic.css', 1, 0x00000000000000000000000000000000, 0xf9e33829b8faed7d7bbef843fb683255, 0x7c41b9e54ce4bac94d62c778a60e64013858ef82156a582ed0fb8cd65e0a1a8e, '', 0, '?'),
(0x4b816ed28b4426067352f4575519288b, 'wp-admin/css/farbtastic.min.css', 1, 0x00000000000000000000000000000000, 0x23d55eb53a88478028930c82b13a6b0a, 0x341cb7b0375687669bdd20f1be2fef1489bce580eac3c3e644148cfa57033370, '', 0, '?'),
(0x4f6c714363db8ed0efd6cae3cfccd0cd, 'wp-admin/css/forms-rtl.css', 1, 0x00000000000000000000000000000000, 0xd010d243e2c088bda116a757e7566bda, 0x1721064995217c3f2cda5c7d541c80c86d981b6d45fe98b7f0c9b6ea46f682cb, '', 0, '?'),
(0xbbca7bfc5d5cd6b5ad09f4e864f3bbda, 'wp-admin/css/forms-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xaf625d635badd366bc7f303a8dd31f8c, 0x704b85c807146aa1be4630c1e7f593410190d59443c119da7487ed6e7352b2d9, '', 0, '?'),
(0xf5a5dbfd28ebc5f8259e23803904796e, 'wp-admin/css/forms.css', 1, 0x00000000000000000000000000000000, 0x2497dbd6fa8ed7ec01aaa5cde5b41311, 0x47acb9c190b4d0bec198fa818ce953d7ed650cb434230d710bb946fa5ecedbef, '', 0, '?'),
(0xc5826aa844df8bbf2e11a5cb9644a589, 'wp-admin/css/forms.min.css', 1, 0x00000000000000000000000000000000, 0x2c22663bfcbce25b9621d52d8b86b6cf, 0x3ef7323fed69ebad4628de174c5157a57e3bdfc3fb4886ee3053547124ba33a4, '', 0, '?'),
(0xb58df8a70584a1c96b4dd4d53fca7558, 'wp-admin/css/ie-rtl.css', 1, 0x00000000000000000000000000000000, 0x55a791469c9bc1886f4272fd3c6ddf27, 0xd094876c570c68913c53a73de5aa5cf9223001a080694399444dd2de711aaf17, '', 0, '?'),
(0x1c7603739d25c27aa1efb4faf8be46d3, 'wp-admin/css/ie-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd2b699f14ca35864ecdd61c8eec9604d, 0xb34ebcf4908173eaee221d2a2737b49f8270246908ba78bfbc94b4c8ada476b5, '', 0, '?'),
(0x0445f82617afd1564e05aeb30891224e, 'wp-admin/css/ie.css', 1, 0x00000000000000000000000000000000, 0x5960f69e0ed72d7a00e9bceaa55c9901, 0xe4fcec0e9a764199bcd9f3914807f80087657124f357d5446a9bb34b2b7b6aa8, '', 0, '?'),
(0x06d1a79b045f8334156121a246a401f1, 'wp-admin/css/ie.min.css', 1, 0x00000000000000000000000000000000, 0x76ca02b48506b7c718e88c0b1d1cee08, 0xfc8f06d7861b64c5aa432a866b5dac30c9be0f2280e0fee2cdb623384be5aec4, '', 0, '?'),
(0xcd77ff393d9f5f0c220768251792d776, 'wp-admin/css/install-rtl.css', 1, 0x00000000000000000000000000000000, 0xde4f642413c45617556688cb66f92878, 0x56ba9d378fb403c212f17b1c35612431e788c7a8c362a236d1e5edf45f87dc44, '', 0, '?'),
(0x69b22dffd058b1380b07565b7e45fb12, 'wp-admin/css/install-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x2bd6b9c1287ded9ed1e668959385119b, 0x561c39d890cb5e23bcfd8ba8955aa30a5212d6976de1c0f237f22b77404dd6a9, '', 0, '?'),
(0x3c8f8939fe75fe6ab3aeff8421c1240f, 'wp-admin/css/install.css', 1, 0x00000000000000000000000000000000, 0x013f2df17e4c93e1b8ad6b3fe66d2a91, 0x7e0419911d78b23f03e6eef3944cfcd4577b90986e68643f56a30d2314646a25, '', 0, '?'),
(0x83e2e8ca86d7e9906ea544e3ae96cb28, 'wp-admin/css/install.min.css', 1, 0x00000000000000000000000000000000, 0xc1896d0a1d14cd707999a253d37ecc5f, 0x008878bbbb2f97b50c8c2f92063749d4fa3ee0c76bf535e92aa43e49111d4fcf, '', 0, '?'),
(0x1ea1d00e272df470da2dcffbf10b66a2, 'wp-admin/css/l10n-rtl.css', 1, 0x00000000000000000000000000000000, 0x69b0527be5b3aa2c1644fe5fc1c34afa, 0xa0cef12285588d00b6c9ff0d8c8b7f52b2113e13731e46d35aa3ded141528376, '', 0, '?'),
(0x76c3a22c5c13ad2b51b9e5d5dbf1d6a7, 'wp-admin/css/l10n-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc14f53b547661c4be7bd9a8e38dcdb5d, 0xad64f27891b9f16b3372fec1deb056034ec4aa856581fc7490b32dfca083dcdf, '', 0, '?'),
(0xc9d203b086933244b41d69dc651c10bd, 'wp-admin/css/l10n.css', 1, 0x00000000000000000000000000000000, 0xb5c4b8f85029fb7c84f0719f72b280ad, 0x77707053a6bddc22fc44c02ebcc56f944d4f8c6dc74fa9271562cb61c78b300e, '', 0, '?'),
(0xe548c6cc34852e5ce3013a89e723e0ee, 'wp-admin/css/l10n.min.css', 1, 0x00000000000000000000000000000000, 0x2b2ed5045b480dcfac2e6babbd2f2007, 0xaefe92bbc3028c886c7f67f3dac3c26a2d75b9f05c243f9fbfa6295c91793640, '', 0, '?'),
(0xa2792585cbc6c7ba7e10b96e657f2256, 'wp-admin/css/list-tables-rtl.css', 1, 0x00000000000000000000000000000000, 0x84dec80acc4755197100bfa80edf7d19, 0x547c12ace2face639255989be5f391ab7dece0d027a770cdc307d6ec8687e17c, '', 0, '?'),
(0xfe46cf25adb3430fc2d43081bba3a12c, 'wp-admin/css/list-tables-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xcb2e1d966b121d6b85775afab729a54a, 0x8dd7efa471fdd9605abcfcc096fe7dffd2b8177071cb89da5d2f4b0adec0dc6f, '', 0, '?'),
(0x7c056aaa957837c728517d8e30c027f0, 'wp-admin/css/list-tables.css', 1, 0x00000000000000000000000000000000, 0xdf2291c2b2d7db61ec1759a80639ae6a, 0x1642c151ea9113f387764906641176ac77464f01d50b20267bdb6184927755fc, '', 0, '?'),
(0xea0c116b4c4e00f4e7bb781836400e07, 'wp-admin/css/list-tables.min.css', 1, 0x00000000000000000000000000000000, 0x34e87e0a7614057b453abd9373beeada, 0xbd1cd4a896b547b6126a361816d387ca8c44e79c6f53272972b92f7adae47743, '', 0, '?'),
(0x417b26cf18208aa2563eec07b2ce9d73, 'wp-admin/css/login-rtl.css', 1, 0x00000000000000000000000000000000, 0xec4fea38c27fedb1f549773ee967311f, 0x0fad35ed04faa50c4797abc4ca04eab7f8bf6631d1ba172b47f124b79173a3fd, '', 0, '?'),
(0x68405ac9258f52eb9546df3b74695c6d, 'wp-admin/css/login-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x395af750c19e5a0bb9f7e5ed5a0f027d, 0x06a9e549de77be26268d8800d1621f3bcd48593c498b507d898b73e90c21ab3a, '', 0, '?'),
(0xb61dbaa47c8f6a5896f9a9df7cea6662, 'wp-admin/css/login.css', 1, 0x00000000000000000000000000000000, 0x74eeb188296b161860ba9dbc08f57c54, 0x3d222b998ae9bb45d284f1a82a513f986cfe83ed170b5368d410f751991d3e19, '', 0, '?'),
(0x1060990126adb8e994a57e4b33052f64, 'wp-admin/css/login.min.css', 1, 0x00000000000000000000000000000000, 0xb0716f9ea0eb89a8037d01d61819d295, 0x2a18e6c207f718b58e2a647a6dcc871be567d77476e7d70bbe3844f526960ed7, '', 0, '?'),
(0x72f90fce0a97db62b0952315f0a9e97f, 'wp-admin/css/media-rtl.css', 1, 0x00000000000000000000000000000000, 0xa45df3bb81bd0080863cf69e7f98546e, 0xd9017c28c03653bbfcf377de2985b6fbf0dc08da718c8e675ddeda3db4081c60, '', 0, '?'),
(0xc17addbfe4af2658e29d9936a498cc73, 'wp-admin/css/media-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xee4d04d2c5c499c1688ba37184e6f507, 0x8bb230180482702f881c633b44e2a5d3ae258e6094c11d63ca90dc73efdbe3d4, '', 0, '?'),
(0x988da3fd549db94489c046d24b3106c7, 'wp-admin/css/media.css', 1, 0x00000000000000000000000000000000, 0xebd0cc92129d8f29fa8b66daa23215eb, 0x8038b8289e0c80d0caca478c31874cc793d21395699d3211be32ab815c45861f, '', 0, '?'),
(0x25d01550622eceffba38ba4764ce74cd, 'wp-admin/css/media.min.css', 1, 0x00000000000000000000000000000000, 0x5a548eab236ffc874cb30cf285096c3d, 0x4fb1de831d2d2d65314a7b9bdd8692f6db97ab0e36c5e2d69bbae539c25dd383, '', 0, '?'),
(0x1aef798204843852234f1bac79cec618, 'wp-admin/css/nav-menus-rtl.css', 1, 0x00000000000000000000000000000000, 0xedc470548ca17c52be8c94f6fc8b6c86, 0xf99bdfe3b1889af1157420cf86077e08f1ba822c9740095bb4236d201c05e633, '', 0, '?'),
(0x0c4483ac209a321efb944b16167c26e5, 'wp-admin/css/nav-menus-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x043de378600b0c2ac4125573d8099a48, 0xf6900de8ab9cbc8f3123b4abdd13e9941e0e58525c1bee8a001b3098891ab02a, '', 0, '?'),
(0xb9ae8315710168cc6e9b1d0c4afd6aaf, 'wp-admin/css/nav-menus.css', 1, 0x00000000000000000000000000000000, 0xa87557e7840940783e60c7877e2a1799, 0x0fd7a6bdd1b27311cbc9542e999077127aef836a160a4031305f85556513c9e8, '', 0, '?'),
(0xbd5a079ec0571974c770a5084e8c680f, 'wp-admin/css/nav-menus.min.css', 1, 0x00000000000000000000000000000000, 0x8aaac8c45315f80ce0f534516d595f7f, 0x488c42da1357ae63aa9b8e0db2b38926625d0ccba6e6c025f9f95a6d2d3a7b91, '', 0, '?'),
(0xfb5068dcc81f077f1eb3b7a4117256e2, 'wp-admin/css/revisions-rtl.css', 1, 0x00000000000000000000000000000000, 0x14180fbee1fff1db3412989150c0443b, 0xbddbca986ce6ea30e85bfe82ebd680769b6b040706843ab39d5b0c57d2194223, '', 0, '?'),
(0x40ea7419dc523e479c4868c4ed06d7a1, 'wp-admin/css/revisions-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xaa4b9f80af7993692411777d66e9d2de, 0x82d5d7874bfca1a9a4a2f3dedb3be63dfbb5ff29817a26c0b8edb9215f0f5b95, '', 0, '?'),
(0xa2206110224b77541b06d50e62633153, 'wp-admin/css/revisions.css', 1, 0x00000000000000000000000000000000, 0x41615f8d0cbede34b5ced529fe9e5e7f, 0xed2eea194d3eaca005ecd2256724fb10972860fd665080e42b2f4317577b2579, '', 0, '?'),
(0x0afd47c6996e02e5f01a40312b555da3, 'wp-admin/css/revisions.min.css', 1, 0x00000000000000000000000000000000, 0x040c4477b10c9fcf3cffb761dcb0e50f, 0x41b90db0bade00acc66e3eb285f26500b5292969aa56134911c6eb37c9316547, '', 0, '?'),
(0xca72b99e7ba41a6ba114c022a8a46b1d, 'wp-admin/css/site-health-rtl.css', 1, 0x00000000000000000000000000000000, 0x27c646e3c3864f931729676695034395, 0x6588e41037aebfd14e1f547fb27b009e5792f0d3436cbed15da20e8d6b3ab067, '', 0, '?'),
(0xeaf036ce5a97664defa31df30c943b84, 'wp-admin/css/site-health-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc61f97d295efa7b259a1c31ed539a06c, 0x521dac38dbad577827b238822895becadde391578f6b5b815cf4b5a6f256eb3c, '', 0, '?'),
(0x62f1aaa5b24bc4fe2b78b980a09a7746, 'wp-admin/css/site-health.css', 1, 0x00000000000000000000000000000000, 0xf8ae37763a8ce5880c9b2eb6846ff309, 0x14cc965ec4603df5f59c260ff4524e90d8b098b211eddf1649fbc29dd77f6068, '', 0, '?'),
(0xdb76365e41e8f380412f5d2c3627793a, 'wp-admin/css/site-health.min.css', 1, 0x00000000000000000000000000000000, 0xa64377bb1095c77534632279ece6c742, 0xc679b4c5bc08f4d073309ea81861d2fcb537216456bd7ac6b98050b18f5990d0, '', 0, '?'),
(0x02f70fad3072e3884822e1594b5d54b7, 'wp-admin/css/site-icon-rtl.css', 1, 0x00000000000000000000000000000000, 0x843b8077b07dce1d6bd532aa7ad3e61b, 0xe9ee9207ceb1618d980958670f6b66d8386a866ed1aaae9b3d8126600373d8a7, '', 0, '?'),
(0x8991de51e316a31d5773f1074137640a, 'wp-admin/css/site-icon-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc5605f3fde843ddb7cf887a72b9464a8, 0xecf2d94db5b4c853bb1cc31bf5963e6a2f0c8b8b1fb6224b052571dea3fdd67e, '', 0, '?'),
(0x273d215a6184cd61e2dbe66a1055d151, 'wp-admin/css/site-icon.css', 1, 0x00000000000000000000000000000000, 0x8d0ea8f47d8c45b2a80211d470306c75, 0x693ec29c05d3ba2388268b0e325aed04271b7f828a4b28162a1499abf5d6e2b5, '', 0, '?'),
(0x9b9a6e26a2e21b1ff06ebc21e5b4acee, 'wp-admin/css/site-icon.min.css', 1, 0x00000000000000000000000000000000, 0x6c951fcb811b78da4a91c55447888f98, 0x15f02bcac5ce57b5fff656dbf033af287146e8ede6c0723bb77c5e06f640a4d5, '', 0, '?'),
(0x08a6b196eb67847ed2771a11d0056868, 'wp-admin/css/themes-rtl.css', 1, 0x00000000000000000000000000000000, 0x1c7c4b87a701db41ce0aabd9588d8c17, 0xec39a33f18423e8a48b60dd04810be2bef6c9d178ddab9c729e966d191b226c3, '', 0, '?'),
(0xb59c359d8e4174df82966d30698e7aae, 'wp-admin/css/themes-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x546c91b261d6c87cb01db2444d599cad, 0xef07d2868191992cf0286bbeeb1c2a058b62be21a10bdd325fcc46c7d20a76a8, '', 0, '?'),
(0xca52b110add902d188e9b0debfbe0830, 'wp-admin/css/themes.css', 1, 0x00000000000000000000000000000000, 0x93b7262b1516cf0ec3d539b78c8142e1, 0x5f704efb8a3112b191534a9af2aa171d73ff8587a1a90df5e79da556db226095, '', 0, '?'),
(0xb19ac4665375b942eccda53f075e794f, 'wp-admin/css/themes.min.css', 1, 0x00000000000000000000000000000000, 0xa5292a41fb788a8a72e883c4c062beaa, 0x61e9b3e6de4bf270de0f241ab50579cf8bc075e197e9ab6232b691e6e74e5c58, '', 0, '?'),
(0x87a2a83376b455801a339850c55e4f20, 'wp-admin/css/widgets-rtl.css', 1, 0x00000000000000000000000000000000, 0xf25c3ac1e8dc5a2134ba7fec573451be, 0xd2a75653a1a3095f2b73b220bb717ca04bcc8896d475d5d119e72135aa73cee4, '', 0, '?'),
(0x73b2451eb8ce9e1e71c870b042eddad6, 'wp-admin/css/widgets-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd13a6498560ed8a0e7e637376fdb38d8, 0x80e1ee43e92340bb9129b7802d5b731789de89c094cf1fd044c76c0edb920f2a, '', 0, '?'),
(0x942148554e26ef228ba8d30e8c7af7f4, 'wp-admin/css/widgets.css', 1, 0x00000000000000000000000000000000, 0x2b91a746ea29f9a8ba3c2c0ce4c92259, 0x1c335d44981f07947085cc929f89a01bc0f2f232550160f2229954bbcfea1845, '', 0, '?'),
(0x459c7dbe7eee17a54dcac52ddb5d8861, 'wp-admin/css/widgets.min.css', 1, 0x00000000000000000000000000000000, 0xcb7baee9f7277ad7a550f10e038c4d35, 0x2041d5b289b5a474b3b7caf42264e48ab7cf3eac6f047b9e5461cee81870c4d3, '', 0, '?'),
(0x8eb0d6975d4e528dbcef537b71763f85, 'wp-admin/css/wp-admin-rtl.css', 1, 0x00000000000000000000000000000000, 0x4a89411639f686bd178d00573aa9dec1, 0xd9b2e72bd3cb7f3b48876fde74d4f4af7fb24e982dc5ed67131cb46515defca0, '', 0, '?'),
(0xb586bb2428ad678b28c1aed450dae72f, 'wp-admin/css/wp-admin-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x47835135274559ad6fe230b67dc65fc7, 0x30877c5446eee1cedd4f201b09ea2e97ab91e5a8e32eb9af3e81b943456afbf8, '', 0, '?'),
(0x64e8348f6ae0320b55c2568eb724f650, 'wp-admin/css/wp-admin.css', 1, 0x00000000000000000000000000000000, 0x96372351aa264d3fc2bb87f97c1ff35b, 0x51c344a6a0cc36a6b99b6850d6c2cc71714d39cf024690044fda0bd21e5c4f96, '', 0, '?'),
(0xd7c76a3096a9de77fe06457dc2ae529f, 'wp-admin/css/wp-admin.min.css', 1, 0x00000000000000000000000000000000, 0x8065e85570ca93fb489a57745021a048, 0xca5eb4c9dd452dca528c03f8b1a28127233f916c65c0ae6d4c1930af6b554090, '', 0, '?'),
(0xb98c3f83307cc3f6e03575c6a18301be, 'wp-admin/custom-background.php', 1, 0x00000000000000000000000000000000, 0x1263b5886047f8dc10ac8d025bbfc99e, 0x745b4076d26ced3bc47aa09ae704f49f3095b129c2c627131b2c71abb1cc4c02, '', 0, '?'),
(0x75e171671a008738896803d4adfb00f0, 'wp-admin/custom-header.php', 1, 0x00000000000000000000000000000000, 0xee989fcaee7fe75e1c43635b0f840b26, 0xd2d0593a4f7defb18509d0f3c2ac336258ec7553031a6842bec29a24d2be5b13, '', 0, '?'),
(0xaa3b133f32e8e18853fde3a700fb9a70, 'wp-admin/customize.php', 1, 0x00000000000000000000000000000000, 0x43164b1befd6dd6241069000eb463553, 0xa1a0ed041d89af105efef3afdd809a171ddbab235bafb15636c58c1771a3ed37, '', 0, '?'),
(0x9eee703f455ea240b7278ce3501245c5, 'wp-admin/edit-comments.php', 1, 0x00000000000000000000000000000000, 0x831745d541e43c8a1f1d7a487a183fe0, 0xc3c3076865c87149f8339519a5fa0b8cf67ab36489364c1d6d17d6a049bb9203, '', 0, '?'),
(0xe60df2625cf19989c4c98db21ac412eb, 'wp-admin/edit-form-advanced.php', 1, 0x00000000000000000000000000000000, 0x5f0b9e854ca5725bff682b2f261aa6ae, 0xa9cb2df36c4a0409ca377fcb2cf502bddf07b35dde16555b7362f78054c90cf0, '', 0, '?'),
(0x3583d3fa3932cd0883a85ec0253caec7, 'wp-admin/edit-form-blocks.php', 1, 0x00000000000000000000000000000000, 0x1e69b6ad7d47652b37e5bf054556bd22, 0x71cd83feedd7b0d16c0f3298c62569210ba08494b04f6c62e9ae9f179a16b7b1, '', 0, '?'),
(0x479637181a089ee6b249263aed190778, 'wp-admin/edit-form-comment.php', 1, 0x00000000000000000000000000000000, 0x8980aac336109682deb554cf3d162c0c, 0x0844c89efbc67069275c0f1dde94e74f06105ecd981ff03bcc7a1552a4113ce8, '', 0, '?'),
(0x0a93b591622dd356f83a88837c6db5ff, 'wp-admin/edit-link-form.php', 1, 0x00000000000000000000000000000000, 0x0da58c35c0f2a3e4ab3758ff6c65c9cf, 0x72922d69c35dc5f48a063a5edfc88c31f8dc493eafc9af67d4d85bd9e1e7afa6, '', 0, '?'),
(0x25ba0cd2e0eb380e5e1b9c563cd174cb, 'wp-admin/edit-tag-form.php', 1, 0x00000000000000000000000000000000, 0xb4711a81283f9ade469aa0916f6eb53b, 0xaa7e9a889b3f8eee4f6a30c5e186d3f734c736e3734e06750d928a8125e31f9f, '', 0, '?'),
(0xbe8a68a2dddf29554740c87896cc7609, 'wp-admin/edit-tags.php', 1, 0x00000000000000000000000000000000, 0x7dc416fc240fa44edd0a80e221899342, 0x827893bb865853cf574a7e25cf40cc2d0ec599bdf5b3569a4e5aa71593e48f7b, '', 0, '?'),
(0x59854c61d80e1f181180b56818d02801, 'wp-admin/edit.php', 1, 0x00000000000000000000000000000000, 0xa10a58834151a0178d92d3d60520b0e7, 0x113a78a1699cc9add6f368ec8b69c774ccab096db838ce52e1ae1287adf45b22, '', 0, '?'),
(0xd3f3c14937df8753d11c329126b08e88, 'wp-admin/erase-personal-data.php', 1, 0x00000000000000000000000000000000, 0xaa5a05f2e247029481af8b589d1c3a83, 0x48a8fcdc24769cf23ec8b54868e3a996c4a9ff19b6f4fb262640453317ea3f9e, '', 0, '?'),
(0x7056596101e2811200efad863d80c1c4, 'wp-admin/error_log', 0, 0x40bf4b92032312a3a9b65bc84c40c952, 0x40bf4b92032312a3a9b65bc84c40c952, 0x67ae43d5d9b0cb2b885a7729836a91c854b3461fdf9861593753eaf4b222bc0e, '', 0, '?'),
(0x7c2d1bd9fdd3ca06937afec7032dbf1d, 'wp-admin/export-personal-data.php', 1, 0x00000000000000000000000000000000, 0xd476def1d9d5f76019f74f1ca8a79185, 0x30c2b6e97d241ffaf7d69e33b909233b22ce97532f795cb9ce689981179510fc, '', 0, '?'),
(0xc2c0318c92c17cb80f7d9a94e264511d, 'wp-admin/export.php', 1, 0x00000000000000000000000000000000, 0xdf9989211c395b00634d7e6e5b9bfc88, 0x8ee24be39a871035495315d8ac6acdb7bd875d3a3bad17b8d23b59de8d064763, '', 0, '?'),
(0x4fa783b5e026c27281e8938f951eea20, 'wp-admin/freedoms.php', 1, 0x00000000000000000000000000000000, 0xfcca25f83d7824e50e5c24e06056ab72, 0xfd241ba00216fc9619e06c4271034cc97c37540afb77dc195e1db5f3ee660c5f, '', 0, '?'),
(0xe6ce57fbeac322fadaea01536b073acd, 'wp-admin/images/align-center-2x.png', 1, 0x00000000000000000000000000000000, 0x9ebeb22df3728735042a4a37a1496611, 0xa2381b7466e72a0e4a7713d2540fc25ee5c248d93ec8f1ca31f64a44c8cebf13, '', 0, '?'),
(0x262a83cac464c486d6b88f0905d64835, 'wp-admin/images/align-center.png', 1, 0x00000000000000000000000000000000, 0x09d91addb6b53479e68c645931d9658e, 0xd0eb86bd4e33875821c5cd6c6aff14680260e303aeb1e7b4c768415df4b84a87, '', 0, '?'),
(0xf65639b4d44bb1e1c4676f58b1b937d3, 'wp-admin/images/align-left-2x.png', 1, 0x00000000000000000000000000000000, 0x698538b14fb9839aecd01d5e97c66316, 0x246b62b63eb6e0ce0ccd18f16b269e3a09da8261ac37b916b65a63646d82b425, '', 0, '?'),
(0xe9aaca6dac164d1e74a88604db57b342, 'wp-admin/images/align-left.png', 1, 0x00000000000000000000000000000000, 0x5cfd7930cffa6412f75af26f2e689ed4, 0xe95f5dea3c23b653ce22b4425e55345f02dd513c21409a01783f4a24aea34bcf, '', 0, '?'),
(0xd45d7f2ef56f6ff0c8a6074d2d6e0987, 'wp-admin/images/align-none-2x.png', 1, 0x00000000000000000000000000000000, 0xf858439905295bd705b09b2dba3418bd, 0xb3dfa7265151bd7022137edb1a3853d78a9a89efcdf60459dee5ebc516531760, '', 0, '?'),
(0x4d57800912e510a6be1f3ac9e498d98a, 'wp-admin/images/align-none.png', 1, 0x00000000000000000000000000000000, 0xf1ad65716432a0a1da7591a5c2f10d04, 0x1da4672811b831038658e3a4117b8610205b5d2ea1fc8d54828ea19341d9c4f5, '', 0, '?'),
(0x76e247822ec267b741f5c62306f572e9, 'wp-admin/images/align-right-2x.png', 1, 0x00000000000000000000000000000000, 0x6883026cbd3e72ba5da36c57c60fc078, 0xa4561c3af00b1368afc1c623c8864254d6356900a53f84f963c04263e184f4dd, '', 0, '?'),
(0xc3cd746e529fd894c0e1afcec6255e81, 'wp-admin/images/align-right.png', 1, 0x00000000000000000000000000000000, 0x42d8f3e2874f6523d36c403a502b2276, 0xf291fcc9b3fcf69143ba0cba3ff23dfff2e826a1b055795aa9333192a5213c63, '', 0, '?'),
(0x995b82179fae514822705331c8aaeb63, 'wp-admin/images/arrows-2x.png', 1, 0x00000000000000000000000000000000, 0x972051f086017dcef17964622336840b, 0xf82c6381cbbf1aaf69287ee6d6d729958ca9ce2780c4385b41e92fa849d1e578, '', 0, '?'),
(0xd345236cf0c24cfee65f26dcaab3c2ef, 'wp-admin/images/arrows.png', 1, 0x00000000000000000000000000000000, 0x7fda76920124f03e88d1dfd93e03bf59, 0x92595789129a280c86f04e33961232553bd5e20ec6ced13c2e6917446421c4d1, '', 0, '?'),
(0xa14453e6e2e1330f172ec4af797df33b, 'wp-admin/images/browser-rtl.png', 1, 0x00000000000000000000000000000000, 0x442291d9d3a041e41aaefebfbf25cc9d, 0x2be595a7eedbe81e30d6e770cec69cf5984a144d6b20ff71e7770f9c58d8a8a3, '', 0, '?'),
(0x980e9bafd0c28e0fd9ea48cb300836b2, 'wp-admin/images/browser.png', 1, 0x00000000000000000000000000000000, 0xc1b2f9c29eb54b1f5c0284629524fe46, 0x2624f186c489399ba1e088d77e5f5348d25fd91c14cc93ef254cbcb6fe2726c1, '', 0, '?'),
(0x47803971f3f1eb3dcaa55b333f1961e8, 'wp-admin/images/bubble_bg-2x.gif', 1, 0x00000000000000000000000000000000, 0xcfac1d71069a6a99198c0a8a1358c23c, 0x6eacbc250134eb078f4c18a6a9ed367b812fd0a25bacc4ac173f58575f412e72, '', 0, '?'),
(0x51756f145058d8d80005ab15b853da9e, 'wp-admin/images/bubble_bg.gif', 1, 0x00000000000000000000000000000000, 0xfa7ecf673cc487f349a0c1ac1f1eae30, 0x272b1d75d257eb602d41b215b61ce80cfedd5327a47d537e53f5d262a4cc0397, '', 0, '?'),
(0xd2d54c7435393396755e98ebe429d9d4, 'wp-admin/images/comment-grey-bubble-2x.png', 1, 0x00000000000000000000000000000000, 0x9d5459d3c59d32b602732c0df56d83bf, 0x441189c5c078ad8f8c542da1a1e6dcfe778518c34e8409a0be508c7b12a6821b, '', 0, '?'),
(0x05a2d81bc01d65df6257fc4130cf1e64, 'wp-admin/images/comment-grey-bubble.png', 1, 0x00000000000000000000000000000000, 0x8f59128f2a27b489b0a974c0b6b21046, 0x3709ae8d79b2f1ae8cacd0e8557bc319ae13a688d49fe382c560a1a75d6da2f3, '', 0, '?'),
(0x10cf4915a2d85c6ab6acd178cccdcb67, 'wp-admin/images/date-button-2x.gif', 1, 0x00000000000000000000000000000000, 0xc28b3fbea9a861b430fdd7394a511a96, 0x9f1d04add32a01ac51adbae80bda5f28473a2a80cafdceb764faebe3eeeae02e, '', 0, '?'),
(0xfdcd6184ed274054e791938903f5d6ca, 'wp-admin/images/date-button.gif', 1, 0x00000000000000000000000000000000, 0x762130cf9d24c70a2de6bdae4ce5cc54, 0x68c9c5b5ceb4e498bcf9ef6e24b086dbf3cf1bea1ea3b98be8051471214923fa, '', 0, '?'),
(0x8f6a254dbbc98df2d17017295a89c40b, 'wp-admin/images/generic.png', 1, 0x00000000000000000000000000000000, 0xf88e1b95ff278a5b231f39380b211ed0, 0xa77b75eba3e5d54b5b67cd86054578dc7ba53adfbc82fa6ccda847c411181fab, '', 0, '?'),
(0xc81a7b0867ddfc3f17d13367daa21abd, 'wp-admin/images/icons32-2x.png', 1, 0x00000000000000000000000000000000, 0xb525a42af908fafcf8cc07679ab4fabb, 0xd7232124edafd840ec306706e9bf2ed63b6916332521cdfd634850eb04959c3d, '', 0, '?'),
(0x9fce1b9626bfa24ec22cf5a5ef8c3650, 'wp-admin/images/icons32-vs-2x.png', 1, 0x00000000000000000000000000000000, 0xa12a3034ff4734469709265a83697d22, 0xeb2e61fa7d7f858b156877d3369c5745caad9628331def4ad3adb539d30845e5, '', 0, '?'),
(0x87ab4c209d55ffd5c0b966afe075e23c, 'wp-admin/images/icons32-vs.png', 1, 0x00000000000000000000000000000000, 0x052cd6502a05e7d3f17b3e76a5b15566, 0x96b090daf83f55fc987abed4501e5c99c20c408660a238670f3b0daeb3c19645, '', 0, '?'),
(0xc231a88c575628329f9836b284b31594, 'wp-admin/images/icons32.png', 1, 0x00000000000000000000000000000000, 0xd1dbac5be76d39851ce74aa134cc1aea, 0x441bcc6b438d6489ee97697c617c99b9e0ddd92bf20d9e087887afcc8cbcf1ab, '', 0, '?'),
(0x124cd6c4fcfd38e0ef80f55ca8ddbc2b, 'wp-admin/images/imgedit-icons-2x.png', 1, 0x00000000000000000000000000000000, 0x2ce3ee2783a33655a6bdfd9dc3cce174, 0x933fe0d88e299d2e6ca014f4d0178dcf25b83cb2288f5fda201b36ff605e6337, '', 0, '?'),
(0x7bf5871f903fecd1d5fc0d92da0a1b27, 'wp-admin/images/imgedit-icons.png', 1, 0x00000000000000000000000000000000, 0x4bd55c320b9fd9d8127da94789693b4f, 0x54ce4ec27e88e5f72dc340b0e84e8314d0cc9e1156e75ca6942875182405d5e9, '', 0, '?'),
(0xa23467818c651fcad8e93ea9f3d3df9d, 'wp-admin/images/list-2x.png', 1, 0x00000000000000000000000000000000, 0x68d5bb134953c23217fdd36982679a0c, 0xf97fee4afc70e1535ff2af0bd41058d8d8238e89058f5542d92d7ad4d4c42ce7, '', 0, '?'),
(0xade25a0a7504d56f4bb020afb6543b65, 'wp-admin/images/list.png', 1, 0x00000000000000000000000000000000, 0x1e123e96bd2a1ce2c0d3b305d153f1c3, 0x5c1b77abbb545b853db06216ad1b61436ba98f8f138185aa3b6304a306b607c0, '', 0, '?'),
(0x1c29fa4de6c85ef0b6c3bb6f7af0a905, 'wp-admin/images/loading.gif', 1, 0x00000000000000000000000000000000, 0x4085d79caf783e639794adbab5d6c2a2, 0xec3c00d085d2a9a695d9871b71552598e28147861df23772f35c9c2a96bc324a, '', 0, '?'),
(0xbb00b2d725335b247800e8e22eb08e28, 'wp-admin/images/marker.png', 1, 0x00000000000000000000000000000000, 0x3313dc2a4f322fd43349329cfde8191e, 0x7e54bc405c8e807655493ce7704bc8d7c4d7616054ba40637f07e31cde6361fc, '', 0, '?'),
(0x40de3b358b5811f5f156a87f944fc65a, 'wp-admin/images/mask.png', 1, 0x00000000000000000000000000000000, 0xfcf693677ea822e6d24af7b2e4a98e99, 0xea9ed72f033c73c4d4a1e329dd27912eae31c09d016a6b6e834b390551eef4c9, '', 0, '?'),
(0x40f773028d5af6945e99a5d3e8718d76, 'wp-admin/images/media-button-2x.png', 1, 0x00000000000000000000000000000000, 0x23db5749e51d85105cb8d03fc81305c9, 0x9f3cf3873abbf0746ebd6b621bed7769dd268cf109b8c8f752a11fb511d5ed1a, '', 0, '?'),
(0x31dc456651a4762329f30ad930456b51, 'wp-admin/images/media-button-image.gif', 1, 0x00000000000000000000000000000000, 0x1df8ccf3a8b6f86dbe09278ae8e60141, 0x69c4b7b1e37a5b05baa81dffc42f2217cc20580793e9db7bdc6ffdee973a86b3, '', 0, '?'),
(0x615c632c49223554cd05b123cc8b1ffe, 'wp-admin/images/media-button-music.gif', 1, 0x00000000000000000000000000000000, 0x345e0f26246fc3e8a00b75662610f498, 0xe877571c64c2bc38509c4636ea41bdb5eed7dcb4b4746f2dd6d3585c87fe6124, '', 0, '?'),
(0x014e519e222a687a1caa72c3777c1af8, 'wp-admin/images/media-button-other.gif', 1, 0x00000000000000000000000000000000, 0xa55126545e825d4242990e670227f9c3, 0xfda1421aea72b646ff06d092c31c89811450762d5e6654bf2ccac15fc2c91169, '', 0, '?'),
(0xfe1bfdfe819c03297a5d213fbbb161c0, 'wp-admin/images/media-button-video.gif', 1, 0x00000000000000000000000000000000, 0xc2d206df3efdc0db758b8065ad77f04a, 0x59a265b897dc226e2bf223401013acf5bec6bc865a8286c467e1905650fee927, '', 0, '?'),
(0x61299e544d57e1b84f6f88b851947cdc, 'wp-admin/images/media-button.png', 1, 0x00000000000000000000000000000000, 0xb2b6c3e336054070e8927a5e7965f3ce, 0x5f1aeafa88fdf203536ad7965920bdf3f001e89556bf5a9fee47656ee7b05f0b, '', 0, '?'),
(0x0522929f4edfac6a6a29859f008c954e, 'wp-admin/images/menu-2x.png', 1, 0x00000000000000000000000000000000, 0x6a47fff5fee2f97bbf3eaf5e3b2482d3, 0x96325d79e214d72368bde2c432f639f83e205e7380100d48e5090adbdc679ac3, '', 0, '?'),
(0x2a2061d846b2cc19f0349fb075db7655, 'wp-admin/images/menu-vs-2x.png', 1, 0x00000000000000000000000000000000, 0x4aa85a0c593cf769c7185911ae8462f8, 0x279cb946e0bdf71bd194450086f5e6e80237a1c9a19f9d2301e43e736550d8b6, '', 0, '?'),
(0x0215745d95d99f75c3d575dbfce56afb, 'wp-admin/images/menu-vs.png', 1, 0x00000000000000000000000000000000, 0x719980f24cf02c0c5fa53b312fef45ac, 0x47b26948180f7cfc13d706299db6453bb3bd225fe33bd4a334d4bb77946c79c1, '', 0, '?'),
(0x40ba58440ac30a524e867f9074ebcdd3, 'wp-admin/images/menu.png', 1, 0x00000000000000000000000000000000, 0xe10d8139230f1f8b64f35960098f8cff, 0xd96cfac849452f28bc70ad9600d2706ef38b96542d4fa51f7a225d2c3d6003ef, '', 0, '?'),
(0xeb462019f338c72bb229d0d872dd50e8, 'wp-admin/images/no.png', 1, 0x00000000000000000000000000000000, 0xc86bbf1c64c924f99fdc9f5637f0c08b, 0x0ae03ec8d214a27e68c45af5a4d35000fd551030ca3b2720107bf5291209ac3e, '', 0, '?'),
(0xb513e5b5152b449e46dcbf545a5b4837, 'wp-admin/images/post-formats-vs.png', 1, 0x00000000000000000000000000000000, 0xa68f53a66c93f4485ca9acafaffc81e6, 0x18658574af81ab777c57a77b0e1278bf79250c4b3aa6bb514537ac9091e5c3d3, '', 0, '?'),
(0xe300bc95d7956f786933250d2b5d6b67, 'wp-admin/images/post-formats.png', 1, 0x00000000000000000000000000000000, 0xdc4bffe1d10093e4d92533a8d60cba07, 0x39c6ba0e8306260ccf5d9faf6e9f45181b75a1c0615d6946e9f7c6f3bfc6b3c2, '', 0, '?'),
(0x6e0e0e5dfb6a16373c331349537351df, 'wp-admin/images/post-formats32-vs.png', 1, 0x00000000000000000000000000000000, 0xb7742e45b6adea3547a54e1af3fe761c, 0x285aa82c859ceeaa496dad592cce87fcd497f1c674479fa9a39efaafb8ab611b, '', 0, '?'),
(0xcec593fefafacf94f2031f3d9fba2336, 'wp-admin/images/post-formats32.png', 1, 0x00000000000000000000000000000000, 0x57597e8f4f92f87bf02b5f4c896b453b, 0x6bbe3c3814a42e5f44b4e34b0e188b82b5df475ba735652d49283077b0e16807, '', 0, '?'),
(0xf2b63f7b6f0b5fb1b0b527bb186ed611, 'wp-admin/images/resize-2x.gif', 1, 0x00000000000000000000000000000000, 0x887b335656b4ed4656ac1c1966e4254b, 0xe687b47932717f99fe5af06fa0a67eb4a2285b971e826000601b43b8691a4c27, '', 0, '?'),
(0xac3321390b16e43de8369d0c12dda10f, 'wp-admin/images/resize-rtl-2x.gif', 1, 0x00000000000000000000000000000000, 0xcf154dd5ef93f9a84df148f521fe5941, 0xa332f9ec6dd16fdfe67b0eab7c856e7989fccb839f340b28e5f8fbcf86ee3daa, '', 0, '?'),
(0x8849dd7b8b3fbb8672f45daf1e1da037, 'wp-admin/images/resize-rtl.gif', 1, 0x00000000000000000000000000000000, 0x6e43258f59d8669c88f876b5462e0e7a, 0x4053742d5df37aba95272b6b9fb73280e57bd86adc2cca514e9aaf7e29db093e, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x7e3fa14abc49d6622a15d7baea65e843, 'wp-admin/images/resize.gif', 1, 0x00000000000000000000000000000000, 0xcbd61f6c4eed10fb1317038905abc4cd, 0xa93611f3808fb802d701f38826133f03c335fad13f73fd71474d03601c50163b, '', 0, '?'),
(0x0a669d868959a1b703023426fc4cf0a6, 'wp-admin/images/se.png', 1, 0x00000000000000000000000000000000, 0xd6c89442c360bd1e08da2e7d1527373a, 0x59adbb9be403039be8224bf9d17bb755bca908d772993a328a8b114a4cb494c8, '', 0, '?'),
(0x58973a382b7fcb93323e565daccb38e0, 'wp-admin/images/sort-2x.gif', 1, 0x00000000000000000000000000000000, 0x8f91b441c3ac6bec3abc62d18276466a, 0x27881d97ad614bc50c0074474aaf427185a958572a03284a7c319aa3f57a5b28, '', 0, '?'),
(0xdd5b36bb02358084112bc809e16e39e4, 'wp-admin/images/sort.gif', 1, 0x00000000000000000000000000000000, 0xfba0b2ac81a0edbd2aa220aa92dacf33, 0x765006901f84842d7eab1978920cb54f2205099214c71115d0d9e1fe3b1780e9, '', 0, '?'),
(0x874abc26065f23b9f13353d471a08dad, 'wp-admin/images/spinner-2x.gif', 1, 0x00000000000000000000000000000000, 0x31fd991e90e6329d865e23e638b50ff4, 0xa0efaf08182396cb92cc3d2402630ea9a736c0dee418d2df09429d9934078136, '', 0, '?'),
(0xe866f569bf60b81d3d4054b5e76fd902, 'wp-admin/images/spinner.gif', 1, 0x00000000000000000000000000000000, 0xd54cf50a44bd0aca6fd98bd46acbb2ba, 0x7ac68411e01a22ffb26e1a73b228ce55b60e2f7ef71537ba8046abf85ec285e3, '', 0, '?'),
(0x50de3124b61b1b89f3025c170f2ae543, 'wp-admin/images/stars-2x.png', 1, 0x00000000000000000000000000000000, 0xf5ea4194a79c23e653b24d0c65032e5e, 0x1e5baef2e880bffd5f280d68aad7e71559c188b454eea4b9f07f04df715ab1d5, '', 0, '?'),
(0xe946ce6a2159e97b072e4a3d2cb5ae12, 'wp-admin/images/stars.png', 1, 0x00000000000000000000000000000000, 0x5bace01f99903e3cf56bb27bd2ec2891, 0x2f09deef2285dac088044661ecb1943c5359dac367dc0fac0bd0d889468cd740, '', 0, '?'),
(0x56726d914b7f451fa770bc6ad7e43697, 'wp-admin/images/w-logo-blue.png', 1, 0x00000000000000000000000000000000, 0xfd5b4eb05706a2f05f707fe077ae1030, 0xdea35e519074e4330103f4489d1c756e0155e29dbbc9e07e05b2271202bb5432, '', 0, '?'),
(0x4a0b66b80f333ff693875f72db431f91, 'wp-admin/images/w-logo-white.png', 1, 0x00000000000000000000000000000000, 0x6ea6ccee4a0176dba27ebb79ac175c85, 0x6ec19d449ab08b207f125fcf3b15d32147abd79d635683304d1b3969eb823dbd, '', 0, '?'),
(0xc62b92a0cd67d405bec27136a55e00e8, 'wp-admin/images/wheel.png', 1, 0x00000000000000000000000000000000, 0x4530bd2071306dbbc61a592556b958a0, 0x285db43a3d64d371db85bc4f7b39128cc28013d480a5769a85c8987e8ab2daf3, '', 0, '?'),
(0x1d8b2584e4105cf9c24d4182edd2efff, 'wp-admin/images/wordpress-logo-white.svg', 1, 0x00000000000000000000000000000000, 0x19bdd97150fb43aa862d53500c44e6f7, 0x6513a334d145bac73ffa2610f54473054187c4d7caacaa3b06fc2940be58c992, '', 0, '?'),
(0x05745a518fa5597a3085fabddfe8b7ab, 'wp-admin/images/wordpress-logo.png', 1, 0x00000000000000000000000000000000, 0xc6b0f979b9e66fc338f4cb3853a5608a, 0x620178c3054cfc50cdb0e9e23d5e92ede5f7b9611cf56dcfc5f1babb3169b3df, '', 0, '?'),
(0x0bf263221b6d6c8f20ffc79e073e6f13, 'wp-admin/images/wordpress-logo.svg', 1, 0x00000000000000000000000000000000, 0xf34ef6259364f7ef0ccf67cd1dddc970, 0xce22a675f099a86a2d51450089d35b1919e6a6674cdd5a35dd4d441b1fbd3a7f, '', 0, '?'),
(0x80d3dabae8758fb6bf4d97c91df75b0d, 'wp-admin/images/wpspin_light-2x.gif', 1, 0x00000000000000000000000000000000, 0x6d53acfb07ac1bfdd0db79224389c4d2, 0xb0bd36193653af58a8a30fb1b9feb1364f7dc9343e881d70be22c30fa0942731, '', 0, '?'),
(0x0b22771d1725e25f83844b5ca0e175cb, 'wp-admin/images/wpspin_light.gif', 1, 0x00000000000000000000000000000000, 0x680f6b9e75cb52aa0d40396b0cf792e7, 0xbbb3f721da46d7b1871be410f21fb8289c890eb523f5e48831138608891e3ae3, '', 0, '?'),
(0xfcbb3c6ce66117ac802c9b62582cb3b2, 'wp-admin/images/xit-2x.gif', 1, 0x00000000000000000000000000000000, 0x9cd381c6753a40340d85e2c57a3c35c8, 0xa8530dce7d1140bd137e51f73a805363b5b1a7ea192a642be55ace5fbe7bac52, '', 0, '?'),
(0x9da76dcc119cfd7a34e84ce4af04fa4b, 'wp-admin/images/xit.gif', 1, 0x00000000000000000000000000000000, 0x94ecab09335897c4ab392bef96366e7e, 0xfcd6fc2073b2afb994c9dbdba80c93a0532c6d64ef9f5c59146292c687efc26f, '', 0, '?'),
(0xd84d268f33160ddcc13315434d61517b, 'wp-admin/images/yes.png', 1, 0x00000000000000000000000000000000, 0xc42bf814a237dc89970d715ae8516b13, 0xa03dca51eae21947ddebe7883925b94b86e616e62ccb0dfb1a46f079f585e71f, '', 0, '?'),
(0x94c91e54b2a256a8edf4aa935c989705, 'wp-admin/import.php', 1, 0x00000000000000000000000000000000, 0x7f15d94a5ace4dcd6b73da2373b0cba8, 0x06f60315036a160f167cd392a953268cfc5055cc30f88348e2e2e5d6033f4f28, '', 0, '?'),
(0xc4b34af50a607c19c6352c4854f508bb, 'wp-admin/includes/admin-filters.php', 1, 0x00000000000000000000000000000000, 0x2959a68b35b564138184426cf0042cd4, 0x6dbb74b9f36a0203a6967d39c8beaa8ca3528766bf3e211180fe65c4adec1483, '', 0, '?'),
(0x4492c9f1bed5296261eb6bdac57bcbcb, 'wp-admin/includes/admin.php', 1, 0x00000000000000000000000000000000, 0x2676cd7b15874c7f6f324a6f42da8602, 0x60fca27f23a6f893360ca69977f26a0b2946e9086861ccc31828e0cd78ba1750, '', 0, '?'),
(0xd2aa2a8fe3d41f489aaaa80a3b74b2fb, 'wp-admin/includes/ajax-actions.php', 1, 0x00000000000000000000000000000000, 0x6d3f01ad9af98125e18e56623b36878a, 0x7a2fc1474f22844351d37b7e457a61f6a60da88222a876c9905731e21fa0baf6, '', 0, '?'),
(0xb6b0ce9d48ba012ab6e12a2eda811f53, 'wp-admin/includes/bookmark.php', 1, 0x00000000000000000000000000000000, 0xfeea3367c3ee803baf72e4dac1401983, 0x767d1c98cfefe09d951d4c1284783498913e2baab78db9a8dc9a002497cd57e4, '', 0, '?'),
(0x22d810770e13b21dbe68b21088ad14c6, 'wp-admin/includes/class-automatic-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0xbff0a99ec3760fd7d9fb12ac465eb208, 0x1a7c1c6e9b269552c1b9e337a2e294ea080d2ebd2d804169861c3d291ad334b9, '', 0, '?'),
(0x6ee3d0ba0b9d99d30c76fd6e6a3dcdae, 'wp-admin/includes/class-bulk-plugin-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0xdf83ef6cc53d1fd92a66dcb74739dd9c, 0xe68ecd8bc88cb1f5cb80478fc100fc07b79d637b3ee22e14be2727913165e52c, '', 0, '?'),
(0x2027d3d21caa5f550f0f3b30982f3cc2, 'wp-admin/includes/class-bulk-theme-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0xca9fae48a78a4cd9cbbb29def07106c9, 0xdafc68681dc3123ef7d79ab934e2079e9d210453c29896e0267a6c6722cfec8b, '', 0, '?'),
(0x0e5737a4947b2884a63b3a50a59a9d3f, 'wp-admin/includes/class-bulk-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x4132e73fec01d610ac9a9ad82b5994b0, 0xf369b7cbc09d3bf64d33058e55c850f10e17113cebc0585ad30ea17adac4dfe2, '', 0, '?'),
(0xc26ad5e755c355e991581ad0e82f4a2f, 'wp-admin/includes/class-core-upgrader.php', 1, 0x00000000000000000000000000000000, 0x961536c69ab9c4fa9dc9da823547416d, 0xadff9f5c6f26e91e67bbced40a3a5c68b942601bf05b8bb81a69a3de00bb647a, '', 0, '?'),
(0xc9a1ee888bcaa77eb2a2c1bf022e296b, 'wp-admin/includes/class-custom-background.php', 1, 0x00000000000000000000000000000000, 0xc048adfb52db0ac6a7e26b9cc6608bf1, 0xb9eb52e90ba9ff9426e79831e84ea45033fbfdd323b0c6c3cfe885150c3cf226, '', 0, '?'),
(0xb112fdf7aa6eac9b6ae7f850fa2b85a9, 'wp-admin/includes/class-custom-image-header.php', 1, 0x00000000000000000000000000000000, 0xb7cab1f90e8e49428b30b2fcc2e43a95, 0xf28d1838db264a32c66a984f799cbc7a26d8d0fa4a911b6fc60a6c34ef960144, '', 0, '?'),
(0xd74d00f7c2da63b09aedf8a1a25f64d8, 'wp-admin/includes/class-file-upload-upgrader.php', 1, 0x00000000000000000000000000000000, 0x3689ed398112ae6d0f3d3355c215504b, 0x1e13fbe80be4c87e8abb9c20ed5c27f090f8166888ff36692cec09949104084c, '', 0, '?'),
(0x17a93a38cf1f4961f617b9c3b86cd56d, 'wp-admin/includes/class-ftp-pure.php', 1, 0x00000000000000000000000000000000, 0x06c43882160dee5a21c8be34fa1edc4d, 0x802cd80966292aa4291a4ac99341ea7e4fbd476d3397b446bb299f3237dad3d0, '', 0, '?'),
(0xa56166683d46afd5de54d23afe9336b6, 'wp-admin/includes/class-ftp-sockets.php', 1, 0x00000000000000000000000000000000, 0x1633697b2e83b923ecca04e6caafeeb2, 0xa39c1fe71097554a69d37302d0bb437ca425970c317654ba015c241bb62f6ac2, '', 0, '?'),
(0xf105f8e59372702e187585337a78800b, 'wp-admin/includes/class-ftp.php', 1, 0x00000000000000000000000000000000, 0x381db624f7426d11b79377ccf1f409a1, 0xe7336cd2867fd1fcddb75d89deea9d94c8d779ea4ba04ea1415a44ab6d184cb6, '', 0, '?'),
(0xbaad3ae6c058a9bc40007b2ac5d6afa6, 'wp-admin/includes/class-language-pack-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x16a9faccfd318b4b02a1f0fef5d66425, 0xcd4927f5e94af738cbb57597ee5ff00d99cf6c1ef784509fbfd3ca5e060734a7, '', 0, '?'),
(0x67d017b67e29b27ea573baca9e93fb49, 'wp-admin/includes/class-language-pack-upgrader.php', 1, 0x00000000000000000000000000000000, 0x076b0c4f392bfe72b7ebcf7f592e1539, 0x36e1780c116a0d4f1d8e6566317f985a833fcea6efee41f5f1279970691477ab, '', 0, '?'),
(0xe71e1622d5c6a181fc9f173776732bf6, 'wp-admin/includes/class-pclzip.php', 1, 0x00000000000000000000000000000000, 0x03f45ba92710ee6a865b9e9488696cd9, 0x7c62b1c6c368d9f250f31e8e1491e0ab6e1d5606eff28234d6a76b45d29be355, '', 0, '?'),
(0x572613cbd6b420aa292bf4dab1a5f6e5, 'wp-admin/includes/class-plugin-installer-skin.php', 1, 0x00000000000000000000000000000000, 0xe22a9678999690677b931fec942d6f72, 0x7e2905b0bbbb48aaece2ab51712b382e823e2cc1b6c13a9f899e6659c310e7f5, '', 0, '?'),
(0xae682f07cd94909e6a9743eab600e66e, 'wp-admin/includes/class-plugin-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x33660095c1c66106ccb2959d8eb5fbca, 0x47fdd934e4f2c1cbc211f6761510fbb55eee0631506fb4ca5cf57911e8981e2f, '', 0, '?'),
(0x7610962946bc18db7e027184879c3f62, 'wp-admin/includes/class-plugin-upgrader.php', 1, 0x00000000000000000000000000000000, 0x28ec7dccc69c980ec7f2b5ed356dffb2, 0xeb82f85653e856903ba547e2ffd2760ea17df9b400eeb18163c02aea0b1e8da7, '', 0, '?'),
(0xbf997314bcf383499e71468d9b8aa3b5, 'wp-admin/includes/class-theme-installer-skin.php', 1, 0x00000000000000000000000000000000, 0x39b621a70c051c78b37e29f8990ba2ca, 0x94cbfd3f806da76ac8bfeb85b58d03e1d6cb46218ff0f1a659e3684d3a1e99dc, '', 0, '?'),
(0x4860b05c07f120e69c72b2a7b759ea43, 'wp-admin/includes/class-theme-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0xc4724da2062cc97d31ec6fae9f993518, 0xca45274a461d7722f5e4e33948d58320ee8788820de64985d35127c744c56006, '', 0, '?'),
(0x9b33e2f46144957716b750b69c8ac671, 'wp-admin/includes/class-theme-upgrader.php', 1, 0x00000000000000000000000000000000, 0x1655e947bfd38ee7c315178b648cfd33, 0x8d7a47a3d42fdba7f12ca05952ee512a197c1c5fbb07efc28dcfd85a5406eff9, '', 0, '?'),
(0x7b7922b614d2b5b5d0dda9b67b8dad9d, 'wp-admin/includes/class-walker-category-checklist.php', 1, 0x00000000000000000000000000000000, 0x3a65469c8606a877a0dd7d4763e7fe1e, 0x80ea26662e8561a06c96df7ba80a19b3538509c34c1228498ab5882476de8dbf, '', 0, '?'),
(0x8af851737ce263b74cd89c5648b31929, 'wp-admin/includes/class-walker-nav-menu-checklist.php', 1, 0x00000000000000000000000000000000, 0x2331465d7ca72ac226774694fab0f345, 0x88d6b9d09bbdb1a86c4460447040e6b45c836c1c3abd7f3f7b5a5c9bbee734d6, '', 0, '?'),
(0xd8b1a52da45f7d5a916813fbec0ab11a, 'wp-admin/includes/class-walker-nav-menu-edit.php', 1, 0x00000000000000000000000000000000, 0xbd712ec145950741459417ca9fab0e65, 0x48832f09c75e1ae3a68a0be77dfd4f16bb555e8585806b947e40cf2991f19f20, '', 0, '?'),
(0xc19c1021e7e07990cf46bcbf5dc9c6c3, 'wp-admin/includes/class-wp-ajax-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x5106acd582aee42c710fe873c9dde352, 0x2f15f87398f69e3d1aab924b140542b16a4ae15a77a7a26d56af8bd545a1f53a, '', 0, '?'),
(0xeda7a45ac51a61594800209b35ee7e20, 'wp-admin/includes/class-wp-automatic-updater.php', 1, 0x00000000000000000000000000000000, 0x34db91b48f6762ef714bc711f279d496, 0x4d43b4e36f35aa8bc4e7e21cc7bb891edc178cab11b816a4b53adbf3053e01c2, '', 0, '?'),
(0x1e8bf6c25965b8032ef00e3073049682, 'wp-admin/includes/class-wp-comments-list-table.php', 1, 0x00000000000000000000000000000000, 0x593c49f5de5a5d89f55440fa73fc997e, 0xee901cd3cbdae9ea913514b71743461196393a8e7c7d5f7929b6fe7e2bc348a4, '', 0, '?'),
(0x0ff5262f18a26462a464c87111b0322f, 'wp-admin/includes/class-wp-community-events.php', 1, 0x00000000000000000000000000000000, 0xb2543ba111349bacf0c7e717fe0a367d, 0x5e1ca3bb979f6e5b31530f408a6a1703885017ee94fb92225d247ff78fcefb36, '', 0, '?'),
(0x58f0871e541f43575f5ea8b76f67f4ea, 'wp-admin/includes/class-wp-debug-data.php', 1, 0x00000000000000000000000000000000, 0xb582fd1362e857e984ea82ed818a2ead, 0x48f49fc623eb774e2026de845964b6c8fbdce06cecefd2bdc64db5e1309820fb, '', 0, '?'),
(0xe025e78f665c2b2c080285e6cd005c59, 'wp-admin/includes/class-wp-filesystem-base.php', 1, 0x00000000000000000000000000000000, 0xb2d1ff7a025b5160aa73fc56ce94e4bf, 0x9757c46544e52d17cbab4cd22a68d8e9f3b81940c7d55ac2fd9489f680ca80bd, '', 0, '?'),
(0xca6846034d3c40602503712de3e61503, 'wp-admin/includes/class-wp-filesystem-direct.php', 1, 0x00000000000000000000000000000000, 0x4c0c8b2d577afb8d3fae5b90c885b856, 0xce50c2d9aa488e45693af4a7bf6d8baba59c7642731017b2fc5fe850bb3c644a, '', 0, '?'),
(0x36cca02cf5f85f908bec71f2eaf97585, 'wp-admin/includes/class-wp-filesystem-ftpext.php', 1, 0x00000000000000000000000000000000, 0x67f736ce6c360c6ffc629247c64030ee, 0x0b394b2119f7651b9034c95cfb89f6c55203f4d4847bfe04f8f84432c4dbb1ff, '', 0, '?'),
(0x9cd5138b800c50518b457c457d372b01, 'wp-admin/includes/class-wp-filesystem-ftpsockets.php', 1, 0x00000000000000000000000000000000, 0xa0cdc7c224fcffcf65d59b47e5999e6c, 0x73fd059c43451eb2da2bbc876d25cee1e8e8da0e352b612172e9fcfc52b5efe3, '', 0, '?'),
(0xcdf889bb6a2867f91f807e6a5523b7d6, 'wp-admin/includes/class-wp-filesystem-ssh2.php', 1, 0x00000000000000000000000000000000, 0x8bba24adb00c1b13c4a3cdaf52611554, 0x04aec0ad6ef65374341e7a04aa5c0681bf7f4657f2474b49a9484cbff7ce3080, '', 0, '?'),
(0x767f5dbf7a8bf0d4e5039ac333bb7442, 'wp-admin/includes/class-wp-importer.php', 1, 0x00000000000000000000000000000000, 0xcd08dfab22af64b04bbcb7e0d76af6fc, 0x64c7261e1203db4a88a67fac33e49bd84f63fe09b2e267ca3cd282a7cbd3cf87, '', 0, '?'),
(0x82ec9cfdae76bf410a4772cf33433960, 'wp-admin/includes/class-wp-internal-pointers.php', 1, 0x00000000000000000000000000000000, 0x47cc50adb9708d1e3711cbd5e5741eb4, 0xa01627179e51f3bbc1883fc3d91aa8e7de7dd1609a1f2e38b33b4c5ebb5512c8, '', 0, '?'),
(0x5fee9128ed43988cc21b4d360e9839c9, 'wp-admin/includes/class-wp-links-list-table.php', 1, 0x00000000000000000000000000000000, 0x381da2619a3d2feb8d2d76ed36a31691, 0x3e146a230e509b12f4760108acd555d54b8f72827eb19edac1b6ab8aa222b621, '', 0, '?'),
(0xbcfc55649fa513064d8592d95324806c, 'wp-admin/includes/class-wp-list-table-compat.php', 1, 0x00000000000000000000000000000000, 0x5d15f604cd5a3b9016e2170b45b08627, 0x3e15de3157fb55ed8622265349ab642ffadd42a01c74bbb32204beb29c551657, '', 0, '?'),
(0x4f0987d253a0fd95c723c5ff5969f276, 'wp-admin/includes/class-wp-list-table.php', 1, 0x00000000000000000000000000000000, 0xc469e066cb3c29109fff898c97d2e043, 0xc955e8ee33abbed946a885fe554d90d6a541c778f1f6575c3b894fde3492eb3f, '', 0, '?'),
(0xb35662286b74885722ed36283bc6b4a0, 'wp-admin/includes/class-wp-media-list-table.php', 1, 0x00000000000000000000000000000000, 0xc925a897e4b773c8f8ed8f04ba48d0a9, 0x0df72c8c77085a690809c88773e1fb55fc3ce13bed24218b8d5a5e9e578a34c2, '', 0, '?'),
(0xaeeb8dfea7aaeae273709bd0e46510fc, 'wp-admin/includes/class-wp-ms-sites-list-table.php', 1, 0x00000000000000000000000000000000, 0xf5ef1981bc8dc22409631100debeae36, 0x969eb53bbdaf0c43b160b8e37dff450cb22583ce7e8cdaddfd934707aa05f483, '', 0, '?'),
(0xe40c7706a21bcdd3d656a5d0ebbc21dc, 'wp-admin/includes/class-wp-ms-themes-list-table.php', 1, 0x00000000000000000000000000000000, 0x57c30b6d7a89c063f2b9e3c16b29161b, 0xa2df25ee96c0f372f065b4f3694540a3fcb8205d5d746d4e862e0ea3836bfabf, '', 0, '?'),
(0x06fcab6929331633dca5d1c773da2a17, 'wp-admin/includes/class-wp-ms-users-list-table.php', 1, 0x00000000000000000000000000000000, 0xda0e835f0d1bac8085469cafa61cb677, 0x287898e0f58f11eb97abbf886c4add5986614376b664ceef52c17a04408fc01e, '', 0, '?'),
(0x652e50c8b44e42875378115bdb26c1bc, 'wp-admin/includes/class-wp-plugin-install-list-table.php', 1, 0x00000000000000000000000000000000, 0x80bf220516cc089c067c2db3f41097bb, 0x48d44d4318dae93f2cbaca7d473a2928cd67f0210685ec4d0d5cf1302ad0ed96, '', 0, '?'),
(0xb88e94a79c5bae8f3a81b09784850f71, 'wp-admin/includes/class-wp-plugins-list-table.php', 1, 0x00000000000000000000000000000000, 0x787443a5ec118e3ae2271bdf79c34b7b, 0xadf234e6754aba98bed68f0943d10ec7e5627f50054de1d0591afee1406087a0, '', 0, '?'),
(0x6314a7171c344c5df4cb9eae04b74d63, 'wp-admin/includes/class-wp-post-comments-list-table.php', 1, 0x00000000000000000000000000000000, 0xfa4064a942bd177fb823ad26267fbba6, 0x7bafc4626bf6860dbbf60fde7df192097b3dd6fad75c04db3d36e3606cbed409, '', 0, '?'),
(0xd747c8a9f5efbf3694a415b3c8000859, 'wp-admin/includes/class-wp-posts-list-table.php', 1, 0x00000000000000000000000000000000, 0xc7195b47e373bf2b615d318cb23a5f88, 0x3b9b32bc03b02daafcfedecd2bb2fe3f5d352ab1b02cd92dd8508ffa8d142254, '', 0, '?'),
(0xab53c4ebfa8fb371ea608e83904ddc07, 'wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php', 1, 0x00000000000000000000000000000000, 0x791be02293e4c537db908a801790b4c6, 0xa94c645eb1fc50c6b55e678bf0e7f42fe1114643d445e0b4ba724cd32971d848, '', 0, '?'),
(0x29ff6094f2662cb5a075fd340f10a1b3, 'wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php', 1, 0x00000000000000000000000000000000, 0x55900790608df8bbf087ce1f5478a694, 0xddd7abc66b7b33a8f9e7703c6464e77533e5b237df29021262c6249dbdda1337, '', 0, '?'),
(0xde356684b40ea00812bce96f1edeaee7, 'wp-admin/includes/class-wp-privacy-policy-content.php', 1, 0x00000000000000000000000000000000, 0xbf4302bf199194b157f9d6c5ecd64db9, 0xccb7f877312aa8927560d073f7c413acd288be9383fe873af7ea501af5c30a56, '', 0, '?'),
(0x8766473cae40e19f9d4efbe71cb5132d, 'wp-admin/includes/class-wp-privacy-requests-table.php', 1, 0x00000000000000000000000000000000, 0x4627f19994f3312aeecfd0d9558d7d23, 0x5bbf6458b47c4816192f2ce9e9f85483781f96166de41ae7ce793ce726c4172b, '', 0, '?'),
(0x544df2a2c6fccadd6cf2fe01d5f4badf, 'wp-admin/includes/class-wp-screen.php', 1, 0x00000000000000000000000000000000, 0xae622da463d69ab53e3e6700b8bd9892, 0xaa824e4edbdf8a323389231e9b1fd4ad18ed1e0ee293e1ea58cbfaf2d4c7ab67, '', 0, '?'),
(0x25a5c7e01739edba7ff15cde8baa1d0c, 'wp-admin/includes/class-wp-site-health-auto-updates.php', 1, 0x00000000000000000000000000000000, 0xe7709447b6fc6f78d381cfd1b4d985d6, 0x20ee6ded0b6f401fe530366a1f9af8281809f59132b26d67bd169ecc8432436c, '', 0, '?'),
(0x957f7531481d4d3a124537022f9a7bfa, 'wp-admin/includes/class-wp-site-health.php', 1, 0x00000000000000000000000000000000, 0x0fd5bc5dd338930add266d8496f9b251, 0x10f67861ce631767e11b37643b894c6bc70ccc5e7db8777619b09195d487cb48, '', 0, '?'),
(0x274dfef87788f1918db783e3c70d4b6a, 'wp-admin/includes/class-wp-site-icon.php', 1, 0x00000000000000000000000000000000, 0x585bb562d08c916c3615979bb0355f8d, 0x283960cda87ba2072130645ade6b0e91f99ba50dab1326afd49bfba60d854871, '', 0, '?'),
(0x4c23d61fac2fdbb02accf833f2d2ec0d, 'wp-admin/includes/class-wp-terms-list-table.php', 1, 0x00000000000000000000000000000000, 0x9fb7a8631784376ec1badb8d379288fb, 0x25ddd16e54423996cf1bf7189702ab9f3b95e1acf7d5ec5934b38357557ff547, '', 0, '?'),
(0xac22da954b5b408947c70cfbe1e13991, 'wp-admin/includes/class-wp-theme-install-list-table.php', 1, 0x00000000000000000000000000000000, 0x09b186bc695874c895c4b57477506a1c, 0x27aa85c4d11dee1ef88af58f58942410e98e59b8f73180897d7bf0ddf4b0be97, '', 0, '?'),
(0x2249466ebaa716adb840f761c27d9239, 'wp-admin/includes/class-wp-themes-list-table.php', 1, 0x00000000000000000000000000000000, 0x914c40665dfcc76c3361f056ab2da8e5, 0xc83024eb6df235f87a253255809a7cb4f99ed6115ca8e7c1ad5046841d0b6c73, '', 0, '?'),
(0xdf3d405cf0124a7051f36d5c1086c036, 'wp-admin/includes/class-wp-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x1cf71a2aacf6ef9222412bddd8232406, 0x9f1e12c4814aba6b7656b155ff5f8b4e1d6b3a7d46dd0e2f02534907edda0655, '', 0, '?'),
(0x7aacf6d5ef4a58d4777b210d46abc0ba, 'wp-admin/includes/class-wp-upgrader-skins.php', 1, 0x00000000000000000000000000000000, 0x5122fa8390bc8dc8d29115e12dd18915, 0x2ea19937046a333fccb6cacbc2b73f8b11a132165593458e2e9347cc0657191f, '', 0, '?'),
(0x58c2d7df47b07fa60493f695e57a8458, 'wp-admin/includes/class-wp-upgrader.php', 1, 0x00000000000000000000000000000000, 0x5939ab2507a70cb3b68cc1e225125ec3, 0x5049b39d917e1046f79ba4dabc33db950cf8537dd96ea01368003bdc50d05b42, '', 0, '?'),
(0x90ddf2ae10961978385b01213e10f158, 'wp-admin/includes/class-wp-users-list-table.php', 1, 0x00000000000000000000000000000000, 0xbc75b872380b1e7b8763be15b9c924fc, 0xfe7e34305a1982a68861f1159d34010ea44d796d5db2b6e8bc598ac6336066f1, '', 0, '?'),
(0x1e7cda26183b8c72a2020e4c7335f98a, 'wp-admin/includes/comment.php', 1, 0x00000000000000000000000000000000, 0x86fa04e67072164e4b77bb29a721608c, 0xcf933f075a704563bbb781a3a6431b8916150bc4a326d52da2dab79720148eb1, '', 0, '?'),
(0x336bada86f1c175791351b096b5b6d71, 'wp-admin/includes/continents-cities.php', 1, 0x00000000000000000000000000000000, 0x575ff1cc54c9d3b0491be4a359b2d69b, 0x32c99faaab74623b36401a712781b651e4df48fe6a09f8dd066da2c9c6d1abcb, '', 0, '?'),
(0xb9b9ce3cff09cf6625d56e9f174fb303, 'wp-admin/includes/credits.php', 1, 0x00000000000000000000000000000000, 0x0fdfcca4de49760983ed713b9c8968f2, 0x3737620f7fe6c7a5314ce6b3dbf5c8d4e324cfb8ea0a3ec3053dc0b10b98f35a, '', 0, '?'),
(0x5c9ad182923f241880cd8438c092a1e6, 'wp-admin/includes/dashboard.php', 1, 0x00000000000000000000000000000000, 0xaaa03741d0b4734658673a60d1431831, 0xb857a66072f54367d80786c7e37c1e9771feb9b98e426d3f5cf046886554610f, '', 0, '?'),
(0xf23fb2e2455f1ecf298a78da85249e9d, 'wp-admin/includes/deprecated.php', 1, 0x00000000000000000000000000000000, 0x51903c8b667709b3c5d917a77f5781b2, 0x24d4f3e471a56713c44be072be762bc61cc28c47bbacafb80c18ba1e3f2a152a, '', 0, '?'),
(0x9ff4785bc76584f2b6be3e4d078d0c01, 'wp-admin/includes/edit-tag-messages.php', 1, 0x00000000000000000000000000000000, 0x96d46d2d49e76633180cca665c5a92fd, 0x75b62d0768ee796a4cfff0217aee56c011ba9c2d31df6e79465987c39d822691, '', 0, '?'),
(0x85b93ec141e40c42c737e5537a218865, 'wp-admin/includes/export.php', 1, 0x00000000000000000000000000000000, 0x25bb9f88a2e60b7b7144025b215e6bdc, 0xf4a8be067daa36b0f5f66caecfa041ce5d0ac8c2028d1c254972d64268ec0e89, '', 0, '?'),
(0x5154abf1f22a018f66d75084e5a52ebf, 'wp-admin/includes/file.php', 1, 0x00000000000000000000000000000000, 0xa44c3ad56d649bda0e4f7c7be7e08a9c, 0x84fc4ad27f191fe3a9729bf25d4c7185f1b2c53a147750091f961756959071bb, '', 0, '?'),
(0x93ab14378bd64523be77c5a76aafb2b2, 'wp-admin/includes/image-edit.php', 1, 0x00000000000000000000000000000000, 0x4622f71e5b9705b1d417390a0af57fe7, 0x729ad58118a15a2028aea95d891908110d96ad764c471d55d00648850b760830, '', 0, '?'),
(0x00c77c39e8d7758565e4f1e1964083b5, 'wp-admin/includes/image.php', 1, 0x00000000000000000000000000000000, 0xf27e2f8f6977dc130433cbc18c061386, 0xd94d596e2596f1b1fcb6eff4079b93e9a16c4624c67a1d54a3370bb136fad3c3, '', 0, '?'),
(0xd84105af682949881a5d4772def68345, 'wp-admin/includes/import.php', 1, 0x00000000000000000000000000000000, 0x5b3a6692f3787ccb075d455add15e24e, 0x01e19ba0038c76cb9eafd985033a0107291f0ac3c885b0847148b9d5807291ef, '', 0, '?'),
(0xfe63b5d4776b9d2894910ff8348d33c3, 'wp-admin/includes/list-table.php', 1, 0x00000000000000000000000000000000, 0x112c312f9ad17b94520a7d3bfef882e3, 0x9468e00c354f2a7a5c8a8dca066f0bcced33855d60d2db0750df0c8f4769bc93, '', 0, '?'),
(0xfa01529cde3dfadd2ac964f2d56e0390, 'wp-admin/includes/media.php', 1, 0x00000000000000000000000000000000, 0x150f95c4ffb89ea6165a3bc19d60dccc, 0x850f30c7bd2591eeaf8479cb7f66ab40989677cb6f521fa1aae058b55f46b771, '', 0, '?'),
(0x9001060a99716fe3715a5679589cbf39, 'wp-admin/includes/menu.php', 1, 0x00000000000000000000000000000000, 0xf1fe23e2e2bd1579389554e903c5748a, 0x58b0c66ac692a0eccdd855bbfd6e5cf6813d86d03a824c1b3beafa95404f887b, '', 0, '?'),
(0x48c3bdcdf16919ed5abe552c4818bb4c, 'wp-admin/includes/meta-boxes.php', 1, 0x00000000000000000000000000000000, 0x38011ecae4f68272e566df8f19913f2b, 0x69e44a21c38622456609f69fa1292d91a6d118734bf182614014f5d9e842672c, '', 0, '?'),
(0x8631e4886555fc9d4d56fdb85e9a1499, 'wp-admin/includes/misc.php', 1, 0x00000000000000000000000000000000, 0xbb0aca91159a92f02519c12327b416e0, 0x28f7fb2fe1521fc17201624ac5ee5836fdbfbdb68ec80d334da26c5d66f28898, '', 0, '?'),
(0xaf6ad03c4dbd4464b197feee08346db3, 'wp-admin/includes/ms-admin-filters.php', 1, 0x00000000000000000000000000000000, 0xbd4aa87582b61b35f16be99d73c7934c, 0x5a686ed088fa0eda23f4366430e2af10a4c73df3dfe5e06c05286435f0c02829, '', 0, '?'),
(0x89372afb8ff8227bec0bf3830a8d4b3c, 'wp-admin/includes/ms-deprecated.php', 1, 0x00000000000000000000000000000000, 0x959e111c6c8ebf747b306f1be3afde96, 0x373c4e6f51469587c900e68024b06a9b61cfa420156d1280f1c30db569fbc819, '', 0, '?'),
(0x66a0e99cb066d89f7c68fbb955924c03, 'wp-admin/includes/ms.php', 1, 0x00000000000000000000000000000000, 0x829cff80ba3bcad38b64e4a277874854, 0x79ec202788e3b46906199036c98959161a8d04695fffd4eef4fc447087a05a1e, '', 0, '?'),
(0x0328bf800497d199978dc9da00483c5f, 'wp-admin/includes/nav-menu.php', 1, 0x00000000000000000000000000000000, 0x6b12985c36614a28666a5294647eb06d, 0x8e1addacfed46c0a98471c93aa6f2643536e003b44776e0d8d585d4a828a9378, '', 0, '?'),
(0x56d780e3c42768fd97c4882b073a9fc0, 'wp-admin/includes/network.php', 1, 0x00000000000000000000000000000000, 0x50f6cd1766f9d16544e56f6fda2c8488, 0x16a91b81bfc0321e4f5181a764f95f68d913aebc3bee5cc126d4f552f2461e9c, '', 0, '?'),
(0x77ae15f4604d0ccbe13ec77bd40f83b4, 'wp-admin/includes/noop.php', 1, 0x00000000000000000000000000000000, 0x58d3716a0616a4f682d11a21f10d3ab4, 0x641ecb8e4a8da999c1a1e6d41798505b0a3d16be0c8a5163ab82ae991850de0b, '', 0, '?'),
(0x043b0770520339b2b62bf3711070d5ae, 'wp-admin/includes/options.php', 1, 0x00000000000000000000000000000000, 0xfb77e8d462557a787c3096ccf920e101, 0xee052b75bd3814574ece3ea73364e303728d3b5510b62ae9fad8c860da26af95, '', 0, '?'),
(0x5297a77c52782fe3627a6e39002ad14a, 'wp-admin/includes/plugin-install.php', 1, 0x00000000000000000000000000000000, 0x183fb5eb345ab41c08b9ceda263b8358, 0x6f0028597aa0d5c261d31edf7bb111ea7ef8d9f1a41a658d8362a20afd1a7bf4, '', 0, '?'),
(0x71228d636febde19a33eab325268e95d, 'wp-admin/includes/plugin.php', 1, 0x00000000000000000000000000000000, 0x557e4794ee04ebe9f098f18f6ce58c69, 0xb8ac9554c8c6b286580b5a6ce804fc919e342071005275e14a460636166d2a05, '', 0, '?'),
(0xc3d5c535db5622f3b0242411ee5f9dfd, 'wp-admin/includes/post.php', 1, 0x00000000000000000000000000000000, 0x51ad4242196676a7fea1af433e2a53dd, 0x87eefb45f2adf9f1b3a66e9e45291a8bd0fc2c7adfc03569f45d0c0107f7e3aa, '', 0, '?'),
(0xea2d2ea706b40578b6c9a4e052bbdb1f, 'wp-admin/includes/privacy-tools.php', 1, 0x00000000000000000000000000000000, 0xc5aebfa164a6c151aff21b6e7349cf73, 0xb34d028e188e905d4eab98cef185700a34cf3512403c7e207fb50d3a72f29fb6, '', 0, '?'),
(0x78965e6ddd5dccb29a2ff5c54c347655, 'wp-admin/includes/revision.php', 1, 0x00000000000000000000000000000000, 0xe9447d9dd3085530cb09e5fe232c0fdd, 0xc53832bc182c6c91c8ae6d70e651660f99333da9cddd2a498bb28a8b5bb54d8f, '', 0, '?'),
(0xc7abc93dc5e86d04912fe01fc19c5e12, 'wp-admin/includes/schema.php', 1, 0x00000000000000000000000000000000, 0x11aeb604518f514a9f7913dc5b6bc792, 0x2dfe41d3f64635843882453ad0e9cf1675b0ccc74107b886bb6ba8d928a175c4, '', 0, '?'),
(0x2881a0ef08767c548fe2809420c2a5d4, 'wp-admin/includes/screen.php', 1, 0x00000000000000000000000000000000, 0x0ba569eb015e906d92e3ce4656fb14da, 0x88a0613b41721d057d5b358aa290562b5591cc6ff0290190cf342dcf2857c595, '', 0, '?'),
(0x5aac8dcae8c420252fbb5abf7a39fdec, 'wp-admin/includes/taxonomy.php', 1, 0x00000000000000000000000000000000, 0x5646a392c54514860e210a7091372870, 0xc8498fa5f4302c2cbb38fd3db446447879b7d6a029c2ab612f4c8fe547edad6d, '', 0, '?'),
(0x3240dc6a0be56a00a16bd3b294a1d398, 'wp-admin/includes/template.php', 1, 0x00000000000000000000000000000000, 0xa177e360725c68847caacb078e5023ae, 0x45b990d87bebeaa7d5839c9a14bad24447db7017e44df821bc1455e1bc94af4e, '', 0, '?'),
(0x1093167e98e24cc9ce2ac42cc43c3aa5, 'wp-admin/includes/theme-install.php', 1, 0x00000000000000000000000000000000, 0x345feff5b187d508b2619f802608ffd4, 0x8e8b2b233e3dc15db04c3800c2ac64d3687b72435b4347c3c13d5ac1b3501815, '', 0, '?'),
(0xe95d1ff7572f3eef7d3c38e8205646e3, 'wp-admin/includes/theme.php', 1, 0x00000000000000000000000000000000, 0x754533634f4a3ecb9e5e406718a4599d, 0x8f6391310be8ff5ef00d736dfb2dff623e1652682076fd78681b0ba17786836c, '', 0, '?'),
(0x389e5236da4448b08a71a32d7b8e3a60, 'wp-admin/includes/translation-install.php', 1, 0x00000000000000000000000000000000, 0x48371cdd290a5d3751f6d7b1a9f6b8a8, 0x5b328584162198a0dd76b4dae3f0481a1e6df101f991108e6657325078f32e86, '', 0, '?'),
(0xae0bcce45505792fff052a25fee5fd3b, 'wp-admin/includes/update-core.php', 1, 0x00000000000000000000000000000000, 0x8fc6fa9c271b19838be131a7578bd4ab, 0x9aed93af9df3d8af177079b423c938718674c08dcb0942b5ddc2fe1401834c47, '', 0, '?'),
(0xaa5d16da2ec71904310b0d5018584ca9, 'wp-admin/includes/update.php', 1, 0x00000000000000000000000000000000, 0x144fe9e4255da5db578b5f79f80c9b65, 0x4778ac5dd3e33b1659b0775439cf8187abe5d9f61fa0fcfb06a0b733e911ff58, '', 0, '?'),
(0xedf10fb2833dc3fa63e4d9879ce60bfd, 'wp-admin/includes/upgrade.php', 1, 0x00000000000000000000000000000000, 0x0b1d1d423f3dc5fb57787db240f0b861, 0x1c135e593bc46a15f8fe544e15b34aa0cfd351c459629ffe481c9b463bf22f4a, '', 0, '?'),
(0x0651a120b7d4283bd8a07c7e5238bf62, 'wp-admin/includes/user.php', 1, 0x00000000000000000000000000000000, 0xc97088fa06032b0ffe7b7e5563592f7a, 0x1892c1944e602a2766fba88c26cd67d4c669eef860bcb643d0ac7baea18bdc51, '', 0, '?'),
(0xb4f049c7e5d8fb2e2455305d2788535f, 'wp-admin/includes/widgets.php', 1, 0x00000000000000000000000000000000, 0x86b47480c04a5923ca3f41b3999203b9, 0x271d219e0b9939c073d881fdd85197abdacf34f46cf8b8fe35e6f8dd8f1f8738, '', 0, '?'),
(0x9d92d1ba9f22cc5035ecd35e55811a69, 'wp-admin/index.php', 1, 0x00000000000000000000000000000000, 0x846d7d612a2a30206caeeac76d1b3cdd, 0x04e8ac0a1512f8843636bc052793ebefa8a4c249491f7f5a03bbb79ae5300210, '', 0, '?'),
(0x42861217a16a088429dfd071bc448a53, 'wp-admin/install-helper.php', 1, 0x00000000000000000000000000000000, 0xa20e27713a6514909125b411116cc9f1, 0xd7962994c124326796490d1980ec4c0bb4a6f948c486f5c816f321b1830abdf8, '', 0, '?'),
(0x9636b67c3bbe3b38c551b934996b85f6, 'wp-admin/install.php', 1, 0x00000000000000000000000000000000, 0x4593ae829c94903edc2c9ffa9d2a879e, 0xe3d9947fa688115fafa4f9b629b3039c2c9a3be90d3a2597c711b324c032fc82, '', 0, '?'),
(0x7a3b6a325744ba36b28c115ba1170856, 'wp-admin/js/accordion.js', 1, 0x00000000000000000000000000000000, 0xf2086c19efb64a0b66f05f46dd35ae9b, 0xbf1e3c8b5352d1a4759591ad14060b618ca09dbdc6dc786d97630491e37b6b3f, '', 0, '?'),
(0xe95e2e976a547df93cde04048c49be99, 'wp-admin/js/accordion.min.js', 1, 0x00000000000000000000000000000000, 0x67459976d4b544d88025aacbcc5d922c, 0x42023e8d26969070184dbe710d83f8071d1b7017a0d73f02baab693e2c27913f, '', 0, '?'),
(0xc81de2fc6670b002f10021b974444b12, 'wp-admin/js/code-editor.js', 1, 0x00000000000000000000000000000000, 0x48424898ce3f9ea8bb373f8653282650, 0x71934593951f273cf2fef5d1a888e81490f133473793a1c714f461d812e2b78d, '', 0, '?'),
(0x7cabf720b834e378e55cd0cf014df76e, 'wp-admin/js/code-editor.min.js', 1, 0x00000000000000000000000000000000, 0xcc5081a21ab16c3e074aea785487432b, 0xbb9fa832322801c2fda2972540f034fc68398459a48271f3a8e04a029e07eb24, '', 0, '?'),
(0x9c3519f4870fac83dc0dbf18cb6bd4c4, 'wp-admin/js/color-picker.js', 1, 0x00000000000000000000000000000000, 0x5a2d6a68911f4a366f4ea3ec0a04667e, 0x3c435d55cdb06ca4dae47cc9e0f3d67793b8d9ab4e3b2094b690b8785b0722ca, '', 0, '?'),
(0xe7cf48e2b6c7cd6cf6b17b214423af21, 'wp-admin/js/color-picker.min.js', 1, 0x00000000000000000000000000000000, 0xd8c89846a5bc52ad623c42aad0eede4c, 0xb3d2c67fadc5a40b3144b8a42ec296009820b93e4f866d493bb983b98ea40b2b, '', 0, '?'),
(0x1c4303f02ff93b290e9faad991eeb06f, 'wp-admin/js/comment.js', 1, 0x00000000000000000000000000000000, 0x9d5033c1b96c8f3af0c09f42da8605c3, 0x13ccda1f72e9f44e39ebd119dcdbda0dd77c07605c72f470c52294468554f75d, '', 0, '?'),
(0x51fda983cfdbc16cea149d67b42dc4f3, 'wp-admin/js/comment.min.js', 1, 0x00000000000000000000000000000000, 0x3146fd138614355e041e261a4294dc23, 0x7c57d68e0c4d7145472558ae7e9ca2a49ba116079cbfc74efb14a94bc0c797bc, '', 0, '?'),
(0x77fdfadaf2e1ca3a027d1956b910bc50, 'wp-admin/js/common.js', 1, 0x00000000000000000000000000000000, 0x6925251401e3b9e69ef7950fdb34c6e9, 0x8145ef8254afdfe31b80d50c35bf026770cb31fc8c8edcb1a33b8985f85d8132, '', 0, '?'),
(0xf2c2cc5f667f04c2a0181024c14f3c6f, 'wp-admin/js/common.min.js', 1, 0x00000000000000000000000000000000, 0x617d7413ace49ebdbde150e781a0fc64, 0x28f45e8e6ddbdd6ce72e978d946496ec80a640e4aa366730173eac79d5be9573, '', 0, '?'),
(0x640be3ecad31edecb5932d853b4f98f6, 'wp-admin/js/custom-background.js', 1, 0x00000000000000000000000000000000, 0xcc358c331f8258166040ec13020cac1f, 0x412b45ec8b735e5437cee896e088b12140ed4acf6be81e21275ffa3dc66ce008, '', 0, '?'),
(0x8d7d208d79541e8eec5add488463444a, 'wp-admin/js/custom-background.min.js', 1, 0x00000000000000000000000000000000, 0x5442cfbbb1ab1df7b84357bed44a6d10, 0x59d84d100804c2b1e54d49c4afbd34ec90e538263f2dc8e30e733149fbec6f93, '', 0, '?'),
(0x158f16dbde430a8e0c97e455be8416fc, 'wp-admin/js/custom-header.js', 1, 0x00000000000000000000000000000000, 0xbfdfbcd9ca2a53e91e857effb3410f0f, 0x846a0d44796396ca242c8f6abff72129d12b22c47fd0e182384e7023b2760ffc, '', 0, '?'),
(0xa58ffc6e7670ac6584edc6d0eeca7de8, 'wp-admin/js/customize-controls.js', 1, 0x00000000000000000000000000000000, 0x2e1c867bb53db1bd8c61c325f62779d1, 0xcaff04e2e5026ff966ff107f86d71bcbb7c4170a10f9c12396a0ffb9049b13cc, '', 0, '?'),
(0xbfff64411f2385f6cd2ae782c5b96f37, 'wp-admin/js/customize-controls.min.js', 1, 0x00000000000000000000000000000000, 0x4a48e911b20edfe9c2f9c52cd9ee6fe5, 0x295551c546fb07b88a97cbeb0eec7b3503127e3870286fc70612f2b1633a8c23, '', 0, '?'),
(0x3a44e94a9d24eda56813bb86c7850dd9, 'wp-admin/js/customize-nav-menus.js', 1, 0x00000000000000000000000000000000, 0xaff331bc7e43fdefe81544ce420ce9b3, 0x50b1f7d726265dc43f380f16ceb6f2c6008b35ad2c65065876db83836eb7ec12, '', 0, '?'),
(0x484768270fdfc178fa5287bc8e7e170a, 'wp-admin/js/customize-nav-menus.min.js', 1, 0x00000000000000000000000000000000, 0xe099bc0d6b8f5ec1bbe943f308e658a1, 0x183472aa56ce3a9837a237dcffe63d493b5206453fe20de545aca34e7a2d6209, '', 0, '?'),
(0xad295b224ab94894ee7ce76a6b8afb24, 'wp-admin/js/customize-widgets.js', 1, 0x00000000000000000000000000000000, 0x2538bc7069ff25eba18dad8e31909458, 0x52dae965efbbbc6c63855f3ff548af05caf9c86d0d4636b61f735905b434dba7, '', 0, '?'),
(0x1d664d7892edaab9ae09e92b399555a7, 'wp-admin/js/customize-widgets.min.js', 1, 0x00000000000000000000000000000000, 0xffd7aec63852caff436bc285577ecfa3, 0xc1172241e023d8b5f987d800443de6026e798ecb1a443832d7ae0b59f0560667, '', 0, '?'),
(0xe2e4c4b80f3adf2c70b431bfdb1b4872, 'wp-admin/js/dashboard.js', 1, 0x00000000000000000000000000000000, 0x0df88c30eb7ac52b400b1f2121002f91, 0xe2e486785bd7b8f32c09746feca6beae43d676cf7927dda0dce966ae99c6fb79, '', 0, '?'),
(0xe4dfe6a8de7a704b43b27b5c3e82f390, 'wp-admin/js/dashboard.min.js', 1, 0x00000000000000000000000000000000, 0x8b132ecee16938da9dd85c583d4681d9, 0x336f8d48fe6b1e614fef837e63907ff025f9cd51c74f8f0d15aae594e7ddcb82, '', 0, '?'),
(0x6025add6bde16aaeb12787d250f9b414, 'wp-admin/js/edit-comments.js', 1, 0x00000000000000000000000000000000, 0x908f23515f075ea7d164a713282989ef, 0x1fc49a6a5dfdbdf4522d8136de3d40fa870f23137d29d1da819e9a2604d92059, '', 0, '?'),
(0x46d027a342a42fed34087b4acd7b1777, 'wp-admin/js/edit-comments.min.js', 1, 0x00000000000000000000000000000000, 0x702d78113dd95f8b0bb2df8cb3192a3a, 0x639973ce260548bc10bc91fac9e883008922c97528a00e55751921a5ada16ae3, '', 0, '?'),
(0xe552cbe4353f922d2053a3065e4897fd, 'wp-admin/js/editor-expand.js', 1, 0x00000000000000000000000000000000, 0xbeab9e6566d2ec701c27bccd8322b2c8, 0xcc413fab105e46215705d35f28987f87c9417e642baf2692374a0d3664bfb610, '', 0, '?'),
(0x49f1562f92f0b536a4137311e3c3f80b, 'wp-admin/js/editor-expand.min.js', 1, 0x00000000000000000000000000000000, 0x1ce055e767e96eeef80e5eb33bf2beb6, 0x215b87e80344a98b803c31ca8c2832b7c90298a4ac990807f14f9b899f3194c9, '', 0, '?'),
(0x383dc049e5aff461f7259c836bd27eaf, 'wp-admin/js/editor.js', 1, 0x00000000000000000000000000000000, 0xf34b196dd1411f3ab1cd1b9f284f02d5, 0x366d3a2d63b0316a805e2a4d30618476e900533d0d11c47c6310e2d3ce8f07c5, '', 0, '?'),
(0xe6e2a3a3f44de54fd716baeeef8355ae, 'wp-admin/js/editor.min.js', 1, 0x00000000000000000000000000000000, 0x9d022867c4e76a4d14c4c8b12b0765b9, 0x1d7bc0b4ff404890c878cca5296cef22790b634bc7b758e72af7ccc6e905108e, '', 0, '?'),
(0x3b52de79689beb9fd052784b8d111c0d, 'wp-admin/js/farbtastic.js', 1, 0x00000000000000000000000000000000, 0xa73af354a03241715d8698feea340b92, 0xc96274e9478170ae0042074d16307ac2584a769c5a9d481b0b4174e24d05b825, '', 0, '?'),
(0x98c42f47ce9ed3b65bad13c79ceed943, 'wp-admin/js/gallery.js', 1, 0x00000000000000000000000000000000, 0x63b104e2188b3c9504fc58e7773425ad, 0xfd35d8e15aacbdd6a74ac9f8cc18e56ef547bb67b45df9b58d2a2f18b7732f8b, '', 0, '?'),
(0xdb20e649d95f58b2d3039abc101ba83f, 'wp-admin/js/gallery.min.js', 1, 0x00000000000000000000000000000000, 0x501eb34a56ce4495a13d4e467916955d, 0x82de6e5af7aa1640c3a0a3ea3485821849e8e3262107ae8fc24c7b09fca75efc, '', 0, '?'),
(0x1d17475f620f63a92e2c5d2681c51ee8, 'wp-admin/js/image-edit.js', 1, 0x00000000000000000000000000000000, 0x288062dd616078315bcefc5f3813462c, 0xf9139ce513474d3583884057cfeda2284b6edce053a4d7e19cd21f6b2c0b7cdf, '', 0, '?'),
(0xb5e31b2d5a08bcb38011023a45be3a1d, 'wp-admin/js/image-edit.min.js', 1, 0x00000000000000000000000000000000, 0x56db71c85951d868ec1242aaec00c37a, 0x351eac106fa4c0bafb89ff91dd3081966bf9a0b546df954de19468634e074b3b, '', 0, '?'),
(0x9b256ea9cd54df92095e04c76758ceb0, 'wp-admin/js/inline-edit-post.js', 1, 0x00000000000000000000000000000000, 0x53ce6b4e6ae287a145d4c6919a1337ab, 0x46dd552dd609a6597168f9ab26fc7d36ca8199cac63bd8fab110854d03461bfa, '', 0, '?'),
(0xa331e06f1425a8c00471c5031541b580, 'wp-admin/js/inline-edit-post.min.js', 1, 0x00000000000000000000000000000000, 0xab9800198ab0358fee9eb0f20f8c439d, 0xd6179ca3aaa5a21d2a6b84789511c48b43c49aa9cf1d2b6961b8e0335fb2799f, '', 0, '?'),
(0xca28138671823450e87dfd354f7afc6b, 'wp-admin/js/inline-edit-tax.js', 1, 0x00000000000000000000000000000000, 0x33d9729301a783c6561954a1451119a4, 0x25cede7da04b5308cf786296c70e4d41ce6ca60ba456ca56ace2322d6c4c351c, '', 0, '?'),
(0xf9a28db870f66c345bb2feb0659bdbfb, 'wp-admin/js/inline-edit-tax.min.js', 1, 0x00000000000000000000000000000000, 0x6df2176e4c845dae0a4798bfbe503380, 0xd5e67391f99af0949ea7a59c21201fb496ae0b23f71fcb6ecf7db43789816598, '', 0, '?'),
(0xf36c4691aebedc63eb9295d24cc180f8, 'wp-admin/js/iris.min.js', 1, 0x00000000000000000000000000000000, 0x45076064fdcbfcf9f5c8996e10ac4bc9, 0x7aed54d2d549d6351618524b9462b2e662fa7dcd1c7548effed0d092630950ee, '', 0, '?'),
(0x69c05cb4af817f9b123d58ef05681424, 'wp-admin/js/language-chooser.js', 1, 0x00000000000000000000000000000000, 0xbc08d5fe72ba491b870cbb590ff93a88, 0xf705ba849abd9986c4869d72408419dc221828725e4f6524db9c1e29fea0e9d4, '', 0, '?'),
(0xa18dbbab5a801a780f6379956490f327, 'wp-admin/js/language-chooser.min.js', 1, 0x00000000000000000000000000000000, 0x1e20e39aa9b8414f11608d62414ddd1e, 0xc66712b4f6e1d6259b15de044b73ad3cd05b9283d878533d4b3e5865dd26ae99, '', 0, '?'),
(0xedb0515222e6c3400b331daaf676e053, 'wp-admin/js/link.js', 1, 0x00000000000000000000000000000000, 0x2e6be97ee352add00ecf8f7d20174fc8, 0x5b52c318eaa9d8cfb82c934bf8083404bc3c0e17f02483d7ff3010af5da2fdc1, '', 0, '?'),
(0xda7cc023e91cd4b0239d7b95c4fe9fe1, 'wp-admin/js/link.min.js', 1, 0x00000000000000000000000000000000, 0x3c2b5fe432b3e74d2f0317612b6ad589, 0xaf7d1d4688eeb950811f315db12ef3ed7e53302504633ba9ec32d3f9f3c824b5, '', 0, '?'),
(0x6e5a2f31543a7b265e842f086ebffd86, 'wp-admin/js/media-gallery.js', 1, 0x00000000000000000000000000000000, 0x875c61d7e23f27e63c483f1cfaa4d049, 0xf623453944551de20c07907c63dbb36bfa48037a8e0f9705c10c5f083be22bf7, '', 0, '?'),
(0x3a8c8ae525486021acfbe10d06e8805a, 'wp-admin/js/media-gallery.min.js', 1, 0x00000000000000000000000000000000, 0x53b0f902ba530b9ebfc3716ff006c8a4, 0xa1f8737891a6dc4befb6d0ebd0f6ef7b8dea22e80e58dbc031178c08d0111a9d, '', 0, '?'),
(0xd0d85eba5cb6580ce8507653ac5cf77b, 'wp-admin/js/media-upload.js', 1, 0x00000000000000000000000000000000, 0x3fc8d4f8151f3ca1dc9804b947934218, 0x844cba213fa893065397f8adef98119f2806f6ee09fb0bba7f7cd0e5b250322d, '', 0, '?'),
(0x81656cf704358f73989845efc3ba51e2, 'wp-admin/js/media-upload.min.js', 1, 0x00000000000000000000000000000000, 0x3427781751e43fa30defb3c3686e0f4f, 0x06f761c60c494bab4dda767dcea3dc8e1496ab87a3fb0a868da7335407258886, '', 0, '?'),
(0x7289286ed59e90a8f36ae797df62220b, 'wp-admin/js/media.js', 1, 0x00000000000000000000000000000000, 0xa3f5caf5986947eb51f0f3770770ff63, 0x28b648d5be8e5d6318cdd1e8ec5df5df0b60f4dbc4c090ad90319d03777858cb, '', 0, '?'),
(0xd79e947984376d4504359d83854f5fc1, 'wp-admin/js/media.min.js', 1, 0x00000000000000000000000000000000, 0x149fa83dc3c3baaea6891e4ec34b6ad8, 0x3b2855917333e93d08550abd7e656e19e4532ddcbba9b6a09584f8c5d6810951, '', 0, '?'),
(0xa9dc201dcd011fe71849743133052619, 'wp-admin/js/nav-menu.js', 1, 0x00000000000000000000000000000000, 0x32237fd4dbc69f6bbf3b7f7496cc674f, 0x21d732381bbdd6de8e0be0c4861bc2a268b54b636a622baa62d89246511658bf, '', 0, '?'),
(0xdd6685e39d18798efcac1bc4a7972a21, 'wp-admin/js/nav-menu.min.js', 1, 0x00000000000000000000000000000000, 0x5b46976c3745c39d14e55e06067a8373, 0xc0d5da71b6d9ad8e152b033573058e96a6e3420f7d3542eb596443c1f2135b06, '', 0, '?'),
(0x0eebe503220d4a00341eb011b92769b4, 'wp-admin/js/password-strength-meter.js', 1, 0x00000000000000000000000000000000, 0xe95f7bfdde679787ce1dfa9ec54ea0fc, 0x30108f7f53b8258ebbe128352c6a59a6ec98ea6d16a29e7c787f6c5e00afaab7, '', 0, '?'),
(0xa8acccc880e77e5f71da49b6c45310a1, 'wp-admin/js/password-strength-meter.min.js', 1, 0x00000000000000000000000000000000, 0x831a0bdbf910b4139812e1327c992655, 0x8df1aaacf7053a646c2676116c8403abf621324155d9aba07bc2b6e68b90dfb5, '', 0, '?'),
(0x7436b7ee9e4f11ac0d618d8cc886eb66, 'wp-admin/js/plugin-install.js', 1, 0x00000000000000000000000000000000, 0x0e91417b2af13f8c8dcd183146051cab, 0x864f5aaa7354ccde632836d71e330ef1c893f27324110f9b9102538b5ec5b100, '', 0, '?'),
(0x21f4ffb7ed59302d057a31e0646d3e87, 'wp-admin/js/plugin-install.min.js', 1, 0x00000000000000000000000000000000, 0x2a7c386a71ce6d34ef8dd27a5bb6ffec, 0xb30bcc5d5d6f1359e77ad0c65e35b21f000db7abc2b841036fdd02f9f0a69e50, '', 0, '?'),
(0x569e85ef168299eb8c8f24d8ef8c8a78, 'wp-admin/js/post.js', 1, 0x00000000000000000000000000000000, 0x086a6977f592c2c633281623697b9c89, 0x3a1b382db24fceafc8eeb7c737be7d28c66f53e3ba1278e6f9b7a91d1f96fd04, '', 0, '?'),
(0x4d3f2c35d82aeef3c904fadc4b2ac566, 'wp-admin/js/post.min.js', 1, 0x00000000000000000000000000000000, 0x2ccb4e6d8db314a751d0f26ccb1f3050, 0xd5f772a1461c2e1fdf20d551a5ce8e38ee5d3fbdf417b964a8054ae270003467, '', 0, '?'),
(0x50278328b502f4eb3f2b8b7ab49324a1, 'wp-admin/js/postbox.js', 1, 0x00000000000000000000000000000000, 0xdfa3d2ab3f0caa20db92a24bcc0ff904, 0x8f25d33c07fcf2d053ccf79337ba3d8d060068d39e39b72af685c39cbe49a911, '', 0, '?'),
(0x4facacfab352af72bea9a3e844953f97, 'wp-admin/js/postbox.min.js', 1, 0x00000000000000000000000000000000, 0x117e10b1b305c87fcdcd57b122188e55, 0x572198518519e4c2becf90ed9354d397955c0aa0c02df2eb17396ee1046701c1, '', 0, '?'),
(0x0cc31205f20441b3df1d1b46100f6b8d, 'wp-admin/js/privacy-tools.js', 1, 0x00000000000000000000000000000000, 0x44714ea47fba8f5071cdecc00f7953f3, 0x0186abad362760d816e3b051a5e85594588db3660209110dfb3add9e26459981, '', 0, '?'),
(0x66a89dc5addd38aeff3bd173146c5603, 'wp-admin/js/privacy-tools.min.js', 1, 0x00000000000000000000000000000000, 0xc9bd456399000e52825a2a70165b9163, 0x69b69dc657d0343ecd2c96e5fc005bc8c70d742d5f49142574117a9f0d480594, '', 0, '?'),
(0xbdb2bc5c869339bad195810146a077ed, 'wp-admin/js/revisions.js', 1, 0x00000000000000000000000000000000, 0xc5f20aa2e318716cc3b6f539c9528dd5, 0x637cff360e830702c3eb0021a47f389481cfc961a535813f518dcbdb63d4d40b, '', 0, '?'),
(0xf86be67f1401de12ba94653c46eada34, 'wp-admin/js/revisions.min.js', 1, 0x00000000000000000000000000000000, 0xd1587acf93ef6d0fc64758d984f50d56, 0x3a8a982b894d5a3467c9accc7e7132a752920b4ba32544bafe21bf06eb359fbf, '', 0, '?'),
(0x4bfa11da57ff2600004bb500368247f4, 'wp-admin/js/set-post-thumbnail.js', 1, 0x00000000000000000000000000000000, 0x4e8d87c996953d8e9566e682ba348441, 0x174475ef8065baa261ab4f88b35fe22dbaafd0ee0c916d7a83ea2fa82b28716a, '', 0, '?'),
(0x1c54cb67736c46eda2e6ca9ee0f54c79, 'wp-admin/js/set-post-thumbnail.min.js', 1, 0x00000000000000000000000000000000, 0xf037e26c97a0b05a4acc67e8cfeee01b, 0xa606ab29ed0d28c292339342ded0af46bedc7e6198b20961fd67d599a5ff64c7, '', 0, '?'),
(0x4a38fe1c0c45989e44682ba6109d9f46, 'wp-admin/js/site-health.js', 1, 0x00000000000000000000000000000000, 0x37c6ab849b0abab3b2aec4f3f47f05a9, 0x433c6569af7c519bf2939c7db139bc16cfc751c3c09f1c0de3fec3252f3aab98, '', 0, '?'),
(0xb88c789660fe662c3565661932fd1293, 'wp-admin/js/site-health.min.js', 1, 0x00000000000000000000000000000000, 0xc999b140e1d7d2c45c7c70f6bbcb99e2, 0x4362bf200d3ed321322e95bb29d0f93b7c8bc19eccacc9e9e66d2c134605919d, '', 0, '?'),
(0xf15a2fa5bcfb7b4c74e5d5ae4624801c, 'wp-admin/js/svg-painter.js', 1, 0x00000000000000000000000000000000, 0x045eeffbb70b6f0cb98f444cd5b16c85, 0xfc721e5a3b5b899537d3338304225d423e0df37c949d5e89aecfc1e619ce387a, '', 0, '?'),
(0xcb553cdd3f592cf5cf1381a7d8bb2810, 'wp-admin/js/svg-painter.min.js', 1, 0x00000000000000000000000000000000, 0x000daef8be797700bf57756a191f0097, 0x6b3451d4df1d5841d8db6b9e69217090118d7a1c19fed29c851d61a37961dd31, '', 0, '?'),
(0x9d47a87c240c1d10701cd6a02b28aa1b, 'wp-admin/js/tags-box.js', 1, 0x00000000000000000000000000000000, 0x027bb2cd44a823dbd923b98a4f76a9c0, 0xb521c12ca2c7962f3498b43ba0c57233611a056d763a59386d6a179b9bfb8e65, '', 0, '?'),
(0xa79c9f4a3180ab4d10df46b0863c0bfe, 'wp-admin/js/tags-box.min.js', 1, 0x00000000000000000000000000000000, 0x580ffdf678912278549e642083a40302, 0x34cd7813128d7de0e6c3594fd27494d76844e6fc2f0b033b42b6f2ea72009713, '', 0, '?'),
(0x7d5ca435e60d92f024d46c9257aaa0f7, 'wp-admin/js/tags-suggest.js', 1, 0x00000000000000000000000000000000, 0x1e0f50a2947ccda6a1f9afbc3563b1d5, 0x85cc2c1f0c3de81f79c104448c773cefbc23270212ab3d1d16197c2ae70d0a52, '', 0, '?'),
(0x6b6da77cf7874b0f6d6130ed222a886b, 'wp-admin/js/tags-suggest.min.js', 1, 0x00000000000000000000000000000000, 0xd9b22becd5790ce6250cf1388f73ce69, 0x529089b43541119f791c9ed032765acf8e5c206659bb73dac28ed547a1d01b64, '', 0, '?'),
(0x7b74c8457eaa7fcc50db41b431f8a003, 'wp-admin/js/tags.js', 1, 0x00000000000000000000000000000000, 0x52d5d3f67a30c1ce0f451f08aa5b97ff, 0xa5443add7fb39aaed2a0ff8b035fd44c8b258136ad43f3f9877dcbcb62015563, '', 0, '?'),
(0xa2666b6a9212c24e89556569343d25c3, 'wp-admin/js/tags.min.js', 1, 0x00000000000000000000000000000000, 0xb0934f29dd7066a46581e8e3e260610b, 0x7464244ca71e8cfb548ee359e641c9df8ad3635834083a4de0f3001bcde7eea5, '', 0, '?'),
(0x8240df461220d1d3a028a9a4c5652a5b, 'wp-admin/js/theme-plugin-editor.js', 1, 0x00000000000000000000000000000000, 0x53b16e979e15d15b8665a518b3498b6c, 0x0ce2a1082656afc9ab1e915844f132d52bd1378813208eb7e529fe9ae6ed445c, '', 0, '?'),
(0x80d64e78ef1cf5da891ae33879485c8d, 'wp-admin/js/theme-plugin-editor.min.js', 1, 0x00000000000000000000000000000000, 0xcc1a6596f81f2efc3b0ef5882d8b4d00, 0xf1816d782cfc218354860e255599e00375acd307af4664111d38e56714dfb4ef, '', 0, '?'),
(0xf3235cfab7e2a82f87760e0516581e52, 'wp-admin/js/theme.js', 1, 0x00000000000000000000000000000000, 0x15c7a2d4f4cdac5a7ad33d2f66106258, 0x5e70a24f31e2af704dfb45a6b565ed386fbcf72986e49086557379d96ed09fbd, '', 0, '?'),
(0x473655e632001e3152fcb8938da2cf4a, 'wp-admin/js/theme.min.js', 1, 0x00000000000000000000000000000000, 0xb8f4f7a4ef5b0b9b56265ce6876b20f4, 0x36fd306ff3d953e7887602cf1aba92bf802e948247b0a9b77493ce7dc9767b34, '', 0, '?'),
(0x2b390f85a3048c5b4255fb45960b6514, 'wp-admin/js/updates.js', 1, 0x00000000000000000000000000000000, 0x0865378b9026626b28d1da762422fded, 0x4b474e65f6db50a57145b1c105de81a627539620f126c2f0c5b772dd0c6ed821, '', 0, '?'),
(0x285b648998f9bab1a11dd7ef4251b58b, 'wp-admin/js/updates.min.js', 1, 0x00000000000000000000000000000000, 0x113fa25e9ece18de5da152a58de9648a, 0x77489755928af8cf73abf72b3ac843fc8c374aa46ca04a5b4b9dc2c2956b3c5d, '', 0, '?'),
(0x81d6f084cb273e02e15b01bd9ece87f7, 'wp-admin/js/user-profile.js', 1, 0x00000000000000000000000000000000, 0x415a0ae2d0ac703d2570ed209e058118, 0xb6fd18099bc6999c2320506796995de7f0b1cf96219c0ba1a6f082d2bfcbfd5d, '', 0, '?'),
(0xf6a8a392c2fe4814a953213bf820f396, 'wp-admin/js/user-profile.min.js', 1, 0x00000000000000000000000000000000, 0xb37c7bd0f42bb0a077cdb5b5c8e15ec1, 0x1af911d9ac02ffc80bb4bf4f09ca7957ceaa875b5907200ba95c4dc03a6e301c, '', 0, '?'),
(0x52c2a5f8b2aecdca4c65fd7109f026d4, 'wp-admin/js/user-suggest.js', 1, 0x00000000000000000000000000000000, 0xb9a41a61b44bc13d90f8861d6cb273b3, 0xf53ec96e87225395be8602ae71f0c574a522717a96a9d98a8f2a705a23b92b78, '', 0, '?'),
(0xd51658e9f0af97248461b2d442c8d25e, 'wp-admin/js/user-suggest.min.js', 1, 0x00000000000000000000000000000000, 0x87209d46b9230db274cb2a463505b902, 0x2c97533a854964de995d482eb06e170648046efc8244d8496c2cc4b1d5b00f6b, '', 0, '?'),
(0xa8e59ff68e829597118926c5bb9f280e, 'wp-admin/js/widgets/custom-html-widgets.js', 1, 0x00000000000000000000000000000000, 0x0c079b9a73b9cfc434e2188b5b9a2ce8, 0x886a4e8dd9b8eea087e0fd5346734a2af031841190871b3149ea11643b3a280a, '', 0, '?'),
(0x7b0a1f84d5e552a06fade6523d2767c0, 'wp-admin/js/widgets/custom-html-widgets.min.js', 1, 0x00000000000000000000000000000000, 0xd3810da7cecafa8ef492ef7760efdbc2, 0xa25475774a9bcb6a9e37ca72d4491e90e1429ea9d82a994ff86f392d9d85ddf8, '', 0, '?'),
(0x4bbfe55d4304ed19eea96c373ac44400, 'wp-admin/js/widgets/media-audio-widget.js', 1, 0x00000000000000000000000000000000, 0x1853c2371eabae2afccfb72a5523edbe, 0xdcd8ed53e49b9a6ab8882f79719a5f1f68fa6ffad3b3b16edb6d75c6af5985f2, '', 0, '?'),
(0x8c3c91e07c7e452ed1595ed421d65d04, 'wp-admin/js/widgets/media-audio-widget.min.js', 1, 0x00000000000000000000000000000000, 0xcf2e2e5b78863f6c5bd85bbf4594dbc2, 0xd1c768bbdce27e26e8f0d59901951ebc67115114f46d374824e1699c3f0cf430, '', 0, '?'),
(0xaa7e134b950cc981b71c777766c043ec, 'wp-admin/js/widgets/media-gallery-widget.js', 1, 0x00000000000000000000000000000000, 0x90ec0828c40b94a8e5f3eea5ce423fec, 0x8ed06ec0143273e386bdd943ce6f1439dfb22999e0243e93b49b96b2eb3a2123, '', 0, '?'),
(0x794116a98730bba695587a28809e275c, 'wp-admin/js/widgets/media-gallery-widget.min.js', 1, 0x00000000000000000000000000000000, 0xa8a1e7473d3a063c4e783d0bc44ec83d, 0xa88db1c028171cc82a8812ca44512a4cd9b49c440bceabf7fe48a66d30bd66e0, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xaa9e3491798733256bb32091b398d11f, 'wp-admin/js/widgets/media-image-widget.js', 1, 0x00000000000000000000000000000000, 0x082c8d564caa265aa7aaaad422a4acee, 0x5a9b74554fa4bab2b5d4764bf0d078f2be4f415f56da784921b389924091666c, '', 0, '?'),
(0x7c4e21a03b78e34e26ae7f67d9ef6df9, 'wp-admin/js/widgets/media-image-widget.min.js', 1, 0x00000000000000000000000000000000, 0x5cdd681b80ed5519adb2c9607f04d23c, 0x65155e6a0dbe0dd5de3b505e64e95efe1f8978023e61252e2a5e5747bb0e18c7, '', 0, '?'),
(0xc03511da9ca0199ac732cf146c327b84, 'wp-admin/js/widgets/media-video-widget.js', 1, 0x00000000000000000000000000000000, 0x94f76a64411630ce10e215e74e518f47, 0x543ec9fa7a92fb53cc649c161e639b91fa2aa6125cac50cc0c9aa908c9ad8f7b, '', 0, '?'),
(0xc0818dcba5ccb04d56d0970c65aa41fa, 'wp-admin/js/widgets/media-video-widget.min.js', 1, 0x00000000000000000000000000000000, 0x186734538503669929e8d152100c2696, 0xc7405a7fc7275fe1272c6630df1c270dcae14abbcbec0e46fb7d436056d46295, '', 0, '?'),
(0x07c5864ca547b6c05028edce89c3c8af, 'wp-admin/js/widgets/media-widgets.js', 1, 0x00000000000000000000000000000000, 0x8b85ef7b2e2dc7be48e62ef794142ffc, 0x118055608bfdfa85862c8c52849d62e231e570e46f38f165f2b55d2abfb6e7c2, '', 0, '?'),
(0x513bdaf2e928fcb18fac4d1c702af18b, 'wp-admin/js/widgets/media-widgets.min.js', 1, 0x00000000000000000000000000000000, 0xdf2e2d4114e8251bb20c7ab20d24cf37, 0xed0bc90e88dba9a4339f197de82abc7d38ddd09bdaf20f5bef88b7c401dc7330, '', 0, '?'),
(0xc1f0a024f6548658fc40238e8441a4e7, 'wp-admin/js/widgets/text-widgets.js', 1, 0x00000000000000000000000000000000, 0xb767d49874c4dc6a0381b45973d41152, 0xdf4163d177b5decdd2f4f8161822f850c704624578e697c39d16f0005d0b17a5, '', 0, '?'),
(0x0662ef0ea79270b041b02bd42d2bca89, 'wp-admin/js/widgets/text-widgets.min.js', 1, 0x00000000000000000000000000000000, 0x2fb0dbe77a00686b5e5b3fd2f3a7858f, 0x62b6999b28ec2dad7b4754a2574ab025054fa12369544f650c68549f69338c3c, '', 0, '?'),
(0x5251f7623766a714c8207c7edb938628, 'wp-admin/js/widgets.js', 1, 0x00000000000000000000000000000000, 0x1dffc13554c171793366b66ab7abd3a4, 0x23436ad377f51fbfcaa8c85e427cb1009c473684a227e84bb2f23261bbc5f51e, '', 0, '?'),
(0x10ae53781ec3df34ae406fc177ef0e4e, 'wp-admin/js/widgets.min.js', 1, 0x00000000000000000000000000000000, 0x95405e5d6077252bee8a3e9e84d10580, 0xada52c0612ee86a785a1142cfccb6e04e67aaecae8b9a5f2454b70ddacb39c38, '', 0, '?'),
(0x5037336fe8a90209a7eb00e63de18ad2, 'wp-admin/js/word-count.js', 1, 0x00000000000000000000000000000000, 0xa4dc4685332216c99b5efbcebf141d1a, 0xd359b9b53254e3a150559a43c7f49d0f1d6781eaaa834102d5ced985a0dd3edc, '', 0, '?'),
(0x96e24367bfb8f11e8b7d1d7cc745f7fd, 'wp-admin/js/word-count.min.js', 1, 0x00000000000000000000000000000000, 0x3bd992110e70a32eceff0c0243f33171, 0x6b220067e5f6757d092ce2861b02a662e094872898ac403ba04cb73cb744a9ab, '', 0, '?'),
(0x29e8b9663e3c7a01302d024155698d02, 'wp-admin/js/wp-fullscreen-stub.js', 1, 0x00000000000000000000000000000000, 0xa06bba3593bca1f919fbb48fda7a24cd, 0x577379576812870261cfb5bab5a83a5b2235051e6182b88163515174098045f5, '', 0, '?'),
(0x9ed2228cb870e5222d439a0ffda59577, 'wp-admin/js/wp-fullscreen-stub.min.js', 1, 0x00000000000000000000000000000000, 0x1524661e32c6718ba9ca81314b5272f8, 0x6177cc4156c820d83e5bf78b12474195a7491a0bec200c0cd6e2ea63725c6ce8, '', 0, '?'),
(0x76e6fce1e234dd7c3e1ded3cb4ffc0a8, 'wp-admin/js/xfn.js', 1, 0x00000000000000000000000000000000, 0xf715e9cd03d570820eb81c2990a2b70b, 0xbe762a4bd43a9caa07bd18090382de527a6fa96b910fb8de4d3c2f16db6bcf2b, '', 0, '?'),
(0xe9a0bbc0794e3c8ea08039806f1a3c0c, 'wp-admin/js/xfn.min.js', 1, 0x00000000000000000000000000000000, 0xa8ec7c5389884c02249560b08ba149bb, 0xb941f8b1789d684b0c13778e69569c2c849da7bdd536367d939a3a30630e7330, '', 0, '?'),
(0x7cfebb598c1c3ee080d01d09f9c686c4, 'wp-admin/link-add.php', 1, 0x00000000000000000000000000000000, 0x8c4b18cd3f8fedd630e59b09181ec962, 0x11b26967e4e0561988145a92a3c5478ce2c646c4cced6cc580b94246c0830277, '', 0, '?'),
(0x8542257636cd49224a62bdc734d3a154, 'wp-admin/link-manager.php', 1, 0x00000000000000000000000000000000, 0xebc436aba166ed11cead793b9ccbb0ed, 0x1f598523748e3e2c88c2754f56daacf418e05cc91928316f7c750549c76336b2, '', 0, '?'),
(0xf60b807ea191e4e215bbe27284439b9e, 'wp-admin/link-parse-opml.php', 1, 0x00000000000000000000000000000000, 0x814a8a1dbb098ee2b44683e01ae210f1, 0xd869ff3d731002dc10f2b590ea91dbbb66067bf44de8f86c9cabc767a99142c3, '', 0, '?'),
(0x3a0f7bc3e2ec7b37ca39b0899ff01f7f, 'wp-admin/link.php', 1, 0x00000000000000000000000000000000, 0xaa95f098be40be63d9cc8373ef950f54, 0x6c1572ed0e19e41383528056cc9a180360e0422b6321a7620dc6e0bd06e5ac0d, '', 0, '?'),
(0x36825d6ae07619d957b96b0d332d7fe7, 'wp-admin/load-scripts.php', 1, 0x00000000000000000000000000000000, 0x3730858979e46b8f2bc5ebb5d941eaf2, 0x8f8fe1430accca9bda8921472b97150d93e0088704c8ba1d960b3f3d21bfc761, '', 0, '?'),
(0x577d29d39637a38cea65e77d35e6392c, 'wp-admin/load-styles.php', 1, 0x00000000000000000000000000000000, 0x4f3ef09536cbbe1b8b190e008b1c951b, 0xd16dcb3c2b966d02d0e301fe5e77192fa9c0d06d435f964a3ba3fa391208c47f, '', 0, '?'),
(0xb4d24bb4e7e74f05c89639d7337c3c8d, 'wp-admin/maint/repair.php', 1, 0x00000000000000000000000000000000, 0x81838549ea8edae6e4a4b8d6c5a719d8, 0xd88b3b79ed6e628c2dcf74f6527983310e804502b339bedcb87530be3dc62c68, '', 0, '?'),
(0x4a7ba3d6b9065a6906055ec3b9789549, 'wp-admin/media-new.php', 1, 0x00000000000000000000000000000000, 0xde92b3849de0238412beb14c25fcc69d, 0x0f73aecf2f15beaa6fde3b8e87fad5ec80343bc62bbeb4bf119f7de2a549c7a1, '', 0, '?'),
(0x86b311ac17ba12c3ea1982e2eb7d95cd, 'wp-admin/media-upload.php', 1, 0x00000000000000000000000000000000, 0x61f4f226bb859ce51ab7f5e75b9fac50, 0xa4e6e5dbe0084caeef3ffdaa767ac8a25d1127b6c9070980bda116b89b76285a, '', 0, '?'),
(0xb9c38f754ce72cee9f26c7918b0d311e, 'wp-admin/media.php', 1, 0x00000000000000000000000000000000, 0x7b6dc8dd0401185e6e45f60944a130c1, 0x8934a60f14b83394f2212b8257d58e2ed34516c33bac0511e5db49f95d1b84d4, '', 0, '?'),
(0xf0249fc4aba549885efd9333b794d112, 'wp-admin/menu-header.php', 1, 0x00000000000000000000000000000000, 0x0639947086b6d673b83b73739c57bddd, 0x813aeccd687fee7a17fb60eb4068a1ca49a15776eff32fb25fa639685ae7acbd, '', 0, '?'),
(0xa8afdf5ce04420fc3efc46142cb587e7, 'wp-admin/menu.php', 1, 0x00000000000000000000000000000000, 0x5c5bb8822b6e9c8e840d998ca955f52d, 0x94afd8b743b25162c93d2173d6d7e1028efa0cb492f456da24e6522bfb4579e5, '', 0, '?'),
(0x577bb0671b2d201458f2e9fb273d6e38, 'wp-admin/moderation.php', 1, 0x00000000000000000000000000000000, 0xce723e7202220ea8f6dda16c2793e6c3, 0x4f316f427ac5a2c6f0d106c2818e86aacb1ae2b747a125e241b3a02b5ba71bf0, '', 0, '?'),
(0x7677d9d140050f8848cac91e7a9646a6, 'wp-admin/ms-admin.php', 1, 0x00000000000000000000000000000000, 0x9a05b49740dfcdaf4516851b623606e4, 0xc0ce42485416c5dc6043900d8c2316c038dc394acae8e0f74e34120344a20d03, '', 0, '?'),
(0x266565ee0a334be812d4e3765a04a695, 'wp-admin/ms-delete-site.php', 1, 0x00000000000000000000000000000000, 0x55c74da26af0d258b199518266c63f9f, 0x54209232d09ae098a3094fbdda5f52215260b8f76b3bd853d9c1b5d05ec08b63, '', 0, '?'),
(0x45b856e0f3f72cd525a6d72c53124d3d, 'wp-admin/ms-edit.php', 1, 0x00000000000000000000000000000000, 0x16d42ff617c4a616c3bd94ba103a4582, 0x8789abe695944c603b1cf74169805ee34fbddb7eb7881cb74daedd3a6592229e, '', 0, '?'),
(0x22287d47c57fc572e7090230978e5628, 'wp-admin/ms-options.php', 1, 0x00000000000000000000000000000000, 0x45bed9cfd0549527fc2e0350f81e0064, 0x4a336c2bb24bbe18d37527c6f6c6b43e0d190abcc8fe662cfe58c1c3b0805295, '', 0, '?'),
(0xaf2d31f038fc3ba754f6022f58e2a95d, 'wp-admin/ms-sites.php', 1, 0x00000000000000000000000000000000, 0xd542a17566d36135003ef69141370efe, 0x58962208811aeb6fc5057f051222e87caf847653dd0cf81a0e7bc18715e8acda, '', 0, '?'),
(0x1c9db43d62a4369ade68738011aae674, 'wp-admin/ms-themes.php', 1, 0x00000000000000000000000000000000, 0x59ac0c4856ff69e3da1ef4fc85028590, 0x7da6905b76bc8f16dc30a3e2ad0e840977e09d5e21932aaba9541f7857c41584, '', 0, '?'),
(0x5c16dcdc0e0f85958c398783b7c8ccf7, 'wp-admin/ms-upgrade-network.php', 1, 0x00000000000000000000000000000000, 0x3a39b7da5913c047aed3b88e58e177bf, 0x511fb289e0af7ba34fe81382c2e51dbac1a8824a7b534ed11f2de80328a374e7, '', 0, '?'),
(0xb16bca06554c9fedc7a1b924c198fa7f, 'wp-admin/ms-users.php', 1, 0x00000000000000000000000000000000, 0x344e17574215967ae0f48bd084ef1639, 0x09845b3d18078e24c4942afd4aa15a0aa6068c9c6397359c0ce9c95bf7eb0553, '', 0, '?'),
(0x0d78dd8d815eb4a7bf1aa08302bd3c3b, 'wp-admin/my-sites.php', 1, 0x00000000000000000000000000000000, 0x183db07382d68d97f91221311e6111aa, 0x0576e4032e5c82fd86e534c272a2daf6a48a4ec3f42c17a2da50b179665556e1, '', 0, '?'),
(0x12b8b7e1436c6fa6081eb6b196afe9d2, 'wp-admin/nav-menus.php', 1, 0x00000000000000000000000000000000, 0x5aee659fc9ad101deae789e69a3849b1, 0xaab1c1b62d172b33910942dbe74b2d98f7ec06af9119d8a6c4e35474c877b3cb, '', 0, '?'),
(0xab6fa2f9a0b46c3ebce2787e49b020c2, 'wp-admin/network/about.php', 1, 0x00000000000000000000000000000000, 0x36fd6671a5493cc8c5405621d96dea7c, 0x60f2a4e97f2c4d02f61e5bfe8ee3629c18f4bceb2609a054256ddf550cb66558, '', 0, '?'),
(0xb79b029c5a5134c7d85c012882dc8713, 'wp-admin/network/admin.php', 1, 0x00000000000000000000000000000000, 0x48f1fe3370f9d713b027655b6785e694, 0xc9147a8913d2460ad67e93f596166f45925e71ea0d16191bb1b8cee949b3d248, '', 0, '?'),
(0x2bc4e3f874a825523fd2db08f5f8a0cc, 'wp-admin/network/credits.php', 1, 0x00000000000000000000000000000000, 0xa1be54253e72acd96ce6317127e5a5c0, 0x3c439225c6393eb98cbbf720fc3d1cc5fd7fdeceeac48ca35ad149f00f5fe9a3, '', 0, '?'),
(0x0427da9e003bbebf3fc32b5607d2aace, 'wp-admin/network/edit.php', 1, 0x00000000000000000000000000000000, 0x57b71456749af9c47b780d61d4cd9e1e, 0x030e64ab12c0e6ca1a2d61567ed8f4ef496568bf88b74390e96eec3119dedecc, '', 0, '?'),
(0xcf7546f3e2915e47faa545082b88b663, 'wp-admin/network/freedoms.php', 1, 0x00000000000000000000000000000000, 0xe1af39e94239a944440ab2925393ae60, 0xcad34a4227de98988146528e462f31e7ad073741d9fb007926e1a30f83c8f2b3, '', 0, '?'),
(0x00435f0a7f08ecc2146a440ba8e9406b, 'wp-admin/network/index.php', 1, 0x00000000000000000000000000000000, 0x6f86ac8194ca0fd98b99b044394e2d06, 0x772e05f635928a105ce44f8163bf24187c551e143995debac5967756f263ae31, '', 0, '?'),
(0x5da5821650b7bfee546b76748aba3841, 'wp-admin/network/menu.php', 1, 0x00000000000000000000000000000000, 0x6991c325d77021cda49bd3befec88cdc, 0x754314ee334591845039f8497866af177646bf4be279406c92c430501438b16f, '', 0, '?'),
(0x99985b69785402ba71d4c37e5776a165, 'wp-admin/network/plugin-editor.php', 1, 0x00000000000000000000000000000000, 0x658cf64b77d435555ae217a5bbb1536a, 0x06617c6925d74c3f9dab80891721884508a7cc3a50af0778afbe99bb0d48278d, '', 0, '?'),
(0xaada70ba245e8186f48db5649d125a05, 'wp-admin/network/plugin-install.php', 1, 0x00000000000000000000000000000000, 0xd9d1d30addb0da61f1c085059db0fd18, 0x0b136ff37abd23e70b8dfcc9e41ba89c272c841d59c38a349237ad5cd822febc, '', 0, '?'),
(0xb698c003e38ec622530ccead60137440, 'wp-admin/network/plugins.php', 1, 0x00000000000000000000000000000000, 0xe4f7cdfcaddc4693fe0bcc39bb55d68a, 0x10580fc3904d43431c440d644a26c0c82d2a3ccbe23498ff5455f9bc261f2078, '', 0, '?'),
(0xa8a34ad2d797b85f790b7a78c8f7364f, 'wp-admin/network/privacy.php', 1, 0x00000000000000000000000000000000, 0x1cd56b9e7e7b5b60506e17c13efc194f, 0x9ebe6f47d1eb73c804ba1f9cda692a4ac93442fa05251cbb9f8f8bb54f332a9d, '', 0, '?'),
(0x1dc63dc5027d430bf0e3ee69f0dc4854, 'wp-admin/network/profile.php', 1, 0x00000000000000000000000000000000, 0x6874157fda181bc2866fd860d93376b9, 0xcd050e5fc5e1032167028749985c073abf0f9e0e9ae4aae44b5bebdf97954341, '', 0, '?'),
(0xede91a61985d5de34189ea27688ea480, 'wp-admin/network/settings.php', 1, 0x00000000000000000000000000000000, 0x3f5be8961b15430bbd9fa92e8cad1662, 0x7136e4b5627438fac889378e0d86392fdeb9aa2d58285a955233aba64f584767, '', 0, '?'),
(0x2fbb73bbb543348c98e0d6c0108f809e, 'wp-admin/network/setup.php', 1, 0x00000000000000000000000000000000, 0xce74e43d24d9c36cd579e932ee94b152, 0x5188170a15e8cc302e73dbf924e49af6f1980e85e1c801ea63a69822745a5eac, '', 0, '?'),
(0x2bb3a718472a23f4b1edf4a694fd66b4, 'wp-admin/network/site-info.php', 1, 0x00000000000000000000000000000000, 0x658ea1792f51ab6454a5d2c0bff752f9, 0x85b1a778171ed2bca79699cfd6175abaff8a3167569a53028f59186162ae1712, '', 0, '?'),
(0x79ea018ee447955c6098e1f9a24d5294, 'wp-admin/network/site-new.php', 1, 0x00000000000000000000000000000000, 0x71056fde18fb27a3c48015c63cecbe61, 0x84051de2e4f32b724109d9e8806cc8717ae86b244633f20399ebcaf380c6af70, '', 0, '?'),
(0x8bf37963e2304fb06729cf81ad4d66b8, 'wp-admin/network/site-settings.php', 1, 0x00000000000000000000000000000000, 0xdd1892afd7553ca9a66c83094bc5217a, 0xfce9bd54fd5977aa7654c339595092bbda16f1f0f017115c2411fac5426309c3, '', 0, '?'),
(0xa071f2ac68a2f6be4263f8393292ee11, 'wp-admin/network/site-themes.php', 1, 0x00000000000000000000000000000000, 0x70afbd72d9f88b39b917bbbfb3a328ae, 0x579f58fa9085c4bba99d68f714dbf315f75298d74aadecd2a5859364fcf90737, '', 0, '?'),
(0xe1718d402fbbb9eaa691d99e2d014dcb, 'wp-admin/network/site-users.php', 1, 0x00000000000000000000000000000000, 0x0d57768fa8d77362401c4c81e4b4e135, 0x95eeaa062fdeab2519a2e92e847fa1c932adb89c46292ecb5d0cca8441985718, '', 0, '?'),
(0x6e93c6edc44092a741068ef9114607b4, 'wp-admin/network/sites.php', 1, 0x00000000000000000000000000000000, 0x36631c365bdae083c16ddea740c97dd1, 0xd4c3e924a0566b1f19088116e7141e1b92fb9bd9faa7e931ae8fa3a5a3353226, '', 0, '?'),
(0x7b184ea488c832ed51ae75d4de3d099c, 'wp-admin/network/theme-editor.php', 1, 0x00000000000000000000000000000000, 0x5e1829bf1794ce06c5ad77b7e2d17142, 0x342856740aaddaa26ef738445b937192876c7022a7ba8e9f1d1ae8cf3cb2f693, '', 0, '?'),
(0x687c68458888663a16c6b132029a827e, 'wp-admin/network/theme-install.php', 1, 0x00000000000000000000000000000000, 0xc79c1344258a963d89baf17c370aed70, 0xbc49e2d2bcb031d9ed1c09cf1b995eb29cefe51bf78cde305be0756be514ad94, '', 0, '?'),
(0xd9ebbc217df13df6602a841b675a3d1f, 'wp-admin/network/themes.php', 1, 0x00000000000000000000000000000000, 0x7acbca258eaf4d23f7a8f2aa1ddc0850, 0xd16d2c52b1154d028764481936a90561963dd580473de7a5a3ed04515621211d, '', 0, '?'),
(0x377c6f4f559b92f97a0045660ebb9ce4, 'wp-admin/network/update-core.php', 1, 0x00000000000000000000000000000000, 0x95b7d47ed7134912270f8d3059100e8c, 0x713d8fae196d03cbad3142e3358e89a37b939e90aed112934ef76c0752efb501, '', 0, '?'),
(0x821ffd5ccf28e5d97742eac44912e39d, 'wp-admin/network/update.php', 1, 0x00000000000000000000000000000000, 0x99be6fcb45a3da4e5246399f9d7a38f0, 0xf82411f9adea1575f397a72d7f11423f79d54e77d48276afd2873db365f2db2c, '', 0, '?'),
(0x720c94ae6892c57686cf4c6b2f8516f6, 'wp-admin/network/upgrade.php', 1, 0x00000000000000000000000000000000, 0x87e64dab555c2a98e854bef4c7f91bd3, 0x4daf6b0a565aa8a5252587576d13b45f9ad76541463ecb9b86bbdd6c983a6b35, '', 0, '?'),
(0x0030f6f123168a39fd9cac5a34ce6a24, 'wp-admin/network/user-edit.php', 1, 0x00000000000000000000000000000000, 0x030bb6ad3f1c614f7f1aa7fd27b79509, 0x8413076e461d07e38f23a8ec921bb55601187d1af85e9a4cc7d34b75b690f88a, '', 0, '?'),
(0xf8c2364b31fdfe9b28eef6dd7d2f4158, 'wp-admin/network/user-new.php', 1, 0x00000000000000000000000000000000, 0x608d0fa59383eae1d4c7be59ccfb6993, 0x8a108c120ce9967066880f95ec999d2c31505ec0efe959f754d02f416f2aaae8, '', 0, '?'),
(0x09e9f1cfdb30398df72d62b185cda957, 'wp-admin/network/users.php', 1, 0x00000000000000000000000000000000, 0x9296f64e89fc523c721f8afc232624b9, 0x442d56160e00c425fcbd9ee16d4ac7dd2b2c319893fc02206bb168dcd0aa1ffc, '', 0, '?'),
(0xcd1e64ddeae36c50914fea92f9490484, 'wp-admin/network.php', 1, 0x00000000000000000000000000000000, 0x2eb8b036bd098494a0f1f2086d665309, 0xde5538fdd0daf73dd540109a150697cb51021c4b25922ae5c7412089ae176582, '', 0, '?'),
(0xad4a54563044b7ee6f5441efbcbb40a1, 'wp-admin/options-discussion.php', 1, 0x00000000000000000000000000000000, 0x1f5abba754573061d922e9eec9b0f94c, 0x7e3782740b32edaae974b935760ef817dc42b16e6cf1b8b75139dc1524d2d0ce, '', 0, '?'),
(0x6fed935bacd06e337582c8cab99f5035, 'wp-admin/options-general.php', 1, 0x00000000000000000000000000000000, 0x25475572b4b2ef6fb7ef546f675e53e1, 0x97e5a49b282bb0d4f6d3f9357f8324ce45c3d149c976e228567fec92235b1e10, '', 0, '?'),
(0x0dd1aa10311c73313daca16006289879, 'wp-admin/options-head.php', 1, 0x00000000000000000000000000000000, 0xdd6356384123683a65d7ad2ff20bbf5e, 0x63d28884ee1f5e246b52320d3d9dbd8ddcabf002fed8f94067b8ca7f32e7fa1c, '', 0, '?'),
(0xb6a6e25ce4c6012e31b0db2d9cbe0f3a, 'wp-admin/options-media.php', 1, 0x00000000000000000000000000000000, 0x2c18a8e01043d00494d4ba933e1b8f12, 0x4bb70450d8b19f3a9719675514e98c853450c7e384cb6a8ac1e41cd25423685e, '', 0, '?'),
(0x15fc1829a7a3998a740dee2cbd4adabc, 'wp-admin/options-permalink.php', 1, 0x00000000000000000000000000000000, 0x0bf63e1bda5632632c0d848d37ffcb6a, 0x5282c0a2bed45f41841190ee1db3d323301481c7ed52c432a4d93c6972bc9efc, '', 0, '?'),
(0x24eeef5e84e2d83662485eea2ae283da, 'wp-admin/options-privacy.php', 1, 0x00000000000000000000000000000000, 0xe3391eb6ff41589422a726ce09555bd8, 0x48bedf0df78892a270af2461a91038754765f24a80be3e22b0ac5a2ec28654ed, '', 0, '?'),
(0xd2b20b45357cd2d1b589438264e997bc, 'wp-admin/options-reading.php', 1, 0x00000000000000000000000000000000, 0xcb26dbc18a3c9a502589b4978ef16416, 0xcfe1dc80008eb4c45470d24ed628bafc1b91e399023309b3b0423e9ba066c606, '', 0, '?'),
(0xe24cb63e81d99f89237b36707d59e3ce, 'wp-admin/options-writing.php', 1, 0x00000000000000000000000000000000, 0xa3eaf6fcf4a17787508fc58066d4ef6b, 0xd7afc5dbf891e7267f2f2b77a7171e61156210cff99bfc71fe5c1b40f750a147, '', 0, '?'),
(0x64d52819c4c8254ae9f9de40f5478610, 'wp-admin/options.php', 1, 0x00000000000000000000000000000000, 0xfb79046e16165088b2c9a0059f2d98fb, 0x032eb175fda7b8175c0a80781fe8e6c0880929cc574ae36346a4b3495182fbc8, '', 0, '?'),
(0x61c963b543480d8508913d076c40c4b8, 'wp-admin/plugin-editor.php', 1, 0x00000000000000000000000000000000, 0xae85c8c923181b42532af55e4539112f, 0x73d9cd319caf33fe7915e90d1e5c9bb69176695548dbce35b434cbdc5fea9601, '', 0, '?'),
(0xca786a5013d5f6bca8d92163c8177813, 'wp-admin/plugin-install.php', 1, 0x00000000000000000000000000000000, 0xed61499507e65af152e57cd510e5a6fb, 0x9dbc4e9919610b41583c013cd57fa9fabaa9aa31e9971da7114ac5b9e16ca158, '', 0, '?'),
(0x4f90fb5ca9a2b55035d1d3ff7bbe52ae, 'wp-admin/plugins.php', 1, 0x00000000000000000000000000000000, 0xe64061556dee0a7748cca6487ada1712, 0x66a25ddaa47e96f2789c0868e4d62394491e3fd6fb38fd47cb70502c916ab3d7, '', 0, '?'),
(0x946b8ba5977adfa3f3d4ecd7626fd352, 'wp-admin/post-new.php', 1, 0x00000000000000000000000000000000, 0x84d0a6a3f0b624ac4c68ab7bafa23119, 0x7725d72ffcd1dc30e3756ff507f41b79f88760639d8fc802341e91c4b20a1cd5, '', 0, '?'),
(0xebdd7641c06473bd8397b5ae4bb55d0f, 'wp-admin/post.php', 1, 0x00000000000000000000000000000000, 0xc608cb270e025f9d7b3ce7fa53128a5d, 0x1fbdae2dcea1ba2877921ef80b90e3d58be5071998afcfda772c002ebd6e93d8, '', 0, '?'),
(0x51b7106016ba12f6e4380815fe4db838, 'wp-admin/press-this.php', 1, 0x00000000000000000000000000000000, 0x741808b88170ac6c66a17ceb61f26013, 0x2a8806f5df1409f5fd2d695a049297dfe662972902229b297b38dd7d07621358, '', 0, '?'),
(0x32aa7cb8cea228e1bba7748cf054a9e9, 'wp-admin/privacy-policy-guide.php', 1, 0x00000000000000000000000000000000, 0xb2f3a45daeb570b2942c0d754a2db0be, 0xf09687b5fee058cc5658e0a4fc2efb0d21f24fd9cd5f7c9b3d475ac726143667, '', 0, '?'),
(0x630113e9a49fb8b4284f6b318b21cd82, 'wp-admin/privacy.php', 1, 0x00000000000000000000000000000000, 0x2e73f8e2fbb7e2a4b2401cdcc4ded793, 0x37aff32d55bd52b7fa71a36f47bd4dfda0ed3267933f5eeaf5c911a5d82a6796, '', 0, '?'),
(0x6834ac8bf22333c7608e2ddd88a822a2, 'wp-admin/profile.php', 1, 0x00000000000000000000000000000000, 0xe065abcd9d5a420e0fb6423561905aa4, 0x2c1ca836493bc5472bd50f708f6203801bb21f6c5a0f6401c1ac94a87963e300, '', 0, '?'),
(0x5cd3000bf5a33ea62ba2b3c14662d0ed, 'wp-admin/revision.php', 1, 0x00000000000000000000000000000000, 0x949af2740665f4b2d7d3b19ba8a987d3, 0xa28221c9e490131f886ac22ef4ccfae841593788b90f42744ffc9769306dec71, '', 0, '?'),
(0xa763e386cc8eb488240a27409b0df2e8, 'wp-admin/setup-config.php', 1, 0x00000000000000000000000000000000, 0x9dc74b84b7372dcf721bd56a1229be0a, 0xe694bae2f3904d1ad2a290511941cc36bffd03d95baa9f78392e1e2feed427fb, '', 0, '?'),
(0x873b6a8ca77cfd3a1c1b05312fc7e6a3, 'wp-admin/site-health-info.php', 1, 0x00000000000000000000000000000000, 0x623327d37a9ea47a9b8901b717946e69, 0x7d324242894eef2a04a39d00c9f4c1622bef1f102879a815a088ed67ac0b5631, '', 0, '?'),
(0xf81c2d7c56f1fb8ffb99c448db2584aa, 'wp-admin/site-health.php', 1, 0x00000000000000000000000000000000, 0x4ef0e0177030234463c380dfc8211d9b, 0xc1513639061b8e35b9bad37a5217a88917cc753921e6393a3db30de6814f547b, '', 0, '?'),
(0xce7c9ecf1566f780eee8c92c32ad5409, 'wp-admin/term.php', 1, 0x00000000000000000000000000000000, 0x9883c8549eca1122042371d38d00cc17, 0x28dca982317b78d898e5ce0174f557ce25971feaa2ae8c1d90dbf3fed32577df, '', 0, '?'),
(0x26c960d74fcb115135915110d53433bf, 'wp-admin/theme-editor.php', 1, 0x00000000000000000000000000000000, 0x72a9aff1b78a9169f9c752e378c9032f, 0x058fd6c4fdec0a83620e768bb68934ccf68ae406c4e8b33b1a5f9828faca7b34, '', 0, '?'),
(0x0af40da30c4283e4ae06087016ccad05, 'wp-admin/theme-install.php', 1, 0x00000000000000000000000000000000, 0xce6ca9fe9b27461393c8fc0823dada0d, 0xadcaf83629e672138bee560a17638f690bcf8f1a65f7a20d9ffc2bff29718b69, '', 0, '?'),
(0xbaa9c214e3125e5b5892e68e69b309ed, 'wp-admin/themes.php', 1, 0x00000000000000000000000000000000, 0x833df8de1b367277caab7dde370c2936, 0x07350020fcad6267dfdbf157963df9c0b11b2e8bf76586fdc4e484474d548f7f, '', 0, '?'),
(0xf13773fe5c5dd47d884141f9776531b7, 'wp-admin/tools.php', 1, 0x00000000000000000000000000000000, 0x9b93b6202cc659f0f099e0457ba6dabc, 0x659435a18739472dfb409c8b4a093730b0108bf58bc32cb5c467034176b2df51, '', 0, '?'),
(0xcc217fe94c54e133959f69d9ea781bc5, 'wp-admin/update-core.php', 1, 0x00000000000000000000000000000000, 0x9eef8c67fd75a3441e1be9a825908435, 0xffa202036d6b630952d048c363c10ba2c3ecade74f6018438357f468227498e2, '', 0, '?'),
(0x210f0b6f8d0dbfcd41888e7637e0dc65, 'wp-admin/update.php', 1, 0x00000000000000000000000000000000, 0xc41d271abfa0edb2de3d67dd34379b46, 0xe746ffc0b0aeb8afda0272f886a2462c2aead9cabbf707c6d42f9d96d1cfd0db, '', 0, '?'),
(0x5e40d5b2017b27aba95fe8e2079b3932, 'wp-admin/upgrade-functions.php', 1, 0x00000000000000000000000000000000, 0x2ce9edafd62960bf82b855da79f562d1, 0x0d7fca39317c2651526c1ad4bcf0b7a09d341c593b3c480c2c3d91456c8d2097, '', 0, '?'),
(0x10e9e1e66a37725bbc2c94ccfc5ad6e8, 'wp-admin/upgrade.php', 1, 0x00000000000000000000000000000000, 0x3491f1fbbaba178a6c2b6c6ce357ef3c, 0x766d8dafdb541e766b7e041b9297d3d34a3b82a42269bb711ba7a98ebe6d4168, '', 0, '?'),
(0x26740221305e6787db624a88632c3e33, 'wp-admin/upload.php', 1, 0x00000000000000000000000000000000, 0x656c2d6d6f663ea1fa1b3ddbe0db61e1, 0x36dd54084cba681b2a8f3c5c480dca85ff9ff8efbe649c31053f70eaba69e0ba, '', 0, '?'),
(0x5e39282d28c5b2c5792089f7ca30712a, 'wp-admin/user/about.php', 1, 0x00000000000000000000000000000000, 0x99ec00da8d914b4efd2098a3e44ebe2d, 0xbb678f52a10a1803117a853fcbd3393f599ca18d8f7febcb20e362dd8266cd97, '', 0, '?'),
(0x3173b82936aad3b69995af43a785ce97, 'wp-admin/user/admin.php', 1, 0x00000000000000000000000000000000, 0x978c72880bc9dce93e59d1c851f96467, 0xb9d9a36aa77491cc1afffef5ecf68196b52f909f3cd7071f1da30d9436db3894, '', 0, '?'),
(0xc91318a583dbd07e0d1a4b342823e3c5, 'wp-admin/user/credits.php', 1, 0x00000000000000000000000000000000, 0xd920b4fb1be2c2c780081d5b4b7de55a, 0x651b8acfb3435146f219a5bd0301cb5b0596015e74c243f584d2b25b7e3d59f0, '', 0, '?'),
(0xa5523b6c7a4fe9386d3c3314944e6965, 'wp-admin/user/freedoms.php', 1, 0x00000000000000000000000000000000, 0x1ba6cbb9e2a9d3deb348997492ed692e, 0x7ed0d06cbc2650f017b4167d409d4d1bad2016a4c30ed036348fe8b067447f7a, '', 0, '?'),
(0x5beaa08fe67c4bf26f0ecadb8c6237f0, 'wp-admin/user/index.php', 1, 0x00000000000000000000000000000000, 0xc8fd98f7fdd52d78bdadf74e620789fa, 0xddb94ddc5a7fd1582a6810b00505baf056e00067eac0136321ebc32b35832335, '', 0, '?'),
(0xf5e6d8f5a379a0f800ba0c22acee5105, 'wp-admin/user/menu.php', 1, 0x00000000000000000000000000000000, 0xc291386f76ca9b04c710342cabb61e08, 0x356b59c92328ded9cdf9dffdc4e9cdd4107ca2ecc2369f502da17e812893a9be, '', 0, '?'),
(0x00e46c446483d3fd755ee2e159ace2a4, 'wp-admin/user/privacy.php', 1, 0x00000000000000000000000000000000, 0x27ddd7bc6e0da6fac87f279bff299bb3, 0xbae69d71a74f5875feed41b38d4792a602fb1d1a405955326a2ec8d507105b50, '', 0, '?'),
(0xf6d3e3ad60d726583cc461519f56685c, 'wp-admin/user/profile.php', 1, 0x00000000000000000000000000000000, 0xb9fa17a9811195800079dda4b1262d03, 0x5bc0231442d9bddc66a68c5f4d1289bbc4fab9ade3219706506b9b3b1df6a4ca, '', 0, '?'),
(0x0217f48d7f133dfcf071af0d6c6a412b, 'wp-admin/user/user-edit.php', 1, 0x00000000000000000000000000000000, 0x2a7a75a363b0f88f0b6d094a91ef65ea, 0xe595b1e1e5ccb10909e570405ccda9d888d4d139bf2e613e768359caa2898c35, '', 0, '?'),
(0xd20f4a687cb19430e7830b605a709845, 'wp-admin/user-edit.php', 1, 0x00000000000000000000000000000000, 0x4b7e633e696bf9d09a4e5bcfd7b2d3fa, 0x9c84dab568ada36b08c8e65c770e926aef5e6228ce3e0df31e7ee649466a9548, '', 0, '?'),
(0x202a404144d29388123d7075b098d345, 'wp-admin/user-new.php', 1, 0x00000000000000000000000000000000, 0x24c991ff52f4deebd3b067b73866e2c3, 0x8e93dbe209a45caf03c3f22d203a9fa2876d64823c83a7bf021b1f6448ab0bf1, '', 0, '?'),
(0x508ac510697aa174ee6103e9127dd461, 'wp-admin/users.php', 1, 0x00000000000000000000000000000000, 0xa453f7dc52ff2f59f9e69c4dd99db773, 0x5e7292df6bb5365bb3d21c87d83893d2b9666dd329eb275799e0b94aecbb6442, '', 0, '?'),
(0x019954ea68cbd4ec7a07509ff91972e9, 'wp-admin/widgets.php', 1, 0x00000000000000000000000000000000, 0x9c0b1f45d013e678c40b3bb5ceb9af4d, 0x5fff1bcdbbd8dc0e97d478b77821629b2dc4bf1540665d091a13daf70841c021, '', 0, '?'),
(0x4995c43a17420e73de23d7e7ffde40d7, 'wp-blog-header.php', 1, 0x00000000000000000000000000000000, 0xf3f43bcb755e7599abfd0cb56b710e81, 0x35437a1bb5e50430a8db9093750c17fe58b5da49b39e2196108b5814b5e5a484, '', 0, '?'),
(0x5388fff7dc70d83ed9dd5772bd0e5945, 'wp-comments-post.php', 1, 0x00000000000000000000000000000000, 0x4a822c626fa05149a2079b48b5736039, 0x01d7a01755b9e9cd99de8e5fee0c018397ca39af6cb5e2e8e776ca9609299c6e, '', 0, '?'),
(0x764b3b0240d173ba6155313ba9095ea9, 'wp-config.php', 0, 0xeb1c3701ce02bfc9f89991a43b664854, 0xeb1c3701ce02bfc9f89991a43b664854, 0x65d22e65a82c3d2c88043a89ef5fc19c7c842e0bbcd2176e42f12f67ad5840b6, '', 0, '?'),
(0x1a3605d473f8aa772ae49e8b9183bb0c, 'wp-content/advanced-cache.php', 0, 0x7f18d38986f225dfbdee86991b553e64, 0x7f18d38986f225dfbdee86991b553e64, 0xd1bc3420a577784bc4c4cb62a80f45cd23653c016628432596aade731a148920, '', 0, '?'),
(0xfa2d5e67ff88ccba4000072ff7119386, 'wp-content/index.php', 1, 0x00000000000000000000000000000000, 0x67442c5615eba73d105c0715c6620850, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x41d88c9d79cf360fc19475fbe7282322, 'wp-content/plugins/ar-contactus/OneSignalSDKUpdaterWorker.js.php', 0, 0x53c8d1b983e49d35acdb393ce8e8a6ab, 0x53c8d1b983e49d35acdb393ce8e8a6ab, 0xc0e65cdb6cc58b5e1fddf2c7aae3b4085bd6067e71c3d2d9cc3d30d93e8e40be, '', 0, '?'),
(0x6a3021d6cd1a8ad64aae52e2f32ddf18, 'wp-content/plugins/ar-contactus/OneSignalSDKWorker.js.php', 0, 0xc16af6622916dbf2f77fb7931eb9aa76, 0xc16af6622916dbf2f77fb7931eb9aa76, 0xc0e65cdb6cc58b5e1fddf2c7aae3b4085bd6067e71c3d2d9cc3d30d93e8e40be, '', 0, '?'),
(0xa4f541d69b1ed8ca8013966f4ee9e495, 'wp-content/plugins/ar-contactus/ar-contactus.php', 0, 0xcef0a94e619451976f268235f8b13197, 0xcef0a94e619451976f268235f8b13197, 0x894a8e50e6abdf952257731bb33359ddcfe7a1941d99faf40fffb320264cb947, '', 0, '?'),
(0x576828d9dfbf01f141f34233faec443e, 'wp-content/plugins/ar-contactus/classes/ArContactUs.php', 0, 0xa969837cf196bb48819e844a5a39fbed, 0xa969837cf196bb48819e844a5a39fbed, 0xde0f256e1da296ce412a178f5e93257ec8de7959f3356f63c31604cc160e551f, '', 0, '?'),
(0xfa6af3bf20c50ce4e66086428dd3f94a, 'wp-content/plugins/ar-contactus/classes/ArContactUsAbstract.php', 0, 0x061c1406eeea44b283a5cfee83ca840c, 0x061c1406eeea44b283a5cfee83ca840c, 0xef832fed2fcf8f694bbf7e695d2edce30fecadea7c452c7513200cf6b7caba9c, '', 0, '?'),
(0x120fcc2d1168bd42e6f4cbe9252d6109, 'wp-content/plugins/ar-contactus/classes/ArContactUsAdmin.php', 0, 0xf8ac7379c42071be7e3e7d46a78f02f2, 0xf8ac7379c42071be7e3e7d46a78f02f2, 0x8f91ce08f979ebccee0afaea360bc06c4e34941d9491bda53a490aeeaed37e56, '', 0, '?'),
(0x56cba2e35ebb8c215705c5cc87778355, 'wp-content/plugins/ar-contactus/classes/ArContactUsFormHelper.php', 0, 0x5ce61816b1d7fc2971cb5bcb57e270bf, 0x5ce61816b1d7fc2971cb5bcb57e270bf, 0xb667ed4f6ebcf794163cbc5daf76d033fe240c57e5ebaf16390a5f00245ebbb0, '', 0, '?'),
(0xb226983cc9ac4cf794837e20e653c276, 'wp-content/plugins/ar-contactus/classes/ArContactUsImport.php', 0, 0x2b40da83dd61d41f38cd5a697724a15e, 0x2b40da83dd61d41f38cd5a697724a15e, 0xc6f24d22152577a458e6a7ddcf6b06f2a084d26af3db9c205a4eb3e325fa7580, '', 0, '?'),
(0x59e608ff995f815366532a93e8fc549f, 'wp-content/plugins/ar-contactus/classes/ArContactUsListTable.php', 0, 0x8364dd3c41502fb6660b466547710179, 0x8364dd3c41502fb6660b466547710179, 0xdbaa508a7a0b1c44094cc543afcacd351b777f34a91ae3272f4ae287d9ee91d1, '', 0, '?'),
(0x670bac15998154434f581563ea09a466, 'wp-content/plugins/ar-contactus/classes/ArContactUsLoader.php', 0, 0x74a790f8b65e72caa60a255b712679fc, 0x74a790f8b65e72caa60a255b712679fc, 0xf4de5ba547758d2d337864ecab51b0aa7df58722375123084c71f8233eca3871, '', 0, '?'),
(0x3c018bfc02540562e03645288c4f8ef2, 'wp-content/plugins/ar-contactus/classes/ArContactUsOnesignal.php', 0, 0x8ccf8c0296b21d7b49d573110077bb38, 0x8ccf8c0296b21d7b49d573110077bb38, 0xbebcd22e28dcbba5585ec4b1e44dd1594d93560e2a54109c2f0c17625ad3e7a4, '', 0, '?'),
(0x6760da229e8f8dbc17519854a0ac75d8, 'wp-content/plugins/ar-contactus/classes/ArContactUsTelegram.php', 0, 0xcc742d87a8fa799f871759b53d69083a, 0xcc742d87a8fa799f871759b53d69083a, 0xf103db66da4bf45fee877089b6d978d4bf9b5e3d9d3fb908074c924df9f61c6f, '', 0, '?'),
(0xcb7035dbb967752bf4e28538ba29ed0a, 'wp-content/plugins/ar-contactus/classes/ArContactUsTools.php', 0, 0x926acb603c54d7e71cfe90bbc9be67ed, 0x926acb603c54d7e71cfe90bbc9be67ed, 0xabbae13babbb9fcb73e29d6cb74ddc298ae3c5bdee1c54227fe02c54d8e43172, '', 0, '?'),
(0x43a49f492c2d7b4d8961529f58181127, 'wp-content/plugins/ar-contactus/classes/ArContactUsTwilio.php', 0, 0xfb6cd184ea04ee27f954c43eee2de948, 0xfb6cd184ea04ee27f954c43eee2de948, 0x8c13c55d70fd10c584611d458738376aaa70335f994dbe0c525cb5ad35a1f5e9, '', 0, '?'),
(0x3311923aa2601f179ed61331df6fdc44, 'wp-content/plugins/ar-contactus/classes/ArContactUsUpdater.php', 0, 0x074e00b30c079490af9c4552919869ba, 0x074e00b30c079490af9c4552919869ba, 0x63b6939c1be51dc38cec7fffc680374de7cfea36aff91434307cd046ec79c616, '', 0, '?'),
(0xf65e9a7d0bf415a8dee4b6905b1e7d2e, 'wp-content/plugins/ar-contactus/classes/ArContactusUpgradeAbstract.php', 0, 0xd235313018c6b7d92ba325351ae32f36, 0xd235313018c6b7d92ba325351ae32f36, 0xbd2aa8f9a292757cea34f052575a024e78d45eb6f3bfc3b5efccbf6386bdf5f8, '', 0, '?'),
(0x43087fc4dd588d9ed712a43df6ec804f, 'wp-content/plugins/ar-contactus/controllers/ArContactUsMenuController.php', 0, 0xbe700b976025d66e5ce24036e37e8bb0, 0xbe700b976025d66e5ce24036e37e8bb0, 0xa9f93ba5c3bb963b3703256965dc1b0ac2cdae86241b3d105c7beae6a8bc92a6, '', 0, '?'),
(0xb25aca4eb1eb4a5ac9875cd361640af0, 'wp-content/plugins/ar-contactus/controllers/ArContactUsPromptController.php', 0, 0x47a08f7a6f8fbc48b8676ccb89063eaf, 0x47a08f7a6f8fbc48b8676ccb89063eaf, 0xe95ca1e083fd430175bc4865e705fff2a574ccd2b2472609d7a3d07e22ca8175, '', 0, '?'),
(0x2a15e0a3bb895cafac052fc4205393f6, 'wp-content/plugins/ar-contactus/controllers/ArContactUsRequestsController.php', 0, 0xa704f88240273620586f603ff00d048f, 0xa704f88240273620586f603ff00d048f, 0x9dd024249e98e098f0dce355794b2cdc2c1aae375a671a58b6dd2477945daa9f, '', 0, '?'),
(0x4ff14fbd3e22f95bbcf6b01680124961, 'wp-content/plugins/ar-contactus/controllers/ArContractUsControllerAbstract.php', 0, 0x1d466ec787d88416476a4673bc27dbd7, 0x1d466ec787d88416476a4673bc27dbd7, 0x93677882001700f9d1ae71ef855490fe93b0704d719f44d129f144ed6dea17f8, '', 0, '?'),
(0x5f23537eed80d7f3cc340dd524bf06a4, 'wp-content/plugins/ar-contactus/functions.php', 0, 0x4f25604841b68c0d4d387edc174a8253, 0x4f25604841b68c0d4d387edc174a8253, 0x26d94ef96233430d7000655384b35a1e08d75f489b0c53cec6c7932cc934b4f4, '', 0, '?'),
(0xf1d016395c436cc8369dbc412f361b58, 'wp-content/plugins/ar-contactus/models/ArContactUsCallbackModel.php', 0, 0x8c57a1efa710c4d1da157d4a81a5319e, 0x8c57a1efa710c4d1da157d4a81a5319e, 0x1352763bf9cb8abdf6312bb771251166156a5620d9ced7128cdae939d1a46848, '', 0, '?'),
(0xb1b1b91384d99e1dc03078b791402720, 'wp-content/plugins/ar-contactus/models/ArContactUsConfigButton.php', 0, 0xb1161273f1ac49050ebff204e58b99e5, 0xb1161273f1ac49050ebff204e58b99e5, 0x939190c0e5303b65d8f771019929919c9768f0601d6140d43b50a1d9b7c98ea5, '', 0, '?'),
(0x9856959c14e256e3638cc68505503d35, 'wp-content/plugins/ar-contactus/models/ArContactUsConfigButtonAbstract.php', 0, 0x49a198c2d5dd90cbc757de3dc5a1d346, 0x49a198c2d5dd90cbc757de3dc5a1d346, 0x6b79af32697f93110d98e0ad27f6581039ccfb525996a79bc2232f06eddc1d49, '', 0, '?'),
(0xcb1f9d0f3a120545f2280f1c443fdd73, 'wp-content/plugins/ar-contactus/models/ArContactUsConfigGeneral.php', 0, 0xde33c72a1ea45a5939249881b87755d6, 0xde33c72a1ea45a5939249881b87755d6, 0x0cf95b8f1beed9a8d34b4519a94ef061dcbc390fa0272f857df4542db3ec862e, '', 0, '?'),
(0xf68f5fc07b41eb2df49a1255aab21c82, 'wp-content/plugins/ar-contactus/models/ArContactUsConfigLiveChat.php', 0, 0xd2b644f627fce3f5b920cfb4e46acc6b, 0xd2b644f627fce3f5b920cfb4e46acc6b, 0xd29d1180e260ec574a392b6f6163fde1be6cba09270aa238848b8fdf7a96977f, '', 0, '?'),
(0x1f7a4e481e6a143c6a8bf5df3aabd2a0, 'wp-content/plugins/ar-contactus/models/ArContactUsConfigMenu.php', 0, 0x4bca05b636baedd86bfe5cd9fbeeb165, 0x4bca05b636baedd86bfe5cd9fbeeb165, 0x058264ce7ce9022de86bcdc9bbcae7fade1bfa042ca229cb45f557394477f3f3, '', 0, '?'),
(0x2079b5838bdaac30c1f20635e725a22d, 'wp-content/plugins/ar-contactus/models/ArContactUsConfigMenuAbstract.php', 0, 0x8011c7dc623787223c6a1795cbd826a5, 0x8011c7dc623787223c6a1795cbd826a5, 0x9c619d9d2bfb7ce774febc4011b7b25b43c426b8c4a95ff50641538ed1981f3e, '', 0, '?'),
(0xf4f5351721b8533cbea03347a76dce51, 'wp-content/plugins/ar-contactus/models/ArContactUsConfigMobileButton.php', 0, 0x95e099040daf1fdaf2cbd1a1dced49f4, 0x95e099040daf1fdaf2cbd1a1dced49f4, 0x6300bf83c97ee84d2be4c7fb0c62d5160be7421c221b2d6575d584d4b5d846b9, '', 0, '?'),
(0x429187c884761b3a7c0e82c8c8866f3a, 'wp-content/plugins/ar-contactus/models/ArContactUsConfigMobileMenu.php', 0, 0xeedf20e0526c325f7f21354f1e9ff6f4, 0xeedf20e0526c325f7f21354f1e9ff6f4, 0x8152b437dbee4fb10afebd51ae3d87a85eba4a966bed3bee6e3988f774f3165a, '', 0, '?'),
(0xc4e0741a17e5c01c407416e8f3c3ec4c, 'wp-content/plugins/ar-contactus/models/ArContactUsConfigMobilePrompt.php', 0, 0xe828961d7c83d00285d07550fd54df20, 0xe828961d7c83d00285d07550fd54df20, 0x539123ab0ffa79e1e1f8bb8439ba6d72978b1e1d3a4082f65d75cb89a9ce2a8c, '', 0, '?'),
(0x41de31fa2ab5a540b767bebf1b886fea, 'wp-content/plugins/ar-contactus/models/ArContactUsConfigModel.php', 0, 0xac493b38698eb867979e04e9917a05e1, 0xac493b38698eb867979e04e9917a05e1, 0xcb7ae040ce1e514737d2025766ed8e5013cb125d024875a3a7456abe3dec96c1, '', 0, '?'),
(0x4dd38a5eb98ba695120ae5966785de41, 'wp-content/plugins/ar-contactus/models/ArContactUsConfigModelAbstract.php', 0, 0xde00ade233db42dd24b9fa8066c0fd76, 0xde00ade233db42dd24b9fa8066c0fd76, 0x4dc3cd817d4dce00e258c207a9a9c24a1c72609603a6e839efce5def8f2b6e7d, '', 0, '?'),
(0x0473bf5206bbce54e0c59b6c9d2ee379, 'wp-content/plugins/ar-contactus/models/ArContactUsConfigPopup.php', 0, 0xebd9544c28e65f1b9b8b1cb6e7506294, 0xebd9544c28e65f1b9b8b1cb6e7506294, 0xb45725f4a11e7af91dce548682e41f404900e221e56cd14850a2045e7eed766a, '', 0, '?'),
(0x854681cd05e770dfc9ddd1d74e61c6e5, 'wp-content/plugins/ar-contactus/models/ArContactUsConfigPrompt.php', 0, 0x870adc8ad5224c828f037e99531eedad, 0x870adc8ad5224c828f037e99531eedad, 0xcd8511582d68c58d93d3e08e5e93bd34b69f1a4b9f0722b82029a1d6b49f5220, '', 0, '?'),
(0x06849d672e4877e8d710414419aef310, 'wp-content/plugins/ar-contactus/models/ArContactUsConfigPromptAbstract.php', 0, 0x7d68f7b265aaeb972db81fd49814520e, 0x7d68f7b265aaeb972db81fd49814520e, 0xde7d86450ee2cfaeac3a9f9af34571bf6f9327cd77cf8de43f26470b41a64a4d, '', 0, '?'),
(0xda9e92f479150a8eb87df829c617f8e8, 'wp-content/plugins/ar-contactus/models/ArContactUsModel.php', 0, 0xda027b5006af0cd845d7a1a00977def4, 0xda027b5006af0cd845d7a1a00977def4, 0x8ae0cffc8319026328e5aa7eaa21229965b9d5dae01162e46f3923b1d40d81cc, '', 0, '?'),
(0x30a9de508b10a2cc610a5466abbe8a43, 'wp-content/plugins/ar-contactus/models/ArContactUsModelAbstract.php', 0, 0xeb48e12ea7082c355f0a48fbeba7a9b1, 0xeb48e12ea7082c355f0a48fbeba7a9b1, 0x7213826d08e3ac50dd6b6839d556566eac6ad5dff8e78c55193993f77b731bd1, '', 0, '?'),
(0x3978b91d09a08423a90f7d85ace3d253, 'wp-content/plugins/ar-contactus/models/ArContactUsPromptModel.php', 0, 0xabdce597b282adf44e3b401c2f9bf8b2, 0xabdce597b282adf44e3b401c2f9bf8b2, 0x7b4701980d071d2a5c0e6c1c46b757053ddbd08f58af7a7b9156d5aa9e8c83a2, '', 0, '?'),
(0x352fe04d6843224b3cb1bb3cd68846de, 'wp-content/plugins/ar-contactus/models/ArContactUsQuery.php', 0, 0x10f6e283c11bb4a954af68892478899d, 0x10f6e283c11bb4a954af68892478899d, 0xc7b1a10cdd36cb4c64f6d86f9dd7419607318779a2c0a2a7b1446019743e6901, '', 0, '?'),
(0xd39cfaa5463def25d27a1a6e2bbbdc31, 'wp-content/plugins/ar-contactus/res/img/msg.svg', 0, 0x11428372fd2268ee3a3e083484c44de6, 0x11428372fd2268ee3a3e083484c44de6, 0x9cccd60a51ec37a20371fa1ef412dbb7b72288360222c3277ffc6b24fc5cdcad, '', 0, '?'),
(0x782e682e55f39ff5363d16726b1d7655, 'wp-content/plugins/ar-contactus/res/js/admin.js', 0, 0x88fcbd84ececf17814d9f66c0bffd67b, 0x88fcbd84ececf17814d9f66c0bffd67b, 0x62ec32b633afd0ed66373c3524ab3b2c2041bb0894bdbe74cb7eb08ad1a40ce6, '', 0, '?'),
(0xe8a15453793ebdbe1efac553c5657769, 'wp-content/plugins/ar-contactus/res/js/color.js', 0, 0xd2060ae96fcd531bbce28cd4b7081acf, 0xd2060ae96fcd531bbce28cd4b7081acf, 0x9019a4d65787be7be54dba11909f7b28ddc52fd38c46c13a9fbcd1a49454b97b, '', 0, '?'),
(0x1f87036cae954cf2bc24e28c8422f493, 'wp-content/plugins/ar-contactus/res/js/jquery.contactus.js', 0, 0x355cd5255f62abcd09b4efd901ce8653, 0x355cd5255f62abcd09b4efd901ce8653, 0x6e231b0d83e964171aa9d251954af2970a24761bb8aedd9a104dcfc8ac4f8f25, '', 0, '?'),
(0xec0bdc352678e1c67a398162fd36005e, 'wp-content/plugins/ar-contactus/res/js/jquery.contactus.js.map', 0, 0x40e74a9dc3b2b2481f42e5fa1f5163dc, 0x40e74a9dc3b2b2481f42e5fa1f5163dc, 0xaa89dbb94b5a376e496486efa7e77a5cebb5ee23a33ec4377ca273b944c03498, '', 0, '?'),
(0x7f400687fe9b0b6863cf147ef89b7620, 'wp-content/plugins/ar-contactus/res/js/jquery.contactus.min.js', 0, 0xc5df3ab5492df7906c6e24a626fb0954, 0xc5df3ab5492df7906c6e24a626fb0954, 0x25e4cfa15afea5929afaaee0e5e0b6e047456d0ab337a7f7a62571457b418848, '', 0, '?'),
(0x91d6a507be96f95251ff538c4e7cd09f, 'wp-content/plugins/ar-contactus/res/js/jquery.maskedinput.min.js', 0, 0xa8bcc6a017e7bbfd0f30bc87f5bfb5a4, 0xa8bcc6a017e7bbfd0f30bc87f5bfb5a4, 0x8939990efdd72eb9996f075f79b945196f61e0fc72a0189092ec6d6559c980ac, '', 0, '?'),
(0xa4102f64c8299782cde83b41cf24b561, 'wp-content/plugins/ar-contactus/res/js/scripts.js', 0, 0x5986488c3aa7b57a85a3a32108b0b2ed, 0x5986488c3aa7b57a85a3a32108b0b2ed, 0x79c0a4bf4a68a5ac5f21a33438a3235719ef83f3c82ad8b5413f5e88f97e44aa, '', 0, '?'),
(0x0e4db4b5f36b7c892247d53cd9c999dc, 'wp-content/plugins/ar-contactus/res/semantic-ui/assets/fonts/icons.svg', 0, 0x2980083682e94d33a66eef2e7d612519, 0x2980083682e94d33a66eef2e7d612519, 0x99999bd927b29217f5a8cf2349208f00e6b02830e4eae882f7e9b15c6bee3488, '', 0, '?'),
(0xaea35936ab1e53e304d8452555649fe3, 'wp-content/plugins/ar-contactus/res/semantic-ui/semantic.min.js', 0, 0x193c455031df485ba2fc45577813b484, 0x193c455031df485ba2fc45577813b484, 0x5aa245e88a121e9dcf70bf222adfe91457573ec25fca99f4639de67b67fca27a, '', 0, '?'),
(0x7514cd56563c5483f66409e8794c1a3b, 'wp-content/plugins/ar-contactus/upgrade/ArContactusUpgrade_157.php', 0, 0x6d270e641de9552f6486d8577e1cc1df, 0x6d270e641de9552f6486d8577e1cc1df, 0x5c70de785f2a211df41c6e23dfa20c4f89fffdfeb01db2fd8c16bbf821df88ac, '', 0, '?'),
(0x4da11256adc69ecaec4f5581e7c20533, 'wp-content/plugins/ar-contactus/upgrade/ArContactusUpgrade_160.php', 0, 0xce2511571b8389b15ba2f62741ba7045, 0xce2511571b8389b15ba2f62741ba7045, 0x8388456c82ab39cf8c178a6f6844f50497e3f42b2ceb3ef74552f21f93529a83, '', 0, '?'),
(0x5b542a9e7ff3f523c0576e72a89ec744, 'wp-content/plugins/ar-contactus/views/admin/_about.php', 0, 0x9735be31963ef7923c380efe660fe771, 0x9735be31963ef7923c380efe660fe771, 0x7a0ca900ca32c77b4664132ade06ca404cd9922eddef247012fea3129452f420, '', 0, '?'),
(0xc3abd177e57e15aae8aa887516717793, 'wp-content/plugins/ar-contactus/views/admin/_button.php', 0, 0x2751102baf1c5506e64107b607fcc21a, 0x2751102baf1c5506e64107b607fcc21a, 0x0b252e0730ec529891353af358acaf75e5bd377cfa42ce2fe1c3e44a1a4aaa42, '', 0, '?'),
(0xd840d2e58d43c7b07fe2fede118e9d37, 'wp-content/plugins/ar-contactus/views/admin/_callback.php', 0, 0xd00abb31a5fbf66b47f06b947388d030, 0xd00abb31a5fbf66b47f06b947388d030, 0x43817450508a594ef26b6bd02d2efd3d3cf9d49d9378bdfb181fb52d7de07492, '', 0, '?'),
(0xbdde63b3d2550b784a706106ce45ff71, 'wp-content/plugins/ar-contactus/views/admin/_data.php', 0, 0x8b25f430774f640fd24eee7b61554174, 0x8b25f430774f640fd24eee7b61554174, 0x4168767df198c8229bdc4eccd7bc9a4c151e7758f1d060d5599381c6693ddedc, '', 0, '?'),
(0x2a1452363e635dd48c5b250e2a9ae4b0, 'wp-content/plugins/ar-contactus/views/admin/_general.php', 0, 0xdafe628852e6c155ad0613ed7bf9bf98, 0xdafe628852e6c155ad0613ed7bf9bf98, 0xd1a510c19d83b093c380280d056b158b122d6937aa0bbf8aed07695c4d7ebd70, '', 0, '?'),
(0xb81c03007de16514aec24c4f1592e348, 'wp-content/plugins/ar-contactus/views/admin/_items.php', 0, 0x36596832c035c2e933bfccfe9a3e17e0, 0x36596832c035c2e933bfccfe9a3e17e0, 0x8fe9158fc428589bb269a601722c891bc4996173e67d4df3de641856d8e294de, '', 0, '?'),
(0x4845437e76b3ee70ba2ca3e6c196622f, 'wp-content/plugins/ar-contactus/views/admin/_items_table.php', 0, 0xa07c875955a6e756e0c493c6105b672e, 0xa07c875955a6e756e0c493c6105b672e, 0xe7936b1becc77ad2ad8555b96baf6e80c0428e64c8130827afca0d8bbcd9adba, '', 0, '?'),
(0xb1078fb7ddc49b291826735e06a41285, 'wp-content/plugins/ar-contactus/views/admin/_live_chats.php', 0, 0x8ca51f35504b87f00370dd069d62d62e, 0x8ca51f35504b87f00370dd069d62d62e, 0x2c2bf0e172589029ae4c57d2897877457e4ab1290ca969e73eeef57d31cc33d6, '', 0, '?'),
(0xa8ec322e982dffcdea1c27886418c1c9, 'wp-content/plugins/ar-contactus/views/admin/_menu.php', 0, 0x711709ea61fd1d6cb9ceef0e8607842a, 0x711709ea61fd1d6cb9ceef0e8607842a, 0x62d94b02e2eabd080c9e5b00d7e77537610671b508a44e273c35db81062455e1, '', 0, '?'),
(0xe1845db7a585ffca254f60e8c1dccd21, 'wp-content/plugins/ar-contactus/views/admin/_onesignal.php', 0, 0x487722cb37d07d623d447d85b44f4b44, 0x487722cb37d07d623d447d85b44f4b44, 0x16650d47e8c16230d1b180edd5cf748012d4a97d38e0d5989030922fe4541b85, '', 0, '?'),
(0x451267f5ce3ff57b355f192f713141cc, 'wp-content/plugins/ar-contactus/views/admin/_prompt.php', 0, 0xcbf22e08887afe2285428ced74650655, 0xcbf22e08887afe2285428ced74650655, 0xf07c8710a8180daaea41c60c6f747d6b548f56fd6966149a105b4875afda1085, '', 0, '?'),
(0xa7c3bad78bc858eee4bae4155017ea5f, 'wp-content/plugins/ar-contactus/views/admin/_prompt_items.php', 0, 0x53e2e9cf20d325b39fc3f8a5adedbdea, 0x53e2e9cf20d325b39fc3f8a5adedbdea, 0xaefcfdc5795cc47f7ecf62c52c782732dad7bfcf9e617ce5f3b5016c1055808f, '', 0, '?'),
(0x3875f6a0ab800d2c818a2b702b43aa36, 'wp-content/plugins/ar-contactus/views/admin/_prompt_table.php', 0, 0xf3992252b434b2cb9260934b56f32d88, 0xf3992252b434b2cb9260934b56f32d88, 0xdc3babf771b0e0c2bb0fa544544dac0754f71ef8f1953ba1d7041efb6f66b88f, '', 0, '?'),
(0x8a271c82969710d7f75f5723e66f5daa, 'wp-content/plugins/ar-contactus/views/admin/_requests.php', 0, 0x44f210da55443282e810a65c3c79e030, 0x44f210da55443282e810a65c3c79e030, 0xfd0d862d7293ff04ff667a75bda6fad65d83147b9bb209ab97b6de16412dde49, '', 0, '?'),
(0x407934f7805ab67cb6b865844c884fb3, 'wp-content/plugins/ar-contactus/views/admin/callback-requests.php', 0, 0xe4378d6100d0cd28be97374f6f2754c8, 0xe4378d6100d0cd28be97374f6f2754c8, 0x72ca5eabdd175125bf334da5d378487d6140a2a59b0c34bcd5bb8c7159122b1f, '', 0, '?'),
(0x3f529fd8c0c4514e6ef2b462705d9908, 'wp-content/plugins/ar-contactus/views/admin/config.php', 0, 0xb4025f4dcd18874103c276ed7ac958ac, 0xb4025f4dcd18874103c276ed7ac958ac, 0xc929bc69a7b1266dd58a646733e6874edf3c49faab97e65cc5f28bcc64514fd3, '', 0, '?'),
(0xdf301c4a9eaeff8fc3cbd824e8ab4374, 'wp-content/plugins/ar-contactus/views/admin/partials/comment.php', 0, 0x79c63d9cca94543dbf69b5065072bf12, 0x79c63d9cca94543dbf69b5065072bf12, 0x558c6b4c21f02fd9c813117b5a3f042bf12d7119841b08bb92e030ec58d2ca68, '', 0, '?'),
(0x8fb071c0bfa1e0b489b3fd7378f6b66f, 'wp-content/plugins/ar-contactus/views/admin/partials/request-item-header.php', 0, 0x011c9f2c9dd12c56f9cde94f28ed6e80, 0x011c9f2c9dd12c56f9cde94f28ed6e80, 0xf3762176412fff4e019d3f8a1c10161186403eda76c03768764dafe6993fa409, '', 0, '?'),
(0xbca7befed628f6aa6233aed47bcdb217, 'wp-content/plugins/ar-contactus/views/admin/partials/status.php', 0, 0x688341e0657ea91c72876ef5948ba45d, 0x688341e0657ea91c72876ef5948ba45d, 0x70ddbf24d82efe38df93e6e62588222e7459b5c116f26d381717ca3d51e27c6c, '', 0, '?'),
(0x0f972dff281c38d59d15454924b46d5e, 'wp-content/plugins/ar-contactus/views/front/button.php', 0, 0x666c075c39ef8e4e34e33f19667be7b2, 0x666c075c39ef8e4e34e33f19667be7b2, 0x639a6837c74859dc70d4f7c831c1b44848175427e58618259d3ac0663b4f3059, '', 0, '?'),
(0xecb3a420a71b134ad92d3697895ce5b6, 'wp-content/plugins/ar-contactus/views/front/shortcodes/menuItem.php', 0, 0x72018da47715fa38ffa22f99b00683ba, 0x72018da47715fa38ffa22f99b00683ba, 0xb8025793005a1105fb497f905a5b88670aecc1268afa38fd90b040a0bc5444ea, '', 0, '?'),
(0xb8b8e68575b80fd0c4c8f6e361aa08db, 'wp-content/plugins/ar-contactus/views/front/styles.php', 0, 0x6531189ac3629f867a35dc2dffe1399c, 0x6531189ac3629f867a35dc2dffe1399c, 0x2c0c6cdb0b7247bbc0ac73003b008a7d25090dfe78ee9a20a7554f6df89dae24, '', 0, '?'),
(0x39551646d3ffd7606f77eff7ef6adb51, 'wp-content/plugins/ar-contactus/views/helper/form.php', 0, 0x0382e458b36042e8147fa1de4712e776, 0x0382e458b36042e8147fa1de4712e776, 0xaa8ee787dc6ef41885464aa2e9c0279df99902fd0378710f3feed3f7dc59145e, '', 0, '?'),
(0x1e8be8375310e4ccef294f988ca418fc, 'wp-content/plugins/ar-contactus/views/mail/callback.php', 0, 0x527e0ca2b075ade8a485a113d276e38f, 0x527e0ca2b075ade8a485a113d276e38f, 0xfbd91654d8723730424b0452f1e49b3ff4159360711743f508053bc3aa8c1172, '', 0, '?'),
(0xb43bfcb40649cea447ddd1a26c3c9019, 'wp-content/plugins/async-javascript/assets/async-javascript-screenshot1.jpg', 1, 0x00000000000000000000000000000000, 0x22301932cbb4048642f4648d263877ef, 0x3a99db77ebfb160327d0d8e480ddd2cc35a3bc2b1c5fdd11c355a317ffb2f8ca, '', 0, '?'),
(0x0c2047a0af9f82f0b580a22981224021, 'wp-content/plugins/async-javascript/assets/lib/chosen/chosen-sprite.png', 1, 0x00000000000000000000000000000000, 0x8b55a822e72b8fd5e2ee069236f2d797, 0x536b2031ba513acacbde6164a3445154ffe2a949427831bc468d6049518b987b, '', 0, '?'),
(0x18ef973ef40b6a311ef192247b010cd1, 'wp-content/plugins/async-javascript/assets/lib/chosen/chosen-sprite@2x.png', 1, 0x00000000000000000000000000000000, 0x614fad616d014daf5367e068505cad35, 0xadd2d615285cb205de6eb7e96b3a4a16892158bca7fe84f158a23c52d0886a34, '', 0, '?'),
(0xe3b44d26bd7cb068b619957edf2bd3b0, 'wp-content/plugins/async-javascript/assets/lib/chosen/chosen.css', 1, 0x00000000000000000000000000000000, 0xefbe932d688eca5e0dd962ce4aa2f69c, 0x8681d64a0ee28bff6e60ef8b617e391019d23bd8d7e8e31d9b3c60a04f2aec46, '', 0, '?'),
(0x44a6171aea394cf90ac391ae164ee041, 'wp-content/plugins/async-javascript/assets/lib/chosen/chosen.jquery.js', 1, 0x00000000000000000000000000000000, 0x405baac3295550a123d4c8496c168da0, 0x66887f6afc852955fdd376ff13e65c73f4eef392d3899953e9b4785073d7f1ed, '', 0, '?'),
(0x28578a9c292f7969fa12d36c83b9c827, 'wp-content/plugins/async-javascript/assets/lib/chosen/chosen.jquery.min.js', 1, 0x00000000000000000000000000000000, 0x3e9f1dcb9cc75169765265133fb815a7, 0x222385938a683812f29060bef5603a1092b25063f21d0cf553586b584858b73b, '', 0, '?'),
(0x8c82ad41dcb9d9da7f7a583eab684d5f, 'wp-content/plugins/async-javascript/assets/lib/chosen/chosen.min.css', 1, 0x00000000000000000000000000000000, 0xd7ca5ca9441ef9e10f9ea5d90002690a, 0x51481b11047f150178712ba98a920c5f9cafb6ea0f6fd94f72d8e693553a6af9, '', 0, '?'),
(0x9a86190b78545b3acfa4a0ab0246e8ce, 'wp-content/plugins/async-javascript/assets/lib/chosen/chosen.proto.js', 1, 0x00000000000000000000000000000000, 0xeb6ad13b1152c8d8cb22402303c11f1c, 0xa251ee76b0980eb8a5ec1d47941f911b6c3a3791dc519419ee85b8cb8d9496bd, '', 0, '?'),
(0x7786d0512d2440a8badbcf5edcd34f4e, 'wp-content/plugins/async-javascript/assets/lib/chosen/chosen.proto.min.js', 1, 0x00000000000000000000000000000000, 0xa19bd8c5f6bd67bb3d1389ed793c03e1, 0x031315264de4d368394addcec1e16e9ed23cc7417348960791051768ea3f2cbd, '', 0, '?'),
(0xfd0a1985a77198041cce802cfa4a4fb8, 'wp-content/plugins/async-javascript/assets/lib/chosen/index.html', 1, 0x00000000000000000000000000000000, 0x22a799b9136fffb24949f3139f4241dd, 0xdd6c9afdef5e931c7bea19d67813cb0825f662d86bbe372164496b2873fe7803, '', 0, '?'),
(0x07d8daf8aee7c8a8dad39f1ca3c25b8e, 'wp-content/plugins/async-javascript/async-javascript.php', 1, 0x00000000000000000000000000000000, 0x50b801e37a57d75ddbd26377da8d147f, 0xe2d603cbfd24c2ac587d583e0d53b5b0aec76ac404641e849ac40491c304e750, '', 0, '?'),
(0xa256eda415526c66e71bb522b921d443, 'wp-content/plugins/async-javascript/asyncjsAllAjax.php', 1, 0x00000000000000000000000000000000, 0x619d9446b7c9f857a0588a204df57e56, 0x3598d257b4e3d1c15d211b2d42934ad41c9937b9230f782666b6ce30d236aa35, '', 0, '?'),
(0x7b84548b916afe6eda343acca127ba29, 'wp-content/plugins/async-javascript/asyncjsBackendClass.php', 1, 0x00000000000000000000000000000000, 0x051ec1ecd1e518b86cba53569df02190, 0xf71677526b0360a24f922bcf05aa8f14fa891f1124dd4068e43ad7bf6723d2e5, '', 0, '?'),
(0x5b4d640aad3ef9a716d74fef73b8a597, 'wp-content/plugins/async-javascript/asyncjsDashboardScreens.php', 1, 0x00000000000000000000000000000000, 0xf6ac93c6dedbc6ce29a5c3b22e98fc39, 0xbf1baf447d1c9eb1f11ba955a5ee11e614c99072c1ce60d46e90c73aa1ace66c, '', 0, '?'),
(0xcaf4ee9e48cb963aef9ba6c18b7ea1cf, 'wp-content/plugins/async-javascript/asyncjsFrontendClass.php', 1, 0x00000000000000000000000000000000, 0xeeade7930faa967d92b3f7e6dc7388dd, 0xe7f71e2372e3d6049e8af1ecbfcc06d12ec20e18d266943b4aec45f72d2e7468, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xd3780c77491067f341c0d0dc6ba2b5c3, 'wp-content/plugins/async-javascript/asyncjsHelpScreens.php', 1, 0x00000000000000000000000000000000, 0x74327a172241c054615c26205b9554fc, 0x8969671ffb3c2cf22578b0da4c19698033a23011fefd7c3569d4246611eacd80, '', 0, '?'),
(0x6917f0709cd098da4071465941fc36fd, 'wp-content/plugins/async-javascript/asyncjsPartnersScreens.php', 1, 0x00000000000000000000000000000000, 0xe3cfcc81a66ce81542a951d31dc04a32, 0x482114d910f6e26cbc23f17da584dc13cb113a86af598fd3188247d7cb7abb2e, '', 0, '?'),
(0x4aacaebc142d28bd492a4d46da8f27c4, 'wp-content/plugins/async-javascript/asyncjsSettingsScreens.php', 1, 0x00000000000000000000000000000000, 0xe15502711338905b4177b2b65cb28d60, 0x0ead3bfddbcac933796f1748604bbd1eae0f2c63ef672b62d944a2b05ae65c09, '', 0, '?'),
(0xa1a2c701071157c5f3f4bbed44d2a8d8, 'wp-content/plugins/async-javascript/asyncjsStatusScreens.php', 1, 0x00000000000000000000000000000000, 0x6495710ba3bee9b5166eceae55a7a082, 0x4bb397dda970dc657641c917b1728dd339b9df9d080c26a58dccbc4290275074, '', 0, '?'),
(0x3d405878cf02da4361a8b7ac4d6e5ffb, 'wp-content/plugins/async-javascript/asyncjsWizardScreens.php', 1, 0x00000000000000000000000000000000, 0x515330b6b627846e9f78e5ee1c476a0d, 0x5e5f4340102748237ae25b4c8ee0c4d49c942fe35e84f8fbd8d40d07b34f73ee, '', 0, '?'),
(0xed6847dcfcad30387c9b1ccb357eb8a1, 'wp-content/plugins/async-javascript/css/admin.css', 1, 0x00000000000000000000000000000000, 0x17f335fe63f7fe6c90bce14b6647488c, 0xc52fd910fec44e7c06150bd93a2dc26bfc5bcc48e4538d97830e1d8cc6e5f825, '', 0, '?'),
(0xdc1bb47773ccb4ffca93c5ae46ef6c3d, 'wp-content/plugins/async-javascript/css/admin.min.css', 1, 0x00000000000000000000000000000000, 0xf47600025f3dcdadc65d23bfe8a0f530, 0x1c1f96016a51a1942b086b6fba4edd3394cff84bf2f3d45a3b54c9bf0cd8ed6b, '', 0, '?'),
(0x73357b489eee998fa218888d9e27ead6, 'wp-content/plugins/async-javascript/js/admin.js', 1, 0x00000000000000000000000000000000, 0xefe353de9008460868e08da1be20f530, 0x8b07e02219dab37a15b41118dcb47d3db28e51e6016e197d624b475ba705a91e, '', 0, '?'),
(0x134359a4f9c062aa307ce4710f9f55c1, 'wp-content/plugins/async-javascript/js/admin.min.js', 1, 0x00000000000000000000000000000000, 0xd11d14d91fd10de2053171d9435b14c8, 0x25316bfa309794b8a6c5e41db3a3a7e7939413c6a166566a26116256588aca3e, '', 0, '?'),
(0x6b80effa9fc5d824a110ed503c026ec0, 'wp-content/plugins/async-javascript/lib/gtmetrix/class.Services_WTF_Test.php', 1, 0x00000000000000000000000000000000, 0xab46142999511a82a9d935f3e1c10dd4, 0x768ca6c1b17a24845a5f86caaa7da14bdca3fd679bada95a4553bc2040af7050, '', 0, '?'),
(0x6ef3ea65f98082e66f7bbdb58ac0ab02, 'wp-content/plugins/async-javascript/readme.txt', 1, 0x00000000000000000000000000000000, 0x11bfca2c0e8174b6511ed8469d2f808b, 0xb51f34b6c59aede5cdb4d445c38ddb4d13c06cfbf116ee765034810be48269f6, '', 0, '?'),
(0xc08ca4b6facfb7305642d29507ecc704, 'wp-content/plugins/duplicator/assets/css/fontawesome-all.min.css', 1, 0x00000000000000000000000000000000, 0x7b1d7f457d056ace7b230b587b9f3753, 0x2c39f8023ff56065147593c32612d271a4e4e46d91b0cfa9412bcf88caa81714, '', 0, '?'),
(0x98920b504673fa4ae78bf16932aa03f9, 'wp-content/plugins/duplicator/assets/css/global_admin_style.css', 1, 0x00000000000000000000000000000000, 0x72c9d973521115df50c1968a9e406ef6, 0xc1f258a7f0571d58df800d0c131f2c4db096cead41debac16caa3f870e77d265, '', 0, '?'),
(0x738a53319b77bb1a4e36b70f0861dfc7, 'wp-content/plugins/duplicator/assets/css/images/index.php', 1, 0x00000000000000000000000000000000, 0x378f908c215cada79eb5810746396cb8, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x0d72c7b569a701f30d3275bc31cd9324, 'wp-content/plugins/duplicator/assets/css/images/ui-bg_flat_0_aaaaaa_40x100.png', 1, 0x00000000000000000000000000000000, 0x2a44fbdb7360c60122bcf6dcef0387d8, 0x7ada5b87ed8192a172d6d8e15ca5f8fecb96d63b35014df66d4de774561c9eb0, '', 0, '?'),
(0xd8e6d290446fbdd03d28e1b953f07b66, 'wp-content/plugins/duplicator/assets/css/images/ui-bg_flat_75_ffffff_40x100.png', 1, 0x00000000000000000000000000000000, 0x8692e6efddf882acbff144c38ea7dfdf, 0x06ce6611ef28bfefbbe68281ce432c1a896a34a8d25ffa7eecfef53d3574e735, '', 0, '?'),
(0xb3d51ef039e438cda4abebf546fa2477, 'wp-content/plugins/duplicator/assets/css/images/ui-bg_glass_55_fbf9ee_1x400.png', 1, 0x00000000000000000000000000000000, 0xf8f4558e0b92ff2cd6136781533902ec, 0xa5f38157379522fb33c1fd3da0c322339f411bf3fbae5b2b0d28a7803241ff71, '', 0, '?'),
(0xa9f2da50cc08fef278aeaa9f0b0ea25f, 'wp-content/plugins/duplicator/assets/css/images/ui-bg_glass_65_ffffff_1x400.png', 1, 0x00000000000000000000000000000000, 0xe5a8f32e28fd5c27bf0fed33c8a8b9b5, 0x6f6c9c1d68ae80b66936189b2381d14b404aacb3b4db812947cb16004acf9b37, '', 0, '?'),
(0xa9080c96e42391d6fd9fe71f47aadb05, 'wp-content/plugins/duplicator/assets/css/images/ui-bg_glass_75_dadada_1x400.png', 1, 0x00000000000000000000000000000000, 0xc12c6510dad3ebfa64c8a30e959a2469, 0xf7979bed24739fe3d53c26c813567e938dd27d511efd573392e65a682830e1ac, '', 0, '?'),
(0x0ecfcb4b52f23cc382f1a88581528e42, 'wp-content/plugins/duplicator/assets/css/images/ui-bg_glass_75_e6e6e6_1x400.png', 1, 0x00000000000000000000000000000000, 0xf4254356c2a8c9a383205ef2c4de22c4, 0x1f2f91eb38716d12281daab49d3d684ad36a29ce0d550c2d1a7730ab6e303681, '', 0, '?'),
(0x8c4f4e35859a64baeaddb9d7fa20d2c9, 'wp-content/plugins/duplicator/assets/css/images/ui-bg_glass_95_fef1ec_1x400.png', 1, 0x00000000000000000000000000000000, 0xfb99b0d4d2f0b82a6fa65deeef120163, 0x275a9a13113725bb8bcd42a8331b8f3ad9f47daad28e12f6558ae0cbff9aa85f, '', 0, '?'),
(0x512eae8fc5455879faff3c8bc9805cb0, 'wp-content/plugins/duplicator/assets/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png', 1, 0x00000000000000000000000000000000, 0x72c593d16e998952cd8d798fee33c6f3, 0x54953225dc1eadd21319ac5300e625ca9cd11fa2c44f9accf3be27c5b2cb496e, '', 0, '?'),
(0x8e8c11e101d51d17c99cbc11478ac226, 'wp-content/plugins/duplicator/assets/css/images/ui-icons_222222_256x240.png', 1, 0x00000000000000000000000000000000, 0xebe6b6902a408fbf9cac6379a1477525, 0xb50d0425b2a722a7ee58637da8f4c97cf47d96c4a0c00ae3c588685e67ab2c21, '', 0, '?'),
(0x65b2f991fbcaf72af36921c565cd5a03, 'wp-content/plugins/duplicator/assets/css/images/ui-icons_2e83ff_256x240.png', 1, 0x00000000000000000000000000000000, 0x6e7a87edf112d7544015589f8291e752, 0x0e0130e25625fdced01194e49c92b38f78c8de3b69f4ccb7a33d653adf95fc9b, '', 0, '?'),
(0x74d3c478942ad66edd981c26d892f582, 'wp-content/plugins/duplicator/assets/css/images/ui-icons_454545_256x240.png', 1, 0x00000000000000000000000000000000, 0x119dd0c2e94ad689de873ef39fd43e6e, 0x30de0a0cf277bdd7e29d63f5b8961759f0b867892f2c8cc69f21f67d66bea68b, '', 0, '?'),
(0x181ba438aa24e55d9b38be7f45d93906, 'wp-content/plugins/duplicator/assets/css/images/ui-icons_888888_256x240.png', 1, 0x00000000000000000000000000000000, 0x9c46d7cab43e22a14bad26d2d4806d80, 0x53a6b26e730d0d6e8f2d1aa50edd4bd3e5608a5d44d15e7a691e4e7e8bd92ff5, '', 0, '?'),
(0xa221a99c9348e0164d31bf901c823ced, 'wp-content/plugins/duplicator/assets/css/images/ui-icons_cd0a0a_256x240.png', 1, 0x00000000000000000000000000000000, 0x3e450c2a2c66328d9498e7001ad7197c, 0x95b7f9922a95f03bcdfa8f37853a92eecdea8224479f4a4123c92abe4f061157, '', 0, '?'),
(0xd83dff205fc9480e76a849f2f780b014, 'wp-content/plugins/duplicator/assets/css/index.php', 1, 0x00000000000000000000000000000000, 0x378f908c215cada79eb5810746396cb8, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x1f2f0e29735c3b523f56376f1ff38f33, 'wp-content/plugins/duplicator/assets/css/jquery-ui.css', 1, 0x00000000000000000000000000000000, 0xa4670525d5133a3db3cab91742425d1c, 0xd78a4e7e1388b3eae12badaebe1e38b0240cf005491631bbec22b15f4e72b6a7, '', 0, '?'),
(0x91dae9ce51d1d19a794e10395a6e7371, 'wp-content/plugins/duplicator/assets/css/modal.css', 1, 0x00000000000000000000000000000000, 0x447b672fb3d7fd08c93a20c6250d0859, 0xb5bfdb257919e2640f2e17ac1e62ef93465a5f37eaba0f41614c3591aeccae94, '', 0, '?'),
(0x88e83b6be3b671cdabe9ed0028c491aa, 'wp-content/plugins/duplicator/assets/css/parsley.css', 1, 0x00000000000000000000000000000000, 0x2ced57554e29ca9f1ff7a682febb5bc4, 0x4491afc99deeac74961e0cb690a77cc5b5c025ac23ff28c56fad71bbba73d278, '', 0, '?'),
(0xca3042cb235b774975a9ce95b7e4d304, 'wp-content/plugins/duplicator/assets/css/style.css', 1, 0x00000000000000000000000000000000, 0xaa21d1937026fb3d325dcf5019ad3627, 0x8af8b5c9074dd733a47425ff3eec5e53b8e3e057485dc11f4380e83f8d685337, '', 0, '?'),
(0x63a88b72aa68ffbe3a903bd2cee65c5b, 'wp-content/plugins/duplicator/assets/img/5star.png', 1, 0x00000000000000000000000000000000, 0x8a0e48988c8ea5d6607ce39752e12a28, 0xbe5dce8ca350e601c18f6fb77d6f2d5c1c7976b85c1b392ab37f89c8fff9b185, '', 0, '?'),
(0x8439d6a1547d1fd0055f641524e6c23d, 'wp-content/plugins/duplicator/assets/img/amazon-64.png', 1, 0x00000000000000000000000000000000, 0x1b7ac8e102d47d70efb7c430cf87a215, 0x7ad48f7027aae241ffd54ef238d555d87730ddc73b602c33e20c676dafa2d794, '', 0, '?'),
(0x802e4726ec933c6def62b48f88fc2cae, 'wp-content/plugins/duplicator/assets/img/cpanel-48.png', 1, 0x00000000000000000000000000000000, 0x1390e3352f5881256183ceb7d3a2690b, 0xabc55ead2a0f917385f29ed3a045a1134098f41fcf593af187d50e53a4f34c6b, '', 0, '?'),
(0xed9e02c7680206ead06467f8ee501dad, 'wp-content/plugins/duplicator/assets/img/dropbox-64.png', 1, 0x00000000000000000000000000000000, 0x28221d6180c3f23148ddcb7a0a3d4e0d, 0x54a7cbea17ba068d7c169f0be650ced4ac0fc1a7c73f5b822ecda9224cf1fd77, '', 0, '?'),
(0x61999645184dbf4d905adda0fe0a415c, 'wp-content/plugins/duplicator/assets/img/ftp-64.png', 1, 0x00000000000000000000000000000000, 0xd6e97d4cdc1eaa4155bbbad750ee5f12, 0xb783e95629669abb991c1a31fbd9f193ff846fda2ee1b45b216d111ba317d9fd, '', 0, '?'),
(0x30bdd2d4c17c06a24c1e3dbc4142b405, 'wp-content/plugins/duplicator/assets/img/google_drive_64px.png', 1, 0x00000000000000000000000000000000, 0x7d0c2c94a43e33ca2bfcff5c7b1562bc, 0x1046da66f2f49e0c6a1e8c65dcf43c59879a3eeb50d5c4865147df364354bee5, '', 0, '?'),
(0x6d8045dec6ec9226012090321bb3b104, 'wp-content/plugins/duplicator/assets/img/index.php', 1, 0x00000000000000000000000000000000, 0x378f908c215cada79eb5810746396cb8, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x35a2c3146794969de8c19f018827c85b, 'wp-content/plugins/duplicator/assets/img/logo-box.png', 1, 0x00000000000000000000000000000000, 0x50b60bc7c705048bbed735776615d0d2, 0x30a8fb87f8623822b33aff627d72cafc0ff328fab6bce97f78db143c2e6e4224, '', 0, '?'),
(0x34d5aa036daac598012b8908de7a2b72, 'wp-content/plugins/duplicator/assets/img/logo-dpro-300x50.png', 1, 0x00000000000000000000000000000000, 0xe5a0f9239c471b511cda0ad3de35d098, 0x1b1f16219786b8cebeccaba0572a26e1e1eadb5840b72f0230d1cd8003e9f034, '', 0, '?'),
(0x6ae03e3f29d241da59a71f419a0b4462, 'wp-content/plugins/duplicator/assets/img/logo-menu.svg', 1, 0x00000000000000000000000000000000, 0xa2ab8a8afb8389fdd705719e58aae419, 0x68cbb7a01616f3a21e170d738458916a429e5114f62d9c0b34b1022655704698, '', 0, '?'),
(0x5f576cc6ca66c338670e50abd5c5c763, 'wp-content/plugins/duplicator/assets/img/logo-pro-32.png', 1, 0x00000000000000000000000000000000, 0xd5a58e53689a15a6a3e67a1a1fe04fdf, 0x1a71637ea5c319af47615e3c7cb9c931d6ae7c2f4fbd1fd58e7bd2adc2c3f6b7, '', 0, '?'),
(0x764b3928f29581d23c8fe461c4d4c553, 'wp-content/plugins/duplicator/assets/img/logo.png', 1, 0x00000000000000000000000000000000, 0x51f64cd315d348f8f952c9a9d7bb5a06, 0x4df6bca5df9069efad51162abce50ec2f1e54be0a44a320b2e46591c9ac13bdc, '', 0, '?'),
(0x767cbb597584ea0de7134cb782c70727, 'wp-content/plugins/duplicator/assets/img/onedrive-48px.png', 1, 0x00000000000000000000000000000000, 0x9c6599b4419ddfccc335600b9e77e714, 0x2b26957d888f873803963f37cfca0c396c089cb9a1a8034beb539759c9a84846, '', 0, '?'),
(0x32050b2a400f4360fe006f28d82b0e39, 'wp-content/plugins/duplicator/assets/js/global-admin-script.js', 1, 0x00000000000000000000000000000000, 0xfb6cf5a4e0fc99f55bc8241aab8c24b4, 0x9b855c65ffbfd881b83c978a69036d69fa11086fccf951ae34264d23bb0806d7, '', 0, '?'),
(0x93cdb0aa3e1bfbe8ddbebeab7dc1f1e5, 'wp-content/plugins/duplicator/assets/js/handlebars.min.js', 1, 0x00000000000000000000000000000000, 0xc380fdb2b3c5335ec7c472435ffa2025, 0x94878d08b4aa7c93ee403ecbc341efb9fc7e85c7a58c06945ed5443c6ac877eb, '', 0, '?'),
(0x3a3cd5813aaabfe85693304a64518874, 'wp-content/plugins/duplicator/assets/js/index.php', 1, 0x00000000000000000000000000000000, 0x378f908c215cada79eb5810746396cb8, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x2b8ae65a05e80d391f9322b1cce43d76, 'wp-content/plugins/duplicator/assets/js/javascript.php', 1, 0x00000000000000000000000000000000, 0x3f3e226132c7a6ab8e31015942a54276, 0x94920dc12408fa8d5cd461253485e80a9938405324b4986b21dea0d04dfa468d, '', 0, '?'),
(0x8d48d71ff62baa920d6ba7ecc685c232, 'wp-content/plugins/duplicator/assets/js/jquery.qtip/index.php', 1, 0x00000000000000000000000000000000, 0x378f908c215cada79eb5810746396cb8, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x356054638d9ec309773db5390d6e3160, 'wp-content/plugins/duplicator/assets/js/jquery.qtip/jquery.qtip.min.css', 1, 0x00000000000000000000000000000000, 0x4d7d40f66aa66a9f8767c9981619bf10, 0x94c2cdb10119c61c2477878e059d911352bebcb7eb7b861b2363746cc4f761ce, '', 0, '?'),
(0xfbb913a62cb6f478f77c6119724c7da9, 'wp-content/plugins/duplicator/assets/js/jquery.qtip/jquery.qtip.min.js', 1, 0x00000000000000000000000000000000, 0xbd3a04e1ff2195e9c2d597fd2ed98423, 0x26aa836809f71cd3245cfccd092ea013260ceaa0c269453a9bfcd7784b058c7f, '', 0, '?'),
(0x391c40b6e29b3217684bc9bcde5da090, 'wp-content/plugins/duplicator/assets/js/jquery.qtip/jquery.qtip.min.js.map', 1, 0x00000000000000000000000000000000, 0x9abb2315eddea79ab4dbc893ad3498b5, 0xae0bb143fb58358d4d5816926f7f9b5b16e1e72939c7a86e3d71a7318154351a, '', 0, '?'),
(0x7f1c08f792f8ebafeab90c26f7642bee, 'wp-content/plugins/duplicator/assets/js/parsley.min.js', 1, 0x00000000000000000000000000000000, 0x7a20ac3bf59a27aa830bd5682579ef52, 0x57100c113cd2e9837b67af9176d2cfba343e97d1740301e11162f539a6db65cd, '', 0, '?'),
(0xa4198d87bc6bde9a8d7614ae60adce3c, 'wp-content/plugins/duplicator/assets/js/parsley.min.js.map', 1, 0x00000000000000000000000000000000, 0x17b283f90040d2731b85cc3555399f67, 0xe3e933f25282212734694aefbd0633ce1986ea3246ce5a0287406c0990c0d534, '', 0, '?'),
(0xb338b112b54c6bcc3b6b83fc96b22e42, 'wp-content/plugins/duplicator/assets/webfonts/fa-brands-400.eot', 1, 0x00000000000000000000000000000000, 0xd9d17590c975aad1be0ddab673f9c769, 0x4ef893b40d6fd6e6d642502bb2cd105e174457cfa0dcedf89da8defc090ee563, '', 0, '?'),
(0x06ee07254dab76010b5d37a9de748a98, 'wp-content/plugins/duplicator/assets/webfonts/fa-brands-400.ttf', 1, 0x00000000000000000000000000000000, 0xc39278f7abfc798a241551194f55e29f, 0x44663d5dc2b6729a632ef58e02c95c973f5d21ae1fecfc3c84a7b9e5157490fc, '', 0, '?'),
(0x7f6caff2d46847297e4602e0cd82a1bb, 'wp-content/plugins/duplicator/assets/webfonts/fa-brands-400.woff', 1, 0x00000000000000000000000000000000, 0xb90365bccdabd68c6c03902b4b141f09, 0xda3b22c4434782878b5fd2664ccfd760cf387a92922deb6fab75f941ab4341f4, '', 0, '?'),
(0xf6245a3b715fa96a232a2742b5c4c63c, 'wp-content/plugins/duplicator/assets/webfonts/fa-brands-400.woff2', 1, 0x00000000000000000000000000000000, 0x4b115e1153a9ea339d6a0bb284cc8ed3, 0x3932c5aa504cba2ba690bf4bf49f42c96d44531bd55c4e9b8ede466c5e65a5d7, '', 0, '?'),
(0x4ef9377cd7cffc342f95efd82d123ae6, 'wp-content/plugins/duplicator/assets/webfonts/fa-regular-400.eot', 1, 0x00000000000000000000000000000000, 0x414ff5daad323a1c47c5177d4bd29674, 0x800311ce89ff7e5954acc383b1d838976018e8791993b1c56e637d9fc2e196a8, '', 0, '?'),
(0x3f1580a0b147dfafa738b29f0c151db0, 'wp-content/plugins/duplicator/assets/webfonts/fa-regular-400.ttf', 1, 0x00000000000000000000000000000000, 0xf6c6f6c8cb7784254ad00056f6fbd74e, 0xf9fb063186ec4db0d0e2d54f7b6c87ebddec90fcae96a5f621fddf2e8fd2d5c1, '', 0, '?'),
(0xee86d23e84075773ee8266e4c1ab3878, 'wp-content/plugins/duplicator/assets/webfonts/fa-regular-400.woff', 1, 0x00000000000000000000000000000000, 0x5dd3976cb5d61e2e561f2a46b916f377, 0x732a6ddb6a81b815bd7290eecaaccfb52e4eb62824fb3b41794c1ae347e21c31, '', 0, '?'),
(0x4589312a9da897b70d5559ad4c7a9280, 'wp-content/plugins/duplicator/assets/webfonts/fa-regular-400.woff2', 1, 0x00000000000000000000000000000000, 0x65779ebcc35604a25c2ba77309c5b8af, 0x1062715dae34f149bdb7f168d7313aeed1025cbcef7d2e0288c89a5c10a3dc50, '', 0, '?'),
(0x825b03020dd1372f2dc8287895252404, 'wp-content/plugins/duplicator/assets/webfonts/fa-solid-900.eot', 1, 0x00000000000000000000000000000000, 0xb5596f4d339f99e3d69bc41be78db962, 0xb91e6dd7ee0a90e9702fc329f063886cbb64ae2f25fad3d88a8cdb5f3ad129e4, '', 0, '?'),
(0x25d8b1c21333b6caf771e26b5a51f68b, 'wp-content/plugins/duplicator/assets/webfonts/fa-solid-900.ttf', 1, 0x00000000000000000000000000000000, 0xb70cea0339374107969eb53e5b1f603f, 0x78d280751e77a0d6a7e8989153416806349fdf2befa748fec542a8bfd118b49a, '', 0, '?'),
(0xaa855d016065f6f6b87a6a6e0601a537, 'wp-content/plugins/duplicator/assets/webfonts/fa-solid-900.woff', 1, 0x00000000000000000000000000000000, 0x61969d433bf265b9717a6c357a1e04e4, 0x44bc7a47886cd98f796b2f4b6421deff368aed21b5b9d68c21c9fe9eb47fbc65, '', 0, '?'),
(0xebb0f898cf21085ae5574106f708406a, 'wp-content/plugins/duplicator/assets/webfonts/fa-solid-900.woff2', 1, 0x00000000000000000000000000000000, 0x462806316fea535a6a57651bc2b000b0, 0x9f18c1b53b820bb44ddb13798be645cc929185af68e1de54f9a804b26b7c50e6, '', 0, '?'),
(0xfb710550fe55d71efc19c199c3dd87b5, 'wp-content/plugins/duplicator/assets/webfonts/index.php', 1, 0x00000000000000000000000000000000, 0x378f908c215cada79eb5810746396cb8, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x06c33a072b2ceaa1f90e47c9e9b1380c, 'wp-content/plugins/duplicator/classes/class.archive.config.php', 1, 0x00000000000000000000000000000000, 0xe55c598907087929598bb83cdc20fdf2, 0xc0b08677f3c38a4956570b11b8182646baff32d750aae93ab64d8d16f18d5f5b, '', 0, '?'),
(0x76ccc9b9e86e949e936cb98073905478, 'wp-content/plugins/duplicator/classes/class.constants.php', 1, 0x00000000000000000000000000000000, 0xed0ab73e55bf1d388c54a70510bc67c8, 0x1c6fd728c5f19112210605bc40dc3a9dc4349979458fbef8c0f0fe0c675f0117, '', 0, '?'),
(0x925f6ff9569839a6f480cfa3e9cfe046, 'wp-content/plugins/duplicator/classes/class.db.php', 1, 0x00000000000000000000000000000000, 0x59f0ae062ccfd7d59c6827e5a1e08d53, 0xacb6bede0d1d0657fa0810eb00ecf7263fa8e2d471753f1a00153e9359ab00ad, '', 0, '?'),
(0x3459d24bc9f3c0c04b441365abe4f8ed, 'wp-content/plugins/duplicator/classes/class.io.php', 1, 0x00000000000000000000000000000000, 0xa1469cee7dd6f8e2da2d4edd506ec9ef, 0x032d081b514611c46b323a092f065cd73703e1675facb7cee437c6c5a5fc583c, '', 0, '?'),
(0xc6b0629ef38a32b9784a64c964d26948, 'wp-content/plugins/duplicator/classes/class.logging.php', 1, 0x00000000000000000000000000000000, 0x88251c58431890381c57fd9f6afb2186, 0x75a892b6e4605d4eb4a6810a16c24ab964f891c6548716d2445151a4009b8a06, '', 0, '?'),
(0x154f7bd557e9dbcae2ff0cf08d5ac401, 'wp-content/plugins/duplicator/classes/class.password.php', 1, 0x00000000000000000000000000000000, 0x92df0311ec958a8af905c86002cdd74e, 0xcfc738a86464ce4bebce6fcacf693fb0a2392cfea612b1ca97817740c3eb24cd, '', 0, '?'),
(0xb3c5e77f030de2b970d414348c0e1dbd, 'wp-content/plugins/duplicator/classes/class.server.php', 1, 0x00000000000000000000000000000000, 0x8a987cdd57eb9e176efcaace01007bad, 0xa5a4aefe5481184576936cc76f0d1aca2f0e981b3df61e8dcf468a6457ba4310, '', 0, '?'),
(0x9fce60b21fad59e0a2289738fb90413f, 'wp-content/plugins/duplicator/classes/class.settings.php', 1, 0x00000000000000000000000000000000, 0x4987b78727d3f5622cc2a2600ab80c34, 0x534a4999009f03dfbe8db1063a2109b2f0469b6fc71e2ab77097632c635116e9, '', 0, '?'),
(0x02c18c2abffe03db4b6b37f18c25c257, 'wp-content/plugins/duplicator/classes/host/class.godaddy.host.php', 1, 0x00000000000000000000000000000000, 0xe3f89c8c300256f22c10104c156a4e30, 0xfea74b799c9615d8ca2d6b7b45b7d3563d572f55e346c6240b7c4f5eb9891a51, '', 0, '?'),
(0x9aeee0ea67fcdce053e91abe58092a7d, 'wp-content/plugins/duplicator/classes/host/class.wpengine.host.php', 1, 0x00000000000000000000000000000000, 0x01b3b0691bcaa10f0d818a5297155b58, 0xdcdcbd8457e624d5f5992c9472222e720f19341b62e826c03b54e8810882f182, '', 0, '?'),
(0x6ae9212497be4310eb9bcbe555101224, 'wp-content/plugins/duplicator/classes/index.php', 1, 0x00000000000000000000000000000000, 0x378f908c215cada79eb5810746396cb8, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x3da21be77fa6e6850aaf7f65085e34eb, 'wp-content/plugins/duplicator/classes/package/class.pack.archive.filters.php', 1, 0x00000000000000000000000000000000, 0x27ae3ca25b62f8c84818b9d6c52b409b, 0xc89c35b999e66a01988c25bcc9a71e07254151443a08a0d5eff2b92867fd7440, '', 0, '?'),
(0x6ef61bac63967261d5e745182941d554, 'wp-content/plugins/duplicator/classes/package/class.pack.archive.php', 1, 0x00000000000000000000000000000000, 0x90796d4f0d955825f0139e92bdf4c6b0, 0x843c7699ff383000f4fc98341be21a80b861ebb6996c06dfd28366d3dd75d136, '', 0, '?'),
(0xb7bc7e48c83a1b76ff0724f46b0d906a, 'wp-content/plugins/duplicator/classes/package/class.pack.archive.zip.php', 1, 0x00000000000000000000000000000000, 0x5bfe1006d0c1fa14de48dbdb5c579b4d, 0x35827b5c088ce6c7567c4cdb3eee47c3dd9709ff3f3828dc1346f0c535ab9384, '', 0, '?'),
(0x1e5aedb8aed5d1f76c08ea79745f6a6c, 'wp-content/plugins/duplicator/classes/package/class.pack.database.php', 1, 0x00000000000000000000000000000000, 0x5c28d547da050d0dce119e3f1f9c9cb6, 0x9299cbcab7044f4d9200e80b8a16c00eea471b16e1576e9cbdd7bd2f2cfdfcb1, '', 0, '?'),
(0x5ab4989555c8e20b21940f597bd2bf4b, 'wp-content/plugins/duplicator/classes/package/class.pack.installer.php', 1, 0x00000000000000000000000000000000, 0x66ba01bed8d6637b073f39264a3a3dcd, 0x39b8f5e37a6e253e29faea30151712ccd16196d7c4bb7efc4c9ea77e0d51b6bd, '', 0, '?'),
(0x5aa8523872cdcfae19649a44a02e6fd9, 'wp-content/plugins/duplicator/classes/package/class.pack.php', 1, 0x00000000000000000000000000000000, 0x9f03851964214f9fb8d994ad250cc5f3, 0x7895aecbacc1a85adcdce94c2175ca7c38e115042c3f84c5c0879f04abccc0c9, '', 0, '?'),
(0x3def6594022d9bad3a9d38aae43f366a, 'wp-content/plugins/duplicator/classes/package/duparchive/class.pack.archive.duparchive.php', 1, 0x00000000000000000000000000000000, 0xc7f9c236e704f4affd5a8e692dbad311, 0x5b8470f53ba0d4e5c95070676acfcb3a288779603143b448277cf45926675e4a, '', 0, '?'),
(0x123f8e69e3cf5e7ab5cb099948a08615, 'wp-content/plugins/duplicator/classes/package/duparchive/class.pack.archive.duparchive.state.create.php', 1, 0x00000000000000000000000000000000, 0xf6215f9b2c18a2d6e643beb6759e4545, 0xc0478d30ea1e9af3318548b0a2fa4e1fd34202857a0d2cb54dd10800d862df8f, '', 0, '?'),
(0x625df292c50ffa08ad39282506611e2e, 'wp-content/plugins/duplicator/classes/package/duparchive/class.pack.archive.duparchive.state.expand.php', 1, 0x00000000000000000000000000000000, 0x5e4bd345dfda7fcb4f112452bf51207e, 0x820533492c3bfd8f9fe243c500be262bbd212680869143a0822640f190bac044, '', 0, '?'),
(0xdb66ab425d17da763cd86b7a593dc6b6, 'wp-content/plugins/duplicator/classes/package/duparchive/index.php', 1, 0x00000000000000000000000000000000, 0x378f908c215cada79eb5810746396cb8, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x3ce72d032db9b65892be75560ab6d130, 'wp-content/plugins/duplicator/classes/package/index.php', 1, 0x00000000000000000000000000000000, 0x378f908c215cada79eb5810746396cb8, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xd95a1f75c5f602e148ff45617ac21a45, 'wp-content/plugins/duplicator/classes/ui/class.ui.dialog.php', 1, 0x00000000000000000000000000000000, 0x9799ec886c7baf2828446017e639fd89, 0xc5b69f9d065e52186e85ec4a23444bf10a34b74eabbece4967311b4206ac00c9, '', 0, '?'),
(0xc942da2e2f13756c45f93fdc35b7f6c1, 'wp-content/plugins/duplicator/classes/ui/class.ui.messages.php', 1, 0x00000000000000000000000000000000, 0x85ef3770a9e604399e12819d950a06e3, 0xc76c86305ef68232ed65c47ba7d2c76fcc266e8cbd5d57f433b20dc7ce566dfd, '', 0, '?'),
(0x0ae55449f97bf8811a6e573188899e00, 'wp-content/plugins/duplicator/classes/ui/class.ui.notice.php', 1, 0x00000000000000000000000000000000, 0x42eb83ade96316693530847c8eed3dfe, 0x7fb7c7d7f83044eb2c1fd2b4d13958beaf70ce9b50628202632e3ac13b844b84, '', 0, '?'),
(0xbd5d77acbcc5e7b9129512e4fc532c15, 'wp-content/plugins/duplicator/classes/ui/class.ui.screen.base.php', 1, 0x00000000000000000000000000000000, 0x3bbb84881fbd6875921f9211ee97fcb4, 0x94aabc9bbaba4c0bbb9c8576fce5b78b3a0a4e27ee3e7c49e6ca0e998960b0a2, '', 0, '?'),
(0x3a48249cd8cb31204e3fa08fd759cace, 'wp-content/plugins/duplicator/classes/ui/class.ui.viewstate.php', 1, 0x00000000000000000000000000000000, 0x4dd2a38ec5289ce2b76799b6f1d4ab1c, 0x9bfc0e947badbe744cbd6bfd7eb1f6383705d15291ac8386b36a1e19845d6645, '', 0, '?'),
(0x972e11100f1ce6c41ae42cfa6ccfc103, 'wp-content/plugins/duplicator/classes/ui/index.php', 1, 0x00000000000000000000000000000000, 0x378f908c215cada79eb5810746396cb8, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x5dc0240edb32fba321e3acb957e8d7d9, 'wp-content/plugins/duplicator/classes/utilities/class.u.json.php', 1, 0x00000000000000000000000000000000, 0x825572b12fe217aadcc315349576d606, 0x71446795f8d8409a8cb271eefe2aed1d60fc6f03f1b58b9cea019d1c7ea74cf6, '', 0, '?'),
(0xa1de0b9bda94c4e05c4a1a96fff792d7, 'wp-content/plugins/duplicator/classes/utilities/class.u.multisite.php', 1, 0x00000000000000000000000000000000, 0x2f1446ea402ad270cc2d2cbd28ae1c71, 0x7c5e5ac823b24fc69f22b140dc1effa653fa236ec825aaadabedccf664cd0e05, '', 0, '?'),
(0x3ec02dfbdd055638fe3d2390d90ede42, 'wp-content/plugins/duplicator/classes/utilities/class.u.php', 1, 0x00000000000000000000000000000000, 0x669c8fe8ec53cdbfe6209e8eabf9488f, 0x7e9cb35e2580b95d6a071f82649935941e059f06fdedd0c8b307bc5c102a722f, '', 0, '?'),
(0x1dad3af0d27de30b708cdc9b88d43e1b, 'wp-content/plugins/duplicator/classes/utilities/class.u.scancheck.php', 1, 0x00000000000000000000000000000000, 0x48cef1c80f2e4eeb3f305e1f5dedade7, 0xffcb684a41bef93b1520ca9868d29728e01a97787c0d2d343b499bba64637472, '', 0, '?'),
(0x0f98c379792e47db37337ca9d3521a99, 'wp-content/plugins/duplicator/classes/utilities/class.u.shell.php', 1, 0x00000000000000000000000000000000, 0x1365f657d681dae0166bcabfa67ae00e, 0x9758d22ea4598f6c5ea6942e51b2b62a9c0f7a317d5f2694472495e46efcfc8c, '', 0, '?'),
(0xeace949143cce059bdea6fc0c094f00d, 'wp-content/plugins/duplicator/classes/utilities/class.u.string.php', 1, 0x00000000000000000000000000000000, 0x483ef20d37903c71af3e15e9bb973373, 0xc82fd357a1137a75fc230d79e27345e0f51bbbb5bf3593b8194b4f83d7484041, '', 0, '?'),
(0x0c02b0568064c4b964d59e71354bec05, 'wp-content/plugins/duplicator/classes/utilities/class.u.validator.php', 1, 0x00000000000000000000000000000000, 0xb46ff7f7a3725aac9bc9279d3b02486c, 0xa2ff36d28ed8b97291e2c2c73482b623c2bf72608616071a053d64ea53e1507c, '', 0, '?'),
(0x0d14f4197f6db498741a76457e37ef29, 'wp-content/plugins/duplicator/classes/utilities/class.u.zip.php', 1, 0x00000000000000000000000000000000, 0x1aba8d3b3f8cae9371ccc66da0658125, 0x5a71da74ad99f33ab7f3f6e8e5d6e6a58d01eda1a4ad66bcec83db8c274a267f, '', 0, '?'),
(0xdce703e115277f16657dfb979365894a, 'wp-content/plugins/duplicator/ctrls/class.web.services.php', 1, 0x00000000000000000000000000000000, 0x3a5390952bf822b87e4ad1223949c6c7, 0xd78ff0f82ac45d80c2fc770dbebc01c6b0d216322a6ee450b7dc6a5ca1b24d55, '', 0, '?'),
(0x391e9438716480d44301ab9b387e6980, 'wp-content/plugins/duplicator/ctrls/ctrl.base.php', 1, 0x00000000000000000000000000000000, 0xffba86e789333d93343695b36a2b598e, 0xc9a8e6f6ee35f406f2394138394e531280e3b0844abc30465624facac4088b7d, '', 0, '?'),
(0x028b2984c8ec5e334fb86686c9cef9ab, 'wp-content/plugins/duplicator/ctrls/ctrl.package.php', 1, 0x00000000000000000000000000000000, 0x84ee55b9c2e97179174baa41dcf1f377, 0xe63d746046fcaf36ced431495bf54cefa466bc7b40c84956256932914c94f81f, '', 0, '?'),
(0x5b96e00ccc8665f39b9d2dfaa7dd0221, 'wp-content/plugins/duplicator/ctrls/ctrl.tools.php', 1, 0x00000000000000000000000000000000, 0xcc8ae0258b38d99c99ced3c5a3523d52, 0xd39e5c69c1a846dcb2a085ce57e4450b7377eed14abbe7ce27117cd062801bef, '', 0, '?'),
(0x81bcab29946400e18b879768169a13f3, 'wp-content/plugins/duplicator/ctrls/ctrl.ui.php', 1, 0x00000000000000000000000000000000, 0x8008473f53f91ca14659177ff54c0c6c, 0x84acc44608797df6e62ccb94cab87bc4021515d93ef73fb2ee90289f057a4250, '', 0, '?'),
(0x745fbd3189c1061b4b8389b5808ee1f2, 'wp-content/plugins/duplicator/ctrls/index.php', 1, 0x00000000000000000000000000000000, 0x378f908c215cada79eb5810746396cb8, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x99f99050b48928edf80e69fe27593e9a, 'wp-content/plugins/duplicator/deactivation.php', 1, 0x00000000000000000000000000000000, 0x6eb0c93aac3d574238e07f4c49943bf0, 0xcc2ffc820272b0980f4ae6d868a15ceeaa7c501b1e40e602ef82c024b89a3f68, '', 0, '?'),
(0xb493278de7ed4ade2d610c78c03f92d4, 'wp-content/plugins/duplicator/define.php', 1, 0x00000000000000000000000000000000, 0xa44697a226a9ba057a4f58b2ec447a8a, 0x7ee0be2eb8195e9bea4dab2f263dcee9114c9ca7fd25a8830447bfd1f3df46fe, '', 0, '?'),
(0x2630975e1e15aedb1fa018475994132d, 'wp-content/plugins/duplicator/duplicator.php', 1, 0x00000000000000000000000000000000, 0x5cf9bf423b6b322dfa7144ca01223e80, 0x1e8c5c9787ffcf561d5610f9585e3e613e16e5d229617620a0ec4af2ffbf5272, '', 0, '?'),
(0xf0d7bb8dc218a8a3add083522d8e2d25, 'wp-content/plugins/duplicator/helper.php', 1, 0x00000000000000000000000000000000, 0x13cd16bf2db15c267cdaffced22e4b91, 0xe2c74145217f53f714c5302cbc9fa97daed9b63be184fa3d0ea7e471de818374, '', 0, '?'),
(0x2309aebd16eaa33997f82487ddb80417, 'wp-content/plugins/duplicator/installer/dtoken.php', 1, 0x00000000000000000000000000000000, 0xbc9e77a1386bcdc7fc5f052542f40935, 0x73d5e2e90774f9ce41301c945a46b80226fb0ee4571340c0523a5127ed691534, '', 0, '?'),
(0x04b1b41e4d505603a8947a8eef1cb904, 'wp-content/plugins/duplicator/installer/dup-installer/assets/font-awesome/css/all.min.css', 1, 0x00000000000000000000000000000000, 0x7b1d7f457d056ace7b230b587b9f3753, 0x2c39f8023ff56065147593c32612d271a4e4e46d91b0cfa9412bcf88caa81714, '', 0, '?'),
(0xafe5c9389f07582b859bb97290e47179, 'wp-content/plugins/duplicator/installer/dup-installer/assets/font-awesome/css/index.php', 1, 0x00000000000000000000000000000000, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xc73c124d77258abe8c4f85c44a69b24b, 'wp-content/plugins/duplicator/installer/dup-installer/assets/font-awesome/index.php', 1, 0x00000000000000000000000000000000, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x2a7dcc3bed2880c3fdd73a372f2a9bbc, 'wp-content/plugins/duplicator/installer/dup-installer/assets/font-awesome/webfonts/fa-brands-400.eot', 1, 0x00000000000000000000000000000000, 0xd9d17590c975aad1be0ddab673f9c769, 0x4ef893b40d6fd6e6d642502bb2cd105e174457cfa0dcedf89da8defc090ee563, '', 0, '?'),
(0x26c5fea8d6ddf280b7797b233e06d076, 'wp-content/plugins/duplicator/installer/dup-installer/assets/font-awesome/webfonts/fa-brands-400.ttf', 1, 0x00000000000000000000000000000000, 0xc39278f7abfc798a241551194f55e29f, 0x44663d5dc2b6729a632ef58e02c95c973f5d21ae1fecfc3c84a7b9e5157490fc, '', 0, '?'),
(0x073d9009dd193443cdbd696115df219d, 'wp-content/plugins/duplicator/installer/dup-installer/assets/font-awesome/webfonts/fa-brands-400.woff', 1, 0x00000000000000000000000000000000, 0xb90365bccdabd68c6c03902b4b141f09, 0xda3b22c4434782878b5fd2664ccfd760cf387a92922deb6fab75f941ab4341f4, '', 0, '?'),
(0xf7ca59812f73590b2aeccaa0ff881950, 'wp-content/plugins/duplicator/installer/dup-installer/assets/font-awesome/webfonts/fa-brands-400.woff2', 1, 0x00000000000000000000000000000000, 0x4b115e1153a9ea339d6a0bb284cc8ed3, 0x3932c5aa504cba2ba690bf4bf49f42c96d44531bd55c4e9b8ede466c5e65a5d7, '', 0, '?'),
(0x8e007fded410cc6d12a9237e4e600f20, 'wp-content/plugins/duplicator/installer/dup-installer/assets/font-awesome/webfonts/fa-regular-400.eot', 1, 0x00000000000000000000000000000000, 0x414ff5daad323a1c47c5177d4bd29674, 0x800311ce89ff7e5954acc383b1d838976018e8791993b1c56e637d9fc2e196a8, '', 0, '?'),
(0x50bd1ed896a4c037afb304cc2f3da003, 'wp-content/plugins/duplicator/installer/dup-installer/assets/font-awesome/webfonts/fa-regular-400.ttf', 1, 0x00000000000000000000000000000000, 0xf6c6f6c8cb7784254ad00056f6fbd74e, 0xf9fb063186ec4db0d0e2d54f7b6c87ebddec90fcae96a5f621fddf2e8fd2d5c1, '', 0, '?'),
(0xd4b94c1e8558dae9a82b69730be5665d, 'wp-content/plugins/duplicator/installer/dup-installer/assets/font-awesome/webfonts/fa-regular-400.woff', 1, 0x00000000000000000000000000000000, 0x5dd3976cb5d61e2e561f2a46b916f377, 0x732a6ddb6a81b815bd7290eecaaccfb52e4eb62824fb3b41794c1ae347e21c31, '', 0, '?'),
(0x258ebc3b1eecc53742d5d4f1cf5773af, 'wp-content/plugins/duplicator/installer/dup-installer/assets/font-awesome/webfonts/fa-regular-400.woff2', 1, 0x00000000000000000000000000000000, 0x65779ebcc35604a25c2ba77309c5b8af, 0x1062715dae34f149bdb7f168d7313aeed1025cbcef7d2e0288c89a5c10a3dc50, '', 0, '?'),
(0x5770544f66d57f1efd4284993c07ad68, 'wp-content/plugins/duplicator/installer/dup-installer/assets/font-awesome/webfonts/fa-solid-900.eot', 1, 0x00000000000000000000000000000000, 0xb5596f4d339f99e3d69bc41be78db962, 0xb91e6dd7ee0a90e9702fc329f063886cbb64ae2f25fad3d88a8cdb5f3ad129e4, '', 0, '?'),
(0x0327de4b4251df6f1f70c4789c65234f, 'wp-content/plugins/duplicator/installer/dup-installer/assets/font-awesome/webfonts/fa-solid-900.ttf', 1, 0x00000000000000000000000000000000, 0xb70cea0339374107969eb53e5b1f603f, 0x78d280751e77a0d6a7e8989153416806349fdf2befa748fec542a8bfd118b49a, '', 0, '?'),
(0x172c0baaa0b041dd217910f34e9665a8, 'wp-content/plugins/duplicator/installer/dup-installer/assets/font-awesome/webfonts/fa-solid-900.woff', 1, 0x00000000000000000000000000000000, 0x61969d433bf265b9717a6c357a1e04e4, 0x44bc7a47886cd98f796b2f4b6421deff368aed21b5b9d68c21c9fe9eb47fbc65, '', 0, '?'),
(0x2b7464aa3367e0c8cd3da086ea081c46, 'wp-content/plugins/duplicator/installer/dup-installer/assets/font-awesome/webfonts/fa-solid-900.woff2', 1, 0x00000000000000000000000000000000, 0x462806316fea535a6a57651bc2b000b0, 0x9f18c1b53b820bb44ddb13798be645cc929185af68e1de54f9a804b26b7c50e6, '', 0, '?'),
(0x8f6651b0cab5570556a110439bd9694d, 'wp-content/plugins/duplicator/installer/dup-installer/assets/font-awesome/webfonts/index.php', 1, 0x00000000000000000000000000000000, 0x378f908c215cada79eb5810746396cb8, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x1e973869c379883ef4fbde01b48f77ad, 'wp-content/plugins/duplicator/installer/dup-installer/assets/images/index.php', 1, 0x00000000000000000000000000000000, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x8cbd19354a502fcd5d6359a28d14d359, 'wp-content/plugins/duplicator/installer/dup-installer/assets/images/ui-bg_glass_55_fbf9ee_1x400.png', 1, 0x00000000000000000000000000000000, 0xb2f32dfc33eaf4b5ca5b2eb10b5d3ab1, 0x5e3e9c745f4255b565671237deba6318f98697555594a62043edb204302cecae, '', 0, '?'),
(0xfa790f1c0bcbc99d485f07123434c79e, 'wp-content/plugins/duplicator/installer/dup-installer/assets/images/ui-bg_glass_65_ffffff_1x400.png', 1, 0x00000000000000000000000000000000, 0xca1e21691d436a93877fe0aae8d433cb, 0x78f0f0cd2df921a563e09be25177d4e17f96ed1cc7a3d4ed23f524a485823f42, '', 0, '?'),
(0x2b172b694a9fa07fa905793e8e2a7b3b, 'wp-content/plugins/duplicator/installer/dup-installer/assets/images/ui-bg_glass_75_dadada_1x400.png', 1, 0x00000000000000000000000000000000, 0x0a1eabb452013310b23aa59039194115, 0x66d9425a0d4e687ee9db32d3151967dcc93b5462dc8a2d574c8dc9b80289fc76, '', 0, '?'),
(0xc75dbb8f87de4084de9e28ad4805f5cf, 'wp-content/plugins/duplicator/installer/dup-installer/assets/images/ui-bg_glass_75_e6e6e6_1x400.png', 1, 0x00000000000000000000000000000000, 0x223e896f24659a5095d3e7b2f9f123c6, 0xffeaa312bdc94b3bbaea48e7e2f13300acec8e6ebe4dd5163e500dfafb5d2393, '', 0, '?'),
(0x0d7d69175504800d5a9212a8e6294e83, 'wp-content/plugins/duplicator/installer/dup-installer/assets/images/ui-bg_glass_95_fef1ec_1x400.png', 1, 0x00000000000000000000000000000000, 0xc5bd096db044ea56a1a6384eb4b1d7c3, 0x457eb291433927cc293a365b7cc81431fbc05cf5c4b9128f3ab2b51303106121, '', 0, '?'),
(0x73b0a0d9636b68c20d4d5b3a9e65930b, 'wp-content/plugins/duplicator/installer/dup-installer/assets/images/ui-bg_highlight-soft_75_cccccc_1x100.png', 1, 0x00000000000000000000000000000000, 0xa3e703ffe5a4f12d968ec9b804af4ad9, 0x32abb561df4adb9782fd30cbea3954a4e5b0ac4a386b5ebdab80f37f29abdd3a, '', 0, '?'),
(0xe9585548ad9f846668f3e0724168074b, 'wp-content/plugins/duplicator/installer/dup-installer/assets/images/ui-icons_222222_256x240.png', 1, 0x00000000000000000000000000000000, 0x3861e9eb08528ed839cf22c3d51e2042, 0xd6a2299f565199859e851b2ddc263e86afb4a72b35c17ffde3ba186d43ee870b, '', 0, '?'),
(0x8c09e6a8e02a31472a59cf561ffe7d5a, 'wp-content/plugins/duplicator/installer/dup-installer/assets/images/ui-icons_2e83ff_256x240.png', 1, 0x00000000000000000000000000000000, 0x18fbb5e53600e6deea5870799c7319a4, 0xa283b1d22fec23256073085b6d0f6fdae7df36f069993f35a6d87257fb1fb13c, '', 0, '?'),
(0x8f24efe8800bba2d319074babba2768f, 'wp-content/plugins/duplicator/installer/dup-installer/assets/images/ui-icons_454545_256x240.png', 1, 0x00000000000000000000000000000000, 0x94c724823374be623fd19618399116e5, 0x5ed555ba7a97d9a5012afa1f983e03a0b0abefeb52380066e8a490652a702b95, '', 0, '?'),
(0x5d71add386c7968e8ef7b3b1977d55a9, 'wp-content/plugins/duplicator/installer/dup-installer/assets/images/ui-icons_888888_256x240.png', 1, 0x00000000000000000000000000000000, 0x5b2c08ae1ffe76987b1ceb831c982c44, 0xa9ae74c79697702a1d63581293c0adae84aa3849af0db9c2e0cc362de83d443e, '', 0, '?'),
(0xd1e6fe85348038db83b1421a228b48d1, 'wp-content/plugins/duplicator/installer/dup-installer/assets/images/ui-icons_cd0a0a_256x240.png', 1, 0x00000000000000000000000000000000, 0x6e8da81c268f3800fc0e1f4264551079, 0x7a0d824fd80cf159281aed5a450454df077475e46a3ccc783b58daa9e6d1397b, '', 0, '?'),
(0x056c86808b978537d8b2ca7ddeb54b1d, 'wp-content/plugins/duplicator/installer/dup-installer/assets/inc.css.php', 1, 0x00000000000000000000000000000000, 0xce1fe590a548a1e2641dfc81396792b4, 0x4e024f0441151be3859f5d2c4a4b55b7d57a8f1ae5bc834fcd5e0c9812e9b0c0, '', 0, '?'),
(0x2b1933215adbe2eddf88f90d2b77039e, 'wp-content/plugins/duplicator/installer/dup-installer/assets/inc.js.php', 1, 0x00000000000000000000000000000000, 0xa241b8083aaf17df5310a3dce6be0222, 0xe73ca5c03cb25a8af21c6cf1db6df9d0397313e10e2592df659859d8ea6cd780, '', 0, '?'),
(0xc66106a332b97532d38b02ef35fd3e58, 'wp-content/plugins/duplicator/installer/dup-installer/assets/inc.libs.css.php', 1, 0x00000000000000000000000000000000, 0x2c96ceab460aa6c48f199c96e174bbcd, 0x634981444eaa77e097b52193d46140b4e859cb5d4d19c33bb43f00ee1d575e7a, '', 0, '?'),
(0x442833171dcf3f84382d5a1ad3a81836, 'wp-content/plugins/duplicator/installer/dup-installer/assets/inc.libs.js.php', 1, 0x00000000000000000000000000000000, 0xb8096949a8a5b09f8d75009c32a1e501, 0x4219124ec4bfd668832bf7f4e6c1bdbb4b69768eb88c3967abb09b8e8855598e, '', 0, '?'),
(0x3f517c572c5dc98fbbeee77d346ee61f, 'wp-content/plugins/duplicator/installer/dup-installer/assets/index.php', 1, 0x00000000000000000000000000000000, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xa5bdd191e77e188a94adc591b9399f26, 'wp-content/plugins/duplicator/installer/dup-installer/classes/Crypt/Base.php', 1, 0x00000000000000000000000000000000, 0x82185439d3edbdd025531d54b0ce45df, 0x75a75f4d11a7360c383700cd7b1efca569fc9c3ac4dd938b4e35904d0e93d752, '', 0, '?'),
(0x28f747ccc689dd679a347ca7ac463e25, 'wp-content/plugins/duplicator/installer/dup-installer/classes/Crypt/Random.php', 1, 0x00000000000000000000000000000000, 0x885e64d417754f694b0c3a624904666e, 0x543d1511245a82e6a01392158dc40fe2083882ec1e3edf26e361750e47d5d65b, '', 0, '?'),
(0x04e12d5dcf3fe7f8eccbfa62badfc9a8, 'wp-content/plugins/duplicator/installer/dup-installer/classes/Crypt/Rijndael.php', 1, 0x00000000000000000000000000000000, 0x2f6e719d460aef869bad248b0555acb3, 0x846f274a438e0d2dfd7d2a98f8bed8413a2eeab7e7769a16ba8535c51ade1d7c, '', 0, '?'),
(0xb21aec2329edbede2139f2c5279c9d47, 'wp-content/plugins/duplicator/installer/dup-installer/classes/Crypt/index.php', 1, 0x00000000000000000000000000000000, 0x378f908c215cada79eb5810746396cb8, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xc88664e2388ea8b4c96c2d11f3e94b1f, 'wp-content/plugins/duplicator/installer/dup-installer/classes/class.crypt.php', 1, 0x00000000000000000000000000000000, 0xe23081853049cbaf051ccc23417ab59a, 0x414c34cb414625390accbe781113d195729efec8f8f518b746aa78bab0eb83c5, '', 0, '?'),
(0x532c368cf35846e1ce7c9d688bcd4934, 'wp-content/plugins/duplicator/installer/dup-installer/classes/class.csrf.php', 1, 0x00000000000000000000000000000000, 0x834a9c086028fc75b71625e929f7aa86, 0xfbacb94c754aa0933b27474716805925ac1b7a916e0c9b19805db29fee953277, '', 0, '?'),
(0xfdce2fd45eac8661261cca40e4915671, 'wp-content/plugins/duplicator/installer/dup-installer/classes/class.db.php', 1, 0x00000000000000000000000000000000, 0x937c1a891319c9bf618518e620b390d6, 0x53b1e84f41d51798ba2cc8f63d00959d75e4dff38619465b6c13da3352f85bc9, '', 0, '?'),
(0x019a79a80d77a4728fa075213953f767, 'wp-content/plugins/duplicator/installer/dup-installer/classes/class.engine.php', 1, 0x00000000000000000000000000000000, 0xd36377045888e05f67cf88aafbb101c6, 0xa9fd26c7a13ad4c2f534765dfdb371503dd3f08cec29796f1f892d6cb3117e51, '', 0, '?'),
(0x0a51c346858590a5a9fd8a878d4ee10c, 'wp-content/plugins/duplicator/installer/dup-installer/classes/class.http.php', 1, 0x00000000000000000000000000000000, 0xf4dd49a1e69d3f81ac622b43a8f051fc, 0xda1b458888af38809ffa5ca85667099c94eb642a435c9d03005ba6623a9cab79, '', 0, '?'),
(0xd0b033cc1003d1bfa08ae5f189a251c8, 'wp-content/plugins/duplicator/installer/dup-installer/classes/class.installer.state.php', 1, 0x00000000000000000000000000000000, 0x3180fa563f65023bb8202d2eacefc279, 0x8371fbe9bed5d52b9cf6462334b59c774d653b068a5b1b41536edc3e12234a10, '', 0, '?'),
(0x029580f7d4dcda72d2436359f7ee9e54, 'wp-content/plugins/duplicator/installer/dup-installer/classes/class.logging.php', 1, 0x00000000000000000000000000000000, 0x4c93ac238da7641093952e7a280f973a, 0xf4703d2dc4f5be805adcc65a1fcef087d2ad6ea9e3f50b63fc8c3cfe30ba4ff8, '', 0, '?'),
(0x98839dc6ef50a0e406602d32c4c2bb22, 'wp-content/plugins/duplicator/installer/dup-installer/classes/class.package.php', 1, 0x00000000000000000000000000000000, 0x4484becccaf8eb575953965e3b3d2214, 0xe1624ed69c2e217ab17fce057b4c1d5bbb00d46fa3bfcc7390b6570f81b7fc89, '', 0, '?'),
(0xb72f20b06709ef26ef71947e9b31b98b, 'wp-content/plugins/duplicator/installer/dup-installer/classes/class.password.php', 1, 0x00000000000000000000000000000000, 0x15c790e0a4ef08d0ade088be267e841b, 0x738593a184da4d73089a133126707b2ccad80a3b682ed9ded9d8e28663ec8696, '', 0, '?'),
(0x6e0e9f9c1f5cdd707ad1b7328064f6d2, 'wp-content/plugins/duplicator/installer/dup-installer/classes/class.s3.func.php', 1, 0x00000000000000000000000000000000, 0x6af997e26d75c0f93ab88129feaf9ad2, 0xa8f5504d59cf7c10b9599e97f1ea7d2d1b0339fe57b3da290f40b723adfb8461, '', 0, '?'),
(0x456cee46a48eea915950d8fdd5e9f7a1, 'wp-content/plugins/duplicator/installer/dup-installer/classes/class.server.php', 1, 0x00000000000000000000000000000000, 0x3ecfdfe0b19cd95edba4bdd737d03c64, 0x63299045953dbb9784f5d6dfd5dad4737958170a3cbab08a9499e02165ce7be3, '', 0, '?'),
(0x39f6d365c9f5809d1f83a9ab48ef7923, 'wp-content/plugins/duplicator/installer/dup-installer/classes/class.view.php', 1, 0x00000000000000000000000000000000, 0x17b08c9f03fac874bf9abdc4c12c0b86, 0xaca0b028219a3ede4f5dd6e3bb5a3a9132c796930efeb1fcf31181d702835aa1, '', 0, '?'),
(0x40d27a14b54987416313a500810fa5c3, 'wp-content/plugins/duplicator/installer/dup-installer/classes/config/class.archive.config.php', 1, 0x00000000000000000000000000000000, 0xf996cf518e57c831d41e27b9482f0d7e, 0x070a26148aef5e2fb842e071b424747522e4ec41d8cfa4e43aa4c62e34299ce3, '', 0, '?'),
(0x76869a7ae17b2dbe3dc8e44b98441bec, 'wp-content/plugins/duplicator/installer/dup-installer/classes/config/class.boot.php', 1, 0x00000000000000000000000000000000, 0x015f1fbe98684c5ef4a9a9c10aacd5eb, 0xa9a21600af5f90d4cc4bca7589b844c4da826f807002a4bf6683a7bcb3e13aca, '', 0, '?'),
(0x2431f1f428533fb080eb818189053b4b, 'wp-content/plugins/duplicator/installer/dup-installer/classes/config/class.conf.srv.php', 1, 0x00000000000000000000000000000000, 0xcf2220b20a8e494804bbc655a3d70de9, 0xc3f5f346f65d810e814646776d30355efc93e1750987f77e3089dfdd383ed2b0, '', 0, '?'),
(0x3fd139263e4323e76307dae6d109456e, 'wp-content/plugins/duplicator/installer/dup-installer/classes/config/class.constants.php', 1, 0x00000000000000000000000000000000, 0x500a7973fc13dd7a6e6d051ca8d8e47c, 0x00df3d97e8669a76d5b7e6028f2ee83388577e8f97ce81d934840d5e4e296ce7, '', 0, '?'),
(0x391607c959aca1ee5c23108c2d2295ed, 'wp-content/plugins/duplicator/installer/dup-installer/classes/config/index.php', 1, 0x00000000000000000000000000000000, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x258454d30c597f29e6215bb2c813f4ce, 'wp-content/plugins/duplicator/installer/dup-installer/classes/index.php', 1, 0x00000000000000000000000000000000, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xd37766985bec2a45b879193da3c7f676, 'wp-content/plugins/duplicator/installer/dup-installer/classes/utilities/class.u.exceptions.php', 1, 0x00000000000000000000000000000000, 0x638caed8198398d0914845c28f600309, 0x3d3bdcef2105f2a91928b50efa72f6328f8fb897205d3a4432e48a89f844a29b, '', 0, '?'),
(0xcf96e15f9e9c4b2ec8675bd0a4b48b4d, 'wp-content/plugins/duplicator/installer/dup-installer/classes/utilities/class.u.html.php', 1, 0x00000000000000000000000000000000, 0xeded73000497c48ac83b04b2f2bad534, 0x2b694c6e06e4c198e44230da14c3fc40019947dd44b2db73db553f50c6052cb2, '', 0, '?'),
(0xeb354bc268139097a811cd4167fa50ea, 'wp-content/plugins/duplicator/installer/dup-installer/classes/utilities/class.u.notices.manager.php', 1, 0x00000000000000000000000000000000, 0xb6c68f2f162cdbf8feb58143d8c4e8af, 0x4f05e69dc62520f1f470ecad632f505e834dbaaf463c9bcdac45b5e572517872, '', 0, '?'),
(0x35046bf9673fb0bddb1f6e5b907f89d7, 'wp-content/plugins/duplicator/installer/dup-installer/classes/utilities/class.u.php', 1, 0x00000000000000000000000000000000, 0x79bdccd2121b7433eb4a84adf4b4b761, 0x5fc2db55a857558324ec339859057bb598831b7dbb6ba5326da1570bece1baee, '', 0, '?'),
(0x7f52d7556cb2235fb6b107b86e5abd6f, 'wp-content/plugins/duplicator/installer/dup-installer/classes/utilities/class.u.search.reaplce.manager.php', 1, 0x00000000000000000000000000000000, 0x61b5068bd5e7766f63273a050829c5e6, 0x7f39c2a9bffb5e13e8116401e3d7ceeda7b310010d7ad546b253296a961c8dcd, '', 0, '?'),
(0x959759d8d36091a5638cd4661f71552a, 'wp-content/plugins/duplicator/installer/dup-installer/classes/utilities/index.php', 1, 0x00000000000000000000000000000000, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x8ee18a1d78f0c8dba75fdb38e179c159, 'wp-content/plugins/duplicator/installer/dup-installer/ctrls/ctrl.base.php', 1, 0x00000000000000000000000000000000, 0xa7a6c3e4554747788f9147cd15fe67ec, 0x35c0df551db8208535ee8d5aa4c32440452cea60f91b8eb8419dd67387227733, '', 0, '?'),
(0x5735b7a9e6ca8ec0d4809864b680ff71, 'wp-content/plugins/duplicator/installer/dup-installer/ctrls/ctrl.s1.php', 1, 0x00000000000000000000000000000000, 0xc0acfa9bfb106535a6f4eb58cfec15ca, 0x0772c460ce09bd54a01431015da602c237b20480f488337457a688a2dd1f503c, '', 0, '?'),
(0xe93bde1247af68f9c887c7c8ba413589, 'wp-content/plugins/duplicator/installer/dup-installer/ctrls/ctrl.s2.base.php', 1, 0x00000000000000000000000000000000, 0x093374f57ff208732728645b3360063c, 0x157fc4bb7ee0441ec77c9d41f3cd65b98420a6eaa291bda81d98879d17553a8a, '', 0, '?'),
(0x846397d4d79eb3592a387b8423920498, 'wp-content/plugins/duplicator/installer/dup-installer/ctrls/ctrl.s2.dbinstall.php', 1, 0x00000000000000000000000000000000, 0xcb00853ecb9fda7b6d083bde1f3e1aec, 0x861c7c6c272c1ddcadf722c1679ce4a6eed67991861e67835dd808e4bcd8aa3a, '', 0, '?'),
(0x22e1f109dfdbb5a0d8b899ef0217e670, 'wp-content/plugins/duplicator/installer/dup-installer/ctrls/ctrl.s2.dbtest.php', 1, 0x00000000000000000000000000000000, 0xf238ef80d9ba9032adc71c5321a741ad, 0x28b9914697bff545b7f6e164b43ee45055d43cd1964ea068eb2d4d4de6f16d41, '', 0, '?'),
(0xe759061dbf781e5cc1ba42711124b2d4, 'wp-content/plugins/duplicator/installer/dup-installer/ctrls/ctrl.s3.php', 1, 0x00000000000000000000000000000000, 0x98a4a2ebd8dc7a6b10e44653cf162ada, 0xb0afd75b5327ad259fb0d98b5cd6a1ec6c54d393d67c10cff681d070afbf4bc6, '', 0, '?'),
(0x5bd05a68fbeeea5cd2b6e76bcc57511c, 'wp-content/plugins/duplicator/installer/dup-installer/ctrls/index.php', 1, 0x00000000000000000000000000000000, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xb533f4c449cda41b5f0f0f700395138c, 'wp-content/plugins/duplicator/installer/dup-installer/favicon/browserconfig.xml', 1, 0x00000000000000000000000000000000, 0x11f09dec06239c6262ae09544592d8ff, 0x0cf346cf90cfbc0dda3ef03c1bd9ede7af232b09c57be2755c3727bcab99c0a4, '', 0, '?'),
(0xe0c442ef5580de9a4bdb86f1684e5eaa, 'wp-content/plugins/duplicator/installer/dup-installer/favicon/lite01_android-chrome-192x192.png', 1, 0x00000000000000000000000000000000, 0xb7f7f60334207a9c3e62b29746f854b3, 0x0896df5b99dd5cd1facca11545f8caac63f9330fccd0da62d344227555a539d0, '', 0, '?'),
(0xd0fe3a2582923a931bd0cb9f5fd60912, 'wp-content/plugins/duplicator/installer/dup-installer/favicon/lite01_android-chrome-256x256.png', 1, 0x00000000000000000000000000000000, 0x3d96658ddccc50dc3f6d5729c3b798ce, 0x66baa29cc4e9a386839443b04f446ec27e87c7fcc13b8c6c1a7d6e5fe3f8db81, '', 0, '?'),
(0x3eee6cd7e3f03ff7c0e8a902cddc8eb3, 'wp-content/plugins/duplicator/installer/dup-installer/favicon/lite01_apple-touch-icon.png', 1, 0x00000000000000000000000000000000, 0x2743addbe8e7e677e509a3b345afa733, 0xa89625d48a849fab49062f8b37f25cd4962618f556f131e7449ae1c74e58b637, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x58f7163b2f460e147f67252408185890, 'wp-content/plugins/duplicator/installer/dup-installer/favicon/lite01_favicon-16x16.png', 1, 0x00000000000000000000000000000000, 0xead33504602d6cfe51cb847ff0264168, 0x83f65e6e35291f8c9b3c52bca48d90cbe1891be0f383a9679044966838f7949b, '', 0, '?'),
(0xef0dcd87e0a2e429f6530d7054cc94bd, 'wp-content/plugins/duplicator/installer/dup-installer/favicon/lite01_favicon-32x32.png', 1, 0x00000000000000000000000000000000, 0x107e7aa91194eb33ad0ae65ae1cf0a65, 0x44258d55641acfae61d6eac2d510979ee7313b8f80f7462b6a78ba67e5438ad1, '', 0, '?'),
(0x1e4121f5f1f5c7c2a43bb5e5ee32d350, 'wp-content/plugins/duplicator/installer/dup-installer/favicon/lite01_favicon.ico', 1, 0x00000000000000000000000000000000, 0xcefb608c8fe8ebc4d6bae2941f36b04a, 0x7c4d4d1b6d27cb58e8f1a718afd9afc6015dd96f09a6cec578caa3624848d7bd, '', 0, '?'),
(0xe7f7f6e2f04262a8b0403d9c6fc33a90, 'wp-content/plugins/duplicator/installer/dup-installer/favicon/lite01_mstile-150x150.png', 1, 0x00000000000000000000000000000000, 0xd356fbf2bad37649f3af2e43705b113a, 0x805e874ff0b2cae7b92bd39cb76f55803086323735cec76f85de6b8c1e68e3fd, '', 0, '?'),
(0xe8e6254a13df217c63754c23d9e1406c, 'wp-content/plugins/duplicator/installer/dup-installer/favicon/lite01_safari-pinned-tab.svg', 1, 0x00000000000000000000000000000000, 0xe8724d1b61432b5d89b2b853a166bef7, 0xa9c75dc4bf005f85be1f4cb6af6fcc6b0307575e66bb4f353a41869d53295c1e, '', 0, '?'),
(0x952f5650bb8c7c2ef2a19b79000b5f7f, 'wp-content/plugins/duplicator/installer/dup-installer/favicon/site.webmanifest', 1, 0x00000000000000000000000000000000, 0x5a48773ebf207386d9f02af907517a0c, 0xfb022d1f8a8a71d47fa0c253c2e1160a3736dafaf66d145049a389e2bfac5947, '', 0, '?'),
(0x5e7f567211486d4efec4242530e6b8ec, 'wp-content/plugins/duplicator/installer/dup-installer/index.php', 1, 0x00000000000000000000000000000000, 0xe608df72e0f00caf3ec27a1178cf7b86, 0xd2a1c18f5a8c74d5b5fcc24fb1dfa1e9756ca182d977d45c749933294bf08ca0, '', 0, '?'),
(0x8cfc140bd62714e52ed1604051930804, 'wp-content/plugins/duplicator/installer/dup-installer/main.installer.php', 1, 0x00000000000000000000000000000000, 0x3fe97cb5b2caabb2cfcd499b3074c239, 0x931cacaa0dbc0b76adf984801f1173097a0bf392b4069e5b98d4c8d9edaaac47, '', 0, '?'),
(0x90832200685752667e461b2358fdfc95, 'wp-content/plugins/duplicator/installer/dup-installer/views/index.php', 1, 0x00000000000000000000000000000000, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x779bd3552752624505c97ea36c0cd25c, 'wp-content/plugins/duplicator/installer/dup-installer/views/view.exception.php', 1, 0x00000000000000000000000000000000, 0x5209ff30c01b171e5528cc7553c65de2, 0x7f61e7cd207728ba4a1b8ffff0e7a39b0d6ead96f3d048a52e8a11c8bdee0d3c, '', 0, '?'),
(0x7bfc9cc3d044b880168e205f52e0267c, 'wp-content/plugins/duplicator/installer/dup-installer/views/view.help.php', 1, 0x00000000000000000000000000000000, 0xe9a37690dedca443a9df3192d10f4bd0, 0x246cf1c6be6cb1420ed4baa797bef711ac262163b940ca519bf68900404fd74b, '', 0, '?'),
(0xd31a4ae386294c2cb8e71297f53a1448, 'wp-content/plugins/duplicator/installer/dup-installer/views/view.init1.php', 1, 0x00000000000000000000000000000000, 0xc669cb80bea24c70bf2f6859c8785a9c, 0x312d30fc4ac5b193bdad6a1a29a3d6ffe3bdac9072fba3c77ac26224ebc137f5, '', 0, '?'),
(0x00844d5376431443136fd4893ad0665b, 'wp-content/plugins/duplicator/installer/dup-installer/views/view.s1.base.php', 1, 0x00000000000000000000000000000000, 0x1568f829d7a2f230526c65014fd686d3, 0xfa635ebd149a727988ab2f27e5b10adab860a469d86ea7dfa11cfd495e2fbf32, '', 0, '?'),
(0x7380ef0d7010c79977eee4435f7363d5, 'wp-content/plugins/duplicator/installer/dup-installer/views/view.s1.terms.php', 1, 0x00000000000000000000000000000000, 0x2f6d1ca9206ff8c22d8896e27fec2911, 0x159740079431e7c3e202e3384996deb98c169bb52b9c3a0b1a0452dcbb74a33c, '', 0, '?'),
(0x25b5b5c46b0b446c7648761e24611098, 'wp-content/plugins/duplicator/installer/dup-installer/views/view.s2.base.php', 1, 0x00000000000000000000000000000000, 0x5ce828a881c4a760c3eee8dff3a7d28c, 0x0f1d6f505c5f704e332d3744630adf8f12fd5e5f92a38ed6fffc110ebc1a2fc6, '', 0, '?'),
(0xb7f747758fdedeb25a46fd2f2ce47fc5, 'wp-content/plugins/duplicator/installer/dup-installer/views/view.s2.basic.php', 1, 0x00000000000000000000000000000000, 0x3b2de6d3076e913ad312fca634558c3d, 0xae7a388299d66c9e43686a5e4085f4e56dbb425805081694bf510af7c97710b0, '', 0, '?'),
(0x35a103769dbadcbb566bbc3e0cf2db95, 'wp-content/plugins/duplicator/installer/dup-installer/views/view.s2.cpnl.lite.php', 1, 0x00000000000000000000000000000000, 0x11739449d974f0d9687f22cf6efcb2fb, 0x33d8f2f923b35cbf3f79dbd7ccd57bcc21342eaeafc181de449dd839996c1e4d, '', 0, '?'),
(0x90971053dfbc3a341c913cb431c5151f, 'wp-content/plugins/duplicator/installer/dup-installer/views/view.s2.dbtest.php', 1, 0x00000000000000000000000000000000, 0x3d1d3bab812ca6dbdfa1e4d0fb590f41, 0x180a9be4488a19c83d09cbc8ae7451196a18cf0d88292d99ec964c9be4f1f023, '', 0, '?'),
(0x117f767b6a28bf1d1690080dabb0f9c3, 'wp-content/plugins/duplicator/installer/dup-installer/views/view.s3.php', 1, 0x00000000000000000000000000000000, 0x832268e9f0af72da8dbe48fc5f3fe14b, 0x12502786891a1815a2d204f801250d9f5247a6607d0399c6caf8e40e872ad6b1, '', 0, '?'),
(0xe223cb1a6280bad8b2a6c5011ff37563, 'wp-content/plugins/duplicator/installer/dup-installer/views/view.s4.php', 1, 0x00000000000000000000000000000000, 0xd4e8faa0cc61fb3473f33946ab4613f9, 0x6117d1036585dda83a69b2bcc6ccfa3f8867a8b46fe7ba5f1a4527c1b10a0196, '', 0, '?'),
(0x8fa9966ea3175ac9cbe4f650099b2755, 'wp-content/plugins/duplicator/installer/index.php', 1, 0x00000000000000000000000000000000, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x30a69a713fbe790f8af1c7eada618f09, 'wp-content/plugins/duplicator/installer/installer.tpl', 1, 0x00000000000000000000000000000000, 0x1916809e3bb70cd4d2474b06cd191762, 0x215b8ac3619819bde3c8f202a211bd95b1a316ada94e11b13ca3c4397d96ad8c, '', 0, '?'),
(0x9713b0efc8a0cd08b2885ceae365f05c, 'wp-content/plugins/duplicator/languages/duplicator-en_US.mo', 1, 0x00000000000000000000000000000000, 0xc33c99551a41d129f270f527c58f52e4, 0x3a92ab173c5c4a47e03986b5509aa0efa537ba813b4a5b7c99beeb5f7799a1e8, '', 0, '?'),
(0xfd272e69a690a9f0ca6507bf7bbfadb5, 'wp-content/plugins/duplicator/languages/duplicator-en_US.po', 1, 0x00000000000000000000000000000000, 0x65f96daaa66cfa5b6f53cd10493493e2, 0x66e568716c4774a896b2bcf96a8d2b7e4ab307f263aabec07eeef2515610fdc3, '', 0, '?'),
(0x869ce5cea16258e9cebd6142eddca779, 'wp-content/plugins/duplicator/languages/duplicator.pot', 1, 0x00000000000000000000000000000000, 0x7bd743a3ef83c99d8b07e8ec3e10a29d, 0x5b3fda397f8ccea4edb3cb9a18c3390c735033dfae8da19118e9fcd9bc466a60, '', 0, '?'),
(0x5e329363b51020250912d50c598811f3, 'wp-content/plugins/duplicator/languages/index.php', 1, 0x00000000000000000000000000000000, 0x67442c5615eba73d105c0715c6620850, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0xd07a1094c983eeb5c0d94655da1aebb3, 'wp-content/plugins/duplicator/lib/config/class.wp.config.tranformer.php', 1, 0x00000000000000000000000000000000, 0xa577539cb6039a58d97818c6adf25a8e, 0x7b7561a543a06f7f61c8649fff717b7d6975599d2e35849b4a0adee5f580851e, '', 0, '?'),
(0xb33c36f0f983e8feaa326a996a22fa73, 'wp-content/plugins/duplicator/lib/config/class.wp.config.tranformer.src.php', 1, 0x00000000000000000000000000000000, 0xf3048074075152ed3dffa949b813de12, 0x51be74620f0f7a6556e89ed5a48809fa2a91c06770c4f31fd28327a8e3569581, '', 0, '?'),
(0x888854a1752cb92d7c5eff8d512fa7ec, 'wp-content/plugins/duplicator/lib/dup_archive/classes/class.duparchive.constants.php', 1, 0x00000000000000000000000000000000, 0xe21404ccb46baf0ffd2c288070fe73c6, 0x60943dda8a773ebd98988399f14f76a1a96cbba6e7869537a452acc698df227e, '', 0, '?'),
(0xb483be8619546dd9a0008cdb27ffa089, 'wp-content/plugins/duplicator/lib/dup_archive/classes/class.duparchive.engine.php', 1, 0x00000000000000000000000000000000, 0xbb37b68d09b728a9f13783dc3195c5b7, 0x9573d6c8740b3f51d33fa78b02261861f5ba8af931fe24677671834057fe7752, '', 0, '?'),
(0x01fea4c19324bb1d6fd304c1820bd33b, 'wp-content/plugins/duplicator/lib/dup_archive/classes/class.duparchive.loggerbase.php', 1, 0x00000000000000000000000000000000, 0xc97ce2d379d0aedc98465b1c5b10b91d, 0x2fbd81eee9bf82dca6a99e81dde042eb39fd57685a7235b3bcb0c3eccc8774da, '', 0, '?'),
(0x3756087fd77935d8ae069e793edbe2eb, 'wp-content/plugins/duplicator/lib/dup_archive/classes/class.duparchive.mini.expander.php', 1, 0x00000000000000000000000000000000, 0xaa2ecb2f9f2c5378a80b3a27edfd2f93, 0x49ba8c9e781d03a2481c3dbd6176cb121e519f0923aae31bf6169648b9c54648, '', 0, '?'),
(0xa5f7a71562dc30ff9652c79f8c6ec155, 'wp-content/plugins/duplicator/lib/dup_archive/classes/class.duparchive.processing.failure.php', 1, 0x00000000000000000000000000000000, 0x5e5fc981637d4841a9006810135ab2dd, 0x2eb52e852481d37c104b53929788aac0b93e0eeff6c1ec265b57cd2bf27a584a, '', 0, '?'),
(0x82a6e8fa0cfa04beb992054171349b8f, 'wp-content/plugins/duplicator/lib/dup_archive/classes/headers/class.duparchive.header.directory.php', 1, 0x00000000000000000000000000000000, 0x88840436b23d86eee223bf138efe0baa, 0x3fc2ca9d8dc3f44048eaeb99bec76c3de6c23bb768d1902962f1ab6b73fcb376, '', 0, '?'),
(0xb71ce4f45f90ce20fbdddb264976304e, 'wp-content/plugins/duplicator/lib/dup_archive/classes/headers/class.duparchive.header.file.php', 1, 0x00000000000000000000000000000000, 0x18d32bf85869079dbc8739fddd7f375a, 0xe518bc4e3cf5666836b6fb0f3c163e95bce8dc55c27e26475b21eaee4952a436, '', 0, '?'),
(0xeb7bbafa3101023e6c7c2a3aa99dd80b, 'wp-content/plugins/duplicator/lib/dup_archive/classes/headers/class.duparchive.header.glob.php', 1, 0x00000000000000000000000000000000, 0xca7e68f3d8a0a9c7438e095f2dd27dd3, 0x04699608f5c9de07ad088ebf720822e35cb07827b2fabedb970a86bb8ca78744, '', 0, '?'),
(0xf075dff858372d76d5df104ac9a7fb59, 'wp-content/plugins/duplicator/lib/dup_archive/classes/headers/class.duparchive.header.php', 1, 0x00000000000000000000000000000000, 0x81e1f545a7329a23850359cd0920ab0a, 0x0cd51f3795d8874d4ebfcfa1a57ae6daf1cd054079fc935eecb061077a0ab4ef, '', 0, '?'),
(0xbaa81d3fca2af0ac931a3d57bedff3f3, 'wp-content/plugins/duplicator/lib/dup_archive/classes/headers/class.duparchive.header.u.php', 1, 0x00000000000000000000000000000000, 0xe5419f39305f1406ca9a824c478cceba, 0x433e410b97d9bc338e9860d54a2628d9217a0ea6303d13804a0869b42b6d7981, '', 0, '?'),
(0xb9eec3e56f4c956d2fa6c7497bab17ab, 'wp-content/plugins/duplicator/lib/dup_archive/classes/headers/index.php', 1, 0x00000000000000000000000000000000, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x50351412677e67727966bc4481523075, 'wp-content/plugins/duplicator/lib/dup_archive/classes/index.php', 1, 0x00000000000000000000000000000000, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xbc2130c503d0ce9bf6601c8e68f572c4, 'wp-content/plugins/duplicator/lib/dup_archive/classes/processors/class.duparchive.processor.directory.php', 1, 0x00000000000000000000000000000000, 0x3fa24df9ec2005ea0dfcaf5805c6b278, 0xfe99e27afca7b42e178fdfc0d7816a17de095e79e1d88de987095ec6b4dc81ba, '', 0, '?'),
(0xb66baa88652e85b4357e932731dc4df7, 'wp-content/plugins/duplicator/lib/dup_archive/classes/processors/class.duparchive.processor.file.php', 1, 0x00000000000000000000000000000000, 0xf223278f1a1952aa0b2131a2c48d7fc3, 0x0e43c36f35c84ed1a9c49bccebf3e5b7855efc38f24aeefa834a381202e1e447, '', 0, '?'),
(0x0707601e5ccc99e79744a7306c27f6bb, 'wp-content/plugins/duplicator/lib/dup_archive/classes/processors/index.php', 1, 0x00000000000000000000000000000000, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x039b32c6cf67b1b286c504e2fc38ca0a, 'wp-content/plugins/duplicator/lib/dup_archive/classes/states/class.duparchive.state.base.php', 1, 0x00000000000000000000000000000000, 0xcfc3306bb9b794ff5d5c7d2bc4025689, 0x813bb478e499bbdd3194df383a9fcb5ee74d058d7ba91d14fe92a965a0d2b0f7, '', 0, '?'),
(0xc8bc9ffde839d8e0fc78dc73257b6cca, 'wp-content/plugins/duplicator/lib/dup_archive/classes/states/class.duparchive.state.create.php', 1, 0x00000000000000000000000000000000, 0x847b9f074d7e25bcd1f287cf973876e8, 0xe1c49e0c1df0e3e1c1b57e0e362c56972a0c2f0615875d018ebc83348d44bad0, '', 0, '?'),
(0xbed984731274c7780c2f9be0cee8437c, 'wp-content/plugins/duplicator/lib/dup_archive/classes/states/class.duparchive.state.expand.php', 1, 0x00000000000000000000000000000000, 0x53c06ca0bc569032958a2942d815d11e, 0x043dbb9bea9d54e7e1133e462d8e420f6b3a99710aa21f8dc5f47c5791e955d3, '', 0, '?'),
(0xe2db0ac7e4c5bc8fdd5791e7f4bb149d, 'wp-content/plugins/duplicator/lib/dup_archive/classes/states/class.duparchive.state.simplecreate.php', 1, 0x00000000000000000000000000000000, 0x26fab55cdcbb0e356988c7d63fe079c6, 0xe8d7130c4cf374a8547f27f58cd410ca8fa42f58ab30ed3d4da05b26f23cc444, '', 0, '?'),
(0x2d49940a8259c98d4eb703d1ba745da6, 'wp-content/plugins/duplicator/lib/dup_archive/classes/states/class.duparchive.state.simpleexpand.php', 1, 0x00000000000000000000000000000000, 0xf780a5a5b17415b362ebd7809cd4c818, 0x60ce5bb91506dc3a244d00881b0cab43248cc32c49869eac252aeba519dd4485, '', 0, '?'),
(0x92ed7de52c8b7748fea887d2e8704641, 'wp-content/plugins/duplicator/lib/dup_archive/classes/states/index.php', 1, 0x00000000000000000000000000000000, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x717bb270b381ac10b8399ae25ae542a3, 'wp-content/plugins/duplicator/lib/dup_archive/classes/util/class.duparchive.u.json.php', 1, 0x00000000000000000000000000000000, 0xc09901b4d9ff9fd50064f8daff9bc231, 0x6b4293b70a0289967477c2e2556601ed431f7d088ed01975c5aef85438d62e1e, '', 0, '?'),
(0x324cd143c0d3bd626fe7c0adcf0725fa, 'wp-content/plugins/duplicator/lib/dup_archive/classes/util/class.duparchive.util.php', 1, 0x00000000000000000000000000000000, 0x255ca788b8f24f00e84c74821a7cf95a, 0x3730cb93bbd61198dfa26d8d0dcf77fdf0cecdab14cf0b02855a4e20a2b3ed8a, '', 0, '?'),
(0x3bbe919b846a6a7d9c7761826ff3bb57, 'wp-content/plugins/duplicator/lib/dup_archive/classes/util/class.duparchive.util.scan.php', 1, 0x00000000000000000000000000000000, 0xa54acd4bf25fb9d7df3a4946b6f89296, 0xe4c10e015af553e127cb09a3055bf3d4a6accbc0be77d5a6b08f23637293dc6d, '', 0, '?'),
(0x3db46dad777a274580e07dc074343351, 'wp-content/plugins/duplicator/lib/dup_archive/classes/util/index.php', 1, 0x00000000000000000000000000000000, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xb617ac070f64ec5d10f62480aca5c355, 'wp-content/plugins/duplicator/lib/dup_archive/daws/class.daws.constants.php', 1, 0x00000000000000000000000000000000, 0x3bc72ba00d1355e911b7cdf1df578596, 0xefd0412635ed8bfac361da6fe7e799d64e7d6f79a8695d5f264d0121e1779fa5, '', 0, '?'),
(0xa35e8d09817a953e696db50f26364ac1, 'wp-content/plugins/duplicator/lib/dup_archive/daws/class.daws.state.expand.php', 1, 0x00000000000000000000000000000000, 0xe2f54dceddb06cc5210065cccef56fa1, 0x99cd6ad2fa00710cdbab4331d2ad338919e20303955cee2050c1c3b7cf14bac1, '', 0, '?'),
(0x8db978d3d2c55605640017fcd6f7614b, 'wp-content/plugins/duplicator/lib/dup_archive/daws/daws.php', 1, 0x00000000000000000000000000000000, 0x010cc957500ee616229cbbe06660da8b, 0x0f591459280b138ee2046d31fe2b506cb34f3757aee06e4cc7e6681967d0f71e, '', 0, '?'),
(0x9994186734e5a5d3c3a14468051e8a9a, 'wp-content/plugins/duplicator/lib/dup_archive/daws/dawslock.bin', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xf73e31b7c3b3f37733b6410ddda4412c, 'wp-content/plugins/duplicator/lib/dup_archive/daws/index.php', 1, 0x00000000000000000000000000000000, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x50d49ab961316176111889b9ec3b535a, 'wp-content/plugins/duplicator/lib/dup_archive/define.php', 1, 0x00000000000000000000000000000000, 0xe597c0733c334cfa7683ad84a48dd0f7, 0x1997d56e055015aa7806026a1d4f4b1c9ebf3639771872072c97bcb053b8eeef, '', 0, '?'),
(0x4b968eba88c1626a80c35bad4ea8597c, 'wp-content/plugins/duplicator/lib/dup_archive/index.php', 1, 0x00000000000000000000000000000000, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x1145da3d879edd4ef3c96df07e1ca9f2, 'wp-content/plugins/duplicator/lib/dup_archive/tester/classes/class.datester.logging.php', 1, 0x00000000000000000000000000000000, 0x34e6b015765ca6f9bb4b6fc1c8cdc3f7, 0x65a55b012d103134aedbfed830dfaf0857e0ee79bb71956444a628fda050a90f, '', 0, '?'),
(0x7ee09d886219fd1d669b49577401e98e, 'wp-content/plugins/duplicator/lib/dup_archive/tester/classes/class.datester.state.create.php', 1, 0x00000000000000000000000000000000, 0x6bac0cfa2856320f68010bb4fcebe541, 0x34f3506853604801e784eed6a5705706bc22806f3330243e20b3f011ef43678d, '', 0, '?'),
(0x3b9763b3cc5921766089bc6bdd3d6b74, 'wp-content/plugins/duplicator/lib/dup_archive/tester/classes/class.datester.state.expand.php', 1, 0x00000000000000000000000000000000, 0xce2ecfbd238c7eb89d78806bb4cb534e, 0xe231a74a1aaae5b3b3ce76de734ec3764cf64dda92c92654c6d1b5f3e09b2d52, '', 0, '?'),
(0x55d6563b92a4ecb2e78c1a8761c9f64a, 'wp-content/plugins/duplicator/lib/dup_archive/tester/classes/expandstate.json', 1, 0x00000000000000000000000000000000, 0x02344f18d57efb2c3becb7219a6e7b4a, 0x9e58021232023ba1ba24e33e12f6ca97505cf82e43415bd4efa48764e9898300, '', 0, '?'),
(0x3f66fd6c32a1eaef61d04ac0fc9bb223, 'wp-content/plugins/duplicator/lib/dup_archive/tester/classes/index.php', 1, 0x00000000000000000000000000000000, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x1de4f7aad9f0d59bc97eee55f465a586, 'wp-content/plugins/duplicator/lib/dup_archive/tester/classes/state.json', 1, 0x00000000000000000000000000000000, 0x30b3ba0b474c769a3ba75190174f8ba7, 0x8a6b02dc0323abc939cc56c867e83280c4bbeec5d35319946a85f461d9fd6611, '', 0, '?'),
(0x2ae653cb99ea5bd965b165be432dd7f5, 'wp-content/plugins/duplicator/lib/dup_archive/tester/datester.php', 1, 0x00000000000000000000000000000000, 0xd626d13581070cc5e907982b4910035d, 0x756b2b88d524cab1c8558f2414601083c924eef4f369f68b2faf218f46804090, '', 0, '?'),
(0x2ef6fce41d3104b8f616c0086d297e9b, 'wp-content/plugins/duplicator/lib/dup_archive/tester/index.php', 1, 0x00000000000000000000000000000000, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x51bd9eb754d1dd4b090c4cc7576d9a6c, 'wp-content/plugins/duplicator/lib/fileops/class.fileops.constants.php', 1, 0x00000000000000000000000000000000, 0x17ce03a327ea7eb41073191d66e1dd42, 0xf8b3f69a7242fc9e41ebc6889d65e8e88ab77d749fc228bdef34c9f9b30a4fe3, '', 0, '?'),
(0xc8680946d7f3fa2bc49da4449b2538d4, 'wp-content/plugins/duplicator/lib/fileops/class.fileops.state.php', 1, 0x00000000000000000000000000000000, 0xab88e37d552d662d910213ed3cddff3f, 0x39b2a8ebbf4f1ca1c9fb3698a8084b678858e25d608b6d79999ea601a7bbfb20, '', 0, '?'),
(0xa9b77d8b3a4c21c5f1e4d4dc7a71daff, 'wp-content/plugins/duplicator/lib/fileops/class.fileops.u.delete.php', 1, 0x00000000000000000000000000000000, 0x8f50e923b719f5113af5c6888fcba133, 0xf3fe170ef9656d1c0eef7201a011dabf210c28becd3423f03ab5aed1458a45f0, '', 0, '?'),
(0xcdfadf3238fe7840dc7c0f1bf6bf914e, 'wp-content/plugins/duplicator/lib/fileops/class.fileops.u.move.php', 1, 0x00000000000000000000000000000000, 0xebb789d6ae061ba8ed8240acdebb74c0, 0x2d7fa9b3f78c26d982fcf46d6152421ae888eb2877ef72806b1090ea737d7329, '', 0, '?'),
(0x7b97f7f9e6baeef1fc31d6b47c502595, 'wp-content/plugins/duplicator/lib/fileops/fileops.php', 1, 0x00000000000000000000000000000000, 0xa037c4d41a4bb223c43b23efa03c56c0, 0x6f252f6ce482366cb5bcc03dfacab00d645c9975199d127e32608d68fb06e180, '', 0, '?'),
(0x3d4aff0c042f3bcac52a65c68ecae071, 'wp-content/plugins/duplicator/lib/fileops/index.php', 1, 0x00000000000000000000000000000000, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xebfc713b3a007acdead773f0b6ca5625, 'wp-content/plugins/duplicator/lib/forceutf8/Encoding.php', 1, 0x00000000000000000000000000000000, 0xb774b43b30d74cecb9deaf4388edf555, 0x3365c413abcc4afed208f3329f92618521a76e03db03ca01f0344a73f62f43fa, '', 0, '?'),
(0xe47e24aa3d5276dabad066d4c4ffb0e7, 'wp-content/plugins/duplicator/lib/forceutf8/README.md', 1, 0x00000000000000000000000000000000, 0xa5309327504b18401e092eb50674e974, 0x31d870089b888c62c04cead4148da135a0572275e8a90322d806a312b6df3980, '', 0, '?'),
(0x4e26584de751e61aecabddc13b093450, 'wp-content/plugins/duplicator/lib/forceutf8/index.php', 1, 0x00000000000000000000000000000000, 0x378f908c215cada79eb5810746396cb8, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x3215504619416fe51c4b293242cef1cc, 'wp-content/plugins/duplicator/lib/index.php', 1, 0x00000000000000000000000000000000, 0x67442c5615eba73d105c0715c6620850, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0xbef54373ee62ac497c34943a070e0f4c, 'wp-content/plugins/duplicator/lib/snaplib/class.snaplib.exceptions.php', 1, 0x00000000000000000000000000000000, 0x93cd73509f6074da03c322cf4f2972de, 0xe7b989e4a8fa44a6523a7f50e1eab5cbb27b3bc17aeec825817e7d44b670719b, '', 0, '?'),
(0xdd53ca52fc5b85cd1f0835cf9a0c2d2b, 'wp-content/plugins/duplicator/lib/snaplib/class.snaplib.jsonSerializable.abstract.php', 1, 0x00000000000000000000000000000000, 0xa462d4cd133165303bd01934eedfe0ea, 0x837a8ba4383cc572fb6399fa1ac0a203ed887aa72d63997d2097c5a1897e5535, '', 0, '?'),
(0x208a2ba86ae8b8403f39d2fa3aa0b522, 'wp-content/plugins/duplicator/lib/snaplib/class.snaplib.logger.php', 1, 0x00000000000000000000000000000000, 0xccbb65c7c89940f777b16c9bd24bd7f5, 0xf4ff7e87b748c3d96db20139186f248733d6febe12104ced6c512dd325348d7d, '', 0, '?'),
(0x3ce78e88e803f261e75dcf0618a7e28b, 'wp-content/plugins/duplicator/lib/snaplib/class.snaplib.u.io.php', 1, 0x00000000000000000000000000000000, 0x8fb3b4babafcea383b67440083fca2c1, 0x21ef8aacf2704d20f5f83dbc4b268f71e19e4c60fd0e065e2dba59ca61a1d1ce, '', 0, '?'),
(0x1259f62f0ba64107f8a8df41e32296fb, 'wp-content/plugins/duplicator/lib/snaplib/class.snaplib.u.json.php', 1, 0x00000000000000000000000000000000, 0x9545381f9ef6d60842282898e262f415, 0xe2616b3a51b757b76a1b6e48287cad9445de44d7aaec3ce1115c3992792e47d8, '', 0, '?'),
(0xfec53a5ae3ad8bfbc71e6eddd63c4bf4, 'wp-content/plugins/duplicator/lib/snaplib/class.snaplib.u.net.php', 1, 0x00000000000000000000000000000000, 0xac4a81f6e05aa156b324546b92633c68, 0xa75b7ba42616d05c9178f071ecf564bc4d53da1bc1a5fb3401f01763c2d1a63f, '', 0, '?'),
(0x164b185efa6665da9dfcafd10b01c76c, 'wp-content/plugins/duplicator/lib/snaplib/class.snaplib.u.os.php', 1, 0x00000000000000000000000000000000, 0xa57f7b79ed768144f9fde8ec8fd39dc7, 0x62ca6b3d2d86548a88ab347855ff4522d11d00a3bc3b271e0d7ec1653d33b35f, '', 0, '?'),
(0x45becf36332e9851c98c5243d1ba4c60, 'wp-content/plugins/duplicator/lib/snaplib/class.snaplib.u.stream.php', 1, 0x00000000000000000000000000000000, 0x2d692dcdf9706cff8f34f8cb9b6fa637, 0x0960df74bdc1cf9f058b8431b3858f472baaec7d39a4bb2d1a6cc833a87bae7f, '', 0, '?'),
(0x1c9145f03026b19a626393053a72862a, 'wp-content/plugins/duplicator/lib/snaplib/class.snaplib.u.string.php', 1, 0x00000000000000000000000000000000, 0x9c59df31bd7d5f7d667895a99c3f282d, 0x9e105d952083861d5a5fb20092112858229bc8ad6271bb978770ddf8ccf233dc, '', 0, '?'),
(0x58b751fa579d4221a85857df697105ad, 'wp-content/plugins/duplicator/lib/snaplib/class.snaplib.u.ui.php', 1, 0x00000000000000000000000000000000, 0x26e6e0dc02e4483507878e4a8fa524a2, 0xdb6b227e2f880e12ac8037f2b9cfb04f8aa5062653dd4d07a15adc69d35d3c5c, '', 0, '?'),
(0x33cfbe97fc4befdcfe2f03f5eadaf3e2, 'wp-content/plugins/duplicator/lib/snaplib/class.snaplib.u.url.php', 1, 0x00000000000000000000000000000000, 0xeb9e8cb0d675a5743bfd04e0d32c24bb, 0x6252f569db7e9db29a8f086e18486a8594ce83add68ff5a76938271441e46329, '', 0, '?'),
(0x73e7722ae441ef785e49314265ff7568, 'wp-content/plugins/duplicator/lib/snaplib/class.snaplib.u.util.php', 1, 0x00000000000000000000000000000000, 0x8d97778b2a0977160afe2d94a6788610, 0x6c644af72048f7e3343b4fddc5518e63cc838b24c7a981470c47a35df7fe18ca, '', 0, '?'),
(0x55301297f0cdccdef107c509409cb517, 'wp-content/plugins/duplicator/lib/snaplib/class.snaplib.u.wp.php', 1, 0x00000000000000000000000000000000, 0x1e976e53adc41be64b9367dea829e385, 0xf745f62535998c0c45f30abe488005012e39666ea008f36ff4149274e84336d3, '', 0, '?'),
(0xa20bcc2be9b965bdb0cefa2f6e6f8788, 'wp-content/plugins/duplicator/lib/snaplib/index.php', 1, 0x00000000000000000000000000000000, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xb321b3c2206f8e0e0874555c077c20bd, 'wp-content/plugins/duplicator/lib/snaplib/snaplib.all.php', 1, 0x00000000000000000000000000000000, 0x91d9619920ddcaceb89761913299f5cb, 0x0f7c892e15a2855523fbb62ab7fceecb6b736da3822bb37e2fd403d5a0273e42, '', 0, '?'),
(0x6e4cc97eef0ced1396e0b54aa3e8e7c7, 'wp-content/plugins/duplicator/lib/snaplib/wordpress.core.files.php', 1, 0x00000000000000000000000000000000, 0xaa8873163b135b250d0520e27a2790ab, 0xc8d62cea92f7f836bfead13045a7138b9b92d817bee48778d9f9b0ac7a403c18, '', 0, '?'),
(0x1b4c2795e4235451ad9a511dcc7ed7f3, 'wp-content/plugins/duplicator/readme.txt', 1, 0x00000000000000000000000000000000, 0xb091c74a689238bb5d12a4bb127410c6, 0xfa657773b9829d029d17f03d961d1437ff3aeb548f64c7ac9aaa7cefd55ea416, '', 0, '?'),
(0xf207dd1930e8a93149724246b848c532, 'wp-content/plugins/duplicator/uninstall.php', 1, 0x00000000000000000000000000000000, 0xb3337f51d37545939de6d07d4a677819, 0xb5b94c14bd3854b8d62952ef3ebe1c95a9001d4c131ad93bb6f42aeba2e91e63, '', 0, '?'),
(0x27bcfb48e94204c32f9f2c7cac6918bf, 'wp-content/plugins/duplicator/views/inc.header.php', 1, 0x00000000000000000000000000000000, 0x3c60e2be4ae402792a94c558e729a30e, 0xae170254139b551d39e04514eb401b0d5612afa01b5fa0085740c1a9ee3519bf, '', 0, '?'),
(0xe0c261cc90ea459d24a0a7369d5ac9fc, 'wp-content/plugins/duplicator/views/index.php', 1, 0x00000000000000000000000000000000, 0x378f908c215cada79eb5810746396cb8, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x8eea4c659506245468e8599faadc9fcc, 'wp-content/plugins/duplicator/views/packages/controller.php', 1, 0x00000000000000000000000000000000, 0x8969d7bdc83d5fde15ce927fc0fd0df7, 0xc2e24d05503c973cb667c4b4f047c11d2a9d055caf7122f56de622d7e64d82e5, '', 0, '?'),
(0x847e02b9f24820997c93aeec6524bbd6, 'wp-content/plugins/duplicator/views/packages/details/controller.php', 1, 0x00000000000000000000000000000000, 0x7a1edced1bc79e1ffd565f8be9aa85bb, 0x8dadcfb082a80e33951ecc6e9901b685273f9a1e672b7f870e13c6e66cef51c6, '', 0, '?'),
(0x187b530ee0f418629f3309b73f6b6978, 'wp-content/plugins/duplicator/views/packages/details/detail.php', 1, 0x00000000000000000000000000000000, 0x61a879106f1075b731365b8a36bd5e19, 0xfd5443909113d429738bdce52322987a0510392544b3f13c9eb93eb35c10cca5, '', 0, '?'),
(0x1859042aa94d8fb458c6420b9279a50b, 'wp-content/plugins/duplicator/views/packages/details/index.php', 1, 0x00000000000000000000000000000000, 0x378f908c215cada79eb5810746396cb8, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x41e2c15a63540d8eea60ef90288ca4d8, 'wp-content/plugins/duplicator/views/packages/details/transfer.php', 1, 0x00000000000000000000000000000000, 0xee4d18a8c69cc7e08ab069e8e2ded14e, 0x523fa89ee5bc4599542257d2fe775a67cfde0d61751c6992c43041ccf459ad9a, '', 0, '?'),
(0x4dcccc482a74a17659f1d9d63e45f228, 'wp-content/plugins/duplicator/views/packages/index.php', 1, 0x00000000000000000000000000000000, 0x378f908c215cada79eb5810746396cb8, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xe23432080df589135aa7bb06a1c06af1, 'wp-content/plugins/duplicator/views/packages/main/controller.php', 1, 0x00000000000000000000000000000000, 0xe0514f02b896d80b7df16cc850755793, 0x12e5ef648fb0d5efb0d48e3135c67f2e3b64652677c695dd3fd3c56e604ea0c2, '', 0, '?'),
(0xe9105e77826c1339a7838b50c01ec7fb, 'wp-content/plugins/duplicator/views/packages/main/index.php', 1, 0x00000000000000000000000000000000, 0x378f908c215cada79eb5810746396cb8, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xad8605a1f65b26b0c9e07def8356fc45, 'wp-content/plugins/duplicator/views/packages/main/packages.php', 1, 0x00000000000000000000000000000000, 0x49805018e9839e7e3e0fc1d2149258af, 0xb399c3dade5411be7b38428ee0e16a08d6e9f7b5baba6e604a0e59836045fcf5, '', 0, '?'),
(0x421a8c63be30dab5cacf497b2ab9adfc, 'wp-content/plugins/duplicator/views/packages/main/s1.setup1.php', 1, 0x00000000000000000000000000000000, 0xe68844430c9f85e30b3f7a37f8d1f0ac, 0x389c1bda9af7e8859d43a08f6b0eae80047837ca5b38fd4038c725e85bd8dde3, '', 0, '?'),
(0x1455ebb127c5403dffc29f4a6ab9b5c3, 'wp-content/plugins/duplicator/views/packages/main/s1.setup2.php', 1, 0x00000000000000000000000000000000, 0xf752add5d0aa45fe229ef4584d4b00ee, 0x1f718042a3b1c7285a244deac0cede417157c6f007892c2a3fc0ce7febf1ec80, '', 0, '?'),
(0x0f66bc6482023418cf748bd8536747ac, 'wp-content/plugins/duplicator/views/packages/main/s2.scan1.php', 1, 0x00000000000000000000000000000000, 0xba94dbf69d65b3fbecee591245234ecc, 0x6ec3381423d4dce1106c1ccf15c466eff7362d45c2b1a97250cff51717d66e2c, '', 0, '?'),
(0x1112a29a1c5762a625e2ee4168b90069, 'wp-content/plugins/duplicator/views/packages/main/s2.scan2.php', 1, 0x00000000000000000000000000000000, 0x1aae9c2a4858d3cf8e5b9cba620cbd38, 0x8b4a6b343f53c05eeb46e87ea4aa055ae13c2ceecc47d3fd0e803a9b1273e7f2, '', 0, '?'),
(0xb0055eb60796a19fed433392e4127881, 'wp-content/plugins/duplicator/views/packages/main/s2.scan3.php', 1, 0x00000000000000000000000000000000, 0x984f6fe35d918b75ded35a32dead5dfa, 0x4758ada23b722581aaa8eaa7c04c008f98dbc8b900eee68b2c4c806e18c56175, '', 0, '?'),
(0xdab1f0a098a1797b408ddef0509002fb, 'wp-content/plugins/duplicator/views/packages/main/s3.build.php', 1, 0x00000000000000000000000000000000, 0x813d2137519440f514510708bab83d86, 0x00e1b4bd56a275934e3fca67b19c4f186e3cc7af65fefbfd85450e4285a73dfe, '', 0, '?'),
(0x1557af087c506f34748404c44e3244ed, 'wp-content/plugins/duplicator/views/packages/screen.php', 1, 0x00000000000000000000000000000000, 0xf0cda51a30d28825d78c9d9a8e862723, 0x5016f4a25c9e586f68366e7debd7de6bf22b484f91800d4ae40ad99a0ff3ce57, '', 0, '?'),
(0x88cc43dc433d1e84f28a150291effecb, 'wp-content/plugins/duplicator/views/settings/about-info.php', 1, 0x00000000000000000000000000000000, 0x2dec8a87ca1a0c81b90c905dce415b5f, 0x550472e83ec60d0cdba945ce026386da5643b116d267a09c98b85b6c6de89d18, '', 0, '?'),
(0xa2686aacef811ecc9fd88201708275e8, 'wp-content/plugins/duplicator/views/settings/controller.php', 1, 0x00000000000000000000000000000000, 0xf66f7b2c09668fc5384f036b3127e3f2, 0xc2fd4095e3363547cb1739f83596c8fe3761698eb17781073ad05b271898a66e, '', 0, '?'),
(0x1e9d3abfb971d7c6428306f712eee27f, 'wp-content/plugins/duplicator/views/settings/general.php', 1, 0x00000000000000000000000000000000, 0x4e55a9197b0c86e251e13c6760cd8da2, 0x5c5b185fb562673d2f96e72f2745970c9bea56e10b55d08b986ce3cd07f4d964, '', 0, '?'),
(0x419dd17e6f8dd37625e0dc6bd453816c, 'wp-content/plugins/duplicator/views/settings/gopro.php', 1, 0x00000000000000000000000000000000, 0xeead2b63e98a4b3d8203a61d935796ff, 0x0e2f9311fa2f33214a4b818cd61198d5f56fde15765878d61e63810282052a56, '', 0, '?'),
(0x1798a7e98bc735689533519b9e1fe6d0, 'wp-content/plugins/duplicator/views/settings/index.php', 1, 0x00000000000000000000000000000000, 0x378f908c215cada79eb5810746396cb8, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xb3ef5cd2f1513862aa65cb980a060c40, 'wp-content/plugins/duplicator/views/settings/license.php', 1, 0x00000000000000000000000000000000, 0x99006a6393ef17602a957dcdb9d5de8b, 0x72998bee396483706e74c01d1f1276821367a8e45c116d9e2f8e151e017b865c, '', 0, '?'),
(0xa266e75f954e9b39bef07e36da2b17da, 'wp-content/plugins/duplicator/views/settings/packages.php', 1, 0x00000000000000000000000000000000, 0x44d011acff63eb058a25af80da7c294b, 0xe18681b46610ed1f1777a8044a212165d5c59964464b00114015ef43f42921f4, '', 0, '?'),
(0x6dd93d11d9c8d414b5727eff8bfad2f8, 'wp-content/plugins/duplicator/views/settings/schedule.php', 1, 0x00000000000000000000000000000000, 0x2653ac7f0812b347d079f5e58e343cdf, 0x223d6740b7e210db910f58fe0ea6e1b70b20096a5fc2e67453e7efba7266bb93, '', 0, '?'),
(0x0ce219e6db0a7f58a3f373b6186faec9, 'wp-content/plugins/duplicator/views/settings/storage.php', 1, 0x00000000000000000000000000000000, 0x35e4bd88d9902304a3da29fc52dafc49, 0xd9f894db6de5984c42253176dc292210a73e74da14948e100d8d449bb167676d, '', 0, '?'),
(0x778bd91d43b8874fca78b7df239b296e, 'wp-content/plugins/duplicator/views/tools/controller.php', 1, 0x00000000000000000000000000000000, 0x94aaf550dd48ca0c06ff686a13f699ef, 0x1c10cad8debd1553c1fa083a73c4e281cf187ef52eb0a31a44f2e7fc24e98c6e, '', 0, '?'),
(0xbebba84e02ccf89e9d293f3b2cfbd544, 'wp-content/plugins/duplicator/views/tools/diagnostics/inc.data.php', 1, 0x00000000000000000000000000000000, 0xcf168d2f9a3c973f35c12b37fab4be41, 0x825078e02092d669671f5e225549855a548d8e77de72e48b4a2f51f6c6b91615, '', 0, '?'),
(0xce0cbe2e6048a1b51dca5dd41bdfceb2, 'wp-content/plugins/duplicator/views/tools/diagnostics/inc.phpinfo.php', 1, 0x00000000000000000000000000000000, 0x8c2b846514d025412067113817130eca, 0x1ed8d0967e1c4ce5aa5a7c0bd26c0d317c80f6024ee466775d4b535c28362892, '', 0, '?'),
(0x7f6a1c57a338cb3fc518f4813ecb9198, 'wp-content/plugins/duplicator/views/tools/diagnostics/inc.settings.php', 1, 0x00000000000000000000000000000000, 0x03520e489bfece30f09f3619b7b4e0db, 0xcf03688e0b8c189981d51b2fc523f423cde25be72ad76c1560527d993f2b9562, '', 0, '?'),
(0x44c9fb7be753ab4077ee3d784f858bdd, 'wp-content/plugins/duplicator/views/tools/diagnostics/inc.validator.php', 1, 0x00000000000000000000000000000000, 0xdd74910524ca71ba6b08373becd155f4, 0xa231d71037a67c30815fa6be0c2f693109d22313359c5fd35ad6ffe39e1d79f6, '', 0, '?'),
(0x0a22125ce9b3527cde441ba2d5f3de14, 'wp-content/plugins/duplicator/views/tools/diagnostics/information.php', 1, 0x00000000000000000000000000000000, 0x8ec46c88a29c42915606835bbf759f96, 0x41ac120d35860b02f19aecd5978311fab142c2b96289c785828e731a0ef0f9e3, '', 0, '?'),
(0x06a7a4fdd053698fe6a2fc49204f912d, 'wp-content/plugins/duplicator/views/tools/diagnostics/logging.php', 1, 0x00000000000000000000000000000000, 0x59e79a0299cceb4d11c3a752910dbd79, 0x385ab3f4daf3fe651da1f5abd4ccd5bb3000f0d3f6b5ca2b6ec70b3283cd4282, '', 0, '?'),
(0xb9c427edfc9b55071b5186728a654f0d, 'wp-content/plugins/duplicator/views/tools/diagnostics/main.php', 1, 0x00000000000000000000000000000000, 0x5a1341b280b90c4dd55cdc898a3b4b3f, 0x52b8185ce7e1b6a734f4360ebf9db826e8650bd7b0e60f7407d3ec93c845f480, '', 0, '?'),
(0x311e68b4c4390b275a05060448180d25, 'wp-content/plugins/duplicator/views/tools/diagnostics/support.php', 1, 0x00000000000000000000000000000000, 0x4d95b67758b2debb962bf16627949ff6, 0xfb115a477fb5f8d5bc52a1b702520bf489a48c2f94a70549c903ae43a37f1632, '', 0, '?'),
(0xf5881d682a9617639b19853e6782c9ee, 'wp-content/plugins/duplicator/views/tools/index.php', 1, 0x00000000000000000000000000000000, 0x378f908c215cada79eb5810746396cb8, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x4b6f65c849d211df2cb22b9d10bbcb23, 'wp-content/plugins/duplicator/views/tools/templates.php', 1, 0x00000000000000000000000000000000, 0x2b7e6564bbcf3db2121acef806e99657, 0xd246749087304def2642a21a6f906430adf36062448ca6f7bb0a2a646eae4bbe, '', 0, '?'),
(0xf17569e7f353dd4a5fc025f6cf78695c, 'wp-content/plugins/essential-grid/admin/assets/css/index.php', 0, 0x03efe17b1c4a21753f7d07ee17e77395, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0x1070fe49d48e171bfa9cad3332a50456, 'wp-content/plugins/essential-grid/admin/assets/font/egfont.svg', 0, 0xda159ae8c6c179bf3d9b898fd2c91dd1, 0xda159ae8c6c179bf3d9b898fd2c91dd1, 0x16c1e4a7cbff297e04d2ac377606efa2c90a0d7a9f852912b6919f5e7ebbf032, '', 0, '?'),
(0xee8ebbab524c36e8a4559860e2389411, 'wp-content/plugins/essential-grid/admin/assets/font/index.php', 0, 0x03efe17b1c4a21753f7d07ee17e77395, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0xc87072e6361b6c2e7a4c8c8ae01fedb1, 'wp-content/plugins/essential-grid/admin/assets/images/index.php', 0, 0x03efe17b1c4a21753f7d07ee17e77395, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0x83e44d2d752f52fdac90e91711e115e4, 'wp-content/plugins/essential-grid/admin/assets/images/slidersources/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x468f14c59b2ba9f78ac284714296c10a, 'wp-content/plugins/essential-grid/admin/assets/images/sources/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x2ae003466bb24ccfd0b4b72e6364b5e7, 'wp-content/plugins/essential-grid/admin/assets/js/admin.js', 0, 0x5a06a80870d20658f7dca239ccf38200, 0x5a06a80870d20658f7dca239ccf38200, 0xafa66cedcc08588d44dc793e6438ad9e3964d9153f3d638d8c162c0671a80c12, '', 0, '?'),
(0x8947b7228f8bf18f3146fb27e0cf6ba4, 'wp-content/plugins/essential-grid/admin/assets/js/codemirror.js', 0, 0x719881e3f63450c748f8d1db51d646ea, 0x719881e3f63450c748f8d1db51d646ea, 0xd5c381d7fcd2bba6b3b893713b8d71059ae54a9036c3b185d2ad5b1a7176eb0b, '', 0, '?'),
(0xdbac7c1337a6bad565ff2c24d2deab5b, 'wp-content/plugins/essential-grid/admin/assets/js/grid-editor.js', 0, 0xb8bcfe651f7de052b8f4576db9051d89, 0xb8bcfe651f7de052b8f4576db9051d89, 0x81dd6c934b9386f85615313c9628054f35a12ffa122df4154bef0f3fe68540eb, '', 0, '?'),
(0x221aacdbe064305f497b903b34a24e9e, 'wp-content/plugins/essential-grid/admin/assets/js/index.php', 0, 0x03efe17b1c4a21753f7d07ee17e77395, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0xb928e6462a0ba51ab6b9ae8bf27ac7b5, 'wp-content/plugins/essential-grid/admin/assets/js/jquery-ui.draggable.min.js', 0, 0xdee7a5082ba445c2c0b08ee8e484e681, 0xdee7a5082ba445c2c0b08ee8e484e681, 0x254209dba88a6af7e3008c8830ccd8b47c41cf62ac2087a000980e02a5baebce, '', 0, '?'),
(0x9d1ce120d0eb659e6b4520db867af606, 'wp-content/plugins/essential-grid/admin/assets/js/jquery.tooltipster.min.js', 0, 0xcc659a1afb7e0b871aa67af926cba712, 0xcc659a1afb7e0b871aa67af926cba712, 0x349d5c538e288c55e9c3ebcebe025c5364924689dd7691e62cbfea2498649b91, '', 0, '?'),
(0x7d294e9e5ae4579489c7faec2fec2c8f, 'wp-content/plugins/essential-grid/admin/assets/js/mode/css.js', 0, 0x608ad2c497c075f679ae5b1939226ee8, 0x608ad2c497c075f679ae5b1939226ee8, 0x238339253091345d1a8997082b70d7ca0dc6abcd09ddf3eb1b5d5d4b14bf75bd, '', 0, '?'),
(0x8ba9c7b9d03d1497c102de49f072e424, 'wp-content/plugins/essential-grid/admin/assets/js/mode/index.php', 0, 0x03efe17b1c4a21753f7d07ee17e77395, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0x82e4a62d2bf63d068bb85f22a3cbdb60, 'wp-content/plugins/essential-grid/admin/assets/js/mode/javascript.js', 0, 0xb30a16cad667bcd0f37aa29355403761, 0xb30a16cad667bcd0f37aa29355403761, 0x5512dd489524dd8237b0ddfc35c07d67035b4ee22c802981367740a05f0949e4, '', 0, '?'),
(0x6ef057a1b2f239ba0275ae80bbe2b05a, 'wp-content/plugins/essential-grid/admin/assets/js/tinymce-shortcode-script.js', 0, 0xa57b64e4654de1de1690f701d43d9528, 0xa57b64e4654de1de1690f701d43d9528, 0xee76cc58be26a86087f1000537e0ec0da6dfd58b3042e6aa370217ad2b6f93a3, '', 0, '?'),
(0xdad9303d75d42f7a005b29e3f01a697f, 'wp-content/plugins/essential-grid/admin/assets/js/tp-color-picker.js', 0, 0x9881b1e238649cccd818d50e9e5c3a77, 0x9881b1e238649cccd818d50e9e5c3a77, 0x88e2219027cc5716bf29c8ba4b8e5e9e89f8df65941821075b8b6b8c563beb4d, '', 0, '?'),
(0x96f79bb4fd098b041658b49048f2147b, 'wp-content/plugins/essential-grid/admin/assets/js/tp-color-picker.min.js', 0, 0x0bbcdefdd80733e33ec9c751d16cdf50, 0x0bbcdefdd80733e33ec9c751d16cdf50, 0x73a79bbae123ff7dad5a400bf64a79de37936d88fe6e72bd3a8a8004c7d5df50, '', 0, '?'),
(0xf90558881f9a965749caa0ae7c2e0c44, 'wp-content/plugins/essential-grid/admin/assets/js/vc.js', 0, 0x28910fb54b3557072bbd6294ef2eb6b8, 0x28910fb54b3557072bbd6294ef2eb6b8, 0x9a06f11536af207a4a1b94222c0cb6df060c812339f78fb1ac1a0929d74f04f7, '', 0, '?'),
(0x02db9cf897dcee6695f5de9d97a3ceb7, 'wp-content/plugins/essential-grid/admin/essential-grid-admin.class.php', 0, 0xad1d867fdcae46c9198acbe4ebb1d84b, 0xad1d867fdcae46c9198acbe4ebb1d84b, 0xe7a1f6f9033e78e4e85b9a4e3941c09ab9c1a02b6513d3363b7eba068fbbef7e, '', 0, '?'),
(0x4e62af58e9773fb665b426d5bc4eedee, 'wp-content/plugins/essential-grid/admin/includes/debug.class.php', 0, 0xf468270d4c08b2fe3673dd501b559fb3, 0xf468270d4c08b2fe3673dd501b559fb3, 0x781579e3af5304edc17892dbd7e616df25e2118440a27cac757485ae188e2b09, '', 0, '?'),
(0x2042dc69ff2dce969edaad530a3624a7, 'wp-content/plugins/essential-grid/admin/includes/dialogs.class.php', 0, 0x0b5dc409a983b34502ca9db0643c33b9, 0x0b5dc409a983b34502ca9db0643c33b9, 0xb30b03221524322315c77c3cba35c43ffbe474bd4733110b17a798b3af8b0865, '', 0, '?'),
(0xe7300608302b1dde806f17ccb930f6ee, 'wp-content/plugins/essential-grid/admin/includes/export.class.php', 0, 0xcaf76fa7f89f6baa1a0b942ff0b72d83, 0xcaf76fa7f89f6baa1a0b942ff0b72d83, 0x00a7bf8e200e061094982812280dce2fbb8aa84ba0a8a6e6c56beafcc2bb9bf6, '', 0, '?'),
(0x63b282e2b0dc5737e558606ce5564948, 'wp-content/plugins/essential-grid/admin/includes/gutenberg-blocks/assets/js/editor.blocks.js', 0, 0x727458e152e836214db54e021a0411c3, 0x727458e152e836214db54e021a0411c3, 0x16b71051a533c03f9dfb4cb72ea75aef5cd5db5c63611c64fe16bd23a7cd46f7, '', 0, '?'),
(0x7f614d3f0b7805800ea523847cac7d1d, 'wp-content/plugins/essential-grid/admin/includes/gutenberg-blocks/assets/js/frontend.blocks.js', 0, 0xbbcf3959055d999c445b6c74d322f9d2, 0xbbcf3959055d999c445b6c74d322f9d2, 0xe738705771881ed90c0b97ea16d8082d80293eebec78108e2f68e7eb6cc0d6c8, '', 0, '?'),
(0x0ceb1d8eff2d6dd37a99eb6686997ea4, 'wp-content/plugins/essential-grid/admin/includes/gutenberg-blocks/blocks/essgrid/icon.js', 0, 0x9cb59643f2a97fc555a438b1b31eb479, 0x9cb59643f2a97fc555a438b1b31eb479, 0x888c013321e6b303d32092e9e2b3b59a1edfeeb0e400176160afacd31b06dc01, '', 0, '?'),
(0x501058bd32b312355cf4c11bcae2dc02, 'wp-content/plugins/essential-grid/admin/includes/gutenberg-blocks/blocks/essgrid/index.js', 0, 0xfbdcbda985e0da7513ff783e96cf5b98, 0xfbdcbda985e0da7513ff783e96cf5b98, 0x62efb171dc2408cf302a22a2a48874488de34f235c019861b608a0b570c8663c, '', 0, '?'),
(0xa6a466ecacfc3638718d9a9401f15084, 'wp-content/plugins/essential-grid/admin/includes/gutenberg-blocks/blocks/frontend.js', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x56fa75a78a61d74cf2468e26eb10aeec, 'wp-content/plugins/essential-grid/admin/includes/gutenberg-blocks/blocks/i18n.js', 0, 0x38d8513081b9ffc7aeafb978bdc86d92, 0x38d8513081b9ffc7aeafb978bdc86d92, 0xceec3162c4c7b0039feeb5629545f6d2fb7efcb09929d54fa593aef23ebc9083, '', 0, '?'),
(0x14b4a8544b82b10e3930b84a07825eb8, 'wp-content/plugins/essential-grid/admin/includes/gutenberg-blocks/blocks/index.js', 0, 0xf3a2d9f669d4881bafe1783e8236dc35, 0xf3a2d9f669d4881bafe1783e8236dc35, 0x5b2de8b6cd6bb6ddd7ad720c60b9c412c7a57ae5c6a8c776a7160298d12367a2, '', 0, '?'),
(0xdfab88fe4576fc22f6fa2675682ce1cc, 'wp-content/plugins/essential-grid/admin/includes/gutenberg-blocks/webpack.config.js', 0, 0x6b3b2a386e0ba582eaf4dd6f6a621498, 0x6b3b2a386e0ba582eaf4dd6f6a621498, 0x1de103ae66e6955754c396862640865f47cff8260afc0b666c8001d12d6924d7, '', 0, '?'),
(0x1239824f7e9f3715118e501f4ec48b68, 'wp-content/plugins/essential-grid/admin/includes/import-post.class.php', 0, 0x746a6670971061b047fa939f3974cf66, 0x746a6670971061b047fa939f3974cf66, 0xc2bc854dd9386d74a3db734b1933a61f3d33214f0ab3f566a6b637d32bbab459, '', 0, '?'),
(0xa8f148e093a2dada24940eb1747d8cfb, 'wp-content/plugins/essential-grid/admin/includes/import.class.php', 0, 0x054e4d0b0648542701a865cd81338fad, 0x054e4d0b0648542701a865cd81338fad, 0x5eb050b4e1b6d03a6d38b8d9fe6b0c2adccc42d0a6877ce507f388e70e2e0d70, '', 0, '?'),
(0xbb1c5b4503265ff41e152bbed3511407, 'wp-content/plugins/essential-grid/admin/includes/index.php', 0, 0x03efe17b1c4a21753f7d07ee17e77395, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0x4131edc1ff095b1c8c51fcd856556088, 'wp-content/plugins/essential-grid/admin/includes/library.class.php', 0, 0x0ee0859bd8cd8a979800273380826b63, 0x0ee0859bd8cd8a979800273380826b63, 0x0577b7bba2596dea6d0366d173656a7ddebdf38d24a251aea664319f1f1cd10e, '', 0, '?'),
(0x4f99a0b96232cbea6340855d56792897, 'wp-content/plugins/essential-grid/admin/includes/newsletter.class.php', 0, 0xa20922868ba2307b4eebeda2979492f0, 0xa20922868ba2307b4eebeda2979492f0, 0xbaec7a492fcd0edbc1056f83a3a0184b13829a760ad3bcb83944ec7952f3f151, '', 0, '?'),
(0xd163bf9bf4ecb9245419cdc88b773f1d, 'wp-content/plugins/essential-grid/admin/includes/plugin-update.class.php', 0, 0xcc9140023700c3faf8a45d69b20c8616, 0xcc9140023700c3faf8a45d69b20c8616, 0x5a19a02411a4ab0df61e4731da89ac6581649793ae87f5e18bab6d80f62b8130, '', 0, '?'),
(0xc6bcd885e6021269b38b7cd1e746e2e2, 'wp-content/plugins/essential-grid/admin/includes/update.class.php', 0, 0xc1b25c19b2f0b9c316fc44aefa3652d2, 0xc1b25c19b2f0b9c316fc44aefa3652d2, 0x64caa3364515181a06c8a45c4cf9cd5c5398e1d903bd4fecf39e616cb7b09747, '', 0, '?'),
(0xa5866e0b414027c24adde6087d1f3730, 'wp-content/plugins/essential-grid/admin/index.php', 0, 0x03efe17b1c4a21753f7d07ee17e77395, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0x40da0ebe640a21aa2c513a5ea33de879, 'wp-content/plugins/essential-grid/admin/views/elements/grid-element-style.php', 0, 0xcbdc79560b537d6f41c21c0c6441cbf7, 0xcbdc79560b537d6f41c21c0c6441cbf7, 0x3cdd8732ba6b6afb9327214f394a569c3ab1e42dcde66aa725f296bd0a0d56bd, '', 0, '?'),
(0x7032a167d80e038133041d77c147aabe, 'wp-content/plugins/essential-grid/admin/views/elements/grid-info.php', 0, 0xe34aa0a75a389f287567843e995232b7, 0xe34aa0a75a389f287567843e995232b7, 0x6c5481f18dccf0caa6c86ae7074cade2f6253af92ee1bb7d50d57b0ec6d2b743, '', 0, '?'),
(0xa9247033c4665261799c3fed14e50e15, 'wp-content/plugins/essential-grid/admin/views/elements/grid-item-skin-editor.php', 0, 0xf1e6debc463d8e8a58036ae350359d5f, 0xf1e6debc463d8e8a58036ae350359d5f, 0x77483c0655d01bf6498074d7ba697af5e2ebd3040f66502e7c7c1e4620ea4942, '', 0, '?'),
(0x2fc2442d094560552dc49a9d14cc6ac4, 'wp-content/plugins/essential-grid/admin/views/elements/grid-library.php', 0, 0x224b3d4d0c15ec16720c3819c10e3234, 0x224b3d4d0c15ec16720c3819c10e3234, 0xc5e6260fd3af1e7d66bd60cb5ee745c47fef483ce1d78a5f3d729289dc544cc0, '', 0, '?'),
(0xd9da6879d3e5db7d59dc816591dba539, 'wp-content/plugins/essential-grid/admin/views/elements/grid-meta-box.php', 0, 0xfc093ba60afc2a9e0780ba381f6cc8e2, 0xfc093ba60afc2a9e0780ba381f6cc8e2, 0xf83b351780b3f31701aa66357dca25a167fdccff075b0c6e0f2d4822f86058d2, '', 0, '?'),
(0x6ca872515694568f02a22235dfcda2be, 'wp-content/plugins/essential-grid/admin/views/elements/grid-settings.php', 0, 0x357a7ef669ac130df79b7f095595711a, 0x357a7ef669ac130df79b7f095595711a, 0x5ef2964e83c16a83dc8e065b6f2173337b19682003de85c5951e4303ad8c1360, '', 0, '?'),
(0x58a4af81f0740661abc9ed0fa6e1442c, 'wp-content/plugins/essential-grid/admin/views/elements/index.php', 0, 0x03efe17b1c4a21753f7d07ee17e77395, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0xdbee334d4075e83c93f2c5e020158b29, 'wp-content/plugins/essential-grid/admin/views/footer.php', 0, 0x970749218cd08a119452d8f248812c2a, 0x970749218cd08a119452d8f248812c2a, 0x7c12f49d5127aa28f36bd4a3d2d32e8a5fd52ae3f8ca59df22a1f9d6e8e4b492, '', 0, '?'),
(0x992e63324335ae8576177faeb10667ac, 'wp-content/plugins/essential-grid/admin/views/grid-create.php', 0, 0x1c7255a770e5a0e1ed9490c58f3268c1, 0x1c7255a770e5a0e1ed9490c58f3268c1, 0x151c5c5c89c894ae131e75e9d6df6ef045f7b9edba3fa174ee33e6f337895e27, '', 0, '?'),
(0x033b6a223aee63c4db3e33d3f5af7e9b, 'wp-content/plugins/essential-grid/admin/views/grid-custom-meta.php', 0, 0x573ecb52e9543b95123bdaea17d6e2b8, 0x573ecb52e9543b95123bdaea17d6e2b8, 0x9b19aa9f9ee4d2d2d7246a1ff25faced787fceac7e4ffc34264f9fda2a9666d6, '', 0, '?'),
(0xc0008cec427193b13b059d2a28e4aef5, 'wp-content/plugins/essential-grid/admin/views/grid-global-settings.php', 0, 0x31b319fe6863b1afa72e973be08ee736, 0x31b319fe6863b1afa72e973be08ee736, 0x840ae5aefb3adb52961b47eadff5bb45e924b8e76ec0ba56e71bb0d95d29b158, '', 0, '?'),
(0x49af65c764e144614567577d4373776b, 'wp-content/plugins/essential-grid/admin/views/grid-import-export.php', 0, 0xbac4f807ae99e5c5f59960e0205e90c5, 0xbac4f807ae99e5c5f59960e0205e90c5, 0x130be200cbd4f5a7ac45fe467b36a5cb1141f59d8118b0a2576e1feb62599880, '', 0, '?'),
(0x4a4527499b0df29be30375277daefb87, 'wp-content/plugins/essential-grid/admin/views/grid-item-skin.php', 0, 0x54c0956501e1cc55bb464b9ad5ead89a, 0x54c0956501e1cc55bb464b9ad5ead89a, 0xcdf30a4e6f31f935948c162acd0c42871643cf4b9968fcb2f924eb868667d1fe, '', 0, '?'),
(0xc2486adcb21a2acb706b01a0ac3bc18f, 'wp-content/plugins/essential-grid/admin/views/grid-overview.php', 0, 0xf7ce8f664c83bdf928bb32661497b188, 0xf7ce8f664c83bdf928bb32661497b188, 0x5e569261199de8b0c0fdf81a9037160b0f50becccbf52f9cd1880ab7c219c0c2, '', 0, '?'),
(0x65deaf84c1c4189f0660b0e5e036e99d, 'wp-content/plugins/essential-grid/admin/views/grid-search.php', 0, 0x06ef693a8d44f37c9f1d5ae1d501504b, 0x06ef693a8d44f37c9f1d5ae1d501504b, 0xfc9e2111b843bbfb6655f07c9895940e1040a9d5837f938fd6d5f1d6d0b8b894, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xa84125174118e0492978440b40b0fb85, 'wp-content/plugins/essential-grid/admin/views/grid-widget-areas.php', 0, 0x9979df46f5c9d8c0b7bb0121002512cf, 0x9979df46f5c9d8c0b7bb0121002512cf, 0xbe7ccd56fa34446194565f65aba3c3d1badf76179058473347a4eda2e28c18dd, '', 0, '?'),
(0x6ee9dbb3575a4ce959607633a676d86d, 'wp-content/plugins/essential-grid/admin/views/header.php', 0, 0xca7dfc71fb427bd3c6341d598a56aa3d, 0xca7dfc71fb427bd3c6341d598a56aa3d, 0x6c2a798e6893b1cf77ac90d7dcfcf28c82ed99cffd028bd2043fb23c3e0c9124, '', 0, '?'),
(0x2d8e6e56d2b829240f163a726861cdaf, 'wp-content/plugins/essential-grid/admin/views/index.php', 0, 0x03efe17b1c4a21753f7d07ee17e77395, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0x446cdcd6936af82761cf0d49131a427c, 'wp-content/plugins/essential-grid/admin/views/skin-font-awesome-list.php', 0, 0x4de5f0c8b473b5f1849cf1f19c2f0c6f, 0x4de5f0c8b473b5f1849cf1f19c2f0c6f, 0x38b183ba273b9df06c690cede2f8ec16c4f776775836ffa29de863f613901f0b, '', 0, '?'),
(0x75ee3389416080301e91cf06568c3702, 'wp-content/plugins/essential-grid/admin/views/skin-pe-icon-7-stroke-list.php', 0, 0xeff47fe084a4e16aef3c5dd2cee2281c, 0xeff47fe084a4e16aef3c5dd2cee2281c, 0x5b813edc7ecf72a9d9e41b5f4b08b035312f89de3e8de1500ec58da58aa2ba26, '', 0, '?'),
(0xf70f0c86a6acf9fbe8398c3a177a2621, 'wp-content/plugins/essential-grid/admin/views/themepunch-google-fonts.php', 0, 0x0835093125638f62dd92d49937aaf8b0, 0x0835093125638f62dd92d49937aaf8b0, 0x7b3f6a1dc7170afd3e6fc1f5ad17dd811a4cab1d406173657adcd0ecce9ac714, '', 0, '?'),
(0x07a323c9f679f1072dfdf79781624db7, 'wp-content/plugins/essential-grid/assets/index.php', 0, 0x03efe17b1c4a21753f7d07ee17e77395, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0xddea33000d5f9a04520c5e671b6a06dd, 'wp-content/plugins/essential-grid/essential-grid.php', 0, 0x61d6221b0bdf785898f52f5e069f977e, 0x61d6221b0bdf785898f52f5e069f977e, 0x311bf98ea39b93295607b946ff32821623ab14a991210be2f71184b2ca4a2ed1, '', 0, '?'),
(0x45f5ced5afcc77a0c6db870e2ced8f31, 'wp-content/plugins/essential-grid/includes/InstagramScraper/Endpoints.php', 0, 0xb6a7933258404ee380af7ef09f9cb309, 0xb6a7933258404ee380af7ef09f9cb309, 0x29e68c1994b0316acfcd903d7f9dcbb1c6913251d60dea22b6d7a5d9e7298f9b, '', 0, '?'),
(0xe067fe36b9a0a7e577f762be0b602f85, 'wp-content/plugins/essential-grid/includes/InstagramScraper/Exception/InstagramAuthException.php', 0, 0x01823c14e595d012bae420b595c2fdc6, 0x01823c14e595d012bae420b595c2fdc6, 0x9f0e20c77fd79025a29139e40f11eb196778a3b095005da5b63e67569f4f7c59, '', 0, '?'),
(0x7c623a6f748441d608f657b5fc0241f0, 'wp-content/plugins/essential-grid/includes/InstagramScraper/Exception/InstagramException.php', 0, 0x8e5ef3014e496c65a1ee2e5c4d30eb21, 0x8e5ef3014e496c65a1ee2e5c4d30eb21, 0xc91533bfa05e9b391d911a0f15a8817b679cf19e353f7fa60370f9d17730d200, '', 0, '?'),
(0x3c96024da692da703c755b8b8f0255f7, 'wp-content/plugins/essential-grid/includes/InstagramScraper/Exception/InstagramNotFoundException.php', 0, 0x329ae2f2e0d31062390bbd9dbca23cfe, 0x329ae2f2e0d31062390bbd9dbca23cfe, 0xb03aa84c489f832aa36cce1e315b9b85a4e4860ebefa82ad21ca29f1979abb62, '', 0, '?'),
(0x1a170a334d754c395bc839dae689662c, 'wp-content/plugins/essential-grid/includes/InstagramScraper/Instagram.php', 0, 0x47412ed626f47dd02d18a111cba146e3, 0x47412ed626f47dd02d18a111cba146e3, 0x03d0f2fdd9c8315b432e71650f7efdafea9710b932efede8bbcad50be583c562, '', 0, '?'),
(0x10e009ad9588caffe4affeb8cd26f316, 'wp-content/plugins/essential-grid/includes/InstagramScraper/InstagramQueryId.php', 0, 0x3ec2d77d51c7d329b17f30c99a66838d, 0x3ec2d77d51c7d329b17f30c99a66838d, 0xb76bb32f65c01b0ad0ee0a7595de2c539365aee390ab4eb39c87bbb6cf34782d, '', 0, '?'),
(0x4c6ec59ee8667a6e11a5106b4491564f, 'wp-content/plugins/essential-grid/includes/InstagramScraper/Model/AbstractModel.php', 0, 0x341a7f9f2c062f2a2d2857f90973c229, 0x341a7f9f2c062f2a2d2857f90973c229, 0x1186d214bf26f23693321974abba7f9c1ee83c32390937436438c0444e870fe2, '', 0, '?'),
(0xba2bbde8199004d273804761ba336c3f, 'wp-content/plugins/essential-grid/includes/InstagramScraper/Model/Account.php', 0, 0xdba92f06f69c24967792b1827fedb323, 0xdba92f06f69c24967792b1827fedb323, 0xc77dd9c3722cf2f6b3ffa3ae72cf54454afea13844fcda52c23022193096759b, '', 0, '?'),
(0xa36b84cf86a61e46f7e2b7ff096e3152, 'wp-content/plugins/essential-grid/includes/InstagramScraper/Model/CarouselMedia.php', 0, 0x6aafb226655b550d2e00f948bcb6fafb, 0x6aafb226655b550d2e00f948bcb6fafb, 0x77fab37c17fd010706c738ffbab7e328c825977ff0ed25ae954791608d4e67cc, '', 0, '?'),
(0xebb2ecc4e7d9f29aa44855799a590fb4, 'wp-content/plugins/essential-grid/includes/InstagramScraper/Model/Comment.php', 0, 0x4a1bcbafcad154d31d0ab790ebed6510, 0x4a1bcbafcad154d31d0ab790ebed6510, 0xb4cdddf8852d13c6d30f5fd1eda3fdd92ea8f6f999de5d2f4a1a6bf71b53355a, '', 0, '?'),
(0x49535f6ed6799421b56f0654040ebc6c, 'wp-content/plugins/essential-grid/includes/InstagramScraper/Model/Like.php', 0, 0x73ccfa375294bc1a53bb380bf6242241, 0x73ccfa375294bc1a53bb380bf6242241, 0xcb85a496dbe4c82a43cda359097c084aa5adc30219e17c4ca697aa7b819fc634, '', 0, '?'),
(0x75ff0b34720fee2d14049a4e5ee2c158, 'wp-content/plugins/essential-grid/includes/InstagramScraper/Model/Location.php', 0, 0xfe0c54561cb5ac03ae4b20cab6e7ca04, 0xfe0c54561cb5ac03ae4b20cab6e7ca04, 0x5487af3a9563eb5210f96db9be93de0ca94225096eb276ae29729abae3d9ca4c, '', 0, '?'),
(0x14612f52b3802149def281a1f62bb082, 'wp-content/plugins/essential-grid/includes/InstagramScraper/Model/Media.php', 0, 0xa145e16778b57e616a7ce60945b6d8ac, 0xa145e16778b57e616a7ce60945b6d8ac, 0x5a0b0bc3430f4f384e1879bec63e5c709ba127b5d2c514b1d1402443b4d3d5eb, '', 0, '?'),
(0x6f6a37ae02c7d477fd9e38062bdd2110, 'wp-content/plugins/essential-grid/includes/InstagramScraper/Model/Story.php', 0, 0x2d52468e2b652b9553f8e434776e34fb, 0x2d52468e2b652b9553f8e434776e34fb, 0xe84b9fce14e97fb60d39c19c3d572a5d57bd0b313a9507a1040123313653d989, '', 0, '?'),
(0x4fd08367ef36c8749f7b630959d3a7ec, 'wp-content/plugins/essential-grid/includes/InstagramScraper/Model/Tag.php', 0, 0x7c85625d2c3f0908b1c1f002d7e51967, 0x7c85625d2c3f0908b1c1f002d7e51967, 0x7b8a367ac0b1013a014addc8a7c2f65e6cf1bc11d108d735e978640b3fd8cea7, '', 0, '?'),
(0x739c8873c848098542d5dabb8c3904ff, 'wp-content/plugins/essential-grid/includes/InstagramScraper/Model/UserStories.php', 0, 0x8f2ea11691a8aafc994f117d83ba307b, 0x8f2ea11691a8aafc994f117d83ba307b, 0x5d3cf10e462170b562c79d840f51253508f55f9f165cc6e02239cb9c08d07d67, '', 0, '?'),
(0x69a247706ba6ebfafd4983b7badb5579, 'wp-content/plugins/essential-grid/includes/InstagramScraper/Traits/ArrayLikeTrait.php', 0, 0x9188affed284b299443f4df79ff1d9e0, 0x9188affed284b299443f4df79ff1d9e0, 0x8d7e4c587903f5ff5ee942da584e1f26b569219138e00bf8f58e7a609a53970c, '', 0, '?'),
(0x58701ad2e3b770c24a6890bf151bd3d7, 'wp-content/plugins/essential-grid/includes/InstagramScraper/Traits/InitializerTrait.php', 0, 0x4a53738072129377be95b829761d1050, 0x4a53738072129377be95b829761d1050, 0x27a4dd94e0ede91a4738a89b754d5d6915b12bf54428c5bc77ae6ee2bc811dc1, '', 0, '?'),
(0x491d56c04692d0bccae860ab11bf29ff, 'wp-content/plugins/essential-grid/includes/InstagramScraper.php', 0, 0x7ed510b8cd8fcf03531959a0bfc3053b, 0x7ed510b8cd8fcf03531959a0bfc3053b, 0xe654525ee914603c350d51d4dd8ad7f2bbaaf8372d68aad7ecf3db51eaf8163c, '', 0, '?'),
(0xbaa690db283adb7727d2310636e23300, 'wp-content/plugins/essential-grid/includes/Unirest/Exception.php', 0, 0x1ea60ff0a75f29e6444ce7da40223b27, 0x1ea60ff0a75f29e6444ce7da40223b27, 0xa11d53b613960ed2b5d09213646eab9cef53926ed635caa9a19314e2d8116427, '', 0, '?'),
(0x9d8dd6f656c888e1fc7737c5a70d8cc2, 'wp-content/plugins/essential-grid/includes/Unirest/Method.php', 0, 0x84d436d2c4525b641e055be2f8d03cd4, 0x84d436d2c4525b641e055be2f8d03cd4, 0x548a08cb99e3d408e78dfada61e7288d39b565ff886b99cb9e28e25e236743dc, '', 0, '?'),
(0x4773d4325270ba6332f986c5a43b59e9, 'wp-content/plugins/essential-grid/includes/Unirest/Request/Body.php', 0, 0x458465b44e65ef3c146437eb2e09dc88, 0x458465b44e65ef3c146437eb2e09dc88, 0x8f6691dc42afae9b03d7cf758be373b96d4fd588864d1ebc84ad28a3da319315, '', 0, '?'),
(0x7cd561e6dc53e2c82733bd2527542ac9, 'wp-content/plugins/essential-grid/includes/Unirest/Request.php', 0, 0x107aac3d7ce6f013be75b0d73f3745d6, 0x107aac3d7ce6f013be75b0d73f3745d6, 0x1e7b52b2d46f4a1c0fb5278b1a928feca3dd78a7a13f15793268e89f92df101e, '', 0, '?'),
(0x728dbc7b3eb0fd39da2546d0aedc2a3f, 'wp-content/plugins/essential-grid/includes/Unirest/Response.php', 0, 0x08dd77262dd2c38468283f36753b0d4f, 0x08dd77262dd2c38468283f36753b0d4f, 0xd5e68e8ef676f868ed8b029be0e01500a6f3eb7617c81ec9d90d4b75668f5c0b, '', 0, '?'),
(0x16a0ee124fb7c0b0e42040ff8adb7f79, 'wp-content/plugins/essential-grid/includes/Unirest.php', 0, 0x873da9dccc4c639dda7d818311f7862e, 0x873da9dccc4c639dda7d818311f7862e, 0x35ba2e6472e7d3df28bd41a6bd4c50f842e56cb11229f68715bfa43173d43e73, '', 0, '?'),
(0xa199449fbbacd1ac460c76a12cbb16c2, 'wp-content/plugins/essential-grid/includes/aq_resizer.class.php', 0, 0x71abaf93a684cdb82bbd71bcaadeb803, 0x71abaf93a684cdb82bbd71bcaadeb803, 0x39d48cc64508896e5cad737776e42e45b64713f3d70ff3f698db73c0a6bc1c59, '', 0, '?'),
(0x02d01ad9d7a2ac2440c22be3c736d9e9, 'wp-content/plugins/essential-grid/includes/assets/default-grids-210.php', 0, 0xe64a633e7b8d20bea97da8b17eedb316, 0xe64a633e7b8d20bea97da8b17eedb316, 0x0c6004819be0e1a5004d94115c8336659db5c1b5612894d1e252bdd811f376ce, '', 0, '?'),
(0xfa05478da8ab46011785b0876dc975d8, 'wp-content/plugins/essential-grid/includes/assets/default-grids-meta-fonts.php', 0, 0x2e4d57bcc980362c8dfe90444c00317a, 0x2e4d57bcc980362c8dfe90444c00317a, 0x55b633f3b28bc584af38e27911851723606d5cf33c2da5fc9c0af1e671817131, '', 0, '?'),
(0xdff2ce868a7465f5fc8412174e68cb8e, 'wp-content/plugins/essential-grid/includes/assets/default-item-elements.php', 0, 0x69e074823b10218ba1f205c5c79b4fa1, 0x69e074823b10218ba1f205c5c79b4fa1, 0x9443a8ce2e52a0e27e1701a93f21a16aa0b2d82b604f2f7e0b2b6591b95ba722, '', 0, '?'),
(0xb6d17831b1293d78c4828373efd4eb36, 'wp-content/plugins/essential-grid/includes/assets/default-item-skins.php', 0, 0xea06440b73cadcd6905a6f8fbddb1c32, 0xea06440b73cadcd6905a6f8fbddb1c32, 0xcd728b5845fb423f1c299ae3ca1b865c72fb6ff3b2cb86ab76c6efc01b75f22b, '', 0, '?'),
(0x55118661423f412d7067de235bb114f1, 'wp-content/plugins/essential-grid/includes/assets/default-navigation-skins.php', 0, 0x8046e474300ea4462446572331be9ed1, 0x8046e474300ea4462446572331be9ed1, 0x2d49426fb45aa27df1ab1a391d634362721b2bacb6ce8312994e606d22ecef59, '', 0, '?'),
(0xed23ffddd284bb44f934f861562f541b, 'wp-content/plugins/essential-grid/includes/assets/default-posts.php', 0, 0x69584062933482a353557c3a92441d8d, 0x69584062933482a353557c3a92441d8d, 0x6727d2081a748d82797170a6ae5791481ea6a5a3dfc6c66927f5c21f79c3e412, '', 0, '?'),
(0x4f75385cfbe04d047630059555ab7d9d, 'wp-content/plugins/essential-grid/includes/assets/index.php', 0, 0x03efe17b1c4a21753f7d07ee17e77395, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0xbb732a655a29f2c0ddf64df23ddd23ca, 'wp-content/plugins/essential-grid/includes/base.class.php', 0, 0xd0e117bcc1a356205d2b77628249c418, 0xd0e117bcc1a356205d2b77628249c418, 0x3892933bceab7c5ec008401feb5df7875403261f2e45e3dbee06bd5731ba9423, '', 0, '?'),
(0x9eec36be9689cb625283b64c2c32f1ba, 'wp-content/plugins/essential-grid/includes/colorpicker.class.php', 0, 0x2dc5fdbd4191e4368572e77d4ca4a445, 0x2dc5fdbd4191e4368572e77d4ca4a445, 0x2817da71cde49c523a259b9947d05dde3475a340b42f18f849b3827b80bd655b, '', 0, '?'),
(0x6400d82f2a30e412e794feee819dc611, 'wp-content/plugins/essential-grid/includes/external-sources.class.php', 0, 0x61bdbd58520e43bc4c8c7e832fd86697, 0x61bdbd58520e43bc4c8c7e832fd86697, 0x0c950ea499231f4972af6ff9db732ff53f2afe46f432fc5aedd2d67a5f829e0e, '', 0, '?'),
(0x08a95b810b46aa7b551b0b126cba1314, 'wp-content/plugins/essential-grid/includes/fonts.class.php', 0, 0xf572304125337da3f04095709ec09138, 0xf572304125337da3f04095709ec09138, 0xb840804977c47b0d6da13a352b4ea7736c6adf738346a9548dff5f1d5873b014, '', 0, '?'),
(0x1dd75a92ad6dfa40799b15faa23f9370, 'wp-content/plugins/essential-grid/includes/global-css.class.php', 0, 0x6333335d4065d47ae5f99e14a063879e, 0x6333335d4065d47ae5f99e14a063879e, 0xba52324a4c3c99291627bb2745736cef1766f612ab269f7334317c626a94a5ca, '', 0, '?'),
(0x301d4da9d5340fd2dcbcaf3e73b62cec, 'wp-content/plugins/essential-grid/includes/grids-widget.class.php', 0, 0x3dfebcb2820c71cff96aebfd5ba666bf, 0x3dfebcb2820c71cff96aebfd5ba666bf, 0x00af2ba835fad8e0789059c401194ddfb91783476b9b58e3504d3c7df87c75a1, '', 0, '?'),
(0x718b19f7d390bc0f177a7e7cef57cba6, 'wp-content/plugins/essential-grid/includes/index.php', 0, 0x03efe17b1c4a21753f7d07ee17e77395, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0xc37441e65467795702b12f1f0b247c84, 'wp-content/plugins/essential-grid/includes/item-element.class.php', 0, 0x16a5a450c4d4e573b70a846a39059875, 0x16a5a450c4d4e573b70a846a39059875, 0x2e42dc37288e28df70e82d1f22af6d307069f8a09add5caf2d2d398ab88b863d, '', 0, '?'),
(0xe49db9a4d72303d024ee0a462fb273be, 'wp-content/plugins/essential-grid/includes/item-skin.class.php', 0, 0x7a947e7f13ccf8bd93a1ae6619ebbc98, 0x7a947e7f13ccf8bd93a1ae6619ebbc98, 0x94b329beab9cfda7027fa3bca662f2674a12c08c31474738b6efcda1fb6a33a8, '', 0, '?'),
(0x5155f21ba2e03e393802f66a695b179e, 'wp-content/plugins/essential-grid/includes/jackbox.class.php', 0, 0x535f1c4999853cfb3723c20f7f765e6c, 0x535f1c4999853cfb3723c20f7f765e6c, 0xd6115d5342aefc5e24f736d9a5f499def6b886bb9db2a6123601fbf363d4abf1, '', 0, '?'),
(0xdbff3cf7e897780d2467486bff54fd10, 'wp-content/plugins/essential-grid/includes/loadbalancer.class.php', 0, 0x857d6c7cd65c6a9ba742511f4aae7a0a, 0x857d6c7cd65c6a9ba742511f4aae7a0a, 0xff6d72f174ec3a93956ef59d1e5fda120fa08c51f550e05ef8907f1e3b204d04, '', 0, '?'),
(0x4de3ac9a1d553c7a7ef527394345296a, 'wp-content/plugins/essential-grid/includes/meta.class.php', 0, 0x8d4076eaf6f645991043b5229757516b, 0x8d4076eaf6f645991043b5229757516b, 0x44acf7d4f8b987599c1f3292091c31f2500ac2cbc263feeceb8cd7de9e841a8e, '', 0, '?'),
(0x560abafb0fa4d013e45a7434ae3ccb8f, 'wp-content/plugins/essential-grid/includes/navigation.class.php', 0, 0x1c5f501c6a3aa0bfc043fb0100b29765, 0x1c5f501c6a3aa0bfc043fb0100b29765, 0x96dadf30c9918dcaa8ab2d48e12f3254a835a41ae4876c0d51dfd8a31de9ffc0, '', 0, '?'),
(0x14a8eaccd377d3347d166fa0743006f6, 'wp-content/plugins/essential-grid/includes/ngg-source.class.php', 0, 0xc9418a8e35ad233f045a5b27c5322771, 0xc9418a8e35ad233f045a5b27c5322771, 0xd04ff2d358fbc2d6ffba4f25ca19b8c033e76ebb99aa50c9c2527c14317ef2b9, '', 0, '?'),
(0x1221b25adf00d58a8d859c8139dcb6b3, 'wp-content/plugins/essential-grid/includes/search.class.php', 0, 0x05d4adf53ee4c1fc914efbfa9bb7945d, 0x05d4adf53ee4c1fc914efbfa9bb7945d, 0x8499145c1b98752ecd6585eb166f60e631747b050c47b81d1c8866714947425f, '', 0, '?'),
(0x8421bafd228fa8720000594913c6b5a6, 'wp-content/plugins/essential-grid/includes/social-gallery.class.php', 0, 0x26d017d5901704d15a882ed442a426f6, 0x26d017d5901704d15a882ed442a426f6, 0x8c365872023b91df10f20f37b1dffcb36e393bf2d628815b1c3b3608ab043e87, '', 0, '?'),
(0x9e3c73a9dee4ca8f3d937b9039d137fd, 'wp-content/plugins/essential-grid/includes/woocommerce.class.php', 0, 0x6dedaeab53ca9b59e836bbb2cb968944, 0x6dedaeab53ca9b59e836bbb2cb968944, 0x85a12282a9119d862ddc6525130aeffc9866f74e493cc974b3ca103a2be0a9fd, '', 0, '?'),
(0x4d7422cf8d12440a7abcd50eb421a417, 'wp-content/plugins/essential-grid/includes/wordpress-update-fix.class.php', 0, 0xa1810567fac4fd6800dce2d391de0139, 0xa1810567fac4fd6800dce2d391de0139, 0x195a68307e13484e21d65882d5d837996d94e5138b78cf3a4d09dfc3ee925ef9, '', 0, '?'),
(0x74243c167a6252f5ae7003269272cd6b, 'wp-content/plugins/essential-grid/includes/wpml.class.php', 0, 0x749ea539bb15a2a94a44dc2335cd9ef6, 0x749ea539bb15a2a94a44dc2335cd9ef6, 0x031e42b2ecb1abd102293cf01fa61b08520f1ef8c44172d21334c58c6cc6c025, '', 0, '?'),
(0x6b35ba3b7c4b0bc4d1b113ab671c0891, 'wp-content/plugins/essential-grid/index.php', 0, 0x03efe17b1c4a21753f7d07ee17e77395, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0x2f3182f1c5538005bd1eaa382a33ad74, 'wp-content/plugins/essential-grid/languages/index.php', 0, 0x03efe17b1c4a21753f7d07ee17e77395, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0x0aaae228a9ec7a09467dbbe08c2aae00, 'wp-content/plugins/essential-grid/public/assets/css/index.php', 0, 0x03efe17b1c4a21753f7d07ee17e77395, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0x3af8293c931e357e1cac02fb101a41ba, 'wp-content/plugins/essential-grid/public/assets/font/egfont.svg', 0, 0xe20bd96fdf6bfce21bfc9082a4b8b02f, 0xe20bd96fdf6bfce21bfc9082a4b8b02f, 0x285fef6d9b23cf894755288c1e1922bd061f9cc2e13def9f38833df49f74fa75, '', 0, '?'),
(0x3ec0fb2b6bb4a4f1f38007e2a3c7edb6, 'wp-content/plugins/essential-grid/public/assets/font/font-awesome/fonts/fontawesome-webfont.svg', 0, 0x912ec66d7572ff821749319396470bde, 0x912ec66d7572ff821749319396470bde, 0x4c72374440798cbfc2c9825d4e4b872896d1746908d84739cec0f9a0c8546d3d, '', 0, '?'),
(0x650fe2b88d66f16bfdb8fd820d64d85a, 'wp-content/plugins/essential-grid/public/assets/font/font-awesome/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x343d2e007df27ab3bc3ec6ded97e62ef, 'wp-content/plugins/essential-grid/public/assets/font/fontello/fonts/egfont.svg', 0, 0xe20bd96fdf6bfce21bfc9082a4b8b02f, 0xe20bd96fdf6bfce21bfc9082a4b8b02f, 0x285fef6d9b23cf894755288c1e1922bd061f9cc2e13def9f38833df49f74fa75, '', 0, '?'),
(0xfc73a8f7bfebff9c37df4d17be720742, 'wp-content/plugins/essential-grid/public/assets/font/index.php', 0, 0x03efe17b1c4a21753f7d07ee17e77395, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0x7b9314b9e4cfcc776ac8683689231987, 'wp-content/plugins/essential-grid/public/assets/font/pe-icon-7-stroke/css/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x19491c3fa5cbeb978160e5e3fac2930c, 'wp-content/plugins/essential-grid/public/assets/font/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg', 0, 0xc45f7de008ab976a8e817e3c0e5095ca, 0xc45f7de008ab976a8e817e3c0e5095ca, 0xe4b2376ff0bdc808cfb2e29e60770c01bc21b1983d464a205da8d2aed2c2b29e, '', 0, '?'),
(0x9354c7fd062326a1884abe0e5c4c60af, 'wp-content/plugins/essential-grid/public/assets/font/pe-icon-7-stroke/fonts/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x14a372c1b7727e800c5e9b3d758162bc, 'wp-content/plugins/essential-grid/public/assets/font/pe-icon-7-stroke/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x97fd2d87bc38a82c4de4461aecbb974e, 'wp-content/plugins/essential-grid/public/assets/images/index.php', 0, 0x03efe17b1c4a21753f7d07ee17e77395, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0x0bf93257530dc456b68842722e5b7cd2, 'wp-content/plugins/essential-grid/public/assets/index.php', 0, 0x03efe17b1c4a21753f7d07ee17e77395, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0x050fddb88462b0b00438fb9b0e7c4929, 'wp-content/plugins/essential-grid/public/assets/js/index.php', 0, 0x03efe17b1c4a21753f7d07ee17e77395, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0xfefb00b1e9152d3628bdd9671f3eb683, 'wp-content/plugins/essential-grid/public/assets/js/jquery.esgbox.min.js', 0, 0x6c3e36be30f486a88d821db80ab5275d, 0x6c3e36be30f486a88d821db80ab5275d, 0x254e2f6fae24beffd0c08c5b3293d6f5991f88ef3a87f85487479fb8ed082f5f, '', 0, '?'),
(0x5c6c15fe32cfe2678a3e0721e91a5369, 'wp-content/plugins/essential-grid/public/assets/js/jquery.themepunch.enablelog.js', 0, 0xf846c7bfef1815dc6f91c9c392336b9e, 0xf846c7bfef1815dc6f91c9c392336b9e, 0x021f6ef06d54a383197c29599d811467cac7c64f75adaee741447e9076d98010, '', 0, '?'),
(0x640f54098d701d57a45f2fcabc6ab43f, 'wp-content/plugins/essential-grid/public/assets/js/jquery.themepunch.essential.js', 0, 0x8238d119281ca4abc6bcd2c18acbdaad, 0x8238d119281ca4abc6bcd2c18acbdaad, 0xf6e7c7dd51422eaf4386b6d461248b31424043b0e46216d7f30258706753aa39, '', 0, '?'),
(0x811d26277192f1499fc4e50e470b2141, 'wp-content/plugins/essential-grid/public/assets/js/jquery.themepunch.essential.min.js', 0, 0x60af133bed5c64216e977bb2b98e54a3, 0x60af133bed5c64216e977bb2b98e54a3, 0x859bb512d7e0d3d45b09344a7cf68debd89123a4b5013bc67c7b0cd5b978b89a, '', 0, '?'),
(0x6d936ace140a105789a6440501e6296f, 'wp-content/plugins/essential-grid/public/assets/js/jquery.themepunch.tools.min.js', 0, 0x09998fe1e50d5e551e54500e31eb86c9, 0x09998fe1e50d5e551e54500e31eb86c9, 0x49c2b977c0489a350a5a6b6fdcedd93cad1a2bc54da45fc1ee39d20bfd6f244f, '', 0, '?'),
(0x3438073695d66d0e6c0660776f82596d, 'wp-content/plugins/essential-grid/public/essential-grid.class.php', 0, 0x980450312ddff4f952096629bfa8226f, 0x980450312ddff4f952096629bfa8226f, 0x2db4e0b1f3f952f8409ef608653c31368a9ba5dd857d7cbe59e2d33156b120e8, '', 0, '?'),
(0x070ca266d0a490b6f5787c64072d0c5c, 'wp-content/plugins/essential-grid/public/includes/index.php', 0, 0x03efe17b1c4a21753f7d07ee17e77395, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0x92e1afbc268090b1fc4829cd44ffc866, 'wp-content/plugins/essential-grid/public/index.php', 0, 0x03efe17b1c4a21753f7d07ee17e77395, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0xc7bc1cb7ea1b716ef97b4b9329976a63, 'wp-content/plugins/essential-grid/public/views/index.php', 0, 0x03efe17b1c4a21753f7d07ee17e77395, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0x58fdd4f9a46e41b525c729a3e98904b3, 'wp-content/plugins/essential-grid/release_log.html', 0, 0x5da9e7467befef56e5fa6a68576ffaff, 0x5da9e7467befef56e5fa6a68576ffaff, 0xa0ef189fd8d84caaa32921cf8ad124176911b197f512e1b2b6d397c6c65929f3, '', 0, '?'),
(0x2f485ae57f458c960c4637e5fd437a84, 'wp-content/plugins/essential-grid/uninstall.php', 0, 0x33d93f952a6300dc22751ddf57b95d43, 0x33d93f952a6300dc22751ddf57b95d43, 0x5b93fef80fa6e88cb9304bb942867a7b0e5ef85f4e7b5240c8cb99e824fd8ee2, '', 0, '?'),
(0x05d720ae145beaaeecdcb3cd699e02fb, 'wp-content/plugins/ewww-image-optimizer/.travis.yml', 1, 0x00000000000000000000000000000000, 0x2639f57e7d7ac81e59d95359d323d8a9, 0xc8a182a3bff1a6935d2bd5a4d15d12708aef0c3f987d7e459e98edfbe738674e, '', 0, '?'),
(0x977311d773be6ce4ae5351dc48703091, 'wp-content/plugins/ewww-image-optimizer/aux-optimize.php', 1, 0x00000000000000000000000000000000, 0xa2e1e1925eed963a6658118904553dcb, 0x000b6cd8572b961005d50e474cf7a8a4ac6b0d4ebd5c27677401b99488768429, '', 0, '?'),
(0x53f1a4ba9d0cb4ba587b7de5e1e751da, 'wp-content/plugins/ewww-image-optimizer/background.php', 1, 0x00000000000000000000000000000000, 0xcd473f5d462a36bd31f00a49d9c3f221, 0x19bf78271e28cd9b59abe185cbcaa8ccf4be507b0691748a0472d225488b8cb7, '', 0, '?'),
(0x76e7bf1014d8e68f46103d01e1bcb193, 'wp-content/plugins/ewww-image-optimizer/bin/install-wp-tests.sh', 1, 0x00000000000000000000000000000000, 0xcc8006888fc0234951d204dbea89554f, 0x754d6c4534d9c6ae942911a9aa937ae9f81e86cd935a6caccd2ced1fad69a7c1, '', 0, '?'),
(0xeb549b7c14ec926e8692db2bc4e27738, 'wp-content/plugins/ewww-image-optimizer/binaries/cwebp-fbsd', 1, 0x00000000000000000000000000000000, 0xa39c9abcd495bb1ed808534fdfd9b1db, 0x23118d43678278f5be754a057a511b781ef7345ce4d912cf4f1c75cf82e4c0df, '', 0, '?'),
(0x3699fc56cdc6f0da19cc1dc74e88ac02, 'wp-content/plugins/ewww-image-optimizer/binaries/cwebp-linux', 1, 0x00000000000000000000000000000000, 0xcb8cec288067886d14250d23462c48d4, 0xd093f1b016e1ff23a8165889fc81c96bc6d5e06d5e873dc1a713fa1cff2e8171, '', 0, '?'),
(0xf22076eab68bb19a59d7b333b1225e56, 'wp-content/plugins/ewww-image-optimizer/binaries/cwebp-mac14', 1, 0x00000000000000000000000000000000, 0x5336aeceb5d529ddafd1eead08923032, 0x0e9d4ae9278ad4ed33612878b49c4fa9df012efa7963096999aa80d76d2269a2, '', 0, '?'),
(0x71b5b79bb14a805eff513e500730e27a, 'wp-content/plugins/ewww-image-optimizer/binaries/cwebp-sol', 1, 0x00000000000000000000000000000000, 0x839cd1330a4bb921c159efa7090e7436, 0x0614304170a276ccea7f2a13bbb18364c33aafc112b59315734529b67ca1c23b, '', 0, '?'),
(0x5c572a0051163dd5dee8b44558c48872, 'wp-content/plugins/ewww-image-optimizer/binaries/cwebp.exe', 1, 0x00000000000000000000000000000000, 0xef381a6b3ae87ec490ad69438405aad6, 0x88897c01e6386dd9a189a17b8a24669b21538e73a3de6e330c1dc3ba7087aeb2, '', 0, '?'),
(0xa4ee2099332df067b2ddf019865428ab, 'wp-content/plugins/ewww-image-optimizer/binaries/gifsicle-fbsd', 1, 0x00000000000000000000000000000000, 0x26efb4ea40187ef47d8f857c17842e78, 0xe1e3da2ad9e1f111449973929f582c57d88c05a46ae24c84a938485352beaf20, '', 0, '?'),
(0xfb632662688207c7eba28b246dbe0097, 'wp-content/plugins/ewww-image-optimizer/binaries/gifsicle-linux', 1, 0x00000000000000000000000000000000, 0x0a96bc439f30f05303bfd51fd0ca3668, 0xbed966a0bc67e4ab37d2796f9695db5d2d278a903dfbed087ef0477f8c39015d, '', 0, '?'),
(0xb04f75493f847f6b1de2856f445424e7, 'wp-content/plugins/ewww-image-optimizer/binaries/gifsicle-mac', 1, 0x00000000000000000000000000000000, 0xf07919e844af76958e642eb1d48527ef, 0x31e418e4dbc26a368a2e3b2aa69ca25ce502907f042408ef2776e5dec707ce1c, '', 0, '?'),
(0x3998adc22fd87baa71933e2fd6597787, 'wp-content/plugins/ewww-image-optimizer/binaries/gifsicle-sol', 1, 0x00000000000000000000000000000000, 0x5b3e30cd0d9e930cd8f9aa677e1a367d, 0x0aec977cc5b1d6b8459ced19833b577c0a94be18e1136f10f0f10bdbb11ad7dd, '', 0, '?'),
(0x7fb01264046eb77749f13d22883c6dc3, 'wp-content/plugins/ewww-image-optimizer/binaries/gifsicle.exe', 1, 0x00000000000000000000000000000000, 0x48000f49df325b71430445927d71c2b1, 0xc0f747bcd0c69af23bb0d4377002b1a7d7b59f0ee34aa0627f311572c034b5c3, '', 0, '?'),
(0x49d114ed8ea315aa2cd34c4df9c28d3d, 'wp-content/plugins/ewww-image-optimizer/binaries/jpegtran-fbsd', 1, 0x00000000000000000000000000000000, 0x2f12963835b7de0076a0d95fc3ed3b9b, 0x6da02bd3312936f85e219d5e2fa945de12bb3ddbb5eae9c786d5d1252cdc825e, '', 0, '?'),
(0xd8a742f05c0a73327dffe0958baa661c, 'wp-content/plugins/ewww-image-optimizer/binaries/jpegtran-linux', 1, 0x00000000000000000000000000000000, 0x70f0e8106219718bfd6a5af329a34c85, 0x1cc2a2a576539004353d32c8ede11987ced1ab2ac6eb5609291e849aa9690da0, '', 0, '?'),
(0x1300dbf89b7e6c0d3a911ec708704c9e, 'wp-content/plugins/ewww-image-optimizer/binaries/jpegtran-mac', 1, 0x00000000000000000000000000000000, 0xe8f2325ad047b1731249cc2a4317432e, 0x7bf056082e1232e38bb237841e15b7ec124f57c8e86ddce72c8835c737e31987, '', 0, '?'),
(0x03e9b305a9056ff9863f422eaa9c1583, 'wp-content/plugins/ewww-image-optimizer/binaries/jpegtran-sol', 1, 0x00000000000000000000000000000000, 0x18247be1e3bef46dfe1398cf8423940a, 0xbe9db123ca48453e97fdd9e12d04dd87681f390095d51e6240acd232bb0d0db2, '', 0, '?'),
(0xe705882a7f74607d66a603551675fd73, 'wp-content/plugins/ewww-image-optimizer/binaries/jpegtran.exe', 1, 0x00000000000000000000000000000000, 0x71342bec1e6b3f9b712428bbd11640a6, 0x20f20e79faee6cd3e989c6a2279e8b2ed87bb32c74966a463800b9fc4f172a37, '', 0, '?'),
(0x5126011f80c10bbd760002df2ec6f8b3, 'wp-content/plugins/ewww-image-optimizer/binaries/optipng-fbsd', 1, 0x00000000000000000000000000000000, 0x3f4c08685894b2ef356fc28fe1747525, 0x6fe22ed2f80ebcae703b1b6be8c5cd1f2f8dcf49bad6bf55a8c90ddc2c69044d, '', 0, '?'),
(0x0929d8099745a422e8b18094b878a8a8, 'wp-content/plugins/ewww-image-optimizer/binaries/optipng-linux', 1, 0x00000000000000000000000000000000, 0x734d953f33e47077d609d55dfa5f5c9c, 0x94bfb931bfb689704a7f99edd97dbbb9825786b522a4fba8a0e999dae70e4b2e, '', 0, '?'),
(0x6b3e759a9ea4b2d1cf3fd543757f1fe7, 'wp-content/plugins/ewww-image-optimizer/binaries/optipng-mac', 1, 0x00000000000000000000000000000000, 0x37931a809b2afd071180c9716185faa7, 0xba33670e634bd7f60f28f4c617087feeeba6d3ff230ecaba4266ddd24a4145c4, '', 0, '?'),
(0x57c4b70c1f1e4ee4075303a324f2eda5, 'wp-content/plugins/ewww-image-optimizer/binaries/optipng-sol', 1, 0x00000000000000000000000000000000, 0x06dd176dffaac2ece0ee07439d8d3e7d, 0xcd85b7bebb29dab567a1f1b1ce8b333503caa9d314a701416fc109b9d629892b, '', 0, '?'),
(0x5cd3a6081be1204ffaf6f3ae24874eb1, 'wp-content/plugins/ewww-image-optimizer/binaries/optipng.exe', 1, 0x00000000000000000000000000000000, 0x43ef747eed0a21ba4e6db87d86df5e95, 0x6eed8e16ff6b4e3b2aeff5d0fb740a368a748f0067e5ba15835f3e47852440b1, '', 0, '?'),
(0x3137da5e5d30f87dbca919ad1e368155, 'wp-content/plugins/ewww-image-optimizer/binaries/pngquant-fbsd', 1, 0x00000000000000000000000000000000, 0x7108dec0d6adb31e9d36af18ed2a0880, 0x10557ffca67018b1dd870d81fce0a098c1da1338d9d93d20bf50b95cf6bc1e60, '', 0, '?'),
(0xa62e46f2b6fe7d820a43054f5c8911b7, 'wp-content/plugins/ewww-image-optimizer/binaries/pngquant-linux', 1, 0x00000000000000000000000000000000, 0x07506689e3733f039e7ef8b9e6e54c3e, 0xa27b0bfcd2c8bfb0cb5a7c6d8a3ef098caf6143a41975dd94478012939aaaa69, '', 0, '?'),
(0x0344ad298e72b1747d9851163d72ae6b, 'wp-content/plugins/ewww-image-optimizer/binaries/pngquant-mac', 1, 0x00000000000000000000000000000000, 0x94f1addf2689622c9ef065dc10fd205c, 0x9bdfb7e80c67536a9b6f9cbb1170c33144736d68a4a8ac5e05c7fea07e588903, '', 0, '?'),
(0x83c8ef03f385d4a944a340c9029c8278, 'wp-content/plugins/ewww-image-optimizer/binaries/pngquant-sol', 1, 0x00000000000000000000000000000000, 0xb285616624bd0375fcb8aa53f1956fb1, 0x36bcf1525c453f11680e04b482209c4214c6ac81b109560d73525abd818a385d, '', 0, '?'),
(0x80663c900fa384b54c34b3973e4ad117, 'wp-content/plugins/ewww-image-optimizer/binaries/pngquant.exe', 1, 0x00000000000000000000000000000000, 0x4aa70130ee3c0debc1c58a898b32dc11, 0xad85ddec449543bcefc64298d32071a96f76122f2362d1d93778a6e52a3e6e22, '', 0, '?'),
(0xac9ca9d3a506709723cab93b5c5ce059, 'wp-content/plugins/ewww-image-optimizer/bulk.php', 1, 0x00000000000000000000000000000000, 0x5a4bc8c3c4ce11f9e7142e43126f79d4, 0x9531df99f7c2c0e1aff09fcf5ea580ec904fee30f7d02949d8873483ecc38707, '', 0, '?'),
(0x11fee34ec259ebb0cf5a7fc5c03c6ace, 'wp-content/plugins/ewww-image-optimizer/changelog.txt', 1, 0x00000000000000000000000000000000, 0xdeaceb3833a13071e7379e5ae31345fb, 0x41639852932b1ad08199d2bdebe42fe9ea02c2c26cca3d65d03738a9b34ad3d3, '', 0, '?'),
(0x1ead4d84fd5259c0b63ad6c4b0eb4917, 'wp-content/plugins/ewww-image-optimizer/classes/class-eio-alt-webp.php', 1, 0x00000000000000000000000000000000, 0xf41aa6e67251b993e96b9b60f3ad9444, 0x75b05028e19eb4a9e5474a5322f97e3cc539d90251fabbf3712cc9494daa223d, '', 0, '?'),
(0x12e4e51951b1ab1536e46164f81fafd9, 'wp-content/plugins/ewww-image-optimizer/classes/class-eio-base.php', 1, 0x00000000000000000000000000000000, 0x2246e984cf6d984d36bb1e36af814f29, 0xc34f76d11a70417b528fb55f6bd78e6a24955fc78a1622d55f12e91a2203b861, '', 0, '?'),
(0x07aa63029a2ce1794a298471da22ff2c, 'wp-content/plugins/ewww-image-optimizer/classes/class-eio-hs-beacon.php', 1, 0x00000000000000000000000000000000, 0x602f4897c5d3c6b1513791572a6ff020, 0x4dab0c88bafe516c69432b4ae194022de5f2cf7ac31464e48b7e731e1151fd8d, '', 0, '?'),
(0x495f5d97ce6b9801f7822203b97ca29e, 'wp-content/plugins/ewww-image-optimizer/classes/class-eio-lazy-load.php', 1, 0x00000000000000000000000000000000, 0x53cb4e0f291c3c7651ddddc1969c6ddc, 0x2fc6a01ab6494968c6d82b6f56e5f56815dbbb8213e2a60904bffa4fe16dee81, '', 0, '?'),
(0xf646b7544641954e960ca60ae01875c5, 'wp-content/plugins/ewww-image-optimizer/classes/class-eio-page-parser.php', 1, 0x00000000000000000000000000000000, 0xd64213209c5a9f46b583306b937464d3, 0x4eb7b8e7569f54a1e24d59fc547c653b58a1da07e1dc8bde85b277eaccaafa8f, '', 0, '?'),
(0x5cc7ec8e02be632cdf0a4b40b33199d0, 'wp-content/plugins/ewww-image-optimizer/classes/class-ewww-flag.php', 1, 0x00000000000000000000000000000000, 0x2d6d596dd6909c65693d665fd73cdc4e, 0x580a0ffa35ca804453ab7f577f9c1076dbb9ccd74eddb9ffb9de23d274868e29, '', 0, '?'),
(0x70e4253f20e372ccb7dc09bfd7e9c94a, 'wp-content/plugins/ewww-image-optimizer/classes/class-ewww-image.php', 1, 0x00000000000000000000000000000000, 0x2d2de91cafe4af0724f0e185270f4562, 0xd659ddfed9a940c1ee1a5033a687b971315fb7d52b617b250afcf013b1b76653, '', 0, '?'),
(0x947fafef5d875bd3a8dbcaf38e0611bd, 'wp-content/plugins/ewww-image-optimizer/classes/class-ewww-nextcellent.php', 1, 0x00000000000000000000000000000000, 0x135dc570cd28705d8455ce551705f219, 0x5f2a6da1b5bcb0bf69cd3bbd656f5dc2bda96fd71f220b95fd66d3c13eae3aa6, '', 0, '?'),
(0x8674751977aabd7fa725fccaa1f17260, 'wp-content/plugins/ewww-image-optimizer/classes/class-ewww-nextgen.php', 1, 0x00000000000000000000000000000000, 0x2f08ebece0d4ccfe8b72684efe061658, 0x6214f2854f8f4bc1250c14b551cd1a110503cffe3aefa056ace3ce21f2f97630, '', 0, '?'),
(0x121daafeb7d796ed3095575b974943a7, 'wp-content/plugins/ewww-image-optimizer/classes/class-ewwwdb.php', 1, 0x00000000000000000000000000000000, 0x3d3173ddc9f5083d1b3a304de6fefe8b, 0x24ce1d731e19fef3ef4e087596cdd26610704f4c99c6d1a48e20672058b36c79, '', 0, '?'),
(0x9f13d9345e72acd02ca2b15bcd068eb8, 'wp-content/plugins/ewww-image-optimizer/classes/class-ewwwio-background-process.php', 1, 0x00000000000000000000000000000000, 0xef50b1d56df8cde2da1787f9f931d382, 0xf0a9b862f84428af4797e2bc7aac5f241ed12230e0431d08a6b120dae4a25819, '', 0, '?'),
(0xac1e988415a5366c125f0b6ac05319b5, 'wp-content/plugins/ewww-image-optimizer/classes/class-ewwwio-cli.php', 1, 0x00000000000000000000000000000000, 0x2f861fa01a71710ed84aaaff500e5f51, 0x2f6efe90c25264aa84b6bb3116fdd7fa066e41791bec7c4a1e843948498a4bdb, '', 0, '?'),
(0xd12c4dab193f26ca91d587d36a1d097f, 'wp-content/plugins/ewww-image-optimizer/classes/class-ewwwio-gd-editor.php', 1, 0x00000000000000000000000000000000, 0x540e9e1bc9a39087dc900f7413ffe971, 0x25016c40465ff6da12f09513fa9027e8528188d5491ef89f9a8bd85bb312feee, '', 0, '?'),
(0x38579b4bb5b7ded88a1f0fe8395113bc, 'wp-content/plugins/ewww-image-optimizer/classes/class-ewwwio-gmagick-editor.php', 1, 0x00000000000000000000000000000000, 0xdfe36179fe3b303619d0f972a5ec0238, 0xf4cff9894e37ff7ddde91d75758a355ac4decf1dd39425a1a24f0953fb4a1ff0, '', 0, '?'),
(0x70d133432b09da4a4ac5850089ca8917, 'wp-content/plugins/ewww-image-optimizer/classes/class-ewwwio-imagick-editor.php', 1, 0x00000000000000000000000000000000, 0xd3008c7f775ea2682cefd6512605ad90, 0x50f4737f6bae38806237abbcc2d726165fa813bc3f9e22d354548b7247d9c269, '', 0, '?'),
(0x124cd3f5c58212aa8c957159ca821b16, 'wp-content/plugins/ewww-image-optimizer/classes/class-ewwwio-install-cloud.php', 1, 0x00000000000000000000000000000000, 0x2094590d83f45de8c5a233ca1abf537d, 0x8db2536b54de28c552fda4a57dafe3694f4168abd49b695941130769132c758f, '', 0, '?'),
(0x126e5e39cf831e3b0302e3f5212f06b0, 'wp-content/plugins/ewww-image-optimizer/classes/class-ewwwio-media-background-process.php', 1, 0x00000000000000000000000000000000, 0x250503b5d192cd7da9d8c52529dcb62c, 0x92ab7f8af8ed4e27ed054f5078ad060cfdb95eff0e5936706c091ee48eab5435, '', 0, '?'),
(0x1fc13a234b4513ab642929f6625f5711, 'wp-content/plugins/ewww-image-optimizer/classes/class-ewwwio-relative-migration.php', 1, 0x00000000000000000000000000000000, 0x909ce5d057115f19f351eb1fa96ce9e2, 0x2c68aeb3aae4fc6460a159ba7bfbbba1585e6c0fb0ee89602b56caf966794455, '', 0, '?'),
(0x16f10f81d4eeb16d172e9ebf5a269e7a, 'wp-content/plugins/ewww-image-optimizer/classes/class-ewwwio-tracking.php', 1, 0x00000000000000000000000000000000, 0x7aabbbfc4ead7cee19d03652b57b4c4c, 0x69d1aaa1e434f7480623f11647c9738be830b18b0493502362678a04d845cb36, '', 0, '?'),
(0xa4059b308796bebfba48c9c2b196ac63, 'wp-content/plugins/ewww-image-optimizer/classes/class-exactdn.php', 1, 0x00000000000000000000000000000000, 0xcd23bc8de3393630cddd2c84b5d691ee, 0x1dfeba1c0139e27c3c26fb4ca0cb8590a07e4970b5a5e89babfb53afde5c64d1, '', 0, '?'),
(0xd9628084dc1bee720958300bb98a5201, 'wp-content/plugins/ewww-image-optimizer/common.php', 1, 0x00000000000000000000000000000000, 0x0ba76e9d33f4a06a278b84af7bb2a8fe, 0x130f50177ffbc74ae57ebab6796db3fc2cdf76780aaa153a89305b42cb2b9c15, '', 0, '?'),
(0xf30d47aef60a979e895e3afa73b1d75a, 'wp-content/plugins/ewww-image-optimizer/docs/CONTRIBUTING.md', 1, 0x00000000000000000000000000000000, 0x1545ccd3ae886abf96e1fdbec91d6b27, 0x94c528c614ce5bfa8a2dfbe8886314dcbc017cfe4cd171b0763a4e5f2e9113ed, '', 0, '?'),
(0x681bd06616cdd64671b30dae23bd0842, 'wp-content/plugins/ewww-image-optimizer/ewww-image-optimizer.php', 1, 0x00000000000000000000000000000000, 0xd6cf731c7c373abc2436e0f3def5a276, 0x684db21fd2a83257beda51326d59ddd9ee51e8e9a603a5e332fad4ab126964ff, '', 0, '?'),
(0x22bc5477e1a944b5b292fa1a08d474c9, 'wp-content/plugins/ewww-image-optimizer/images/question-circle.png', 1, 0x00000000000000000000000000000000, 0x366ef9700ea9b0d3d6b9ba91475fe48b, 0x18f63c3e65f6449255acad9cdfdc1004acc79534cf31952077809e8dacf030fb, '', 0, '?'),
(0x7b6d90936c02501c2b94d0ab97d0573b, 'wp-content/plugins/ewww-image-optimizer/images/sample.jpg', 1, 0x00000000000000000000000000000000, 0x2a45df07d4ff1cd850b269e36b2d0600, 0xe319de6e82216e6ef8b04f3c4aad4878ab353f71b59c67cae02855b4a1581fc3, '', 0, '?'),
(0x55d208412761b2acd7253e6d3a3c3f2e, 'wp-content/plugins/ewww-image-optimizer/images/spinner.gif', 1, 0x00000000000000000000000000000000, 0xef4e2fa64dd333be2f9ce50176078a68, 0xa4fb715ea711a7d7a52854b78043e4119cca433f454a10eb3a928f94b8633c07, '', 0, '?'),
(0xa4ac25aaaaa67597ca6d08fa1553374d, 'wp-content/plugins/ewww-image-optimizer/images/test.png', 1, 0x00000000000000000000000000000000, 0xb7afa4c3e42fd4b665396b5457296525, 0x667fe3db7080cbcd7039e6429266853286129352a0ceace1d9c93c56b7642c4a, '', 0, '?'),
(0x3d9c8923acd4d271b57b3fab73003b67, 'wp-content/plugins/ewww-image-optimizer/images/test.png.webp', 1, 0x00000000000000000000000000000000, 0xc7bb732daad2490657c1b2b0ce82c3e9, 0x27c0a9e2faa5286fab0b7a09ef525b1a450e7fa42751f94097d8144917cc85d9, '', 0, '?'),
(0x375ca9f12858b2fc0196160a429ed213, 'wp-content/plugins/ewww-image-optimizer/images/testorig.gif', 1, 0x00000000000000000000000000000000, 0xd145036596378743a8a746d8de154036, 0xed7ae7dfd09cfe276f187666013764bc1f45ec59fc1cfa12a1f1a3402c1b8d68, '', 0, '?'),
(0x7736e59a7b83fcb29ba6ecf7b5582b60, 'wp-content/plugins/ewww-image-optimizer/images/testorig.jpg', 1, 0x00000000000000000000000000000000, 0x3016112edb6ff1a7af3c2c0093df75a4, 0x9c1759f5756791b99e53c4a9a05e466a8b56ebc59e71a4282ccfcfe1697ac571, '', 0, '?'),
(0xfa5bb3b84c5ca791499c780af0237a63, 'wp-content/plugins/ewww-image-optimizer/images/testorig.png', 1, 0x00000000000000000000000000000000, 0x0609b31e2a95f057dcf7ccd166a7bf9d, 0x9ed14db168d896e8f448d4c8b5e786c8ea606a3ad3b7db80f5a4de9034d5d363, '', 0, '?'),
(0xeabef15140dbba2d05b38c8d7bcaead7, 'wp-content/plugins/ewww-image-optimizer/images/wpspin.gif', 1, 0x00000000000000000000000000000000, 0x10fc0577681a7b3b09e21e595f9abd77, 0x50649d194d4fff07252715980e11a55e08a2ef38376037997c2e39e8f1d6e9ba, '', 0, '?'),
(0x9fb0fc9a82d2a2033f29b6fe15e1b769, 'wp-content/plugins/ewww-image-optimizer/includes/eio-tools.js', 1, 0x00000000000000000000000000000000, 0x70823dd1bcf1c4be5eae8fc2c7093aba, 0x4e07b2cf1946155885e34d086993fb0d980c591c6f58d7343b9f1c12eb65f428, '', 0, '?'),
(0x08522774580b795054a589a87f27ca33, 'wp-content/plugins/ewww-image-optimizer/includes/eio.js', 1, 0x00000000000000000000000000000000, 0xc85e1478ed10a51863d6c6ccecea6893, 0x602d7516cb7829dd1d9bffa513b88ce9033099c8d60106e9e389a76fe0fa67d5, '', 0, '?'),
(0x42d4eb730bd37c293709ff07262f0b14, 'wp-content/plugins/ewww-image-optimizer/includes/exactdn.js', 1, 0x00000000000000000000000000000000, 0xc8e267a31aaa46b5d887344ff042d8d5, 0xf1883750c2c02752799931145ddfe434cef4b8eafbc4ecfb4c6cdf2ccd0ca03c, '', 0, '?'),
(0xb9f37defceee06f0abf269458c136113, 'wp-content/plugins/ewww-image-optimizer/includes/flag.js', 1, 0x00000000000000000000000000000000, 0x6540d8399f7390a26bc1a2f68b52b5b4, 0x08c74fa26ab72288a07ce205dca743fed8a508316316b5edd58ff06e100d1e61, '', 0, '?'),
(0x07c6b22f7ff1119efdb06c0c88d1f017, 'wp-content/plugins/ewww-image-optimizer/includes/jquery-ui-1.10.1.custom.css', 1, 0x00000000000000000000000000000000, 0xb9fb0a6cf4e62caad30a690cca0a2bd9, 0xdc5eaa456e1c5f2b6fc45738e9d5d4a4478d89032b918d014aef82094d493225, '', 0, '?'),
(0x79331c494bfa3353437e0325bcb3df4c, 'wp-content/plugins/ewww-image-optimizer/includes/lazysizes-post.js', 1, 0x00000000000000000000000000000000, 0xdef26a4d7c86cde54595f70dd412a923, 0x68a1dafbbf773c2e7a02b0a7de88a0f13caacac995fb2f6e90e1251b421c3301, '', 0, '?'),
(0x3780f490d924749c26f107cc3a6a56c8, 'wp-content/plugins/ewww-image-optimizer/includes/lazysizes-pre.js', 1, 0x00000000000000000000000000000000, 0x94947513aae44d6ff0073e5be8c458c3, 0xfcbc28859a5bdfdbf499e748285ab5820602f229a05cc70eca879d96a9a2d462, '', 0, '?'),
(0xb4a3073df8aae87d3889ca8200e4faa6, 'wp-content/plugins/ewww-image-optimizer/includes/lazysizes.js', 1, 0x00000000000000000000000000000000, 0x68055ba33150658d4c3806e0ec9dd16e, 0x1a05b5a3de975107fe36ff842ed25df50a0b74582b785648b205fd3ae5e376db, '', 0, '?'),
(0xc8fa1ef9df861afe6b8a875d7c9533f6, 'wp-content/plugins/ewww-image-optimizer/includes/lazysizes.min.js', 1, 0x00000000000000000000000000000000, 0x9c710f1ebe4a2649053a25ccc0dbd698, 0x72ed8769ed24f9b6e62a2c7e51187f159b4c008ff849bd7ca37ac273619f5ea6, '', 0, '?'),
(0xe911a32c47517f68f4dfcd093aa47774, 'wp-content/plugins/ewww-image-optimizer/includes/load_webp.js', 1, 0x00000000000000000000000000000000, 0xe16551723d57d889c4171c4e3b75f13f, 0x6d7fc0d17121f81c846d23ceaf4feaaf6a5f4a320616a52d45f9135edb48c0f0, '', 0, '?'),
(0x9ec4456aebdbde1d86eb13dc0b19d6dc, 'wp-content/plugins/ewww-image-optimizer/includes/load_webp.min.js', 1, 0x00000000000000000000000000000000, 0xd3e7f6eee890ae243e0f16a698a0cce4, 0xe0b63db0c27a74c8a9c49f1ddcc4e409e40a2b81ff0e62bec9158a0867d48e70, '', 0, '?'),
(0xeb9335f5af03b1658f54fe5a72741aaf, 'wp-content/plugins/ewww-image-optimizer/includes/ls.print.js', 1, 0x00000000000000000000000000000000, 0x29b9a7db194cd6de295053903499f70b, 0xc7fee63c76b2e5b9f06da6328230bfc70cfe2f25fc9ad59824c77cd076e51862, '', 0, '?'),
(0x0077c9f3080cbf15b2d6809c0e68d358, 'wp-content/plugins/ewww-image-optimizer/includes/ls.print.min.js', 1, 0x00000000000000000000000000000000, 0x1179387c680ca035d8e041a249ffa4a6, 0x07d0ab449dfb92e35b23bd1493cf248ffed3ae627486d1beb93602bc493611aa, '', 0, '?'),
(0x35fe74f7ac584138a9244c08578c3e59, 'wp-content/plugins/ewww-image-optimizer/includes/ls.unveilhooks.js', 1, 0x00000000000000000000000000000000, 0x629a4392ebd9bf874c14e40c8d7d72f0, 0x6d68bfc967e2e823c1daab657eb4563205a147081d1621c434020f05380a1481, '', 0, '?'),
(0x4fa6ee46344506f2196fef4a4a75e9ea, 'wp-content/plugins/ewww-image-optimizer/includes/media.js', 1, 0x00000000000000000000000000000000, 0x81cb540070b9ffd56f763e3081f29a9c, 0xba0d84551d0496134aec6e03b71dcc6167b06917bd92c4dd7ffa5a9bcae30255, '', 0, '?'),
(0x2dfc3fc8a5e14540428099426ae73d2e, 'wp-content/plugins/ewww-image-optimizer/includes/nextcellent.js', 1, 0x00000000000000000000000000000000, 0x28f8fb82a50b77d33f28eb6b2ef21e7e, 0x2838ab68a75f4775aa7d7119cfbf334e8b4c4086acead119711eda4c6a601eff, '', 0, '?'),
(0x55df2b1fdb5c387c8241275aa7390b00, 'wp-content/plugins/ewww-image-optimizer/includes/nextgen.js', 1, 0x00000000000000000000000000000000, 0x154dde6842177e0a0ad6c4fa3c0c0faa, 0xad7a74360e4c70114e9baf7754df6609f2c694914d94a37e5db13cbf03bb0de0, '', 0, '?'),
(0xe0df547ee15f26433b9174d6d66b3579, 'wp-content/plugins/ewww-image-optimizer/includes/resize_detection.js', 1, 0x00000000000000000000000000000000, 0x1a8e76f6e482eeedf066effc35543c9c, 0x7c2ec77088c31994602b4ea7e564c8d6ac0022b1bc7c6769720868ee46f886bd, '', 0, '?'),
(0xf25f23be1437922488ba9adace9423ff, 'wp-content/plugins/ewww-image-optimizer/includes/webp.js', 1, 0x00000000000000000000000000000000, 0x42e82df40c85738dd930b814c4bdf66f, 0x8541e7697807c7a4920d5c3d6cd17756dd389067fe0e7c8aac6b6a2d5a4a0282, '', 0, '?'),
(0x8c1ee478af02af37b3c867a6a662d640, 'wp-content/plugins/ewww-image-optimizer/languages/ewww-image-optimizer-he_IL.mo', 1, 0x00000000000000000000000000000000, 0x465d8bf5a9ab8e2399937e96d2846954, 0x20a475bf8e404b1f8a3fcfd7387e432111e8fefbc2de26d9c9904b24e88bd375, '', 0, '?'),
(0x7ebb7c28515881dc220c082010717567, 'wp-content/plugins/ewww-image-optimizer/languages/ewww-image-optimizer-he_IL.po', 1, 0x00000000000000000000000000000000, 0xa1345d6d0e396f403dc882c20436af1b, 0x4b861066d372c4d27f5847fcfef8444741260aab6bb52ad3f645eeb166506d66, '', 0, '?'),
(0x868aa3a29c0816e72faa7c4976b28850, 'wp-content/plugins/ewww-image-optimizer/languages/ewww-image-optimizer-id_ID.mo', 1, 0x00000000000000000000000000000000, 0x1ee164e02fbbe701138f7f2879ca7d33, 0x58c6e1ea4a5bc6d3d6b28ed00acf72f960f73b147b0e73099ee03e93ae821540, '', 0, '?'),
(0xf8309b465adc7923a07e46e045c8479b, 'wp-content/plugins/ewww-image-optimizer/languages/ewww-image-optimizer-id_ID.po', 1, 0x00000000000000000000000000000000, 0xce353730984c2fe3700a222c68cee1b8, 0x5623e82dce9d1f968429dd35b4970173030d34e468baf63e8a38e29514050578, '', 0, '?'),
(0xd931b4e5b791a00c00be1d3bcc7cc78a, 'wp-content/plugins/ewww-image-optimizer/languages/ewww-image-optimizer-vi.mo', 1, 0x00000000000000000000000000000000, 0x1d38508d2686c5a98736e0de30ed7680, 0xd8837783ae185568eeb7a13ef87efe669ba2b4af28fdda61f78a4d6dc1f41694, '', 0, '?'),
(0x648ca08236b7830e037be0241576cae1, 'wp-content/plugins/ewww-image-optimizer/languages/ewww-image-optimizer-vi.po', 1, 0x00000000000000000000000000000000, 0x87b8f7f81bf19d0d202d3b8a8760c3ca, 0x31d70d7f6fc1c0f95f25b2e5e04f843f1af9153de80840d38f703a9b1d044dc0, '', 0, '?'),
(0xf7219c0ce5966a42fda033f65b5b3565, 'wp-content/plugins/ewww-image-optimizer/license.txt', 1, 0x00000000000000000000000000000000, 0xe55d227946988d6930ce055c970c6548, 0xf6775241142dad03ef3997a8c59306a6e9c612866c12c68b31dbec805bf17430, '', 0, '?'),
(0xd0e68b459c9e8871b48cf0c7a220e8cd, 'wp-content/plugins/ewww-image-optimizer/mwebp.php', 1, 0x00000000000000000000000000000000, 0x773ea541fd7eb79b940529dab66801eb, 0x702298326793ff84ed29e232c959e2e0009bb98620580f3a14104e18de86f5eb, '', 0, '?'),
(0xf69376a3291c19888ca5da04e33c1653, 'wp-content/plugins/ewww-image-optimizer/phpcs.ruleset.xml', 1, 0x00000000000000000000000000000000, 0x692ea79b4ef930ac9fea9cc651f2115f, 0x8dd57f7c815b0e910db2416f442a747bde4380322c6bd8d8055742380e8d69d6, '', 0, '?'),
(0xb74c1a69e5d81f921b72a6a9c9776f10, 'wp-content/plugins/ewww-image-optimizer/phpunit.xml', 1, 0x00000000000000000000000000000000, 0xabaf4d232953c8babb5f8d166554cdeb, 0xeb103ddb9249d266c111db3752ec8e9884f565e0d4b9b221bdf9da5200ccacc7, '', 0, '?'),
(0x0428be8ed4436b6eb42650a7c58f8e87, 'wp-content/plugins/ewww-image-optimizer/readme.txt', 1, 0x00000000000000000000000000000000, 0x8626972001d0807592989e9b1edc9426, 0x6583b4ab01a40a5c2d07f08668645ccfb7783802c3c71c9f5c962fcc0730ee86, '', 0, '?'),
(0x3f215701e4676c4f6997902d0ae97358, 'wp-content/plugins/ewww-image-optimizer/tests/bootstrap.php', 1, 0x00000000000000000000000000000000, 0xe290020d714227b3644e73fd4d239263, 0x21ad2b0a6b647939f17da539a1171d1779823664092e6bc77a65350e4fb216c2, '', 0, '?'),
(0x90c367e2ba23b3fe50890d6f469a72cb, 'wp-content/plugins/ewww-image-optimizer/tests/test-convert.php', 1, 0x00000000000000000000000000000000, 0x68fc3210f44a2fc662e75d3f55613662, 0xab6239801e3de7796c39aaec6b9b143023e93d6e8f3cbc55bd7568ec4dd4eb19, '', 0, '?'),
(0xa4f0dd7c68b0d78457bfe088bdc85b29, 'wp-content/plugins/ewww-image-optimizer/tests/test-optimize.php', 1, 0x00000000000000000000000000000000, 0x019a35ee5d50f82e248ee5933b1fc198, 0xe0e8489345b6c911f418e2239dcdcbb324fe7c6491dc4d1a3d97c59c66765fe8, '', 0, '?'),
(0x5cb82a12dc516e4be146dd326f1ad4ae, 'wp-content/plugins/ewww-image-optimizer/tests/test-options.php', 1, 0x00000000000000000000000000000000, 0xaf7f6d684bdca5e3b7495b0dbb22bdf8, 0x547dec5fb5ac14a7fda7f5fcaea9519479bd19406ef9e901d0d066ae5f05c9da, '', 0, '?'),
(0xfef33640071fd47fccb90f249fb7375f, 'wp-content/plugins/ewww-image-optimizer/tests/test-resize.php', 1, 0x00000000000000000000000000000000, 0xd3df86a6d684312fb238e9ca4d324108, 0x71522267e3162b5aa32c34a096f43b750339189ff66711c15d4a07d95570af6e, '', 0, '?'),
(0x1a0e12beb1bdc5213c0ff06f37792bec, 'wp-content/plugins/ewww-image-optimizer/tests/test-tables.php', 1, 0x00000000000000000000000000000000, 0xf367921ab4638643ae256883a1d8fb58, 0xd3a79536cdf3569bf48878fe8054562612073d6d2be2a2a0a90e8b682b238b34, '', 0, '?'),
(0xa302f27f42cfd2689e6affe19f10d144, 'wp-content/plugins/ewww-image-optimizer/tests/test-utility.php', 1, 0x00000000000000000000000000000000, 0x983ad1ebfb47f48d0b9287cac2bbc899, 0x6ed1435a1f32c0c2118384ad10f0ba9cf28cda2cda429644d0730a3fdc57bb9c, '', 0, '?'),
(0x9383b3dfa3eabe95112272697576ae83, 'wp-content/plugins/ewww-image-optimizer/uninstall.php', 1, 0x00000000000000000000000000000000, 0x523802a81470437fab3380b1d310ccd7, 0x348cff76d5c4026119fb7bf67d5f95d59d2be6723387c43c998c692f0931b04f, '', 0, '?'),
(0x5988914f252aae6b66763d4d31afe3dc, 'wp-content/plugins/ewww-image-optimizer/unique.php', 1, 0x00000000000000000000000000000000, 0xd66ac4e68e9b5d556e7abfd4a851ee26, 0xef2c327ef86f5a12defea256056f324a2f7122412eda73e358b46699cf523ce7, '', 0, '?'),
(0xaee5ac7a85238b277c0991a44ed5c4f7, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/AUTHORS', 1, 0x00000000000000000000000000000000, 0x4848fa3fd19ee7342dd2887c0dcacecd, 0xa37c095f40a2253b02f7c121c4c9c5c352883309bb776e7994d8da5341fab335, '', 0, '?'),
(0x30e9abe54a47813017a945367b7cc82d, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/autoload.php', 1, 0x00000000000000000000000000000000, 0xfc7de922db4a4f583cd2ab41809188d6, 0x714e7b60cf6153d5824e71d69273efce3c44ac6d605af69a6a301f87e4d2f289, '', 0, '?'),
(0x00b8e30d96aea108f39ea40faaacd5cf, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/Pel.php', 1, 0x00000000000000000000000000000000, 0xf21aef940abd5400a1af1703f098d788, 0xd86e69ec901884dab535521c497c2ddd97b2351d8e07fd00f8d4993f609424fb, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xa22a0c6b3236897bf3cc357694ce7bbf, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelCanonMakerNotes.php', 1, 0x00000000000000000000000000000000, 0xcc9c37fe0921b91227cadf1c13d5ae06, 0x7da619ef64ad708c1456a7c50d44efc7963d4a17116785268221de1f146bbc29, '', 0, '?'),
(0xeada8bfe48db6a1872a1b86cc927a00e, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelConvert.php', 1, 0x00000000000000000000000000000000, 0xe7a42b31e5de96ef11ebd5b337780ff6, 0xfc9e3473ef9f8df671d95a2c21cb70df7c902feb1763c1eaa127812b64b3a7d8, '', 0, '?'),
(0x0c5d3d2a425bf1023c2d0103e7781582, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelDataWindow.php', 1, 0x00000000000000000000000000000000, 0x925a1a8c3789645fd8a48ea19cceb777, 0xf651703fe0232477d5ffe6655b268698ee70b6382d606431e23b57adf214cbd8, '', 0, '?'),
(0x8ae2f1ffd01c2924c4536a302c87dab0, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelDataWindowOffsetException.php', 1, 0x00000000000000000000000000000000, 0xf741f992ec778a5df7a5b60f35ce9140, 0x579b4d96db9acf0ec0f8cd2fb91dea5d62e8279b2eadc36ef4fa0af5f5c3d76f, '', 0, '?'),
(0x6beff7778c9604db9b937884f768a3d1, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelDataWindowWindowException.php', 1, 0x00000000000000000000000000000000, 0x539cbe858b9ea6fc736b44087ae976a2, 0x9413b2e04988e16d36144c7298075dcf229d54b2ae9c9dcb2c74a66422e9a203, '', 0, '?'),
(0xb5389369ea064c21e0f467bd692b1182, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelEntry.php', 1, 0x00000000000000000000000000000000, 0x525edeb8a9f488fc9233135f8b028f35, 0x27eba70f91e8c99b28d04e3952c3e2294d93fac1b531c19237cc94d6fcc47702, '', 0, '?'),
(0xc7e665baa76b5af3c568b7577eae5d01, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelEntryAscii.php', 1, 0x00000000000000000000000000000000, 0x1cbf818e2cb6df48f4f46431f4b52e91, 0xa3845dcc30e4ff18042d7349f5fa98cce99f439a1141f6982b7a03d1acd25185, '', 0, '?'),
(0xb2e8e613a1b52325c0ff55c05e57e6c5, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelEntryByte.php', 1, 0x00000000000000000000000000000000, 0x4c69a32e606b0a417e913dafe87d1615, 0xc2cf87bdd9b0ef6ed5eb7bdfa1ed6ecaba64597d10de639cfde20f47c44d33d6, '', 0, '?'),
(0x75d7dff62f64e546040d64ad640cfbdd, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelEntryCopyright.php', 1, 0x00000000000000000000000000000000, 0xf069a03486672e0b6e0ce3329ccbc1bb, 0x8954a2d49cef074b25eb006f7e7c5aa4b514e514f3c6d1a83657db792d533314, '', 0, '?'),
(0xacac2e41d9570bc3b3b33772fa8e1cf8, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelEntryException.php', 1, 0x00000000000000000000000000000000, 0xfebd4c055e10fb5c0c139e052e6fb3b2, 0xcfe62b16e95efb0e745140caa2d504044695a3487fb339f1567b993c4f808808, '', 0, '?'),
(0x782fac1b985fafd11d44338bdd018c4b, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelEntryLong.php', 1, 0x00000000000000000000000000000000, 0xfb6c9e0209ed6ba4cb012480eab28600, 0x1edde756850a60d852a061187518c5abad4191a41aec917438c2926cc453aa15, '', 0, '?'),
(0xafb2d21c3671b4e83419991e5c7e08c8, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelEntryNumber.php', 1, 0x00000000000000000000000000000000, 0x0d3718e242c6ebe5f4d4da3ed4f8c489, 0x014323422169898a5b3015b977074fb07bd40d6db58b79601f8eb9671dc5b77f, '', 0, '?'),
(0xb1a4ec3b6da10579a714a7b992a66009, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelEntryRational.php', 1, 0x00000000000000000000000000000000, 0x4fbebe349d8e4e137f753ea29d1b0a0a, 0x0dc6d70276d61a2097d55fddcb8cdbef4dad15ea24ee792f572c49fde7e01a1d, '', 0, '?'),
(0x4add9c6030bf6a2253435e12f1cf4009, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelEntrySByte.php', 1, 0x00000000000000000000000000000000, 0x5cd49841e2e175984e537150188eeb45, 0x5b3087b59c8bce701e1a425bec1b756738c30f3373c48d637f12f70e521fb3c9, '', 0, '?'),
(0x3bb5c8425d870afe41b13f80e23fa255, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelEntrySLong.php', 1, 0x00000000000000000000000000000000, 0xb4dc3f8fb8cc29667c0aa79460de188c, 0xd066e56f8ab75ae652cb799af1fc3cbc7814a29296bd1d64c3fe634a7969a7bd, '', 0, '?'),
(0x18fd23031e435da256d52829c4533343, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelEntrySRational.php', 1, 0x00000000000000000000000000000000, 0x5066adf1bcafa6cafa509018a3211cd7, 0x81455a410461c4b70d0dc8ca10b949363ec7595f66d59897a6ebe780a6bc5a52, '', 0, '?'),
(0x2a6d013153b41714fb77cafc582cac57, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelEntrySShort.php', 1, 0x00000000000000000000000000000000, 0x452cb94082b8987b83e06b265b7706a4, 0x4029839a9c85925a9a94cfcc196cd75e9de6841a558fd9af98383b26a2a1cef9, '', 0, '?'),
(0xa4edd1e54da8d18f912b99a02f1f163e, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelEntryShort.php', 1, 0x00000000000000000000000000000000, 0x8233ef53f6e15bc816dff23231df4f13, 0xfa25176b1210d203c6a317b9f4166b824cbb629b178464d37a7e5ce2f311679f, '', 0, '?'),
(0xd5552c1128c21249e779b69269023b03, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelEntryTime.php', 1, 0x00000000000000000000000000000000, 0xc6fef7eb4cb1b55fa0da8471137c1ad0, 0x71b1174d6ff1545de72707c588dc273ae2f660488fbbbfc604103e139fce2c07, '', 0, '?'),
(0xb97216bc87a012a52a5a2ebf0c6ef1fa, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelEntryUndefined.php', 1, 0x00000000000000000000000000000000, 0x01ab26a4d192c3003221dd707630cca0, 0xc86529d78aaa209d3eb6e7a42b24920c2f4597eed297a33e0431fca57bac1a88, '', 0, '?'),
(0x011351b7f02b9205371c8b92d582f57d, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelEntryUserComment.php', 1, 0x00000000000000000000000000000000, 0x2ce5710d9ce8ecc7ddcd9cc41888ece6, 0x7d70e79d81672c85b62772cdd68711fa74ce3ab905802a16766fdf72a63bc31c, '', 0, '?'),
(0xf25ee31741eab69b75c21dee7a8c43af, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelEntryVersion.php', 1, 0x00000000000000000000000000000000, 0x9022e8cbc4f7186fb203f46b9a7aa9ef, 0xffb705993fbd9db93863e8b582305c50994368bf9835838552a158e3b1183c07, '', 0, '?'),
(0xb021cdc2158d4e081e5fdc56583c2072, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelEntryWindowsString.php', 1, 0x00000000000000000000000000000000, 0xac59ac2b2156194d83b6972772306c82, 0x581127199273fea03566b6c90d61e98d7a4288fd25f58cf0a0e53a8bd591c9a6, '', 0, '?'),
(0x2f5a1f2f3741dec13a5fecc4b41e66d8, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelException.php', 1, 0x00000000000000000000000000000000, 0xcc36d2a80417ac2771c5083de16c829f, 0x0c7068ac6ddfe4dd802e237b8a3d5d212afcdebeb2bca4fb1277ee371b379c44, '', 0, '?'),
(0x939790ae2430bde2325b9639edef325b, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelExif.php', 1, 0x00000000000000000000000000000000, 0xcc787daef7a8d894f5139bf12bf455ae, 0x631217ec48aadc0ffdb57210be78de79202677398379f2ef906ac9bc33875afc, '', 0, '?'),
(0xcd620dac3a9339303b0103e7e320ae99, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelFormat.php', 1, 0x00000000000000000000000000000000, 0xd90822c4ae8510d2839101c39ef962ac, 0x99974f3331fd2c2e2705268188bc0f5f533ee096f5c6ed293d71ca7e94ccf705, '', 0, '?'),
(0x393adc3d1d1ce60baf2d0941a65eefd0, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelIfd.php', 1, 0x00000000000000000000000000000000, 0xf0d3b6bf65366f11d34507545060f9d1, 0xf2d0a5f794676b132e10a7ce5cd831db971a0c125cd68624cef899827c3a1685, '', 0, '?'),
(0x65e21496a5e34e42883cb7f073c0251c, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelIfdException.php', 1, 0x00000000000000000000000000000000, 0x0cda46d4e9e727185a4e06d0ff8fe8a5, 0x2d9bfc6a460fac06ada6ad7b2cf078db3e9d998cc54514b2b73c3f88775c361f, '', 0, '?'),
(0xcdf6a854767f25ccbe880db8c5f2b473, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelInvalidArgumentException.php', 1, 0x00000000000000000000000000000000, 0x75167cb368f6842ab5e2e5314ce15a2a, 0x2e5b7612883b14963f38ee540d66bc7edeb98d43fa68cf32ca3f58c1a5b011a7, '', 0, '?'),
(0x78547d2736166b19489c005dee40377b, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelInvalidDataException.php', 1, 0x00000000000000000000000000000000, 0xdf702c92d4689480f32f4615d2da33ef, 0x9be223459ee7f7b65e03b91924f67ad7c0c930e5e78079ad4f468d85e69e8619, '', 0, '?'),
(0x70dd4ecc711110e5dc175e1d34612f30, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelJpeg.php', 1, 0x00000000000000000000000000000000, 0xaea8abc1fd196123a9566373cf351307, 0xa9aec0b8a50998f3625fe089c8a262c027e0cc29e93b51702c4b5cee2f3126d1, '', 0, '?'),
(0xd2f74aa9c37ad7b5b7232772c67c382c, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelJpegComment.php', 1, 0x00000000000000000000000000000000, 0xc6e1b37825141e33060b3908118f650f, 0x78470183f603c56b3a52fb35597cdafb5ce109f3ab00e7ec796a4a813671aab1, '', 0, '?'),
(0x89f538dd985260a866dbacbbc1232cc5, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelJpegContent.php', 1, 0x00000000000000000000000000000000, 0x1ba364d800d1a23efa50f33822033f74, 0xfb232e76f4c2c4f0276f2b459c8bc74e07ddc0ff64c9c8ef272061550e25975f, '', 0, '?'),
(0x6ddb6e150add19c7b2b86452fba225a4, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelJpegInvalidMarkerException.php', 1, 0x00000000000000000000000000000000, 0xf214046b99818514c11486d873ef3ec9, 0x76939724518de3db5791da5c75659d02f38a0ce7a502ad5c749757ab776c30cf, '', 0, '?'),
(0x467f29229cec2f8a33f0818d9b5d6eab, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelJpegMarker.php', 1, 0x00000000000000000000000000000000, 0x90059e06568c9afc1d3b9bdcc177910d, 0xd1b833a33bc67bc6e5059f3405351ea669d7f89a01a50a5d6c7bf1676e0ee935, '', 0, '?'),
(0x4deed1dcddce11facffdf70c04c22785, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelMakerNotes.php', 1, 0x00000000000000000000000000000000, 0xd870234329206dd1d414e1dfe2b57b54, 0xb07464b86fb97ce7a916e6392026b426e025f9815303a458a2a14147b4a584ff, '', 0, '?'),
(0xf79a5a60b45a36dfce42f3ab6ce377ee, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelMakerNotesMalformedException.php', 1, 0x00000000000000000000000000000000, 0xc8115aba9b43a78c52176d812aedca7d, 0x14fc97e316c35555f23484b63b0a8d572edd175a07751c1330ed494da8f06e81, '', 0, '?'),
(0xd1210c98ce444ccfc71d040f44db864a, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelOverflowException.php', 1, 0x00000000000000000000000000000000, 0xf12ebe597d95c4bb618e0a3d7c487c42, 0x4d8538fc89e41f9e2637164129f633bb4b7389542d05d681f3684170c962cfca, '', 0, '?'),
(0x4ef8e76cc7c0f5fbb11caf2fd8473d4a, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelTag.php', 1, 0x00000000000000000000000000000000, 0x53b42a07ac3896515a8d1d9f6b8d0d76, 0x4ce839ca908cf8b68e0eeb81c309e2234cc948b6ba8c461e1a2cffec8f17c371, '', 0, '?'),
(0x0b306e0cf575c3051db43d42ab64d77f, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelTiff.php', 1, 0x00000000000000000000000000000000, 0x395715e4e9f8739a68953c65b7d50982, 0x2893a1b09029c9e5ccedf7055f450f4de6600f23f728017b4a7e616e73063a8f, '', 0, '?'),
(0x1197ccd154232755fc4496fd18311979, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelUnexpectedFormatException.php', 1, 0x00000000000000000000000000000000, 0x611729c956a17c3282b927437709f255, 0x231bd4a515e7dea6943cf0f51ddb36934791f19ce2a6034e3e9b6bf9b070849c, '', 0, '?'),
(0x2b0b9bb60125079044d8494dac9be728, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelWrongComponentCountException.php', 1, 0x00000000000000000000000000000000, 0xbb74a94584a4aeba5d14e475232cfd3a, 0x2370a09d511a9999dc488a499bec1cacd157fd892e924181151664ece298a7b1, '', 0, '?'),
(0x4e448f573b470daae9828c230bc7e329, 'wp-content/plugins/ewww-image-optimizer/vendor/wp-async-request.php', 1, 0x00000000000000000000000000000000, 0x75f93468e591aa2d58d0200ae13f9535, 0x8d5bc3d17475f3ca51b42bfeb72a206032389a6b5f2d4e37fd44bdd218df3641, '', 0, '?'),
(0x6061480150ca910c6f67a0d1e56f564b, 'wp-content/plugins/foobox-image-lightbox/assets/img/foobot.png', 1, 0x00000000000000000000000000000000, 0x9c245fdb4e7da568311a1fdc9a067493, 0xd6600a0bb05a7bb828506641c461fc84823b5ab4d221617f5681a945769d7635, '', 0, '?'),
(0x3dc71fe7ab3f45f83b55b305fa00ca1f, 'wp-content/plugins/foobox-image-lightbox/assets/img/foobot_red.png', 1, 0x00000000000000000000000000000000, 0x33a93dd7eeaab586e5d170d539458bc6, 0xe56f5da71f5bd8ecac6c6be730c5a4d249643b7ee3537b59d6e981fd2bcd58d3, '', 0, '?'),
(0x8c3c8ef2ea4d6d7eabe07b446de81f4e, 'wp-content/plugins/foobox-image-lightbox/foobox-free.php', 1, 0x00000000000000000000000000000000, 0x3ca48ceff5f823b16b42260f7f96bb0e, 0x0c05353000e4e96a7fe1b2ab6e9cbd15be9f943b458897a51567468c970eb872, '', 0, '?'),
(0xf39c7c18fde2c1dc6e225c44921eaf13, 'wp-content/plugins/foobox-image-lightbox/free/css/admin-foobox_page_foobox-settings.css', 1, 0x00000000000000000000000000000000, 0x7d247e596184a4b978e7c183b7adbb4e, 0xe7684a8995063fad697137bf085b8dff9d4b63e77ce76094f3b485a8e57f4ff2, '', 0, '?'),
(0xfc71412fc9806ca7957432ad09baf105, 'wp-content/plugins/foobox-image-lightbox/free/css/admin-toplevel_page_foobox-image-lightbox.css', 1, 0x00000000000000000000000000000000, 0x7660a5cef6c001c8b740eea9dd94253e, 0xc31fbf0e8de2723ebce8e9938c1862dad89ad7c2e44282853dbee7b84f291a58, '', 0, '?'),
(0x0de64d69812706a1b6ebcbc232058553, 'wp-content/plugins/foobox-image-lightbox/free/css/font/foobox.eot', 1, 0x00000000000000000000000000000000, 0x9399b78cd32ea3f842270a6dbd6b116f, 0xcf05d4adcb23cea2642e7768e021a8d0b533cef76000e4b27efa56f8414ad881, '', 0, '?'),
(0xb4587fa9c4c752f23674155f600134fb, 'wp-content/plugins/foobox-image-lightbox/free/css/font/foobox.svg', 1, 0x00000000000000000000000000000000, 0x5085a9176cbed2c8af563d0701234f10, 0x9b61f4680e75287445359eb3895cf6d2a3fd6950c73d7c3c345362aa7eee4b54, '', 0, '?'),
(0xc3bb1637f4dd30cad5b1e6ba615f7854, 'wp-content/plugins/foobox-image-lightbox/free/css/font/foobox.ttf', 1, 0x00000000000000000000000000000000, 0xe2bf501b711b06ad4753f742a97637b9, 0x796ee8a9bebd244fbf948ed19775b2224e7bcaa5cb263954c9aadb0f43a2e21d, '', 0, '?'),
(0x27a8f78b8e926e5a74c249ec4a2e9ca2, 'wp-content/plugins/foobox-image-lightbox/free/css/font/foobox.woff', 1, 0x00000000000000000000000000000000, 0x697410997b5cc073d49f2023f05951d6, 0x9c786fdc3f402ef282c93b651d84c14528733939c77b12a2ac91c204dd31435d, '', 0, '?'),
(0x27e9102e8b37c78bcaafa53ce51a5206, 'wp-content/plugins/foobox-image-lightbox/free/css/foobox.free.min.css', 1, 0x00000000000000000000000000000000, 0x5cb6b3c7f3d6c5872889ae7765ca9eef, 0x087406174021a98e45e74bd0e297f44eff1b8b5ae709e200810036932f89f3c6, '', 0, '?'),
(0x81aac5fff4d20c22149374d1039371ac, 'wp-content/plugins/foobox-image-lightbox/free/css/foobox.noie7.min.css', 1, 0x00000000000000000000000000000000, 0x5b894088199d45f2ded0d67af17602b2, 0x02c778b84044a185498f9eb7431ee096e09d8b2a088a789ac15f05c0a8c01c35, '', 0, '?'),
(0xf5b8a5b5423890c0c396daf352554f70, 'wp-content/plugins/foobox-image-lightbox/free/css/img/demo.png', 1, 0x00000000000000000000000000000000, 0xdc75aab1299544c46972e7bf8ab5a17c, 0x81a2830b1f5e3941fa2c87a8d8e54273ec6e09e1525bbb140a5c8b82d78e0482, '', 0, '?'),
(0x5c6d9f6ea6c1caea934a0416824d6b31, 'wp-content/plugins/foobox-image-lightbox/free/css/img/tick.png', 1, 0x00000000000000000000000000000000, 0xbd6eb665abf7880cee428a4416b19ddf, 0x134c8aa8836f84378d9d8cd7451246e5d7fd0042768abaa9804018d1245cc6d5, '', 0, '?'),
(0x122dfdbf0d76ba4b16719ad5ddf708ff, 'wp-content/plugins/foobox-image-lightbox/free/css/img/tick2.png', 1, 0x00000000000000000000000000000000, 0x020e7339fd6caa9fcd7903904b338580, 0xa0d6470cbfe6386ef103e172b29d51c29d6d1b2bf716504e5325067b57247119, '', 0, '?'),
(0xf3a4bca4b214d4556cbaae5a6164ff08, 'wp-content/plugins/foobox-image-lightbox/free/css/img/tick3.png', 1, 0x00000000000000000000000000000000, 0x20edc847e1d1a0a8ccf06d71791efe61, 0x9791f60feb1bba2064a3ba3c51a0bb99a34bf83a8c3db5be6c7dd309dc5b6010, '', 0, '?'),
(0x7675f7fd360839437cdb422a9ecbfca1, 'wp-content/plugins/foobox-image-lightbox/free/foobox-free.php', 1, 0x00000000000000000000000000000000, 0xf470e16093829a875058dca02f7f8a86, 0x8a311c7622afce825951ebad192a72b4fa49db4b308cc38a7dc870d3c6729ea2, '', 0, '?'),
(0x1b27b99bef27d6cc0d9816f864e2e181, 'wp-content/plugins/foobox-image-lightbox/free/includes/class-exclude.php', 1, 0x00000000000000000000000000000000, 0xadab2b2034246cc963c4ffacc90689f1, 0x330d7d049afd2fa8f15e40034eb26e09ce6200974781895acfe2ab3554925799, '', 0, '?'),
(0x2d988e4d32a6385d25f36574c692da62, 'wp-content/plugins/foobox-image-lightbox/free/includes/class-foogallery-foobox-free-extension.php', 1, 0x00000000000000000000000000000000, 0x7fc5faad3f35dd1fb4dd67dd4b38990e, 0xb5be7cd2698ada8307805bf7837a2ed855fc73cb7e6b3c38a2b58e363950bcaf, '', 0, '?'),
(0xdd4d9a0a22aa9b357981c9ac01004884, 'wp-content/plugins/foobox-image-lightbox/free/includes/class-script-generator.php', 1, 0x00000000000000000000000000000000, 0x53deca45031daabe102c5b4332dff30e, 0x3de5b0df3ad137748c5e452b30c8e423995a6d05d13a0a52a63fc9c6822df1b4, '', 0, '?'),
(0x385f2ff7bf40b24638595f7c62c89e33, 'wp-content/plugins/foobox-image-lightbox/free/includes/class-settings.php', 1, 0x00000000000000000000000000000000, 0xfe3309ae41072d33d74bd3bf167b9bae, 0x328eb29263afb8a85123ddb803c675bd90ec71eb03eac9e6df52cdf8e52d6c6b, '', 0, '?'),
(0xc31daa693838e04667a7fce85ed37314, 'wp-content/plugins/foobox-image-lightbox/free/includes/foopluginbase/README.md', 1, 0x00000000000000000000000000000000, 0x0c690504fedb47e9a3bbaba878a9fb7d, 0xef27a003300369ef22d60c95771550a476db99c5550d1e5338ec25570d188957, '', 0, '?'),
(0x1c2afac0f2ffa1fa08cf1227bbb3ee2c, 'wp-content/plugins/foobox-image-lightbox/free/includes/foopluginbase/bootstrapper.php', 1, 0x00000000000000000000000000000000, 0xf9364baea1c4f2ecdb0df48c35fd96d8, 0xcac8772fa05bd729a70cf452b4d6ff4c3595e0a079c9dd162e2c6dea2b2268e9, '', 0, '?'),
(0x21cef79065f09710c0dae34b050d7e25, 'wp-content/plugins/foobox-image-lightbox/free/includes/foopluginbase/changelog.txt', 1, 0x00000000000000000000000000000000, 0xc0c9dab566f3dcde2cd049c885977de6, 0x4ad833a203ac222ff43e11e682ec0fe91cb41810bd563f9afeee6d8a40c2bc05, '', 0, '?'),
(0x307b2c9ccae291bd06c5d5edff28658f, 'wp-content/plugins/foobox-image-lightbox/free/includes/foopluginbase/classes/class-foo-plugin-base.php', 1, 0x00000000000000000000000000000000, 0x4ab3849f31994f0f3fe766f0ebb4a41d, 0x5042220de92eacfa1341560de8493d0bc738584f4e09f16bf33b5170f15a0a20, '', 0, '?'),
(0xcb6fe8944b60645443bf731eac0a801d, 'wp-content/plugins/foobox-image-lightbox/free/includes/foopluginbase/classes/class-foo-plugin-options.php', 1, 0x00000000000000000000000000000000, 0x777f878f24b26472acfb8fd2876be13f, 0x79c454d229de30e845fdc767c595d901ddf960e5cd62c8a44ea2cf616a9f7614, '', 0, '?'),
(0x40f05cfe52391d2995c4aede687852e1, 'wp-content/plugins/foobox-image-lightbox/free/includes/foopluginbase/classes/class-foo-plugin-settings.php', 1, 0x00000000000000000000000000000000, 0x97c45dd733df0d4c7f640c13941594ad, 0x74a11d9da038484e6323cfc3ffb62019179ab331e6f9d6bd3481208867eec211, '', 0, '?'),
(0xc4e0be4c0ebc5727d5e9635461f92183, 'wp-content/plugins/foobox-image-lightbox/free/includes/foopluginbase/classes/class-foo-plugin-textdomain.php', 1, 0x00000000000000000000000000000000, 0x929b38259eeb1901a7cce3d963e3b683, 0xd6a4409d72ab9beb393dbbfd3fe58cca29023e0eba629b241eb22c32971290a2, '', 0, '?'),
(0x731354edb0d3626f7dd48cbe23db3fd7, 'wp-content/plugins/foobox-image-lightbox/free/includes/foopluginbase/classes/index.php', 1, 0x00000000000000000000000000000000, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0x6e2d96d5f5d16def09944effcc4c69ac, 'wp-content/plugins/foobox-image-lightbox/free/includes/foopluginbase/css/admin-settings.css', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x8eb7cab57b9d3f65650fd9502f5978f9, 'wp-content/plugins/foobox-image-lightbox/free/includes/foopluginbase/css/index.php', 1, 0x00000000000000000000000000000000, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0x49607e82e7d0b760b9526895e72bb350, 'wp-content/plugins/foobox-image-lightbox/free/includes/foopluginbase/functions/arrays.php', 1, 0x00000000000000000000000000000000, 0xf3a84ea67f61245d476136002ab281b1, 0xa730b3d70583989fa45fa71a9f3fa58778955d284a5d2f0d6b3838525d502d9b, '', 0, '?'),
(0x6485525b4620ada06d5155cd4fc2d21b, 'wp-content/plugins/foobox-image-lightbox/free/includes/foopluginbase/functions/general.php', 1, 0x00000000000000000000000000000000, 0x47385ac4601b0cda8832782f152b7e7e, 0x2529935656981857b350f65935d2686b1b71da088aefa87226756cc7f6ef4264, '', 0, '?'),
(0x5de21a93a6abdd8a890a52d2231fd2ce, 'wp-content/plugins/foobox-image-lightbox/free/includes/foopluginbase/functions/index.php', 1, 0x00000000000000000000000000000000, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0xbaaaead166b7db01bf6e0c8596364bcf, 'wp-content/plugins/foobox-image-lightbox/free/includes/foopluginbase/functions/screen.php', 1, 0x00000000000000000000000000000000, 0xc60d4eebacd1da6f5716f25ec574daa3, 0x1088769966e2d1acb313b718b285f469c6d19a536f0b48353ec8b942c944a647, '', 0, '?'),
(0x346768973000e547b27e0f9d5819559e, 'wp-content/plugins/foobox-image-lightbox/free/includes/foopluginbase/functions/strings.php', 1, 0x00000000000000000000000000000000, 0xd62572b191272a768b1854d7501126bd, 0x061e6e36131a2d47587ce5283c020da12bc1359c67d9a69202e71868bc54f11f, '', 0, '?'),
(0x6ff9070eb4ac84a57d9f76e707ca1a40, 'wp-content/plugins/foobox-image-lightbox/free/includes/foopluginbase/index.php', 1, 0x00000000000000000000000000000000, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0xe37009e7998b0f39106e21c2e8c08552, 'wp-content/plugins/foobox-image-lightbox/free/includes/foopluginbase/js/admin-settings.js', 1, 0x00000000000000000000000000000000, 0x84d84eca65496a1fa60d348a5150d37f, 0xbcadef1309933a38192feeb6b7b52affc9d2253ceaebca716de76ea931586a77, '', 0, '?'),
(0x41aef595c23edd1cbfe73d01b13147d7, 'wp-content/plugins/foobox-image-lightbox/free/includes/foopluginbase/js/index.php', 1, 0x00000000000000000000000000000000, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0x648582e18ee3176ce21b79cd3ad6c0ee, 'wp-content/plugins/foobox-image-lightbox/free/includes/foopluginbase/views/index.php', 1, 0x00000000000000000000000000000000, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0x86301fe75ccb134cae8badd5b433cf12, 'wp-content/plugins/foobox-image-lightbox/free/includes/foopluginbase/views/settings.php', 1, 0x00000000000000000000000000000000, 0x2e49c83f1b0aaf2ff7c78842ad37a038, 0x737d8d82cf3bfa797b0580b1580d36e16191dca2987f27a9c8273a4c95fd1996, '', 0, '?'),
(0x5aa21d5a55c4f6354d8889a1b5dfafa1, 'wp-content/plugins/foobox-image-lightbox/free/includes/upgrade.php', 1, 0x00000000000000000000000000000000, 0x751388eb63fa44864f6362d4176f1b69, 0x4a2ed4f83ac2f55e089d456e1593324267e5031bfb3933801f4e2393f5980612, '', 0, '?'),
(0xb1878e31d0de168febd98f3408fece5e, 'wp-content/plugins/foobox-image-lightbox/free/includes/view-getting-started.php', 1, 0x00000000000000000000000000000000, 0xd8102e364460bf3b5fb1cd0a0e1d11f0, 0x850e6deba16a71f68dcdc7ae14dc68bf74bfe1222fc10bbb0152265bf2ae8a45, '', 0, '?'),
(0x76d61927d2c099ad6ca86a7d9331e656, 'wp-content/plugins/foobox-image-lightbox/free/js/admin-foobox_page_foobox-settings.js', 1, 0x00000000000000000000000000000000, 0xf50e00e6d79b153aa41a30d6b7406508, 0x5478f6874bf08761df95931d5affc3d812d982e329df586301ddfa59c8904ad2, '', 0, '?'),
(0x36db41ea3672209f84563046605fdf70, 'wp-content/plugins/foobox-image-lightbox/free/js/admin-toplevel_page_foobox-image-lightbox.js', 1, 0x00000000000000000000000000000000, 0x8edad275a2f8433f5b601101e2d17378, 0xf86d3fc89175e85ca787125f316eeca81fe6dc774e639919880da9a84a59779c, '', 0, '?'),
(0xc339b528a2371749294ec11e69509418, 'wp-content/plugins/foobox-image-lightbox/free/js/foobox.free.min.js', 1, 0x00000000000000000000000000000000, 0x5602599766c8cea979affd8ab5a038b0, 0xf5632c6cf338c2ee6b652372de5bdeed94e496f29ec510ef29eefa8d2e37dfa1, '', 0, '?'),
(0x6ddcc1a935cd864bb92cebe20b2d8640, 'wp-content/plugins/foobox-image-lightbox/freemius/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x985eca66feaf0170850231d4616b3074, 0x7836ca40e0a90adb710276c764523ee0e3b27b0f1491385eb85fe604e0b87051, '', 0, '?'),
(0xe8f948f1ff3d4ba9d4b5bea5804ee3c5, 'wp-content/plugins/foobox-image-lightbox/freemius/assets/css/admin/account.css', 1, 0x00000000000000000000000000000000, 0x200427fd85d926c4b8abad4c2dba4bf0, 0x84f76a601851f8a27f722b3a88923901f555b807b08ff470d2ea06c9d9495730, '', 0, '?'),
(0xc346335af06ad4adb52c2c7c9c8176b2, 'wp-content/plugins/foobox-image-lightbox/freemius/assets/css/admin/add-ons.css', 1, 0x00000000000000000000000000000000, 0xd4b0bd3d4acf640b9f72d668f564f437, 0xba65331d6d9e73d53e3a9f8be83384559ef3b9723e0732840517e6190beecf2c, '', 0, '?'),
(0xafdf3bac24671fddd615ac421bd92aa5, 'wp-content/plugins/foobox-image-lightbox/freemius/assets/css/admin/affiliation.css', 1, 0x00000000000000000000000000000000, 0xdf31b70dad1cfe9880e5a0f4912a6dda, 0x763825f01bc95d07a0c7d588daa1cca68e3f245681dc5f6f23591a82b21ad946, '', 0, '?'),
(0x4e99e9bf3828f7d84ab50c55dd6f9f9e, 'wp-content/plugins/foobox-image-lightbox/freemius/assets/css/admin/checkout.css', 1, 0x00000000000000000000000000000000, 0x17061aa254ae8660c38ce30306698d16, 0x4e18359c87a1bf0dedc0de3375acf15bf3d7ed26c06060ff89b18d622afa08ed, '', 0, '?'),
(0x963fabfbba7cda6e928288a23f825773, 'wp-content/plugins/foobox-image-lightbox/freemius/assets/css/admin/common.css', 1, 0x00000000000000000000000000000000, 0x215fa1189dd224dfebe5afb3cbf2debb, 0xb324df1f44e69fa25cfbca57f5cc401fa37e711e25a57f4a1024dd6c72f2336c, '', 0, '?'),
(0x67a1571162a83d9e66381b260c8fd769, 'wp-content/plugins/foobox-image-lightbox/freemius/assets/css/admin/connect.css', 1, 0x00000000000000000000000000000000, 0x21a7593afe7f7ce71d346789e514d888, 0x150b920dd34e3063ff07f2aa04a921eeee3f61714c66d6eb2f73b7e8e61df56f, '', 0, '?'),
(0xd1369be0f196b4030be7ec72b618e25e, 'wp-content/plugins/foobox-image-lightbox/freemius/assets/css/admin/debug.css', 1, 0x00000000000000000000000000000000, 0xc427e38f20fc34e494d0b259a3c9886e, 0x207526ebeab164b44c6f04e5e787d74a6f67bc3d21eea65cf30c2c281edfb8a5, '', 0, '?'),
(0x300c62377b6497cb64116725098df055, 'wp-content/plugins/foobox-image-lightbox/freemius/assets/css/admin/dialog-boxes.css', 1, 0x00000000000000000000000000000000, 0x7d7f1ff4609e66b27b535db056b039e7, 0x076b6c866d9324b0ddc531d958b69f7d01546dc48fa7dec8f3fe5ec542d7ac7a, '', 0, '?'),
(0x963e742467145fbe25e560077d59c44d, 'wp-content/plugins/foobox-image-lightbox/freemius/assets/css/admin/gdpr-optin-notice.css', 1, 0x00000000000000000000000000000000, 0x344fd06ab5d8994bad0d3ea2135b40c4, 0x6cf858777d38906107ce51d00a54f26c0fea97f723f5f5876cf7fddb6c0279d8, '', 0, '?'),
(0xfdf2813f0d215575a692232e4d391c78, 'wp-content/plugins/foobox-image-lightbox/freemius/assets/css/admin/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x1d915f9db37df25b642691d4c7c7a2c7, 'wp-content/plugins/foobox-image-lightbox/freemius/assets/css/customizer.css', 1, 0x00000000000000000000000000000000, 0xf64cf82009bc94f90f712d07c2891c97, 0x522316b3d1006b41c3f67501ebc8f35bf2b7ccbeff9c4ff4efa99278e24a7d7d, '', 0, '?'),
(0xc696b7ed0c9cce65440c18447a5daa83, 'wp-content/plugins/foobox-image-lightbox/freemius/assets/css/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xde22ca79e64428accd4b6b9418ec4071, 'wp-content/plugins/foobox-image-lightbox/freemius/assets/img/foobox-image-lightbox.png', 1, 0x00000000000000000000000000000000, 0x08874ee335f1cb1bd0969e5db85ca3a6, 0xdd375b385624cde0e7f584b0c9ee81557269a5ac585ebfc40370197cd3c2264a, '', 0, '?'),
(0x47c8a31de2f8cdb62fd3fe0b1e19c346, 'wp-content/plugins/foobox-image-lightbox/freemius/assets/img/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x1e567d632a64a299708f40a4ae837b60, 'wp-content/plugins/foobox-image-lightbox/freemius/assets/img/plugin-icon.png', 1, 0x00000000000000000000000000000000, 0xc38d022fe0b2df0a6bc31404e90a38be, 0xcf9a4e92529ae6267df3ed3137f90fda7d28cc8c604927af56f17da2d8c44c29, '', 0, '?'),
(0x550751ceca97467bad14b727e586f2d1, 'wp-content/plugins/foobox-image-lightbox/freemius/assets/img/theme-icon.png', 1, 0x00000000000000000000000000000000, 0x8cb315f4fef1d533eca11ba28e6f9521, 0x8d8be128d35f7b0cccd8f85150dcc2d07956e36c8e18d96a79ca4295d6cd7efd, '', 0, '?'),
(0x38d8f90be8a2f3e2542bf69552652524, 'wp-content/plugins/foobox-image-lightbox/freemius/assets/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xf9d5dc3f2c1269f9a332fd0c2a950b37, 'wp-content/plugins/foobox-image-lightbox/freemius/assets/js/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x3f30076509c867957862f567a803da58, 'wp-content/plugins/foobox-image-lightbox/freemius/assets/js/nojquery.ba-postmessage.js', 1, 0x00000000000000000000000000000000, 0x9ae773f2dc724cecaf0f12cf15155bc3, 0xe044b79d5c1a15b8c049179ed3a15bdbaa9bf6a8d7edaf6a6388505a6773aa57, '', 0, '?'),
(0x1f98555d855262fdb99ed91b988af8c3, 'wp-content/plugins/foobox-image-lightbox/freemius/assets/js/nojquery.ba-postmessage.min.js', 1, 0x00000000000000000000000000000000, 0x6749bac0ae2a426fd5f576c9f2b9e4b5, 0x5de5de80a1a4ac5cc1ca0f2b66f9f8b3520a51bfbb25e1d7a04a878b9295b53e, '', 0, '?'),
(0x6cccd6bb6aec879fff04df9b8f81ef4f, 'wp-content/plugins/foobox-image-lightbox/freemius/assets/js/postmessage.js', 1, 0x00000000000000000000000000000000, 0xfb652a8fc91ca5b926bd6f80150427b7, 0x624d0d09ba7beb5454ef74abd7b05cf87495a83dfe7bc5c861cfbd239ccd7139, '', 0, '?'),
(0xd4d4fa9fc4c7dadc90aa7f8dd2db42b2, 'wp-content/plugins/foobox-image-lightbox/freemius/config.php', 1, 0x00000000000000000000000000000000, 0xaa6b916b0584e2fb31ef02d701b280d6, 0x46f8030f297785422434f814fea40e7f35be8c43d94baa6dc179d2d5b8349ba7, '', 0, '?'),
(0xcdfab0a8b4d7234005097fab0d0415fb, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/class-freemius-abstract.php', 1, 0x00000000000000000000000000000000, 0xca1728fc45b9a7a3bef83d9c0abd120c, 0x94df797e0223e05d438fbf261e422b86420cfb3bce2073c38160d9a457acb3ed, '', 0, '?'),
(0x5935c74389b4ae74b1edec9850027268, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/class-freemius.php', 1, 0x00000000000000000000000000000000, 0xd71ae33d0ade44df3ee29bb59c8829e7, 0xf0d2667b04afc10a5e6d8c6261fc605206df589fd3eb24f742cb9952f80ac02f, '', 0, '?'),
(0x391de0020223660b34864e952b1fb76a, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/class-fs-admin-notices.php', 1, 0x00000000000000000000000000000000, 0xadadd160d12b74d495bbf6319e23d432, 0xb1bd33ac63f326815add5847ff5418246c54ad2e0b53861128279de45a4186d8, '', 0, '?'),
(0xd9c9e903a9117a21be55086cfd338a99, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/class-fs-api.php', 1, 0x00000000000000000000000000000000, 0xdda165426f27bc17465d5bbeb1dcc2ac, 0xbc09eb274b9dd18078da41ef3b7b56bb3d6edd2b48f373fb294fe951e5cc8dd2, '', 0, '?'),
(0xece5a79134a40b28d1befee486aa4c88, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/class-fs-logger.php', 1, 0x00000000000000000000000000000000, 0x9d2dc60c63edd27c5a2cd3f74553a57b, 0x2cfaaa41a925c7ed9e5150ed0d57fca4ae39dcd84235c84d0ddf9b65b5317fe3, '', 0, '?'),
(0x17487ad3cda0e6e6bd39f30987aec38f, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/class-fs-options.php', 1, 0x00000000000000000000000000000000, 0xfd471a1252456b26d56db26691a3c576, 0xd627fb4c4d5a1c418db114de46c7ec63a3e5f679c7a7af8826f3381d47db113a, '', 0, '?'),
(0xdd13e49695a3c6da48811105cc43e38d, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/class-fs-plugin-updater.php', 1, 0x00000000000000000000000000000000, 0xe86a19f96082a800b1789b742de0dfb3, 0xa3590c18cf4efc504d23ba36b10982ac40867ab742ef3d593fd66592bbcf897b, '', 0, '?'),
(0x36968a546af0bb8a971952102648a801, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/class-fs-security.php', 1, 0x00000000000000000000000000000000, 0x229cf58949612ac4a088677ba62c9b97, 0xf5df916d446e025b2b41d22034c22cae15d79412d6cbb28f8750a1bea9c11205, '', 0, '?'),
(0x5bcda69e7190c79d3c13f8dd3288eaef, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/class-fs-storage.php', 1, 0x00000000000000000000000000000000, 0x83c903ae5948a7ab95a4f385f4dc2936, 0x219ee260331c48c7af7c9b35d2a1cb9307d8ff3a07c872e61a34ed3365481c56, '', 0, '?'),
(0xc9fd0169f7e25d6559bce1dbbfb3c32f, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/class-fs-user-lock.php', 1, 0x00000000000000000000000000000000, 0x73ecd350873b5bccd9531df35caedaee, 0xd17281bcc34b0cfb067edd720c875c39d35f9d13e84e84dd728e988f8c0716c5, '', 0, '?'),
(0xf25ca0829fb8a619c4c98d90a66e070d, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/customizer/class-fs-customizer-support-section.php', 1, 0x00000000000000000000000000000000, 0x43ef1820d7bebfe9b9cc94c0cc24555c, 0x321dfeb2f055e0f9c7271eafc15176752a77fb5e9533f3d074f428f795dcdfb5, '', 0, '?'),
(0xf56be95838aa30c5986c5adf9f1fc616, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/customizer/class-fs-customizer-upsell-control.php', 1, 0x00000000000000000000000000000000, 0xb65ad61eac3b8ba723d2d2a6c7cb82bc, 0x5edce06772451503eed06f26e566835bc55660ceb1b289782b756a13a72d1861, '', 0, '?'),
(0x25813cfd7cbeda663c09854247d12e32, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/customizer/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xa3da87c753752a237467aed04a6f0450, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/debug/class-fs-debug-bar-panel.php', 1, 0x00000000000000000000000000000000, 0x9665e6e14396e4b9f11f835f074b6bc4, 0x8237a5b70cfa0d3050e9e6dfd95c0941610ee220f024ea6da1a8186d06f4dff0, '', 0, '?'),
(0x465458948d9ac44c5689ff858eea722a, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/debug/debug-bar-start.php', 1, 0x00000000000000000000000000000000, 0x5fa116c8b2bd8686d9c7b230c87e9222, 0x1a1f870f0b21d377cc83335bd67232b18d8d0e9ed5162626075caa6fc0646c3b, '', 0, '?'),
(0x3c3e1d62d3abdb4958a5fdad68018c8d, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/debug/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xc512b6bfd256bc4a92e26c4d6a3091dd, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/entities/class-fs-affiliate-terms.php', 1, 0x00000000000000000000000000000000, 0x35016787d29f2095d8d4139255ef6d2d, 0x5b69df587fd6512c996e61e6c22ad76ee9f66620c2a26e0100ca36101f12ea7c, '', 0, '?'),
(0x51c9189b1cf7ae6af2ba4d4591e15884, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/entities/class-fs-affiliate.php', 1, 0x00000000000000000000000000000000, 0x1858bb266130901469b975c74658f556, 0x13b47caf8f6537134eca9514f951083b77be779920a91c25f61c16ed109a95ef, '', 0, '?'),
(0x1eba36a669205d7ec8040c4018debb82, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/entities/class-fs-billing.php', 1, 0x00000000000000000000000000000000, 0x63c904e144d4bbb827c3e4e4748cc8d1, 0x58c37b02d6ec35ec3ec654882ae1792f2af471c5aaf00e069dd8625fad6e6a5a, '', 0, '?'),
(0x218899d605fe4acd38b079e3730e4e6d, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/entities/class-fs-entity.php', 1, 0x00000000000000000000000000000000, 0x8f8e79b4470fe4a933a58f4b2ce6746e, 0x9b2ddb3f66c19352ff08b5c20f600d73f74287f3ad176873f507cd91dfb80435, '', 0, '?'),
(0xb6e53925d8275f99385ae9efdd886770, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/entities/class-fs-payment.php', 1, 0x00000000000000000000000000000000, 0xc59405500bca95b0fbe028cfb169cd3a, 0x82c7efde409be06b8ded57b10b7c3dc7cbba5fca5edaa0e1c193bf1506c6c88b, '', 0, '?'),
(0x1e1545d8eef649bf43eaef0944537559, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/entities/class-fs-plugin-info.php', 1, 0x00000000000000000000000000000000, 0x411694b5b5c0af56d3a5d9b5dcd1b969, 0x5043fc2a5a4c40f144217d04bbdafeb926f17bb90b384404a777176348b73ad2, '', 0, '?'),
(0xaff66e214e903a89ede8005619527042, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/entities/class-fs-plugin-license.php', 1, 0x00000000000000000000000000000000, 0x9ef42281d8ca0db6a2be2f39dec2aea5, 0xbb730af8608991c9a25a03e550507dc8e59bec70968356f0b17f8725eccb6632, '', 0, '?'),
(0x9f0b74ae07b31233610ed8ef44390920, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/entities/class-fs-plugin-plan.php', 1, 0x00000000000000000000000000000000, 0x275363d2504f48d2f4f01c3dc8076291, 0xaf5cc16a1e16cfc2e2e5577bf0aed735e26494cb574a79ac5b0e89257a0de79b, '', 0, '?'),
(0xb6f32d2feb332dd5349589366e3fdf51, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/entities/class-fs-plugin-tag.php', 1, 0x00000000000000000000000000000000, 0x66f81c182e415cf7161957356f1d80ae, 0xc19937949aede010f9c22f94eb871aaeffa0e0c63020a53887586e8ec0505bad, '', 0, '?'),
(0xf03e2dc1e648ee76f6e3c76cf14c0017, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/entities/class-fs-plugin.php', 1, 0x00000000000000000000000000000000, 0x0601955cce4f81cc8b5dd8765240d9d8, 0x57d93c811158ae7bd5c400a76c3a244b473b5a6b7662951722e9ea3e971c255f, '', 0, '?'),
(0x169f83fb7f4f28e7fa4f123232991540, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/entities/class-fs-pricing.php', 1, 0x00000000000000000000000000000000, 0xba6b341492dfee121e2b343ce28a2af9, 0x8bf366d9c35ddc0cfc2389b520cdb5a425fbe888eadbeab9ac3d90c6d83e0c94, '', 0, '?'),
(0x2b8c9b6250ffda6fd54355b35a8f16f0, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/entities/class-fs-scope-entity.php', 1, 0x00000000000000000000000000000000, 0x0acd7da3ef93baaaf43a4b6598c3d80b, 0xa901cc18cc24e36dc1e9d7ba4b2d50d07c9e7300a190bbbd580e321edfc0bab2, '', 0, '?'),
(0x2cabf3f626e6a43703e6cd3a545a02fa, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/entities/class-fs-site.php', 1, 0x00000000000000000000000000000000, 0xc523c2c42b25284a461b733f6dd6f153, 0x6cadd6736056758c2161c89d333500780681cc16351563a791f35ba2f3331e8d, '', 0, '?'),
(0x9814af72e8914da4f29a2fec6bc991b2, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/entities/class-fs-subscription.php', 1, 0x00000000000000000000000000000000, 0x051f2f7a8effe1d0066bbaaf065b7067, 0xc46e8130c43edbff1768bc4a0c26c609063368d31bd28cd7bb033da41ef60805, '', 0, '?'),
(0x629784125a82312920cb7a6d32701db3, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/entities/class-fs-user.php', 1, 0x00000000000000000000000000000000, 0xe12bff1179aeffb60dcb60cd10b18aa6, 0x0fc3da799106432cc1810388cd7a85c51c4dfc9236294038778b82e1dc406e51, '', 0, '?'),
(0x9fff85d5d4bdff2ae5f85ece6aa6e1c7, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/entities/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xea9e12a1ddc64ed983bd4864c5a71935, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/fs-core-functions.php', 1, 0x00000000000000000000000000000000, 0xfe8a7dffcb215d0c37cf0c4a68b48680, 0xf55a0f5c5694864e8ee4e3bcfa1aa019e8208a667bad075016ef6bdce3b2b26f, '', 0, '?'),
(0xf5ef4867f4c084e2d2e1c256481e65cf, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/fs-essential-functions.php', 1, 0x00000000000000000000000000000000, 0x58874d636f2de2c9730e0b87d09196db, 0x1022d6b3e345e5d33177f5c3a2ed62e83025728fe4c21773bf17895affb20fbf, '', 0, '?'),
(0x1d786d7c98cfa6efc54a67c30b187682, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/fs-plugin-info-dialog.php', 1, 0x00000000000000000000000000000000, 0x67e78f38df0ed29158cba559e13bb8e1, 0x6ebda3c8f99f6b444570fbec6405d5fa45d0c366038e6a4e4c1f79796027bc1d, '', 0, '?'),
(0x6fc72c211233da3f2c6ed3d0a3813f67, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/i18n.php', 1, 0x00000000000000000000000000000000, 0x08d642d4c3eb21fe2430afad12cca8df, 0x4aa2aad27f333e345183555834bf347e390893bd7889f937ec5f2f6c0070e928, '', 0, '?'),
(0x508bb44065754a52cd4beadd3e55aea9, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x241b64dc5b3f3eb7c670a121bb82bba7, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/l10n.php', 1, 0x00000000000000000000000000000000, 0x6078da2e038117e0ff00a9b375f35b27, 0xfd06207c1b944cdb4a0c8456998a1e9d1bb6b03eae236f18d540d592417535f2, '', 0, '?'),
(0x8280ac3f9e60b83ebedc2459dceb7991, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/managers/class-fs-admin-menu-manager.php', 1, 0x00000000000000000000000000000000, 0xe627ee936683003c285f3365c9b675f5, 0x9c64b2de02104e7a8b24ee74cbf8370cb6d7e82ed6b2fd43eaec9cfdc1161ce0, '', 0, '?'),
(0x37958aeb9a503f3ff798ce219b349e14, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/managers/class-fs-admin-notice-manager.php', 1, 0x00000000000000000000000000000000, 0x8d9e839523d1815d438c3f409ca9a2dd, 0xc8ea8a10135723af694d4fd447127cfb33b3919a01f71844b943c68afc4b36cf, '', 0, '?'),
(0x5f9012cb8c6934a76eb720447ae40b8c, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/managers/class-fs-cache-manager.php', 1, 0x00000000000000000000000000000000, 0x144f964664baa34a0e235c6389edb2ea, 0x9bbf74a91261ae6d317f1c7cf70f6e8d78b1b8eb55a59b1b0d61c86f644af10a, '', 0, '?'),
(0x67b64a4b7e50e94a6acdc74a7fb671a8, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/managers/class-fs-gdpr-manager.php', 1, 0x00000000000000000000000000000000, 0x4e0e57018badc49396ca4bb37232f42d, 0xb004d43c30b8e4b3e5544f4ae60a7d4a2ee572b3b4e0a01c8ce96984ec28906b, '', 0, '?'),
(0xb0e2122cb05d8dcb3e4ee7b4cc754bbb, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/managers/class-fs-key-value-storage.php', 1, 0x00000000000000000000000000000000, 0x06c24b91c57c14088e3b5099f3a339c1, 0xfe04d20776988f9ad844710fb9c0ea684d55207afd4d33d3677e18021f0425ef, '', 0, '?'),
(0xa3c4770a5a5b33d7efa09a3887263811, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/managers/class-fs-license-manager.php', 1, 0x00000000000000000000000000000000, 0xa82f3ccac892e76e9efc785b0a462138, 0xd8a30a770e3c3cc78b4e4a5ddfe6003685e073ab1cd20b678728ebeea69346af, '', 0, '?'),
(0x8673c326fe328fcec2083e796faf6836, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/managers/class-fs-option-manager.php', 1, 0x00000000000000000000000000000000, 0x4fe64ab1a3514608c379fbbcf97187b1, 0xc4a00881c0fa1ee4db8ee292718f664d136b7f9d7aa51d95ab78b2b6e7a39419, '', 0, '?'),
(0xee18acd1100ab96655505ce9edce7837, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/managers/class-fs-plan-manager.php', 1, 0x00000000000000000000000000000000, 0x8e9bd3530fd53b430b06ff532a83f889, 0x6f6b76598117c47137b6a0be4dfdc75e14b8b796e2c9365b505ecae7a5a7141f, '', 0, '?'),
(0x366987b4dbf2af02b6a96c7d5731afe0, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/managers/class-fs-plugin-manager.php', 1, 0x00000000000000000000000000000000, 0x52ca331d8a7cbddcfc5f9ad177dfefc4, 0x75f6fac03323cd7ff29dce8c2aa1dc6afa643553a1f38dfe5f72b1641e79904a, '', 0, '?'),
(0xec2a92cda1e2f35ffbac3599772fb908, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/managers/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xe0acc70fa044d3d8b9d44b7d254082d8, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/sdk/Exceptions/ArgumentNotExistException.php', 1, 0x00000000000000000000000000000000, 0x26e05dd2b1aa00c6802525f61aaac397, 0x6940adbba2081173c08c0cee879af020d4a55cb60477ff8c0a76c11742c4c79f, '', 0, '?'),
(0x914c2ef369ab72f93b73a8c7cb1e0492, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/sdk/Exceptions/EmptyArgumentException.php', 1, 0x00000000000000000000000000000000, 0xe108186702db8af8b217d97baf5d22b7, 0xe14a0e70c18d9c6e8f1ec178a5a5cc445cec505f85f0ab7e0341acf17d90d1c6, '', 0, '?'),
(0x688408f0261f04c3dc09c441fe3b5de7, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/sdk/Exceptions/Exception.php', 1, 0x00000000000000000000000000000000, 0x2b7998fe45949e311628fd4576010033, 0x2abc156416a4ed4ca72e64f24502ec6d69cb1cfb965c716ef33f29ab82da5ed0, '', 0, '?'),
(0xe820ad93d3987fa3e593d02c726fa7f7, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/sdk/Exceptions/InvalidArgumentException.php', 1, 0x00000000000000000000000000000000, 0x09c3a0a60d897b1895acc44bac0ccb7b, 0x67ac861d028633452ec2476064c1fcd98f03b61a097552a334fe3539c72078d6, '', 0, '?'),
(0x82085fc12bb6a9e4d016e20f2ec1db90, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/sdk/Exceptions/OAuthException.php', 1, 0x00000000000000000000000000000000, 0xb77b7f3dfa5da82b0a9b70bb78beae66, 0x6370bafdcdfe3b2cdb4d8133acfc9666a927aca4c4748410058fbd1df6aa0552, '', 0, '?'),
(0x47feeef5a40c1b011593f3ca528df107, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/sdk/Exceptions/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x253e5b8bfc7ec51b0fe6cf8c7c0c9289, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/sdk/FreemiusBase.php', 1, 0x00000000000000000000000000000000, 0x70e16dd470e80a6700d20683907cf944, 0x8a27419eb96c99fe298a95ff96d3997cacaaecab01b7121cb3f4efbb177c7c50, '', 0, '?'),
(0xa375dc5ab6f8d4b47af29856dc460e80, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/sdk/FreemiusWordPress.php', 1, 0x00000000000000000000000000000000, 0xbac6cb188865c736e48b2d4322519066, 0x480f2106775a0d6e2b3b8177b34a22dac5ba29d4afbfb29aae0773d8f8f5295c, '', 0, '?'),
(0x827fc4468348f39cf13dc73f35af8180, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/sdk/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x8264535c0c4e9c6c335635c4026a8022, 0x583bd6314d72ec477b96a0bb5c79e3d92501317fce60d5d4616ba71b985b8b84, '', 0, '?'),
(0x3ce39d3e9745443ae6b162c6a5293069, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/sdk/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x107febb3f8824ec732ce4143e31ea5c6, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/supplements/fs-essential-functions-1.1.7.1.php', 1, 0x00000000000000000000000000000000, 0xc8f30e83211ce9aed52b2bdaaccae5cc, 0x88fd7e3c6f95c8e45f7ceccd6e86b32490f29238a0a3bb711a89ef04fa5ce07d, '', 0, '?'),
(0x88b2a02822adcad141b76853d3866c48, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/supplements/fs-essential-functions-2.2.1.php', 1, 0x00000000000000000000000000000000, 0xd3bb1dfb1d90ded04ba231c6909a102b, 0xab990e58ee3e6b95e89ff9f2881c10448ed2b3bd1a071b2af0eae51224c1d680, '', 0, '?'),
(0x05676ac7fdebbc4a7e93d5a33920e7e4, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/supplements/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xfc049cad92adcc1cab72b2b6f84b3535, 'wp-content/plugins/foobox-image-lightbox/freemius/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x10aefda6b9ff9b6f3e2b8377216b1520, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/freemius-da_DK.mo', 1, 0x00000000000000000000000000000000, 0x7328d9eed8b360ad3da0d8158d84e728, 0xe2a069b65fc0cad7cc121daed7fd84bdf2b20a32747ea3c2f34f1561dacdbee9, '', 0, '?'),
(0x838fab080cdd293d4be8d86e435d738d, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/freemius-da_DK.po', 1, 0x00000000000000000000000000000000, 0x7026e1baf917924282e88beea92bdb58, 0x9fc38e90c38b3e9ed286524395caa2675529a489c1cff6847f6e130e34b133fc, '', 0, '?'),
(0x1ef07172a1034a35ce1b541f8d91e3da, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/freemius-en.mo', 1, 0x00000000000000000000000000000000, 0x641a0d3f8a437f4dfe7eb0a6348498c9, 0x8df40f18eeeaeffd4c5691155564de9f67b93e2e95715653fe0c1bb4fbba96d4, '', 0, '?'),
(0x830fc5313bbd60fd7a87f5430e270715, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/freemius-en.po', 1, 0x00000000000000000000000000000000, 0x0cc9f8c419fe60e9c141a8393b611f7e, 0x6ad5ddfb55570c6867c67fda186aa5322618aa885294b2dfddac1270e969ab4a, '', 0, '?'),
(0xf71ec7d4f899b2a0bc6f0bcf3565eb0e, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/freemius-es_ES.mo', 1, 0x00000000000000000000000000000000, 0x71500621886cc613e12248d0773826a4, 0x91a29c330f38eed96f69a2be99dcfa3b8077ab4cd3c6d26a4be226f1220d4c3d, '', 0, '?'),
(0xc95b9d4238ffa9d786d6d880b7915eba, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/freemius-es_ES.po', 1, 0x00000000000000000000000000000000, 0xf6c72409295b68da8532d60f6c84f4db, 0x56bb643031ef45e759c06e6ed80f9d4625b5a87e5e94d65cd0a81057c9d96ecd, '', 0, '?'),
(0xf64050e6957c8184acf4ec50472304eb, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/freemius-fr_FR.mo', 1, 0x00000000000000000000000000000000, 0x31ef8301883caeaee43228f372301206, 0xc89c2cb98852e8b4a6c07001a2ac1c011ed5fc3e473fca6effeb1a75288fdee3, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xbd06f2885d13b93dc5fda645c0c065dd, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/freemius-fr_FR.po', 1, 0x00000000000000000000000000000000, 0xed3286aed12e542c8425450381ff7772, 0x883126c6e42b1548199d69de0aec997dd3d9052a2bb8e68a25fa913967030d1c, '', 0, '?'),
(0xdd322a38a2476984bc949fd786d528a6, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/freemius-he_IL.mo', 1, 0x00000000000000000000000000000000, 0x38c1d59c97ac1f68076f874a185d33e3, 0x753c5b0c1f5a0d92a3198c1ef83cf1faccf0d36cc4a8585098e592c7d555b6ef, '', 0, '?'),
(0x94d071d21fe2a552b47fabab38986570, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/freemius-he_IL.po', 1, 0x00000000000000000000000000000000, 0x0889a4dc26f3e3f8a16d66d33d2a13ca, 0x79bd84b1753315749d30b4d81d073296ed6ebad81e7f6e8c6d5022a9a1404397, '', 0, '?'),
(0xbda4f885a005f633d8f9d027586f3f99, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/freemius-hu_HU.mo', 1, 0x00000000000000000000000000000000, 0xc2418c9297de94701d7cdd4a1ed6359e, 0x3dd91c05e71631c595f96571bc693c6a6309b2b0b2dcf07f05ff38f951be1048, '', 0, '?'),
(0x74fdd1d92bf55efc21869088fa79426a, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/freemius-hu_HU.po', 1, 0x00000000000000000000000000000000, 0x4bf8b09c64211807b5103c1f63485169, 0x20a18d674f79d489169efcbb043b42e6fd0a5fc8af43b67fb5c3f74e3d4626ff, '', 0, '?'),
(0x299462b4100dc566ebbb2ae0644e8385, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/freemius-it_IT.mo', 1, 0x00000000000000000000000000000000, 0x3867d7f6469516d06428416b0e1b7595, 0xac887b9610eacfb0befb47c01740796ca2011cf8588ec3f57ea02fd84bfddcfa, '', 0, '?'),
(0xf4e16c5c688952603bdacf494dc7d0f9, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/freemius-it_IT.po', 1, 0x00000000000000000000000000000000, 0x868072ee80f1af8339d8bd2eeb82462f, 0x8b7eb2937140b22cba21aee63daa5ba1c3b440e3a55c8a2f41b24f0c285cce23, '', 0, '?'),
(0xde3f2b845e6c065b7a4d22bc7029919a, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/freemius-ja_JP.mo', 1, 0x00000000000000000000000000000000, 0xff3be19586434437f7b10b2b91eb6220, 0xbddbc33787291e282c43364c4c2419a66f1ecfdb7be9922a09a9a13393ac13a5, '', 0, '?'),
(0xb8895ae58a8490d65b1fbf7baf5caab1, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/freemius-ja_JP.po', 1, 0x00000000000000000000000000000000, 0xcadebd81bebcf8719f22bba701b57c53, 0xb88781546165acedbae7ca4f0a588140595c20fa72157d15b5b47be52e2ae9d2, '', 0, '?'),
(0x173c8e017e533f9273ef8e99353fd4d1, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/freemius-nl_NL.mo', 1, 0x00000000000000000000000000000000, 0x4bc9ade0a432edb032591dabcf8115d4, 0x1cad27457cbfe63514cb830abef206b430d45ef32a03cf39f94fca4b2df9ba41, '', 0, '?'),
(0xc172c729effe54bbd067c96efac67954, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/freemius-nl_NL.po', 1, 0x00000000000000000000000000000000, 0x82a311a6a1892abdcc5f01a381e3fcf1, 0xb5471a01820120ddf00c4168c3704712b4834822e54f6f24c4458bee3c55d94d, '', 0, '?'),
(0x48750947377c2c5dffbb25bf32932336, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/freemius-ru_RU.mo', 1, 0x00000000000000000000000000000000, 0x68e8a02b7fbeaeec0ba6b71b5afe0a03, 0x096037dcca92df0a5a6aecd303c1475cee3834ff7c5fdf53943b7aaf189cb7ed, '', 0, '?'),
(0x8b795e8223e13791a188e8041f063c85, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/freemius-ru_RU.po', 1, 0x00000000000000000000000000000000, 0xd045ce2be80604843487ac8a8d6d7dee, 0xf34872374c5eeafd8ae6f20be76e9e7703b890f806c2284f1424407f3062b895, '', 0, '?'),
(0x46713b030587a6e18875271e097604e8, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/freemius.pot', 1, 0x00000000000000000000000000000000, 0x4afb8fce5f72d7a26025d739e8807288, 0xd52ccb1524ba75f35f8bfff367a98c16c87dfd52731bf55d89a7064839b4139f, '', 0, '?'),
(0xd6457b6453ab0f8717a428b417ff6559, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x72ca2edb13ba616d8ad8dcd8c5399cee, 'wp-content/plugins/foobox-image-lightbox/freemius/require.php', 1, 0x00000000000000000000000000000000, 0x30ff3b786448d2ed8493d8e3973d36f2, 0xd912f442d3df6acc7775f72b7cdd5c8248ba4bfab972c3ed640aee8b6cb03e75, '', 0, '?'),
(0xc25e12a3352296b74d4024e5a4ba89bb, 'wp-content/plugins/foobox-image-lightbox/freemius/start.php', 1, 0x00000000000000000000000000000000, 0x47ef13f15897d81047a471b3f6614fa6, 0xe6a0f21eabe60a2d1ff22ede73170058a7701cad2a409c5758e97c6b2516cf09, '', 0, '?'),
(0xe84e419c7d5a6568b5e19298ac7f716b, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/account/billing.php', 1, 0x00000000000000000000000000000000, 0x067909e8020b4d51739db9b16930a55c, 0x4b69a45f06133b46b9f33d2c9f265c2362227227c1a410d263a24e4cd15b0fb8, '', 0, '?'),
(0x9736da6c313b4e1c421f0af98b484b29, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/account/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x7e15b2417a7dd77459e0e0956ad95b37, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/account/partials/activate-license-button.php', 1, 0x00000000000000000000000000000000, 0x6b659d5545c3843958fde1fc1b0c2f55, 0x2065081dad13f38442800461379dc82ad70df8fc60f3ff40f4e68db423476ede, '', 0, '?'),
(0x020b83e70b1bbb0b20a27bce5aaf2cb0, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/account/partials/addon.php', 1, 0x00000000000000000000000000000000, 0xec5590f288916b0bd6cfb3349fe6a85a, 0x7a602f401e2070254f5ff82641c5e979b4fcdcf55fe7b70435b707c22f3dba36, '', 0, '?'),
(0x383bffd0e514746a169610d0b7009ff9, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/account/partials/deactivate-license-button.php', 1, 0x00000000000000000000000000000000, 0x5d15cd05dbdee1ff72dfe3b3813168cc, 0x1e1d68b27752bcb6f20c7a575a148708b17c113356f48cd0d9165b41383da9bc, '', 0, '?'),
(0x965c3240793293cce0d463bc2aab0dc7, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/account/partials/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xd2e053a3ad5a0f2f6e0827971fcf403a, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/account/partials/site.php', 1, 0x00000000000000000000000000000000, 0x59140f7841f711457bc0d4184e629ef5, 0x1667a3cc127a10192b77381137e8259edd010794f586701ca10199a67c4abaf8, '', 0, '?'),
(0xb0670e1f873b0f4fac298b7fd4cb165e, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/account/payments.php', 1, 0x00000000000000000000000000000000, 0xb4110240d9527c3f19710cbe58ccd501, 0x940d6dbcaac11ea3686a31724f144c76f653fbce4ef63779bbdce83d4ab62999, '', 0, '?'),
(0xc6da69507dac72321bdb88d3c30129e5, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/account.php', 1, 0x00000000000000000000000000000000, 0xb24591241a95ad4b88880379dd6f057d, 0x833d92545d841ff9b4d0da353fe672f48e4fb82089c8bdbe28c001782040e4c2, '', 0, '?'),
(0x266b1ce7bc513d317c6ace7d66885019, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/add-ons.php', 1, 0x00000000000000000000000000000000, 0xf92dbdf642bd3d99fae985b4d1ccefbf, 0x3239ef6aaca1b56102270fab26503033b824743c655a89eb61a8ad02281702fc, '', 0, '?'),
(0x3c4c9b96afdf6bc9c4fa2eff4e5a24d1, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/add-trial-to-pricing.php', 1, 0x00000000000000000000000000000000, 0x35d6b7d7a847328cbc9de994c97f7200, 0x1ad6b5d1f173acae5a13ee93d06c4088c72e81c10c5480032c9f7ff423935944, '', 0, '?'),
(0xbb80b87bc913f54bb07c0a6bafa64596, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/admin-notice.php', 1, 0x00000000000000000000000000000000, 0x5ca8b0b13274ac2f469ea0ef94dd2315, 0xf1199df2b1164f80effe5105c8416f2d25c4df4a645eafeaedd046a92b48cf6c, '', 0, '?'),
(0xb01d62929e676c5f34c68aba831f256e, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/ajax-loader.php', 1, 0x00000000000000000000000000000000, 0x123195bcbc8b85b8880114d72b6fdf2e, 0x73b82777dd7a9fe25ea91aa102bdb9b45ad5e0b0d75fe7ebd78eaea336fdc1d7, '', 0, '?'),
(0x5018be3726ace8a3d8b1476a157aa10a, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/auto-installation.php', 1, 0x00000000000000000000000000000000, 0x2a9261b747faf95c9b2b0ffec76df9fc, 0x4cb4db0be41cbd76c68a6fb21d189361240adae012ed8bb3ced3e537d5cdb750, '', 0, '?'),
(0x883291b8689add8cdd2f10542abbd2c7, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/checkout.php', 1, 0x00000000000000000000000000000000, 0x1ddb658bfebc09031dd4081b9e5a8258, 0x4e646dc5819acc39010c1ad36646d6ffe198d682c05e36f536f946d465c796c4, '', 0, '?'),
(0x8d8a93dd3bb2f6bcfc4aa49321d4cc81, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/connect.php', 1, 0x00000000000000000000000000000000, 0x1a5eafda89f40167626ab15fff4e29bb, 0xf0b91c3b6375759941d7bf078e3a634186fb017a5051563c18fa74163da07822, '', 0, '?'),
(0x78f5c82baa98c1396285a2c1e824b9e9, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/contact.php', 1, 0x00000000000000000000000000000000, 0xe4c6e0e7beb25e7a9b4b610f5d94f2f9, 0x6945dc0ed2d58ac2a6fb2fdb99fb04bec7de5e38f6a0ae2eb42f1158b8b83ba9, '', 0, '?'),
(0x413079419342705cfb6821fe706e98a9, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/debug/api-calls.php', 1, 0x00000000000000000000000000000000, 0xec00c2fe627810c9f8dbc3759c41fce7, 0x3addcefd9d26475601cdf9d60eefd5fc838723ad9f5fc1b0bc10ca15a76e698f, '', 0, '?'),
(0x32cd0b30b51fc87c8d969087a198f398, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/debug/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xcae3b68182a33778ca48e74bb951354a, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/debug/logger.php', 1, 0x00000000000000000000000000000000, 0xcd9f0b12d29c47977df3c5b4856d87a4, 0xdadda3ec095def2fba052f9b0e0bcec41a8a5df4b836fd3ba07231a897f6913e, '', 0, '?'),
(0x1336a1b0913d4829e229ddda833a7849, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/debug/plugins-themes-sync.php', 1, 0x00000000000000000000000000000000, 0x8101243f4fa8fd786bc6a9794fc8808c, 0x91deabb41277256569a13c330838c68cf9194bded57262b0b5991f431d30cfbc, '', 0, '?'),
(0x8ae80ee9672d9c9124e15eea54868d48, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/debug/scheduled-crons.php', 1, 0x00000000000000000000000000000000, 0x5be06b06ade78cbfb42906b3d171fc99, 0x2fa0d49b08420b439a966217b5fa6905c92bbc77a7d1f59ae40888375bd27eed, '', 0, '?'),
(0xf4c889a7858b83d30b9127a89969f422, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/debug.php', 1, 0x00000000000000000000000000000000, 0x93e29975c26ff3fa3f6f0488168fe5fb, 0x56ef764ece09d0a716c061e0ae8338f7291575b9c89f605b9bcea8e1bf036b51, '', 0, '?'),
(0xd21e8ddd537e587982d66b374849a8bb, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/email.php', 1, 0x00000000000000000000000000000000, 0xeed07bb337e9fe7196f0e7ddd5422698, 0x0e6d4a86d0665031286faa05ee16ef9a848d86343382bc290a35bcccceb2a9fc, '', 0, '?'),
(0xd527558426387fe108948ee5a7de9d61, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/firewall-issues-js.php', 1, 0x00000000000000000000000000000000, 0x60b560aac38e8cdf8dba70bcca150fd6, 0x07967472a12b765a7aa545fe699eef70d46418e0fd6fac056c7a352dfbbda56c, '', 0, '?'),
(0x805ec956da64ecbbfa53ea2f43e0f691, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/forms/affiliation.php', 1, 0x00000000000000000000000000000000, 0xd631147810a51f00fdbe0258772a0a1f, 0x9924124212622798a10bc1d9f55e328ac6919c77572b2d85c0b3c41ac590fb0e, '', 0, '?'),
(0x89d4c25cde3b523194c4f89b33591f23, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/forms/deactivation/contact.php', 1, 0x00000000000000000000000000000000, 0x0316bd6eb7a05968d63c94a589e74b08, 0x971f15cb8520172b1fac1f558f860773bdb98a9e091efc193b3d816c937312f4, '', 0, '?'),
(0x831f3393053cde7551dc677a3c882d53, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/forms/deactivation/form.php', 1, 0x00000000000000000000000000000000, 0x7d7dc1e2c63387cf8b44ab0407d4c479, 0x78e0d3cfd3f41d6913d01480641959dfbcbdbb1b9b0332f2431fed925619a57b, '', 0, '?'),
(0x11f8e712b170a787484abdeef89d1bd6, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/forms/deactivation/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xf0d469e37f15f86041cf17012b70329f, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/forms/deactivation/retry-skip.php', 1, 0x00000000000000000000000000000000, 0x86a52fe656b05f6b0bb3f75848ef4cf2, 0x36cf9baf5567206fc6e684627a4f052a364bb31caf5178509c23a50bbcf8ce0f, '', 0, '?'),
(0x8242449d9b5d2c3ed1cf7b1bc1485881, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/forms/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xb4c11d0fcbd6ffa0ff0f03a5a135d954, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/forms/license-activation.php', 1, 0x00000000000000000000000000000000, 0xaff48f19552aaeb337b1c217a1dc0a48, 0x7627ccef9eaa284a2b4ea883f46c084b78c82bb2bd805e5a1ff1aa1f7ef93023, '', 0, '?'),
(0xd2d55e72192601068f19f16c90077d91, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/forms/optout.php', 1, 0x00000000000000000000000000000000, 0x623294327934720c5b037e840b0ad962, 0x084ab6cbe58f68313bade546436e2473871c15fbfaf68f41e65c5c00501da6fc, '', 0, '?'),
(0x1c374272f5576e82f2c87c71979f6d3e, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/forms/premium-versions-upgrade-handler.php', 1, 0x00000000000000000000000000000000, 0xe3ab1d9a9863996b1db21cea5f9011bc, 0xf72095a2e22f98ee2d34e217e894a63cee52df28df6e872c2818000cc1579ca5, '', 0, '?'),
(0x8533ceed8b4dd95cfe3a604544cbe1c7, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/forms/premium-versions-upgrade-metadata.php', 1, 0x00000000000000000000000000000000, 0xc4749d6174f0600fbe0aab318f91768f, 0x302c93a94b02624f38af55739116adc4c42425718aefea38e98b180b20fbf0c9, '', 0, '?'),
(0x52edb2d2e8c27256c40a9d43128d670d, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/forms/resend-key.php', 1, 0x00000000000000000000000000000000, 0x9de4a57c639affff355d2bcb823dd1bf, 0x5c29b624ff63906f9e5f1a3c4c0910acd89437e35c6edb4e7f2a170e8a8b52e2, '', 0, '?'),
(0x586371150096baac372c9e4f87d54e7c, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/forms/subscription-cancellation.php', 1, 0x00000000000000000000000000000000, 0x28bba4917fdb3cfb932d0a5c2a57c757, 0x1429504660167a3507af5fa814f383dc08d3e695c80b157ea17ba7b39490f351, '', 0, '?'),
(0xa665136e074c99495bd6f8fcfb9edd26, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/forms/trial-start.php', 1, 0x00000000000000000000000000000000, 0xda69ddab0544b42ff12894b5331188ad, 0xc390f71148b173095223e8f82254b3430a575b8aadfbd83038da2e862427131a, '', 0, '?'),
(0x2a3a68a3773585509771400f11aad68a, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/gdpr-optin-js.php', 1, 0x00000000000000000000000000000000, 0x70078751bb291703d43dc9741bb57b43, 0xee1e6620d7d7d574a610831c8209b7fb2c02616d9e97809a3fcf2a12471ca4e9, '', 0, '?'),
(0xd17dc8574cedf3fc56052fc1149384ec, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x6238f731f0a326b20a89830818901dee, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/js/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xa2811b16f791fe807c132220b9f6a284, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/js/jquery.content-change.php', 1, 0x00000000000000000000000000000000, 0xa92f903645a3f6ab4494cea538e44813, 0x0630f3a503c4082068fe6ff17813f534a24884598aaff6eafad8508039418549, '', 0, '?'),
(0xf9b781a09568a580db1d882f0aae2b3a, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/js/open-license-activation.php', 1, 0x00000000000000000000000000000000, 0x02adb02dfebd532d440093049902321e, 0xbbcd1673d1839fafac1733f38757ae828293f6c0f07ee65750d8bb3ba9281d58, '', 0, '?'),
(0x98546f3e78b3a1bb2900884a9cc65b6f, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/js/style-premium-theme.php', 1, 0x00000000000000000000000000000000, 0xcb25925988e43ff7a7bef039c6a66b4d, 0xcdb958b35f50b9f4d4c13305eb705004e81099b8b4607b20c798493a88907f41, '', 0, '?'),
(0x582474483a4ed806fe6d41de29727e77, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/partials/network-activation.php', 1, 0x00000000000000000000000000000000, 0x36f81e5d93a4bc3bc98591ad0420fbc7, 0x55166cae033f8df81f4dc46626abaac90b9c899c9bb49ea60bc97986d2102d97, '', 0, '?'),
(0x8c7118a3360dcdd3f46e37f99fda83a3, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/plugin-icon.php', 1, 0x00000000000000000000000000000000, 0x4df3090174910a497eeb77f99e03a80b, 0xa2193feeaa9526fc103b00e228d98dabf99862059ada02f26710792c89533cce, '', 0, '?'),
(0xc6d5d524902e54262fa11aa3de0921ee, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/plugin-info/description.php', 1, 0x00000000000000000000000000000000, 0x345bc0408004508f8b65a3a13d467754, 0x4a291eb3533ed4fc9c0908b938b47523729a7f41188989cc211c45eef0ecfaf4, '', 0, '?'),
(0x9422055d251db0bd6579068dfa124828, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/plugin-info/features.php', 1, 0x00000000000000000000000000000000, 0x065b587a7d21f311551b5701739e9121, 0x53f32286a10030e614ca74601c712e2a643150baa43b5ad963fc80e0bf2e3902, '', 0, '?'),
(0x8208d82dfbbac2855e4c0ea6a1493c60, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/plugin-info/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x845e7ffd714df1fa017102fce269c09d, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/plugin-info/screenshots.php', 1, 0x00000000000000000000000000000000, 0x653f2067b5b33459d1f8c29fedef5dcd, 0xaef1c9b953cbf2f940bffcddc1094d868f483c2a19851701378d96462c02081a, '', 0, '?'),
(0x52ee8767dd4ea66b05906e5182ea04e9, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/powered-by.php', 1, 0x00000000000000000000000000000000, 0x11be8835fdf9abf142a71d08ea6bdfd7, 0x82fc64a1b5c52123e42a1d1a0cff594c0d6b77cb066aefc3e5883d51eb26ffbf, '', 0, '?'),
(0x041598281d7f2c666574e3f3c6589dae, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/pricing.php', 1, 0x00000000000000000000000000000000, 0x016708caa45f0f586ed9769348b87ed4, 0x4665b26afcdb524330e2b237c2ee9b5aa5763a061d876035862adcb99c5361a8, '', 0, '?'),
(0x258b0e81887fe9a45ce4c3f8c3ecdc06, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/secure-https-header.php', 1, 0x00000000000000000000000000000000, 0x50cb156a9ddde7423771c8ad5dd4e890, 0x15fe45dc721d22af4fdaa69fb66698fbfbbc14cefae07d53b77bc9dbe7d1c716, '', 0, '?'),
(0x47ce68b4001d1c773c855254680ece33, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/sticky-admin-notice-js.php', 1, 0x00000000000000000000000000000000, 0x86175a759e442e3040a860876430b6f2, 0xe44cfc7701e90eab3f8a8fbdd048912bc0f26314e68d326eb590c27aedc13847, '', 0, '?'),
(0x04876718fc3594548d5cd2bab4b8b832, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/tabs-capture-js.php', 1, 0x00000000000000000000000000000000, 0x079a090d941e1aab3c00021d8cb38020, 0x401f37d2c231efcaac841ddca7a611411a0eab847bdc9879017124a431017329, '', 0, '?'),
(0x441037a9ab4f7be924bd42ad9016c9a9, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/tabs.php', 1, 0x00000000000000000000000000000000, 0xa7e0ac3b015ffed16492b89078e10e0e, 0x068cb5f07ece83e5ef810278660dd1595f2a5498a61088146af9127a8205f49d, '', 0, '?'),
(0x4f9e2956f2a67ab76bbbdfcf4f09628f, 'wp-content/plugins/foobox-image-lightbox/gulpfile.js', 1, 0x00000000000000000000000000000000, 0x6cc4472d3906d075d2108cfa7a231e45, 0xcc6794f2ec3acaf92b272e3044b87e76f6f8ec39dfb2f8ff040924cf7d5adcc2, '', 0, '?'),
(0x63e93807802e7f8f3f45e2a831c3cfcf, 'wp-content/plugins/foobox-image-lightbox/includes/actions.php', 1, 0x00000000000000000000000000000000, 0x680e35030a49b9d092b8d5f5758db94d, 0x1d69659659b5859665cad11d714a274bacf0461b97f54c082419b65612ef6756, '', 0, '?'),
(0x53633c1f36d94bac71f4c7e9c64bae4d, 'wp-content/plugins/foobox-image-lightbox/includes/admin/menu.php', 1, 0x00000000000000000000000000000000, 0x5f37b0a39c3fe596a9655d01c22e03f9, 0x924720689db6418ba44204804405496d9bb708ae063ef2ec1cd2697890882b8b, '', 0, '?'),
(0xf42bb356c5b59804ac227e318e1f9f2c, 'wp-content/plugins/foobox-image-lightbox/includes/admin/view-getting-started.php', 1, 0x00000000000000000000000000000000, 0x5d671ad3d68f8494c709c3cb16b0201b, 0xf7729cefc55bdaf96f6e7a839f278605afeaa976dfe2b91fceec3971a2a16852, '', 0, '?'),
(0x914e6e18c77f35b84e235e74d86660b1, 'wp-content/plugins/foobox-image-lightbox/includes/filters.php', 1, 0x00000000000000000000000000000000, 0xa6151890db8207256f65133330fafccc, 0x8f06b1c0f1e2d6825aa432f3bf7d67e11e0ffb32d36a3c11abbf9d6b67692858, '', 0, '?'),
(0xa4e1e30705fbd052ad95fd8917bd0f5c, 'wp-content/plugins/foobox-image-lightbox/includes/functions.php', 1, 0x00000000000000000000000000000000, 0x4b9a6cca85f5634d72d20f08f0c8db82, 0x6cabe828857d38b650a4c77054f137d248611ab478e57964e2433859ec84b698, '', 0, '?'),
(0x9811362c17c7fa3347f485d07c859211, 'wp-content/plugins/foobox-image-lightbox/install.txt', 1, 0x00000000000000000000000000000000, 0xcf659c32da09ed645188d8e8b485e7ac, 0x4e88a3414212034b8c5ea8a528a13af52ce9cc298d74bf8cf89ac7355da96950, '', 0, '?'),
(0x0aa781c96f9b23d06c683426b5a24ac0, 'wp-content/plugins/foobox-image-lightbox/languages/fooboxfree-sr_RS.mo', 1, 0x00000000000000000000000000000000, 0x822021d057519bd60c03ff192a0eb412, 0xde09e8d38e4f162721bdcce6a8f67f42b21f163061492cd93d7bef3e8a88073c, '', 0, '?'),
(0x235d1d9f6470672ffd7346ee73f8d41f, 'wp-content/plugins/foobox-image-lightbox/languages/fooboxfree-sr_RS.po', 1, 0x00000000000000000000000000000000, 0x4e822e5c8e0d141b71984798cda15339, 0xea2513d9c304264ae45e15bacccf7118d3e171091b5a24d800706e49beea1eb7, '', 0, '?'),
(0xe01e366f1c6f2e4e5bceb4ab73336e55, 'wp-content/plugins/foobox-image-lightbox/languages/fooboxfree.mo', 1, 0x00000000000000000000000000000000, 0xaafd4792b931101acd49b0ef86e7dd06, 0xf893320f3f65443aabc23161074f1db728074d6495712159c443251f4ba479db, '', 0, '?'),
(0x3cddfe6acf23c6b828dd22ce77ce2631, 'wp-content/plugins/foobox-image-lightbox/languages/fooboxfree.pot', 1, 0x00000000000000000000000000000000, 0x83e6fbcd267837b0566bc12a8a29baeb, 0x53ebb39896aa28933f6191ebc52c933e839e299465a1c2a71cef97eb051dfd66, '', 0, '?'),
(0xf709fcc0e13dcf00dd73fa589dfcf076, 'wp-content/plugins/foobox-image-lightbox/license.txt', 1, 0x00000000000000000000000000000000, 0x1296132b485d863aaf15bda95af37d7a, 0xf88fd046907dfed58cf8a9f34fa058f2f57fcfeded90092302fcab8faf23a57f, '', 0, '?'),
(0xcef330e06ba424edba446781f7912752, 'wp-content/plugins/foobox-image-lightbox/readme.txt', 1, 0x00000000000000000000000000000000, 0xe5b11f188c7df9fc3e63beb7f9c34995, 0x4d82381b059a8a12ba8750465fd20126af1cbd4bac77c637fad94f1c14bbc30e, '', 0, '?'),
(0xacc53d5ce61bd39227bd7da887f3eba0, 'wp-content/plugins/foogallery/Gruntfile.js', 1, 0x00000000000000000000000000000000, 0x5ac04511b0e2bdbcda92d92811d10bba, 0xea5dd2daad3f0c007717253a185d93476036afb80d1031ebaa3a07c6ac50d800, '', 0, '?'),
(0x9cf21e34442539d427f4086f772466f1, 'wp-content/plugins/foogallery/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x5dcdfe25f21119aa5435eab9d0256af7, 0xbcff007631a3ea73d41d4eed3e63491f4412d9a6be9dd60f8449e9ad30ff1d2d, '', 0, '?'),
(0x82c512634766b492aefe627c8a8261c2, 'wp-content/plugins/foogallery/README.md', 1, 0x00000000000000000000000000000000, 0x3f4a265c514e593953408f4978e5d4b8, 0xa3c7191330294289b1a4d036fd9e069e17139e812df99f472030d8550651080e, '', 0, '?'),
(0xd42c8694be3ae505c2496081393889f6, 'wp-content/plugins/foogallery/README.txt', 0, 0x26a893d583bb807437a04bd7dd60db83, 0x26a893d583bb807437a04bd7dd60db83, 0x2a436b3b8b4ec14a7ecb7fafaa3ae65515f49c585dd1fe54eac01b9719a1ba83, '', 0, '?'),
(0x833f27972df777d50f73020358d16e9e, 'wp-content/plugins/foogallery/assets/1x1.gif', 1, 0x00000000000000000000000000000000, 0x3eacd0132310ea44cad756b378a3bc07, 0xfcbe75fd7a01214023bb4f099f3202e4097414b75328796d9b3845e633b4c75b, '', 0, '?'),
(0x9253fc23371fd73178308e8731dc541c, 'wp-content/plugins/foogallery/assets/extension_bg.png', 1, 0x00000000000000000000000000000000, 0x753d9bc227a4300465562430f4aabc7e, 0x31840a3c7522b6b86678d31b1cd3e02be232ff7dab2929fb25bba3b85240e3b2, '', 0, '?'),
(0xdb31a7f7bded52c7da3e98fea616ceba, 'wp-content/plugins/foogallery/assets/foobot_small.png', 1, 0x00000000000000000000000000000000, 0xffdfc9318fe7ba9323c643ed5d9dc758, 0xe4324222b14d20bdaee4faf1c28e7844eac93ca0535c9f57f692eb6c8533c74b, '', 0, '?'),
(0x19baca04792958ab9bdfd230886d1dc9, 'wp-content/plugins/foogallery/assets/foogallery.png', 1, 0x00000000000000000000000000000000, 0x1f652bc1c52963a08061ba5583d56d06, 0x0794e2a9bf82de8a962c5bd491dbe988932996df96ef8d4747d2ad44e3090172, '', 0, '?'),
(0xedbf8a6a6d57b83340e0c8b0a35cfe83, 'wp-content/plugins/foogallery/assets/image-placeholder.png', 1, 0x00000000000000000000000000000000, 0x669d17f59d82ba37b8f0ea71d1ef99d6, 0x9ebb7090502067adabf16f6da63f38d92d94107a2ee6d69049832381ba226cbc, '', 0, '?'),
(0xf05190216f0ba06d8d57eab19406e1e5, 'wp-content/plugins/foogallery/assets/logo.png', 1, 0x00000000000000000000000000000000, 0xf89222fab7d4797009b0a041cf1e4aba, 0xbeee04dfc85e87ed900451235c6dfc21ec5589e5eda1f2edd5fbc17f79375ce5, '', 0, '?'),
(0x769e93e111d84fbacc04d94250f6b2b8, 'wp-content/plugins/foogallery/changelog.txt', 1, 0x00000000000000000000000000000000, 0x4c3c1dfd51357ea2211126f4aaf240df, 0xa566c0a24c3dc49c574754639321676c51b26396ec080a3ec11bfe31c2cbabbe, '', 0, '?'),
(0x2372f6f8c3f1b808cb3e53cd85ee7ff9, 'wp-content/plugins/foogallery/css/admin-foogallery.css', 1, 0x00000000000000000000000000000000, 0x895726984a62cda4040ac150bd1ba976, 0x045176255b805eed821d2f08b1aafc5251abe6f8322a063ab7e733bafaf86e5a, '', 0, '?'),
(0xeb701b6fa84f13e3efddf250fb8dc8d3, 'wp-content/plugins/foogallery/css/admin-page-foogallery-extensions.css', 1, 0x00000000000000000000000000000000, 0x309aa782d204b09762c01bc0c5acf476, 0x381a3a9f0b6351a2b347c26ba185d53b3d614a9c8f169ac4df07364934c3d2f0, '', 0, '?'),
(0x6f57c3fa7a22e210201c4d50b07ed1dd, 'wp-content/plugins/foogallery/css/admin-page-foogallery-help.css', 1, 0x00000000000000000000000000000000, 0xdaa1ba7ae2aa43638dc2ea93d254c8bc, 0x5cc6202d8017bd0399a1be388feba98cfd0707c89b7c5e95ab6ee1a2e33251c0, '', 0, '?'),
(0x51e942f25f189fb17fabc10f1ff9f088, 'wp-content/plugins/foogallery/css/admin-page-foogallery-settings.css', 1, 0x00000000000000000000000000000000, 0x12317b106c207b215c05d6b6d42d7ba0, 0x92534ed273c919cba96bfcd5f42f17bc9a37569fe93c9005faeea7d1ea1d3ea8, '', 0, '?'),
(0x789f873678abd8924c9e0b60cbbc4b40, 'wp-content/plugins/foogallery/css/admin-tinymce.css', 1, 0x00000000000000000000000000000000, 0xd0a37032f43b04c053c439b1f99beb53, 0x7ccdd1d4d004e1f3741b6a7ac46d60e1763348beba9624f9eae0f6ecd22c800a, '', 0, '?'),
(0x90e33cb050999cac8ff57bfa58f1a0e9, 'wp-content/plugins/foogallery/css/foogallery-foovideo-overrides.css', 1, 0x00000000000000000000000000000000, 0xa6001ed13eb7d73731ce40e0a9a10915, 0x35a727822bfe1831f38115ab95dc3868bc5106d79c4208081a6cd462a9495f6e, '', 0, '?'),
(0xaea47d8ada825137f0acc24019e07a0c, 'wp-content/plugins/foogallery/css/foogallery.admin.datasources.css', 1, 0x00000000000000000000000000000000, 0x6e1f94393f416d63d39ac91dcb667f8b, 0x111e697db36c15073c48ab430c49375d18d141659d07c08f220ffcb9e70b9816, '', 0, '?'),
(0x8df98a438be4072e43813afe89cc3489, 'wp-content/plugins/foogallery/css/foogallery.admin.min.css', 1, 0x00000000000000000000000000000000, 0xd96d401cf6749772df987cb73121630d, 0xf0c92282eb6b1a12acfbc3808b670c0abd16ded0768ef6af05bb786339e06f28, '', 0, '?'),
(0x7e1cb401dec2eb5e4c291ad86ae68ee2, 'wp-content/plugins/foogallery/extensions/albums/admin/class-columns.php', 1, 0x00000000000000000000000000000000, 0x64944c3ff778b2a537e41997157f30ca, 0x9625d02dc1b682ca63fae2ad7496b909d4cf1512a16d3fe310a96b918c8d1bf9, '', 0, '?'),
(0x176660b3571e7c5a47e215322b78a383, 'wp-content/plugins/foogallery/extensions/albums/admin/class-metaboxes.php', 1, 0x00000000000000000000000000000000, 0xaf58686e20357c2e5bba5bc0457159cd, 0xf9113a47af8024aca952cb8831ce3d0a1246691b39e915ac4c2729ee72476cdc, '', 0, '?'),
(0xed8cc69c149b6d10b08b65bef9b821fd, 'wp-content/plugins/foogallery/extensions/albums/admin/index.php', 1, 0x00000000000000000000000000000000, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0xfe8da638295e9dfb0eb94390ce1ec36e, 'wp-content/plugins/foogallery/extensions/albums/album-default.php', 1, 0x00000000000000000000000000000000, 0x77ba2f745a5c85782f46374342afbe87, 0x6f201f1d9aeaf5ef43cd9b1f02529484ad8c2c347c413b1e956d6890a477e96d, '', 0, '?'),
(0x4b414f0677657e99f939b8429c064dcd, 'wp-content/plugins/foogallery/extensions/albums/album-stack.php', 1, 0x00000000000000000000000000000000, 0xeb2989adf794511a1bbc8377cd548945, 0xf3016c327a59ac2c18e9c3315f7f1011aa580a0f3e21c08ffe2001cd43f85d76, '', 0, '?'),
(0x20097ef106c812dee56027bc5a03c1b3, 'wp-content/plugins/foogallery/extensions/albums/class-albums-extension.php', 1, 0x00000000000000000000000000000000, 0xad00cfa6533d8c3d364591a97cb10f10, 0xcb380c567ea4bc37c8de00efb904aad118e65bfda1ea7fd1948609a07c47d159, '', 0, '?'),
(0xee491e5b921d717c5104556c30d25cc6, 'wp-content/plugins/foogallery/extensions/albums/class-foogallery-album.php', 1, 0x00000000000000000000000000000000, 0xc4baf5f577ef20486346931de892463b, 0x54f6540a2d8e7d9431f07ddc314b10d2907f4b3e8dd052fc45f9e576abba8fbb, '', 0, '?'),
(0x43c1dc283634b68c28ed1f7831b6aa96, 'wp-content/plugins/foogallery/extensions/albums/class-posttypes.php', 1, 0x00000000000000000000000000000000, 0x20451efb176216a57483186f10524121, 0xf7e4ff97dee38845d1cf11b15bdd573efef1c957d844f259cb788cfe8518a376, '', 0, '?'),
(0x62f27abc229741bffb8128c5985a4ae7, 'wp-content/plugins/foogallery/extensions/albums/css/admin-foogallery-album.css', 1, 0x00000000000000000000000000000000, 0x11cc691cfaf09260e43fa2cfc4426701, 0x7f87f8ee98583e4b29a64b11a6f2aab503c3d3338a97989f36a98e71aea5d514, '', 0, '?'),
(0xb3756f9c9205cc68393ca514d5468b38, 'wp-content/plugins/foogallery/extensions/albums/css/album-default.css', 1, 0x00000000000000000000000000000000, 0x8e5d6923c34c5d94cac4b9f0209c8d5f, 0x72b6e9d06336d8ca852fe8ae0c251dd7666bac42e74d073ee9658d036f45e680, '', 0, '?'),
(0x89bbff856c2cb1d2046a846300de409d, 'wp-content/plugins/foogallery/extensions/albums/css/album-stack.css', 1, 0x00000000000000000000000000000000, 0x69b2bb1c444faec6f1ad71cc7250f462, 0x65b0f215606eb4d1543bb9eba87067d125fccba2994ff7801d387126238061bc, '', 0, '?'),
(0xa033502498e359f76a9e97addbca0f75, 'wp-content/plugins/foogallery/extensions/albums/foogallery-albums.png', 1, 0x00000000000000000000000000000000, 0xcc261cae1fbdb867d3aacefee36d67b8, 0x7fd6e5156eac6d9501dba463b5d54857b5a87f19449c1543db49069c1ac4b659, '', 0, '?'),
(0x0c9de21b968057cb3fda36815ca7ba5a, 'wp-content/plugins/foogallery/extensions/albums/functions.php', 1, 0x00000000000000000000000000000000, 0x9b9edac379c12b58ef7ff1a685b41e48, 0xf967e6256e6aefb4ad8a57bdd57c007d084569362fb548a1236eee0d6122a4e3, '', 0, '?'),
(0x277a29e6344e2142e774c79ed80f5405, 'wp-content/plugins/foogallery/extensions/albums/js/admin-foogallery-album.js', 1, 0x00000000000000000000000000000000, 0xce823421f11446a21e350b9987c83991, 0xb24e6b4be0e5fc0ddae4ecfb5a87a99d38233cdc498f98e6b3c8289861d17f13, '', 0, '?'),
(0x3af6b46c9e51ed2b2e7794d2390a7775, 'wp-content/plugins/foogallery/extensions/albums/js/album-stack.js', 1, 0x00000000000000000000000000000000, 0x744dc90421a7c4848b60bfbf52a9789a, 0x976636b0522a71d035bcf58a04c5ba75a131a84911887a08e7a420f13d978c61, '', 0, '?'),
(0x74ba89d222a39f87c55322f1fe6eefa0, 'wp-content/plugins/foogallery/extensions/albums/public/class-foogallery-album-template-loader.php', 1, 0x00000000000000000000000000000000, 0xcca8ebd2663219e147fabd92dffefc50, 0x05a43ec36230869c805e7042800153c3c2a9630ff504c887e08a74f94d67be98, '', 0, '?'),
(0x0b81cb912f2c57f33ff6f9bedd6a999a, 'wp-content/plugins/foogallery/extensions/albums/public/class-rewrite-rules.php', 1, 0x00000000000000000000000000000000, 0x6bacb6def390fef32a98193bae035804, 0xca4fe64e3319e128696053cbb8e43107a503078958740212551e2929d44b0e4c, '', 0, '?'),
(0x6558235b2f546fc3e7e722e3c8ee4eee, 'wp-content/plugins/foogallery/extensions/albums/public/class-shortcodes.php', 1, 0x00000000000000000000000000000000, 0x51963a8c88f9f8d60f23fbc3af433138, 0x9a72a7be42f156953206daabef0cb49a4a99ad24edaa4c43fb312f2210cfd7b7, '', 0, '?'),
(0xe33d14ea994dfb5bdee89a09fce530be, 'wp-content/plugins/foogallery/extensions/default-templates/class-default-templates-extension.php', 1, 0x00000000000000000000000000000000, 0xe40a0042ad81066c32decede8fbb8109, 0x5241493ca16ebc188321b2f11b05d7eae41f756e180e2ee91e6c9a5d1b6db59a, '', 0, '?'),
(0x148dcbffe5a76ca91f741d0e61699df7, 'wp-content/plugins/foogallery/extensions/default-templates/class-default-templates.php', 1, 0x00000000000000000000000000000000, 0x700675d84e395b0038a7cc4aed03795a, 0x4f6f7ebcb872c189eca1f8dcc0bcb08bbd882bb4ec17d8a2eed58103921b1102, '', 0, '?'),
(0xaa986935f5c971e270f7fa936d0d8f4d, 'wp-content/plugins/foogallery/extensions/default-templates/default/class-default-gallery-template.php', 1, 0x00000000000000000000000000000000, 0x8492e1e4aefbf558e4c9f0fd33fb790b, 0x7cbbd70982aca22b155757bda86ca384553fc31223f6191e6dc8459a0b05b2a2, '', 0, '?'),
(0xdd2727d555a8f518490816f42f62d2d8, 'wp-content/plugins/foogallery/extensions/default-templates/default/gallery-default.php', 1, 0x00000000000000000000000000000000, 0xb3a563d929b07c751192edaa58e5fa18, 0x47a48b0cd074d6416cdf85ec744c4b3d557e492e68283d869f4a18601ec566ae, '', 0, '?'),
(0x81b653e628b9e754ed4bd063423543f7, 'wp-content/plugins/foogallery/extensions/default-templates/default/js/admin-gallery-default.js', 1, 0x00000000000000000000000000000000, 0x86bbae64d6d31f2017455e18a662e242, 0xa3d2bd0d5afd724bf0406a9eecbbf14802ebaa5e156fcf475456c29bd32d0d5e, '', 0, '?'),
(0x2a4b482108eb0a6d37f317af6290c2d1, 'wp-content/plugins/foogallery/extensions/default-templates/functions.php', 1, 0x00000000000000000000000000000000, 0x86a5473b9a208221b87c94e2c216f76c, 0x39986aafb2d7d5efe2cb5431d7579592691845078d82c7df21614fb110a18d38, '', 0, '?'),
(0xf1d75149dd94f9b72e7b12d694871260, 'wp-content/plugins/foogallery/extensions/default-templates/image-viewer/class-image-viewer-gallery-template.php', 1, 0x00000000000000000000000000000000, 0x59029242b72cdaba09897487af1ce2de, 0x428a36242b42286a9a954816c534ed7578accefbae1a15ffa95f198b7107636b, '', 0, '?'),
(0x5fa478b11ca31f2734b2aa19bb008e7a, 'wp-content/plugins/foogallery/extensions/default-templates/image-viewer/gallery-image-viewer.php', 1, 0x00000000000000000000000000000000, 0x1458cb4ceaf9bff59d983bda0bcb8670, 0xf416bbd85c5e62f88b399d2a7acb2de2de4add4671e49abbd9ee118fb83e3263, '', 0, '?'),
(0x4f714ef8d014ec47278ef783f9e39685, 'wp-content/plugins/foogallery/extensions/default-templates/image-viewer/js/admin-gallery-image-viewer.js', 1, 0x00000000000000000000000000000000, 0xeaf9117e55299d725426426aaa4b97d1, 0xcaabdf5b9a230cd0fbcb1bc5ef47b3d3036b91457b4e0ff377149b162641a9d5, '', 0, '?'),
(0xb7a7e45a64d136af6c7771374b52a1b4, 'wp-content/plugins/foogallery/extensions/default-templates/justified/class-justified-gallery-template.php', 1, 0x00000000000000000000000000000000, 0xcff4450d5714a72399fdde23c544a848, 0xd3140db50992d26806c818479bb51372ec2b384a2b98e2464305d6356d09bad5, '', 0, '?'),
(0x3420266130b727afa41430bc94d786e0, 'wp-content/plugins/foogallery/extensions/default-templates/justified/gallery-justified.php', 1, 0x00000000000000000000000000000000, 0xca003732d519947d61c8094b81f0c78b, 0xefc1b23339f061b1f876592ca1585dd86affe86649551acfdc532f4440a7e727, '', 0, '?'),
(0x9e352920e4ab4267ae4998a618300e9f, 'wp-content/plugins/foogallery/extensions/default-templates/masonry/class-masonry-gallery-template.php', 1, 0x00000000000000000000000000000000, 0xf2bfa9a6d0f6cc9d40c2263b52039cf6, 0x19e2c0cde721e4c7d34ca44dff556ed9dcfa8dbe7c146136ffbf2a705284a06d, '', 0, '?'),
(0x0bcfcce66235b302647fc5defe0b6692, 'wp-content/plugins/foogallery/extensions/default-templates/masonry/gallery-masonry.php', 1, 0x00000000000000000000000000000000, 0x4d79593cd272e038f2fe5650f5971c77, 0x301b78cc3a3e7b7d2b322f35dcc7318a926efdab23412422dd8c78ecb1e5d952, '', 0, '?'),
(0x4dafcf9f2f6d73ed9d248e3f2f876dff, 'wp-content/plugins/foogallery/extensions/default-templates/masonry/js/admin-gallery-masonry.js', 1, 0x00000000000000000000000000000000, 0xfe3976517888f8921c8220c8a2b1b9b7, 0xaaf789652268c8bdc48832b755693b849753900983ab85a62f2af3870be25dab, '', 0, '?'),
(0xad96d599f66c8c7524a3c848fe7a6597, 'wp-content/plugins/foogallery/extensions/default-templates/shared/css/admin-foogallery.css', 1, 0x00000000000000000000000000000000, 0x65ee73a89d84140b89d079fa42c61361, 0x93afef6c4c13d8fce21f55073108753d629fcb5544dade2b9d6bb96a06152daf, '', 0, '?'),
(0x91c1b9a23c504863ae8a6223cca1d1d2, 'wp-content/plugins/foogallery/extensions/default-templates/shared/css/foogallery.css', 1, 0x00000000000000000000000000000000, 0xcaf63646f8e4f5756f51ba12024d0270, 0xcfea2827169f9193c0f0902b1c3a281eb48d2db1d188c0f51d3ec6031d1ff45b, '', 0, '?'),
(0x0a416c62001ca954f486ec394ab031cf, 'wp-content/plugins/foogallery/extensions/default-templates/shared/css/foogallery.min.css', 1, 0x00000000000000000000000000000000, 0xc03df8bb519735d6d141812f01fab255, 0x739a56c5dc2431d6d2c4f8d5f8c1b2147389f291c799b7907fc67b6b517598be, '', 0, '?'),
(0xc1b3459722fe31ea33ccd561130a5517, 'wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg', 1, 0x00000000000000000000000000000000, 0xdddf811424fc0fddfccd80942a39157f, 0x35478b2d02265af06bddb783f54f96e627f48fdb756f617f0a49896c26fcb497, '', 0, '?'),
(0xf93e534219bc449560974acb04bbfd40, 'wp-content/plugins/foogallery/extensions/default-templates/shared/js/foogallery.js', 1, 0x00000000000000000000000000000000, 0x282220566eb14e27f5b678f5c76bd8dc, 0xea7525da388230a73a558e4938f7f6edb2cb57956e1113bb70e81ca204c83c73, '', 0, '?'),
(0x429dd7c1459d5873efa56b4b27d7a0f6, 'wp-content/plugins/foogallery/extensions/default-templates/shared/js/foogallery.min.js', 1, 0x00000000000000000000000000000000, 0xb4a2078f43415dffa66e684831879c32, 0x57e1c8834ea5b748f2f717abfeca6902f5c515e17c10907dcce07df4bd47469b, '', 0, '?'),
(0x88afe37c716c9f3d222ce967cb5d3dda, 'wp-content/plugins/foogallery/extensions/default-templates/simple-portfolio/class-simple-portfolio-gallery-template.php', 1, 0x00000000000000000000000000000000, 0x08a5c1f5c3f591bdff10ef30cbb98b6a, 0xcde6282f7eb9a7d4da05b95463abe90814e9ab1cae9b7447b2c7f12348e3f3c3, '', 0, '?'),
(0x46e2ffaedb00b2a9b4baa5c8ff1816ec, 'wp-content/plugins/foogallery/extensions/default-templates/simple-portfolio/gallery-simple_portfolio.php', 1, 0x00000000000000000000000000000000, 0xf0d809e164ceb4f8b53be18b1b596a66, 0xd6e426f6839e416491f6891e45a8dc3da55c2f72fcf81635fed5995327266212, '', 0, '?'),
(0x28f76a001befcbc19060156dcee105e1, 'wp-content/plugins/foogallery/extensions/default-templates/thumbnail/class-thumbnail-gallery-template.php', 1, 0x00000000000000000000000000000000, 0x2cf46abbbbcff1f33594e6c9060e5dcc, 0x0677fcd043fc86eba3d352b7f0e12891093a51f19d66d6e40f25dee0f1e733be, '', 0, '?'),
(0xda8b7068d15c3ec8a3d132a167727767, 'wp-content/plugins/foogallery/extensions/default-templates/thumbnail/gallery-thumbnail.php', 1, 0x00000000000000000000000000000000, 0x78f155e7cc7a718d01c9bb4e2b559fdf, 0xb834d32a88e5b623a102b65a87b89c6d3c60530cfb8d473b6a2b1063e3ec5d2d, '', 0, '?'),
(0xa3cf53d5e318a19de1e99b18103a8253, 'wp-content/plugins/foogallery/extensions/default-templates/thumbnail/js/admin-gallery-thumbnail.js', 1, 0x00000000000000000000000000000000, 0xcbbf0fd7dee83f49ab3f893082326d5d, 0xa8fdc04294fe8ac4e18bae2d3fefb2dbc7fa0f6c88149c5317184a6125e0c71c, '', 0, '?'),
(0x9cb28138f8a71c0ff66b433a1841a800, 'wp-content/plugins/foogallery/extensions/demo-content-generator/class-demo-content-generator.php', 1, 0x00000000000000000000000000000000, 0x797051eb249d1354616d44be1b0b64f9, 0x64c2f95b10f5a4cb898eed7333f0b4724d31c9b7633f07ab7adb04e316090260, '', 0, '?'),
(0xb14a7cd0960e5e9fa24742fe5d17cbc9, 'wp-content/plugins/foogallery/extensions/demo-content-generator/includes/class-lorem-ipsum.php', 1, 0x00000000000000000000000000000000, 0x0de826cd9428fa97db626b4f57bdec4e, 0x82ad6b6875f20ef79755f8e39f526bd247b74c31a985ea4801cdadadb017be46, '', 0, '?'),
(0xdd9dad8b3eb19519dabdfa556974b133, 'wp-content/plugins/foogallery/extensions/demo-content-generator/includes/class-pixabay.php', 1, 0x00000000000000000000000000000000, 0x71bb12a6f270c4dfa9a5fbeb7ba91abd, 0x0aab3363fd23ca73a088e4aaf744ef6fdad7883043cd51985473c68ec850d926, '', 0, '?'),
(0xd39c5167d03ac13711a92ff85bc190ed, 'wp-content/plugins/foogallery/extensions/demo-content-generator/view-demo-content.php', 1, 0x00000000000000000000000000000000, 0x6c43545dc7bc65d682c9a405a3aa282b, 0x5a895e3eae2942c0d8c20921b06a5e9f9864a33bbe29fd2b2fd4080a7e8221d7, '', 0, '?'),
(0xd24f1806cfa089f9df52d0b9f0716863, 'wp-content/plugins/foogallery/extensions/extensions.json.js', 1, 0x00000000000000000000000000000000, 0xbe263cdcf4d83500785820f99a6e84de, 0x4f16028fde157674f5b70a3b64ccf9878d74054ccf6913ca924a8b7318eb23c1, '', 0, '?'),
(0x66bdcadcbb6f68bfc0a7232cfeef5a94, 'wp-content/plugins/foogallery/extensions/nextgen-importer/class-nextgen-gallery-importer-extension.php', 1, 0x00000000000000000000000000000000, 0xcf89f694034056efd08962b5f5f0446d, 0xf08b47d87a4144e952f03fb018549cace58181c30eb935b0fb54fd25804810de, '', 0, '?'),
(0x8fea6a6ea292238578340d84a0c6848a, 'wp-content/plugins/foogallery/extensions/nextgen-importer/class-nextgen-helper.php', 1, 0x00000000000000000000000000000000, 0x1e19275beb6d8799dc9998dfcacb2d0a, 0x008670412bcbc6b2b1a0d881612ed86da905283f14376c59767b61920bb2ad6a, '', 0, '?'),
(0xd39527c05988bf342ec9b3d775adaa23, 'wp-content/plugins/foogallery/extensions/nextgen-importer/class-nextgen-import-progress-album.php', 1, 0x00000000000000000000000000000000, 0x3612b99ec956f6cdca691e7854693261, 0xffc06d8c9f2433937969c54a73dea4e77708b67020b1cc0945dc56be5157ac93, '', 0, '?'),
(0x51b6123f37855277357a54aba83665bb, 'wp-content/plugins/foogallery/extensions/nextgen-importer/class-nextgen-import-progress.php', 1, 0x00000000000000000000000000000000, 0x938e0364edc37b6a73ecafdb573ed4d2, 0xca25eeb4e75768fbe493017ac21afb5ff5d98ec135624e3c0ad6f5dd45d945f6, '', 0, '?'),
(0xc98731d9fdc0255e01be75c03f02be92, 'wp-content/plugins/foogallery/extensions/nextgen-importer/class-nextgen-pagination.php', 1, 0x00000000000000000000000000000000, 0xf79c3838e41731a3bcc5001af214b501, 0x64a6bc2697988b3034786cd05832b88f92572a833cf3cf4e586b465b98d0747a, '', 0, '?'),
(0x2b16834e11b3052c806d2a816269cd49, 'wp-content/plugins/foogallery/extensions/nextgen-importer/view-importer.php', 1, 0x00000000000000000000000000000000, 0x0b106c3a32ad1d2e2e3e176196491bb7, 0xcfcec274f19b304ed84e1e18012edc1e689431a1385c4815ad89e8dd40c5d169, '', 0, '?'),
(0x4ff466b9b3016d3dc61bda9f295b1b67, 'wp-content/plugins/foogallery/foogallery.php', 1, 0x00000000000000000000000000000000, 0x8f897d8e0db2e3c2d2acda1ddda63fb8, 0xcc56bde82c8f05801d62f206ceb8712f07f693bcf78dea8cdd0685aba0c8489b, '', 0, '?'),
(0x79e5fb3416420312eaf59356815cd1ca, 'wp-content/plugins/foogallery/freemius/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x985eca66feaf0170850231d4616b3074, 0x7836ca40e0a90adb710276c764523ee0e3b27b0f1491385eb85fe604e0b87051, '', 0, '?'),
(0x73cb2acf930eecc71815c6aa12432a9c, 'wp-content/plugins/foogallery/freemius/assets/css/admin/account.css', 1, 0x00000000000000000000000000000000, 0x200427fd85d926c4b8abad4c2dba4bf0, 0x84f76a601851f8a27f722b3a88923901f555b807b08ff470d2ea06c9d9495730, '', 0, '?'),
(0x14efd724ac50e785361de410d3fa4b08, 'wp-content/plugins/foogallery/freemius/assets/css/admin/add-ons.css', 1, 0x00000000000000000000000000000000, 0xd4b0bd3d4acf640b9f72d668f564f437, 0xba65331d6d9e73d53e3a9f8be83384559ef3b9723e0732840517e6190beecf2c, '', 0, '?'),
(0x4b207ad76f6a7d121e6bca6f0c6b3d50, 'wp-content/plugins/foogallery/freemius/assets/css/admin/affiliation.css', 1, 0x00000000000000000000000000000000, 0xdf31b70dad1cfe9880e5a0f4912a6dda, 0x763825f01bc95d07a0c7d588daa1cca68e3f245681dc5f6f23591a82b21ad946, '', 0, '?'),
(0x1c19b7c2e4353505034e91227071190b, 'wp-content/plugins/foogallery/freemius/assets/css/admin/checkout.css', 1, 0x00000000000000000000000000000000, 0x17061aa254ae8660c38ce30306698d16, 0x4e18359c87a1bf0dedc0de3375acf15bf3d7ed26c06060ff89b18d622afa08ed, '', 0, '?'),
(0x0eba6170854e6e05b75ff7d7412df707, 'wp-content/plugins/foogallery/freemius/assets/css/admin/common.css', 1, 0x00000000000000000000000000000000, 0x215fa1189dd224dfebe5afb3cbf2debb, 0xb324df1f44e69fa25cfbca57f5cc401fa37e711e25a57f4a1024dd6c72f2336c, '', 0, '?'),
(0xce43368b7bd24162c92ee93dcd0ff93d, 'wp-content/plugins/foogallery/freemius/assets/css/admin/connect.css', 1, 0x00000000000000000000000000000000, 0x21a7593afe7f7ce71d346789e514d888, 0x150b920dd34e3063ff07f2aa04a921eeee3f61714c66d6eb2f73b7e8e61df56f, '', 0, '?'),
(0xee043c37ac30393e2d9e019e2f9c9922, 'wp-content/plugins/foogallery/freemius/assets/css/admin/debug.css', 1, 0x00000000000000000000000000000000, 0xc427e38f20fc34e494d0b259a3c9886e, 0x207526ebeab164b44c6f04e5e787d74a6f67bc3d21eea65cf30c2c281edfb8a5, '', 0, '?'),
(0x51cf1f1adacb5edbff3650145f6b77d1, 'wp-content/plugins/foogallery/freemius/assets/css/admin/dialog-boxes.css', 1, 0x00000000000000000000000000000000, 0x7d7f1ff4609e66b27b535db056b039e7, 0x076b6c866d9324b0ddc531d958b69f7d01546dc48fa7dec8f3fe5ec542d7ac7a, '', 0, '?'),
(0x45e0e44bceef65b2f4a968daea57f22a, 'wp-content/plugins/foogallery/freemius/assets/css/admin/gdpr-optin-notice.css', 1, 0x00000000000000000000000000000000, 0x344fd06ab5d8994bad0d3ea2135b40c4, 0x6cf858777d38906107ce51d00a54f26c0fea97f723f5f5876cf7fddb6c0279d8, '', 0, '?'),
(0x2023349758e5dacc18c555f8b1b92451, 'wp-content/plugins/foogallery/freemius/assets/css/admin/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xfa1659078af4f3381871a5c72b121a9e, 'wp-content/plugins/foogallery/freemius/assets/css/customizer.css', 1, 0x00000000000000000000000000000000, 0xf64cf82009bc94f90f712d07c2891c97, 0x522316b3d1006b41c3f67501ebc8f35bf2b7ccbeff9c4ff4efa99278e24a7d7d, '', 0, '?'),
(0x997c0a2c2a1ccace3366c99e78b4562c, 'wp-content/plugins/foogallery/freemius/assets/css/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x5a94db0dc77bcbe22c165fe7aa0960d7, 'wp-content/plugins/foogallery/freemius/assets/img/foogallery.png', 1, 0x00000000000000000000000000000000, 0x1f652bc1c52963a08061ba5583d56d06, 0x0794e2a9bf82de8a962c5bd491dbe988932996df96ef8d4747d2ad44e3090172, '', 0, '?'),
(0xfad0bbaef03a0ab6343ea83565e631b9, 'wp-content/plugins/foogallery/freemius/assets/img/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x42a74a2aed23033dc365ee606a8eaeb5, 'wp-content/plugins/foogallery/freemius/assets/img/plugin-icon.png', 1, 0x00000000000000000000000000000000, 0xc38d022fe0b2df0a6bc31404e90a38be, 0xcf9a4e92529ae6267df3ed3137f90fda7d28cc8c604927af56f17da2d8c44c29, '', 0, '?'),
(0x084a57a79f66c50f13454bf168c953a7, 'wp-content/plugins/foogallery/freemius/assets/img/theme-icon.png', 1, 0x00000000000000000000000000000000, 0x8cb315f4fef1d533eca11ba28e6f9521, 0x8d8be128d35f7b0cccd8f85150dcc2d07956e36c8e18d96a79ca4295d6cd7efd, '', 0, '?'),
(0xb9206abd186d9fcff9c668a0fabfacc8, 'wp-content/plugins/foogallery/freemius/assets/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xbc7d549fb3f5ba5e996f34f6e5fcb195, 'wp-content/plugins/foogallery/freemius/assets/js/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xcfbfa588f730799726077a4f7ffd8f03, 'wp-content/plugins/foogallery/freemius/assets/js/nojquery.ba-postmessage.js', 1, 0x00000000000000000000000000000000, 0x9ae773f2dc724cecaf0f12cf15155bc3, 0xe044b79d5c1a15b8c049179ed3a15bdbaa9bf6a8d7edaf6a6388505a6773aa57, '', 0, '?'),
(0x2865392bdaab6eff170de8f132c3f91a, 'wp-content/plugins/foogallery/freemius/assets/js/nojquery.ba-postmessage.min.js', 1, 0x00000000000000000000000000000000, 0x6749bac0ae2a426fd5f576c9f2b9e4b5, 0x5de5de80a1a4ac5cc1ca0f2b66f9f8b3520a51bfbb25e1d7a04a878b9295b53e, '', 0, '?'),
(0xc83ac222cb2859296f1957b7fc989f6a, 'wp-content/plugins/foogallery/freemius/assets/js/postmessage.js', 1, 0x00000000000000000000000000000000, 0xfb652a8fc91ca5b926bd6f80150427b7, 0x624d0d09ba7beb5454ef74abd7b05cf87495a83dfe7bc5c861cfbd239ccd7139, '', 0, '?'),
(0x690b8a07726dad2dc7146898ba230031, 'wp-content/plugins/foogallery/freemius/config.php', 1, 0x00000000000000000000000000000000, 0xaa6b916b0584e2fb31ef02d701b280d6, 0x46f8030f297785422434f814fea40e7f35be8c43d94baa6dc179d2d5b8349ba7, '', 0, '?'),
(0x83063d115f52380ba2770f903acfd436, 'wp-content/plugins/foogallery/freemius/includes/class-freemius-abstract.php', 1, 0x00000000000000000000000000000000, 0xca1728fc45b9a7a3bef83d9c0abd120c, 0x94df797e0223e05d438fbf261e422b86420cfb3bce2073c38160d9a457acb3ed, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x6a0a8f24587eef995650cb624de6931b, 'wp-content/plugins/foogallery/freemius/includes/class-freemius.php', 1, 0x00000000000000000000000000000000, 0xd71ae33d0ade44df3ee29bb59c8829e7, 0xf0d2667b04afc10a5e6d8c6261fc605206df589fd3eb24f742cb9952f80ac02f, '', 0, '?'),
(0x225ce763f58cb18a8178c917ad1a1bf6, 'wp-content/plugins/foogallery/freemius/includes/class-fs-admin-notices.php', 1, 0x00000000000000000000000000000000, 0xadadd160d12b74d495bbf6319e23d432, 0xb1bd33ac63f326815add5847ff5418246c54ad2e0b53861128279de45a4186d8, '', 0, '?'),
(0xeeed6c52a3c757ace06f0f5d01e6254e, 'wp-content/plugins/foogallery/freemius/includes/class-fs-api.php', 1, 0x00000000000000000000000000000000, 0xdda165426f27bc17465d5bbeb1dcc2ac, 0xbc09eb274b9dd18078da41ef3b7b56bb3d6edd2b48f373fb294fe951e5cc8dd2, '', 0, '?'),
(0x4ea2d05846ead4178e09a4bb6fdc8eff, 'wp-content/plugins/foogallery/freemius/includes/class-fs-logger.php', 1, 0x00000000000000000000000000000000, 0x9d2dc60c63edd27c5a2cd3f74553a57b, 0x2cfaaa41a925c7ed9e5150ed0d57fca4ae39dcd84235c84d0ddf9b65b5317fe3, '', 0, '?'),
(0xd17de397648c9ddc581ddaaeb346ea74, 'wp-content/plugins/foogallery/freemius/includes/class-fs-options.php', 1, 0x00000000000000000000000000000000, 0xfd471a1252456b26d56db26691a3c576, 0xd627fb4c4d5a1c418db114de46c7ec63a3e5f679c7a7af8826f3381d47db113a, '', 0, '?'),
(0x3fb482117dadb09d5d606a51efb363de, 'wp-content/plugins/foogallery/freemius/includes/class-fs-plugin-updater.php', 1, 0x00000000000000000000000000000000, 0xe86a19f96082a800b1789b742de0dfb3, 0xa3590c18cf4efc504d23ba36b10982ac40867ab742ef3d593fd66592bbcf897b, '', 0, '?'),
(0xd8ee306585dae1caa09a053582c98b98, 'wp-content/plugins/foogallery/freemius/includes/class-fs-security.php', 1, 0x00000000000000000000000000000000, 0x229cf58949612ac4a088677ba62c9b97, 0xf5df916d446e025b2b41d22034c22cae15d79412d6cbb28f8750a1bea9c11205, '', 0, '?'),
(0xdc1e4499c0a81c066733d441885ef344, 'wp-content/plugins/foogallery/freemius/includes/class-fs-storage.php', 1, 0x00000000000000000000000000000000, 0x83c903ae5948a7ab95a4f385f4dc2936, 0x219ee260331c48c7af7c9b35d2a1cb9307d8ff3a07c872e61a34ed3365481c56, '', 0, '?'),
(0x67e305afd630a8ac9d460ae0a66fb934, 'wp-content/plugins/foogallery/freemius/includes/class-fs-user-lock.php', 1, 0x00000000000000000000000000000000, 0x73ecd350873b5bccd9531df35caedaee, 0xd17281bcc34b0cfb067edd720c875c39d35f9d13e84e84dd728e988f8c0716c5, '', 0, '?'),
(0x922b0d1f8e44b0834e06daad96d11536, 'wp-content/plugins/foogallery/freemius/includes/customizer/class-fs-customizer-support-section.php', 1, 0x00000000000000000000000000000000, 0x43ef1820d7bebfe9b9cc94c0cc24555c, 0x321dfeb2f055e0f9c7271eafc15176752a77fb5e9533f3d074f428f795dcdfb5, '', 0, '?'),
(0x68b0c9a8c8ba624d5f62f4c770bf281f, 'wp-content/plugins/foogallery/freemius/includes/customizer/class-fs-customizer-upsell-control.php', 1, 0x00000000000000000000000000000000, 0xb65ad61eac3b8ba723d2d2a6c7cb82bc, 0x5edce06772451503eed06f26e566835bc55660ceb1b289782b756a13a72d1861, '', 0, '?'),
(0x371758abff6c36382b4ed76b169b1527, 'wp-content/plugins/foogallery/freemius/includes/customizer/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xd3c9dc3c5e889d0657e0caf6e3a01f2c, 'wp-content/plugins/foogallery/freemius/includes/debug/class-fs-debug-bar-panel.php', 1, 0x00000000000000000000000000000000, 0x9665e6e14396e4b9f11f835f074b6bc4, 0x8237a5b70cfa0d3050e9e6dfd95c0941610ee220f024ea6da1a8186d06f4dff0, '', 0, '?'),
(0x686084fafae09a283314a8ed99d7b85b, 'wp-content/plugins/foogallery/freemius/includes/debug/debug-bar-start.php', 1, 0x00000000000000000000000000000000, 0x5fa116c8b2bd8686d9c7b230c87e9222, 0x1a1f870f0b21d377cc83335bd67232b18d8d0e9ed5162626075caa6fc0646c3b, '', 0, '?'),
(0xb434581b40aac3e543dea19ee899fa21, 'wp-content/plugins/foogallery/freemius/includes/debug/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x2988f19678e16659d2fd4a919254fda4, 'wp-content/plugins/foogallery/freemius/includes/entities/class-fs-affiliate-terms.php', 1, 0x00000000000000000000000000000000, 0x35016787d29f2095d8d4139255ef6d2d, 0x5b69df587fd6512c996e61e6c22ad76ee9f66620c2a26e0100ca36101f12ea7c, '', 0, '?'),
(0x561a0301ce9a03202b951f1daaa6ecf5, 'wp-content/plugins/foogallery/freemius/includes/entities/class-fs-affiliate.php', 1, 0x00000000000000000000000000000000, 0x1858bb266130901469b975c74658f556, 0x13b47caf8f6537134eca9514f951083b77be779920a91c25f61c16ed109a95ef, '', 0, '?'),
(0x3196f0f9f64b592026daa8241b9e1057, 'wp-content/plugins/foogallery/freemius/includes/entities/class-fs-billing.php', 1, 0x00000000000000000000000000000000, 0x63c904e144d4bbb827c3e4e4748cc8d1, 0x58c37b02d6ec35ec3ec654882ae1792f2af471c5aaf00e069dd8625fad6e6a5a, '', 0, '?'),
(0x84ba4b472021cf2836efeff49f81a6e3, 'wp-content/plugins/foogallery/freemius/includes/entities/class-fs-entity.php', 1, 0x00000000000000000000000000000000, 0x8f8e79b4470fe4a933a58f4b2ce6746e, 0x9b2ddb3f66c19352ff08b5c20f600d73f74287f3ad176873f507cd91dfb80435, '', 0, '?'),
(0xca81ecee58ce100a6343e36dbce54749, 'wp-content/plugins/foogallery/freemius/includes/entities/class-fs-payment.php', 1, 0x00000000000000000000000000000000, 0xc59405500bca95b0fbe028cfb169cd3a, 0x82c7efde409be06b8ded57b10b7c3dc7cbba5fca5edaa0e1c193bf1506c6c88b, '', 0, '?'),
(0x5230aa0f22143a6413f58dc780d93c20, 'wp-content/plugins/foogallery/freemius/includes/entities/class-fs-plugin-info.php', 1, 0x00000000000000000000000000000000, 0x411694b5b5c0af56d3a5d9b5dcd1b969, 0x5043fc2a5a4c40f144217d04bbdafeb926f17bb90b384404a777176348b73ad2, '', 0, '?'),
(0x5fac2663197cad4466706f436156634c, 'wp-content/plugins/foogallery/freemius/includes/entities/class-fs-plugin-license.php', 1, 0x00000000000000000000000000000000, 0x9ef42281d8ca0db6a2be2f39dec2aea5, 0xbb730af8608991c9a25a03e550507dc8e59bec70968356f0b17f8725eccb6632, '', 0, '?'),
(0xb5395bc3f6cb770db85cad512735eb17, 'wp-content/plugins/foogallery/freemius/includes/entities/class-fs-plugin-plan.php', 1, 0x00000000000000000000000000000000, 0x275363d2504f48d2f4f01c3dc8076291, 0xaf5cc16a1e16cfc2e2e5577bf0aed735e26494cb574a79ac5b0e89257a0de79b, '', 0, '?'),
(0xa5a73ae364e6e9e9fe23a29acb4361c6, 'wp-content/plugins/foogallery/freemius/includes/entities/class-fs-plugin-tag.php', 1, 0x00000000000000000000000000000000, 0x66f81c182e415cf7161957356f1d80ae, 0xc19937949aede010f9c22f94eb871aaeffa0e0c63020a53887586e8ec0505bad, '', 0, '?'),
(0x57be0fa7782b1ba56cd4e040df7f98f5, 'wp-content/plugins/foogallery/freemius/includes/entities/class-fs-plugin.php', 1, 0x00000000000000000000000000000000, 0x0601955cce4f81cc8b5dd8765240d9d8, 0x57d93c811158ae7bd5c400a76c3a244b473b5a6b7662951722e9ea3e971c255f, '', 0, '?'),
(0x7a2293e589a033aa4108d9f5f6c4b582, 'wp-content/plugins/foogallery/freemius/includes/entities/class-fs-pricing.php', 1, 0x00000000000000000000000000000000, 0xba6b341492dfee121e2b343ce28a2af9, 0x8bf366d9c35ddc0cfc2389b520cdb5a425fbe888eadbeab9ac3d90c6d83e0c94, '', 0, '?'),
(0xd2580dbd9f79ed7681633cc4a05238c8, 'wp-content/plugins/foogallery/freemius/includes/entities/class-fs-scope-entity.php', 1, 0x00000000000000000000000000000000, 0x0acd7da3ef93baaaf43a4b6598c3d80b, 0xa901cc18cc24e36dc1e9d7ba4b2d50d07c9e7300a190bbbd580e321edfc0bab2, '', 0, '?'),
(0xe7aab7cde67b3b5357bf481a42ddacf8, 'wp-content/plugins/foogallery/freemius/includes/entities/class-fs-site.php', 1, 0x00000000000000000000000000000000, 0xc523c2c42b25284a461b733f6dd6f153, 0x6cadd6736056758c2161c89d333500780681cc16351563a791f35ba2f3331e8d, '', 0, '?'),
(0x6dad371eb09a104a730e6b74491a4742, 'wp-content/plugins/foogallery/freemius/includes/entities/class-fs-subscription.php', 1, 0x00000000000000000000000000000000, 0x051f2f7a8effe1d0066bbaaf065b7067, 0xc46e8130c43edbff1768bc4a0c26c609063368d31bd28cd7bb033da41ef60805, '', 0, '?'),
(0xa802d45cf540238fbf6d4a4e4c4aaceb, 'wp-content/plugins/foogallery/freemius/includes/entities/class-fs-user.php', 1, 0x00000000000000000000000000000000, 0xe12bff1179aeffb60dcb60cd10b18aa6, 0x0fc3da799106432cc1810388cd7a85c51c4dfc9236294038778b82e1dc406e51, '', 0, '?'),
(0x4a40afd869be258b5fc1852d7bbb5f51, 'wp-content/plugins/foogallery/freemius/includes/entities/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xaa23d60b328ea92a3beac846f32a1e06, 'wp-content/plugins/foogallery/freemius/includes/fs-core-functions.php', 1, 0x00000000000000000000000000000000, 0xfe8a7dffcb215d0c37cf0c4a68b48680, 0xf55a0f5c5694864e8ee4e3bcfa1aa019e8208a667bad075016ef6bdce3b2b26f, '', 0, '?'),
(0x384dccd972c32a00a93956f30bbb827f, 'wp-content/plugins/foogallery/freemius/includes/fs-essential-functions.php', 1, 0x00000000000000000000000000000000, 0x58874d636f2de2c9730e0b87d09196db, 0x1022d6b3e345e5d33177f5c3a2ed62e83025728fe4c21773bf17895affb20fbf, '', 0, '?'),
(0x968597996c29a0390e33ac70d185928e, 'wp-content/plugins/foogallery/freemius/includes/fs-plugin-info-dialog.php', 1, 0x00000000000000000000000000000000, 0x67e78f38df0ed29158cba559e13bb8e1, 0x6ebda3c8f99f6b444570fbec6405d5fa45d0c366038e6a4e4c1f79796027bc1d, '', 0, '?'),
(0x759d947da680386d020c096e98585dcf, 'wp-content/plugins/foogallery/freemius/includes/i18n.php', 1, 0x00000000000000000000000000000000, 0x08d642d4c3eb21fe2430afad12cca8df, 0x4aa2aad27f333e345183555834bf347e390893bd7889f937ec5f2f6c0070e928, '', 0, '?'),
(0x5a2bd7fe32c7ae137717e1d4d3b0cfc3, 'wp-content/plugins/foogallery/freemius/includes/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xc329cc7cdaf13f1d5bd2bb8674b8113d, 'wp-content/plugins/foogallery/freemius/includes/l10n.php', 1, 0x00000000000000000000000000000000, 0x6078da2e038117e0ff00a9b375f35b27, 0xfd06207c1b944cdb4a0c8456998a1e9d1bb6b03eae236f18d540d592417535f2, '', 0, '?'),
(0x95ebf765612cafbd356132fa9db14bf7, 'wp-content/plugins/foogallery/freemius/includes/managers/class-fs-admin-menu-manager.php', 1, 0x00000000000000000000000000000000, 0xe627ee936683003c285f3365c9b675f5, 0x9c64b2de02104e7a8b24ee74cbf8370cb6d7e82ed6b2fd43eaec9cfdc1161ce0, '', 0, '?'),
(0x0183a169c3e69aff3ba66b191c50d351, 'wp-content/plugins/foogallery/freemius/includes/managers/class-fs-admin-notice-manager.php', 1, 0x00000000000000000000000000000000, 0x8d9e839523d1815d438c3f409ca9a2dd, 0xc8ea8a10135723af694d4fd447127cfb33b3919a01f71844b943c68afc4b36cf, '', 0, '?'),
(0x1b07ba5573c752bf74b7ce6e1bd5085e, 'wp-content/plugins/foogallery/freemius/includes/managers/class-fs-cache-manager.php', 1, 0x00000000000000000000000000000000, 0x144f964664baa34a0e235c6389edb2ea, 0x9bbf74a91261ae6d317f1c7cf70f6e8d78b1b8eb55a59b1b0d61c86f644af10a, '', 0, '?'),
(0x5944218314c5e98b7b69072fd092576b, 'wp-content/plugins/foogallery/freemius/includes/managers/class-fs-gdpr-manager.php', 1, 0x00000000000000000000000000000000, 0x4e0e57018badc49396ca4bb37232f42d, 0xb004d43c30b8e4b3e5544f4ae60a7d4a2ee572b3b4e0a01c8ce96984ec28906b, '', 0, '?'),
(0xeccb90108d3cff6a411c0deb7208848f, 'wp-content/plugins/foogallery/freemius/includes/managers/class-fs-key-value-storage.php', 1, 0x00000000000000000000000000000000, 0x06c24b91c57c14088e3b5099f3a339c1, 0xfe04d20776988f9ad844710fb9c0ea684d55207afd4d33d3677e18021f0425ef, '', 0, '?'),
(0x5c4a79031a1123537456646ab26b4ed4, 'wp-content/plugins/foogallery/freemius/includes/managers/class-fs-license-manager.php', 1, 0x00000000000000000000000000000000, 0xa82f3ccac892e76e9efc785b0a462138, 0xd8a30a770e3c3cc78b4e4a5ddfe6003685e073ab1cd20b678728ebeea69346af, '', 0, '?'),
(0x83b82d024d18d55f7d2024e6854068e9, 'wp-content/plugins/foogallery/freemius/includes/managers/class-fs-option-manager.php', 1, 0x00000000000000000000000000000000, 0x4fe64ab1a3514608c379fbbcf97187b1, 0xc4a00881c0fa1ee4db8ee292718f664d136b7f9d7aa51d95ab78b2b6e7a39419, '', 0, '?'),
(0xc83c18ae7d65e1bb55c3b35ea88244ec, 'wp-content/plugins/foogallery/freemius/includes/managers/class-fs-plan-manager.php', 1, 0x00000000000000000000000000000000, 0x8e9bd3530fd53b430b06ff532a83f889, 0x6f6b76598117c47137b6a0be4dfdc75e14b8b796e2c9365b505ecae7a5a7141f, '', 0, '?'),
(0x1a7f37ac5c66b9fb8765b5719efca060, 'wp-content/plugins/foogallery/freemius/includes/managers/class-fs-plugin-manager.php', 1, 0x00000000000000000000000000000000, 0x52ca331d8a7cbddcfc5f9ad177dfefc4, 0x75f6fac03323cd7ff29dce8c2aa1dc6afa643553a1f38dfe5f72b1641e79904a, '', 0, '?'),
(0x579e84a00272287362548c91016717fc, 'wp-content/plugins/foogallery/freemius/includes/managers/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xbb96f5e39b0580148d64dd8736186329, 'wp-content/plugins/foogallery/freemius/includes/sdk/Exceptions/ArgumentNotExistException.php', 1, 0x00000000000000000000000000000000, 0x26e05dd2b1aa00c6802525f61aaac397, 0x6940adbba2081173c08c0cee879af020d4a55cb60477ff8c0a76c11742c4c79f, '', 0, '?'),
(0x7a08c7734c97a5d82e6cdd4b9bcdfe2c, 'wp-content/plugins/foogallery/freemius/includes/sdk/Exceptions/EmptyArgumentException.php', 1, 0x00000000000000000000000000000000, 0xe108186702db8af8b217d97baf5d22b7, 0xe14a0e70c18d9c6e8f1ec178a5a5cc445cec505f85f0ab7e0341acf17d90d1c6, '', 0, '?'),
(0x8a97cc37a6b95ce665ea9ee0332fbdbc, 'wp-content/plugins/foogallery/freemius/includes/sdk/Exceptions/Exception.php', 1, 0x00000000000000000000000000000000, 0x2b7998fe45949e311628fd4576010033, 0x2abc156416a4ed4ca72e64f24502ec6d69cb1cfb965c716ef33f29ab82da5ed0, '', 0, '?'),
(0x552c0ce653449eaa271a09efd198a23b, 'wp-content/plugins/foogallery/freemius/includes/sdk/Exceptions/InvalidArgumentException.php', 1, 0x00000000000000000000000000000000, 0x09c3a0a60d897b1895acc44bac0ccb7b, 0x67ac861d028633452ec2476064c1fcd98f03b61a097552a334fe3539c72078d6, '', 0, '?'),
(0x7461b1b6501986c39ad92c1ba47ecb6a, 'wp-content/plugins/foogallery/freemius/includes/sdk/Exceptions/OAuthException.php', 1, 0x00000000000000000000000000000000, 0xb77b7f3dfa5da82b0a9b70bb78beae66, 0x6370bafdcdfe3b2cdb4d8133acfc9666a927aca4c4748410058fbd1df6aa0552, '', 0, '?'),
(0xfa76f6192b8663ecf09f971593e8fc58, 'wp-content/plugins/foogallery/freemius/includes/sdk/Exceptions/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xc5d157a2cec7548f5ed0e7be4dd5cc44, 'wp-content/plugins/foogallery/freemius/includes/sdk/FreemiusBase.php', 1, 0x00000000000000000000000000000000, 0x70e16dd470e80a6700d20683907cf944, 0x8a27419eb96c99fe298a95ff96d3997cacaaecab01b7121cb3f4efbb177c7c50, '', 0, '?'),
(0x99b02e2611fc0a96d972742411763167, 'wp-content/plugins/foogallery/freemius/includes/sdk/FreemiusWordPress.php', 1, 0x00000000000000000000000000000000, 0xbac6cb188865c736e48b2d4322519066, 0x480f2106775a0d6e2b3b8177b34a22dac5ba29d4afbfb29aae0773d8f8f5295c, '', 0, '?'),
(0x3496668fe28f21295321e50c060a28f1, 'wp-content/plugins/foogallery/freemius/includes/sdk/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x8264535c0c4e9c6c335635c4026a8022, 0x583bd6314d72ec477b96a0bb5c79e3d92501317fce60d5d4616ba71b985b8b84, '', 0, '?'),
(0xdd626d93e28e60593e95a78b831b431e, 'wp-content/plugins/foogallery/freemius/includes/sdk/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x5f26e128cb8ea40696f168e37098326e, 'wp-content/plugins/foogallery/freemius/includes/supplements/fs-essential-functions-1.1.7.1.php', 1, 0x00000000000000000000000000000000, 0xc8f30e83211ce9aed52b2bdaaccae5cc, 0x88fd7e3c6f95c8e45f7ceccd6e86b32490f29238a0a3bb711a89ef04fa5ce07d, '', 0, '?'),
(0x005a6037528c1c646b636e05368a4490, 'wp-content/plugins/foogallery/freemius/includes/supplements/fs-essential-functions-2.2.1.php', 1, 0x00000000000000000000000000000000, 0xd3bb1dfb1d90ded04ba231c6909a102b, 0xab990e58ee3e6b95e89ff9f2881c10448ed2b3bd1a071b2af0eae51224c1d680, '', 0, '?'),
(0xa0f4d9c175d645c21fda4a5ef82ea350, 'wp-content/plugins/foogallery/freemius/includes/supplements/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x4e1e94e07aa9dd173a69e0e8128be587, 'wp-content/plugins/foogallery/freemius/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x00da35ace8a749de7b17ed5d6db6fb98, 'wp-content/plugins/foogallery/freemius/languages/freemius-da_DK.mo', 1, 0x00000000000000000000000000000000, 0x7328d9eed8b360ad3da0d8158d84e728, 0xe2a069b65fc0cad7cc121daed7fd84bdf2b20a32747ea3c2f34f1561dacdbee9, '', 0, '?'),
(0xfd8ea7039c9a261b315b4b2f6e9ca909, 'wp-content/plugins/foogallery/freemius/languages/freemius-da_DK.po', 1, 0x00000000000000000000000000000000, 0x7026e1baf917924282e88beea92bdb58, 0x9fc38e90c38b3e9ed286524395caa2675529a489c1cff6847f6e130e34b133fc, '', 0, '?'),
(0x5f7b63f51b6385ed0b799c88bd393e92, 'wp-content/plugins/foogallery/freemius/languages/freemius-en.mo', 1, 0x00000000000000000000000000000000, 0x641a0d3f8a437f4dfe7eb0a6348498c9, 0x8df40f18eeeaeffd4c5691155564de9f67b93e2e95715653fe0c1bb4fbba96d4, '', 0, '?'),
(0xbbdfbb182e8f4adb5533834559eded0d, 'wp-content/plugins/foogallery/freemius/languages/freemius-en.po', 1, 0x00000000000000000000000000000000, 0x0cc9f8c419fe60e9c141a8393b611f7e, 0x6ad5ddfb55570c6867c67fda186aa5322618aa885294b2dfddac1270e969ab4a, '', 0, '?'),
(0x63aea5781c577c801d219819de3ead19, 'wp-content/plugins/foogallery/freemius/languages/freemius-es_ES.mo', 1, 0x00000000000000000000000000000000, 0x71500621886cc613e12248d0773826a4, 0x91a29c330f38eed96f69a2be99dcfa3b8077ab4cd3c6d26a4be226f1220d4c3d, '', 0, '?'),
(0x3ef0ad8e987ec40eb16605459501c0fa, 'wp-content/plugins/foogallery/freemius/languages/freemius-es_ES.po', 1, 0x00000000000000000000000000000000, 0xf6c72409295b68da8532d60f6c84f4db, 0x56bb643031ef45e759c06e6ed80f9d4625b5a87e5e94d65cd0a81057c9d96ecd, '', 0, '?'),
(0x876d9d4bc3cde4c96bc4aebe32858431, 'wp-content/plugins/foogallery/freemius/languages/freemius-fr_FR.mo', 1, 0x00000000000000000000000000000000, 0x31ef8301883caeaee43228f372301206, 0xc89c2cb98852e8b4a6c07001a2ac1c011ed5fc3e473fca6effeb1a75288fdee3, '', 0, '?'),
(0x58436ef7bf2e6a70598771269b21a6b2, 'wp-content/plugins/foogallery/freemius/languages/freemius-fr_FR.po', 1, 0x00000000000000000000000000000000, 0xed3286aed12e542c8425450381ff7772, 0x883126c6e42b1548199d69de0aec997dd3d9052a2bb8e68a25fa913967030d1c, '', 0, '?'),
(0xd96f0be573125097167d39d2e52d78fd, 'wp-content/plugins/foogallery/freemius/languages/freemius-he_IL.mo', 1, 0x00000000000000000000000000000000, 0x38c1d59c97ac1f68076f874a185d33e3, 0x753c5b0c1f5a0d92a3198c1ef83cf1faccf0d36cc4a8585098e592c7d555b6ef, '', 0, '?'),
(0xcb1743c6d02457695f30e12eaec693da, 'wp-content/plugins/foogallery/freemius/languages/freemius-he_IL.po', 1, 0x00000000000000000000000000000000, 0x0889a4dc26f3e3f8a16d66d33d2a13ca, 0x79bd84b1753315749d30b4d81d073296ed6ebad81e7f6e8c6d5022a9a1404397, '', 0, '?'),
(0x39d4a23e6692b96221111c980b7b4065, 'wp-content/plugins/foogallery/freemius/languages/freemius-hu_HU.mo', 1, 0x00000000000000000000000000000000, 0xc2418c9297de94701d7cdd4a1ed6359e, 0x3dd91c05e71631c595f96571bc693c6a6309b2b0b2dcf07f05ff38f951be1048, '', 0, '?'),
(0xe4f655099ccb74a829ef494d4bb0c0ed, 'wp-content/plugins/foogallery/freemius/languages/freemius-hu_HU.po', 1, 0x00000000000000000000000000000000, 0x4bf8b09c64211807b5103c1f63485169, 0x20a18d674f79d489169efcbb043b42e6fd0a5fc8af43b67fb5c3f74e3d4626ff, '', 0, '?'),
(0x8bbc93e215e5a976fddefbd47df6bc87, 'wp-content/plugins/foogallery/freemius/languages/freemius-it_IT.mo', 1, 0x00000000000000000000000000000000, 0x3867d7f6469516d06428416b0e1b7595, 0xac887b9610eacfb0befb47c01740796ca2011cf8588ec3f57ea02fd84bfddcfa, '', 0, '?'),
(0x18cc56176dea81d0c4cc0a6ff14c6035, 'wp-content/plugins/foogallery/freemius/languages/freemius-it_IT.po', 1, 0x00000000000000000000000000000000, 0x868072ee80f1af8339d8bd2eeb82462f, 0x8b7eb2937140b22cba21aee63daa5ba1c3b440e3a55c8a2f41b24f0c285cce23, '', 0, '?'),
(0xef76e2fdbb96eef29d4c0e6dcaedc27a, 'wp-content/plugins/foogallery/freemius/languages/freemius-ja_JP.mo', 1, 0x00000000000000000000000000000000, 0xff3be19586434437f7b10b2b91eb6220, 0xbddbc33787291e282c43364c4c2419a66f1ecfdb7be9922a09a9a13393ac13a5, '', 0, '?'),
(0x15e289fcacb72531b021a7efded66a5a, 'wp-content/plugins/foogallery/freemius/languages/freemius-ja_JP.po', 1, 0x00000000000000000000000000000000, 0xcadebd81bebcf8719f22bba701b57c53, 0xb88781546165acedbae7ca4f0a588140595c20fa72157d15b5b47be52e2ae9d2, '', 0, '?'),
(0x2c090a94b55fc233947c6ff89e3b6559, 'wp-content/plugins/foogallery/freemius/languages/freemius-nl_NL.mo', 1, 0x00000000000000000000000000000000, 0x4bc9ade0a432edb032591dabcf8115d4, 0x1cad27457cbfe63514cb830abef206b430d45ef32a03cf39f94fca4b2df9ba41, '', 0, '?'),
(0x86fe0e3e1dbb5f1bf0ddb5106dc16cb0, 'wp-content/plugins/foogallery/freemius/languages/freemius-nl_NL.po', 1, 0x00000000000000000000000000000000, 0x82a311a6a1892abdcc5f01a381e3fcf1, 0xb5471a01820120ddf00c4168c3704712b4834822e54f6f24c4458bee3c55d94d, '', 0, '?'),
(0xf4faa1bf58526a81619428d99a6d93aa, 'wp-content/plugins/foogallery/freemius/languages/freemius-ru_RU.mo', 1, 0x00000000000000000000000000000000, 0x68e8a02b7fbeaeec0ba6b71b5afe0a03, 0x096037dcca92df0a5a6aecd303c1475cee3834ff7c5fdf53943b7aaf189cb7ed, '', 0, '?'),
(0x04ca9503f282a66bb03b94f38fe860a4, 'wp-content/plugins/foogallery/freemius/languages/freemius-ru_RU.po', 1, 0x00000000000000000000000000000000, 0xd045ce2be80604843487ac8a8d6d7dee, 0xf34872374c5eeafd8ae6f20be76e9e7703b890f806c2284f1424407f3062b895, '', 0, '?'),
(0x2373226bb72f147b0b98699de2439aed, 'wp-content/plugins/foogallery/freemius/languages/freemius.pot', 1, 0x00000000000000000000000000000000, 0x4afb8fce5f72d7a26025d739e8807288, 0xd52ccb1524ba75f35f8bfff367a98c16c87dfd52731bf55d89a7064839b4139f, '', 0, '?'),
(0xfe14358f73175295367a27c72686c593, 'wp-content/plugins/foogallery/freemius/languages/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x20bee948db0a613969c25c646ebbd7c6, 'wp-content/plugins/foogallery/freemius/require.php', 1, 0x00000000000000000000000000000000, 0x30ff3b786448d2ed8493d8e3973d36f2, 0xd912f442d3df6acc7775f72b7cdd5c8248ba4bfab972c3ed640aee8b6cb03e75, '', 0, '?'),
(0xe519b78f50704a05b3ceebb4eb427457, 'wp-content/plugins/foogallery/freemius/start.php', 1, 0x00000000000000000000000000000000, 0x47ef13f15897d81047a471b3f6614fa6, 0xe6a0f21eabe60a2d1ff22ede73170058a7701cad2a409c5758e97c6b2516cf09, '', 0, '?'),
(0xf0fea503661526dec28aafa4da7fa930, 'wp-content/plugins/foogallery/freemius/templates/account/billing.php', 1, 0x00000000000000000000000000000000, 0x067909e8020b4d51739db9b16930a55c, 0x4b69a45f06133b46b9f33d2c9f265c2362227227c1a410d263a24e4cd15b0fb8, '', 0, '?'),
(0x7610756d624ba75380e1a8719a7512d4, 'wp-content/plugins/foogallery/freemius/templates/account/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x4ba820544d26afa53365ad5eccfed391, 'wp-content/plugins/foogallery/freemius/templates/account/partials/activate-license-button.php', 1, 0x00000000000000000000000000000000, 0x6b659d5545c3843958fde1fc1b0c2f55, 0x2065081dad13f38442800461379dc82ad70df8fc60f3ff40f4e68db423476ede, '', 0, '?'),
(0x90088374183f17cbfefacd353ff90055, 'wp-content/plugins/foogallery/freemius/templates/account/partials/addon.php', 1, 0x00000000000000000000000000000000, 0xec5590f288916b0bd6cfb3349fe6a85a, 0x7a602f401e2070254f5ff82641c5e979b4fcdcf55fe7b70435b707c22f3dba36, '', 0, '?'),
(0xd9d5bbf454ebfaeef8dbfa493a4da921, 'wp-content/plugins/foogallery/freemius/templates/account/partials/deactivate-license-button.php', 1, 0x00000000000000000000000000000000, 0x5d15cd05dbdee1ff72dfe3b3813168cc, 0x1e1d68b27752bcb6f20c7a575a148708b17c113356f48cd0d9165b41383da9bc, '', 0, '?'),
(0x1a4f73d9ec603d77e407e4cc7070178c, 'wp-content/plugins/foogallery/freemius/templates/account/partials/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x1d4a9abc13db61442f001d3ae4252136, 'wp-content/plugins/foogallery/freemius/templates/account/partials/site.php', 1, 0x00000000000000000000000000000000, 0x59140f7841f711457bc0d4184e629ef5, 0x1667a3cc127a10192b77381137e8259edd010794f586701ca10199a67c4abaf8, '', 0, '?'),
(0xed0b7e09d086579403fe44edafe73f57, 'wp-content/plugins/foogallery/freemius/templates/account/payments.php', 1, 0x00000000000000000000000000000000, 0xb4110240d9527c3f19710cbe58ccd501, 0x940d6dbcaac11ea3686a31724f144c76f653fbce4ef63779bbdce83d4ab62999, '', 0, '?'),
(0x9474d9eae0c4f983fae802f73130a426, 'wp-content/plugins/foogallery/freemius/templates/account.php', 1, 0x00000000000000000000000000000000, 0xb24591241a95ad4b88880379dd6f057d, 0x833d92545d841ff9b4d0da353fe672f48e4fb82089c8bdbe28c001782040e4c2, '', 0, '?'),
(0xcb469ce20a2687094b4c4657ced617fe, 'wp-content/plugins/foogallery/freemius/templates/add-ons.php', 1, 0x00000000000000000000000000000000, 0xf92dbdf642bd3d99fae985b4d1ccefbf, 0x3239ef6aaca1b56102270fab26503033b824743c655a89eb61a8ad02281702fc, '', 0, '?'),
(0xf8fa43f6c2164baca74686db09390af4, 'wp-content/plugins/foogallery/freemius/templates/add-trial-to-pricing.php', 1, 0x00000000000000000000000000000000, 0x35d6b7d7a847328cbc9de994c97f7200, 0x1ad6b5d1f173acae5a13ee93d06c4088c72e81c10c5480032c9f7ff423935944, '', 0, '?'),
(0x2c0beeb177679a509bd85be1be84da97, 'wp-content/plugins/foogallery/freemius/templates/admin-notice.php', 1, 0x00000000000000000000000000000000, 0x5ca8b0b13274ac2f469ea0ef94dd2315, 0xf1199df2b1164f80effe5105c8416f2d25c4df4a645eafeaedd046a92b48cf6c, '', 0, '?'),
(0x95732d3f1652b5467721734d9598733a, 'wp-content/plugins/foogallery/freemius/templates/ajax-loader.php', 1, 0x00000000000000000000000000000000, 0x123195bcbc8b85b8880114d72b6fdf2e, 0x73b82777dd7a9fe25ea91aa102bdb9b45ad5e0b0d75fe7ebd78eaea336fdc1d7, '', 0, '?'),
(0x9dc2e6a799593a4cf55c18de0b4580f7, 'wp-content/plugins/foogallery/freemius/templates/auto-installation.php', 1, 0x00000000000000000000000000000000, 0x2a9261b747faf95c9b2b0ffec76df9fc, 0x4cb4db0be41cbd76c68a6fb21d189361240adae012ed8bb3ced3e537d5cdb750, '', 0, '?'),
(0xd9cd0d4c7f98e84e5203cb97ed2d9b28, 'wp-content/plugins/foogallery/freemius/templates/checkout.php', 1, 0x00000000000000000000000000000000, 0x1ddb658bfebc09031dd4081b9e5a8258, 0x4e646dc5819acc39010c1ad36646d6ffe198d682c05e36f536f946d465c796c4, '', 0, '?'),
(0x1b0c18a6289f4eca0bbd555103359749, 'wp-content/plugins/foogallery/freemius/templates/connect.php', 1, 0x00000000000000000000000000000000, 0x1a5eafda89f40167626ab15fff4e29bb, 0xf0b91c3b6375759941d7bf078e3a634186fb017a5051563c18fa74163da07822, '', 0, '?'),
(0x3731961549329a05fbfa4e1fe1fe7363, 'wp-content/plugins/foogallery/freemius/templates/contact.php', 1, 0x00000000000000000000000000000000, 0xe4c6e0e7beb25e7a9b4b610f5d94f2f9, 0x6945dc0ed2d58ac2a6fb2fdb99fb04bec7de5e38f6a0ae2eb42f1158b8b83ba9, '', 0, '?'),
(0x3b53da00a7aba063028da4fc630f3eba, 'wp-content/plugins/foogallery/freemius/templates/debug/api-calls.php', 1, 0x00000000000000000000000000000000, 0xec00c2fe627810c9f8dbc3759c41fce7, 0x3addcefd9d26475601cdf9d60eefd5fc838723ad9f5fc1b0bc10ca15a76e698f, '', 0, '?'),
(0xac5569c370a7c8f195a335e422fbb3cf, 'wp-content/plugins/foogallery/freemius/templates/debug/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xda051497244853ffdf9806094a4a3b96, 'wp-content/plugins/foogallery/freemius/templates/debug/logger.php', 1, 0x00000000000000000000000000000000, 0xcd9f0b12d29c47977df3c5b4856d87a4, 0xdadda3ec095def2fba052f9b0e0bcec41a8a5df4b836fd3ba07231a897f6913e, '', 0, '?'),
(0x042d930b73e410336e64876943ec73bb, 'wp-content/plugins/foogallery/freemius/templates/debug/plugins-themes-sync.php', 1, 0x00000000000000000000000000000000, 0x8101243f4fa8fd786bc6a9794fc8808c, 0x91deabb41277256569a13c330838c68cf9194bded57262b0b5991f431d30cfbc, '', 0, '?'),
(0x3be50b9690a03b8e9700e5775ba0f217, 'wp-content/plugins/foogallery/freemius/templates/debug/scheduled-crons.php', 1, 0x00000000000000000000000000000000, 0x5be06b06ade78cbfb42906b3d171fc99, 0x2fa0d49b08420b439a966217b5fa6905c92bbc77a7d1f59ae40888375bd27eed, '', 0, '?'),
(0xe15187eeef5d56ae81cc1ec3bd0eafe8, 'wp-content/plugins/foogallery/freemius/templates/debug.php', 1, 0x00000000000000000000000000000000, 0x93e29975c26ff3fa3f6f0488168fe5fb, 0x56ef764ece09d0a716c061e0ae8338f7291575b9c89f605b9bcea8e1bf036b51, '', 0, '?'),
(0x2af01d591029b73ebe6609ab54481aea, 'wp-content/plugins/foogallery/freemius/templates/email.php', 1, 0x00000000000000000000000000000000, 0xeed07bb337e9fe7196f0e7ddd5422698, 0x0e6d4a86d0665031286faa05ee16ef9a848d86343382bc290a35bcccceb2a9fc, '', 0, '?'),
(0x827ff45c731c1519fcec8ff834a535c1, 'wp-content/plugins/foogallery/freemius/templates/firewall-issues-js.php', 1, 0x00000000000000000000000000000000, 0x60b560aac38e8cdf8dba70bcca150fd6, 0x07967472a12b765a7aa545fe699eef70d46418e0fd6fac056c7a352dfbbda56c, '', 0, '?'),
(0xc20190e14951c8fc64376816259b9b9a, 'wp-content/plugins/foogallery/freemius/templates/forms/affiliation.php', 1, 0x00000000000000000000000000000000, 0xd631147810a51f00fdbe0258772a0a1f, 0x9924124212622798a10bc1d9f55e328ac6919c77572b2d85c0b3c41ac590fb0e, '', 0, '?'),
(0xcae41b74e8facc04dbee3cc8bc8b09d5, 'wp-content/plugins/foogallery/freemius/templates/forms/deactivation/contact.php', 1, 0x00000000000000000000000000000000, 0x0316bd6eb7a05968d63c94a589e74b08, 0x971f15cb8520172b1fac1f558f860773bdb98a9e091efc193b3d816c937312f4, '', 0, '?'),
(0xbfbfdb16173c169bf99b79e41ee09065, 'wp-content/plugins/foogallery/freemius/templates/forms/deactivation/form.php', 1, 0x00000000000000000000000000000000, 0x7d7dc1e2c63387cf8b44ab0407d4c479, 0x78e0d3cfd3f41d6913d01480641959dfbcbdbb1b9b0332f2431fed925619a57b, '', 0, '?'),
(0xf945992f7812dacc351309a6443e552c, 'wp-content/plugins/foogallery/freemius/templates/forms/deactivation/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x5fcb57d9f82d3ad69db687c2663d91f7, 'wp-content/plugins/foogallery/freemius/templates/forms/deactivation/retry-skip.php', 1, 0x00000000000000000000000000000000, 0x86a52fe656b05f6b0bb3f75848ef4cf2, 0x36cf9baf5567206fc6e684627a4f052a364bb31caf5178509c23a50bbcf8ce0f, '', 0, '?'),
(0xecfc7559f92a21d014f38adea162db6a, 'wp-content/plugins/foogallery/freemius/templates/forms/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x98d167c0c49e9ed193811a1d321c47e9, 'wp-content/plugins/foogallery/freemius/templates/forms/license-activation.php', 1, 0x00000000000000000000000000000000, 0xaff48f19552aaeb337b1c217a1dc0a48, 0x7627ccef9eaa284a2b4ea883f46c084b78c82bb2bd805e5a1ff1aa1f7ef93023, '', 0, '?'),
(0xbef3143b25b1fc03029c0aa9ccc59628, 'wp-content/plugins/foogallery/freemius/templates/forms/optout.php', 1, 0x00000000000000000000000000000000, 0x623294327934720c5b037e840b0ad962, 0x084ab6cbe58f68313bade546436e2473871c15fbfaf68f41e65c5c00501da6fc, '', 0, '?'),
(0xb3b8eb2c2978dadef91285b86839d977, 'wp-content/plugins/foogallery/freemius/templates/forms/premium-versions-upgrade-handler.php', 1, 0x00000000000000000000000000000000, 0xe3ab1d9a9863996b1db21cea5f9011bc, 0xf72095a2e22f98ee2d34e217e894a63cee52df28df6e872c2818000cc1579ca5, '', 0, '?'),
(0xe3dcfc5b6e82e021aa2b34da73eedf83, 'wp-content/plugins/foogallery/freemius/templates/forms/premium-versions-upgrade-metadata.php', 1, 0x00000000000000000000000000000000, 0xc4749d6174f0600fbe0aab318f91768f, 0x302c93a94b02624f38af55739116adc4c42425718aefea38e98b180b20fbf0c9, '', 0, '?'),
(0xaa35a686705b797f49c94821d8b95782, 'wp-content/plugins/foogallery/freemius/templates/forms/resend-key.php', 1, 0x00000000000000000000000000000000, 0x9de4a57c639affff355d2bcb823dd1bf, 0x5c29b624ff63906f9e5f1a3c4c0910acd89437e35c6edb4e7f2a170e8a8b52e2, '', 0, '?'),
(0x711069abea2070f88a85c38aabab10fa, 'wp-content/plugins/foogallery/freemius/templates/forms/subscription-cancellation.php', 1, 0x00000000000000000000000000000000, 0x28bba4917fdb3cfb932d0a5c2a57c757, 0x1429504660167a3507af5fa814f383dc08d3e695c80b157ea17ba7b39490f351, '', 0, '?'),
(0x43230f39a55a1be4c1e5e8df5826ae8c, 'wp-content/plugins/foogallery/freemius/templates/forms/trial-start.php', 1, 0x00000000000000000000000000000000, 0xda69ddab0544b42ff12894b5331188ad, 0xc390f71148b173095223e8f82254b3430a575b8aadfbd83038da2e862427131a, '', 0, '?'),
(0x6f5e5c3fbc629e1e40158defacd66eab, 'wp-content/plugins/foogallery/freemius/templates/gdpr-optin-js.php', 1, 0x00000000000000000000000000000000, 0x70078751bb291703d43dc9741bb57b43, 0xee1e6620d7d7d574a610831c8209b7fb2c02616d9e97809a3fcf2a12471ca4e9, '', 0, '?'),
(0x4c7b1cfd356487d18f1805083e0c01e6, 'wp-content/plugins/foogallery/freemius/templates/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xe284e499578f77a564d42782711a9c69, 'wp-content/plugins/foogallery/freemius/templates/js/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x83d869c0589b5c2c2ae86c8228f49a2f, 'wp-content/plugins/foogallery/freemius/templates/js/jquery.content-change.php', 1, 0x00000000000000000000000000000000, 0xa92f903645a3f6ab4494cea538e44813, 0x0630f3a503c4082068fe6ff17813f534a24884598aaff6eafad8508039418549, '', 0, '?'),
(0xbe8c72438d2bc2b3d9e626f1d1d97e27, 'wp-content/plugins/foogallery/freemius/templates/js/open-license-activation.php', 1, 0x00000000000000000000000000000000, 0x02adb02dfebd532d440093049902321e, 0xbbcd1673d1839fafac1733f38757ae828293f6c0f07ee65750d8bb3ba9281d58, '', 0, '?'),
(0xe9049e3fb8ac1bc6fe17e765d0c9bde6, 'wp-content/plugins/foogallery/freemius/templates/js/style-premium-theme.php', 1, 0x00000000000000000000000000000000, 0xcb25925988e43ff7a7bef039c6a66b4d, 0xcdb958b35f50b9f4d4c13305eb705004e81099b8b4607b20c798493a88907f41, '', 0, '?'),
(0xc3629eaf351b974e3d50abff9a2937c4, 'wp-content/plugins/foogallery/freemius/templates/partials/network-activation.php', 1, 0x00000000000000000000000000000000, 0x36f81e5d93a4bc3bc98591ad0420fbc7, 0x55166cae033f8df81f4dc46626abaac90b9c899c9bb49ea60bc97986d2102d97, '', 0, '?'),
(0x20f7a3fdfca5d2f235e4b555a2fc0f3d, 'wp-content/plugins/foogallery/freemius/templates/plugin-icon.php', 1, 0x00000000000000000000000000000000, 0x4df3090174910a497eeb77f99e03a80b, 0xa2193feeaa9526fc103b00e228d98dabf99862059ada02f26710792c89533cce, '', 0, '?'),
(0x39def72bf1b4334d425440092204f77d, 'wp-content/plugins/foogallery/freemius/templates/plugin-info/description.php', 1, 0x00000000000000000000000000000000, 0x345bc0408004508f8b65a3a13d467754, 0x4a291eb3533ed4fc9c0908b938b47523729a7f41188989cc211c45eef0ecfaf4, '', 0, '?'),
(0x23bb619a1d8eb9471bb8a2443c0790e7, 'wp-content/plugins/foogallery/freemius/templates/plugin-info/features.php', 1, 0x00000000000000000000000000000000, 0x065b587a7d21f311551b5701739e9121, 0x53f32286a10030e614ca74601c712e2a643150baa43b5ad963fc80e0bf2e3902, '', 0, '?'),
(0x3037d7cbdc7aa7c666311ccd58ce176c, 'wp-content/plugins/foogallery/freemius/templates/plugin-info/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x385ac8c65ff5af2e487009609300c599, 'wp-content/plugins/foogallery/freemius/templates/plugin-info/screenshots.php', 1, 0x00000000000000000000000000000000, 0x653f2067b5b33459d1f8c29fedef5dcd, 0xaef1c9b953cbf2f940bffcddc1094d868f483c2a19851701378d96462c02081a, '', 0, '?'),
(0x6b16e3ffa74310b4b8b7028a8db4af6b, 'wp-content/plugins/foogallery/freemius/templates/powered-by.php', 1, 0x00000000000000000000000000000000, 0x11be8835fdf9abf142a71d08ea6bdfd7, 0x82fc64a1b5c52123e42a1d1a0cff594c0d6b77cb066aefc3e5883d51eb26ffbf, '', 0, '?'),
(0x02061f8d6e3d73bf4ff51b8d88dd0e09, 'wp-content/plugins/foogallery/freemius/templates/pricing.php', 1, 0x00000000000000000000000000000000, 0x016708caa45f0f586ed9769348b87ed4, 0x4665b26afcdb524330e2b237c2ee9b5aa5763a061d876035862adcb99c5361a8, '', 0, '?'),
(0x853c75b39cd3f52ea43324e15cdf0589, 'wp-content/plugins/foogallery/freemius/templates/secure-https-header.php', 1, 0x00000000000000000000000000000000, 0x50cb156a9ddde7423771c8ad5dd4e890, 0x15fe45dc721d22af4fdaa69fb66698fbfbbc14cefae07d53b77bc9dbe7d1c716, '', 0, '?'),
(0xf8fa77f62d57f17948df877906a80f60, 'wp-content/plugins/foogallery/freemius/templates/sticky-admin-notice-js.php', 1, 0x00000000000000000000000000000000, 0x86175a759e442e3040a860876430b6f2, 0xe44cfc7701e90eab3f8a8fbdd048912bc0f26314e68d326eb590c27aedc13847, '', 0, '?'),
(0xd510534a548e273257e7c763a9390bc5, 'wp-content/plugins/foogallery/freemius/templates/tabs-capture-js.php', 1, 0x00000000000000000000000000000000, 0x079a090d941e1aab3c00021d8cb38020, 0x401f37d2c231efcaac841ddca7a611411a0eab847bdc9879017124a431017329, '', 0, '?'),
(0x9576da7e1daeb6f84efd72bcc67faedc, 'wp-content/plugins/foogallery/freemius/templates/tabs.php', 1, 0x00000000000000000000000000000000, 0xa7e0ac3b015ffed16492b89078e10e0e, 0x068cb5f07ece83e5ef810278660dd1595f2a5498a61088146af9127a8205f49d, '', 0, '?'),
(0x4c86256bea0803b0e14d532aebc6d050, 'wp-content/plugins/foogallery/gulpfile.js', 1, 0x00000000000000000000000000000000, 0x6cc4472d3906d075d2108cfa7a231e45, 0xcc6794f2ec3acaf92b272e3044b87e76f6f8ec39dfb2f8ff040924cf7d5adcc2, '', 0, '?'),
(0x09a7baac0017b48799fb1ef823d333f4, 'wp-content/plugins/foogallery/gutenberg/class-foogallery-blocks.php', 1, 0x00000000000000000000000000000000, 0x9d6c518078331bcaa982823ff5df8b3c, 0x7b39fd5bbdf1790c0e697fef1dc21a08a13341bb79cbcd94c76330528b63ecd6, '', 0, '?'),
(0xb8f129ba3f5995d7a341229ae611118e, 'wp-content/plugins/foogallery/gutenberg/class-foogallery-gutenberg.php', 1, 0x00000000000000000000000000000000, 0xbbc0445acb356eb1a2100aa56aa4611e, 0x8922cf73d302c647c8e58a772e6e77379b8d604e69cd7f07b9813477d1958643, '', 0, '?'),
(0xca5440f8c127586c275d37e66db9bc0d, 'wp-content/plugins/foogallery/gutenberg/class-foogallery-rest-routes.php', 1, 0x00000000000000000000000000000000, 0x2fbd33760bbe51838979c1eaa17bab09, 0xe55806f6868af65e57b90b8a6a3c642ef248ab23874a501887e55df6e7d05db1, '', 0, '?'),
(0xbea86807384494b626ed8483fe0582af, 'wp-content/plugins/foogallery/gutenberg/config/paths.js', 1, 0x00000000000000000000000000000000, 0xb1772bee313822f2681887d47fb28200, 0x45405b51c447a02bb4695f517025935c476a5cbc74d4877baeebcc7d62544492, '', 0, '?'),
(0xa0eb9618da0cf95018720ee5ac42bc7f, 'wp-content/plugins/foogallery/gutenberg/config/webpack.config.dev.js', 1, 0x00000000000000000000000000000000, 0x4479ecc2cbd8916be7f6379226e7618d, 0x19956b4637f102d18d5c30939845c89dbd6fa0f35d7153783c2fa752717c7038, '', 0, '?'),
(0xce8cba977e1d83c4caebd91a6956de25, 'wp-content/plugins/foogallery/gutenberg/config/webpack.config.prod.js', 1, 0x00000000000000000000000000000000, 0xac7eb43c8915990443fcce53e60df1f0, 0x9cbbeb5137a8c9ecccfc0f95dff0d6d5e8309f025165c28baa2bde12b633966a, '', 0, '?'),
(0x41b5e668c6bb9c11b59943cb14805f1a, 'wp-content/plugins/foogallery/gutenberg/dist/blocks.build.js', 1, 0x00000000000000000000000000000000, 0xed1a593fdb3eec41f36e46f3e5832a27, 0x43cd24c39fbf331a8a8a518c4f12f613fa3508034e5105b468b04ffa27d14fdd, '', 0, '?'),
(0xead04a8b7078cafa68ba2c98c19a5f9f, 'wp-content/plugins/foogallery/gutenberg/dist/blocks.editor.build.css', 1, 0x00000000000000000000000000000000, 0x73c3c5a9f9fea2878a29ea8b229632e1, 0x2776f54d47da337819167d014fc16c4e2652950862fcbe77ef22584dea225718, '', 0, '?'),
(0x49616a1032923760b57a49eb00b3d393, 'wp-content/plugins/foogallery/gutenberg/dist/blocks.style.build.css', 1, 0x00000000000000000000000000000000, 0x6b1e1ad343dfab26b270c482cb9b6007, 0xb47aaecd94097de5898e3b2f7c50e8f7737c75b9de08db6606cd17196315acd8, '', 0, '?'),
(0x4ebf849a6dca0c8f9045e110ec1bed18, 'wp-content/plugins/foogallery/gutenberg/scripts/build.js', 1, 0x00000000000000000000000000000000, 0x0c82b8d135fd3faf82db792b43432077, 0xddf8e847d285e72978da64231fed994b9a7c47b8715b6a704949619ca80e2055, '', 0, '?'),
(0xe1d50c419e17c5efdffd8659a75b18fa, 'wp-content/plugins/foogallery/gutenberg/scripts/start.js', 1, 0x00000000000000000000000000000000, 0x7c5108fac47b6863c4a8be154939316c, 0x40494c71601e60ae5ca23da79de29818af72389a68ab21f17829b57362c4193c, '', 0, '?'),
(0x3fcb0b7a257ea76df8f4eee50c043e31, 'wp-content/plugins/foogallery/gutenberg/scripts/translate.js', 1, 0x00000000000000000000000000000000, 0x23161bd9125353455482e399caeeff94, 0x7bd9e3fb5a8555ee0f9136dc3b68ed0982eafa7c9aee29b42b2fa68eb64dc1e6, '', 0, '?'),
(0xfe3ed7e023268e5a6dbff6be5dfbfa0d, 'wp-content/plugins/foogallery/gutenberg/src/block/edit/components/block-controls.js', 1, 0x00000000000000000000000000000000, 0x48ecb9177ef559b2461c8b21b5c550dc, 0xccd67c3643e9ece14cf13d34caa425787c1ec46c759156da3b8af323f32e7208, '', 0, '?'),
(0xc32043ec53988cd82b8792d5c1aeec2b, 'wp-content/plugins/foogallery/gutenberg/src/block/edit/components/index.js', 1, 0x00000000000000000000000000000000, 0x4dd0e29d95656f46bb2f706cd336dbbf, 0x0088c2aac11e43d25b96660856d8e91b74e48ca97a355a4d16e66f7150b87b76, '', 0, '?'),
(0x82bf20beab28b598da7af8b95346ca5d, 'wp-content/plugins/foogallery/gutenberg/src/block/edit/components/inspector-controls/editor.scss', 1, 0x00000000000000000000000000000000, 0xfcaf30adbf02793eb820a2b0b3d413ca, 0x8f89ca9c232dd11f0c8d88f1794a3b2c10e90e1ca91b24d758a4f0ccb50b9f40, '', 0, '?'),
(0x0308065a85ec42d7725eba33d2340f91, 'wp-content/plugins/foogallery/gutenberg/src/block/edit/components/inspector-controls/index.js', 1, 0x00000000000000000000000000000000, 0x91b285379f1647875b6b6806d86b4673, 0x20265c936771162ff9045b2d51522e43b5c051b6661b731ecbaf831efaa0e811, '', 0, '?'),
(0xd9d18839ee56e183d7c3dd8a1d53b173, 'wp-content/plugins/foogallery/gutenberg/src/block/edit/components/modal/editor.scss', 1, 0x00000000000000000000000000000000, 0x4e92ff719db6856dd93cdbc32c5ef0c0, 0x52140bb072d9126cbaa90aeb730e408d0a44ba3092eefeb395968c6e597009f0, '', 0, '?'),
(0xf553272b9165a9f8c0162a2923f55f7d, 'wp-content/plugins/foogallery/gutenberg/src/block/edit/components/modal/index.js', 1, 0x00000000000000000000000000000000, 0xbba791096f6f738fdad54e3e52112587, 0xbf73e028eb6dee3861c251b16be062ee384c0d175577c61e0491db46c056f024, '', 0, '?'),
(0x534dafb5ad7fbc6d4f90c9b78359ad77, 'wp-content/plugins/foogallery/gutenberg/src/block/edit/components/modal/item.js', 1, 0x00000000000000000000000000000000, 0x6624640341668f57ad3a9d77e1387183, 0xa59368631b72fba984ec8722b4d5fa2621479668d4534f6e97755359d4ef5445, '', 0, '?'),
(0xce1dfb6a5ce4bce83a091c978c4869ec, 'wp-content/plugins/foogallery/gutenberg/src/block/edit/components/placeholder.js', 1, 0x00000000000000000000000000000000, 0xb342af1900eb8cc33f475f7c0cb26326, 0xac5de2051a9a08e67f9b47c98a5b116fa862257f92158e8805298be8dd84b7ff, '', 0, '?'),
(0xca5bb949f03cd10cd67d56f7dc025979, 'wp-content/plugins/foogallery/gutenberg/src/block/edit/components/server-side-render.js', 1, 0x00000000000000000000000000000000, 0x354e8c19414e38529869c2f5f962a849, 0x2633065245a35176187e0e8bc70f391dc99c59298f5134449da8b598dafb9378, '', 0, '?'),
(0xb2af1d673b838153fe7fac2c7dc6dacd, 'wp-content/plugins/foogallery/gutenberg/src/block/edit/index.js', 1, 0x00000000000000000000000000000000, 0x8ae79fb3a00685698983c16f333be8f5, 0xd7779deb658e0bcd2483e470e731f579bc1dbac7331e7a8178c31a2e2878a326, '', 0, '?'),
(0x168f4ae77e1b0dfd5e9bb4af158e639c, 'wp-content/plugins/foogallery/gutenberg/src/block/edit/rendered.js', 1, 0x00000000000000000000000000000000, 0xcaa3b22b321092cc666f6774bcda1d49, 0xc38d42c152c410c7379c507f85d36b4e0210bd027ec4ad305756c4d20c7a7ded, '', 0, '?'),
(0x9240ac56568be5f9b411d309ab74b012, 'wp-content/plugins/foogallery/gutenberg/src/block/edit/views/duplicate.js', 1, 0x00000000000000000000000000000000, 0x34a70259bb5887d21a6758cf35859030, 0x1a462d11a94b2e32ef6490bcf8ae34e39b6da8e5db4d39c8cad60595f43b7eff, '', 0, '?'),
(0xd2beb3799eacbcc81fbab89c06c99125, 'wp-content/plugins/foogallery/gutenberg/src/block/edit/views/empty.js', 1, 0x00000000000000000000000000000000, 0x8149782c640bbdda1d257933d7f44de7, 0x646261995639c5a3b1f404bd38ef54d8d22285dc241217282b8f69c31381c3d9, '', 0, '?'),
(0xe4864d206cb2e34a6e2331911d0cd242, 'wp-content/plugins/foogallery/gutenberg/src/block/edit/views/index.js', 1, 0x00000000000000000000000000000000, 0x85165e826944666ac9844fd81a66faf1, 0x89ae718f62e9285794dcc6059cdef6d5969ed3479bcb7973d4408cc514deec46, '', 0, '?'),
(0x9c8c4d0641c3089f79cacd5e6c98c93e, 'wp-content/plugins/foogallery/gutenberg/src/block/edit/views/populated.js', 1, 0x00000000000000000000000000000000, 0x5084faae38f690043d573f9cc45a2359, 0x67b55a9eea50fd1b638e2a402f960a51b8ea96644cd25a66a853b52c75942d05, '', 0, '?'),
(0xa305eb25065a72be7be8d83184a5989a, 'wp-content/plugins/foogallery/gutenberg/src/block/editor.scss', 1, 0x00000000000000000000000000000000, 0x73832aff337dd4dd9c54da1c24bc416d, 0xc0e8d47aa90bc0de8cbac57816c85f9c3718c42c99e1dde123b3d524b0557ba0, '', 0, '?'),
(0x810ba60a8e9727a4f943f23000432f6d, 'wp-content/plugins/foogallery/gutenberg/src/block/index.js', 1, 0x00000000000000000000000000000000, 0xa5379745f61a0dd629878349efc9de54, 0xc2d9a307fb5b3beda6e5fe3da6a962e3aa0d6c203e5ea8bcc96c6452638966d5, '', 0, '?'),
(0xe222167c0b1fd34fec6f2eb780b6e72e, 'wp-content/plugins/foogallery/gutenberg/src/block/style.scss', 1, 0x00000000000000000000000000000000, 0x775e82e8d07f8207dbbe332dc72be87c, 0x9e4688fd4b945f0eb01d56e7b10893005f9408908b2e82381977e7fac314403e, '', 0, '?'),
(0xb6c1fce4f25e9839d9960a646a3fe8e6, 'wp-content/plugins/foogallery/gutenberg/src/blocks.js', 1, 0x00000000000000000000000000000000, 0x91cd2886c3a6d1322996db1a3c823245, 0xca0d5d95355d545e31d6c14e4c39cbcb2e3deb0d8dc6b50427804cb47fac6273, '', 0, '?'),
(0x2245829ffd05d0732d68cc5c76cac8e5, 'wp-content/plugins/foogallery/gutenberg/src/common.scss', 1, 0x00000000000000000000000000000000, 0x81d35603dd50b050637969146d56326a, 0xf2799966573a017592c311c9bcef28941ddeb730b25b13d61b03ec5884c5879d, '', 0, '?'),
(0x87140dbc668ba6d6755ea9b4ca7d43ec, 'wp-content/plugins/foogallery/includes/WPThumb/wpthumb.background-fill.php', 1, 0x00000000000000000000000000000000, 0xc2d95ba54ef72c987adaab29d3c9576d, 0x03f7d23f6e1bd73f48a18b3ee189c13126d5c6b58f6541a929fef356b90397ff, '', 0, '?'),
(0x14fe7b85ea80efa79de4e8af5a27fb94, 'wp-content/plugins/foogallery/includes/WPThumb/wpthumb.crop-from-position.php', 1, 0x00000000000000000000000000000000, 0x3351fc070ce93ec2bbf6451ef9a99578, 0xf01c24c056230ce716a81c2e4e53de275b088aa7fc94669ac663f8c55e3989a1, '', 0, '?'),
(0x321e7b48d75dc4c5f6be4d0a222a7f20, 'wp-content/plugins/foogallery/includes/WPThumb/wpthumb.image-editor.php', 1, 0x00000000000000000000000000000000, 0xd6db69523be5af383c9a6e1dc8f1ee9b, 0x55e531b1128c06476bd6bb41345e07668a8b0de9b83d9aaa9a1ef59f75f6fb1e, '', 0, '?'),
(0x0d097070229f261615b07ac66b3c10ee, 'wp-content/plugins/foogallery/includes/WPThumb/wpthumb.php', 1, 0x00000000000000000000000000000000, 0x3e5b89d864315b57d356aa339b4b9744, 0xc0fb761fdea8fe1a4fb22ec8abc4da615fb93537675ee3723ffecf039d2b311e, '', 0, '?'),
(0x359c86b5c6979e88d487599cdf4517e0, 'wp-content/plugins/foogallery/includes/WPThumb/wpthumb.shortcodes.php', 1, 0x00000000000000000000000000000000, 0xe359efd26e093863ddc96e96eea6f1b3, 0x5f77a3c6700a023318d95a6d4b4d83b2f0d6440110910e70fa306cf57efd780d, '', 0, '?'),
(0x04d42cf582213e685c91fb36cce46022, 'wp-content/plugins/foogallery/includes/WPThumb/wpthumb.watermark.php', 1, 0x00000000000000000000000000000000, 0xbdb0eb2c8b332630d1bba59542d865aa, 0xd9732f61124e843378d35d3327dd02420b848adcf11209b963a6541e4590c667, '', 0, '?'),
(0x9ef0fc0ab778eabaabd70b016cfdc3e3, 'wp-content/plugins/foogallery/includes/admin/boilerplates/blank/foogallery-EXTSLUG.txt', 1, 0x00000000000000000000000000000000, 0x93422a18bee309aeb23c2f4065ab9fa2, 0xce2bc478a31f0430f5e3bf5ac47fc30959cd2f44e8af9d92e2a8d7abaf56fe2e, '', 0, '?'),
(0x3206739e295de3e7fa82206c351a0b94, 'wp-content/plugins/foogallery/includes/admin/boilerplates/lightbox/css/lightbox-EXTSLUG.css', 1, 0x00000000000000000000000000000000, 0x46cd5d7ab6e8903dbb148c8cef24796e, 0xc0f14c9c9a61bba815b2a35c881ad66f8a2845a730e2d5c1c1edc12bcb7b13a0, '', 0, '?'),
(0xb232c8dff15dc8f4bd2424d16b334646, 'wp-content/plugins/foogallery/includes/admin/boilerplates/lightbox/foogallery-EXTSLUG.txt', 1, 0x00000000000000000000000000000000, 0x6687ab48964158fed2ff1e177bc0bff1, 0xa0229d2f4fcfbd632558e50908be4dd7e424bb4d4cd9c682658f33fe5e210cfb, '', 0, '?'),
(0xb4607f346932a81705c5e8ec1b5daf4a, 'wp-content/plugins/foogallery/includes/admin/boilerplates/lightbox/js/lightbox-EXTSLUG.js', 1, 0x00000000000000000000000000000000, 0x18b2915b06da15cf639c3641585cb7f0, 0xc418d675d46ac9940a3524d3a460f2129b468930a327e532656e9a8bff82628d, '', 0, '?'),
(0x5ea2cf50ae551195d557df36850d9861, 'wp-content/plugins/foogallery/includes/admin/boilerplates/template/css/gallery-EXTSLUG.css', 1, 0x00000000000000000000000000000000, 0x96acfab28ded1a812e340010e8903b80, 0x24936998efeca88dd36026047fa20d387a16a36fb1d0eaaea1c07bd9ac4f6307, '', 0, '?'),
(0x614b911637a93dc118eac851df2e7d81, 'wp-content/plugins/foogallery/includes/admin/boilerplates/template/foogallery-EXTSLUG.txt', 1, 0x00000000000000000000000000000000, 0x2b6b99dcf6ff3fd1e83ff23ede36201c, 0xc982c1babe30740ee18806a8b0f3c7eb950091e6735767a9c9a950ec3f257726, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xdde130153573e9f29b2f0eae82c3ac71, 'wp-content/plugins/foogallery/includes/admin/boilerplates/template/gallery-EXTSLUG.txt', 1, 0x00000000000000000000000000000000, 0x3072f4ee345aaa6cc93754e5514abe3e, 0x9d13709f8cd779dcad4e965c01eb2cb42f7daf1b59a40b62a0005f8a5a773ca0, '', 0, '?'),
(0xce695e269efffa6daaf30f68faa2e2fa, 'wp-content/plugins/foogallery/includes/admin/boilerplates/template/js/admin-gallery-EXTSLUG.js', 1, 0x00000000000000000000000000000000, 0x97e6c9eefad41066e93ef2fd454ac466, 0x08b7c7dfa64862223d2e213cf4a2a870e77b2e15636024f4f87dbc5d5f144085, '', 0, '?'),
(0x1ae4871d2b74768a6e354338fe860c86, 'wp-content/plugins/foogallery/includes/admin/boilerplates/template/js/gallery-EXTSLUG.js', 1, 0x00000000000000000000000000000000, 0xda2b5a2df88f4c20d227db99353eef84, 0x64f29049d86e00bda7f31dc940bfc0f801ca45ed7503fa6ec1146647d5f5de17, '', 0, '?'),
(0x7cfe94d03eaf9b27824864650c6fe9a6, 'wp-content/plugins/foogallery/includes/admin/class-admin-css-load-optimizer.php', 1, 0x00000000000000000000000000000000, 0x19d588b52d301788fc3e5f4db38be788, 0x9be9a1a014a0f30834821bbb00ea51fd8446b5164ec80e968f703105d3115619, '', 0, '?'),
(0x31c18b60e2b3ba55f9224405c73d4c63, 'wp-content/plugins/foogallery/includes/admin/class-admin-notices.php', 1, 0x00000000000000000000000000000000, 0x00f14c5b00583c3dd7cc443b9dd89c46, 0x0b307c4a4202a7dce058df6b8674806d0bd93a44123ddac50aece9bd9e22eecc, '', 0, '?'),
(0xc047550b9a50a7cc22db4a644eea3056, 'wp-content/plugins/foogallery/includes/admin/class-admin.php', 1, 0x00000000000000000000000000000000, 0x2c732b12cae6020dbb5969a60a6e9ec9, 0x792bb95ee2a2e0fea472f4a70ee7126bdfc4916d5819c48975ae15f84053b80b, '', 0, '?'),
(0xf58f846ca64f9959c303019186f7c158, 'wp-content/plugins/foogallery/includes/admin/class-attachment-fields.php', 1, 0x00000000000000000000000000000000, 0x705dcbab58d9d792210be67cb291282c, 0x221061032eed8190b0e60183421cdd34191bda8a1186aef352cff4444458cc7d, '', 0, '?'),
(0x85fd56ef112fcfa85fd4e74781e19eef, 'wp-content/plugins/foogallery/includes/admin/class-boilerplate-download-handler.php', 1, 0x00000000000000000000000000000000, 0xd965c65cc36123938d250013c0905afa, 0x5c4bfba46a637fd2a95f913ceaab294114126bb5f5612e4dc7d614b4e106cd82, '', 0, '?'),
(0x83ebad381f5602239eee9dff91a86e08, 'wp-content/plugins/foogallery/includes/admin/class-boilerplate-zip-generator.php', 1, 0x00000000000000000000000000000000, 0x090935b8840ca61c368dd3b0926c9bb4, 0x484f1bd16f888670d1b7fa147c33ced7f12e265216823f80bb677e468173b7fd, '', 0, '?'),
(0xd8b1f187d30dd040fbebd6ab4a57a1ac, 'wp-content/plugins/foogallery/includes/admin/class-columns.php', 1, 0x00000000000000000000000000000000, 0x341ad28729c4c0989d04c743b1217b5f, 0xbef760bdd62fd80b6a4897b4bf976e96f7bd60bdbc0498115683a6756c40b8d1, '', 0, '?'),
(0x5bd1223520c10eacc178005d4ff29039, 'wp-content/plugins/foogallery/includes/admin/class-extensions.php', 1, 0x00000000000000000000000000000000, 0x118fe6a1c1c4d21d055f9ca3069f23f2, 0xf1f66967891369375b55757bbe74b1a37fccf85edcaedf19ef79cf4b945285d3, '', 0, '?'),
(0x69f65b2c9262b6cbf16e23a22e2564d0, 'wp-content/plugins/foogallery/includes/admin/class-gallery-datasources.php', 1, 0x00000000000000000000000000000000, 0xd26be254dde9c0d9e032b85ffe99ef6a, 0xa2934217043b0c338ca4b3b80f078ff242734ae6a03cded17fc43d0e273ffa43, '', 0, '?'),
(0x6fd25abdd7a88124494e07c074b24a0a, 'wp-content/plugins/foogallery/includes/admin/class-gallery-editor.php', 1, 0x00000000000000000000000000000000, 0xd33721c7371db581503bc5720bc6fec8, 0xed3cd4f93979d773371049d8e7e8bdf22f20b23942f96e0755290a7416e1c6da, '', 0, '?'),
(0xb3133eee1f95ec96318283fe24a5833a, 'wp-content/plugins/foogallery/includes/admin/class-gallery-metabox-fields.php', 1, 0x00000000000000000000000000000000, 0xd0aa4cfd6092b74cac5a285c5f5c957a, 0xdd7f04d42b6511615b36c8d52518eb5a75705782dba3331687d2953b45c8039b, '', 0, '?'),
(0x94214b2446512a0763930902db1ab1e2, 'wp-content/plugins/foogallery/includes/admin/class-gallery-metabox-items.php', 1, 0x00000000000000000000000000000000, 0x275db9a999c04e11e56971b187a00257, 0x2a02aa3ae796ef7045ae82e22df557ddf1b5b9f69b73c3bd742140b1caf2e059, '', 0, '?'),
(0xf0b80c29e2b94d96766e56eb6ff0295c, 'wp-content/plugins/foogallery/includes/admin/class-gallery-metabox-settings-helper.php', 1, 0x00000000000000000000000000000000, 0x240f56c3d4aeab126c47e5460fb43b68, 0x7e33accc059f16b4261f76a4edddddf37eaa883ec885b19a20aa09092aea46c5, '', 0, '?'),
(0x2851fe1a69a91bb9e397315b7a8c1787, 'wp-content/plugins/foogallery/includes/admin/class-gallery-metabox-settings.php', 1, 0x00000000000000000000000000000000, 0xf7342643a1f206a31931451738d5d30a, 0x9be49575f56282bc79b2c052e726d671645e94b75b1d98650b7dde761f1ff662, '', 0, '?'),
(0x6b3194115d4f1482fd032b29ff3c9ea8, 'wp-content/plugins/foogallery/includes/admin/class-gallery-metaboxes.php', 1, 0x00000000000000000000000000000000, 0xf8bc4d08b7d770bdd30f7fc0b6eda7cb, 0x3c595bf5f2f779796539d0995302093e216849d15616cbc4fe8f4795bc4d6680, '', 0, '?'),
(0x5a1ea77020c24a36eb35f445706bcba1, 'wp-content/plugins/foogallery/includes/admin/class-menu.php', 1, 0x00000000000000000000000000000000, 0x860125474b9fc4dd440fad7e5ec67718, 0xe4b345a57cab8a52c3226b253da16e7380b890c1518ce5dd56eccd48403f6423, '', 0, '?'),
(0xa47ad713a3f18f43cb069d33ff553af9, 'wp-content/plugins/foogallery/includes/admin/class-settings-image-optimization.php', 1, 0x00000000000000000000000000000000, 0xc3514412a578e7b38960534effad58d4, 0xeb9d9ad91b0b8a1641560094e8d80c1972920e4b3f16e3fee8e0653b1b683a01, '', 0, '?'),
(0xd50da4fd10b2403307318c8b70273335, 'wp-content/plugins/foogallery/includes/admin/class-settings.php', 1, 0x00000000000000000000000000000000, 0xbf0e1b049203e3d387e33d5c4c3ede6a, 0xa572e7dd6c8bc63f272e79aba2abf7abd1eeba220302a26332a476780cd43add, '', 0, '?'),
(0xe7ba134c32943b34cd67e5c8874e6415, 'wp-content/plugins/foogallery/includes/admin/class-silent-installer-skin.php', 1, 0x00000000000000000000000000000000, 0x76afde434582c9c88958e03ec522eb59, 0xb8aebe2e18620fd18414d31963ae11a1105c7b0cedc671b9821af4c07c03a5de, '', 0, '?'),
(0x94c3d4814a0e2360fa33e494cc05def8, 'wp-content/plugins/foogallery/includes/admin/index.php', 1, 0x00000000000000000000000000000000, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0x06fcfc2739a87d350b000d27b51c1e7e, 'wp-content/plugins/foogallery/includes/admin/view-extensions-build-your-own.php', 1, 0x00000000000000000000000000000000, 0x326e89523e300b58c8d0df3f4b976c3e, 0x7d9da55f2e763a9bfe6d29ad9799cee263cf2a1ccd7b66748ad61680b9adf131, '', 0, '?'),
(0x11f9e5e93001e27616c70dbb6c5b8dfd, 'wp-content/plugins/foogallery/includes/admin/view-extensions-popup.php', 1, 0x00000000000000000000000000000000, 0xfa78881cd46ed556aa783e91cb98f05c, 0x8f2ffd5590c6dffa9f4a138d1abf2de3e6c750c7b8b521a90a5bf69633fc4c7b, '', 0, '?'),
(0x6c69b5f97f5f1b6ac0552f5f2dafbab9, 'wp-content/plugins/foogallery/includes/admin/view-extensions.php', 1, 0x00000000000000000000000000000000, 0x3bfa82db154299836b6f8ca11ee982fa, 0xe66cc8a5c64eac45e348aa5244921376887166c40f37b1cbb851d2f5dc4f532d, '', 0, '?'),
(0x4772172144e786b84d51c7993c86c0ec, 'wp-content/plugins/foogallery/includes/admin/view-help.php', 1, 0x00000000000000000000000000000000, 0x68bc689405aefba098fc602d10b374e4, 0xef0daa362def6c2b128da51be010d0c8f95fbb33f6987aa3fdb4c28d00453948, '', 0, '?'),
(0x94a697e0760236491c374ab93dbab455, 'wp-content/plugins/foogallery/includes/admin/view-system-info.php', 1, 0x00000000000000000000000000000000, 0x29557c2947549f74e87eb5e4f30f2ed4, 0xa8b39a8ca44a43e58891c40ac522bec5b5505411d767680a05cc72134727b645, '', 0, '?'),
(0xb051e23c36d2e2665550e349434b192f, 'wp-content/plugins/foogallery/includes/class-attachment-filters.php', 1, 0x00000000000000000000000000000000, 0xe976ea01737e76759cd47e271decfc69, 0x531babcd804805c05b0a874f1399d2f99ddfa66ee141b49c1fc3528689a59f38, '', 0, '?'),
(0xf068782a6c72dd53586638e5063a5dc6, 'wp-content/plugins/foogallery/includes/class-foogallery-animated-gif-support.php', 1, 0x00000000000000000000000000000000, 0xd894952513c5db09b1468593fd74cd27, 0x0f665151bcad757a501474fdba48b095ddc305be15fc4589bacf6f79e4931f09, '', 0, '?'),
(0xb30bcfc3a24bbc5ea1ec2ea16501f6bf, 'wp-content/plugins/foogallery/includes/class-foogallery-attachment-custom-class.php', 1, 0x00000000000000000000000000000000, 0x656c9cb6debb032ec4e83c560a73ee41, 0xc5bdd408e1111c17df4faca7ad28256667bd1daec1253f72a4522b62cdbdefc0, '', 0, '?'),
(0x7d5f2874a79ba35ab288824c6ccbd980, 'wp-content/plugins/foogallery/includes/class-foogallery-attachment.php', 1, 0x00000000000000000000000000000000, 0xc3ad543cdd9ddb82e2c0370a4f2b3a77, 0x57e1ffe025729a99de519e472f8abf05259e66e40fd66ba8db88892296665e0d, '', 0, '?'),
(0xae4688e934259d98440be59ed3b9af11, 'wp-content/plugins/foogallery/includes/class-foogallery-cache.php', 1, 0x00000000000000000000000000000000, 0x293529a3773f0be765bd5190316530bd, 0x91ee9b2e9e4624d133b3ade6b33b48058277842e395ef2be3e5d93e8e2f0e1d6, '', 0, '?'),
(0x9902604fffd55913f87b9e61e30e5b81, 'wp-content/plugins/foogallery/includes/class-foogallery-common-fields.php', 1, 0x00000000000000000000000000000000, 0xd44080f6a2b9b80852873fad8a744d93, 0x4a8ecd6f6db685e9e54f148a0b9a46fd582a6f1c9113024b2aa160984046c1ea, '', 0, '?'),
(0xbaa35e6d2a5914c5b27c8aa57ceaad3c, 'wp-content/plugins/foogallery/includes/class-foogallery-datasource-media_library.php', 1, 0x00000000000000000000000000000000, 0x3fb6a671bedd673108090904a1cf9aab, 0xb0759875dbae1d4f1165b46f53b5d21cf08e3a6aeac595f6a62ab845580504fa, '', 0, '?'),
(0xd7238fdd8fdba16182d00ea694dfad19, 'wp-content/plugins/foogallery/includes/class-foogallery-default-crop-position.php', 1, 0x00000000000000000000000000000000, 0xce29c068a73f579f28c1170f6513ee65, 0x8b36decb213e2084537d8fcb19282d277640365b70b447d6ea575bb450773f28, '', 0, '?'),
(0xb008352e68c3ceb32cc614c41e2dc924, 'wp-content/plugins/foogallery/includes/class-foogallery-extensions-compatibility.php', 1, 0x00000000000000000000000000000000, 0xcbac0b3109eff3c89a96a73db75bde99, 0x68eb4e64260c3127cffaf528214af2ee733adf3cc71093d6bddb586af7ecc8de, '', 0, '?'),
(0x23f8c89b2d2b3217d1103eb59b0424c6, 'wp-content/plugins/foogallery/includes/class-foogallery-force-https.php', 1, 0x00000000000000000000000000000000, 0xf83f7d428d6167ee3d12a37c220d2e18, 0x52d907a0661fb217a0bcbb240deb87d7d4e560a0269e3eb62022f65e32f697b1, '', 0, '?'),
(0x03eeed3e4ac044b37c9a28cbaee56009, 'wp-content/plugins/foogallery/includes/class-foogallery-lazyload.php', 1, 0x00000000000000000000000000000000, 0x844b96613e470fa854eb0007c99410db, 0x1ee703fda82f88fea5f10122e8f32b18ed0f0b4e410509f5e74c1747a8d7a8ff, '', 0, '?'),
(0x4ca15b5efeee9f0c28534f347c79ad59, 'wp-content/plugins/foogallery/includes/class-foogallery-paging.php', 1, 0x00000000000000000000000000000000, 0x6e0eee2dedce7d19a7aa5b6592c8b7f2, 0x90273ec8f4e2f3c64de2119f1d7a49658186f59f96c82663de847adc183e474f, '', 0, '?'),
(0x701c4e62ce6642b80f0f659155aba79a, 'wp-content/plugins/foogallery/includes/class-foogallery-upgrade.php', 1, 0x00000000000000000000000000000000, 0x1ff3ac1e2605ccf6c80bc2741c284f12, 0xc049bc86ffef7f1c40e7b2d8d7f790ab1c8679d834ac7984e36b4dcbd807527a, '', 0, '?'),
(0x964a5aaa646bdf47c9cc266c576f2d53, 'wp-content/plugins/foogallery/includes/class-foogallery-widget.php', 1, 0x00000000000000000000000000000000, 0x3197b563025be6aa956ccddadaa293da, 0xdf87e2492f032ec8c4b2d57da4c656d7e9f0c2ad5bd08a562dfc4bf1b02e346f, '', 0, '?'),
(0x4cd9d7e90ffaf460bacc69548839ec7a, 'wp-content/plugins/foogallery/includes/class-foogallery.php', 1, 0x00000000000000000000000000000000, 0xed2bc74039158504e974061196a8c2d9, 0x6100f7622a8216dce1911c8780bb48ef26c6657ea3b73de51798fffca2b914b7, '', 0, '?'),
(0x1921a7cd18ce90e74fbf60df14a12fdf, 'wp-content/plugins/foogallery/includes/class-gallery-advanced-settings.php', 1, 0x00000000000000000000000000000000, 0x6facd467f47f46ee6c073659b6296cbe, 0xb79c2f76dde995c98f682558237f5e4498f7d4ca99033665d2e7dab5d61e603e, '', 0, '?'),
(0x509f7e6d31de9a1580352be2429b6839, 'wp-content/plugins/foogallery/includes/class-posttypes.php', 1, 0x00000000000000000000000000000000, 0xb3aa035761a1918f7cfa8b46f1b508de, 0xe899634ba811014043176b3651be8a47be50077d2300aec56cb6e8fe3b45cddc, '', 0, '?'),
(0x41e081d29e1415d251b71c83e132d036, 'wp-content/plugins/foogallery/includes/class-retina.php', 1, 0x00000000000000000000000000000000, 0xa74a7727ffbf2f3ace4e79354f56b1ed, 0x447fb5390b52587b9f7c0ba210b2c614f0f56ef48ea65ddc9dfd9874e6812d37, '', 0, '?'),
(0x4097bba2ebb2094b278675e51bf3822e, 'wp-content/plugins/foogallery/includes/class-thumbnail-dimensions.php', 1, 0x00000000000000000000000000000000, 0x9917918d27cf05c7b2f18ea1b5384330, 0x2cc8706d5b5dee14f97b932636339acabb2ccdeadd89870c00e44d4860c6c56e, '', 0, '?'),
(0x93ec6e891204b08c41ea18c90a48c033, 'wp-content/plugins/foogallery/includes/class-thumbnails.php', 1, 0x00000000000000000000000000000000, 0xdf204e19cb4a0f9f04c66ebce9034905, 0x87f6fdd7d884959efdbdbff62b53060fd933ff05bdeecc57303954099e468cde, '', 0, '?'),
(0x9c6dead03ec89f82cabb74d1cfb1ee9d, 'wp-content/plugins/foogallery/includes/class-version-check.php', 1, 0x00000000000000000000000000000000, 0x0a364398802dfa38ab752da476d47465, 0x5a6c295a07ad6f0ffb0c06bd41886b5aca765045674edb5bf5d88cb209ca7288, '', 0, '?'),
(0xf937548df85460abe6a7bc39d8e1bea8, 'wp-content/plugins/foogallery/includes/class-wpthumb-enhancements.php', 1, 0x00000000000000000000000000000000, 0x5ef68d3e75320b50f4a7ad8bf6c0edf0, 0xd82f87a9d6556aa8e5d8c53254bfcfe8a8d7244a626e396306b08190f515683f, '', 0, '?'),
(0x62d1870d1b71290a47023e9059ba8d1f, 'wp-content/plugins/foogallery/includes/compatibility/class-autoptimize-compatibility.php', 1, 0x00000000000000000000000000000000, 0xa43837adc78870f7c92e2bd07bd4e2f7, 0x07d5cd4177a8b008910dcd69142a94f04d12d03d00845202a7dfc9467754a9a5, '', 0, '?'),
(0xd0de298f0d34df70b30d4b20fc14008b, 'wp-content/plugins/foogallery/includes/compatibility/class-elasticpress-compatibility.php', 1, 0x00000000000000000000000000000000, 0x9779874d9dab52aa18ff80201498d25b, 0x98e63338e51b428507c5ae435ae6e6f30d811e87d268288365d58e4ba0579fab, '', 0, '?'),
(0xabc9b425d7a2da848a04ab92b51a8ac6, 'wp-content/plugins/foogallery/includes/compatibility/class-elementor-compatibility.php', 1, 0x00000000000000000000000000000000, 0x03965285a7b280af9f5da8fffabdba49, 0x800c53eb055a20bd4d255b1c32703691578f9d38b19c4a9d91526135df7330ba, '', 0, '?'),
(0xb9c3f145fb4726c0bd01f4fbd91abfa9, 'wp-content/plugins/foogallery/includes/compatibility/class-foobox-compatibility.php', 1, 0x00000000000000000000000000000000, 0xc8d9135de9daa3bbc3a83dce4ea40ce7, 0xa5d27af0c60b3f9f4589031876edc293c9275be083ae906bafe7fbda48662157, '', 0, '?'),
(0xcd49611950312685bf67a07c2ee4aa8e, 'wp-content/plugins/foogallery/includes/compatibility/class-foogallery-compatibility.php', 1, 0x00000000000000000000000000000000, 0x09c0551b20571ab5e11d880bc409391d, 0xb20de7b33976c7dc6c4837cb6c828d4e0f2dc6769fb1182612cdc54b0b1ce5ae, '', 0, '?'),
(0xada11df994205c3797f24b8afeb2f41f, 'wp-content/plugins/foogallery/includes/compatibility/class-foovideo-compatibility.php', 1, 0x00000000000000000000000000000000, 0x50cce09ecfceee7620083853c84114c7, 0xcb8513701e0f0b7b2efec13aa44e4db640a8c9d0e5ead05c356b2ee19c5639fc, '', 0, '?'),
(0x50f463221067892eecc4cfc92e08ad73, 'wp-content/plugins/foogallery/includes/compatibility/class-polylang-compatibility.php', 1, 0x00000000000000000000000000000000, 0xff9f67412997b1950347a1f9803673c3, 0xb3487abe059f888539c5a2760a8c83ee516ba56fcdd040fe97b81c3f5d5c26e8, '', 0, '?'),
(0x195a34ffb5e4c211d059198fd9f929ea, 'wp-content/plugins/foogallery/includes/compatibility/class-responsive-lightbox-dfactory-compatibility.php', 1, 0x00000000000000000000000000000000, 0xbd1871ae71e4bc1f7b5c3ff72ff36bb2, 0xe55f51ae2ff30b0701adbd8644fc56676c930c6c6f3159dd14d49226885804b0, '', 0, '?'),
(0xecff9edc003daafacc7e8b99815c3df5, 'wp-content/plugins/foogallery/includes/compatibility/class-wprocket-compatibility.php', 1, 0x00000000000000000000000000000000, 0xf803404a84093832b0ccaa4e3e472aa0, 0xb841bdbc9e422c2476664ab9e9995015d721f887dc7fd1c054fab02b3d22f7bd, '', 0, '?'),
(0x4ec139aafe261a10b98b303bc36311a1, 'wp-content/plugins/foogallery/includes/compatibility/elementor/class-elementor-foogallery-widget.php', 1, 0x00000000000000000000000000000000, 0x75564e965e331e906f4efc291b39fe64, 0xc11907637d45b275932dea5cab68b4e5051a866d8c281316d644b98d74c7c6b3, '', 0, '?'),
(0xb0032fb52765ac9dd5cbfb97055f50a8, 'wp-content/plugins/foogallery/includes/compatibility/view-foovideo-offer.php', 1, 0x00000000000000000000000000000000, 0xfd74dd65ddcd2b18111b4f8f73e8ec92, 0x827c687f37b3173917440ab2c2528ee56271cacf6efd52f42670844d0a8e53b0, '', 0, '?'),
(0x6750d2a1911ef02a9e1539b2b7e131db, 'wp-content/plugins/foogallery/includes/constants.php', 1, 0x00000000000000000000000000000000, 0x7de6626e34748f953800ccc276dc7bdb, 0x0695b8fbc1dca7c3256acd4f50ea9c0cdefc9f9f9a368e56df7d42c9c9754740, '', 0, '?'),
(0x1f748c60b8fe11949d6ab9f33f00cbd3, 'wp-content/plugins/foogallery/includes/extensions/class-extension.php', 1, 0x00000000000000000000000000000000, 0x953c25c996ee75dc27c2c0f877673198, 0x67efb02ebab0947df6ad2dcd6e5b245bd1797cb2a445b0f11dec57fb8546f225, '', 0, '?'),
(0x8ed7e0685e8fe6c3b1e827e6e5df0f8a, 'wp-content/plugins/foogallery/includes/extensions/class-extensions-api.php', 1, 0x00000000000000000000000000000000, 0x5013736012b31645157951eeb140be58, 0x311b0341396f774defe92d314e10ae0d1347b38f9cafa18788a1830519de84ea, '', 0, '?'),
(0xc78041c27da71986c015bc82486bacd4, 'wp-content/plugins/foogallery/includes/extensions/class-extensions-loader.php', 1, 0x00000000000000000000000000000000, 0x79f64baf9b6e59ad62f5729457c99a36, 0x7c6bcd989ab6e156e8ebb673737d8da2ee92360be4d459d9d0e731412d9733f5, '', 0, '?'),
(0x65a7ae6a046390a049b4d06bb31f55d6, 'wp-content/plugins/foogallery/includes/foopluginbase/README.md', 1, 0x00000000000000000000000000000000, 0x0c690504fedb47e9a3bbaba878a9fb7d, 0xef27a003300369ef22d60c95771550a476db99c5550d1e5338ec25570d188957, '', 0, '?'),
(0xa819b05456871d857bf3eca02ffc8867, 'wp-content/plugins/foogallery/includes/foopluginbase/bootstrapper.php', 1, 0x00000000000000000000000000000000, 0xeae1d7155aeb597bc1577342a76122ad, 0x7cb7e0576fe876c30fc3429ea984a395af4653043077d493b74898cf3bd2f547, '', 0, '?'),
(0x340d3ff76d0119f289c3d8220a0c0aed, 'wp-content/plugins/foogallery/includes/foopluginbase/changelog.txt', 1, 0x00000000000000000000000000000000, 0xef78bddaeae32c7825807810becb7c61, 0x6810d8dfb0b8bd44afdefca3ad0bd56587882a91e390bc3c93b1e4acff6a973d, '', 0, '?'),
(0xfc79be31f0b97c01dc35a178ac534af8, 'wp-content/plugins/foogallery/includes/foopluginbase/classes/class-foo-friendly-dates.php', 1, 0x00000000000000000000000000000000, 0x59a722868c99c486e6212ab87647fef7, 0x63288473ce3a126024752d1fbb436a02362eca823558c903c73a05cc2f4ae140, '', 0, '?'),
(0x0cf0cfa60200b1f4fcd03d53509f1832, 'wp-content/plugins/foogallery/includes/foopluginbase/classes/class-foo-plugin-base.php', 1, 0x00000000000000000000000000000000, 0x525ae6a2a8c1ee1985ca216e29cdc51d, 0x216a473d8ddf4240f2a11d8b1ab4c57e8d0cad875f40c989feda4340469e5eb8, '', 0, '?'),
(0xa14212b10669fa43cbfffd0436e88a59, 'wp-content/plugins/foogallery/includes/foopluginbase/classes/class-foo-plugin-file-locator.php', 1, 0x00000000000000000000000000000000, 0x2338122b0532eff125505725b0202777, 0xccd636dcbe82910a45177f00f52edd35ee2c5e02bfeb1b4f6e4bab901b97537a, '', 0, '?'),
(0x278ddc27a188e6c887416263a249bdd7, 'wp-content/plugins/foogallery/includes/foopluginbase/classes/class-foo-plugin-metabox-sanity.php', 1, 0x00000000000000000000000000000000, 0xbf657931cb38347b557dfd175cc2b58f, 0x8f2619dbfb792b210bf51aea02af6305474bc1a05616eae5093b85ff1012326a, '', 0, '?'),
(0xbd0de3929c4294d5a05aa31ea60b460f, 'wp-content/plugins/foogallery/includes/foopluginbase/classes/class-foo-plugin-options.php', 1, 0x00000000000000000000000000000000, 0x633d7710f9618be6f4257e9f277e72b8, 0x3f1ce49e6ed99ce6e5d220712155f9a3b0327e06316a63e7cebc03525c5f8e55, '', 0, '?'),
(0xa2fcc806450f26f0bf2ccb247f7ce89d, 'wp-content/plugins/foogallery/includes/foopluginbase/classes/class-foo-plugin-settings.php', 1, 0x00000000000000000000000000000000, 0x72de719acb935bc1f2661b71dc7c5108, 0xc01b6081d85d69386149fa810501825a61f6c91a804dab12656b890a86cd95a7, '', 0, '?'),
(0x5cac0145214edf0b276b3a256149b7ac, 'wp-content/plugins/foogallery/includes/foopluginbase/classes/class-foo-plugin-textdomain.php', 1, 0x00000000000000000000000000000000, 0x929b38259eeb1901a7cce3d963e3b683, 0xd6a4409d72ab9beb393dbbfd3fe58cca29023e0eba629b241eb22c32971290a2, '', 0, '?'),
(0x2cd9c55849ba975ac7e9163879c36ae2, 'wp-content/plugins/foogallery/includes/foopluginbase/classes/index.php', 1, 0x00000000000000000000000000000000, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0x90922f599bd96832f340640314a6a6ba, 'wp-content/plugins/foogallery/includes/foopluginbase/css/admin-settings.css', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xa2ca6878b43219ffe25e4a3ee0e67888, 'wp-content/plugins/foogallery/includes/foopluginbase/css/index.php', 1, 0x00000000000000000000000000000000, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0xa73580b9c4a0de71e49c579bad3b053c, 'wp-content/plugins/foogallery/includes/foopluginbase/functions/arrays.php', 1, 0x00000000000000000000000000000000, 0xf3a84ea67f61245d476136002ab281b1, 0xa730b3d70583989fa45fa71a9f3fa58778955d284a5d2f0d6b3838525d502d9b, '', 0, '?'),
(0x216e7b11d1d5295d07a88be955a35101, 'wp-content/plugins/foogallery/includes/foopluginbase/functions/dates.php', 1, 0x00000000000000000000000000000000, 0x928757d71aa0ec531eb37725324a73de, 0x7315ce747f927459b5cf0ca4070026beebbce1ff85122154ce22f553def6fb31, '', 0, '?'),
(0xc00a96ca6cabb29f5e3f34e85cb3385c, 'wp-content/plugins/foogallery/includes/foopluginbase/functions/general.php', 1, 0x00000000000000000000000000000000, 0x8a1ff1f3a8888fc7ce745142c6bf1ebb, 0xff0cc37fbf3700d5eb7c23a2b64af8f440963e42effe552b22d85098f4b15f91, '', 0, '?'),
(0x9530a838954749c3bd57e4408d05a86b, 'wp-content/plugins/foogallery/includes/foopluginbase/functions/index.php', 1, 0x00000000000000000000000000000000, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0x16877b43730b65e0e73d427b621ffae5, 'wp-content/plugins/foogallery/includes/foopluginbase/functions/screen.php', 1, 0x00000000000000000000000000000000, 0xc60d4eebacd1da6f5716f25ec574daa3, 0x1088769966e2d1acb313b718b285f469c6d19a536f0b48353ec8b942c944a647, '', 0, '?'),
(0x63869496a3d2b1b727c3ebe80a3029f7, 'wp-content/plugins/foogallery/includes/foopluginbase/functions/strings.php', 1, 0x00000000000000000000000000000000, 0xd62572b191272a768b1854d7501126bd, 0x061e6e36131a2d47587ce5283c020da12bc1359c67d9a69202e71868bc54f11f, '', 0, '?'),
(0x9b3fa0892b8b8cee37fe3268d8854788, 'wp-content/plugins/foogallery/includes/foopluginbase/index.php', 1, 0x00000000000000000000000000000000, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0x2b8aada80b25d744b3abf9d1d23629bb, 'wp-content/plugins/foogallery/includes/foopluginbase/js/admin-settings.js', 1, 0x00000000000000000000000000000000, 0x84d84eca65496a1fa60d348a5150d37f, 0xbcadef1309933a38192feeb6b7b52affc9d2253ceaebca716de76ea931586a77, '', 0, '?'),
(0x81bd61ca0befcfe9d3b17bdd3c58efac, 'wp-content/plugins/foogallery/includes/foopluginbase/js/index.php', 1, 0x00000000000000000000000000000000, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0x0aeffa6dc62e3f15c21e1f4335c86373, 'wp-content/plugins/foogallery/includes/foopluginbase/tests/class-foo-friendly-dates-tests.php', 1, 0x00000000000000000000000000000000, 0xd028f6b06f89b9563ee28ff7ec907486, 0xa7cbeb76f1b13f59ecce493fe9aafec5072aeaa5688a606eec0cbf81eef7a472, '', 0, '?'),
(0x55c2bc2b2905157c6680c77a8b1ea7b7, 'wp-content/plugins/foogallery/includes/foopluginbase/views/index.php', 1, 0x00000000000000000000000000000000, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0x80b8f9a90bb3add1a75e6f9d71b92bb3, 'wp-content/plugins/foogallery/includes/foopluginbase/views/settings.php', 1, 0x00000000000000000000000000000000, 0xab9b5d3704fa61994c8c5472faa3909e, 0x18c162b1b36865422f289df59060e1a7f69b303e3e9118bf560b78eb8efa5db2, '', 0, '?'),
(0x7df637748c0be4295c9b4074bc2649eb, 'wp-content/plugins/foogallery/includes/functions.php', 1, 0x00000000000000000000000000000000, 0x668fac173a661206a43f6c4d9f90ac48, 0x9806cdf66355384eddb109faf6d7ed3d8302984771efe0a14b1b9e5427fb4bd3, '', 0, '?'),
(0x1b8ff743ef0d1196635668490dbad477, 'wp-content/plugins/foogallery/includes/includes.php', 1, 0x00000000000000000000000000000000, 0x817478ad481f07e0ebf99e6837b1b36c, 0xdef302d7f34eb11f85ab2b24354a538283256559641e2b45a20888d9fb5f2dd5, '', 0, '?'),
(0x1d694b67cfb54178773649b5ccd76fbc, 'wp-content/plugins/foogallery/includes/index.php', 1, 0x00000000000000000000000000000000, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0x9fa65b399b1b08b6bffa4495eae61dee, 'wp-content/plugins/foogallery/includes/public/class-admin-bar.php', 1, 0x00000000000000000000000000000000, 0x00ff1c59c5fc59381b04e0b2312d565e, 0x52fa04ed611216a91eb427d73c4a8b3ab2e41ec807f86a820afdfd32f6c1e961, '', 0, '?'),
(0xf57ea880107027b5f7181d7474cd1bf5, 'wp-content/plugins/foogallery/includes/public/class-css-load-optimizer.php', 1, 0x00000000000000000000000000000000, 0x356f31dbec1a9bf88e30f8fd169b2c04, 0x51620ba03715b0b02d8264a4e47cf771df6db84dceb2650b4363a621c5e4473c, '', 0, '?'),
(0xcb564802513adead2fb4ce655235bede, 'wp-content/plugins/foogallery/includes/public/class-foogallery-template-loader.php', 1, 0x00000000000000000000000000000000, 0xfe3cb48471fd09180e0932ba3f20faa0, 0xce9d3401f4b371bb58808d2cb2956e60fa9137c252bdeeae68e1380865fbe609, '', 0, '?'),
(0xa39d170163bad9dfc591d895c9609411, 'wp-content/plugins/foogallery/includes/public/class-public.php', 1, 0x00000000000000000000000000000000, 0x730dd7379ec1d656ac6429bfcb73ea17, 0x40a24ccbed6833955afaf78ea10757f6fcfa64bcd4c568e7e044f23972c44709, '', 0, '?'),
(0xe6e9b15f0ef85be7613d7d1792bf1cb8, 'wp-content/plugins/foogallery/includes/public/class-rank-math-seo-sitemaps.php', 1, 0x00000000000000000000000000000000, 0x2bb80664269e7f0a4ad40f9cab1b6dec, 0xbf281bb1b32a43c4f965dc42cde8621d0798fc7eac397da2b47f3c9470fe8622, '', 0, '?'),
(0x13b2f3567208489a9874761894763f7a, 'wp-content/plugins/foogallery/includes/public/class-shortcodes.php', 1, 0x00000000000000000000000000000000, 0x169e8b2c01997db35bb51f74c2d772fd, 0x63bb50245ac0e7a00f73a17b7f774da6fdf31a94da6f8c7a0726dd96c37c917d, '', 0, '?'),
(0x112e236eb3044f5452de7ad059ac5fac, 'wp-content/plugins/foogallery/includes/public/class-yoast-seo-sitemaps.php', 1, 0x00000000000000000000000000000000, 0x89a7b9f68398e49e9b8cb5441237f82e, 0x73769a40483d6b830dc875bd5c63b19314031ccf33159b2cf57189e41aa6e9bc, '', 0, '?'),
(0xb5a547d398428af1b26a3e08112ed663, 'wp-content/plugins/foogallery/includes/public/index.php', 1, 0x00000000000000000000000000000000, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0xad3e612aad8e1a5d0e1d18fc98a09609, 'wp-content/plugins/foogallery/includes/render-functions.php', 1, 0x00000000000000000000000000000000, 0x2710f321b9050c6d4e2719e408c1237b, 0x7daf7de9e2763009d82957e103ae7244cfaffc84b5de47bddd90b073f0563859, '', 0, '?'),
(0xea4bc1e83f03a10b98e03ebde196fda0, 'wp-content/plugins/foogallery/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x7bdbf4522fcacdcb157515ab18bb83bf, 'wp-content/plugins/foogallery/js/admin-foogallery-attachment-autosave.js', 1, 0x00000000000000000000000000000000, 0x37a3486d1ec50cab157665bc8a9a5c91, 0xdfcb64919e399fc8863c34bb6f3f603899814c7dd890be077f1f3b11188ff24f, '', 0, '?'),
(0xdf82f874e470c3fac5c376b179c0a780, 'wp-content/plugins/foogallery/js/admin-foogallery-editor.js', 1, 0x00000000000000000000000000000000, 0xf2c5946f91663871cc83a38dc929f0bd, 0x640214b4a0a58714b79f7167b7454d579ea7d715f1411bbf9a9c5ee66888e586, '', 0, '?'),
(0xae24e710fb45b05a1ce101da86a4402b, 'wp-content/plugins/foogallery/js/admin-foogallery-elementor-preview.js', 1, 0x00000000000000000000000000000000, 0x24fae423f2caca6d8d59903bcfb35f2f, 0xeabfb491e06d5c52a25bc55dc368ab8ce047bf351801cc3141c5b41d48ed53ee, '', 0, '?'),
(0x64b1b8e19f6067e3e2f66c25080c4368, 'wp-content/plugins/foogallery/js/admin-foogallery.js', 1, 0x00000000000000000000000000000000, 0x1cefddec840a3b5ecd4eef047d174661, 0x2a12163c15812ca73b59ffaa2dae92d23e4ba0e71bd9e91c57400292df334e23, '', 0, '?'),
(0xd3ebb4cd1fd2c1746fdf5ea2d3f7e6b9, 'wp-content/plugins/foogallery/js/admin-page-foogallery-extensions-modal.js', 1, 0x00000000000000000000000000000000, 0x3c856fc3110880eddf3a42fe217516f9, 0xc115474e936ffe43ce741eaa5b8e4d15fa9285a832d4f6a0a9f9debf77059584, '', 0, '?'),
(0x61664d60f9c4a2bbd0e0c5f47387298c, 'wp-content/plugins/foogallery/js/admin-page-foogallery-extensions.js', 1, 0x00000000000000000000000000000000, 0x0c4302e46bcbc918cb18b71f5c92b827, 0x532aa1b8f4de6eee1d0445a9946bfc84121a1b055415d0bca4b5c2ca94bde6dd, '', 0, '?'),
(0x73d87334fccb9f6ce6fbf1a117005ea1, 'wp-content/plugins/foogallery/js/admin-page-foogallery-settings.js', 1, 0x00000000000000000000000000000000, 0xdd9c2359dfffb4c0c4ccf54de79d1428, 0x214543186c555f17db6c48dfdb2b3b2061e8c4ec3dd9713629aa0ae1cd0e0cd3, '', 0, '?'),
(0x33fcfe9e539c609751b11ad53f575f65, 'wp-content/plugins/foogallery/js/admin-tinymce.js', 1, 0x00000000000000000000000000000000, 0x93b32c5e654f90b1feebca80cd17e581, 0x9cccb173f3a7080305bebcd6858d1e50b075985dd21b7035a2dfbfee2bf02d26, '', 0, '?'),
(0x10174e8c5c302f7c4b7c15b27da4d8dc, 'wp-content/plugins/foogallery/js/admin-uploader.js', 1, 0x00000000000000000000000000000000, 0x171bbb0fa6be59a9bfde6f8e83b60463, 0x697da8d7e0dc5694f7a59f3ff1434055406623f90150d0afb2e107264baa7fe8, '', 0, '?'),
(0x644ccd8b124fa94790e7b0f25d0717c3, 'wp-content/plugins/foogallery/js/foogallery.admin.datasources.js', 1, 0x00000000000000000000000000000000, 0xd1e0e4078d8a42413598a25e4eb1dc7a, 0xb9d0458ab9a921df1629b52d0e74f5a9425603f9f4eaa38dd9eaebee28cb7ab9, '', 0, '?'),
(0xe78b0c9bfad870d1b1bf9fa35c68a7e2, 'wp-content/plugins/foogallery/js/foogallery.admin.min.js', 1, 0x00000000000000000000000000000000, 0x3c1d7bafce98375ad7dd1457cf5ce62a, 0xf09a7a9f4a3058ad3a0a99f5636ed77c07e98ffc94db6e62852eb994b02c32da, '', 0, '?'),
(0xc9a32e9e673bca4864954571b1a3ec01, 'wp-content/plugins/foogallery/languages/foogallery.mo', 1, 0x00000000000000000000000000000000, 0xdec446617c6493d67c53aeb39d3120d2, 0x6f66f78f85a6cb91772969f59b7ae0381adbd50e3036438413a9d84c278a3433, '', 0, '?'),
(0xbb0fb9a59edc796854e946e960764888, 'wp-content/plugins/foogallery/languages/foogallery.pot', 1, 0x00000000000000000000000000000000, 0x00b88346addfae4e1fb32c428b8168c8, 0x4b9d255f7c8412489ccb6a32cdc245448a32751854bb98ab034940b50524a143, '', 0, '?'),
(0x8b84fe63f2ced38f0a6f82c23fd77aac, 'wp-content/plugins/foogallery/languages/index.php', 1, 0x00000000000000000000000000000000, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0x9976aa0adf3989d769b6aa7cfd2b3518, 'wp-content/plugins/foogallery/lib/selectize/foogallery.selectize.js', 1, 0x00000000000000000000000000000000, 0xb5b209c97257afe200abae1c96718886, 0xf3304e723a405587495b65e3f59df028669bbe1f149712a9da9f7204051332d4, '', 0, '?'),
(0x34ed589ea600d8035c21781e990ced60, 'wp-content/plugins/foogallery/lib/selectize/selectize.css', 1, 0x00000000000000000000000000000000, 0xecd7168fb770f344686638c3d5230a66, 0x2047b856235ad7306dc6cfd847f53c1eaec775a26279711d7687419bebf84029, '', 0, '?'),
(0x3828a86a99704e2c41aa701c107d307c, 'wp-content/plugins/foogallery/lib/selectize/selectize.min.js', 1, 0x00000000000000000000000000000000, 0x41e70365d73b5f33af86337470994fc9, 0xa76f31c15ff4fb1c95667891df96ede7abf0429937b53cacf36a64524c957a2c, '', 0, '?'),
(0xecc655ddd0605aed45e48a99e7553af0, 'wp-content/plugins/foogallery/lib/spectrum/spectrum.css', 1, 0x00000000000000000000000000000000, 0x65755f32de09e5dd017b02b0448d7dc9, 0x7192bddf860b71e84b55933255d91154ac9c5f3f21c5227c770773af51f3f3a8, '', 0, '?'),
(0x5f1083e3181635558d4c5db4a3d8a70e, 'wp-content/plugins/foogallery/lib/spectrum/spectrum.js', 1, 0x00000000000000000000000000000000, 0x936a448a4233065d0c453afe18650f99, 0x258caf7444853ab3ee4c4e444e9dcf4a35508cea4f1dca5c0aacf220d7f6b1ff, '', 0, '?'),
(0x6de25a6f6e84284300bf664ff972834e, 'wp-content/plugins/foogallery/templates/index.php', 1, 0x00000000000000000000000000000000, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0x05f28d48c28a57c5c5d868cc11236b93, 'wp-content/plugins/foogallery/templates/where-are-the-templates.php', 1, 0x00000000000000000000000000000000, 0xeea2df19960b877e439648a5da24ac1b, 0x0845e490fbc2f3766718749fb0649fb34853b1ab25e68e8a7d7281b6a1cd1d91, '', 0, '?'),
(0x03f77aa34e72b3f8e891211a01331d6a, 'wp-content/plugins/foogallery/views/index.php', 1, 0x00000000000000000000000000000000, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0x6593b8cd7ed291600262c5327369cee4, 'wp-content/plugins/gravityforms/common.php', 0, 0x24ac695b9a56724b24398f4a898be3d9, 0x24ac695b9a56724b24398f4a898be3d9, 0x8c5d3059bd33881b557ad20089e47a06910941435be5f96a937aeead8ef602ab, '', 0, '?'),
(0xd03eddf3ad161aa108b3bc3bd9b48571, 'wp-content/plugins/gravityforms/css/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0x0c9b33f9b87b02ad048831fd7708bb80, 'wp-content/plugins/gravityforms/currency.php', 0, 0x19cf34d0c0aa6d195acecc16caeec358, 0x19cf34d0c0aa6d195acecc16caeec358, 0x1d6a630ca94f8142505f9e08d2d35311d86119f6a3491e6080a76d4915ef34e2, '', 0, '?'),
(0xb0d7d9e4bdfc91f60c0e902f23cf1fc8, 'wp-content/plugins/gravityforms/entry_detail.php', 0, 0x16f8f01da749492f7c3c5701590c0d3c, 0x16f8f01da749492f7c3c5701590c0d3c, 0x11682adb120ec339942ca67d157ce17de76b593b6a6e1b4c5ac21bd98e904091, '', 0, '?'),
(0xcdb8d9fa18216491a80a330fe00a041b, 'wp-content/plugins/gravityforms/entry_list.php', 0, 0xcfbf0843a0041f51b2b41ad7b5346310, 0xcfbf0843a0041f51b2b41ad7b5346310, 0xd32b4a31cf145bb75c846891a35a7fd20710a257912536fa250ac9546f6fc9f0, '', 0, '?'),
(0x893ec7cc854cdccd3cd089a34ba6ff35, 'wp-content/plugins/gravityforms/export.php', 0, 0xda748088c2bcbdaf672d97feed5a4201, 0xda748088c2bcbdaf672d97feed5a4201, 0x3e0b79252632b3a532a2425e6a8e7ee3b6187894f81e8a580f876a2a40d60825, '', 0, '?'),
(0xfd635f91c495a5cf3f1195e6eeb052ed, 'wp-content/plugins/gravityforms/fonts/dashicons.svg', 0, 0x76d44aba966c9237c4eb7003612928c9, 0x76d44aba966c9237c4eb7003612928c9, 0x3fd5d5ff9048ab5292d774a61d0ff3806e8955e661de0c453b0719c88df62563, '', 0, '?'),
(0x16dd802a94eeb85bb95b974d7f492b49, 'wp-content/plugins/gravityforms/fonts/fontawesome-webfont.svg', 0, 0x912ec66d7572ff821749319396470bde, 0x912ec66d7572ff821749319396470bde, 0x4c72374440798cbfc2c9825d4e4b872896d1746908d84739cec0f9a0c8546d3d, '', 0, '?'),
(0x26b1b6494e94ee92bd964fb975945e4a, 'wp-content/plugins/gravityforms/fonts/gravityfont.svg', 0, 0x40db4a3577361d63496a35fd28d94665, 0x40db4a3577361d63496a35fd28d94665, 0x470ab79aa1b21b543aa941fa99f527e916547154d94d170e429d2a4e86472899, '', 0, '?'),
(0x45055d8ded0e9aba93825526a5b0a611, 'wp-content/plugins/gravityforms/fonts/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0x44428b80461dbfe039b63218f0fcbec5, 'wp-content/plugins/gravityforms/form_detail.php', 0, 0x0024c836e28dec3a152d89417080b8f0, 0x0024c836e28dec3a152d89417080b8f0, 0xfacb87871942357b0b47d14b8799f040be7ec1082c6420171d831011e2161a84, '', 0, '?'),
(0xcac1c758eb3508069997f8d00db5b41d, 'wp-content/plugins/gravityforms/form_display.php', 0, 0x1dfa680cac7ec82cfcabeea7f4c407e8, 0x1dfa680cac7ec82cfcabeea7f4c407e8, 0x1bcc1e8709f258b608661b74c06b8d8a9f543847b29c372ff051a8eecf1bc021, '', 0, '?'),
(0x0e81331d7d9374c6f6dcbde9040b039d, 'wp-content/plugins/gravityforms/form_list.php', 0, 0x938b49c951f34e1dd85457025cfa796f, 0x938b49c951f34e1dd85457025cfa796f, 0x23867b8908cb5857140d098183beab31300a51963bbf20f7bdc53d2c996d2272, '', 0, '?'),
(0x4fe5b06db688d1769f0cef73d5376f50, 'wp-content/plugins/gravityforms/form_settings.php', 0, 0x6c4f030acb8848145143e60b0dcba31e, 0x6c4f030acb8848145143e60b0dcba31e, 0xe456e508abd4727a5c129b75b503f491e0cc9c7a53eab915af41cc5122fcd9bd, '', 0, '?'),
(0x1189226ae0591578ad10d32316e907a7, 'wp-content/plugins/gravityforms/forms_model.php', 0, 0x211e4b9af9efbe7073592e7a24ce1cc1, 0x211e4b9af9efbe7073592e7a24ce1cc1, 0xe597d09160e9510a61cc295792712377d42ba48e5f48145bd7d5924499272dae, '', 0, '?'),
(0xd54ee1805377e650023df5eb6fd62686, 'wp-content/plugins/gravityforms/gravityforms.php', 0, 0xec57826dccf1b0078549fdf431a24215, 0xec57826dccf1b0078549fdf431a24215, 0xee35ea6f4724e5b888ca4ad17ff2dcefc571ff2d277fb8009cc67df549a2f6d1, '', 0, '?'),
(0xfe14ef4c263dff07a36a7becf66bfc61, 'wp-content/plugins/gravityforms/help.php', 0, 0xae8aabae5ce737d9b4845986a582d4f4, 0xae8aabae5ce737d9b4845986a582d4f4, 0x9211f6d2ba80e001f9470a1407d7ead59f289bbf67089051926726eed6316c15, '', 0, '?'),
(0x45e7d997e7673e04b2b6a1ded7442148, 'wp-content/plugins/gravityforms/images/datepicker/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0x016e1e7ea474799e1c23b023826c612d, 'wp-content/plugins/gravityforms/images/doctypes/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0xf73e91c002b173908fe102585fdd4b2d, 'wp-content/plugins/gravityforms/images/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0xe0491265efe584e56d07000ba5f7045c, 'wp-content/plugins/gravityforms/images/list-add.svg', 0, 0x5a9b53c7a89ce598950675db85c357b7, 0x5a9b53c7a89ce598950675db85c357b7, 0x0abb915d1082190bae0ad78b9591656541a355993e375218b21fd1e97db6447f, '', 0, '?'),
(0x211e11e65b7a74179efb5782690ce506, 'wp-content/plugins/gravityforms/images/list-remove.svg', 0, 0x83f4afd7ce4dfec8f62f61fead071d8f, 0x83f4afd7ce4dfec8f62f61fead071d8f, 0xfe086b8fb6bbc9c0010c96ed7e0195e821e2e9a16b5183e84df80fc4fe425088, '', 0, '?'),
(0x44c7195831103546405bb304ee537a16, 'wp-content/plugins/gravityforms/images/note-placeholder.svg', 0, 0x043952a60aeaf1878e1b0d4d427a6db7, 0x043952a60aeaf1878e1b0d4d427a6db7, 0x480040834ac351e0bb304865ea74bf0f38adfb3ba669e254410dac387aac4627, '', 0, '?'),
(0xebd1019440ad6e67e2c0fedfaee3ce02, 'wp-content/plugins/gravityforms/includes/addon/class-gf-addon-locking.php', 0, 0x16f65e5518a5d9204b87397cd36875e9, 0x16f65e5518a5d9204b87397cd36875e9, 0xb08542790498fa1e21010c10463c28dc029a5c163732ae07fa9893a5caf741f0, '', 0, '?'),
(0xa326ac3bd1df77291392d8979237c46c, 'wp-content/plugins/gravityforms/includes/addon/class-gf-addon.php', 0, 0xb361ed437a3a67a582c082b048982233, 0xb361ed437a3a67a582c082b048982233, 0xa63ec0f6c1146e77a3cc393b7640577d93460c31ffebccbeca6cc962d795ee42, '', 0, '?'),
(0xb118e8a9962c828e7e916ef146968a7f, 'wp-content/plugins/gravityforms/includes/addon/class-gf-auto-upgrade.php', 0, 0x483bcba985774306a59f26097fbfa494, 0x483bcba985774306a59f26097fbfa494, 0x3c43ea4401c50570561cb7cdbac3d8540873d4ec4e36affd2f98b713aac77998, '', 0, '?'),
(0x8488cf55115d143c6db6e8c1d5ed0b1f, 'wp-content/plugins/gravityforms/includes/addon/class-gf-feed-addon.php', 0, 0x84fdfba347a96248fc4a9ee1c5ef63e1, 0x84fdfba347a96248fc4a9ee1c5ef63e1, 0x341be12ed2361439ea1d9486eb88028f18c2a0641405a69455cc86e816bd77e0, '', 0, '?'),
(0xa6b541dc5ee84fa83a22f72f30e3129e, 'wp-content/plugins/gravityforms/includes/addon/class-gf-feed-processor.php', 0, 0xcfcfbccd73dc9838e790d54decdfa9c6, 0xcfcfbccd73dc9838e790d54decdfa9c6, 0xd7388b8a481fdb547b2e8724f38035a91af5e93d90f3393cd525c9e7620d6f22, '', 0, '?'),
(0x95327ce722552dd5d01432ea70128e54, 'wp-content/plugins/gravityforms/includes/addon/class-gf-payment-addon.php', 0, 0xb51cd15b2dc419d14b87e1b456d01c95, 0xb51cd15b2dc419d14b87e1b456d01c95, 0x628d49670b36b3b0bb28722918abc2ff8880b0db873f1a67280669743b76f224, '', 0, '?'),
(0x8ed370b5d854369738ad2ba5590e60a0, 'wp-content/plugins/gravityforms/includes/addon/class-gf-results.php', 0, 0x8c426b584364346d255086af0f216421, 0x8c426b584364346d255086af0f216421, 0xf21662338fc748a95b7cf154235dd0ce889198f9a604eed9eaeafde4594a2377, '', 0, '?'),
(0x65488d54a109cdf1829fa80dee466388, 'wp-content/plugins/gravityforms/includes/addon/css/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0xcd4eb1f3d47e4251d1e7c0b1d7bab9b9, 'wp-content/plugins/gravityforms/includes/addon/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0xb3a877f462ffba52786440dacc040b9d, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_feedorder.js', 0, 0x25796af48bf7566134f73796fe6297de, 0x25796af48bf7566134f73796fe6297de, 0xb6c1f16e6c8d5b2155e6e03ad5fe9433b5cb7cb08753fc59c664843387251c98, '', 0, '?'),
(0x4a832a28011ee366dc2e0577b3694cb8, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_feedorder.min.js', 0, 0x2d16cc6292f4e73e30f8335e961cff9c, 0x2d16cc6292f4e73e30f8335e961cff9c, 0xeb48252f9326263228dbe29e6a34bd7251ead1897d0e54671e8b4978b5ce9e02, '', 0, '?'),
(0xd96d59faa572cb27c87c8a1fcd8935fb, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_fieldmap.js', 0, 0xec8cadc5b5db24094cbca12bf2f527a6, 0xec8cadc5b5db24094cbca12bf2f527a6, 0x94ab0ab672357f07acab1ec65788c55951f8dd380d62a4be122809ddf62eca8f, '', 0, '?'),
(0x04a3690d408a7d18056cd28ff0e6edc9, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_fieldmap.min.js', 0, 0x0d17e8bc71399dae76b9ebcdbf5938ec, 0x0d17e8bc71399dae76b9ebcdbf5938ec, 0x479d2af6c541bc36fb685032eed11f5ed7764d5c92a8c60025f7688574f5384e, '', 0, '?'),
(0x6cc4a175bb3e51a4eba5200050df2847, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_frontend.js', 0, 0x75cfdc6be275bdfe0484708ad3bb9bdf, 0x75cfdc6be275bdfe0484708ad3bb9bdf, 0xeabbecd90ccae4a1bd443c3045c6c4e3c7e58d460f47091d796dbb0532d75c67, '', 0, '?'),
(0x1443bd205c43a512e012d1b241933298, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_frontend.min.js', 0, 0x00f9075cead407bbf623ab6b0b8fc9c9, 0x00f9075cead407bbf623ab6b0b8fc9c9, 0x4bec17c5b071d2b536d352937a2cfd4c98f56839f0efbf76347a09dde45c807a, '', 0, '?'),
(0xf84d68c7ba0d7f8d7e4c6f681ad05cc5, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_genericmap.js', 0, 0x927ff5a6299b56524354c77b1c9ebfff, 0x927ff5a6299b56524354c77b1c9ebfff, 0xc68b19d56d537291f3732168c9df02b6012256ae2b2e25185ba8738b8b4af0b8, '', 0, '?'),
(0xf6f6e3c9b924997459abd64a4c72c5f0, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_genericmap.min.js', 0, 0x0b4f2356b1e033082e0012433f1c97a0, 0x0b4f2356b1e033082e0012433f1c97a0, 0xce320434f5ac1da4922816f3d599b69d8f88ee945ef427eef022f0bdbc173b2b, '', 0, '?'),
(0x196a3ba096a15f8bebbe5d6b4d3994e8, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_payment.js', 0, 0x26bdb977b188b38339bd7a97696d3cc5, 0x26bdb977b188b38339bd7a97696d3cc5, 0x8a037b4755cc6872b7e1ec3afd7e80ba443811894d01f397af797d280b8faf63, '', 0, '?'),
(0x6023c47071ed96d1f9e429903a261b6e, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_payment.min.js', 0, 0x55f993599eb96e0b27755c8697f9e9b3, 0x55f993599eb96e0b27755c8697f9e9b3, 0xf4a0457ced2256d24993bedc4d8bfa3874325ff1f868c583dc06423f7eb428a2, '', 0, '?'),
(0x161b24c74ba6be6c9ccf19a32d29256e, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_results.js', 0, 0x07d16330f86dcc4e758afb2a78ef0b08, 0x07d16330f86dcc4e758afb2a78ef0b08, 0xcfd84013178aed8e21ec54c377c29cbfbe9a469aec2e681a0f2eea5c098ec81e, '', 0, '?'),
(0xf5de4920a8e5430a9dfe5de04e1b71d7, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_results.min.js', 0, 0xc0bfb5c44d22879f4be64d8400bcff23, 0xc0bfb5c44d22879f4be64d8400bcff23, 0x5f837777fc4b56260214ff289ab391ceb160491f833666d7a1a656586286617e, '', 0, '?'),
(0x16520430622d4200dae2d68b15dc11b2, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_selectcustom.js', 0, 0x8297b2cbe3dbbce5b2841b4a2637e17e, 0x8297b2cbe3dbbce5b2841b4a2637e17e, 0xf59f5c2494e579ca543f4cdb854f2124de02d13b147c91fb2bcc30dcdd698d1c, '', 0, '?'),
(0x5c454ee32b9075c4f5a7cd83a086e58c, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_selectcustom.min.js', 0, 0x88340e89eb8fa5c1054bd399449af775, 0x88340e89eb8fa5c1054bd399449af775, 0x9f9e017c5c5859db074793d9489defc9feec9fdfba1ea1cddcf0090f23839a20, '', 0, '?'),
(0xa24991b7b0e65dfe0f8d6980e0dd0608, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_token.js', 0, 0x4ab76e97a36ee2a822f29744a6aec196, 0x4ab76e97a36ee2a822f29744a6aec196, 0x859b81ef5c51d0fd9d978a98f6623050cd3962f4263f29483e677c847b89ae16, '', 0, '?'),
(0xed986cc405718c124a7e3830ff1dfbc5, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_token.min.js', 0, 0x2e9c1737e50419e01d5105093b206c2c, 0x2e9c1737e50419e01d5105093b206c2c, 0xe3113511e82d0c398ebc4052d3f7a0cc3da834b46ba90e2e1a760450eddd1cac, '', 0, '?'),
(0x232ae1a5051ae70824f4fc7dac4e5971, 'wp-content/plugins/gravityforms/includes/addon/js/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0x90d86b1f656b512fda984deb41d185af, 'wp-content/plugins/gravityforms/includes/addon/js/repeater.js', 0, 0x698665ed863f376bc4a8a77c5631afde, 0x698665ed863f376bc4a8a77c5631afde, 0x8796ec22eb1f1a38cbd4822a8163e3f69193a51a719db3ee6ab457b0ecf9b7d6, '', 0, '?'),
(0x42e6ae5ca3d7b237eaa097b16d20a924, 'wp-content/plugins/gravityforms/includes/addon/js/repeater.min.js', 0, 0x19e9e2af40b202ebf198a07f92828d29, 0x19e9e2af40b202ebf198a07f92828d29, 0x6d3d0ec6a4d289ed93de0ed35fa3d748a4436a5459468640465caf1e884f0e67, '', 0, '?'),
(0xd4332c001c0cac20345d2b49292913f9, 'wp-content/plugins/gravityforms/includes/api.php', 0, 0x1cb718a7869def02420cab91bfbd9564, 0x1cb718a7869def02420cab91bfbd9564, 0xb1febaded6b0785c55e7438fe627b6f1f638264376904164c67c6e2449ac3899, '', 0, '?'),
(0xb233ea8f314f728dcc8e2dbb6291cdf0, 'wp-content/plugins/gravityforms/includes/blocks/class-gf-block-form.php', 0, 0xbb0ee9be5bdfe275e0cb722285f48dd8, 0xbb0ee9be5bdfe275e0cb722285f48dd8, 0x8199a23dc177d53573cb0b915a83594f7c2a4e8ac1f084901bf90d51bf3cfeb4, '', 0, '?'),
(0xc39528029387b8e10917028f8384eb5f, 'wp-content/plugins/gravityforms/includes/blocks/class-gf-block.php', 0, 0xcd7f80b3357f88ac1d51c543e2ed7d01, 0xcd7f80b3357f88ac1d51c543e2ed7d01, 0x54db0904e50a408ba33f58ce9b062a0edb90c746b4a5307e5424bd9409678946, '', 0, '?'),
(0x1b2d9228a55d955e4b9c6c83d658a971, 'wp-content/plugins/gravityforms/includes/blocks/class-gf-blocks.php', 0, 0x858ce46ac253528f69088016ce543b08, 0x858ce46ac253528f69088016ce543b08, 0xe97802cb8ae367cebac7dc182533f130bae9ecb99c93c9adfb0f213fb6ac3d37, '', 0, '?'),
(0x473fbbab1a1d175d497fc4135e4df2a9, 'wp-content/plugins/gravityforms/includes/class-gf-background-upgrader.php', 0, 0x4b2a1447e9bbe88fa41241c988e721b8, 0x4b2a1447e9bbe88fa41241c988e721b8, 0xe2e935d9c7b137102111dd9566703bff3bd1d5686c310313782ce59a3aeb369d, '', 0, '?'),
(0x0f38d417f11fd99b315afdc8ebbaabd0, 'wp-content/plugins/gravityforms/includes/class-gf-download.php', 0, 0x905b4f11084cb4cc50918c65de37a492, 0x905b4f11084cb4cc50918c65de37a492, 0x1f5d5f613aa4ad5155080df9d5118a66b05355cde219d45937f55d82b01872d9, '', 0, '?'),
(0x58b5aa65d5224debf089da31cc3a02ca, 'wp-content/plugins/gravityforms/includes/class-gf-osdxp.php', 0, 0x8796ebf3dea8da27fbc4cd286cda0e5d, 0x8796ebf3dea8da27fbc4cd286cda0e5d, 0xc9341b6f928850f7db1c8c2d7f2953630177e428447b5ab13ca8fa5e9d5f457f, '', 0, '?'),
(0x7765c39fddfc592de8cf249659183a98, 'wp-content/plugins/gravityforms/includes/class-gf-upgrade.php', 0, 0x521b65dc2b665a3037e0be2dcc7c86f3, 0x521b65dc2b665a3037e0be2dcc7c86f3, 0xb7a3e01484751394c7dca0d86e409a99e4cc1976c4f6d587f0d52a80bd4152fa, '', 0, '?'),
(0x00d02fa0134b9a90a17c74415d95b484, 'wp-content/plugins/gravityforms/includes/class-gravity-api.php', 0, 0x5fd622dbd219ff0bc61b447eebf43c6c, 0x5fd622dbd219ff0bc61b447eebf43c6c, 0xf677d098d1a1185babf2a1098f24562002badf22db58b5fe8d83e3035fcb5766, '', 0, '?'),
(0xfc6072ef9fc416bd3760856d620d99df, 'wp-content/plugins/gravityforms/includes/class-personal-data.php', 0, 0x546f80b14e5b09a0550db0471be55a1f, 0x546f80b14e5b09a0550db0471be55a1f, 0x2be78151e7a46020c2631e52e83d8ed1ac1a65b8f076ff1bfc4241597cab0512, '', 0, '?'),
(0xbeb63415afedd79eb19e7e7b9dfc6739, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-address.php', 0, 0x5241a6a793db06f6c5655122436efa0e, 0x5241a6a793db06f6c5655122436efa0e, 0xc04b0c0b296ac3592782c9ed9806a2550c7476b9678e8c02dd1a7bd895cead15, '', 0, '?'),
(0xdf111400e6152d7ad3e77b33e48052ee, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-calculation.php', 0, 0x8318a45a9555467c8e129f0b28f4be2a, 0x8318a45a9555467c8e129f0b28f4be2a, 0xad166bfaa3597fc1742dd01aa5e52036846e432fb4f41ad244cd6273cd323ba8, '', 0, '?'),
(0x3fef366aef545cfa2323aa1962419fe1, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-captcha.php', 0, 0x3ce305b1a19ef83473d705fd1fef6a93, 0x3ce305b1a19ef83473d705fd1fef6a93, 0xad83f7a008e4005fdc2864de79077ae9f62f5773c94c3817573bb9caead0041e, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xc0c89a029d78cccfa31a2e63f6c22b3a, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-checkbox.php', 0, 0x71074f1736881f77e24f82423a19d840, 0x71074f1736881f77e24f82423a19d840, 0x1bf55e0b716bf78741c3a2e699c88625084383389b3beca29e2dc21e9cc2cd81, '', 0, '?'),
(0x5399ea5b93cd19c0173d76f95380e54c, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-consent.php', 0, 0x0801070c53cde8ad653f68c14a74c6d4, 0x0801070c53cde8ad653f68c14a74c6d4, 0x7be4f394cf1ca4b00d1c62b8c2442bb777571813a89c59def551408539c94534, '', 0, '?'),
(0xdef612cbdd2ab394da8f77e958f95e43, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-creditcard.php', 0, 0x040d75d456e42c4d9e28bfd81b2196e6, 0x040d75d456e42c4d9e28bfd81b2196e6, 0x98828a469b68b5d12312facaa7dc9444854cc102fa7afe04a848e947070bfa13, '', 0, '?'),
(0x59e52040def260a922743b1e8295bbff, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-date.php', 0, 0xa6c7cadd33a2427322c4c2037f269304, 0xa6c7cadd33a2427322c4c2037f269304, 0xf8abb8681c4ed59cdd8195a2376e089b2032ff96e6b14532d6c7932a74e284ee, '', 0, '?'),
(0x3eead7ac2298bd073085203473d6d8c2, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-donation.php', 0, 0x0806f3517e6bd1ef866a95711a3efc72, 0x0806f3517e6bd1ef866a95711a3efc72, 0xc60b17c4657b759b616c96d9dd3c206409c4baae775db3a7a8c0d12c20397b26, '', 0, '?'),
(0xc69bf593ba2bc5c41be4015709a1818d, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-email.php', 0, 0x4e370ade7108eeadf2b065f2d1571c63, 0x4e370ade7108eeadf2b065f2d1571c63, 0x57812c7abb1e2d07e35b889a18dffcf41901c49febbf6d669551b218c2951ad6, '', 0, '?'),
(0x4145160d25204244f7f06e29279be28b, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-fileupload.php', 0, 0x86e4f8f9c42eb145d27f6600258ba611, 0x86e4f8f9c42eb145d27f6600258ba611, 0x26583d0e57bebc25cd9014a8c7a89f33be43f2822d108bfb67b25875ad4e6e29, '', 0, '?'),
(0xca2ddc55c3279669bee44df021350d87, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-hidden.php', 0, 0x583ecf5b0f62da6a00071ceb74acd883, 0x583ecf5b0f62da6a00071ceb74acd883, 0x32dd268a43fca92238c67e888b2f32a0f46c88a8e516dbeae56cf76786f60ff1, '', 0, '?'),
(0x9c95fc02c65906c4f7b1803ad7c51d8e, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-hiddenproduct.php', 0, 0xe481a3f52e0255e54d1defa3747b173d, 0xe481a3f52e0255e54d1defa3747b173d, 0xc7b3a206150202dbd9670ef41279dcf1f8c66fee8c80f0349b0a47e13cafe84e, '', 0, '?'),
(0xf6187ddbc37ca8c02e7e0b59c0c3c67d, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-html.php', 0, 0x7e55c09140379ec9ae6816810231d095, 0x7e55c09140379ec9ae6816810231d095, 0x46a884bb2975563203d8eb46531d4275ce266f3b62b6a0fb565c7d633a1166ec, '', 0, '?'),
(0x912fb984e7fc498b74dbaefc124fb9f9, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-list.php', 0, 0xa0d46fcc0a4afbf57abf356c43c40db1, 0xa0d46fcc0a4afbf57abf356c43c40db1, 0x25296b4a0262a1edb83f757b1aac194ec2986d440a99c4fd498135047719c9a0, '', 0, '?'),
(0x49927db8be9a8a9710ed23c69878e6ed, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-multiselect.php', 0, 0x6b97969cebd8cb5435db0eb9642f211e, 0x6b97969cebd8cb5435db0eb9642f211e, 0x2f0e601c10f28b34711116651daa4f042ca379f86c5239cbcac4fcfdaaee528d, '', 0, '?'),
(0x9b7b11591b198c09620150719f1c6d86, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-name.php', 0, 0x1e75c0222dc27aaabfd6f970cb8ff898, 0x1e75c0222dc27aaabfd6f970cb8ff898, 0xdaaa0bff1f52c9934dec15f7c66d636a73c2b8c5048e1baf4d746b0f877de87d, '', 0, '?'),
(0xe38f55193597bfda0d661be5876ce472, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-number.php', 0, 0x5148ed476832a709d75a6bf887e665c1, 0x5148ed476832a709d75a6bf887e665c1, 0xdb80d25c727c67bfca88751a833fa28cce612d51769ae434769b42ff35ef41b7, '', 0, '?'),
(0x7657413dfeb8eccdc3c41bddb51df5d3, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-option.php', 0, 0xf104f1bafce4aaf3e48dbcf37f1f302d, 0xf104f1bafce4aaf3e48dbcf37f1f302d, 0x0987d26138c60fcb769ca70478a2d625395fc0155f910ce274ad47286026f1cf, '', 0, '?'),
(0x8a89acfc1fdf5b91513c10aa8f5f3826, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-page.php', 0, 0xc7d84da3903d76140009c6c781cd742a, 0xc7d84da3903d76140009c6c781cd742a, 0x61e873e136dd819ab0ebc6b6b0ddda8f3711861eb11eba0c8292d495662edeb8, '', 0, '?'),
(0xd95bdcf22ff6baba280da6725abfaa04, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-password.php', 0, 0xf67228c4bd4a3229bbc59ce42292b445, 0xf67228c4bd4a3229bbc59ce42292b445, 0x8d02291de47cf2a770235b8c053211d6da1f0a9b427f49eff0ce96f0d60e795d, '', 0, '?'),
(0x2cba358a100c7da6f4f30a1bb13fd617, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-phone.php', 0, 0xef84c860031e7e2fd63dc98cd8219c78, 0xef84c860031e7e2fd63dc98cd8219c78, 0xa076177f85981d308cb32f0e95c5bf84077887b94e629b4fe68d204ccfd6e8d9, '', 0, '?'),
(0x01da657814e6e17fd7885117fb971b2c, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-post-category.php', 0, 0x2fe00ae450fec79b9efc631411f0374d, 0x2fe00ae450fec79b9efc631411f0374d, 0x2671cb59b243afc00f9ae370f032c0da7929cc4be3590473c0df75d37d0c6cfe, '', 0, '?'),
(0x162d963ebe3d83bf834afd33cfb9d145, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-post-content.php', 0, 0xf4d4a09c98336c98314cf2bdc88c4766, 0xf4d4a09c98336c98314cf2bdc88c4766, 0x60ccdc073639806e3e713abb7f93237238bd3f0fdd116f7c0e0463121b69388a, '', 0, '?'),
(0x7a18e371842726931a2d2abf6f557a1c, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-post-custom-field.php', 0, 0x8613ed06d78cf6690d39beb1895d8f97, 0x8613ed06d78cf6690d39beb1895d8f97, 0x8c2ed68e4aed3358604708b5e4f3caf4409d16593aa83b4f21096f2447efbb8c, '', 0, '?'),
(0x8568c08645bb86719e8c85458605c12a, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-post-excerpt.php', 0, 0x4f36df9614b5dd09775af9caeab60a01, 0x4f36df9614b5dd09775af9caeab60a01, 0x9c74d4bfe8d9d5d97c74f630f559e068c894b4433bccd2db3a4a61b3c7d346e4, '', 0, '?'),
(0x7334a3a726dff50a9874801fb24a4cff, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-post-image.php', 0, 0xa0ec9c218d2d4f456e52cd6a2ce48bad, 0xa0ec9c218d2d4f456e52cd6a2ce48bad, 0xca0a9a1d3a40b7e40182b04c75fee0f891efbffe266141c54b54dfc0f050c1ad, '', 0, '?'),
(0x45d38207ca7244ad7d3795c89a95fcd3, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-post-tags.php', 0, 0x5f2a27bb3ff6a06b49f9c9e4a68628f5, 0x5f2a27bb3ff6a06b49f9c9e4a68628f5, 0x50e7e643ec9c15adb673138d23d6bb64285ab18bcc6016aeb5e00af3f60ed93c, '', 0, '?'),
(0x577c93bb7db98b453aae94cabec19e31, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-post-title.php', 0, 0xb295bce6541386e991f41a555e9b3901, 0xb295bce6541386e991f41a555e9b3901, 0xcb85228b46099f097dabb070ab3d875a857e8a99d0118390cc6eae4c5845048c, '', 0, '?'),
(0x9952ee4659543cd14768c9d65ac7306e, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-price.php', 0, 0x6887b60c9cd0ea3b6329b3f3ab67265c, 0x6887b60c9cd0ea3b6329b3f3ab67265c, 0xd62f6ee61e15dd827bfc647107f3359b7ebe095c7b754f010f1198a3a1a63137, '', 0, '?'),
(0xe98e280de15058a35f1832e7ebdc4aca, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-product.php', 0, 0x5eda327a4da22ce580af7394b9636217, 0x5eda327a4da22ce580af7394b9636217, 0x038831c970f7daf087d2bd8102954be40575e9afa24750c63324c18fef3d7b31, '', 0, '?'),
(0xa86f5e51276cbbb386ba6881ad886f57, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-quantity.php', 0, 0x9d4958e22758feddf672ecfd24299508, 0x9d4958e22758feddf672ecfd24299508, 0x910cc90656c808b5bccb493bb2f4a56e407813b575d7b2c510180419397f3bf9, '', 0, '?'),
(0x0737f837a5815e250d4215b00b69b74b, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-radio.php', 0, 0x7cf2e8515080edefb0835c0533aaec54, 0x7cf2e8515080edefb0835c0533aaec54, 0x952d0151249e3b30b9ffbb65798158b105e27837e0ffc4dbf8da38f26285803a, '', 0, '?'),
(0x3714edb787532726edac1a32b13a5ca2, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-repeater.php', 0, 0xf81d068b28bce730c2d884781df1cb13, 0xf81d068b28bce730c2d884781df1cb13, 0x6ad0ba11a9547fdf42636d1e8a5f0c2c57beb40148931ead39754b80ec2af5a0, '', 0, '?'),
(0xe8535db63476a681b040b2cca2f6a2b9, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-section.php', 0, 0x778f10096a03eb80f12eedb467c2a5b9, 0x778f10096a03eb80f12eedb467c2a5b9, 0xb520d43da3104a94eba6dbd5c49d27b91afb6621329451bb6c6307a4b1d02396, '', 0, '?'),
(0x53f21eb0246c64e8cacc49253abefb77, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-select.php', 0, 0x248feeacc08a4191a5b8197f7cdd2999, 0x248feeacc08a4191a5b8197f7cdd2999, 0x1fb73c2ff8721ddbaafcd99ded3eb90404d21d11c68460711285d7e98846c5aa, '', 0, '?'),
(0xc9e3c3394d7cbb72ed57c09120aac5fd, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-shipping.php', 0, 0x10af3acdcfe60222013f3fd0de4c3b7f, 0x10af3acdcfe60222013f3fd0de4c3b7f, 0x254275659de6244df2c6182123e32a91b46dddb515429183e588295db05644f9, '', 0, '?'),
(0x6767e34e37fcbe17b265362dcafd81ac, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-singleproduct.php', 0, 0xcf3f511b7a01cf53938990ca160baf53, 0xcf3f511b7a01cf53938990ca160baf53, 0x7e46f4a98d717c91dab639ef8b41ceadf41328d4fa9a6a2b6eda9b0f4d1ca0f5, '', 0, '?'),
(0xf97efe1cfeed976c94b23365d213c7a9, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-singleshipping.php', 0, 0x31e49bb8dd19f32d95cc66de5064bbab, 0x31e49bb8dd19f32d95cc66de5064bbab, 0xb07e92f0df0c4be89590eccd7b4e178fb2c4fd0c014e8e28023ca8849d12ea33, '', 0, '?'),
(0x660cb89e914308bcc5d8ef97784b3b53, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-text.php', 0, 0x2d301c24dd5355098b933b3e07c9fde6, 0x2d301c24dd5355098b933b3e07c9fde6, 0x8d03358a4246480b468e4275d85bf987a42ac482237d6b6a2bda86d308a4ed4d, '', 0, '?'),
(0xcba3e1bec5de8eb1693c6ed88334cbb1, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-textarea.php', 0, 0xf9d74a688b72156cfba8b8015b3dead2, 0xf9d74a688b72156cfba8b8015b3dead2, 0x8d3b3cb3530fbb77dc749b1f07992d66b9619860f67469bad52099d430bd5595, '', 0, '?'),
(0xeeecf7ecd448fa60ade9e1e76334e7c1, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-time.php', 0, 0x6a09a6454eaa26156e6307513cbfe18a, 0x6a09a6454eaa26156e6307513cbfe18a, 0xf221f27573ddafacb530d84feefd76cc3d860e70c98db9789327525b9fc3b104, '', 0, '?'),
(0x7c8d20aa1a0e3e550c42705651ef6309, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-total.php', 0, 0xa004e5f43246e92cd0f14e53dc0f22fc, 0xa004e5f43246e92cd0f14e53dc0f22fc, 0x6a6b8cded6a6dd698d4837bca40ff848c3811a6e2a15363e7d8d0809e0b6b29d, '', 0, '?'),
(0x1a61ea34ec57277d7e36fa1d4918780b, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-website.php', 0, 0xb573929bf5717d325e427fdb8354b4de, 0xb573929bf5717d325e427fdb8354b4de, 0xc00c97e925e2aa2b32f67b081813a33ed13ce8798faab00ce912bd6fd138e190, '', 0, '?'),
(0x85a1abb45aa855f7342052a8ea3a118a, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field.php', 0, 0xd029ba2cf63bac3cd5b0be1ebdb97560, 0xd029ba2cf63bac3cd5b0be1ebdb97560, 0x6d5e451db72856231339269bb886be88d813997aa45d0f12a80c8c692a2b60e8, '', 0, '?'),
(0x715b1b04419dd9034f1921bb19fc8c01, 'wp-content/plugins/gravityforms/includes/fields/class-gf-fields.php', 0, 0x84e4892663c45df7b7118e446ab05417, 0x84e4892663c45df7b7118e446ab05417, 0x160ab48179d2c6481a56c7b2d2782e099844a398f6faa3eeb6fa526a50d1519b, '', 0, '?'),
(0xbcc3a322e811bda73dfa9544f7de0a50, 'wp-content/plugins/gravityforms/includes/fields/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0x41d8ae153e64c86c6868104cdb47fdcb, 'wp-content/plugins/gravityforms/includes/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0xfa94724e8f2b1e9f4684f50b1396e675, 'wp-content/plugins/gravityforms/includes/legacy/forms_model_legacy.php', 0, 0x1c39406be0a353e7596c464ef6ca5daf, 0x1c39406be0a353e7596c464ef6ca5daf, 0x0b5fcf5abbd3c2086beaa83896a00d2b7b3c00a7812f59fba962f2aa12324e07, '', 0, '?'),
(0x534e153e834a18dd118768c8ca6af03d, 'wp-content/plugins/gravityforms/includes/libraries/gf-background-process.php', 0, 0x4add35daa6f282e9661678e7b1a6ec77, 0x4add35daa6f282e9661678e7b1a6ec77, 0x9902a73eeca5e777e63c2970ec3b6813a41f0eb588ba755c5f8593d1e08f738d, '', 0, '?'),
(0x238d5bcb6a9eb9e5377ee0b69b7e4e09, 'wp-content/plugins/gravityforms/includes/libraries/wp-async-request.php', 0, 0x79e0879ae9ee860666a46f35b65d1a6a, 0x79e0879ae9ee860666a46f35b65d1a6a, 0xe9afe4fe4fa2b570a9637093448559e6e56d0f9ec796c730b15da7837d8642c3, '', 0, '?'),
(0x87624e2af3cfc3d06cc7469b6b328505, 'wp-content/plugins/gravityforms/includes/locking/class-gf-locking.php', 0, 0xbab09b4caab9b422be25f07b2232380e, 0xbab09b4caab9b422be25f07b2232380e, 0x2606f46e9533013d409bebd48d38d8f38792d367e5dee3639669ce058c16f79f, '', 0, '?'),
(0x81dafcca1ce7919bbc795ea16d54b5da, 'wp-content/plugins/gravityforms/includes/locking/css/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0xa1b3ebdbd7ee6e612e7c84f191c3efa3, 'wp-content/plugins/gravityforms/includes/locking/images/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0x61a990117c839e2eea29c73e7402dd76, 'wp-content/plugins/gravityforms/includes/locking/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0x14aa577a14ce4698d0f800de5b2c822a, 'wp-content/plugins/gravityforms/includes/locking/js/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0x6b953b99a7a49bd7bed43967c41df610, 'wp-content/plugins/gravityforms/includes/locking/js/locking-list.js', 0, 0x37812dd43ee8af61353560e55c208675, 0x37812dd43ee8af61353560e55c208675, 0xc2425754db7af3edd8b1ec0fa0fd2551fd187c83735954e8e080c55f59aad26f, '', 0, '?'),
(0x244b8487cc2a9ac24e4b3af003f660a6, 'wp-content/plugins/gravityforms/includes/locking/js/locking-list.min.js', 0, 0x48750f5d7f8674e84cbc9aef92f5690b, 0x48750f5d7f8674e84cbc9aef92f5690b, 0x8c8bd31d17ea0127f79af277e65e015f1d90c218b0dc7d54473aa3486ad79695, '', 0, '?'),
(0x7410527a90c9f605c8640770c582f5e8, 'wp-content/plugins/gravityforms/includes/locking/js/locking-view.js', 0, 0x051616eeeb82b2e17690a414b8df496a, 0x051616eeeb82b2e17690a414b8df496a, 0xaa0484c4f7e455e2fb0aade36adddb4451eb0bd3b7fbbb2ac2e65cd2e47aed73, '', 0, '?'),
(0xa5d3dae383b9bea8ecd3d7eb5aa0fa63, 'wp-content/plugins/gravityforms/includes/locking/js/locking-view.min.js', 0, 0xe3bddec2a3409b8aa281c345c7ee192b, 0xe3bddec2a3409b8aa281c345c7ee192b, 0xe8b3357340aef35935b88a467dfee65f96933dc9fd087f747690272faf8f4a30, '', 0, '?'),
(0xc6ac3f7ae95462eeedc595f3a7bc3ef1, 'wp-content/plugins/gravityforms/includes/locking/js/locking.js', 0, 0xf1418c0ff1a16b7b5d2ce293295bf01f, 0xf1418c0ff1a16b7b5d2ce293295bf01f, 0x5451a48e0de57346667e04cba82036ffa6f5f68f5c62e96d453f47cdbce21656, '', 0, '?'),
(0xb36740d737e103ca238fc63e99c78c40, 'wp-content/plugins/gravityforms/includes/locking/js/locking.min.js', 0, 0x4acf32b7e4bab789086b33072754fcf1, 0x4acf32b7e4bab789086b33072754fcf1, 0x3977cd0996010e89f61c6d559861302ba909da694b838b365cc7c6a84f045d6c, '', 0, '?'),
(0xc6d6feb1de7dbb8c287028059d4a3fea, 'wp-content/plugins/gravityforms/includes/locking/locking.php', 0, 0x130e78bc7f6fe8acce5af43dc0890051, 0x130e78bc7f6fe8acce5af43dc0890051, 0x578bef5b907b755577f98aab044b7c63366969bc932017dbf2cc7baed2e99eee, '', 0, '?'),
(0xd66f212c7d73b523245fd4b3cd9c3fe1, 'wp-content/plugins/gravityforms/includes/logging/includes/KLogger.php', 0, 0xae52deb0b7bcd7c66d5a9833e07b24a8, 0xae52deb0b7bcd7c66d5a9833e07b24a8, 0x6b138d6697232ea2ccf82fedcdd2d863df97b2467285f70c7b425a7b27493e2a, '', 0, '?'),
(0x20d39015a534e9636acff108ab1a8426, 'wp-content/plugins/gravityforms/includes/logging/logging.php', 0, 0x7d426cdfb6bd217db5a138ff448ba999, 0x7d426cdfb6bd217db5a138ff448ba999, 0xa281ee49c31a805f1d1703ac64239b77f49f45a574917157dc24dc0d8cea7381, '', 0, '?'),
(0x7b844df27760860c98d9363fb31d3a4d, 'wp-content/plugins/gravityforms/includes/phpqrcode/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0x4a5a8fe56ccd7ab5b71457691ef517b2, 'wp-content/plugins/gravityforms/includes/phpqrcode/phpqrcode.php', 0, 0x11051877a544e8cddebd8a3ca55bba10, 0x11051877a544e8cddebd8a3ca55bba10, 0xf6601e4c9e5327b103c994effd08a6aaec5e7afd41d309265abe2b80826cbb32, '', 0, '?'),
(0x9f58bd69712e0b1dfc1c5e0dfaec1e27, 'wp-content/plugins/gravityforms/includes/query/class-gf-query-call.php', 0, 0xe931251ced3abe1f695675b6be645ee4, 0xe931251ced3abe1f695675b6be645ee4, 0x3c2f61f27f438af1a32adf234204410b00eca3adb8576630c6210f05c69de2a9, '', 0, '?'),
(0xf5bbedfaf0857c8ea093850644151474, 'wp-content/plugins/gravityforms/includes/query/class-gf-query-column.php', 0, 0x90f230533e12580ee03511994396ce22, 0x90f230533e12580ee03511994396ce22, 0xd48b5033862098ecbf23d885216c0d030f05f25498bf6fb97e31ddb871fa9eda, '', 0, '?'),
(0xf116f89bbbb275636f2cbc3098c47fc4, 'wp-content/plugins/gravityforms/includes/query/class-gf-query-condition.php', 0, 0x5a5c3de7a1b3e5dc84139c4a1da7d30c, 0x5a5c3de7a1b3e5dc84139c4a1da7d30c, 0x8655a3a4f6d386d87d1de7b496938a532cf7788c5eda6d46699a2a3d887e632d, '', 0, '?'),
(0x71090c9fff062bd5ec06061c24f057a0, 'wp-content/plugins/gravityforms/includes/query/class-gf-query-json-literal.php', 0, 0x95c39c732991eb68019d7c8ba13e8cdb, 0x95c39c732991eb68019d7c8ba13e8cdb, 0x3b03c9c5e87d1fb44f027a9149ea7edc66e3373a45db2c8e9b04815c33f7d38f, '', 0, '?'),
(0x51addfecd60049d156b0b0128149d777, 'wp-content/plugins/gravityforms/includes/query/class-gf-query-literal.php', 0, 0x0f4107a15ab74090c1eed04aa814bb0a, 0x0f4107a15ab74090c1eed04aa814bb0a, 0x06ce00f1f5c465dad8fac6e85cbe1e85615be895f00c6a0bae1dfcde868e8e06, '', 0, '?'),
(0xa6f25aaa947014d553081ecb4301d242, 'wp-content/plugins/gravityforms/includes/query/class-gf-query-series.php', 0, 0x798361551372e2bae149844cd89e1512, 0x798361551372e2bae149844cd89e1512, 0x03b42a2b0bb122755edae1258fb3b4eb8ce7c08c131ca41a11097800b9109bf8, '', 0, '?'),
(0x7dab7d2ddcb2471dab99ae2e2c871af5, 'wp-content/plugins/gravityforms/includes/query/class-gf-query.php', 0, 0x0357e9c9660e0aa01d3579c0fc5a9ec6, 0x0357e9c9660e0aa01d3579c0fc5a9ec6, 0xbc4ffa916253194e22c34939083cbef897480bc69e51ff4e109e515f8c19f2cd, '', 0, '?'),
(0x67408b8730ca21c8b1d03b1edd726072, 'wp-content/plugins/gravityforms/includes/system-status/class-gf-system-report.php', 0, 0x18a5e48e58eb46a3c0bac9bcd01b97e7, 0x18a5e48e58eb46a3c0bac9bcd01b97e7, 0x22bc46792f830d821ac44d54fee7685a918a734cc5fb974afad4cec996a7927b, '', 0, '?'),
(0xb48bcbd85da3dfd42a5d9315d772c4ca, 'wp-content/plugins/gravityforms/includes/system-status/class-gf-system-status.php', 0, 0x6f6a069a141bf661b25dbe4dd3916834, 0x6f6a069a141bf661b25dbe4dd3916834, 0xd8189919025ebab35f37f8ec1e67790f3f7561c3e58ee1e8a3fa222c95d68b41, '', 0, '?'),
(0x1edb82a55c2b8e60a29bd23aec2b9a19, 'wp-content/plugins/gravityforms/includes/system-status/class-gf-update.php', 0, 0x7f68cc57924cfb8d1604c5a676b6c489, 0x7f68cc57924cfb8d1604c5a676b6c489, 0x7fe165f46ae3f02ca5893647c197e6d2fe7947742fe6d1ab244a8156c6bd885e, '', 0, '?'),
(0x331f81777ea95b515d8eb4005c622c98, 'wp-content/plugins/gravityforms/includes/system-status/js/clipboard.min.js', 0, 0x472a4ea206936ca4003e609c66f590a7, 0x472a4ea206936ca4003e609c66f590a7, 0x6be67cd3c78bee056bacd01e31708d6528e3b09d73248cf8d268099f89593784, '', 0, '?'),
(0xa7b267e1c56125e5aabf77b9c54a996d, 'wp-content/plugins/gravityforms/includes/templates/edit-shortcode-form.tpl.php', 0, 0xfda66eba570e7f6443b739112090381a, 0xfda66eba570e7f6443b739112090381a, 0x72e9ea99ff3e523825475814118f5170d9d7403c4b976138e79d03341d699915, '', 0, '?'),
(0x6c445ba26ca16abdfeac358c040222c1, 'wp-content/plugins/gravityforms/includes/upload.php', 0, 0xd663c69195b1e97c396c68db220555c7, 0xd663c69195b1e97c396c68db220555c7, 0xb4882282dd01346c10ca0fc13daa57a5192d8cb81e5b236f893f99f1fe7329ad, '', 0, '?'),
(0x9f20808ea2f85d258faa196ab325678d, 'wp-content/plugins/gravityforms/includes/webapi/css/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0x304086849698fc1c306a9f6b4a8912b6, 'wp-content/plugins/gravityforms/includes/webapi/includes/class-gf-api-keys-table.php', 0, 0x3dce8a574aa891846d87963e48dddb56, 0x3dce8a574aa891846d87963e48dddb56, 0xef86e4e52f9ae4724c5cee77ca94edc73ef4fb81041a17e5facbb5a12b637bd6, '', 0, '?'),
(0xdb922c73d03da092ef45206b36eb67dc, 'wp-content/plugins/gravityforms/includes/webapi/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0x8a40d631a52dc7c58a3509f652946a32, 'wp-content/plugins/gravityforms/includes/webapi/js/enc-base64-min.js', 0, 0x0492f6d0c9073c63b0e45d6b7a3cd2f4, 0x0492f6d0c9073c63b0e45d6b7a3cd2f4, 0x91d57252bca1cfa51844fc58ec5957737d530d1296587a8dba53cdf3259a1549, '', 0, '?'),
(0x1ac825963bcb55fd6628aaf296eeb355, 'wp-content/plugins/gravityforms/includes/webapi/js/enc-base64-min.min.js', 0, 0x13535efa629b27c69d6ab8e558eefcf1, 0x13535efa629b27c69d6ab8e558eefcf1, 0xf5cd39ff093bb691b285bee6ad4dd0b64ccffc83823930ca8ae3ca85ca8bf8fc, '', 0, '?'),
(0x7c265b56685238dd1a905019b46946bb, 'wp-content/plugins/gravityforms/includes/webapi/js/gfwebapi_settings.js', 0, 0x0361453dd5b3fe5f3f5fbd0a746d48d2, 0x0361453dd5b3fe5f3f5fbd0a746d48d2, 0xdbee11e26f308d8dec278a0085815ad495a3836dba8fb01b7ee8d300a21095b9, '', 0, '?'),
(0xae99d9cdf036cdf172c20bf47abe9500, 'wp-content/plugins/gravityforms/includes/webapi/js/gfwebapi_settings.min.js', 0, 0xc0a754f6813964d55f9c4bacfd178ab9, 0xc0a754f6813964d55f9c4bacfd178ab9, 0x186e669e0b1f1d85dee30179f9ca950013457c617c29c842b62858fa3c28c090, '', 0, '?'),
(0xebf28ef057d91c829d8c104e663e9344, 'wp-content/plugins/gravityforms/includes/webapi/js/hmac-sha1.min.js', 0, 0xf97209f5d2394de665eefa58b927ee8b, 0xf97209f5d2394de665eefa58b927ee8b, 0x097acc0a9cb2db1d16fbe314b8346c99f1d5e73b43d1cba50fad4e447116d3fd, '', 0, '?'),
(0x28a3d6ab6a262a697d90c3932d5464bc, 'wp-content/plugins/gravityforms/includes/webapi/js/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0x7d0f3e707fe67f270e3562853ff4fe32, 'wp-content/plugins/gravityforms/includes/webapi/v2/class-gf-rest-api.php', 0, 0x614033d009e4d6c3d546e5b8b9925cb1, 0x614033d009e4d6c3d546e5b8b9925cb1, 0x4244946aa90e08eac686a3309e13328a532699a7438658781cb786307cde5e30, '', 0, '?'),
(0x7dc3c376ea395e96fa16465584171f93, 'wp-content/plugins/gravityforms/includes/webapi/v2/class-gf-rest-authentication.php', 0, 0x705f6e835171172e205ae84e5304efce, 0x705f6e835171172e205ae84e5304efce, 0x58033dd8530c8411e3ba776ad8992721ea493b92f52c53bc8df354a112e0eecf, '', 0, '?'),
(0x99385d3e691e0ad57f67523544d7368a, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/class-results-cache.php', 0, 0x0eb348a2dfdcf93902a8cc9ea3bc2ba3, 0x0eb348a2dfdcf93902a8cc9ea3bc2ba3, 0xe40b288790e3d228367d910b2669f6d9e2dc9848496a2b62d8485a4f8bc48a87, '', 0, '?'),
(0x9d3966024851fb308f389b12bd8b0f14, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-entries.php', 0, 0x1dbc0deda9d0431010642287baccc046, 0x1dbc0deda9d0431010642287baccc046, 0x60a837e802efb5e0f240046df1133db702000235d5e7f4faf736a64b73bed91d, '', 0, '?'),
(0xf3392b9c87dd13703ed9a47b8fdc8db7, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-entry-notifications.php', 0, 0x9cff2d7ded71c2e58482f9b29dc5e74b, 0x9cff2d7ded71c2e58482f9b29dc5e74b, 0x0c822c5dfba719e50837ba3220b6091e294d7b49e48679b9a94b1afd2eb68860, '', 0, '?'),
(0x2b1bf57a9df06139321b0a0258f31a5e, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-entry-properties.php', 0, 0x5eea62e84da2fff3d715f7eff6747f4f, 0x5eea62e84da2fff3d715f7eff6747f4f, 0x5a79eb66643dbb6e1d2af781bddc3376b0223615865c67772aa2afd4cca10157, '', 0, '?'),
(0x553c9252f01652a04a2715df8e25e85b, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-feeds.php', 0, 0x3a167b0e17dbfd6d352140fc12dff99b, 0x3a167b0e17dbfd6d352140fc12dff99b, 0xaa4fd783e082939e57de26b8cc095f40ab024e5baa688bc76ac85c280813040e, '', 0, '?'),
(0xf9dacdad39e35f8955279067067cb7c4, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-form-entries.php', 0, 0xb3e103ae710683a747355deaa5f7dd25, 0xb3e103ae710683a747355deaa5f7dd25, 0x09e96d2ba161a930f12f4e1eb703580264c8f3e34786c447254b1d059c674944, '', 0, '?'),
(0x38e3594acc61b288fe5eb07a46eb4642, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-form-feeds.php', 0, 0x58cb9beb76d723ddf2cd78a12016a85a, 0x58cb9beb76d723ddf2cd78a12016a85a, 0xe3a140a7dc537a5980335f8e3373c626bbeae313d3c4e877667c5fe3bc853bad, '', 0, '?'),
(0xb959afdf05d82d7d80bd85f8a71a1b0b, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-form-results.php', 0, 0xdcfbba8720cc62643de8d77735e74ede, 0xdcfbba8720cc62643de8d77735e74ede, 0xc0e345773dfe072ad4f5ade70ae1c7f4ded605d617f18639cc8b5a422b00f80d, '', 0, '?'),
(0xfabfe4aa3785be4176a38e85ead50218, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-form-submissions.php', 0, 0x08245b75cf0134d70001a4e9c76758a6, 0x08245b75cf0134d70001a4e9c76758a6, 0x1aa9ff94108bb19c3a066e4b3e1a55d153adec1ef39c6df46a51db3ded985daa, '', 0, '?'),
(0x3c651e4c6ad765227590f00b9b041ff1, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-forms.php', 0, 0xd9bf522c8d298e7865d9e5efae672e6d, 0xd9bf522c8d298e7865d9e5efae672e6d, 0xdf9e5ee6dd97cadd9abcb3040c7bc043afae1bdd4907f18f4593aad03d57b3a1, '', 0, '?'),
(0x367070933c07578ff759227ed700d453, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-gf-rest-controller.php', 0, 0x120f913afa9cbf73c162d4f719278d81, 0x120f913afa9cbf73c162d4f719278d81, 0x067b44d4d131b20147756235a59e1e631d2d5daecb2702ee80071278d8e929aa, '', 0, '?'),
(0x92378c9b3f3bf139ee6487a61e4c3186, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-wp-rest-controller.php', 0, 0x0c12fe038356b0b0ae1769ab3be297c7, 0x0c12fe038356b0b0ae1769ab3be297c7, 0x3decc4b6ff63293b13760b82716be974521b86c1462c119949c62617096c4774, '', 0, '?'),
(0x536faeb6f75584879b05d1efe8ecf332, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/index.php', 0, 0x276a0f0b47b8d838f176b0f35df10810, 0x276a0f0b47b8d838f176b0f35df10810, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0x4843ba9665c39ce5dbb5f4a28f80649d, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0xf5176ca34717f977429008e636d70ac2, 'wp-content/plugins/gravityforms/includes/webapi/v2/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0x222375b3a53e3d7303de4c6c052daf36, 'wp-content/plugins/gravityforms/includes/webapi/v2/restapi.php', 0, 0x8de646c8fb0ec2d840765cf50f2acb9d, 0x8de646c8fb0ec2d840765cf50f2acb9d, 0x3ef1beaca4a9c89e2a5e662020158256704d5ea25df75e9b6a2a7e7ec69a5a52, '', 0, '?'),
(0x75b673bfe0db4e51595df5304ccd6e9a, 'wp-content/plugins/gravityforms/includes/webapi/webapi.php', 0, 0xf4143913be47fad153a7ec0805f5032d, 0xf4143913be47fad153a7ec0805f5032d, 0x031cbda1477d811817485d795c695b956a53a8e423c6d1d912f49ff5f1a410c6, '', 0, '?'),
(0x05b4122afb8aaf8b18d63987164d4b56, 'wp-content/plugins/gravityforms/includes/wizard/class-gf-installation-wizard.php', 0, 0x30d0cee37197dbed9f3c573dc282b4a2, 0x30d0cee37197dbed9f3c573dc282b4a2, 0xf53f72e9385092dab4c0bd696ca51c3c144b641bf219bb5ebda3c624a3f8231f, '', 0, '?'),
(0x4f8fde95ff3d9ba2f86df435681bca34, 'wp-content/plugins/gravityforms/includes/wizard/class-gf-upgrade-wizard.php', 0, 0x9761dc64bbb176e273590e9ad03a915f, 0x9761dc64bbb176e273590e9ad03a915f, 0x45927b9f96bf8a272fcc7366b0bf4a5858a85c4bbdac94412cebe1cfe3a03a7e, '', 0, '?'),
(0x754654763bf4f01a5c77b81c0693a8a4, 'wp-content/plugins/gravityforms/includes/wizard/steps/class-gf-installation-wizard-step-background-updates.php', 0, 0xb7212be297e1e821b90da47c935e5218, 0xb7212be297e1e821b90da47c935e5218, 0x594d8bd842874f583a634fb88bad39bc5bce1120bfdd68de41bc3604fc0ca0b5, '', 0, '?'),
(0xbe535be72215b474a1cc61bac50e4ad7, 'wp-content/plugins/gravityforms/includes/wizard/steps/class-gf-installation-wizard-step-complete.php', 0, 0x64ee1be826692d1ae058a7f2c3ad3005, 0x64ee1be826692d1ae058a7f2c3ad3005, 0x7a5e938fd9030f6a0b09103356bdf7b5f51cfba0f21af7ea4372cc8cf3452dc0, '', 0, '?'),
(0x02a877d3c29606d432de31d15e61cce6, 'wp-content/plugins/gravityforms/includes/wizard/steps/class-gf-installation-wizard-step-license-key.php', 0, 0xf872dbf8623137fb1b08bf18c68d2db4, 0xf872dbf8623137fb1b08bf18c68d2db4, 0x0856fe6f1666d1f2e1f6729088828b7d9c42c46737f782a6b91822d9a5aacb1e, '', 0, '?'),
(0x952529f1afe6b432ac400a1ff21431c1, 'wp-content/plugins/gravityforms/includes/wizard/steps/class-gf-installation-wizard-step-settings.php', 0, 0x764e06a638abe040f6248969f5f020fb, 0x764e06a638abe040f6248969f5f020fb, 0x7962277001363b3e038af2e6e3f15074f76a2e1b27b60b842f719878f7907303, '', 0, '?'),
(0xf4c081b7a1681a88e5578f3a5f50265f, 'wp-content/plugins/gravityforms/includes/wizard/steps/class-gf-installation-wizard-step.php', 0, 0x08bd353ff8381e6282a1c0e853719635, 0x08bd353ff8381e6282a1c0e853719635, 0x39a91b442ee0ade2c75ce922f1e4898a278e8d45981722e2e458bfbf7c64106b, '', 0, '?'),
(0xc24b493334119da94d7b3000179a2b57, 'wp-content/plugins/gravityforms/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0x94a281355dbfcccdd7e9f8200bf81548, 'wp-content/plugins/gravityforms/js/blocks.js', 0, 0xc3f80fdd45df2ecb80d0b92a668d1bb3, 0xc3f80fdd45df2ecb80d0b92a668d1bb3, 0x4fcdf0eabbe1db34cf7a711b143afab926d1f876817d33376f9aaf5ecb16cdfa, '', 0, '?'),
(0x6fcc33eab4a54377f49c4165c1c32607, 'wp-content/plugins/gravityforms/js/blocks.js.map', 0, 0x296c7d27e8cf8d815d1a6cad7e81e06d, 0x296c7d27e8cf8d815d1a6cad7e81e06d, 0xe305e89068747a2f52c82179cbc17d915bbbd530ab735b6833d011dfdfce7be1, '', 0, '?'),
(0x9155ba16ea34a57e6ff9108934af9d24, 'wp-content/plugins/gravityforms/js/blocks.min.js', 0, 0xa809168518c9777bca2922e9d4c92908, 0xa809168518c9777bca2922e9d4c92908, 0xd64470d1a803ebac842d816a4e75b51e40dbaa30f2ea88310dff22201e2a54c6, '', 0, '?'),
(0x730e0897143e4fb8736d8695ecfd7475, 'wp-content/plugins/gravityforms/js/blocks.min.js.map', 0, 0xf9cadeff766f99298a1c21414d828dd5, 0xf9cadeff766f99298a1c21414d828dd5, 0xaf5b0c4362bb99da8948474f07ca405f5bc002efc52346befe02fe8ea9e4c435, '', 0, '?'),
(0xb84824c78ca55b0cc6d6c7b15ccfe465, 'wp-content/plugins/gravityforms/js/chosen.jquery.min.js', 0, 0x3e9f1dcb9cc75169765265133fb815a7, 0x3e9f1dcb9cc75169765265133fb815a7, 0x222385938a683812f29060bef5603a1092b25063f21d0cf553586b584858b73b, '', 0, '?'),
(0x0a5269469b0ed373e74766fccb4f8e79, 'wp-content/plugins/gravityforms/js/conditional_logic.js', 0, 0x109dd23885d068bca8be9a287a36d64f, 0x109dd23885d068bca8be9a287a36d64f, 0x95b12905e2563867943cd2158eee49fc2d55328d969a1096db22b1c9ef2e05dd, '', 0, '?'),
(0x462d874e52273a3f3c56f829cd1423c3, 'wp-content/plugins/gravityforms/js/conditional_logic.min.js', 0, 0x0e09bafc55f674b5ab0883be71e1869c, 0x0e09bafc55f674b5ab0883be71e1869c, 0xd606cbfda34f492a5e0f287caf8f4d59600e0e35c27bca9e0eeea512182a3009, '', 0, '?'),
(0x5c86538d550bf9e57bdf528c0338548f, 'wp-content/plugins/gravityforms/js/datepicker.js', 0, 0xc8ca552dccd1d12d6cb7744b0eacacf4, 0xc8ca552dccd1d12d6cb7744b0eacacf4, 0x018516b9496870b123b78a6d5695988d03075bb2a3598811328233573f7fa36e, '', 0, '?'),
(0x7eb332cbe119bbb335c175953ded7774, 'wp-content/plugins/gravityforms/js/datepicker.min.js', 0, 0x7158a5798e811bec7c2a36437117ef97, 0x7158a5798e811bec7c2a36437117ef97, 0x46e34077c2ab656e9202027002e9cac582a883b1694a80235fb83b103c06da08, '', 0, '?'),
(0x8de98e5993f0765805248c60356f84c1, 'wp-content/plugins/gravityforms/js/floatmenu_init.js', 0, 0x62e1693f07020f2f19d98f81f9f5e588, 0x62e1693f07020f2f19d98f81f9f5e588, 0xb857212214bc6efb371076c061d6fa01c3451031a9a55f9dbb1c913b99cbfaae, '', 0, '?'),
(0xb6cd35d91e7f72e8963d29986e0f6b94, 'wp-content/plugins/gravityforms/js/floatmenu_init.min.js', 0, 0x483bf5372d964fb1965f99f74997ac33, 0x483bf5372d964fb1965f99f74997ac33, 0x1f8507eeb7f2d23324bbdc3065a11bbdd254405c845c8f22f5a26c96b959698c, '', 0, '?'),
(0xa3d04e093eb2ddfefed253dfbee628d4, 'wp-content/plugins/gravityforms/js/form_admin.js', 0, 0x20b3eaaa8b2b7dae161fa2ed3b458ef6, 0x20b3eaaa8b2b7dae161fa2ed3b458ef6, 0x9a49a2f2f12c09e82e188740beeed22f4d34a24a23d4ff966013d9c87e6d25ed, '', 0, '?'),
(0xb4defae4c5ba74c295eb47d1ab48c061, 'wp-content/plugins/gravityforms/js/form_admin.min.js', 0, 0xa3f06281a4ada41f07954c85287c6c09, 0xa3f06281a4ada41f07954c85287c6c09, 0x35a1d3ef7515712a37e3d82bbe0b60bc2a31f09ba26f98b175c867d91c7ea2eb, '', 0, '?'),
(0xff4fca2efedad1c9a1093bd99337bcf3, 'wp-content/plugins/gravityforms/js/form_editor.js', 0, 0xdfc424a14d88cceb821cfd0589ee6449, 0xdfc424a14d88cceb821cfd0589ee6449, 0x3688f1238c27fc99ada18f38d3a0912c5d8b01614264bb890f66d11ec9925d6c, '', 0, '?'),
(0x801e608433254eb7f3321912d09e600a, 'wp-content/plugins/gravityforms/js/form_editor.min.js', 0, 0xc670f432f8c6efff82d4f0678dfd8350, 0xc670f432f8c6efff82d4f0678dfd8350, 0x7921e440b5dad7cef9bec2a7c662adb63aef604e273885b8ffe5be2ff9c36dc3, '', 0, '?'),
(0x1deaec4c2896cd2fe5eb3a6a88309840, 'wp-content/plugins/gravityforms/js/forms.js', 0, 0x35a9a52f68bfa3fade16639751f8b228, 0x35a9a52f68bfa3fade16639751f8b228, 0x6e8745f49743ec75e1dc45235f3a8c07787350d61ddea19fa82a34da745659f5, '', 0, '?'),
(0x8439355b0fc83b511d7c31cc6f33817a, 'wp-content/plugins/gravityforms/js/forms.min.js', 0, 0xbb3bca38b0e2166debc0933a93807df3, 0xbb3bca38b0e2166debc0933a93807df3, 0x274d23f0ca7fe1086f1d35c1773b1156c338a78616d661d42dd4b25ca33f24d4, '', 0, '?'),
(0xb9bd86e82311e85f3d248351c0b70ffa, 'wp-content/plugins/gravityforms/js/gf_field_filter.js', 0, 0xc190c4b348280fab8e49f414b42c377f, 0xc190c4b348280fab8e49f414b42c377f, 0xda09faff93597bda1f3d003985206e1467bf14e5dd110e158403ad8561f456db, '', 0, '?'),
(0x04e6b23f81cf37e8b61f148b9d2c0b00, 'wp-content/plugins/gravityforms/js/gf_field_filter.min.js', 0, 0xebcd82e86255bafae4e25ef5ce3cc760, 0xebcd82e86255bafae4e25ef5ce3cc760, 0x30ef6c1e1a7d8e230dde9fe991419769c6d33f9e6633d49bd06155891aa36faf, '', 0, '?'),
(0xb9430df779993b2c80ddd069ffce750e, 'wp-content/plugins/gravityforms/js/gravityforms.js', 0, 0xbfaf59cc0e6b2ae9c92cdef61dfba403, 0xbfaf59cc0e6b2ae9c92cdef61dfba403, 0x60622ba76ae58ce1f1cdd1d207f19bd486c12406f33d9cf029782e4979b74376, '', 0, '?'),
(0xedb567e606be1a9fa6816eed9fa1f56a, 'wp-content/plugins/gravityforms/js/gravityforms.min.js', 0, 0x5e67ef5341de112580899b9b8da45981, 0x5e67ef5341de112580899b9b8da45981, 0x11c0bafc2fdfac307a820abcae36da31f7ec36d3f6d567df9c22c09f151e535a, '', 0, '?'),
(0x0625de58f2dc033e0f67fee34bc56f5b, 'wp-content/plugins/gravityforms/js/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0xab7c88aef8affec7675a7d151f1b094c, 'wp-content/plugins/gravityforms/js/jquery.json-1.3.js', 0, 0x6f1069afb41ed83274a60c2b17089c51, 0x6f1069afb41ed83274a60c2b17089c51, 0x6997dde769bddaf1193ce9b4af09628258fe3ba69b936c93f02fc6912c209f1c, '', 0, '?'),
(0x34fd272b78a93b2350a682141159ce5b, 'wp-content/plugins/gravityforms/js/jquery.json-1.3.min.js', 0, 0x99f3acaf735ea456295d6084a62c7726, 0x99f3acaf735ea456295d6084a62c7726, 0x5a118d9bbf0972573e08e29700dbbfefaf2f74d9fc054c3b373dc4da26230103, '', 0, '?'),
(0x8997b8d1705086b3724f534684d9ca35, 'wp-content/plugins/gravityforms/js/jquery.json.js', 0, 0x3f7eaf0dd4ac932a122e88136ef6b57e, 0x3f7eaf0dd4ac932a122e88136ef6b57e, 0xe3791b83953193657bab8740ac52cb958cafde4660546a6aa36d517d7ef159f2, '', 0, '?'),
(0xecc29aff9b5fe71b4fa856d1d0474c48, 'wp-content/plugins/gravityforms/js/jquery.json.min.js', 0, 0x827fde8d0de0ba40ab12406eb78b4908, 0x827fde8d0de0ba40ab12406eb78b4908, 0x2cc03f659ff8acfd7ed1a59f76526acb956132ac8be6c88b8b37f7a8427baa2a, '', 0, '?'),
(0xb24045840067033e702acdbd399a1b47, 'wp-content/plugins/gravityforms/js/jquery.maskedinput-1.3.1.min.js', 0, 0x8e16dfaafa5297fc867c6f76407ea8dc, 0x8e16dfaafa5297fc867c6f76407ea8dc, 0x4d5f504954c2f1e77e55bb8be45589189fccc3abfe5eed542ac0faeeab4d1cb6, '', 0, '?'),
(0x61c948faa833cf64efe81f1480abb016, 'wp-content/plugins/gravityforms/js/jquery.maskedinput.js', 0, 0xf55afda318b1f30ddebaca9fea2b939c, 0xf55afda318b1f30ddebaca9fea2b939c, 0x638f3953906c4a3f9b1b756b9efaaa12caeb30a395fa34e48cb2c2b59a183640, '', 0, '?'),
(0x0b2cab9bbbade8c5214d434a1d05cbe3, 'wp-content/plugins/gravityforms/js/jquery.maskedinput.min.js', 0, 0xd0e6da2c1477906af218f3c8673b44d9, 0xd0e6da2c1477906af218f3c8673b44d9, 0xb1d7d53ec618a4fa0a5dc4bdd5f872b8189824b422847b0639b8c9c2163efc0b, '', 0, '?'),
(0x4e766925faeb4e18d19c98c9f418e893, 'wp-content/plugins/gravityforms/js/jquery.min.js', 0, 0xd0e6da2c1477906af218f3c8673b44d9, 0xd0e6da2c1477906af218f3c8673b44d9, 0xb1d7d53ec618a4fa0a5dc4bdd5f872b8189824b422847b0639b8c9c2163efc0b, '', 0, '?'),
(0xe4c4b7e00c33dd2bda111a695fb993cb, 'wp-content/plugins/gravityforms/js/jquery.textareaCounter.plugin.js', 0, 0xafe281cf03219487ff8df7ffd55db020, 0xafe281cf03219487ff8df7ffd55db020, 0xb359682e6d7daa07110998a14fc78a5d8e70f66c3a90c9880b20f7d5567c3944, '', 0, '?'),
(0xf3e466b3a41032a819b2fc92b8620a45, 'wp-content/plugins/gravityforms/js/jquery.textareaCounter.plugin.min.js', 0, 0x44917175635c3662cf7fb4e30849a61c, 0x44917175635c3662cf7fb4e30849a61c, 0xe1fad93a9f2640148ebe2516790f2b84e3819585070563813d96b706b93ffbb5, '', 0, '?'),
(0xfbaf336c780151f9d7ba06381a2aacfb, 'wp-content/plugins/gravityforms/js/menu.js', 0, 0xadfd2508d2adfaab0ec8a51c369eed74, 0xadfd2508d2adfaab0ec8a51c369eed74, 0x7e690d22b507dca373461c55d71f8cd7eff95426bc7cc3f94e673b186bb82107, '', 0, '?'),
(0x41f3fb347bebaeac36b0553e9dce4743, 'wp-content/plugins/gravityforms/js/menu.min.js', 0, 0xc2a92d46b0b88c77af0b0e3ad268ba8a, 0xc2a92d46b0b88c77af0b0e3ad268ba8a, 0x1bf0211e6e812d4aabf310ab309b99a59fc3843046567025706bc09ac598ff7d, '', 0, '?'),
(0xc3fda83450ccf02efde11d839c1ca090, 'wp-content/plugins/gravityforms/js/placeholders.jquery.min.js', 0, 0xa39e45502bab7e9e26723e6ab243e8f8, 0xa39e45502bab7e9e26723e6ab243e8f8, 0x2fb701fa9affbd12e103b447cc4439a7397cfcca6c7f10dd5dca5c7e36a3bdb7, '', 0, '?'),
(0xf6be5004354d06fb4b69afbefd95dea2, 'wp-content/plugins/gravityforms/js/preview.js', 0, 0xa10d839ff4fa22abd74fbcb59dfc32e8, 0xa10d839ff4fa22abd74fbcb59dfc32e8, 0x2f5ab1a07029f82c1fc5901a146dafeb028c8bd01fcd4fc09a33c1ff8d7c958a, '', 0, '?'),
(0xec0342f289b6d883dbe3d59114c312e2, 'wp-content/plugins/gravityforms/js/preview.min.js', 0, 0xb1fe340ffea1b4448d7808b93bb60544, 0xb1fe340ffea1b4448d7808b93bb60544, 0xe4494d1838afbea18b16574fc9b237c7213e00b90a2cba43fb75edd52d2b22d3, '', 0, '?'),
(0x4505e3a82ae4ebbd34f6f3d0fd3ef9d5, 'wp-content/plugins/gravityforms/js/shortcode-ui.js', 0, 0x1bfd7e1195bb13a50ccc10ddfc23f13a, 0x1bfd7e1195bb13a50ccc10ddfc23f13a, 0xaf6e3d970b18197eb38ade7d695dd3366ac55e82ff554d1f798327df611b938e, '', 0, '?'),
(0x2ca0694c760c1ccb6f20b06014b33341, 'wp-content/plugins/gravityforms/js/shortcode-ui.min.js', 0, 0xa50e564ef40252d78193ff6169570725, 0xa50e564ef40252d78193ff6169570725, 0x5b8077c6ea86cd5a6a11b48c9c30f9281c36a2ee3efec326f35c58e62db2254b, '', 0, '?'),
(0xa515c66b669e0d90f21377dd295bfa33, 'wp-content/plugins/gravityforms/js/tooltip_init.js', 0, 0x3bc8a037944c37b7e6a7ad93dd72cbd6, 0x3bc8a037944c37b7e6a7ad93dd72cbd6, 0x5dfe0914f9c180b30e310cd9c369d830ec0f6c6e4a820cbd3a5953f612727b6d, '', 0, '?'),
(0x4f9ecb82ccac90af1e6f747a4f0c1e29, 'wp-content/plugins/gravityforms/js/tooltip_init.min.js', 0, 0xde2b61e2f8396a11abb2f238b9471a69, 0xde2b61e2f8396a11abb2f238b9471a69, 0xa447940ff377912223fa196dbd1b14a8009820b4c8b3370665e71ce9e21dffc4, '', 0, '?'),
(0xceab0a2031be7185234aa78334224900, 'wp-content/plugins/gravityforms/js.php', 0, 0xeadb2f96ec75ccc74f29e9e12985e3e2, 0xeadb2f96ec75ccc74f29e9e12985e3e2, 0xcefa6fffa11ab981d1c692163844752c7a6301b448ae4672be2270f2e2850772, '', 0, '?'),
(0x9d879af136b5a4aaf836446adae1bd40, 'wp-content/plugins/gravityforms/languages/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0x7dc1cdd948422d998d2454c49b63609f, 'wp-content/plugins/gravityforms/notification.php', 0, 0xd8fe038820c6fe9bbf649a9e3e5d6101, 0xd8fe038820c6fe9bbf649a9e3e5d6101, 0x79d88c5224119293da43d17b04c0bd30522a2328a0233fd35d0308124202925e, '', 0, '?'),
(0xa672f166fcd9bde2c158d634e03b16ae, 'wp-content/plugins/gravityforms/preview.php', 0, 0x7c1256aa479736c91f93697608645191, 0x7c1256aa479736c91f93697608645191, 0xbd06f904b9266eba9ac15d6807f807841c537451bfda8846cf111526a0e8b4c9, '', 0, '?'),
(0x8851d8f26d660d5dfd933ef100422128, 'wp-content/plugins/gravityforms/print-entry.php', 0, 0x924504ca71a0612b052cd7d9ed398754, 0x924504ca71a0612b052cd7d9ed398754, 0x1a48eeb8f0b700e9dbc82e45b1e4139d4ad8d1e4c4838a84bf119c4f82477388, '', 0, '?'),
(0x1dc4c8d0b2072392c1ea6abc04deac0c, 'wp-content/plugins/gravityforms/select_columns.php', 0, 0x81701d7b59a8ec826fa16829fd8f798e, 0x81701d7b59a8ec826fa16829fd8f798e, 0xabc0edc9022a78fdbc0f4758f56ee28fab39078889e60c420ab9ced30deeee0e, '', 0, '?'),
(0x709e4b15d1c88b389a7dfa7fb294c9dc, 'wp-content/plugins/gravityforms/settings.php', 0, 0x9090184aea6e3ac91e60d3d009baebf6, 0x9090184aea6e3ac91e60d3d009baebf6, 0x89d79370b527167de7457bdc45d679127975748e988117ec0661b638f5aa1847, '', 0, '?'),
(0x12155f89d87b91c5787bcff02ba27cf0, 'wp-content/plugins/gravityforms/tooltips.php', 0, 0xde5a9e368c575b15f71a191fbd6724f5, 0xde5a9e368c575b15f71a191fbd6724f5, 0x7435f35c7bc14fcfe6ed301b0c7d7b1e2ce67c220098565a262f58e14619ca11, '', 0, '?'),
(0xd3022215e016ca32711ead728e9ed18b, 'wp-content/plugins/gravityforms/widget.php', 0, 0xa8de77c9f8f91928699fb2e3f4160611, 0xa8de77c9f8f91928699fb2e3f4160611, 0x904cc9b754951765e0cf06a9cd880520f9a3b04003f05c7fe8574d53c7b1c14f, '', 0, '?'),
(0x589f7a954387b1168d300238c89742b9, 'wp-content/plugins/gravityforms/xml.php', 0, 0x5f790e2db2c2e42fbb87496a82c27077, 0x5f790e2db2c2e42fbb87496a82c27077, 0x8c6bcc8b4f0e5db192eee9568a2734cf855a92d49e2a90a014b0c5086d554076, '', 0, '?'),
(0xd40ce8f2ff010fe59dcd302aee57c7d4, 'wp-content/plugins/index.php', 0, 0x67442c5615eba73d105c0715c6620850, 0x67442c5615eba73d105c0715c6620850, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x80d98d7921a825a510f92cf4e1863b6b, 'wp-content/plugins/jquery-updater/jquery-updater.php', 1, 0x00000000000000000000000000000000, 0xeb98355c94345a280ce6412b8af18716, 0xab4ebc6bf4c2c0b8a258f91f5fa90aee8e0ed3a93e37eaf71ccbf68af9945ffc, '', 0, '?'),
(0x76f45e8c9b88688ebf953967be74ee9e, 'wp-content/plugins/jquery-updater/js/jquery-3.4.1.js', 1, 0x00000000000000000000000000000000, 0x11c05eb286ed576526bf4543760785b9, 0x7ae3eff3c17afd3685e709efe4ce4d8b8f068b2e2d5b56e2f6d1a0a0874d69f0, '', 0, '?'),
(0x60fae0d2a372284ecc0f8f637200650d, 'wp-content/plugins/jquery-updater/js/jquery-3.4.1.min.js', 1, 0x00000000000000000000000000000000, 0x220afd743d9e9643852e31a135a9f3ae, 0x9d0896ce91b5203d4da270c30c7d9560becc8226984941badaaa8c9f1cf0476d, '', 0, '?'),
(0x0c8d168656b0ba4b8b5f3797307d626c, 'wp-content/plugins/jquery-updater/js/jquery-3.4.1.slim.js', 1, 0x00000000000000000000000000000000, 0x1a94b73b4b451a7872de5d76f57024e4, 0x2144aa285c2711f3c8ca9cfca9bad3df3395adebc2ed2057e7eed5dbcc7d73a1, '', 0, '?'),
(0xb749608c13372f57e13da3a2c8f12f1e, 'wp-content/plugins/jquery-updater/js/jquery-3.4.1.slim.min.js', 1, 0x00000000000000000000000000000000, 0xd9b11ca4d877c327889805b73bb79edd, 0x946a25a7bfe9249b7be707a5562f9ba04d4fec5ac92a828e1caab3e0385545e1, '', 0, '?'),
(0x7368c1b09504bc39b51850bf347773da, 'wp-content/plugins/jquery-updater/js/jquery-migrate-3.0.0.min.js', 1, 0x00000000000000000000000000000000, 0xb2d4316164f47c0c1064e7e83dd72167, 0xdc22729c3eee2e5c8dbb795e4666a6e1076611a9a02b2f5117b04b79f09866ac, '', 0, '?'),
(0x0b8d9a8adbe397a1e174ecece85fed7b, 'wp-content/plugins/jquery-updater/readme.txt', 1, 0x00000000000000000000000000000000, 0xc4f14a252db44ea352e58d049a3ee8a1, 0x56cf582447d85f18abfc83891ca38342a4e695a015ad9ad85547d7ca2ec16076, '', 0, '?'),
(0x0d26e4a41a0ac944c756c3ca78979a0b, 'wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.svg', 0, 0xf9e431dc8d2ae45148edfc6f2ac6f961, 0xf9e431dc8d2ae45148edfc6f2ac6f961, 0x7c5f34f58d3d7ac722ef12d426a98d639d283170a2d81a8c4b0ff560587f79cb, '', 0, '?'),
(0x1060de3c263ec6b9a9a6f41d6b5c803a, 'wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.svg', 0, 0x107d077d609efa7239165672c26a3c8b, 0x107d077d609efa7239165672c26a3c8b, 0xcdadd1cad58a7ddc796e094f7dddcf741856d1287d69eb7186cc3dbb05304e86, '', 0, '?'),
(0x4268b044f76a113789bf89cd8471a460, 'wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.svg', 0, 0x6fd1b67024a29599ea0fcec785c21909, 0x6fd1b67024a29599ea0fcec785c21909, 0x461e359c699cf33fdfc9f2f06ddd254a6afb797b6d50b20aa59be609a14f6cb1, '', 0, '?'),
(0x99780768e606f3c72f22ba34dafb4bdb, 'wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.svg', 0, 0x7be74dee2b6a712f7668218fda71947b, 0x7be74dee2b6a712f7668218fda71947b, 0xd431df0fb57cfe7736845b73462d0592147253e435c7a0b7d85caa966e7178ff, '', 0, '?'),
(0x367bbc4078d7fdf3610c4f15a9d78cbd, 'wp-content/plugins/js_composer/assets/css/lib/vc-material/fonts/vc_material.svg', 0, 0x45e01a45c456e1cc58937aa1c60d7351, 0x45e01a45c456e1cc58937aa1c60d7351, 0x93949e51b5f26367fa37765c57598c9d55890b90c5111e6be110103bf34ca791, '', 0, '?'),
(0xaa6a62a92b43157a134ff5565b9a6b46, 'wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.svg', 0, 0x479f66f1a4ada7ba94ead86d924e8394, 0x479f66f1a4ada7ba94ead86d924e8394, 0xb3ed216e7e1a9aaf903e9f5a785e0861fcd1e4829aed82ac7ab016a6bb2a98cc, '', 0, '?'),
(0xff92dd6a8ac8bfbf219497b4a795c266, 'wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.svg', 0, 0xbc4f2891f8d58624fab45627ce7cd946, 0xbc4f2891f8d58624fab45627ce7cd946, 0xe92af99513544fcd0608ec7881ed55e869b7d4f25f0036556fb48674b197a2ea, '', 0, '?'),
(0xd047dd84b5756d5fb84dc4ed4da5e78b, 'wp-content/plugins/js_composer/assets/fonts/vc_icons/fonts/VC-Icons.svg', 0, 0xfdf2432ee06b1050dfc8ce3c3ea1111a, 0xfdf2432ee06b1050dfc8ce3c3ea1111a, 0x9a2c8fcf59c110e5e70b9735aea5c09e2449eb437109f9316bf5d10fb1ee0695, '', 0, '?'),
(0xf6fb05ed23bcbd1de2047bdd92101a85, 'wp-content/plugins/js_composer/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.svg', 0, 0x6818531a9017bc72e992d3d5468e5518, 0x6818531a9017bc72e992d3d5468e5518, 0x4aa8e9fa7249b7810b4528a96962a6508294724381bc81685d5dbe40b082b0ba, '', 0, '?'),
(0x41a1b693fce7cfb4aeb623ff5f6e8758, 'wp-content/plugins/js_composer/assets/js/dist/backend-actions.min.js', 0, 0x6aa1130c198ddbdbf10b86c4d63a06a5, 0x6aa1130c198ddbdbf10b86c4d63a06a5, 0x3d7985b600d11ca00d5d0e5e903de4af9a9aecf751f57718e7b9dd7edc44b4c6, '', 0, '?'),
(0x4892a23ec666ed3e41dfe9a05f7cf4ec, 'wp-content/plugins/js_composer/assets/js/dist/backend.min.js', 0, 0xcb972d7729105716e42b344349060a63, 0xcb972d7729105716e42b344349060a63, 0x70c9f6986d53efb8d973899ee01d6c0b1b00413f17087b5d0342b8ac8ae1745f, '', 0, '?'),
(0x463123833af418d1c12fac6d812e693d, 'wp-content/plugins/js_composer/assets/js/dist/edit-form.min.js', 0, 0xf1aab40c0874f227279acdd7fd04ba7a, 0xf1aab40c0874f227279acdd7fd04ba7a, 0x3c6a745829af4122df424082cb269c039f828e971a8fd396620f789c356b12e7, '', 0, '?'),
(0x8f4252ef3f0d7e7510ffae4dbe6725d3, 'wp-content/plugins/js_composer/assets/js/dist/frontend-editor.min.js', 0, 0xc0ee78a0e012d154a3ee7a73e80fb99f, 0xc0ee78a0e012d154a3ee7a73e80fb99f, 0x32b0692f134cc1cdc56e2448053891744a1f706dcb9bc5efe3fa91308fd89f01, '', 0, '?'),
(0x53bb63210b25be2e4b6bb8f8c32a74d5, 'wp-content/plugins/js_composer/assets/js/dist/grid-builder.min.js', 0, 0x9eac1004f62ac11259f9a494a43156ac, 0x9eac1004f62ac11259f9a494a43156ac, 0x8f64cd7023168680856b82f6a4c6f32df62ddc93dc9a978daf801b7c0c7f1b73, '', 0, '?'),
(0x184f23dc7188b1b2fa36894b9255c91f, 'wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js', 0, 0x9d22f9409c43e4abec30c88531a5c5df, 0x9d22f9409c43e4abec30c88531a5c5df, 0x70925f6facfea0f2628da1745479424d815d9fd72d6f36a6fbcbeadc4c3bd6e3, '', 0, '?'),
(0x4db23e7316729df95d9bde02dae75c99, 'wp-content/plugins/js_composer/assets/js/dist/page_editable.min.js', 0, 0x5edf7b3121526e0c8a6212c84169f779, 0x5edf7b3121526e0c8a6212c84169f779, 0x4d6b516074eb3735f204d4dcc53ea7916bc96458d7b4ffe06e7b1a04d8ae6463, '', 0, '?'),
(0xe874131d230581dd9578d5674d24bf1f, 'wp-content/plugins/js_composer/assets/js/dist/settings.min.js', 0, 0xee33c760c6ca2628324e9436c0b12498, 0xee33c760c6ca2628324e9436c0b12498, 0xc6709021401f9a85c21bbcdea0d3d4227cf157a8c993fac592372b30b3784bbc, '', 0, '?'),
(0x4d8804e3aa793b7cc71d0903a441eb97, 'wp-content/plugins/js_composer/assets/js/dist/vc_grid.min.js', 0, 0x43d0a855aa6a8dd1052b007059126762, 0x43d0a855aa6a8dd1052b007059126762, 0x7c630d89a39f965a9625a79a71388677c26c52c7296c8332a7736ecbb7703d3d, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x8cbc430a30a975592af45843eaa2bd61, 'wp-content/plugins/js_composer/assets/js/editors/templates-preview.js', 0, 0x874230b527302d137d3b007cfccea55b, 0x874230b527302d137d3b007cfccea55b, 0x6c2bde3f4099bb6d24712f0f902c4d8fb6493f5bf6b7d2dfd977dd0064650d92, '', 0, '?'),
(0xc0faeafbc6d2c91df70466015db3a001, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_line_chart.js', 0, 0xb907a66f1054adabaea4603f5c46fe4f, 0xb907a66f1054adabaea4603f5c46fe4f, 0xd44d8ba1858d601c5c5d9e03b1c54e77d88a41628fb77aa63b499ab26bd89de0, '', 0, '?'),
(0x63d04b24d50cc31ae624fd0093b16c4d, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_pie.js', 0, 0x08435069599dc4175b254c992c225546, 0x08435069599dc4175b254c992c225546, 0x72c8bd72c642258dbf5e1b98c08eacc7a771f6feec5f58b83004d6c23d36f229, '', 0, '?'),
(0x2ca2a8ebdc63ef3406e78fa24c35e1b8, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_round_chart.js', 0, 0xbecd27cffea61966a42706e68f2b7730, 0xbecd27cffea61966a42706e68f2b7730, 0x1d2d4019e6088343ae8647c90b664140f5fc3648d7dec53870ef0f3512833f28, '', 0, '?'),
(0x9cc1832a741a11159cd935607019c152, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/container.js', 0, 0x0bf8225714bec6afb06c80f8814bf272, 0x0bf8225714bec6afb06c80f8814bf272, 0x577050c6a007bc8c62b718118dbe421f3e368109bcf3d5c803cbec17cf933acb, '', 0, '?'),
(0x9e192d3cdc64536e4dd61c89b994c30c, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/container_with_parent.js', 0, 0x31caf4c0af1189482306f56267089c37, 0x31caf4c0af1189482306f56267089c37, 0x28aefeda548713536edbeffb8c02492bbcfa3a265c68c3ede26ee8b4edcad4bb, '', 0, '?'),
(0xed1d660953a04be069e09a8c7571b3ee, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_column.js', 0, 0x2a8b78c41fc5aac245fa9a604642f39a, 0x2a8b78c41fc5aac245fa9a604642f39a, 0xa8e0ccf627a603ba477bf652eea47dca931f82cf024ed8e70b8b7580d00a38a3, '', 0, '?'),
(0xccb34c0aa626403c7fe00d3811d32152, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_column_inner.js', 0, 0x692c6b59fe534ded043e3137e602586b, 0x692c6b59fe534ded043e3137e602586b, 0xd4ae8c1b290655c7958295dd37a931b6b7961f8782c5d45b5a7f7ca07c38eab2, '', 0, '?'),
(0xb229fc143a1180272835d622e062460e, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_row.js', 0, 0x009fa70c98baab0f16ebd0cb82d3fc9f, 0x009fa70c98baab0f16ebd0cb82d3fc9f, 0x2fc4bbe1d9d6479c49b8aaa1fe7df59a7845fe6d357582ca1878b99e4dc070a6, '', 0, '?'),
(0x322c4163953e4a0b84485982ff47992d, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_row_inner.js', 0, 0xb3548c049b848b1c234c346580fb8a3a, 0xb3548c049b848b1c234c346580fb8a3a, 0x7b835327648d2c51945b82055b4acf7bb9bb7517473517c8435a10e93ec02a49, '', 0, '?'),
(0x2196906715790e44ef0a503163d833a8, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_section.js', 0, 0xec70a980f45b662e22415f7f5ff3a2bc, 0xec70a980f45b662e22415f7f5ff3a2bc, 0x9866aefe0f887ae95c94f8e22b6b2c3f1dbfcc35f531a2cb6fa13882c15067d5, '', 0, '?'),
(0xfa3dca794526a00d71484c500691226a, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_column_text.js', 0, 0x644a793e301fd9565923b293a0cd6463, 0x644a793e301fd9565923b293a0cd6463, 0xb7cc3a013aba0b108ce93849577ad5612e739513225c29ef77a281eb0fc8ba31, '', 0, '?'),
(0x72319d5004d5f497b8dfc0483e2e96c1, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_flickr.js', 0, 0x5b431bad6d3765a94a2e0dbe2fe6012d, 0x5b431bad6d3765a94a2e0dbe2fe6012d, 0x81082e2648f94f456a4171067d170f6369db38e5f2da2ea5727b3a5fa430cfd0, '', 0, '?'),
(0x71be0204744b3c46d7229318d8537f77, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_posts_slider.js', 0, 0x5cab124567b0eb37fdc443097d9acba7, 0x5cab124567b0eb37fdc443097d9acba7, 0x5eb79eb556be19fa5796caccca197003ecd355cfcd4be703bf77f990a89162c9, '', 0, '?'),
(0xf25893900ed4aae512d58a5c5656bf51, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_raw_js.js', 0, 0x2fec128a10b1232a16895ff043396efe, 0x2fec128a10b1232a16895ff043396efe, 0x8ce363a16f4d548bb9e28daf10804039aead9940bafcf449b2060b3de59fb418, '', 0, '?'),
(0xe8cfccaa2688782c6400b0bfbc6639b9, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_toggle.js', 0, 0x71c1015df51a8bbac0f52d4fb551544e, 0x71c1015df51a8bbac0f52d4fb551544e, 0x45664cf1ad06a418d8d4df2ab9ebf9f86efd47c5ab3ea0312e009e11ee731740, '', 0, '?'),
(0x4f7dfd57ad99cce2d97b2252a2a86dbe, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_accordion.js', 0, 0xe95954a475fd25f0d3fc39952b0a7156, 0xe95954a475fd25f0d3fc39952b0a7156, 0x9f49740548abb908f440f2cc414ca95fb0236f141b402a2ba91d81b5375ecb9f, '', 0, '?'),
(0x7ae71e24dd2f6bb75595aede3f61e9e5, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_accordion_tab.js', 0, 0x8fddb7b8f4ac6f4182842ae6faf0fea8, 0x8fddb7b8f4ac6f4182842ae6faf0fea8, 0xacbc55bba7c0fb42689bac60902f247d0f3340ac48bd7c4a6bc95eecdc61540f, '', 0, '?'),
(0xe4d89e1599fa0bc825933490306e6bcd, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tab.js', 0, 0xfe02f331784f95a2f61acdda8d1eb7b2, 0xfe02f331784f95a2f61acdda8d1eb7b2, 0xb2d9f760247efa7a33edf78c9128cd809dc1e69305d3fe2efcccd604e59bdd38, '', 0, '?'),
(0x0a7f582e0bc7c255e6890d75ff76869f, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tabs.js', 0, 0xddf50f7215af5921192122f38fa18c13, 0xddf50f7215af5921192122f38fa18c13, 0x98bc06100abf4d5b291d78997f619c5b6a8b0b77c4f7423673ab4fee8d67f159, '', 0, '?'),
(0x63afb2ac7cc1f8ae99207b025c06dbbb, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tour.js', 0, 0x410479661b4b788e8cba6840e050ef52, 0x410479661b4b788e8cba6840e050ef52, 0xe8f0a0614067445480c3906a0518a8717df7bc82fc0a5bdb2741cef135c788a8, '', 0, '?'),
(0x8272a17cf1fc36079d048361821a36dd, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/vc_carousel.js', 0, 0x997d7249a77b4b76046a6dfed686df71, 0x997d7249a77b4b76046a6dfed686df71, 0x5092f66e72f47e701f4ce47feb176861eeeeb65ed764859a26bf7901ea691630, '', 0, '?'),
(0xc5ba6b5699f654d0a39581c2b6990d03, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_basic_grid.js', 0, 0x14e0b46013db9bd9f33f77367e7063da, 0x14e0b46013db9bd9f33f77367e7063da, 0x8936d48030abefe1eea369831f87e165b0f26a61853f32f4b73cf537c3e93404, '', 0, '?'),
(0xf1305958490fc011a71172f441d97140, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_masonry_grid.js', 0, 0x988fd6e0a9d389be78d0a58f41a10292, 0x988fd6e0a9d389be78d0a58f41a10292, 0xbb0ba563286356ff5f58e2828bd5711319947e3e5a1e4746c468aa8610542423, '', 0, '?'),
(0x24b2aceaeae0a564b9abfdb376a9b514, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_masonry_media_grid.js', 0, 0xf10f7c10fb69aa94e3ac439045d7d6e7, 0xf10f7c10fb69aa94e3ac439045d7d6e7, 0x9c69fa8cd199795b9eaceeceba8c2eff2e96f224402ff2c96e5285b2cb2dc87b, '', 0, '?'),
(0xd457d7337437cb8258eed3616d9bd2db, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_media_grid.js', 0, 0xb1c20e434516c270cabbda81e9d9a52c, 0xb1c20e434516c270cabbda81e9d9a52c, 0x36d9ceef4885dc52af18d118ffdf1b0b5d690523ac0ab93f2075229200e65458, '', 0, '?'),
(0x6dfd9de46a805425f1576f60014a2872, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_gallery.js', 0, 0x69c19a6f8c85e57e26853b0d995da71b, 0x69c19a6f8c85e57e26853b0d995da71b, 0xcfcf2ee5bbbfed31411975619d33921d764515f211a489ddf8c7ffd675f51202, '', 0, '?'),
(0xa75fb81ea2df021f9f6618e769e1c1a9, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_images_carousel.js', 0, 0xf12d13ab9994b48cf768700f4f897726, 0xf12d13ab9994b48cf768700f4f897726, 0xcd6e9789f9bfd928a48652abb3b34a422da3d458bcda02a1dc9856fcfe659fc8, '', 0, '?'),
(0x1aff9b418fddea6d4588f06baeb57040, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_single_image.js', 0, 0x4ea4b2856b39a579132383942a81f27e, 0x4ea4b2856b39a579132383942a81f27e, 0xdb2fc217bda870d495a1aad04743f757fae117bf90cdf389d92a3d26a9ff827d, '', 0, '?'),
(0x0d4f451dd35ccb0f6caf06ca7d2f5eeb, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/tta_events.js', 0, 0xfdad2d9f5df5a8d19c181334d6dd7ca6, 0xfdad2d9f5df5a8d19c181334d6dd7ca6, 0x54b6f4691b128be12a932ff207b343a9df9b91e98aa959161e4552695b1b66a7, '', 0, '?'),
(0x5834f47a0c707f6564545ea1197b9e85, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_accordion.js', 0, 0xd57f00efe0aa5e465482eaee9afe68bd, 0xd57f00efe0aa5e465482eaee9afe68bd, 0x1c8ce511fc7c0e0c8a8457a9b247d38a2c2a0bdf0182d53c0d61c638115fb54e, '', 0, '?'),
(0x147c273f031b5daa302be20e458ed0d3, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_pageable.js', 0, 0x312f32d2161cc508ae326635043d9f52, 0x312f32d2161cc508ae326635043d9f52, 0x7f77689a166c5567dbb6250bce649e4500a7a11b1af04eb7bd5f4ad2f929941a, '', 0, '?'),
(0xd9fdb2ef57f13032ba2949694e6ba7a3, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_section.js', 0, 0xcecedddc69481cd931c3ee737fab3f1a, 0xcecedddc69481cd931c3ee737fab3f1a, 0x801a7bc5547b1897af7aeca55e9065d14f0cf5ff32a31688dcaf3048937fc1bf, '', 0, '?'),
(0x3126a3d48d30d9182f92d44a28a53f4e, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_tabs.js', 0, 0xabbafa4ab54e6d8ef51d24cd5f5a3e42, 0xabbafa4ab54e6d8ef51d24cd5f5a3e42, 0xd21a01c957698fb17fcfd288f60f8118d37a8ff945bcfb320a14bbe2af3af472, '', 0, '?'),
(0x9c6c230a99e93651f6c2d4f8cc3496ad, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_tour.js', 0, 0xe0190a0fbe5018537d0fa15710053873, 0xe0190a0fbe5018537d0fa15710053873, 0x21260dc5173cafbcf8eee87f726d49945122554013dd8a84458f101257d14aef, '', 0, '?'),
(0xf7019655cddc26288166cb2b39d3bdd8, 'wp-content/plugins/js_composer/assets/js/frontend_editor/vendors/plugins/jwplayer.js', 0, 0xc070915e33399785ab0f923a0d5ec5e3, 0xc070915e33399785ab0f923a0d5ec5e3, 0xb6c9367b2059598c2249b10955b4139553f2368ccac85134a954ec9a1824f693, '', 0, '?'),
(0x0a501258a76c30d2ad3582e8ee42717a, 'wp-content/plugins/js_composer/assets/js/vendors/advanced_custom_fields.js', 0, 0x3b67aae8c9a681c257fbd3e9977f63be, 0x3b67aae8c9a681c257fbd3e9977f63be, 0x87236fa3d4d5336d76816cbfe4a187d7c05059bc308b1cdd414f5101a3a04e19, '', 0, '?'),
(0x78ba2916b9063da1de448286756df11d, 'wp-content/plugins/js_composer/assets/js/vendors/qtranslate_backend.js', 0, 0x70623ad7ef9b13ed53872a8b5c1d022f, 0x70623ad7ef9b13ed53872a8b5c1d022f, 0xe7a842232f39269db9365ecf3acffc434b88a80b75a2e87733a1491af951dcfa, '', 0, '?'),
(0x0d45381a2fd4a275c50b6356c85b6401, 'wp-content/plugins/js_composer/assets/js/vendors/qtranslate_frontend.js', 0, 0xa3c510dc481eae993cb68da6cdbc539d, 0xa3c510dc481eae993cb68da6cdbc539d, 0x5f78fc624bb6c35924c649a471a6e6b6c0a43e4cbee742e89d1364a5048d80a8, '', 0, '?'),
(0x3b5e49aea73cd5a8bf154a9528c080c1, 'wp-content/plugins/js_composer/assets/js/vendors/qtranslatex_backend.js', 0, 0x45691009f0829e130caca506bfb4b703, 0x45691009f0829e130caca506bfb4b703, 0xcab6150c9ca8f9fd51996ca0aeecd171a45be5580cf2ac7da59856cacccc6da4, '', 0, '?'),
(0xddb2060ccf1dde4504f2622e72da0be9, 'wp-content/plugins/js_composer/assets/js/vendors/qtranslatex_frontend.js', 0, 0x086c9c610f22d1e4d0ac0e64f1da50b1, 0x086c9c610f22d1e4d0ac0e64f1da50b1, 0x67729f6ead141750d81ca610e71cd23d53d72c0da34ba2f6bf2d3870486d85c9, '', 0, '?'),
(0xf6ca76f26d872101ebd6f43da633e70c, 'wp-content/plugins/js_composer/assets/js/vendors/woocommerce-add-to-cart.js', 0, 0x902b7ca09549975e55e136fb0026df9a, 0x902b7ca09549975e55e136fb0026df9a, 0x7ab2aea3170b43dfc6ecb048599257f3ecc5cfb0a78ed962b7987bbb144d4c0f, '', 0, '?'),
(0xfe29729d9fc3b382bb4679126ed5b787, 'wp-content/plugins/js_composer/assets/js/vendors/woocommerce.js', 0, 0x96b611af9424d731d41b7172bfa95d64, 0x96b611af9424d731d41b7172bfa95d64, 0xcb0d967dafd33b6454c5e99cb833ba689db769120ca3236366358fb40cd1583e, '', 0, '?'),
(0xd427db311f69d35f481ec554d4578473, 'wp-content/plugins/js_composer/assets/js/vendors/yoast.js', 0, 0x6452ff334bd994f3c5318c5d54e1f398, 0x6452ff334bd994f3c5318c5d54e1f398, 0xe82b842c11fcbb10f6a17183d436113c26064dfc1b0d03af22e6220aabacb948, '', 0, '?'),
(0xdfbe34a9122bf94bd826cf568723da63, 'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/ace.js', 0, 0x8fda0bf06e60ee1629de3d212e34cc6c, 0x8fda0bf06e60ee1629de3d212e34cc6c, 0x521bf68d5661f55e09d366b1c16cec382aaa3c79e930f944519c1aafd2ad6954, '', 0, '?'),
(0xcf9ea2d3dac0aa3c10f29082f2e7ea3f, 'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/mode-css.js', 0, 0xe08b9c77d53a7178f89410e51bd6da6f, 0xe08b9c77d53a7178f89410e51bd6da6f, 0x9bd16cafda1ef579c70887119244fe0136bb44522a388327d2f7af983c361c3b, '', 0, '?'),
(0xf965094fb627206b6db579d99c93db07, 'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/theme-chrome.js', 0, 0xe28d16cb55d12000ff675beae3b58d97, 0xe28d16cb55d12000ff675beae3b58d97, 0x3edf2b9b865f71e06b5b80658ef5af47675ce55ebb06de1d353c430ec872da20, '', 0, '?'),
(0x830a52c6652ec753b605a18ce34786d7, 'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/worker-css.js', 0, 0xe07c90bb62747d4c738179a36a846d80, 0xe07c90bb62747d4c738179a36a846d80, 0xcae6638fd57b713da831e63b8385444b51b5b78da10c27415116ee87a3264fed, '', 0, '?'),
(0x99755fcd16f7791c35ebceae8f557aaa, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/dist/js/bootstrap.min.js', 0, 0x25fcc8b3e425c70fa90d31f2115e9d86, 0x25fcc8b3e425c70fa90d31f2115e9d86, 0x0064e349a5531f184646a35b9b5dc8d9a5e80c6f97636860d70a991afafb1141, '', 0, '?'),
(0xa0e7164e045172d39c343644a19f5465, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/affix.min.js', 0, 0xa189f8980a7ab46e21c2977446b043c9, 0xa189f8980a7ab46e21c2977446b043c9, 0xaf061220d4d26b4525f2d804f6df269ce2d879be8602f16f569cac0b7dc25439, '', 0, '?'),
(0xcc310925678b61f8789d7d44a823097f, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/alert.min.js', 0, 0x6d74fa2deeea22f2d84bcac61442e124, 0x6d74fa2deeea22f2d84bcac61442e124, 0x8401be90a9dfce165bc271591287ee8f1d53f56e1cc4b506e5d899aefc888916, '', 0, '?'),
(0xb9f5f1f3dccd27370f3534899c2ee553, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/button.min.js', 0, 0x78b984bd3501a90ebb0eedf3f2bc13f3, 0x78b984bd3501a90ebb0eedf3f2bc13f3, 0x680c55094c3ba06b1065cb39d096909edd82c9c5e671b3e1fa0c469aa72d7c2c, '', 0, '?'),
(0x48a53b19c8d40a19e884afc840eb40ad, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/carousel.min.js', 0, 0x5d8b525775e01e8f04bbab6eeddac8a4, 0x5d8b525775e01e8f04bbab6eeddac8a4, 0x8f118256cb64b88f6f7baa9021fea8555abdc6ce5e6b2c1ce87fd9ae37754b8a, '', 0, '?'),
(0xb192bc1e8edd7f1347b6bdfc28592925, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/collapse.min.js', 0, 0x1bb0343d4cd617a1e770d2c35437ace0, 0x1bb0343d4cd617a1e770d2c35437ace0, 0xbdfbaa037302f5ac6e1bf146aa7b73c6555934da9da8590f33dc2c990305f44c, '', 0, '?'),
(0x763af78115c5cc0c255a4f1e62bbbeed, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/dropdown.min.js', 0, 0x3b15e8f972cd6bb37762280dd9f9f351, 0x3b15e8f972cd6bb37762280dd9f9f351, 0x8fea7ad5b66442e042f6978a9597a0a1ffcb12f7e2de457e0d09ecacdded32d1, '', 0, '?'),
(0xb42b1f024cb248a25597e335048d44e6, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/modal.min.js', 0, 0xdfc1edc494277db14abcde04b534f4cf, 0xdfc1edc494277db14abcde04b534f4cf, 0xb79b866303fa7eda717915900d79f5757e7320becff43928aab053b7f3cb6fb0, '', 0, '?'),
(0x62ac22a49f07f2cff6711975c78382df, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/popover.min.js', 0, 0x1f2b0fffe89368053bc15d33d1b85e98, 0x1f2b0fffe89368053bc15d33d1b85e98, 0x9935d71b5bc8ae1d3c002a5f66ff3a87c17d126b48039a62cf5481527de671e3, '', 0, '?'),
(0xfe0f23b535e0adb372a7dfd9ec9bf981, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/scrollspy.min.js', 0, 0xb22c0874522fc81f6c806f6aa397dfbf, 0xb22c0874522fc81f6c806f6aa397dfbf, 0x6783b296c0ed1df272f7eba92d4572f6137bffba1d4a941c187f4d1371d16a49, '', 0, '?'),
(0x3bfe828676750e254b6c699bf38d20ee, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/tab.min.js', 0, 0x24b16b1b1c0c4a27eddac8d161224b17, 0x24b16b1b1c0c4a27eddac8d161224b17, 0x6f1d9845b46bd06f780e343ce237ee24a593a3c04f1225b43f23fa80e5671f67, '', 0, '?'),
(0xcdcaa50e9823b41d8d12bd3df2fbc020, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/tooltip.min.js', 0, 0x3241c1672020135176f9e5954d311015, 0x3241c1672020135176f9e5954d311015, 0x7cbc5d3d69a23f484d44f0846e8039d3b1a533e381aef2d9fd1a38d40ace0d32, '', 0, '?'),
(0x1bf85d08f75030448d7eb3d5faaab54c, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/transition.min.js', 0, 0x0341c334ceecdad19fea10b8c7c4557b, 0x0341c334ceecdad19fea10b8c7c4557b, 0xc4d7bc809088b7ade78989a80276878854d253c21dfa94821fd6bb5c7ebdc2cb, '', 0, '?'),
(0x730147c64c9fd56727e0a95cf7afc5c3, 'wp-content/plugins/js_composer/assets/lib/bower/chartjs/Chart.min.js', 0, 0x958493900a73eba6852cd8aceb11c4a5, 0x958493900a73eba6852cd8aceb11c4a5, 0xd275c98d19332ef2d94c14f5c78378558dfed91887518849fbd5fb5d675d085d, '', 0, '?'),
(0x54aa798d14baf087fd25116d0ddc586a, 'wp-content/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.svg', 0, 0x10e8a5455c4522c48aa975eacd4f0023, 0x10e8a5455c4522c48aa975eacd4f0023, 0x0194f34102dca08ed7e7263b70d99f26f94bc5d3555a2042f4796fc743e5b8de, '', 0, '?'),
(0x817714b4b040bc2ad4eae6212eaa91a7, 'wp-content/plugins/js_composer/assets/lib/bower/flexslider/jquery.flexslider-min.js', 0, 0x9ec3c315b67f434aabc4da58eabc6c3a, 0x9ec3c315b67f434aabc4da58eabc6c3a, 0xdee67439a6e017b2e2bf9479130d3de8aa0f26109fbec316415e6c34375ce4ce, '', 0, '?'),
(0x1e15229899145e058c03f151a03788d5, 'wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.svg', 0, 0x912ec66d7572ff821749319396470bde, 0x912ec66d7572ff821749319396470bde, 0x4c72374440798cbfc2c9825d4e4b872896d1746908d84739cec0f9a0c8546d3d, '', 0, '?'),
(0xb1d381d9052a070a676cd8dc05f359c9, 'wp-content/plugins/js_composer/assets/lib/bower/imagesloaded/imagesloaded.pkgd.min.js', 0, 0x511ef2f6ee750edc32bb5c8d5d324e7e, 0x511ef2f6ee750edc32bb5c8d5d324e7e, 0x01b76b33595f059355fe6df5d514ed2f50bb8da1d017dc213eae114f2f4a6f8c, '', 0, '?'),
(0xc000fa805742984cd566e7f90d329508, 'wp-content/plugins/js_composer/assets/lib/bower/isotope/dist/isotope.pkgd.min.js', 0, 0x035a94b2b3f2103ab665f2885f953836, 0x035a94b2b3f2103ab665f2885f953836, 0xf491d5005bc82dcb01d9716b6e820b408c865a312eba920bc5accf20f7b0d5fc, '', 0, '?'),
(0x21f82a1660f69d5ea715bedd0e4707ec, 'wp-content/plugins/js_composer/assets/lib/bower/jquery-ui-tabs-rotate/jquery-ui-tabs-rotate.min.js', 0, 0xe828e03674ab117f7f29077dd5e5bddc, 0xe828e03674ab117f7f29077dd5e5bddc, 0x01b7e5e7b1dfbed76019407be3f3bf89fb6852925970b21f885a368cd1cbb7fd, '', 0, '?'),
(0x2a031ae966038d379dee8362d85c1d85, 'wp-content/plugins/js_composer/assets/lib/bower/json-js/json2.min.js', 0, 0xcbc981498fbfb76ce8c12e99321a84bb, 0xcbc981498fbfb76ce8c12e99321a84bb, 0xb893736905d8a864449b8380fc07c15638faa23218991252f06dc4043b394a6e, '', 0, '?'),
(0xb4519181e0e223a20bc0fdef16551397, 'wp-content/plugins/js_composer/assets/lib/bower/lessjs/dist/less.min.js', 0, 0xb34d4d1e09461cf69308a32a7f6eb607, 0xb34d4d1e09461cf69308a32a7f6eb607, 0xe52e391dd801aba2265c3aad75b60c1048bcb65af58a19d02a2d8fefaeb41844, '', 0, '?'),
(0xcd26c1c305267bf8c43a2f293a355211, 'wp-content/plugins/js_composer/assets/lib/bower/masonry/dist/masonry.pkgd.min.js', 0, 0xd94313c3ca257213d724ac82584b97e5, 0xd94313c3ca257213d724ac82584b97e5, 0x9bf89817c0c0fa333920119d4f1d70f49c46c9d2ff61e28326cc2c6ad0f42af5, '', 0, '?'),
(0x529fb59e4c060fba7f7f57b8e5700b2e, 'wp-content/plugins/js_composer/assets/lib/bower/nivoslider/jquery.nivo.slider.pack.js', 0, 0x0cf3f8b677dcd27b6d46f4a56d65fdb2, 0x0cf3f8b677dcd27b6d46f4a56d65fdb2, 0xe65b62129396d28611290c12929b931d3aa3e34d813a054748f719aa05e8f740, '', 0, '?'),
(0xaa3c72250026dae2e2ea98afe1a0abc8, 'wp-content/plugins/js_composer/assets/lib/bower/progress-circle/ProgressCircle.min.js', 0, 0x0530937e7da20fba714b32c0ec161d4e, 0x0530937e7da20fba714b32c0ec161d4e, 0xfbcd297c2d7cf4f03054bef0e3f9c2c1ec68b11934e70d5209ad80018f2d160d, '', 0, '?'),
(0xc25853ab3786de13154c1c7ded607435, 'wp-content/plugins/js_composer/assets/lib/bower/scrollTo/jquery.scrollTo.min.js', 0, 0x3424df5663cf253a2d48b38402c43828, 0x3424df5663cf253a2d48b38402c43828, 0xf69354f2a34a0cf94f251b68687600514029b62c4f4805c09b752cfeb5e89165, '', 0, '?'),
(0xd140e0676bfdc5db3b6cb7b5ffce3069, 'wp-content/plugins/js_composer/assets/lib/bower/skrollr/dist/skrollr.min.js', 0, 0xc8bdfc99c3ad3718bbe2e93ee25f2db5, 0xc8bdfc99c3ad3718bbe2e93ee25f2db5, 0x2f6bbf6b7138d2af36f8676830ced54344dbaa08f633f074834d849ed903fd96, '', 0, '?'),
(0xba63f8cd6dfab31077164d8ccdb36641, 'wp-content/plugins/js_composer/assets/lib/bower/twbs-pagination/jquery.twbsPagination.min.js', 0, 0x708baa039a198873c48b73a06bd198fb, 0x708baa039a198873c48b73a06bd198fb, 0x0c076d2be50e1d22198800c3e2472b313d46393f69ba4087ec3b305ce441e2f6, '', 0, '?'),
(0xfcc7caa884000913eaba648c0669e748, 'wp-content/plugins/js_composer/assets/lib/bower/vcIconPicker/jquery.fonticonpicker.min.js', 0, 0x3e8f88ae2c6f8655b2be5aa72f3f855e, 0x3e8f88ae2c6f8655b2be5aa72f3f855e, 0x66c81b087c95f6f532fb63ed2c9ef5b35babec2834a6e6ba39dd717edd40ebc2, '', 0, '?'),
(0x35c36a73633ea017065ec24f722c3a66, 'wp-content/plugins/js_composer/assets/lib/bower/zoom/jquery.zoom.min.js', 0, 0xed7298b291df9e72400a7e38888c9a0a, 0xed7298b291df9e72400a7e38888c9a0a, 0xa999684a52a176aee0e775aa15e3d2c7cd95eefae3b81f5281585b2f07230bf9, '', 0, '?'),
(0xb2d71f81c72b0176bfa717cec3c962e8, 'wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/owl.carousel.min.js', 0, 0x32c1e1dcf248758339d96486a5e24ffc, 0x32c1e1dcf248758339d96486a5e24ffc, 0xed89d46d356111eb94e157f3914d356fa18ae7521561b4d9cc7991c290f516ad, '', 0, '?'),
(0x1d38acacad20052d31726c130e6be5c1, 'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js', 0, 0xec26124be1c0b725779e44f57b15c7f7, 0xec26124be1c0b725779e44f57b15c7f7, 0x94880c3de7b4d4368d83c04a6a26342cb8623510f235ac88ac03c49c5cea76c1, '', 0, '?'),
(0x37245e5a778ac31d4542ff5bd355eddb, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js', 0, 0xf8fc9c1e19dc3f58703eb602180997e0, 0xf8fc9c1e19dc3f58703eb602180997e0, 0xabf3cd920ae533d0410f52c3eaf8bd27974be21c17212134ce380efb6f94ec0e, '', 0, '?'),
(0x519e9a11cf6623305ae9e53fc71db3e2, 'wp-content/plugins/js_composer/assets/lib/vc-tta-autoplay/vc-tta-autoplay.min.js', 0, 0xaf549b62dc7f506744af0e8355779372, 0xaf549b62dc7f506744af0e8355779372, 0x1b20af1ceb58d7debf8be62c1ac9a993c4a0c3af54e51b89f557dbdcc0475b64, '', 0, '?'),
(0xd2af8b65d41613a4ca0782b88d862b66, 'wp-content/plugins/js_composer/assets/lib/vc_accordion/vc-accordion.min.js', 0, 0x9db783f77dbe87f25bd14d0a4ad0f978, 0x9db783f77dbe87f25bd14d0a4ad0f978, 0xf272ca76bcf8019ee94e396fe723a13302afd8ecb83f58b98843acca76f58c8b, '', 0, '?'),
(0x7810ddfea6b857f8a94fc39194756d7e, 'wp-content/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.svg', 0, 0x3b31e1de93290779334c84c9b07c6eed, 0x3b31e1de93290779334c84c9b07c6eed, 0xd541860921ccdf1bdeaee1e179387458f277373f2f60612fb33c0c7342fe1f35, '', 0, '?'),
(0xecaa1e6cdb63e17b00a19d4b9e79d2fa, 'wp-content/plugins/js_composer/assets/lib/vc_carousel/js/transition.min.js', 0, 0x1d3ffbb753451644ec67c6ad0a69bc88, 0x1d3ffbb753451644ec67c6ad0a69bc88, 0x234906fbf1e44016f88e9fda8aadc2bed9d50e3ba998d5be3873811d0c8b2792, '', 0, '?'),
(0x234da3fec94223b42efa32220b32a45e, 'wp-content/plugins/js_composer/assets/lib/vc_carousel/js/vc_carousel.min.js', 0, 0xe099183e409c638f1dfd4c652c832de4, 0xe099183e409c638f1dfd4c652c832de4, 0xddb4b9e94d2ba2531c19c91d7ab77553304d1d42867b3a4bdd7145bdb2ce715f, '', 0, '?'),
(0x8309fca53864d3974560224dcd14091a, 'wp-content/plugins/js_composer/assets/lib/vc_chart/jquery.vc_chart.min.js', 0, 0x93421abe0688bafeb104df4af8985616, 0x93421abe0688bafeb104df4af8985616, 0x52b5d25b0be7ae22edd271ee535056b041c4728b367aadfb5f7d39d8549f3836, '', 0, '?'),
(0x323a31fb51d693e19f6f3de526989a09, 'wp-content/plugins/js_composer/assets/lib/vc_image_zoom/vc_image_zoom.min.js', 0, 0x08ac4db888e3e8b75a55ecef297d3064, 0x08ac4db888e3e8b75a55ecef297d3064, 0x2c6bc08f4b0e8aab7895d3627532dbca3ef688bac8ea5430fb2ae16624dfa6f6, '', 0, '?'),
(0x191b77cf395304add48b193afd36df1f, 'wp-content/plugins/js_composer/assets/lib/vc_line_chart/vc_line_chart.min.js', 0, 0x2beb31563bcd269d1813f4623eddea09, 0x2beb31563bcd269d1813f4623eddea09, 0x998ebeaa5393b9e239dc16d45d2a03ee0d1f83895b396a23f37b3e6385421652, '', 0, '?'),
(0xcff8c8560459fdf5cfa7fb1bdf0c7763, 'wp-content/plugins/js_composer/assets/lib/vc_round_chart/vc_round_chart.min.js', 0, 0x709f5c20bdb592e986629803948386ca, 0x709f5c20bdb592e986629803948386ca, 0xf0cb1a20e086ec162089e33e339ad24c66a4edc196c0a59ac0aecc4599a93a7b, '', 0, '?'),
(0x9073c667c63b3453dcc866d9473a076f, 'wp-content/plugins/js_composer/assets/lib/vc_tabs/vc-tabs.min.js', 0, 0x0328ce86bb27481f10caae889c058a66, 0x0328ce86bb27481f10caae889c058a66, 0xa5a1cc8141f9a30b901b7937d07e2226cc347d53ad921270d1f3ad0b94ac87c7, '', 0, '?'),
(0xcb8e8c3c1ef30d388723094129eb4151, 'wp-content/plugins/js_composer/assets/lib/waypoints/waypoints.min.js', 0, 0xac5840cf0870ecc0833ec7f0b46abdac, 0xac5840cf0870ecc0833ec7f0b46abdac, 0xd54702dfcc412de345bc53be770cfad7d3066b9088b8684e9793bc5a3e3f06ec, '', 0, '?'),
(0x890ea436facab5fbee1b43b1c9c6551a, 'wp-content/plugins/js_composer/assets/vc/blur.svg', 0, 0x87bc806fc888895c24fc4662d06fbac6, 0x87bc806fc888895c24fc4662d06fbac6, 0x64d87e33b23a292b27106cc06d99211cee69ab1f8d5da2fd51e2afae762d30da, '', 0, '?'),
(0x153b8ff2a79aea7547421fdcdb6e9c18, 'wp-content/plugins/js_composer/assets/vc/loaders/spinner-light.svg', 0, 0x1be0e48ff3d577609c3cf7b8ac1bb41e, 0x1be0e48ff3d577609c3cf7b8ac1bb41e, 0x442e12272f3c2ca642aa5d8488b518c6743f11fb6342279d8130b0ed4b5897d5, '', 0, '?'),
(0x6549510258c11b7df09b2da3ec8c6525, 'wp-content/plugins/js_composer/assets/vc/loaders/spinner.svg', 0, 0x74ed964bef6afbdf14a35a1bf1fb0585, 0x74ed964bef6afbdf14a35a1bf1fb0585, 0x397e3039c72c91fdb73c8663440f5952588184b8319a2e35c74eab460b69abc2, '', 0, '?'),
(0x51e13c62fcaaebd28de048e742e27975, 'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white.svg', 0, 0x181746314cac698d0925ca69749053e9, 0x181746314cac698d0925ca69749053e9, 0xb38d9c68dfbca044646d4b04acb7f31cb47c624e1cd828b50a30a41af98352ad, '', 0, '?'),
(0xb103bffe3ab0c501a8d0efafea095d42, 'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white_32.svg', 0, 0x9ca929384b93302ecb1017f7a27ad325, 0x9ca929384b93302ecb1017f7a27ad325, 0x7f91388b451e4a3d2977063c27d5221cb72af96a1c5ae0277405f46cb3569ea8, '', 0, '?'),
(0xb5c49379bbc9b975cb92585ad576ede1, 'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo.svg', 0, 0x3ecff203a19f382a25584ae6ca55d0b0, 0x3ecff203a19f382a25584ae6ca55d0b0, 0x8822e93e233ca4a126e9aa126e9c91d3d5ffafb349877416e2561df8fce136f7, '', 0, '?'),
(0x40b4c8bebb25b9dd5b9506614b929c7d, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-accordion.svg', 0, 0xe495ab4ffa710243a832cd3c3cfed196, 0xe495ab4ffa710243a832cd3c3cfed196, 0x30d0d1b926b3c92d7b2d3a28e391421cce8b682b1c462d2081e8e6557d3d5e5a, '', 0, '?'),
(0x02693fa3b3e4526cf16b0494678760db, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-acf.svg', 0, 0xc0a489ac4f42c68b540abc937cff585b, 0xc0a489ac4f42c68b540abc937cff585b, 0x7dee1a13a2a816245cb136b8e979aed6ca2cc2fa4e18314fbd786f5f8b6414f7, '', 0, '?'),
(0x3045871ac523677a5a531f8468407d03, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-button.svg', 0, 0x16c819cd494ef9ec7dba303df54f4799, 0x16c819cd494ef9ec7dba303df54f4799, 0xf52133afb15e76c96571dba99d65e4923a2f2757f33bf377fa8dc0ca4a593d0d, '', 0, '?'),
(0x0453c768d0f3c5d38c00960fe5b317c8, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-category.svg', 0, 0xb9d273f147c8eda19bd468298abc033b, 0xb9d273f147c8eda19bd468298abc033b, 0x7d291ef2a6e7d43644f2df0f5234c138bda0f5fd86cf5e429c427dd6e2f32707, '', 0, '?'),
(0xbc4fd8e4f59552bea6508333990dcdd1, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-contact-form-7.svg', 0, 0x0a15788021de52ac04a73b414a971656, 0x0a15788021de52ac04a73b414a971656, 0x103eabc25bdbeecb40b5a96bcdaaed58e01746337810c50ffc10deba68f667d7, '', 0, '?'),
(0xb599e7e9f5f7cbfdf811ce106e4485a2, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-cta.svg', 0, 0xfd98ec59fbd46b564bb4e6e1298a3cbd, 0xfd98ec59fbd46b564bb4e6e1298a3cbd, 0x8e513de7e419cfea8af841ab37fc1699b324834e33667607e4d9168268f7ea45, '', 0, '?'),
(0x3b8005329b717c66b9139b4ac974a56d, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-custom-fields.svg', 0, 0x1005de67b68379120d0595c6fe8ade62, 0x1005de67b68379120d0595c6fe8ade62, 0x143199297a476d9552d66e9ac51fdc90cbb9290599bcb0e2339f970ac97ee8b4, '', 0, '?'),
(0x3b332e8e11b6a2c06b7c4d3743a810f2, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-doughnut-chart.svg', 0, 0xf50d5795aa03cbc6306b4f95b166e12c, 0xf50d5795aa03cbc6306b4f95b166e12c, 0xf0469c80d9a93dc71695c7bac648bd3c50fac8c0d1c84f93dd0d009f038e3c84, '', 0, '?'),
(0x12be3e01eb439db25b6f5e4b51ac9dea, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-empty-space.svg', 0, 0x2eedc1887b16d725e165abb1ea548d24, 0x2eedc1887b16d725e165abb1ea548d24, 0x6052d1379ea3a1a913d63b3df9061f37f9150f55988f5d8da36b1d50868fe60b, '', 0, '?'),
(0xc81578defd667028f5a9761211bc2a28, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-excerpt.svg', 0, 0xc44765352729c31c283aebdbc2a9d4f3, 0xc44765352729c31c283aebdbc2a9d4f3, 0xcf0411e5ae9b8f13f0271fb52136a5b5360345f8f8e028706afd892c17282639, '', 0, '?'),
(0x35290ec6a5718421f8bdac3d7e42fc86, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-facebook.svg', 0, 0xaeca406bcdcdb34920076d53db96e7bd, 0xaeca406bcdcdb34920076d53db96e7bd, 0x9422f7b3d29e0c5ed1026506a478fd2d60886bb4592dfa100961eadbf8ba957f, '', 0, '?'),
(0x9347bc1d4e325cdd3601f0c97dedfbe4, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-faq-toggle.svg', 0, 0xada1e1953cb47feb6341181b64990b45, 0xada1e1953cb47feb6341181b64990b45, 0xc3ca843f4f777083f3076ed32ebfaf3207ed5a6452ef4aefaf5c893c38d61078, '', 0, '?'),
(0x86806e73d80ad36c47b2538c7d35b264, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-flickr.svg', 0, 0x5bdce7cd3c6eaa99a3212b73475a5336, 0x5bdce7cd3c6eaa99a3212b73475a5336, 0xfc93010b764dd238f1aebed7903dae494ccac8331ed8ce21d5507d6ef963ab83, '', 0, '?'),
(0x3e1f061468004ab5004cf7d16f572ad0, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-fonts.svg', 0, 0x7c79faad8f980934ea74d940404f0a67, 0x7c79faad8f980934ea74d940404f0a67, 0x47c239fc9ee77062dbb1fab299ea9c51082f375d08a67281801f770c3365a604, '', 0, '?'),
(0xbb9ad3f2cf5adc6cfc239c4b706a5151, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-maps.svg', 0, 0x913de90dbb5c6d318119786d3bf97541, 0x913de90dbb5c6d318119786d3bf97541, 0xf06ca521e133717e325fda69883c94f06edf0e57922371cfea8a5934ded8b497, '', 0, '?'),
(0x1f5e28090876252f904d4cfc71bb91ea, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-plus.svg', 0, 0x558bdf72b2d412d92663f63eccc39710, 0x558bdf72b2d412d92663f63eccc39710, 0xf9b5a0131eb5f73a49a09086c2277d6c6e3d4ac1bc23d57d97f41383bf602e00, '', 0, '?'),
(0x153ba76291cec0c3eddb9803239e6513, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gravity-forms.svg', 0, 0x91919319a83890113e88bda67c0190c3, 0x91919319a83890113e88bda67c0190c3, 0xc7c24d252e05afa3b5b50497e03b9b7088dce11bf3e52b0648130afbf3583293, '', 0, '?'),
(0x60f53a67ec9f08261e984013f8efb14f, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gutenberg.svg', 0, 0x30aa29d75ed5569549b66afc6ef70760, 0x30aa29d75ed5569549b66afc6ef70760, 0x3e96f551363ec2e73647411a9c8c86e4d76c2c441b2b09fb10128d09fdcda756, '', 0, '?'),
(0x86a889a563c9ba1f1a76e8158edf95a3, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-hover-box.svg', 0, 0x6ca72001e5260fd06fbb14c2de42aea9, 0x6ca72001e5260fd06fbb14c2de42aea9, 0x8fd6074ccd8f170e3d8c87a0d641ba03997f85a2b734c5906bf2187c9e80629a, '', 0, '?'),
(0x37e1a3ca3535b33a50276ceff5e975bd, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-icon.svg', 0, 0x86fe4e82d3097777d081fa3dd801a7f7, 0x86fe4e82d3097777d081fa3dd801a7f7, 0xed6c776bdb04686558aa2c8fa124c92b6cf243a11f76961eb214a656b1602e2c, '', 0, '?'),
(0xa4974d97470126216c36ce22c70da90f, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-carousel.svg', 0, 0xf51b914bae089dee49cf8674e7abf24d, 0xf51b914bae089dee49cf8674e7abf24d, 0xe71c8ce38607ed12fefb74951b1a46d0a184b852905802efee2ff63ea99c91c3, '', 0, '?'),
(0x25985e8eb3d12e2874395bef2ab55a8f, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-gallery.svg', 0, 0xb3ec7ad7e2442c98b91b3a9fad8611be, 0xb3ec7ad7e2442c98b91b3a9fad8611be, 0xa1431d0f340595a5f56f91bc86483ec4d320d1d8842ee2c3375390f70a0eb9a9, '', 0, '?'),
(0xe94403f2bb3f2604c86ebd040879c2bf, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-layer-slider.svg', 0, 0x3cacffe742b4a6a6c221da298d92d02d, 0x3cacffe742b4a6a6c221da298d92d02d, 0x3b79df5baaf3a17519240249f32f08ab0aa690a48adf1fb7795d1bda00c6f3b3, '', 0, '?'),
(0x12bf5dffeb2f8e899e61a7f528977f77, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-line-chart.svg', 0, 0xcdc6c2ff0960bafbd4c2cfe7a998968b, 0xcdc6c2ff0960bafbd4c2cfe7a998968b, 0x7dd287b44c58c81db2cc7012f74460275b870039667c43f2ad7fdafca9c3740e, '', 0, '?'),
(0x8a70fc6a94ced824dc99b8def4a543db, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-media-grid.svg', 0, 0x16951ab9b55ebdde20a873c32ead6681, 0x16951ab9b55ebdde20a873c32ead6681, 0x06e70c925f57db456da672e6ab63e7f993ad4d75cf2f4a76e4814129686630d4, '', 0, '?'),
(0xf3a6967d54f7708f635a4aca8589ede5, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-media-masonry-grid.svg', 0, 0x346eb6fcd10617ec01484f6c795b12d4, 0x346eb6fcd10617ec01484f6c795b12d4, 0xc3aa082feea24dc3bd8cec5ae384374ad4b4cf9dca935afd51065640cf18a843, '', 0, '?'),
(0x51a2a60efd289274694224b8133d17c2, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-message-box.svg', 0, 0x9f25f6403c592a7b63a99a51adc3c867, 0x9f25f6403c592a7b63a99a51adc3c867, 0x264fea50357920a96f6fda269ea2b578afc6c593b9e89ecc8cf161c7cb4b3cfc, '', 0, '?'),
(0x0df8e8bd665f5c6938e188be32c817b5, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-misc.svg', 0, 0xd344ba5b60a68cea26b6b3b2d3063fd4, 0xd344ba5b60a68cea26b6b3b2d3063fd4, 0xdb646d99b1420e660c218d600b4b6bded3af9df6ae5c4448d77fbc743509c933, '', 0, '?'),
(0xf99a0303ced646875cd86ff45c0bb327, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-my-shortcode.svg', 0, 0x0fc50956a2b64d2a6dccbc1b8a6b4c6d, 0x0fc50956a2b64d2a6dccbc1b8a6b4c6d, 0x048af8bfef48b5ca50d42530444689b084ae2648b89eadcb873f96f099d398b3, '', 0, '?'),
(0xa05377a90e0167a276b2d2cbb8f5b7a3, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-ninja-forms.svg', 0, 0xdbd6ce43110bfbf81ed3be07d1c9340c, 0xdbd6ce43110bfbf81ed3be07d1c9340c, 0x97a18e91e255f4edd44c2cc9d95e3dbb0a4db12559650b3167b0acc34aa882de, '', 0, '?'),
(0x7eeacf18d119f6581a8cd366db3ab3ba, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pageable-container.svg', 0, 0xf9e53148a157ea583a4f6e5b45d4dded, 0xf9e53148a157ea583a4f6e5b45d4dded, 0x4d7ad70dcd4e240201e74514ddfa66a85229503abedec8f5f19ca6c777e4c90e, '', 0, '?'),
(0x764e8c9f30218dd1536a9cd2ef1d54a1, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pie-chart.svg', 0, 0x1f35081654693303b4ea069ea5c39cb5, 0x1f35081654693303b4ea069ea5c39cb5, 0x7b38eeb6e6781a1a9f8fda9b048ee13ca8591776480a1eeee8a85aea30c37057, '', 0, '?'),
(0x98635803b7d983e67fbf25c6bbdafac0, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pinterest.svg', 0, 0x8c9277d9cf9a2ee63aebd7090d9f823f, 0x8c9277d9cf9a2ee63aebd7090d9f823f, 0x066d04cbf5dc64c48d0d7ea1a49440702be6a3943f3d630fdf604397b793204a, '', 0, '?'),
(0x7f7790e175bc2cf9fff144fdc2f7b525, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-author.svg', 0, 0x244cf4bcf8eb5a6674566e1d069438e1, 0x244cf4bcf8eb5a6674566e1d069438e1, 0x224698664e10c05e9a91de03b1369d460efbc69d7832d3aab4c1b78629458e76, '', 0, '?'),
(0x0f44227d95ec581356c99540096a931a, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-date.svg', 0, 0x08faa7ba661387804033c4464bf0b19b, 0x08faa7ba661387804033c4464bf0b19b, 0x76983b957d21ae584b1efd476ddb67667057b5f4acb486a0d64bbac60ced83a4, '', 0, '?'),
(0xedb29e6b393e4deb75cdd361152e0984, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-grid.svg', 0, 0x6ac1eac048d70b4e4fc352775072e093, 0x6ac1eac048d70b4e4fc352775072e093, 0xa22b4dd876355c08bbe0bcaa2f27f8895fb6f2c558823495f5e5c87a864f3766, '', 0, '?'),
(0x254cdcb4306a700b8ebbf8d4ae5c5c42, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-masonry-grid.svg', 0, 0xe6e2dc17f53e70d36e335a260e2be5f0, 0xe6e2dc17f53e70d36e335a260e2be5f0, 0x86b6a8661cb61298c6818c20cf9bfe70e857eab6e43d4a8ddf435dc221aca17f, '', 0, '?'),
(0xcf129fd8677734efe41d4c52a8aa5710, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-title.svg', 0, 0xb5d7f47d4ecebb0001a7d4b23ecae5ed, 0xb5d7f47d4ecebb0001a7d4b23ecae5ed, 0x9b4ba92ce7da1b7d3066b3603ff4ad1594f491550e33b831135f54480312b0e4, '', 0, '?'),
(0x406d60d0eccce6147358ffb70b960ce4, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider-2.svg', 0, 0x3ea8355eddc7fde8206e9e3710ee9963, 0x3ea8355eddc7fde8206e9e3710ee9963, 0x75dfb648c10a7cf278c01502e4d6c249dad1278ecb08f3421f68a1feb91ef268, '', 0, '?'),
(0x8cb0b88774fb886ec0ca6143b3f17041, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider.svg', 0, 0xa2179b4a2c5c23ca9a3c3713a60ea7bc, 0xa2179b4a2c5c23ca9a3c3713a60ea7bc, 0xea89f7df1a82cb065791b149b7050acdc524cb598751301040a7efb24a13799b, '', 0, '?'),
(0xddbad9b0ffecaff2c0a947985d9eaef2, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-progress-bar.svg', 0, 0x13014f326a00cbf9ad13bbb9f8eb3449, 0x13014f326a00cbf9ad13bbb9f8eb3449, 0x13cb6227946bb90fd824567569451d2218865f38f41722ee142f475bb1f7d83b, '', 0, '?'),
(0x8b531f65894b71fef5ef4b6ea11ecca4, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-html.svg', 0, 0xf66f3b3a1c289e6ae539924fbb65eb52, 0xf66f3b3a1c289e6ae539924fbb65eb52, 0xd3fd6766b04901aedea223286644a2504078092102f7d3ba9bdb9b103e427b67, '', 0, '?'),
(0xdbb30964e9f7c426161c731f3e68f02c, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-js.svg', 0, 0xd35d01ccdb656409d92640e3320b7bb8, 0xd35d01ccdb656409d92640e3320b7bb8, 0x66a852606b6ee75a3a93eee356115c69d2a61535e9615c962d6a914d6ad7991a, '', 0, '?'),
(0x91c88243e899a7d44d2d92279f030472, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-revolution-slider.svg', 0, 0x9d664e0dcbf59d7e0f93a5ff16913941, 0x9d664e0dcbf59d7e0f93a5ff16913941, 0xcfac333475b4a8b164dad4c6ca189873d5989719f9c0fa516e60129449f2a140, '', 0, '?'),
(0x4f1a902746e1757b8bd2f552ff7f116e, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-row.svg', 0, 0x9833f654b13c0a9241e5d683f94e4ae2, 0x9833f654b13c0a9241e5d683f94e4ae2, 0x585c7f8400e3dda8451ce2cd34636ba25856720bb8886727ca5d57e0f2f49004, '', 0, '?'),
(0x6fc5a31665f95a576bec0abe56b6a1ec, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-section.svg', 0, 0x3cc3a6afa71322309136c550f9060d96, 0x3cc3a6afa71322309136c550f9060d96, 0x1eaded32798f731b062aa35af1d49a2e8a6d763ae3aa2561a4567beb5e117dbf, '', 0, '?'),
(0xe6416b99ba5f5d4499da40c05dbf7bf3, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator-with-text.svg', 0, 0x6b33fad3b21a4131de4f9e2d5dc41c74, 0x6b33fad3b21a4131de4f9e2d5dc41c74, 0x8f04308cab2efbf20f4f9540079a213600448245e4ce085fef4ca23de9796e36, '', 0, '?'),
(0xfd9b477aa2186bcdc5746607f3362281, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator-zig-zag.svg', 0, 0xcf9c1ce8a5d9f892f1e073b6ed436fde, 0xcf9c1ce8a5d9f892f1e073b6ed436fde, 0x2276c4c06012efc21057cc2e4bcb9a899950ee2c25719fe30d135e0b48a313df, '', 0, '?'),
(0xc991fe4789a3c7cabd5b0ea9a7f82111, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator.svg', 0, 0x8e81d569ac28944d53def09d0f3bbf1c, 0x8e81d569ac28944d53def09d0f3bbf1c, 0x7296f782b520298958179b463ca425ab41a8b19f2f2050b68b9eb9f1e3680062, '', 0, '?'),
(0x7001f6b1e08e2c07bc748fe1fa9003a0, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-single-image.svg', 0, 0xe97db8e5c77c6e12ae3a7c0ac268c943, 0xe97db8e5c77c6e12ae3a7c0ac268c943, 0x8bc741b867f64b6fac60bbeeb034fe4f5266c9ee6d860c2e9c8ad00b85deedba, '', 0, '?'),
(0x774f85b17591ad44c37de92f6e17c4ed, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tabs.svg', 0, 0x57ce208972f5ce72b8ffea63860eb6ca, 0x57ce208972f5ce72b8ffea63860eb6ca, 0x870d1c5e877ef983a9942d42f6cb42774d9e96470b1f9f2274b8cc261ba3c458, '', 0, '?'),
(0x429740853ec5fa604b61d085e219f316, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-text-block.svg', 0, 0x922e6d77f2b3ccb3bb468b6ed920d1d2, 0x922e6d77f2b3ccb3bb468b6ed920d1d2, 0x358f9ff800a02360a67d0d45f26b5fa2fc5b11ace2c2b8365334e4b46a7ec38d, '', 0, '?'),
(0x138d0be590275132ca7db3d0d9726c07, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tour.svg', 0, 0xbaa56a6ac52b0215765e70b3f6bd7ae2, 0xbaa56a6ac52b0215765e70b3f6bd7ae2, 0x8a2cf5181a4908e9f5cb1449754974f2ac50cdc311391617ce308952e3fecc63, '', 0, '?'),
(0xa86261839432adcacfd85d90bc8a283c, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-twitter.svg', 0, 0x40ad783a07606a5fabbd7ef3af2fa3e7, 0x40ad783a07606a5fabbd7ef3af2fa3e7, 0x8d43dcc0811e2e77bdfcdd828393a89a28cb90f27496b6096b3710a463b38d2c, '', 0, '?'),
(0xbe0222999c3a1f4001e33649f4e4fb4b, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-vc-logo.svg', 0, 0x8d99f74d2aef836d37d9f7dbec6db15b, 0x8d99f74d2aef836d37d9f7dbec6db15b, 0xdbf853e101f237cf6e5b6c0d70aa5b6b6430fb00ceff331004b91510e7fcd4c0, '', 0, '?'),
(0x1e45be205f1251d59b2c51dd3eccc76b, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-video.svg', 0, 0x9fe95358f6935c3ae6f17de69f9a9918, 0x9fe95358f6935c3ae6f17de69f9a9918, 0xa7f6e8e6f3d3eb35cdca7b3be79bd6439499910b55f08d46bd201f3e4df26605, '', 0, '?'),
(0x34de8b6ccf3cfff1530b2b69a07c6a51, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-widget-sidebar.svg', 0, 0xfc4db2170644d4b52b40e7fc213b23d2, 0xfc4db2170644d4b52b40e7fc213b23d2, 0x13edfbd8f716d2bbe3b6b462560c704ac88d9280d6b3ac16ca2612c50e5c3913, '', 0, '?'),
(0x0d518a8e340374c0391de9ac96eef751, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-woo-commerce.svg', 0, 0x8a1354d2a97d970a2b88b8b207a75170, 0x8a1354d2a97d970a2b88b8b207a75170, 0x3a9bcd331daa3a3534749b4bdf8ef135855e94ff7028b142f072b73877f0a4a3, '', 0, '?'),
(0xcc0624b9661b1aab0b2b259772c94872, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-wordpress.svg', 0, 0x87d2fdfba6af5f23a3f30237aa13dd63, 0x87d2fdfba6af5f23a3f30237aa13dd63, 0x9af5821823d34a60d58fc1c12e798061b951b9dff5a65e9d4d153f8988fdb827, '', 0, '?'),
(0x5fe0a2fb7eabde4c0bc159a2cff356e9, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-wpb-logo.svg', 0, 0xf594aa0b94dbd7323f41805b1432262f, 0xf594aa0b94dbd7323f41805b1432262f, 0x6150601ca2c4c2773b89d59a4d14dcfcbef5c00913904c02ab105737210a2456, '', 0, '?'),
(0xbae7ba501bc3532ee7b782d2f3af708c, 'wp-content/plugins/js_composer/config/buttons/shortcode-vc-btn.php', 0, 0x0441ac6835ea3040934d3ef0533eb210, 0x0441ac6835ea3040934d3ef0533eb210, 0x4c995e383dc94fca243101ae01e09d9fe96be22fbfd6a06513646d4527a4816a, '', 0, '?'),
(0x86a6d9227ca5b656c9ce95d8967d5ac9, 'wp-content/plugins/js_composer/config/buttons/shortcode-vc-cta.php', 0, 0x10a72be631e6414aeca09ecf2cc9d62c, 0x10a72be631e6414aeca09ecf2cc9d62c, 0xbf45b5e58501c59b197fccb8fb8bbe2108d77b17e756be362098214bf8954b95, '', 0, '?'),
(0x2555ec836406f2498a861ee334f428e2, 'wp-content/plugins/js_composer/config/containers/shortcode-vc-column-inner.php', 0, 0x2e9e65e85ac0b93769adc33a87444a60, 0x2e9e65e85ac0b93769adc33a87444a60, 0x03fcefb513949aacd0d235916c89f61fa4aaa7c000228c304b5abd8c09553d44, '', 0, '?'),
(0x38c848141abf1137b081b060b5b31d92, 'wp-content/plugins/js_composer/config/containers/shortcode-vc-column.php', 0, 0x5b1f28bd7698f7d2f38d93237c34389b, 0x5b1f28bd7698f7d2f38d93237c34389b, 0x5505bb1817e0eebfd276b1219b894158ae8035c1adec534e65b95ed8bda379e8, '', 0, '?'),
(0x3584365fd4aa087d5c732f3aff2f7a55, 'wp-content/plugins/js_composer/config/containers/shortcode-vc-row-inner.php', 0, 0x9ab8fa9d710a459c7a2dc4f31f5017c9, 0x9ab8fa9d710a459c7a2dc4f31f5017c9, 0xa9e25388597bb9704ac40ed58c8c3012976e97afe073b4f5a1e7d4b1e4ba7054, '', 0, '?'),
(0xab11277af1259b2a5b9b4bdde06bb511, 'wp-content/plugins/js_composer/config/containers/shortcode-vc-row.php', 0, 0xeb0914b01937fac0748944a8ddf9781e, 0xeb0914b01937fac0748944a8ddf9781e, 0xa4b809385ca4daede00c76ed958959312d08131463bfcf1c33248eeb2a32e353, '', 0, '?'),
(0x510be727ea376459faeba7ce91247974, 'wp-content/plugins/js_composer/config/containers/shortcode-vc-section.php', 0, 0x349f5d9aea85bef66f6d2425e6c6fb6c, 0x349f5d9aea85bef66f6d2425e6c6fb6c, 0x4b992aa6a289fe4a5d45d891ebaed44cdabeaccc3001d9c44f52004e46b62fe7, '', 0, '?'),
(0x7a16316fb2c9bc83bd4002c98561f4df, 'wp-content/plugins/js_composer/config/content/shortcode-vc-column-text.php', 0, 0x6dc9994dfcc49984cf8385a62d33250b, 0x6dc9994dfcc49984cf8385a62d33250b, 0x3f57634ca760fa44e192ab4d0447049f2c574e0356324a415ae8d4feff659c27, '', 0, '?'),
(0x251a533100910ad756014411d8569efb, 'wp-content/plugins/js_composer/config/content/shortcode-vc-custom-heading.php', 0, 0xb9bdd09479cee202dd997498b888e26a, 0xb9bdd09479cee202dd997498b888e26a, 0x34fbdd3430f3fca6c5b6b11fdd6f2428f1fc153e5e5e6a541d7a4c0c34b730a5, '', 0, '?'),
(0xc77eacee9c13c665e5cd3ca905dc6c18, 'wp-content/plugins/js_composer/config/content/shortcode-vc-empty-space.php', 0, 0x06add4f84996a8c145e07acbf7bef8b2, 0x06add4f84996a8c145e07acbf7bef8b2, 0xbc060dde2c884c3f093396e5a4711b67569e07713a4f4b4f7c0e71f678215d49, '', 0, '?'),
(0x3bb5fe03b0f46c10cd3f5be67772f7ff, 'wp-content/plugins/js_composer/config/content/shortcode-vc-flickr.php', 0, 0xe61ab648275cb23ef6e8e4e57b3728cd, 0xe61ab648275cb23ef6e8e4e57b3728cd, 0x6462d68c7bbeee43bf8b662531af6a60057b29af061d095c37c9c66e27d27995, '', 0, '?'),
(0xaf830c6cb2fdc3922d3b50e8274087e1, 'wp-content/plugins/js_composer/config/content/shortcode-vc-gallery.php', 0, 0xe1d8b4727c91ed67ecc9395980c172e8, 0xe1d8b4727c91ed67ecc9395980c172e8, 0x4e713aaec83eea51a3b90d1f57fbbacfffefb309c028a052ef58944a8628b2e6, '', 0, '?'),
(0xe3cf0184b7f41797e7b0f2a872d80f23, 'wp-content/plugins/js_composer/config/content/shortcode-vc-gmaps.php', 0, 0x5092061dda8a9e2168e41e3d9bc18ec3, 0x5092061dda8a9e2168e41e3d9bc18ec3, 0xca6e6dc0eb2bff2be083466d42287b30d8aa24bff7dd77f82a7b5e947fa63c49, '', 0, '?'),
(0x84d862c7c2b502c73cd01dd2245614df, 'wp-content/plugins/js_composer/config/content/shortcode-vc-hoverbox.php', 0, 0x751198db6d6466a6a9022313b75c5a4d, 0x751198db6d6466a6a9022313b75c5a4d, 0xf5ddc6f098c44af5dde2ff730b2e21f4bb0665c7afecf1ae25cfb996fe6122a4, '', 0, '?'),
(0x88986a3f62b494de74b3b3ec423c08d0, 'wp-content/plugins/js_composer/config/content/shortcode-vc-icon.php', 0, 0xed5e1173aab57836e6d4bb3e7eb19868, 0xed5e1173aab57836e6d4bb3e7eb19868, 0x4b98e04be89d4b0351f8a27df44a80a37526bce821507dd01629f913ac4404b0, '', 0, '?'),
(0xafed90db9b733572307eb307976ea129, 'wp-content/plugins/js_composer/config/content/shortcode-vc-images-carousel.php', 0, 0xb7e307223d26a98555c2847f89ea0740, 0xb7e307223d26a98555c2847f89ea0740, 0x816c345d1b3e5c017606e699ea12fe36b5c0793bc40b97d76539399ace6694b5, '', 0, '?'),
(0x4fad7fad6cb5d76967f7f03ecfe73628, 'wp-content/plugins/js_composer/config/content/shortcode-vc-line-chart.php', 0, 0xca04e2f60671993823c7584efaa6e439, 0xca04e2f60671993823c7584efaa6e439, 0x9400e7afef947b80f5c6682f9bf110a242159bc8aab8c9780d0adab02254f773, '', 0, '?'),
(0x4ef1080c93083647986f74bb13656113, 'wp-content/plugins/js_composer/config/content/shortcode-vc-message.php', 0, 0x8d82b9bfff15bd6a1ca718e3433e0a3a, 0x8d82b9bfff15bd6a1ca718e3433e0a3a, 0xb831b98e1109972c377a809b50d4c318a16b58a5c34662ec87cf8866ebc1241d, '', 0, '?'),
(0x61c76b676aa723eb89f017de51912aa0, 'wp-content/plugins/js_composer/config/content/shortcode-vc-pie.php', 0, 0x01dbd9025b5ea55c7855001e6a60f25a, 0x01dbd9025b5ea55c7855001e6a60f25a, 0x1f7a13f0dac4fd26cfd1751d42dc54947b2adce40b54f24a34ea811e2cdffc57, '', 0, '?'),
(0x81d60d8f0a27276fa6c2cf87f8f94d67, 'wp-content/plugins/js_composer/config/content/shortcode-vc-posts-slider.php', 0, 0x14bbaa81a1e7f855e76d02d4fbb353db, 0x14bbaa81a1e7f855e76d02d4fbb353db, 0x03d826998533f14c19225219052869921d1f1dedbb98422f94cdefd29b8c465d, '', 0, '?'),
(0xf72a661d7bfa4be372d192b57cd1b4d6, 'wp-content/plugins/js_composer/config/content/shortcode-vc-progress-bar.php', 0, 0x5ee7564aa25557f37acd5cd0f7a43cbb, 0x5ee7564aa25557f37acd5cd0f7a43cbb, 0x74ebe0545749e56bba893f42d4d0a03c03048d732b38caf560f583c24030e662, '', 0, '?'),
(0x37fe2689ff9bfc4f1fd7bd552adcfc7d, 'wp-content/plugins/js_composer/config/content/shortcode-vc-round-chart.php', 0, 0x8b19fff99750f6132b2cf1b6f4cd5c9e, 0x8b19fff99750f6132b2cf1b6f4cd5c9e, 0x6d66775fbad995cf92ebf7afc8ede4513f09d0c4d54d19cc4bb5a3e5f03df56d, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x8d5c849202d189753c8f221759da9cc6, 'wp-content/plugins/js_composer/config/content/shortcode-vc-separator.php', 0, 0x568cba18b7a371a065bd1099df977b10, 0x568cba18b7a371a065bd1099df977b10, 0xa2f5b8b6b3807133c0e6fa78fa5e511cced31f4ce21f0693eba8bd89aaab27de, '', 0, '?'),
(0x6f6607063ee7b5f17dd0d17548035b3f, 'wp-content/plugins/js_composer/config/content/shortcode-vc-single-image.php', 0, 0x1bf594949ae5928d9347ea699160c784, 0x1bf594949ae5928d9347ea699160c784, 0x5bb9280d84f5e8dcb9794cc0db11e3c95a6e9c02327ad1fd82e79b3fbd3f2b72, '', 0, '?'),
(0x99972c82fcd618b1f5aa235e988475e8, 'wp-content/plugins/js_composer/config/content/shortcode-vc-text-separator.php', 0, 0x80dd0b5d95c8cb3162e2005418d1e016, 0x80dd0b5d95c8cb3162e2005418d1e016, 0x24203d91c3ae897c5179a258d3b87cc97a41e51426383c3fa7ceb015aee45cb6, '', 0, '?'),
(0x4905528e93763ac15169e961ab1568d8, 'wp-content/plugins/js_composer/config/content/shortcode-vc-toggle.php', 0, 0x1716b2c2d18c5860ecb30cd77fa01e6a, 0x1716b2c2d18c5860ecb30cd77fa01e6a, 0xdbd081ee5eaf12f1f5f68ad50e1cefd99d78807d28b9d1dcbad41a41e8cb5273, '', 0, '?'),
(0xa5f337e407fc378dde96f1c0ef97b97a, 'wp-content/plugins/js_composer/config/content/shortcode-vc-video.php', 0, 0x1d45d250397475cf19ac72ceb748d340, 0x1d45d250397475cf19ac72ceb748d340, 0x713636fb05d3856dd2e0f7aa9dc7005ced8e60e9d4343f86805f6acac8f1ddb5, '', 0, '?'),
(0x6dd0685aca98c2ee9c64ce3ded345d6d, 'wp-content/plugins/js_composer/config/content/shortcode-vc-zigzag.php', 0, 0xab6a0efa0127d202ea1f0f7f2409615b, 0xab6a0efa0127d202ea1f0f7f2409615b, 0xad3e27931484524c54f80275b5c56a4ea395b239be41bd092ee236c881091e4f, '', 0, '?'),
(0x27d78a4be767676b0c2655422481218d, 'wp-content/plugins/js_composer/config/content/vc-custom-heading-element.php', 0, 0x67e121b0a925fbafc618858fa567e39a, 0x67e121b0a925fbafc618858fa567e39a, 0xc87e86f619af289a1e968685c3f64b4954626f9d889efa35a14908b9091c5cd5, '', 0, '?'),
(0xebcbb3b85ea06320830118db88bd4a96, 'wp-content/plugins/js_composer/config/content/vc-icon-element.php', 0, 0xa93f115e895f08ea7cd9184f270c424c, 0xa93f115e895f08ea7cd9184f270c424c, 0x5c1857633711c6841a92c505eaa50c6bb01a7eae92b0a823ab04674ea2f09678, '', 0, '?'),
(0xf6189bcf01091914b24f5accaf719971, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion-tab.php', 0, 0x99cc1fd8ef8660a744243a9a137dd2ce, 0x99cc1fd8ef8660a744243a9a137dd2ce, 0x7ce2b0064100c56290d96c46958b5b3c570dd55284ded5dff4d54f0ba74c62a0, '', 0, '?'),
(0xd7282bf96a613e5833bb61b6ee21d24c, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion.php', 0, 0x07d2a387736a96adfa5194f524753751, 0x07d2a387736a96adfa5194f524753751, 0xf806c32fc58fcb57e6efc1652936c4a344eed24f330f1539f9ee493e5ec0a6d9, '', 0, '?'),
(0x5d4d1d16cc95874730a7b3d8d75f0d06, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-button.php', 0, 0x1d794b2edb4d02d79649df1084e0be26, 0x1d794b2edb4d02d79649df1084e0be26, 0x24fa1b1fac896ba1da73d81242023a41947af538a8bacdb45aa4b11f1ea25a03, '', 0, '?'),
(0x91e84225c37e7d92780903b1b5ed1250, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-button2.php', 0, 0xd66fccb3638e1b3bdf75f2dcd47ad4dd, 0xd66fccb3638e1b3bdf75f2dcd47ad4dd, 0x0f43488000658311b849b90950890f7ce06d1a2ab686caea2cc16cbea5b9e105, '', 0, '?'),
(0x1ac8a6ab32ff0426a866effd82314ba8, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-carousel.php', 0, 0x220dacd0f5ced57da95f3082242f972b, 0x220dacd0f5ced57da95f3082242f972b, 0xc6a69104b4e2029ad19369f1883d1c39ef89bcac7d2c5bfb77c493652e8e99da, '', 0, '?'),
(0x74fb9dd9848fe4f11d1ab0b21871437e, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button.php', 0, 0x78835fe00395b9ada3fb5c897c5c024e, 0x78835fe00395b9ada3fb5c897c5c024e, 0x7ce2d3af5c924aa3b5dc8e160be801f7eea21ba6d0faab8a28ff4dcd554c00ac, '', 0, '?'),
(0x217aedfeaf6879796e985e2d7d15c8bd, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button2.php', 0, 0x9e2cd1e7ab429912cf60a5ea229b7662, 0x9e2cd1e7ab429912cf60a5ea229b7662, 0xdb790dc2dcc6a88f3702a348b9e54889464722aa127a425b302e58fcf3b64640, '', 0, '?'),
(0xce257b7782e39cd6e541c4500648ba7d, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-posts-grid.php', 0, 0xaee6b7bb23050ad3d4e1999637275ff7, 0xaee6b7bb23050ad3d4e1999637275ff7, 0x9e24b9eb98d377f125c745a5cd4b24c91babecbeeba78d6b4577cfe45638bf87, '', 0, '?'),
(0xdf75abd58b6c894e5d1d4e422263eed5, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tab.php', 0, 0xc76755527e30e4b8d6458b111b780729, 0xc76755527e30e4b8d6458b111b780729, 0xd0898b165d5c4ce7874c922114158f4fd2671c04c45409a3a2eccc8d8cd59a9a, '', 0, '?'),
(0xd798fc511866948b440b85213be97bde, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tabs.php', 0, 0x6e3b817d3f4b7b81ad2d072655eed014, 0x6e3b817d3f4b7b81ad2d072655eed014, 0x6e01fd7841741181f59b1ca530578de1dab8a6e620ddd7a7cea5602a0277ab0c, '', 0, '?'),
(0x4a8bf86d4fe3eac4d21b600ce18a66e3, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tour.php', 0, 0x4552b6c344d84cf903f31fb182607dc0, 0x4552b6c344d84cf903f31fb182607dc0, 0xe637e45449fef93190f75a7803190dce62113b15125539025b6e2250d452f595, '', 0, '?'),
(0x0bf4145b344db39c8e972034d4859fc0, 'wp-content/plugins/js_composer/config/grids/class-vc-grids-common.php', 0, 0x9a40d99dc611004de6a5368aa8a161a1, 0x9a40d99dc611004de6a5368aa8a161a1, 0x21fcad24392a764ad69b733e10cd899b5776923337deaf37b95ceeb5ce0e50f2, '', 0, '?'),
(0x05e758cd402bbb38964cff7f1b1e181c, 'wp-content/plugins/js_composer/config/grids/shortcode-vc-basic-grid.php', 0, 0xcb2dcc32bef344eb445dcf1f1cef5de0, 0xcb2dcc32bef344eb445dcf1f1cef5de0, 0xddb8222980bb4ccc35316f0795ebedbaff96e1d602b3bde633cbdce54b1cbcaf, '', 0, '?'),
(0x5d34880cd4b92df3dc36f5f18b24dc22, 'wp-content/plugins/js_composer/config/grids/shortcode-vc-masonry-grid.php', 0, 0x1af25aa4a7073e2d518d054b7d8e6e02, 0x1af25aa4a7073e2d518d054b7d8e6e02, 0xbc2bbe0c9029c651d6068b7511785e414c2c2df8d7384caae01a488c0a4f070d, '', 0, '?'),
(0x34ae850aa3db3c9a4a483436955c2d09, 'wp-content/plugins/js_composer/config/grids/shortcode-vc-masonry-media-grid.php', 0, 0xac8162d1d8e65428b8e21d28e69db18c, 0xac8162d1d8e65428b8e21d28e69db18c, 0x720223eed8c8cc6624e28310d738c419329b254d3e3a93b95a6f169ef39d7b3c, '', 0, '?'),
(0x64ae46dc490ac75d320ae811f754670c, 'wp-content/plugins/js_composer/config/grids/shortcode-vc-media-grid.php', 0, 0xd782a5eeaf10d8de4be899a4bc5fb1ab, 0xd782a5eeaf10d8de4be899a4bc5fb1ab, 0x2cac48b3c06f598b9be7c33ce587d668aec1aa8b403d2d742ebef63510495929, '', 0, '?'),
(0x003629450e445158f46e1907d6f00e57, 'wp-content/plugins/js_composer/config/grids/vc-grids-functions.php', 0, 0xe46bd09c12bc6d182044c6dac292ef17, 0xe46bd09c12bc6d182044c6dac292ef17, 0x7e8feed3530368bd893d624c61578fe7609e4aed261748e49f4fee7db36bf904, '', 0, '?'),
(0xd9abda1602f19578ebcbb0944664c15d, 'wp-content/plugins/js_composer/config/lean-map.php', 0, 0x04eab83cf7815406fc6493b0ae1b3fa9, 0x04eab83cf7815406fc6493b0ae1b3fa9, 0xbc4888bdea247eae5860171a254e2d3dc92319ff547062905dd7688e5dd81923, '', 0, '?'),
(0xa5a6196ec27ed4a5f0a37eb1ad9da43f, 'wp-content/plugins/js_composer/config/social/shortcode-vc-facebook.php', 0, 0x53b4d9045ffc09957560c6b35623101e, 0x53b4d9045ffc09957560c6b35623101e, 0xa7b9d46c65fce19488b77c08880d287a95ba1ab64c70b4f1ceee6a2bf7fcd1b2, '', 0, '?'),
(0x1455e69dbeaa5c57af1f800d28a67022, 'wp-content/plugins/js_composer/config/social/shortcode-vc-googleplus.php', 0, 0xaa517618419bc822c5101cce88cd817c, 0xaa517618419bc822c5101cce88cd817c, 0x37bc50c2a078a2484b6248a736dbf430f143ec9b787b144577a193ce793436f8, '', 0, '?'),
(0x623f2c51a1e00319db1465da66f85c49, 'wp-content/plugins/js_composer/config/social/shortcode-vc-pinterest.php', 0, 0xecc78f13063d4d9ea57687702dc0f5a7, 0xecc78f13063d4d9ea57687702dc0f5a7, 0x4e40c65fc5a5b1de13d00268233bdb83ff4f76bf7b63a7ca3a93b86a72e33172, '', 0, '?'),
(0xaa6a708864aa72f81b86193e3d451aa8, 'wp-content/plugins/js_composer/config/social/shortcode-vc-tweetmeme.php', 0, 0x5b2c901cee18f078cdd44fe33b4d85c7, 0x5b2c901cee18f078cdd44fe33b4d85c7, 0x066cf7808ef2080788689f9c7b8078a8a2f0d42b6a38389d4985443cdcce8ca3, '', 0, '?'),
(0x29ea9e4d048996a71d0991c9cffbd49c, 'wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-html.php', 0, 0xf91ab8be947c3845c4ce9d0203b0a8ff, 0xf91ab8be947c3845c4ce9d0203b0a8ff, 0x5dec346127dcd4c3cb92a5a9fbfe6eeb15c77c8d9c471f919f1e522733f93201, '', 0, '?'),
(0xfae9925b4b1419fdc20181bb22c4c67a, 'wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-js.php', 0, 0xabd9fbaebf0f37f12b7f0efeca47d3cf, 0xabd9fbaebf0f37f12b7f0efeca47d3cf, 0x148601ae411d4cf7662eeaae85b49712e789151e529228320308d05bbde385bd, '', 0, '?'),
(0xab303f9cd158a33819149b116f1ee81b, 'wp-content/plugins/js_composer/config/structure/shortcode-vc-widget-sidebar.php', 0, 0x08a5a557f9213ffb10c1011c01e34feb, 0x08a5a557f9213ffb10c1011c01e34feb, 0x2f0d975df05ce79f243248b7904ec942763041fab4498f07aedc2dafda64c12d, '', 0, '?'),
(0x813ad01ab9920b5388c82117330199c8, 'wp-content/plugins/js_composer/config/templates.php', 0, 0x1bbb2a95ceb81f76ad1ffa0439c409a8, 0x1bbb2a95ceb81f76ad1ffa0439c409a8, 0xf6c6cd2431bec273ba1c901fa7a12601deff57aacaaad8a1bc4366cad4dc2096, '', 0, '?'),
(0xa9d818b1f05e7b38b83d1c2b495444ce, 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-accordion.php', 0, 0x6fe71b81b0900d0ef9077e7bf03c5b31, 0x6fe71b81b0900d0ef9077e7bf03c5b31, 0x28a9ecf6a90718e1d3c105a96a4be4ef8e4f65522e977b2b6f42e33357bad2d0, '', 0, '?'),
(0x53e132dc3f3ef40b698e2671785edf0c, 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-pageable.php', 0, 0xd9d2da7d52222d9a2a99b2b5675b7d6f, 0xd9d2da7d52222d9a2a99b2b5675b7d6f, 0x7e4389326dd2f3bc29deed2c017f37f6a9109a5609320be25674e54d11f08cac, '', 0, '?'),
(0xad156d73a14ac07b202a87a57b34b4b9, 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-section.php', 0, 0x6d063dcdcc58d21e34ff36c5c2c1dc12, 0x6d063dcdcc58d21e34ff36c5c2c1dc12, 0x1dc14d081aa7792274dc0ec79ce8c71cfa04bb74d6b61d72508e3d6466a1df53, '', 0, '?'),
(0x38c8d7de46fa131067e27338d31a07a9, 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tabs.php', 0, 0x58a3d540557035ea7e92bedaae5c6d9e, 0x58a3d540557035ea7e92bedaae5c6d9e, 0x8b1d12c12c3e33d3dc49cd14f8dbb60c5945e92ad5354f5e07b2c08d7efed8df, '', 0, '?'),
(0xf1abe6e91224041eb8619a6435e99c54, 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tour.php', 0, 0xccd51270f4e15bf7c1b6e4f2328f922c, 0xccd51270f4e15bf7c1b6e4f2328f922c, 0x68ddf6c6bf0ac91dfd6ed9f4a9ab5f51c09f6e9758f42e6467b512cdfd10cbe1, '', 0, '?'),
(0x233908763a48176b3ba2e3faa44c0674, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-archives.php', 0, 0x4e7d864981f1cb52065c5a93df6530a0, 0x4e7d864981f1cb52065c5a93df6530a0, 0x77285ccbe44c380b77df8699b6c004c8f6f547cedfe8f2a4a266ee18e05c9c34, '', 0, '?'),
(0x2246db60861d3b69ea81760522097c49, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-calendar.php', 0, 0x52e2d632bdd7693af24206b7f9f0b896, 0x52e2d632bdd7693af24206b7f9f0b896, 0xbf0f472e5bae4a12f83b649a25328cb0726f23daac7bd42f9fb388fea70fc4fa, '', 0, '?'),
(0xf93cfeefe96e66b96fa053d39d072e2a, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-categories.php', 0, 0x2abdbb0c160113afd239869b8d217e99, 0x2abdbb0c160113afd239869b8d217e99, 0x3dedc73c15d995fbab241c1aa43837993738c2375b0d5f242c00e66ecfb261f9, '', 0, '?'),
(0x0ebd04b64a41c3a402c82379c2cf16f8, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-custommenu.php', 0, 0x02e695c52346c426a87282f38e437be4, 0x02e695c52346c426a87282f38e437be4, 0xa47c3a51947a3e867cc041123df1bd1ba5b144a64f37674f6baac0d585d5b400, '', 0, '?'),
(0x3b7615b403e0ddfdeb306310c613a4e3, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-links.php', 0, 0xa53cb575d2cec61ef7ced6794012997a, 0xa53cb575d2cec61ef7ced6794012997a, 0x2911a61e18abee9b688cea2da80dbf6b0e4d3f609a767171c2df21cc846b69b2, '', 0, '?'),
(0xf7185c71728caa9ddf4667987d3160b0, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-meta.php', 0, 0xc916342872480698107e21fecb841b2d, 0xc916342872480698107e21fecb841b2d, 0x81265a551af1c23b650506269751d06dd0deecd2e72dcef4e19f5c43bef734a6, '', 0, '?'),
(0xa7f5138a956d72bf840fc61638709872, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-pages.php', 0, 0x888f2d71ae3d4054709ef1e54e39c779, 0x888f2d71ae3d4054709ef1e54e39c779, 0x0035bf810c18818d8562ca464bfe2dc54d59ede0709feffaf8ea0c7d050a946f, '', 0, '?'),
(0xb64212bd672a5ebd01d01dbd8935d439, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-posts.php', 0, 0xc1af70ca063b04105e4d4bcf4f31aacd, 0xc1af70ca063b04105e4d4bcf4f31aacd, 0xdfc54cf2d261ac10a48c6356cd4dc542a14acc4181a44c3e972a76860d16bc1c, '', 0, '?'),
(0x469e8d9002ec426515e168d2da719e8b, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-recentcomments.php', 0, 0x5e595886f49afa85a4ba3bdaa0f6e22f, 0x5e595886f49afa85a4ba3bdaa0f6e22f, 0x7d63ee13d75c018d6e97ab43496ef5b596d67abfe9506b6a35f157f0bbacfe06, '', 0, '?'),
(0x33bcad9f955e9138670a6d9b0074afff, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-rss.php', 0, 0x7c1772898f90cb4d13cf8032cce6e59b, 0x7c1772898f90cb4d13cf8032cce6e59b, 0xf420417f3291de5365741ed647cc08d2319d984b17b08612385bfd72f47b8ff9, '', 0, '?'),
(0x3fb9c792f4a69e630fdcac2a39e3d71c, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-search.php', 0, 0xe53589337bb07d5c7f905eaadbcbdc52, 0xe53589337bb07d5c7f905eaadbcbdc52, 0xcf2120ef5bdb5b949b3fa910901f9e20221518c848dade4430df34a846b0b1ed, '', 0, '?'),
(0xc3f08ec8b852ba8962b5fea827d6fe57, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-tagcloud.php', 0, 0xe41487dd4489664c72c1f800a4d5509b, 0xe41487dd4489664c72c1f800a4d5509b, 0xf0c27b3ec42c6ef5ff891e614b13b39749aa7a1506bb5125f45862c21d5e7520, '', 0, '?'),
(0xd75859486f24bf5ce68dda1184886840, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-text.php', 0, 0x8ad3a592ccbfe04560022f2230a77bb6, 0x8ad3a592ccbfe04560022f2230a77bb6, 0x8bb1a7722c6b162fa4cfd0035c641d9e0c86e58863840cc14cdf632cc2d56a8c, '', 0, '?'),
(0x6e8ef0f2f31b58cc24489622e3941f31, 'wp-content/plugins/js_composer/include/autoload/backend-editor-ie.php', 0, 0xaa20ac4ee2e850e04f01fd719d71de34, 0xaa20ac4ee2e850e04f01fd719d71de34, 0xf4d0c927d4867d516653045f5befadac1e2f1ae8fd686957d4ac29efed2cca92, '', 0, '?'),
(0xd293c3597a1e24b8e9d309c7c81a2b1c, 'wp-content/plugins/js_composer/include/autoload/bc-access-rules-4.8.php', 0, 0x0e012b6b5bfedf581a04957121ba9985, 0x0e012b6b5bfedf581a04957121ba9985, 0x2bb746c6970d612a745b92fbbf020eff66c4c911d3f1a6610d05695bdfb05842, '', 0, '?'),
(0x6f3b54d1759c0cc24153d912dacde7b5, 'wp-content/plugins/js_composer/include/autoload/bc-multisite-options.php', 0, 0xbc0e5dba7510d42a204604974cbe532c, 0xbc0e5dba7510d42a204604974cbe532c, 0x146fa0ba46c2600357b1d8a7ffa5b9eb70d86040b59155de787a4df4a67b51ec, '', 0, '?'),
(0xef5ea8b9c34155ad68d0254bc719a935, 'wp-content/plugins/js_composer/include/autoload/class-vc-settings-presets.php', 0, 0x1b2621d465aa33b0d591c5d5e8b1a23a, 0x1b2621d465aa33b0d591c5d5e8b1a23a, 0x8296f4fc7090a5817801ae66a8da4718be37f562bc81c7ec204c226bb1859da4, '', 0, '?'),
(0x14a2fa7c23a740f34183c2e994b67ca7, 'wp-content/plugins/js_composer/include/autoload/class-vc-vendor-presets.php', 0, 0x3ed7ecdd1d3a97495d9138dfb147fdc6, 0x3ed7ecdd1d3a97495d9138dfb147fdc6, 0xa2bc1a3e4a674edb384099d3a145e78055644b5df0a3d01611d55f80edeb6436, '', 0, '?'),
(0x6cfd58e6bed74e70ef3f96a0620502dd, 'wp-content/plugins/js_composer/include/autoload/frontend-editor-ie.php', 0, 0x2cdab05ff09ea0eddc8ab0d8efd6b053, 0x2cdab05ff09ea0eddc8ab0d8efd6b053, 0x06f7640ee903164a6c47395db80a08d6427cbea1a4ca5d2f5589749e8076aafa, '', 0, '?'),
(0xc125c2868dfd5196d61ccf3728e65c36, 'wp-content/plugins/js_composer/include/autoload/hook-vc-grid.php', 0, 0x7255e37625385bb58f0603886a693355, 0x7255e37625385bb58f0603886a693355, 0x2a84154fe5697f32e4f68a837b20fe88444cadb1140e78c2a319e6b524c3cc3d, '', 0, '?'),
(0xa243ceb3133b73baa0cf73565d9b5ea6, 'wp-content/plugins/js_composer/include/autoload/hook-vc-iconpicker-param.php', 0, 0xf6331ce776146101bd0bff3ce4ccf476, 0xf6331ce776146101bd0bff3ce4ccf476, 0xe3bacd866e32c85ac407ec3a6edbe7cb95fa1fdc2ef7d024462b9afef28ebc76, '', 0, '?'),
(0xb02b1a23544bff405f86ebfcb29ac5d2, 'wp-content/plugins/js_composer/include/autoload/hook-vc-message.php', 0, 0xc92368764c8963a59fbd07550c55add9, 0xc92368764c8963a59fbd07550c55add9, 0xdf5739b18bc639a62690d10b5544af0f30a5637477d9300f16d1be2cff2b243e, '', 0, '?'),
(0x174c8d9ae5924b0baf4a2c0bb392c4b6, 'wp-content/plugins/js_composer/include/autoload/hook-vc-pie.php', 0, 0x03b793e5d28531fb380ddfd582ad4845, 0x03b793e5d28531fb380ddfd582ad4845, 0x158d25cf29bd095e7553e6450e1b66df6f3b443b9f42cfb978b69b22af66b9eb, '', 0, '?'),
(0x1a715cc7d44fa6391b1746cf37d08730, 'wp-content/plugins/js_composer/include/autoload/hook-vc-progress-bar.php', 0, 0xa405b508f75015dc4e847327d20e9d03, 0xa405b508f75015dc4e847327d20e9d03, 0x1863c787ed29a108518a107188d6d067d25d5c044bb34b1ffd9dd107e05142be, '', 0, '?'),
(0xe2782b29241acdabc49c13a480e3b864, 'wp-content/plugins/js_composer/include/autoload/hook-vc-wp-text.php', 0, 0x68978fdb347dd31fbdb7445947b1deca, 0x68978fdb347dd31fbdb7445947b1deca, 0xe3335101510950d1fd44e731bd8d7d9466eb385068bf2cbbc665eb6d4e7bf3a9, '', 0, '?'),
(0xb001492d96bc6929f0506e02d2ccddc0, 'wp-content/plugins/js_composer/include/autoload/params/hidden.php', 0, 0xbc9618f5cd512550b36f1a25452a9cf1, 0xbc9618f5cd512550b36f1a25452a9cf1, 0x789541d60b49c3ae59582c8b927ba681a79ade86ca5aefeec6db9b91fe5b0853, '', 0, '?'),
(0x06ade6e0df8425c2cf53d589b1bcd730, 'wp-content/plugins/js_composer/include/autoload/params/vc_grid_item.php', 0, 0x441a974fa1e7adff5c7befb786f691bb, 0x441a974fa1e7adff5c7befb786f691bb, 0x8c2c70ad3fb754e4d32cda35ffdd903aa74257165591e0cb990dc222b827fd57, '', 0, '?'),
(0x832821f95d4572cf76884bbe0955a438, 'wp-content/plugins/js_composer/include/autoload/params-to-init.php', 0, 0x6ddcceca6b5f153875269fde7188d176, 0x6ddcceca6b5f153875269fde7188d176, 0xc1102e27d7d0a539ff0fb54cdb78442a776ef5f31cf7d23c25e3c0ba614a664f, '', 0, '?'),
(0x75ea17365fdd1d285d76d2856cdcf3cd, 'wp-content/plugins/js_composer/include/autoload/post-type-default-template.php', 0, 0x8c3dd5322e43216cb30324d15d639c0f, 0x8c3dd5322e43216cb30324d15d639c0f, 0x67e7181b0be2d504cf3abc640b3622eaa67b2ef6d4e84f9d94f31287226eb47f, '', 0, '?'),
(0xe8f5b425cc2481673364ba4e33f4fbf6, 'wp-content/plugins/js_composer/include/autoload/ui-vc-pointers.php', 0, 0x488371a816ddae3af626d20970cc17ba, 0x488371a816ddae3af626d20970cc17ba, 0xfb4981344bccb14182a2386fa443a2fcc1096e276e01e4178192329c8d39ff87, '', 0, '?'),
(0xed446ecd766f77274511a2eeee3be970, 'wp-content/plugins/js_composer/include/autoload/vc-grid-item-editor.php', 0, 0x335e654cbd499d2875e8c76b4b1da728, 0x335e654cbd499d2875e8c76b4b1da728, 0x46b237a0a3fa53985485c241e5f7ed5af1edbd87a5da0b462eafbf51e4f36f51, '', 0, '?'),
(0xd1956c7c2c3a52a69538b60bc8732848, 'wp-content/plugins/js_composer/include/autoload/vc-image-filters.php', 0, 0x8f548e33744131b6b73fcd781e4370d2, 0x8f548e33744131b6b73fcd781e4370d2, 0xd381550f91f1963c0d0337435d66c1800c03b0cd5675752a15961bcc47f7c73f, '', 0, '?'),
(0xacae2d225af463dc31d7263f7a6a4565, 'wp-content/plugins/js_composer/include/autoload/vc-pages/automapper.php', 0, 0xc2ae66be41d79833262d9bf8b3957c71, 0xc2ae66be41d79833262d9bf8b3957c71, 0xa2dfbc66bdd3fbc25f489cfd22f058204f0c1342451684670f00852a075a5915, '', 0, '?'),
(0x8ca8fea2d628cd01eb72a1b5407ffa01, 'wp-content/plugins/js_composer/include/autoload/vc-pages/page-custom-css.php', 0, 0x83277d78c4865be52d7dbd30f69bb7bc, 0x83277d78c4865be52d7dbd30f69bb7bc, 0x8790fe6ecf6d95f6bdb827d9c4de6d66ada20cab4ce0ba982958815f7d02ed61, '', 0, '?'),
(0x16f6cc3d3cb8451e2d17a42c403c38a3, 'wp-content/plugins/js_composer/include/autoload/vc-pages/page-design-options.php', 0, 0x7c2f54a6c2d5633737cdb8cf379e573b, 0x7c2f54a6c2d5633737cdb8cf379e573b, 0x660bea4264cc3d4a38adffc15190c8f31b4693fe171f6c5019ca792328441f67, '', 0, '?'),
(0x961062f303bd2f28da7f8fa35a498cf1, 'wp-content/plugins/js_composer/include/autoload/vc-pages/page-role-manager.php', 0, 0x21db3e6fe978f161e9c1a57188a0d65f, 0x21db3e6fe978f161e9c1a57188a0d65f, 0xa922cca5ea0978dd4f9772aa34e89329cbcd9eca3648ee988024d213fb7a3afb, '', 0, '?'),
(0x2de551a767e76d80ac550d4f2bedcfe9, 'wp-content/plugins/js_composer/include/autoload/vc-pages/pages.php', 0, 0xcb2f53b3b19282b4a502133bbb99eee0, 0xcb2f53b3b19282b4a502133bbb99eee0, 0x833485e83aea5bbd5b6590d8e81273c21e773b38c93174e26c9fb7972403b9bf, '', 0, '?'),
(0x2aca3ddceb2672c8367e707e2c292716, 'wp-content/plugins/js_composer/include/autoload/vc-pages/settings-tabs.php', 0, 0x3e6a5fdca88fcd4c60b9cd7c8287df11, 0x3e6a5fdca88fcd4c60b9cd7c8287df11, 0x29a926e4434c29028ab67fbeb7f9f8f71ac3313af4f8fbf0626dd61974f7e707, '', 0, '?'),
(0xb2b31503c07f1b9ac13ba174696f07ce, 'wp-content/plugins/js_composer/include/autoload/vc-pages/welcome-screen.php', 0, 0xd5b4ab714ba38f63aed46446d9c9646d, 0xd5b4ab714ba38f63aed46446d9c9646d, 0xceb384e16957047ee5db0ef177370332344f2749ccb32f8aa37d154c10613ab6, '', 0, '?'),
(0x4f0e1ea3055a42e30f5683b6ff0f02a0, 'wp-content/plugins/js_composer/include/autoload/vc-pointers-backend-editor.php', 0, 0x61289971d84758155c73696843d347ca, 0x61289971d84758155c73696843d347ca, 0xdfad5093940248e80aa17910fe4276d350a74061740fda03210cc9341ab8e7d7, '', 0, '?'),
(0xa3032429885ff421655dff058c197890, 'wp-content/plugins/js_composer/include/autoload/vc-pointers-frontend-editor.php', 0, 0xac9c686da5904e3b2e1b6ac124b8b227, 0xac9c686da5904e3b2e1b6ac124b8b227, 0x3dc174a8b6868942e1d1ca6ce01b5cf37a5ca8360498d2b7f5d496ac8d0d28d5, '', 0, '?'),
(0x03487a39840238c365568acdd1795273, 'wp-content/plugins/js_composer/include/autoload/vc-settings-presets.php', 0, 0xf70884f0c2cfdaea2c40b11a667f7f6a, 0xf70884f0c2cfdaea2c40b11a667f7f6a, 0x636e0a382b1c1ca691dfd1f5e24a28f746575b1d8281c2889ca1955be4e6e1f6, '', 0, '?'),
(0xd9fac7942504e20897285a0ae5247780, 'wp-content/plugins/js_composer/include/autoload/vc-shortcode-autoloader.php', 0, 0x8e3e8d5df3cd9f7fdb41768437683539, 0x8e3e8d5df3cd9f7fdb41768437683539, 0xa8a17133eb69fe223339736e0ff32f0a256fe0ed8b81ff9316e04e3559d9e223, '', 0, '?'),
(0x2e8a59172c3d90ad089d85309484fa1b, 'wp-content/plugins/js_composer/include/autoload/vc-single-image.php', 0, 0x489351225c393f2c851498ce32a012f7, 0x489351225c393f2c851498ce32a012f7, 0xad44081f909f6abe68b2f47640f99e6c027e458c5feee4da65f9ada1c864de68, '', 0, '?'),
(0xea242e465edd5ccd43511a41a689ca46, 'wp-content/plugins/js_composer/include/autoload/vc-undoredo.php', 0, 0x872a9c7acd2da9bca6b461c11e707362, 0x872a9c7acd2da9bca6b461c11e707362, 0xe9fcab16c43b3074fc4ea9230929f4fa1befd94c9966a3153d39251d446f8fc5, '', 0, '?'),
(0x542b083c5e643a3b911645672849d546, 'wp-content/plugins/js_composer/include/autoload/vendors/acf.php', 0, 0x36a7de0ecda501a439e2ada87c017058, 0x36a7de0ecda501a439e2ada87c017058, 0x64cf9a33e0259c265269a72410be91ee2e7076e8b19aa5bbc14076ed05dba4ce, '', 0, '?'),
(0xf7b1b657c7fd9a2a8a8c72a82539d655, 'wp-content/plugins/js_composer/include/autoload/vendors/cf7.php', 0, 0x782786c76526a81018cd60d689478eaa, 0x782786c76526a81018cd60d689478eaa, 0x96fbaa6efa99bb98ba64c026154e05b95a3dbbc027e3a88fda7b57ecbb95a75a, '', 0, '?'),
(0xd26eb59186e09282463337904cdfa1c1, 'wp-content/plugins/js_composer/include/autoload/vendors/gravity_forms.php', 0, 0x02c2f1ed335394b00300772aac77fd4f, 0x02c2f1ed335394b00300772aac77fd4f, 0x6edbc3b9f695d22a5c641ffe6b53b62e1ff87dbd01c40aa0e8651af8d9089a20, '', 0, '?'),
(0x9af4d2f03630fac39b930382d972714b, 'wp-content/plugins/js_composer/include/autoload/vendors/gutenberg.php', 0, 0x63de6ad620f67ceeb9cecc6b7fea04bd, 0x63de6ad620f67ceeb9cecc6b7fea04bd, 0xbdc6e2e63074bda43c4e70e7072d8834c292ff2dfd37a8325e583727d0e1cad0, '', 0, '?'),
(0x5b34f9696b80470f8651084309165020, 'wp-content/plugins/js_composer/include/autoload/vendors/jwplayer.php', 0, 0xab365a759177b70889724c211ed42e10, 0xab365a759177b70889724c211ed42e10, 0xa4f9a9d39caeacb1c17c115a8b35c5bb7e94e9d8da6a173888460ace09b78e65, '', 0, '?'),
(0xbc2c12cbd3f1c373b39d36c0b42b139d, 'wp-content/plugins/js_composer/include/autoload/vendors/layerslider.php', 0, 0x7ba289052b879dcb166139e1e08f97f3, 0x7ba289052b879dcb166139e1e08f97f3, 0x9cbf57df3a13900efc8cdcfb5f9e85cd7010a9c4643e20ef04506ba1e1b75a67, '', 0, '?'),
(0x9169128a1726389e1ed1248a5be03f3f, 'wp-content/plugins/js_composer/include/autoload/vendors/mqtranslate.php', 0, 0x68c5bd2b26940d49a935bcae97faf7d2, 0x68c5bd2b26940d49a935bcae97faf7d2, 0x58c6331512b0492bd3cd677916240a84fc2010d0f19645ef084f7aaf9e61a5ce, '', 0, '?'),
(0x93ae8458fa512fcd4c8a5c59c410fdc7, 'wp-content/plugins/js_composer/include/autoload/vendors/ninja_forms.php', 0, 0xa61e82eca8c1d85b5f9811c691d04793, 0xa61e82eca8c1d85b5f9811c691d04793, 0x8014785ab5f2452a95284b6eba408bf3cedadd94584f9ce9f66863fa3d422f07, '', 0, '?'),
(0xaf14188e14626aad470e8eb1914cd692, 'wp-content/plugins/js_composer/include/autoload/vendors/qtranslate-x.php', 0, 0x261a467781f416900ce13db8f273ded2, 0x261a467781f416900ce13db8f273ded2, 0x4860eaa8bc18037c9da9e6738511de3bc1f61c1190e61ee88d89c535c6bb93a4, '', 0, '?'),
(0xf495d3159eeb23b5dac0d9f17caad916, 'wp-content/plugins/js_composer/include/autoload/vendors/qtranslate.php', 0, 0x5f8e1417b8ae77da995aec61d07d6592, 0x5f8e1417b8ae77da995aec61d07d6592, 0xacc45306273e95418dd4d8033ba352892fcb95bfe3416c9456843275c95cb38a, '', 0, '?'),
(0xe3efa9612ce53b7756a353592c9d84f3, 'wp-content/plugins/js_composer/include/autoload/vendors/revslider.php', 0, 0x01f43e96ea5dccaa853d73775a01411f, 0x01f43e96ea5dccaa853d73775a01411f, 0x79cc2c1ccce9be8a8757e60bbb5bd302be6ce69560468809556bc4671ca45a8c, '', 0, '?'),
(0xd6fceb1d352f201e20374378948de771, 'wp-content/plugins/js_composer/include/autoload/vendors/shortcode-vc-gutenberg.php', 0, 0xc26e1e28fac66948d489084a413e1537, 0xc26e1e28fac66948d489084a413e1537, 0xf350d2af600674b864b66d9aa8e434f706f081e576761059cf62e56e477c4c05, '', 0, '?'),
(0x6875fafc50414e00537ecc560c97eab1, 'wp-content/plugins/js_composer/include/autoload/vendors/woocommerce.php', 0, 0x58d64df2b128f07af05aa77582c99745, 0x58d64df2b128f07af05aa77582c99745, 0x2209d4749b81454a2d44b8c997f80d2ac7a83a4eb7aa769b3ea7ae6b2fff562c, '', 0, '?'),
(0xa616de46e6eb4f18057433dfc7768c9c, 'wp-content/plugins/js_composer/include/autoload/vendors/wp_customize.php', 0, 0x54db909fb5bb283dca882b8838ba0f48, 0x54db909fb5bb283dca882b8838ba0f48, 0x3006cae557ccff68e3891fb9739dd6be5cdff01527d295591eb609df94bd871c, '', 0, '?'),
(0xc9710cbb7c3a59d7ee2add7c2fdfecb2, 'wp-content/plugins/js_composer/include/autoload/vendors/wpml.php', 0, 0xab4065daf294d7ef8acab7c84e676318, 0xab4065daf294d7ef8acab7c84e676318, 0x97c38808ec7e76146259b0988e4d7c180a2bc8cc070eac5d3edefe96188d0c51, '', 0, '?'),
(0x88400eca2d891553ac54599468fac04f, 'wp-content/plugins/js_composer/include/autoload/vendors/yoast_seo.php', 0, 0xa62bfb4ea6ad204449079a7325e42d00, 0xa62bfb4ea6ad204449079a7325e42d00, 0x53519b702403c90246ba17da0c5739d207388a383c6ea3b92171af621f883c8d, '', 0, '?'),
(0x29a2cbfa058760037c95275f04cfa279, 'wp-content/plugins/js_composer/include/classes/core/access/abstract-class-vc-access.php', 0, 0x139149e9475fff9cdd8eb6297b280cfa, 0x139149e9475fff9cdd8eb6297b280cfa, 0xcebf0302cd9289c5235831c6335d10068b1bec52622b6233ad387f7b98b0a6db, '', 0, '?'),
(0x9c08f4844e54a23830af47fe1d91ac30, 'wp-content/plugins/js_composer/include/classes/core/access/class-vc-current-user-access-controller.php', 0, 0xaa484d962bc36a4eac2bed73e1864f0c, 0xaa484d962bc36a4eac2bed73e1864f0c, 0x66eccf4b5068c59278db8c9b1cbac07bc4508f7321e9b01a65a73619f0577e67, '', 0, '?'),
(0x6fe091dcb1a875c405068602fed71804, 'wp-content/plugins/js_composer/include/classes/core/access/class-vc-current-user-access.php', 0, 0x3020952dc8d78551ef56a5a02b1a038c, 0x3020952dc8d78551ef56a5a02b1a038c, 0xbb64e9c2c6c441c75550a6ca45ca4bbec3ffbb01f50448024c70a8199c29f9c2, '', 0, '?'),
(0x391dccb081b6fb105a7a25a492753fc4, 'wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access-controller.php', 0, 0x7b2da9142f924505213bc3fbd479fe46, 0x7b2da9142f924505213bc3fbd479fe46, 0x214f8a49603c4bbde5bab7dcbd4372077c97cedb5aeeecc3ecb73bfcb2c0377d, '', 0, '?'),
(0x88683fd8683d01fea8d9907073c0946a, 'wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access.php', 0, 0xff83d41318e8318909ac2b586a6244d0, 0xff83d41318e8318909ac2b586a6244d0, 0x18ad85d2b69e97cdf4cfe773897c8edceeb4006551445e5e760405aafcd7193d, '', 0, '?'),
(0x3eefcca804156b12a5a46f5c0636d3ab, 'wp-content/plugins/js_composer/include/classes/core/class-vc-base.php', 0, 0xdbda9901e6bfba689cfba81b05f5c9a1, 0xdbda9901e6bfba689cfba81b05f5c9a1, 0x13fffe1b9e2a78b0d7dde6fdce23184aca017a82da44e59e47ead9569d7322fc, '', 0, '?'),
(0x26974d229181394bb33a36be5753482d, 'wp-content/plugins/js_composer/include/classes/core/class-vc-mapper.php', 0, 0x3844ed9f50fcadb9fcc819c517072262, 0x3844ed9f50fcadb9fcc819c517072262, 0x3697f07eb9e33bdf83fc4dc385aad91ee2be4213a42abde2bce31fa230654cac, '', 0, '?'),
(0xf816757a4656f9caa59fcb72fd74606c, 'wp-content/plugins/js_composer/include/classes/core/class-vc-page.php', 0, 0xbe8f25f26c77f186d2ccbb8104ff1008, 0xbe8f25f26c77f186d2ccbb8104ff1008, 0xbf67476e8faf4a3d7e3794b4dc1b1d316ef7942575b7255a5b2a26d6b24464db, '', 0, '?'),
(0xdae829199256e73afd9676ce7cdf8c76, 'wp-content/plugins/js_composer/include/classes/core/class-vc-pages-group.php', 0, 0x8928ed68053300241d57505a81b1b372, 0x8928ed68053300241d57505a81b1b372, 0x5555415bca821418eb0bb12fa91ed0924b6a1d17881ff19c1f4bddc25860d462, '', 0, '?'),
(0x47b133731efc71d9b4c2df4660a66afd, 'wp-content/plugins/js_composer/include/classes/core/class-vc-post-admin.php', 0, 0xab6c74a06bcb4931917e3932702b8262, 0xab6c74a06bcb4931917e3932702b8262, 0x05786f4f10dd96b681d1881dc63a3fbc2e2faae74aa334cda1e384129e205664, '', 0, '?'),
(0xf31015bffa23e58ff53152998d0ee95c, 'wp-content/plugins/js_composer/include/classes/core/class-vc-shared-library.php', 0, 0x6650242a987e5444f367b2451365c55b, 0x6650242a987e5444f367b2451365c55b, 0x86ecc182ad41eda9b86c3dd1e2adb958e9112ca1fb207359e44e79b8dc3092f0, '', 0, '?'),
(0xbe7f8b9357bb1313548f3c371e1d2059, 'wp-content/plugins/js_composer/include/classes/core/class-vc-sort.php', 0, 0xd1ed8c039586c1504dc5ca58011aff88, 0xd1ed8c039586c1504dc5ca58011aff88, 0x1d9cfbfa54447a5b4c230470087c2efec56398159d1e1d630c4168c7e5e63eb3, '', 0, '?'),
(0x8803d28d91a8746898ca66ff77817cfe, 'wp-content/plugins/js_composer/include/classes/core/class-wpb-map.php', 0, 0x27874d4f622d2bc8fbd6d251d308d7f0, 0x27874d4f622d2bc8fbd6d251d308d7f0, 0x63941e2a8c8e98ac6dc4fd411fb1baa76ec089728759c79c355bdd4ff0864847, '', 0, '?'),
(0xdcbbfc433e5f4b2f0e256d831a0a7398, 'wp-content/plugins/js_composer/include/classes/core/interfaces.php', 0, 0xf875a373a1dcd58bd42921e775fa0603, 0xf875a373a1dcd58bd42921e775fa0603, 0x86c59aab9a76e4035bb6064ebf6008a2cb3216994ab0f3197691813d05105f52, '', 0, '?'),
(0x3ff3a9a7b93add7a4b657149bbfd83d4, 'wp-content/plugins/js_composer/include/classes/core/shared-templates/class-vc-shared-templates.php', 0, 0x173da9b794a160c6e8828994d08f9d09, 0x173da9b794a160c6e8828994d08f9d09, 0x27330f43b04366f576d25826cc24889d211a7f7cd486ef0061119eb6c823d6bb, '', 0, '?'),
(0x867eb5254e26e721d7a29abe020450b1, 'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/parsers.php', 0, 0x52275d05f2360f5b17b6aedd5d47bafd, 0x52275d05f2360f5b17b6aedd5d47bafd, 0x9427374fecb50f0608e73bda5b1e85d0c01cb2e2b1d9f6fc89a7610be2e3d9a8, '', 0, '?'),
(0x3e782a5d6f9bda2e1e1c9f3338230dfe, 'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/plugin.php', 0, 0x000699d4c04aa117bc36f9cb8b185e36, 0x000699d4c04aa117bc36f9cb8b185e36, 0x16cd46d00c29493f413a177f454f4487a8687bf9e2964c7284e965eb1e6451e4, '', 0, '?'),
(0xc5a56534ffe231e7257c7d66857dd344, 'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/wordpress-importer.php', 0, 0x91d02ca69b7f1dfd0365aacadc45103e, 0x91d02ca69b7f1dfd0365aacadc45103e, 0xc19bd7c028edc79d27effcd8d6f40dc0fe5c5b082fa8c63b596af3f2cf861d74, '', 0, '?'),
(0x11710c6648961fbdb63cec4f0ca9c63b, 'wp-content/plugins/js_composer/include/classes/editors/class-vc-backend-editor.php', 0, 0x9ff086641dd3b471aab9a31adae85f32, 0x9ff086641dd3b471aab9a31adae85f32, 0x6202436034c9ca807ec4a12eb510c8ff9da141049490b2a75ef2f667e54feee9, '', 0, '?'),
(0xb24b681b1827a23fcc69d9efbdfd5932, 'wp-content/plugins/js_composer/include/classes/editors/class-vc-edit-form-fields.php', 0, 0xedefa8e6a8a40ab6ee8bc619cdf36149, 0xedefa8e6a8a40ab6ee8bc619cdf36149, 0xd2338db9a1ebbe08d5c767b5658cc49c98003188938edcb27ec4e0e3fb7ab8ba, '', 0, '?'),
(0x83a0cbaabac8188bdc9abc1b23cd41ec, 'wp-content/plugins/js_composer/include/classes/editors/class-vc-frontend-editor.php', 0, 0x5349a26a52b2fc4501822fe01a38caa4, 0x5349a26a52b2fc4501822fe01a38caa4, 0xb575c60161ba1b44a1c74455bb6a2de5b7e18a9052dc8c65268ba164c127d41f, '', 0, '?'),
(0x48c4ba307003eae8e69ad0dd2753d8f4, 'wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar-frontend.php', 0, 0x2affc8ba8b982885565686627e1ff952, 0x2affc8ba8b982885565686627e1ff952, 0x34dbed19d166ef17f951723f605f0e0918fb3d80670e4fdc81e346ddaffdd9dd, '', 0, '?'),
(0xf1d2c2ee0d6fcd6834352bf7f83d56ea, 'wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar-undoredo.php', 0, 0x2684d6e28336be4afce1c372d668ab72, 0x2684d6e28336be4afce1c372d668ab72, 0xee75cffba5c4ff5922c512627b7c19938ce21257b0c5e9deeedfe0580b0d1b68, '', 0, '?'),
(0x8d3e92025ee63ee51dc801a228bc16d9, 'wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar.php', 0, 0xc78b14d7b581e281c080220454605ceb, 0xc78b14d7b581e281c080220454605ceb, 0xc2a4e7e76acd2247deb04da18df68ce31f26b40c5c66aab4a5925f279a71826b, '', 0, '?'),
(0xa016c0ce32b4b1d6aef85cf105c6af44, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-add-element-box.php', 0, 0x62cd98859b29233658bf3971b84fb700, 0x62cd98859b29233658bf3971b84fb700, 0x9aabb47258e7b08b378aa665e9756449efef3383c54026c80c95328cebe00696, '', 0, '?'),
(0x57bebb92a04347718909b638ad0a6174, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-edit-layout.php', 0, 0xc95357a74b1f80043205c896df2c0375, 0xc95357a74b1f80043205c896df2c0375, 0x91fbb3b55f5fc8642346e5fabdad947e50938e10899a9b6ccd8f483ebfddebbf, '', 0, '?'),
(0x4b2e4a0fe5dc22106f1ffdc60b44689c, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-post-settings.php', 0, 0x9a18eaac6a4fdec6f50299d3d6953231, 0x9a18eaac6a4fdec6f50299d3d6953231, 0xbd64e21ea07d9cee63a475f3d8da59b5a471d1ba075823557e458d8ff0c68875, '', 0, '?'),
(0x0986b9664f34cecf81b60f2853b492da, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-preset-panel-editor.php', 0, 0x586604fed536751391c2dbeb51a431bb, 0x586604fed536751391c2dbeb51a431bb, 0xe3b8310846a158cf1ccf063f4c424332b844d9af3b5cbcccedcfc57b957a35b7, '', 0, '?'),
(0x851784e40cc9db7587ab011f78dd402f, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-shortcode-edit-form.php', 0, 0xa5918b7a4ae1bd89bd672b44eb656045, 0xa5918b7a4ae1bd89bd672b44eb656045, 0x2574fcb15659da7174280fc6a1e5a28374760b8676e0c8cb2f93dadb17024ec3, '', 0, '?'),
(0xe8facbfd76ba4216420d010680d35a24, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-templates-panel-editor.php', 0, 0x5c59c3e39be50c37e1395ccd1342a499, 0x5c59c3e39be50c37e1395ccd1342a499, 0x0de303624e896df96f1a240fad714826334d1b8fd087355785564a555b4ce4d3, '', 0, '?'),
(0x3c6cedae76bb833186aba1b73fb456e7, 'wp-content/plugins/js_composer/include/classes/settings/class-vc-automapper.php', 0, 0xb352cc0b763649d983c195508139a42c, 0xb352cc0b763649d983c195508139a42c, 0x24650328a9116e82e38a73a65d9558ac740f51ab49a29bba6de5f7e4066d748b, '', 0, '?'),
(0x352aaabedba88bf6d3d6b6e4d370bcc0, 'wp-content/plugins/js_composer/include/classes/settings/class-vc-license.php', 0, 0x6e9db1aa8ca28132fc43fd5d2472e63f, 0x6e9db1aa8ca28132fc43fd5d2472e63f, 0x88a9f2a42ee80cc78981bc9c1af143910023192d63577d31b78a2e799e2ec73f, '', 0, '?'),
(0xa6432ad148eae499865b5b170c882cde, 'wp-content/plugins/js_composer/include/classes/settings/class-vc-roles.php', 0, 0x6f0132039b53ff4d7ce5a722cd1f947a, 0x6f0132039b53ff4d7ce5a722cd1f947a, 0x7819b8b568f2793e9cf09dd830848e351f495dad0ec30b8aa9e8ed82d7f73944, '', 0, '?'),
(0x2a8a878b303df74ef9f593060e90016a, 'wp-content/plugins/js_composer/include/classes/settings/class-vc-settings.php', 0, 0x97089ece948db83903f72d7484d727c5, 0x97089ece948db83903f72d7484d727c5, 0x92ad69e7b6677fe4048570db30a8b7e55b742333efd1075a9fd427becbdb6b28, '', 0, '?'),
(0xef3b68d41a8491ffcd7853ce1fe69b6f, 'wp-content/plugins/js_composer/include/classes/shortcodes/example.php', 0, 0x68a70545889f14b9265897fe52fb7991, 0x68a70545889f14b9265897fe52fb7991, 0x88244dafef864902e40c86644f2a90f8a2a3293c24cf56d040b3cc93962ac3de, '', 0, '?'),
(0xccab09752b1dc4a5ef00a2fbcc242953, 'wp-content/plugins/js_composer/include/classes/shortcodes/layerslider-vc.php', 0, 0xb1f3404c7aa1c19b73d55412e6da9b6a, 0xb1f3404c7aa1c19b73d55412e6da9b6a, 0x304f2861ce5f9737a854588e86cbe78b57d896f3c51b29131327063b71bf4309, '', 0, '?'),
(0xd18073e88a24501cbed36c4049fe9623, 'wp-content/plugins/js_composer/include/classes/shortcodes/paginator/class-vc-pageable.php', 0, 0x4b0bccb8dc7a8b6abb5bfbeff3ff46c5, 0x4b0bccb8dc7a8b6abb5bfbeff3ff46c5, 0xb75ad098afb31dcbc52db36a5bfda20e81c55dbc81072c07f6d145473aa39102, '', 0, '?'),
(0x47264da54d5c42aca51aeacf84a180e2, 'wp-content/plugins/js_composer/include/classes/shortcodes/rev-slider-vc.php', 0, 0x3efdef1affaecd83067baa5c0f8c57ee, 0x3efdef1affaecd83067baa5c0f8c57ee, 0x3897bf776390a80e538d53e127f3e13d7ef3c7122a372c1866355c0deb94f1ea, '', 0, '?'),
(0x52d5b03046ea38df3a774e58ea3674d8, 'wp-content/plugins/js_composer/include/classes/shortcodes/shortcodes.php', 0, 0x388795b7118c3bbbec3f899ed37bc6a0, 0x388795b7118c3bbbec3f899ed37bc6a0, 0xe74447d876cfef8301058db4dd9be9ba89006f760bbcc44a1add9fba92014173, '', 0, '?'),
(0x96f3123914b988cd93c8da12cb92314c, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion-tab.php', 0, 0xe0cc539c79d286ad10d62b064c573d67, 0xe0cc539c79d286ad10d62b064c573d67, 0xd1d90efd8defe92ee8a738f5e8fa52549976ffb36b933cf5e58207c8ae0b3953, '', 0, '?'),
(0xb3c06e0df96225bcbee96071ea052188, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion.php', 0, 0xa6ed259eb57c181db2f195d975239b32, 0xa6ed259eb57c181db2f195d975239b32, 0x938002bdd0ff19fda3d5aff7f31388a13b436c670e31c784623ae75415e521a1, '', 0, '?'),
(0xf84ab8b3a9486c1d35b9e8d6a98dd350, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-basic-grid.php', 0, 0x7d85fc3198009317f3688c94922383db, 0x7d85fc3198009317f3688c94922383db, 0x31ee71a30182e3a734ad329eba07d55a7c2d654557d6b3e3498a1a8d5c7a24cb, '', 0, '?'),
(0x1dc1a7ce97dcb94d8db22b3e159d6c26, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-btn.php', 0, 0x4088dc3eb9edb1883c63054087f1c10c, 0x4088dc3eb9edb1883c63054087f1c10c, 0xf35f3e643f25f3df944f8574ce7c3d1afbdd93e0d1fe9ded442be5d509008fdb, '', 0, '?'),
(0x4fe82b08a4cec76cd1da00ccfb2e0995, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-button.php', 0, 0x9656a71d8e044ab87719ccbcd190b4b7, 0x9656a71d8e044ab87719ccbcd190b4b7, 0xce4676ae26302850309740333ee80b9766809200ba01c2e4f8fe1b929f3e32cb, '', 0, '?'),
(0x1578aec5d2b1f09827b016c901e00468, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-button2.php', 0, 0x760b2708359f16e809b8e8179e8a015d, 0x760b2708359f16e809b8e8179e8a015d, 0x2d298739a006db141e56aba4156ebd082d86bbd28c3134bf08724f6f8967cece, '', 0, '?'),
(0x2e5554462c797b1af753991655c2d472, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-carousel.php', 0, 0xa53cd997a7c3ed2508bba41c5ee8c62c, 0xa53cd997a7c3ed2508bba41c5ee8c62c, 0x9c1dc2f142cc634e4fab0e73d1c2fb7564b1b2aee4cf51449ed59e998a07c0bc, '', 0, '?'),
(0xf9c29a307846fd1532d509603a4fc379, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-inner.php', 0, 0x8fe36aab06aaaf995a4366c86dd2e3ce, 0x8fe36aab06aaaf995a4366c86dd2e3ce, 0x4d0cb6fe5a083e327527de7f73b041a66ff74160b2cdfa67086f0d68919ca663, '', 0, '?'),
(0x28a43b8d2e0e75830de47855d100c856, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-text.php', 0, 0x72f038fd29ed8f640a4d86461bf685f5, 0x72f038fd29ed8f640a4d86461bf685f5, 0x4d80b62250a0957e3eb879bd334e0f07bbd46195be991dd724f96e08c0c91278, '', 0, '?'),
(0xe041350f760909fd42277066a9f61461, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-column.php', 0, 0xbe53b37ba9ca5cbb470f73185549a528, 0xbe53b37ba9ca5cbb470f73185549a528, 0x0a44ac84a4d3483488a4caa076b481c5418f82d7ab71b8941a889bf54c2317d2, '', 0, '?'),
(0x36e306d08ddd18863690970c2facb0d1, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button.php', 0, 0xdaf227bf761d56846379f66304946dd5, 0xdaf227bf761d56846379f66304946dd5, 0xacb1b78894583e8f7a2f06abe96fdebbbfdc5311cc35f830d9d4f0332cb81afa, '', 0, '?'),
(0x00d5a0da13f9de924128b7f63d870063, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button2.php', 0, 0xd27abf722357e1e326e91bc0b778f0d5, 0xd27abf722357e1e326e91bc0b778f0d5, 0x82b55816b5e69e82305cb058afa2fafd538a646b42019e578f877dd22feb675f, '', 0, '?'),
(0x5fbe6ecf3cb96704759ad752475eeea6, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta.php', 0, 0x61fe512216f9d5d355ed3235c1fd49af, 0x61fe512216f9d5d355ed3235c1fd49af, 0xee91e7ddbae156040c96169b16e2fb5d9582c7fc2485902f7d3a61ab6ec4a5d8, '', 0, '?'),
(0xe1321a93e800906de6b1cde818c310db, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-custom-field.php', 0, 0x634c630ebf85d9d52cad3c986a8d4d6e, 0x634c630ebf85d9d52cad3c986a8d4d6e, 0x24179ccc458004b852b70c18388f08102f12395dfc6a8c54518fcd63bb90c1ea, '', 0, '?'),
(0xebd14c2608497e361aee0a64c6c5e5e2, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-custom-heading.php', 0, 0xa393d1109376bc01d655ff78f3247f7d, 0xa393d1109376bc01d655ff78f3247f7d, 0xaa35c657f8b6c4dddbf49e888805674251c44cbd28eeb63cf7186c1aaa0d2b71, '', 0, '?'),
(0x5f92d042e50f8724bb98b17a2e34b411, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-empty-space.php', 0, 0x1ea914027efd953c6c73d89ab4fc21f1, 0x1ea914027efd953c6c73d89ab4fc21f1, 0x7efa8ea6783493a0746198566cdb9a35360d0b23cd015276b902a4a251bccc15, '', 0, '?'),
(0xb3b12808d389c9da44d210626626f9ba, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-facebook.php', 0, 0xf4d3b0fe7007519f88d4d2d9e6a57ae4, 0xf4d3b0fe7007519f88d4d2d9e6a57ae4, 0x67ba824827816c92a1cf76eaa7e5e85cc61d2a65356e2d59e33a5def022333b1, '', 0, '?'),
(0x4dfa705bf4add4d7586a95ee9e130fb5, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-flickr.php', 0, 0x4714356454b195f90d20570a4215b930, 0x4714356454b195f90d20570a4215b930, 0x41ea198aacd8363ebaa35a4587f439dbfee2b397db5e713e2ec942e27aa5cb17, '', 0, '?'),
(0xb53416a2f5663917332ed79b038cc03f, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gallery.php', 0, 0xda6e9fcc49fe138d91b2186d473519b3, 0xda6e9fcc49fe138d91b2186d473519b3, 0xa55cf4ddf5cdc8fa1b5f98bf37af78b0c7a4a035b7823c8c1ff4a6206946fe40, '', 0, '?'),
(0x91637e5931f31ce7d30ebfb39840db67, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-animated-block.php', 0, 0x7cddadc81aa0a90104d1fccd0cf0cf0c, 0x7cddadc81aa0a90104d1fccd0cf0cf0c, 0x133714b81b1f8f708e16aeba2ba3565a65b015d87a6a4409de1ba7d855739944, '', 0, '?'),
(0x8164a737dac6e316d4d35863f0c4a83f, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-col.php', 0, 0x3d2a6c6cceae7a864bfe84b427be5090, 0x3d2a6c6cceae7a864bfe84b427be5090, 0x0df835c70501a68fb24ea5b156852664bf161d8ff98454f1b827ce113bc1e220, '', 0, '?'),
(0xe318ad0b17cbdbb9275adafc54935821, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-image.php', 0, 0xf83ff466f2f9175329f31adda2cb7e0c, 0xf83ff466f2f9175329f31adda2cb7e0c, 0xcdfd994a99e89e18b1a3992d20cc1549028234fcd5cc8a7f7691f9f7aaa445f8, '', 0, '?'),
(0x32d188bd2a3de75c7cfa754a749720a0, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-author.php', 0, 0x43058c97e3ba065863155e7f9a84ca56, 0x43058c97e3ba065863155e7f9a84ca56, 0x534569e04a208cc73d17f948eb30f5d4542af5b8e88c4b6f7979d95463874975, '', 0, '?'),
(0x8abf384b37d8645e98078627ece5dc74, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-categories.php', 0, 0xa306ed613e34ddefc9f5c30ae8b338ec, 0xa306ed613e34ddefc9f5c30ae8b338ec, 0xa4a525bf4914b8046c1ae23b117ac9904b0962ea5ea1ff88cf6821ce77dcb943, '', 0, '?'),
(0x59c392d506cb3c8e4c26f3ba69b9f62e, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-data.php', 0, 0xc94dc7edf75998fbbe257bd89f4dc2e1, 0xc94dc7edf75998fbbe257bd89f4dc2e1, 0x120141405531e881e08c3def2c8a304e02310e753a445dc2041c1828cea76d39, '', 0, '?'),
(0xdab982de7c509ec014b6ad04140f8990, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-date.php', 0, 0x1a69b0f517b5e9c54ef0989fadda8604, 0x1a69b0f517b5e9c54ef0989fadda8604, 0xfa4f7c19bc04b2d09cd55a1a01d383e71089dd5f7dc0b739398c90b129a7b4ae, '', 0, '?'),
(0x0109348bf272764858614b1d70174a94, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-excerpt.php', 0, 0x4b6a81b0fbfdd0733e0c4487e5de4d30, 0x4b6a81b0fbfdd0733e0c4487e5de4d30, 0xc473ea7f43055877ccc8c6cf63603fbdfd8efa6b4c6e9925dca6f4273197a859, '', 0, '?'),
(0xd7e35bcbded64aa462ac0836675a8d23, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-meta.php', 0, 0xc31b64ee2de3a454812747ec5bba15f2, 0xc31b64ee2de3a454812747ec5bba15f2, 0xa3802887406fcf78d5df1575d2eba60fc07a6fc6619b6aee431130c368ef9fe6, '', 0, '?'),
(0x93c6c5d2ab50e69e4e227a983d34cd4d, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-title.php', 0, 0xa910645ee498814292e020b5c4791a6a, 0xa910645ee498814292e020b5c4791a6a, 0xfa469c8d52e0cc33b90ed8c424f1294bde169fbc6cd2c527bbb598a35ea46a12, '', 0, '?'),
(0xa42ce149f415ad5baedbe3d464221edc, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-row.php', 0, 0xeb66a0db44764771d17e4e1668aefe92, 0xeb66a0db44764771d17e4e1668aefe92, 0x152e5601efd9129c090bc7a3b976e53fc1e2a9c376b5887dbac9a67443494103, '', 0, '?'),
(0x9a0fc69485f82ac07dcb0267aa30a30a, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-a.php', 0, 0x6e6f387b3606ea7e9461d06810fec08b, 0x6e6f387b3606ea7e9461d06810fec08b, 0xa3bf40c7dcd6b74e26dbe208fe08ac85e815d148268115aba3af4028218138dd, '', 0, '?'),
(0x4f47e5ab3e966bc89b7aed5b9d327bfb, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-b.php', 0, 0x7512ac763e2ec4287f19a2e668a1f755, 0x7512ac763e2ec4287f19a2e668a1f755, 0x02054dc0cc3c2336f85b29de6719f666cc1e81e51ec3b67314ab6a7c067e0f5f, '', 0, '?'),
(0x476dd4bb2697ebcfd0f2101cd6f1a96b, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-c.php', 0, 0xe4902cf90c53095efdb3992a58cef719, 0xe4902cf90c53095efdb3992a58cef719, 0x3e40d1ff9300e75dab860c0845377fe9f754afc281cc27e717be22783e43df49, '', 0, '?'),
(0x016e735716f287dd659c7ddeccd9b3be, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone.php', 0, 0x9bcefdb18bad0c90c7006187094ae3f1, 0x9bcefdb18bad0c90c7006187094ae3f1, 0x6bf933ef4ecc3c80df31fb0a602557af75ef60a2ef4fc7200f39a6bde6592d53, '', 0, '?'),
(0x1f3eb399cdd128f735a98d2dce0ac339, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem.php', 0, 0xd04020ac6f9120a610f0c024b2d31522, 0xd04020ac6f9120a610f0c024b2d31522, 0x9cae83e1acde70aa02488aae09bac7c06d3ec0d184a88f5b0c73ab88c284eb10, '', 0, '?'),
(0xa3f26121f1aede7807b37a2a791757e4, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gmaps.php', 0, 0x2c577558e2973ebc3a3707b52b144b1c, 0x2c577558e2973ebc3a3707b52b144b1c, 0xe47d1bc7f2f1dc5e911319d52a86b27d672cbbb9bc043d987b52443fe297bb9d, '', 0, '?'),
(0x4369351120f87d7513ffaa68ff813b1f, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-googleplus.php', 0, 0x05da512893e6caed03b51ef17194251c, 0x05da512893e6caed03b51ef17194251c, 0x286f8ee1e137da0662ff13d169a6bbf9fa1c291b7e04caeee7d7983cca86ba33, '', 0, '?'),
(0x26360dfb117a4598d2ee61850eb54aea, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gutenberg.php', 0, 0xa7d4764fc494a14a9e5adda28988f8ea, 0xa7d4764fc494a14a9e5adda28988f8ea, 0x6c8aa9382f319aedc2257b9369798608b9b4181594eeb4c0e69d54d0f2ea0c11, '', 0, '?'),
(0x70a6227cbd73bd4ffb47c0ee9416e833, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-hoverbox.php', 0, 0x53579735e40584358c55ccf644197176, 0x53579735e40584358c55ccf644197176, 0x052b280ab578a5c49ad9a6cb283ad764ffbe8528fcd6f47f92e7e88d6db65ce4, '', 0, '?'),
(0xf9c9bf6a834b09b31eea0f321dbf83c5, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-icon.php', 0, 0xb35680a84bf24664f0eeaef0b80d9dd1, 0xb35680a84bf24664f0eeaef0b80d9dd1, 0xf14607d099fef957b8040b73b3aa4e9dd06331ffe0c32b914d8661bc4ba587ae, '', 0, '?'),
(0x6ee51e85b3e207f458400ae226f43aa7, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-images-carousel.php', 0, 0x31feb6da5a5e0a957672dcfc2dcc46ba, 0x31feb6da5a5e0a957672dcfc2dcc46ba, 0xcac9014a73d27c273f6f593d282970c6b029befee50b90adbeb8776d5f1efb81, '', 0, '?'),
(0x3be406d5723b6c4ba072c88646d30b9b, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-line-chart.php', 0, 0x1c7802e3487fcc9be2cb1e9d5ad9450a, 0x1c7802e3487fcc9be2cb1e9d5ad9450a, 0xd22e652b6c1007ab7bf0f145d49454ada505a25a21a010a19a1cdbdde724413a, '', 0, '?'),
(0xb4a046c11bcb12e8edae39b1341a60ae, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-grid.php', 0, 0xfe84708d68abe7ce1b78130842bace7f, 0xfe84708d68abe7ce1b78130842bace7f, 0x7074832816816d949b323ac786946801f464d9cec5713cea97bc7423739f5004, '', 0, '?'),
(0x32eb262eaf0c9d8c3ea6ade037c29f26, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-media-grid.php', 0, 0x1c06c0f6296d91f7502c706bdf6071f1, 0x1c06c0f6296d91f7502c706bdf6071f1, 0x48131f35ccf1bf51b2eb2d630b5d865d48329e2f973f2d254e83aef0f9277ae6, '', 0, '?'),
(0x726067d46dfee6c09402ff9f599d5c95, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-media-grid.php', 0, 0x2c4af8f4182af372d7314b632b57b696, 0x2c4af8f4182af372d7314b632b57b696, 0x836a14b3296bc21aef1d9322e9bc7b260b4c53fa5382c0c487145820b7463cbc, '', 0, '?'),
(0x9918b93ab95e5e9600bd248734c20a76, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-message.php', 0, 0x28f287589bb71c26da0f01e3771c8f0b, 0x28f287589bb71c26da0f01e3771c8f0b, 0x91698aade413a3cb8b3f99b5797aaa88ad22bb509050d7734526674a313e3bc3, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xd435bbd876aa2564f96ffa5af5374c87, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-pie.php', 0, 0x1442eceac1bf71ce063a7918d5cb3ba7, 0x1442eceac1bf71ce063a7918d5cb3ba7, 0xad5e44a3139e10955c806876e8840d51b6acc5f51d262b5771512646828877f5, '', 0, '?'),
(0x51dc99ee1850f99f35d9e9532c7ab2c9, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-pinterest.php', 0, 0xa3069af79f9c3740dac66d93038aaead, 0xa3069af79f9c3740dac66d93038aaead, 0x20d49e65af7887b10138c0e99869632a66aea5857467024a0e9bae972a978f85, '', 0, '?'),
(0x5a8c464b201947d0d5145ce11bc961e1, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-posts-grid.php', 0, 0x7c7a92cb74e10e184c147a8eab2c2b2f, 0x7c7a92cb74e10e184c147a8eab2c2b2f, 0x34f8d49cafea0ddb7e867c99c4ca6930e2b5fad7ee33691e2b57cc7f4764e0a9, '', 0, '?'),
(0xca1fb76e4941d0810839f8f3166b27f4, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-posts-slider.php', 0, 0xe88c4b738caa8b0a5eda40e236ce9446, 0xe88c4b738caa8b0a5eda40e236ce9446, 0x643d22542d4330edc78573a435d44dd18acde3e3e3df1b63a6e57ed5a2ebad52, '', 0, '?'),
(0x3c308d436f5ac7fbffff6574652a88bd, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-progress-bar.php', 0, 0x6be8e76a18a3ea7daf714f8e01527198, 0x6be8e76a18a3ea7daf714f8e01527198, 0x466a8d70e3651b19c311e8b947f0a92316d9806040e8eb0eaffd053ae23b762e, '', 0, '?'),
(0xee3a0d1d22c3997999d8c945bb899b12, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-raw-html.php', 0, 0x863051540dc2eecad2d7fe5521228d58, 0x863051540dc2eecad2d7fe5521228d58, 0xdd7687a8c251e9d59901c0c8c3daf37c5290578046e82d6458312d1e8f50f304, '', 0, '?'),
(0xb5983dcb599a4fae8f146f4fcd328bb9, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-raw-js.php', 0, 0xa2d99309da4849116ad1b606f3cd8b88, 0xa2d99309da4849116ad1b606f3cd8b88, 0xd78e09e87701be546edb891cbafe66ffa0078f68f23204b31448ccc7909fc88f, '', 0, '?'),
(0xd53ccb41c5b991f4008cbb35a8fddbe0, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-round-chart.php', 0, 0x2dba287da156fe7b8477c0c688746eb6, 0x2dba287da156fe7b8477c0c688746eb6, 0x8967dffb24fb3c39e059e42491393d5b00d7de52ed9909e95f7f71dd3acc1054, '', 0, '?'),
(0x9b47127e8d592dea3bf3ab6a31b300dd, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-row-inner.php', 0, 0xb378c8161a495e2585e8adb7f082ea3b, 0xb378c8161a495e2585e8adb7f082ea3b, 0x02152023dcadd7146b96aaed2ed583a41245a9990fd17ec33e4a2e66d98c05d5, '', 0, '?'),
(0x79bd0eeb57899bc38ce5aef2686d6f39, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-row.php', 0, 0x10de7ea9be0bea5649d6223a81eab76d, 0x10de7ea9be0bea5649d6223a81eab76d, 0xb5022032e88c9aff195f24b1dca3a1678a279777940d73b5b37f59556e087f02, '', 0, '?'),
(0x6624a6206dadbc66b68f4154ce71caf7, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-section.php', 0, 0x4be26bb506cfc7b3f96ecf670a0bb4f4, 0x4be26bb506cfc7b3f96ecf670a0bb4f4, 0x391dbe5b0a2fc927c1b2f308202d302135e34d4886b724d1b5d8994976ceff8f, '', 0, '?'),
(0x8f203349cf4184438770a6027e09a9ba, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-separator.php', 0, 0xd766b9080ab70229d2bed2fd38bc0f73, 0xd766b9080ab70229d2bed2fd38bc0f73, 0x9517e865cba4f1bc101f021006d6dfcbf6d559a0b74e74e58cf30735cf47859a, '', 0, '?'),
(0xb1b82fc97b5402b8cabdd2db8fcae96a, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-single-image.php', 0, 0xf8cf1970bc24eff47a091b28c6f8aafc, 0xf8cf1970bc24eff47a091b28c6f8aafc, 0x730ea6e43bc57a409948a60792497a2f2bde38487ec8695e44b6254814c56dbc, '', 0, '?'),
(0x1eb9a8ac3cfefd8d147ec328be2b7f20, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tab.php', 0, 0xce5596fec51a473eaee1372730e0fcfd, 0xce5596fec51a473eaee1372730e0fcfd, 0xcd85418b888ac100f9f53ffd1ad6c46fc48dde9801f806e8a17ebd178e94aeeb, '', 0, '?'),
(0x22b2dba448aaef316d81089d753c0f7d, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tabs.php', 0, 0x62de021cb33de05c988d4d1d1bcc8669, 0x62de021cb33de05c988d4d1d1bcc8669, 0x5627f39c726eaafff4c45bc0423e0ea52fb6c4a8762ebc6ad6bd018800e275ce, '', 0, '?'),
(0x0f4d7d1147e17167a57a281f15f3e359, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-text-separator.php', 0, 0x8f1bd024fe25ef8bf25f32e8f1dd4d70, 0x8f1bd024fe25ef8bf25f32e8f1dd4d70, 0xc6e9aec023ef4fd2c7717642c10c8dd85bfc49b0c8220e8620000f2b15f09300, '', 0, '?'),
(0xd82e0940c24b48e2b8fa59681557732c, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-toggle.php', 0, 0xec11ee5ad3f6bb15936b0543e4bbeef2, 0xec11ee5ad3f6bb15936b0543e4bbeef2, 0x64d5c4d54827e9a5cb354cd3697e51d2fb5bc763783068b7a3c0f489a9bc20a6, '', 0, '?'),
(0xd36bbefbd85d9cba7f6c4b865649be24, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tour.php', 0, 0xba979035ba63845d9cc9ebe1ec3361c3, 0xba979035ba63845d9cc9ebe1ec3361c3, 0xc63c42e41fa1cdb96f36accef4b2ead21e43af28308d977da38815c4b0229fa2, '', 0, '?'),
(0x1a746af7ec2b7a1cfe7f9b5f2370fb6c, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-accordion.php', 0, 0xa4b9436247ecd89ee180895c24c78589, 0xa4b9436247ecd89ee180895c24c78589, 0x3df5787dc9d6580d3b5eff5d09a569e670c80755f7f9b3a367d190bcf5da2cc5, '', 0, '?'),
(0x52d829145f6a07401aeb1d83f06e5170, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-pageable.php', 0, 0xf5dd677310b02ddfb722350772eab6dd, 0xf5dd677310b02ddfb722350772eab6dd, 0x5683f43d4b2edf48a9d4dc34c020a8ec3a3865996daef1b5a0ec5996fbf6e462, '', 0, '?'),
(0x29178bac0b59feca4da34b1da43a23f1, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-section.php', 0, 0xecb18854bfa11a580aaf1358e5991098, 0xecb18854bfa11a580aaf1358e5991098, 0x3c90a7e695c4f3484a029b9900b4bce6726b1ce93e18080939bc80f124a74bc6, '', 0, '?'),
(0xb66b0dd585f8655c505d1e322913062d, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-tabs.php', 0, 0x6b1dba7d13876915df4aac93307d4710, 0x6b1dba7d13876915df4aac93307d4710, 0x50efd6a273d50eb051f4ad373a0cd4f00a868d6a5e1d36a8f001e6a36b980867, '', 0, '?'),
(0x6b92deb7b993003b7b408abd3c2464f9, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-tour.php', 0, 0xc0830376e3f166064c416d7f996ab5ef, 0xc0830376e3f166064c416d7f996ab5ef, 0xd15646d1b4b22e3644b3427a404358f67b344fffc50e72005af7ff1cc11c1be3, '', 0, '?'),
(0xec52e43b437f8e5fa62f97dc6a6c784b, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tweetmeme.php', 0, 0x2301dbfc260b1c3bca1f637560f47616, 0x2301dbfc260b1c3bca1f637560f47616, 0x063fd612b0844d5597503951e800b1bd4ac00b6402d13200b76767147a15b017, '', 0, '?'),
(0x5520130087b84771d007872a7ec2f1b8, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-twitter.php', 0, 0x11ca162db83fba89c1a3a8f443680146, 0x11ca162db83fba89c1a3a8f443680146, 0x0c13ce2f9cc034b43d8a4a484b2e1d9ceaab9d0677533ab5f20fa57bcabd31aa, '', 0, '?'),
(0x03ea3dad4ddadc562a62b572e3780b66, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-video.php', 0, 0x2a1acb9f81fdad20ab6f651202cbbecd, 0x2a1acb9f81fdad20ab6f651202cbbecd, 0xb9b05d5b0c6fb9be7b51d3bfd6cc122c0fb4b5249fffc466e9d96768320cabcd, '', 0, '?'),
(0xd7c92d5326d5fab1ac3fae2643ebaefc, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-widget-sidebar.php', 0, 0xa1eb4bb6e827ef64905dd6e58d5faeb6, 0xa1eb4bb6e827ef64905dd6e58d5faeb6, 0x4105af453ae7fd37c07a5926b755dc44e134a0d5b9aedc21d138102449fa00fb, '', 0, '?'),
(0x953603bd282bdeda5dac5402356ee982, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-zigzag.php', 0, 0xf1aa058f6ffee395475e44630f27d166, 0xf1aa058f6ffee395475e44630f27d166, 0xdc9cb820d8149d38ead1ccb245a0794a027226682b1d0bdbe40b2116e645a90e, '', 0, '?'),
(0xee20dad989653e51d9d9c21a2e7902f5, 'wp-content/plugins/js_composer/include/classes/shortcodes/wordpress-widgets.php', 0, 0x9a35dee5c9002241990ecd17e7f271b9, 0x9a35dee5c9002241990ecd17e7f271b9, 0x81acbd7a6fe5a8bd3f408c340a0bbffb325e6f44acf01b6e585cd34d5d985704, '', 0, '?'),
(0xa77b231ba6d6dd3cbc986bc90251c873, 'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updater.php', 0, 0xe5028fd60c140687d7e202c93e7ff0f6, 0xe5028fd60c140687d7e202c93e7ff0f6, 0x32217086315000e3512bfd2b0d9ffe61c466fe4217f0e959d77d92269b1eae82, '', 0, '?'),
(0x1bbbf7a4aa8979406299aa5463fd8e95, 'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updating-manager.php', 0, 0xba416a07427c2af57d4b6abb4a08fcc2, 0xba416a07427c2af57d4b6abb4a08fcc2, 0x8a71f3419236fc964434bd3c9378d939465f8721c11c4289bc0c936a32a93321, '', 0, '?'),
(0xab94839295678a9166e7975fa1437dfe, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-acf-shortcode.php', 0, 0xfd049c7b97906184f6be6d34dddfe588, 0xfd049c7b97906184f6be6d34dddfe588, 0x9386c68b5684c185948c326590445aab0d7442517f4cc7f5a0c3f6c8b84b2979, '', 0, '?'),
(0xeaa81aaabb5469f9537887ddc62d667f, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-gitem-acf-shortcode.php', 0, 0x370deaefb732f569368dba90c0f72a5b, 0x370deaefb732f569368dba90c0f72a5b, 0x1fbea3ff5bce848a5bac8deb0b03ebb85057e3e447870cc781d960106f5a11d7, '', 0, '?'),
(0x39767afdb8e1edb19393a139ca0d76a8, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-attributes.php', 0, 0xda52303f8970a5ce5b2f71d5ec575da1, 0xda52303f8970a5ce5b2f71d5ec575da1, 0x0112dbcee899acbd46579a17b2cccd6e1275bcf1b97c23b77ae8834a9a43b8d4, '', 0, '?'),
(0x8d38df5b4d92e318c36ef9042d1e9c6d, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-shortcodes.php', 0, 0x6e445ed74861f4c0e85709db31661d88, 0x6e445ed74861f4c0e85709db31661d88, 0xf3cc527bb2d2961a89229563c191daecfbebab1ca746361f616eff90538a6611, '', 0, '?'),
(0xb1da07a18d8ec09c3ca8482dab41ba0a, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/shortcode.php', 0, 0x42f184af514b2b892d3c48a790aa1a66, 0x42f184af514b2b892d3c48a790aa1a66, 0x89b6e7246f94b16c47b118eaaf835a9dbc7714fd4b9632e9ac654d1001143494, '', 0, '?'),
(0xd3690ffe62570e789b6f34c36abe3fc0, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-advanced-custom-fields.php', 0, 0x0548f57dc6dc2a60458f4b95392da62f, 0x0548f57dc6dc2a60458f4b95392da62f, 0x98099d8cf4b3a5f54460a25bada1919ce11fd4481ed9a3a26008870875e154af, '', 0, '?'),
(0xb79fe3ba115e3da2e9879927517278db, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-contact-form7.php', 0, 0xe3f6bf2d88e8b66e5427c465a6bb461e, 0xe3f6bf2d88e8b66e5427c465a6bb461e, 0xa8ad77667ed65687de9029a0a2b6540208ed9a4fdcdeabc5619eb14e731f453b, '', 0, '?'),
(0xbd2bae9c3c4fce8ed6470d5831c9c3f1, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-jwplayer.php', 0, 0x92046b1371b2e051b9515f6558783243, 0x92046b1371b2e051b9515f6558783243, 0x30fa131e3f591bd0d8e4a72073c75ad0a901a1f4a85b537d26f010d5a2066235, '', 0, '?'),
(0xaec825e2faaf8edaf4b1b974ada48997, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-layerslider.php', 0, 0xb61206b9ae7a1f43e83d02e94fefba58, 0xb61206b9ae7a1f43e83d02e94fefba58, 0x607b2cd345ccb4a3f9b78dda64398cee7acf95b2c9c7dfecf51b7c215cb00ca4, '', 0, '?'),
(0x926383c5cdd436d7992bf6fe8ff0a4a4, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-mqtranslate.php', 0, 0xc06bbfa804a7f127d07da3307d0fa3ab, 0xc06bbfa804a7f127d07da3307d0fa3ab, 0x2020d2600a6c741ca5663267a8f1bfe553f7fa0164c09108299cb5417b2d0fb6, '', 0, '?'),
(0xad469846015051248c187a6e13fc6386, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-ninja-forms.php', 0, 0x4f8a3ddf927002ee7fa37998555de6c8, 0x4f8a3ddf927002ee7fa37998555de6c8, 0xd31bdac8f502444df072c6f38dfcf39ca396f05d88362db6d36734c84bd35ff5, '', 0, '?'),
(0xf5a285fe78660f9a5ee0a71a4fca05b1, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-qtranslate-x.php', 0, 0x993dd53e3e8af7b3b9001f75f225ba40, 0x993dd53e3e8af7b3b9001f75f225ba40, 0x089debf175a336a0e84d8bec98c3c609e7ba9fcb74d138185edfae49f90f8704, '', 0, '?'),
(0x00d6c2c2cd87c401e5f8307ae9afaf78, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-qtranslate.php', 0, 0xcc56a58df350d73e4e39e618964cd289, 0xcc56a58df350d73e4e39e618964cd289, 0x8fc89b16d93508d44a68bdae962cefef8f56082538e47d0c9c09f3822b8d4246, '', 0, '?'),
(0x12cc0727f807b74de5b0190c66f59916, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-revslider.php', 0, 0x3d3eec9a1b0bca560364f5391d93a377, 0x3d3eec9a1b0bca560364f5391d93a377, 0xb6ea8fccc6a8162be5421bc35de7ce0ce654b5c6bbcc031c2ab113d6a80e9d87, '', 0, '?'),
(0x51020b8c657f866878f9b099f10f012e, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php', 0, 0x1b37e509c057ba868df91a072aa379f1, 0x1b37e509c057ba868df91a072aa379f1, 0x5b5affe21e39bb272688461dad8c45bc4b5f283c34cccff69d907034152eafa7, '', 0, '?'),
(0xeab5672a65335462a1001be847881b5a, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-wpml.php', 0, 0x75a574f820cd80ff014f7503d3b2d26f, 0x75a574f820cd80ff014f7503d3b2d26f, 0x4fc46bfcd4ca95cce85fb744ae8958a76df702155ad7cf7659a5398e4f09c7ea, '', 0, '?'),
(0x9207616e5ab4889dc3005250c4fa4818, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-yoast_seo.php', 0, 0x59c997afb60ce0a91e70ce3f66e21173, 0x59c997afb60ce0a91e70ce3f66e21173, 0xd345dff9ed85f3ed351ca757ac05ddfe7611e3a0469777c1f93b7d80546b6ff7, '', 0, '?'),
(0x003f5bf7ec165864b632fd2c96334951, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/class-vc-gitem-woocommerce-shortcode.php', 0, 0x75fb22499739eb1c1244cfae4c0a29d5, 0x75fb22499739eb1c1244cfae4c0a29d5, 0xa620366d65b892bc1e49ff7f5f0f2c097881e3437503d8ceca1e8646aafe0273, '', 0, '?'),
(0x1f3c1e123ba1c31dec82c44901dbd0fc, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-attributes.php', 0, 0x15f1e838b45dd13ae5226022ac8b099e, 0x15f1e838b45dd13ae5226022ac8b099e, 0x6955f918a2c6035cc7fdcf55dd63ed38b3de2650a3ab243e07b1f0fec5071e9b, '', 0, '?'),
(0x039958e10e89c27106c9b393e8918249, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-filters.php', 0, 0xe106c25b90e309230f64ae772519cfe2, 0xe106c25b90e309230f64ae772519cfe2, 0xa241b9fdbf5a07ea80a1c11b8ef45627fbc8389bc886105e7e6aea279e3fb19d, '', 0, '?'),
(0xb0a25312003bd0536bb3ad67359d5da0, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-shortcodes.php', 0, 0x1660e2444432fdcca4989ac995793b5d, 0x1660e2444432fdcca4989ac995793b5d, 0xba4c9b491a6c823f9a521c25e301a6c7f8bd833cb40baac65f617d13981b9b86, '', 0, '?'),
(0x79c270ba146e564a6d0aebc2ae50a8b6, 'wp-content/plugins/js_composer/include/helpers/class-vc-color-helper.php', 0, 0x71822d9080eef61df6f43cee9a718997, 0x71822d9080eef61df6f43cee9a718997, 0xbd611f2060d5897e4ea9e9cdc2eae5ca29bde1a8f084194a5978f185d4a1b5ec, '', 0, '?'),
(0x28d055e7bf6b953357ab8f950ca82c54, 'wp-content/plugins/js_composer/include/helpers/filters.php', 0, 0xb7a4d3abf1637e947a8042b892f9636c, 0xb7a4d3abf1637e947a8042b892f9636c, 0x9f1bcf98b68d546f8c178f27d0177ee7eacc3daeb668fd5d84ec5405fa90a444, '', 0, '?'),
(0xa5c58b51f53ee14e66ad337753e5e527, 'wp-content/plugins/js_composer/include/helpers/helpers.php', 0, 0x80ba407cb6a23da45601d9f4e5f1fe7a, 0x80ba407cb6a23da45601d9f4e5f1fe7a, 0x36f5e93cf1e9f22b3d4693ea075bd334670b7785253a036b3625b7a5898d4940, '', 0, '?'),
(0xf9376c6a4c0abe87903862b49b9e7de9, 'wp-content/plugins/js_composer/include/helpers/helpers_api.php', 0, 0xa6a7b2a285ada2f129fc8815c6596737, 0xa6a7b2a285ada2f129fc8815c6596737, 0xa9eb3fff0ee266e7496e84468e11ecc9de243bff42ed92b3a799b001dd3d0df2, '', 0, '?'),
(0x9f066107a683e5d48a63cc8c14de3b44, 'wp-content/plugins/js_composer/include/helpers/helpers_deprecated.php', 0, 0xcef1fe1a34fe707b0ff5f95fd1b1dace, 0xcef1fe1a34fe707b0ff5f95fd1b1dace, 0xadba8d4faae430ead94c2ef23de9719a9f74ce8d353563add63d183465b105ee, '', 0, '?'),
(0x0907eed4c4a8df5481a8770e1ddf5943, 'wp-content/plugins/js_composer/include/helpers/helpers_factory.php', 0, 0x11aa0216780e44d08663d9e63c96158d, 0x11aa0216780e44d08663d9e63c96158d, 0xf12eae5231bfc310b32cc9abe8bf2715df87539394334f851669cd1f12dc8e95, '', 0, '?'),
(0xd5c8eadd8c34be143116c2fc9392d193, 'wp-content/plugins/js_composer/include/params/animation_style/animation_style.php', 0, 0xba915af7b8439cde0a5465bab5c81b88, 0xba915af7b8439cde0a5465bab5c81b88, 0xb47b5aabd5d290d2bad8901c22b974e659a3aad2e9bd67c40725c59b5eed1e67, '', 0, '?'),
(0x791ca15e621a86820254811c6bd59151, 'wp-content/plugins/js_composer/include/params/autocomplete/autocomplete.php', 0, 0x87d14ea880d4e0f1a1df449a31ed17ca, 0x87d14ea880d4e0f1a1df449a31ed17ca, 0xb5e2f0cbb2ac485ffbc911af2f060fd352977bfe13a55c7eeed18a39eece457c, '', 0, '?'),
(0x63fa949a1e5734b328809eab7a052c49, 'wp-content/plugins/js_composer/include/params/colorpicker/colorpicker.php', 0, 0xc80c753116e8de666550e9100daea1a2, 0xc80c753116e8de666550e9100daea1a2, 0x97c2a6275bd0844d3fcde3047299f6c947ea11ba00819ec06891f5922347b966, '', 0, '?'),
(0x3be43abfca246d3ea494fe96f37234bd, 'wp-content/plugins/js_composer/include/params/column_offset/column_offset.php', 0, 0x3101e4d1d35185dedb161b4b4cf18ebd, 0x3101e4d1d35185dedb161b4b4cf18ebd, 0xe87693e39fba83f33bf717a7c9c2c362b23b4e641369c4551087d52268dbab36, '', 0, '?'),
(0x3c3e785002bcf5e2fea5bfacefc246f6, 'wp-content/plugins/js_composer/include/params/css_editor/css_editor.php', 0, 0x25261d50316f510b67235ff17ed07028, 0x25261d50316f510b67235ff17ed07028, 0x41360f94abe76fd458939fe6bc908918096b081bba1bc88ddb9a6fb021374ea1, '', 0, '?'),
(0x0115202eb5732235c7d48978b0926348, 'wp-content/plugins/js_composer/include/params/custom_markup/custom_markup.php', 0, 0xd05c768a45f552157a8a13d60a3c6cc9, 0xd05c768a45f552157a8a13d60a3c6cc9, 0xb4fd66b5ee2ecfbf4a3b9ecf9a13c2ca71b8180fc47f56cd4ae2a99f13944d4b, '', 0, '?'),
(0x505f775eae211752fdef33f131718edd, 'wp-content/plugins/js_composer/include/params/default_params.php', 0, 0x7ffa916939e4537e2bdbc52f61683322, 0x7ffa916939e4537e2bdbc52f61683322, 0x8010246ba4470a2fc622bc4e7d68c670561ee8ffd189a1adc9a33d9a388f2db4, '', 0, '?'),
(0xd40087bd4464341fa8ef1deec042f560, 'wp-content/plugins/js_composer/include/params/el_id/el_id.php', 0, 0x65afcddbb2780319f2566c2017a70414, 0x65afcddbb2780319f2566c2017a70414, 0x6030b3da9674310eaa6646e71da9d8ccd4c1a8623298d492eae496a73d689a90, '', 0, '?'),
(0x13dc8d01767ab8d20913632a31246ee7, 'wp-content/plugins/js_composer/include/params/font_container/font_container.php', 0, 0xb70d0743862a4de87b47a6acd7721fde, 0xb70d0743862a4de87b47a6acd7721fde, 0x16ba19f84e000b591f5ca12382e4f24a784037b7c5258bffc5f2a74bbcee2a79, '', 0, '?'),
(0x8545444f75eb4bed295cf2ee479d5388, 'wp-content/plugins/js_composer/include/params/google_fonts/google_fonts.php', 0, 0xf7a2be66c7b16816adbb83580e6324a4, 0xf7a2be66c7b16816adbb83580e6324a4, 0xdbf12664ce55a84c0136fdbf3629c51c169301f871b834e513f09f5b6926b0e3, '', 0, '?'),
(0x7f700e3e57936fc7262e3acd60e28282, 'wp-content/plugins/js_composer/include/params/gutenberg/class-gutenberg-param.php', 0, 0x5fd45db940631039479e1aa3ed9ee888, 0x5fd45db940631039479e1aa3ed9ee888, 0x316540aaaa47bb1d7128b8b3074e1946338f4b5f164a7436a316b226aad4a651, '', 0, '?'),
(0x9f8b8af3747b90c555aca8ae64d020c0, 'wp-content/plugins/js_composer/include/params/gutenberg/gutenberg.php', 0, 0xea5a8761cc351bcfff87627f36b7b01d, 0xea5a8761cc351bcfff87627f36b7b01d, 0xb393ee06947343de61a9e2bf9634e72d7ab8dda5dad5169464b4ff4ad4dcdeaa, '', 0, '?'),
(0x3a2294c0048da89c6928d9c3325872c5, 'wp-content/plugins/js_composer/include/params/hidden/hidden.php', 0, 0x60c1a3563ad2e46e1dc3188fc3e8635c, 0x60c1a3563ad2e46e1dc3188fc3e8635c, 0xb6a171a34546982c47925d2bad086cb0f64c7c88b3d95f510860c16c275e1bc3, '', 0, '?'),
(0x2d776dad97f860476784be432311e5cf, 'wp-content/plugins/js_composer/include/params/href/href.php', 0, 0xe8d735a21a70ba6f435089561ad453e9, 0xe8d735a21a70ba6f435089561ad453e9, 0xf0d73dce64df0f08e6d65c85d5d464c9fae955c2572f2fbf8b7f9d9fd2181357, '', 0, '?'),
(0x0e117c7626d01e1df14920bafedc8b66, 'wp-content/plugins/js_composer/include/params/iconpicker/iconpicker.php', 0, 0x432fe805466092467d4b2f31900e0eb9, 0x432fe805466092467d4b2f31900e0eb9, 0xf60a43580525fc986dd18a73d67b649a5b78f6c2898d7375c0934fac41e44b3d, '', 0, '?'),
(0x05f4d5a80a06ac70686a69613182a8ff, 'wp-content/plugins/js_composer/include/params/load.php', 0, 0x852b0d19e46387e387c15d56f3473aa5, 0x852b0d19e46387e387c15d56f3473aa5, 0x554c2a0e0dcf11c84d080c8e90feefd75e66e460b6150bf9db4dd87e50ba155b, '', 0, '?'),
(0x080039951510f54d29c1b3a7ec885ed2, 'wp-content/plugins/js_composer/include/params/loop/loop.php', 0, 0x6c32db8877eb2a9f738a48a0ee02a6ac, 0x6c32db8877eb2a9f738a48a0ee02a6ac, 0x4d7ccd4c04d73ba00545756c37c51d7b16073c3dde176aa4e8180dd858f0c5d5, '', 0, '?'),
(0x08f4cac0e4d84d54eb7baa6ad499cac8, 'wp-content/plugins/js_composer/include/params/options/options.php', 0, 0x365e687998971dd599fd090b16cd8b1c, 0x365e687998971dd599fd090b16cd8b1c, 0x40527bb4f0dc17e81c754c522d9342cdcaad09280989c070d98cf7d9ea83c24c, '', 0, '?'),
(0x6272a6102c1756f03a54f7fbdfe055f0, 'wp-content/plugins/js_composer/include/params/param_group/param_group.php', 0, 0x26bfa80c26722dd4b4af50d3b5ab8275, 0x26bfa80c26722dd4b4af50d3b5ab8275, 0x5b5d607fdce39b7456ebc1ba7755978f141fdf089000dc62cfd7d43612678fb9, '', 0, '?'),
(0x2683416705f7328af6a64ef60b717cc1, 'wp-content/plugins/js_composer/include/params/params.php', 0, 0xf335f9309382da88d28e8849a79e23ae, 0xf335f9309382da88d28e8849a79e23ae, 0x1db24f0a8db1ff0a6405cb8cf2619559de330298e12f1d43711a2cb99de0a3e5, '', 0, '?'),
(0xacd9db1c16464c60878a61e129935d5a, 'wp-content/plugins/js_composer/include/params/params_preset/params_preset.php', 0, 0xd475650a3bae91e802eb3f456f580683, 0xd475650a3bae91e802eb3f456f580683, 0xb9d02014410d8e6f1b2ff6ae833ccd76aa0946b90e9a6a5c858ffd8c6d424e66, '', 0, '?'),
(0xd896d2d420976554e602770163bc766f, 'wp-content/plugins/js_composer/include/params/sorted_list/sorted_list.php', 0, 0x146425d506bfd7df6e4d80e3c1a6c489, 0x146425d506bfd7df6e4d80e3c1a6c489, 0x2970bff900f6ca0acaeb890500f0c0a9c2286213565bed35699b0bbe06439196, '', 0, '?'),
(0xad4b66870d6bdc1ca906b536d2425f29, 'wp-content/plugins/js_composer/include/params/tab_id/tab_id.php', 0, 0xad78d4a897d85295ace7b9e87fbc5922, 0xad78d4a897d85295ace7b9e87fbc5922, 0x579cfaee862fa7675a82c107811d109f3675da5ab69f692643a5654aa99b778b, '', 0, '?'),
(0xc5f2432ddd0f200147bd134e52ebf8d1, 'wp-content/plugins/js_composer/include/params/textarea_html/textarea_html.php', 0, 0xf8244e8bb2f2a5d3bc61ed1c33d28c25, 0xf8244e8bb2f2a5d3bc61ed1c33d28c25, 0x701702d21b45a12bd3c312ea69fef5065c9d152d4c8fccdfac55b04c9a4edf8d, '', 0, '?'),
(0x2f66e48cb45e9860e7341ee522b2ce36, 'wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_element.php', 0, 0x855c43869700d8f698c24bc01ed55364, 0x855c43869700d8f698c24bc01ed55364, 0x0c502fc51851c5d2447d13d366c13ae88334c4db16616f44fc02c500415c391b, '', 0, '?'),
(0x238ebb2c048962f1817f5b22a61b2603, 'wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_id/vc_grid_id.php', 0, 0x377180820128d065b9cfb202f9c3485c, 0x377180820128d065b9cfb202f9c3485c, 0x2f28037cd1bf3180260eb27f2da6154f72cddbaec20385e2379de06ff066c067, '', 0, '?'),
(0x98f0d639429ffcc37b16e08527b44df4, 'wp-content/plugins/js_composer/include/params/vc_grid_item/attributes.php', 0, 0x96b8f5275f7543261beb856b602b6cdd, 0x96b8f5275f7543261beb856b602b6cdd, 0x73c9c043dddfca0a93b9c1944813832d4253f2c9e76e2be89c9554a2d01d8f91, '', 0, '?'),
(0x61d22341261ba1c9f6fa1b9fcdfd56de, 'wp-content/plugins/js_composer/include/params/vc_grid_item/class-vc-grid-item.php', 0, 0x455b3ddd8541b32e454ff1e3880d2bbf, 0x455b3ddd8541b32e454ff1e3880d2bbf, 0x429ea171938b46b99d45f2d3564528a0e86d7f23c94942730ac124ce24bc53d9, '', 0, '?'),
(0x4815b3b840bff6863407e8670aee4bdf, 'wp-content/plugins/js_composer/include/params/vc_grid_item/class-wpb-map-grid-item.php', 0, 0xba31573282da2f2295314f36c44c6a3d, 0xba31573282da2f2295314f36c44c6a3d, 0x572cb2006e563bb3555807cc2c9d7b4ddb82f1e567f02749314397c5522d9f8d, '', 0, '?'),
(0x0311cccafef5026495786c04a482e8fd, 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-editor.php', 0, 0x6530efaf31a82373430414e10edfb740, 0x6530efaf31a82373430414e10edfb740, 0xc2ee412c4a70ce2b333fdb2e27a96126bc1463ebb96e1740784fd96ca3c44af3, '', 0, '?'),
(0xc7d30c64a880524900a2ab9667230205, 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-preview.php', 0, 0x3961557515ebd9a0bdb0fc615943703e, 0x3961557515ebd9a0bdb0fc615943703e, 0x18a16c2da239378f3c04b834d01840b733df293e67deadeb1d5310a5ed40477a, '', 0, '?'),
(0x0e0533b4ddfde20602639735f4e4889f, 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/navbar/class-vc-navbar-grid-item.php', 0, 0x9cf8e182c1d3228da39d37262ad2a68c, 0x9cf8e182c1d3228da39d37262ad2a68c, 0x42addda2e3e0da287a98eaa7c772a1a3a818a7bbbf9e81262c091ef7a6a20ddb, '', 0, '?'),
(0x81cf7bffd9b2cd8e4b90ef8edb331727, 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-add-element-box-grid-item.php', 0, 0x513ee82b5f86b3800fb1632d7c6342d1, 0x513ee82b5f86b3800fb1632d7c6342d1, 0x2dae5b7f27b83aeaa969fab9d36b110626d2c36b4c48775fab268fa9ac4dd2c8, '', 0, '?'),
(0x6e9334ed3255ed344e8f1a62746d4e6c, 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-templates-editor-grid-item.php', 0, 0x928ae1d4618775d041d8d49c4d0fe14e, 0x928ae1d4618775d041d8d49c4d0fe14e, 0xfe7ea6ad2685d529e83e743bb2cedcdffaf42b854a0de0ef9d1ae644401b7670, '', 0, '?'),
(0x90fee3fb93bc044a0f93f813148cd315, 'wp-content/plugins/js_composer/include/params/vc_grid_item/shortcodes.php', 0, 0x7542ca074b8f66ca3a04f7623ad530c9, 0x7542ca074b8f66ca3a04f7623ad530c9, 0xdcfd15f4a214354ff1c69c12d8ebadd88d03a8af1c76f8eef0ae86c0d4e63428, '', 0, '?'),
(0x8376ae0cb5098a3c04e9eef95af65d71, 'wp-content/plugins/js_composer/include/params/vc_grid_item/templates.php', 0, 0xa605811ed63ab99b34b85897a58e5b2c, 0xa605811ed63ab99b34b85897a58e5b2c, 0x79035e2d4b6c6dbc1431cecd876d0b90a7ad6ca0692233fbf2aa90f0c92967f0, '', 0, '?'),
(0xb2a0aaac4fa3f28cd51c0d907e51c0d3, 'wp-content/plugins/js_composer/include/params/vc_link/vc_link.php', 0, 0x3200453b9b4fae37eb9fe626de939c7a, 0x3200453b9b4fae37eb9fe626de939c7a, 0x030fcfc67a4128548280804a5ad23299e0a4eebaa7ed67bb072e47d22e6cdfc1, '', 0, '?'),
(0x8ad4a590ca3835a35e1ec7e191515afa, 'wp-content/plugins/js_composer/include/templates/editors/backend_editor.tpl.php', 0, 0xf163085dc84711e993f99578e0122a6c, 0xf163085dc84711e993f99578e0122a6c, 0x0466bbe21260ff2d2e23d196d2cebde6f713dfe139087f001aa53f76dd20f21e, '', 0, '?'),
(0x30040c635550fc655051b1fb9d9fd3d1, 'wp-content/plugins/js_composer/include/templates/editors/frontend_editor.tpl.php', 0, 0x50cd317290f72a912870833611302f86, 0x50cd317290f72a912870833611302f86, 0x98197738380b9ab780854a09d51120476ab77ee2d77c95474b0d4f1413a391af, '', 0, '?'),
(0x55dda064099ad15b0a35af990ea8d2eb, 'wp-content/plugins/js_composer/include/templates/editors/frontend_template.tpl.php', 0, 0x13c4f41b695b332fadb0a2e2364d115b, 0x13c4f41b695b332fadb0a2e2364d115b, 0xf615e4df9475a0879e211c8b3c62d860f2baf017b6c1904348b2043419867d65, '', 0, '?'),
(0x0fe39f477984c4b0abed69166beaedaa, 'wp-content/plugins/js_composer/include/templates/editors/navbar/navbar.tpl.php', 0, 0xa62f96b28f1008c422de6e103b4ae466, 0xa62f96b28f1008c422de6e103b4ae466, 0x1e4d2e0a314c886493930f14fdef8f9e3327bf7986ec8bf3d7d9ccf95fefc7d0, '', 0, '?'),
(0x2219e891cff9469950602023c376ce4b, 'wp-content/plugins/js_composer/include/templates/editors/partials/access-manager-js.tpl.php', 0, 0x7e21c26a30976ff0f1484d364d319b73, 0x7e21c26a30976ff0f1484d364d319b73, 0x8ec2f63827112e29918115d3eb1483e7b1992674ec34e4d6e62b59102ab03150, '', 0, '?'),
(0x27ba18ab071ec5484403ce936e7f0010, 'wp-content/plugins/js_composer/include/templates/editors/partials/add_element_search.tpl.php', 0, 0x70fe1fbdcb11b79bebfac7af7e09324b, 0x70fe1fbdcb11b79bebfac7af7e09324b, 0x386db1cbe7811ef3cc44d49801fb6b479ac08534d932e1e276a14a9d1bfc46b2, '', 0, '?'),
(0x73ee872a81fc0888761e8360ac630892, 'wp-content/plugins/js_composer/include/templates/editors/partials/add_element_tabs.tpl.php', 0, 0x8187c5d2a574abff981870fe8c5230ce, 0x8187c5d2a574abff981870fe8c5230ce, 0x3fbc2867bd3f53b637b33d8092cd42a8a35fa9f65152a1c481f46d1994973386, '', 0, '?'),
(0xc5cef81d742e329ba8ca9cbac611ecdb, 'wp-content/plugins/js_composer/include/templates/editors/partials/backend-shortcodes-templates.tpl.php', 0, 0x68b47d48ffd31f5f40adff24e1bbf906, 0x68b47d48ffd31f5f40adff24e1bbf906, 0x6c1f72c9f34a19118e18e29c330cf361b8d0b1e7cefa087e5c10e38e9e20fe84, '', 0, '?'),
(0xa442c8be6ad369416289e7e8fdf7ddac, 'wp-content/plugins/js_composer/include/templates/editors/partials/backend_controls.tpl.php', 0, 0xfa86837c0056001e6de901380bf1c08e, 0xfa86837c0056001e6de901380bf1c08e, 0x9e9e3a876feca7691670933747bb776e8ab2a1305a2a0a01713ece862400cf99, '', 0, '?'),
(0x062c902121e9c5f4694d294e6226abe0, 'wp-content/plugins/js_composer/include/templates/editors/partials/backend_controls_tab.tpl.php', 0, 0x204dedb6f5c577fb09f087cbcc5097e0, 0x204dedb6f5c577fb09f087cbcc5097e0, 0xa11f8640fdcfb01aeab9f37ec01f18caa82bbe63016de3a1ea2741392e649de8, '', 0, '?'),
(0x2f616605773dabd83f1a3650a4c149fb, 'wp-content/plugins/js_composer/include/templates/editors/partials/backend_editor_footer.tpl.php', 0, 0x5e53d188ee226f120a4799324270138b, 0x5e53d188ee226f120a4799324270138b, 0x82f518da468ff5c1e88f046c515a4c8aa417934a60743aed5f9552aacca5efa1, '', 0, '?'),
(0x0ab20df4b1211a0ff0046f3e9229e545, 'wp-content/plugins/js_composer/include/templates/editors/partials/frontend_controls.tpl.php', 0, 0x4a02aa837c8497765fd63a98bcaec607, 0x4a02aa837c8497765fd63a98bcaec607, 0x8572c8e528051c9c051285c9ea091de3e072d3e8ac72fdc6d0fe30ab9ccaab8f, '', 0, '?'),
(0xfed83a1fc44e9620e021d98d93c19c82, 'wp-content/plugins/js_composer/include/templates/editors/partials/post_shortcodes.tpl.php', 0, 0x8020a5b6bd7517957029f757650608bf, 0x8020a5b6bd7517957029f757650608bf, 0xe955a8487b8a8e8372f26b27a8e286dd7f7a0821291fe928b5bd573d0c5c1f11, '', 0, '?'),
(0x6b7164ce35363ab2178fbb20aa1b0029, 'wp-content/plugins/js_composer/include/templates/editors/partials/prompt-presets.tpl.php', 0, 0x04625201bedd3a0cf9aadf0f93acabc3, 0x04625201bedd3a0cf9aadf0f93acabc3, 0x84fa896b13f1803909cc58052e0b729c8b0c32a0398ed32c50156eeaae299f90, '', 0, '?'),
(0x956c970d31c56d83b1cc58fded55443e, 'wp-content/plugins/js_composer/include/templates/editors/partials/prompt-templates.tpl.php', 0, 0x541a9e168cbbe72a42988fa33d3b82dc, 0x541a9e168cbbe72a42988fa33d3b82dc, 0x007d490f32f1b598494889ac1b80aefee3be957e07577252574bfa90d8ca4d97, '', 0, '?'),
(0x4877a90071218161d41ce13751781738, 'wp-content/plugins/js_composer/include/templates/editors/partials/settings_presets_popup.tpl.php', 0, 0x28b3a2e8cc3e5139b7e8c5f88a114b34, 0x28b3a2e8cc3e5139b7e8c5f88a114b34, 0x4f4339ebf3fafb2d6052265e07051dcbcaa6af534866d4add15b8200cdeb3485, '', 0, '?'),
(0x12746c5e6983149b6d835fe2ccf6c925, 'wp-content/plugins/js_composer/include/templates/editors/partials/templates_search.tpl.php', 0, 0x89ba7ebe2a27d0dbe8042eff385fc4fa, 0x89ba7ebe2a27d0dbe8042eff385fc4fa, 0xde68121fbd64ac03abf5b18c12cb12372c340477a39e768fa74dd6ac28f96968, '', 0, '?'),
(0xd0022db9421050cd95e7be3594cfeafb, 'wp-content/plugins/js_composer/include/templates/editors/partials/vc_settings-image-block.tpl.php', 0, 0xb0ce65278df66b775459f0d4cee84312, 0xb0ce65278df66b775459f0d4cee84312, 0x041b9b9173f5abea9763b8b7a30c0eb77ea7d904a81fc1eb263caa82fd4c160c, '', 0, '?'),
(0xb106e19917b3de8fab48344cce99e034, 'wp-content/plugins/js_composer/include/templates/editors/partials/vc_ui-settings-dropdown.tpl.php', 0, 0x666ff35a863852cc23e35b4d52ff2230, 0x666ff35a863852cc23e35b4d52ff2230, 0x9410087fd9c37aa3a3f3744b937835ec68cf3a3aef9e72c13d0667deeab10b7d, '', 0, '?'),
(0xdb6fa4df2fae6f59d499933e4b266b78, 'wp-content/plugins/js_composer/include/templates/editors/partials/vc_ui-templates-tabs.tpl.php', 0, 0xba597e5062425b5277c73fc68b85e21e, 0xba597e5062425b5277c73fc68b85e21e, 0xf505c9fc5aa4c5744be1aa734b9812c7a107e1b14d7cc4a8dd84b7e92647371c, '', 0, '?'),
(0x43c0d1e95415abc2a9e15d2a7ea13cea, 'wp-content/plugins/js_composer/include/templates/editors/partials/vc_welcome_block.tpl.php', 0, 0x5e9ef7548cfe66674f74fb12b7848181, 0x5e9ef7548cfe66674f74fb12b7848181, 0x98f41681291abdeb16fd321f5c2cd9d17b706213ba17d5f3ab2b2295e37e0380, '', 0, '?'),
(0xc5c621c53bc7e92b25e3b879781973b5, 'wp-content/plugins/js_composer/include/templates/editors/popups/modal_edit_element.tpl.php', 0, 0x9367a9f1080ab78bda2ef96702b12b61, 0x9367a9f1080ab78bda2ef96702b12b61, 0xb4ed92930dfbe3f9888516b5fc40181637c007214d3da5674b94651d8c8d2a78, '', 0, '?'),
(0xf3e1e71dd983b886830b759234fab809, 'wp-content/plugins/js_composer/include/templates/editors/popups/panel_multi_shortcode_edit_form.tpl.php', 0, 0xb13b246f79f1ae51368edd4a62fbf71b, 0xb13b246f79f1ae51368edd4a62fbf71b, 0xc15c84353635669a2ee2206953596b553ee9a65844e9723b71bc8918949cce93, '', 0, '?'),
(0xb69901759b4d43c539844f6377f73128, 'wp-content/plugins/js_composer/include/templates/editors/popups/panel_shortcode_edit_form.tpl.php', 0, 0xf52c8587a971981b2db1edc568fafde0, 0xf52c8587a971981b2db1edc568fafde0, 0x84b0aecc25f5d0f50d4eb5dbf7149ce0579f509c9166a1eeb988fcc9623a0155, '', 0, '?'),
(0x4aecfb2e1cf473cae91c7d1e046aa942, 'wp-content/plugins/js_composer/include/templates/editors/popups/shared-templates/category.tpl.php', 0, 0x0539c0b83f4570c43642e9be6621cda4, 0x0539c0b83f4570c43642e9be6621cda4, 0x56c0ffc283f6669228c43988616846a23950809c3f87d19d548dfbbf9e68ad3e, '', 0, '?'),
(0x4f4017685ac898e5c2916a7c3fdbe773, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-footer.tpl.php', 0, 0xf2a584af570d6974c6d8f1e5ffabcc05, 0xf2a584af570d6974c6d8f1e5ffabcc05, 0x8a01623857ac0b8a6c34314eaad74f021c476d09f71fa97b2595a634588c4ba0, '', 0, '?'),
(0xce53eb7004cd9d5cea50ec41416d9f62, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-header.tpl.php', 0, 0x44e7cdaab1712f7854b7f0753a3ff256, 0x44e7cdaab1712f7854b7f0753a3ff256, 0x22a4cd92982edf6ca0b8697a60a5afbc23648c0b3c8771ee2b87ee21813a2bfd, '', 0, '?'),
(0x009c4dc0700e5c064492fae2cb64a900, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-add-element.tpl.php', 0, 0xaf0fcdc6e7859ab9359bec0c991787c7, 0xaf0fcdc6e7859ab9359bec0c991787c7, 0xed133f19112e11a091523c9f45b3583bd1aeaea40e555aad165fccff422abf94, '', 0, '?'),
(0x88f16fc3e0f33f31aa2d9dd147922a67, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-edit-element.tpl.php', 0, 0xead959733bd689de6b5a9915d9c1dbff, 0xead959733bd689de6b5a9915d9c1dbff, 0xba65186862f9dc00057310229c59da0721b7f9f9bd2f6c6ccfeae6576352bdfa, '', 0, '?'),
(0x8d65f07d13516d4abc545dadc118bed6, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-post-settings.tpl.php', 0, 0xa5c6531cfcca72788a37e0ffff6338e7, 0xa5c6531cfcca72788a37e0ffff6338e7, 0x872d81df6c9a18fbb3a80461c07fb6a5f0a611d742e24a478bdd50987813522a, '', 0, '?'),
(0x1b13bbfa0e2a5cc7ed0bfcb6611a9867, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-preset.tpl.php', 0, 0x2b3825c57aeba0c1d6dc041639e28197, 0x2b3825c57aeba0c1d6dc041639e28197, 0x379b2e030f6f5615fdda6611836f193dddf2a538056328d9730508d4da304aa1, '', 0, '?'),
(0x6a2b96b2a12edcd346bf5c11b811111f, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-row-layout.tpl.php', 0, 0x3bdd1ecd39130d7d920c305aaede8f9a, 0x3bdd1ecd39130d7d920c305aaede8f9a, 0x506df78675c2e380a547dd3532fb1c5a89f6372b743d111423647439dfbcd9d3, '', 0, '?'),
(0xab64582473840ad47faae677ab5dabaa, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-templates.tpl.php', 0, 0xfcb6984f37833732c11b385b92c75ae4, 0xfcb6984f37833732c11b385b92c75ae4, 0x607865cfb748100388c6e7f2a60ac7ae77a405c133691ca1c915f93c9ca6f2b5, '', 0, '?'),
(0x024dcfff603e48be7ee4d2f532471908, 'wp-content/plugins/js_composer/include/templates/editors/vc_ui-template-preview.tpl.php', 0, 0x8f990f9223d3a643563f7fc5b18f6496, 0x8f990f9223d3a643563f7fc5b18f6496, 0xae8065f6a94fdc2240b656c1f6b2295132562e1c88743f12c33bd8f20a4b9be0, '', 0, '?'),
(0x1647f29870b4464bff293669ce071538, 'wp-content/plugins/js_composer/include/templates/pages/partials/_settings_tabs.php', 0, 0x799363f690ab7fe06dd50432ce310914, 0x799363f690ab7fe06dd50432ce310914, 0x7cf0a87d09c47fbd3054c9e9bcc4f18ea41c2181601a5bab8daf9b14ec881e08, '', 0, '?'),
(0x112957c4f0255daa21de143bb0fdd57a, 'wp-content/plugins/js_composer/include/templates/pages/partials/_tabs.php', 0, 0x2fdbf175f2d218e54f76a16431ff0104, 0x2fdbf175f2d218e54f76a16431ff0104, 0xd050a613c305b51495473f43378be03fb55a9784539f2fef947df5227ae531ec, '', 0, '?'),
(0xc6722549b75ad1aa0dd9a8f9f2cf4978, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_backend_editor.tpl.php', 0, 0xe0954ff16ccc8a5821532e73d39695c5, 0xe0954ff16ccc8a5821532e73d39695c5, 0x0afbc6481e4c12e67164036de7df18ccf258bb6953e7f8ea4ac886bf9bc4a483, '', 0, '?'),
(0x453bf4724d2bec65f49126b751cc3366, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_dragndrop.tpl.php', 0, 0x5cbef35dccc229680739093c8522cc8f, 0x5cbef35dccc229680739093c8522cc8f, 0xe56c96d2f1baea0472ed064f6d5df543eb080953384c59ead4017a66615518dc, '', 0, '?'),
(0x10b70689884b05958a136f520bb3c47d, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_frontend_editor.tpl.php', 0, 0x95c9c4a511e2f0a8e3db1e74be3c0373, 0x95c9c4a511e2f0a8e3db1e74be3c0373, 0xd2b296baab5bcbfdd27c10f5dc0e8591d27e7f45da51866312d8f3a6ae103f9c, '', 0, '?'),
(0x81ed3e73bea7eefd80fcc04813e0b288, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_grid_builder.tpl.php', 0, 0xcd776ea5fec3bdb198840d50a4871031, 0xcd776ea5fec3bdb198840d50a4871031, 0x3baa0ef02c83857d2a4dc5f7b97adebff6c23c409ff0d4a4a467d9c8d5b8a1b4, '', 0, '?'),
(0xab27ed2333303852a31b558711af54cd, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_part.tpl.php', 0, 0x1bed710c9dcdf8e52acb7446be7c0c46, 0x1bed710c9dcdf8e52acb7446be7c0c46, 0xbcc8ab237fe3fb677eb75df765711c2705f8aadaaf1b923f9875fba959a31ed1, '', 0, '?'),
(0xb6eabb10c6d2698633d6853bf502d628, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_settings.tpl.php', 0, 0xc2d9cc8b11920528a8ef9c6e77f24fae, 0xc2d9cc8b11920528a8ef9c6e77f24fae, 0xe559f1eded54dfa72761685aae97d2d520a9a362bf50660b6140b156112be89b, '', 0, '?'),
(0x72c142d7f159a4d4297f4150192ba21e, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_types.tpl.php', 0, 0xa01e21efbb516e2ed0e7c16ebd9762cb, 0xa01e21efbb516e2ed0e7c16ebd9762cb, 0x79cca3ee4833d1a1b477950e87b93adbdae57f19af89f3b197c9949add3252a7, '', 0, '?'),
(0xe183ff6c8059d64f94c34976594af825, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_presets.tpl.php', 0, 0xf786609459125219e0f4dc72ddaee2ee, 0xf786609459125219e0f4dc72ddaee2ee, 0xfc15c06baeec3a62151cf0dc6038f7e03dc9d9039dd857215a4c9bf7134239c7, '', 0, '?'),
(0x8e50fa2439f465607ab6ae40bafc333e, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_settings.tpl.php', 0, 0xc80a54f3f607d52b293136dcb397a9ac, 0xc80a54f3f607d52b293136dcb397a9ac, 0x5c3633dc8f044d14ee5a8cfbbe98d4b310e655913b47bf3947599b621711d58b, '', 0, '?'),
(0x619fb150098229d2bcbfbb096c86fbbc, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_shortcodes.tpl.php', 0, 0xea0a86590a26f4e6fffd0813a1e51dd1, 0xea0a86590a26f4e6fffd0813a1e51dd1, 0x18c2995450adf029c9d8e03281fb7aa5ef184c8a667f34dc8edb97d9584bb337, '', 0, '?'),
(0xf0bf86920fc2bff74f26b99026d4352f, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_templates.tpl.php', 0, 0x9fb790dc78633a61b8e7e0a223c60eeb, 0x9fb790dc78633a61b8e7e0a223c60eeb, 0x289174ab9a62f5e1ee64fad613e2be4347c5cef0d4d2d38fd855fdeab0048651, '', 0, '?'),
(0x09156a04e47aef8131a49f653f79781d, 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/default-template-post-type.tpl.php', 0, 0x2994727e8fab496b96cf80fbdb1467e9, 0x2994727e8fab496b96cf80fbdb1467e9, 0x3037d80640b0abf80cd2c510ae710cd7074db90ab9f5a3e3fd5f284b6bf6ecaa, '', 0, '?'),
(0x97f4ecebccef3b458f747acf62b72da4, 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/index.php', 0, 0x4cdc68e6c0baebc9724a23295bd75bde, 0x4cdc68e6c0baebc9724a23295bd75bde, 0x19e77613d1f8da0c1071d107a2af08f40ec4b6412f39edf0360de2e7bbf842fc, '', 0, '?'),
(0x33eca1dde143742fbc4ea4d229441f49, 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/tab-vc-roles.php', 0, 0x7daccc42fd34d1923904b74786389a6a, 0x7daccc42fd34d1923904b74786389a6a, 0xb05221630e8448bc212b5718a12764800038209fdc11a5eff8630cd28da3a9d5, '', 0, '?'),
(0xc2d9b52fc10a35d6394a7ab194a5ebf7, 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/tab.php', 0, 0xcce074855cfc22c9e778766e6f773ac8, 0xcce074855cfc22c9e778766e6f773ac8, 0xfba01477f0c9e79adfa55828fe9564bc965c60ce4b1167985413c6efe5877a09, '', 0, '?'),
(0x452c6b4f629ff0ac83e4bee76e9a496a, 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/vc-automapper.php', 0, 0x1c8d19ad365cbf591ff6989b232a5282, 0x1c8d19ad365cbf591ff6989b232a5282, 0x0a59d2037302af91d66c8e8403dae6d9928045f3c864e4f5965cd887448aa0bc, '', 0, '?'),
(0x8ac75b599accfc9af1fdcb8b258b89c1, 'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/index.php', 0, 0xca22af8ad564c5154d151e2b9f186c4f, 0xca22af8ad564c5154d151e2b9f186c4f, 0xe1ddad7ea050e1c678282537a9335a370ffb444e5f0e25dcea3d55f3e9fed98e, '', 0, '?'),
(0x3a3746ebf056420a62469f4a72691029, 'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php', 0, 0x3facbca07daa79a2d630a8472825390b, 0x3facbca07daa79a2d630a8472825390b, 0xdded598dc6a695816da90dba6c323f8d1188d5950d4ef12727bd0e1cae425ce9, '', 0, '?'),
(0x79c7acdb7dbbb62afafb4ba52aa40fe6, 'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php', 0, 0xbbd8718394e029d2ae9ca1fb4af93485, 0xbbd8718394e029d2ae9ca1fb4af93485, 0x5d263535def78251352814895b08ef234ac3a1aa2e0e05c1d21aa9b3e994f90b, '', 0, '?'),
(0xc1b7d09e83b8d5ba503f9373a5e48faa, 'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-welcome.php', 0, 0x76fd585f67e4726c2af8f9d79ff9fa8d, 0x76fd585f67e4726c2af8f9d79ff9fa8d, 0x87206ac001111bcade50c8be95e6a1dba7b56771ba0add739f7ee445a3908ce6, '', 0, '?'),
(0xc036fb3e12a6215e609e1331059bf362, 'wp-content/plugins/js_composer/include/templates/params/column_offset/template.tpl.php', 0, 0x5b0ec5b4a271aaed84ac8ef4cd1e7855, 0x5b0ec5b4a271aaed84ac8ef4cd1e7855, 0x8be5e0fda62ad0a7ae22e16ec209f9cdcf41ceaa320fe30352073a59c038b2cd, '', 0, '?'),
(0xb895d315a58de643840dfa5802e5c901, 'wp-content/plugins/js_composer/include/templates/params/google_fonts/template.php', 0, 0xb76c374677e860dca62383a49c2490bb, 0xb76c374677e860dca62383a49c2490bb, 0x648263b23dceffcece45343f878d04b89346393e7cfa51bc34c69d185a375b6b, '', 0, '?'),
(0x3b24da2db129d442c23b624be63be5ee, 'wp-content/plugins/js_composer/include/templates/params/loop/templates.html', 0, 0x4a2a7521926dbe49db9ee600e7525720, 0x4a2a7521926dbe49db9ee600e7525720, 0x507e67d92b9988da7908febb31a1b3550736257cc454e50f8f198674e84a8adf, '', 0, '?'),
(0x1610100d8055ebcfdd7a4ad3a2df4245, 'wp-content/plugins/js_composer/include/templates/params/options/templates.html', 0, 0x4c9043896f9edd91cfe7235f3d91abeb, 0x4c9043896f9edd91cfe7235f3d91abeb, 0xb79cab10d368cc22acd48e035b1b4f76162f06c5aab326dbc4df708d3c924bb5, '', 0, '?'),
(0x0c6b42dd104fce250c6353e3e30e0313, 'wp-content/plugins/js_composer/include/templates/params/param_group/add.tpl.php', 0, 0xd4e8bc779ffa6a950089059b5340631d, 0xd4e8bc779ffa6a950089059b5340631d, 0x0d548fbc0f79624988e842f578a63c179b836755ede2fb5600b8e89c3c274ab8, '', 0, '?'),
(0x03a6337e669adfa7d1e89783be2063f3, 'wp-content/plugins/js_composer/include/templates/params/param_group/content.tpl.php', 0, 0x5ccf08a0c017f630bf54bf98b87c53a1, 0x5ccf08a0c017f630bf54bf98b87c53a1, 0x3f400393928b7a8ea017494dcf063d77b451d4ee96f48d48a68ae772dec1cb69, '', 0, '?'),
(0x582c49e489cf8fc2ad9af664d510c8cd, 'wp-content/plugins/js_composer/include/templates/params/param_group/inner_content.tpl.php', 0, 0x02443dc560eeccb63ea7e5b3cea0a253, 0x02443dc560eeccb63ea7e5b3cea0a253, 0x4d93a8bae9cfea6fc1db79f101189bfdadbbbd117901a3d05592d4f96fc5de7e, '', 0, '?'),
(0x3fd482afa8fb8f8bfc3f6f7df596a70f, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/featured_image.php', 0, 0x4025ee9641f3e0465c3bf1015d9e602a, 0x4025ee9641f3e0465c3bf1015d9e602a, 0xa67a614ce3004f02dc9bb8ab2181274724c94b076d15a35889a65319c5d5328f, '', 0, '?'),
(0xf683d09e5da620eb776aa5ae647a4b6a, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/post_categories.php', 0, 0x3de8253f371ffb6e214d42955a104a98, 0x3de8253f371ffb6e214d42955a104a98, 0x7cabaf0757bb995d79bf84ff3a92e9c601d5968e2c4da7fcb13ad44ae8c65ab2, '', 0, '?'),
(0xe1c25eb48bff004fb7c2c0e08c295718, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/vc_btn.php', 0, 0xc60f2680b5b662280f7f6cbaee940945, 0xc60f2680b5b662280f7f6cbaee940945, 0x49c3ed18c1633e1784abe1acf4a53c71e92532b95d9eb8d47e36ba0f3b7a8fca, '', 0, '?'),
(0x5f7c27ec9fb9a01f2d5ce1b94bd3308b, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/partials/vc_grid_item_editor_footer.tpl.php', 0, 0x8a0cd28244de108a74c600b3e1cceac9, 0x8a0cd28244de108a74c600b3e1cceac9, 0x6e4fbc3b58e083a3c05c33bde9a1fc4e21fd885532cbc460fa35552e73c9d4df, '', 0, '?'),
(0x770c36bd64f1c2ba62064c10e34febe0, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_grid_item_editor.tpl.php', 0, 0xe354783b9cf0950e05724469c4f2d2f6, 0xe354783b9cf0950e05724469c4f2d2f6, 0xe6dc921552dc8831e0d4785b85805e45180553d20697604c2d39c5c990addf20, '', 0, '?'),
(0x87e5a0afdaf19808b7585f77c4aeecb2, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_ui-template-preview.tpl.php', 0, 0x63039abe488248f606851bfdfbd36efe, 0x63039abe488248f606851bfdfbd36efe, 0x5e08ab27ac196596dfee0212d8932d17f70c17574b98d68021fc515619cd9bed, '', 0, '?'),
(0xa972ef5b0b2817302ca79f9738f92d0f, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/preview.tpl.php', 0, 0xf9088edad7584f6ccde49d7fcd4d887d, 0xf9088edad7584f6ccde49d7fcd4d887d, 0x6612a3bec22ed77e526d142c5bf5435afeff35956303b7f82866765896e1497f, '', 0, '?'),
(0xd823df7047bb1f84a94153c43b883b3f, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_btn.php', 0, 0x49f9bbbdf02b816a0bcd33f7fcb7425d, 0x49f9bbbdf02b816a0bcd33f7fcb7425d, 0x47ec9bc66c6271f310857b5f3175bebb03f89364d91a7aa91f70cbfc8b27eebe, '', 0, '?'),
(0x9e09450fa864f350879060d0543d8e7c, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_button2.php', 0, 0x74e03ac7679e11957dd6282cb31a6c41, 0x74e03ac7679e11957dd6282cb31a6c41, 0xc8c03556d17f0f48182f88b279e1ebc2dbaa61baa735a5d30c157a835097b47b, '', 0, '?'),
(0x8a843554143f76c283a0524b83922be6, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_custom_heading.php', 0, 0x6108b0974355fd517db8cf08cbc05801, 0x6108b0974355fd517db8cf08cbc05801, 0x3592ecb342214a30f4c78d030d3dc2ac63cd49a0901369786906d569bde03538, '', 0, '?'),
(0x4630890e363cbf2c41cce92d4bdee35e, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_icon.php', 0, 0xceaf8d17e8cc61b16f2b3e387e0c89ff, 0xceaf8d17e8cc61b16f2b3e387e0c89ff, 0xd31319c3c60428aba84a48ff3788f999cfb1d6cb911f6a94b974b8d9c9f6c028, '', 0, '?'),
(0xab88790c573d86e2854487717de7cad6, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_single_image.php', 0, 0x1a2ba64de921ca3027b069082eb8ba4e, 0x1a2ba64de921ca3027b069082eb8ba4e, 0xc74d5d66600ef47abd0c2acab699fdcba3a9410d7f2b026b67358fa548f4e6cd, '', 0, '?'),
(0x48d4d6dffe1286a896cb302107217ec3, 'wp-content/plugins/js_composer/include/templates/shortcodes/layerslider_vc.php', 0, 0x4bed2cbe0109608116f97bdea9fb5aac, 0x4bed2cbe0109608116f97bdea9fb5aac, 0xc9eb390774f0c480ab73dc0eb0b79ef63b94373c6c52aa4adcebb509d28a5ef3, '', 0, '?'),
(0x7a3a32afacb66d4d768a4beedb990b75, 'wp-content/plugins/js_composer/include/templates/shortcodes/post_block/_item.php', 0, 0xc389d2c2cc201776b5615dcd7d5816df, 0xc389d2c2cc201776b5615dcd7d5816df, 0xbab273d2a6f7a5633259062c2365b4af1620ff0e6ff4d3baee0bd5726615c581, '', 0, '?'),
(0x8cede406892a676516b78b980bc618f4, 'wp-content/plugins/js_composer/include/templates/shortcodes/rev_slider_vc.php', 0, 0xf4697ccadcdfa8949c695466ec876d60, 0xf4697ccadcdfa8949c695466ec876d60, 0x92f4a45ac173c176f3cdfe972ac2be0b6e74b1fb52203ce51d2a49f4fa3c7ab7, '', 0, '?'),
(0xab9c2c4cea716d5cc06a58232e73ffce, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion.php', 0, 0x3946beda3fbd0a75b06d7ea2b3a740f3, 0x3946beda3fbd0a75b06d7ea2b3a740f3, 0xdcca864e9d82716607bf88c1c69a7558233fe94cf195ef3ab0ddc9afccdbeda9, '', 0, '?'),
(0x587d1ae6ce09fdeeea3d3b2147942da0, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion_tab.php', 0, 0x535ce01052fbd3b7e2f31a58ac623a42, 0x535ce01052fbd3b7e2f31a58ac623a42, 0x4b5793c4b3f39a9f6dddcc35ad3a4dd446e319d426a68bdb8522bde4872c7c54, '', 0, '?'),
(0xb75617745162d0a8b8c1b0f338da2db0, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid.php', 0, 0x6cc6a5393e77520205f6da37f020546c, 0x6cc6a5393e77520205f6da37f020546c, 0x1852e86800f62da38547ea2022beb77ac884ce613adf8d09a52473512aba3d81, '', 0, '?'),
(0xbde4467e1eedffeae9443bbda0422c8a, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid_filter.php', 0, 0x85aef923576959e9fc3cf8d9725bcc17, 0x85aef923576959e9fc3cf8d9725bcc17, 0x80bbb0aa64c3e3e6a9bbe7425bc619cf001db718563e98abf23a9a7fa4a282a5, '', 0, '?'),
(0x3455531412ae99898fcd6929770663d2, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_btn.php', 0, 0xc8685d24b41e11786305239d4c1f452a, 0xc8685d24b41e11786305239d4c1f452a, 0x934482da6c7b583023ee577ddecda8507dfea293fd91c1664e988a4137e04050, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x491886276a88675b446d9d80db018632, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_button.php', 0, 0xa9806ca4cd19e987043e3a5a23265a56, 0xa9806ca4cd19e987043e3a5a23265a56, 0xcdf70349f253f662c6fdbc17f3dbd7e275cffd870582735cbbc0f0133a682091, '', 0, '?'),
(0xd2b929134547da54a5c0eccdf8683ec8, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_button2.php', 0, 0x0267e2d609872ed62a224f921179eaf2, 0x0267e2d609872ed62a224f921179eaf2, 0x618b33f7dca0d359ae7acec58404f5ed4801de22da94a44648dc85835e91b7cb, '', 0, '?'),
(0xf697ece7daa3a154ace006f3e22d0957, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_carousel.php', 0, 0x773b5dbfa0763443d97e2f6fdaec8222, 0x773b5dbfa0763443d97e2f6fdaec8222, 0x8bc5e13c5ab75d11dd47ac4b7d98770f20b997cb5fbeb3385f1f120bbce2252d, '', 0, '?'),
(0x57bfe028389e08aae4f5ef7782eea5bc, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_column.php', 0, 0x8e42a032dac63676e433cab7f88123aa, 0x8e42a032dac63676e433cab7f88123aa, 0x9d96d7a660e3fec14e82fd3ff58f457f532f11331ec98359c0e7f86c42426e1f, '', 0, '?'),
(0x292c12ef099159604ce622b9be2470a5, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_column_inner.php', 0, 0xa513ba242aa2f6aeea59b9755d0f7a34, 0xa513ba242aa2f6aeea59b9755d0f7a34, 0x8e0e15cafe5a9dd113c3d54d6a6221e895e56dcfe035c3c3e6b02c53c7bd7b49, '', 0, '?'),
(0xe2e1c111c3072932b63a2049f3752b81, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_column_text.php', 0, 0xa212c1688596535afbc75697b027249e, 0xa212c1688596535afbc75697b027249e, 0xf6cedb81384e5970921447f62ba9c1d88813f6705d4e1292afcb81f5e4f9477d, '', 0, '?'),
(0x1383ac8ae4a4f623eb573bb7f9f4a9ac, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta.php', 0, 0xa6fffd2d89d8813a0c66f986c2a2b632, 0xa6fffd2d89d8813a0c66f986c2a2b632, 0xebae7556e1020ce46300dbb30521ffc6112341047033405bf881b3977e2900c4, '', 0, '?'),
(0x6f838e7119b131bb43ad864374055eb5, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta_button.php', 0, 0xf3bbfdd9ca35124c46cebc0e306c8422, 0xf3bbfdd9ca35124c46cebc0e306c8422, 0x6ac918dc64a05dffbcffc6c47fe8f1e053be55ca2a3dadf9c03364762a4a8a58, '', 0, '?'),
(0x208fcc7f7d1df37b3f64be14395cc631, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta_button2.php', 0, 0xefb41d1380584e22fc0c437c3398c4f3, 0xefb41d1380584e22fc0c437c3398c4f3, 0x01dc79cf6f3bfff1901e15892fd9c3b13a9cad1e273724b3b5c66aa4a46bedcb, '', 0, '?'),
(0x5fda7b78cc58b2c231454cbbdea4cd73, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_custom_field.php', 0, 0x0688db48c57e698206cec5f8c8449541, 0x0688db48c57e698206cec5f8c8449541, 0xeb0458499aa8fc59bb0f7f0d270b3b75c9bbddc8f960bf2f8bef2243161d0579, '', 0, '?'),
(0xd7abab9eb99f577f75f7e836a64562ed, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_custom_heading.php', 0, 0xe83ee527d8b63a24b625a73988597126, 0xe83ee527d8b63a24b625a73988597126, 0x53d6f08968225154f7a60a9f3739df58528e71229386a9280c598941a0b47598, '', 0, '?'),
(0x4d88b83f944cc4233342be7f28614d67, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_empty_space.php', 0, 0x7932d3068fdd27eb96625ac16f7f67d1, 0x7932d3068fdd27eb96625ac16f7f67d1, 0xadd8a1f42c3b7a2351e97920a91484291b5c5a72fe6c20ab90937e119dbea393, '', 0, '?'),
(0xe5ba96385687798dcf4b1c354176f499, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_facebook.php', 0, 0xf5f68a7b939d076af953edbdbfcf1dae, 0xf5f68a7b939d076af953edbdbfcf1dae, 0xa0d0b976b745b2845072237788db1faaba8ce7f7e7e5df9567fdbcd91eae545b, '', 0, '?'),
(0xb991e0e3fbed1f25a89be2a295093b57, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_flickr.php', 0, 0xf21acb347f14b2483585923820e423f4, 0xf21acb347f14b2483585923820e423f4, 0x1406d6b5f9c0739d14e05272a7dacc5c6f6ee2d6afa2feb31c816a15470d0a2a, '', 0, '?'),
(0xff6c9cb90a2e18b8fc62918eae92f716, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gallery.php', 0, 0x270dd16f08e505e4339f178c1273fcd0, 0x270dd16f08e505e4339f178c1273fcd0, 0x220be33b7c2c5847cbfc804ee1d8b02db42781bcd31d3b9870e7b010e3765608, '', 0, '?'),
(0xe189c9924c2403a2cbe62f6c61056b7c, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem.php', 0, 0x3f0d76a5105db6d3ebc32559f5a2cb5a, 0x3f0d76a5105db6d3ebc32559f5a2cb5a, 0xac623c26aec234e5aa5b199765b363f2052eab7ee054a1c966ffc3777530f148, '', 0, '?'),
(0x1cfcc21899b19d2d5703ec2dd946ea38, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_animated_block.php', 0, 0x6e7192840988132e4b3942f42e35b97e, 0x6e7192840988132e4b3942f42e35b97e, 0xd6d053eb3df0a9d82b5256325d58b532afd3af214b6a1fa66eb0206a8b784aac, '', 0, '?'),
(0x9ae9657266e9afcd23e1e787eca54957, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_block.php', 0, 0x7a790ed38b38a75872999087291ecc72, 0x7a790ed38b38a75872999087291ecc72, 0x63a4f70a5a3fdebbcd3cac0646b6c6ecb60b51d12fc4e74e21cc4b181d68f8b4, '', 0, '?'),
(0x6a14967741b408734a68c1005a267b2f, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_col.php', 0, 0xcb9d5fe9193fa2313bcf1ab7318744c6, 0xcb9d5fe9193fa2313bcf1ab7318744c6, 0x31911486e141bd0abb385128c8a70ee8043300e286e3f357c2ebf4a8aff861be, '', 0, '?'),
(0x61f3e9b9c886c2e6c05e1459f9cabfe6, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_image.php', 0, 0xc77644fe90f13ed9df948ac7e2440db1, 0xc77644fe90f13ed9df948ac7e2440db1, 0x1a5b6da5287bc1dbded7a5610fee0fe3da19a1dc1923cd6213376b9a1b782d51, '', 0, '?'),
(0xe6f1bf1b61cd34427f1a3e238b7d9bca, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_author.php', 0, 0xb036c2d768af6cca37c3076947bdcb21, 0xb036c2d768af6cca37c3076947bdcb21, 0xb050669829dc83af0ade400eb845d9a98a5095e4419f2d8f9ddae4852e55a18c, '', 0, '?'),
(0x22a4d5bb3e894c693f06aac2337f6ca5, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_categories.php', 0, 0xc24c9cf1c17affe61223fb01bc4b945c, 0xc24c9cf1c17affe61223fb01bc4b945c, 0x8f127c3633fe3c86c4efb243a0d91d919a39c93d60a3cca1c224e6b2124be75d, '', 0, '?'),
(0xf638f58e15eb4167fe99a9159d786198, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_data.php', 0, 0xa533f7f1d242e1f5732410fbf668e91f, 0xa533f7f1d242e1f5732410fbf668e91f, 0x4dfe355120efc4cdd09b33d44618908ba657cea83565b7d8d993c728897fa90a, '', 0, '?'),
(0x10c39f417f8fc66f9596e7c8264ec5b4, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_meta.php', 0, 0x1c386590eea5458589b9c69670591f9f, 0x1c386590eea5458589b9c69670591f9f, 0xd1f9357aefb5fa7eb2189a8cd7643543ab06eb064195386021edf27d742c38f6, '', 0, '?'),
(0x5693ab7373abdb0e3ae580a40fb73701, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_row.php', 0, 0x62789d9dd2d288df4606aeed4d85dfa7, 0x62789d9dd2d288df4606aeed4d85dfa7, 0x37ca2f8e829897e54f2f1ad13c345268c84873219f7e0409c11e22e2320434c0, '', 0, '?'),
(0xda07a2470d953687c466fa4c762dace9, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone.php', 0, 0x3778384356e9390c49b2c55ccdfcdeeb, 0x3778384356e9390c49b2c55ccdfcdeeb, 0x406583860ee457b71bd9610a5a94d1e7b5ef3b506b9254d610dd54fd71ce5ac5, '', 0, '?'),
(0x2eefeb6fc39e1eb7cd5b6f4404e5e5ba, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone_c.php', 0, 0xbf88986c8d77a46e7d89895fb80321ad, 0xbf88986c8d77a46e7d89895fb80321ad, 0x22fec0554d8d4ed1b5b087cf4ad88b358ac09cf12cac43beba59e09580c45915, '', 0, '?'),
(0x624841a65ab3cf87cf65a232cf9df0e6, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gmaps.php', 0, 0xc4621936338f8381a5c6ff637b9110d4, 0xc4621936338f8381a5c6ff637b9110d4, 0x93bfd4bf51088e2309c5c81ef02c35893d4df20ca839acbd11abddce41d518ec, '', 0, '?'),
(0x2ee688ca514a0ab2a8d629e0de9be9b7, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_googleplus.php', 0, 0xcc70e61fa0eaa7279d00cebc126e7834, 0xcc70e61fa0eaa7279d00cebc126e7834, 0xca0e19cbd9a7ab938a2a149cdc4137fa20cfed91fe3abae5f28005a23207a8dc, '', 0, '?'),
(0xd66333875b068856e7f0caea8d41e729, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gutenberg.php', 0, 0xa62c65f1e572d64ecca93aea8b76a1e5, 0xa62c65f1e572d64ecca93aea8b76a1e5, 0x931b83ef81751592940a303d37ccccee09ad524a4978e8799a58b003d9b48f0a, '', 0, '?'),
(0x22629b536d644c399f754825ee21cd95, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_hoverbox.php', 0, 0x53b06802e4d1ed87958fa4a9c08e7f09, 0x53b06802e4d1ed87958fa4a9c08e7f09, 0xc0190b8f7b73f111fc1373ad55eb3e1ba2190144a1642d26f42309ec843ea064, '', 0, '?'),
(0x0f572944528509fdd6d6039b19d878e7, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_icon.php', 0, 0x2b69bffb4fd5000fcb8b878eeb5c607b, 0x2b69bffb4fd5000fcb8b878eeb5c607b, 0x3c1df562c1982106360546e8d33deb09fa8ac5aee8676883320165d6ea285d6a, '', 0, '?'),
(0x0d1de80a32c1ac5448ffb954e2e855da, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_images_carousel.php', 0, 0xc72e7d065278ff0eae07ff21e4c609ab, 0xc72e7d065278ff0eae07ff21e4c609ab, 0x1263fb52fe855630372dd78e419d0f30475bb1edf156e3c3a9a602627f4b7d5d, '', 0, '?'),
(0xa50f7b27663ebb54eb27009491534ab2, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_item.php', 0, 0xb7b855bd4b9b6d4b02a9f9553bbe24fa, 0xb7b855bd4b9b6d4b02a9f9553bbe24fa, 0xd5cafdb9e48c459f384e37a9e03bf050409780192dd85ba21e77a10e6b508881, '', 0, '?'),
(0xd7e27340b332ca94654ffc04878ce611, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_items.php', 0, 0x6e96da864a6e1692364459438d557109, 0x6e96da864a6e1692364459438d557109, 0x052a941fa3dec4872deba287c757383998dd895e10a4f282865d7107d2352f78, '', 0, '?'),
(0x6b25d753c7d9b97a66cd4b1845018e63, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_line_chart.php', 0, 0x570debf7eff216f3a3e37238f55db5c3, 0x570debf7eff216f3a3e37238f55db5c3, 0x67558899c7d3ca49cb1c83ac7c8e73f40edbf6f6330630823fc08e1f381a5e9f, '', 0, '?'),
(0xde2023b52a13fdc2b8f0b833a416d2ed, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_message.php', 0, 0x8d79987eeac2f44f8d22b520f966f07f, 0x8d79987eeac2f44f8d22b520f966f07f, 0x6228d87f8af62bb6c8a1ce65ad4ee957493c26cd92b4c14ad62ccd05942c2507, '', 0, '?'),
(0x55d02b6513e2d306165ab44315cf5869, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_pie.php', 0, 0x7b3381a4b3dd9fb5155d62603959ea5f, 0x7b3381a4b3dd9fb5155d62603959ea5f, 0x726f7ac1999859aa2d11798c165eaee9fce84a44583c6084dc5d128f9aaecfb3, '', 0, '?'),
(0x3af07b115f3c1c1490ba64da461738d5, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_pinterest.php', 0, 0xdb59d99ffefa21ba61e7c0e23bb06f39, 0xdb59d99ffefa21ba61e7c0e23bb06f39, 0x88d19fd7da1f9dea4df6844bdb37709da741392809ab137867564f20adcdc513, '', 0, '?'),
(0x89b697a3fdec493311af0aee59c01e3f, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_posts_grid.php', 0, 0x148d2e4a73707a298fd95aa555bbbed7, 0x148d2e4a73707a298fd95aa555bbbed7, 0xdfac59b18a35a3b2a7fb9839f5bdc0845ba7dacc96260a1edbf248ff2f583a88, '', 0, '?'),
(0x4e59d13eeddc2f71ce1921f4f77773e9, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_posts_slider.php', 0, 0x14b711b40d8f46d223d00edfde1e205d, 0x14b711b40d8f46d223d00edfde1e205d, 0x8648ad2e34653b08c9833b8c35690b195224da3a95287e74336d8d06e85b9c89, '', 0, '?'),
(0xd9cb13d6152aedfcfe67cac0b30651cf, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_progress_bar.php', 0, 0xcee37608fa78ef115ef6f6fdbe1b6299, 0xcee37608fa78ef115ef6f6fdbe1b6299, 0x87f21717af1bc77fd5e64216fefd3e59ca448295bcf6c0a377a73a8c68463f6b, '', 0, '?'),
(0xfd0ff651def6498ece6038b46dc64417, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_raw_html.php', 0, 0x4394a708d04fb462bf5e9316826fc98a, 0x4394a708d04fb462bf5e9316826fc98a, 0x132121e9856bb8aeb9aafd2a54ae150d055ffce775a0f1a479272d3874470253, '', 0, '?'),
(0x5c523a0ffcfbeaaf067407cd3c572ade, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_round_chart.php', 0, 0x752918b92f33338f93bebccfc42d41d5, 0x752918b92f33338f93bebccfc42d41d5, 0x9c2bd66844a77899727f19fee7e773a3fdeb172a4358edf043d3a5c2112dd632, '', 0, '?'),
(0x578b86dd973140e4360c8b25864f2939, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_row.php', 0, 0x32d9585b5693ef9021407b80dbc438d0, 0x32d9585b5693ef9021407b80dbc438d0, 0xa2e71f8c51ada1b62237d10c7fb41ceda5702cda7dd2e59bff758052a96920c3, '', 0, '?'),
(0xfb2157e38e83cf54e7e0006140a3ec6f, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_row_inner.php', 0, 0xb5669f7f3fc4b4cbc2e1b1590265f9fe, 0xb5669f7f3fc4b4cbc2e1b1590265f9fe, 0xef8e7604b45c131ea3697330542eb922c8d5dcc1ffc595b64fe1c0ac31d2c2d7, '', 0, '?'),
(0x870b45369f2d6f5efce249203618f1d6, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_section.php', 0, 0x372f92246457d9aaed52e59482137847, 0x372f92246457d9aaed52e59482137847, 0x02074ca4ad0344d8fb718c6eab73ad1759b3cfa5ee6a589d4ad2f6d09018b735, '', 0, '?'),
(0x3504c21fc4cbe3286fad26d3213220dc, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_separator.php', 0, 0xed004abce68ea11360fd8168ff526a0c, 0xed004abce68ea11360fd8168ff526a0c, 0x730d59a84bda7e2d78f456e6af9811177b3ffcd84d988f75228ff810253db511, '', 0, '?'),
(0x3ad274c6f00791eae82905bb953c7597, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_single_image.php', 0, 0x292f623b57d7bffd65e49bf2f1f4fa84, 0x292f623b57d7bffd65e49bf2f1f4fa84, 0x07c486b71bcc72a13787a8932cc76e2a3dea85f7bb05d1c3007035ac4f3ff840, '', 0, '?'),
(0x048dedef244fe5f2a6760028ac018bc1, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tab.php', 0, 0xafcac4a77d66717e9311fb77e36d5e05, 0xafcac4a77d66717e9311fb77e36d5e05, 0xad35e587539faf7d619646b1c6fee10e1f35ffd0c8ee8b2d317158f4eaa37599, '', 0, '?'),
(0xd7e2c40df7d8ecd535cae678c973f2f5, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tabs.php', 0, 0xa864cbe269e73444f3adb33ed001aaa2, 0xa864cbe269e73444f3adb33ed001aaa2, 0xf4f129e151f8c19529d8f242c7a2daa785445b713638e36e38dd43cb05acd3fb, '', 0, '?'),
(0xf72216a398df753bef4eec5e60d8a7a5, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_text_separator.php', 0, 0x1a972ba47897d2a5e6b906a200d1ffd0, 0x1a972ba47897d2a5e6b906a200d1ffd0, 0x5c5efd2d10de3e527f8b577c9b97af146695f869454e0e998b10405f1f414d25, '', 0, '?'),
(0x40cd7312f175849f4452db3eb353438d, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_toggle.php', 0, 0xfb5879ee6a2a4cf424d720f86f329b59, 0xfb5879ee6a2a4cf424d720f86f329b59, 0xce6cdd2bf322ed8e6f043a47970df7df359dd26a7255604856787babeb743c74, '', 0, '?'),
(0x6a7c334c00d922155ea07c8be7a7a35b, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_global.php', 0, 0x09b4591addbd3d148e6e0a0b01263933, 0x09b4591addbd3d148e6e0a0b01263933, 0x2075bb89dcf572fd1760c95acfe365217601fbc344ec094d81e462f529a85904, '', 0, '?'),
(0x1f18282ba54c1757e6ca17b17e00c7a3, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_pageable_section.php', 0, 0x722985a84b29236a3b3cc3b545cc0749, 0x722985a84b29236a3b3cc3b545cc0749, 0x4ae874447d4801dc0c47ad21312dd1b50692c6b4cae769d85c4b6459a69d882c, '', 0, '?'),
(0xf5b6ed1bf84432af6434e1a9c5641879, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_section.php', 0, 0xa3d35e8f219d7a2861ea33594d939652, 0xa3d35e8f219d7a2861ea33594d939652, 0xed4c5d9d1f17d312268966ec5bb638b570aacf7a9fff1ac82d4f7a7095a619e6, '', 0, '?'),
(0xb255eb6a0dfb9671b0db9b4be80cd014, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tweetmeme.php', 0, 0xa6f5fa5c36db9b967eb6f3b588824a92, 0xa6f5fa5c36db9b967eb6f3b588824a92, 0x6ccb03d75b174f02be378e8e660af07790f25b032ed82c5277d8bb95b42aece1, '', 0, '?'),
(0xac51fc1c36cc4235158f723fac162239, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_video.php', 0, 0xa70bdd8e9c4cc50e6b440e11a9c076f1, 0xa70bdd8e9c4cc50e6b440e11a9c076f1, 0xd3c7ea734206ef8a348107e1f4fad0a3a958b400155fa6b6040082968f7bfad5, '', 0, '?'),
(0x0bd8bcd2877267dc33b3240e2a819725, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_widget_sidebar.php', 0, 0x087962be83db7ade2edf08e5c0ab4345, 0x087962be83db7ade2edf08e5c0ab4345, 0x1e7e4b8c7fe7a3ff3fa39176d22aa8776f2fe2f82e69fad02ba404e905949cd7, '', 0, '?'),
(0x2ebc8079a5e3ed1989c77db792d3e3a6, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_archives.php', 0, 0x54c44556687ae67a26236816abc2dc52, 0x54c44556687ae67a26236816abc2dc52, 0x456592f26046a50a0d936d0585ca720e080bdcf39be9f5fa80ee66685346fc9c, '', 0, '?'),
(0xe736f6d782121a6f249354bca37cdee1, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_calendar.php', 0, 0xe01aa59dd2f43c29de9e57cf122be31b, 0xe01aa59dd2f43c29de9e57cf122be31b, 0x2eb2a5100b9e055a56d6f7ee2c40d79c32f627ce340c49e2351cf844a138a358, '', 0, '?'),
(0x35fd8868635d5ff23f0646524214ef58, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_categories.php', 0, 0x395a1b6a0ce266036a37a771bbf2c967, 0x395a1b6a0ce266036a37a771bbf2c967, 0x4930f024f7c355aae50ed75bf4ab4979f4720300a51a3246bde734e7ae5d1b43, '', 0, '?'),
(0x67d358c6dccc38cf8a2d1b41f5d91b2e, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_custommenu.php', 0, 0x0d819e03db57a4bb418e54b4c46815a9, 0x0d819e03db57a4bb418e54b4c46815a9, 0x8743fcdb9d84ccf3d5fed754ddbbd4f06e25e83655704a10b37ab1f9b81431fc, '', 0, '?'),
(0xb42c51a81b2202e6d574e13788036eea, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_links.php', 0, 0x22d0ee416b95540d85485fe28ed62d01, 0x22d0ee416b95540d85485fe28ed62d01, 0x43a9a72a22244be7eebcdff747ce59c64a04eb6af397ba93e26701666ed47caa, '', 0, '?'),
(0x5e8a81d095bbd1eb89b397076d788ccd, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_meta.php', 0, 0x973584183ee7a565035233f237ca538c, 0x973584183ee7a565035233f237ca538c, 0xe4f5a8daa02343db1e73e71fbd3efea2b0fc900a63c3aacae60ec1da3048a323, '', 0, '?'),
(0xe32ce7dd852b5b52585837db8fe4f3f9, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_pages.php', 0, 0x3757244ef4bd0422469c4c4a1efd4cb2, 0x3757244ef4bd0422469c4c4a1efd4cb2, 0x80494c47e2adea12a88353a6b0fb9e24217c8fd4c5b3c323ac137dc6e3fd7ed7, '', 0, '?'),
(0x8216d41dbb79642b300e79f3609ae828, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_posts.php', 0, 0x746c6314e5ee8f934e3431c8d39ca446, 0x746c6314e5ee8f934e3431c8d39ca446, 0x06e6eed49ab84dd8091b3e2089ed084cb909e63c8482f545f460cbfa1d8e56f0, '', 0, '?'),
(0x63a6fad2bdf005fd561c2508246ee9cc, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_recentcomments.php', 0, 0x6b929ec844e1699537959a73b3062d62, 0x6b929ec844e1699537959a73b3062d62, 0x439bf9f67d02b960d4b3b65e8415460a131f3d3b634ffeec28d08cc11ffe816e, '', 0, '?'),
(0x5de84932079f201c0608e8a6223fc021, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_rss.php', 0, 0x1490642edf3baa0a3ec35f01c84bf199, 0x1490642edf3baa0a3ec35f01c84bf199, 0x89b5ef9cce1a0dadea06373d7e55000360edab096d43dd757ad13c76fc3d6c36, '', 0, '?'),
(0x5f9f8a2331de9f4a480e70f0bc1143b7, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_search.php', 0, 0x2e3761547062bdd4a4e70a324f2cd334, 0x2e3761547062bdd4a4e70a324f2cd334, 0xdd9292ae4e20e6707be0fc927200fb746b2763876dd9215af27740d1a249380a, '', 0, '?'),
(0xbb9273d8bd346adbb058049147b0c2a3, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_tagcloud.php', 0, 0x604e60e0663ca6789b586744e1ed8a03, 0x604e60e0663ca6789b586744e1ed8a03, 0x8fc8a4707a59ebfc8b08591dd0abe7f8dcea2fdf4908830cd7d61f3ba833d88c, '', 0, '?'),
(0x6b3a040debb74f25673d38dd1cc785a9, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_text.php', 0, 0xd351de800e1feeb90c442f7c9e52f852, 0xd351de800e1feeb90c442f7c9e52f852, 0x284b6e86ba79f7790b02265ce154d8e9d7582f385386f9f5877ed44877690f2d, '', 0, '?'),
(0x1685a806f9febeab595a3c59a877c542, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_zigzag.php', 0, 0x48693882066d9e6fdac378cefeabc2e7, 0x48693882066d9e6fdac378cefeabc2e7, 0x736f66cde482083a9a6ca7508eaf8058e76bd0d89a4c5ddbdece2fcb9c8e4dc1, '', 0, '?'),
(0x9acdcfb76113d60b9fe314db6d6fccab, 'wp-content/plugins/js_composer/include/templates/teaser.html.php', 0, 0x12b9e1c5350a6d19a06376d1251aa10f, 0x12b9e1c5350a6d19a06376d1251aa10f, 0x59712f38c5b5a70dd8dfef92b4d0dfefa26140d9aaac68deb3e74240da8e8a40, '', 0, '?'),
(0x05af1ec618416c0bd4e16f46f8aa3ccd, 'wp-content/plugins/js_composer/index.php', 0, 0xaaa1de3f6c9aaab8acbe8abf30384b0b, 0xaaa1de3f6c9aaab8acbe8abf30384b0b, 0xa908493149bc0f6c9400da91f2fbe9aa47eb9fa1246a7340cb55e8c784244077, '', 0, '?'),
(0xfb491ad125f49eb3f886784b257b6b31, 'wp-content/plugins/js_composer/js_composer.php', 0, 0x0e7f7daefa421440ba7b875c9461808f, 0x0e7f7daefa421440ba7b875c9461808f, 0xce748228c67922372b98c98823aec06d7f3e5746651b882dd107a50b513510c1, '', 0, '?'),
(0x53ad2e5c06324409164b7e614645977a, 'wp-content/plugins/js_composer/vc_classmap.json.php', 0, 0x337ee29bbd2a52a53bd290d43f12d6df, 0x337ee29bbd2a52a53bd290d43f12d6df, 0xcf9329a946b7cd6a71075fa9933ce4b56db347f43eb6bde88668750f420e7e79, '', 0, '?'),
(0x9855e05bee9ba066520e5703cb9cfbf1, 'wp-content/plugins/js_composer/vendor/mmihey/PHP-Instagram-effects/src/Image/Filter.php', 0, 0x7c5e04da497a49bde883613f3423ef8f, 0x7c5e04da497a49bde883613f3423ef8f, 0x693c1518f2cbb8c0243e2e0446dd8e51cf4738d24dbd520e4a28e3e8a3b253ef, '', 0, '?'),
(0x0958372f0c760e7f8508824f1050a8ef, 'wp-content/plugins/loco-translate/languages/loco-translate.pot', 1, 0x00000000000000000000000000000000, 0x0ce060c52385dd129b40f5f0aa4d5469, 0x288d03d6efb4ba602ab100620a522673ca94bca580ae2c0a198afca1d14fda61, '', 0, '?'),
(0x2d7d73ebe72a27584039706c9f1f7d98, 'wp-content/plugins/loco-translate/lib/compiled/README.md', 1, 0x00000000000000000000000000000000, 0x44124a22bc0a60c9fbcb5c30bf6928dd, 0x62bc1b3fc5d2278a2f600cb27cb7433f955ffd0caa087ed7412cd49833f863ab, '', 0, '?'),
(0xc1ef6d3ce06582b4e56353eb6bea16c3, 'wp-content/plugins/loco-translate/lib/compiled/gettext.php', 1, 0x00000000000000000000000000000000, 0x2aadd9b49605f645e9ded161dda51d43, 0x3de85a1e2ce2a922c233042a9f01ab02f1767cb5a658be32f6b3a5e0280d6c93, '', 0, '?'),
(0x5135e14e0229d79b903f778d5a3cdd08, 'wp-content/plugins/loco-translate/lib/compiled/locales.php', 1, 0x00000000000000000000000000000000, 0xce9073d43146d91c2ea517b9c6b75ffb, 0x35de8be934e3fa4dc6e009538438d9ff7d27685d3ed99ed35e6800aa1bbf3257, '', 0, '?'),
(0x183ca9b9f47bb76f8dda607bad8ec8f7, 'wp-content/plugins/loco-translate/lib/compiled/phpunit.php', 1, 0x00000000000000000000000000000000, 0xdac80fbe58b7f6374cb4ee21431c4e91, 0x5c611f8a9d13bc27c45f16290c306ca96023697ec8f1e9b1f0a342b367348df5, '', 0, '?'),
(0x965a14f997c44fb8d27797da38894f3a, 'wp-content/plugins/loco-translate/lib/data/languages.php', 1, 0x00000000000000000000000000000000, 0xe80f9dfc8a592c3665338cb27976e043, 0xb5994eef978b4ce427276125c82c221355d33cb07be266052343af8bb300b070, '', 0, '?'),
(0xe03855d197903f6807ca68414552901b, 'wp-content/plugins/loco-translate/lib/data/locales.php', 1, 0x00000000000000000000000000000000, 0x0b1002bc8a18aac76fee79cf705f6746, 0x178d3db7ccf5c7ab23286639f2f200d274399ca1efbe6dd00203d4e7d17adae2, '', 0, '?'),
(0xc5f8b4be69efd943b9ed4cc614bca481, 'wp-content/plugins/loco-translate/lib/data/plurals.php', 1, 0x00000000000000000000000000000000, 0x46e8126fb9fc13043af5d9c6939514a5, 0x65cb881a335ebde53eb772387acbf8bdf35341bf95d280d9c993f2813c46d47c, '', 0, '?'),
(0x2c338510b79e82d61e2db2af7e5a80c0, 'wp-content/plugins/loco-translate/lib/data/regions.php', 1, 0x00000000000000000000000000000000, 0x6d4184ac102f349fd4d3013f90517db5, 0x357ebae5e4d02d540f03d6a8867619810bd2bf884a93ceb0f29944984bdf5ec0, '', 0, '?'),
(0x6a187dc10eaf51f372151ae0813e4fed, 'wp-content/plugins/loco-translate/loco.php', 1, 0x00000000000000000000000000000000, 0xe5275ec69dfc3b0984b6912fc0b13908, 0xa8766c4e628f4981dc6b2eac0ed449816429da3b53d28331116a195ae3fd6bf7, '', 0, '?'),
(0xf83a41d0c5297d4a00917a933804457d, 'wp-content/plugins/loco-translate/loco.xml', 1, 0x00000000000000000000000000000000, 0x2c6f62c822bd0d8f96fade20efb10a66, 0xc043ec6c51c4338a56701677e2c30e2affd2563c313e4a86f2622dc345c1da9a, '', 0, '?'),
(0x163a12c9657c81d99ae10225afaaf43d, 'wp-content/plugins/loco-translate/pub/css/admin.css', 1, 0x00000000000000000000000000000000, 0xa8974a02d0556565a6440855cc1bd1f6, 0x409ec493bd5946903a5af0580781d2b7151fbadd28a675a4fc532c0fd9649afb, '', 0, '?'),
(0xd2a8c52d4f4ddbb349b154e0a776bf01, 'wp-content/plugins/loco-translate/pub/css/bundle.css', 1, 0x00000000000000000000000000000000, 0xcf94909dee8f9f72ca2af382bd26a34f, 0x422016c035c8fa27496b8f5a7b2851e41337086dcf21c93161e36fd6d40bbfce, '', 0, '?'),
(0x5dfab50167421d68bdb160754614954a, 'wp-content/plugins/loco-translate/pub/css/config.css', 1, 0x00000000000000000000000000000000, 0xe44ac353742203af3efa1fa32e7efa1a, 0x6156ee798d26db6c5824007ebdb97aa328670ef3347df33adb09c4b424d5559e, '', 0, '?'),
(0xf0423701dea32e3f07b985aee1621dce, 'wp-content/plugins/loco-translate/pub/css/editor.css', 1, 0x00000000000000000000000000000000, 0x3a6dc58b74c0e7a07e56ffb7cd968a97, 0xf1307b7c8f3d65210be2071aca5f8b09c2982781e5e3f584e021777a3cc0ef96, '', 0, '?'),
(0xec9fff9de81336e65a12f750a3e35a42, 'wp-content/plugins/loco-translate/pub/css/fileinfo.css', 1, 0x00000000000000000000000000000000, 0x18d4b275a5b6ca3cb7cb765b8d434c84, 0xf1f7e6510616d9fd2583fa673ae0b491b80b336a1b3e1c6b12775593d506a904, '', 0, '?'),
(0x1453c23fd386edbb0b6b733be918f385, 'wp-content/plugins/loco-translate/pub/css/locale.css', 1, 0x00000000000000000000000000000000, 0x5b5d52cde293dbc85d4061433bcdddfe, 0x8a89eb8363ab0dc735cc86fcbdf756f9c11e1108ca674db61c30ce3922d6b896, '', 0, '?'),
(0xe5aadab61c7d295f85470fac1285a382, 'wp-content/plugins/loco-translate/pub/css/podiff.css', 1, 0x00000000000000000000000000000000, 0xbcd7a7ba52a1055b5f7b0c959b884753, 0x04efc72a1924b0e0d0a8e5a371a729d0c40526d8292bd1725552df243604e30e, '', 0, '?'),
(0xe319915b020819e31d063fcf9739ecd1, 'wp-content/plugins/loco-translate/pub/css/poinit.css', 1, 0x00000000000000000000000000000000, 0xc8a21468f186be7355b7e49c3c77002c, 0x1b6da9984a9bc204fa41909ff9e0f657bf7424e858600777905e5d10c68d7bea, '', 0, '?'),
(0xfab0de3bc3b91a2b3725d43d339fdfda, 'wp-content/plugins/loco-translate/pub/css/poview.css', 1, 0x00000000000000000000000000000000, 0xc13f32c6ec00f6a138cb2b4a34ed8778, 0x4699e354539df0d9cbad5d5bf3efed735c01b6e35680a558ac1ce95434b7b0fb, '', 0, '?'),
(0x6d63229a0e6a95717a4f140cf69ad6d3, 'wp-content/plugins/loco-translate/pub/css/skins/blue.css', 1, 0x00000000000000000000000000000000, 0x1aab513916bd47cccf06adce61159c7d, 0xab4d27dbf9a52d34f48010d2576ec43ff153af36f0055a32a258a6dfc3271ce4, '', 0, '?'),
(0xecea174dc8106c69e919abeaa3f12662, 'wp-content/plugins/loco-translate/pub/css/skins/coffee.css', 1, 0x00000000000000000000000000000000, 0x010bf97d5aad5c9d9bc203bbe0980970, 0x2206944fd544466db86bb88962556b016cfa7d2a882181540410ce9de35c2aed, '', 0, '?'),
(0xf2dec39790387d9cbf2a41f322ce10e4, 'wp-content/plugins/loco-translate/pub/css/skins/ectoplasm.css', 1, 0x00000000000000000000000000000000, 0x68055eefc6dcd327388df8b2624963e3, 0xeb7abcc087bcd5d7d067be560b5a9b69a34a2539dfc6c127837458fbf628dd8c, '', 0, '?'),
(0x77238091363cce744ff23a7de063e58f, 'wp-content/plugins/loco-translate/pub/css/skins/light.css', 1, 0x00000000000000000000000000000000, 0x25da8d84f27b0bd0f8073a16e4cdc3a0, 0x1291e85f1e877f2b35231462a7a1e80b89d4baf11255ab9d23fd60a317d95fe1, '', 0, '?'),
(0xd9507514794bb2ae01df3afb43d24525, 'wp-content/plugins/loco-translate/pub/css/skins/midnight.css', 1, 0x00000000000000000000000000000000, 0x327ec3fa1c76081c76cc7df54401cf99, 0x23cb20e33db5e4fb9a3047357a180f8568aeae4f589a13b230246d844c15f990, '', 0, '?'),
(0x577f1eb0325e84ce9bc60e60f9ab8be4, 'wp-content/plugins/loco-translate/pub/css/skins/ocean.css', 1, 0x00000000000000000000000000000000, 0x5bc90d83be8b5998e4c274944f0d77be, 0x7cf68461d01ff92fef3fc8c67093e86874036ff53ac3b2d03b4d6d8707108d90, '', 0, '?'),
(0xcaeaa615b10a54e801e6e85032a0d3a2, 'wp-content/plugins/loco-translate/pub/css/skins/sunrise.css', 1, 0x00000000000000000000000000000000, 0x520b8ca48800ae8d1c6562d5f2c13a7b, 0x810d41234f16f73feca5f1d1934053a5727b9fc61b096313a15e04fd83fc884f, '', 0, '?'),
(0xf0d852104adfa1a19061f03b98dd5ced, 'wp-content/plugins/loco-translate/pub/font/loco.eot', 1, 0x00000000000000000000000000000000, 0x856fa33f4d72137de3f280b889aef58c, 0x435e0ea13fea3db22aee688843b9a06d3a1db4ca7696ec976cad0c800dd142c7, '', 0, '?'),
(0xdabb9f4737c15f4938eeeb3e798eaf25, 'wp-content/plugins/loco-translate/pub/font/loco.svg', 1, 0x00000000000000000000000000000000, 0xcd8ead861965873d14169aa0cec943f9, 0xa54302f3fb35ea391d9cf86a2ba091344a6f3ffb58005bced0711369ce3c6e2f, '', 0, '?'),
(0x6974a3066379ee3f49fe5306416f0b13, 'wp-content/plugins/loco-translate/pub/font/loco.ttf', 1, 0x00000000000000000000000000000000, 0xab4ac7f1bdd382c6d83fef548d4e852f, 0x76b3e77feb9aa6df5f73b9ab4e8f2fd100fb496fc9d77310c87d343bdadefc14, '', 0, '?'),
(0x2b741eb4cbeac59cbedb39e8cfbd2f5c, 'wp-content/plugins/loco-translate/pub/font/loco.woff', 1, 0x00000000000000000000000000000000, 0xadb8bf3c6cd4d01b9a3809aa126365eb, 0x209621b71a00d1e4c2b6d7026ddf4d8912452b1149d8b98e9153e29299616da5, '', 0, '?'),
(0x54f495367374d3a8c4e84b5da6ef5374, 'wp-content/plugins/loco-translate/pub/img/flags.png', 1, 0x00000000000000000000000000000000, 0xa8fc0276784318ec274bc2e35e2e768a, 0x6ff71eab39852ebf8b68aedc8819acce0d512cbcc2b728c7c7135016cfc08cbb, '', 0, '?'),
(0xc1280e91c8f17d7d7b631385bcd3452c, 'wp-content/plugins/loco-translate/pub/img/logo-foot.gif', 1, 0x00000000000000000000000000000000, 0x93454a2540a27f65d1c12588cda122f1, 0xd2b3ffc6c0b4b62b1febc3bf1024bda9c1ddbae04d6903d991706aaf3703f2e1, '', 0, '?'),
(0xd31fee00f40478308a2918c4199ee538, 'wp-content/plugins/loco-translate/pub/img/skins/blue/spin-primary-button.gif', 1, 0x00000000000000000000000000000000, 0x83aba9840378ef8ac7b31f3cbcf60a42, 0x947598803ec43d424b35ee0f93383a475810a52f10eb628a63a4d12fca073b9b, '', 0, '?'),
(0x44c161092f8f82e370710c9b7a40c69e, 'wp-content/plugins/loco-translate/pub/img/skins/coffee/spin-primary-button.gif', 1, 0x00000000000000000000000000000000, 0x0603da90863148160e9bd939d8d4d4b8, 0xdc09c9eda23194f6f26ce26685c5c8f8bd2ac177cdaec3c3727a61f427732460, '', 0, '?'),
(0x1e94ad6737565172708deb6f8db5ea3c, 'wp-content/plugins/loco-translate/pub/img/skins/ectoplasm/spin-primary-button.gif', 1, 0x00000000000000000000000000000000, 0x734d3e65739a7b27c8ab7c7074f9f88f, 0xcdb1da4278283d346331fb7d1cdb69922653e87ee109d8e845968f119d5d2220, '', 0, '?'),
(0x803b707ddfe66c97e84ee37a91d4eeca, 'wp-content/plugins/loco-translate/pub/img/skins/fresh/spin-primary-button.gif', 1, 0x00000000000000000000000000000000, 0x17e655114f7ab22b65a314e668543fd7, 0xe2ec4733657f9ae49b6ccc22453a82dcd55f9aa8a42bc5f52e3975aae6809a3d, '', 0, '?'),
(0xc3c01b14afe6cf1c6ffc086537c27a2f, 'wp-content/plugins/loco-translate/pub/img/skins/light/spin-primary-button.gif', 1, 0x00000000000000000000000000000000, 0xfb2f6ef958febb36a359052ca19229a8, 0x49045b5b3010d93cdd04552fd689b36e6c9b1eaa574f6031a3787a3298ece5c0, '', 0, '?'),
(0x2685aaa3c2555a238cd06b0f1cefc3b9, 'wp-content/plugins/loco-translate/pub/img/skins/midnight/spin-primary-button.gif', 1, 0x00000000000000000000000000000000, 0x5df462008e5a87b9d0d6a0452fd665f2, 0xbf7db510b0a0648461ada7e6c22bb672424f7576823a8ba45cd8b8a7e8a50de9, '', 0, '?'),
(0x81eab5b01c5ce3df2e98514c0c4b677b, 'wp-content/plugins/loco-translate/pub/img/skins/ocean/spin-primary-button.gif', 1, 0x00000000000000000000000000000000, 0x8686e8aac1db8948799539fe3fdc2cc9, 0x09d0ea17c47983cfc71657bdd74f330d5e624512d6008fb1b50f60259af08263, '', 0, '?'),
(0x9fd9d93ba9428c7c3a23187a8277e604, 'wp-content/plugins/loco-translate/pub/img/skins/sunrise/spin-primary-button.gif', 1, 0x00000000000000000000000000000000, 0xd5fcf1a9d66d32b618e17314748394b9, 0xc6c93e4f54ff977f60f999254834c442fa04994faf18eaef2fb9bd30c0008e85, '', 0, '?'),
(0xc60abbfcf21df13bc11399034f9cc2db, 'wp-content/plugins/loco-translate/pub/img/spin-editor-button.gif', 1, 0x00000000000000000000000000000000, 0x2de936486acae5dca92c4c86f4a21359, 0xb3222653179ef6c524b75b7e9b35840db117362184445a74cc94e262eba677a4, '', 0, '?'),
(0xa1c4baf2041ac9543dbdb00e313f43df, 'wp-content/plugins/loco-translate/pub/img/spin-modal.gif', 1, 0x00000000000000000000000000000000, 0xcf46f7db4c452ea2a94d33eabca8ba93, 0xbdec23d4404f69f7be55155da8389f05077461731810313f8eee580da3a81632, '', 0, '?'),
(0x06baa7668b692c4051df2e1c0c01e066, 'wp-content/plugins/loco-translate/pub/img/wg/splitx.png', 1, 0x00000000000000000000000000000000, 0xbe6c25025b0bf941bf23e5c4ad180a95, 0xab0a8d61bc40daee2b1a689b4fbc3e025833e36485aba66eee96e666c2f999f2, '', 0, '?'),
(0x96c817070f3f44fa34af5a6e7cfae159, 'wp-content/plugins/loco-translate/pub/img/wg/splity.png', 1, 0x00000000000000000000000000000000, 0x05a360f3548d5c921cc14ece29e940e6, 0x8d41259871f70838df511229776a2c3b4fac06b64f7093583695cf4af4373383, '', 0, '?'),
(0xcbdc8e14174cc97c64577b9971937e00, 'wp-content/plugins/loco-translate/pub/js/config.js', 1, 0x00000000000000000000000000000000, 0xc1a05cd381da55b2d44b3c1aa47025b1, 0xb21aebf188b230a597ef0cfa7916c2e0d78eb871af3bb549c7b07426bc0600eb, '', 0, '?'),
(0xf437be7b31febed86cdb9983aa5fe35a, 'wp-content/plugins/loco-translate/pub/js/debug.js', 1, 0x00000000000000000000000000000000, 0x305384238fec487400fd76dcca3ab555, 0x4d9f568c361d1da1c6042685aec24ae34a92b2002741e3e6084ba14b9a5333ab, '', 0, '?'),
(0x1d646cd037cd87dd4123487c54885897, 'wp-content/plugins/loco-translate/pub/js/delete.js', 1, 0x00000000000000000000000000000000, 0x138cd0b55051edd964d3083ea08c207e, 0x782ac804c41d080bf7bf2f6771908c46b3d057ce5ee1157432c554d3d4aa26d9, '', 0, '?'),
(0x1d5eed3e03163c90a84f73b4d2d1eff9, 'wp-content/plugins/loco-translate/pub/js/editor.js', 1, 0x00000000000000000000000000000000, 0x5686a48d5901e3d17cae822d16d7a877, 0xee94e7f66b93724a2285ad16f4d75acea0c8edd56b4eaf58b9fd3413835ea069, '', 0, '?'),
(0x519a5d265e35d99cc907735addda7599, 'wp-content/plugins/loco-translate/pub/js/min/admin.js', 1, 0x00000000000000000000000000000000, 0xc509b89497368a89808515e64d3f5dcc, 0xc5a63864f8473eddfb696f2d17fb874580cfd0a75ffe9ce2455fadb39b1a66e9, '', 0, '?'),
(0xb9a749eda1afb461d907060525084298, 'wp-content/plugins/loco-translate/pub/js/move.js', 1, 0x00000000000000000000000000000000, 0x05f9de3cae362a7506b83a33ad903790, 0x06641b11c5fb5e1d3cd02625f3ce11d2357154ad253b4f41d2fa43ae34ef4a08, '', 0, '?'),
(0x38ad5e3a64000507741451a7bd2352f0, 'wp-content/plugins/loco-translate/pub/js/podiff.js', 1, 0x00000000000000000000000000000000, 0x99f6a08c1439432a6cc616e4574430bd, 0xa34df31f9f30f7007fd52116292876c2325eb30057306b444987ad196ab9c9e4, '', 0, '?'),
(0x67fd193ffd1507b0bddd209535725716, 'wp-content/plugins/loco-translate/pub/js/poinit.js', 1, 0x00000000000000000000000000000000, 0xea4df64fcd1978c5e1dd1c94d6bd8d81, 0x89db0a9f9cd45e722bd9dc6ef888e26db66af0d7ee2bce6ace5c242fdd8b07ca, '', 0, '?'),
(0xa92f401d1721f04129715e239b30b853, 'wp-content/plugins/loco-translate/pub/js/potinit.js', 1, 0x00000000000000000000000000000000, 0x6c79349ac578b724cf69c90ad99bebbe, 0xf98ae0c2c58876a06bbd3f3669f9c7c6d3c4d132b2e33be0debf92d721f4c14d, '', 0, '?'),
(0xf6676f4abfa3453f7a6777d0209773e5, 'wp-content/plugins/loco-translate/pub/js/poview.js', 1, 0x00000000000000000000000000000000, 0x9cc2c37fa565216f221eda5fa9bfca2f, 0x3dff8a73bbeaccca7132c2aacc8353f6ed6ae8c15011152d0097400b9db6d4b6, '', 0, '?'),
(0x7117974d4c3435d69d6e382ceeafa72c, 'wp-content/plugins/loco-translate/pub/js/setup.js', 1, 0x00000000000000000000000000000000, 0x571aa1c6b001cc4283bbc4af2df737d3, 0x89dca3f2e711c2cbfc4744e4d3acf11cf0c3f8f8a6b97a80a85c7099575cfbae, '', 0, '?'),
(0xc5914345a9659e44f802189e6681f620, 'wp-content/plugins/loco-translate/readme.txt', 1, 0x00000000000000000000000000000000, 0xc8cbb4655f88b487251788e67f865f83, 0x71e0a4ec013cb8c918aca3447504ee1e035581efc352dc28a32c6af8098f02df, '', 0, '?'),
(0x732cdd7c1c87997c509d33dcf15e8eb4, 'wp-content/plugins/loco-translate/src/Locale.php', 1, 0x00000000000000000000000000000000, 0x3b5e0182e82c84855df41f879ec5a183, 0xf0da29aef7aace0b49f7cdd08c63b66b3fddb1429a347114d890efe8b0d2c60d, '', 0, '?'),
(0xf2e36daa8162ee2fecb12c98d42cc56d, 'wp-content/plugins/loco-translate/src/admin/DebugController.php', 1, 0x00000000000000000000000000000000, 0x2e738707f491cdded4d0ed7b37e63e8e, 0x2e61d75c0e49c4b3396f4adfde2d97569a9b73d2fed25c80b13d3d23ff3e23b8, '', 0, '?'),
(0x8dfc682c33604a9a6ccc6f5c5b633170, 'wp-content/plugins/loco-translate/src/admin/ErrorController.php', 1, 0x00000000000000000000000000000000, 0xe4e96cdd170f6c01577d8ff1df197a5d, 0x5540a998721aa0f7d3c7e5e14d9d375fb9202f977f580dfcc40ffa7b79618d1b, '', 0, '?'),
(0xa8ebe47a8b30e2a23a9f323e30786cde, 'wp-content/plugins/loco-translate/src/admin/Navigation.php', 1, 0x00000000000000000000000000000000, 0x14d3f5ce743d887cd87a7eb47ce50d81, 0xdf1b934603d1cecc1c0b9ee5bd9e0082930f796eb16dfc9c18012c2c9635d5e7, '', 0, '?'),
(0x5bb8721a1e68e73694131da4f0a257e1, 'wp-content/plugins/loco-translate/src/admin/RedirectController.php', 1, 0x00000000000000000000000000000000, 0x5dd0cbea3a2cfa8d2a666e5892ff24d0, 0x05326f056f7966d2ecb969a5372713e93ce3fb3e54c945af6a9237d50811f380, '', 0, '?'),
(0x4c167b7616d780d8a40c7c0e54234ffb, 'wp-content/plugins/loco-translate/src/admin/RootController.php', 1, 0x00000000000000000000000000000000, 0x793f3fc452d16a2eaf9ea0b8cda46e28, 0x6da5e9e1b4b0a6a7f687ed1130701346100e76c473cf6ffcec8cf9681dcdf3d3, '', 0, '?'),
(0x25d713ec7522ca3d3101e3bc746ef726, 'wp-content/plugins/loco-translate/src/admin/bundle/BaseController.php', 1, 0x00000000000000000000000000000000, 0x8e56e05dbc63b980d7ebf5ce1e98fc9b, 0xeb377ca9bc3cbfb099aa5b71112a01db1776d98bb3e322d6bf009db437c910d9, '', 0, '?'),
(0x69e37a0fc8073952c1a4ef1df16853eb, 'wp-content/plugins/loco-translate/src/admin/bundle/ConfController.php', 1, 0x00000000000000000000000000000000, 0x0e7fe4a3a9ada680f51f228c4be77ae0, 0xf9c66fa09da29d61cc60d23c2e66b654fd1cc03a664c60c9a4014ea04fb7a034, '', 0, '?'),
(0x500582c8cb2ba1b23fef8ae91b9df3a4, 'wp-content/plugins/loco-translate/src/admin/bundle/DebugController.php', 1, 0x00000000000000000000000000000000, 0x38f25448ce778fc15e2a0dcbcac74784, 0x8cdfacc03c47bab1751ac5e35aeb56afa71fa4bdfa4dc59f97658c1a4ece4510, '', 0, '?'),
(0x9fa4d650e58f5096c9067131fac66ce9, 'wp-content/plugins/loco-translate/src/admin/bundle/LocaleController.php', 1, 0x00000000000000000000000000000000, 0x457aa110aadd6275eea0514136b292a9, 0xe048084323c6ba8076c63455037827914122a39679288fe8914e32c93ba0ba0f, '', 0, '?'),
(0x1e104fe885d147cb0e88bd1775204f68, 'wp-content/plugins/loco-translate/src/admin/bundle/SetupController.php', 1, 0x00000000000000000000000000000000, 0x5a1a146f8f64f360e4b4c902be825589, 0x806d234a07fa254c36f58bb55388516c6ecfd1dc294814ba483a6f942e6f2c9c, '', 0, '?'),
(0x104818f7f53b2580ff6c2829efdf4d50, 'wp-content/plugins/loco-translate/src/admin/bundle/ViewController.php', 1, 0x00000000000000000000000000000000, 0xad43f7a74b8123dab6bdbca656aa3df2, 0x9889a02e3ce2d2ab303fa049216cb825da09a2b2cec02c4b5459bd85183fb536, '', 0, '?'),
(0x267eaaf78095e173b7b63f69e947f9ee, 'wp-content/plugins/loco-translate/src/admin/config/BaseController.php', 1, 0x00000000000000000000000000000000, 0x5c9b6f213d1ad200abf96dccffddcfb7, 0x6412b55d41a851642131500903dc2446eb23f83e69df593166852db3163ef58b, '', 0, '?'),
(0x671fec8268c2357883694d9a41ba0b34, 'wp-content/plugins/loco-translate/src/admin/config/DebugController.php', 1, 0x00000000000000000000000000000000, 0xd5042cdc10610bee279e04d8be2543b4, 0x8325302819b50d65734ba7f30f88ee3f7ba413d48bddbe38f29fdaacb9312c13, '', 0, '?'),
(0xe4a7c9d69790f0df14c0d5bdbe5e2cf8, 'wp-content/plugins/loco-translate/src/admin/config/PrefsController.php', 1, 0x00000000000000000000000000000000, 0x4ad91a9023a597c363099f8c81cd33dd, 0x4d844428b6e965ff02d4df633893c60e3fdf6d00421a5a45dd6c9f3d5829e6ef, '', 0, '?'),
(0x4b24a23e12b54a6b3b17f4ba259dfdd7, 'wp-content/plugins/loco-translate/src/admin/config/SettingsController.php', 1, 0x00000000000000000000000000000000, 0xb345ccb8a9dd6e493b1cbe3f311de45b, 0x5eface862f6625063d977646c99dc0491a16f127309852193e5403056943b20d, '', 0, '?'),
(0x68d8c101d3170bcb97992fc6d8e02386, 'wp-content/plugins/loco-translate/src/admin/config/VersionController.php', 1, 0x00000000000000000000000000000000, 0x5f3858001499d5953a7763f34c827404, 0x65fcf6cfc9bf4f4d30d617fcefa8c59c7db5fabef7fe4da3d8fb25a80bf8843b, '', 0, '?'),
(0xa9465b5832e93f5e289692bb7d2b77b3, 'wp-content/plugins/loco-translate/src/admin/file/BaseController.php', 1, 0x00000000000000000000000000000000, 0x8e361d95ac13a1c8fc6ba4bcf89e5c10, 0x8a067d08185408c93ad13ba4f38e6f6302473d62aaa3ec176b906ff7035cb640, '', 0, '?'),
(0x2891d51134223ea52ea8016845311af6, 'wp-content/plugins/loco-translate/src/admin/file/DeleteController.php', 1, 0x00000000000000000000000000000000, 0x648f5cfb162da0c53f338d8411585d64, 0xef57e2bf2082b10eb2e48983ac8610ab0602593bf66d35bae73e1c8249678e56, '', 0, '?'),
(0x9b0bd533b791d7fbad266aaa6f5a0f98, 'wp-content/plugins/loco-translate/src/admin/file/DiffController.php', 1, 0x00000000000000000000000000000000, 0xf9002fed38065d578973a38fcb9e8db6, 0x4e707f86b81ffef2b6237a61f9db2817bea0e32465d4c20cbd1b53f4e0a462c4, '', 0, '?'),
(0x5c525ed925224cdd5d5e5125c574e4ae, 'wp-content/plugins/loco-translate/src/admin/file/EditController.php', 1, 0x00000000000000000000000000000000, 0xde0af6fb1c1c5bc894b0daf8ae08848f, 0xe56ff769435fba1011efef49f8b8830acb3c88cf069e3cd7b741c6e111016784, '', 0, '?'),
(0xa109a12fb4ce0c74c6651ac19f7bc25f, 'wp-content/plugins/loco-translate/src/admin/file/InfoController.php', 1, 0x00000000000000000000000000000000, 0xacf054c250fc861904c1943f2532ad7a, 0xbfa613aa34077b110c0a303c9625e907bbb3deff27e6dfef9b10a1ba5fefbf40, '', 0, '?'),
(0x3e8f1fdb95fa58a799bf75ab69c29fa3, 'wp-content/plugins/loco-translate/src/admin/file/MoveController.php', 1, 0x00000000000000000000000000000000, 0xadee80726a9aa16ce97b1900c4d8d65b, 0x0b0cb05bd1f3a94eed3d0826cfeba31bcf6957add99930a28a0acc3641c1d368, '', 0, '?'),
(0x581c554cfe02671e6427f63c659e84b2, 'wp-content/plugins/loco-translate/src/admin/file/ViewController.php', 1, 0x00000000000000000000000000000000, 0xe987f1610b6b208b98f3b4fbf7a566bf, 0x266c1b9b27a0eabf46fb35de9ba4cb54f1c5d1e1fd2f4724de8d30f66782a411, '', 0, '?'),
(0x6144272aea5de207e7dfb94ff6849a11, 'wp-content/plugins/loco-translate/src/admin/init/BaseController.php', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x7a2d00b298ad4d3ce18e964fb922795a, 'wp-content/plugins/loco-translate/src/admin/init/InitPoController.php', 1, 0x00000000000000000000000000000000, 0x1893496fd739cc76f8d985d7586c4059, 0x624f5b71fb3b1742bb9b25fdaa6252b51bcae3443ac477fd7d7b17c4b67d0bc0, '', 0, '?'),
(0xe71835d3a7927acf5ef888a9584d2596, 'wp-content/plugins/loco-translate/src/admin/init/InitPotController.php', 1, 0x00000000000000000000000000000000, 0x775f2cc39b1b97a5fa2bbb9ad9efa28a, 0x84b2c4bdc5d9f518106c12f8ff9c9fa3272b994b41954a75326b5a3dcbe86cf1, '', 0, '?'),
(0xa979f1e69b4449ebe221a7aa507ba649, 'wp-content/plugins/loco-translate/src/admin/list/BaseController.php', 1, 0x00000000000000000000000000000000, 0xcb9886780dcb36d973c4539983233f3c, 0x203e18c9488e00f2c6601b4bccfbb85a773057789191fefa9e38e5b63e14cd0a, '', 0, '?'),
(0x88db5cd13a2ac6735151afb1a2670143, 'wp-content/plugins/loco-translate/src/admin/list/CoreController.php', 1, 0x00000000000000000000000000000000, 0x196affc9fe5dd6017f1174d45da18846, 0x914edcb2eb8e9f074224fe31cf8e3273742db63be2f88034d0bd99ba545b7d86, '', 0, '?'),
(0xa97936d7841e6402ea74f1503b54d804, 'wp-content/plugins/loco-translate/src/admin/list/LocalesController.php', 1, 0x00000000000000000000000000000000, 0x3125323aec1902e57cdf4f102c875c8c, 0xfbe7d93dcbc0377247af4f7eac6a8a72f48263cd4423dd936d999fc2d0ce68b7, '', 0, '?'),
(0x280e16b791189473b9fbd4916f0a3b80, 'wp-content/plugins/loco-translate/src/admin/list/PluginsController.php', 1, 0x00000000000000000000000000000000, 0xf3135edfd3709527add621799ccbdb1a, 0xfacc672165ec6a9467d4d1f26ed55999b49cce541b01265b8d5d9ea3e997c4ab, '', 0, '?'),
(0x0834d205511e0cd7b7541924c1966f45, 'wp-content/plugins/loco-translate/src/admin/list/ThemesController.php', 1, 0x00000000000000000000000000000000, 0xc166fc48e4a06b0dbe20ca3ca7d1fd1f, 0x5cf9177e7e8bbc78ec1bf3f23c9cda19b1a1f8d6d0cbbc2a95d4a6470743a454, '', 0, '?'),
(0x1e142698672d177d10e8359e0c2fede1, 'wp-content/plugins/loco-translate/src/ajax/DiffController.php', 1, 0x00000000000000000000000000000000, 0x339c1c1e1c4adea01b6dfcc4e81583f6, 0x1dc9f72b0cf4697fe51026c48130fcdfcf7d46e2a0f4adc2982fdffd36ecf4b0, '', 0, '?'),
(0x9a60bc67a837160e4249e78f4f319183, 'wp-content/plugins/loco-translate/src/ajax/DownloadConfController.php', 1, 0x00000000000000000000000000000000, 0xc26e68cd3a7d715912f2719321098dcc, 0xd2312aa89e9327af386630362b250ee7ef2106405f729e38f0b404e8c13b3a21, '', 0, '?'),
(0x73ed6069086891925c9e2841cc88b131, 'wp-content/plugins/loco-translate/src/ajax/DownloadController.php', 1, 0x00000000000000000000000000000000, 0x56e03631c8cc020b4748f3eef24b38f3, 0x9afd2c7b6262f41b45c51ad3a7da7bfafed7f9215237d5230fb4672f7b48658d, '', 0, '?'),
(0x6eaeb4e3660aa5a50ea9df74e89d2a21, 'wp-content/plugins/loco-translate/src/ajax/FsConnectController.php', 1, 0x00000000000000000000000000000000, 0x7b39a74ad52ad2f42d1619dfe5bb7fa1, 0x4bc855e69786420837f113cd8d494e801591dd09bd8dfed8e6c145452acc7acc, '', 0, '?'),
(0xd4ff85298ecdd1a66fa7865c6dc1d48c, 'wp-content/plugins/loco-translate/src/ajax/FsReferenceController.php', 1, 0x00000000000000000000000000000000, 0xb9e6ccfacaf421398ee9f351c1370205, 0xdc6b3ad8684abff5a6b7bc38fad981d766fba29ce10862dbb030c119dd3c7ff1, '', 0, '?'),
(0x48bcddcc722e01b3d0ad6b145c26d3ce, 'wp-content/plugins/loco-translate/src/ajax/MsginitController.php', 1, 0x00000000000000000000000000000000, 0x426eebae88cbe3aeef3c40758531d861, 0x4a168ca987cc15ec9b06a28f63142dab2b5ae61390b9dfe9050ece2c6550236f, '', 0, '?'),
(0x8678e991a97261b4f2b9ec4a54391ffc, 'wp-content/plugins/loco-translate/src/ajax/PingController.php', 1, 0x00000000000000000000000000000000, 0x15e7600e0add2ef8d5c872484449d67a, 0x10b628181c4d43dfb18bf620a706b7a52e66e127986d9a0235f08f2c6f8ebc45, '', 0, '?'),
(0x603b85de10824a19fc50f44b2c4e3b85, 'wp-content/plugins/loco-translate/src/ajax/SaveController.php', 1, 0x00000000000000000000000000000000, 0x16dc63725631cda009a2656f9b51dd7b, 0x638e1226530ca61ecaf4965c3de699f28ed91128441e66b612292d063ba7f74b, '', 0, '?'),
(0x747b865ac8f18b30c77a2c62aec16d04, 'wp-content/plugins/loco-translate/src/ajax/SyncController.php', 1, 0x00000000000000000000000000000000, 0xdf962ec8836aa41f9e18fcade97267a5, 0xc8f98b84e79f91e43fdda83492fcf0fc0209a2c6db9ebbd3105cf6571828a7cb, '', 0, '?'),
(0xe9f5391f89699752e4340c878de13058, 'wp-content/plugins/loco-translate/src/ajax/XgettextController.php', 1, 0x00000000000000000000000000000000, 0x2a6985649cd22d8e71cc973262ca92da, 0xcfa66ae3eca1c9d55fe89625310b3a9416f61a196f7bdc65edf3f5247e0df4c4, '', 0, '?'),
(0x76f108c2a2436e591c851ac4e734ddc1, 'wp-content/plugins/loco-translate/src/ajax/common/BundleController.php', 1, 0x00000000000000000000000000000000, 0x3d910ede3f57519e3a48d9f5d7205aa4, 0x2a40bb283daeaefeade784632dc150a96358682029aa7c779ee5979ddf80c676, '', 0, '?'),
(0x37e38abffb6062fce06e01220e37c1d6, 'wp-content/plugins/loco-translate/src/api/WordPressFileSystem.php', 1, 0x00000000000000000000000000000000, 0x7b542cbbdd031430286b1fea66579e36, 0x4303959a09319612bf22aa083b5d31a55309d96379ae1eb0934c2449ebd81ba2, '', 0, '?'),
(0x3ce1aeb8774a5b194a9476f48ed61580, 'wp-content/plugins/loco-translate/src/api/WordPressTranslations.php', 1, 0x00000000000000000000000000000000, 0x6a9615e8a07567f7e7a84702e667cc61, 0x218a2d99e49ee08848061aedf95ca8552035796f4b7d6d6b44978bbe819066e9, '', 0, '?'),
(0x230196018f6b65d0d5928ba1ad0fc110, 'wp-content/plugins/loco-translate/src/compat/CtypeExtension.php', 1, 0x00000000000000000000000000000000, 0x0703f541361d088a363edc09a970e477, 0x67c160964c8e58560db4b0ab42327ee8377933c2af9e45e5b49fb6d1ff81cf37, '', 0, '?'),
(0x776ad5ac91bb2d1bd05fd18e7f1e047d, 'wp-content/plugins/loco-translate/src/compat/Failure.php', 1, 0x00000000000000000000000000000000, 0xbb1366e28179f73cccbd5c62b9949061, 0x967bf1968b46d141c84731f693b699cda79b510f5cf88420cc077b6ccdd72426, '', 0, '?'),
(0x7bf9ba582485869f32d55e02443f6db0, 'wp-content/plugins/loco-translate/src/compat/JsonExtension.php', 1, 0x00000000000000000000000000000000, 0x389ca6014ad58a82e6229688e7d4da28, 0x1575fb63818a28403f1ca17e5057369301fb8f90d085e4d1444fad44c9551586, '', 0, '?'),
(0x3a5d944fea725e04bdaba5173dd59bed, 'wp-content/plugins/loco-translate/src/compat/JsonSerializable.php', 1, 0x00000000000000000000000000000000, 0xeef227b1abcd92de35fca5a68e43f11c, 0xd92daac109c981a4cd68f0f510c06e5d00caec7180144ee6fc0a4fc613a14477, '', 0, '?'),
(0x4f38f8f89ad0c0e5d472745b4783be80, 'wp-content/plugins/loco-translate/src/compat/MbstringExtension.php', 1, 0x00000000000000000000000000000000, 0xb7501f328de6bf51f4c08a761b264992, 0x604b811585bc72498b42f17b2a389a898ba5d6165bd2415a519c3fd3e5c48232, '', 0, '?'),
(0xda76dfcf75c55775194e5b7d4b9a1a22, 'wp-content/plugins/loco-translate/src/compat/PosixExtension.php', 1, 0x00000000000000000000000000000000, 0x39e379e19d7c17c394e66df71ab12483, 0x62523ca6b54336788246ca86ebfa8386511b61c0e88b76a56f4b1e8d8818d191, '', 0, '?'),
(0x2e57eb5bb114900efc3efbdce03e837f, 'wp-content/plugins/loco-translate/src/compat/TokenizerExtension.php', 1, 0x00000000000000000000000000000000, 0xc079aa1fadbeed86403bea10e8758b8f, 0x57aa5692af11c37cfb00ca8cbe119727a0a5cb5ac9ea590bb8ceee4d535f84a0, '', 0, '?'),
(0x090d31ecf46a816ec6f21ea854248400, 'wp-content/plugins/loco-translate/src/config/ArrayModel.php', 1, 0x00000000000000000000000000000000, 0x746664851e3e562f142c0fa3e3c666b7, 0xbae2e2f0e88145f3afffe03097f529d8ed5a2df7f416251e5d4083742d1c5d78, '', 0, '?'),
(0xeb266eb4bde9b802902bec4ca3363c24, 'wp-content/plugins/loco-translate/src/config/BundleReader.php', 1, 0x00000000000000000000000000000000, 0x63b335a117e8417ff20e704103563bbb, 0xb0434f15ee7259d0b0bd91a4deed736952eeb81b7f7c3c86ecba2b3be901534b, '', 0, '?'),
(0x54a0fabf7dda209e6818b6b599f53d7e, 'wp-content/plugins/loco-translate/src/config/BundleWriter.php', 1, 0x00000000000000000000000000000000, 0x14b641138d5b22bbddf12ae06351a32c, 0xfd8e745e49c6397f0cbbb7e8112ad53ef44ec2e8ce314306c86ea8cd6e59a58a, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x1ef2e92f96bd85ceab0e22c5d825496a, 'wp-content/plugins/loco-translate/src/config/CustomSaved.php', 1, 0x00000000000000000000000000000000, 0xfa909a394cef38ec4d3e6929f9550227, 0xdb735b12e65c4b71023f424fc1e3bb40fada0963f7c479543cd601473f0aea86, '', 0, '?'),
(0x906cd4265feca1e155ab81dfb043de18, 'wp-content/plugins/loco-translate/src/config/FormModel.php', 1, 0x00000000000000000000000000000000, 0x8bee53b40c85f87e7ce32241c0fec340, 0x2014d9d05a9af2508f97b87586a47b1adde215f31b52f3da6b42a69bbe51b5b8, '', 0, '?'),
(0xd3b0bc3dc38cc8734706c99b7024600d, 'wp-content/plugins/loco-translate/src/config/Model.php', 1, 0x00000000000000000000000000000000, 0x886f227d2ed6d183834907de9d165a11, 0x731f0edd67c6685fd191369a700a594a1d46b0c620e2c0076c5ef03861bd96c6, '', 0, '?'),
(0x7bb7a810cf44d247d5e2b563e63e9ac1, 'wp-content/plugins/loco-translate/src/config/XMLModel.php', 1, 0x00000000000000000000000000000000, 0x3d9cb37af8c0c22f4fffaa1a671d1f1c, 0x66840488292ecb986980118a5612d07ee34cc4f514507bc28b1dc0899588bded, '', 0, '?'),
(0xda39d657bbcce02c1fe8d12fcedb9d73, 'wp-content/plugins/loco-translate/src/data/CompiledData.php', 1, 0x00000000000000000000000000000000, 0xcc7cbfb3cb33c1acb72ad8d42c72ba8d, 0x9231f44b8e7d003209b1688b614a9fc2db8d9326f7d9260fd98069c7f5948cc6, '', 0, '?'),
(0x5e0f2382e6a014d7132e8d7b91b948d9, 'wp-content/plugins/loco-translate/src/data/Cookie.php', 1, 0x00000000000000000000000000000000, 0x238d74796cb746f8a08f81e43c2a401e, 0x3ff314934eb26ea35ccd9fdb251ccab6e0b0759c9493c78176359e60ca5b2ef8, '', 0, '?'),
(0x68c51d0f3be9d92857fc7963b2b79e08, 'wp-content/plugins/loco-translate/src/data/Option.php', 1, 0x00000000000000000000000000000000, 0xfc019f9f2d5982f5b21447b97851b2a5, 0x440e56e95885e22dd44095517330baa1abd20a02fd8aa611f9f89f1740a927b3, '', 0, '?'),
(0x5ea8985682a6da591bffa81a67c01f82, 'wp-content/plugins/loco-translate/src/data/Permissions.php', 1, 0x00000000000000000000000000000000, 0x3cd501c2267dfbb091c262dd15b11c48, 0x457ac6689f43885c1bb19df73b2c2b34288599043813189d1c729911645878a9, '', 0, '?'),
(0xbeb4612134755a15708deac41c532bf4, 'wp-content/plugins/loco-translate/src/data/Preferences.php', 1, 0x00000000000000000000000000000000, 0x738a6a71bf52b5d98e9c6e7e6409f8ad, 0x07e3414f9f096004b1b76f4f1a3469bb1e87f7148a85cf7bb26dd21023112f67, '', 0, '?'),
(0x42a12ac26b94c78a9d8e141cbc59acf3, 'wp-content/plugins/loco-translate/src/data/RecentItems.php', 1, 0x00000000000000000000000000000000, 0xa6c5883dd13b9942d26ce246006740cf, 0x24176f49eac39d1882a8eb8d23f45cdd1e8bb51fd6bbf00a38a28a06601a4230, '', 0, '?'),
(0xebd396d98cedbe367cf9d9d46d904fbe, 'wp-content/plugins/loco-translate/src/data/Serializable.php', 1, 0x00000000000000000000000000000000, 0x184f809a59ce7bdc796facaa9785a798, 0x86af2b81d0487f76957bd50435c8e3f9dfffbddfc9453de7689487d59c85aa98, '', 0, '?'),
(0xb001351bbc2fb755f5c69ae905846d88, 'wp-content/plugins/loco-translate/src/data/Session.php', 1, 0x00000000000000000000000000000000, 0xb71247b117ccbebf1d58fc578347a517, 0x05e4136b3874b0911afd2fc9a2697eb72b07accaf9c1971f41123d04ef7e30ba, '', 0, '?'),
(0xc1b6a2b85351fa527a911f238e26f965, 'wp-content/plugins/loco-translate/src/data/Settings.php', 1, 0x00000000000000000000000000000000, 0xe92c640000b8b8184b66cd852ab69c96, 0x28ecbb130f539bf6c496913adcfced39b113d09aaa94987f260cb073de2f6358, '', 0, '?'),
(0x91d8cd312131587bbde468e97c5d9e09, 'wp-content/plugins/loco-translate/src/data/Transient.php', 1, 0x00000000000000000000000000000000, 0x5fd83529a9a499ffddb6854a9ec56379, 0x95310617952a21cee97b78509fd4da74d3e3ba6a3ada9945eb6fd54dc601d29f, '', 0, '?'),
(0x1dadaead93aab0734e79e0d068475805, 'wp-content/plugins/loco-translate/src/data/Upload.php', 1, 0x00000000000000000000000000000000, 0xb732ff2a0d26f058c5d8aa920bf4c3be, 0x54bffd948ce3608a2fa1feb00cc1ae221f781e077d103860594e17ea4cd600b1, '', 0, '?'),
(0x6f623a0aa040f10a72bc8a7faa0bbe05, 'wp-content/plugins/loco-translate/src/error/AdminNotices.php', 1, 0x00000000000000000000000000000000, 0x2f8b6da952b6a0e3d3ad8bb61f7a2f62, 0xb5034e92f3e5bd9177180ee32d8019c5ac13aeba20208ab22fea1cd9dea10a54, '', 0, '?'),
(0xa7fadad922cfb6bab52e64582e28d8f4, 'wp-content/plugins/loco-translate/src/error/Debug.php', 1, 0x00000000000000000000000000000000, 0x728dddd1eec21373f79fd7b8fc28cf9a, 0xdf8cd9c55bad00a45fc0cd0479691a81d537da637e87a450545bf298e8751f9d, '', 0, '?'),
(0x7853d1dd267d67871dbc2663c8d135dd, 'wp-content/plugins/loco-translate/src/error/Exception.php', 1, 0x00000000000000000000000000000000, 0xc6b49188b30aa3dbf4ecfc5bf0d5d3d0, 0xab8833faa4aaba899dd85ac797d249ad8384ba23c5bee5a0c9dbfe642c81327e, '', 0, '?'),
(0x4a166160fbdf7a573ae29c5e9e30690a, 'wp-content/plugins/loco-translate/src/error/LocaleException.php', 1, 0x00000000000000000000000000000000, 0x48f233cf399e1b4d00c3de023c5fccb5, 0xcb2986d7338eb85481ad3ae6beab122912ebfeac97629fb705d503d81cc8702f, '', 0, '?'),
(0x39e0c4482ee39a9c37e7466504aa3417, 'wp-content/plugins/loco-translate/src/error/Notice.php', 1, 0x00000000000000000000000000000000, 0x91033f27177d0d76637fbba9528e0203, 0xe65e15e8a129b970c8fcd638e35873c562e065bf5b0d4135500c0f7acf98728d, '', 0, '?'),
(0x65d193e0d2bfefcebec39e5359bdbdfb, 'wp-content/plugins/loco-translate/src/error/ParseException.php', 1, 0x00000000000000000000000000000000, 0x4d6b94e1efd73dd21693dea628504aa2, 0xb3c94836042a4571f0148dabf98fec1edf6a4c45df1bb5417cf706fdd7ae2a61, '', 0, '?'),
(0xb7a993bfab2b90abcdf1a6c0a1ed3d93, 'wp-content/plugins/loco-translate/src/error/Success.php', 1, 0x00000000000000000000000000000000, 0xbcc48acc751175b0808882c740f68c8b, 0x31d985a5ae192a857d941e788fe5be772d9f94a254308d5038bb70f8f1d636ac, '', 0, '?'),
(0xbd58b1f19bf3fe3db5025ae6920e1f35, 'wp-content/plugins/loco-translate/src/error/UploadException.php', 1, 0x00000000000000000000000000000000, 0x241dfc8f10efb051acedfffa6e08b246, 0x6b1e35385097c0cea4c55d97f64e5aaaa1bb8982df0858e18d4742ade240e8a8, '', 0, '?'),
(0xf23fb905256c5d852b3228bd1cee1a28, 'wp-content/plugins/loco-translate/src/error/Warning.php', 1, 0x00000000000000000000000000000000, 0x132f526511785cc7b8d94833f077dbed, 0x1cbfc82187488c2e6e6f901b2b82e65a59b61478ee371c056580916f839ead3f, '', 0, '?'),
(0x3cbec6946a15390f45ea496ac0b7d0e4, 'wp-content/plugins/loco-translate/src/error/WriteException.php', 1, 0x00000000000000000000000000000000, 0xd0cb8d27a0ee263099e9e43e71ab4be8, 0x228e323b705082e78068d036e92dcbc67b860b9a306b670d2e2acc3a8402f7f1, '', 0, '?'),
(0x5a872a8c7221c0252ef96809c1a07da7, 'wp-content/plugins/loco-translate/src/error/XmlParseException.php', 1, 0x00000000000000000000000000000000, 0x6e493d55f4a4e88f22c045e8428d6815, 0x2cbd5fbd6bab20be325a9f46b6069be70fbdd3d3bfafdf10a7fe0d94c5690f6e, '', 0, '?'),
(0x3fc156bc60d46e155884d0c08955a8a2, 'wp-content/plugins/loco-translate/src/fs/Directory.php', 1, 0x00000000000000000000000000000000, 0x5842b56fe0a1dce255c9628212fabd81, 0x06b104185fb3bdc2c9265de0d46c619e03c9169c004489253d4bb52ceaf92bd1, '', 0, '?'),
(0x29597afe24f9d5a4db7491dfb436657f, 'wp-content/plugins/loco-translate/src/fs/DummyFile.php', 1, 0x00000000000000000000000000000000, 0x150c8d46e6df70c74cbffce40b97c97c, 0x2064e4e2d1c7fc766985a82f6de8768fb1a9179ff35e86de08d727773b92eb15, '', 0, '?'),
(0x497ddac8db869faaef16b1248c177a72, 'wp-content/plugins/loco-translate/src/fs/File.php', 1, 0x00000000000000000000000000000000, 0xe7bacebe1b9e13bf69619c29ccb75a09, 0xb63bb75b10c086dbcd2abf393e755a4c95dfd51468c2b0aea1043a72df397909, '', 0, '?'),
(0x6b4db911a9d3984b111b343b0c2c69f3, 'wp-content/plugins/loco-translate/src/fs/FileFinder.php', 1, 0x00000000000000000000000000000000, 0xc123490de3a087222e095f8bcaa8914d, 0x06e708aed46649e12e5a1117c0dd27664d771bec1c5c1152f19a4da3598f9291, '', 0, '?'),
(0x520cd3a393ee1f9fcb0b1a2bbf697517, 'wp-content/plugins/loco-translate/src/fs/FileList.php', 1, 0x00000000000000000000000000000000, 0x92b9eea2870a0298c661d658226e65cc, 0x2565bbb67b927bd4b04b1753c43aebc85eb4471fe9f2fd3271e91e039b8b0dcd, '', 0, '?'),
(0x19f84620d480b1fbda2877e87cf2eff1, 'wp-content/plugins/loco-translate/src/fs/FileListInterface.php', 1, 0x00000000000000000000000000000000, 0xa5e6100fcc828343c457784372c291c6, 0xe50469777e16f1e036fec1860aa49789438886583fd7620f5b3ab6d7b0c7bf51, '', 0, '?'),
(0xbe70db35e9d2feed5523f17208b4a411, 'wp-content/plugins/loco-translate/src/fs/FileMode.php', 1, 0x00000000000000000000000000000000, 0x7709c81c2905a892a51728543fdd66e3, 0xc2d4b040b713e0327cae7e26977f8f6da4f6077a0bf052bfe254ffcdc5d924fa, '', 0, '?'),
(0x4cba917cd7ca5c4bd48c3d20191bb8ab, 'wp-content/plugins/loco-translate/src/fs/FileWriter.php', 1, 0x00000000000000000000000000000000, 0xa0bab2f1fdc69e90bf6f2f097edea98a, 0x03a43582eb90dd679b2ac5fcc1090ec5bbec354cfff8ab8342a7bd4a37e5bc57, '', 0, '?'),
(0x436efc60b6651e55cb8ccec7c9b7889c, 'wp-content/plugins/loco-translate/src/fs/Link.php', 1, 0x00000000000000000000000000000000, 0xec1e2174046f7bfe9efac1f0ff119452, 0x12c06687a1a7fa870fd01622bd8623c8c7b6b81a5f8dbcc5b993636cf758bee1, '', 0, '?'),
(0xd18476f0ecb6a03079c4819e4ee9cb25, 'wp-content/plugins/loco-translate/src/fs/LocaleDirectory.php', 1, 0x00000000000000000000000000000000, 0x9ef18c7084f83cee79054546db00cf97, 0xa0a9dba94f732c7ed34f3a1f3603518de91c16f08f2276b4a510bf4d7d71b9ed, '', 0, '?'),
(0x75a0c2843b1e184aad2d1d23621d3d06, 'wp-content/plugins/loco-translate/src/fs/LocaleFile.php', 1, 0x00000000000000000000000000000000, 0x3125d51cb0bcc2cd661bd2b27f679111, 0x753596c617ed0bb7d5437c0048d1a6b0937252d95413e40c5be5829c3e94a214, '', 0, '?'),
(0xf475e80dc1a9d81c676bd7e760fa6139, 'wp-content/plugins/loco-translate/src/fs/LocaleFileList.php', 1, 0x00000000000000000000000000000000, 0x843c810e4dba682376d0cfda38bdf680, 0xbd319625ed814daf55299ccc0b642ae7270d609e17889ca8b2bdc81be6caf5b3, '', 0, '?'),
(0xdf1e152c03e0d127e1665184fdc2fbb1, 'wp-content/plugins/loco-translate/src/fs/Locations.php', 1, 0x00000000000000000000000000000000, 0xecb9ddb916c00eda165b9e70cf958b60, 0x4a0267530d4e3dbd18fb5533346eca6cc6454e6e33a1bcbd726d0b136b4bd7bc, '', 0, '?'),
(0xb1fec663670612aef6c1a3fcbac84240, 'wp-content/plugins/loco-translate/src/fs/Revisions.php', 1, 0x00000000000000000000000000000000, 0xaf98cb8e5113ef72d14a2e955ebaf537, 0xa71718e41318a07afeb1158c402a6c395e63091b3a238a5cda42c9038e00a4c2, '', 0, '?'),
(0xb8cdd874d055c320c06802ed344526fe, 'wp-content/plugins/loco-translate/src/fs/Siblings.php', 1, 0x00000000000000000000000000000000, 0x0c0bc8a48914012ab8d49868fd42672c, 0xd3546f7a2ec6dac9d31980a428fdaeaa52c2f4f1f4b03e405f53245cf47ce128, '', 0, '?'),
(0x8da20b8370a4e722315d2798c2ca6d30, 'wp-content/plugins/loco-translate/src/gettext/Data.php', 1, 0x00000000000000000000000000000000, 0x410870fca79a5612e80b3462ada8eabd, 0x0b451a2a0eba23f25d56c624bda61285665b38f321c902e16001451e808e6122, '', 0, '?'),
(0x823b5e6bb17b30bd2b336479dc0582c6, 'wp-content/plugins/loco-translate/src/gettext/Extraction.php', 1, 0x00000000000000000000000000000000, 0xe431864e5da9678d3f5ddf8ae4fb398d, 0xd0bb640f9a4d5e9d1f8812a24dc1191d2a01c915b9dc7a24b08dad8d3ee49c30, '', 0, '?'),
(0xc8ef51816dc059817a25ebe8850dc5e7, 'wp-content/plugins/loco-translate/src/gettext/Metadata.php', 1, 0x00000000000000000000000000000000, 0xb0b52ba1e43cde2cdc5e43bd9512570f, 0x58ec32a48179a5c377f7facde8c08c5f8eb92dd12e38cb95af944b5f9df9ee2d, '', 0, '?'),
(0xe9f004ca59cd38c6f864e0648ccd8819, 'wp-content/plugins/loco-translate/src/gettext/SearchPaths.php', 1, 0x00000000000000000000000000000000, 0xeb63c53dbd854b369c0ce9e93e2fe3c7, 0xd254078fa5afc3412a04de376a747dd0ab6dbe18e9b43e2d8206521f3eeb871c, '', 0, '?'),
(0x77f67a403758a4b690dc48718e81fb2d, 'wp-content/plugins/loco-translate/src/gettext/WordCount.php', 1, 0x00000000000000000000000000000000, 0x34a812db256d5ac2eff22cf041b70a01, 0xae15272c2cc07a722092d0a572e7826e945218de38ab6421972e9b749d2e9f6e, '', 0, '?'),
(0xa3ea24f24e2fd1fcddf306f64eb1d8b4, 'wp-content/plugins/loco-translate/src/hooks/AdminHooks.php', 1, 0x00000000000000000000000000000000, 0xbadc0491b3c71cef9874972495a1e731, 0x34d2e09fe410660d20a3be5408cb009de16ea103ac16ccecd80b1054217b4e5e, '', 0, '?'),
(0xee1e3a72d7bf930031fbbd0368e30792, 'wp-content/plugins/loco-translate/src/hooks/Hookable.php', 1, 0x00000000000000000000000000000000, 0x434c5c33aad3ec787b69d927ed183306, 0x084589b79f822f4ca96a6f39eef7f6ab7234b1e3c4fbd2fd8c7b721efc8c4f85, '', 0, '?'),
(0x50a98bbbb506091b46140e81d8ebd7ff, 'wp-content/plugins/loco-translate/src/hooks/LoadHelper.php', 1, 0x00000000000000000000000000000000, 0x788b74a851fdb91772b4887d76fa6e87, 0x555d3830ac73e24fb264fa596dd18ee8b2a815411efee0a2134ba4f1e62d5738, '', 0, '?'),
(0x8732f67264b15351775d2effc0353e8d, 'wp-content/plugins/loco-translate/src/hooks/TranslateBuffer.php', 1, 0x00000000000000000000000000000000, 0xa11cac367dcb1fa478d635717e288000, 0xdba2aa8f2cb5ae7551d5370e3aa395ccbc0b0ce71b53b2f1dfd70a01077a9839, '', 0, '?'),
(0xbaff9cd1f56c4ee51126efa2662a4fa0, 'wp-content/plugins/loco-translate/src/js/Strings.php', 1, 0x00000000000000000000000000000000, 0x63f9a4850b9381e7c9b5354a50e85d47, 0x126c87fee41436fc17804db1b79357c73568f2907117b64a60080cf2dc467df5, '', 0, '?'),
(0xdf5527ca49191a25235ba2c9e457e498, 'wp-content/plugins/loco-translate/src/mvc/AdminController.php', 1, 0x00000000000000000000000000000000, 0x1fd5e404b8b7cb0e55cdab0ce7315b32, 0xced5283224648c80c4e9c1c0d484b6f24d787c1af9c5cbcefd8f4da96bf022ab, '', 0, '?'),
(0x9fe8c10bd3096a4316318c996fa5f208, 'wp-content/plugins/loco-translate/src/mvc/AdminRouter.php', 1, 0x00000000000000000000000000000000, 0x4317d349aabd2d92bcc1df10ef116929, 0x6098e4f13c5db240eb39822fcd1f1357405f74dad3a635db1694742821f5f81c, '', 0, '?'),
(0xc596c28e4a187c271a86a244170b91d2, 'wp-content/plugins/loco-translate/src/mvc/AjaxController.php', 1, 0x00000000000000000000000000000000, 0xf4a2c2109155da03100bebeea7f2cf06, 0xe7cf4f804e56510ceb457e5af90d27dfc3f068119b3edb4c7195cb29585db46d, '', 0, '?'),
(0x2dfae17a7085d138afa20a8d76aef0dd, 'wp-content/plugins/loco-translate/src/mvc/AjaxRouter.php', 1, 0x00000000000000000000000000000000, 0xbbd64c5ce7bc8c7edcbd197083dbe140, 0xc16186670b200f75e1c017909f20b8fa5f262b0ee530e7b8e484fb4ff5513a38, '', 0, '?'),
(0xc04caf338a509e4d21be99c6a35ff0cb, 'wp-content/plugins/loco-translate/src/mvc/Controller.php', 1, 0x00000000000000000000000000000000, 0x8b27695db7c55a9a3bf44f068a5d9754, 0x230293458a8cd58e05acdff904319bea2d29496c51fffb2034bded0344af7e76, '', 0, '?'),
(0x976db0d4b6ec8e25d91e4a3f2846f6f3, 'wp-content/plugins/loco-translate/src/mvc/FileParams.php', 1, 0x00000000000000000000000000000000, 0x63bb1fbdc01bd48bbe7ca1106b94c5ae, 0x11bb77e2dc29322106aeb6bcb852bac28506cf3ca030b4e7e9eebe5f10d3ae6f, '', 0, '?'),
(0xd040d07f88eff23d0a00c2cdbcc74aae, 'wp-content/plugins/loco-translate/src/mvc/HiddenFields.php', 1, 0x00000000000000000000000000000000, 0xa9212f68853049c2fe6f7af5be548601, 0x50bf37ecc92a046013954a2f02b2e9b45e07391377c218f6f6084be5d141c331, '', 0, '?'),
(0x306199a2b554ae03945f0c7a0dec9588, 'wp-content/plugins/loco-translate/src/mvc/PostParams.php', 1, 0x00000000000000000000000000000000, 0x35820bf6e5e69bccae11721d57aef6fa, 0xea69409b6f3abd0b66530987b14a0f4b676324ace428a0e0290572f127fe82fb, '', 0, '?'),
(0x8dee093152c7983ddc099910a692b3c7, 'wp-content/plugins/loco-translate/src/mvc/View.php', 1, 0x00000000000000000000000000000000, 0x4e0d8f2fb9af10640d4f0201a3454bf1, 0xaa4316333700d1c89e806c20b304674ac90894c22e43b58e94a6631a7435070b, '', 0, '?'),
(0x0c3b15ceb7d7d8f484d62d014399a375, 'wp-content/plugins/loco-translate/src/mvc/ViewParams.php', 1, 0x00000000000000000000000000000000, 0x83f3d91f7b44c781114831e9acad366e, 0x830e641c225eea9f8057cc97264cc4e712814e0a8fa1d1404cd63c2a765cfc2c, '', 0, '?'),
(0xd2322d10b478666555ca96fc1f0c9128, 'wp-content/plugins/loco-translate/src/output/Buffer.php', 1, 0x00000000000000000000000000000000, 0xa0d83f799ca4a60e0e7f496dab590c2d, 0x0bea5356251f83c763d6049794fb085bdfd31d8bde9c6e4dfc0f25eb321a935f, '', 0, '?'),
(0x7d6252f8f607915d25cfa67441bb9242, 'wp-content/plugins/loco-translate/src/output/DiffRenderer.php', 1, 0x00000000000000000000000000000000, 0x63434037b49be7d7e2856b7edcf9c10f, 0xfe42f86683daaa5546f74797b8dc3bef771d57ed1c2a5f974529b42776bdb582, '', 0, '?'),
(0xe3a9030ddd5393813e2f4a9e6e94afdf, 'wp-content/plugins/loco-translate/src/package/Bundle.php', 1, 0x00000000000000000000000000000000, 0x584988a87ed0714b62e2769e678b546b, 0xa1f55e711e2ccbe8a9cd747aea03137878e87112fc5c354b48a9771f69ca6b28, '', 0, '?'),
(0xc6aa885ecf3382613bdffc4c184a3997, 'wp-content/plugins/loco-translate/src/package/Core.php', 1, 0x00000000000000000000000000000000, 0xac34dbd4d4099ac7c3c14f9abbdb2169, 0x5837086b01c99125a3300172b044f5f501892bc2c01e07c78460dca7386efbaf, '', 0, '?'),
(0xc59a1118555b4dba70aba178aa2a356d, 'wp-content/plugins/loco-translate/src/package/Debugger.php', 1, 0x00000000000000000000000000000000, 0xa7575dfae9b1ad1eabd0ea2fb91b7f37, 0xdf5b394d3f66cb3c1bdd221e3413dc76147dd4c0c30ae874b68d1b8723b28b4a, '', 0, '?'),
(0x23421e97443726df24c20856772e40c3, 'wp-content/plugins/loco-translate/src/package/Header.php', 1, 0x00000000000000000000000000000000, 0xce0a746e41ceb7f341d44d2342e8fb23, 0xb156a1f8e8e545261d6a187e302c4a39dd163adb430636c414c1964d55034274, '', 0, '?'),
(0x67dab26f222432f4aa32c4bf08230b0a, 'wp-content/plugins/loco-translate/src/package/Inverter.php', 1, 0x00000000000000000000000000000000, 0x070e7f232e27445f84cf981965e37357, 0x3149d529622589198d2bd0c26eab1ce52972041d89c1a7b12e07603e3bd6af30, '', 0, '?'),
(0x8963540a2afd576103b22329d6d8c284, 'wp-content/plugins/loco-translate/src/package/Listener.php', 1, 0x00000000000000000000000000000000, 0x167e99b4e9b4f75adfe5becc8532e73c, 0xdbcd08fcbdd4bed6f043e10fd8ebd42b835d1985e155909c133333e21887cdc5, '', 0, '?'),
(0xb91c4771bda389cdb410bd19ed883089, 'wp-content/plugins/loco-translate/src/package/Locale.php', 1, 0x00000000000000000000000000000000, 0x7de769f6148c810d1b52da14eb23960a, 0x5b41fcc9fce5bedd83152a3dd4622aa0f4313656c7bae07963e4b08bf1de8fa4, '', 0, '?'),
(0xca4a22dab16ddc8a622fd517eba8ac18, 'wp-content/plugins/loco-translate/src/package/Plugin.php', 1, 0x00000000000000000000000000000000, 0xb75d52e1922455c21c848fe9ba86b780, 0x737c34bf502d126161a337c53434f94a1e941ef19d2e126c8f25a00606460c22, '', 0, '?'),
(0xb105cf951078e69b01d0934edb884f99, 'wp-content/plugins/loco-translate/src/package/Project.php', 1, 0x00000000000000000000000000000000, 0x5ccb09fbb6c6628c9cc4ef854361d2b6, 0xc84b5b6f4e50075527a3f1d78a4183358f16acac8b8f282d83a7093a7c1b6a30, '', 0, '?'),
(0x865f209be0ebd21f637e37e3a1c21d96, 'wp-content/plugins/loco-translate/src/package/TextDomain.php', 1, 0x00000000000000000000000000000000, 0x223b371668cc029eadb682d856c2f753, 0xdbc4c203fdc85c330985770992ed7cb279bd7e0e1d29973917d7a68c09002e4f, '', 0, '?'),
(0x5fc98cc5a3dcbd7b3766815818066b7f, 'wp-content/plugins/loco-translate/src/package/Theme.php', 1, 0x00000000000000000000000000000000, 0x02ec6b3b24f6af5bf7b3e15a9e547ae0, 0x71f1013b97561522149c17b5a7717989b4764fd3aa0ec505ad0dfc678d0f40b7, '', 0, '?'),
(0x655115b36ef28db214b15b62c78e6ac4, 'wp-content/plugins/loco-translate/src/test/DummyFtpConnect.php', 1, 0x00000000000000000000000000000000, 0x15226ba829af9b3c5a25955279770d74, 0x55ef0b94f9333afc52f17f1ec71431a15d273861831b4a6b52dceff47eb077fb, '', 0, '?'),
(0xdf83ef67091d4f6a405e576ebe1c3715, 'wp-content/plugins/loco-translate/src/test/RecursiveException.php', 1, 0x00000000000000000000000000000000, 0xafd5c73dc12b36f2af1aae5ebb97830f, 0x2c65b50a6ec99daf336dc02c9e0f8b99c91b2cca55aac0cee8c82964a463f48e, '', 0, '?'),
(0xa195fc25f6c7852486f748b063c8d408, 'wp-content/plugins/loco-translate/src/test/TestCase.php', 1, 0x00000000000000000000000000000000, 0x2c1e86731870126348057892e0102a1c, 0xb5e9571643419ce7e9821bdb92923703f4642d7d1444c1a0cccf4c239feba1f7, '', 0, '?'),
(0xa38c3b63d30298e807db4c52c5f19320, 'wp-content/plugins/loco-translate/src/test/TestFilters.php', 1, 0x00000000000000000000000000000000, 0xa0bebe6fef854f5d9608ed761869d812, 0x120d88ccabca0d91e3bdaca6665adf8c7b50759e8ddad018b438e1d13ddf3757, '', 0, '?'),
(0x9a0342f27fdb6066cc19b231e0ab1b16, 'wp-content/plugins/loco-translate/src/test/TransientObject.php', 1, 0x00000000000000000000000000000000, 0x5732ef2e64903c16167dc6117321f97d, 0xe54e1b2ddec65d28526bf690251af32afe3f6ad1437dfade6806100748531805, '', 0, '?'),
(0xd1f4d1e14b2aa581bc868a85ae24cd08, 'wp-content/plugins/loco-translate/src/test/WordPressTestCase.php', 1, 0x00000000000000000000000000000000, 0x13eea0c2e6ecc171e51e07916000ed5d, 0xa1d077f6b2fd0dd99640a0f4c7ed2d89130ff3d93a6e175fc52a5e23ab9be0ed, '', 0, '?'),
(0xd41de2ff173d54a007ef7b44d8039784, 'wp-content/plugins/loco-translate/tpl/admin/bundle/alias.php', 1, 0x00000000000000000000000000000000, 0x3ff2d0f358119c4c6ba6da11235362f1, 0xb058b165fa33842d8645d029cb929115e4f80fc2e3bb9b4336092f23f58ca20e, '', 0, '?'),
(0x2a5bdce0edf60b018ea81077b9de71e6, 'wp-content/plugins/loco-translate/tpl/admin/bundle/conf.php', 1, 0x00000000000000000000000000000000, 0xe697f69445737bd17286953c9dc96294, 0x1cab143cbc7517e50d522e7b3bbf2b90ca6a48576ab4bbaecf2096cf8dfa0b9e, '', 0, '?'),
(0x57d1a959e0a2d854e91d8765b84d661b, 'wp-content/plugins/loco-translate/tpl/admin/bundle/debug.php', 1, 0x00000000000000000000000000000000, 0xcdabc3639a63d2d380afc88404d2c891, 0xe7cfcd37d3a6b8758f3dea31413142dadd66a15bc98b10f1f6818fdac0cc6c8a, '', 0, '?'),
(0x93c59f60645cce3b9a1262656c6951d8, 'wp-content/plugins/loco-translate/tpl/admin/bundle/inc-po-links.php', 1, 0x00000000000000000000000000000000, 0xc71ff4b8142395387667e7abe873dbc5, 0xa36ff5a384b36800fcf83abc594cc2d2207dc0ee3d23dc416592bd161d788ca8, '', 0, '?'),
(0xd3145aca5ef21d8aefa4385c0c7c0df7, 'wp-content/plugins/loco-translate/tpl/admin/bundle/inc-po-table.php', 1, 0x00000000000000000000000000000000, 0x744ee343f9722b7ac114850e11dd83ce, 0xf9fa9ac74e6acf02eff5aa699d661cff0355a705410fb2cc9d87fff870d104fe, '', 0, '?'),
(0x88ebc2a74e366f76dce35c58b80eade0, 'wp-content/plugins/loco-translate/tpl/admin/bundle/locale.php', 1, 0x00000000000000000000000000000000, 0xbb3fae50202a232867222c0c13f3063a, 0xd2d636075028ca92f1aeaa70e5cfce1da857cf511b330e39f743a78af75969b6, '', 0, '?'),
(0xb82d6dbe4ec6bb28cf6422e1150d4a47, 'wp-content/plugins/loco-translate/tpl/admin/bundle/setup/author.php', 1, 0x00000000000000000000000000000000, 0xa08cbdf376bccf49f961500ca6d4982a, 0xe6cde2b01c9c780d7d5edc9c8f3f5effe43367395274b9f7ae9fe86afbcfdc94, '', 0, '?'),
(0x67f08323e62b5586db46603b0c864501, 'wp-content/plugins/loco-translate/tpl/admin/bundle/setup/conf.php', 1, 0x00000000000000000000000000000000, 0x84464c726e1d0d690299391cad6e72f6, 0xf91bba0cda7bd65ec19450ba95af66795f149bc9e1c8919029a29949ed592f87, '', 0, '?'),
(0xb86c03ada1d9c7581c736db6959a2347, 'wp-content/plugins/loco-translate/tpl/admin/bundle/setup/core.php', 1, 0x00000000000000000000000000000000, 0xc0d5ff6c3f49ecaa4a12b55e74b871c6, 0x7efb7bbc4eb213ae1fcff686bd9d381855c70b3bf0fbe2a983c6f1ad04be2080, '', 0, '?'),
(0xddf245ac0ab0c7f746243bdbfa190fbb, 'wp-content/plugins/loco-translate/tpl/admin/bundle/setup/inc-nav.php', 1, 0x00000000000000000000000000000000, 0xd36acc3137ceb54c20bd2fc0a1b6946a, 0xbaffbbc6a932fea958455f7a9edfe86fdbb0afdd87a75b50c1c99280d45811df, '', 0, '?'),
(0x0c3f7ac4c71f001d1a68a9575f0de944, 'wp-content/plugins/loco-translate/tpl/admin/bundle/setup/meta.php', 1, 0x00000000000000000000000000000000, 0x5b5c6f57b31d5540cfc9752afc505038, 0xbafddf0e5dbf25785893dd9b085484a17bb23aef476829218def51b35207aa7c, '', 0, '?'),
(0x50596a3c9c0f92ee45bdb7246520570c, 'wp-content/plugins/loco-translate/tpl/admin/bundle/setup/none.php', 1, 0x00000000000000000000000000000000, 0xe5b44a17e0c94335d48005540159ff85, 0x67d760b844ba58d736d0a2990b3735c928a3d44a89ffc3f303a7f1efb39e8205, '', 0, '?'),
(0x8507d917521c0d4fd542107b4869d8ae, 'wp-content/plugins/loco-translate/tpl/admin/bundle/setup/partial.php', 1, 0x00000000000000000000000000000000, 0x5344cdbe3dcf74bbddfdc7b0dd182a70, 0xf92e3d9c0f1b51d9c4f3604d6313ddad833448ad39e21ddcffaee16cde672b69, '', 0, '?'),
(0x4836da52193a9269c25a6646980be15f, 'wp-content/plugins/loco-translate/tpl/admin/bundle/setup/saved.php', 1, 0x00000000000000000000000000000000, 0x5cab08b43da8145336d531043d13f115, 0xa6cd73bf2bc9181c28e182b10557b65555d389d5a70364887320becf4ef4bf19, '', 0, '?'),
(0x0bafe676688b7c0cd019ed30a56e7920, 'wp-content/plugins/loco-translate/tpl/admin/bundle/setup.php', 1, 0x00000000000000000000000000000000, 0x1dc8c8df4991060230419dab87c49ae3, 0xb3e86ba4f252d20ba67bb626cca1d82362761b21211003f5d72b34f2fd096193, '', 0, '?'),
(0xbf4fa09ac01651858d10b7318ba81ff7, 'wp-content/plugins/loco-translate/tpl/admin/bundle/view.php', 1, 0x00000000000000000000000000000000, 0xeca0bcb6f1e3b03ce58b304befe514b0, 0x20cde87213cfdf3c2a185556d16be97434dd02297145cb47fba4134e35a7c8fc, '', 0, '?'),
(0x66ecc3ea85d0b2870a5b01e677446391, 'wp-content/plugins/loco-translate/tpl/admin/common/inc-fsconn.php', 1, 0x00000000000000000000000000000000, 0x1f28c6272492910b31e7293f5598e323, 0x51ac9407113d596d8446ed4c0c3323a0aadb81b43a36c8c1a6352a6039b6faa0, '', 0, '?'),
(0x156ed16b1038b51cc5595ddd82ecdab7, 'wp-content/plugins/loco-translate/tpl/admin/common/inc-po-header.php', 1, 0x00000000000000000000000000000000, 0xec96a6dc5bda5b21aec5d9ba97713895, 0xa40815109590d41bb0a8de51fb049c3a25b4108752f91e570f836cc35c09bd2b, '', 0, '?'),
(0x886d2becd123d75244eff33a11b430d4, 'wp-content/plugins/loco-translate/tpl/admin/common/inc-table-filter.php', 1, 0x00000000000000000000000000000000, 0x4fef398b1ea56d6a67b29e0253b5877d, 0xdbe5bda62aec620dcd5071498f96ccf6835aa8bb45fa53d3566ed3a519773c1a, '', 0, '?'),
(0x4e61793ac99d0afb5f5bfa3f3c45904c, 'wp-content/plugins/loco-translate/tpl/admin/config/debug.php', 1, 0x00000000000000000000000000000000, 0x576f0c4d65d2b107bed2e2ea63d17075, 0x27ec2c716bb4935cc1bf236c70ad79ba42e97e655aed6a9b1760dc565b9ec842, '', 0, '?'),
(0xb8588d4b15ce7c7bcf359bfbdea0c1db, 'wp-content/plugins/loco-translate/tpl/admin/config/prefs.php', 1, 0x00000000000000000000000000000000, 0xc5e78fd3074fdb0e8b472fdc060c4978, 0x9ae2b71b49eb4408c6b470c87ece4496617ca5620e4349e7493e778f1ffed3bf, '', 0, '?'),
(0x9101a37b2c2bafd02f4e1cf9313b6201, 'wp-content/plugins/loco-translate/tpl/admin/config/settings.php', 1, 0x00000000000000000000000000000000, 0x627e2285be3dc461f5d4fdc59802d800, 0xa29df0723015fa5ff256a6c3e580a219df301050dcaca593f69cfe7a110ad000, '', 0, '?'),
(0x998b62a61135a3035c9f6e85d716d641, 'wp-content/plugins/loco-translate/tpl/admin/config/version.php', 1, 0x00000000000000000000000000000000, 0x5923c037090246bf6f5fb33dbec5e073, 0x0f2611b18408e75abae31cf933e47411e94712605204d291b814fa95336ca22e, '', 0, '?'),
(0xcc6558fbd2fae749a668c38929b25aa7, 'wp-content/plugins/loco-translate/tpl/admin/debug.php', 1, 0x00000000000000000000000000000000, 0xeef38ae8e6b8d9771265796062443338, 0xcb1a41d00589677c0eebfa01a5a6726cee20fd8145f064ddcbda09b9b0d684b2, '', 0, '?'),
(0xf6055baf7db4f9af52e5648eeb1067f1, 'wp-content/plugins/loco-translate/tpl/admin/errors/file-isdir.php', 1, 0x00000000000000000000000000000000, 0x312fbbc82326a4da815cd74d54f1d89e, 0x822c046e6af00677c9be6ac5cdb572066c2d6e601827bc77fbfa51f11ed457ba, '', 0, '?'),
(0x5195ec960e4b73cb4fccd4072ab6c6d0, 'wp-content/plugins/loco-translate/tpl/admin/errors/file-missing.php', 1, 0x00000000000000000000000000000000, 0x4c527f29bf06915fb606ba041e0f6974, 0xe6d2b5f676a2c94442bba3ff27b74641615d385796afe2a60f69cdf1e5a6fbac, '', 0, '?'),
(0xc44afcaa5bd09691191e752e2f8397f1, 'wp-content/plugins/loco-translate/tpl/admin/errors/file-sec.php', 1, 0x00000000000000000000000000000000, 0x31651fd0da2dfd54605f07c11e50f436, 0xcaff957b7a2cb389870cce42d30f9b52a7ca8e0e8fa047bd6404e93e5f127b19, '', 0, '?'),
(0xf2cdf359fce1088747cba694cd04a158, 'wp-content/plugins/loco-translate/tpl/admin/errors/generic.php', 1, 0x00000000000000000000000000000000, 0x2f0e441da154930491a9f8a85535cd19, 0xda5d3c010db7a713f188d9eb7fae53388deb0c5c4b23caf54e406339928b6f47, '', 0, '?'),
(0x6609bba3166fe35e09b5811872440aab, 'wp-content/plugins/loco-translate/tpl/admin/errors/no-backups.php', 1, 0x00000000000000000000000000000000, 0x2613e9661ad55745820eb97828b50a6f, 0xc27dc9686da4ad384dde062885b0847fd4051ffd1208ed6125acc605d90d899b, '', 0, '?'),
(0xaebb41116dc7e93d80e5176f8ba9135b, 'wp-content/plugins/loco-translate/tpl/admin/errors/no-locale.php', 1, 0x00000000000000000000000000000000, 0xad56e90b5e8c5905452b984f750765a0, 0xf4fec895e08e28e011b901ba37b9faa42401ab054b8dbd3e58e3a2f7e5bf8188, '', 0, '?'),
(0xa3be7949a58193dfd0b4deeb02f82cda, 'wp-content/plugins/loco-translate/tpl/admin/errors/no-tokenizer.php', 1, 0x00000000000000000000000000000000, 0xe0f9b27c3bccc7f85a8b3f559a5295b8, 0xda55982d19c6bc91af57a203f2269048c4224dc84fff8782bfd76a78dab899a6, '', 0, '?'),
(0x7a43bd39a138c1b6dacb23ca7ec7d3a2, 'wp-content/plugins/loco-translate/tpl/admin/file/delete.php', 1, 0x00000000000000000000000000000000, 0x64f7e07f2cf649546b3b7b83de81bbbc, 0x7c14de3fb6eff540acff6fa8f70fc1bbb220138c2c580a5812f19b46d538c05c, '', 0, '?'),
(0x00ff65012ee803d80ffd08795c5d2d58, 'wp-content/plugins/loco-translate/tpl/admin/file/diff.php', 1, 0x00000000000000000000000000000000, 0x70f6f08ff80262aba3d43bae8f1ebfc4, 0xd50630553886947c40fd7a3212b1695c846949a3f367afccd2a54b6adaf14890, '', 0, '?'),
(0xe52dff0ae20edca5e98bed56426f87ff, 'wp-content/plugins/loco-translate/tpl/admin/file/edit-po.php', 1, 0x00000000000000000000000000000000, 0xc9eed783e38c627a2def4fba953151c8, 0xe541b5e78f56f94a9201482ee351cc166cef9162cfb049ae9edac17e99e414cc, '', 0, '?'),
(0x1c17ffad4f19e022e9acd1f0454bd867, 'wp-content/plugins/loco-translate/tpl/admin/file/edit-pot.php', 1, 0x00000000000000000000000000000000, 0xb6db77513dc1040cda8596c87e67f143, 0xc6ca80e15cb1ff72b63cd62615c3b3863a39d7c6accca1b3ed62a90639cbbd9f, '', 0, '?'),
(0x423adf95ab048b917ea8bd9991be4eb5, 'wp-content/plugins/loco-translate/tpl/admin/file/editor.php', 1, 0x00000000000000000000000000000000, 0xe43934c06950a2490014e9cb0c3f835b, 0xff8e96a7bff778f837d5abeff3dfec3e418abfbbba6991cd658941d478416099, '', 0, '?'),
(0x17d8555c629318b84ea4aba932a77ef2, 'wp-content/plugins/loco-translate/tpl/admin/file/info-mo.php', 1, 0x00000000000000000000000000000000, 0xe0af81abae3b007ec73557435d6a99f1, 0xb1b2db852596bc79a2832cc6b0f39cbe20f0d2f399566d015d0abca4c6eddfe1, '', 0, '?'),
(0xd36619019e9aa74446e4fa4f7e15778a, 'wp-content/plugins/loco-translate/tpl/admin/file/info-other.php', 1, 0x00000000000000000000000000000000, 0x7681b3457f5eb060516d5283bc3e4e01, 0x10042b5c242d6b7c921599fb4edd344cd07ba4f235a680cb89d0981eb4823020, '', 0, '?'),
(0xa055e35955357bdbd210b09da456c1c2, 'wp-content/plugins/loco-translate/tpl/admin/file/info-po.php', 1, 0x00000000000000000000000000000000, 0x4b4bd2688ebd82918889e3396abb3574, 0xa517b51377a6e9ed28ba0e32c5ad08e1c75449575fac7c1e45bd7b003bf32e30, '', 0, '?'),
(0x822ed6966462dfb7f9f3472b3720ebd0, 'wp-content/plugins/loco-translate/tpl/admin/file/info-pot.php', 1, 0x00000000000000000000000000000000, 0x0bad586c4e054d1af8f882b51e33cdda, 0xc0785b496c95c6228a946cfe7289e40701f2aa80e5319204f7e0a5c137650a1e, '', 0, '?'),
(0x7abff4bae89c0afce02c00617a994415, 'wp-content/plugins/loco-translate/tpl/admin/file/info.php', 1, 0x00000000000000000000000000000000, 0x4c7436687b8df88c4f0e1b853248edbe, 0x8bb5936ea248d15ecf6d498f85897a42bc9687e10076466f0c0e15cbb47497dc, '', 0, '?'),
(0x534b990447f58f78d256abc5fd6c2960, 'wp-content/plugins/loco-translate/tpl/admin/file/move-po.php', 1, 0x00000000000000000000000000000000, 0x1ab5ac93ae44b5f12eef0d1e5466e57d, 0xaf7c0212ef630a9d5ba2e57471371c7bde2f0d43db95dcdfe4bbdb7f8ec0c766, '', 0, '?'),
(0x14bd7e14f461e3ad91a756750d9e714f, 'wp-content/plugins/loco-translate/tpl/admin/file/move-pot.php', 1, 0x00000000000000000000000000000000, 0x2d207dabb0da70f7c826e35ab7b975eb, 0xd8d730369fcb66e3432fd7efe25248a121a48ab5904b68240f362232fdc596c3, '', 0, '?'),
(0x33d0bb6f0498e6d45c7f77744f155dfc, 'wp-content/plugins/loco-translate/tpl/admin/file/move.php', 1, 0x00000000000000000000000000000000, 0xc8f94f8dcdf3aa0150e298aa989f1cf2, 0xc25847ff59490d77408da80f3f32b3477d5dbfcbc0ca1f39d6e9d736e5777f42, '', 0, '?'),
(0x75efe0646fecfd4f72b43e3bec73af59, 'wp-content/plugins/loco-translate/tpl/admin/file/msgcat.php', 1, 0x00000000000000000000000000000000, 0x536118b6189f79b4c15a510f6d96226d, 0x2c5a9ab01ec3949cf49ebd5dc75ec2dd94325107769c0218f29dd9affc5583cb, '', 0, '?'),
(0x69651a89ed0844aeab27eb8551b7d405, 'wp-content/plugins/loco-translate/tpl/admin/file/view-mo.php', 1, 0x00000000000000000000000000000000, 0xb40adc3541d403ccfe223789836d4ef2, 0x6e4845613ccedcca3204e5ffab7a670441ffcc602f1f99708ba79a994ea12dc8, '', 0, '?'),
(0xdad4fa748d1154ce6f63bd8fe771ecc1, 'wp-content/plugins/loco-translate/tpl/admin/file/view-po.php', 1, 0x00000000000000000000000000000000, 0xdf9819d933f80b19dff6399763f9787d, 0xcd4a5a8da8f774bde016c4be15d404d3e6d7cdf9944db040004b33016e87444f, '', 0, '?'),
(0x2bf33b96f8b169ed2044df29f7520da4, 'wp-content/plugins/loco-translate/tpl/admin/file/view-pot.php', 1, 0x00000000000000000000000000000000, 0xc09fcf904376c411e8764037099fe0ea, 0x0d34158e1d33be8ccea3bea35cfb1b99e3f08b455469063186f29c529775a570, '', 0, '?'),
(0x24d2751e44b3d6b0083f954ec9759116, 'wp-content/plugins/loco-translate/tpl/admin/file/view.php', 1, 0x00000000000000000000000000000000, 0xe60003e71e8495aff6c34432e79370da, 0x8af0bd14b14e16e8e6a1ada967182f0f7a9eee460601a8fa7c3431a5ed3db1f2, '', 0, '?'),
(0xdccde2f2835cce2b48e229eb253f331b, 'wp-content/plugins/loco-translate/tpl/admin/help/side-bar.php', 1, 0x00000000000000000000000000000000, 0x107241e69bde82fab2f065ae7687c1ef, 0x53bb94e4bbd6fbce6187743e21d09b9123faca6cebd4f16cb3f4837b02df9c5f, '', 0, '?'),
(0x219bed8d60565bd865990ec6ea7c555d, 'wp-content/plugins/loco-translate/tpl/admin/help/tab-bundle-conf.php', 1, 0x00000000000000000000000000000000, 0x8ae97576c97a1f5918139837232bb1d8, 0x48f03a80a61c818b10a7485f5c03bbf3f5348a42b54d88bcbc8a8b0819e3255a, '', 0, '?'),
(0x6f1b3caa29020b86aad92ea631552316, 'wp-content/plugins/loco-translate/tpl/admin/help/tab-bundle-setup.php', 1, 0x00000000000000000000000000000000, 0x6857f316c0bf17c42544f21326dc7051, 0x36d48b22534904e15a1761dee2d0783782356abe1d64bfc2c71e438ac16dc555, '', 0, '?'),
(0x3af3fab3cbd3258635f82d5a1351a37e, 'wp-content/plugins/loco-translate/tpl/admin/help/tab-bundle-view.php', 1, 0x00000000000000000000000000000000, 0xa492d270b141f830ec349abf575f3c35, 0x63ef139b9d75674d458198920e2c62263e6cc9a475131523496701bf699c5e55, '', 0, '?'),
(0xbaf1590169459565612aa16220bd5c5a, 'wp-content/plugins/loco-translate/tpl/admin/help/tab-file-edit.php', 1, 0x00000000000000000000000000000000, 0x2bcebedc8039ef3ef5bb1e8226bf3347, 0xd2d2f8f7f1c3ee556d6075120474f3ef56224354b995bd44360f458dc8964806, '', 0, '?'),
(0x71cc29734a3863e4bd716c919298250d, 'wp-content/plugins/loco-translate/tpl/admin/help/tab-file-info.php', 1, 0x00000000000000000000000000000000, 0xfc15c773ca7045770cff0d70e67690b9, 0x3880efc03f445a21e81b8d820c79414feeb88a778ca3a862ff792cb18cd93a83, '', 0, '?'),
(0xf9ec295c62d11213068eceb4e693c028, 'wp-content/plugins/loco-translate/tpl/admin/help/tab-file-view.php', 1, 0x00000000000000000000000000000000, 0xa57b1f13e6698357c97a4f6aaf5dfda7, 0x9b9294955a6f9580b55a40b13176b73c5223dc634a2a72c918b68f830b85d595, '', 0, '?'),
(0x36671011c3973ca0f771bf02f23406da, 'wp-content/plugins/loco-translate/tpl/admin/help/tab-home.php', 1, 0x00000000000000000000000000000000, 0xc178186745859fae7660ce6bf6a51c09, 0xb5a4b0a904d387ca8cc1a6757116d569ba7a51980b2059089ce95f54587a666e, '', 0, '?'),
(0x2f1f0a0db9841f44672576b79b65bec3, 'wp-content/plugins/loco-translate/tpl/admin/help/tab-init-po.php', 1, 0x00000000000000000000000000000000, 0xeb6d724bdc0b921af1a4dd82083b35ee, 0x6488bff292617324d2adc323437879a021ffe710a42a5f5ef9bfb71e9190c39e, '', 0, '?'),
(0xdfeec4042d45790240e0c4791a044f9b, 'wp-content/plugins/loco-translate/tpl/admin/help/tab-init-pot.php', 1, 0x00000000000000000000000000000000, 0x0bf00178250aa6b52deeec7df072cc1d, 0x62650a810579bd2c9f433aa90d843578ed0090c750865e4c310ca00a6c2e0368, '', 0, '?'),
(0x16f7510836c78105b4f3afb62aede6cd, 'wp-content/plugins/loco-translate/tpl/admin/help/tab-list-bundles.php', 1, 0x00000000000000000000000000000000, 0x09a393bc10c46a9f6dfb636e1b12f2a0, 0xa9238bccce7f5d19dfaf428491ff9b86cf1ad9f6fcb9b5845f096a328c0913d7, '', 0, '?'),
(0xaf5c5b4518b83a0343ea115a56697589, 'wp-content/plugins/loco-translate/tpl/admin/help/tab-list-locales.php', 1, 0x00000000000000000000000000000000, 0x14296ae283fd5e2e5507a669ad07b394, 0x20c362ec6539f34dd70b0628ecfcee040e03f8d6b112d5df2e9a553459fb0469, '', 0, '?'),
(0x9d35c9c1ea83625c9fd355c12f3e6c60, 'wp-content/plugins/loco-translate/tpl/admin/help/tab-locale-view.php', 1, 0x00000000000000000000000000000000, 0x7ef4afe7be4c1c84691242a76f7ab4c6, 0xaaa68d83a31176658e19cfaff18a3404ab3a70defbb7daf9ea16f2a20886245e, '', 0, '?'),
(0x7d3ca731502060f7e1c4f2a92e4b094d, 'wp-content/plugins/loco-translate/tpl/admin/help/tab-settings.php', 1, 0x00000000000000000000000000000000, 0x80511bc2ecde3b4f2acdc29a988b205a, 0xbd741ac3f784117bc2870e6f71e6e8a638c1490bc41d56928e99718fe9747ef7, '', 0, '?'),
(0x7a3fe6e434d4d64ab1720c2e16a1cac6, 'wp-content/plugins/loco-translate/tpl/admin/help/tab-support.php', 1, 0x00000000000000000000000000000000, 0x1c09c506b03675cb3dc0d7f8a23379f1, 0x4593901c4f2918cb7e53da423376ea80a689a643ff1d57f9192012ebb7b27eab, '', 0, '?'),
(0x844468d2eca7c747d95996720e0de0a2, 'wp-content/plugins/loco-translate/tpl/admin/init/init-po.php', 1, 0x00000000000000000000000000000000, 0x07dfbb87f2be2bf702cddd66f5d93730, 0x98b68496afdae40ea4cc60783d69d9fc5936d4050cdab2ba3e7b5a2be32c32d9, '', 0, '?'),
(0x0aae4a7a1d5bb8239cfe8af988d01567, 'wp-content/plugins/loco-translate/tpl/admin/init/init-pot.php', 1, 0x00000000000000000000000000000000, 0xfc2349ca794e52be44584d1b6a0716de, 0x06e8276e0db14298523819f57bfa8502e9e8bf926143da711b3c6aa0b5c02048, '', 0, '?'),
(0xd3d5f2dfb60a92986318a2692408dee3, 'wp-content/plugins/loco-translate/tpl/admin/init/init-prompt.php', 1, 0x00000000000000000000000000000000, 0xb1f556a823727ad22fe3f9a224d1ec0b, 0x21a086e410b1396394aa5ac0331820040524cce442237fc330cd248f195c1189, '', 0, '?'),
(0xdde6bbcdac570ef5dc31ca8978b73610, 'wp-content/plugins/loco-translate/tpl/admin/layout.php', 1, 0x00000000000000000000000000000000, 0x04526081a44e543fab6e7b03347ac300, 0xa261ea195cc1264564bc7ede2999286d2ec5857b23fa9017c8983e4318809307, '', 0, '?'),
(0xc7634c13eb8e5a785720ed627cbaf483, 'wp-content/plugins/loco-translate/tpl/admin/list/bundles.php', 1, 0x00000000000000000000000000000000, 0xb72524b024ac673b35d578350498a3b9, 0x3037d723e0ab4e7505c06a4faa5fc541c9f8cf1ef5c5d5d51bb9396221d29a5a, '', 0, '?'),
(0x7bd6cb85b3a15981c2593adab6157bd2, 'wp-content/plugins/loco-translate/tpl/admin/list/inc-table.php', 1, 0x00000000000000000000000000000000, 0x165fd3f4e058b62146947f111f94d53b, 0x4390aecb2e431ef89f485dd8676979d8a6492994de494c60b68fd95e4d01a057, '', 0, '?'),
(0x8c7fc99b8109f311310266ed6b39c086, 'wp-content/plugins/loco-translate/tpl/admin/list/locales.php', 1, 0x00000000000000000000000000000000, 0x04afdcae0ccb32262a96535b5cfe3d83, 0x3411d6616ebdb19043a37986c43e22026c6c6f30586472b9e8fe877f714be00a, '', 0, '?'),
(0x1aba6903b20c5da49440924ad030d8a9, 'wp-content/plugins/loco-translate/tpl/admin/root.php', 1, 0x00000000000000000000000000000000, 0x97e236b50b0a0514c99e0fd8eee73c8b, 0x1311239094f723b572b2acf801e1cb5e1df478b56c7d993ce8935d0d0eb425dd, '', 0, '?'),
(0x0144600d028af2d8b043f599952742f6, 'wp-content/plugins/loco-translate/tpl/debug/dump.php', 1, 0x00000000000000000000000000000000, 0x4651cbf25169943fff0aa37fe6942458, 0x26610181df4231023bd6223cdcae4efd52ed3691dd6a0bf6689e86975bf97f54, '', 0, '?'),
(0x6a663e7a572a843c0cd977d4b925926c, 'wp-content/plugins/loco-translate/tpl/debug/xml.php', 1, 0x00000000000000000000000000000000, 0xa8b80f8c8a277e37c06a293c1bf08cc9, 0xda2fb25e9bb6067c8fa6442fbe30519cd6334b8b5fcf17db1d332ae7e203e4aa, '', 0, '?'),
(0x1458fea9465e30efe003e7510752f4ad, 'wp-content/plugins/really-simple-ssl/assets/complianz.jpg', 1, 0x00000000000000000000000000000000, 0x21adddac09de859f6c9de76c89a7df72, 0x9d0aed68f329595b9ba69e9e6182aa4daebaa3035c65cfc901356f38f61b69c8, '', 0, '?'),
(0x1e15efbf92a49f21fa20f90be6668504, 'wp-content/plugins/really-simple-ssl/assets/edd-moneybird.jpg', 1, 0x00000000000000000000000000000000, 0x2b9f0b70bc37b5ea4c0985df250cb1e8, 0x509090dcad8158b59eb6206223be1e7c5e678c17ac5c71f20cbb6f8a491454e1, '', 0, '?'),
(0x620acddb91cf9f41b9cc60d15644199b, 'wp-content/plugins/really-simple-ssl/assets/icon-128x128.png', 1, 0x00000000000000000000000000000000, 0x3320dd97bd561681c9227724f4ca8ca0, 0x242fd0a97fe39d0752f0c94421ac74aded4b86ba827a73c9c4b20597850c5710, '', 0, '?'),
(0x9ba10072072c598e9c35f69c892b6669, 'wp-content/plugins/really-simple-ssl/assets/logo-really-simple-ssl.png', 1, 0x00000000000000000000000000000000, 0x275780466fcb47829d5734ad8d11c9cd, 0xc6d4a34a35421b3a2b7261a854db8f67654a17fc898507420d761822778181da, '', 0, '?'),
(0x9fce3877cda994e66ceb771914da10ed, 'wp-content/plugins/really-simple-ssl/assets/mail-alerts.jpg', 1, 0x00000000000000000000000000000000, 0x9b3bec30950baddec36a0348f9980e5a, 0x994ea3e1d118e2a6f4717d3b97bc4898049de58c0296de71283dfa43f2ad5964, '', 0, '?'),
(0x3c605309af21703ebf8a8a135306ffba, 'wp-content/plugins/really-simple-ssl/assets/most-visited.jpg', 1, 0x00000000000000000000000000000000, 0xa144367574354106022ca0fe003430ea, 0xa8bf03d10aed40b11496e4ff3558659ea67ebe35a2bf4645e88216cfb024098b, '', 0, '?'),
(0xae13915b3dda80c2f88d17d19ecb9d60, 'wp-content/plugins/really-simple-ssl/assets/really-simple-plugins.png', 1, 0x00000000000000000000000000000000, 0x4320178d3246638233c9dfc131e9f96f, 0xcbc674c1d0a63cabf70e7261a70f241017f519316b516610adf2dc4566470165, '', 0, '?'),
(0x25009894170b7f4fe0c94f6d6c713086, 'wp-content/plugins/really-simple-ssl/assets/rsssl-pro.jpg', 1, 0x00000000000000000000000000000000, 0x45dc5594b37213b0b1849368944678fd, 0x35aac4406cb4ee7d33d24e6f6ab874d459c5aa4b481ba097415eb92ce5fc0c5f, '', 0, '?'),
(0x64596004326b0ac2c3e4245b4990e782, 'wp-content/plugins/really-simple-ssl/assets/tagging.jpg', 1, 0x00000000000000000000000000000000, 0x576cc81e0be09aadab795fb94b94b4fd, 0x7da9ad2e89b21391ed6f307f2714aea73c4ee3cafe29f2e59f51bc49c07651d7, '', 0, '?'),
(0x22b511ab220cc474249f38bbec48ae70, 'wp-content/plugins/really-simple-ssl/assets/woocommerce-moneybird.jpg', 1, 0x00000000000000000000000000000000, 0x8ccfc3dd3a65f9a3ed2a2fbc6310a37d, 0xc170a3a85329aa7862b1e73bb1ae50974125522c49557e2104c8ed3ebc281d45, '', 0, '?'),
(0x37a2dc0bd2230c4c29f414dd177d7874, 'wp-content/plugins/really-simple-ssl/assets/wpsearchinsights.jpg', 1, 0x00000000000000000000000000000000, 0x9525e45c1b6811c4275a5902dac07dfe, 0x71a18ff8ff8e42182d0a983d5926e44bf43408fa475bec65ffbff141922acb31, '', 0, '?'),
(0x208d9d2f7b98b245316c9e8cc479ac3a, 'wp-content/plugins/really-simple-ssl/assets/ziprecipes.png', 1, 0x00000000000000000000000000000000, 0x348e20834aa45e7d665de6d0f43d5961, 0x1118f8d0ccac9a528782ae6bbcfc7f52751f95122cd3e65671014288367d261a, '', 0, '?'),
(0xdb7a59233114898441f8ab7056c06db3, 'wp-content/plugins/really-simple-ssl/class-admin.php', 1, 0x00000000000000000000000000000000, 0xf13bad774db21d2ac85e526f4ed7347b, 0x6ce268076147ae5cd4c1d33348a9b03f10f61edf0421265fce6b3ccd9c05d132, '', 0, '?'),
(0x80dc8d92de81e294f720621491cc75d3, 'wp-content/plugins/really-simple-ssl/class-cache.php', 1, 0x00000000000000000000000000000000, 0x052cd262cf5d66ff5cb7b7ddab1f1dd4, 0xc2074f69dd6eba5837e15765d47f607cf44e1d58422a04ef8da57c3a64d21293, '', 0, '?'),
(0x50db8d5ccb6126bd9a67a3538040a95f, 'wp-content/plugins/really-simple-ssl/class-certificate.php', 1, 0x00000000000000000000000000000000, 0x7ae4c6f9fac0f3bc971964f62d4580ee, 0x33f3f509600b795d097b9a37c779cc905fb233b48c1e98efa0448c59c9124adc, '', 0, '?'),
(0x27470142a60aeb27074d8254699aa1b5, 'wp-content/plugins/really-simple-ssl/class-front-end.php', 1, 0x00000000000000000000000000000000, 0x56e8bec7bf2c24f3fac9b5c7ad651f11, 0x0053f0e34c32e85005b687f00bfef21127b31b269759dc8f64b8b0063b3340f2, '', 0, '?'),
(0xd2c7c92d7b07bd0f56733582d50ce4ba, 'wp-content/plugins/really-simple-ssl/class-help.php', 1, 0x00000000000000000000000000000000, 0xa106ce1926cc3d11562949a5a94ce0b4, 0xcd878ae03e20dcf729565467cd4bcc458770ac61a3eb028ac6eb36cc13680b42, '', 0, '?'),
(0x80af8ac17fc15eb7fb000bdd6a199c92, 'wp-content/plugins/really-simple-ssl/class-mixed-content-fixer.php', 1, 0x00000000000000000000000000000000, 0xebc81f9901d9fbec233e2a0471eb65b9, 0xcffd5f29f73aa6c0497d0b1a84a2537429cc9980552d2d16ed96c77902f8a4c9, '', 0, '?'),
(0xd60f3ee4c28871180bb5fd663f813dcd, 'wp-content/plugins/really-simple-ssl/class-multisite.php', 1, 0x00000000000000000000000000000000, 0x1d9071253c8b68f3e7e465507273702a, 0xdd667540a2f8f56ba083f2cb387ddad5c4fa00df83b8efb202a37bca51da63a2, '', 0, '?'),
(0x4ee0a5002f47a6b0f84ce5e93a739977, 'wp-content/plugins/really-simple-ssl/class-rsssl-wp-cli.php', 1, 0x00000000000000000000000000000000, 0x6046b53a80a0b14ccb62ef8d70cd9f62, 0x27f954dde7c935f85629387f84fdcaba1ffb43dd44186421f908881d401ded99, '', 0, '?'),
(0x9b5471e99b51e23bfdb7695449147409, 'wp-content/plugins/really-simple-ssl/class-server.php', 1, 0x00000000000000000000000000000000, 0x30da50d771af18eb3b3a7e152ab8d9f1, 0xd279f38b7470053abe72ecc5b81d3e4acd8287d65e52de39c347da9c501991da, '', 0, '?'),
(0x39a3792ba7105f11bcb8408b41b59a7e, 'wp-content/plugins/really-simple-ssl/class-site-health.php', 1, 0x00000000000000000000000000000000, 0x2a75dd726767551f996677174dc7eb6a, 0x3208e947c9a6700f0c62f8ce5bc6bb02f0b53d416702d7f2a0a308a080e172be, '', 0, '?'),
(0x2c4511ee0336095dd44d387d0664e7f7, 'wp-content/plugins/really-simple-ssl/class-url.php', 1, 0x00000000000000000000000000000000, 0x5f35924b40e3bbcf971303786cdd3ca2, 0xf068933ceb2330d08f3cd27351a8638fbe884de632e2f06c131b943172d495d0, '', 0, '?'),
(0x37b52a26a8b09d84fd52811da81635d1, 'wp-content/plugins/really-simple-ssl/css/index.php', 1, 0x00000000000000000000000000000000, 0x2d83e8281ebd4b53597f5516eb76d003, 0x05150ee429d51ade3f8f01969a167b61f6337bf3b857f560e1c51f4558ae2dd2, '', 0, '?'),
(0xdef8bb47bfc29c529341bbe4a4858703, 'wp-content/plugins/really-simple-ssl/css/main-rtl.css', 1, 0x00000000000000000000000000000000, 0xdfb7ed37f0dc2bcda9f24274c651ac28, 0xb1c6841de99e421a32d1626546056553e4d61ed789addbde72b52d9eef06ffaf, '', 0, '?'),
(0x719d4ebaa020cac8702a586bfac2bf1a, 'wp-content/plugins/really-simple-ssl/css/main-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x8c2b3ab64141dec7c6c0c8868bc8eab0, 0xf6bbb28344fc65aa56ea792b1a1dc3a6e8abaa81adec9a2c52db231f970ecced, '', 0, '?'),
(0xa2b46356f50245218d0b1caf65dc2034, 'wp-content/plugins/really-simple-ssl/css/main.css', 1, 0x00000000000000000000000000000000, 0x4fc3631c85d3b0734507d9e06d76fd73, 0x2fabccce0b9b8ff5ebee9bd9bb1efafa1eefd299064a56a59dfae9f751215a3a, '', 0, '?'),
(0x02463a2d6b7ed82c38ca200a0703b473, 'wp-content/plugins/really-simple-ssl/css/main.min.css', 1, 0x00000000000000000000000000000000, 0x09e28efb669996c479531568e23c6974, 0x0941bda872bf3bcdf5ac61222924a0b5aa0e2d98af52950ac8066df1ec364079, '', 0, '?'),
(0xb2a77b2c45d09e7d6d40e062d5d18293, 'wp-content/plugins/really-simple-ssl/force-deactivate.txt', 1, 0x00000000000000000000000000000000, 0x85437c658b1cf1a1f47dd6f2f54f91b9, 0x7a5916a0dab2ebfbb13f00f9a87fff38f1c3b5b6a8aafd15c94dd7c8b0b34abe, '', 0, '?'),
(0x5ede56974e7f694cf717a0befc76c073, 'wp-content/plugins/really-simple-ssl/img/check-icon.png', 1, 0x00000000000000000000000000000000, 0xc91a1e29af77c32af7ac404a23f750fd, 0x304d5a407b151070bd70f7da3b7bd9d0811d8b2ab6ddb77dd09cac3087721eb7, '', 0, '?'),
(0x83622fcd3273d89ae0d10c54c1c005b0, 'wp-content/plugins/really-simple-ssl/img/cross-icon.png', 1, 0x00000000000000000000000000000000, 0x4f7d575ac8564e710125f134caa04885, 0xa92879cbf0276c6e3d9b878cb3431ea2959601972b0b4fd4779c5cf24a59e9aa, '', 0, '?'),
(0x52b8a2610d578ffba464a12a3d8295d6, 'wp-content/plugins/really-simple-ssl/img/index.php', 1, 0x00000000000000000000000000000000, 0x2d83e8281ebd4b53597f5516eb76d003, 0x05150ee429d51ade3f8f01969a167b61f6337bf3b857f560e1c51f4558ae2dd2, '', 0, '?'),
(0x699d5ad1b66d134005a1e8864f3f4f16, 'wp-content/plugins/really-simple-ssl/img/warning-icon.png', 1, 0x00000000000000000000000000000000, 0xcf04df1da8029a17af4712d73cbca20a, 0xd435096fc71e10f1142546b33ce01b194b45f996db951ae2e7c9ba68e78f5ad8, '', 0, '?'),
(0xaa55034a4a30ac454786af8699f37d17, 'wp-content/plugins/really-simple-ssl/index.php', 1, 0x00000000000000000000000000000000, 0x2d83e8281ebd4b53597f5516eb76d003, 0x05150ee429d51ade3f8f01969a167b61f6337bf3b857f560e1c51f4558ae2dd2, '', 0, '?'),
(0xd37f329e4f8b38937593c74bd1fbc615, 'wp-content/plugins/really-simple-ssl/languages/index.php', 1, 0x00000000000000000000000000000000, 0x2d83e8281ebd4b53597f5516eb76d003, 0x05150ee429d51ade3f8f01969a167b61f6337bf3b857f560e1c51f4558ae2dd2, '', 0, '?'),
(0xbb2931fe37e816002d16ec58fb0e6e24, 'wp-content/plugins/really-simple-ssl/languages/really-simple-ssl-fr_FR.mo', 1, 0x00000000000000000000000000000000, 0xfa4e30561c75bbfe7dc689dbd2b5036e, 0x058e489f1c6185fa905a8658935a0eb2d5812c6017797db5766ae300fbfbf642, '', 0, '?'),
(0x3e392506a5cecf37fbc05386e8264711, 'wp-content/plugins/really-simple-ssl/languages/really-simple-ssl-fr_FR.po', 1, 0x00000000000000000000000000000000, 0xb5f7d93baeccdff77650968ef18bc49a, 0xe1d762ffe648bbb466bc6a12341483ff4a1df5c4918b1fe59358a8d1692dd577, '', 0, '?'),
(0x510bfa30a775867b489146624cfea508, 'wp-content/plugins/really-simple-ssl/languages/really-simple-ssl-ru_RU.mo', 1, 0x00000000000000000000000000000000, 0x1e93ca6234affc721569ed2b82f7afac, 0x91ce8c37776474d4c2302d49770e1ecb13e0ae639447fff034785a7cf5af94c7, '', 0, '?'),
(0x986a2f36288ff19823e08ba43bd992ea, 'wp-content/plugins/really-simple-ssl/languages/really-simple-ssl-ru_RU.po', 1, 0x00000000000000000000000000000000, 0x24e8f3225e44da0aa9b89e66751553b8, 0xc3f8f5f3d28f7abc272fb1fa56c6d5569ee61a81939a7c2b11bd26ef26894517, '', 0, '?'),
(0xe91e2af1ad0e62ebf9cd9ac8aa7e46e4, 'wp-content/plugins/really-simple-ssl/languages/really-simple-ssl.po', 1, 0x00000000000000000000000000000000, 0x4ba1aba6fa39eb3080674a73000dffff, 0x26e8420f16ad1c030ad7ec4b7d4e3c2042facd044ecd13d89570bf3e8e6e4350, '', 0, '?'),
(0x7f729c65825e1404d0cc552955e30b5a, 'wp-content/plugins/really-simple-ssl/multisite-cron.php', 1, 0x00000000000000000000000000000000, 0x30337da17fef30a25329610d07e73c37, 0x4c551ba1efd3dc11f327e00a5b6fbc10449522cb304fc127d35e2db0663ec75d, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x1cf5109efd86242c5689800abdab0484, 'wp-content/plugins/really-simple-ssl/readme.txt', 1, 0x00000000000000000000000000000000, 0xfd03f19868c2999c961f8591bfa4e371, 0xaccd934207268b1d6103e86a30763fcbb09156bddf422ad547c62f42b1e7f6d3, '', 0, '?'),
(0x5fd2b90b0c66e01c9ce97fb37012b6ed, 'wp-content/plugins/really-simple-ssl/rlrsssl-really-simple-ssl.php', 1, 0x00000000000000000000000000000000, 0x58ff77b01fce0d9008df1da2d74eec30, 0x5e16e47c16ddac9c63e4978b90d2a2b26c461b5c2c7c0913d24985775f6f436c, '', 0, '?'),
(0x299b6fe87fd3fa0b89ed41778c2a16b6, 'wp-content/plugins/really-simple-ssl/ssl-test-page.php', 1, 0x00000000000000000000000000000000, 0x3949480472435e036a69415d7d0c2f26, 0x453309d1ee8975863577f154f1b8941be5f923105442a30ffa39131db925b1c5, '', 0, '?'),
(0xd896a02e18fdbe95260e847b0fdb5295, 'wp-content/plugins/really-simple-ssl/testssl/cdn/.htaccess', 1, 0x00000000000000000000000000000000, 0x3756b4dba0485eb68afb2807a54ab2a3, 0x0d1b4f54d8c3ac5d9d1c9d35403e9d958ae2b747cf60326809fdc33204a9d800, '', 0, '?'),
(0x3cf48f98aeb9144c25747b33b036e69f, 'wp-content/plugins/really-simple-ssl/testssl/cdn/ssl-test-page.html', 1, 0x00000000000000000000000000000000, 0xa8b8dc61cc309fc19aacf8261403962d, 0xd3aa1081834744669aa5e8893ac3da9dc86c7f6b8a23b24c1b2b4a351e42a8d6, '', 0, '?'),
(0xe7e075783717f40d85f0277491b651bf, 'wp-content/plugins/really-simple-ssl/testssl/cloudflare/.htaccess', 1, 0x00000000000000000000000000000000, 0x37ddcbadcbd38dc39257763894714750, 0x77e3dee31a87db5cdd6c953855d5c7918dc5ddc266e2c01414df7bb791161a9a, '', 0, '?'),
(0xcd59c5a5203dad3a745a4299eb0dea73, 'wp-content/plugins/really-simple-ssl/testssl/cloudflare/ssl-test-page.html', 1, 0x00000000000000000000000000000000, 0xa8b8dc61cc309fc19aacf8261403962d, 0xd3aa1081834744669aa5e8893ac3da9dc86c7f6b8a23b24c1b2b4a351e42a8d6, '', 0, '?'),
(0xb649b2f4cb9d9619dcab0aff2df30f1c, 'wp-content/plugins/really-simple-ssl/testssl/cloudfront/.htaccess', 1, 0x00000000000000000000000000000000, 0x9a59ff264f0445d4b6ced863e403837f, 0x28501dd19703f13b8bbe47c2e89c1474ac32977206a73bfeee757d9b46de962f, '', 0, '?'),
(0xa19c40efb2d27d9c78c10666fe64bbdb, 'wp-content/plugins/really-simple-ssl/testssl/cloudfront/ssl-test-page.html', 1, 0x00000000000000000000000000000000, 0xa8b8dc61cc309fc19aacf8261403962d, 0xd3aa1081834744669aa5e8893ac3da9dc86c7f6b8a23b24c1b2b4a351e42a8d6, '', 0, '?'),
(0x204669f284eba6360bf2b939b109a3ec, 'wp-content/plugins/really-simple-ssl/testssl/envhttps/.htaccess', 1, 0x00000000000000000000000000000000, 0xcc9d3d4adf2b8719721c7f5adb08358f, 0xa5ebf330f0a299434a05994f8f109eab9b1a5db60af313605a3460aa560f5284, '', 0, '?'),
(0x3ecc220cf35ef7ee145e086036ddf42b, 'wp-content/plugins/really-simple-ssl/testssl/envhttps/ssl-test-page.html', 1, 0x00000000000000000000000000000000, 0xa8b8dc61cc309fc19aacf8261403962d, 0xd3aa1081834744669aa5e8893ac3da9dc86c7f6b8a23b24c1b2b4a351e42a8d6, '', 0, '?'),
(0x58be9aa860fd4fff3f25270739d5a7d7, 'wp-content/plugins/really-simple-ssl/testssl/loadbalancer/.htaccess', 1, 0x00000000000000000000000000000000, 0xf1b242911a8656c5b9d0d9c14da54506, 0x606d7d47600094cc9156c2bf5c6fb153bfb6d6b02fd67c5ef05fe905b6915222, '', 0, '?'),
(0x15dce098aa1c0f80072b8f3598ef1b4e, 'wp-content/plugins/really-simple-ssl/testssl/loadbalancer/ssl-test-page.html', 1, 0x00000000000000000000000000000000, 0xa8b8dc61cc309fc19aacf8261403962d, 0xd3aa1081834744669aa5e8893ac3da9dc86c7f6b8a23b24c1b2b4a351e42a8d6, '', 0, '?'),
(0x9d1b9e2dc00b0792cd727dd793b986f3, 'wp-content/plugins/really-simple-ssl/testssl/serverhttps1/.htaccess', 1, 0x00000000000000000000000000000000, 0x37d33b9ae6395a6d93c711884dd4cce6, 0x5133d73c306d9b0fffa604800364628fc36e52bf3ae95faf13dc0fba75413269, '', 0, '?'),
(0xd415bd95453b713886ff334f2759e57d, 'wp-content/plugins/really-simple-ssl/testssl/serverhttps1/ssl-test-page.html', 1, 0x00000000000000000000000000000000, 0xa8b8dc61cc309fc19aacf8261403962d, 0xd3aa1081834744669aa5e8893ac3da9dc86c7f6b8a23b24c1b2b4a351e42a8d6, '', 0, '?'),
(0x680b7a5b436a38adb14a8654fe4dbdbc, 'wp-content/plugins/really-simple-ssl/testssl/serverhttpson/.htaccess', 1, 0x00000000000000000000000000000000, 0x6db92698a20183040d73de5503b787fc, 0xa53378a6a3f06caf7abc5b08bfb592cace94a29b2538cf29e1e75795c571ae73, '', 0, '?'),
(0x90af03a5a357bf866f090a3478772ed9, 'wp-content/plugins/really-simple-ssl/testssl/serverhttpson/ssl-test-page.html', 1, 0x00000000000000000000000000000000, 0xa8b8dc61cc309fc19aacf8261403962d, 0xd3aa1081834744669aa5e8893ac3da9dc86c7f6b8a23b24c1b2b4a351e42a8d6, '', 0, '?'),
(0xab2765b89863dae488d7b2864023c68b, 'wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedssl1/.htaccess', 1, 0x00000000000000000000000000000000, 0x5ad3e97401d168b4fa5fe20e1a806e94, 0x904bff06bd65acb567762a402c6a1ef7ca7530569203060a1e083d84b382a7c7, '', 0, '?'),
(0xe763b15a307bc79f17154b7eb876b618, 'wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedssl1/ssl-test-page.html', 1, 0x00000000000000000000000000000000, 0xa8b8dc61cc309fc19aacf8261403962d, 0xd3aa1081834744669aa5e8893ac3da9dc86c7f6b8a23b24c1b2b4a351e42a8d6, '', 0, '?'),
(0x1c52381edef59eb139826e470a2200ca, 'wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedsslon/.htaccess', 1, 0x00000000000000000000000000000000, 0x3756b4dba0485eb68afb2807a54ab2a3, 0x0d1b4f54d8c3ac5d9d1c9d35403e9d958ae2b747cf60326809fdc33204a9d800, '', 0, '?'),
(0x913ff5e0256cb26cc79b1341eebcf7f2, 'wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedsslon/ssl-test-page.html', 1, 0x00000000000000000000000000000000, 0xa8b8dc61cc309fc19aacf8261403962d, 0xd3aa1081834744669aa5e8893ac3da9dc86c7f6b8a23b24c1b2b4a351e42a8d6, '', 0, '?'),
(0xaa9f88e59206c569e9cdb8f3091d8570, 'wp-content/plugins/really-simple-ssl/testssl/serverhttpxproto/.htaccess', 1, 0x00000000000000000000000000000000, 0x6cb7aa3bd69506463a63a5e34591145c, 0x64cde455a802ad454f0bccdbdc8f5193a44ed665c626a2aaf0abe9b19afecbb5, '', 0, '?'),
(0x7f4f9ecf3f708f6b6e863b53dc753b12, 'wp-content/plugins/really-simple-ssl/testssl/serverhttpxproto/ssl-test-page.html', 1, 0x00000000000000000000000000000000, 0xa8b8dc61cc309fc19aacf8261403962d, 0xd3aa1081834744669aa5e8893ac3da9dc86c7f6b8a23b24c1b2b4a351e42a8d6, '', 0, '?'),
(0xbd47a50241c9b9f1a713c187249963b3, 'wp-content/plugins/really-simple-ssl/testssl/serverport443/.htaccess', 1, 0x00000000000000000000000000000000, 0x051cf52ddbd059f3f3afd09c265a9a1a, 0x024357cff9b7f908b4dd367aff17aecf0166d64b920c3506d1ab5b31ae2c8fe2, '', 0, '?'),
(0x3fcd84e59a99f8c555354719e758f529, 'wp-content/plugins/really-simple-ssl/testssl/serverport443/ssl-test-page.html', 1, 0x00000000000000000000000000000000, 0xa8b8dc61cc309fc19aacf8261403962d, 0xd3aa1081834744669aa5e8893ac3da9dc86c7f6b8a23b24c1b2b4a351e42a8d6, '', 0, '?'),
(0x31fd5c498eb7e8532f917105db568965, 'wp-content/plugins/really-simple-ssl/uninstall.php', 1, 0x00000000000000000000000000000000, 0x0e9e7831e66dc44e28ebf8407edfa2f9, 0xad945edc00009555d3b60873338dc1e09cdb15c2ae7eada483748b294ff7d069, '', 0, '?'),
(0x9769b47b292463778f1af8713c54e143, 'wp-content/plugins/revslider/admin/assets/css/font/egfont.svg', 0, 0x4db56e156255fcef2e959d0d4a001508, 0x4db56e156255fcef2e959d0d4a001508, 0xad03214955613531c5d12f4c47a891404596614ba4730afd8ba9efc0d119d23f, '', 0, '?'),
(0xc2af1a5edee3776f2edfb37c8f17c142, 'wp-content/plugins/revslider/admin/assets/css/font/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x7f30c7d2522981a42fe44b9010228dad, 'wp-content/plugins/revslider/admin/assets/css/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x6acad277a5d63df4c19dd34f11bcad35, 'wp-content/plugins/revslider/admin/assets/images/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x66176e0f46faf542fbca45ab6fc978cf, 'wp-content/plugins/revslider/admin/assets/images/mainoptions/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x41003e5f2ad5e9b1e7cc258b05173285, 'wp-content/plugins/revslider/admin/assets/images/navigationeditor/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xa8bd7cd607621b6e1c39603ee88289e0, 'wp-content/plugins/revslider/admin/assets/images/sliderpresets/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x2d316f1989e4b2c4aba50e26f4f24cad, 'wp-content/plugins/revslider/admin/assets/images/sliderselector/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xb3cdca23ef587d3d388d470b66c2c6a9, 'wp-content/plugins/revslider/admin/assets/images/slidersources/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x120d7b9e1232f754b50d1290c47630b5, 'wp-content/plugins/revslider/admin/assets/images/sources/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x528c61e6ff59a32f50fd81402e91ca1c, 'wp-content/plugins/revslider/admin/assets/images/toolbar/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xd80ee78ced45fcfb3a56a84432cf89fe, 'wp-content/plugins/revslider/admin/assets/images/tooltips/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x54f0254bf89fe5843bcf4421564288ce, 'wp-content/plugins/revslider/admin/assets/imports/agency-intro/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x0f3df9154dc0dc22ccfcfbbd5ead3a0b, 'wp-content/plugins/revslider/admin/assets/imports/classic-carousel/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x40c924a3f429ce28365395136329555e, 'wp-content/plugins/revslider/admin/assets/imports/classicslider/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x293e923e138cf713fa462696f3ee03ee, 'wp-content/plugins/revslider/admin/assets/imports/concept/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xa1d7c78d7a875ce481a1bab81f87db42, 'wp-content/plugins/revslider/admin/assets/imports/contenttabs/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xad9985ef8f566314dd7df8a9cf59f56c, 'wp-content/plugins/revslider/admin/assets/imports/creativefreedom/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x9a86c2aa35b6d96554d58e16f8cf2268, 'wp-content/plugins/revslider/admin/assets/imports/facebook-feed/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x8d972dd013dc0b44114e970bb24537af, 'wp-content/plugins/revslider/admin/assets/imports/fashion/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x92d1bce694ba3e6662058b15414aff4a, 'wp-content/plugins/revslider/admin/assets/imports/finedining/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xce373a7bad7eaa441a96615fbd5ae720, 'wp-content/plugins/revslider/admin/assets/imports/flickr-gallery/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x9aa0a46244fb5cd4d633aa3746723206, 'wp-content/plugins/revslider/admin/assets/imports/foodcarousel/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x90dfbe359e3d301e4e6109c92324daf0, 'wp-content/plugins/revslider/admin/assets/imports/fullscreen-button/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x1c86966402fa1412f49841594ce76f0f, 'wp-content/plugins/revslider/admin/assets/imports/gym/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x7c77d8c44349dcf9d40a84731a68c9b6, 'wp-content/plugins/revslider/admin/assets/imports/highlight-carousel/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xa405185a68feb1b8cbae55573d314fd0, 'wp-content/plugins/revslider/admin/assets/imports/highlight-showcase/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x341fbb67d70d3830a1a3fea00e27e455, 'wp-content/plugins/revslider/admin/assets/imports/imagehero/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xd3523b45f88c9a6a35c0ef9e3111408b, 'wp-content/plugins/revslider/admin/assets/imports/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x22141b34b4435ad51ea4e2b77124c5b0, 'wp-content/plugins/revslider/admin/assets/imports/insta-gallery/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x4729a29a544f98099e794ff9699a5982, 'wp-content/plugins/revslider/admin/assets/imports/levanorestaurantbar/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x0a0fae619f35d9a61e30f4c33d50d99e, 'wp-content/plugins/revslider/admin/assets/imports/mainfeature/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x887b4ccca35074d9e54a692d5e5965bf, 'wp-content/plugins/revslider/admin/assets/imports/media-carousel-autoplay/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xe6f99222f512c1ac099c37e6fd3bb597, 'wp-content/plugins/revslider/admin/assets/imports/media-gallery-two/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xe6c3f187bbb615dd79984b94ffcc4bf8, 'wp-content/plugins/revslider/admin/assets/imports/news-bg-video/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x08ec9436a37e7d70011454ecf8d1cbf1, 'wp-content/plugins/revslider/admin/assets/imports/news-gallery/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xd59dbf3546917748ab016602edbe755d, 'wp-content/plugins/revslider/admin/assets/imports/news-gallery-post-based/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xc9e1ceb8f026bc8387eb08262f1e30ad, 'wp-content/plugins/revslider/admin/assets/imports/news-hero/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x22f5ca1a4e77b28fdbd73f54ee071804, 'wp-content/plugins/revslider/admin/assets/imports/news-video/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x06d552b2e678ed493a54baec2b6d3e2b, 'wp-content/plugins/revslider/admin/assets/imports/newsletter-hero/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x45d21f1c3ceae5ca82d0da0db6d0ac94, 'wp-content/plugins/revslider/admin/assets/imports/notgeneric/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x649f668aaf9eb3a34cb8f79cfae9b54e, 'wp-content/plugins/revslider/admin/assets/imports/parallaxscene/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x6fd171cef9f57fe58fe6181623eee8e8, 'wp-content/plugins/revslider/admin/assets/imports/photography/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x380068d1b7736313e4294d157684062e, 'wp-content/plugins/revslider/admin/assets/imports/photography-carousel/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x0e7a71082203054b4ed37325a5269117, 'wp-content/plugins/revslider/admin/assets/imports/search-form-hero/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x9d4d1a4d2a64fa666343f06adf37d7c4, 'wp-content/plugins/revslider/admin/assets/imports/showcasecarousel/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xe6ade02faea1118f1db0a2cc56a3e6ad, 'wp-content/plugins/revslider/admin/assets/imports/slidingoverlays/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xb8adfe83b91d51dce163259a67af8292, 'wp-content/plugins/revslider/admin/assets/imports/sportshero/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x0a438acaa1aadb925d7a78afa2271524, 'wp-content/plugins/revslider/admin/assets/imports/travel-static-captions/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x0658b8c5f9a18d854bef3eb60629b254, 'wp-content/plugins/revslider/admin/assets/imports/twitter-feed/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x36f6bb932212691188bb6e47b91ae5d8, 'wp-content/plugins/revslider/admin/assets/imports/vimeo-gallery/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x6c58d59c1b33b12601eddcf115beb627, 'wp-content/plugins/revslider/admin/assets/imports/vimeohero/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x623ecc637d647a425f5ea353782d0e62, 'wp-content/plugins/revslider/admin/assets/imports/web-product-dark/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xae67285d0d5bab99c692752cbceecd3e, 'wp-content/plugins/revslider/admin/assets/imports/web-product-dark-hero/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x45616fd00d67f3eadcbc5ddb0c37ff58, 'wp-content/plugins/revslider/admin/assets/imports/web-product-light-hero/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x02d77d8c5de0d8f08aee970685c2dcc2, 'wp-content/plugins/revslider/admin/assets/imports/web-product-light-hero-3d/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x363cf058cd06018b06fefb4dde4512ea, 'wp-content/plugins/revslider/admin/assets/imports/webproductlight/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x015f317a08d4e61bb31b83ad2a6fbb3e, 'wp-content/plugins/revslider/admin/assets/imports/woobig/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x9c7635a8ae8005b4c7c42da7814aa414, 'wp-content/plugins/revslider/admin/assets/imports/woocommercesmall/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x34db95f95984be93efa05bc5ab1b3c1d, 'wp-content/plugins/revslider/admin/assets/imports/youtube-gallery/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x5fdf96d6b8b3fce9d75c0ca56f2b5b79, 'wp-content/plugins/revslider/admin/assets/imports/youtubehero/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x906e5de47ce8081cbd7b20ecf5fa5157, 'wp-content/plugins/revslider/admin/assets/index.php', 0, 0x03efe17b1c4a21753f7d07ee17e77395, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0x05fa93b0837666401e0f49ae3c96566c, 'wp-content/plugins/revslider/admin/assets/js/admin.js', 0, 0x415755ff3826f9e5e94ab21abc2717b6, 0x415755ff3826f9e5e94ab21abc2717b6, 0x0af5d463e7eb90af7a4b37807dfa47cc48ce0a452adb4475039344dee13f462d, '', 0, '?'),
(0xbf2c332877d552f3476f106b1c018a98, 'wp-content/plugins/revslider/admin/assets/js/codemirror/codemirror.js', 0, 0x81682a84405442f32b7365b1d1a414f2, 0x81682a84405442f32b7365b1d1a414f2, 0x7747f47f4b16ec6bbccb88af1c64ab0e92d5dac05c9293376a6ba6dc865c875b, '', 0, '?'),
(0x28582a020ca597f5ffeb2cc6dd457a05, 'wp-content/plugins/revslider/admin/assets/js/codemirror/css.js', 0, 0x66179d3c258cddc45929e0d22bffde5e, 0x66179d3c258cddc45929e0d22bffde5e, 0xee7a48ba9672c448e6e1083c3caca2e7d373d1e4eff4f8a5f22a1250a1e76155, '', 0, '?'),
(0x6d1384a40b076327578938cfa460175e, 'wp-content/plugins/revslider/admin/assets/js/codemirror/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x94d599b25db3c4380e40fae2b4d6288e, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/closetag.js', 0, 0xa379e22ef4f9da609b7a04503e4d1b75, 0xa379e22ef4f9da609b7a04503e4d1b75, 0x6521dec5e0160c459f0c0ef6d4dc644e092d9ac897b24694c69d0ecc9409c522, '', 0, '?'),
(0x10a6908e42fb06d93ab8cdce27a872dc, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/dialog.js', 0, 0x1883f8872dfd4f75f08c17d055f32134, 0x1883f8872dfd4f75f08c17d055f32134, 0x45f0d99229cc814741b1f9b0cae7af5deb228ba3f49cdca23ecc1663600e09f3, '', 0, '?'),
(0xd99bf138bf5587a99a9f653dfcc80cbc, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/foldcode.js', 0, 0xe673a41ba4f1540070f13b8ad86b4164, 0xe673a41ba4f1540070f13b8ad86b4164, 0x4533d0b266a458fe25ccbf2da555b7194c145f39c245a8cb7a51dade21420054, '', 0, '?'),
(0x93219c8893d1ed8c736b0dcfceb89d27, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/formatting.js', 0, 0x6a8b25e8a084135c83d90b77258e9c64, 0x6a8b25e8a084135c83d90b77258e9c64, 0xc9435317c664f96dd56e89e574965732986f482fd9d3e96f6cd6f956efc92334, '', 0, '?'),
(0x42c006d639f015676cbcae06d00d9fb3, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x7683441d0044e89c12d4e298876ce755, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/javascript-hint.js', 0, 0x2533dc0b779d154e8f3144ae1901a04d, 0x2533dc0b779d154e8f3144ae1901a04d, 0x846293861f879cd1af41be8693104ef0ef7b2ddf21c1527b5f6fad05bc406ca3, '', 0, '?'),
(0xa373b77b0ed2ad94d3c0c9e5f2470211, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/loadmode.js', 0, 0xe9082cfbad2713724646c44e7afcf177, 0xe9082cfbad2713724646c44e7afcf177, 0x1afc1862ec75badcad1e6ce992397ac007c0f8be78d3d0a05a50e59f42eedc24, '', 0, '?'),
(0x682b9bcc2b5c07e6ff6c06c2d85bbb8f, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/match-highlighter.js', 0, 0x96ecd377fc615660e47a8d427857ddc1, 0x96ecd377fc615660e47a8d427857ddc1, 0xcce4abd4da1274f32ba37e452b85f67ac2851edc2c5695c78cf7527301ce104b, '', 0, '?'),
(0x34501e476787fb86b63a3ed10591b74f, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/multiplex.js', 0, 0x35131d08d564597bc9f9548361ad3e2f, 0x35131d08d564597bc9f9548361ad3e2f, 0x3342e184ca9330d986ef1477388ea301363d7b57c2f5620855d3cae45abfd8a7, '', 0, '?'),
(0x5a9077811416d1d9cba93edcd2f70ecf, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/overlay.js', 0, 0x240c5026842d9bce7fbdf4abc6088a6a, 0x240c5026842d9bce7fbdf4abc6088a6a, 0xda4944ef15cccbd61363ed5af9ea3780104d0d38d593841bbf91b873c9964434, '', 0, '?'),
(0x2495bb4760c05a54c1248f3641ec0437, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/pig-hint.js', 0, 0x061691a4eb0b93e8ef9f1dfa571995e7, 0x061691a4eb0b93e8ef9f1dfa571995e7, 0xa22462659b02bd28af7e75b351213a9c58e43f383777069d86c8d4288e1b8877, '', 0, '?'),
(0x5ad558aabc1d7e16b9e6d43a89516a73, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/runmode-standalone.js', 0, 0xa0efd2e9f150da30457624a3f7067947, 0xa0efd2e9f150da30457624a3f7067947, 0xce165aee8bf94f198440f16300b6683fa14da8ca72b15ed2df07fd8844accc18, '', 0, '?'),
(0x0f728dca715edfefb593dc896344c042, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/runmode.js', 0, 0x5c5eb7d1f7b0193315b0128077e7c5e7, 0x5c5eb7d1f7b0193315b0128077e7c5e7, 0xb85addfe76326c48e90dc6e97dedee2e142c1ce5de649fa635743bc12a6f4e1b, '', 0, '?'),
(0x99901eb488a6235357bd4e5e60ae4f54, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/search.js', 0, 0xa0953841015f8567a90985a873429cf9, 0xa0953841015f8567a90985a873429cf9, 0x4a727b291b3f47e6d8054517424fa8d84b4925a060331336f4f49fe6b414b5bd, '', 0, '?'),
(0x645c1a2bf0d1ee9afa976a2b9f690336, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/searchcursor.js', 0, 0xae64a29e4e6046b5dcbcddd6df2c35fa, 0xae64a29e4e6046b5dcbcddd6df2c35fa, 0xaf3b10decb18bbd242a48eb7993fbae45eeaa69d7163b6873a7db9eb230c2b66, '', 0, '?'),
(0x6d73e25aa1da472b81f21b498d01c738, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/simple-hint.js', 0, 0x53d28d8109faf1740c237a3eff1cafcb, 0x53d28d8109faf1740c237a3eff1cafcb, 0xa4821cbdcf8d37b5453c14179a6e1498e1cc552cd0b991dc1337d39f1a6ba290, '', 0, '?'),
(0x0daec25e9988562f1a803728cc5a0ae1, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/xml-hint.js', 0, 0xa0561c068a9ed936aead92563a911d6d, 0xa0561c068a9ed936aead92563a911d6d, 0x91e89ccaab060fbc3c671e9d1166d4622af07fc7825cdf8315440314f5aa2ca0, '', 0, '?'),
(0x3c31842b582cae8788fbe0eaf25509e8, 'wp-content/plugins/revslider/admin/assets/js/codemirror/xml.js', 0, 0x4304a1cbddb1f976e42893f59de690a1, 0x4304a1cbddb1f976e42893f59de690a1, 0xb4076033b1ed1318a0ecb2b80c6617e0c0d535234470a7ec18cc86f0b00e09d0, '', 0, '?'),
(0x8fe9b41db19ada74eecaf9569a46ad2f, 'wp-content/plugins/revslider/admin/assets/js/context_menu.js', 0, 0xe33d3407ed6f6f6124c363dc2a3e8eef, 0xe33d3407ed6f6f6124c363dc2a3e8eef, 0x2d929b64665d18e8f921971510c48b780150e48cada0d1a075613172d83d0dc6, '', 0, '?'),
(0xbced85f1908c7d7e653b216189879f95, 'wp-content/plugins/revslider/admin/assets/js/css_editor.js', 0, 0xd2ad3955d22ec9aca4ceb6ed63d016a0, 0xd2ad3955d22ec9aca4ceb6ed63d016a0, 0xc0bb8c369f99d4e4b8b3779a2a6cca9c26acfb011f2ae1ac5e133c98504ef536, '', 0, '?'),
(0xa52f11fe5375f9ec3afa6c075aedce1c, 'wp-content/plugins/revslider/admin/assets/js/edit_layers.js', 0, 0xa6b409dc89604fa7e6d554f6fe61cf9e, 0xa6b409dc89604fa7e6d554f6fe61cf9e, 0x6b8651d0d44c116969e3eaddcb27e99e3455afa879d4913435182c17fd50688d, '', 0, '?'),
(0xe44fb2dde74ff0d2140d84737390f4cc, 'wp-content/plugins/revslider/admin/assets/js/edit_layers_timeline.js', 0, 0x250b316bb7fc364bafde8c4ff0fa3369, 0x250b316bb7fc364bafde8c4ff0fa3369, 0x612a654fdb3fd2aa86b0e469af48c2ffc0faf46f0fb9e207dbe1f1d0403fe01d, '', 0, '?'),
(0x0acf06e787616b0dfc5bdcf6996da554, 'wp-content/plugins/revslider/admin/assets/js/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x480f538d47e3d576ac65beb049025e3a, 'wp-content/plugins/revslider/admin/assets/js/jquery.tipsy.js', 0, 0x5a4f11bec90d01c15b537ccff6d9f1d7, 0x5a4f11bec90d01c15b537ccff6d9f1d7, 0xfe62472439934391add1b872d6496e2bb7b33fdb511cada1dda426aa71704847, '', 0, '?'),
(0xbf7f0837d90a1b9806a39f4cecfa9220, 'wp-content/plugins/revslider/admin/assets/js/rev_addon-admin.js', 0, 0x11ceb5714ba1f085d9eced45a3f4a4a1, 0x11ceb5714ba1f085d9eced45a3f4a4a1, 0x92520c4bc27712cb2fa6f27c88bd10ec5eb63d2469c44b93a8d3f47737803ac7, '', 0, '?'),
(0xda7a3bc7704cb8220b63b5c51b3e38c8, 'wp-content/plugins/revslider/admin/assets/js/rev_admin.js', 0, 0x0b604dc9c2b5ede74776b42fdb0ef207, 0x0b604dc9c2b5ede74776b42fdb0ef207, 0xd07b086b1c3296a81a3c85c27432be7ce9e4c16fd316bb06540e394cc90c4e78, '', 0, '?'),
(0xc5292b1a3f2d97d585eaafae8478e225, 'wp-content/plugins/revslider/admin/assets/js/settings.js', 0, 0x347e26726ee3203f328e9ca731267fca, 0x347e26726ee3203f328e9ca731267fca, 0x81189b402bcede37f7f1a9ee4fe6e461d405748709e41d1b3fd4d4f1d72acc42, '', 0, '?'),
(0x2aeac568e0437d73c9500af09e89afe3, 'wp-content/plugins/revslider/admin/assets/js/tinymce-shortcode-script.js', 0, 0xb7a3fa62d38e09c747b88f1576a6c0d1, 0xb7a3fa62d38e09c747b88f1576a6c0d1, 0xf6d9d565f514cdc39097b441ca533af19e4e254b65e1fcffbf03ccd8985939f5, '', 0, '?'),
(0x9b29ef6fa4d7e2dac051c28e1c919f06, 'wp-content/plugins/revslider/admin/assets/js/vc.js', 0, 0x7701b867a4061a512f76b42cee715c50, 0x7701b867a4061a512f76b42cee715c50, 0xfed567ee0a67a799ded736aa6c752ad0ae9d41ec97e11817ae72afb13ee0be0e, '', 0, '?'),
(0x15b5425f2ec1a74a12f6c114dedaa3e3, 'wp-content/plugins/revslider/admin/index.php', 0, 0x03efe17b1c4a21753f7d07ee17e77395, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0x29c7bf2eb402235358780c41ed4fb591, 'wp-content/plugins/revslider/admin/revslider-admin.class.php', 0, 0x405cb389e25929dd25d9427fd7fb6703, 0x405cb389e25929dd25d9427fd7fb6703, 0x787b245e97966088b7d9b49f22618dc4e696790bac91de302b0bd3799368d65f, '', 0, '?'),
(0x85cbf86f1477836c4cb84b0f873fa4ed, 'wp-content/plugins/revslider/admin/views/global-settings.php', 0, 0x9fc46d7fe4d57b74f34811703042e4c0, 0x9fc46d7fe4d57b74f34811703042e4c0, 0xd271a4e589fe275322c755783ecac31031cf7c82e60be09db10a664a395a6c2f, '', 0, '?'),
(0xa698533f10be73c69bbad9fcd7ede38a, 'wp-content/plugins/revslider/admin/views/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xecfd5b65bc51c4907ae36dc0e0d665fd, 'wp-content/plugins/revslider/admin/views/master-view.php', 0, 0xa32bcb8f5bab30cb1e433339e9d310ed, 0xa32bcb8f5bab30cb1e433339e9d310ed, 0x2676bbc2942f1024c2ee5ca5b430be9e8b9d46c2f588e6bd8436938a7a8f525d, '', 0, '?'),
(0x08a5f65f0517741dc0ce242be212294a, 'wp-content/plugins/revslider/admin/views/navigation-editor.php', 0, 0x70c4217b6612003ce75666db63992bdd, 0x70c4217b6612003ce75666db63992bdd, 0x138c7d8028a0270982973a7ac3913b3218544267c2fc6c1229674d2b8aab2a06, '', 0, '?'),
(0xbfacdb4da53003022184c16667c3365c, 'wp-content/plugins/revslider/admin/views/rev_addon-admin-display.php', 0, 0xadc7bd5d1f9b3cca77e68d81daf85af9, 0xadc7bd5d1f9b3cca77e68d81daf85af9, 0xe694947436be44f1572191d7087e5bef1efb1c65504a99c7afe0db8298676457, '', 0, '?'),
(0x69595167a61156fd02bd202f63090d82, 'wp-content/plugins/revslider/admin/views/slide-editor.php', 0, 0xb1fe1ab8b0e48cdbf09931c89380a24c, 0xb1fe1ab8b0e48cdbf09931c89380a24c, 0x00809485e684914e8b2895d523d0f3d6db715803a4fb9efcf8e77c490c39e9bd, '', 0, '?'),
(0xab8b83e35eda54dfe73511d3e66a2da1, 'wp-content/plugins/revslider/admin/views/slide-overview.php', 0, 0x99ff6dba42fd3dbbc0221f4400b50e19, 0x99ff6dba42fd3dbbc0221f4400b50e19, 0xda7ba71edec478ac8d950921e04288bbeb0bdcdd61a0b49ffe81014ea0582ed4, '', 0, '?'),
(0x8a56577370369fae3f939e350ffa5cc5, 'wp-content/plugins/revslider/admin/views/slider-editor.php', 0, 0x58a77c0309bd6d6cb1bd2eb39cf645e8, 0x58a77c0309bd6d6cb1bd2eb39cf645e8, 0x0da18ac8670b8354196af7e03c9071958587ed06f3f8e71ad5cf43725284bbef, '', 0, '?'),
(0x12e6ceb7367cd86676e589a4537e495e, 'wp-content/plugins/revslider/admin/views/slider-overview.php', 0, 0xabd9791f67123213af8e7626f5ead5ca, 0xabd9791f67123213af8e7626f5ead5ca, 0x742e4823413198f438108d62f10b63948e5c5638062468958eda28f0cc122cce, '', 0, '?'),
(0x8c40f871faf5e21a9d553b58e6f75876, 'wp-content/plugins/revslider/admin/views/system/dialog-copy-move.php', 0, 0xd6e5885ed8d9778344c814bd0406dc6f, 0xd6e5885ed8d9778344c814bd0406dc6f, 0x8877dc52096490045c50988cc658a3cd79b65e7a9e652fd122101a24e1898aaa, '', 0, '?'),
(0xea18c82c9b790f73d1bce5c3871ceebd, 'wp-content/plugins/revslider/admin/views/system/dialog-video.php', 0, 0x2edad02b5639ed399290adadb5277592, 0x2edad02b5639ed399290adadb5277592, 0x43bafd985352db57bf7ac6ca5ddb1910656c1da7a2269ac9200bf0b98734479f, '', 0, '?'),
(0x4624bad2954373d4e008804cc0c63027, 'wp-content/plugins/revslider/admin/views/system/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xfd3caceb3c5b0b6e5c7086eb0f308d0f, 'wp-content/plugins/revslider/admin/views/system/validation.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xf91ba0c31ce00022b78a3d2aa54c1bdd, 'wp-content/plugins/revslider/admin/views/templates/create-slider.php', 0, 0x3ccd4083d279d4b0cbdfb42aa5cfa41d, 0x3ccd4083d279d4b0cbdfb42aa5cfa41d, 0xaa602231216e0bce1e91d2dc5d36f8e0006a7ea2d49de19950ace0bd85156abe, '', 0, '?'),
(0xe820e7554c74473845f7d68d4e368413, 'wp-content/plugins/revslider/admin/views/templates/edit-slider.php', 0, 0x601bd44464161207cddbd593dd1e2990, 0x601bd44464161207cddbd593dd1e2990, 0xe73b38f6f1b07f41b542bd1e9a3017bba248566a4a316486898fd5dd8df2e564, '', 0, '?'),
(0x70128f83d5f3b884ec4c0c7eb5d3cbac, 'wp-content/plugins/revslider/admin/views/templates/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x13b1268479968f4ee6389d272591d061, 'wp-content/plugins/revslider/admin/views/templates/slide-general-settings.php', 0, 0x9cde93bff39fe4a551a26a1b5135564d, 0x9cde93bff39fe4a551a26a1b5135564d, 0x80b3b2d671032587385dbb29ad1f95a4258240a77e9739ef1ae9697e9a080844, '', 0, '?'),
(0x4710e22893acff78b2ea150a5e8002ae, 'wp-content/plugins/revslider/admin/views/templates/slide-selector.php', 0, 0x752f8b4512eb8a7efe9bb9f179fcc0db, 0x752f8b4512eb8a7efe9bb9f179fcc0db, 0xce50efd27fd92c229476f243ccb7e340ac5de8cb8693f00114d926400f6c92d3, '', 0, '?'),
(0xea6e7c323b0f251fe3e2df093dc567a0, 'wp-content/plugins/revslider/admin/views/templates/slide-stage.php', 0, 0x13cbe4e8d81751172fca5a804efaaa59, 0x13cbe4e8d81751172fca5a804efaaa59, 0x37277ffa1edb68c0cd4f0244710ed7d172164049c6ed29fb1fbf96379df9cf15, '', 0, '?'),
(0x8a7a5aaa4a35da71d2561bd605074d2d, 'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php', 0, 0x2856e87a3dcb41cf8e245d371f65706f, 0x2856e87a3dcb41cf8e245d371f65706f, 0x9c1098344ef518e9b407a5a1a5b4a34c87df65f723fe81ff97f763b6604fb177, '', 0, '?'),
(0xb54bf158d3e0ca18e2dd0a0efdad3efa, 'wp-content/plugins/revslider/admin/views/templates/sliders-list.php', 0, 0xb276c74ac7b51babbe911b98b7f79770, 0xb276c74ac7b51babbe911b98b7f79770, 0x3ebea05e67ec45b0ea608549df51f266de822feacf25783a100bf427abe80cd1, '', 0, '?'),
(0x0d381d3d2544b5d9284321b4e06da2b7, 'wp-content/plugins/revslider/admin/views/templates/slides-list.php', 0, 0xb542fff26aa125e834d2a550560fae00, 0xb542fff26aa125e834d2a550560fae00, 0xfcd5566b75e3f510200c3e586b62daf7539ce4d642f44da59b61d693321b8f64, '', 0, '?'),
(0xaef33c738ef80f0dbbf3cd270297ac05, 'wp-content/plugins/revslider/admin/views/templates/slides.php', 0, 0x50a1d5adb2194a0ca3ccd354884dbd7e, 0x50a1d5adb2194a0ca3ccd354884dbd7e, 0x9e9ba06239a920e4673f3bd8ad827cb761d480cb4a5d22d5c7eeb6a5e7230cf2, '', 0, '?'),
(0x42db805c7b5e23e956ce172d9407eceb, 'wp-content/plugins/revslider/admin/views/templates/template-selector.php', 0, 0x5b0fc01e3f89cbb09f9da8cdf6df2a1f, 0x5b0fc01e3f89cbb09f9da8cdf6df2a1f, 0x4715cdbad1f742d48bf8cf36b23ede9c81b8e0f6209d8c1a35bfd425c21fcd60, '', 0, '?'),
(0x0701d9106bfaddc6b84aff339e504b34, 'wp-content/plugins/revslider/admin/views/templates/template-slider-selector.php', 0, 0x3267ea1902502619aba26f8b2c7820d9, 0x3267ea1902502619aba26f8b2c7820d9, 0x8488b604b377f13b57243f26893a689797d13a4f86ad0ec32d1ec96291dcb5ec, '', 0, '?'),
(0x050542aae65072986666d61d83433505, 'wp-content/plugins/revslider/admin/views/templates/wpml-selector.php', 0, 0xf88ee19d91668ff53f27b3112cdc93c3, 0xf88ee19d91668ff53f27b3112cdc93c3, 0x36360e97057cefa001e35d7606799d0287a5f4bdc9fc041ba252f8cddc45a02a, '', 0, '?'),
(0xdb52d0846cd089290baca5c3875e3ff0, 'wp-content/plugins/revslider/backup/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xd885d19001594d2c88a6777450df8882, 'wp-content/plugins/revslider/includes/extension.class.php', 0, 0xa8c21022d753876df7c41b75ce2d4e9b, 0xa8c21022d753876df7c41b75ce2d4e9b, 0x03de5a66314bc3ec78d863e735faa3288e1d6553951767b82a40e937a6efb95f, '', 0, '?'),
(0x2b81b58f4ea7a7456a50e25dd02fa785, 'wp-content/plugins/revslider/includes/external-sources.class.php', 0, 0x0bbc76f3ea3eb4d0a41209b4162daf4f, 0x0bbc76f3ea3eb4d0a41209b4162daf4f, 0x5e5fc1dda201db829fedc1e0aa0d6cb350f83db67e57020e42585d6cc647256d, '', 0, '?'),
(0x0187e77f212d46503b7b00e67c4ef854, 'wp-content/plugins/revslider/includes/framework/addon-admin.class.php', 0, 0x70e445e38894ac922353f141b018ccbd, 0x70e445e38894ac922353f141b018ccbd, 0x9656f31c58623a7c7db4cc79045916f5f041057c40220d95667a868aa30e320d, '', 0, '?'),
(0x01318448a74df7f46723124b3a21e2c5, 'wp-content/plugins/revslider/includes/framework/aq-resizer.class.php', 0, 0xb6ab2e8773e68ec9f4c3aa5c98db96bf, 0xb6ab2e8773e68ec9f4c3aa5c98db96bf, 0xd2a6e41f2181c0c3ace5d89b871a9fd151f3f5352fc0b5238fc87993ea844712, '', 0, '?'),
(0x27ba117543b3ce2a18d8fdae65026c07, 'wp-content/plugins/revslider/includes/framework/base-admin.class.php', 0, 0x22ec71eb3535f2b6086742f160ceab0e, 0x22ec71eb3535f2b6086742f160ceab0e, 0xdbd8dee0d8c9cc1453e7dc6b0e53e7cb9bc8cf4cda334bcb97aa3766a3edeb6e, '', 0, '?'),
(0x75bd7070b7404b71c0288a6fdb940b3a, 'wp-content/plugins/revslider/includes/framework/base-front.class.php', 0, 0x052acd746e0438dea7c248fb09152cc5, 0x052acd746e0438dea7c248fb09152cc5, 0x884fde986cac9165595335ea5207fa3d54df82816d1b29fcb9fca256cd048c63, '', 0, '?'),
(0x9ab844c6a2c558065c8712ec62478a13, 'wp-content/plugins/revslider/includes/framework/base.class.php', 0, 0xa0b10a8b9906628b1058de9db42c83d1, 0xa0b10a8b9906628b1058de9db42c83d1, 0x669525cec54cfa2e1c72963f0cb7b66ac1d15db7f0a71aff80b2e881dfef11e5, '', 0, '?'),
(0xfc90d109cc1742106328a7d846b092e7, 'wp-content/plugins/revslider/includes/framework/colorpicker.class.php', 0, 0x3f6f2e3a1750458d5b1220c1f77f5ce2, 0x3f6f2e3a1750458d5b1220c1f77f5ce2, 0x1e5fd6d4223a0ea95b491b952ae09e913c152e4e11767fa427093204dcc9a35e, '', 0, '?'),
(0x429a3d7ca6bfbf6128a4fe6a54439986, 'wp-content/plugins/revslider/includes/framework/cssparser.class.php', 0, 0xa10ee3cb1b6f9afe551880a02023cb45, 0xa10ee3cb1b6f9afe551880a02023cb45, 0x7368dfb95859984640444dd34153e54928df48680cd2970e5d5bbb917001506a, '', 0, '?'),
(0x6bb026b5887f8ce7d4f3d6bfb0362bf4, 'wp-content/plugins/revslider/includes/framework/db.class.php', 0, 0xa44c5d718df33efc2e463f21b76606c0, 0xa44c5d718df33efc2e463f21b76606c0, 0x9dfcdeea9d666b69ad3bb6be48fb0cef32aa56201666ac294937cc7a0333b89d, '', 0, '?'),
(0x159dd91de96bca4b200c7e05526da818, 'wp-content/plugins/revslider/includes/framework/elements-base.class.php', 0, 0x0f7ebe4e027de4638c09dfcc88370ae3, 0x0f7ebe4e027de4638c09dfcc88370ae3, 0x799306c7333eb64ed737b28bbc8af597e4f10b7916f6058c0887ad13dbe82bed, '', 0, '?'),
(0xf65f27fdf12683f0be3707eeb12cebe5, 'wp-content/plugins/revslider/includes/framework/em-integration.class.php', 0, 0xc6367b0e7fc18d021319ee7a5fbcb814, 0xc6367b0e7fc18d021319ee7a5fbcb814, 0x1998f074606f10a8629ee359afe5b8c5b7621fb1a42e80e16ea1c30220d4fb69, '', 0, '?'),
(0x80c1f932a0a6bb6c5dac7784446e4d48, 'wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php', 0, 0x25cf7fee146b3d5fb81cec4ca222f0a0, 0x25cf7fee146b3d5fb81cec4ca222f0a0, 0x920d8cc4e7cd9d0926cb6fd12dd3d4129a120913e57529b5a8926ab57106ed3a, '', 0, '?'),
(0x82121d9a11c6327ba139542c57252147, 'wp-content/plugins/revslider/includes/framework/functions.class.php', 0, 0xa7fb2e91d7ae91f41997a42bd2b72515, 0xa7fb2e91d7ae91f41997a42bd2b72515, 0xa79237710a6ef53634b6113162c16ed2cc0eb384bf8ec1857530dba73c701ffd, '', 0, '?'),
(0xc9308f07e9bbfb0732a4743ab8bed9ac, 'wp-content/plugins/revslider/includes/framework/include-framework.php', 0, 0xb4662a5c850af1f70dab17287bc01520, 0xb4662a5c850af1f70dab17287bc01520, 0x7182cf107253ed4036981557e8808d88ea64091890ff407035c5d7cf79050507, '', 0, '?'),
(0xe2422b30f59af9c844468112d44fe09a, 'wp-content/plugins/revslider/includes/framework/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x2b2b1ee5b47d1d4096962ea603d6077a, 'wp-content/plugins/revslider/includes/framework/loadbalancer.class.php', 0, 0x8a7710478341aa9e0eefc5cd1209776f, 0x8a7710478341aa9e0eefc5cd1209776f, 0x3d2ddf3b8264372a5d387f44a2fce134ef859fdd90ea50b75d2117158208cc83, '', 0, '?'),
(0x75d733ceccf3fc050520e7cba098cd01, 'wp-content/plugins/revslider/includes/framework/newsletter.class.php', 0, 0xfb755ac4886f6db0e54281b16b2a6158, 0xfb755ac4886f6db0e54281b16b2a6158, 0xc5d2f4ddc5a6d3a2ba6d21a5db3f2408f8ea2566c0a6ce1cc5555b8dc8e5ac2e, '', 0, '?'),
(0x466e25c696f89ec77c7dc95538922160, 'wp-content/plugins/revslider/includes/framework/plugin-update.class.php', 0, 0xd4a1e7e32b1051880c3903319cf2ac96, 0xd4a1e7e32b1051880c3903319cf2ac96, 0x98d9e14db44b932150f44ac7d64edf7afdb5e2d8679d344f7b7fdc66abaf6ac8, '', 0, '?'),
(0xc41c7fc18e8e467550c9a655c7687cc0, 'wp-content/plugins/revslider/includes/framework/update.class.php', 0, 0x077641ff38f6cfa0827c64376d3a68c3, 0x077641ff38f6cfa0827c64376d3a68c3, 0xe6c251e2d87bb48813e5781d9f0a7b03f7d2c9953b865cbb202e1f77465dc1c5, '', 0, '?'),
(0x1eb6caa8cf7cea5e36cab9b9956a597d, 'wp-content/plugins/revslider/includes/framework/woocommerce.class.php', 0, 0x580b8688e484d6aa73822ad04b8e9118, 0x580b8688e484d6aa73822ad04b8e9118, 0x4c4e70a439e2428ea089b96fb3b7ba4b8c715535a1f0c3ea01302b556767286a, '', 0, '?'),
(0x4ae2aa4b40f83af4b3914a70446ffedb, 'wp-content/plugins/revslider/includes/framework/wpml.class.php', 0, 0x116e1cfa3065d9ddd080e7737279e913, 0x116e1cfa3065d9ddd080e7737279e913, 0x9f29660e0b98a326e370c0f8a44cb75d3207257bfb97631d232dfdc0b1fd05c3, '', 0, '?'),
(0x22a254d12a5751380979dd486be306e5, 'wp-content/plugins/revslider/includes/globals.class.php', 0, 0x06fd8b5cebd2c2cb5023ba8500e3b9c4, 0x06fd8b5cebd2c2cb5023ba8500e3b9c4, 0xae92c8c190e6e6d206fae89caa4124c2b463b073a91fdbbd8419b74f5299a688, '', 0, '?'),
(0xe5bbe8c9dc826c8ccfca082a78264552, 'wp-content/plugins/revslider/includes/googlefonts.php', 0, 0x51da5873d89ad5243da1ef8933ff5a98, 0x51da5873d89ad5243da1ef8933ff5a98, 0x8e9e100b1ef21e34c7d7ab426cfd55577903e65738d3eaa52f1f3f169c2fe1c9, '', 0, '?'),
(0x11a274e2554c1300176302d272f04651, 'wp-content/plugins/revslider/includes/gutenberg-blocks/assets/images/js-wapuu.svg', 0, 0xa1156192eb7d2cadc91631c501da1d81, 0xa1156192eb7d2cadc91631c501da1d81, 0xce0b0a61777629b28145703cdd425f7d59cd4a0e001986229569786f3c279e11, '', 0, '?'),
(0x89ec2ce21f3103e2e4af4ddd0c4b39ae, 'wp-content/plugins/revslider/includes/gutenberg-blocks/assets/js/editor.blocks.js', 0, 0xca9bfa8e2f93c586dd6efeaacc0b1870, 0xca9bfa8e2f93c586dd6efeaacc0b1870, 0x958c3259ee61e5fefafe3a0f9ce4f6d4a3c44b36ad9c03a66b9b2c7382f450ff, '', 0, '?'),
(0x34cef82e00d3e0290c542d2c67f7a569, 'wp-content/plugins/revslider/includes/gutenberg-blocks/assets/js/frontend.blocks.js', 0, 0x1c7cb0c2a40d50a7e96bf74390c49d7f, 0x1c7cb0c2a40d50a7e96bf74390c49d7f, 0x377e485da6d13e7c0e88346b3335e2e149b4a5494443a74fb30964d215b4a5f8, '', 0, '?'),
(0x684a3248feb6ece114634b10baab5d09, 'wp-content/plugins/revslider/includes/gutenberg-blocks/blocks/frontend.js', 0, 0xb79eb3131e35bc5e2390605390f78639, 0xb79eb3131e35bc5e2390605390f78639, 0x4fb6edcae7be47949769cf92c0047cf9fa3d8510d592bd9d46f753f9ad513c3f, '', 0, '?'),
(0xffc5412751ce7995596d26535ce6fac0, 'wp-content/plugins/revslider/includes/gutenberg-blocks/blocks/i18n.js', 0, 0x972eb0de9784d0c46a32aef8b60a073f, 0x972eb0de9784d0c46a32aef8b60a073f, 0x915e0482800f5e9925121cb8c5bdad10eff82334b308e25e50dc59e6732bdcdd, '', 0, '?'),
(0x4cee1b18cada96399dd4cf71b7ce057c, 'wp-content/plugins/revslider/includes/gutenberg-blocks/blocks/index.js', 0, 0x93de982a5be31daefea1180bc6e8ddba, 0x93de982a5be31daefea1180bc6e8ddba, 0x87a8f1576d7318a004a54803d3d55d3214f07b94249e79c7b80c66b15b4fe149, '', 0, '?'),
(0xfb3308c782797185d864cbc8d13b2b9a, 'wp-content/plugins/revslider/includes/gutenberg-blocks/blocks/revslider/index.js', 0, 0x23cfb99f734b89c98be45bc7e8afe6a1, 0x23cfb99f734b89c98be45bc7e8afe6a1, 0xc00bb1bffd19895c17aa2c746f1dbb2945dafd2507445dcb8fb654105a008571, '', 0, '?'),
(0x84e8fa89dbd29e5cb852291f0eba1635, 'wp-content/plugins/revslider/includes/gutenberg-blocks/lib/block-templates.php', 0, 0xdb5348b814a793cb787b55f47787c539, 0xdb5348b814a793cb787b55f47787c539, 0x7eec5c8612906ac97e670eb7a6be24a3a5b1a045c69a2df9c62c27bd5b56b035, '', 0, '?'),
(0x84c951e78587f2a2d124478e59c958e9, 'wp-content/plugins/revslider/includes/gutenberg-blocks/lib/customizer.php', 0, 0x643b5947cec5a25410dfb89b78e1424f, 0x643b5947cec5a25410dfb89b78e1424f, 0x842cf8b4a6a2cc6573746648a31469ef603d9196594cbf4e6a80ee963570b47d, '', 0, '?'),
(0x18c42fae261184ce6f910b3006a8bb88, 'wp-content/plugins/revslider/includes/gutenberg-blocks/lib/enqueue-scripts.php', 0, 0xbaa3b3f8ea65c835145978a2587b1cf6, 0xbaa3b3f8ea65c835145978a2587b1cf6, 0x9d1f13ea79db656d5e3731dd4621ebea31c367df1f09875f38e8c77030b43085, '', 0, '?'),
(0x3465a80bfa8338b34d9ff8d79af77672, 'wp-content/plugins/revslider/includes/gutenberg-blocks/lib/meta-boxes.php', 0, 0x3fcac25dfbe16e1c4384da2675cd6104, 0x3fcac25dfbe16e1c4384da2675cd6104, 0x97fa1d1cbdf78da302fc605db7ee4c62718e55a81ae7283a71eb317b395c90bf, '', 0, '?'),
(0xe96c008cf616a12e58798892d10ac10c, 'wp-content/plugins/revslider/includes/gutenberg-blocks/webpack.config.js', 0, 0x6b3b2a386e0ba582eaf4dd6f6a621498, 0x6b3b2a386e0ba582eaf4dd6f6a621498, 0x1de103ae66e6955754c396862640865f47cff8260afc0b666c8001d12d6924d7, '', 0, '?'),
(0x8480ab69bcf20ab43d91d12bce69b7ca, 'wp-content/plugins/revslider/includes/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xdf1749cd18fadd0622942bf4c5c10b9d, 'wp-content/plugins/revslider/includes/navigation.class.php', 0, 0x080a24e29f2522973aa04e5b17a419a3, 0x080a24e29f2522973aa04e5b17a419a3, 0x8d1ebe17eedd83700846b9de391cc9ca3acd8d5e2029133c3b0b21ff089ced7f, '', 0, '?'),
(0x3a4bbfd92b94de0f35921cb4f830b240, 'wp-content/plugins/revslider/includes/object-library.class.php', 0, 0xc3b84956213790f7fc8540048d4dd9ce, 0xc3b84956213790f7fc8540048d4dd9ce, 0xd5c082bb3d055a6ecc16352b1c38c510e8f8d4e1345c0300c1f51cadaea9245a, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xb54110a9abdafbe91feee31b7da8b2c9, 'wp-content/plugins/revslider/includes/operations.class.php', 0, 0x7e6a7fb584a520faa170c87aa001981c, 0x7e6a7fb584a520faa170c87aa001981c, 0x77bf3de34f504d8112da4ceaf611eb070a073bb96f3f876525dc2f28f7a4ea64, '', 0, '?'),
(0x2a12fd0ff60f278b828bda0d4f82d633, 'wp-content/plugins/revslider/includes/output.class.php', 0, 0x9044a47158d15af686a92db1a3cbb73b, 0x9044a47158d15af686a92db1a3cbb73b, 0x7c616bd66730b697fe8f6ebab62f15b406dda7325ebdbe7f58e836ffd0743b45, '', 0, '?'),
(0x3879f8d16fce0eb71420f7e104380c02, 'wp-content/plugins/revslider/includes/page-template.class.php', 0, 0x9e03ca55d4476b1ffd92bd60658289d2, 0x9e03ca55d4476b1ffd92bd60658289d2, 0x06738660ca14b0d4f7585872d0630bbe8e3300d10fb1471c28c03c00a3c4e67a, '', 0, '?'),
(0xb3b1b535c72b7d8a100c3b81fc26c21c, 'wp-content/plugins/revslider/includes/slide.class.php', 0, 0xc02485c63a9a2189ea1883f20e402600, 0xc02485c63a9a2189ea1883f20e402600, 0x86646ee2e1f27ff6b44730d75f0feee2de6185a3022372c700e7ea81b9ef76bf, '', 0, '?'),
(0x557e0f5785aae1581776fc5f23329ffc, 'wp-content/plugins/revslider/includes/slider.class.php', 0, 0xc2da0414964a2a6b2114abe2a8b4c139, 0xc2da0414964a2a6b2114abe2a8b4c139, 0xb36fed2d065d07c2819538c848918bb7af5d858bbcb5b35df8282513ce2296d5, '', 0, '?'),
(0xcf6378803eb5db6ab2da6895c9495605, 'wp-content/plugins/revslider/includes/template.class.php', 0, 0x0f0f875dbba16caa62a9ed8c68e6cb35, 0x0f0f875dbba16caa62a9ed8c68e6cb35, 0xc235005ec6b7a067a14f12704b9cddde101d29bf655ee3e766886f720767c1c1, '', 0, '?'),
(0x35f47f02848f82d1a5071ce562a721bf, 'wp-content/plugins/revslider/includes/tinybox.class.php', 0, 0x4b882a9f67cd446852f03af186f9ac8b, 0x4b882a9f67cd446852f03af186f9ac8b, 0x1d9a2f4df37237fc20b1e616a6e9bc37353dcd66b8e6f16523821e80f69fcd2b, '', 0, '?'),
(0x19c2139ff59978d6b09c23d9b234fedd, 'wp-content/plugins/revslider/includes/widget.class.php', 0, 0x8066820344adb5f9dbf1203da31f4217, 0x8066820344adb5f9dbf1203da31f4217, 0x6834dff376099901a9b9ff20da9dd30b792d1771fc90698e7144a41842c0b756, '', 0, '?'),
(0x476ca188aff5108f3e4712efe2b0ce9a, 'wp-content/plugins/revslider/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x36da3b23091e02d8fa0f256c2bf9beb4, 'wp-content/plugins/revslider/languages/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x86acb42ad712655aa66bfe56b7dec97b, 'wp-content/plugins/revslider/public/assets/assets/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x454c062fa3d293131a97c45b83a9a5c7, 'wp-content/plugins/revslider/public/assets/assets/sources/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xe909f05fd964a4b741946e6b9089102e, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_3d_rotation_24px.svg', 0, 0xaaeed8ca563e169997120c1a438c8298, 0xaaeed8ca563e169997120c1a438c8298, 0x283420160e30022adb60b0e185e91411ef1531d88ef356293b531a4a5241e1e0, '', 0, '?'),
(0x56f6280ed642a60fda80b85c753c3399, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_accessibility_24px.svg', 0, 0xa983f476311ac3c7b700b639362d2f5d, 0xa983f476311ac3c7b700b639362d2f5d, 0x084bc01865985306606f59a7c22c4298cd09f463a287c3711f858c19c0701dbd, '', 0, '?'),
(0xf95e3a6bca43eaeb8cccc592b7a5d85e, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_accessible_24px.svg', 0, 0xc375ff8e8a6bc9d6fcb076eb642b82c6, 0xc375ff8e8a6bc9d6fcb076eb642b82c6, 0x16d2beb6b1c81324503158d3b741a54d42df2eb2ac7b23b1743569c894077f58, '', 0, '?'),
(0x12fbd5cc5bab6d9a3ae05819092a96f5, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_balance_24px.svg', 0, 0xcb2e60b4c7e5790400811a24c566de9b, 0xcb2e60b4c7e5790400811a24c566de9b, 0xff4f321914ae101eed61fe75664761e5cbdca96c1422272527f4beba8d994a5d, '', 0, '?'),
(0x4ae336f946b2a2800ff50d173fc5e7c1, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_balance_wallet_24px.svg', 0, 0x23bcf9ad3885d883a7c04b9fe304fb5a, 0x23bcf9ad3885d883a7c04b9fe304fb5a, 0xcd1d0d95f48036228405444e45de5f00a90882878bdcac0e4ffba5e95e4547f9, '', 0, '?'),
(0x8ae6e12eb888e32126e3945614eee901, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_box_24px.svg', 0, 0xfeefa2fda3ef6d2ce995e430a0db0e96, 0xfeefa2fda3ef6d2ce995e430a0db0e96, 0xc9b54cc5a523d08845e2a234a99a0291e804bc2ea904e9e934bcd5a420f9fe5c, '', 0, '?'),
(0x2385dac1b9a5d483ad24993751fd6797, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_circle_24px.svg', 0, 0x8c8d742ef75b67af85cd0657e6bbc836, 0x8c8d742ef75b67af85cd0657e6bbc836, 0xd5874f38c8644cf42dbe6dc33f64b69ead77f52e9e47e710473aaa24c375cc0c, '', 0, '?'),
(0x3b96ba39398a417784f6ecff61998df6, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_add_shopping_cart_24px.svg', 0, 0xb6b7443989b0568a8bd709a82c526bbf, 0xb6b7443989b0568a8bd709a82c526bbf, 0x30ddc4b612f972078dae0f821078a99fa309165d78d67b64451b286f32a0af64, '', 0, '?'),
(0xb469f6c763d760dd2a15e54c81a0b6be, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_24px.svg', 0, 0xcfcef8bcf2de273438963b3b7138b840, 0xcfcef8bcf2de273438963b3b7138b840, 0x7f558b09beef1ce5b1f82222d8ba8da948b28bd11fb12d09b84aa73df204b370, '', 0, '?'),
(0x72c6fb9280758665c0d8242155364f6a, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_add_24px.svg', 0, 0x5d1134263f0da75234a49ac1e8bb894e, 0x5d1134263f0da75234a49ac1e8bb894e, 0xa897d1959c7e9099eea33d2b81eaa33a730976624f35c7302e0d8a23d4003064, '', 0, '?'),
(0x048f52e52e023cd5e37a6d7f5e298069, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_off_24px.svg', 0, 0x424aba8bc0c4b60eede4771d3cfa72f8, 0x424aba8bc0c4b60eede4771d3cfa72f8, 0xad8193a76f231165d2892866b3bda952c7d922c7aed4a0fdfce99c8a434e03ff, '', 0, '?'),
(0x45732edddd57f68ce8311a7c7ec1f93e, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_on_24px.svg', 0, 0x939e9b47895e9eb9f428f033cf0a6a6e, 0x939e9b47895e9eb9f428f033cf0a6a6e, 0x9d3f4e6f2175a685d93d454843f7c2f1750e9c7989e28763c4e00c073a118a6e, '', 0, '?'),
(0x7ec4678e3182981040e708bed90e32f4, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_all_out_24px.svg', 0, 0x058d933776e9a31fa0221251140be035, 0x058d933776e9a31fa0221251140be035, 0x5017a55903e537c5fe570137d736e45e1426fe98e2e9d396ec91ae401d9a4f65, '', 0, '?'),
(0x432203227f2395c4371882e2fa6127da, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_android_24px.svg', 0, 0x21ae42cdb634256080771c8334deb58f, 0x21ae42cdb634256080771c8334deb58f, 0x42c8ec6a3ee4696aa380b0274ceff393bf8c47718c0d6b42ece837643ad711b7, '', 0, '?'),
(0x3e3aa9e285e355d73da1d76cfaae170d, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_announcement_24px.svg', 0, 0x5e5e082aa09067cb18b1f26a14d4018e, 0x5e5e082aa09067cb18b1f26a14d4018e, 0xa821c5896717d602df1a25f90d4fdc197e55e94df04290aa15b32aaf7df2a56e, '', 0, '?'),
(0xacb301ef99358bbd591053beb8791842, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_aspect_ratio_24px.svg', 0, 0xf9015e89fdde79f4e3aee0fb1c5372bc, 0xf9015e89fdde79f4e3aee0fb1c5372bc, 0xa43eb289cfedaf0605a6c8216c808bdf96e79d6c09d4d1a2deb29e04fc97253b, '', 0, '?'),
(0x1dcc4f80ceff558dbcf7b593c12e60d3, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assessment_24px.svg', 0, 0x2aa635a4d6223a28ac133b9586372bbf, 0x2aa635a4d6223a28ac133b9586372bbf, 0xb90561e68cd3074f3b9488f6de4c3b5f29987ed48d3fe0b4a580963adadbcdc8, '', 0, '?'),
(0x365c4f2b364bf6d656e6bf091e742e7f, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_24px.svg', 0, 0xeee7284a0ed8b7ca1f37c90c7088f95f, 0xeee7284a0ed8b7ca1f37c90c7088f95f, 0x741cd55495c9834b554d8f81a3fe5a1480fd436e48bf996e68f1675801ddeee7, '', 0, '?'),
(0xc606747ed2cf1565e64c91315d45a651, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_ind_24px.svg', 0, 0xc493a38bbad9aa70969a062aa3e2a26f, 0xc493a38bbad9aa70969a062aa3e2a26f, 0x87da27b1f9c0c48ffb6830050b30ab095cd7790612d118d67aafbd426cf718b3, '', 0, '?'),
(0x173f756de24f50e75087a31b84025d42, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_late_24px.svg', 0, 0x0b4a407d5018d18588cc353cf91e960a, 0x0b4a407d5018d18588cc353cf91e960a, 0x3281c723d099dbc8fff8569c2e53a8dfca23d47838b865121d9d9f7506ff137a, '', 0, '?'),
(0x6d9d83d76a6fc89436fe51c4f3d802cf, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_return_24px.svg', 0, 0x1b8e10d9c117f81ccc4e6be1abf9b1d6, 0x1b8e10d9c117f81ccc4e6be1abf9b1d6, 0xb010a88d2c05ee1222a9ac228f17445f1567c51602ed991b43369c34b7488e87, '', 0, '?'),
(0x483f44bca784da893fe17e7aa10aa005, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_returned_24px.svg', 0, 0xa3fc497debe8df5c120f9dc89d35dfc2, 0xa3fc497debe8df5c120f9dc89d35dfc2, 0x05ee4ab3119bd3389828966c4b96801abea05ae915b2c05fbc4a73c9981e4aa0, '', 0, '?'),
(0x7545e33c235215d34a5ce64de1320335, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_turned_in_24px.svg', 0, 0xbf16a8f4da56286070c9c5659bf8ac56, 0xbf16a8f4da56286070c9c5659bf8ac56, 0x670607b0b4538655f16e847d8372808ff549be539adeb71c4fd07f392db76697, '', 0, '?'),
(0xf46bb0858b18010c3f773042a65c65f7, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_autorenew_24px.svg', 0, 0x1f8989cba180bca71195c270ef8a1c2c, 0x1f8989cba180bca71195c270ef8a1c2c, 0x37856d2e304a3fe6dc358afa7de44f4ea83a492be8848f230fa5c63866ab9dc7, '', 0, '?'),
(0xbd94d921143474231c41ad42978281ef, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_backup_24px.svg', 0, 0xc266232ff7261b4d34adf8b9a199d596, 0xc266232ff7261b4d34adf8b9a199d596, 0x8fcdb39a4ac5b9f7326aecead0cc74f8b711ecf39836067d6157f3542553e14f, '', 0, '?'),
(0xff90986743555e83cb50448acc8184e5, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_book_24px.svg', 0, 0x01133baa9e4359b5f33b8d680307f950, 0x01133baa9e4359b5f33b8d680307f950, 0xb28798fc1ac87132379d8d3a9cf36b810593bd7ea86308154c3a1d846d8bf413, '', 0, '?'),
(0x6f54469413103ec015d425538c61e50e, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bookmark_24px.svg', 0, 0x1e3a98d67feab1544a4dc0c90b4152fd, 0x1e3a98d67feab1544a4dc0c90b4152fd, 0xa61552328473dc02acab80796e97c0e738221104cb4737efc6f8677711482468, '', 0, '?'),
(0xd42aac690deb0b4dbdd23442de115b76, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bookmark_border_24px.svg', 0, 0x17ec4223aa52a2254290b7e9d361a79a, 0x17ec4223aa52a2254290b7e9d361a79a, 0x26440d1c448b62845e02d44b0ab9ba5a087b30e9426030c500e98123bbac9a85, '', 0, '?'),
(0x91a455eb9451c89584506a94acc1cede, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bug_report_24px.svg', 0, 0xef38a7b962993dda579668714dab6892, 0xef38a7b962993dda579668714dab6892, 0x7a1a6cfb2eddb95467959b75116ee406a666d0c052b7638696075c1183a6de56, '', 0, '?'),
(0x76158f92c4192b51cd6fc1cf0df50e67, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_build_24px.svg', 0, 0x541d74044ac7557ec423da565bffc736, 0x541d74044ac7557ec423da565bffc736, 0x8087435c00f8051f22decb9fa00930b3a0272bf984467ede62d2604340666b31, '', 0, '?'),
(0x3c9c3e8cedf79076f24125f9cb466eb5, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_cached_24px.svg', 0, 0x69fee9cc422ecfd3d54cbf5e392ecbdc, 0x69fee9cc422ecfd3d54cbf5e392ecbdc, 0x9a6c65263e07ca17670f606d96a42e58399c54c62ca581611f81099fd42dc46f, '', 0, '?'),
(0x0ca5ddaa8cdfec228d98d393905d197a, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_camera_enhance_24px.svg', 0, 0x082888b9bcb3bd0b6197b325d32a25ee, 0x082888b9bcb3bd0b6197b325d32a25ee, 0x421ccb9c69f9b70a6bd0baac1a8bc68b4cbb4cdd39b3da9b8e17f8fdd929fa7c, '', 0, '?'),
(0x12db2fbebf1ea5d39ee556e42f2ff051, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_giftcard_24px.svg', 0, 0xc8bee17ca30699a7734fc02334639f7f, 0xc8bee17ca30699a7734fc02334639f7f, 0x0f551fba62de54f91e4cd40fbfd111e9729e6724cf54295c77b7efe85eb358c7, '', 0, '?'),
(0xf6638b15a9d3528e4e338a574f2ede1a, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_membership_24px.svg', 0, 0x07009967ef76f45cd43107be0fde7c7a, 0x07009967ef76f45cd43107be0fde7c7a, 0x4d72690f220bd91ba743f21c18a204d6894c9b625a609f8b8ac87cd667a39e26, '', 0, '?'),
(0x72c2b4062ba7307aef187b4f994a5ec8, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_travel_24px.svg', 0, 0xace48d5029ea432a4046d624198d8d02, 0xace48d5029ea432a4046d624198d8d02, 0xbcc1e60c26f89784a820dcde3ac60bcd565100d15f45f7b4cfd00f09754e5dab, '', 0, '?'),
(0x146c8aca897e0a978e70d58916e5ff56, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_change_history_24px.svg', 0, 0x336a88cf82d2d57b36f5f3705e4bc5e1, 0x336a88cf82d2d57b36f5f3705e4bc5e1, 0x9beaacb5b4ba5a1c21e61fc207e59c9500177ea71e49852e449119988b8c7947, '', 0, '?'),
(0xdce769f4711f9ccf0e8ad572c82d73d1, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_check_circle_24px.svg', 0, 0x8171003ba7d4478bb79007a031a7ffe3, 0x8171003ba7d4478bb79007a031a7ffe3, 0x5adc8134a0427df6c70ea42d8f9bbfbc57f47f462b838b5fb08b9a892c57f310, '', 0, '?'),
(0xbd3c013952b9aac75895c7520c4064f8, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_chrome_reader_mode_24px.svg', 0, 0x1e027e7f3dd0393c08493fc266fcc011, 0x1e027e7f3dd0393c08493fc266fcc011, 0x99ebd4d250f558246e828825aeeedee098572762c1b74b0ff149d72aed3e6bff, '', 0, '?'),
(0xfc112a3eaa27aa624458813f9161592a, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_class_24px.svg', 0, 0x01133baa9e4359b5f33b8d680307f950, 0x01133baa9e4359b5f33b8d680307f950, 0xb28798fc1ac87132379d8d3a9cf36b810593bd7ea86308154c3a1d846d8bf413, '', 0, '?'),
(0xf33dc404e219f6000eb451d3275948f0, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_code_24px.svg', 0, 0x11a2dc3ac91f5682f122d2c1a77620bf, 0x11a2dc3ac91f5682f122d2c1a77620bf, 0xf4950fb4849261ab468cce06de80569f3f6e7d2be5f2c7c7399f948f5760abe3, '', 0, '?'),
(0x2832888b20eaadeeb08451226b363d4b, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_compare_arrows_24px.svg', 0, 0x1a0619dbae6e962b794387506a62bc89, 0x1a0619dbae6e962b794387506a62bc89, 0x8d30441049cf187d1707c6fc347cc6a42e44355686f949d78aff2ebb6825faee, '', 0, '?'),
(0xfdab4868f1efc6494ca652c3b757e9e5, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_copyright_24px.svg', 0, 0xf932d4d8d4ffaa316f47bde38eada816, 0xf932d4d8d4ffaa316f47bde38eada816, 0xc5d79182e92289895d3b860c9fdea1f0a3d05a7ee8cbdd364644e1f56e8da02a, '', 0, '?'),
(0x84a81d66df24e5351b7376ab8f985332, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_credit_card_24px.svg', 0, 0x7a95477d03857d2c2d331b1b1514e558, 0x7a95477d03857d2c2d331b1b1514e558, 0xfa5d7c9dbb1fa1b363c6880a5c1bae07de8770d3a7b99521cebe9d07800bc01a, '', 0, '?'),
(0x1fc57e0c0c75643015a5aaa75a926e72, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_dashboard_24px.svg', 0, 0xe04e6d87190b08c7d32f4ecfa9fd1d0e, 0xe04e6d87190b08c7d32f4ecfa9fd1d0e, 0xf3e1ffec11542ddaf27145b74e0d836ae2b8d75bfc192539ef0288f93da32d3e, '', 0, '?'),
(0x4d68b4e48bd8c487d7f2898c89978cb1, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_date_range_24px.svg', 0, 0x1e72155ed1db282de9c64efb4c8ffc3e, 0x1e72155ed1db282de9c64efb4c8ffc3e, 0x34cfbee2ca8e5611ec528124acd7b8c9080cf3b380990ec0d9963c269c83195c, '', 0, '?'),
(0x619715e7f607c2731a6fbf73f11406e3, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_delete_24px.svg', 0, 0xd68c4ee241679314ed11ac3fab293f79, 0xd68c4ee241679314ed11ac3fab293f79, 0x939342da5757e83ee11555c8e20d4d2dec8fe39ee2a7922ca096dd1f75abdd21, '', 0, '?'),
(0x418122168f037c063e75eb90da94bae0, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_description_24px.svg', 0, 0x64af96ce31366362de078dfe9aea795d, 0x64af96ce31366362de078dfe9aea795d, 0x179f0e33a0bcde84c1da9aede371420c01c94493fd6f4cf5b937f830ee50cc73, '', 0, '?'),
(0xd2dc4b67339973551f2dd2381bd142f3, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_dns_24px.svg', 0, 0x073212aaa3bc50a079d891503d5ae20b, 0x073212aaa3bc50a079d891503d5ae20b, 0xb4a59ca917468b9dd1524e676fc8fa8b5fd83f9b9d1bdb4ffc9343776c301d18, '', 0, '?'),
(0xc1ca058e34de3fdc8f854e14166fd96f, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_done_24px.svg', 0, 0xcd9360bcbcddabfdbc9bb7e136457edf, 0xcd9360bcbcddabfdbc9bb7e136457edf, 0x95477776e55f6b111c039a8f800b876b3beb62f787867a2374ebbce6cdb603cd, '', 0, '?'),
(0xc309f573b27714f234eb184099e6beb5, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_done_all_24px.svg', 0, 0x3cb49b1dbc96f40a8d05c72b88aabca9, 0x3cb49b1dbc96f40a8d05c72b88aabca9, 0x64ef15feac39f23bfa8dfb325c8b265611682d46b653fef395d033325f4806df, '', 0, '?'),
(0x09d2a1b64006ecc0a952cbc9846a8228, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_donut_large_24px.svg', 0, 0x9867d1417e362a4ffe4d66ac59f03386, 0x9867d1417e362a4ffe4d66ac59f03386, 0x78f7aec37772e8788177f9334e30c6a1cba26ff54565dd81e286e6b8960032f1, '', 0, '?'),
(0xd9bd86b98b5f7355b114beb43af6de2b, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_donut_small_24px.svg', 0, 0x0a99498075978ff1000e6ecc282239e2, 0x0a99498075978ff1000e6ecc282239e2, 0xfe9780ad8d5fead0eed98558896d89ce3dbcdb8b69c5a450a2ac270a4a5556ec, '', 0, '?'),
(0xda57bfafb133131fc4c600623738123a, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_eject_24px.svg', 0, 0x9c54cc9da27306b74cad72620e255699, 0x9c54cc9da27306b74cad72620e255699, 0x83649ea39241d26adf0dd33836f483d2d323d3873aa5a78bfcec938bec211c05, '', 0, '?'),
(0x36e8b93624d06d89039764873bcff677, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_event_24px.svg', 0, 0xc7d7fdce14a03a9cf4ff8ec998d7f7e7, 0xc7d7fdce14a03a9cf4ff8ec998d7f7e7, 0x4d214ce74159283b33427e7ae332f27d926903c10bf0594a96b37f57169b8a55, '', 0, '?'),
(0x825eaf5372a58be7822e7f734f19ba99, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_event_seat_24px.svg', 0, 0xacbbb9be30522760c27e4cf80b976836, 0xacbbb9be30522760c27e4cf80b976836, 0x4de0392727878a24fb96d34b1ef728e7d5d20713c71b23ba03aa5ed4d5674b1a, '', 0, '?'),
(0xe8afeacca38b4d3f7cdfd12563e5c421, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_exit_to_app_24px.svg', 0, 0xe352e4b7d34ba001715e9da28063472a, 0xe352e4b7d34ba001715e9da28063472a, 0xc78a410c7b4da716355f0c09e365d69bd447911af16d17939951289a610bdd60, '', 0, '?'),
(0x439ca7546b8180aa916d35c9f61aa711, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_explore_24px.svg', 0, 0xc5014df034118c050d6cbf6ca71ca69b, 0xc5014df034118c050d6cbf6ca71ca69b, 0xaade45cba3ab2f99caf84fdfe85395a73992685a915ccff6541ce1c764ef2768, '', 0, '?'),
(0xcb21c5d05649849c386ea4ad3df275c6, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_extension_24px.svg', 0, 0x8d6539925daa2ff600fe5d504cf5b32b, 0x8d6539925daa2ff600fe5d504cf5b32b, 0x9012adb517cc1d73a5637d5a054534eaaf3e71a7a5ad972a9b5d65cfb0017cbe, '', 0, '?'),
(0x8e4ef2e4df87ebed2611c3753b4115c6, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_face_24px.svg', 0, 0x5cf8d2305e1c1d05633221db9a250e07, 0x5cf8d2305e1c1d05633221db9a250e07, 0xfc61964e9348d578f86a62b295c8450c8fd96705c86c29f60d2ec3727c360491, '', 0, '?'),
(0x8ac4d988ae54ac3d9f7b3936ab3f4048, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_favorite_24px.svg', 0, 0x273f0ca0829630267ed822164132e660, 0x273f0ca0829630267ed822164132e660, 0x4ebb238c05a1dbd39926843b6fbef945a50d6ee36cfb4e7f2ed8d97332522f6b, '', 0, '?'),
(0xc34cd404687a5f699b0a6e29e0229e34, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_favorite_border_24px.svg', 0, 0x148804f99624044ccd11018acef4bbd1, 0x148804f99624044ccd11018acef4bbd1, 0xc772e54b3c81dd85e571658f4e1353db250cf1bc3cf2050a89a102859b006bd1, '', 0, '?'),
(0x00cb071d1707106ec8c3d37ea36a1943, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_feedback_24px.svg', 0, 0x3fd399604519431809a090a52d2cea70, 0x3fd399604519431809a090a52d2cea70, 0x6333080d1606106d1670690932f05338147face23b68c8de096dc9107f7afa12, '', 0, '?'),
(0x12121d418c6d010be24e4f811c3fe2cb, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_find_in_page_24px.svg', 0, 0xf25eca9e7cf5ee3f3d4f309011e93230, 0xf25eca9e7cf5ee3f3d4f309011e93230, 0x53229432c88b3a1ba26135a1f370055d433c3ae2467da184f9b8dcbde7295e82, '', 0, '?'),
(0xde5991f6e18e66d9d1a5b3fd17e294a7, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_find_replace_24px.svg', 0, 0xcc9f077df58de95284296213a5d26ee5, 0xcc9f077df58de95284296213a5d26ee5, 0x5d0e807bb61ebfde8331e915927fdabdff377f7363065263ce1df232fcdeb34d, '', 0, '?'),
(0x3e80d578db92d4e9a209b211ae09349e, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_fingerprint_24px.svg', 0, 0xd169e57661f861225b1f172a256632b7, 0xd169e57661f861225b1f172a256632b7, 0x2c392cb3e910396ffd6f4e9a53aaf47d06ab71477860b6c9203163daf98e2663, '', 0, '?'),
(0x39dffe352dab1eda69438c7e9c1c6a27, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flight_land_24px.svg', 0, 0xdcababd898c4fe612a6a9e4b0de43a1f, 0xdcababd898c4fe612a6a9e4b0de43a1f, 0x723f868bdd96154eaa417b13e8ad70c8bbc1b4da85b15bbae3612445be53f0b7, '', 0, '?'),
(0xd8dcb5b7b95bae678939eedac4ac8b20, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flight_takeoff_24px.svg', 0, 0xfb28ae256d5f5162a752ceb2057e1ac2, 0xfb28ae256d5f5162a752ceb2057e1ac2, 0xef6955173b41c7c2af8c2b61b050010fee9144772f62569fcc2b58970aad0f5d, '', 0, '?'),
(0x3d88d1d20715697e493102bbe184166c, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flip_to_back_24px.svg', 0, 0x2339a42151a1a44440b5c0e43f7ff762, 0x2339a42151a1a44440b5c0e43f7ff762, 0x5c6aa6768a8ec1fdf519dd98a5a409356429e8b8de6192505dd8a7e92dda22e5, '', 0, '?'),
(0xb459ce3240a472a3a8f4cf19581a1091, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flip_to_front_24px.svg', 0, 0x5afe4b93147dbc9e0231dbc867876394, 0x5afe4b93147dbc9e0231dbc867876394, 0x2b2365a8a80444efb0096392bb570a9c0fe5a304d5e36f01956dbc96c4a786f9, '', 0, '?'),
(0x33455ee38e74d2cf52d4772072b7f362, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_gavel_24px.svg', 0, 0xffb69651b52545700ee77a62a5e1f88f, 0xffb69651b52545700ee77a62a5e1f88f, 0xb9b4bafe9e5a8baa45cf10c5dcb4c8123eecdf4f6bf88b3ab9dd8e1f85b8e26f, '', 0, '?'),
(0x63721cacadeb253acd415845d9255500, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_get_app_24px.svg', 0, 0x54ff07afd137c55f746e332c03fd678f, 0x54ff07afd137c55f746e332c03fd678f, 0x913764e29fc1643d6a70689ac60c1b1ba7b7d502615c1de0282fceaeb406dba2, '', 0, '?'),
(0x8c14611efcec0cb79eb5a152d8551089, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_gif_24px.svg', 0, 0x618c2d4490643f5c20fc5758b36ced57, 0x618c2d4490643f5c20fc5758b36ced57, 0xb93092d09646fb3dcda2f1dab7ec575d7ee9b49788f71af4fca26b3b707cdaa9, '', 0, '?'),
(0x9c02cb3443da4e088fa4e975e7c9fbaf, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_grade_24px.svg', 0, 0x3c4d073754797e4f844a69b8a46f0114, 0x3c4d073754797e4f844a69b8a46f0114, 0xffcda80569e59467ce90674f85b17838f5866cbce5b1f6c4b50794aecd04a280, '', 0, '?'),
(0xc9316b1329826d35670d0715dde90749, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_group_work_24px.svg', 0, 0x493d5e7dc31f1403ed71178c36d31777, 0x493d5e7dc31f1403ed71178c36d31777, 0xdea3bdf62a019e26fe946edac252a433b8b0890a1586c29c37469f682ec32110, '', 0, '?'),
(0xbdfaaf667188f0dff6f9dc69263aeba8, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_help_24px.svg', 0, 0xed27ed4a43716576a315ee7e6f51e5af, 0xed27ed4a43716576a315ee7e6f51e5af, 0xf10b88e20174880fa571f04f385c2e9490f7b2596cb9adc0bf61063c1695cdc6, '', 0, '?'),
(0x5e56f1c1c8f7b6e4829821b785a54941, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_help_outline_24px.svg', 0, 0xd83527403c4a767d97a4af02bed83fc1, 0xd83527403c4a767d97a4af02bed83fc1, 0x74d5bd4a08e462ea877d46dfc60145ffaafaff9a8594aa7479639c29c4e378fe, '', 0, '?'),
(0x68845448563d573e9483198126fea173, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_highlight_off_24px.svg', 0, 0x2358d7bb338debbd9240a277561917f1, 0x2358d7bb338debbd9240a277561917f1, 0x4c62434e407116f63c5a723ee01f04287548a2b0a604d5b1969b2f030da6109b, '', 0, '?'),
(0xbb40d4c506af34bae2a303d1a6294049, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_history_24px.svg', 0, 0x4080fe2eff021dd76a98cb9d463a6d66, 0x4080fe2eff021dd76a98cb9d463a6d66, 0x1d3729c4fd5ca8d0ce2a00641d752e69e254bb62cffca238e986bce29a4f5a5d, '', 0, '?'),
(0x9ad841e2c8ba2a69834d16f04c824581, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_home_24px.svg', 0, 0xdb82c1b9db1b2369f0bda3cd7c0a2899, 0xdb82c1b9db1b2369f0bda3cd7c0a2899, 0xf8c913279291da25e6b512ed8f48989f796defac9150490688cc6ce4664fadbc, '', 0, '?'),
(0xca987b096ba7b4a01e0e1f05324920e5, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_hourglass_empty_24px.svg', 0, 0x7e63c5dbe6e0fd6525d6e169c9c4d366, 0x7e63c5dbe6e0fd6525d6e169c9c4d366, 0x205704b13a6cc863b21f0493c6dbdb0ccd8d0a8e5768ba583311f15c4abfb7e9, '', 0, '?'),
(0x90e14f47fc0ecf8faee0076a44fe037d, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_hourglass_full_24px.svg', 0, 0x8bb8d9d92afa82137b84df36866415b7, 0x8bb8d9d92afa82137b84df36866415b7, 0xc92d4bbc43d46c8d855e2c33ee4e04436a935c980b2687346787c371d59d8fe2, '', 0, '?'),
(0x2063a7f04e821c457ebb45e89729356a, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_http_24px.svg', 0, 0xf54afb8a0a297809aad11b9cade196fd, 0xf54afb8a0a297809aad11b9cade196fd, 0xd4047e19aec6a4d36c7b5036a3415f7e948253ba42bb3d500b31eefe19172fe9, '', 0, '?'),
(0x844d290a89248e2844670b40733077dc, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_https_24px.svg', 0, 0x07af44f83fbc2d1b5f1ef3587552f314, 0x07af44f83fbc2d1b5f1ef3587552f314, 0x2785dc80f765270e06b3360419f768f097d700f1d256b8740617a498c42a4898, '', 0, '?'),
(0xf889885fd1d4a246249ca7a60dba0e90, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_important_devices_24px.svg', 0, 0x3db223ac5ce721e1a53e3b18fd68cbbd, 0x3db223ac5ce721e1a53e3b18fd68cbbd, 0xc2d712797569a3ec7010c483593851ea7d6fa97b96afa4a6176cfe1fd91774fd, '', 0, '?'),
(0x343f0b7db4b0043aedf6506deed5693d, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_info_24px.svg', 0, 0x46ac5885b3005a311defbf66f52be4b0, 0x46ac5885b3005a311defbf66f52be4b0, 0x9ac0bf870bbca77404e7c63c08dab4052e7e60787878d2bceeb4fc6daa9f105a, '', 0, '?'),
(0xb9f3b4051e8789178637eb61fd03dd92, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_info_outline_24px.svg', 0, 0xb2919eeccc07bc4f329f3e4330efae39, 0xb2919eeccc07bc4f329f3e4330efae39, 0xf4178e61e4e13fb33835c815ae17fcd75d8af37e877cdf6c8a733b6dbe7f1422, '', 0, '?'),
(0xe2aaaad0383263993dd40674c12acf6c, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_input_24px.svg', 0, 0xeb9d34957962d860015f4fea189f66dc, 0xeb9d34957962d860015f4fea189f66dc, 0x2dcbcff36822a4d96fb1da67aec992f04e2054054591bac54a432af072eaef82, '', 0, '?'),
(0xe983b8d04697e45039e622a1f7a1e256, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_invert_colors_24px.svg', 0, 0xa5984968f6689f5e5d7750d9b21a9dc5, 0xa5984968f6689f5e5d7750d9b21a9dc5, 0xda8c38f5d3c143cc50c11c6acd4fe5f77c489941842b5b7289a7014de7059436, '', 0, '?'),
(0x079247a119472228bc642986fad7bf5d, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_label_24px.svg', 0, 0xa1f5448f5b6645c182382e3bf43a53bc, 0xa1f5448f5b6645c182382e3bf43a53bc, 0x5e7362b6ddaac7a8215e4af3d447289925ca7e967de7fb3df71c092d70b768af, '', 0, '?'),
(0x73c3a2745dfc7381e6eead615f3c1048, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_label_outline_24px.svg', 0, 0xaab66e0efae9d4e2fae8cc06721091f5, 0xaab66e0efae9d4e2fae8cc06721091f5, 0xfc7b001bb2fb286e84b62639d7813bd04bfdabc503fe08189736fc1766f433e9, '', 0, '?'),
(0xa5c019f72c5d803e9adbb180a1cc8f68, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_language_24px.svg', 0, 0xcf4e854420c7a9678aa93be6da2b4da4, 0xcf4e854420c7a9678aa93be6da2b4da4, 0x9c32410c0b1210934c05cd0ce41bdf8718324f799289821e9bb7a6a01b97b4c5, '', 0, '?'),
(0x84bb6ea3a7999f489dc9bedeaccda7f0, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_launch_24px.svg', 0, 0xf9202f14af450270916e7b972de89521, 0xf9202f14af450270916e7b972de89521, 0x483b00eb03f41a0163b3b38f5eb8172a27849025d872c1b2a4ad4ed6123dbfd2, '', 0, '?'),
(0xf2c3874a6fdc44cfe80ddb5aaef952ab, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lightbulb_outline_24px.svg', 0, 0xdbfa8829c808dda736c0dc04c30c0a18, 0xdbfa8829c808dda736c0dc04c30c0a18, 0x0836f28ed9ada28dcd35a4c84a4fe89857bd9ab8714a871a36c24cca34414132, '', 0, '?'),
(0x316fe7ee37848df92454d4816072821c, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_line_style_24px.svg', 0, 0x523cd36a4e7fbae98e35cc4f12b176d2, 0x523cd36a4e7fbae98e35cc4f12b176d2, 0x0ab9dfb592af3f901ffa23a79214f01525bab277ed0e28d3170b37fcb15f42d1, '', 0, '?'),
(0xe04c041da1db57149559ec6b21fd4dae, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_line_weight_24px.svg', 0, 0x0a0e20027b0a62a3d986160072be7ff5, 0x0a0e20027b0a62a3d986160072be7ff5, 0x2a20816d9f07e7d24432c889c3d433fabb6c580a3057f34aea49b6d01e31c1e5, '', 0, '?'),
(0xed5e99cb43d83e2e2100f2b8593efd7d, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_list_24px.svg', 0, 0x0c8e3301822e763b6d90dde16fafbd55, 0x0c8e3301822e763b6d90dde16fafbd55, 0x926c9ce04d284d7e364f17eff4df11aea3a345af6fa85fb8b4d2d82289a94910, '', 0, '?'),
(0x099437f5a0580ccbd5c3954c006cb51c, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_24px.svg', 0, 0x07af44f83fbc2d1b5f1ef3587552f314, 0x07af44f83fbc2d1b5f1ef3587552f314, 0x2785dc80f765270e06b3360419f768f097d700f1d256b8740617a498c42a4898, '', 0, '?'),
(0x4c3f0e0ab72dc356647ded091f97f480, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_open_24px.svg', 0, 0x155e7d972c9a7de02a8b5e5d802c6315, 0x155e7d972c9a7de02a8b5e5d802c6315, 0x1a0814312af662fc53489cbed0b2287f560826547a56cbd73fb60fbca64d584a, '', 0, '?'),
(0x4c7d50c135d6ed73ebd56879711b25b7, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_outline_24px.svg', 0, 0xf3d07e31edb8a3df8a210249e0a1eaf2, 0xf3d07e31edb8a3df8a210249e0a1eaf2, 0x2d754bd1020748af4f0a949ce7845429f3193085fa4ee7b21f20b5e3503991cf, '', 0, '?'),
(0xc146fff4e74e1803f0150e6a9c5b70ae, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_loyalty_24px.svg', 0, 0x384cc3278ae6d261d7db8af768c915a2, 0x384cc3278ae6d261d7db8af768c915a2, 0x1ec24bc027756ad6b69cf9c395e0762011be4c48139c6dbe5aa8afd32a95186c, '', 0, '?'),
(0x8db2b5028dff4a9a3bde1f85ef390ed4, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_markunread_mailbox_24px.svg', 0, 0xea2f989654896a1360bc1538a368a316, 0xea2f989654896a1360bc1538a368a316, 0x43e2a279810bd7d4d617f05c503b2881be02ead8357350666c74ca692bf9398e, '', 0, '?'),
(0x12d1af30e67353d50ed59a55f829140b, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_motorcycle_24px.svg', 0, 0xc503bd3e461ef80474d43b065d13fbe5, 0xc503bd3e461ef80474d43b065d13fbe5, 0x84ffd0e1affe9084ef7f08060f9879cde3cb37578b2834625fcdd4b9587eaf05, '', 0, '?'),
(0xcba9ff3965225f4e373374787293860d, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_note_add_24px.svg', 0, 0x13599628456b8c6a6a6a04221e1b6107, 0x13599628456b8c6a6a6a04221e1b6107, 0x5a088f05214d57b04756862b75db72892d20c0b7d247e583ff61779dc914b3da, '', 0, '?'),
(0x8bc047d93ef8791470a6712971c8eba3, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_offline_pin_24px.svg', 0, 0x84a1dbbb29bf18087923e2a7883c71ed, 0x84a1dbbb29bf18087923e2a7883c71ed, 0xae111220baf28e34a9f9841e507dc7032d9d4c87759121e771ef345b27ae78e4, '', 0, '?'),
(0x9ff160b489a8ca7d8c04e53ddf2a6b54, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_opacity_24px.svg', 0, 0xea1de4517d8e99c8437b11c332e91b78, 0xea1de4517d8e99c8437b11c332e91b78, 0x9149c821b8310bf7f1328963c022fb8e8ed3dd122e30877294b7678805a2f634, '', 0, '?'),
(0x1d91800f2a32c13b5af1f5c142d55576, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_in_browser_24px.svg', 0, 0x047791471bf5ee25219fe756aadd6e71, 0x047791471bf5ee25219fe756aadd6e71, 0xc6169fb50aa3da21ac859ceba3d373795f9b0a68929e02f2f618b8a1effba0ce, '', 0, '?'),
(0x3fd8ca239f6925a922c9e97c9aca892b, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_in_new_24px.svg', 0, 0xf9202f14af450270916e7b972de89521, 0xf9202f14af450270916e7b972de89521, 0x483b00eb03f41a0163b3b38f5eb8172a27849025d872c1b2a4ad4ed6123dbfd2, '', 0, '?'),
(0x0611c3174518de2958add84033ca3157, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_with_24px.svg', 0, 0x5f730c02b6facbf30e5bc82d2b146630, 0x5f730c02b6facbf30e5bc82d2b146630, 0x7673e5990e37059091b7ee65c15915ba1997a15ab33cdd0bc3fd805c7fe40254, '', 0, '?'),
(0x12cc66aed792c3a826a97e24c5b67389, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pageview_24px.svg', 0, 0x452e7a028ef8c9bca8be6f794912bb13, 0x452e7a028ef8c9bca8be6f794912bb13, 0x834090a5435d8a234ec8e5de625dc964e8dd36228caebd1d3217f0bdadc721bd, '', 0, '?'),
(0xfac03e3cd6517a5530dadc56a2a45fd3, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pan_tool_24px.svg', 0, 0xd8c6dd889eef74419d87a55c0b5a25e6, 0xd8c6dd889eef74419d87a55c0b5a25e6, 0x382e9b0688d52d9fffd4d93a7d9bfe6d2d9eb0b4fd39ba4b24a5331d2e7d68c9, '', 0, '?'),
(0x8f061d93ffcb5ed7292efbb6b4bb5524, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_payment_24px.svg', 0, 0x7a95477d03857d2c2d331b1b1514e558, 0x7a95477d03857d2c2d331b1b1514e558, 0xfa5d7c9dbb1fa1b363c6880a5c1bae07de8770d3a7b99521cebe9d07800bc01a, '', 0, '?'),
(0x9f5d465b800eb6e697d845b4c2bf8edc, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_camera_mic_24px.svg', 0, 0x53090bf95e90b68ce7ad457acbe1cd4e, 0x53090bf95e90b68ce7ad457acbe1cd4e, 0x2dc8a570b77af72335d66a2de858eeacabcd85a4da8a8fc55c0124b7b2c73848, '', 0, '?'),
(0x0bf5d38f4f4a67960b2de45be6457070, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_contact_calendar_24px.svg', 0, 0xd38c7d144c4bb5e086e6106dcc7da5a9, 0xd38c7d144c4bb5e086e6106dcc7da5a9, 0x0a4313669112f52c9d6e5e87424e1d04480911791f121aa4b2ae1d5b5537747f, '', 0, '?'),
(0x07bf51cc93a0d4981e17d7b45a40e10e, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_data_setting_24px.svg', 0, 0x5836545844ec7e02d67bc4b2bf208c70, 0x5836545844ec7e02d67bc4b2bf208c70, 0x1d23c3c106b3a71fcd46a6a50f42cb84caa0d068ba4ee413f5d1a80b2d20383e, '', 0, '?'),
(0x889380f173634102d5087670ad44f91d, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_device_information_24px.svg', 0, 0x5cbe2be40bf609db534be910a69bb5d9, 0x5cbe2be40bf609db534be910a69bb5d9, 0xad5561c01a612f103649e92ac0a82607418f94004ad1d977af57306a241180d4, '', 0, '?'),
(0xc7e5dfc7c01e7af7124c2b6334f0b359, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_identity_24px.svg', 0, 0x1640a6c4a475b1dd40eb755cb6dfd1d3, 0x1640a6c4a475b1dd40eb755cb6dfd1d3, 0xf875c71cd98385a623fa73701c8eb24f89c05f3d4e416289ee6d7436fccce5d8, '', 0, '?'),
(0xe7df346b25bfc42c5800f9a2652c364b, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_media_24px.svg', 0, 0xae393b3fd62857c34f1290963160e910, 0xae393b3fd62857c34f1290963160e910, 0xeddee6bc6c0a2fc2d0d5c72b233fcf3cafb75e07b40b32b4f2ec9548cb4ebce6, '', 0, '?'),
(0x29bf121bbda3b80c8a1f6ba3368ab620, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_phone_msg_24px.svg', 0, 0x15c5252c3fa6d3fd26b58b73e1f482c6, 0x15c5252c3fa6d3fd26b58b73e1f482c6, 0x423ebd6b4da3816269b1503a71bd6c4269716beac4b3bcdc819d5a98f56493ea, '', 0, '?'),
(0x452f216dd184de6471b49d5fda31c6e7, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_scan_wifi_24px.svg', 0, 0xc6575f13a24d4a08a9ce7898787c5a48, 0xc6575f13a24d4a08a9ce7898787c5a48, 0x3e250863f375d1a23304a44cd1977e2719a6483928d0bffb050761c5d92caece, '', 0, '?'),
(0x061f7086314b4db32cf372e8089bc74e, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pets_24px.svg', 0, 0x38154d05caa8aee621e747741a8c7050, 0x38154d05caa8aee621e747741a8c7050, 0x7c5fe3ec6d20ea1e2d99b0c30465f71c853955eb51a9fee2776945ee52dbad2e, '', 0, '?'),
(0x7213b691ce57d6faf9087a2f06a97e5b, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_picture_in_picture_24px.svg', 0, 0xc16f45d6c07696782039a86b0b74bf79, 0xc16f45d6c07696782039a86b0b74bf79, 0x90ecc3d012f39ae9152719d2df3f5f5ab5f3899ffc012669a4b359a4ba1c6ed2, '', 0, '?'),
(0x26588855d15f859d4eaa6623f5a00c25, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_picture_in_picture_alt_24px.svg', 0, 0x97767275e55c900886a42b5825292b54, 0x97767275e55c900886a42b5825292b54, 0xd196243ccedeef7d4cb5c783c548c9055dd628981bb144df6bc97094f62a85c3, '', 0, '?'),
(0x1b2127eb11b0f06216221b7bebcae16f, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_play_for_work_24px.svg', 0, 0x55048dd5d1662b17cf7dfccbae87a088, 0x55048dd5d1662b17cf7dfccbae87a088, 0x99e272767a1bd0069f146e96a974636f26e5ad1dd5ff7ab23650094dfc6446c5, '', 0, '?'),
(0x8917ad5a020bb37060a1d94f93606fa4, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_polymer_24px.svg', 0, 0xe62f06408abe37db66d3100b4f28d305, 0xe62f06408abe37db66d3100b4f28d305, 0x3bf3c827581ef453cce4a009b9dac65f345333827a72b77bdbfa1f1f07a8b182, '', 0, '?'),
(0x71762e659f8f13750957aedcf51b5048, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_power_settings_new_24px.svg', 0, 0x677b06dbbb458fbf8a40de2424043661, 0x677b06dbbb458fbf8a40de2424043661, 0x6631fef77ed1e04995e50a707c75521884f046ecbd4186d4bf67464beac11023, '', 0, '?'),
(0x1714eefb23a0605c9c547bc588c27716, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pregnant_woman_24px.svg', 0, 0x72e0d14afd4655d98e22cd9953c27334, 0x72e0d14afd4655d98e22cd9953c27334, 0x14824da3607323ab9e4f48f8987ee2a161bd8dd38da628c5e970e9254c645905, '', 0, '?'),
(0x844800bee3e27fb1348d159a44266ee7, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_print_24px.svg', 0, 0xde293e30880ad1028f471a987251da46, 0xde293e30880ad1028f471a987251da46, 0x875dafa88d81d2249f7003f57a3a279043e052908900731279da4c39d71c233f, '', 0, '?'),
(0x93614db326ded5a93b3f17e25f36d3fb, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_query_builder_24px.svg', 0, 0x9c0abe38bf6c7dae2bfc514783d0ff20, 0x9c0abe38bf6c7dae2bfc514783d0ff20, 0xa37e3260f5c9015b940cc3a9c0f9590652cc3acbd997cead3000232473b3f428, '', 0, '?'),
(0x86854104cd90a2b421d93b0ad519ac92, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_question_answer_24px.svg', 0, 0xa323b6355c23b5a3ab8e4e8a9aef08c5, 0xa323b6355c23b5a3ab8e4e8a9aef08c5, 0x14fd16ef174846bf533a7fd83917fb937a021cd3a35eb1035d0ac0c2e0b6fc14, '', 0, '?'),
(0x872bf3dc61af49aa6f3dd14b5d916c51, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_receipt_24px.svg', 0, 0x405f2285716e257fffe8dd0023263070, 0x405f2285716e257fffe8dd0023263070, 0xfb6828be35aafb0dada319aa5e1085ed0658cca68f34d2feedfe9fdc465243b2, '', 0, '?'),
(0xb90737efab33b8680dfd99c34333702e, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_record_voice_over_24px.svg', 0, 0x4ba638173892f4c67772f4fc6d82f2c8, 0x4ba638173892f4c67772f4fc6d82f2c8, 0x4577ca7400087479366d82070712c96b8a5830369f31e54004f725a9b86887aa, '', 0, '?'),
(0x1b8e9e37d20011b9f8bd442c4ee4a2a3, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_redeem_24px.svg', 0, 0xc8bee17ca30699a7734fc02334639f7f, 0xc8bee17ca30699a7734fc02334639f7f, 0x0f551fba62de54f91e4cd40fbfd111e9729e6724cf54295c77b7efe85eb358c7, '', 0, '?'),
(0x60c7a365065d8bdcc5f42be656edeb57, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_reorder_24px.svg', 0, 0x216e3ecf714d569261cbbf942db9dce0, 0x216e3ecf714d569261cbbf942db9dce0, 0xf6adfc8ebdf92718236fc3f39e1c61cd1650cd0d52c386cb24ea7889e1fb3a41, '', 0, '?'),
(0xf1f62fcd1cded3b114856037f6a424c5, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_report_problem_24px.svg', 0, 0xe21c6b9d92bc28313aaada62f2636bcb, 0xe21c6b9d92bc28313aaada62f2636bcb, 0x9485d2da2add0f74e89baa050c746df3b453490c6f320df47c6f8adbb211326b, '', 0, '?'),
(0x7b1017d792755a04eecf5b97a8ddbdef, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_restore_24px.svg', 0, 0x4080fe2eff021dd76a98cb9d463a6d66, 0x4080fe2eff021dd76a98cb9d463a6d66, 0x1d3729c4fd5ca8d0ce2a00641d752e69e254bb62cffca238e986bce29a4f5a5d, '', 0, '?'),
(0x6d841165ba231fba45d154e6a9d0bffa, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_room_24px.svg', 0, 0x49827d1919d49a5ea8d1deb5ca511a77, 0x49827d1919d49a5ea8d1deb5ca511a77, 0x5c5d3ae3b330b2c363f8b04137926bf6bfb154bea7e560aaa30ec60928fd9c00, '', 0, '?'),
(0x51e118b5e1d2244cac0a0d9588e242c0, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_rounded_corner_24px.svg', 0, 0x32c237bf59dcc67e2983e1561a7f6f34, 0x32c237bf59dcc67e2983e1561a7f6f34, 0x869c4fb83c66822bcf4a6f89d99064d664f6bf16aac0914fbf9b5dd59195a7f9, '', 0, '?'),
(0x5214e69990d70f1e3a4b083b4ce00183, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_rowing_24px.svg', 0, 0x82cd2bc44021916b1348babb2a036374, 0x82cd2bc44021916b1348babb2a036374, 0x6a39c31b0a4ae9af78dec91e4145d0ebd32ecb09c254e1eeba39f9e633f6029b, '', 0, '?'),
(0x1445a9fd802e53fc7227b21a3117491d, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_schedule_24px.svg', 0, 0x9c0abe38bf6c7dae2bfc514783d0ff20, 0x9c0abe38bf6c7dae2bfc514783d0ff20, 0xa37e3260f5c9015b940cc3a9c0f9590652cc3acbd997cead3000232473b3f428, '', 0, '?'),
(0x95804719fbcd7d51647168efb4b9efbf, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_search_24px.svg', 0, 0x80773ef1e3834cb91f11838347a82de2, 0x80773ef1e3834cb91f11838347a82de2, 0xf99d2120acbaecda04802d2b7fb240d896e4c5d32edebb50103b0fd63b0bddc4, '', 0, '?'),
(0xf72e942be480f8489dbd92904c906860, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_24px.svg', 0, 0x9595a627654f16c62098eed8edb2b740, 0x9595a627654f16c62098eed8edb2b740, 0xf00875ced144c649e61f95d6469d21eb273e109cba41903f104f7fb547dac23c, '', 0, '?'),
(0x8a8a1b5daa883f420de93f8b569e9c34, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_applications_24px.svg', 0, 0x90367e5173080c34037ca4022474b1ce, 0x90367e5173080c34037ca4022474b1ce, 0xf2c15fd4863839573a0ae3fff319c89415a1b639d680dac3efc01a777a7b8a21, '', 0, '?'),
(0x79f973eacc32a06c80e09d71a021bddb, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_backup_restore_24px.svg', 0, 0x04145ba6330f74f75fdd4530f65b015d, 0x04145ba6330f74f75fdd4530f65b015d, 0x459d134f70fe404bad4df8f6582c8511fa30269f28a362acced1edc20d412fad, '', 0, '?'),
(0x0fdb67d9240c8853a8ed35c380bf539b, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_bluetooth_24px.svg', 0, 0x1ab34b392803030df33c07f3e56e2d12, 0x1ab34b392803030df33c07f3e56e2d12, 0x8086005b6aeca0f4239bc8923b72d976f10577ff2126788a0cb5482bf4649197, '', 0, '?'),
(0x9b41a577a3a79e8de7de469ecf4981ab, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_brightness_24px.svg', 0, 0xd92040e25ed85a4fbafa868a6622d12b, 0xd92040e25ed85a4fbafa868a6622d12b, 0xdc48b67eaa2d206cebe98169260bcc35ed6a2d206f2e92cec431a40894f8c1ca, '', 0, '?'),
(0x7df60715ea5c484ae6b172e4282829fe, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_cell_24px.svg', 0, 0xaa14c1240b3586510aa0d028ea686d83, 0xaa14c1240b3586510aa0d028ea686d83, 0x042e4cbc6394432813752be14668017516ceebf7b2db4108fbcce94ef3eeb037, '', 0, '?'),
(0x8737f18668eba65f0806eb7965aee4a3, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_ethernet_24px.svg', 0, 0xf5be410022be7a3f629342f7c0bc92f4, 0xf5be410022be7a3f629342f7c0bc92f4, 0x08a0b4eaeaa196701e22a32193a031d4fcf6b407392aab81bfa3b94e4cbef560, '', 0, '?'),
(0x8f8fb6e51d974c4e980bc653279386f4, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_antenna_24px.svg', 0, 0x2aaea4122cd4865d7b48e3d6e2b41896, 0x2aaea4122cd4865d7b48e3d6e2b41896, 0x24c4f44ecb671bff0a0edf53bafc081f00d5895c3a83dcac39d45b53e90ca553, '', 0, '?'),
(0x178f35fb323d0aa111eb88b272e8d132, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_component_24px.svg', 0, 0x877104c560b9ff795f2d4b0f63cc5cb7, 0x877104c560b9ff795f2d4b0f63cc5cb7, 0x76412d0fa5046953bd66f3db45d7245966b3e6b57ba89f0eb782a4327fedeeae, '', 0, '?'),
(0x06fd222623537d918a66551e14139977, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_composite_24px.svg', 0, 0x877104c560b9ff795f2d4b0f63cc5cb7, 0x877104c560b9ff795f2d4b0f63cc5cb7, 0x76412d0fa5046953bd66f3db45d7245966b3e6b57ba89f0eb782a4327fedeeae, '', 0, '?'),
(0x78c2fa675b76467eb7a8b0372719989a, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_hdmi_24px.svg', 0, 0x8bede02fcd4c7411efa0963b216bd2be, 0x8bede02fcd4c7411efa0963b216bd2be, 0x464c455110463362f4610d4aa924c68f144c04cc192f14bd97accfa8e93c32bf, '', 0, '?'),
(0x9cb52bb273bff2aa1bb6d5318d70daa6, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_svideo_24px.svg', 0, 0x32474cefa718b276b4cfc20cc029a5e1, 0x32474cefa718b276b4cfc20cc029a5e1, 0x821d28fabca799ab0cd7bbdb69320d5128df1fd34a7cd6c796af09ea2ae1df78, '', 0, '?'),
(0xd7b92847157042d5ad74dd74dff9f177, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_overscan_24px.svg', 0, 0x3d5ef80c6c891cfad71a2f45db544e41, 0x3d5ef80c6c891cfad71a2f45db544e41, 0xa91dfc9ded0adf763d4f73fa28cb94e3031ffd5b2226f11024bbe9cd2d8d5eef, '', 0, '?'),
(0x537953bf1e8be805bc459b504e848855, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_phone_24px.svg', 0, 0x9ed9d53c739724941d33ebb2472f9853, 0x9ed9d53c739724941d33ebb2472f9853, 0x4cb8680d53a75f5ff22b96948b168c5a83480f5f28c6df938f0b70b18a41ce20, '', 0, '?'),
(0xf38711b21f4a8c19b40eab688caf1b76, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_power_24px.svg', 0, 0x28fc2e839160779af927e33fa53b2ec1, 0x28fc2e839160779af927e33fa53b2ec1, 0x88279846137965d45dada1585e5f66748c4d399783a3f6a4e0ab9bebba9002ea, '', 0, '?'),
(0x11a58c6675278fe35f5cd1b02f6b5d30, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_remote_24px.svg', 0, 0x7e972c9d4cfe3c430b8f4f703af071ac, 0x7e972c9d4cfe3c430b8f4f703af071ac, 0x8cc7a536959a5ff5527e402e835597a7afe14cf6ea70939a83f2af6155ca1969, '', 0, '?'),
(0xd0045b7b783734d6ae3e22d7811088fb, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_voice_24px.svg', 0, 0x993bd58b09b582692487f6a398c4f412, 0x993bd58b09b582692487f6a398c4f412, 0x19ac5883c4aa56fccd0e752e51d73ea178f5ab2f82a1627b9fe7fdd51c8a416a, '', 0, '?'),
(0x7943a7d0613a1c73f95d104f4f2c12d6, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shop_24px.svg', 0, 0x9b47272854acdc46c322f9ab8eab8a4f, 0x9b47272854acdc46c322f9ab8eab8a4f, 0xb58fe204030ea527f10cf54455e82b9e80b3fae1d2a5a75912bbd44202143827, '', 0, '?'),
(0xfce3fb0cd63aa9b36d1350a8b4f0bccb, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shop_two_24px.svg', 0, 0xbd896cb016912eefc40c68b70a418d17, 0xbd896cb016912eefc40c68b70a418d17, 0x93ab4fe8a4c963ef5e24f1cb4236493161430bc891caf71c7efffeab6f08947a, '', 0, '?'),
(0x077a21b28d216a81a24fa8c651d1aeaf, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shopping_basket_24px.svg', 0, 0x04b76d5c6926555250276022472ff41f, 0x04b76d5c6926555250276022472ff41f, 0xb08025de8c69b752390eff778c3d5c60966fbf350d000e2d7e10bd6d19ed5bcb, '', 0, '?'),
(0xa7b551ff150ec155fb9c9575e955893e, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shopping_cart_24px.svg', 0, 0xd57c46cad0c8359df14356f7dc3ae5d1, 0xd57c46cad0c8359df14356f7dc3ae5d1, 0xc413b2d49e65e63b6e548186478fa7ec924b6bf8a5600ea71dc6fddf8836cd38, '', 0, '?'),
(0x1658480f88e1b81dff9e52dd29491b36, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_speaker_notes_24px.svg', 0, 0x8350a9eb83231d716200e7265b2f34be, 0x8350a9eb83231d716200e7265b2f34be, 0x2db1db2d5d4e558f0ac60702af3f3a49b3051730983b03dfc9352d9a310c8041, '', 0, '?'),
(0x39ff9119a8d7fc5e471681594d34af88, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_spellcheck_24px.svg', 0, 0x7782e6e8025dea8b4f5c3ab9eb4e98ac, 0x7782e6e8025dea8b4f5c3ab9eb4e98ac, 0x766e433b8e655ffa6673b392325306ceb8bd1ec8f6f1d9868b5b4b16bbcc3c69, '', 0, '?'),
(0xb41e7854290b9ce93e50ba56215361d5, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_stars_24px.svg', 0, 0x835262760e4d9ea1df019295032942dd, 0x835262760e4d9ea1df019295032942dd, 0x03090a07969a315bc78e436834f144a9d784109e2ef3cef01e64043f553abbe9, '', 0, '?'),
(0xb1bf7d91b1e50e15972ae2cf7116379e, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_store_24px.svg', 0, 0x4316d897351e16448ca03defa85f459d, 0x4316d897351e16448ca03defa85f459d, 0xf154e9572b1cddb334eb0d24f4f21759b92ed80f26c6d4dae37d0099c97681e7, '', 0, '?'),
(0x5c77a5597c654973213ebbe769a2e71f, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_subject_24px.svg', 0, 0xca0cdf1b73166bb727d18d33ef23189c, 0xca0cdf1b73166bb727d18d33ef23189c, 0x7b509dfc7f07cb2bc51f5ce8b49cc94307521d4c376ddab9984f2c6e986d18e3, '', 0, '?'),
(0xf062c6d750f9b1379e50193ca999db2a, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_supervisor_account_24px.svg', 0, 0x1f6803585c641072f0fa106ecb984632, 0x1f6803585c641072f0fa106ecb984632, 0x8baca22d596fcf731fabe4e1d9d9f025a0fb3ddcbca66d91fbdf732758325618, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xc8c2983773a1ae426c81b823b14a7d2d, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_horiz_24px.svg', 0, 0x4fff3848a5c9e757dfbb83fa392b4aec, 0x4fff3848a5c9e757dfbb83fa392b4aec, 0x756d98b7bc80169562716fdbeef1beec3abfa8b2d158014df84626868e19acfe, '', 0, '?'),
(0xb02cdda1d8cace512451efb8bfc03f68, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_vert_24px.svg', 0, 0x3dd74acc788af56259eb7803b76dacb5, 0x3dd74acc788af56259eb7803b76dacb5, 0x3470d297f1b312abf0558de91fe992a92e00736efb91c4eb41f1531951e0ae7b, '', 0, '?'),
(0xcd22ebc8bf0cf2000ba7979c80d67879, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_vertical_circle_24px.svg', 0, 0x41e1f240141ac71336ad47e8d043444a, 0x41e1f240141ac71336ad47e8d043444a, 0x832745fc7bd282fb3345d82c2e7a80974e812d09cea302fe6c116e05648cfa4c, '', 0, '?'),
(0xc24b5c618f6ee28dd74e4eb6674054c0, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_system_update_alt_24px.svg', 0, 0xc392482ae636a2d17fbd4e4da1efb489, 0xc392482ae636a2d17fbd4e4da1efb489, 0x7e9b246695a89c6c0caf6d2596ce618993daf0b77e5888912cee12245ca10669, '', 0, '?'),
(0x77a97a892e4049127a0317139bfe76bf, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_tab_24px.svg', 0, 0x5e71b6c27e527b2032c7cfec571eeb75, 0x5e71b6c27e527b2032c7cfec571eeb75, 0xb316c4a904a37aca8d096b1a12799d631a4ad30915f5b28af7d17b20365a20c4, '', 0, '?'),
(0xb8af289a42eaf8690623f30a6b886f6c, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_tab_unselected_24px.svg', 0, 0x60c299daf8e8c7cc8302d7cb7ef366d6, 0x60c299daf8e8c7cc8302d7cb7ef366d6, 0x733d3525aa6db6a2f71334c4f58890a6426a2b8b38e915514b4498b19a176a3f, '', 0, '?'),
(0x379b0df54421d45b4a4eefc3bc1ac8bb, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_theaters_24px.svg', 0, 0xc1ef48c80d18e292325299b7daa48d19, 0xc1ef48c80d18e292325299b7daa48d19, 0x6af566870489306b0cc8dfb67a63a07ecdd18a4012729f8f5e6630e02eb8f001, '', 0, '?'),
(0x6062fd10ba0275df43aa654ba21c3ba2, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumb_down_24px.svg', 0, 0x6f3c914cdc4206e1e58b828d2f37b23e, 0x6f3c914cdc4206e1e58b828d2f37b23e, 0x71a6b22ad3f5ecde98d769c26c77768571158f5dc1f8d3a900d97b84bdb6c652, '', 0, '?'),
(0x7777656c6d839aad9d17a064d7e3aee9, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumb_up_24px.svg', 0, 0xd318c44b9a7bd257c792e1fbdc9f6b9e, 0xd318c44b9a7bd257c792e1fbdc9f6b9e, 0xbb91dad841765c96ab4707552396d8dde4744220995fbc748e374853b62cb367, '', 0, '?'),
(0xbc40c206dd3652cc08045275ad8f0634, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumbs_up_down_24px.svg', 0, 0x1502132fd1a20ad29be8cdd5facf06b8, 0x1502132fd1a20ad29be8cdd5facf06b8, 0xb83cfc7e23447b0219c56f9e9bcc91350a65afc8a8c98ec1cf82796caca6670d, '', 0, '?'),
(0x4cc29ad9bb647c7a566cc8abd9638286, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_timeline_24px.svg', 0, 0x130400cf0e6394d81fff1e64cd8251b6, 0x130400cf0e6394d81fff1e64cd8251b6, 0x79eeeed0240f4da61dc662bd7abfa2ce4e3723a97974a7902c78ceeb1ea36ff8, '', 0, '?'),
(0xa001681d9020904d28de9faa44189d62, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_toc_24px.svg', 0, 0xe846e5e90a1061443c00a78cca75b7d6, 0xe846e5e90a1061443c00a78cca75b7d6, 0xd71e4dbed0ef03329fd1e12a995233d53be0146a8dd8c2e05c8dc6ea436a07c5, '', 0, '?'),
(0xb3d798221dbf16d493aa2554eee36276, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_today_24px.svg', 0, 0xa49a89d2b1af90103d04ee2546869ab5, 0xa49a89d2b1af90103d04ee2546869ab5, 0xb8299338b271ba1cf05435b8bfd76cac665c4dafa3558f38909df694849f7d3b, '', 0, '?'),
(0xe52015341f260bfac79f09ddd7fc4d30, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_toll_24px.svg', 0, 0xd95f9fe3c45a2739e6e4544ea3d564fb, 0xd95f9fe3c45a2739e6e4544ea3d564fb, 0xcbb32a3ae8cb9b91b09c01f50dad164f5fd6737f95e4c6af08cf2f2b23db0bb3, '', 0, '?'),
(0xd0b1cefe30fc5a073c58e8559622812a, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_touch_app_24px.svg', 0, 0xfbbe678626055c2c6fb54930c6556ea8, 0xfbbe678626055c2c6fb54930c6556ea8, 0x5d8d5c1177f7fa7ab089e291055f904bd218a5cda07bb7cd3b44a073c812d664, '', 0, '?'),
(0x4655cb43bf34551c4f25e8fa390bc84f, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_track_changes_24px.svg', 0, 0x894e5a6e6e4dae4170f13a9d07fd376b, 0x894e5a6e6e4dae4170f13a9d07fd376b, 0x90f165cc39121f8eb328bb078855fb407b0979f8d595cb480297ce3f70457023, '', 0, '?'),
(0x01c1f938481f62a6064d1c41eff51d96, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_translate_24px.svg', 0, 0x0a980867f2d1f81451bf124fa563f985, 0x0a980867f2d1f81451bf124fa563f985, 0xe3f2dbce4e89765ea13f8e1984c1cb8c00d06d532a29da69697d3d821f5f1ea0, '', 0, '?'),
(0x8a2b44102fb65a407747ebc3d825068b, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_down_24px.svg', 0, 0x4224ea4821002b5d7ed3da483e0a86d2, 0x4224ea4821002b5d7ed3da483e0a86d2, 0xada20b3bf94195eb70d5a0933ecb67a5f97e7e3e5c4e8e76143a9b15d9396914, '', 0, '?'),
(0xf70b8dae54529a31d46d11307eef8a8e, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_flat_24px.svg', 0, 0x7b8e237324bcbed5c1fc63bc156d961f, 0x7b8e237324bcbed5c1fc63bc156d961f, 0x5729dd735a8fa24e64243b76d8f9d5a9076eba6e4088405a3ff17573c057e406, '', 0, '?'),
(0x7d51701795e9ac0bea7789149ed25118, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_up_24px.svg', 0, 0x18f1b85ac16e9ea985afabd061674ad9, 0x18f1b85ac16e9ea985afabd061674ad9, 0xe8a5db7fafd4653cf3805367019702eb40f9cd2c619de90f88eab8998a239d34, '', 0, '?'),
(0xddcf21475367074ccbf182856c796583, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_turned_in_24px.svg', 0, 0x1e3a98d67feab1544a4dc0c90b4152fd, 0x1e3a98d67feab1544a4dc0c90b4152fd, 0xa61552328473dc02acab80796e97c0e738221104cb4737efc6f8677711482468, '', 0, '?'),
(0xb92d3fd95f1c9e1529c84876e36c6873, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_turned_in_not_24px.svg', 0, 0x17ec4223aa52a2254290b7e9d361a79a, 0x17ec4223aa52a2254290b7e9d361a79a, 0x26440d1c448b62845e02d44b0ab9ba5a087b30e9426030c500e98123bbac9a85, '', 0, '?'),
(0x7654d349334ea902277e619330019b65, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_update_24px.svg', 0, 0xe7e44f409910ef6ec841c0dc5e4f95a6, 0xe7e44f409910ef6ec841c0dc5e4f95a6, 0x7cfd2f63d28bc8edcc02239b5871a6528e2ec91313b3e97481c498783dac34d0, '', 0, '?'),
(0xa3c5bc3eff2638d862c2b329bde52cd9, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_verified_user_24px.svg', 0, 0x7c28affa733024df72c20ca77b116a81, 0x7c28affa733024df72c20ca77b116a81, 0x9ece8903285a76efa30e6fcc247a9eccee0c203e7bd6dd592c4e6b9f2eef9f51, '', 0, '?'),
(0xed866503c47f41bd8349501f9da9dd61, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_agenda_24px.svg', 0, 0x62738413de1b176e9d030af88892b4ae, 0x62738413de1b176e9d030af88892b4ae, 0x5df9418aada4f32f736190f43932db9fb782e396cc3834d7871ad781ce50c148, '', 0, '?'),
(0xf4e8adacf25e6da8c0008e9b049f0904, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_array_24px.svg', 0, 0x0dbf80298d559c9d746b922a85592250, 0x0dbf80298d559c9d746b922a85592250, 0xf42e09ce1abc09f06612fa4aad73570f2e9545edbc0cf086cb1d9d54961661f8, '', 0, '?'),
(0x890761ea2ea483826f4d45b36007ba59, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_carousel_24px.svg', 0, 0x89db63605e9daf324d704564f0cc6474, 0x89db63605e9daf324d704564f0cc6474, 0x78e5fe573d8437ef24d40176123e13b9f752806bf24fd2cd38ef2bb75acca7b3, '', 0, '?'),
(0x01dd864de338666e271e4f50b8a1dac6, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_column_24px.svg', 0, 0x24080d7b22007adf7a8f5e52821138cc, 0x24080d7b22007adf7a8f5e52821138cc, 0xf51ef68fc379c7b976d6541be869c62a670f50b05ec0c4d26e60c0f26f8b79cb, '', 0, '?'),
(0x6f7963ce8fd987aac9c7f1d7149cf7e3, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_day_24px.svg', 0, 0x337539f83aade00255b9c83a0cd66b5f, 0x337539f83aade00255b9c83a0cd66b5f, 0xd2a1de4bc7740d35582229f38f3125826822a65e0d105a891610893e2bf0317e, '', 0, '?'),
(0x69c218f7798ed67de090947ec32eb140, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_headline_24px.svg', 0, 0x523e894dfcef2b64e669bd800b527b89, 0x523e894dfcef2b64e669bd800b527b89, 0x17fa6ab112a0aaf08311b40c92d92023a76373b3fff9244cb569f44c0e70d5dd, '', 0, '?'),
(0xd7e0d24c017186ccd377694fba656d89, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_list_24px.svg', 0, 0xc4573c2318e1494b06f421931d99f7fa, 0xc4573c2318e1494b06f421931d99f7fa, 0x5844657bf7cc8ba7364d82a99c80fb1688cf23c625331460a63e1ecd7d886f37, '', 0, '?'),
(0x8b451a4ac2f11d12f884b2ad43037fd5, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_module_24px.svg', 0, 0x69dd404e8569b5ac6b89529b9434f400, 0x69dd404e8569b5ac6b89529b9434f400, 0x18996f91d829c2c9b476ecd1f6fdf99269b6a049192f11214b4f2fa10a0ec138, '', 0, '?'),
(0x2a88c099713084247261e36334abdd7f, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_quilt_24px.svg', 0, 0x6bbfdf007741af1349f39406fa6bd124, 0x6bbfdf007741af1349f39406fa6bd124, 0xf92f917b692136d72c4e46ee807892d45dc62da893b57c4841491c5ec8ff1549, '', 0, '?'),
(0x236e3882525f3adf27b1b846c6961ae2, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_stream_24px.svg', 0, 0x9a4a567190caf75b49eaf2e5436a1de1, 0x9a4a567190caf75b49eaf2e5436a1de1, 0x9e40e1972f1a3ade6a0c947a3af2271179ffc6de3e02ca79e4b918b67a51900a, '', 0, '?'),
(0x2a6488c910ed92296e16d7fdcb90ba88, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_week_24px.svg', 0, 0x5b6faa12e13c92088887ae08f635f595, 0x5b6faa12e13c92088887ae08f635f595, 0xe14cbf92c6c39c49335c3340492e0d793c4578b1d6d766b368af04ef4aeaa7b7, '', 0, '?'),
(0x4b38c545a51b390817b2a1bbc1b5f205, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_visibility_24px.svg', 0, 0xbe2864444e3d86215f32f2d9838ac29b, 0xbe2864444e3d86215f32f2d9838ac29b, 0xb0b68124370751c80d8252d974a6352c10ba79e5b5c67dbeae8b564fde8c72b5, '', 0, '?'),
(0x833b43b25f8ae1ffcc389da052788384, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_visibility_off_24px.svg', 0, 0x2f1c7fc3fa8f6ac295c6ae50fbe6598d, 0x2f1c7fc3fa8f6ac295c6ae50fbe6598d, 0x67357c6885bab1c824dfec4cfc846986f367e06ee1243604c1ab99a867078801, '', 0, '?'),
(0x5f51ed41a508d014f03ded95d547769b, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_watch_later_24px.svg', 0, 0x9217441cd83b49419845c46afc3eb3df, 0x9217441cd83b49419845c46afc3eb3df, 0xe10c314850b48f7e51af48312a7d2e47a7887d09e50395c73185ec05de45d310, '', 0, '?'),
(0x0797e33114cb45040f5602d8da6fc345, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_work_24px.svg', 0, 0x771956649f92e17fde7543140f7a396c, 0x771956649f92e17fde7543140f7a396c, 0x9deb7dd1e05befa3fdff6d0037e87610a35a87a6c0cf9345e5d27ca0a8cf254e, '', 0, '?'),
(0xdc802e35e74671df9f115bbf1794ca7e, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_youtube_searched_for_24px.svg', 0, 0x4fc945b8b369ab566b6513cef5bab6c2, 0x4fc945b8b369ab566b6513cef5bab6c2, 0xb145c77669d8c858cbd20612e65e8c3d1e42267dd0eb285e536d938cec47fc43, '', 0, '?'),
(0x5ee89a61ec06cdc544cc56309725b3da, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_zoom_in_24px.svg', 0, 0x12a3440c54790f9c7a389922aa1c530c, 0x12a3440c54790f9c7a389922aa1c530c, 0xd7dd1cd34a5e2e8f6bd45fa46776e962a6738d25b5b01d4adb7c0c4413851c1b, '', 0, '?'),
(0xa20a933557d51a4c5c7488f33fead1db, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_zoom_out_24px.svg', 0, 0x146c09540c71707bec9a17cfffa3ad32, 0x146c09540c71707bec9a17cfffa3ad32, 0x07f2a754bd7e453e3b3425294e21fe69b4651f77917d3570ba3bd46e68dc1152, '', 0, '?'),
(0x069f14e3d1116c6b90f3dce1d22b8693, 'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_add_alert_24px.svg', 0, 0xef94b574e2adc78c82a082726f59296d, 0xef94b574e2adc78c82a082726f59296d, 0x428fed5c2bce99d1ed3a5bb0144d38e7d6fc620c58b7f7800df1929ac1912a59, '', 0, '?'),
(0x31b2bc6c9844b5c381329ab07d680731, 'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_error_24px.svg', 0, 0xfccb5b63c531135aed8de27b53524da2, 0xfccb5b63c531135aed8de27b53524da2, 0x513ab8540027531244b0a9f9c27bfda06d5915321174e443236ec2efde2f9de4, '', 0, '?'),
(0x6993b568eb93e76da828b0d0b93a3efa, 'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_error_outline_24px.svg', 0, 0xfe77f8d41ec24b5cadc4b6e3c399bb8e, 0xfe77f8d41ec24b5cadc4b6e3c399bb8e, 0x8383eaf47a61cf881d13dd657d4774247d7b83e4ae5009acd2cdedd4c8f5c880, '', 0, '?'),
(0x0dadee5812cadd6cb41511ea5e082343, 'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_warning_24px.svg', 0, 0xe21c6b9d92bc28313aaada62f2636bcb, 0xe21c6b9d92bc28313aaada62f2636bcb, 0x9485d2da2add0f74e89baa050c746df3b453490c6f320df47c6f8adbb211326b, '', 0, '?'),
(0xd5736d90e16f6f0dc6587862066230ef, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_add_to_queue_24px.svg', 0, 0xc1ae3245b46a6758469b7a0b81f2f06f, 0xc1ae3245b46a6758469b7a0b81f2f06f, 0xe20f15e255fa91f548bb708733bf15c01dd8b9c8f2ad0861b014e3d0bb821ded, '', 0, '?'),
(0xa3029850f00b4608ad5df771e3df4eb9, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_airplay_24px.svg', 0, 0xd525fdf70414625d76348d7f8a292b0d, 0xd525fdf70414625d76348d7f8a292b0d, 0x3bc179448eb94e4648ef93d4701a4554f679b1e510629aad32b91b9c88325fee, '', 0, '?'),
(0xb564979ce09bf0b2f7e4f881819233be, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_album_24px.svg', 0, 0xd4230c04c2530080cc362df68d34078e, 0xd4230c04c2530080cc362df68d34078e, 0x4fe63e35634966dc8e89b614e90bffdcce7347ee6c38f57a5b3407dec7f901ff, '', 0, '?'),
(0x554994ca463ad7227fb55d833d1f14cf, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_art_track_24px.svg', 0, 0x7369d9533f4cd9e50b5cd6f555403937, 0x7369d9533f4cd9e50b5cd6f555403937, 0x1a65df2ad87f0b46b1cc92f787b2e2aa4b4447e0173ccfd657b83e9abac7e887, '', 0, '?'),
(0x750433823042693efd237a43d365457a, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_av_timer_24px.svg', 0, 0xd7cc0c0d0c13bc824da791f5e90aa497, 0xd7cc0c0d0c13bc824da791f5e90aa497, 0x67697b8e1410e6c747c44283328f398949ec9efae899c4e5aca912f214756c21, '', 0, '?'),
(0x8acf4018db1270bf9c110a6052bae5f0, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_closed_caption_24px.svg', 0, 0x6e3100853ccc78d788763d9141dae824, 0x6e3100853ccc78d788763d9141dae824, 0x18fd6439a660272da1914cc1b54106f2d5c65b72fc0ff85bd36738573fb57e65, '', 0, '?'),
(0x0bd8e01370ad38aae17971d6f44d1591, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_equalizer_24px.svg', 0, 0x19b1e3657c981f4c23eb3d051ad6374a, 0x19b1e3657c981f4c23eb3d051ad6374a, 0x863e24b03c7a9aca3d42483920bc393066522bac5383ec570661d1024b187378, '', 0, '?'),
(0xf89f65edb0487699e14903863482032e, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_explicit_24px.svg', 0, 0xaf798e4fca417183517d22d2acb1ed32, 0xaf798e4fca417183517d22d2acb1ed32, 0x218b49f41147e32deba269036063aca0c3df627bf3666bb1f154cc912301b9c3, '', 0, '?'),
(0x1f6607d0cc9fb68a69e36ed93bba1955, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fast_forward_24px.svg', 0, 0xa34e0477d26bf0769f87e64fa181ac34, 0xa34e0477d26bf0769f87e64fa181ac34, 0x674f5d74cab13e1313bae3343c9525340c9875c34a7772bc219d3df0e21e833d, '', 0, '?'),
(0x17d063cf7cabf931156cd07b4eb2a5a9, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fast_rewind_24px.svg', 0, 0x90022fa32be10411b7da0870ac3740ab, 0x90022fa32be10411b7da0870ac3740ab, 0x1f3a46bcc17f97ab1256b91a0e136edf512e79d6e357c04cfaee1785becf6956, '', 0, '?'),
(0xe9944a5ef01980010017d5a05c5bf3bf, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_dvr_24px.svg', 0, 0xf811e2478bc0e8d8ecedada1e0351c00, 0xf811e2478bc0e8d8ecedada1e0351c00, 0xc3925d6771112dfa1e8d61c8a0a72ed516e04bfc070ecad116bb7729d830d027, '', 0, '?'),
(0x3b6fd8bc656e8ab3fc9e635579e54540, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_manual_record_24px.svg', 0, 0x8f4bada6f0e87b14f2f6711ce6f584b4, 0x8f4bada6f0e87b14f2f6711ce6f584b4, 0x425f7607e15c4ccd3a582f70d99ec66789e68cb2472eb3609774e2fe10094166, '', 0, '?'),
(0x439b1f0ea86747cc9530e6cb041f3973, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_new_24px.svg', 0, 0x593c69930f8cb2ef8414ed4359306c87, 0x593c69930f8cb2ef8414ed4359306c87, 0x8305457ae73e689165b784522821d4a90222448426ba7a13d974d233fc8f8559, '', 0, '?'),
(0xb382ef9604e7e7387c38138178b030c7, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_pin_24px.svg', 0, 0x1bd964cb29cbc19a74928a6ee064da49, 0x1bd964cb29cbc19a74928a6ee064da49, 0xd247337fff08dc20adbcb755f282ab74a301b149d86e5ff43318f88fad36e450, '', 0, '?'),
(0x579c5d13dbd14dd0a1bfe8ba36c56ec0, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_smart_record_24px.svg', 0, 0x02f9aa38d1af0b16bff4d6b9dd327469, 0x02f9aa38d1af0b16bff4d6b9dd327469, 0x4697f0c7c5618baf8997136d1d356b5319bd0952073b42ad0f924ebd573991ea, '', 0, '?'),
(0xf7a03e39a3a8f2cef3da45ff4f58dba5, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_10_24px.svg', 0, 0xea6213f7436cea9f975e159c193c237b, 0xea6213f7436cea9f975e159c193c237b, 0xb0aa04994fba30fe858f0f23caaf5666383275a271b60b443a204e968e3e655c, '', 0, '?'),
(0x354b423753df928f4f1b74eeeb20a61c, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_30_24px.svg', 0, 0x78e13c83fa695dca24ad02773418fa1b, 0x78e13c83fa695dca24ad02773418fa1b, 0xe8178dd2cf213b2b0cc26822dd94e7b77a633dc98fff244332f08f372eb080fc, '', 0, '?'),
(0x2a2a5b94c9c68a74c249a22012167e96, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_5_24px.svg', 0, 0xa79c1fbaec82e04fc845965dbff67d55, 0xa79c1fbaec82e04fc845965dbff67d55, 0x945ba5a1c1b8ac3300f848f0a9a6d145b4bcdd20ed6501bec742dd306f446bc5, '', 0, '?'),
(0x2f38ed0b1fea0b50b5d5250bb024dfb7, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_games_24px.svg', 0, 0x1409b6878c705493133d32c5651a8524, 0x1409b6878c705493133d32c5651a8524, 0x5bb07477ddaba2916a506585573eb7c39c050eb5bdc19363e4a6342758e86109, '', 0, '?'),
(0x3d7577312465ab5a3684eafd5e2c1084, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_hd_24px.svg', 0, 0x802d04c8d6efb0cb2de8e388d4c09b6f, 0x802d04c8d6efb0cb2de8e388d4c09b6f, 0x988f8ae22242853148354c6ab78ca185e934dec88d226f6ecf78574788155ce3, '', 0, '?'),
(0x906b2d279719f6cfb7963076b7bb15d3, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_hearing_24px.svg', 0, 0x7bdc7b97e27ca06f850e999914173761, 0x7bdc7b97e27ca06f850e999914173761, 0x1846e0fc93e87c49cc7d8aec6e1fc7dd1ff6d161308fd035f02515afbca6fc46, '', 0, '?'),
(0xf044cd3eb28ef31d4946eecf16e3c96f, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_high_quality_24px.svg', 0, 0xbe8d476c2ac24798ef02385f23cb3cdb, 0xbe8d476c2ac24798ef02385f23cb3cdb, 0x1b781b6d90be3c7c6ee637ccd66a5cf71d8bfe2202236a5aebc02f311f41a053, '', 0, '?'),
(0x0cefd2c0315429c7797fc332f7f96959, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_add_24px.svg', 0, 0x1bf89bffd6d3d072c49ae14b82eddfc0, 0x1bf89bffd6d3d072c49ae14b82eddfc0, 0x1bcb9b4b8a0c69468e28fc367901cc760bc873c97410dc55eb5856c8c4bab641, '', 0, '?'),
(0x56f886de16f6613034b6cf1af9783152, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_books_24px.svg', 0, 0xe17120b165684ec4501effd3267ad004, 0xe17120b165684ec4501effd3267ad004, 0x2ba48117d089486ce96382b0b2b2ea5c32215e3c4a7fb63c6a0333fe8c65fd3c, '', 0, '?'),
(0x22439fab3656e1c2b5fc09a59f2ebee9, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_music_24px.svg', 0, 0x9ea0b40e0eb8acd883238ca7727782fa, 0x9ea0b40e0eb8acd883238ca7727782fa, 0x54a78fabced7040d2d15cc1d51fcead79a48907db4f77b88352cd7cbe305320e, '', 0, '?'),
(0xb363e01ff0b52be627f371f7c9904a33, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_loop_24px.svg', 0, 0xb987a172078e2f322526f9c22e1ed056, 0xb987a172078e2f322526f9c22e1ed056, 0x6829a075e2ac89217bd2478d0017c407008fc500c9cc7887865923694456f097, '', 0, '?'),
(0xae275bd1c66b16bbb0c81f94434f6363, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_24px.svg', 0, 0xb32b200a1731f59462376309128ad63c, 0xb32b200a1731f59462376309128ad63c, 0x6d733be0eb2dfb6e201f73cd3c693b6223a0b3004473e6694f58c77859dbf083, '', 0, '?'),
(0x39e59f72c32f9e0b455f03d4c29103da, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_none_24px.svg', 0, 0x562719fae62d7f30ccfd2a7eb2b2d9c2, 0x562719fae62d7f30ccfd2a7eb2b2d9c2, 0xec17de764004d706e1f3fed5848e4d20fc9285931a2bbe08c285b7210d2a909b, '', 0, '?'),
(0x4430fcad529da8280a8bdff5bbfaf8a4, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_off_24px.svg', 0, 0x67075e175667889d4b1cc18e2d24afcc, 0x67075e175667889d4b1cc18e2d24afcc, 0xb0627d55dbaba6dd3a9cb79a6fdc1d5af3a8b3b2e7748b5b7170e19f9c30234f, '', 0, '?'),
(0xb335b1d262702729cd33fdf48e3ff556, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_movie_24px.svg', 0, 0x967c3ea5f614c6046501643abbcdd855, 0x967c3ea5f614c6046501643abbcdd855, 0x9cec58dc63cc1aaa1999338bf88de3562e0fbd184d28ad94c4e539724cbe9469, '', 0, '?'),
(0x55978ed51b41a5814da89afb29509080, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_music_video_24px.svg', 0, 0x9f80857ec21b6607d41808cca85fadb3, 0x9f80857ec21b6607d41808cca85fadb3, 0x905354cf8d6673acc84c356c467cd20da1f88e7037c443a3c93d3755770d2b30, '', 0, '?'),
(0x4c12115e1c5bbd3021f15fd22e2f19ad, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_new_releases_24px.svg', 0, 0x5a9233cbb0f6724c916ed7fd66ecfec1, 0x5a9233cbb0f6724c916ed7fd66ecfec1, 0x230bb9fd4e963f8d3736d2b6918704e8324784c6c56bc135cc6afc3545b87c83, '', 0, '?'),
(0x3a5d3639b877ac912a367d2847d7c8ca, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_not_interested_24px.svg', 0, 0x30a5e7b31c7ddef68f1d7d95207782f1, 0x30a5e7b31c7ddef68f1d7d95207782f1, 0x040fede2ebe5b991a9e5a7a5913677185801ccf6104b5d493bb70578f69a34a2, '', 0, '?'),
(0x53e6d8c88fe7c2f2c73c60b6e42c5e73, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_24px.svg', 0, 0xec5c6800b3aad8c53dde3999ca22191e, 0xec5c6800b3aad8c53dde3999ca22191e, 0x9189996d8f6c19a8649d4adf59451f415f7dd1ae83ef7277d20a591eee398483, '', 0, '?'),
(0x76aba3a9d306bd0e22c7208c0dc32206, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_circle_filled_24px.svg', 0, 0xa45f4d798a39b05416e74be456710128, 0xa45f4d798a39b05416e74be456710128, 0xf894d6d26f6abdf44c5629d81366dd01ed5868137f63a862e5151779fa51a6ef, '', 0, '?'),
(0x35787b337892be35d18d894ed472ab42, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_circle_outline_24px.svg', 0, 0x84b2ed03a1f14c10b8308b77d7a8340c, 0x84b2ed03a1f14c10b8308b77d7a8340c, 0x093c163178394cbd34f3308335588e402176026b855f4b069b548dcfab3ef01c, '', 0, '?'),
(0xb84369ae4a644944cc7244fab85dec70, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_arrow_24px.svg', 0, 0x7674a1b6339f05fca47f1dda9b3f7880, 0x7674a1b6339f05fca47f1dda9b3f7880, 0x5f205b6812a953975b7fd73f18de6b4c0b44512585834e7299e3151d2bedd2aa, '', 0, '?'),
(0x91f9a32c34f67a22fbdf66fcbe1b5196, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_circle_filled_24px.svg', 0, 0xb67ee8cc43cea5f03e5dc8a12a37b00e, 0xb67ee8cc43cea5f03e5dc8a12a37b00e, 0xac5fed3897fd670b49c11c874f42f4aab73d3c4dbc1ff69e6500eb6fb75eb248, '', 0, '?'),
(0x53987c728aa35488017ff4278b6cf2bc, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_circle_outline_24px.svg', 0, 0x789db2edb2787f4304fbd5e7bad11b78, 0x789db2edb2787f4304fbd5e7bad11b78, 0x8ae9cb61e7d1b9307fd062453f16ec6956187e4772e044e7bf19ae613487d880, '', 0, '?'),
(0x587a82f64c958a60d362578bceb07714, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_add_24px.svg', 0, 0x4949e0e92feb3789da4495ce6a596453, 0x4949e0e92feb3789da4495ce6a596453, 0xa5af27f4c7f1ebc35d49cb95b777de720f370bb75a8b22344b413d99092a8bdd, '', 0, '?'),
(0x499677bc8995362927c4001b48c13499, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_add_check_24px.svg', 0, 0x397136c888430dfa760e67e9893e5faf, 0x397136c888430dfa760e67e9893e5faf, 0x9716b8e498a1f22545e910b72eed81358970c049b19f031270da193e4e57dd6b, '', 0, '?'),
(0x74052765701f1055a1073d593bcbe9ae, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_play_24px.svg', 0, 0x1fe6e3b625ef68d390d7bf72ecba34a3, 0x1fe6e3b625ef68d390d7bf72ecba34a3, 0x771c38519c12a5f8a3f34fabda8212b85d3a4b42168248981417b64a14c09973, '', 0, '?'),
(0x268bd9ccd2e26a762b1e9791c1140b15, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_24px.svg', 0, 0x1bf89bffd6d3d072c49ae14b82eddfc0, 0x1bf89bffd6d3d072c49ae14b82eddfc0, 0x1bcb9b4b8a0c69468e28fc367901cc760bc873c97410dc55eb5856c8c4bab641, '', 0, '?'),
(0xe6d61a5d4356e23175f24f9a374ec0e2, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_music_24px.svg', 0, 0x905c5a63f1a40bd0e946e09733a1f730, 0x905c5a63f1a40bd0e946e09733a1f730, 0x6d3d93db068f4dc58f0de16c2260318a7147f9fa901a84b036b0967e7f2c3615, '', 0, '?'),
(0xcd3a3863bd60f60696ffde4c7b1926a5, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_play_next_24px.svg', 0, 0x6eec674db6036d444d01d84a2351ac09, 0x6eec674db6036d444d01d84a2351ac09, 0x7a4aeeec59f027a9965d9b84c129a1105b4e920dd879216d0edf4633ef6fb7db, '', 0, '?'),
(0x07519d74bba2debfefb307cfceacc7bf, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_radio_24px.svg', 0, 0x472f57d8c2c314587d397fd5f37d2181, 0x472f57d8c2c314587d397fd5f37d2181, 0x37da572c21579071ad951b8cb4d2060b76af6064037d8a65826629bd94f62c64, '', 0, '?'),
(0xc28b9d32f6c4d860ba0b61e8f97c5ad8, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_recent_actors_24px.svg', 0, 0x49616fa1a1eedbdeacfeac1196c4e569, 0x49616fa1a1eedbdeacfeac1196c4e569, 0xcd78ed35b5aa0a605a7a5fa13d9d167a431387aada30652eb0861af0ed600930, '', 0, '?'),
(0x546b94d87cbb422a25705fdbe2569035, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_remove_from_queue_24px.svg', 0, 0xfc7a553b7ded4201125e4a5d0a00224e, 0xfc7a553b7ded4201125e4a5d0a00224e, 0xdbcef8a2e21b4b86d99b3aa4e162bbe211e456660487390b495a3199058deaf9, '', 0, '?'),
(0x015dc62d6d87b32de89d73f58fb153d6, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_repeat_24px.svg', 0, 0x65e47f10e9cbbc03bb9cc518191f6a6c, 0x65e47f10e9cbbc03bb9cc518191f6a6c, 0xf156ab375ee6cdd092f85efb902234f4bbfa15aeba870321760711aa76a7aaca, '', 0, '?'),
(0xf0109e8abeb4bbb747ccf77ea854a778, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_repeat_one_24px.svg', 0, 0xe2616ffd205298ca0ae7173332ae31c9, 0xe2616ffd205298ca0ae7173332ae31c9, 0xdc6013297c004895e4320aac424b8bcb93d13e5acee554d52393ab7991af60e6, '', 0, '?'),
(0x0b9ec45ec8da309e1e8ebc755ac97aaf, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_10_24px.svg', 0, 0xac420913e903c5ef0bc8fc2912ac8417, 0xac420913e903c5ef0bc8fc2912ac8417, 0xbe9ce2595029feff0121361c9a4d4d1787ee9a8ff82e2fb3f673d56970e2b21a, '', 0, '?'),
(0x17cfca54a31a5ae2cee653e7aa0eb53e, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_24px.svg', 0, 0x90029005119148f5901ec38a5e23ab8e, 0x90029005119148f5901ec38a5e23ab8e, 0x81eb975cc5f0cf36b0e4982e07b67f5e448e8ecfaa7e7c99db082cf73ccb7901, '', 0, '?'),
(0x62633d7e85bb2bb1c20c8b5b7a50ed59, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_30_24px.svg', 0, 0xb695724e89092d0510e757ac36d96160, 0xb695724e89092d0510e757ac36d96160, 0xb51b2e387d183f5d6ea0f58f49f6f905fc6a9e00d4a5d969128ea3d0192edec8, '', 0, '?'),
(0x3709f41df3e09106e5ee641348a6aee2, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_5_24px.svg', 0, 0x129566c4345090c58fc0d980aaf491c3, 0x129566c4345090c58fc0d980aaf491c3, 0x378afbfa6b21ad931b64c0506789bc5fab371d1cc56f6c9a3a58ecb18d3fa431, '', 0, '?'),
(0xc1f24c59adb9fdf0a1e2fad6c89114d7, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_shuffle_24px.svg', 0, 0xf90842da1c96f8580033d5aa60a0e26c, 0xf90842da1c96f8580033d5aa60a0e26c, 0x12990d2b2fcab1fb8d768964e3de0144c2cc3c64090d7371d3e5b99ee7739f73, '', 0, '?'),
(0x4ddb9f96c388c9b8bc05b863957fc6eb, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_skip_next_24px.svg', 0, 0x1f1ae61ded272ab16d26d98b1b190645, 0x1f1ae61ded272ab16d26d98b1b190645, 0xdfd763b591759689f2493f374d182690e6f1d438df5b9455fbffbf4d0aaf0e4c, '', 0, '?'),
(0x585db62afc9e9d3a3e8b1c3f9a566354, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_skip_previous_24px.svg', 0, 0x09bb31474bb761802677adea07cd96aa, 0x09bb31474bb761802677adea07cd96aa, 0x34967fb73f8b22dbc7c41001ec7fac096ac3609c89f98c6c50892feb97e32fb6, '', 0, '?'),
(0x2a4c180a8f5e62ab5c55d26ad5855862, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_slow_motion_video_24px.svg', 0, 0xfd7a03f1e2b3ad7c06aba0b63000576f, 0xfd7a03f1e2b3ad7c06aba0b63000576f, 0x71cd9d8f8c4d480b9c9a210dd36172b7f3e3e06bb42659d568820f3e18a6c262, '', 0, '?'),
(0xf1e183ab6fa3d71a96fbca3a876ac554, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_snooze_24px.svg', 0, 0xdebec71f48861afdbb952c120c5d0f50, 0xdebec71f48861afdbb952c120c5d0f50, 0x02cb8ad54be1a7d5884466077ee50bcfd7f2cb2dbc7dcb84afe4eafcaa8e5b6d, '', 0, '?'),
(0x06b939c4a5aa7f3ad891b041e90275c0, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_sort_by_alpha_24px.svg', 0, 0x2b974df56ffa2513a67c03eb66699a87, 0x2b974df56ffa2513a67c03eb66699a87, 0x197ea7ec08b67889d50cd8b4ab7b1278de883e8f36a6d8baa36e0f3e3245816f, '', 0, '?'),
(0x9473166786cd3d76a859f543e6d70100, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_stop_24px.svg', 0, 0x292a58fac6b30b3c9d4306112f70ef01, 0x292a58fac6b30b3c9d4306112f70ef01, 0xf7c3fd68c06bfac4f1006125e8e51f86cdba1f7d5cc6e7ccaa0f4d513940f4fa, '', 0, '?'),
(0xa86971e8a9fff6d39b89aa7b1466420b, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_subscriptions_24px.svg', 0, 0x2b5e03cb47008b77e9cc29548092105d, 0x2b5e03cb47008b77e9cc29548092105d, 0x5d91c2d73ddb096da9b9c1813077a2df1238497aee3380e6108cf407207fd062, '', 0, '?'),
(0x846a49f558103ccc52e265b5b71bd499, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_subtitles_24px.svg', 0, 0x74107116021560a56723b1a088119ed3, 0x74107116021560a56723b1a088119ed3, 0xc3e5b5bea8704276f879f56bbd20b774771c38b89a20c599f68dce9ebc5b3936, '', 0, '?'),
(0x6bb739f593b132a668ad43144dc97ad8, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_surround_sound_24px.svg', 0, 0x1309129226b8e7c695cfa21c1150e560, 0x1309129226b8e7c695cfa21c1150e560, 0x67065827c0c966398588df4929085aceca1c8b1b9a2341c948b55a8e00c0b93a, '', 0, '?'),
(0x77d798b622becba76538cd53fe26546d, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_video_library_24px.svg', 0, 0x47af352ebe6e4f1a624e9dd2c57546d7, 0x47af352ebe6e4f1a624e9dd2c57546d7, 0x7c1aa42889ed08eb431e03766b6eac98f25757f455be2eb243b7e2d45b6f6021, '', 0, '?'),
(0x0a0a40ccd830f6f7ac4c7ccd5f20c632, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_videocam_24px.svg', 0, 0x947f8ce53393caa013e0899f0e8fe837, 0x947f8ce53393caa013e0899f0e8fe837, 0xeae6c1ce282e570a8524dabe48f7b8fbd0b0208bf6011c1a4722eeea46479b93, '', 0, '?'),
(0x62adaeeecee9cc74a57f05cc6ff0183b, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_videocam_off_24px.svg', 0, 0x97f6b482b49f95fad0b60caac3ad0122, 0x97f6b482b49f95fad0b60caac3ad0122, 0xe2856d9a6a7297f0142b80749f2791f99222f1d249f6fe75a7405a575e7f4f7c, '', 0, '?'),
(0xd7316062df9f3a76fc5cdb673454be06, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_down_24px.svg', 0, 0xc413e02349eb5455c43bef4823fc9048, 0xc413e02349eb5455c43bef4823fc9048, 0x53953a04ec82ab8666e823d5d58c2fc24a3b34a484ea45c8f4dcf5cbb3f8772d, '', 0, '?'),
(0x248be588afd6de84b7366dd0018e5631, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_mute_24px.svg', 0, 0x2ab883de4958aa6b2b945ba3481263f8, 0x2ab883de4958aa6b2b945ba3481263f8, 0xade774f7951a9c3892680ea3ef214e81ebc252325917007c30159614951bddd7, '', 0, '?'),
(0xad1fe2bab5dac9b1b8f25be3ed290c61, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_off_24px.svg', 0, 0x8313666b7d8fca4a28b1ddf1854f4b7f, 0x8313666b7d8fca4a28b1ddf1854f4b7f, 0x5c2173e3cabb9eb8f3e78ec7cd720f05fd1a56fc169ad24d25acd72fcb9927b0, '', 0, '?'),
(0xc9672908bcc8db2871c534fb74a35ea0, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_up_24px.svg', 0, 0x6ce1bd7a98d50dfdc66d71b50027d378, 0x6ce1bd7a98d50dfdc66d71b50027d378, 0xbbbaff12ccddba517fcffc1c07e16a6b91bcb3ee8111813714bd3aa76f747603, '', 0, '?'),
(0xd18bc92aad0cfc109d621359eeb46bd2, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_web_24px.svg', 0, 0x3d3e44bfa53380968c0f982a6c041d5e, 0x3d3e44bfa53380968c0f982a6c041d5e, 0xe0aea5bcab4d422bc91450f8e91a911f599f1077bef14fb0a1a3f559776872a2, '', 0, '?'),
(0x0e018598144e1a33e4d9fce86f8f5b90, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_web_asset_24px.svg', 0, 0x0c61a10db119936157575d2f724a63e3, 0x0c61a10db119936157575d2f724a63e3, 0x370a06cbb78d399cc51e141fd83838bd1e1c3e3719f96368f83577d659218725, '', 0, '?'),
(0xc103de88d27cb30785fea0bf2e58a714, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/NewTux.svg', 0, 0xbed678ff694456c5c8aa0ff747bd24f8, 0xbed678ff694456c5c8aa0ff747bd24f8, 0x16ef06b6d6f1fe945dc71f0341824eb25928246e558e5b93b0d7fde28b7f3084, '', 0, '?'),
(0x3e7f58cf20dd33a4fc67e3cd2faa423d, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/abacus.svg', 0, 0x6916c1d46671733ebf1caee9c64aa630, 0x6916c1d46671733ebf1caee9c64aa630, 0x0a4a68747286b35b6b870c9afb2a57a4a401f1ec708f05610c10234fbc5b767b, '', 0, '?'),
(0xd9f24349b9b6069022699b98d0d9b362, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/address-book.svg', 0, 0x581a4b3a3805e695445ef9ffe828e673, 0x581a4b3a3805e695445ef9ffe828e673, 0x5fcdcfc905b05f018414e699f57528b6b9202c38cd244f9414a660a53583b6ac, '', 0, '?'),
(0xd9e4d128dc815213884ca0e84b129620, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/address-book2.svg', 0, 0xfadd158e52370f0c7252c00dce7733b6, 0xfadd158e52370f0c7252c00dce7733b6, 0x0df6495ee1633e1fb4bde3daaef0a8dd758d42c1375b0bb198349584c3b655ca, '', 0, '?'),
(0x0b4de70847b2e0f9dd333daa406a1d99, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/aim.svg', 0, 0xd92c29c3fb25c81ab0247d4e908767dd, 0xd92c29c3fb25c81ab0247d4e908767dd, 0xb0d89e82af2d09d41000d8d95b09b1fc43eebe3631c95e43816016e82ef72bda, '', 0, '?'),
(0x495221a34bfa3c976c1dea8e537bf1a7, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/alarm.svg', 0, 0x6f74ccbe0c5443ca7bec3d73f30eae53, 0x6f74ccbe0c5443ca7bec3d73f30eae53, 0xf73e62ad622422b8cb1ad2cd02dcaad752d6315d68f7982e245c86db48808e41, '', 0, '?'),
(0xa713f2198e35ecc57ee0695077c0d0eb, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/apple.svg', 0, 0xb9946ff736b9f5f03ca7e4409606a9a5, 0xb9946ff736b9f5f03ca7e4409606a9a5, 0x510278759bfdfd63e67691d7011cc298efb5f13e81d3c4a0ab9832eea378ecf7, '', 0, '?'),
(0x0e5382056b5130f376cca768eb581e20, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrow-left.svg', 0, 0xef716205b06c0316d8e126abafb16c7a, 0xef716205b06c0316d8e126abafb16c7a, 0x596b937d2575703666e90f5fdea78934e69fc7730f4c23a97835d85f1c2748ca, '', 0, '?'),
(0xc00877c21975ca2cb98971d8a1b80202, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrow-right.svg', 0, 0x049171e5aa916172d90300b98a3d9e31, 0x049171e5aa916172d90300b98a3d9e31, 0x5053c7bf461b8b1f5acae9f05d0566c6869e9be650851c18074ce595223a5960, '', 0, '?'),
(0x50cba6eeac2118236b53da5009f725ea, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrows-updown.svg', 0, 0x94e44a5e419368668e6bf77234ea1491, 0x94e44a5e419368668e6bf77234ea1491, 0x83e80d95e534ce06577b5847d25a21d2ad7aa16e664626f2daca4200b8d493eb, '', 0, '?'),
(0x279dcce5abb2ba76127dfa5ff17fa71f, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/atm-cash.svg', 0, 0x7831496f9d9dce68b003897aaaf4eaba, 0x7831496f9d9dce68b003897aaaf4eaba, 0x256a1bf0bfcea4ac49c80c5a37181c540ecd207928b183706c2cb50069e2e473, '', 0, '?'),
(0xd787670ee547692afef664879a093fee, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award1.svg', 0, 0x7b20c7dc324e8e43c02a90447b9b86eb, 0x7b20c7dc324e8e43c02a90447b9b86eb, 0x87d5cc4e1c82d018e7d4c1b44e07d1c365db431855b000441783e81112fe0ba4, '', 0, '?'),
(0x0e205330307f641e7c64555b678eae07, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award2.svg', 0, 0xbd418a5c7aa623c504d830c70319c7a8, 0xbd418a5c7aa623c504d830c70319c7a8, 0x95b0e4871b82769e58c42ae580fdfa9f9122c14b7519113fbdc88a21b643f8a9, '', 0, '?'),
(0x00994f98972e62450540fb7343401a4a, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award3.svg', 0, 0xa57fc89a4bff1a4e363927d0c226084b, 0xa57fc89a4bff1a4e363927d0c226084b, 0x032c010ba808ba0ff5a64bc1bf80e71fb844c551cafcc06378fe7fefa430ee6d, '', 0, '?'),
(0x9ca836560eb232390ef85628097459d2, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award4.svg', 0, 0xb7d5da50ad527814b47eecb195ec21b8, 0xb7d5da50ad527814b47eecb195ec21b8, 0xe77cc5bd6059ca48285e662c36d569120e60d354a65e2d9c5b4580f4b72598a2, '', 0, '?'),
(0x778784301592aa96de1e16384758d776, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award5.svg', 0, 0xcadce83706d98e329d694efe027db320, 0xcadce83706d98e329d694efe027db320, 0x222a21bee7cf992a4572f74db6b75b39bb66b57f93fe2e2a10dd83853842f4bc, '', 0, '?'),
(0xa0d6d8c6fb878dbf17ee384092290e27, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/badge01.svg', 0, 0x4c22a2bee4c50bc80091e003b43dbb19, 0x4c22a2bee4c50bc80091e003b43dbb19, 0xdf0a74ba0112aa025504f4d97e6173db0367b009348395e9b21bbf3117bb4ade, '', 0, '?'),
(0x130415df282646da76c009deecd37dcd, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/badge02.svg', 0, 0xdc2dcb512e3171e34be137bafc921c3d, 0xdc2dcb512e3171e34be137bafc921c3d, 0x35ed492715a6614db80a1ebac749053ca6db993d351baaf531f4c87e08bee4e8, '', 0, '?'),
(0x37c9b7f5d5f70844f0299a27c31241c8, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bank.svg', 0, 0x5e1277ad79ea23f029a759c0bc22d4e4, 0x5e1277ad79ea23f029a759c0bc22d4e4, 0x01f38624f2a270fc799785443a68fc2a1cada3c7ece65b2592bf4f6fe39581b0, '', 0, '?'),
(0xb8c6a22258c6a3d36c0152f20586d5a1, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bank2.svg', 0, 0x577b7a253d542fc43788c82b2f85f0bb, 0x577b7a253d542fc43788c82b2f85f0bb, 0x32dd5ffb29d9f2620410f4a162b416a1c35e50680c89f4a71fbcf19f13b3504d, '', 0, '?'),
(0xec10c47083f4d0922df49792b64b2ddb, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bell.svg', 0, 0x689496d73b6f6dab3c9baaf4f47393db, 0x689496d73b6f6dab3c9baaf4f47393db, 0x3d5ff2d53b258a15593710d144665bf6f4d3f8b68ff93f90155ca0709e7b65af, '', 0, '?'),
(0x18f433750b9e86764bd1ae669fc7b6bb, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/binoculars.svg', 0, 0xb97a3efb9d976adfa121f8585ba8d047, 0xb97a3efb9d976adfa121f8585ba8d047, 0x54a38d2d961e1d01a745967d3a758a308d5d0bdcfa640bc52f8efcffd033e421, '', 0, '?'),
(0xd4fde4bb24a558e96815aa2b1fca7dd8, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bomb.svg', 0, 0xad6c92ee537bcaeba92a78f4f624dee4, 0xad6c92ee537bcaeba92a78f4f624dee4, 0x6f12537e8db7f845ef51677b074c77f4d10f6b76056e88c2bfd8056a19e63811, '', 0, '?'),
(0x6b097173e85e08125fe2f01fde7d864c, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bonsai.svg', 0, 0xe3abd569fdfa89d03ab7027fedf86a23, 0xe3abd569fdfa89d03ab7027fedf86a23, 0x1713633482c95d90f576ee7766867643980c463276ff41a8784849b3c531fb89, '', 0, '?'),
(0x3c9702a9d21c9d48ff163a53aa8dd835, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/book-apple.svg', 0, 0x4fd555fa389a698496f9d4a5b8246537, 0x4fd555fa389a698496f9d4a5b8246537, 0x62d77d2496ffc596624aecda31d08b22247b2576c275f10a3bc30cf875d551ad, '', 0, '?'),
(0xf2cc2967649d04040739a296f36d8d32, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/book.svg', 0, 0x825f70551d205d0ae671f525af6b41bc, 0x825f70551d205d0ae671f525af6b41bc, 0x46ec5f0d626d5e104f8e495fc9573a3280a64a973c00ac2a3680c9aa91a4fee8, '', 0, '?'),
(0x43bf0e7cc6f2391c2f787da61d57a6ce, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bookmark.svg', 0, 0x97fcd85df3e328aff7d21300c9173992, 0x97fcd85df3e328aff7d21300c9173992, 0x6cce60f32df63512e58a61af0babb8403c4762a0c41e0a5ec22a22e13d85b371, '', 0, '?'),
(0x066e265b460f94dc845e84ebfdc9cd5f, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/box.svg', 0, 0x459b94f0c383cd410f167aa905717c66, 0x459b94f0c383cd410f167aa905717c66, 0x91c2676aa8ebc5a686567c65371e630b0034a87ef8e224882570ab2416eb90b6, '', 0, '?'),
(0x2bf7089ff3695f6fb17bac4b585ce464, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/brain.svg', 0, 0x90d6f858aba1fc2eba3241847d074e67, 0x90d6f858aba1fc2eba3241847d074e67, 0xde4d7e2fc7549928d8a042bdf2d67d6283f025f99ed0e61c1c138c03b6f67e70, '', 0, '?'),
(0x5a80248f83883caa9f7a13baa6f31622, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/briefcase.svg', 0, 0x3751ed214dc29acf45f276cdb9df2b40, 0x3751ed214dc29acf45f276cdb9df2b40, 0x82f824497672a3cee547e1b2e532c1bc65bac53290260a1b539dd0ec35680c3b, '', 0, '?'),
(0x6fa0e308b6d324e95a772daa354c0add, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/browser01.svg', 0, 0xb605c9e5df0202ddcf0abdfe583dc0de, 0xb605c9e5df0202ddcf0abdfe583dc0de, 0xc1c8048bb41e1d51a7830d0301162efcecc83d825658b0de4e6808d232639b8b, '', 0, '?'),
(0x01ff6baafa0f1f280092c7ad16df4d84, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/browser02.svg', 0, 0xae5f5dfda6245fe81442128491ff7fe5, 0xae5f5dfda6245fe81442128491ff7fe5, 0x413d8d7b39a9ca9aa2dab9738226fe43cb4a8c30fd9ef14b47773d41f94957f7, '', 0, '?'),
(0xab5d4db093727ad1578b3991e79c1334, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/buildings.svg', 0, 0x34fb92c740d7892931dac68b037452ba, 0x34fb92c740d7892931dac68b037452ba, 0xdb36e9d3a3e8f206179365fdc4d47fee44b7dc427ab7b852c4c2b50e8f73e3d0, '', 0, '?'),
(0x6447ddf18029b6e5193bfc0181c04fc7, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/buy-sign.svg', 0, 0x903d3fb349d74fcb1ff554dc50a9bee6, 0x903d3fb349d74fcb1ff554dc50a9bee6, 0xfd724c35f1009eb9165fb09e5e70a68be31373ef6a554ef59242c1940252bbbf, '', 0, '?'),
(0x9ae2007fac90d9dd6e07fb187a5d88c7, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator1.svg', 0, 0xa31586ebf142b47a98c4046b16e5774a, 0xa31586ebf142b47a98c4046b16e5774a, 0x85c2b7b191161251b3172f2f793b5dfa6ace62bbc9c5078d0ebd94a145f1be58, '', 0, '?'),
(0x116c8202cc218944ac29e534ef03a416, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator2.svg', 0, 0x608a00cff8570250f2ce9b08c1cf24f5, 0x608a00cff8570250f2ce9b08c1cf24f5, 0xac31b041abbbde004b3b9c748d8ffb9b55720582a0f156b0f8271aa3818f45ea, '', 0, '?'),
(0x1775a81845a57aed2179fa1f5372b9ba, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator3.svg', 0, 0x0e53f8780be12201c921778e4a562485, 0x0e53f8780be12201c921778e4a562485, 0x44329445830e7f3b9f175571c40f36d22805f7affe6a35bd6e6a303bf0c820db, '', 0, '?'),
(0xfa2c8e59d41076288f74f87932922f8d, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar1.svg', 0, 0x7856d0871153823888064aa7aedee1df, 0x7856d0871153823888064aa7aedee1df, 0x2b281af7fc7829755dba7d87a8836a91ec8d7db4ead1e4e1aca16a425fae3d3b, '', 0, '?'),
(0x3aa6acb5af06d152c12a621e63ad686c, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar2.svg', 0, 0xa51465eb4dfe1122ba197aacac4428fe, 0xa51465eb4dfe1122ba197aacac4428fe, 0x9db8b162ab50ea0960ac3cee74132f64860c1e5ea0aeaf384f7ba062c72fdf69, '', 0, '?'),
(0x58a52eb3e6161af54b64427a8a6c7cb7, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar3.svg', 0, 0xa3235365f48533df7ecfab1ecc72af85, 0xa3235365f48533df7ecfab1ecc72af85, 0x0545037849c01c346b7bbe1442ec0c11a8a6b0e1bb1f2a271dae8e58324cc8cc, '', 0, '?'),
(0x3ffe406eefdbb4826eb11ab9885789d6, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar4.svg', 0, 0x1540a1a0a45fb083a1f3134cc346e56f, 0x1540a1a0a45fb083a1f3134cc346e56f, 0x43847042c914e7ec257e859d6d599c5f4e50ea3101a3ab8ba27af292a7f24aa5, '', 0, '?'),
(0x5a0a548773c566f25ee7d563c18e56a5, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar5.svg', 0, 0xe4868a151da5a1598064d878a4d81901, 0xe4868a151da5a1598064d878a4d81901, 0xa128cc62fbfaf6dbc80af4c85791df21f215547c5880a3ec692d0acb878d0844, '', 0, '?'),
(0x647f5ae7707a3b22b8fc4833ef6355dc, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/certificate.svg', 0, 0xea2a3bb9434d194329d099b084fae22a, 0xea2a3bb9434d194329d099b084fae22a, 0xb474e096e046c9158c4e51236cbb5dcce142dcb2804c5827675c00fdc5b569d6, '', 0, '?'),
(0x3e9adc44190e72c165bcac8f6630a363, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/champagne.svg', 0, 0xd9674ea8dccfa1aae19df5e51ec5dd28, 0xd9674ea8dccfa1aae19df5e51ec5dd28, 0x9867c1bea0b782b6e12acd622e38fc42c2a25bd5bba876c508609829a4b86566, '', 0, '?'),
(0x745aff86f2669709934f796c5a951d52, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character01.svg', 0, 0xd755a89eaba63a4a84fe8656a6c068ee, 0xd755a89eaba63a4a84fe8656a6c068ee, 0x88c7523ed5538a403ee84465544320e9601ccf4f0eb64779a2fe57f77bfc07cf, '', 0, '?'),
(0x1e785a91683310a8178dbc362b92dc13, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character02.svg', 0, 0x4f421f800357cde6ef3e337f9a981687, 0x4f421f800357cde6ef3e337f9a981687, 0xe5b6169f48ef141b90a0fa86226ae83cebb863b793d94fa96e0516c9f5c467eb, '', 0, '?'),
(0xb6f5f5d55437a2ead5da62a405312a2a, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character03.svg', 0, 0x65babe55179e7ca60205fc7a30e8272b, 0x65babe55179e7ca60205fc7a30e8272b, 0x07c6a02fa12af65eccab57e0ad72ad3a4bb8b59118e4b786eb4131c37ae1442c, '', 0, '?'),
(0x663540b8fe5daec1a0a15eeb1f7fec97, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character04.svg', 0, 0xb0857f8d9068c97728858ef87f8722b7, 0xb0857f8d9068c97728858ef87f8722b7, 0x6ebc065a350c878645c0583c1bc2373df4a34f10dd7f94a534d4cd2823542e61, '', 0, '?'),
(0x7546f9dd56e28b27fa86b4ce6a1e7e48, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character05.svg', 0, 0xd2987628600a39c29e202d24d56679c4, 0xd2987628600a39c29e202d24d56679c4, 0xa75b70b979d793389867c991c9f839cca4aaeaa9ef8e51717566f81d8da04790, '', 0, '?'),
(0x0664b3eaed666719d70ad94a5f53486c, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character06.svg', 0, 0xcc6aebfe06084357a6e00537bd502e55, 0xcc6aebfe06084357a6e00537bd502e55, 0x76a583efb228799d8c01be9f0480b82937ca57a581922f3fbf25e0968a6e8f7e, '', 0, '?'),
(0x0470b4980a832de522f56c226cb497a7, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character07.svg', 0, 0x0c4e2b03e372050a114f39a61464e0b9, 0x0c4e2b03e372050a114f39a61464e0b9, 0x827ec0f363451974ab2eb36b7a258f3012874a90b0e8d22fcd1a0e20857b20ae, '', 0, '?'),
(0xd2158fe30ac1743512b83a3ef51b050d, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character08.svg', 0, 0x28e6dbad73e785d4e58455d63742a28f, 0x28e6dbad73e785d4e58455d63742a28f, 0x51756f68d85257afd3344c8dccd0ba42a860f40ea11e75b0fb42c688c62e5505, '', 0, '?'),
(0x1bfc305a02fa3cb4adaf8165518aa95f, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart-analysis.svg', 0, 0x94d4c9c85261a1f8b0a9afaa4d5910b1, 0x94d4c9c85261a1f8b0a9afaa4d5910b1, 0x6ff87a4f1beedd1982f5be48f704b538aaaa5b3fc62a7430f5955892f15c3aad, '', 0, '?'),
(0xd4a5c082f8d1f3fe2d533caa60340789, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart-board.svg', 0, 0xba28f892e83b67a2d8421cd7015d68ab, 0xba28f892e83b67a2d8421cd7015d68ab, 0x612b70678ffa52c19bff09c7855fb07a8bfe6ebd97992aff6ea213a539c4653d, '', 0, '?'),
(0xaacfd11dd30e496a522730a51f7594c3, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart-pyramid.svg', 0, 0x5a10c737f8712e349995c955578ad9e4, 0x5a10c737f8712e349995c955578ad9e4, 0x3969782c7aa9b9a7b9a4ceace438757ea92936fdc2dd94b40ca04d0429256cf6, '', 0, '?'),
(0x32cc30e3424176e3851024a36f0f39ae, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart01.svg', 0, 0x3a6666d947ae87d5c22ba0c65ad3cba9, 0x3a6666d947ae87d5c22ba0c65ad3cba9, 0x5b61a74c70174a165ff7c7c316a9ccaa28e05aaffe06a992e06b101776b7c48e, '', 0, '?'),
(0x41bb3658ce0da4f15149ab0fa8823d27, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart02.svg', 0, 0x7dad5dd46b621ff73421e20977d32e7b, 0x7dad5dd46b621ff73421e20977d32e7b, 0x7f508e4a4cae22d586fede7c807085a62350a57150379cd81743a80163db2ce6, '', 0, '?'),
(0xeffcdff4a0e69fd4e664519602f1c27e, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart03.svg', 0, 0xfc86b0d7225cbb6d06c523d65952001e, 0xfc86b0d7225cbb6d06c523d65952001e, 0xadfdf77d6725aa8cbe1dcca6f8181be5837e40e32842ef46c6d3bb24f33aaad3, '', 0, '?'),
(0x7ae9a53321e119baa1906508c363aa92, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart04.svg', 0, 0xbfb357586efe13eeb490190964e747ea, 0xbfb357586efe13eeb490190964e747ea, 0xe955448dc5b87d0c24d6966d49e73341bdb4a342880fcc27e3e6a47748f18944, '', 0, '?'),
(0xb50996730e4df743fc9f74b2a86f0008, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart05.svg', 0, 0xdd36b9e4bee115efc485d0c303e91d73, 0xdd36b9e4bee115efc485d0c303e91d73, 0x95ecec5e2fafb98b0f505544f51b5cdf20a4d876eb2f8e8eeb456336afbea7fe, '', 0, '?'),
(0xfdfbdccf76d5bb01615239bb9db64cf6, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart06.svg', 0, 0x6c129fe2ea6104a24b40569e4c7628f9, 0x6c129fe2ea6104a24b40569e4c7628f9, 0x47f0c84df17f6150de5835fa2a2d45ba704ded3450930253ae65c13ef4afa705, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xbe027f5f5ae1259b118eadb51be5a808, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart07.svg', 0, 0x6f304cdc51b1d997de6393226e95c089, 0x6f304cdc51b1d997de6393226e95c089, 0x36bddb11805eb034ba4c27476f8d3830825e5104ab67ea25674c8de5d99b8a8f, '', 0, '?'),
(0x036916b5074ffc09d2304058280f5920, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart08.svg', 0, 0x9cab366008bd4979a67b34a02bfe7c6f, 0x9cab366008bd4979a67b34a02bfe7c6f, 0x58dd35ad18b9521bcaa9e87b47911b8dc09c3affba0cf57d41e7a6005ecb8aa4, '', 0, '?'),
(0x1d3e6e84504f77683937760576e36239, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart09.svg', 0, 0xb3b1299cf6544d62a93738fdf7063b18, 0xb3b1299cf6544d62a93738fdf7063b18, 0x8b7ba967ab177f5990d3fea9a84c81953a07c454b2d13b9475d8568eee952bf0, '', 0, '?'),
(0xd74418d86101263816a25ca8a892d89e, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart10.svg', 0, 0x8c2f6709644e8ad3be5e026acddda860, 0x8c2f6709644e8ad3be5e026acddda860, 0xc33b3fc2f5e00df4dce25d9ac9f5b0ca5b74000295c7ad09e70164905490f2b2, '', 0, '?'),
(0x517afc345b34f949db0700128b237811, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart11.svg', 0, 0x4b2de8beb0cfd3094dc39ece3505aee2, 0x4b2de8beb0cfd3094dc39ece3505aee2, 0x91134f1d20c2d799c6f9237a8c32793b2f1c1dd14fea5d1af35ceb5537a63e84, '', 0, '?'),
(0x9823dd69ce7056b885c6d911331bb489, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart12.svg', 0, 0x1361b0b014c4f969fd3791d3c0f228f9, 0x1361b0b014c4f969fd3791d3c0f228f9, 0xd8a65c81d39c33c668b1a395a063042ec0cac9414c14687c7229fb039ce70bd2, '', 0, '?'),
(0x18308c56d9520973e436d6eb07d8739b, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart13.svg', 0, 0xc9a30f43e99d31831e1f7dc0397c450f, 0xc9a30f43e99d31831e1f7dc0397c450f, 0x7313aad8bfbb9b389ecc38e6afde966ec351b16df2d2e40c6da2847cf01900c8, '', 0, '?'),
(0x980d6e04b6dc7e246642dc1c8104ddae, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart14.svg', 0, 0x4f5aa6ebb3508435867fdd9661239689, 0x4f5aa6ebb3508435867fdd9661239689, 0xa7d87121399afa61f4e0789d64f9b79fb3ab65a302c08bd647aafdb2d919ae8f, '', 0, '?'),
(0x800dbfec1cc839ed10b7b932e7ac1e5b, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart15.svg', 0, 0x78af28a9f452b0424fffe32c2c2919cb, 0x78af28a9f452b0424fffe32c2c2919cb, 0xb8924b6294f4789db0fc18fc817e4d6aa592c0ac1b0b513279548fc5145031da, '', 0, '?'),
(0x6061766e348ee4ec843fc55a470be569, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart16.svg', 0, 0xf1afeaae2b26c5a7409b857465ef28e6, 0xf1afeaae2b26c5a7409b857465ef28e6, 0x33d22a0700ee7d57c04a5dfe02cd40bbd54a1fd050b68b4e65724ddf90da52d6, '', 0, '?'),
(0xe4dae5eea4db5c513bd3dfed0e275872, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart17.svg', 0, 0x9ff63a8069b778599efb592f5408d7dc, 0x9ff63a8069b778599efb592f5408d7dc, 0xfbcdbb21eae727e966db78faa90e8bcbc45a8e532f1c8615915cf2796b1628b0, '', 0, '?'),
(0xded14ffd051653b1653793634c16ad75, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart18.svg', 0, 0x79530481c30ce1d5af0009f62b47c95b, 0x79530481c30ce1d5af0009f62b47c95b, 0xe0d4b197b20e7d7ffe5f0ab7ae5d7801e04f8e607af772ec5c74eb0458fd4756, '', 0, '?'),
(0xe91cb1249943da715a59758bba8b104a, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart19.svg', 0, 0xc190fc259ec7ff4e27f61ff8c4479648, 0xc190fc259ec7ff4e27f61ff8c4479648, 0x035ca372015b77f90f5b559b6bd1836866b61a7afe0e742569bc082d74ae2f0b, '', 0, '?'),
(0x2ab2bd6cef83fe7b29d0fdfeabaca2bf, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart20.svg', 0, 0xb33da626134e04fea331ddddb3084949, 0xb33da626134e04fea331ddddb3084949, 0xbc03a2ad43049b5e90ed69337dfd5905fa5ba9a6c898857c11dbff2d7560f7b5, '', 0, '?'),
(0x1a2624bd96d0aeefa3b55bb58669a18f, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart21.svg', 0, 0x190169b7e527999500b3a95313f9e03c, 0x190169b7e527999500b3a95313f9e03c, 0xd05421ca3c3b1c2cb5deb8e92786e3a856398ed0ee67c6241bc62d3d83558ab1, '', 0, '?'),
(0xc48971b05a3ba90815d8c9ff16478d70, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chat.svg', 0, 0x89861b36a7823657cba758042ca0696d, 0x89861b36a7823657cba758042ca0696d, 0x923967e4ae039fa6c7440eba842e4b40c88b5ebcce295ed64da0fd44260450a2, '', 0, '?'),
(0x066056e8f219f3cfff4e8b1f1cb872b7, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist.svg', 0, 0xcc0cebb06b8616247d01fd4e672d15a3, 0xcc0cebb06b8616247d01fd4e672d15a3, 0xc48bee5ae5d1e72061a11f042796b48749885ed9678578d8d42bad9a3fc03d9c, '', 0, '?'),
(0xd762ac64cb926d48625d36124114b88d, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist2.svg', 0, 0x540bfecf65e58513669d49280652b19e, 0x540bfecf65e58513669d49280652b19e, 0xeb437ded5a69ca112078965a5c34c8279a95755d4ed818f33a30bd02a2ed8844, '', 0, '?'),
(0x8827fb74ee3127d65164805728d7077c, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist3.svg', 0, 0xbeb3753c628e5e5f4c2a75c4554d6bc6, 0xbeb3753c628e5e5f4c2a75c4554d6bc6, 0xb204d67be5f2e74d95061ea1879018b1b2823ec6c8e76723e8d70f140f6478b4, '', 0, '?'),
(0xd2c0c2024829ec8c39e5a5560c7f2b19, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chemistry.svg', 0, 0xc884fdf8e4b6cd2a79a91586e465e96c, 0xc884fdf8e4b6cd2a79a91586e465e96c, 0xfbe4559aa7635e82e139e440bacb8c3b76198b3a9b4f38b78f7ca94494b11388, '', 0, '?'),
(0x3510f3c3c580aacd656415d8488e8530, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess-knight.svg', 0, 0x887a73e47534a82d582a191bb2065470, 0x887a73e47534a82d582a191bb2065470, 0x8acc221b0cf0ce6ff6308eb78bd318dd9f3d9b4f8dc9ea8466d7a2b1c8172998, '', 0, '?'),
(0x0e42c96c40ea21c6321cf18cd38a83a5, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess-rook.svg', 0, 0x86808e98a1c7195c48aaa3b990dfc891, 0x86808e98a1c7195c48aaa3b990dfc891, 0x9cb6865795aed642fe5ca10414d08015e2393963c7c345de45fcb0d47f5a95e3, '', 0, '?'),
(0xc8bdf8a433dbb4fdc7875cf574f88c01, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess.svg', 0, 0x5c536be8c11d4470772673a4f009d671, 0x5c536be8c11d4470772673a4f009d671, 0xf1d86d6bb6727f2b5d8f685eb8b20bb50a33578d54920d98dac7e3276eef0e1d, '', 0, '?'),
(0x7d6efb18e59a382d713e11195781c49d, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/clock.svg', 0, 0x4f35bd4b6e5bb1c6990047c52bd8523b, 0x4f35bd4b6e5bb1c6990047c52bd8523b, 0x4bc2c4952a703bc3abf0ed2e5b1a6bfac20e628b994a4aed9c02a9bd239df460, '', 0, '?'),
(0x3ffbb16f139b42e03937b993550871a7, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/closed-sign.svg', 0, 0x33c0a20bea33038de516a48ceb5d8974, 0x33c0a20bea33038de516a48ceb5d8974, 0xea38ba64b28058d6501a2d5d2eb9f7dfd265d90bdf0a47b9d08fe5a34cea2108, '', 0, '?'),
(0xc40017b4f177c1bd4d5454e2dc9e6279, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-coins.svg', 0, 0x806c560c94f39a33f081ea9ea64d084e, 0x806c560c94f39a33f081ea9ea64d084e, 0xb9e2940db0377af8ad1c3a105893c9fee18fadc66cd67b91528de7bfc15c851f, '', 0, '?'),
(0xd411b2708e5e18d232f5027bc912b62a, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-down.svg', 0, 0x4bf35d7090aaf821b19099e27311ab5d, 0x4bf35d7090aaf821b19099e27311ab5d, 0x6d9d8c0ddc5a061a670bb9bc9dc867969610a68c09a2b30014e76a6a9b4c1979, '', 0, '?'),
(0x983c1440e8dcf1ae1f3a0a0520ca37c7, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-up.svg', 0, 0x60c1d535392a0e5f1e5cd44340c8e8b6, 0x60c1d535392a0e5f1e5cd44340c8e8b6, 0x6e493ae88645ebfbba972308959ccbf752abc9f3af9651f3463fe7b6a9f3d76d, '', 0, '?'),
(0x3e13e3698825d2f899f0cb55d92c454c, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/coffee.svg', 0, 0x09375814aa7fdd85a3c105fadad88b89, 0x09375814aa7fdd85a3c105fadad88b89, 0xf76496edf97225f43b5dbae517e6238621937e6f2d836d6f72208a8a1aff9c7d, '', 0, '?'),
(0xe03be1543d661147d2cfbd8f651c57d8, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/conference.svg', 0, 0xe72e7a078f470d1a5333094553aa7dc3, 0xe72e7a078f470d1a5333094553aa7dc3, 0xd4e7262350464c2be09fd2382802d32e0efd41487d7b354077a0e5f2a13a915d, '', 0, '?'),
(0x58fbf36e5b496edfa2f50a8eae89365e, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/contact-book.svg', 0, 0x28318ddf9c746e66bb12f53c7be38321, 0x28318ddf9c746e66bb12f53c7be38321, 0x199b2401f035bd3722c958fdc283f214d295007bc387392004d231d0a68677e0, '', 0, '?'),
(0x761d6689d04e78e05a6bcc8a0c46f2d2, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/coupon.svg', 0, 0xedc657ce31c4eab09155d473f40153da, 0xedc657ce31c4eab09155d473f40153da, 0x6ee9c0da9b51ae8c226095a2b054a8f39acc4ad802f8342f5a825850f2832eee, '', 0, '?'),
(0x0b7a9e24a7a67eaa83d610e34ac96fbe, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/credit-card.svg', 0, 0xe994e66e008018f41e6a930118a359ed, 0xe994e66e008018f41e6a930118a359ed, 0xc1941c11f1a817c9f44b1a8c014486cdfde56bbbf9dcc923f4a99ee7697b5e26, '', 0, '?'),
(0x012e0fb33e76f2b9501f1cea5b8d315b, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/crown.svg', 0, 0x0db75f2f6e0d7438747795ab756761e8, 0x0db75f2f6e0d7438747795ab756761e8, 0xaf864f19458360b75753d64beecd2fecbc71664c61ce3c95af8bf831bf1d0c99, '', 0, '?'),
(0x963eb62d309a65880dcd252967cd6f3f, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/currencies.svg', 0, 0xf2959c0707595699a4ecf74ba19fe431, 0xf2959c0707595699a4ecf74ba19fe431, 0x335576614e47acb87a142ed6c69a1c57794713d006081f53b21dd1ce980d6d1f, '', 0, '?'),
(0x520b64ebf94fcf21186cf448052cff92, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/database.svg', 0, 0x31ec027e9b03a8d66d6b21cae07dbf62, 0x31ec027e9b03a8d66d6b21cae07dbf62, 0x85215eeaadc3545414f6add51647b516f456369edbea5a0b3e146f5326dfffc4, '', 0, '?'),
(0x582db023238ee6c563ad84f404fadb75, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/delivery.svg', 0, 0xc3bd0aea900835b8786c7ccc4f744d29, 0xc3bd0aea900835b8786c7ccc4f744d29, 0x2e0087c3a34773bc49e931f9110d1683e536209a23b7b03ce48afdb47de9bce1, '', 0, '?'),
(0xddf3810e4184311a9e667a3b0f743110, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/diagram-hierarchy.svg', 0, 0x82faeefa73fdd41ee40885abc9abd528, 0x82faeefa73fdd41ee40885abc9abd528, 0x26158e9f839621ece4f6486f5bf6a78889fcae4d623ca0103530de1e29728a09, '', 0, '?'),
(0xac696992a69f0ea809dd4198e2ff510f, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/diamond.svg', 0, 0x55a917f8c5d20ac7ada3ef47f2e93984, 0x55a917f8c5d20ac7ada3ef47f2e93984, 0xdd3da23e1777ed6f7703b128929f77b8a3fadc27e4017152164ee420033ef315, '', 0, '?'),
(0x561603606bd61841be34c8d7256ac5f0, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/dollar.svg', 0, 0x52616966f739c6b0051573ddc35ad090, 0x52616966f739c6b0051573ddc35ad090, 0xba819415e1fe235e30014478a0afdb1fc3d6e72a1038ff0026ac0f951e05b5c6, '', 0, '?'),
(0x873ab27c5848b5df005cbe49f1a96c27, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/drawer.svg', 0, 0x3b79063c3226352678fdf15d063433fc, 0x3b79063c3226352678fdf15d063433fc, 0x0a47470f1b974f04719e4346cb0571b487ff59f9356b7ca1de6e570652551b4a, '', 0, '?'),
(0xd4b051cd1122134b8ae3ac1375a50ae4, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/egg.svg', 0, 0xbc7b09c311823c5d5263ffe027f74bf4, 0xbc7b09c311823c5d5263ffe027f74bf4, 0x853fb50097af1142ce93d45020436d8fd8f8c978d3a296070a8673c74847814a, '', 0, '?'),
(0xd4aaf78680f0c449f80c74f0f054f07b, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/emblem.svg', 0, 0x6816bf04acc525562b0b27804cf71d35, 0x6816bf04acc525562b0b27804cf71d35, 0xc0a715d2290081b738e1fcb8e7fe215045ca246c583b88f6e2e57a4429b333d1, '', 0, '?'),
(0x6ce6e14c04733eb415e554f912978642, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/envelope-money.svg', 0, 0x75270fc5768b30aa03f8fcddcdbf0ae2, 0x75270fc5768b30aa03f8fcddcdbf0ae2, 0xaa9fcf4a40c52336aa1bdbce09b87a460dd8fa72b5fe556dec067cfbe59facb6, '', 0, '?'),
(0x8a082ddabeef26eb002724bccc3c4b3e, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/envelopes.svg', 0, 0xbc758d6b966284761c51ab44991be006, 0xbc758d6b966284761c51ab44991be006, 0x6fbc0ae73720145493beedd9f038eadd8ddb80ec7fa090ff50de6536a92c7756, '', 0, '?'),
(0xa4eaf47c1b40d0bad1b6afc8bd316a4a, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/euro.svg', 0, 0xa399bd58e1628e55b57b842cc114128e, 0xa399bd58e1628e55b57b842cc114128e, 0x01c209ad3f2dc27c2a7f4aa3075faafa0a44e6f4cabbc4408f2a219089a51d52, '', 0, '?'),
(0xf3c9bcff94d86a8dba1c108b16301aed, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/exchange.svg', 0, 0x117d0e61abfbecf88dd7f4434b0302e8, 0x117d0e61abfbecf88dd7f4434b0302e8, 0x376be2c1d31ed77e98ecbd30e697680c4e284519c1306b8f08037c36b8ab668e, '', 0, '?'),
(0x697260d44f2033c452547388e22294a2, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/exit.svg', 0, 0x1564242bea9e824230326f18dac2b079, 0x1564242bea9e824230326f18dac2b079, 0xaf128c308f9f63b864e2e665ae8ae5aea245f2f604908ea07932e2ebc2db8df1, '', 0, '?'),
(0x81e1a0628af378c796e34fc45a9e3c43, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/factory.svg', 0, 0x59367ff221f22c5eb19bdb3148500a50, 0x59367ff221f22c5eb19bdb3148500a50, 0x1fee7e08d9e0d48674e75c49c1ab15f70295d351506428d434439315e41ac60d, '', 0, '?'),
(0x0852a2a4f606b5927ad2bb841828351a, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fax.svg', 0, 0x2e222313079c70f119a7f5c0409b8bf1, 0x2e222313079c70f119a7f5c0409b8bf1, 0x5ce994d6d84cc00f59c92a89f96362edfea8394d051239e7179df6cc05d3a433, '', 0, '?'),
(0x6b4cf20f5aa059b543583edaad0a5031, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file01.svg', 0, 0xfe0022277675359bf92e80b7e5960165, 0xfe0022277675359bf92e80b7e5960165, 0xa3d46313ca9962b721fb80e113d127790cd1d2ca9eeb69870f8d2d69126fd829, '', 0, '?'),
(0x4c940ce7e3e3cea9a527fb0d9e504476, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file02.svg', 0, 0x30241523dc343d2b1c89589fba37fe59, 0x30241523dc343d2b1c89589fba37fe59, 0xd265cdcc14d4e05025de6a9808605c3e2b009df5c4de61860be7c78ccd32e86c, '', 0, '?'),
(0x557603ef8058d0d937981fc272040328, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file03.svg', 0, 0x5f27b0b633afef3ce09d355bdfe5929f, 0x5f27b0b633afef3ce09d355bdfe5929f, 0xf4c611da1fe6e13c7fe00cdea5dab23515e25741f765b11121e9f8bfef38d22c, '', 0, '?'),
(0x53baa3a6766ef167317bb0119217da05, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file04.svg', 0, 0xc38fc91ed1eafaf9e9406f198ec09f74, 0xc38fc91ed1eafaf9e9406f198ec09f74, 0x76f36a588fa33fa716d5f68b809d8a9d77deb7d3d3c903989f449b0ec929ed39, '', 0, '?'),
(0x20a46ccc0112979f596777b75a2e1bc7, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file05.svg', 0, 0xae7d3b8f1aa138079dd8e58eca491dd2, 0xae7d3b8f1aa138079dd8e58eca491dd2, 0x684262ede96baa6a56f3b276b5c11061b7321b2061afdcfba91d7934ef835a64, '', 0, '?'),
(0xc2b10937030b33b8f28bccd1ae38e3a9, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file06.svg', 0, 0x9ca77d56db2e5d457ca43bbaa2f4dd57, 0x9ca77d56db2e5d457ca43bbaa2f4dd57, 0x0f2107820a69e22cda40ae6d76f0e6970d4a5e1eb62f131c13d16bae8698f798, '', 0, '?'),
(0xf00d344db86d77f10145274283418230, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file07.svg', 0, 0xdf5e15d3eaa92d073e922ff62290baac, 0xdf5e15d3eaa92d073e922ff62290baac, 0xb5cdfe80c7400184dd2cb7a32307ef230cc4df9f772d56288bb71235f3f9cd3d, '', 0, '?'),
(0xcd39f02a05d21b807dfd7e6fcc5c5618, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file08.svg', 0, 0xb7e1736062538543c4d2d9617d669380, 0xb7e1736062538543c4d2d9617d669380, 0x16f6466e263888a11c8aeb1c8dc42bd7170a6a429c833fbed18cdce299ae5f8b, '', 0, '?'),
(0x703cfa21a780da88fb06b1a305a6a720, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file09.svg', 0, 0x5689bd03c517dcf7cb11052cf780a51d, 0x5689bd03c517dcf7cb11052cf780a51d, 0x101f3d377edf4d4ff12210128f637d7ba3635f323bf27b4cea201f93572480b2, '', 0, '?'),
(0x4a12aaa75afb828ecc2da3c2b049c587, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file10.svg', 0, 0x4c59ab77a5742d8482aebdc81154e881, 0x4c59ab77a5742d8482aebdc81154e881, 0x33525352285e53f7699553c2114689946fe9aaed02c75828ad758697455a63cd, '', 0, '?'),
(0xdca0345f2b82fe3bdd19c2d1a832a3bd, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/files.svg', 0, 0xa3fecb2d1f32a288921f54647a9e14c5, 0xa3fecb2d1f32a288921f54647a9e14c5, 0x50e16c9c79c7ee09e7bfe697175e7e91a1a49c96fafd4df60aa0302038d9e1f4, '', 0, '?'),
(0x4e12a0366066852ed97bb530c73a03a4, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fire.svg', 0, 0x83b44c83c4d326583200a0a1d1b4cf33, 0x83b44c83c4d326583200a0a1d1b4cf33, 0x46518cea091d0f97d3b5aec90d4b9835102665535f2aa557eb9d469a6576a582, '', 0, '?'),
(0xf5ef424cb74ef3e899796af1b0e1723f, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fish.svg', 0, 0xa64ececd0a4749906d9da29804d9e2b3, 0xa64ececd0a4749906d9da29804d9e2b3, 0x95518fd552fa3770f27d3df99b8643d2a3c7c77fdbb9b9388c58e7faebcb434e, '', 0, '?'),
(0x34dc165fc2fd646df94cd8ef6b0d6c2e, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/flag.svg', 0, 0x475b44c8e4645ca303f5081299f53cb9, 0x475b44c8e4645ca303f5081299f53cb9, 0xbc283b6f762dbc531f4b3d5a6b8630fe9eaad0a33dc7240d248667238380c8f2, '', 0, '?'),
(0x83f2624942208a85a7736bd49ca10ef8, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-add.svg', 0, 0x28acc841d0a9809be14699f631fab2af, 0x28acc841d0a9809be14699f631fab2af, 0x6f3d64fd5ca53b7aa71b4e206ca8d2ab95e34429523057673219c2a61a9e25c6, '', 0, '?'),
(0x5d9a0c0aebf27279aba1c93605665909, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-delete.svg', 0, 0xdf4e73ca2f5ecc02130d95c9597dd8f4, 0xdf4e73ca2f5ecc02130d95c9597dd8f4, 0x77bdf3ba5b683800ac2a4c0934fea589270d0492416e96844fbd162eba3d2ec1, '', 0, '?'),
(0x6697a6411eb88f5476fa1bcfa7bdd334, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-online.svg', 0, 0x270cf4278d6652999364f9205cf45e8e, 0x270cf4278d6652999364f9205cf45e8e, 0xafc2191d5f33999993fd343b6a3ae54895beaf736170e54b1d29563b5406e82a, '', 0, '?'),
(0xf54c6505fab2b0b5f9274aa25e165bd9, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-private.svg', 0, 0x3858af70626ddaf7395b15203310053a, 0x3858af70626ddaf7395b15203310053a, 0x29cea21c764d1d979a118125a5e575aae7a145bec693ad6fd9a714e2afa72b52, '', 0, '?'),
(0xe7e3a747a74595393df00d98fad946be, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-remove.svg', 0, 0x063a8daf15ed659cfbbeda94535e248e, 0x063a8daf15ed659cfbbeda94535e248e, 0xcd73cbfa0a0316e5a2a01ac670226e29644898122d352e951f1e9f6ac7ae5fac, '', 0, '?'),
(0xdd1ae1affd06bfe423fb6e5ac310cc2c, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder.svg', 0, 0x87d13d28f32854eb449dc0c68d1130b3, 0x87d13d28f32854eb449dc0c68d1130b3, 0xaa6079cc33e6b1aeca802eafb6b94374b2820c62a92a5203977b4568c2fbbc5c, '', 0, '?'),
(0x9a74f09393a61b31644858f5cf934248, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folders.svg', 0, 0xc689a703fc090c5bed542bdd8f1fbf83, 0xc689a703fc090c5bed542bdd8f1fbf83, 0x051e890131cc8bd1875022948e80389ed82f1f88e4f3651859494652efd35603, '', 0, '?'),
(0x265e0ced39b766567f21e72ed3a9a601, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/funnel-money.svg', 0, 0xbda0b69e59cdc20c18dc8c88b6abc538, 0xbda0b69e59cdc20c18dc8c88b6abc538, 0xd63c9d5141c723dff6786ce9eeb66b927e238ddeb3bc2981c3c65316246d9289, '', 0, '?'),
(0xc4c1899a06b1b58614083c7de3d51b84, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/funnel.svg', 0, 0x60bcae758438e4eb7345914aceb77fb3, 0x60bcae758438e4eb7345914aceb77fb3, 0x43d5b890531375f982b24421adf5b2c952a2d0338ce3c6456518a107d2ddcfaa, '', 0, '?'),
(0x6186025830c0a465fb52bcf93b7d98be, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gauge.svg', 0, 0xf26fc454e60d2ef98ce2541e2470f1ea, 0xf26fc454e60d2ef98ce2541e2470f1ea, 0xc1f66bb6a4118f7555066998a07edbb38d9870c9e33aa323cfa0eb2ae51c185e, '', 0, '?'),
(0xd6a993168fd636fd2586c394b861fe85, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gauge2.svg', 0, 0xec4e8ea29e7c15756214ae33b9881f03, 0xec4e8ea29e7c15756214ae33b9881f03, 0x3137fe1455e8beab6dee82aadee9edf92e1ef0e28b647c0e27d54f173cf822d2, '', 0, '?'),
(0xac9df4d5bb675fe64839539b3232769a, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gears1.svg', 0, 0x017e6f4b59ca50e9919f2b00978ea9d6, 0x017e6f4b59ca50e9919f2b00978ea9d6, 0x559cd0ae2016cf35199f38511d8f54e582bed4ee6f27a724f22b10e63f2aca29, '', 0, '?'),
(0x72199edc880c76e624f7d68abc4a4094, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gears2.svg', 0, 0x3423b972d5b0fa8e584b9f744094d7b0, 0x3423b972d5b0fa8e584b9f744094d7b0, 0xddc4a192e90f99c45a0cf7d125117cf04515706c9a853b8c7374e4c5a73f9ffb, '', 0, '?'),
(0x4d8402394eb715b111e64818081c9c30, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/glasses-moustache.svg', 0, 0xbec0d724a083a89c8332db2449d226a2, 0xbec0d724a083a89c8332db2449d226a2, 0x0b1ad6961b278a633d496eb30db54d0525c07fdc96a1474b95b4807e856111bb, '', 0, '?'),
(0xca0ea43f003a924138c7c166119279af, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/globe-money.svg', 0, 0x28e70ddbb4988cfac930b799e4c6ea89, 0x28e70ddbb4988cfac930b799e4c6ea89, 0xd02b3d020d4fd177b8d12f71dde9cfc9468cbec9e8af90e259e32157e8414d6c, '', 0, '?'),
(0x6263687b0d7197a65982355dc81f1812, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/globe.svg', 0, 0x3ecafd569fde44a83cb2069d3cad10fb, 0x3ecafd569fde44a83cb2069d3cad10fb, 0x2f135a4aa714c82c93d592339ba721a57c59d9f6bc230cbff1e7e49f08b8f8bd, '', 0, '?'),
(0xc2a453472c4e51adab2a0083a21e262a, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/globe2.svg', 0, 0x34c681463756e221f06d95715c11d284, 0x34c681463756e221f06d95715c11d284, 0x23085ef776611b9f88a8374e5ed5e1be0e19cdce878369d992cb712024b9a0d2, '', 0, '?'),
(0x5477e97ac982270ac93de229d9d570a7, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/graduation-hat.svg', 0, 0x95011b0c1acd109596a86e8c22696d7d, 0x95011b0c1acd109596a86e8c22696d7d, 0x4222770289325f8a34c593baa671f381d7c6a84b5a9f6a16785b93adc87282e2, '', 0, '?'),
(0x164ea38f4a3404907d73913bb88fd55b, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-globe.svg', 0, 0xd1e75c29da4004e75a5dc0be72ce1bce, 0xd1e75c29da4004e75a5dc0be72ce1bce, 0x5a55c86e5223e862c980b7f27d0bec76c94c9dea10c1b339ab248990e1496cb4, '', 0, '?'),
(0x7c5aed1f45c2337e504393b38f58a725, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-key.svg', 0, 0xc61fa4342e082c474b5cf1fd694022e7, 0xc61fa4342e082c474b5cf1fd694022e7, 0x8288c8cfecea82114d3465b471d91a7e2e5692e266ce90c6c19b03995f39ed74, '', 0, '?'),
(0xdff32d926bcb524f87a2065ebf828d06, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-money.svg', 0, 0x1c20dda1f7bdd8871a6c85d8e1970fb2, 0x1c20dda1f7bdd8871a6c85d8e1970fb2, 0xac59efdc15aa8fb0c53dcbef9722e721b1270bb69cb3aa3f6abe89d6ef8b233f, '', 0, '?'),
(0xd076331763ed98416b61efc68e618b1a, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-money2.svg', 0, 0x59bbcd79c806f388180dc616e87043fb, 0x59bbcd79c806f388180dc616e87043fb, 0x110d203a168b743662e9b621661b8687770b5ceef2ce2f9c45e5adcea9146e53, '', 0, '?'),
(0xe5181653954572558894f9c778175cf7, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/handshake.svg', 0, 0xe420b176dbdcf61be2d817261a48a252, 0xe420b176dbdcf61be2d817261a48a252, 0xdbec7d936087c16c57ae0d7a287ab4bc714c08ac6d519881c71e3cf0a86c2846, '', 0, '?'),
(0xbdd7d0caf169574e0840b9f77a77401e, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hat-moustache.svg', 0, 0x5acd41893ee90306116bad26f8ca9856, 0x5acd41893ee90306116bad26f8ca9856, 0x97dc10f0b9fdc6389acfc3bd5cbb5e2787282beef207b7e57b9b7915e8b0a50d, '', 0, '?'),
(0xd4a7625c291c7a71e8e1e4fc223fff50, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hat.svg', 0, 0x1350ddf046db35073d23448fe4505cce, 0x1350ddf046db35073d23448fe4505cce, 0xdd19120e20f46cd3b3caac4c3b67afe4fdb0d3e73f9aa10a13018ce981e2f920, '', 0, '?'),
(0xea3eeb3b6b01f4db898ba738e33ff4dd, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-arrows.svg', 0, 0xcc409b296d7a5993e88690a85cd49b68, 0xcc409b296d7a5993e88690a85cd49b68, 0x2a2757515bee8b98816925814a7b748ae63d44b45067bce4a863cc253bca5d81, '', 0, '?'),
(0xaa53377bab26bbd3fbcfb3561cc6f351, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-battery.svg', 0, 0x15bc452203c2c41ec7bb94ace223d86b, 0x15bc452203c2c41ec7bb94ace223d86b, 0x6755efb2510e509aac5c96add0feecfc3008127793f68c01bfcaaa069a7e3892, '', 0, '?'),
(0xc18e8c2eadeed9b947b373964f37f5dd, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-check.svg', 0, 0x103fbe95326e50b49fa9a9045bd23cf9, 0x103fbe95326e50b49fa9a9045bd23cf9, 0x94494145e298aa7b38b1ec38d406153aae60a57dce755479178384cc448326c3, '', 0, '?'),
(0xc0c8e0df6d34163f07d128501b72697d, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-compass.svg', 0, 0x83d1574135e4739e58a78b950b26ab7a, 0x83d1574135e4739e58a78b950b26ab7a, 0x9f999aba3c83cee30af955ee10b01010dc52fb960a7257d4de88875afe58c495, '', 0, '?'),
(0x9d50755d8b0860901e82cc3b26820e6e, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-dollar.svg', 0, 0x41d069ea5391366baef4d8263a6fa5fd, 0x41d069ea5391366baef4d8263a6fa5fd, 0x35dd44b33579e31300bb98c688e6ce304926725adc418b593d92139ffb0664ef, '', 0, '?'),
(0x3571cd8cff41ece68beb66d1e9e9636c, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-exclamation.svg', 0, 0xde9b6e4ae6cf805c1f30a1c7825f7c9f, 0xde9b6e4ae6cf805c1f30a1c7825f7c9f, 0x820f4c64297f176f608cf4c70e9331608ef77d0bc388af7c4844428c2d95b3ec, '', 0, '?'),
(0x68e20236bd217b0df38fb2fe7a941ec2, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-flash.svg', 0, 0x750145a32d144fe7d2b6131a6b14ed6b, 0x750145a32d144fe7d2b6131a6b14ed6b, 0x55c1786d396720e5485f0f1fe4796fa68370390bde18f44bb05fc26bd1fe804e, '', 0, '?'),
(0x154e660a326e40346280f86847a0b595, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-gauge.svg', 0, 0x65a4c0e84db1b11c0f47f94c1be206bf, 0x65a4c0e84db1b11c0f47f94c1be206bf, 0x0b0aecca464970bfb8e74e7be1643734453fbafdf01e1fe2b2a54bab3e71e8ed, '', 0, '?'),
(0x4a02861400ad16420dc902b0f3b397df, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-gears.svg', 0, 0x803f530ed80360ab05280fa9d4a2e058, 0x803f530ed80360ab05280fa9d4a2e058, 0x8f63ab49107cab28b7a201058f3111542cd8fae6e003451f7d9f672f1bd6abf3, '', 0, '?'),
(0x1d8ae338fcf1045736468cf4270ba478, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-hourglass.svg', 0, 0x883eac8513654730d1ba0d8914f80eb1, 0x883eac8513654730d1ba0d8914f80eb1, 0xd8312e19aa76480614c1d6423026c470651631be4a0ec3175cad4722af158bb9, '', 0, '?'),
(0x1cf1943f44cc01ed9585465ba73c20c5, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-idea.svg', 0, 0x050b52fba9420d902aa5e6126d77389c, 0x050b52fba9420d902aa5e6126d77389c, 0xa1ad8027e5731229354ca868d82f0b96b78fb733ac350e2a0378baf5b174620e, '', 0, '?'),
(0x86ba7a4ec4be621b7b67651e6c1eff3e, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-question.svg', 0, 0x8d7653919580941a7ad5ffcd1adce887, 0x8d7653919580941a7ad5ffcd1adce887, 0xd58e15b0c7f68d32b99658abb7eb9b7f09775bfc66b5eec9fe937f7ad98d7d0c, '', 0, '?'),
(0x43d8b2ea6457ac5717bff3e796240877, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-structure.svg', 0, 0xf191e76e1e62d56955cb0ef3c24996ec, 0xf191e76e1e62d56955cb0ef3c24996ec, 0xd3367a3b2e4f14ea2096997c6fd8a0b72f13801251d291ca0ccd0f3b7f4768dc, '', 0, '?'),
(0x272b2ed846136076a97aa4be18ff3edf, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head.svg', 0, 0x07cd2bff4f8ac1e1cbeeedded8c85dfa, 0x07cd2bff4f8ac1e1cbeeedded8c85dfa, 0x465ae72bd28096747902f48d2fb13004848481866fbd703ad66171c15ea74914, '', 0, '?'),
(0x000422bda8a87baa808f7315fb201c3a, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/headquarters.svg', 0, 0x2191b4a32ac235887a3cdb3e3fb832d9, 0x2191b4a32ac235887a3cdb3e3fb832d9, 0xa329862e66dad9969274ef53cc9063268a813f0ad8e9a37b53bcf4a4ece790ae, '', 0, '?'),
(0x83dddb1271366284967236c5e02ae0db, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hourglass.svg', 0, 0x14a7497171ece13f3208532b891e631d, 0x14a7497171ece13f3208532b891e631d, 0xc5da0140f469a93f14e5f9b8579768d3736c4d1c27e1d1a95b99ba983ad03290, '', 0, '?'),
(0x1a8fe56b46cd7626d563cf673acac70e, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hours.svg', 0, 0x55d3cef3d23f67c45041d24c31bd832e, 0x55d3cef3d23f67c45041d24c31bd832e, 0x72badb8a5893eebf1e5f59991bc89572e3c539e56ea0b237af56805c0de84ce3, '', 0, '?'),
(0xe0a50e9eb90a46200c78762a843f2fdd, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/incoming.svg', 0, 0x42313b68a5fc454785e8206ae6c8b4f4, 0x42313b68a5fc454785e8206ae6c8b4f4, 0xdf345c366decb70f05b382302c0c4064b82b460e225e76cdb673a5481bccaf5f, '', 0, '?'),
(0x66b8fcb7996168d51e82e5d6b2601c3b, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ingots.svg', 0, 0x322af21d81ac8a7a3ec19b8a10e90132, 0x322af21d81ac8a7a3ec19b8a10e90132, 0x9c0eb3e50eb2daf054297d3f66cef433f2b1855bdf0ef7d1b8a424ff9e775aa3, '', 0, '?'),
(0xdc004b8cf8f0719c1e77c214d57f9c6e, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/key.svg', 0, 0x2a68ccf13eeab750afb43a09f98001db, 0x2a68ccf13eeab750afb43a09f98001db, 0x7fbbc2bc7f238c33efc007cae09935863f84f368f1d1891c0713de16a29525c0, '', 0, '?'),
(0xb69a912293ca23708c84bf497eaadc27, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/key2.svg', 0, 0xb9f3d06f27bfbe7f49604ff936a59e25, 0xb9f3d06f27bfbe7f49604ff936a59e25, 0xf59e36f974c9c3808c5293ce1b6403cc1463952bbbaaceb1d2a0a5f18d8d5e3d, '', 0, '?'),
(0xfdc7400d720721e158db8e397b54f182, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/keyboard.svg', 0, 0x2b53e483bae2fef14d6f88813c323ed9, 0x2b53e483bae2fef14d6f88813c323ed9, 0x6b5024fae9bbcf8ed83d77930934a37b4327a21a4cf181a378ae56f169f82af6, '', 0, '?'),
(0x7d05a8bdd9a0d61d47f1ff3d44e4b3f6, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/label.svg', 0, 0x35ba94d1c357e2106e1fe547543eef8d, 0x35ba94d1c357e2106e1fe547543eef8d, 0xbd5f4c46df1a98c2518378c70e77730ea33231ba631cb4ec9e93dd2b521281d7, '', 0, '?'),
(0x5ed45596960ec67c66485e6becf45cbd, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lamp.svg', 0, 0x14ef8c3f3b230cd020ec701ea7c3a10c, 0x14ef8c3f3b230cd020ec701ea7c3a10c, 0x1030c32751690281ba8499cd7c63edc22fc8e097996a890c30d9285c12fddfa7, '', 0, '?'),
(0x0423d66323426bcf0c622d2cf94cce74, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-article.svg', 0, 0x69d4877c9a12214885be02b7478d083c, 0x69d4877c9a12214885be02b7478d083c, 0x58b56318ff614c2ba0b5449f16673a36d59474f5cff09c27385fe986d0ef54bc, '', 0, '?'),
(0x79cafef55e651d49380b38f348a150a6, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-cart.svg', 0, 0xbbb1b84b2dbbaf6bfdbbe0cb9e3c00de, 0xbbb1b84b2dbbaf6bfdbbe0cb9e3c00de, 0xaae702c7c27d00f8772f0c544178fc7a032b7e184c596f2ec410ee5a1410798d, '', 0, '?'),
(0x470619d13880bdd243fa0ee4092bfa7b, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-chart.svg', 0, 0xd7fbb7baa995c670a825684b4a4c7cb4, 0xd7fbb7baa995c670a825684b4a4c7cb4, 0x501ac6c2245127f083c2a834899976a57dcc590dc24b859a806a84280cb1dff6, '', 0, '?'),
(0x7bbb4eee83a3ac9a6bcc320cdb78bc97, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-chart2.svg', 0, 0x7b4582f64dc90150e9718c7229ccbc36, 0x7b4582f64dc90150e9718c7229ccbc36, 0x663f6086d2e3bb64866686365cd374c63b52a11860a39e4533641a78bd23d4c0, '', 0, '?'),
(0xa86ddd8522fde681859e74970bc62942, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-diagram.svg', 0, 0xd8d2edabb49996925b1bd1a584cda40e, 0xd8d2edabb49996925b1bd1a584cda40e, 0xa2328ca70dc6277d912561d7ef09a5964257cc9d9313e506dee3f2ce7812f65c, '', 0, '?'),
(0x835b16e73ee15c252fde58acdfa890ff, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-envelope.svg', 0, 0x4082917af50b885d44d5f46f362c3890, 0x4082917af50b885d44d5f46f362c3890, 0xd67b54b08b2a9ceb8b880d6e24c0f6e362e18877cc6b8ce6772382c5aa29d926, '', 0, '?'),
(0x557291a543d23f49d8922bb79941cd00, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-finance.svg', 0, 0x8af17dc5dc75a9292c6d15c0e3761fcb, 0x8af17dc5dc75a9292c6d15c0e3761fcb, 0x81d4a6a2be1b5a2d38e05b7fcdc738871ef3b8313c0c2dbc6de401b33bcbca86, '', 0, '?'),
(0x71b590482aaa067447205758ac7a7b6d, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-privacy.svg', 0, 0xde87eb0fbdda7304ecb5ad41a9732c65, 0xde87eb0fbdda7304ecb5ad41a9732c65, 0x68feeefd76cdbc8a429b1f20fea323d32b2dc0c40c50bd9ba2884736d2d1676b, '', 0, '?'),
(0xacfc4d7c52198e8b085cd0ae63cb7685, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-settings.svg', 0, 0x33fcdfaabe72408ca72343a4cc570f14, 0x33fcdfaabe72408ca72343a4cc570f14, 0xb9e2179fd5c8405aac29de69b3be0d58fb508a15bede088b92cbce6959b72dd3, '', 0, '?'),
(0x7aabb1e870233ea41ec5fde2a629340f, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-user.svg', 0, 0x87324dc258d42c89224a398e1b8a9936, 0x87324dc258d42c89224a398e1b8a9936, 0x0dbb6a1e3782e649388cff66723610ab9dc452cca098c13b564416d91a318d4d, '', 0, '?'),
(0xa2c9dfd7e3c85f5a6ccdad8eaf7a9760, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop.svg', 0, 0x1becbb5018c7cf6f5defda7ca41e0da5, 0x1becbb5018c7cf6f5defda7ca41e0da5, 0xd3a2aeba397fcf5cea4dcf8faad29c9180fd1d4433d0e8394d10fb8b5138ac25, '', 0, '?'),
(0x32abd04a34ecb25345bb2c46cbc4215b, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightbulb-green.svg', 0, 0xf2d72eaca28b046eff517b7a5c905654, 0xf2d72eaca28b046eff517b7a5c905654, 0x9a7504ae69f622f06396e67e961f56f6850c100a1b8ff421cb7c8015cadee25b, '', 0, '?'),
(0x460d992c403eef9f00bbaaa2b14f7264, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightbulb.svg', 0, 0x9d2dc4597246e51e4e4fd0d6ae0bc1b8, 0x9d2dc4597246e51e4e4fd0d6ae0bc1b8, 0x63912a0af606c1b1f381e5dfa158fd4c70aea4be4beb48119d0f6f3daf80ad49, '', 0, '?'),
(0x8c0a891a600bc115dad0d1fb3b4f23c7, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightning.svg', 0, 0x48c8551c0dfb9b28c5ef92d23a0d4dad, 0x48c8551c0dfb9b28c5ef92d23a0d4dad, 0x0fe11641e9d0b9e7361a985dfa213a70d7e62e57f122fb611d1364dce6ebdc3e, '', 0, '?'),
(0x8d1dc27acc0c13e72d3b6e12fd65bedb, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/like.svg', 0, 0x6ba9366135068e5453cf7c9ed5c3360c, 0x6ba9366135068e5453cf7c9ed5c3360c, 0xcdf26d372559ac56e0d71098c293581215583124da7bd07c0984fc4200681410, '', 0, '?'),
(0xafd571dae5ecc91c28712c100bec41a3, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lock.svg', 0, 0x9452bf6a98583dd73f46e9bb68a5bcbd, 0x9452bf6a98583dd73f46e9bb68a5bcbd, 0x2cdde44caf09e25969c61f8b317bc90fd61b30a145843ca740d467e14fa864b2, '', 0, '?'),
(0x57cab05161c6991e9e68e65701dad912, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/magnet-money.svg', 0, 0x0bbb1ffedbeca9de8c84ef6dfd254d9e, 0x0bbb1ffedbeca9de8c84ef6dfd254d9e, 0xfb0fca03102403b4594973d2952ced31f32f2292f3dce32a3dd1368021df4306, '', 0, '?'),
(0x1a524003f976fbb1df0cecd85088a04e, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/magnifying-glass.svg', 0, 0x71bcbd8623e2dbd216b4e67afbe8c4c6, 0x71bcbd8623e2dbd216b4e67afbe8c4c6, 0xec9f45deb22164863c70521c51e8583e09f5fb64dbc40a2170c229dbf084ff01, '', 0, '?'),
(0x9c07e8d05f5524ba3d39323309e404b3, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager-globe.svg', 0, 0xb77eb1bc6a3988a316b3f650ca750018, 0xb77eb1bc6a3988a316b3f650ca750018, 0xf7ee4e0dbda5ecf047f4b7fff9ee60c7e4f96e8e41497b7c5d81697b96d3b91a, '', 0, '?'),
(0x22e1c70256188049c5770e6b3e89a96d, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager-idea.svg', 0, 0x01d187ce23558dc2b902c16c08f03ff3, 0x01d187ce23558dc2b902c16c08f03ff3, 0x5cccd4e71d22ebc4539b6a5a6a18fd68bdb211d0365bc266a7e08a2996d4e365, '', 0, '?'),
(0x4b57c85c19eda35bdad42f181c0c3100, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager01.svg', 0, 0x491797856417859bd2be19f9ec2a976d, 0x491797856417859bd2be19f9ec2a976d, 0xd5eba7e348dc7684b774847f23a7b52917c69c9ef9fa0bbda898f68d50bfcc45, '', 0, '?'),
(0xf20a35b164b3bfbe3f593a63d93d9d68, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager02.svg', 0, 0x59f0789ca486f06ce4ed4aba0dc8de5c, 0x59f0789ca486f06ce4ed4aba0dc8de5c, 0xc15d52c1e032c9f374802e3574d9ba4d4e6a0b2253c755e371c1d104ff7ea222, '', 0, '?'),
(0xec13d28a0fd1ba523d1ab1d4200a5f1d, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/meditation.svg', 0, 0xb1c0ba07b2df551bff9c6b406522e6f8, 0xb1c0ba07b2df551bff9c6b406522e6f8, 0x1be7b1d9e6bf42ce97806584a1b433869c4ca203866a7081048e787a71cb2726, '', 0, '?'),
(0xf0bd6c50658535c2d8b62d86ba40f500, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/megaphone.svg', 0, 0xc432cac329eb443fc53f4d99c95268aa, 0xc432cac329eb443fc53f4d99c95268aa, 0x5be03a697f3495605d236d5c302e3930ba302d6f999550c1eef635bc008348ac, '', 0, '?'),
(0x4e788cfe8cbb999a6015977acae2e0ae, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money-growth.svg', 0, 0x87c67fbe7c42ee84e0eb1984067f46cc, 0x87c67fbe7c42ee84e0eb1984067f46cc, 0xebab7c93198729762e98dca44f48f4474f5c7ae29c6c217f5aa8c2b414bc36dd, '', 0, '?'),
(0x1ff97ae820473165f9f20b527820f268, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money-scales.svg', 0, 0x948d150e8e0b8557b12713ecbe8f9be1, 0x948d150e8e0b8557b12713ecbe8f9be1, 0xfb0d50ea47b9ef5f392e8c6b73d91d1244cc0002ca60b24304a386b03309213c, '', 0, '?'),
(0x47dfc23e73a008dfbc7acf9040aee6c8, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money.svg', 0, 0x35ff9ad5be8952f7c7c51817385c358c, 0x35ff9ad5be8952f7c7c51817385c358c, 0x352e571b26038bc4c7efce148bd365ba21503b29ed883a598586a3eee0218b43, '', 0, '?'),
(0x36bf92ec73f5aa4ae65f448e1214b9c1, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money2.svg', 0, 0xa10780e584e01bf94a06e3b1b8394e62, 0xa10780e584e01bf94a06e3b1b8394e62, 0x11fbb7d11587dfdbb8a1a4d32f9990c899eda6b19bf4fd48631bf9af0ef74583, '', 0, '?'),
(0x4852254e5fe2736da77e1734bdc06866, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money3.svg', 0, 0x92474a88635f9db11fc4d228401f09c5, 0x92474a88635f9db11fc4d228401f09c5, 0x5b800c0f37a40423e653eb0c7629f285944c470e2379006a5aa6bf7ce6783f5b, '', 0, '?'),
(0x55b340573b28ba9ee7f6c84d25a683b0, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money4.svg', 0, 0x4a55f7f979bc090b72ac28eb9e8fcb1d, 0x4a55f7f979bc090b72ac28eb9e8fcb1d, 0x56288d3037e13f2656fbcdb0d686e07e2fe70a0d0ce8a7ae045606ed7ce16065, '', 0, '?'),
(0xdbb337138b9ffa097fcb3812a19a743c, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money5.svg', 0, 0xec00a93b31917bde145e043732ebb1e1, 0xec00a93b31917bde145e043732ebb1e1, 0xb37f58f5ad19431ea0a72682e23d4b323b3b60418293e9d2ecbe3d229d8fa86e, '', 0, '?'),
(0x968a58bbe8d0dff21ac0dc5a61dd8c0d, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money6.svg', 0, 0x12ccbbd486bc70a5a73e8ddf240d29f8, 0x12ccbbd486bc70a5a73e8ddf240d29f8, 0x39a942f4e3b6e8d9f8aa702943df8de80121323cdc150de3904cfb4cbb54aca3, '', 0, '?'),
(0xb656c6646a0d24a54e64748d46938aa8, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/monitor.svg', 0, 0x5024d4175324bf3b992eed63a9e01389, 0x5024d4175324bf3b992eed63a9e01389, 0x0da8fef1db8285d38b7434425c3f38980ca34dea265b3cdad68641f5eaa3910f, '', 0, '?'),
(0xc6934716f158393dedc7398f0da4d3fb, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/mouse.svg', 0, 0x7275fd0be4a9d95c31123081603ff5db, 0x7275fd0be4a9d95c31123081603ff5db, 0x7a69ca5f8f98b1f39271c887a3f96074653559700aed32077f2cdbb19cc663b1, '', 0, '?'),
(0xec4f4e1e1cc07ef11835c297e9323abf, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/nest-money.svg', 0, 0xe1d2b14d7c2743271be45612ebf1ee89, 0xe1d2b14d7c2743271be45612ebf1ee89, 0xb3ebcd2d7d5d1aa625deb8cf0deb1403bcbedc2abe1dca24d4b94f550d45c359, '', 0, '?'),
(0x5240b262fd9c24ac747f4a785de351b7, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper-jobs.svg', 0, 0x7cca851cd00f0f8db5004cded54eb913, 0x7cca851cd00f0f8db5004cded54eb913, 0xd397645609cb1d212f026ad9133157f429b39e488208352317fb0072aa09eb1b, '', 0, '?'),
(0x45f95ffaaf6bb1ccea4b7576e16f32bf, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper-pen.svg', 0, 0xf3edfbd28688ef0bfa337202c1c7506e, 0xf3edfbd28688ef0bfa337202c1c7506e, 0xc9a54a217f680648f937e225ed5aa22248533b8624309f61f4d39f966169b239, '', 0, '?'),
(0x0995796f36163d361f27c9c89afa28ae, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper.svg', 0, 0x68ed2e97dabc0495db9f02aa6b30abad, 0x68ed2e97dabc0495db9f02aa6b30abad, 0xa1bf82e5ba63f4577670bdf907ae9c0c6c8b3d0e2c57d854e0c6e1e23d682b93, '', 0, '?'),
(0xf5cc9d42b7258883eb4e10e66bebd218, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/note-paper.svg', 0, 0x53e436b5162537111d4725becf420196, 0x53e436b5162537111d4725becf420196, 0xe23116a555d278bae81ec37c9721e29f8fbe9edc6e8c8b9f3949db78d264543a, '', 0, '?'),
(0x37a6e34d1c7db041bf5481c10c48c666, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/office-chair.svg', 0, 0x79fb0dc6bd313c16f1b16d80d035937e, 0x79fb0dc6bd313c16f1b16d80d035937e, 0xe35e9d1c6e33228eb1dabc38f51f322d8e032045ca40181f8d6137935f6d5b89, '', 0, '?'),
(0x716ecc159fcb28140a85d687bb21fdcc, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/open-sign.svg', 0, 0xd3cba190ed5c4cd63bbc5cc7e55cc967, 0xd3cba190ed5c4cd63bbc5cc7e55cc967, 0x981a53dd68f24b613e562ca83dee7df2ec380355940e535704633c1b8a5511ee, '', 0, '?'),
(0xd34fb62c9e2ee6b78e0a3fe4d06959af, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/outgoing.svg', 0, 0xfe9d048daf3e5fa9623784ed9d33d912, 0xfe9d048daf3e5fa9623784ed9d33d912, 0x74c88e2a604aaeb7e84affaed2d6956b95a5a647b5207316902367d41d8bd704, '', 0, '?'),
(0x4485638d2764f7d15f8f96f1c89c5888, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/paper-clip.svg', 0, 0x1f1a4df8ed5a48e6b4df284a6ac4dbe9, 0x1f1a4df8ed5a48e6b4df284a6ac4dbe9, 0xb37f4a535eefa4a86a9535f38a778916b7a83bc123172d2d1380e4b21f1e9710, '', 0, '?'),
(0xa98f89c0d79f7a09091c3d5a0bf91179, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/paper-plane.svg', 0, 0x1f1a4df8ed5a48e6b4df284a6ac4dbe9, 0x1f1a4df8ed5a48e6b4df284a6ac4dbe9, 0xb37f4a535eefa4a86a9535f38a778916b7a83bc123172d2d1380e4b21f1e9710, '', 0, '?'),
(0x792df43f6204aebb1e9f4eac205ff5ad, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pen.svg', 0, 0xb3750c74204f1806b8a0bd66065bff2d, 0xb3750c74204f1806b8a0bd66065bff2d, 0xc38a4bf889be0c8634639c23d4323f7c56cc1294ab529c0a4f1fb12d3ed7a27b, '', 0, '?'),
(0x8a7b31ef84c272667c21a96c0d3819a7, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pen2.svg', 0, 0x6067301dfd7cccd412c72604a34ac467, 0x6067301dfd7cccd412c72604a34ac467, 0xa1b47426d98158489fad25687522ab86f2771793e905d0905648e28f06104009, '', 0, '?'),
(0xe313d5f9a14439339485ac571e6423e6, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pencil.svg', 0, 0x267c17e29d9d2c663a71431d96594c3b, 0x267c17e29d9d2c663a71431d96594c3b, 0x9195c1cf1c98951f11e58744cfd89279e15b76825171b47e92cebbc172f45253, '', 0, '?'),
(0x51bf869a4ae8d066bfefa70c527bcb45, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pens-pencils.svg', 0, 0xcce3e1361cd847e005ceaaceee821e54, 0xcce3e1361cd847e005ceaaceee821e54, 0x5c67e7c03f2b06253044eb3370ef190db2c3cf551b20c04837fcf1c78bcd976b, '', 0, '?'),
(0xdb6a2cce9049857d27db752c99a6ed8f, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-arrows06.svg', 0, 0x764fd1489a252c339a7de4a48e4c5ad4, 0x764fd1489a252c339a7de4a48e4c5ad4, 0xc70dbc92ede031f37fad76aedfc74fc15fbc3cd18528250f0b7b75f902ea62e0, '', 0, '?'),
(0x717d297cbf67d6b5991c0ce7680c7e26, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-gears.svg', 0, 0xc49ab29c99851b214812b5e78c3f4fd9, 0xc49ab29c99851b214812b5e78c3f4fd9, 0x45fa5d90d0b4f77f65d1fc72b293d405dd56f5f836d42a9328111fe13b9ac2e0, '', 0, '?'),
(0xa4452c11c2557575afdb4507de743636, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-handshake.svg', 0, 0xeb55fb5099af893ebe9a5ad676422487, 0xeb55fb5099af893ebe9a5ad676422487, 0x6d16ac2d9c34f7d1820fc464cf0fc99c93bdaf33702e3678110cee444c545bda, '', 0, '?'),
(0xf3d8601fb359ceea9e221f56d1019e2a, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-idea.svg', 0, 0xd4c98e2395a02d5894ad9cb0d0c8de32, 0xd4c98e2395a02d5894ad9cb0d0c8de32, 0x3ef7f3a89925e619eccd01dda7222203a2bcfa898d6e588d6abf51f2c83a38f2, '', 0, '?'),
(0x099c7704d4f3c0ffe38368d0caabf94c, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-meeting.svg', 0, 0x34be5698133674581f23872e38fb6058, 0x34be5698133674581f23872e38fb6058, 0x3124620d37a5b7248dbf5eb746868cf1787dc3e420f83b842133b536169a31e2, '', 0, '?'),
(0xabc0d3372e3f3e03fe9046bc0496323b, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-meeting02.svg', 0, 0xab05b37fb6afa16e093bbf71c061a1cf, 0xab05b37fb6afa16e093bbf71c061a1cf, 0x584317e2a04abaacb57cb411600b5d9e9a307957304a0e3568ecf278521f2c7e, '', 0, '?'),
(0xad574fe4dd0bed069cfeeb50183665bc, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-search01.svg', 0, 0xd91b5f850034bd4ffb561d222181feb1, 0xd91b5f850034bd4ffb561d222181feb1, 0x452d7dfd61de2184553edc56837ac81edfb80716747150e831bc5ae922f825d8, '', 0, '?'),
(0x512f815bd8940a11cff046283065f784, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-search02.svg', 0, 0xe077487c7d0da2a00a8e4d5f2210496f, 0xe077487c7d0da2a00a8e4d5f2210496f, 0x6eb9ea0862a173b529ed2bf78682a1155cdbb38272889d7c96ab63261637ff40, '', 0, '?'),
(0xec9a97e0f8fc3dcd94366d00fe1f05f2, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure.svg', 0, 0xa5586a660316452a0b230ceac0e58c5b, 0xa5586a660316452a0b230ceac0e58c5b, 0x24e14b550ac81ebb7d7760e7d40f22527023e7253ec63624ac42d12a3dc78ef0, '', 0, '?'),
(0x6a3aa4b150f89d1ecde00ffebcffbcf1, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure01.svg', 0, 0x7c020cca61a8d564b1b34421e30849f9, 0x7c020cca61a8d564b1b34421e30849f9, 0x6489caad37e12351e42225a6fc0306c2829faf11904d7af6335cc900167778d3, '', 0, '?'),
(0xab11f9f66a9a5bf9cdab6246fab606ef, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure02.svg', 0, 0xaa1ba8ab786043739557b8d16abd1bed, 0xaa1ba8ab786043739557b8d16abd1bed, 0x1ae452d3a7bfc8ed3e632e9c8356a80068a5b25716c7555f0a8dd009c616765b, '', 0, '?'),
(0x84f186ea6c890436f2f995f97a8b9c5a, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure03.svg', 0, 0x4334854931c9a1dd46b654ba27ca5346, 0x4334854931c9a1dd46b654ba27ca5346, 0xe63929c53c3bc7b5246340a5b6e14b6cad638665bc7567c50525581a8f40471a, '', 0, '?'),
(0xfa85ba9562a44ac8a8f8eb16c6431c4b, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure04.svg', 0, 0x78f73e38abeb730b66abd0f3e6a6267d, 0x78f73e38abeb730b66abd0f3e6a6267d, 0x7e4ab57c359df1e8eb86d306cb694b3d6048ebb6884713d93c93f5a2f25a66e9, '', 0, '?'),
(0x12a1c360ac846684188539cf2897a8ae, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure05.svg', 0, 0x8560ffb1825000d86d929925c1769f0b, 0x8560ffb1825000d86d929925c1769f0b, 0x47cdab7e48b4f9fb98a7d7270a112d921e8779a48a8d60916562614c0251b6be, '', 0, '?'),
(0xf00b0a43909141443878190405707f1f, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure06.svg', 0, 0x0dfa72fc31d4f118a049f4690a2b6faa, 0x0dfa72fc31d4f118a049f4690a2b6faa, 0x9ef9dc0a62428cee3a2623108e20dc00d0c2e7652808181fac926e988ec571bc, '', 0, '?'),
(0x7ace04cc6d9da9c4bf18d3331519fd26, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure07.svg', 0, 0xa28a98f55e8134d9c89adac1d0cac220, 0xa28a98f55e8134d9c89adac1d0cac220, 0xb7a67c3afde72058b9505c53710b5ada7ff4aabc938706f93df6ab81dd2bce1f, '', 0, '?'),
(0x6d20baa095b3f5ceca61bc643794f47a, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/percent.svg', 0, 0x6e81b2b0a083f6fd608f8f6c35b85a0d, 0x6e81b2b0a083f6fd608f8f6c35b85a0d, 0x44626a137e568a3e8999987972ba45b4ebd23686037589ce31da6ae9022674c9, '', 0, '?'),
(0x5a5bb78366802fec7da4f562c449e227, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/periscopemoney.svg', 0, 0xa49ce1482ebc6c8bf48281842a9064a7, 0xa49ce1482ebc6c8bf48281842a9064a7, 0xfe8bf73410b10e0c9bfcc60df29f2db3ba895f22cf3b974f41cb78aa5f501b11, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xab8886900e3e439d4b112401c07a3962, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows01.svg', 0, 0x49d4ed20088e88c3ce295aaa665c6e87, 0x49d4ed20088e88c3ce295aaa665c6e87, 0xcd56e7ac7bab548b72a4952a2b6faa9d5e8ec8e029a24a7b72bdf757945927b8, '', 0, '?'),
(0xeb9a547b8962c7b81b502d5ad67299bd, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows012.svg', 0, 0xe7d8b4ac3a0a22ec087a4a1dafb6b6ad, 0xe7d8b4ac3a0a22ec087a4a1dafb6b6ad, 0xda0a2c331d84c444ec4dec2e9b6aa09bdaf9cbf86b0730e7bb3ed637aef603bc, '', 0, '?'),
(0x1fa5278a9ee163991d644cb1e4382438, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows02.svg', 0, 0x09ea7b013e4f230676cd5eb640fec1ad, 0x09ea7b013e4f230676cd5eb640fec1ad, 0x02db1c47ac4536341c35dbb2e081515fc81e06b59f941b32566c9da345ed8054, '', 0, '?'),
(0xed13b7475645243547dd815bc379d962, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows022.svg', 0, 0x61b6000bdb2002c7a743c694b2de5e5e, 0x61b6000bdb2002c7a743c694b2de5e5e, 0x2c3474655fb93ca44d36e4bfeec03f7e18cfd672463bf5364dfc970b7db08d02, '', 0, '?'),
(0x5a0798c01caf4c577a5bf08eaf676880, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows03.svg', 0, 0xef44ae6efbadb49667b7424274547be3, 0xef44ae6efbadb49667b7424274547be3, 0x93f6e17721d2f67730e08daa06288d488ed2a8e9834c0376426296d01a3d630e, '', 0, '?'),
(0x114c749e861bba36166ae738ce273228, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-checkmark.svg', 0, 0xeaf723625c310103439757f10596a599, 0xeaf723625c310103439757f10596a599, 0xcb51d2c06af9eb069f146c2072e99ee1691f7600f5994d15c52b7eafbab10f33, '', 0, '?'),
(0x0b88bc4f96d1ffb49ac6eef2fa93017d, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-cross.svg', 0, 0x822c3c0bb64de1246d82523468b9c486, 0x822c3c0bb64de1246d82523468b9c486, 0xd9b25fc11028930d0368ab1394c011f057e2cc037e7baa66f9adcb0fe8d1e783, '', 0, '?'),
(0x5e2962cc8f0f2e63b3cf40e91f3cb844, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-data.svg', 0, 0x4cdb81f0b64896b537e511220f6030e7, 0x4cdb81f0b64896b537e511220f6030e7, 0x75617e0b73151090e79d0f3f00516d7bda04486b735f2f43f9e1c5a1405f9a6a, '', 0, '?'),
(0x9b2a9030fb6efea49714845cc96206ee, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-dollar.svg', 0, 0xd9d8ad917582a26abcd39fc2d695f250, 0xd9d8ad917582a26abcd39fc2d695f250, 0x74e8597e39e833d5b294e982a6f3094606a6aca731194203b1161796dd621d98, '', 0, '?'),
(0xb3764750580b0770b26d52c2171216cb, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-finance.svg', 0, 0xd77d0c062b571258df51e5d5008fc154, 0xd77d0c062b571258df51e5d5008fc154, 0x225a3862033aeffc14637ed8a6ed0ed44a30f663a799e3c9b6bddfc96f1c5f52, '', 0, '?'),
(0x8b8ce995fff62dc20d7999f570d8468d, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-flag.svg', 0, 0x9e5b2a4c05bd5603fa4c2be33c673777, 0x9e5b2a4c05bd5603fa4c2be33c673777, 0x78f142746fe65d85b011adce8bdf9b21ff32be6e357851376b400cdab232c1a8, '', 0, '?'),
(0x1d35c423f7d97a6747bc69538ca77e91, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-globe.svg', 0, 0xb3f6686196c5e5733aeb3ae17e9656c6, 0xb3f6686196c5e5733aeb3ae17e9656c6, 0x039637bca19e9e230a2a06d99a31202d2ddc6cd4a84a54881527f6b7e34b255b, '', 0, '?'),
(0xbc8ded955ebdae86c634789540fadcfe, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-idea02.svg', 0, 0xac9b193717d5ef5241129b2af7a16be2, 0xac9b193717d5ef5241129b2af7a16be2, 0x73791bd8ed5d1704c4cc0d8e6a783175ef05403c0dd7f1128e5405f0800ce546, '', 0, '?'),
(0x16659bd08e3d05774dda1b8cbc5b7629, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-info.svg', 0, 0x08beb242dbbed3b80d79aac880b76025, 0x08beb242dbbed3b80d79aac880b76025, 0xae8b2f7a014cc04e4761e6d4b709e206edacd7f543932bfba4a2ad4871028e5d, '', 0, '?'),
(0x0db72f5165f177159c84b58dfbc9451c, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-puzzle.svg', 0, 0x2563c8a54194562ce579f6eb99d96c5b, 0x2563c8a54194562ce579f6eb99d96c5b, 0x7a74e4645a07d7a42203c3b1733ec1caf0b4b46dec9af171ca13bd452ce19611, '', 0, '?'),
(0x3082f2beae8972f20f5e923ffb6c417b, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-scales.svg', 0, 0x2d8ce41dcf7eda3b0100408e26c67ef8, 0x2d8ce41dcf7eda3b0100408e26c67ef8, 0x5a75a0cd3ba29a03057483ee6aedff0deaeb75d0122eb19f2e412ee9aa4c1884, '', 0, '?'),
(0xaa3aec43af3ebb26c0af0d381300690d, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-time.svg', 0, 0x89e2a8ea39d0e57b022d18fe9de09508, 0x89e2a8ea39d0e57b022d18fe9de09508, 0x211331d6b8eede7ef03e672088c65c087f80b40fa2311a04b179a4a90b2bd1b9, '', 0, '?'),
(0x58f94f798ee53104e0d5cc2053aa0c9c, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-umbrella.svg', 0, 0xb7d0e912f145f52c79b5618daa76038b, 0xb7d0e912f145f52c79b5618daa76038b, 0xa53702e3bfbef7e5ce9575494fb464dc68f721a1aad54b64d00874934014f711, '', 0, '?'),
(0x45d6037c7da29ecfe47ae1424d3e0598, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/phone.svg', 0, 0xe1c04925ebb62bc6fc02a75338163f07, 0xe1c04925ebb62bc6fc02a75338163f07, 0x8500bfb7b5a5b76d8e70eb82ed46b40bd2fad2fa7511742b1d0c127851486236, '', 0, '?'),
(0x23e2f675e6669e1f1f8b5569e2f852ac, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pie-chart01.svg', 0, 0x4c7c0f7f52100e2770b4f2ac6797ebe4, 0x4c7c0f7f52100e2770b4f2ac6797ebe4, 0xe6760af8f08593def25d69b49bd2db6756abf2481ac7595e2e8b709680764f93, '', 0, '?'),
(0x0d7cdb88048a2d0743940b09a6af5b50, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pie-chart02.svg', 0, 0xb284e41b04966f71c28d919f91eda0ed, 0xb284e41b04966f71c28d919f91eda0ed, 0xa68a2d574bb341f8e24b7c0d09167642409d18d3e64303062b20909fd0141cb9, '', 0, '?'),
(0xfc6b0ca48a40f201c766aafaa5cf7840, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/piggy-bank.svg', 0, 0x42e7c2e8b3b4bb06194f43e90d378b75, 0x42e7c2e8b3b4bb06194f43e90d378b75, 0x748772a38141a511ac3c83482ead38ef09772cb32b9efe35e2c301fbfc7dce9d, '', 0, '?'),
(0x06d78c5adba5453fb40f6caa7732e901, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pin.svg', 0, 0x5ad3c703d751434a8207be3a38b5fdb8, 0x5ad3c703d751434a8207be3a38b5fdb8, 0x1d2d49a72999363f7559913dd5f75b6f1391fe1c53baa7ffae1284ac449b0c7a, '', 0, '?'),
(0xa6fd53825943f44f329be7988dc3ca05, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/plant-money.svg', 0, 0x9b438434a178ff963be17cbec6d2c9f6, 0x9b438434a178ff963be17cbec6d2c9f6, 0x3290b427c9cac9a35a0ce8a9d3cbef444b8b557657d758b62e9fe1317ddfccdd, '', 0, '?'),
(0x43427d8a2655d181a1b98d6c281343fb, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/plant.svg', 0, 0x4bc86b8225388fd932d57cfa39d285f3, 0x4bc86b8225388fd932d57cfa39d285f3, 0x562f6899870bbab97c1eaa6c9a0d1f26c04fa6d93900f5e4722d5265dd641de6, '', 0, '?'),
(0x9d563130dc78564186f9cef5d1e12d53, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pound.svg', 0, 0x1c0cd27266e4749b7e586a48a2cdc6e6, 0x1c0cd27266e4749b7e586a48a2cdc6e6, 0x60632f94401704362ea5fa17f1bb7415f9dac9215a035f0dc619ba74765affe0, '', 0, '?'),
(0x93acbe095ff2ad3a194f6967d4ec16ae, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/presentation.svg', 0, 0xc76c0ee6c60db62c5f991ba9be06c887, 0xc76c0ee6c60db62c5f991ba9be06c887, 0xc5cfb9db1d8a192a7d0f6430bd47ffd81a6efa6f23be6046bf41a6395fb36522, '', 0, '?'),
(0xd19f89c8a9f782f610a7806d32fc8205, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/presentation02.svg', 0, 0x802c6bf2c2546ec267f15564126aed57, 0x802c6bf2c2546ec267f15564126aed57, 0x568ec8110243ff48b0106652bc16cdddf02637267e70e1778aaa48b491a43e59, '', 0, '?'),
(0x83eb1dc6c1e86d3b67e98978e1b24916, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart02.svg', 0, 0x904edd143a79a9bd9a29828f15abbcdf, 0x904edd143a79a9bd9a29828f15abbcdf, 0x78e121b89ca23484bc2fb29e9265f92ecdb181f47646b76aa42c446fc757818d, '', 0, '?'),
(0x93ed5d3e05d58c57256ec6c3e936b6bf, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart03.svg', 0, 0xf4ee235742f902359f8a54d192f75e0f, 0xf4ee235742f902359f8a54d192f75e0f, 0xf12064d3d2a4272cf5e965774109d6d3da910cadf2199b3e85972b3dbce219f2, '', 0, '?'),
(0x106bbff30d9efc48f552fa2197e94e28, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart04.svg', 0, 0x20a89e4eb80d5331b92aef5e4dc34fbe, 0x20a89e4eb80d5331b92aef5e4dc34fbe, 0x3b9b8fd0b5541a0062e1fa141b33b57855a9dee5ed8bca8fa7404dbc804ff1b9, '', 0, '?'),
(0xf143fd35233b99daf1f6f68438ec7620, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-laurels.svg', 0, 0x0fa0d283cd300be0a03c1bf9cbed0324, 0x0fa0d283cd300be0a03c1bf9cbed0324, 0xef19e87e8f08ddb16a0ea5b7827a09ac6d4460969e3288a4fb3d5f672da04f70, '', 0, '?'),
(0x667239a80e1c7d3217fb45fed94ecad9, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-megaphone.svg', 0, 0x23ebf1e0a423c88b98c4aad560e8ad5f, 0x23ebf1e0a423c88b98c4aad560e8ad5f, 0x62c2311922f4f3ba76ca7d828574193323ba3bf8d5c574a818ca77bdd56706a9, '', 0, '?'),
(0x32999e29cf05d4fefbc14443eba00485, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-stairs.svg', 0, 0xd423909a71fac390576cc405d8218b31, 0xd423909a71fac390576cc405d8218b31, 0xae0763fc283bc02fea52738d2bcdb5b2bcee19e6daa79746d1e5b8576a8e9059, '', 0, '?'),
(0xc1825f2b8a5d8014051483a8883a3ca4, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/printer.svg', 0, 0xc57afc69ca811ad59af1ade8bbe689cf, 0xc57afc69ca811ad59af1ade8bbe689cf, 0x6b5256f6fd9081f5d02cff216e938a0838bae239fdf907c584103fe78cea0114, '', 0, '?'),
(0x5e061200028476567e475bfb6f296b11, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/profile.svg', 0, 0xf42d333ecf1d56787548ef9640625c06, 0xf42d333ecf1d56787548ef9640625c06, 0x963efbc01dd60fe2f4a241487321991950fcb499a86747bfb1f000a03e141973, '', 0, '?'),
(0x769e1bdb7e72493ae7b0807df8ba934b, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pulse.svg', 0, 0xa4af9c0b20ec4c54614ffb47a051aaf8, 0xa4af9c0b20ec4c54614ffb47a051aaf8, 0xe4fec0c0b35a7a653b5708a363fbd0695c11b4510b8f2a8102924e067e69e11f, '', 0, '?'),
(0x13126a81cda05bdb428afb131ac1ad67, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/puzzle.svg', 0, 0x528c64cbc15a2363526d8f715f013110, 0x528c64cbc15a2363526d8f715f013110, 0xf975ac991dfbaf3404f49ba4b36e9d5140469d916dc152b66834df988d3979a0, '', 0, '?'),
(0xead10763fc873f606411a1b6516c15f0, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/quill.svg', 0, 0x1535ecc587bdfeb5263e2592694c1997, 0x1535ecc587bdfeb5263e2592694c1997, 0x8478323ce3c2611f671cc987000b86683d4a43996e0505a4aa2f3936c04f8669, '', 0, '?'),
(0xae9574f8ac654ba61d53f67f48cd1376, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/recycle.svg', 0, 0xffbdd1315bf456935553d02bd3862d1d, 0xffbdd1315bf456935553d02bd3862d1d, 0x638abb9820f360135858c8473b7be9597dabad83dbc6ab561b620c4a08d87758, '', 0, '?'),
(0x90fe81b87fa7a97a798253e68d55fdd5, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/rocket.svg', 0, 0xf0ce7d625b102cdbb0efa5a3cbe60630, 0xf0ce7d625b102cdbb0efa5a3cbe60630, 0x794d09c7a9c88175ba05fad4c1259e10efbe5128c1913e15ad7e66fd6307dffd, '', 0, '?'),
(0xceec4647c59ced41cafb3fcd4b164dd6, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/rocket2.svg', 0, 0x7cc23bea2ef5e86cd27738a47dc0fedd, 0x7cc23bea2ef5e86cd27738a47dc0fedd, 0xbd63ff9d4bd13f58623f740b46a2344f2b5d756633ef9d6127250b262f8ef29c, '', 0, '?'),
(0x67dd86d191421c90cf1d9024d32599bc, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ruble.svg', 0, 0xbc8cb2ed42fad74edb2352770931407f, 0xbc8cb2ed42fad74edb2352770931407f, 0xd9c7aa6bbb844349d292efd2332398947283ab12f7ab41ed3fd6586760cdfb7f, '', 0, '?'),
(0x6694dc1313bd556ef9f7fb3df215ff40, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ruler-compasses.svg', 0, 0xc0c3e83ab90066411ec1de261f735030, 0xc0c3e83ab90066411ec1de261f735030, 0x3b401855385ec58066eefb2ff1d43f8147e414aaa0b860ff96310e59084b7993, '', 0, '?'),
(0x44fdbf897a20ed800e694328de1cdb3d, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/safe.svg', 0, 0x2567de8d7afa8cdd814d71b6ccbb480f, 0x2567de8d7afa8cdd814d71b6ccbb480f, 0x8271dd7dbdf45f8ac1420951dcf5ddb0ca50e3333588f4a4e267ece39bd0a4aa, '', 0, '?'),
(0x1f6413f5b163d568c5a250a7399c8a61, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/sale-sign.svg', 0, 0x34dae0a039a1680912bdeb5b8cd42bd1, 0x34dae0a039a1680912bdeb5b8cd42bd1, 0xcd26fdd5cce5d4179db678bcfc3ee8c7020c7d5b8780d9cda3b8bffe14711d4a, '', 0, '?'),
(0xa256acff89462afef84705af8ba980fc, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/satellite-dish.svg', 0, 0xf1d96d4f67a6c246b02e2d5ac67ededa, 0xf1d96d4f67a6c246b02e2d5ac67ededa, 0x5615d7a68ca65468bb694b668d2bd705c25c7deaec368e455e1479dd9e32191a, '', 0, '?'),
(0x26691aafada783efa9286431acfbf6c8, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/scales.svg', 0, 0x1875a3e5a6aa6402d75f45692d926a3e, 0x1875a3e5a6aa6402d75f45692d926a3e, 0x1b70d810f41ab40884889d2b4344ef5af5e9c4952caa0452f47a8627d7fe83af, '', 0, '?'),
(0xcb2fa63c8b8eb24a912009d4db898359, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/scissors.svg', 0, 0x51ddab6de64a7451957b93b47a7edcb4, 0x51ddab6de64a7451957b93b47a7edcb4, 0xc5a431ff9964df0406bd7dceeafe95a2c3856773768baececfa386c87aab2c06, '', 0, '?'),
(0x63840014058db0505d75a63b56da566a, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/security.svg', 0, 0x0cc3b74d4552e7acf5997e999fd57dec, 0x0cc3b74d4552e7acf5997e999fd57dec, 0xa833f01d4258eed1124053c43b32109797a463c206a2b31d83bbd800e423b5fb, '', 0, '?'),
(0x6450a6aa32bb673f075abc708ac7f33a, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/send.svg', 0, 0x958f0f694f818316f34b21c96bedcded, 0x958f0f694f818316f34b21c96bedcded, 0xd332fba83bba0757781da4471c3dbea45457c6c701e58bf13c8a57b312ed6aaf, '', 0, '?'),
(0x353b9c7a9d48db852c49f3501261dcd9, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/shield.svg', 0, 0xc0de439df361837cee1fdff1e26c48fd, 0xc0de439df361837cee1fdff1e26c48fd, 0x3c060c847e4544f35e7146ddf106a5e154115c8cc501a4ccee0fb326d194cfe7, '', 0, '?'),
(0x05a67e41f37d43a1797e2c734a349374, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/shopping-cart.svg', 0, 0xe812b71ec41822354b247a6f5a507946, 0xe812b71ec41822354b247a6f5a507946, 0x546fff917993bd835c92942a9ae37c1c4c7f21058444fceba3544dc4036edce1, '', 0, '?'),
(0x99ba5cc0b036b42501e00f0d411482de, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/sign.svg', 0, 0x558d84b8cf458004c04204e205351b8b, 0x558d84b8cf458004c04204e205351b8b, 0x9fcbc4f847f84b8ad74e848e845a606d93aff71c19ad03d9f423def1fb033e06, '', 0, '?'),
(0xa277e4590054438a8a1167f0ef0dbf9d, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-chart.svg', 0, 0xe157728cfbeee2e08a15232f3ed0371a, 0xe157728cfbeee2e08a15232f3ed0371a, 0xdb77454d8d309a8d9370abd54caf4b48e4ed88d7b3945fd0f89ac9c2ee22e814, '', 0, '?'),
(0xba2f517f3e2bc6de9d04062cd26d2d2f, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-exclamation.svg', 0, 0x926092856f050d534329b230ea8a4be2, 0x926092856f050d534329b230ea8a4be2, 0x7201d1f13265c4a78ede35d22839433e5bb5d0e4bed8369d2e577b9ed4e6866f, '', 0, '?'),
(0x5b6ce12f55902e864fdd8f45827c3d6d, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-gears.svg', 0, 0xe3868f6ff18fe4e355d0b48d3c88f443, 0xe3868f6ff18fe4e355d0b48d3c88f443, 0xf07a343ea4d2c0a46e1d48ba030d082103aec335e7acba1b71c42ead589af7f9, '', 0, '?'),
(0xf6459aba9e31fa1f9e27f0274bc58095, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-growth.svg', 0, 0xd3c4991e1abf39ffbbf19ce5a7544ffc, 0xd3c4991e1abf39ffbbf19ce5a7544ffc, 0x478173cf2a1f229f7b84c2558fabb5c882eb616e2aa743e9e363eaa41f8016fb, '', 0, '?'),
(0x173d4efe4b286c238bc6bce66365c138, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-money.svg', 0, 0x5b5605b574330db26eb27ee843c214d6, 0x5b5605b574330db26eb27ee843c214d6, 0xa5dd9ce501ec98fe707720f707abfb5e3d067caaa78ed355789be0abbc792e4e, '', 0, '?'),
(0xeb5487ebb5033108de28a915225f9912, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-user.svg', 0, 0xe9a11999dfbb690385d2a9b8eb12921a, 0xe9a11999dfbb690385d2a9b8eb12921a, 0x5bc012e46be2641d62091d53e646c7623b0f0c092239ce9e53792686512c8e81, '', 0, '?'),
(0x032155c15f5c9b126d887e3e05919ddc, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone.svg', 0, 0x25e3588debe193379845041e5a25173e, 0x25e3588debe193379845041e5a25173e, 0xecd4be5e60c65569706daf93d0fd1a0b4716a479ec6667a788cbf0517c483f22, '', 0, '?'),
(0x6b0a6c1151936ca49b53a08d3f82090a, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speaker.svg', 0, 0x5b7796502b68f29c6eb5bdd783af52d0, 0x5b7796502b68f29c6eb5bdd783af52d0, 0x46eca7cab8d6b40e4c5035555610f1b6b396efca726a994f0f0153017d60c756, '', 0, '?'),
(0xf226dd057859571941c05b71ebc96c56, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speaker02.svg', 0, 0x802fd5551a6757d8017d33d9a9a3f81a, 0x802fd5551a6757d8017d33d9a9a3f81a, 0xa7415a5460c17188b8a7e02c30a9fa639c2a0e0162d3317b688ff1bdb6733fc8, '', 0, '?'),
(0x711ed174e7b0bd290d509671875d24e2, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speech-bubble.svg', 0, 0x1815c324c87b3150d205c6c17db3bd55, 0x1815c324c87b3150d205c6c17db3bd55, 0x65056354bcf6bb8ba4aa260f6d82188bfd18fc3ef1eb5c44d4a106136be79d24, '', 0, '?'),
(0x6f8c0b6e9929886a3658217955ff28ae, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/stamp.svg', 0, 0x1c27e7696e8f88b20a3468f9540b95e3, 0x1c27e7696e8f88b20a3468f9540b95e3, 0x406d714b43e386c55ed2aba49b6b34164b5a1303ac0eefb6a6c2dfb83658a1a1, '', 0, '?'),
(0x88565ccdaf48d8dc50764bcc9296b4d1, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/star.svg', 0, 0x1991100860203904f95c296af7e7f36b, 0x1991100860203904f95c296af7e7f36b, 0xb1e0f28c6409a40a663f8d5cf34221bfe444b39f13a59690743919c6ba959636, '', 0, '?'),
(0xa4a501131bc54c618ab96fbeff842437, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/steering-wheel.svg', 0, 0xa0d0152537d70097c42f83fd03130441, 0xa0d0152537d70097c42f83fd03130441, 0x0e18948c0357e8a2db2dbbd3c74fad3c24908f19c28a0fac871e7e57b8f8de01, '', 0, '?'),
(0x0f81b624c04e4a668861e4497797a543, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy03.svg', 0, 0x57d2d43f43befffe05debc07a06c6ed2, 0x57d2d43f43befffe05debc07a06c6ed2, 0x29947499391f4c59010a912c410da5f9cd45e9c5d8844072f7912208594f3393, '', 0, '?'),
(0xef4a1f0d9e9c894f064cef59de3ec5da, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy1.svg', 0, 0x1d42988f1aae68796a28ef7ce2bbd495, 0x1d42988f1aae68796a28ef7ce2bbd495, 0xa94732236fc11b682e53aea8450625e4227fecf2f7e25652cfb55c55c6abf334, '', 0, '?'),
(0xbce95d810e8e224dd53c0cfc2d717c7f, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy2.svg', 0, 0x50443e9c9d62eb3b3c3059475045cd4b, 0x50443e9c9d62eb3b3c3059475045cd4b, 0xb9b086f00edc0e0a50b4c03eb59e2c7bcea6a718c01681d220113b250a0315a7, '', 0, '?'),
(0x23888356af6ecfec74ce3d4708120d26, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/support-person.svg', 0, 0x7d333105adc867b35c96f4c1aaa609b7, 0x7d333105adc867b35c96f4c1aaa609b7, 0x9188ab56a2d63786e57e28a72479845db070eca1a7c0a2f3cf5f6e8ff13582ea, '', 0, '?'),
(0xb5810dcae64d5ddd29d3093525e81b08, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-article.svg', 0, 0x98ca726b5c61ca4b0b7fadeee18ffee8, 0x98ca726b5c61ca4b0b7fadeee18ffee8, 0x09903dd1cd231cc4be0c0be946a4ae0c42626630537a96d963d967c6c775559e, '', 0, '?'),
(0x6aa698e8da088d97db86a485305dcad6, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart.svg', 0, 0xb2948d64f33e84f142861a26b9dca68a, 0xb2948d64f33e84f142861a26b9dca68a, 0x8ad37f9c411ce6ed870627134cbbd3f42bfdcb1acf0057f14098c720fa6af58b, '', 0, '?'),
(0x13e3fd95c5b4ea1ad864a3f77cb3f02b, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart2.svg', 0, 0xcd782972e12ada0d4930b3892ef13067, 0xcd782972e12ada0d4930b3892ef13067, 0x638cfde3053e8afe2b5c4cbbcd9136300ada014ecfe485b766bae21d287c277a, '', 0, '?'),
(0x86d92169cc425cb6efa5ad123cb6afd0, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart3.svg', 0, 0x6c43bea279a7a72f79b8afc0798a9151, 0x6c43bea279a7a72f79b8afc0798a9151, 0x9bc4e65203cb1144e2d58ce467641594b59838568f4fa8245fb2d5e204b0a96b, '', 0, '?'),
(0xaa496d98afa5283c70dafea333520b81, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-pie-chart.svg', 0, 0x96f8d0a1facdb65526f896b40d2d88f4, 0x96f8d0a1facdb65526f896b40d2d88f4, 0x854b1b626511999a5eb9bff2ed3a8a7809946e94a2ee1fa9ef806744c2dabd24, '', 0, '?'),
(0xb7a518394fa09daae6133e87dbc6ccb2, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-pie-chart2.svg', 0, 0x660d913f1f9667b80ec5cc7b330e17a3, 0x660d913f1f9667b80ec5cc7b330e17a3, 0x885f616942cd9b5054ba908c8c4e7a12f01dde6d849b49698c23288d6e410ae3, '', 0, '?'),
(0x6d52a83b04b580dd1d34e5d711ea83f1, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet.svg', 0, 0xe54737c2726ff9b039a7e589d902f93e, 0xe54737c2726ff9b039a7e589d902f93e, 0x48f5309e27dc81f06cc8d8d7394c862d52daabb846c54e50f1aa6b92df21cee7, '', 0, '?'),
(0x8b4c4c21ae000038a9c536388e55cfe8, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/target.svg', 0, 0x0e871bedc651af2a814032962f55b011, 0x0e871bedc651af2a814032962f55b011, 0xdc8c0c18a40663d98f3c2e4b253d4004b6b43e4037a68a4984a93120416401fc, '', 0, '?'),
(0x7ca8147d44753d83d22f64c6cd1c4ed4, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/team.svg', 0, 0x528fd4bc38b43bdc421230a9bf3b59f7, 0x528fd4bc38b43bdc421230a9bf3b59f7, 0xb358a88bd0786057738056c5fe690e12f2f22ab3787a526ea551a7423c4c8b9c, '', 0, '?'),
(0x0d47050bf3233deb0f78c129b72ad86d, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/telescope.svg', 0, 0x27f82b6a2c55d6f5f2b3cba1a7928a77, 0x27f82b6a2c55d6f5f2b3cba1a7928a77, 0x5980c0ef53694d1f1225bb18f243d3e785b38ffc03e9349c5aab60e5a2fb882c, '', 0, '?'),
(0x087a8035aad23c76b63844e8dab24b36, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tie.svg', 0, 0xed5e66c9a2054d6b849de0713eba2b8a, 0xed5e66c9a2054d6b849de0713eba2b8a, 0x77d964f995ee2d4802aa4f9f88de884f60d19529fbafeeaaafeff95cf3e568b7, '', 0, '?'),
(0x434e3db9a5b5e682f997884181dcf85f, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tools.svg', 0, 0xc8187e8fe05f9cfed07af894fcd4b8e3, 0xc8187e8fe05f9cfed07af894fcd4b8e3, 0x2593db73732d1ace3b83dbcd02f407d582bdff58a6ae2ccc2697fb2fe15f218f, '', 0, '?'),
(0x162c4cdba5b2b91fbc4b8c2e9eac22ce, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tools2.svg', 0, 0xd4ed120c12d18e07f1ab530e8b96d150, 0xd4ed120c12d18e07f1ab530e8b96d150, 0xd129c89bb505bf93eb59e5f016f9133cc864e0d52e91375d0ad65cd54d789db6, '', 0, '?'),
(0xc920d0f27fb9a33ba4e20866fe6c5228, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/trash-bin.svg', 0, 0xf3f0e31337234a9d947a650856f76654, 0xf3f0e31337234a9d947a650856f76654, 0x8ee1c1a4986be8816978986faec232900fc29f94ddd6d7a3fe2b046d9208cda2, '', 0, '?'),
(0xcf67942495b02e0648a07107ce555011, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/umbrella.svg', 0, 0x24ac947cbc39d105db8ff5318e4d6ba4, 0x24ac947cbc39d105db8ff5318e4d6ba4, 0x700916a08b60af791e740d29de64ff37f9560a63cd15f84780bb91e867a6d026, '', 0, '?'),
(0x4943fe37db74311135864acabb2fcbb0, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user01.svg', 0, 0x668996021436612a400e25e7c94f7983, 0x668996021436612a400e25e7c94f7983, 0x1fd6d93438e6b85c399e44a28d94e7cc780f7de953d0087841e6b91a885378df, '', 0, '?'),
(0x7ece08457526bc363c9c65b157566f56, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user02.svg', 0, 0xe4765ec10cae0161700132a2da5ce01f, 0xe4765ec10cae0161700132a2da5ce01f, 0x415eaf19c0c1b5f0792905d65878bb2fa23fc007df70f4fe939b6fb863d44acc, '', 0, '?'),
(0x1d12e6e5fd378572b8e94f3b171b2a5e, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user03.svg', 0, 0x8d4f146694175705b1918bdb3e942530, 0x8d4f146694175705b1918bdb3e942530, 0x91a878c60f7b4d7c8e52d5e9b82b8bd840d72d498dae35ce6103a4ec0e8c0079, '', 0, '?'),
(0x836ee456ee6a7ca2c37c8c6e3b895cf2, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user04.svg', 0, 0xe825948b6eb030ff1ff4e36db0741846, 0xe825948b6eb030ff1ff4e36db0741846, 0xd88a832c4fd5215a662b5136b2dc57dd4ae98fc7294658a75003ac169ff20276, '', 0, '?'),
(0xde9d9681909d43060094e90173de0ad9, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user05.svg', 0, 0xe332882b28c39d0cf3e8db84e40f6c91, 0xe332882b28c39d0cf3e8db84e40f6c91, 0xa04c1d8bf66f5c3610982ff193d241a74c9e980f4ebc8a35d724c33dffe031ae, '', 0, '?'),
(0x36cb480b0a179f3c92e658d166c77bee, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user06.svg', 0, 0x7bbe10df5fab6cbb740b3685a2059193, 0x7bbe10df5fab6cbb740b3685a2059193, 0x53ded256705fddfd19d85e94c3cec769225098cf53f0cbb92e3468c9299cda73, '', 0, '?'),
(0x74fed7460b2ef171ee44e43822e8217f, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user07.svg', 0, 0x00f765120294d77bff8c56acbc5e1f05, 0x00f765120294d77bff8c56acbc5e1f05, 0x4b11ad7af6bc676ff9d2db5c2390035984fdaa03c43665b69cf167494ed8a796, '', 0, '?'),
(0x77acc3635528f93628c547939a07533d, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user08.svg', 0, 0x4060d75731ae78f1d93bc399781773bf, 0x4060d75731ae78f1d93bc399781773bf, 0x94fd5f99c5c97f5b16667cc03ec60ce86db83e530ae88e0091ccc74a14d08de8, '', 0, '?'),
(0xe9b10a8ea0dddd921c417d6a6bab248b, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user09.svg', 0, 0x28046d5ff2be8d9d3902341dd61f3006, 0x28046d5ff2be8d9d3902341dd61f3006, 0xde5c5116e8562f4569a756b0687da9193fa0f658298378f0c7b946399188f669, '', 0, '?'),
(0x6d5068dfc3572fae6f9f4084cf9a98a6, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/users.svg', 0, 0x7b4c74d32c6192fa5cb3c4dcb403efd1, 0x7b4c74d32c6192fa5cb3c4dcb403efd1, 0xf5e096fac90e0138d7601b3fd4604e5ddfe8bbb29de0e45a976ad1d4a6fc8bb1, '', 0, '?'),
(0x21069dc206b7aa2b3b0371690e761afe, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/venn-diagram.svg', 0, 0xcc738e58b73f7c7ab4279625cbe255d4, 0xcc738e58b73f7c7ab4279625cbe255d4, 0x5cd15a4ace22c1e7c131bc5600858bade6267eb44e138bb0feab5c15ad9ab31e, '', 0, '?'),
(0x406f9bba6a58d25cadfc07fb9d42e4df, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/wallet.svg', 0, 0x9ef633da91a569cb542ed2abcb760bda, 0x9ef633da91a569cb542ed2abcb760bda, 0x175daa0468e0e7a138aba3e5ede2d248abafdc41213d4304a2d92ad501824cf4, '', 0, '?'),
(0x8d0ff9336d04a9c5b3f5998959a09f49, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/wrench.svg', 0, 0x0f687334ebd33eab3e9fa40f63a1783b, 0x0f687334ebd33eab3e9fa40f63a1783b, 0xa451bfa388b56f6f9f997b749f625aa31f8008a86b87f0c404bda7e517912b00, '', 0, '?'),
(0x975bd25eba7ebaed14122aa83560ccf7, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/yen.svg', 0, 0xc866f872a25e07540f8a1844b4265f1b, 0xc866f872a25e07540f8a1844b4265f1b, 0x4d338ff6fd14a86890bb7c4a5da98dda7d408966fb3d20c0c037f5e40bd33dce, '', 0, '?'),
(0x6c932c70100642d5afe1db4c7a88d9f1, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/yinyang.svg', 0, 0x5bfb80d9e2c74429cbaf0c5d8434575c, 0x5bfb80d9e2c74429cbaf0c5d8434575c, 0xafaf99b39bc6b1abd1215159f27d66b612c4e0535bb4695eeedb266c896f27a3, '', 0, '?'),
(0xf2b57a1cb3329bc65407bf15235d6e53, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_business_24px.svg', 0, 0x9e216ce649eaf057483c8e945901a297, 0x9e216ce649eaf057483c8e945901a297, 0x6e40051099b1d60371d53dd0a241dc5d564a81f0108552d596d2b74d257941e4, '', 0, '?'),
(0xf77107c907590f94574372ad93696e88, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_24px.svg', 0, 0x3857464b453fda6d17b75402cc4476c0, 0x3857464b453fda6d17b75402cc4476c0, 0xe45431a5071178e70cec8d2ebccf17da177e638345f362d48f471e419feb9376, '', 0, '?'),
(0xf4deb5987480ed5a17159f4aa19f24f0, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_end_24px.svg', 0, 0x8bc9afd67ed8095a76b3e73ca86181d0, 0x8bc9afd67ed8095a76b3e73ca86181d0, 0x45723c5e5f2f459e991ef8cb46e2a1363a5a6443d2a20dc4a6a672d0464977dc, '', 0, '?'),
(0xc8d53db97f7fde06fc566d272fe9de6c, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_made_24px.svg', 0, 0x2a4b590ebef9a22066c0ae9f25b85540, 0x2a4b590ebef9a22066c0ae9f25b85540, 0x1a26d68ca1b22c430d6391093ce8de59df83aab4bd78abbb7f5a079b09b7d91d, '', 0, '?'),
(0x2688aca57673f38738480d4c9b1d86d1, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_merge_24px.svg', 0, 0x8adeb2ad3a34b190290c9e212a941f74, 0x8adeb2ad3a34b190290c9e212a941f74, 0x6bc6955b9e2f6b421dec857ca83e5c60c672a8d8743d868e56453d1fb9ef9d9e, '', 0, '?'),
(0x9ecfd9706b3d35774fde75067aee2bc9, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_missed_24px.svg', 0, 0xc6b4b20536dc9bfb4cdd419b404abff3, 0xc6b4b20536dc9bfb4cdd419b404abff3, 0x1a7bbccdc8da95580420ec19676d7c81aed5b1127ff1ce27d812ba3ba0990084, '', 0, '?'),
(0xe19ee4c5018e93df6789f0fec75f866d, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_missed_outgoing_24px.svg', 0, 0x0d92d8db3cfb7852e2a08408527c2668, 0x0d92d8db3cfb7852e2a08408527c2668, 0x85b2489762039b4920dedcff73e205043ddc568d830641701778d978d42eb34a, '', 0, '?'),
(0xdc0a7f38ee2cc95d21cb894eed14eecf, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_received_24px.svg', 0, 0x2128fbf664937f8d203821ab5d155f50, 0x2128fbf664937f8d203821ab5d155f50, 0xf693020e6d3ad3a93aea7096e5bd939cdfc4939af74c499fce657831f639125d, '', 0, '?'),
(0x339aa6c710dd6689997b93c864e4406d, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_split_24px.svg', 0, 0xcbca6134b3586cfd4cb1c75cf5aea4ed, 0xcbca6134b3586cfd4cb1c75cf5aea4ed, 0x0da54635e6676d072196ed96fcb11c0273be7bb6557184e492feae3f02ebe42b, '', 0, '?'),
(0x3108762f2e5956550eb0c9609ea714d8, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_chat_24px.svg', 0, 0x0bff27feb544dacf5db171e661ab4e4a, 0x0bff27feb544dacf5db171e661ab4e4a, 0x8150aec64fd171e7457ee57fae1e16c32791baf0530b9ab62ac80fa4793a4db9, '', 0, '?'),
(0x0b34e65e4efa8a2dc29f1438bb1ec66a, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_chat_bubble_24px.svg', 0, 0xa46ae0e88ceda6be75d3ead127540b3a, 0xa46ae0e88ceda6be75d3ead127540b3a, 0xaa79a0282bdcb3e4ee32849182f53041ff5c182818348dd427a07974cc311bb8, '', 0, '?'),
(0xddbaf03948cbc98df825194059b7ed46, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_chat_bubble_outline_24px.svg', 0, 0xa88a08b3e29392c380deaaec13efffd6, 0xa88a08b3e29392c380deaaec13efffd6, 0x8850effeb6966109674fbb203b46ea737680bd0036e339c7de9f67246d329b20, '', 0, '?'),
(0x10f3141b6808819656310f78625d06dc, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_clear_all_24px.svg', 0, 0xe2e16e34ad48327f7feb759b907ba85b, 0xe2e16e34ad48327f7feb759b907ba85b, 0xc6fb09b930fad837adfcc1535fd24ceef2e68d30023cabc257821d0bf508f8c7, '', 0, '?'),
(0xf8be8ede10be6894dd20f16b457edd1a, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_comment_24px.svg', 0, 0xeb56841b116108f9515e244947caad11, 0xeb56841b116108f9515e244947caad11, 0xada067830e3b08921a53de9075ae89b88f449d2f103d7abc9fddfc4f7c971947, '', 0, '?'),
(0x5c18174c0ef4db95c3940dd9210f3717, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contact_mail_24px.svg', 0, 0xba93cb735bdf71f94319e39293e5cecf, 0xba93cb735bdf71f94319e39293e5cecf, 0x69f1988981139eb2840e632a4f6a2b482761f64870a59915f9af0464441bd58a, '', 0, '?'),
(0x5feb60a596e15da5ede08642a1c9bd2b, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contact_phone_24px.svg', 0, 0x2081e10884d3e8c5bde0521a52d8f5af, 0x2081e10884d3e8c5bde0521a52d8f5af, 0x398ac1ae51a7f4a8c970d3ef0814609ab2d51c1764c65dec68484a03dcd1cb98, '', 0, '?'),
(0x23d51da486527cf37106fe206a2f8ec3, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contacts_24px.svg', 0, 0x8d5d8a256386585d27ac911b3a21d549, 0x8d5d8a256386585d27ac911b3a21d549, 0xf4b84233d397b0e2ff8c5526474a7c25794baa5aeaceccb24feffd7465ac9180, '', 0, '?'),
(0x6e14c5b22813fb782c3d604c5557d9d8, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_dialer_sip_24px.svg', 0, 0xc325e4741e93dfb8b40ec0d19351c62c, 0xc325e4741e93dfb8b40ec0d19351c62c, 0x997c2bb0fe1316265dcdb670899827eb81468adeb6744d8572b6e128b93e7465, '', 0, '?'),
(0xcb8da54e912eb541f33612420898d27c, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_dialpad_24px.svg', 0, 0xa8a2cf1393a9099aa0e748c19c5d1516, 0xa8a2cf1393a9099aa0e748c19c5d1516, 0x838c99076717cfd9c51ae948a61c4d3929b864bdc358ae9be6e44bede47de178, '', 0, '?'),
(0x579da41d9fad0f3798aa5c8363c9215c, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_email_24px.svg', 0, 0x3176293a03ae0fcea25867f375898c30, 0x3176293a03ae0fcea25867f375898c30, 0xf45e23c39be38d777afabde9aa738bfdce6e7b9dc2d1ac08222c2db069dd69b4, '', 0, '?'),
(0xfe57705bec3c4b91aa92e111b4d1d784, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_forum_24px.svg', 0, 0xa323b6355c23b5a3ab8e4e8a9aef08c5, 0xa323b6355c23b5a3ab8e4e8a9aef08c5, 0x14fd16ef174846bf533a7fd83917fb937a021cd3a35eb1035d0ac0c2e0b6fc14, '', 0, '?'),
(0x768d05aec54751f9cf36bbc054f20ae2, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_import_contacts_24px.svg', 0, 0x59e9122d8a95d541abca1d6814330dd4, 0x59e9122d8a95d541abca1d6814330dd4, 0xdcc184d7958087c461b4b4bc5dd6ae3c00a1fdab3e1c9110ba3f7e5fadf44ce8, '', 0, '?'),
(0x434dc8fa254b2e49841d573b28e4d93d, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_import_export_24px.svg', 0, 0xc67cadd3a29b0d04657a1464ee7c1435, 0xc67cadd3a29b0d04657a1464ee7c1435, 0x358485aa456149cff56ab30ac4dd5e5f5624a1de2563ddda752d9a85b758cba5, '', 0, '?'),
(0xdb25e3e06a6fa87ad17c25122a7b279a, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_invert_colors_off_24px.svg', 0, 0x2ae57dfbc18bf25615bcf7885f9fab16, 0x2ae57dfbc18bf25615bcf7885f9fab16, 0x8e841b1bda6d084498a54bc0d82baedbd2c3fc66b5ffc13dadbe267d0477a5d9, '', 0, '?'),
(0xc66f5832e62e6a1ac284477498eb8f52, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_live_help_24px.svg', 0, 0xfc05632f6a2065c2072a63a1198def59, 0xfc05632f6a2065c2072a63a1198def59, 0x149ed38a191e8b702b623cffb5bc9eba0b2e09facbb40f94b7b5962f2f8f48cc, '', 0, '?'),
(0x586c52a533a4b107c826e56df7c169ca, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_location_off_24px.svg', 0, 0x69cadba14742462e2584fd0a9ef5c925, 0x69cadba14742462e2584fd0a9ef5c925, 0x6d7d85353c3c0478282c0a27c637403cee8141fc828c437067674f589312a5f3, '', 0, '?'),
(0xf652c7c93a1e538489a6d119cc9db187, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_location_on_24px.svg', 0, 0x49827d1919d49a5ea8d1deb5ca511a77, 0x49827d1919d49a5ea8d1deb5ca511a77, 0x5c5d3ae3b330b2c363f8b04137926bf6bfb154bea7e560aaa30ec60928fd9c00, '', 0, '?'),
(0x0c19eb7f599ad92fa9b75830f7ebf540, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_mail_outline_24px.svg', 0, 0xa692699889cf816b3e2e94aed6a6d76a, 0xa692699889cf816b3e2e94aed6a6d76a, 0x98865aa13fd4302114cc3a597bd3614b243a2e7cfe3ae5d69bcd5f41111edfe9, '', 0, '?'),
(0x3cbaf86b9ed00a07c77257d6eba5f842, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_message_24px.svg', 0, 0x2ead965b6dbe33ac259c94a066941fc2, 0x2ead965b6dbe33ac259c94a066941fc2, 0x2f6693d71e5507a301e435031e87868b9cec0638897eeaa2974ca4f9ac07735e, '', 0, '?'),
(0x6a54b7e9b37c22f8f236fbef7915a988, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_no_sim_24px.svg', 0, 0xe8720a6923f5f6129ada85559e8bcd1f, 0xe8720a6923f5f6129ada85559e8bcd1f, 0x025c4e0956cf5844f1f0cbfdd56bd159bda6b6a4633c95ceefcb0e8d039c5520, '', 0, '?'),
(0x16d38bd49a1395286a8d947e54e05db1, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phone_24px.svg', 0, 0x3857464b453fda6d17b75402cc4476c0, 0x3857464b453fda6d17b75402cc4476c0, 0xe45431a5071178e70cec8d2ebccf17da177e638345f362d48f471e419feb9376, '', 0, '?'),
(0xce9227666f3efa1c3270799d4333a91a, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_erase_24px.svg', 0, 0xef75460ba19bd4005951578cd5749d13, 0xef75460ba19bd4005951578cd5749d13, 0xcc3917f0d8a228638552d8b89c9ca599ffffb73c1b81607e56fada6597e877a5, '', 0, '?'),
(0xec985f8a0c94e328abc4bc9218ce9d70, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_lock_24px.svg', 0, 0x69c165a1f95667583063d19a2ad50661, 0x69c165a1f95667583063d19a2ad50661, 0xd81c866b5a2591052621f5f5e7e2a1ceee999bb1a39ef1b532b33b690658440c, '', 0, '?'),
(0x0f3e24f1c92486e8f067699eb684905e, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_ring_24px.svg', 0, 0xc5ece6a1249d902b5b35bdf1953044da, 0xc5ece6a1249d902b5b35bdf1953044da, 0x0df37e0509cf86d70f0406c265ce0866e695cea0cca7644ca4c4240f0e11b882, '', 0, '?'),
(0xf66a13c69603331cf3044adcaace6c49, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_setup_24px.svg', 0, 0x6535af0fdcb8909edcb7557cbfb64531, 0x6535af0fdcb8909edcb7557cbfb64531, 0x5e5adf759e972d9a113a22c9ff5d2358459653d721e04d4610095c1b8effea90, '', 0, '?'),
(0xe69ed88b8529d754835b0972059bd2e7, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_portable_wifi_off_24px.svg', 0, 0x881984a44fe91198761b6eba5ae29679, 0x881984a44fe91198761b6eba5ae29679, 0x89852285f1f70987a7f36f41d97c037784970be0096777cfe7778e591c27f82b, '', 0, '?'),
(0x53a506d5012d834fac3a0795f0522468, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_present_to_all_24px.svg', 0, 0x9984b44b40aff23700da596b84bd1048, 0x9984b44b40aff23700da596b84bd1048, 0x057e81dec5ab6287a1a9c54f9c207a4b2cb4102af1a5feb2ad2d0059cc21532c, '', 0, '?'),
(0x040a9106e3eff9222cd7c9d6a2eb9292, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_ring_volume_24px.svg', 0, 0x35712a83a161f170807eabcf1f235be1, 0x35712a83a161f170807eabcf1f235be1, 0x8bf2d23d3c5edc2246ddb840cfb33a1179f2fcd91bf14fb51dd13815ee6f116e, '', 0, '?'),
(0x09eebd25257c261630a164d51d3ffbc6, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_screen_share_24px.svg', 0, 0x6841f7361b85b2d41581ef2e43f49937, 0x6841f7361b85b2d41581ef2e43f49937, 0xb289839b9ee5c1315bcbe936dbf61ba6b0773bf589809306cd246546193da462, '', 0, '?'),
(0x8b980b3cbd9fffe9933e24f406638ac2, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_speaker_phone_24px.svg', 0, 0x4663c6b9532e0abee5268e212fec49bf, 0x4663c6b9532e0abee5268e212fec49bf, 0x90d7c8c5d0879a1eede1977132263b5ec9c8d9e400d7786616ae7e9e3fb5dd7f, '', 0, '?'),
(0x35d214b96eb61c2159048adb117c911d, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_current_landscape_24px.svg', 0, 0xdf8e585d0b04728d15a3c415337d5b6b, 0xdf8e585d0b04728d15a3c415337d5b6b, 0x9bb1b1668b58c30ae7d127c8d324a297d0559f614206e99a700d53660dd152c7, '', 0, '?'),
(0x3d09a74140af271f5b5e9ef53a7fdc2f, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_current_portrait_24px.svg', 0, 0x3053dcbcd8fee1f2425f363f217a1f45, 0x3053dcbcd8fee1f2425f363f217a1f45, 0x9cc33361a76aaf62020037482b2636eea3aecd3b284637a1a8de8dc1db13bb24, '', 0, '?'),
(0x0f1320c6b571c232faf78f1b36341d9a, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_primary_landscape_24px.svg', 0, 0xdf8e585d0b04728d15a3c415337d5b6b, 0xdf8e585d0b04728d15a3c415337d5b6b, 0x9bb1b1668b58c30ae7d127c8d324a297d0559f614206e99a700d53660dd152c7, '', 0, '?'),
(0x13a40bbc3e17b1085cea4a61b18d8907, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_primary_portrait_24px.svg', 0, 0x3053dcbcd8fee1f2425f363f217a1f45, 0x3053dcbcd8fee1f2425f363f217a1f45, 0x9cc33361a76aaf62020037482b2636eea3aecd3b284637a1a8de8dc1db13bb24, '', 0, '?'),
(0x8e4b47b24efe65c2804d9abd2a72b157, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stop_screen_share_24px.svg', 0, 0x7f2410e3dc3c7455f01c02e7df3c88e1, 0x7f2410e3dc3c7455f01c02e7df3c88e1, 0x4b09c3638777116290d7db58457ec56fe320ad6ca2a44d961e37a7ed662698f8, '', 0, '?'),
(0xfb9ad156d9d39297d84712382e92f56d, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_swap_calls_24px.svg', 0, 0xf76be2f90dbd26964a99d01967a419a6, 0xf76be2f90dbd26964a99d01967a419a6, 0x0b3fca135480c3160c52348e6bed501893458b65c2984d821dc96c5b4179f2a9, '', 0, '?'),
(0xb43d5ba6ec610469557cf1798db3c2b6, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_textsms_24px.svg', 0, 0xeaaf52be351fa5c5fd21362f21a8b62b, 0xeaaf52be351fa5c5fd21362f21a8b62b, 0x5c738b0a6df93b7b04817328aac7ccdddac40a8c43892845b038fea09c272b0a, '', 0, '?'),
(0x2c63081dbea22a51b9b735d7cf0bd5b7, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_voicemail_24px.svg', 0, 0xb2e33750e38959ce373c3348b17ff6b2, 0xb2e33750e38959ce373c3348b17ff6b2, 0xa1a6fcc21157c2eafc0789ded81f730fe1c785bb42b7442bcdfb17c44923ccc9, '', 0, '?'),
(0x5137086db536510abcd2c557dcc19aed, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_vpn_key_24px.svg', 0, 0x4ffe2636bbd0509096816a9e036e65c5, 0x4ffe2636bbd0509096816a9e036e65c5, 0x858327cbc5649f8ca200d13b01abe2a6ebd82710acb7efdf8abb2069e60fd2e4, '', 0, '?'),
(0x720c2e0a6c205fbdb62287f1e0180d57, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_24px.svg', 0, 0x22545845e23c778f557dd876e86bc7c8, 0x22545845e23c778f557dd876e86bc7c8, 0x6dc36ba23ae0bf4fb77bf5c2ede1143a57d6a0dddbfc63cc4dc0aae33c97f9a0, '', 0, '?'),
(0xf4fa389e54c6fe290c5023322fc25ed3, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_box_24px.svg', 0, 0xa3b335d991540b3847b3eb0e8b0d7b18, 0xa3b335d991540b3847b3eb0e8b0d7b18, 0x57651e6709bcb6c1ec7d34b934f821bf45617ac4212fcb417601e3c53b3c6f7d, '', 0, '?'),
(0x53afa7eb6113478b882ea98e2460a390, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_circle_24px.svg', 0, 0x4b60bee07c13c10221751b2d1ada797f, 0x4b60bee07c13c10221751b2d1ada797f, 0xcc8a67506acea1d56852f3b7745391cdf67904cc34cea140f62ec26efc78e0c2, '', 0, '?'),
(0x200f2b2a9c400abef9f527c6d97facb7, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_circle_outline_24px.svg', 0, 0x30a8cf4b43b423383acba94003d9fe6a, 0x30a8cf4b43b423383acba94003d9fe6a, 0x0a9a7006f700616ac8355f9665c4faa00748aacde5e4a00311a39244951b6e6c, '', 0, '?'),
(0xf9dd5e7938993710c50b7a5f6652c5a0, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_archive_24px.svg', 0, 0x245df53b2d3768bcb4029db7f5e170b3, 0x245df53b2d3768bcb4029db7f5e170b3, 0xd2e7b19a00d1dbc954928495858c8779f051584918b192933805f40ad48aebf6, '', 0, '?'),
(0xb3b86c7bf26f31a35fe93830a4a5a4b1, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_backspace_24px.svg', 0, 0x57e6efbea1fb518e9d3d7b61eb01baed, 0x57e6efbea1fb518e9d3d7b61eb01baed, 0xb5a0032e9f11ef10d2c5a59fc687c3a299b307bf783862d19b9a8ec9d3aab14d, '', 0, '?'),
(0x29246f6e8a983194a548bb6611a6cb7c, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_block_24px.svg', 0, 0xee774a3203c41d5d7c0d45611285ebd8, 0xee774a3203c41d5d7c0d45611285ebd8, 0xb47c4e1a0697ccc05965da9f7e030eddc32bb935982777864c923b40352df687, '', 0, '?'),
(0x055b26536317e1335a850c3644f0977e, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_clear_24px.svg', 0, 0xaddfce46ee90a4cc5f8d1aa464ab9822, 0xaddfce46ee90a4cc5f8d1aa464ab9822, 0x4dfe728703593574c1d9114aaca0ce241559bc4920c53f82ecbec0ece0955ee2, '', 0, '?'),
(0x7cc95e3fd4bdb58b83efa7fc4a235b24, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_copy_24px.svg', 0, 0x5bf3128324a956d222ef8b94901821e1, 0x5bf3128324a956d222ef8b94901821e1, 0x8766a031bfbc79005080a80892795b2225d81a12ee458c73c4e748cd38159c44, '', 0, '?'),
(0x59c4e2dd4f695ad0e782667cf58e2d77, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_cut_24px.svg', 0, 0x6a0a5dcdc717cb700cdc0e4416db0165, 0x6a0a5dcdc717cb700cdc0e4416db0165, 0xbc04bdc745faa5a4091d0afa12b6b9531b4a312768de08e63f8171f00efd44bb, '', 0, '?'),
(0x1af025d85b14683d8481b63df9a9d269, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_paste_24px.svg', 0, 0xb52624c531a92b91d0613ff4fb1b0e55, 0xb52624c531a92b91d0613ff4fb1b0e55, 0x6bfca646934e4596e6cebadfad4401be7c1a8c09013610d52305db0f16c69476, '', 0, '?'),
(0xf676562931ccc3c854d1b622084a4d19, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_create_24px.svg', 0, 0x39d530354818d7f8715ef914c2801afc, 0x39d530354818d7f8715ef914c2801afc, 0x8cf4107675023ba6e59bff1bd903e9d7814f3c4ba652ca60d6bdc9d3af9b247e, '', 0, '?'),
(0xde5ebb058b7802c653904be676bd4f17, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_drafts_24px.svg', 0, 0xb8596f44f74dda89a0c1f4f53042cb88, 0xb8596f44f74dda89a0c1f4f53042cb88, 0x5c451fb468660afb52d43a5119e5b4227ed905f4da4b0e56d3424f84b3cadf0a, '', 0, '?'),
(0x65faa25069378d2babd624c8001f66f6, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_filter_list_24px.svg', 0, 0xe2b052f552ea054dfcb2e9932ed149b8, 0xe2b052f552ea054dfcb2e9932ed149b8, 0x19c78824ecaf49a89f842ce8ef301627b5a0a859930c6b8aac9dc0db4ff6058d, '', 0, '?'),
(0x039dcede5bca60be1c2e075750a71d41, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_flag_24px.svg', 0, 0xede24c91689b1f32f4e07e17d5e0b720, 0xede24c91689b1f32f4e07e17d5e0b720, 0xbd842ac65d3400ca4174b0814a5bee9313d42e76048f748c829e5bb9499faed1, '', 0, '?'),
(0xd7905399851c0a3851264e1478e33a1b, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_font_download_24px.svg', 0, 0x50ef22405e3fdf85ca14007f54a4eea9, 0x50ef22405e3fdf85ca14007f54a4eea9, 0xe921d24dd1d80bc6ec128a8ac476823c3f115f8fbd016d6623ffadaad516b9f4, '', 0, '?'),
(0x2a12560db258d11a144bdbfb2b57766f, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_forward_24px.svg', 0, 0x22b40166045ba3914507505800f523f6, 0x22b40166045ba3914507505800f523f6, 0x8f11fc2868d18082d05a4e6b990c871ac1e4e2df5b4121047ec42aae632900bf, '', 0, '?'),
(0xd48d98156b728d7fc3185c913e53c493, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_gesture_24px.svg', 0, 0xfb3e9ae0d6a0c80500d4486e6778447f, 0xfb3e9ae0d6a0c80500d4486e6778447f, 0x01c1fdf05997c5b2049def2ab0e7c4881275f563aaf5faf647d261ad0b7269f0, '', 0, '?'),
(0x13c47e955b19c4b669877b2ca52c32ef, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_inbox_24px.svg', 0, 0x593842a12ca4747157d0e64d91013558, 0x593842a12ca4747157d0e64d91013558, 0xb5f8f60e3c39d03860a2fe2989b3ef198f15ef277eb2ad051bc6e752210dc308, '', 0, '?'),
(0x5d3531b7e4a0f92614afdd0a20709a02, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_link_24px.svg', 0, 0xb060f37404ecad879591b0fd4af12ff4, 0xb060f37404ecad879591b0fd4af12ff4, 0x166dd816da2ee71e3c59198ef43fcccd3fa66e881a606afd087883d5688315b0, '', 0, '?'),
(0x1701b8ae00510df0d1424aa9cc25af0e, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_mail_24px.svg', 0, 0x3176293a03ae0fcea25867f375898c30, 0x3176293a03ae0fcea25867f375898c30, 0xf45e23c39be38d777afabde9aa738bfdce6e7b9dc2d1ac08222c2db069dd69b4, '', 0, '?'),
(0xe01e795179f1ecefad6088ef3557475e, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_markunread_24px.svg', 0, 0x3176293a03ae0fcea25867f375898c30, 0x3176293a03ae0fcea25867f375898c30, 0xf45e23c39be38d777afabde9aa738bfdce6e7b9dc2d1ac08222c2db069dd69b4, '', 0, '?'),
(0x49284979174925992507764031edf8cf, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_move_to_inbox_24px.svg', 0, 0xdf39c77fc56bcf5a8289d55e8c5d77ca, 0xdf39c77fc56bcf5a8289d55e8c5d77ca, 0x14f6e86598992b63bf44d06a53f79dfef3bb05ab91f7cc65a477b3d56c4292eb, '', 0, '?'),
(0x7281b003d3bcbaa782cabf42dd219e9a, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_next_week_24px.svg', 0, 0x463efeff4828b9a2654e188f0ba94da3, 0x463efeff4828b9a2654e188f0ba94da3, 0x2d3d24b88bccaa706e47d939d548318ff8390ed2db6726c2fb2bb9864b9678e0, '', 0, '?'),
(0x1eaf8c307bbbf54b03ba2c612b9d6741, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_redo_24px.svg', 0, 0xd053876ca7cca0fec834446f8e6dcec9, 0xd053876ca7cca0fec834446f8e6dcec9, 0x42866928bd45b58995c9c00b5b9a9fd03f33cef4659e3ec11b3b7fcb76777d7a, '', 0, '?'),
(0x23500e10964391824e59f5e4540329c0, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_24px.svg', 0, 0x175db760bd2199722b541f71d357b09f, 0x175db760bd2199722b541f71d357b09f, 0x34953e329591cccc540bb3050b84cb5cd2648077f7779c90188fb2601a55ea48, '', 0, '?'),
(0x7927f34ca4a62e6548c6aa3c1fef8a76, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_circle_24px.svg', 0, 0x7bf1755777e18bcc1edc9858ba4e9f99, 0x7bf1755777e18bcc1edc9858ba4e9f99, 0xaa03af42d6e12bd077994f1952e6ba2ef8a7d790e25a3b057704ff3a7cebe60f, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x6fabe8fb5e346cf23a4b60dc9b3138bf, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_circle_outline_24px.svg', 0, 0x2f5085dc8f1b250dbb107eaa39657afb, 0x2f5085dc8f1b250dbb107eaa39657afb, 0xa53fb336b449295e0746db9cb2805154be256171ba77c52c54d60b4baac9e34b, '', 0, '?'),
(0xf6c7c1293760abc516a49c55d9c6a242, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_reply_24px.svg', 0, 0x084834c0882b6aa613eb1bca9bc1762a, 0x084834c0882b6aa613eb1bca9bc1762a, 0x8ed06b2fe54255b13ad7c412fe342128abb0302ea8301fd3e42a3c9d91c14502, '', 0, '?'),
(0x0c34b52db5dc00e938c9d1264c7199b7, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_reply_all_24px.svg', 0, 0x098d87c71414f50814abe89ea5fed673, 0x098d87c71414f50814abe89ea5fed673, 0x797e06afab2f02e619ccfe939374bb624c644eddf6b535e8e3653d7354aad962, '', 0, '?'),
(0x8158db9b8ae036fd901dcac0fd6c05dd, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_report_24px.svg', 0, 0xa1f47b772e707b4573cbebac2178f0a3, 0xa1f47b772e707b4573cbebac2178f0a3, 0x69a4ca632e0bc95cefecd26b20723bcbf098b38d3b5155edd4dfc388359fa30e, '', 0, '?'),
(0x8e6e22e709e5f6a7cb1105f20269ccd7, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_save_24px.svg', 0, 0x19b13d0b6b8774b448c6ebe7d5180653, 0x19b13d0b6b8774b448c6ebe7d5180653, 0x2c4314b81fd24cd5c94a6bfbf08c9470a88919832262287919406339358536ed, '', 0, '?'),
(0xbe5ef1dde5c86846f6225f94d6986e6c, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_select_all_24px.svg', 0, 0xa1ed23f1a49f16dde1bf230598badf16, 0xa1ed23f1a49f16dde1bf230598badf16, 0x7c18116e82e89086e10f630b8fe58afd2a8e96121314bc43efc2e76d670006f9, '', 0, '?'),
(0xdd7f309a7089b1eb3b3d3a4e70a031bd, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_send_24px.svg', 0, 0xa237a79717bcc1ba8098c39ae4dae19c, 0xa237a79717bcc1ba8098c39ae4dae19c, 0x05187c281424ab791b834ba3b31902413d41bcde8500332e4794aca877d2d24f, '', 0, '?'),
(0xedacb00e4b7ecdad13468f2bea04e80c, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_sort_24px.svg', 0, 0x6471d71e59058038c5de22090c910d02, 0x6471d71e59058038c5de22090c910d02, 0xf36cdcbe6cc8c4f138e24b326926667e68b15ec40bb41c294bce59477ecffb12, '', 0, '?'),
(0xf5e5ebf14b1f1fd5568a45ac8514cbcd, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_text_format_24px.svg', 0, 0x67fdbc688eb711f7d2ac9f01b3ac0760, 0x67fdbc688eb711f7d2ac9f01b3ac0760, 0xb4be98f29fd33be8c2856e3b8105c88cf5a44a7962c4aa6268e2cfc5147dd42c, '', 0, '?'),
(0x3e976451132822805b394c4e088a722a, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_unarchive_24px.svg', 0, 0x95fb239d137b9b69a04b758089556fee, 0x95fb239d137b9b69a04b758089556fee, 0x8040ff51a1e21e6712c5442a6238a9a510b1e05b252bf1a120440b89f0316058, '', 0, '?'),
(0xc7022ebe427e208457d488fcae6a5615, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_undo_24px.svg', 0, 0xd343f64e61669f927f565252b8599f43, 0xd343f64e61669f927f565252b8599f43, 0x57c447761b4302356ca901dcbb12ad27fbc054817741336958539f41b9bf623d, '', 0, '?'),
(0x7c90258327c749ad1f1a7c3c08c70218, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_weekend_24px.svg', 0, 0xf438f954d8b388729ba81b09add588c0, 0xf438f954d8b388729ba81b09add588c0, 0x3264e27fc9123fdbbe7a41e5eb5a4e4d3df2967f759d58527c186bc97bdc2c98, '', 0, '?'),
(0x7e5c45ad4e04efd88984c480c3a7b3a5, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_alarm_24px.svg', 0, 0xcfcef8bcf2de273438963b3b7138b840, 0xcfcef8bcf2de273438963b3b7138b840, 0x7f558b09beef1ce5b1f82222d8ba8da948b28bd11fb12d09b84aa73df204b370, '', 0, '?'),
(0x74ab67d7bdd4cef96017deb33bf75d29, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_alarms_24px.svg', 0, 0x5dec6dd6b377284d0daeee455130ef35, 0x5dec6dd6b377284d0daeee455130ef35, 0x64a587f7d4c89f5b326ffd36028e15cc74ae1f312c9d696034da52d152bc1135, '', 0, '?'),
(0xe78b5a6412132bc41f071edbfd6441fb, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_time_24px.svg', 0, 0x9c0abe38bf6c7dae2bfc514783d0ff20, 0x9c0abe38bf6c7dae2bfc514783d0ff20, 0xa37e3260f5c9015b940cc3a9c0f9590652cc3acbd997cead3000232473b3f428, '', 0, '?'),
(0x45f7d5971bb85f473c9d109e9b93bd5e, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_add_alarm_24px.svg', 0, 0x5d1134263f0da75234a49ac1e8bb894e, 0x5d1134263f0da75234a49ac1e8bb894e, 0xa897d1959c7e9099eea33d2b81eaa33a730976624f35c7302e0d8a23d4003064, '', 0, '?'),
(0x3ba83214b001c45db0a8b4a07dc5bdee, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_airplanemode_active_24px.svg', 0, 0x41db81a71bf8266c6f887c118c5b459f, 0x41db81a71bf8266c6f887c118c5b459f, 0x5027ecb46fe7cf6f97874c17e09743d8c87ebe6fa276509261ac647dd97e1b0c, '', 0, '?'),
(0xfe404ae8017ff5035d1f6b61c008803d, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_airplanemode_inactive_24px.svg', 0, 0xed155e2751ce5731da9c05edc1a410bc, 0xed155e2751ce5731da9c05edc1a410bc, 0xb19e668952d6b8a8be81836d3b721bcebd9540ab71a568c9b6f137db63b3f9f4, '', 0, '?'),
(0xfcc51807a23265027f278924cedf1a4c, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_20_24px.svg', 0, 0xdb6d71751cffbd70fa3ae126126d9865, 0xdb6d71751cffbd70fa3ae126126d9865, 0xce5264d7a4bf70531a78bf2971f72e5d58fe2aa0a190c78af50c0a689eb518cd, '', 0, '?'),
(0x411b7c910ed7e0ada2c9cd18b81bd5c4, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_30_24px.svg', 0, 0xe89a0798a3a9db1a87103991554a0acc, 0xe89a0798a3a9db1a87103991554a0acc, 0xc742a0951ecad0519869e81b41208811194b94eba46746617eb2c0ac6924cc33, '', 0, '?'),
(0x1eaddf1df298a63ea1711e9d01e024cf, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_50_24px.svg', 0, 0x77665c073857af04b930f0407d19a019, 0x77665c073857af04b930f0407d19a019, 0x553443ac859eeaffd1af5151b810ea39f679ab3be6270c4cc2cb680f17639015, '', 0, '?'),
(0x58676dc902de1f54649f2b28b4ddbb3a, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_60_24px.svg', 0, 0x0ac1fe2de8ed75bcc7509ba37674a7ab, 0x0ac1fe2de8ed75bcc7509ba37674a7ab, 0xf9a0b9c9b2617c23d83da33070e21f5fd18449124f7e8c0d8f5322ae9193c639, '', 0, '?'),
(0x2ba7aeaee44189299806b3f70cfede6c, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_80_24px.svg', 0, 0x94074d2d6aa6aa3df7aad1b5621467e5, 0x94074d2d6aa6aa3df7aad1b5621467e5, 0x8353492397b3128bc7eab170d477380aaaf381914f7681a9cf605c14ef78d606, '', 0, '?'),
(0xd7dffd56bcf5924476edbc9b1b2b87e3, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_90_24px.svg', 0, 0x7ffaea2be26afd43bbb07825edaf989c, 0x7ffaea2be26afd43bbb07825edaf989c, 0x44a42076ef1dc253ef77f2394f08745c4664e6f36b573f87d1eee2d88b8bcaf2, '', 0, '?'),
(0x72485c7b5fe9a715f4f1ccb698351f8d, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_alert_24px.svg', 0, 0x33afbf2e1fc4496cd9276b2d72eb91c5, 0x33afbf2e1fc4496cd9276b2d72eb91c5, 0xee2e68adbbcec2e8e8ac79e5019dff27b9adb7375ca2b905342bd77d182d7207, '', 0, '?'),
(0x5b61bb49f75e05117360862f909a0cdc, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_20_24px.svg', 0, 0xdcb35d59a5b4312bbc3424d33c5bbd5c, 0xdcb35d59a5b4312bbc3424d33c5bbd5c, 0xad99337d3c5f0687c42ef68f5e976a2366fac377809c42e15fef08a818ce4f6a, '', 0, '?'),
(0xa732b7d055c238663ce1d6445d0bbfec, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_30_24px.svg', 0, 0xe214f51cc2d97e36360131c1449fd1d0, 0xe214f51cc2d97e36360131c1449fd1d0, 0xa3e1968076380551061cff61c287db289789e5e2e20ce8957782aa49902be77c, '', 0, '?'),
(0x23796296c1757c3447c9fd86feb6b3c4, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_50_24px.svg', 0, 0x57effd74a8cc4b85624011e442ce1881, 0x57effd74a8cc4b85624011e442ce1881, 0xcf037c8e61c2f06669dfd213b5275781fae38ad1d7a79255a953fa8934c2e9d1, '', 0, '?'),
(0x965f9c97efc6faadc4ee95dc019bdc7d, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_60_24px.svg', 0, 0x40c8ab98113ff72fb4bdc5d9daf55bde, 0x40c8ab98113ff72fb4bdc5d9daf55bde, 0x8263eab21feeee0005e47c01b70a0d0c8ec5995084bef4c835cc2c72262db648, '', 0, '?'),
(0x0c5684b2829e9d57b814b50765ff6feb, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_80_24px.svg', 0, 0xb32943f0877912c65ed85d6c5fa554a7, 0xb32943f0877912c65ed85d6c5fa554a7, 0x12f1aa0f25c12d0253e774d400d9ad6d29f67a0ab1acf109fa982e98973b2bc3, '', 0, '?'),
(0x09f0bc3db8790d0a651e00c92b49f9c5, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_90_24px.svg', 0, 0xe8fd6f5b4764e5c084213520938906b9, 0xe8fd6f5b4764e5c084213520938906b9, 0xa02a3d025639ba5a8c0a0a636eec6cd41acf0e7c75b735f55679e38f08a851a7, '', 0, '?'),
(0xd34726a4e326d55c7ce88ad77e3f06b1, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_full_24px.svg', 0, 0x89c2e8e0013dc26e567e16744d8c0380, 0x89c2e8e0013dc26e567e16744d8c0380, 0x31ceb0d8518354c581ab28fad91789bbf823c3f53e7e90f71d7df657774c9271, '', 0, '?'),
(0xc5ebe9e0c90d96541773ec26b5f1256e, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_full_24px.svg', 0, 0x90e6d3256d681a7b464999832406db9d, 0x90e6d3256d681a7b464999832406db9d, 0xaff7a3f9cede133dba6d598e75f1f622ada5b2e05e447ba2a42e2064ac92e28c, '', 0, '?'),
(0x51985fbb94892a81761b9b52154ac610, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_std_24px.svg', 0, 0x90e6d3256d681a7b464999832406db9d, 0x90e6d3256d681a7b464999832406db9d, 0xaff7a3f9cede133dba6d598e75f1f622ada5b2e05e447ba2a42e2064ac92e28c, '', 0, '?'),
(0x2c261095178dce04b710ae564d2e0684, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_unknown_24px.svg', 0, 0xa5fd75bec0f606898f7e2fdaf5641aaa, 0xa5fd75bec0f606898f7e2fdaf5641aaa, 0xe2210509e6baa970d69fe8c6bba7661b6e3d4b66dc1f84dbfcbb6e5b594de042, '', 0, '?'),
(0x373b35175864353a9dab7fa5c4c33a45, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_24px.svg', 0, 0x04c21e257897a1f1eefd5fa0e6b56a0f, 0x04c21e257897a1f1eefd5fa0e6b56a0f, 0xe81b9739561c7843ecce24d9ef4248fa7f2e951283a95edbd1d2b1433452f290, '', 0, '?'),
(0xa1cf030c0846400fbfa479f15a1b3dac, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_connected_24px.svg', 0, 0x539141d5a8c2292f877e78148f614615, 0x539141d5a8c2292f877e78148f614615, 0x819efc9da16dba9c8f769948e0315cc8924bac97fce7a3dc5ae508efa6d2b998, '', 0, '?'),
(0xff9035a57391f7abcf0b9e4df501b571, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_disabled_24px.svg', 0, 0x334c318a167991234246d40a84f661fc, 0x334c318a167991234246d40a84f661fc, 0x0b63f8f310e8580b86c6052c2e31582d00d0df93f83f66a2178ff1f231e6727f, '', 0, '?'),
(0xd4cb0cdd9840fe3fdaae44efe1d0c379, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_searching_24px.svg', 0, 0x630d3bb649cc8c1c8d15adb95ff382e1, 0x630d3bb649cc8c1c8d15adb95ff382e1, 0x3e54560a05437e38994c4fc98107d9d05989764bcbb69e194465bbac13278925, '', 0, '?'),
(0xf1605dea5219c63423e0e1ac770db10a, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_auto_24px.svg', 0, 0x8c307f3d5450892338bae01c40719055, 0x8c307f3d5450892338bae01c40719055, 0x73346ed032e3064b100134da461dd0872c9923db0a5086594b82d9dabb89bc88, '', 0, '?'),
(0xfa31438bdcd1ed76b58e803a90f8b935, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_high_24px.svg', 0, 0xe9d57ab7f0b9d8510e44889e09cb9973, 0xe9d57ab7f0b9d8510e44889e09cb9973, 0x10842651180e4b18fd76ebe31e254ec1008c8c9f167596a04993ce1576ad59d9, '', 0, '?'),
(0x1839526288643c4da66f405c11c0643d, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_low_24px.svg', 0, 0x16c410307caeb1f78fd7fe4da2dcb99c, 0x16c410307caeb1f78fd7fe4da2dcb99c, 0xabcaf8ea199374dfd2d0ca3ddecf5d268b64e17d717a376df4f3e06e1fee1b75, '', 0, '?'),
(0xcb5947a59dd50f32627072ac5e816d48, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_medium_24px.svg', 0, 0x54423079d379a0b2d1484cca2759f77b, 0x54423079d379a0b2d1484cca2759f77b, 0xf095b785619be3720ed0d3e2faf1392e15ba260f25c4002b3efaaafca99ce1e1, '', 0, '?'),
(0x9d7d1d0d1c00aac65d02aec539a71e55, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_data_usage_24px.svg', 0, 0xa0f6a0cf4bb44bdd344cd2ceb0713bfb, 0xa0f6a0cf4bb44bdd344cd2ceb0713bfb, 0xf984df1c4227c33898a1104b1e4ecdc2a1288d34da48aee49e41d77733f92a3f, '', 0, '?'),
(0x0a74c02795eff79ad5f7a0ed502eedb6, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_developer_mode_24px.svg', 0, 0x8d9f2467e31a589af9f75991793ae9ce, 0x8d9f2467e31a589af9f75991793ae9ce, 0xb7bed49f702b5c0e6d3e6f5fb9c69f69a9868baaabcc5744684549b77a745990, '', 0, '?'),
(0x2a5316c64902286e4f250e7b477a54dd, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_devices_24px.svg', 0, 0x8f53d110341758098707c31b7ec10e57, 0x8f53d110341758098707c31b7ec10e57, 0xb5e961bebc41465c2e3187cf1c1a835d725953e7fc12f5407c0f19ad35aac877, '', 0, '?'),
(0x948680a05cc6273dc853252562532824, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_dvr_24px.svg', 0, 0x8a50fd6684c85ff8d63d11964672d36f, 0x8a50fd6684c85ff8d63d11964672d36f, 0x0f22a69e84b8163e13624d02e7f80484bc8cc4a5b4d2155de9aeda83539b2616, '', 0, '?'),
(0x06a00b2e41df4725c799bf426455030e, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_fixed_24px.svg', 0, 0x93f3a8477e2935b36feab1c42167c0c3, 0x93f3a8477e2935b36feab1c42167c0c3, 0xac573fda93b82db54a1841c905f6c4e55608dba95453c160846fdf7b2ba51587, '', 0, '?'),
(0xa07c7a2820a3a6522966ed6aa8f5c8c7, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_not_fixed_24px.svg', 0, 0x3ea87818e4451dd679d951a62f1b6256, 0x3ea87818e4451dd679d951a62f1b6256, 0x5342b6c28d88d8de81f247cb3b8c2b621570eaf15f403d2c0f6e5b4d9594ebe2, '', 0, '?'),
(0x9325deb993d1cb0baedcd6510d9dad3d, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_off_24px.svg', 0, 0x25c5af75b4c5938900c78c8a0cbf9289, 0x25c5af75b4c5938900c78c8a0cbf9289, 0x53311b69a7d9054bd1a16e4bd667ed2de6740fd5233c123ac019d5b4f9cc2de5, '', 0, '?'),
(0xd41964ea9c16429071136fdd7cf0f5db, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_graphic_eq_24px.svg', 0, 0x5e48ae8d7d54c79a65e5d909ef8bfd2b, 0x5e48ae8d7d54c79a65e5d909ef8bfd2b, 0x9f842ac5f88a558abdd6592df5e8dcdc7d39deb30dbea9844dca43020c107ee6, '', 0, '?'),
(0x4ad1022a1f6736ca9fa4027e7670c440, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_location_disabled_24px.svg', 0, 0x25c5af75b4c5938900c78c8a0cbf9289, 0x25c5af75b4c5938900c78c8a0cbf9289, 0x53311b69a7d9054bd1a16e4bd667ed2de6740fd5233c123ac019d5b4f9cc2de5, '', 0, '?'),
(0xf19b61029f0ea63fa2f122887d4268ee, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_location_searching_24px.svg', 0, 0x3ea87818e4451dd679d951a62f1b6256, 0x3ea87818e4451dd679d951a62f1b6256, 0x5342b6c28d88d8de81f247cb3b8c2b621570eaf15f403d2c0f6e5b4d9594ebe2, '', 0, '?'),
(0x2d59c910914dc827244e5712bd7e9f8f, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_network_cell_24px.svg', 0, 0x383b357ac1fc09a24e8c132337272b00, 0x383b357ac1fc09a24e8c132337272b00, 0xe2fac24b39057e140515c4420c902614f69cc3585876640eaeae7d7172f90c5b, '', 0, '?'),
(0x0d88e4eaeb6ff78f4d01f03ad258dc6b, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_network_wifi_24px.svg', 0, 0x1631b401a1b906f2de438c08bca7c5c9, 0x1631b401a1b906f2de438c08bca7c5c9, 0x8fbce25610e2ddd4f5c62b05f5fb6228ecc1a7b038824c25aeec0891c96d0a49, '', 0, '?'),
(0xb4369a6724e520338b596476f140c207, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_nfc_24px.svg', 0, 0x2567b4ba3a5a428ac0770437155650da, 0x2567b4ba3a5a428ac0770437155650da, 0x253f0324c55e20e875d5a659e500406ba3e8f5eb578f8b3ba6d8d1d5fb9e2e2a, '', 0, '?'),
(0xff288b7ee63f022330f7e995cbd2b9f3, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_landscape_24px.svg', 0, 0x8e229f74d73de6a3596f10a78d9fa3c1, 0x8e229f74d73de6a3596f10a78d9fa3c1, 0xdcd5b36521b7847da323b0dd1e5b7df2c692abcfdf62e72bd1e166d58df71e3c, '', 0, '?'),
(0xeb695b5e73543cc5bac47b81d5370390, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_portrait_24px.svg', 0, 0xcc2c10c316a92471654fee602e4450d4, 0xcc2c10c316a92471654fee602e4450d4, 0x9b66d99f4debd2962ada4d1f1a21922c819362710eeb336bd7dc0a4e0c19e0cc, '', 0, '?'),
(0x9b6698637e73b8e970d1b980df818c33, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_rotation_24px.svg', 0, 0xf1c0c22c19552c629f5754db593cf37e, 0xf1c0c22c19552c629f5754db593cf37e, 0x164d0fcffa3110970b068ab968077c2faa7a436e2ae685d6c43af361403d117c, '', 0, '?'),
(0xdd9ccc5e71f19c450380987e7d280f0e, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_rotation_24px.svg', 0, 0xedfcff9c833a3d368946f1f2309a71e2, 0xedfcff9c833a3d368946f1f2309a71e2, 0x797221c477ed0082ac7d40d778c9b37092943dfe39e6d547cbe9cd30a0ff3439, '', 0, '?'),
(0xb92c5c9ddea770d289885e76f9d3e5b7, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_sd_storage_24px.svg', 0, 0xf2af241412f14eac6fd749d867d542fa, 0xf2af241412f14eac6fd749d867d542fa, 0xea67c46c08cefda5f8f2beea9a2084ec37a849a4dbd581e9e3e0c419413d12a1, '', 0, '?'),
(0xf0f2d46ecc91345b6ad37c891c91ac8a, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_settings_system_daydream_24px.svg', 0, 0x8daa38339bae1d79060121d6d12dbf52, 0x8daa38339bae1d79060121d6d12dbf52, 0x2dd1182947dedff6b6522fcd83afa3b9a8f65aef44fb43e1052b735ea8e42b5a, '', 0, '?'),
(0x6257eec7a0553e0ba5580d2ed96509b9, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_0_bar_24px.svg', 0, 0xdfa81c544d2d48747f2187a053f06c34, 0xdfa81c544d2d48747f2187a053f06c34, 0x4d761d2577f5d6349dc510754678418c86b25b0223a2923ea116f4788980cf24, '', 0, '?'),
(0xe5a7587889495d8ccfbf1619b60b01a7, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_1_bar_24px.svg', 0, 0x6887da2ceb6da656fdd8c2104fd95587, 0x6887da2ceb6da656fdd8c2104fd95587, 0x9ea8620b79751afd14dc279bf4062f556dc833c07cc68e1bdd1855c264098b1a, '', 0, '?'),
(0xbee1e3cdda9714c7c9caa76656e2d3d9, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_2_bar_24px.svg', 0, 0x69cb34770c501009e739aab8ff0d2f9d, 0x69cb34770c501009e739aab8ff0d2f9d, 0x021e5e947705e22389612f279e3d20e8592dfc4b08e107479a018777c70eda99, '', 0, '?'),
(0xbb099d2a22f5138fba41dc22c703d112, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_3_bar_24px.svg', 0, 0x383b357ac1fc09a24e8c132337272b00, 0x383b357ac1fc09a24e8c132337272b00, 0xe2fac24b39057e140515c4420c902614f69cc3585876640eaeae7d7172f90c5b, '', 0, '?'),
(0xe62f6cb907dd19ae2570ac66608a0aa9, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_4_bar_24px.svg', 0, 0x1c45b566fc3ddcfa71efa8df7a725c04, 0x1c45b566fc3ddcfa71efa8df7a725c04, 0xdd5825f8acd0b9c61b9b8df6d1f33018a6f113c559686a7d3182d4d9c8528e99, '', 0, '?'),
(0x455b404e5cfbfcb938be107db6cf2bb1, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_0_bar_24px.svg', 0, 0x3eab91bc2bc47e0550d4869c297b382a, 0x3eab91bc2bc47e0550d4869c297b382a, 0x9fb7b9b02b70464cb0c39a60cf6eef6e02a9ea9f574f77874111c6278eb02cdf, '', 0, '?'),
(0xb76aa318bb4847e8fcd2fdea772cc699, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_1_bar_24px.svg', 0, 0xe9fd2e8ce2ef1faa13c1e736ab25883d, 0xe9fd2e8ce2ef1faa13c1e736ab25883d, 0x30beade8b72b937fa13103ac98c958d28def95497d89625040125ce28942f1e8, '', 0, '?'),
(0xbac64e935f09c54c27fdcd38595a9732, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_2_bar_24px.svg', 0, 0x7dc01d1919df94b30e9c60d19aec1768, 0x7dc01d1919df94b30e9c60d19aec1768, 0xd78f474433b7572a9a704719c7def323b20c88fe5aef13d4140b7ea6835f305a, '', 0, '?'),
(0xa34a984c87b881889e8d127064711e97, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_3_bar_24px.svg', 0, 0x47e023d2fbcb49e8d691a7892fd00f45, 0x47e023d2fbcb49e8d691a7892fd00f45, 0x151ec15302eb21dae7e757b56e69b68e7d9a43918ca64f90a6425cd083cb5b54, '', 0, '?'),
(0x660ce06b55434ded000fbf773ff52681, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_4_bar_24px.svg', 0, 0xb955b313007b0d3e55a614bf79b508fb, 0xb955b313007b0d3e55a614bf79b508fb, 0x56fb0ec974fa6f0a299092562f34b1efc15e2ae134f647db7d5f9d3541969aa2, '', 0, '?'),
(0xbb74c6c53974eef35f8f6d46c71615cd, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_no_sim_24px.svg', 0, 0xe8720a6923f5f6129ada85559e8bcd1f, 0xe8720a6923f5f6129ada85559e8bcd1f, 0x025c4e0956cf5844f1f0cbfdd56bd159bda6b6a4633c95ceefcb0e8d039c5520, '', 0, '?'),
(0xdd388a4948dc829dab22ddda9ca502e5, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_null_24px.svg', 0, 0x1b957f6f37e8194b5f80c2bc980bf2bc, 0x1b957f6f37e8194b5f80c2bc980bf2bc, 0x9bd334fdab6d6a0c7b7cc2ea3e9f7c4d0fcb6a98d45a5ab1257db10fb47e1df8, '', 0, '?'),
(0xbd5f3a03b051e11a6fb2437d4586e748, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_off_24px.svg', 0, 0x30959e28a13d082afb4d0ee28fd50301, 0x30959e28a13d082afb4d0ee28fd50301, 0xbe3b3681cd346289416f9b9cd06fc638d7616e9acb72cb69c9e25b9ff1c3de68, '', 0, '?'),
(0xe96d5b732a57102c58d4eee0c390f63a, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_0_bar_24px.svg', 0, 0xa60a52f0cb05c8ae69a564e7b71a66f3, 0xa60a52f0cb05c8ae69a564e7b71a66f3, 0x666ebafd6a769ada6d7502e6cf9bb22242eb80c6d7a5e2968111398e877c37e7, '', 0, '?'),
(0x16c113a521f01f6df599ca1c4c5c4662, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_1_bar_24px.svg', 0, 0x764a1004ecabbb0c368942124872b37c, 0x764a1004ecabbb0c368942124872b37c, 0xa7c79c106b8346ead84baa7d736982e77ae09e6d57c7f1be663bf47e06639dca, '', 0, '?'),
(0xf5ffb610a06bd5b58bb5f4301d516f0f, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_1_bar_lock_24px.svg', 0, 0xd80b04e8ab73ce4db437102f24f8de06, 0xd80b04e8ab73ce4db437102f24f8de06, 0xf8ef5b8474b6efe0d197f21474199e8d9eb37793631d688c90b5dbf9a0c533f3, '', 0, '?'),
(0x465934f60f004d229f0742c023260884, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_2_bar_24px.svg', 0, 0xb33870bc5f01e97c274677fa6e3247b8, 0xb33870bc5f01e97c274677fa6e3247b8, 0x1406ff4f1fb10b53babf344203a51b65c47068c235d1dd124730939082f21de0, '', 0, '?'),
(0xb425b751700ad76982ceccae23b2ed26, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_2_bar_lock_24px.svg', 0, 0x58c7df0f10025f4b6174255baf3d5f5a, 0x58c7df0f10025f4b6174255baf3d5f5a, 0x53a1826b8c2d07f37197ab0836cfd0bf5203b6aea8a3652b97c36e9a4926e4e7, '', 0, '?'),
(0xbe4af5ae23fa6a320d18977c541411b3, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_3_bar_24px.svg', 0, 0x1631b401a1b906f2de438c08bca7c5c9, 0x1631b401a1b906f2de438c08bca7c5c9, 0x8fbce25610e2ddd4f5c62b05f5fb6228ecc1a7b038824c25aeec0891c96d0a49, '', 0, '?'),
(0xf2ced92bd059bcecc35cfb5ee4aee1b6, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_3_bar_lock_24px.svg', 0, 0xe7083766a0e6de751e33feebda626547, 0xe7083766a0e6de751e33feebda626547, 0x85c370d144d09fa51d72ef8e63dc2c03f37a6aa28bd5e83fa16aef4fd05ac04e, '', 0, '?'),
(0xf47ea64cab5a231eecda9ed8386e65a8, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_4_bar_24px.svg', 0, 0xff4baa3adbf26732e5163f4269ad2456, 0xff4baa3adbf26732e5163f4269ad2456, 0x1bd4c02d9524e4310edaf2d73623fb7c4dfe08aa5bdf0df852f5244691772108, '', 0, '?'),
(0x65e0f9e603be15c1877c158e8b36291e, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_4_bar_lock_24px.svg', 0, 0x9b9e5d6abc305e50abd3af9aa52dcc6d, 0x9b9e5d6abc305e50abd3af9aa52dcc6d, 0x3ed07177e8cd46920562d53620a0b01c915af8f37cd3478fb76f517b2b4c0f6f, '', 0, '?'),
(0xcbd39665d7214cddb90b0099b94ea20c, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_off_24px.svg', 0, 0xcfe77da8c54eb8b0750e7a7d08b89866, 0xcfe77da8c54eb8b0750e7a7d08b89866, 0x189b9d3e8cd079451a6b4601ac7eb6f2ce3efc232f5d87cca7b1fa3ab8c7149a, '', 0, '?'),
(0x928e37d68633697b8ed764f19232acd5, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_1_bar_26x24px.svg', 0, 0x5d1ef474e8d74ee9b2c377c1a2e22bf3, 0x5d1ef474e8d74ee9b2c377c1a2e22bf3, 0xa669cadddaaed12d1067ea66408d8c37a8fd21fe7f57a9b37e9a5aba0fcc802d, '', 0, '?'),
(0x573e2e11e04e2f2f941370d989c5c786, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_2_bar_26x24px.svg', 0, 0x0e87ac119e91d248676324d1e6eda3ba, 0x0e87ac119e91d248676324d1e6eda3ba, 0x823ef599803378bc94125eac72f5cf21e552482e7277a0438ad7ed80bdeecb0d, '', 0, '?'),
(0x60bb6b2469b68a0ef8debd6a1b609ec7, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_3_bar_26x24px.svg', 0, 0xa7070eb78887bd1a4407cbc24288039e, 0xa7070eb78887bd1a4407cbc24288039e, 0xd2763ba2c5628ca0dde97d829f006a3f4910deb41269675195b522d18260e543, '', 0, '?'),
(0x4727faddec6037cd0bb12904ccbc5cac, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_4_bar_26x24px.svg', 0, 0x5ad94abad658cca612a25af0d2fac0f9, 0x5ad94abad658cca612a25af0d2fac0f9, 0x47fd8b40f9a4462ce2b30be775917ee37892b7836c6e94487000392466277055, '', 0, '?'),
(0x541fe4cd938c0aca6168c21b3efd9010, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_1_26x24px.svg', 0, 0x65547dd60ee2d2151c8e033dfaf296f5, 0x65547dd60ee2d2151c8e033dfaf296f5, 0xc13fc05247448106db0f17bddf904f6534e286f7a3c853bbc6e1a3b13d115b49, '', 0, '?'),
(0x4f95a78696456b268a9bdd1ebbd64f9e, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_26x24px.svg', 0, 0x1cb87fe1b4a8dee851c0ae5803c8edc4, 0x1cb87fe1b4a8dee851c0ae5803c8edc4, 0x382e85692d88df874cfaac2e90c157e68eb2e10bb5a320a761afea4eb6ce6108, '', 0, '?'),
(0xf51958be7f23380ceb4ca881a362fe64, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_2_26x24px.svg', 0, 0xb11eebee13aae2b73d23b852e035c131, 0xb11eebee13aae2b73d23b852e035c131, 0x94fae4bdb6510ce8b39a0dc9ad9850f2fd2edc4d1a485c98b7c9ad7c100956e6, '', 0, '?'),
(0xe7a4be659ec8480b990fc5f270f7c6dc, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_3_26x24px.svg', 0, 0xdf8d8add5d2c832b897597d53890fc07, 0xdf8d8add5d2c832b897597d53890fc07, 0xaeb9201627df75187d9a2e0f30f58c281b81278bd18d5ed92e83b9abb767e345, '', 0, '?'),
(0xcb75aa72443e06b9a4319c5353fd8658, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_4_26x24px.svg', 0, 0x34b49af32c87ff8f59d66e54b67812d7, 0x34b49af32c87ff8f59d66e54b67812d7, 0x96e2df857a0aedee63ff2c226461c1cd711c2150f7fb04d7f233c468a5b59d72, '', 0, '?'),
(0xb14e429161171d5729b8d809243ace95, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_not_connected_26x24px.svg', 0, 0x82a0e1b0e0ccc15c751d9c4447371e9a, 0x82a0e1b0e0ccc15c751d9c4447371e9a, 0xb80e8439388b5d79001422773f89a6060410f983a30b758e7dd2be6175833970, '', 0, '?'),
(0xecd35c4a1e4c7e79857a62b72c8c85d3, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_null_26x24px.svg', 0, 0xb5a84c9391093524525aa928e67f3a99, 0xb5a84c9391093524525aa928e67f3a99, 0xa8ca96187ece501fd661231e8b3b9bcfa6d816f3f87e1020549b4cf7199d94ce, '', 0, '?'),
(0x957907329c25c38549803ec72db1654a, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_storage_24px.svg', 0, 0x09919846c7faafea931ff410cb506221, 0x09919846c7faafea931ff410cb506221, 0x6e22e05f9f7e090591452ba105e39850404f99f7a6155370fb12815f105e2a22, '', 0, '?'),
(0x45f6964dab160c5a3b8878243e3a5f7e, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_usb_24px.svg', 0, 0x53dd472a876deac9348969c3f61d5310, 0x53dd472a876deac9348969c3f61d5310, 0x89516506610378d7e2b648a324a848752adccdc28d27b0ab29cb0267e1fb9100, '', 0, '?'),
(0xd1a0bca1dcb1b3b455664f932909b430, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wallpaper_24px.svg', 0, 0xc5c0f6cfc7b84ea13c9c0d497d36aab4, 0xc5c0f6cfc7b84ea13c9c0d497d36aab4, 0xefa423d7ab4e6acb876c1cabeebc3f5b841fdfada1a0f1c43a436cfef30773c0, '', 0, '?'),
(0x745780cfbed24c34f5cb5d54dc2743fc, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_widgets_24px.svg', 0, 0xf083135010cc9adc5daf107c8953164e, 0xf083135010cc9adc5daf107c8953164e, 0x8d301b7b4bad9a5e969eaeeacb428046216d0644713ceba6098104eda1d5cc42, '', 0, '?'),
(0xd6e8d646071f95b27a23890ac129375a, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wifi_lock_24px.svg', 0, 0xb5d0e997984dc89594d1977a9c81f9e0, 0xb5d0e997984dc89594d1977a9c81f9e0, 0xc5eb300bf320f765fc9f1828ac707a9a0cbf1f92a8c47e1aabcc4b88f18b45b4, '', 0, '?'),
(0x2d374f016e05577645b4aa9797c318fd, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wifi_tethering_24px.svg', 0, 0x017a0485304ebe6f2cfb672b6a47a3a3, 0x017a0485304ebe6f2cfb672b6a47a3a3, 0x40a58def68394b353cd0919ac10810dc203d8b4b1f09f9bb8ca16a0c18308922, '', 0, '?'),
(0xedb012808e7e80c7fcb561bccb08672b, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_attach_file_24px.svg', 0, 0x609aeef891c442ecfb906bcea96d152e, 0x609aeef891c442ecfb906bcea96d152e, 0xe91677eb51771f562c110ff23f41cead30f6e63068763aef792c24341df19703, '', 0, '?'),
(0x21dce09b0dd2ea22895afd7e2bb40919, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_attach_money_24px.svg', 0, 0xe10978874a88c178c872d11ce4910d35, 0xe10978874a88c178c872d11ce4910d35, 0x9bd698ad6f8358fc32cbd517f55b3f134e64188889be182b4188919a1fe1ed3d, '', 0, '?'),
(0x77bb52d2be1d7a272a136d330b409964, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_all_24px.svg', 0, 0x64b29140c5910ac6f262b7aaf0ef32b9, 0x64b29140c5910ac6f262b7aaf0ef32b9, 0x1479800965094dff8e077469d95b78148053e3ebc72ef58e242e33162770da46, '', 0, '?'),
(0xa2a967fc02f11561ee86cf73dca734d3, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_bottom_24px.svg', 0, 0x47ff1665808ae1c9988b185be5bc1376, 0x47ff1665808ae1c9988b185be5bc1376, 0xb677c7ffabcfe6b862abbfc03a0780445ec8270384dc88ff010fe09cf38e9cea, '', 0, '?'),
(0x2de7ba96c42822c343c96aebfcb20492, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_clear_24px.svg', 0, 0xb948063bac7b658cb769b63ab8902a8f, 0xb948063bac7b658cb769b63ab8902a8f, 0x85dfca8699fddf1f9ffdb763f70975fffeddace00e84eb249cb471a0e92240af, '', 0, '?'),
(0xb765007389a3f80a3efc1c22b10b1197, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_color_24px.svg', 0, 0xf3e97cb19ad948588e7ad78bbad9a155, 0xf3e97cb19ad948588e7ad78bbad9a155, 0x7f934912f30eb0299ab20b7d09a64ad3c87ca679aa72cb87eaf95d65c245278a, '', 0, '?'),
(0xaa6bb4f348b9a9c35b1d6cbbff667a2c, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_horizontal_24px.svg', 0, 0xf51e47881fb5384647109d7b97932809, 0xf51e47881fb5384647109d7b97932809, 0xb3212e5475f123c6e8d7bfde6d7e004458cfae05d46dec5e230c3541b02aee72, '', 0, '?'),
(0x933e7312eb3a103182601e2d74fa7605, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_inner_24px.svg', 0, 0x3cdf63ac55246f01de42828b44e367c2, 0x3cdf63ac55246f01de42828b44e367c2, 0x65fed053d107a9ee98f2d0c2ef4e8e7602ab95c4f608c5a7db4cbff8df6fb776, '', 0, '?'),
(0x1084aacbe023b4fb8b2ee52aaed26f1d, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_left_24px.svg', 0, 0xa743c2b271942bb87ca9d62e03b776a2, 0xa743c2b271942bb87ca9d62e03b776a2, 0x5c5d68af9dd13b5f7385556874193a0ddb3035178e415567fdbacebb7a68a131, '', 0, '?'),
(0xda5a54802b230ee5dc45eb8bbd118f27, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_outer_24px.svg', 0, 0x41bf2ca79ea7305ed65fc92ce23df497, 0x41bf2ca79ea7305ed65fc92ce23df497, 0xf83f1a5362cb5ce51163fd579e5f426639d16cf97fbbbe6506cc8d7ca11bd740, '', 0, '?'),
(0xc7c27a7a209816992872d38de679c104, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_right_24px.svg', 0, 0xf8d2fbf2d24d8fac58b1b354467dc45d, 0xf8d2fbf2d24d8fac58b1b354467dc45d, 0x7542d014494567adb4cdc280933012c0a507dd19a3e3723e111846814278196a, '', 0, '?'),
(0x1531f745923a85a0d44cbbbb659591fe, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_style_24px.svg', 0, 0x346ec4a1a95dec5c68a1066dd1009412, 0x346ec4a1a95dec5c68a1066dd1009412, 0xf4c7b8fbb0604bd1f8b26f93438e39b106aff5975f6b0bdb780bf7ec38632ebf, '', 0, '?'),
(0x72f3ae8de29306da8c1180fa246a3ae0, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_top_24px.svg', 0, 0x2d279acd9a7102c09b25c1d143ad5b37, 0x2d279acd9a7102c09b25c1d143ad5b37, 0x6d835d50301fe82be26a12b696164850064e39a983796bcb9b843ec74f346ef3, '', 0, '?'),
(0x26a768baeec3459dbcd675be87c3589c, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_vertical_24px.svg', 0, 0x44ab635c73af218256b65c6acf306611, 0x44ab635c73af218256b65c6acf306611, 0x32ff6574be1e9a2e27be013972e1acb211a993014b2c2d28f1aca1a1f3cf7480, '', 0, '?'),
(0xf8c23cd19bec621aa4d59bc4b300430e, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_drag_handle_24px.svg', 0, 0x38efde2f994a55b412f6a47e2ece5b73, 0x38efde2f994a55b412f6a47e2ece5b73, 0xe7cd158dae97c4443a5597976c304dfe96eca1f2e7bfbfb80cde8ae86fe1ff8f, '', 0, '?'),
(0x9cb9d6d8f5c594ed26a42299f9bd5505, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_center_24px.svg', 0, 0xdd84219c5d71589ebe11a40f72d6711b, 0xdd84219c5d71589ebe11a40f72d6711b, 0x3542d624bd0d6b507847f7330222aa4c05e972aad9b3e5490ace6189b6a04bac, '', 0, '?'),
(0x7b299e61712c384e71bd7c6e546da6a9, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_justify_24px.svg', 0, 0xf3da2da9dea8e0f61f3ed1dd49f75e92, 0xf3da2da9dea8e0f61f3ed1dd49f75e92, 0xfe180e6174f3e78276a6044ff419cd09b212dae3d0e594fa6be1489bc51d148a, '', 0, '?'),
(0x86dec45939fc2fc6d3f9a4597ec080cc, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_left_24px.svg', 0, 0x76a125d17f5f918c8ef2a7fcee736b56, 0x76a125d17f5f918c8ef2a7fcee736b56, 0x864fd8c13e33c0ef594a2fbc504002b656795dea05b5021e8901925d7ee42e24, '', 0, '?'),
(0x8dfd1cb4e689bdcc76c0c8f83b127443, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_right_24px.svg', 0, 0x719602829a3b2eee79dd7d72d6143e0b, 0x719602829a3b2eee79dd7d72d6143e0b, 0x339ed426980d2eef8a997f824ca346fcf68d487522cc9a9795ed2abc613970cb, '', 0, '?'),
(0x063aba998536c74c10159e15344c6dcd, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_bold_24px.svg', 0, 0x86edb71c7cc79fb21e58bbe74e623e04, 0x86edb71c7cc79fb21e58bbe74e623e04, 0xb078b6026c7703c76debcc9b3910968b90ed04b27aa2fcfb6d5782cf38e81da0, '', 0, '?'),
(0xb61b7daa217ea8c67b735f599f5e7930, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_clear_24px.svg', 0, 0xbe5bccee7c412ebefd11c72de0deae62, 0xbe5bccee7c412ebefd11c72de0deae62, 0x4dde643b5d3cfbccceee2623524b7c3da43b2dd996a46863e46ec117e75c22aa, '', 0, '?'),
(0x199bbaf9ee6187bd4c5c2312d199d0c9, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_fill_24px.svg', 0, 0x57de55a3b28f8190bc5855afab810819, 0x57de55a3b28f8190bc5855afab810819, 0x00a6ab9be7207c098545365cb29dbc45e8546fe952e1f453b996a5179bd7cf52, '', 0, '?'),
(0xdd82027b196dfdce552e60af64c059ef, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_reset_24px.svg', 0, 0x02dd8c024f088412585717c32a8658cd, 0x02dd8c024f088412585717c32a8658cd, 0x95f96d047f1ee6813227fb39d2975c2c0afca1bd4eb3da0e0e31aab10e8e9f87, '', 0, '?'),
(0x636cc0416c435d86ae831058cf68039b, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_text_24px.svg', 0, 0xbea3e4e153d7304205cd49a885cf5649, 0xbea3e4e153d7304205cd49a885cf5649, 0x5ba4c2d851695a9b9944f2407f463bd6a3dad86cf950a9d6f54ba09d89db2012, '', 0, '?'),
(0x15520e4d9277a41c7d39477fc476f7bb, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_indent_decrease_24px.svg', 0, 0x232b1cbcab394462dd9ef4d68d5ad1a2, 0x232b1cbcab394462dd9ef4d68d5ad1a2, 0xbf5d6bc20b4f2d7a6422c45428d98f0a21bbe55e22952202ebe0db6a715afc83, '', 0, '?'),
(0x6081b0ca08c33518ff88c81da2b8c3d0, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_indent_increase_24px.svg', 0, 0x45a513a34fb02674fbc227ee70e431ca, 0x45a513a34fb02674fbc227ee70e431ca, 0x3379325a6211089a3ad6498daa3034205cf0b9239cbab49739cdad42b2839a3a, '', 0, '?'),
(0x12aacb882d58e824f497edb0f4c90825, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_italic_24px.svg', 0, 0xffb4dace909f14de1d4bf6616bdcb684, 0xffb4dace909f14de1d4bf6616bdcb684, 0xa7db18d8b5a7295d0f8b64fcefac19dc2428675be9a30cb5c25bb55576c4fb8a, '', 0, '?'),
(0xce7e99cf0245c94479c36eee59330c72, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_line_spacing_24px.svg', 0, 0xd97347ea7b1aa747c5bc87e4cf3aef08, 0xd97347ea7b1aa747c5bc87e4cf3aef08, 0x2e73dd03d837ed7904dc127b06bb9677bfcb9415eab5060813fa8c06cc055577, '', 0, '?'),
(0x94c6e18f0a41c81551e0e4b97c74d660, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_list_bulleted_24px.svg', 0, 0xd9b73d7f1c2fd6bcc6a3991843e1838b, 0xd9b73d7f1c2fd6bcc6a3991843e1838b, 0xebfa23dea46396838c91688fb04d6e3ac1b118a0559c77e3008326024eda2116, '', 0, '?'),
(0x84093eddab0b841158bf41c01064f451, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_list_numbered_24px.svg', 0, 0x625110773ac48054581fd7b8d0023798, 0x625110773ac48054581fd7b8d0023798, 0x87f307bab6b4165c4dae0aa9040acf78d1c54ea6b2d52640e3b87de237f1fa93, '', 0, '?'),
(0x9e02469983162e87baa788d19d7d8f3a, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_paint_24px.svg', 0, 0xddc6f503821ced78ff89e66a8a475b62, 0xddc6f503821ced78ff89e66a8a475b62, 0xacf3e3f17c857fbe6f9eec1ec86d83f90b111bbef5cd77f0ac4bda3aae0ab532, '', 0, '?'),
(0x7ab75583252630892d5fb5e406799685, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_quote_24px.svg', 0, 0x85f15145131bac072f9f584ea9990266, 0x85f15145131bac072f9f584ea9990266, 0x6b98b85c946ff7f4a158f8ddd663175d3f5cd8abc32c05d4c9635b58775f8d37, '', 0, '?'),
(0xc9a9a304c9253c8ec7d5c1e1385f25ea, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_shapes_24px.svg', 0, 0x3899bb034639a1d84416bead857de4c0, 0x3899bb034639a1d84416bead857de4c0, 0xe1b0c15bd5092f5d9215e4e716ec4fcfbc1f72fcc5ea056e5d45df7e7f80a973, '', 0, '?'),
(0x143fd96a351d307dce8b681bf2004d0e, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_size_24px.svg', 0, 0x78dc2fc85add2dd50446f0a9b442bb34, 0x78dc2fc85add2dd50446f0a9b442bb34, 0x0a793fdcbe8e25ee61c02c3439c4b27927a1bca264a23ba1e346dece2ffda395, '', 0, '?'),
(0x7de7edcb2e608945e174895fea7baf3e, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_strikethrough_24px.svg', 0, 0xb55b232cb727078d9a8ae62f18d7ebfc, 0xb55b232cb727078d9a8ae62f18d7ebfc, 0x2133eed34494f1a435b350cb383dafce03209e850a7a3a417656ca84d918aa31, '', 0, '?'),
(0x8a33f4e9f819d62903e875980ecb331f, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_textdirection_l_to_r_24px.svg', 0, 0x2571c980d71fae8f1ae083b89e1474df, 0x2571c980d71fae8f1ae083b89e1474df, 0x7cc9d7d324a1b97108abd2042232884a6656b87787ccfee850b1da09e6e45587, '', 0, '?'),
(0xf5e2d13ee00b34f3a6943be04f2e520b, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_textdirection_r_to_l_24px.svg', 0, 0x8b5cc4cd1e86ed6083cfc9b1415b4642, 0x8b5cc4cd1e86ed6083cfc9b1415b4642, 0x8a7f1ef125bad7d194a216fefb766c220ca55940b47a04d09be0ddc0db678eed, '', 0, '?'),
(0xa3c93f5a3bcd7a1d89503004438471cd, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_underlined_24px.svg', 0, 0x045b417ca606314893f5b43ba43e1cc0, 0x045b417ca606314893f5b43ba43e1cc0, 0x93f597d04af60ffe04285409255f94e433a174d29017ccebe235233089313cf3, '', 0, '?'),
(0x4d286d327989df4e7fe93e16552b6342, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_functions_24px.svg', 0, 0x428792c3f513b0846603a8de11e3780b, 0x428792c3f513b0846603a8de11e3780b, 0x705e849a227887d95c922ea5c4e53702a2d5cec99a8cd61e95f28c07cf2c40a0, '', 0, '?'),
(0x1fba27f017d4dd29882b8b661acc70c4, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_highlight_24px.svg', 0, 0x18db16ffda89876d372e5b3e435fa6fd, 0x18db16ffda89876d372e5b3e435fa6fd, 0x9ae8ccfc211e52906ab790c8178eed2f36f93dbcaa4bdc9306a34ee9ee611b31, '', 0, '?'),
(0xa14fbc65970f47736cc5b07266616cdb, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_chart_24px.svg', 0, 0x2aa635a4d6223a28ac133b9586372bbf, 0x2aa635a4d6223a28ac133b9586372bbf, 0xb90561e68cd3074f3b9488f6de4c3b5f29987ed48d3fe0b4a580963adadbcdc8, '', 0, '?'),
(0xe7c270a0f8a88b00d2d1068979775559, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_comment_24px.svg', 0, 0x0b68c22fd933dde0322ffb10ca9dfd6d, 0x0b68c22fd933dde0322ffb10ca9dfd6d, 0xb74550972978694d5ac6a5fed5795e6020c97d8afda3f30223b99f5e8a31ddbd, '', 0, '?'),
(0xa03b26a86e839104816fa2cea2d0b2d4, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_drive_file_24px.svg', 0, 0x9a0387470e7834439bb279d10eaf74ae, 0x9a0387470e7834439bb279d10eaf74ae, 0x66d0eb16438de934d4036b14c623409bb73062379c2ef96ac9a167cf0a048baf, '', 0, '?'),
(0x740d8b29f4db675fd31804c76b2c9db2, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_emoticon_24px.svg', 0, 0x6c2171034d2be778f1206b1d2d8be803, 0x6c2171034d2be778f1206b1d2d8be803, 0x001d11eaa7a45e76de95154fe79bcecd8df08a9672fc9772a09c302389d5fb74, '', 0, '?'),
(0xf205aa0c24ba9e4d90f442d44b4d1b59, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_invitation_24px.svg', 0, 0xc7d7fdce14a03a9cf4ff8ec998d7f7e7, 0xc7d7fdce14a03a9cf4ff8ec998d7f7e7, 0x4d214ce74159283b33427e7ae332f27d926903c10bf0594a96b37f57169b8a55, '', 0, '?'),
(0xb75d9a7b642ef64541bc704bbd7bcdf7, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_link_24px.svg', 0, 0xb060f37404ecad879591b0fd4af12ff4, 0xb060f37404ecad879591b0fd4af12ff4, 0x166dd816da2ee71e3c59198ef43fcccd3fa66e881a606afd087883d5688315b0, '', 0, '?'),
(0xd3819d43d5d5ae88df2b3951bd88dc97, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_photo_24px.svg', 0, 0xb096f0da76cb90cda6463183c7383f10, 0xb096f0da76cb90cda6463183c7383f10, 0xc9a7624ebd3dcd2ccb67ea3872f609284dab8da2586a4f8fe541e360738fc013, '', 0, '?'),
(0xe9022f0b8bc4ea2de0d8320a62a7752f, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_linear_scale_24px.svg', 0, 0xbac592d058c0b721c850155c10ac3afd, 0xbac592d058c0b721c850155c10ac3afd, 0x12b3f1e0f707f4671d8d9034404d50636bc8649923882a9d47d06956ae166a7e, '', 0, '?'),
(0xe6e9cd7201b21d607daf18b9bb731be7, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_merge_type_24px.svg', 0, 0x8adeb2ad3a34b190290c9e212a941f74, 0x8adeb2ad3a34b190290c9e212a941f74, 0x6bc6955b9e2f6b421dec857ca83e5c60c672a8d8743d868e56453d1fb9ef9d9e, '', 0, '?'),
(0xa5dafce6aa70203edc97fb2c0c364d7f, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_mode_comment_24px.svg', 0, 0xfd0f1abaec20ebab24e1b45632965fa6, 0xfd0f1abaec20ebab24e1b45632965fa6, 0x70c9daa962dc9aef3959700b40fa47effa6b8b9745527165b4e189d080cda791, '', 0, '?'),
(0x3b0b7f0a0b29514210e2ec2d78f0b2a5, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_mode_edit_24px.svg', 0, 0x39d530354818d7f8715ef914c2801afc, 0x39d530354818d7f8715ef914c2801afc, 0x8cf4107675023ba6e59bff1bd903e9d7814f3c4ba652ca60d6bdc9d3af9b247e, '', 0, '?'),
(0x42ae7a32dbe939166cb02abb698e3124, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_money_off_24px.svg', 0, 0xc7d9ef622be69626cd56e90f8252921d, 0xc7d9ef622be69626cd56e90f8252921d, 0x88c5fa5d1942f78f5bea5679f7e5e11c33798a20872a8fd92dc4b675eb36a2a2, '', 0, '?'),
(0x24a37b1d0a49484737bdb56219e8fcfc, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_publish_24px.svg', 0, 0x81a085842d865fa4280a4292e54f7153, 0x81a085842d865fa4280a4292e54f7153, 0x07b1937319c8d21be1e2074f42f23b08abfe8038249380f9f858e4d0eddc4834, '', 0, '?'),
(0x30b185466a2fde2dde4d0072a3cb90f5, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_short_text_24px.svg', 0, 0x9915536464e2819ff1eec56ed6ebb0d2, 0x9915536464e2819ff1eec56ed6ebb0d2, 0x1784200849754851cd1691a97e2f1edf6237ed64f5f7d56d5693ccee080a6cc9, '', 0, '?'),
(0xd3abe6c652ec130e9dca1d3e6ae64931, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_space_bar_24px.svg', 0, 0xe181623f88c4be1c0dc81fb0c2926f15, 0xe181623f88c4be1c0dc81fb0c2926f15, 0x4b367783587eea1ebd2969b673ea05d48f8ad17eb951ced6aa2f2503da91ba81, '', 0, '?'),
(0x0ebd57574b77c470e040a260dc83d59e, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_strikethrough_s_24px.svg', 0, 0xf79c4b74b7e60a135b02d2d4647d795f, 0xf79c4b74b7e60a135b02d2d4647d795f, 0x05b4de5e844afd753ceb382a7a3e61e30abd2a9b2a85d42ee8d05803108be689, '', 0, '?'),
(0x1f9ac802e91c205309ec7bddf2f84a32, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_text_fields_24px.svg', 0, 0x3ca7995b94eb6d2837b823e4dd222ed0, 0x3ca7995b94eb6d2837b823e4dd222ed0, 0x90f310812b1b59329c30e19df630fb3fa96d2a0090443b278f4718e40485ac81, '', 0, '?'),
(0xaa550b886b1885ece747a0e9deb4ba89, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_bottom_24px.svg', 0, 0x85f8993817a993e285bc654526cbe84f, 0x85f8993817a993e285bc654526cbe84f, 0x4291fe29b42e866e44456c052a939bc6f7599ee5aa69c02d1e53c21ee01220f3, '', 0, '?'),
(0xbe5bb58019d5a7218688db69c2ee67dd, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_center_24px.svg', 0, 0x8fc68ad61fb764a360762b7b235424e9, 0x8fc68ad61fb764a360762b7b235424e9, 0x5088f3c036707d916d09bf66dab329817c1d29e70ed24eb5decf30832394f51b, '', 0, '?'),
(0xdf834efa16543938750218347ac16a23, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_top_24px.svg', 0, 0xda7c7cbd82115070fe71d959ee6421f3, 0xda7c7cbd82115070fe71d959ee6421f3, 0x8e72e62f7d8777230a2475296389f38bb83161c6929daaf88eeae87297d6ccd7, '', 0, '?'),
(0x7f16f7dffbd792d9a099522e878d4797, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_wrap_text_24px.svg', 0, 0x48997001684030a39b1cba12c873db63, 0x48997001684030a39b1cba12c873db63, 0xdee4df54414d16db6f99b9703e29dcb7cf4601a5e805a49f883991d8b3710a63, '', 0, '?'),
(0x05230c7060432433da8e83251f00a435, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_attachment_24px.svg', 0, 0x8bc073967b26122276e7bea8d4ca76e7, 0x8bc073967b26122276e7bea8d4ca76e7, 0x158d5e1b44b3a581ee854be6d339404faa05d8886bb6ae9678c5121457c41cf9, '', 0, '?'),
(0x121affe5ae5b082aa0e3f7b403cf7e37, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_24px.svg', 0, 0x33ba6389b356fa1b7e9fc1cf4c6a98de, 0x33ba6389b356fa1b7e9fc1cf4c6a98de, 0x2e7eda8c117c6e78958089f6cf653a9254d6e8154508984417c18c4f01f8525b, '', 0, '?'),
(0x16c20dedf4a26639f2e9404bb02b0d58, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_circle_24px.svg', 0, 0xd6dd7111bc66b2286c933ef3ec267537, 0xd6dd7111bc66b2286c933ef3ec267537, 0x43628b95f115ee64a36bca3d7476b840a73ccad878ffd853b3674194c681830a, '', 0, '?'),
(0xa4542c52ef050cd3de7bea6c6a1bb395, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_done_24px.svg', 0, 0x4b2e9ff204a60038a9e56095d82018aa, 0x4b2e9ff204a60038a9e56095d82018aa, 0xb5326c2f56e8877361ec8327d1ad3b7679e7a8168192c8166b97c00cbca86d54, '', 0, '?'),
(0x76a9001ddbf9e6d0cfa8bd55cb4de865, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_download_24px.svg', 0, 0x2cceeefefaa57c2c819fae5ae49c129e, 0x2cceeefefaa57c2c819fae5ae49c129e, 0x02f4f62f0a07546a2926955af0425124fdb019b940776e7d26c87348810dfab9, '', 0, '?'),
(0x063b2223c0ae404283a7499a7900e169, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_off_24px.svg', 0, 0x32265cb84764d8a15ef31d22e436c624, 0x32265cb84764d8a15ef31d22e436c624, 0x7871ede2131db2351ba5db0e34c14fb0e86c5a21a5b4ff16341a7f9dae98c536, '', 0, '?'),
(0xd72dbda4db19975ab1e5a0331fe0a1d9, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_queue_24px.svg', 0, 0xf4a8e7dc93c78cbe83614bfa2d2a6967, 0xf4a8e7dc93c78cbe83614bfa2d2a6967, 0x69eff151b699fb5a26e8f7178f366f4c43522b770af80de3e97cd3332e0d0c6d, '', 0, '?'),
(0xeb99eb28084b7e3a2c3c550800fa5db4, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_upload_24px.svg', 0, 0xc266232ff7261b4d34adf8b9a199d596, 0xc266232ff7261b4d34adf8b9a199d596, 0x8fcdb39a4ac5b9f7326aecead0cc74f8b711ecf39836067d6157f3542553e14f, '', 0, '?'),
(0x36f1bd2660e05774c558ddb871671314, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_create_new_folder_24px.svg', 0, 0x03d0723bb9f3da20a5e2139cdb8ca6ba, 0x03d0723bb9f3da20a5e2139cdb8ca6ba, 0x1e54d74686b9f8c67308b2d53368a76d4b67487ed73667686f1d241b50e5f1a7, '', 0, '?'),
(0x796006c694e1f78a2218466fb5dd0611, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_file_download_24px.svg', 0, 0x54ff07afd137c55f746e332c03fd678f, 0x54ff07afd137c55f746e332c03fd678f, 0x913764e29fc1643d6a70689ac60c1b1ba7b7d502615c1de0282fceaeb406dba2, '', 0, '?'),
(0x460ca5bcc53987454357542de5c7b13e, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_file_upload_24px.svg', 0, 0x6fd2e0a80cd4537b9c0890212b727cbc, 0x6fd2e0a80cd4537b9c0890212b727cbc, 0x4a7fce688a03b1e5e3af8b238ab4b901336dc4a463ecda8e8c3233e822fee57d, '', 0, '?'),
(0x1081280f7a1ba7bb8a3e1aa5ca6d0287, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_24px.svg', 0, 0x7085356c5fd934553c839382bb090f3e, 0x7085356c5fd934553c839382bb090f3e, 0x242d76d5cc17c4a3002d6e14f5f29e9f1a639ec49ed416dfa1af54f8130d8755, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x104627d185492bb360d7f64135fad9ed, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_open_24px.svg', 0, 0x76271a35e2e44b24ccdd72edfb2e6d55, 0x76271a35e2e44b24ccdd72edfb2e6d55, 0x1ed422956015b466a4d328ae6d45d22aeb9050e3532b493e4d1c8e48e99d7244, '', 0, '?'),
(0x59c63178086a80d53de4403394fc0da0, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_shared_24px.svg', 0, 0x05e442d7fbb664ae61f5c86cd653e7dc, 0x05e442d7fbb664ae61f5c86cd653e7dc, 0x2474329d726eed376e05bd64668b29f37f1dc51cfe23ea915cf54c26adee7b5c, '', 0, '?'),
(0x4df295a3c426a87c5368eaaddac5a8f7, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_cast_24px.svg', 0, 0xc872c799cb4299a6f95526d0140bf5c0, 0xc872c799cb4299a6f95526d0140bf5c0, 0x5deb42b25ccd1039bd66d12175cbdd25375c0bbee2328a5dfa5089e75c55f87c, '', 0, '?'),
(0xd05c25560b802802d6900b6483dbb77c, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_cast_connected_24px.svg', 0, 0x6ef415e739a253f6084e6a28870e9831, 0x6ef415e739a253f6084e6a28870e9831, 0x1d734906561ead8912fefb4aae699aded3ea1caca841694fb16e5f6d5492b3bf, '', 0, '?'),
(0x4937b9773d80c51fc7abd8c0694809e9, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_computer_24px.svg', 0, 0x326906ddbf4ade86a53f8f0106dd7f52, 0x326906ddbf4ade86a53f8f0106dd7f52, 0xf3c6eabc3d8145fab6116b644260265ba8c77b6993505554ab781284cad1fe8b, '', 0, '?'),
(0x6971ff134beaf72827b5cec57f310fe4, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_desktop_mac_24px.svg', 0, 0x649c8b3856ba9805213e19f5282ea241, 0x649c8b3856ba9805213e19f5282ea241, 0x6c5db91c0c252773da8c9335f5de3b5790e5a3c9e0c08ffcefb66e2067d00edb, '', 0, '?'),
(0x617174008955aefb267a4510dcee2cb9, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_desktop_windows_24px.svg', 0, 0x3d5a852ff69acb9ff8b8e9701b89e3c4, 0x3d5a852ff69acb9ff8b8e9701b89e3c4, 0x88a634d39957b191a7d0bd717ba3c49748675f620fe5c3332b552fc0ad2dc05f, '', 0, '?'),
(0xe34d8a252ebbb29e2719b6a339f9df6e, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_developer_board_24px.svg', 0, 0x793857873cfca5770f20bca789933f05, 0x793857873cfca5770f20bca789933f05, 0x493df0c748ce473f228a43fd48fbccea16973f45c573da5bd1c295335fd3efed, '', 0, '?'),
(0xc56172097401a440f527ab05dcc46f6c, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_device_hub_24px.svg', 0, 0xcaa9e97043c09e7f41d8140cd12a588d, 0xcaa9e97043c09e7f41d8140cd12a588d, 0xc9aa28274892ff17076bf0743b064c77837018a1ca820e3f30d00cb21f34d134, '', 0, '?'),
(0xaa2298b8da5096e504cd6eb1432e86e3, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_devices_other_24px.svg', 0, 0xb5663f12206175609b7bbdf1849873be, 0xb5663f12206175609b7bbdf1849873be, 0x3f52b4d012e3d46ca77f46fd4ef9ebe0ccd4c94e90a6083bfd63461240bd26e4, '', 0, '?'),
(0xdc4a60fc49b7327c255e16eee6f35fad, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_dock_24px.svg', 0, 0xbdb6efb521b982bdff0b5f3b57bb72f4, 0xbdb6efb521b982bdff0b5f3b57bb72f4, 0x80a81d3b0be37e1f79bc8c1edbc53e0b898fd76cf1213bb5db15a938ad7bba67, '', 0, '?'),
(0x8335b195f536175f82b503176fc71ef0, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_gamepad_24px.svg', 0, 0x1409b6878c705493133d32c5651a8524, 0x1409b6878c705493133d32c5651a8524, 0x5bb07477ddaba2916a506585573eb7c39c050eb5bdc19363e4a6342758e86109, '', 0, '?'),
(0xb4acb4f726e30ae08b58f0ebb64cf5f2, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_headset_24px.svg', 0, 0x69baa1af378808f4246ffa7d7c4e982e, 0x69baa1af378808f4246ffa7d7c4e982e, 0x51ac8c5ef86e14e4f8e4128bc9121c7566c7990bb8d17c630a2fbd777be68168, '', 0, '?'),
(0x4c8b2f02e7dfb974023b04768b7be4f3, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_headset_mic_24px.svg', 0, 0x66905194f4b5f51dc40a6ec9cebc9997, 0x66905194f4b5f51dc40a6ec9cebc9997, 0xb6da785422516e0676549bd0335c9bede083ec00f830ab472071eb77cf9a37db, '', 0, '?'),
(0x57ef67c6f69aff0484ee9046f74378ae, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_24px.svg', 0, 0x3b7054b436e1fb1bfcb51d198992352c, 0x3b7054b436e1fb1bfcb51d198992352c, 0x3f97b5dc5f1e40300c137a9e38e5f7392c9b01a982fc81215c90b10f0571bd65, '', 0, '?'),
(0xb10a732eac2e93ad5f500c50972eba4d, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_down_24px.svg', 0, 0xbff377df4aa97e9ce1da49a073c72725, 0xbff377df4aa97e9ce1da49a073c72725, 0xbe8b345969146f280ddbbb5ae499a4e8022243b780d7e11b657860928430cb73, '', 0, '?'),
(0x394288ba2fb73220d7648f96660c0283, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_left_24px.svg', 0, 0x5256c0949ff8be2a0ea03ab4a48e3251, 0x5256c0949ff8be2a0ea03ab4a48e3251, 0x4cc2dbdb0e9adf16857d27a4f48a42dbbf92cebe159347265fa4ce135cc905d5, '', 0, '?'),
(0xdf9f8913a1a7927ab79cbd466e104a56, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_right_24px.svg', 0, 0x3d930aa6545c7fd78d0547c943411cde, 0x3d930aa6545c7fd78d0547c943411cde, 0xe01b92d7c3013437c0711aac1c51ddd9becdf3eb075c606aceae3c584d20e450, '', 0, '?'),
(0x926bd576d1cdcd123426467589112c0f, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_up_24px.svg', 0, 0x1f5dc0c5f607ec3bf9e3089febd9c373, 0x1f5dc0c5f607ec3bf9e3089febd9c373, 0x25e6368ef78fa8634c7d1756b03669f565ff6dad578a596f571f4c4a53fee646, '', 0, '?'),
(0x99234a6aadc3b08f0f765923505f1d46, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_backspace_24px.svg', 0, 0x25bca8f7fcc179d3fc45c3e7f2f9f0cf, 0x25bca8f7fcc179d3fc45c3e7f2f9f0cf, 0x366c067d0da40010ea69384dd06ae240ee3a0b996b3c41d88f0d85d492a807d7, '', 0, '?'),
(0x725986dc8ae5b66586b7109ef5baa67d, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_capslock_24px.svg', 0, 0x6e20db4263a8e44137dc300ce5bc3478, 0x6e20db4263a8e44137dc300ce5bc3478, 0x23bf62c8c41b202581cdb7043f511a0dfdf68e822d6483061cf846ccb6775502, '', 0, '?'),
(0xb395130303d2d1e70ed50bbdda783fec, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_hide_24px.svg', 0, 0x87e832124d6f5e8f185974035c27c84e, 0x87e832124d6f5e8f185974035c27c84e, 0x18789ce958c35fc3e1cdf863b97e928ceb47ea2407ca6107e6838992f002fcfd, '', 0, '?'),
(0x68637f3b74b1568d026aa75b7afd74d8, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_return_24px.svg', 0, 0x48bf2fc21f3ff39d96300d392acea222, 0x48bf2fc21f3ff39d96300d392acea222, 0x6468f73598006ff7422bf2e36ce8cd2abbce5d9ae9e5b2c2fe716147e85aa11c, '', 0, '?'),
(0x042963ec52c059c6472e54683a5b15cf, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_tab_24px.svg', 0, 0x51e313b333d3377d240e6ecb72484efd, 0x51e313b333d3377d240e6ecb72484efd, 0xd84aad56641d2e383b9bad34b379c14cd6a7197d3ff6f7e7d7a38650dbfe2fe0, '', 0, '?'),
(0x058d37fbfab7b25f95e8da7d9a961a65, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_voice_24px.svg', 0, 0x64b631e72aa6d2b1928ac11e9adfbe29, 0x64b631e72aa6d2b1928ac11e9adfbe29, 0xd7a77b7a59bed0a0aa80a35e90009852f791dae07113fce252253c1db02961d6, '', 0, '?'),
(0xe2657c360ccf150a04ef570ecc0cbdb5, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_24px.svg', 0, 0x1a27e40560e9415d838f22993d45a7a2, 0x1a27e40560e9415d838f22993d45a7a2, 0xd871fef613d36f7c85ec3edde1c8c784a625ef9896c39d76ceb4dffcd1bfd38b, '', 0, '?'),
(0x635839dd8e6b10450903eece63873d2b, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_chromebook_24px.svg', 0, 0xcbdc88c391d46426fc90032ec346f3b7, 0xcbdc88c391d46426fc90032ec346f3b7, 0xa8a215f79681dc70a3ca9b92c23bea2e7cdb4b6c439eef47eec23122bf878202, '', 0, '?'),
(0x3991af34a70c7453ed0d52f2b6c5b910, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_mac_24px.svg', 0, 0x96a57f12ad2ddd3f5aced272bb80a2fe, 0x96a57f12ad2ddd3f5aced272bb80a2fe, 0x3c456ca728d77096dae623770f98bd570ea2988cf16731f1dcc15837d0361708, '', 0, '?'),
(0x6c951c3097aa3104789b84a2cd629280, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_windows_24px.svg', 0, 0xdaf8c22a26cfe4a555b3f15e5d6cdc2c, 0xdaf8c22a26cfe4a555b3f15e5d6cdc2c, 0x3018120e35d911c6ca70c26ca9cd6a7cf5c1c21bd2a2ad9792fb28f71a394c85, '', 0, '?'),
(0xd9eb454946bac22cbbc5a6a1688498f4, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_memory_24px.svg', 0, 0xf0005dff4b0d4db7f21e1004fa07b8ce, 0xf0005dff4b0d4db7f21e1004fa07b8ce, 0x2a7289bc3ce91ad6f3b18395c59cba8c2e77e7de213bf220f87649e65f146f77, '', 0, '?'),
(0x688df4473ec5bd3629d1742013c66f9d, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_mouse_24px.svg', 0, 0xa7184a66741ece8ade4e4931f43089ff, 0xa7184a66741ece8ade4e4931f43089ff, 0x02b1d1acd72f1a641c88ad9e8cf7a7339efc94083dfa2429500966e2aba4bc02, '', 0, '?'),
(0x5ffc9727ce6be4bce70c7d756c17e827, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phone_android_24px.svg', 0, 0xd518a9dae5b22c63170cebf12b9c06ad, 0xd518a9dae5b22c63170cebf12b9c06ad, 0x3fedbd68cf35f7b412e15e65ae993bb2d86b21d2b559793a981655362731f031, '', 0, '?'),
(0x4ba4c086ed6f7b74b2df117892d84636, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phone_iphone_24px.svg', 0, 0x5245c167a4f778102ab507de91d6b79a, 0x5245c167a4f778102ab507de91d6b79a, 0x1f29c4b2d1c93781c64e05b8d6c66aba1874887419785a92f527d3e4e08aa844, '', 0, '?'),
(0x6f9b28a476f289d53f9b31b3c1246e01, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phonelink_24px.svg', 0, 0x8f53d110341758098707c31b7ec10e57, 0x8f53d110341758098707c31b7ec10e57, 0xb5e961bebc41465c2e3187cf1c1a835d725953e7fc12f5407c0f19ad35aac877, '', 0, '?'),
(0x2c03e77aeca3641adfa1378812223752, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phonelink_off_24px.svg', 0, 0x182e6a381e245fbef24bfe78d1a878d6, 0x182e6a381e245fbef24bfe78d1a878d6, 0xee5fa31a9519086f0a7cd1bc003414cd20f29ce18976dbadd0b5dd0bc8f6d79d, '', 0, '?'),
(0x9e4691a3377a2389c9e43c8eff8ba780, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_power_input_24px.svg', 0, 0x4439abbdc9dfb4a8b34ef2e1de3ffd5b, 0x4439abbdc9dfb4a8b34ef2e1de3ffd5b, 0x7bdcba7ba999be952f7c1ddd98e441fc4a2270893bb47d52fce7c47949166f8c, '', 0, '?'),
(0xa532b079e297771d476e645b29718fd3, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_router_24px.svg', 0, 0x1d768098b38e7ff0a3a153341267f242, 0x1d768098b38e7ff0a3a153341267f242, 0xd3cdd19d76c9b0324f377faefa8a0afd1d8b31ab8a5370bdfed355f029c33347, '', 0, '?'),
(0xc3f4c5f544b99b96dce79be365233252, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_scanner_24px.svg', 0, 0xe330ca06b81ec0a54ae22144949c4afa, 0xe330ca06b81ec0a54ae22144949c4afa, 0xd10cabe72faf896199d87bdf65f1b494195f4788a5b726266bcaa09a1203088f, '', 0, '?'),
(0xab092d354ac9d606c6ee6474c9550f9f, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_security_24px.svg', 0, 0xe175fd5258280d7afa3b080893222fc5, 0xe175fd5258280d7afa3b080893222fc5, 0xe1989038c84e2d0e88b9c4987ed557211d6fad0a58570701322e2cdc93a201b8, '', 0, '?'),
(0x769a49cdc1c1b9f14b5d86594c65a8d7, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_sim_card_24px.svg', 0, 0x604f1d654d2e7a31de62b9d93b86dff0, 0x604f1d654d2e7a31de62b9d93b86dff0, 0x7a6cd5778bfb49c962bb44ec698a39e12f10a4c1476bfe65ad2104b21659325c, '', 0, '?'),
(0x5963e2b893baf82c259b1c4a65afbd45, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_smartphone_24px.svg', 0, 0x7be4fda846120db7c0417850d0eb4e28, 0x7be4fda846120db7c0417850d0eb4e28, 0xea9296958bd8f3e1e5bc537c581c2e6f7218a369821afb4e7bef415ea91a1e2b, '', 0, '?'),
(0x6661642bd371b514e9434b5381836715, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_speaker_24px.svg', 0, 0xf7fe6a0f62c5734110afcc1a9a19a3ec, 0xf7fe6a0f62c5734110afcc1a9a19a3ec, 0x9f73858019176c65f74a8f7675f9f65bf9b538d7b64c857edf4d5ca8b1e279a7, '', 0, '?'),
(0x8de5d81cdf7b342e287585cc3037c6b5, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_speaker_group_24px.svg', 0, 0xa18eaaf5363f01d06502511591b17fc7, 0xa18eaaf5363f01d06502511591b17fc7, 0x13aa8a20b8bfe63204a8930f908c9fa1e41d060f1929aabc4b53c66f3d6eb614, '', 0, '?'),
(0xd4fe08cc9361bfbd514d2a237ad24493, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_24px.svg', 0, 0xc94ed75c90d7af70394072eb5dfe7b9c, 0xc94ed75c90d7af70394072eb5dfe7b9c, 0x32146c06c62fb96d407ff1d98b96e149d7785e2bfd05424689d67cca25aa3282, '', 0, '?'),
(0x244ddde7f8451e9154937e8ea7ded3c0, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_android_24px.svg', 0, 0xf4b3b9fbae859e81d339fb258c6b76ad, 0xf4b3b9fbae859e81d339fb258c6b76ad, 0x4acc62820d5710c9f6a0e78e124f5a91bef8e9f8965447f4359da940db4bf96c, '', 0, '?'),
(0x5f44e873ec449091a9648fc4f043aeee, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_mac_24px.svg', 0, 0x77bfcd2b646d1ab023aeea48557f4c83, 0x77bfcd2b646d1ab023aeea48557f4c83, 0x4bf414da39c73f62131c763f6f58ad6aefc87753085ab8aa5605817ace0dd338, '', 0, '?'),
(0x2ce6c969def9fa3c283e08750c3226a1, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_toys_24px.svg', 0, 0xbe2c25490dcbeab8e100cdc3b4fdfc5d, 0xbe2c25490dcbeab8e100cdc3b4fdfc5d, 0x66f889f2ee74ef7ca2f10a58cab88af3eb5c876452ea11571c54746b4dd663b1, '', 0, '?'),
(0x1b65b85ca176a3e7a274194156e141ba, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tv_24px.svg', 0, 0xd6b518e58ace867e1b8d473d4635d8dc, 0xd6b518e58ace867e1b8d473d4635d8dc, 0xa6363541858ea074af11da09e3c970f3cb99c92153c9e23765df81d014cb3643, '', 0, '?'),
(0x746ba16f19160c6d3c7755a8ed2bedb4, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_videogame_asset_24px.svg', 0, 0x0bba3f258200269bc7aa46957320cd17, 0x0bba3f258200269bc7aa46957320cd17, 0xd672df4af5651c2f086405deecb83b2e5a929a382ecc88d2143104b62acd4c42, '', 0, '?'),
(0x04e011cf05188f2455b78a27f848c3a8, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_watch_24px.svg', 0, 0xe89de695c63c28f1cce517215a7967ac, 0xe89de695c63c28f1cce517215a7967ac, 0x7e76d634e7b0e5c83b8ced9030b373d11590eb77554c416b85f7d24424b37a2b, '', 0, '?'),
(0x196ad6a8f478e89888644acd2f315313, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_add_a_photo_24px.svg', 0, 0xa9a163b6d459acd1fc20957a8f73a17b, 0xa9a163b6d459acd1fc20957a8f73a17b, 0xcc11dc00a1e3f46d86f3076caad35fa82c533fc19348db8cc457d76e8c3c225e, '', 0, '?'),
(0x7e3dce62b7ea118491c8707ab4f4aa16, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_add_to_photos_24px.svg', 0, 0x1bf89bffd6d3d072c49ae14b82eddfc0, 0x1bf89bffd6d3d072c49ae14b82eddfc0, 0x1bcb9b4b8a0c69468e28fc367901cc760bc873c97410dc55eb5856c8c4bab641, '', 0, '?'),
(0x8036b0b529a3df84c8c068d39602d863, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_adjust_24px.svg', 0, 0x2a4be0e83b57f199edd55403c5a87708, 0x2a4be0e83b57f199edd55403c5a87708, 0x5966e6b9ea31ca3e809b104fce37548a233df7eec73e40f1a633c71ffba765da, '', 0, '?'),
(0x6e306d5f658fb970ebb6d9930fa75670, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_assistant_24px.svg', 0, 0xa91c61d7c4ac2bcdacda63096faf7d73, 0xa91c61d7c4ac2bcdacda63096faf7d73, 0xa107421e2211517c5f5a8444c36c141f25d340d72d5244fdd412effa9842641e, '', 0, '?'),
(0x3a94b5a9a848c12c33c03e771f5c43d1, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_assistant_photo_24px.svg', 0, 0xede24c91689b1f32f4e07e17d5e0b720, 0xede24c91689b1f32f4e07e17d5e0b720, 0xbd842ac65d3400ca4174b0814a5bee9313d42e76048f748c829e5bb9499faed1, '', 0, '?'),
(0x652ac0840e6ed956663309a4a837d777, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_audiotrack_24px.svg', 0, 0xd46012b338a4e13454c3aab8de9e2d52, 0xd46012b338a4e13454c3aab8de9e2d52, 0x053892903c650c6b49d83f9e5b918406f86c938c30aaef60c4d7c8793ad5aef0, '', 0, '?'),
(0x4672858675926dba880997455d8643b6, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_circular_24px.svg', 0, 0xc4b7aedebea845ad772857443ecda9e6, 0xc4b7aedebea845ad772857443ecda9e6, 0x3a75c4dc5ad705e122cab55caa0cade0306f50acf8eef6cf01785c8e239b55d4, '', 0, '?'),
(0x35cb85e91eabd19e2b623a1814698289, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_linear_24px.svg', 0, 0x21e61380c4c8486c6c9bae5d2881b1fa, 0x21e61380c4c8486c6c9bae5d2881b1fa, 0x07d27e7a661f68fddfe079dbed33085eea46348932ed16407dc672d49cce82a8, '', 0, '?'),
(0x26f06345385f629dc377f9dda6d0130f, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_off_24px.svg', 0, 0x765c243d21bbee76917c2c26ca920128, 0x765c243d21bbee76917c2c26ca920128, 0xad469bcee5a33318eb8a88d1dc94dd86444ee271e7a39d9cdc5a6274cbd668e0, '', 0, '?'),
(0xe4de9a57b82adf48c992a208f20a903a, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_on_24px.svg', 0, 0xc6b9757281ae94ff64db7b1964669a4e, 0xc6b9757281ae94ff64db7b1964669a4e, 0x73a707e6a0f467e508681c979ffbab10de5b026b6da53443711854ecd4fa42c3, '', 0, '?'),
(0xcff9551c443c5249b7641d78e0b71770, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_1_24px.svg', 0, 0xb29064f3422a4d76cba48ebb1711dc22, 0xb29064f3422a4d76cba48ebb1711dc22, 0x182f6ab654a50364e67898df74ac6df36731262446cdf062c337becb083dfaa0, '', 0, '?'),
(0xbda3f49007415112876ea93c954554ac, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_2_24px.svg', 0, 0x1ad14ac7bd53e261182107de4e33255b, 0x1ad14ac7bd53e261182107de4e33255b, 0x741453a77b14d0409127919df2555bdab46fb06448859da7c8566d439ec6e3ec, '', 0, '?'),
(0xd88f20d85117e5cf6977c238484a8055, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_3_24px.svg', 0, 0x977ee01428298d50c5922f3b617044b6, 0x977ee01428298d50c5922f3b617044b6, 0xeb71ffa35f0382f5ffe6901bffa741814a987ed34dc6d5e23345d83bb4c67ba2, '', 0, '?'),
(0xc3f55bc42c84179a7b81829f97d04ce1, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_4_24px.svg', 0, 0x4582a3681f06bac1a88a44967e74ed1a, 0x4582a3681f06bac1a88a44967e74ed1a, 0x2cba85bb386df3e85959092b35861fa42979d61fa99b0639f4a08600e0ad01b4, '', 0, '?'),
(0x1aebab636d1d5b4817cf0e2ddeabfbaf, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_5_24px.svg', 0, 0x16c410307caeb1f78fd7fe4da2dcb99c, 0x16c410307caeb1f78fd7fe4da2dcb99c, 0xabcaf8ea199374dfd2d0ca3ddecf5d268b64e17d717a376df4f3e06e1fee1b75, '', 0, '?'),
(0xf8e8e264b61defd7b82ebda52c5166bf, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_6_24px.svg', 0, 0x54423079d379a0b2d1484cca2759f77b, 0x54423079d379a0b2d1484cca2759f77b, 0xf095b785619be3720ed0d3e2faf1392e15ba260f25c4002b3efaaafca99ce1e1, '', 0, '?'),
(0xe3808f227d3fd4545580ccee934cb8e0, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_7_24px.svg', 0, 0xe9d57ab7f0b9d8510e44889e09cb9973, 0xe9d57ab7f0b9d8510e44889e09cb9973, 0x10842651180e4b18fd76ebe31e254ec1008c8c9f167596a04993ce1576ad59d9, '', 0, '?'),
(0x4f9e454cab76984cc5b81a3656260c18, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_broken_image_24px.svg', 0, 0x998bccba91ffc55200d630801db8e950, 0x998bccba91ffc55200d630801db8e950, 0x4f33150ccdceaa296aaae00ac96d0255a4ba309337eabf4312b69a16cdef6ec7, '', 0, '?'),
(0x8af34420e4886f9d318b43741b40a049, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brush_24px.svg', 0, 0x76a42098e4cfda60ab95a5c90f24ea94, 0x76a42098e4cfda60ab95a5c90f24ea94, 0x100163cea376695b99341f0fc126a29d0c72ab20eed416f8e486262678581b21, '', 0, '?'),
(0xaabf92779004897e49760bba582517c4, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_24px.svg', 0, 0x0d646d2b18cb3e5f984d4eb49e744054, 0x0d646d2b18cb3e5f984d4eb49e744054, 0x58ba0109d9d5e48ad8449fbf4384c7cf1f3701eb5ea93d8697db431e050b0650, '', 0, '?'),
(0x0c37b23e6234a30350b11c835371321d, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_alt_24px.svg', 0, 0x4f91ded0df61369559a925f8b591cf43, 0x4f91ded0df61369559a925f8b591cf43, 0x6c0836e8ea8f80d95d2ee5728cdffb4393de178bb007b70db53b45a510c0851c, '', 0, '?'),
(0x4751576316adb5a2e4ae89ca497d3828, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_front_24px.svg', 0, 0xaedd4e834c36ca1c57f8e31b86160778, 0xaedd4e834c36ca1c57f8e31b86160778, 0x396f7870287e879e0187de13eac6e58ff28338a3894e99ab8ef1c3e2b03d2999, '', 0, '?'),
(0x93cc64d271f16d3abefd3894771e1f32, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_rear_24px.svg', 0, 0x9b9a0b7cbf7502bc55414ba1c4590ec1, 0x9b9a0b7cbf7502bc55414ba1c4590ec1, 0xe629bbf94e0613bf38946a73a3d99f6a7a764e3da5353443738171201d3e9c04, '', 0, '?'),
(0x142c66cf85e452ef6f9e891333f75ede, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_roll_24px.svg', 0, 0xd03b7afea0940d905b9159f4eb7e9ad5, 0xd03b7afea0940d905b9159f4eb7e9ad5, 0x39388517195c077f74339af2e0c59cc9ceed8b2a6040369c47f2570e1b6c2c61, '', 0, '?'),
(0x25de966c949e4b30dc3c2d8101878440, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_center_focus_strong_24px.svg', 0, 0x3582468bbc1f82a6d1fc577ec727c107, 0x3582468bbc1f82a6d1fc577ec727c107, 0xb11d0b58522be04eab89f77c2b1ffe3d0b2c59eb010d1f5b1e00756b075429df, '', 0, '?'),
(0xad73a1a5e0025a6946a2cd7cae1a326a, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_center_focus_weak_24px.svg', 0, 0xc3e5457e7d029421c6f06fb513772a4a, 0xc3e5457e7d029421c6f06fb513772a4a, 0xcad7c45e56ef219ab527ba65dc6d48c170faae3f986504813536f8a7fe1ea39a, '', 0, '?'),
(0x36c5723c6eab3fa8cf930ac66fe69f7b, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_collections_24px.svg', 0, 0xc7ba69a21e85a50e1a4b43de115e226c, 0xc7ba69a21e85a50e1a4b43de115e226c, 0x67a8bdc163d7a4981f19cd038d8959b48ca63afa98f9181d17b5437a2bd0f73a, '', 0, '?'),
(0x9c1913138b64054dd844b742e56b6bd8, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_collections_bookmark_24px.svg', 0, 0x7cbdc3bd5ac29f49e530b0de11821a27, 0x7cbdc3bd5ac29f49e530b0de11821a27, 0xdbe664a325516a7bec6c60991a5b8185603761827f05cb900baf04915c1424f0, '', 0, '?'),
(0x16d725d6e8783c03b2a1b99c832bb9bf, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_color_lens_24px.svg', 0, 0x98af8c200af61dd68e0ec419b3f6265c, 0x98af8c200af61dd68e0ec419b3f6265c, 0xc0954b17f953841cc35f8fb7f5bc7aeedd9e9256e0ee5f939e9883d05e2bfdc6, '', 0, '?'),
(0x8f441880dda3db3c2d0992c307dd3d18, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_colorize_24px.svg', 0, 0x9e20ffcb4aeb50c4dc70d33b2d388c21, 0x9e20ffcb4aeb50c4dc70d33b2d388c21, 0x3f36190249674560b9d0a5c2e42e8e5cb27d4fbdcb7243a05b48a8d90b16a600, '', 0, '?'),
(0x27a1d23ce1baca7f7e57d54051eb8683, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_compare_24px.svg', 0, 0x3535116c10726706657637234ac987a8, 0x3535116c10726706657637234ac987a8, 0xdb568af743affcf9605cf7d776bcbabdcd16ae08f04b92625ab8314e30cd8304, '', 0, '?'),
(0xf435244b30272d5f623fd4a279b1b2c8, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_control_point_24px.svg', 0, 0x18429f03e4a02bb50fddee9aaf853d83, 0x18429f03e4a02bb50fddee9aaf853d83, 0xc4c278466356f5abebe7d2aa01984b479e9d580fcee82a44b7d672d68abf0343, '', 0, '?'),
(0x407b73a395b2e3aa1f97726673500c24, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_control_point_duplicate_24px.svg', 0, 0x28aa56ec275cd516ed58e2993465f85a, 0x28aa56ec275cd516ed58e2993465f85a, 0x3b1b5e8a28a8f70c5d1de79f03057eb6f3980a89be356e804a343d46f32b4305, '', 0, '?'),
(0x8f4b9c60f92b481234a6c9c837f6cccf, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_16_9_24px.svg', 0, 0x4c25b7b1a4cef43d0534a52be552849c, 0x4c25b7b1a4cef43d0534a52be552849c, 0x5247346444069dff493728adc54d4f11867235373ed309be4c86a1cc583ffe53, '', 0, '?'),
(0x0b79e2f2326fd6c91924f76ccc6a7538, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_24px.svg', 0, 0x7ab410f757dba0c8e5dcb9be1d0c96d6, 0x7ab410f757dba0c8e5dcb9be1d0c96d6, 0x9134da9b60765802ec4d203c6db13eef971706d75964e3d0dde60db7cb66877a, '', 0, '?'),
(0x7477c8dd3dcc9fd8d227335f5eea5f80, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_3_2_24px.svg', 0, 0xc87c7058182486c8ac6f28ef4ea1d5c9, 0xc87c7058182486c8ac6f28ef4ea1d5c9, 0x43a37ec85f3d3c2b117996b7acd05f0602502bb84d9c8261ba334f8b5d69cfc5, '', 0, '?'),
(0xddf825a25fc2320da18e3204a69acf6b, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_5_4_24px.svg', 0, 0x3cb943118d4be37c0f157e396de2a7dd, 0x3cb943118d4be37c0f157e396de2a7dd, 0x89bed3ecd9a2bf96de14cecbbb4c282a7faba567bd33e661994bd680438c492b, '', 0, '?'),
(0x89636e02896d893162b970ad848c6df0, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_7_5_24px.svg', 0, 0x5eba549ce82ccfc31bb991eb86fc4a73, 0x5eba549ce82ccfc31bb991eb86fc4a73, 0xdc7cfde61be696aa6b8e11f1c480072eff184700633c59ffd71c6d43ef107e8a, '', 0, '?'),
(0x56c63a7842a8d077b1711b0deaa061a9, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_din_24px.svg', 0, 0xd9704e0a214ce5e5272d517539baa17e, 0xd9704e0a214ce5e5272d517539baa17e, 0xe7b8b708f06b4142fcd9b8b6f2b87f4a0e755c450a1c76a5d3b32fd4326c53c6, '', 0, '?'),
(0x3bc536dea06e0006d90ab5881c226a7e, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_free_24px.svg', 0, 0x3db977b14b1b008cdbd00f3c58ade427, 0x3db977b14b1b008cdbd00f3c58ade427, 0xacd39190e9148082d3820b33e0cd645a1dc249f08595972c58613addc6f4ffc7, '', 0, '?'),
(0xa12186f0aedd390090cc7cf77e317e23, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_landscape_24px.svg', 0, 0x3cb943118d4be37c0f157e396de2a7dd, 0x3cb943118d4be37c0f157e396de2a7dd, 0x89bed3ecd9a2bf96de14cecbbb4c282a7faba567bd33e661994bd680438c492b, '', 0, '?'),
(0x369a488386555eadc41f2646efe7a557, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_original_24px.svg', 0, 0x5c3ade0d39eda0e843588c7391e73cb7, 0x5c3ade0d39eda0e843588c7391e73cb7, 0x7ce73c4348b86977ad739df6bbf2b43da3fe83e1e76cb7e29ae4c3c7959d62ef, '', 0, '?'),
(0x78788ea304a2ba20281856ab15920856, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_portrait_24px.svg', 0, 0x120c393518ef5499f5fb249cd8418e2f, 0x120c393518ef5499f5fb249cd8418e2f, 0x7f1f58e497c505a441becdde6aefa671721526786040c5b3bc76634c6bb8ba35, '', 0, '?'),
(0x5556ef61cc4600d60558e19d581ab156, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_rotate_24px.svg', 0, 0x65b179c21933abe2cc22b399bb8ee1cd, 0x65b179c21933abe2cc22b399bb8ee1cd, 0x1d832634383bb93792194b9685f7cc0df7907afe442c42431dbb851cb1edba48, '', 0, '?'),
(0xd774925afffebcddb5a80ae113f856c6, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_square_24px.svg', 0, 0xf795fa8517303f06d0e013ef6f6359df, 0xf795fa8517303f06d0e013ef6f6359df, 0xc66fa54b9ee2155371de6fe5d896592c83683938c1b8a206b15b07084910c4f0, '', 0, '?'),
(0xe9f22f64659be8167712aae397d7a4fe, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_dehaze_24px.svg', 0, 0xabbadcf4f1a2783e2e95ad2289629e4e, 0xabbadcf4f1a2783e2e95ad2289629e4e, 0x1948ecf947ffa3ce83f69fb361ea92742f32edd587ea033cc339845a64d51415, '', 0, '?'),
(0xc19a9055938076efdb712218852fb72c, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_details_24px.svg', 0, 0xd90cab5e392f012687ee8e80732e2d67, 0xd90cab5e392f012687ee8e80732e2d67, 0xe0eecab41d96915d29e37cc2c0afc1d012a8ab9db8f4c067e2dfc01a1227c220, '', 0, '?'),
(0x1541cde7a2b67e28ae1062ad276b3787, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_edit_24px.svg', 0, 0x39d530354818d7f8715ef914c2801afc, 0x39d530354818d7f8715ef914c2801afc, 0x8cf4107675023ba6e59bff1bd903e9d7814f3c4ba652ca60d6bdc9d3af9b247e, '', 0, '?'),
(0x09745a7fe5eb604a5f27336cf7a5f91e, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_24px.svg', 0, 0x58d07454c147101f6c4fb795bc95a4bb, 0x58d07454c147101f6c4fb795bc95a4bb, 0x8b146a39125328864c08738b82afe0babe6afe1ca4ad6910fc16b8e9e1d14e18, '', 0, '?'),
(0x10ad36bfca29c61ffc83ce5493bf28cf, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_neg_1_24px.svg', 0, 0xc37b105d5e36d404a47e61a9a462b39b, 0xc37b105d5e36d404a47e61a9a462b39b, 0xb57ce3ebaa032f9e2aa273ac8d31738602343586d6ab6552feb1784a6fbc5c9d, '', 0, '?'),
(0x724f87913f5db18f03062257c1c15f18, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_neg_2_24px.svg', 0, 0xba0b4605b9d7905b774d32050cc02a42, 0xba0b4605b9d7905b774d32050cc02a42, 0xab94fe0b7eb3f093c66fbbbe66d81283a3d4ee0e2ffa9514664e3bdee7a75cbc, '', 0, '?'),
(0x7bef7b79ed98b0a1be3d03d1957a4e27, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_plus_1_24px.svg', 0, 0x42fbd95ccf52746f1f7c735dcb29307f, 0x42fbd95ccf52746f1f7c735dcb29307f, 0x20fbdf37c5ef8db3866b75a775c4c5183531dcdc049b1a79324e0fc6a71283a5, '', 0, '?'),
(0xb618c22df422e9bdf075a7b6bbc23552, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_plus_2_24px.svg', 0, 0xa627763af74c32b9f85f52657947131a, 0xa627763af74c32b9f85f52657947131a, 0x52d17b2b9d69a4f62e7ed2ce9d962ec82a327ef96a1068bc38c4ba7e9a73a3d7, '', 0, '?'),
(0x3417aa652aeb9dd0bf25809b77184beb, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_zero_24px.svg', 0, 0xa31d62fca7d523e44af95ba78dc779e7, 0xa31d62fca7d523e44af95ba78dc779e7, 0xe8634588e71841d624ac1a46b4a27b5b0b229f06c409d0c0e3bfcf83a4ef48b6, '', 0, '?'),
(0xab488194ae6f435cb8f6892ffc5bff87, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_1_24px.svg', 0, 0x9ef3a60214e0f2fcf899f800a8fb373e, 0x9ef3a60214e0f2fcf899f800a8fb373e, 0x3442e659b1138d4e9f34be73e161b22da031a14e67355a76fbcb1862a04f304d, '', 0, '?'),
(0x176ab1b7789168e579b97056ced52621, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_24px.svg', 0, 0xa9206d27b6c32c29b4f47ca5c9a0667a, 0xa9206d27b6c32c29b4f47ca5c9a0667a, 0x2167b758eedb09de4591ccd5314d2a98f75099b059033b132ca3095aba4919cf, '', 0, '?'),
(0x75f62fbdcad64ce0e2470c715a47b35e, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_2_24px.svg', 0, 0x3b96e78035440254da25c8ba64bba82e, 0x3b96e78035440254da25c8ba64bba82e, 0x14256e06e3c3472641d67858fd53f74b7a092a4d326ad35b19ce2d4d7ceca088, '', 0, '?'),
(0x2157c57889fcf06d228c087e4c5c6e17, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_3_24px.svg', 0, 0x0b23505cc63c74126185534513d75af2, 0x0b23505cc63c74126185534513d75af2, 0xc36c171e4bcedf391bec8edab1996503526ebf63f76c172b1f25f3183153129b, '', 0, '?'),
(0xa4eb5ca4f7e335aa429e2108e94568e8, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_4_24px.svg', 0, 0x7eade86ac4bd70cb612ad3adac03c2b7, 0x7eade86ac4bd70cb612ad3adac03c2b7, 0x602e8fec33da62f5846cc6ce961dc66feee26480340241e346b0e96e4a20bc82, '', 0, '?'),
(0x5b1fd174ae49b485e970cad370ce5c60, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_5_24px.svg', 0, 0xc2c86bd1ea2747b5d80d35f2e3cdaadb, 0xc2c86bd1ea2747b5d80d35f2e3cdaadb, 0x6e13b6567f8272459f59034de0ac31be306fc4a30baed375b5be9772ce136226, '', 0, '?'),
(0xcb8b095571acddbf1545148d7293a9ff, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_6_24px.svg', 0, 0x160c8d2d00e09c39bd152e61fc39707b, 0x160c8d2d00e09c39bd152e61fc39707b, 0x49cf91bab61f55f501c0ae641f39d2b3bd35bbc6ec0e0a166a4f768be71d1100, '', 0, '?'),
(0x51132b5d2a0fa4ce508af3219efb0c7c, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_7_24px.svg', 0, 0x9c87de781f4227919f2c7d6d12f6e2d6, 0x9c87de781f4227919f2c7d6d12f6e2d6, 0x26b1f066547081553b52de1ce2d4993d9d844ca313c1e12de9b195c4cb16afdd, '', 0, '?'),
(0x2b6fe2f2404aaec3dcd543536a14a104, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_8_24px.svg', 0, 0xecd3e35278a93fef8228a794c6d6f29a, 0xecd3e35278a93fef8228a794c6d6f29a, 0x09fa5ddd081569db148b7705ed172c145c0db8071ca0c12abbd5446a946b922c, '', 0, '?'),
(0x6d7c7303f9231650d6cddff480d25e82, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_9_24px.svg', 0, 0x66b3d9840899f72171d70aa7ab751a60, 0x66b3d9840899f72171d70aa7ab751a60, 0x89a69fcfd4d9bbf02922ab16f03e14dabda228d11ec844a4fff69beb0d86f535, '', 0, '?'),
(0x2d2e63585fb153b00b2bbdab03a98247, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_9_plus_24px.svg', 0, 0x4bbaf6dafedee2c80bface485952f300, 0x4bbaf6dafedee2c80bface485952f300, 0x62cc7dca6c65f59538be77ddf6d1e272b2c3e738c70e861c45d082789c208af6, '', 0, '?'),
(0x54f9bb0e876b54b1c2d63883b4445864, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_b_and_w_24px.svg', 0, 0x147e70cef1597b61c2ae6725e3bfb78d, 0x147e70cef1597b61c2ae6725e3bfb78d, 0x4763cea3a423500930ccb62f57d263f737b7e0475d363de21cb59137dc62af95, '', 0, '?'),
(0x6c6a8618eb8435915622adcfbe68ce5d, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_center_focus_24px.svg', 0, 0x0f714d1952cfda7b459f0b8b44a45213, 0x0f714d1952cfda7b459f0b8b44a45213, 0xf9d7954c0e346b3ad0b091e94fb32bc8ed5a9cd61290ccc8267741b9ca4dc644, '', 0, '?'),
(0x4718441de8891d77ade7247eb473b69e, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_drama_24px.svg', 0, 0x1b7802ae0f2e322d53d260c8ae4ebf04, 0x1b7802ae0f2e322d53d260c8ae4ebf04, 0xe9b86e2ab7c68b8c092431bd7d7d795080ae5bc541d02d2eae7d07ac9c3d9d8e, '', 0, '?'),
(0x117ffc52cbc92e89d108453e3393481d, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_frames_24px.svg', 0, 0x8d25b444eed4ef5b4b287165602f8b23, 0x8d25b444eed4ef5b4b287165602f8b23, 0x9f5e94c34bf75d3fd5347ec2f1e416fc912a71ba085ee680b29a62acf572a3fb, '', 0, '?'),
(0x5d7379a3aa808de951bef98a2dd73c68, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_hdr_24px.svg', 0, 0x17d3441d700029fafc5bf0598f1e0ee9, 0x17d3441d700029fafc5bf0598f1e0ee9, 0x4589e985b22e7e49012f80744bc7d7d2e6de96bfb74495995879cbd1e6087b45, '', 0, '?'),
(0xec218030b5a216c1da7d81f2675d53bc, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_none_24px.svg', 0, 0x540b51084fbe4e346d8b8ade9af8fcc0, 0x540b51084fbe4e346d8b8ade9af8fcc0, 0x2c935c4bfe3beb068e6edc4398a9e47dd55484277cee0935b852f9a1bdfd944a, '', 0, '?'),
(0x178b0751736e6f351d584df6ddbd0c5a, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_tilt_shift_24px.svg', 0, 0x19894321209ca05ce09ece94c4b31baa, 0x19894321209ca05ce09ece94c4b31baa, 0x3cc19c091ef600d656cf83986507c8aa32fbc2a9fb9626d3b10c1c2a746b3098, '', 0, '?'),
(0x0172b1c4f8bcdc9f97ac4db228238160, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_vintage_24px.svg', 0, 0x73da27810a88dd7e7f859da397c034e5, 0x73da27810a88dd7e7f859da397c034e5, 0x9fd7557578b4979b84eb8a6384b55a7afeb00c6f4264d46ab3e43ab5013e8d11, '', 0, '?'),
(0x8ac83202ae111410690ac63098876d98, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flare_24px.svg', 0, 0x0f8ebbf25242f551fd27769c12f6bcb6, 0x0f8ebbf25242f551fd27769c12f6bcb6, 0xb216d0028342e6a57ce81928fbcbe93cb0858a6e0fc88384b2a72a1c5463c9db, '', 0, '?'),
(0x09a9cd9e78b9dd2041f17a9b05476d33, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_auto_24px.svg', 0, 0x7addff6aa03c3b1ff489ed0836fa9b0f, 0x7addff6aa03c3b1ff489ed0836fa9b0f, 0x6c659240c412aca29b50a1d84edbd38b6366f851b266fb26343dbec20bda4bc3, '', 0, '?'),
(0xa998a069db5d2e684e421bc47452d836, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_off_24px.svg', 0, 0x4b3878fd21c679ec608ba50e41edc9d7, 0x4b3878fd21c679ec608ba50e41edc9d7, 0x2671550700cb4ef02f5100cf21ccce49a4b38fe793f2a4c42791b9c1fbb7424c, '', 0, '?'),
(0x743f8f9392f55feb05837cab69bb3377, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_on_24px.svg', 0, 0x819d46d11560c3b1e005f040aace2898, 0x819d46d11560c3b1e005f040aace2898, 0x0a869b3dc195a6e548eeecf69558d0f03ea7e6938165082d956b686beced0933, '', 0, '?'),
(0xafb76eb79820453c526404d2caa983c4, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flip_24px.svg', 0, 0x5fa0f86f52f0390e349408e6b59bee94, 0x5fa0f86f52f0390e349408e6b59bee94, 0x8fbe521f58416ea0123181981779d61ac11fe9e6f3414c57cdbae728890fe059, '', 0, '?'),
(0x3a1268cd2088ebe8f223eba1956003d5, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_gradient_24px.svg', 0, 0x8bb11631b33de8aa1634b24f8fe6f1d7, 0x8bb11631b33de8aa1634b24f8fe6f1d7, 0x3e03cb96b45d02b025bbe33cbf5de1ff29814a972338f4b936401479c06ea1e6, '', 0, '?'),
(0x5eb842e98bce55e3ea30a079b8207263, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grain_24px.svg', 0, 0x75b1b7043861a3a4fc46027c14d691e5, 0x75b1b7043861a3a4fc46027c14d691e5, 0xb2caad790b3ee3920e5694a9dcc7051b79de6fbda53880102fbec8c176edf63c, '', 0, '?'),
(0x41a7478fef0e62c15ba6dcd65dab5e7f, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grid_off_24px.svg', 0, 0xb1c932a0c3e48eec324f04b0c1d05032, 0xb1c932a0c3e48eec324f04b0c1d05032, 0xde80399028db57583d1656516db30808ce09bda101dac885bee579641a365ed7, '', 0, '?'),
(0x3ea9fcacc69cc45c590fcea250ecbd6d, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grid_on_24px.svg', 0, 0x747c6e109090c13e81be2b549dab944e, 0x747c6e109090c13e81be2b549dab944e, 0x7f5ca54b41812ff288e03f4e63228533162031303e39b91e0079eda7295b154d, '', 0, '?'),
(0x4dd8beb749eb9ad6ece6e0627a6eec52, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_off_24px.svg', 0, 0xbb7cedb1db053abc0d683747cca3115f, 0xbb7cedb1db053abc0d683747cca3115f, 0x257d4060968c3d69fe841cc8e567371b3ff542606943729d3f79da17b085e4e6, '', 0, '?'),
(0x623cf618de3f33310ddd5c6758c031c8, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_on_24px.svg', 0, 0x86a983e879a4a1972df82be0d520c965, 0x86a983e879a4a1972df82be0d520c965, 0xc1992bebcb23001986b207efe304a553813ebaf5eb282ad166f9e076cd030ba2, '', 0, '?'),
(0x4e5be33eb92ec360da93dd25c79add96, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_strong_24px.svg', 0, 0x776a6e3ef1c8f2697ae8d826044702ea, 0x776a6e3ef1c8f2697ae8d826044702ea, 0xd28073bd8b11a73c3a797bf8c74303bd644b06ccdd3bef5d1b20a7d0fcd1d52c, '', 0, '?'),
(0x518cb5a0f62988e7d7cc8b08705a702a, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_weak_24px.svg', 0, 0xd7fd5bb192c2de6275aab3d8f1d9f5f8, 0xd7fd5bb192c2de6275aab3d8f1d9f5f8, 0x267fd001e6bd2bf87ff87a05ffb6343d041db9eb6f583fed4ec6d8defb76eaf0, '', 0, '?'),
(0xc6c05ea37a44074722bb87b9addc9a3a, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_healing_24px.svg', 0, 0x6415f2d85d113d9110e1e2d39fc0dbb7, 0x6415f2d85d113d9110e1e2d39fc0dbb7, 0xe9fff11e8c9c85907f5131311d00f1d5243ccb9f78b24391474ba455ce4948c2, '', 0, '?'),
(0x76ed2a8d826718b8df31f9df2c827918, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_image_24px.svg', 0, 0xb096f0da76cb90cda6463183c7383f10, 0xb096f0da76cb90cda6463183c7383f10, 0xc9a7624ebd3dcd2ccb67ea3872f609284dab8da2586a4f8fe541e360738fc013, '', 0, '?'),
(0xd8b736ab9f2e2d3b0902d5a5b95b67a2, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_image_aspect_ratio_24px.svg', 0, 0x7b4853dab3f975966625e135634f99cd, 0x7b4853dab3f975966625e135634f99cd, 0x92073c5b88c4ad50c96e38e2e90f7e39f8201b7fcc7edd4ddaf7e205ef139e55, '', 0, '?'),
(0xc6fea9975fa00c5d6fbb2bbb2c8f4b89, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_iso_24px.svg', 0, 0xeae72dca98c89c4691be9abe6f0578ec, 0xeae72dca98c89c4691be9abe6f0578ec, 0x8248fa27d91738fddceb5738d31cf98b63dbfc69412462ee440c4728b73b6899, '', 0, '?'),
(0x6c72baee2616d8433da097759fa1dcc6, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_landscape_24px.svg', 0, 0x17d3441d700029fafc5bf0598f1e0ee9, 0x17d3441d700029fafc5bf0598f1e0ee9, 0x4589e985b22e7e49012f80744bc7d7d2e6de96bfb74495995879cbd1e6087b45, '', 0, '?'),
(0xbc128ee4ec0834e48674f1f5a0743e1a, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_leak_add_24px.svg', 0, 0x5da4760d229f1ad35338ba607efe7d0a, 0x5da4760d229f1ad35338ba607efe7d0a, 0xecdbf9522b676be706f3201e1199dca2b3f4470655b4841730aeb4d228ef1a98, '', 0, '?'),
(0xb102c3fa38777c88886190fe85ad9db7, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_leak_remove_24px.svg', 0, 0xa52e2489b3ce977ea1ec5b75974ad524, 0xa52e2489b3ce977ea1ec5b75974ad524, 0x790131621a332ac7573f4443e0a706ddd8c578a490714154c8a132b916449cf7, '', 0, '?'),
(0x8af3837625fd7484ae78f2fee13e3132, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_lens_24px.svg', 0, 0xa5a0b25ec07a13fc083965aed4508a96, 0xa5a0b25ec07a13fc083965aed4508a96, 0x59db7e99102e032aec26d32fc4291de1abb097e75cb4de63640282bc66811d2a, '', 0, '?'),
(0x39782f91c93e0c4c2b73be91226cade3, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_linked_camera_24px.svg', 0, 0x2c88a051c9bbd78646420cbd2ab48b75, 0x2c88a051c9bbd78646420cbd2ab48b75, 0xd00baf58308063ab733ca4737a6718d75d4b903e8869ab97c0981b5b830410e9, '', 0, '?'),
(0x12d36f3f1f0e0d4b86125af7b7ca0ec3, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_24px.svg', 0, 0x51fc99f795e283bd8451f67d74ef46c1, 0x51fc99f795e283bd8451f67d74ef46c1, 0xe9d4f5700b3f2b1452b6d798b446f61ce915da005330599902e860fd13ac282b, '', 0, '?'),
(0xdffde58d185b1d7deb1165b306f7f927, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_3_24px.svg', 0, 0x36a565601820cc9d47b0d4b323072ff4, 0x36a565601820cc9d47b0d4b323072ff4, 0x5223374a534a0cecb25150f6cc67c357dbe3ca3407e6d381d5c1e61faeec99cb, '', 0, '?'),
(0x92f3a605519ac32246a112bc49e3dca2, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_4_24px.svg', 0, 0x61937d78b7e8dc3a82f6ecd44ffba340, 0x61937d78b7e8dc3a82f6ecd44ffba340, 0x353e389b07e295839260b6864d6a287ff161d5f19068506ae2f6bcc6730e5d74, '', 0, '?'),
(0x76476f0cf92627152707339f084ede3f, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_5_24px.svg', 0, 0xa8dedbcfd9afcf906d64d648ac0350ac, 0xa8dedbcfd9afcf906d64d648ac0350ac, 0x3b6b1d957d04dfab5c76936c7488bbee9580c5caf61f5746434f1144b57379d0, '', 0, '?'),
(0x6d173038e57e6084727999632002a1eb, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_6_24px.svg', 0, 0x616f77cd2d2fffe489c9c8500eed3d3a, 0x616f77cd2d2fffe489c9c8500eed3d3a, 0x8715770f82119590b2ce0c0e4754afbcc2aec27cb0e3f53c3ef4e99d2ff8779e, '', 0, '?'),
(0x620f6282e9198c4e94ae04add453ba6b, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_one_24px.svg', 0, 0xff8a9793b8a68a1e6e1b4934a70b4298, 0xff8a9793b8a68a1e6e1b4934a70b4298, 0x792a94cb33a8e7329f957bb9b5611cdda87a1208c39b32bcd80eec17c01e4a08, '', 0, '?'),
(0x8970bed4a30f2a721b61b514fa17151e, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_two_24px.svg', 0, 0xce0e587968e5ae19e642c2b5fc402a5f, 0xce0e587968e5ae19e642c2b5fc402a5f, 0xd36cadc84a2b56d2b9db8b8b3278c2ab250b5005482e1db5c97e1bb62baa54a4, '', 0, '?'),
(0xb51c8a170b412d01571d3a7a0f837416, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_loupe_24px.svg', 0, 0x8c74df3588c4812b105423c571ab43f9, 0x8c74df3588c4812b105423c571ab43f9, 0x419f8477936135c5ed8b592a494c7bff16f638ad85e4eb2952122d6f09a16b8f, '', 0, '?'),
(0x94006070a40df714d3c07454bfdd2e62, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_monochrome_photos_24px.svg', 0, 0x88ec63eb95c8fcce843e03f4bbb3ecb8, 0x88ec63eb95c8fcce843e03f4bbb3ecb8, 0x44e2ebeaf1c3a19e71d7b7c50bad8f3cda0874b4a1122dce8b2fe92aadab7210, '', 0, '?'),
(0xa1c28128ccfe3fadd7b91228c14351e6, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_movie_creation_24px.svg', 0, 0x967c3ea5f614c6046501643abbcdd855, 0x967c3ea5f614c6046501643abbcdd855, 0x9cec58dc63cc1aaa1999338bf88de3562e0fbd184d28ad94c4e539724cbe9469, '', 0, '?'),
(0x7a78625c412855aa876bec3aaa99ba66, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_movie_filter_24px.svg', 0, 0x2ec40b7fafa921c1e674e15465fb2c50, 0x2ec40b7fafa921c1e674e15465fb2c50, 0xb0d9e796817417e3e6bdda30af17e928cc258b04444510f110fc16991204ac9b, '', 0, '?'),
(0xc1290b4bf9576f1174986473d7d97c26, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_music_note_24px.svg', 0, 0x03ec63b493ebcef85d19153d681540c2, 0x03ec63b493ebcef85d19153d681540c2, 0x662fe3d320b044016abdad31e898c9be33c541383a04c7ee0c5abf52c9b84849, '', 0, '?'),
(0x3de6965cfee5878f4d5ef99bcbd7424f, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_nature_24px.svg', 0, 0xf632b75f49cade5c4bd311c1567ca60c, 0xf632b75f49cade5c4bd311c1567ca60c, 0xc14b77d8df558feed58cdea69ede593477de00099f0d80d04aa691bd01f79579, '', 0, '?'),
(0x1a8ff2981123da0ad660fed1b5b49821, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_nature_people_24px.svg', 0, 0xa95cb50fe23243778323c0cbf58ad7f2, 0xa95cb50fe23243778323c0cbf58ad7f2, 0xd459c6805980f93037ec3c32aeddd2a9126721d5c10e57bb6043197c21475705, '', 0, '?'),
(0x83d52160b9f049e833897b80941fc7d5, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_navigate_before_24px.svg', 0, 0xce1003c3cdf2d5ab91720129beb8860b, 0xce1003c3cdf2d5ab91720129beb8860b, 0xf7c1f4cb5e5ed5827b3b4fd59dae748448fd6242b5aa424ffca85d55a7c40a76, '', 0, '?'),
(0x8ec6430f5c5813aa9eb7a7923fb3eeaa, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_navigate_next_24px.svg', 0, 0xcd2f9b3392021b5c2db2fe25c615a743, 0xcd2f9b3392021b5c2db2fe25c615a743, 0xc988e63e357e442e3531c58defefddbfa240ac38c04bb6e4695272b119d84b27, '', 0, '?'),
(0x1f95caac2dbda1b87d4700db5eba996c, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_palette_24px.svg', 0, 0x98af8c200af61dd68e0ec419b3f6265c, 0x98af8c200af61dd68e0ec419b3f6265c, 0xc0954b17f953841cc35f8fb7f5bc7aeedd9e9256e0ee5f939e9883d05e2bfdc6, '', 0, '?'),
(0x0701c7602b6ace7f7e5f333abb6a62d6, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_24px.svg', 0, 0x45e6d868578cd7eb1961011ae1a22c8c, 0x45e6d868578cd7eb1961011ae1a22c8c, 0xca21327cf3a5d8883d4fca8c58770ec7840e0f9995351ecb3ad7375dcf54dc89, '', 0, '?'),
(0x2ff27ca41ce7da80ae1bba7f34830162, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_fish_eye_24px.svg', 0, 0xdb4a7e8d845df69edcaaa6a484501f2d, 0xdb4a7e8d845df69edcaaa6a484501f2d, 0xa90c3d15532dd618011cf03f76516c50986361a6965440a6590f5fed4f27aaee, '', 0, '?'),
(0x83a910e8b606cb415115680d22d89e98, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_horizontal_24px.svg', 0, 0x64b6fac52e633e985908f1c567df447b, 0x64b6fac52e633e985908f1c567df447b, 0x117c94fefb85172c4ffbd741170bc56fe17caee7652a2b5fac2204f1f65f5d30, '', 0, '?'),
(0x2c35bc7359c7283f2a6a8afdaf66bac1, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_vertical_24px.svg', 0, 0xc13eb732ddca2090d8004a5278a6b4cb, 0xc13eb732ddca2090d8004a5278a6b4cb, 0x17f51af70efc9946caefe170299cd42806852910fde70c1c2a1bfd7157a5212c, '', 0, '?'),
(0xeb207de6b61a2b88c50f2b7bde31255c, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_wide_angle_24px.svg', 0, 0xa8641aeba2a57aceebba22f3bbe3e344, 0xa8641aeba2a57aceebba22f3bbe3e344, 0x3c7e15863802e7de6e20dc80f9f1a09adcf9aede0095d13e81cba46f81ea5b73, '', 0, '?'),
(0x068f7fb6a97df226e62a0dab7763d4c2, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_24px.svg', 0, 0xb096f0da76cb90cda6463183c7383f10, 0xb096f0da76cb90cda6463183c7383f10, 0xc9a7624ebd3dcd2ccb67ea3872f609284dab8da2586a4f8fe541e360738fc013, '', 0, '?'),
(0xcdb32970119a2d82336958b42ebb4570, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_album_24px.svg', 0, 0x695626486c531d8f3e3b1ec4b0e5077d, 0x695626486c531d8f3e3b1ec4b0e5077d, 0x73e9c148e1ac78867b24d474d3cdfca7a9b8f27487c760b18f059321db3066df, '', 0, '?'),
(0xe8f682c4b5b8a57d62ecb99625aab2d0, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_camera_24px.svg', 0, 0x4f91ded0df61369559a925f8b591cf43, 0x4f91ded0df61369559a925f8b591cf43, 0x6c0836e8ea8f80d95d2ee5728cdffb4393de178bb007b70db53b45a510c0851c, '', 0, '?'),
(0x0fa8b7334eb962df9c02527d00bbada5, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_filter_24px.svg', 0, 0x137fcbcce3b91539196f076af92b77d0, 0x137fcbcce3b91539196f076af92b77d0, 0x13e4bf0bd919c2d3d962f715e0380d0298f1f607f7c05e2cd0cb75abff739eba, '', 0, '?'),
(0x6deabb244da3a55af2baae796704edf5, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_library_24px.svg', 0, 0xc7ba69a21e85a50e1a4b43de115e226c, 0xc7ba69a21e85a50e1a4b43de115e226c, 0x67a8bdc163d7a4981f19cd038d8959b48ca63afa98f9181d17b5437a2bd0f73a, '', 0, '?'),
(0xc51910209ab36384095e398e3ac5aebb, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_actual_24px.svg', 0, 0x287af8ef52756ead23206423fe71e518, 0x287af8ef52756ead23206423fe71e518, 0x45eabed37d8f2a4d4c5204f9f820fea5b28700f772f0cc9deb1f9e13f6b8178e, '', 0, '?'),
(0xc6dc6da91e6d58f0e808f0322ceaa070, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_large_24px.svg', 0, 0xc1cc6d2e16c49de00316d809a5e33b88, 0xc1cc6d2e16c49de00316d809a5e33b88, 0x463b6c0e21d468eaea3848da11a018fe088fe10dd98743a562c3ca00a3bee9f9, '', 0, '?'),
(0x8d103e9a25c0d9b59804116198c2fce9, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_small_24px.svg', 0, 0xc0daa0c622a45f01bcfa4a3a750ddfa4, 0xc0daa0c622a45f01bcfa4a3a750ddfa4, 0xfb76415fa31e52eadbe1110027ae7d9b4b63f56d76c6262e16efccf38c24bd9c, '', 0, '?'),
(0x892dee0ac7aa1939c2a7b6f9eb8d3500, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_picture_as_pdf_24px.svg', 0, 0x5010ec64c818113d32952aeb8aac281a, 0x5010ec64c818113d32952aeb8aac281a, 0xc131fcf9a5645c8295995c7d6f5669330994fceaa26430df05f1e682eb7907d8, '', 0, '?'),
(0xb27d45615f4134c29325c5cc2932aacb, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_portrait_24px.svg', 0, 0x28aebc5dc1b5f02d47caee6ea8b30d2f, 0x28aebc5dc1b5f02d47caee6ea8b30d2f, 0x2c00e7d26eba364565493938cc81613afd34f50e733c0993833f0adc02e8bfd4, '', 0, '?'),
(0xc347277e49a6e09f927e4fe028cbc7aa, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_remove_red_eye_24px.svg', 0, 0xbe2864444e3d86215f32f2d9838ac29b, 0xbe2864444e3d86215f32f2d9838ac29b, 0xb0b68124370751c80d8252d974a6352c10ba79e5b5c67dbeae8b564fde8c72b5, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x1ea6d50ad764833658bea322fbd069b4, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_90_degrees_ccw_24px.svg', 0, 0xf342408576a870096b110baab030802c, 0xf342408576a870096b110baab030802c, 0x31d8a7d67301f904ea2376f3ce48ab7038d5aa4efa9aa8fdf14755277fd33ca4, '', 0, '?'),
(0x1fa26ad8585e669c4b49a0fa274c55a6, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_left_24px.svg', 0, 0x4a7f74448f48763ea51c3286f08ed63d, 0x4a7f74448f48763ea51c3286f08ed63d, 0x23f67df8000838b90e5135918579580cc18f340bc2a351e22e60667e6d8d0f73, '', 0, '?'),
(0x115c9013a0dc80d9a072ef690c74a1b3, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_right_24px.svg', 0, 0x771ec4a89d729877a78beb900710f7e6, 0x771ec4a89d729877a78beb900710f7e6, 0xf43801b1c224bcd8cad742401b8719e062dd02dbd2665face4a6c032c0e78ad7, '', 0, '?'),
(0xf700b4c04ef6af93a555e3c547b04a42, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_slideshow_24px.svg', 0, 0x24f52e64bd023c875da4494489744f94, 0x24f52e64bd023c875da4494489744f94, 0x334d5dd42774ed6203dbdfe7b91818bb9671682315a5450d5b131232f4554601, '', 0, '?'),
(0x778331a0427bd10ad92de61f449f493f, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_straighten_24px.svg', 0, 0x7e410f27afac20ad8c881bf78ab90411, 0x7e410f27afac20ad8c881bf78ab90411, 0x55926a96d37331a4c10acf3db1b92c066a680b12f55b237905e4e042088b9786, '', 0, '?'),
(0xff16c14e7e1cabcc6adc12de2f73955f, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_style_24px.svg', 0, 0xaaea5224acf1040cd8d4a5ee9c8a1f1e, 0xaaea5224acf1040cd8d4a5ee9c8a1f1e, 0xb640f46c3154ce7afd5696b7348cba05ff1de6b3cfcc13575b059bf13d7291be, '', 0, '?'),
(0x64571bb64de8e2e6d029f5f881a767a5, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_switch_camera_24px.svg', 0, 0x4b7c5ee2e0fbe63968a4bdaf2c123153, 0x4b7c5ee2e0fbe63968a4bdaf2c123153, 0x9ddc9110ad7205ffd98a79aa44ab6fced7dc9a32887b1a12bdcaaea3c6fdc046, '', 0, '?'),
(0x3f267938a91f6f06fb44df7e50375b49, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_switch_video_24px.svg', 0, 0x12400cdb72645c087945b94946680085, 0x12400cdb72645c087945b94946680085, 0x19e9bbce859520c172e699fbe9bf20b0055c2faa39cb195169786e758326d0ec, '', 0, '?'),
(0xce184fd1429ab2f1b761e64f49b715bc, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tag_faces_24px.svg', 0, 0x6c2171034d2be778f1206b1d2d8be803, 0x6c2171034d2be778f1206b1d2d8be803, 0x001d11eaa7a45e76de95154fe79bcecd8df08a9672fc9772a09c302389d5fb74, '', 0, '?'),
(0x872fea02237f5e2f0a23c87eee75f7dc, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_texture_24px.svg', 0, 0x20b4612f12b50e3aa3167efe29491858, 0x20b4612f12b50e3aa3167efe29491858, 0x821449de3b2c2ce244e1cadb0ca3e71c67151cd65d442e1530d6c9f50d39e762, '', 0, '?'),
(0x55e63c3a122dbd8d2476f9eee6432bfe, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timelapse_24px.svg', 0, 0xf86d01d913c9a43fc984057cc8219562, 0xf86d01d913c9a43fc984057cc8219562, 0x71788911472e01acccfbdd9ed28806f485da14d6525b15c1d69c2a0171054241, '', 0, '?'),
(0x84c4abb182a14111d6ed0afc44ee34c1, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_10_24px.svg', 0, 0x762d2f837bb5f81ba07b7addcb9c9c0d, 0x762d2f837bb5f81ba07b7addcb9c9c0d, 0x028e8026d2012ed530e0435d181d9ebfc147118b55a9b8471cba20e89b75600e, '', 0, '?'),
(0xec016ed8e86b6f1b030e902f155da49b, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_24px.svg', 0, 0xd0c1b6d4736bad03ecd4f6a62b767099, 0xd0c1b6d4736bad03ecd4f6a62b767099, 0x6f2225943a74d355e7fe331e2cb59475a3ba7691480a7117ae08d863b293385b, '', 0, '?'),
(0x4a8331c036613f2729ae3838ed7279f3, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_3_24px.svg', 0, 0x364384970bed18c6e5992e22875c806a, 0x364384970bed18c6e5992e22875c806a, 0x4574b2438ed69e6e4bb64ace82b6f443b5cf7e754f0df940a22c8fc0147f9bd4, '', 0, '?'),
(0x1f4f3a08f6523f476e916d8c5c13a7da, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_off_24px.svg', 0, 0x3da5a7c9ab2f852e9259c2959086ea2a, 0x3da5a7c9ab2f852e9259c2959086ea2a, 0x0104da52b7c0cd95268fa5b08f4eec16d882569f4cebc958aff16278c4befafc, '', 0, '?'),
(0xf09639c6f1e8fb034b3af7a753ff12f1, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tonality_24px.svg', 0, 0x4166fef2b3cea8be76403a0fc98a4629, 0x4166fef2b3cea8be76403a0fc98a4629, 0xd0d0dc25360ed440682648da46e8e1fec84dbfc828357951cfa513018cb3900f, '', 0, '?'),
(0x3892b3827af1eac6b4b38f0155e97792, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_transform_24px.svg', 0, 0xa849b19f832dad68346b155b0ed7e5be, 0xa849b19f832dad68346b155b0ed7e5be, 0x6dd7d311d51a3cdc04d63bb0a534d937014b4789695137d482b2a9516fdf0a6d, '', 0, '?'),
(0x3cbe1056c9a7472be1d50bcdfb2a94c2, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tune_24px.svg', 0, 0xd36c5d130a8d25e78ca06db05767062e, 0xd36c5d130a8d25e78ca06db05767062e, 0xd11855f8f29a7bd39aea44138ce9f2189da12932e605628a01dd2dc03acf9cf2, '', 0, '?'),
(0x9d1934fa262b299b2b37dea49e722b71, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_view_comfy_24px.svg', 0, 0xc1e09378c2ba90831430a7148e91663b, 0xc1e09378c2ba90831430a7148e91663b, 0x430a43a132df358954b8ac212f29b4321f5230c15a1f28336bbc6005c138885f, '', 0, '?'),
(0xec16fe5d3349340697d8077146260b4d, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_view_compact_24px.svg', 0, 0x5e3dcc790a6f1a38dae2cb8ca72351c3, 0x5e3dcc790a6f1a38dae2cb8ca72351c3, 0x79716ae3a7ac39887d3c004636b444ef81d6a36a1dd11072d05ff54c41cc8fef, '', 0, '?'),
(0xb7f915ce2db4d42527de43c079b112ff, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_vignette_24px.svg', 0, 0x42af7520458bbc07c475626f903e6416, 0x42af7520458bbc07c475626f903e6416, 0xb0913efec0dfac93a91c8efcdd47a5d9926d4653e885c1a6578415c582bf962d, '', 0, '?'),
(0xd50beb731fc6e76cec126b5c6c1b5a1e, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_auto_24px.svg', 0, 0x917ad60a04a52e5d1e597650e3d93237, 0x917ad60a04a52e5d1e597650e3d93237, 0x22769199d23d8d103bae428b00a117e7506008cac009eb929d7b70e25b4cd962, '', 0, '?'),
(0x133e693771200d12cb9dc91a47830b44, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_cloudy_24px.svg', 0, 0x9c4863fb17243a6bca4f8789bd1959e8, 0x9c4863fb17243a6bca4f8789bd1959e8, 0xa56b5ed7b75872b3aa2d09f03fcc315d2db9866f3aa53f14007ac73b8852e9c2, '', 0, '?'),
(0x52581f375f43daaab1d101f3c4a7d2c4, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_incandescent_24px.svg', 0, 0x17051bc2223d9f042efff89d26c1d5a3, 0x17051bc2223d9f042efff89d26c1d5a3, 0x6af90e4f4d3acea599716fac9e1ba215f8ca74df472124fa19b4595534861466, '', 0, '?'),
(0xcc2ff1bead33a5569cd18d17ca372042, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_iridescent_24px.svg', 0, 0xdf1710cbaebe25effe74f1f0ec1b9b25, 0xdf1710cbaebe25effe74f1f0ec1b9b25, 0x124f511088545f66abe91ff99e8a389c91bfa8bbb93a34ca8cdb4f48c7d13f32, '', 0, '?'),
(0x4de5a2929c7fb53642fe1db34f8c3e13, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_sunny_24px.svg', 0, 0x01453cfefa83a235a19c5df910d6b678, 0x01453cfefa83a235a19c5df910d6b678, 0xb2df07453caa6f008d83dea32cbcf8f43b6d880c5c2050b7644af419f102d27b, '', 0, '?'),
(0x07a706c4f20dc01b11918c69178d2a5c, 'wp-content/plugins/revslider/public/assets/assets/svg/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xaa87ddd4f0dc8d063c93f0ec27d38ca4, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_add_location_24px.svg', 0, 0x00d260af157f3e380a388b1917aac71d, 0x00d260af157f3e380a388b1917aac71d, 0x85788a3131268505325e13902aa74a2fe36340176685af4b7e3c2e075b5fa32c, '', 0, '?'),
(0x4aa7defed4087e5f911dd223fa29236e, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_beenhere_24px.svg', 0, 0xe208ba6c29bb592121d8c78acc7b6531, 0xe208ba6c29bb592121d8c78acc7b6531, 0xa38ca6628b99d7b400a5019689f6dba75ee3533a7494e3ad5d5657c491dc32be, '', 0, '?'),
(0xd09d7382b4cee8e819c3ffb3263170c7, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_24px.svg', 0, 0xd4a1e3c049f1eb9d5c37a7673b3b4965, 0xd4a1e3c049f1eb9d5c37a7673b3b4965, 0xf6eb7d3c311701400f11bde1936d2bfc39ae4f92213df5343daadc73aeb87288, '', 0, '?'),
(0xa1cd0e84b1003871a8cf617430e69b91, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_bike_24px.svg', 0, 0x64beea8cc8ff1b39931d425674c5396d, 0x64beea8cc8ff1b39931d425674c5396d, 0x8f83d27cd92a2701536cb85a7921a5c5e0622894223fa135689cf16152db9151, '', 0, '?'),
(0xd3c2c711fddc4276a66718714ddc9168, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_boat_24px.svg', 0, 0xa62c7ca1a045769520caacec9017be20, 0xa62c7ca1a045769520caacec9017be20, 0x4dee6b658826bb951965d0a9c0f51d7579c5a92c88d2face46a79b170bf8e5d5, '', 0, '?'),
(0x70f3098b772f4e6c8d43505d859455bd, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_bus_24px.svg', 0, 0x1a9a16ba56c18b96cff17e158a18715e, 0x1a9a16ba56c18b96cff17e158a18715e, 0x58ed4d4e6a88d1bb821e6cdaee59176bdac3785b3872f4c25c3b4864d63fdb82, '', 0, '?'),
(0x09a3b484ec4d22e0b18e73123d5d4ff2, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_car_24px.svg', 0, 0x8283ddc6d78e155a101e586bbe7578cc, 0x8283ddc6d78e155a101e586bbe7578cc, 0x0e94c2984358150e2ea1e3fcb4610f327dfb2ff67e0620dd8ad911d555427b01, '', 0, '?'),
(0x42e2ab44add460b791d06c16ec247f7f, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_railway_24px.svg', 0, 0x2ba3eb4806467c807a7ee60c5e2d309e, 0x2ba3eb4806467c807a7ee60c5e2d309e, 0xe600924b490ceb7a13109343c7e7e059eeab0d2e03d5ca44a84f1d20910e832b, '', 0, '?'),
(0xd7e74b2b81ec54359ace201f95964c80, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_run_24px.svg', 0, 0xf1b709501ed7a6d97df6ebd465e78258, 0xf1b709501ed7a6d97df6ebd465e78258, 0xc0d1b9ce03d81878b78b3a4934990267c00c8f1d5517e55ece761135e0272d7d, '', 0, '?'),
(0x3b31e4a789723249f7a3d4f7adeba60e, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_subway_24px.svg', 0, 0x902585dd611d908da45fdf713ff13db1, 0x902585dd611d908da45fdf713ff13db1, 0xe9bab894dd484cfbc1cbf9ba4be72abafdbc9e731e9c2b33790d6ac2860cb635, '', 0, '?'),
(0x56ceb73b6a6236c0bd83b0ed5846a582, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_transit_24px.svg', 0, 0x902585dd611d908da45fdf713ff13db1, 0x902585dd611d908da45fdf713ff13db1, 0xe9bab894dd484cfbc1cbf9ba4be72abafdbc9e731e9c2b33790d6ac2860cb635, '', 0, '?'),
(0x5e6a49d147ceb274aa80bbc41019fd84, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_walk_24px.svg', 0, 0xcbfa518304ec1f6fd8ff4cf66d69f22d, 0xcbfa518304ec1f6fd8ff4cf66d69f22d, 0x979c462cdbc1c94fd43af3bc188e13036328e72b478cced2c1ada603c19c720f, '', 0, '?'),
(0xadc556b9c1f476297e0e8e80876bff89, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_edit_location_24px.svg', 0, 0xc0185d2362dacc15fdf2e8d909c32dd8, 0xc0185d2362dacc15fdf2e8d909c32dd8, 0xd0b022b288306ba599768b04111b975bd7af18312e60896669875dbdc6e146fe, '', 0, '?'),
(0xec46724b7e4105046a23d9e85327a641, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_flight_24px.svg', 0, 0x41db81a71bf8266c6f887c118c5b459f, 0x41db81a71bf8266c6f887c118c5b459f, 0x5027ecb46fe7cf6f97874c17e09743d8c87ebe6fa276509261ac647dd97e1b0c, '', 0, '?'),
(0xb9f886779deadc5f9a39c2f84d7a4702, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_hotel_24px.svg', 0, 0xca31aa3cf29113696fa620de1de6d358, 0xca31aa3cf29113696fa620de1de6d358, 0x687ace9d26bae7d43a492b39807e43dc7940b116c94a1d2f7332f914a0690a17, '', 0, '?'),
(0x6a4fbef29fb4b8ed5263b70c911fde54, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_layers_24px.svg', 0, 0x11196773366355c6db51cb15f25746ca, 0x11196773366355c6db51cb15f25746ca, 0xb6cf66efb25448c899f4eef7544baf84ce45dbacbfce4aa80b0c5e83355d5ee3, '', 0, '?'),
(0xbe019a515c40c9892af884877fb6f16d, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_layers_clear_24px.svg', 0, 0x8e3f9668cac50b94bdaebec42d734abc, 0x8e3f9668cac50b94bdaebec42d734abc, 0x3225ed72dd3ffa35e2a1c99784391c25cbc48ff54cf8755fc64ba79fc0c70b09, '', 0, '?'),
(0x0bf3c6ac300ac748dca3f1b0a93e3840, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_activity_24px.svg', 0, 0xe0123fbd7a2f4f5412a116885ab14691, 0xe0123fbd7a2f4f5412a116885ab14691, 0x27e1eb41ddefbff824004d2436254f781468c73db94e5955a7d1ea85a0d2b801, '', 0, '?'),
(0x6df03668b9d0f0b60744ee468cc31d0a, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_airport_24px.svg', 0, 0xdd7d6608aee4598aad3658fd71279af7, 0xdd7d6608aee4598aad3658fd71279af7, 0x71d3f3023aff49f3cb0b1c5cef34c01c429fdb54da9940de6fe4f940a1f76d73, '', 0, '?'),
(0xecfde508a05fe2ddcdeba84a267e96ea, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_atm_24px.svg', 0, 0x71aa109006e7c9d1b8eb578bcbc06d01, 0x71aa109006e7c9d1b8eb578bcbc06d01, 0x657d77d2d852a7899d1e9b34e3f588cfd20127d5c770f1942644eb0e8f29a523, '', 0, '?'),
(0xaaa093a2619936b27a0a5e83d561c7ff, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_bar_24px.svg', 0, 0x43482d9e5df685cb0ef380bb56124852, 0x43482d9e5df685cb0ef380bb56124852, 0xa6cba25a24ede4097b1d1382c5dee274af6d39877d8ad1fa849830cc0daaf7ad, '', 0, '?'),
(0x6a555dc99a5d4406f21ecc9edfbc340d, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_cafe_24px.svg', 0, 0x7ee429a4e29251ee932c009586b56d9f, 0x7ee429a4e29251ee932c009586b56d9f, 0xfdc2afc83d738ea7e6b268f7d6b342e7b5f7e1a23d4cbf904f80451761b2711b, '', 0, '?'),
(0x5b12f5bf66e4c8b29a5ec786c3cb703a, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_car_wash_24px.svg', 0, 0xe8cf564524bb7d461f2d133f587584e3, 0xe8cf564524bb7d461f2d133f587584e3, 0xb3161ff2ee76515098c14851235ffaad29a2d3c5e35bfe8445a90eec8ff49991, '', 0, '?'),
(0x081cfd1376a5e17511763c7fec23e89f, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_convenience_store_24px.svg', 0, 0xf9f1e42ae3009de10208f81cac8244f5, 0xf9f1e42ae3009de10208f81cac8244f5, 0xd087b484235c397396b55e4dee6b207c49a70cbce724c68347cdca5bf00d38c8, '', 0, '?'),
(0xca77414483745247993a24545049e4f4, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_dining_24px.svg', 0, 0x6bc478786aaf40f6681133050c1c4713, 0x6bc478786aaf40f6681133050c1c4713, 0xc2bfced953c6783e8a4618a1346afa2c370ccfb506c16c58325dbff9e85f890e, '', 0, '?'),
(0xb1a8a7e9c5736818435df236cc945ff4, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_drink_24px.svg', 0, 0xe9b9144656faefe1e7c44c12b468c5dd, 0xe9b9144656faefe1e7c44c12b468c5dd, 0xadc81bf499191ccfc08fc68efd743c0bdf8d915a0e75970c67f746b572318f80, '', 0, '?'),
(0x63f58099b699d2fe570592f75a71dc86, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_florist_24px.svg', 0, 0x54e1591783ae2a55fd691b928df41fbd, 0x54e1591783ae2a55fd691b928df41fbd, 0xbe1a2ead0f3207719f4e626adbe87984cd8050fbe039dbdd5bdde7e2769bceb9, '', 0, '?'),
(0xfa3d936f6c2cd266e7380f8af2a80553, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_gas_station_24px.svg', 0, 0x5f3cdd8a600cf3bddab261027d6deb8f, 0x5f3cdd8a600cf3bddab261027d6deb8f, 0x28ba74d9d3771f3887464416f6f48809abb867fc6a24fd1b063e00a1a3f74adc, '', 0, '?'),
(0x911f31aec98386aff9d9a2401782403a, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_grocery_store_24px.svg', 0, 0xd57c46cad0c8359df14356f7dc3ae5d1, 0xd57c46cad0c8359df14356f7dc3ae5d1, 0xc413b2d49e65e63b6e548186478fa7ec924b6bf8a5600ea71dc6fddf8836cd38, '', 0, '?'),
(0xe40cd59cca662b21585fb47ec5ce63a0, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_hospital_24px.svg', 0, 0x8bd111fc4520d8f124a604a151c78be4, 0x8bd111fc4520d8f124a604a151c78be4, 0x5067d0d2aeeb874d217386eb55ee0c418d705f1be1348ac4ca89dd9a70878367, '', 0, '?'),
(0x09b7927dba09302ba667dc13ab6ac9e1, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_hotel_24px.svg', 0, 0xca31aa3cf29113696fa620de1de6d358, 0xca31aa3cf29113696fa620de1de6d358, 0x687ace9d26bae7d43a492b39807e43dc7940b116c94a1d2f7332f914a0690a17, '', 0, '?'),
(0xaf5e33b191bd640cf2b24ec16bcfc5a6, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_laundry_service_24px.svg', 0, 0x3edd796cdeeee03b36deedc1704656c5, 0x3edd796cdeeee03b36deedc1704656c5, 0x9085fc133c2d7039a1df33fde2c536cef3d19b6894833963def42346611f658f, '', 0, '?'),
(0x1e2538c3829ae01ff76fd7bfcc1480a4, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_library_24px.svg', 0, 0x3c2f482af4074b6e690b58a598654f70, 0x3c2f482af4074b6e690b58a598654f70, 0x5da066d764b149ad9d868f3313ba44dae64ada0f8bf6fbf5b6b8f0d62d591db2, '', 0, '?'),
(0xb1380ae50197c9abc56b67a8dd84f71d, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_mall_24px.svg', 0, 0x0fb919cc94b6830a86cd6df93cd166d3, 0x0fb919cc94b6830a86cd6df93cd166d3, 0x33d48efe91078cdd3efdca607d33ce601ded616f1af4667a9c0e44a2e90cb8dc, '', 0, '?'),
(0xcab8d67673511515f31642efe443fa9b, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_movies_24px.svg', 0, 0xc1ef48c80d18e292325299b7daa48d19, 0xc1ef48c80d18e292325299b7daa48d19, 0x6af566870489306b0cc8dfb67a63a07ecdd18a4012729f8f5e6630e02eb8f001, '', 0, '?'),
(0x88ce5069ccc1da12383d313c2237dbae, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_offer_24px.svg', 0, 0xee5ef905ad7c60d4e7c9dbaac1a99185, 0xee5ef905ad7c60d4e7c9dbaac1a99185, 0x9e5c11fb7261f6305698776c7431bef3d8122e687ba5163d67d0c880c8dccfd8, '', 0, '?'),
(0xf26d142c632922bc7e3b8bc01cccb5be, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_parking_24px.svg', 0, 0x859c560dc6b1943da9e0c690ce29721d, 0x859c560dc6b1943da9e0c690ce29721d, 0xc073ddef11231c2dcdc7d6d321ebdd2fa974efbf15ac1630ee20fff57e207e07, '', 0, '?'),
(0x0c2d38ee791eeca768899aea4e315d9d, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_pharmacy_24px.svg', 0, 0xdb240cb539f0da47c073138d6a8b904c, 0xdb240cb539f0da47c073138d6a8b904c, 0x3c43fb403ad96b4e4045253734ee87771d6a6abb4c2bd57b6ee8831da830acd4, '', 0, '?'),
(0x024fba5095f0f430e5ebb12dee509864, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_phone_24px.svg', 0, 0x3857464b453fda6d17b75402cc4476c0, 0x3857464b453fda6d17b75402cc4476c0, 0xe45431a5071178e70cec8d2ebccf17da177e638345f362d48f471e419feb9376, '', 0, '?'),
(0x508865b4c39f20d48161fb93de83b003, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_pizza_24px.svg', 0, 0xe5bc8dd93c42dd1d5b28ba76609181c4, 0xe5bc8dd93c42dd1d5b28ba76609181c4, 0x0153662d7b57027c5bc4d6fbca5cc1746f9f70c4957b400ba29ae800ddb7fb1e, '', 0, '?'),
(0xa001cd10762878a5e29013dcd7f60057, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_play_24px.svg', 0, 0xe0123fbd7a2f4f5412a116885ab14691, 0xe0123fbd7a2f4f5412a116885ab14691, 0x27e1eb41ddefbff824004d2436254f781468c73db94e5955a7d1ea85a0d2b801, '', 0, '?'),
(0xf169dda31f5be97e9b1d1d9e3f589dbb, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_post_office_24px.svg', 0, 0x3176293a03ae0fcea25867f375898c30, 0x3176293a03ae0fcea25867f375898c30, 0xf45e23c39be38d777afabde9aa738bfdce6e7b9dc2d1ac08222c2db069dd69b4, '', 0, '?'),
(0x9f0791fa4b3f67885888a6a82f6bd222, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_printshop_24px.svg', 0, 0xde293e30880ad1028f471a987251da46, 0xde293e30880ad1028f471a987251da46, 0x875dafa88d81d2249f7003f57a3a279043e052908900731279da4c39d71c233f, '', 0, '?'),
(0x61700b7633d978333f34fe0d19473af0, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_see_24px.svg', 0, 0x4f91ded0df61369559a925f8b591cf43, 0x4f91ded0df61369559a925f8b591cf43, 0x6c0836e8ea8f80d95d2ee5728cdffb4393de178bb007b70db53b45a510c0851c, '', 0, '?'),
(0xfc3559921404040a2b2fe9395cce9368, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_shipping_24px.svg', 0, 0x5b2833894b50f1b5b475407a70419bbd, 0x5b2833894b50f1b5b475407a70419bbd, 0xca64007088905137459e7bebce28489325f11667bf0192382739320f8713de2a, '', 0, '?'),
(0x566d29c68a2919d07eb308a9afd7a205, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_taxi_24px.svg', 0, 0x02852ab8beded254d263882b6130f0ab, 0x02852ab8beded254d263882b6130f0ab, 0x1b41b24f6405c6817b85dc05dfbaa6067a57129971f4c9c84f0f5c9cafdc2073, '', 0, '?'),
(0x409621dfff4c8b1e49e1dafae89e63cc, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_map_24px.svg', 0, 0x8d04eb8aaff092d09146f0a2e3a1750e, 0x8d04eb8aaff092d09146f0a2e3a1750e, 0xf0a84d458a361d0caefa933c8996d4ca5f56d819cf226d80275e87c7c12e0517, '', 0, '?'),
(0xd5e1a364dfa92a8b2dc0d7693d0b15fe, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_my_location_24px.svg', 0, 0x93f3a8477e2935b36feab1c42167c0c3, 0x93f3a8477e2935b36feab1c42167c0c3, 0xac573fda93b82db54a1841c905f6c4e55608dba95453c160846fdf7b2ba51587, '', 0, '?'),
(0xffe13de338ba7a28fd733067f970875f, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_navigation_24px.svg', 0, 0xca8f3263c04ce569d10dc4ad1f23602b, 0xca8f3263c04ce569d10dc4ad1f23602b, 0xbfc994bf01bc655625c45f0b0bb558932243937798e8a1a2f60ba469d1307f96, '', 0, '?'),
(0x66de8ebfdad677cc11929f233d540f91, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_near_me_24px.svg', 0, 0x08be87e3257cfb06b1338698f77e7517, 0x08be87e3257cfb06b1338698f77e7517, 0x6d0cefe83982bf1de6bd7fdf1627e5dae66fac59f459c301497b0c1be683e872, '', 0, '?'),
(0xa515181eddc9c8e47fbfa553f522254b, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_person_pin_24px.svg', 0, 0x2d4e18307f7cedf39eff92566e22e603, 0x2d4e18307f7cedf39eff92566e22e603, 0xa5c63d2a97c1b9acf72f1dea67d983b50da60097ae67ef125a5d25b4a5cb04e2, '', 0, '?'),
(0xb8ec7c53c3cb343a846c08a9c5aa85b9, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_person_pin_circle_24px.svg', 0, 0xf06544a35c17ac3d821f8fcdbffb1a54, 0xf06544a35c17ac3d821f8fcdbffb1a54, 0xab3e7d07002c22252000d9256e9173c18b86658f32c9d18098ae865bf0d9d379, '', 0, '?'),
(0x2430220dcd32249fa8a716d01fc3cf91, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_pin_drop_24px.svg', 0, 0x675e34b943b6b25ccc70efa9d31af8a0, 0x675e34b943b6b25ccc70efa9d31af8a0, 0x07b3ddba4d05c72eaf627aae390d84b53dfb7e819dc5c889a523ac93e54fac17, '', 0, '?'),
(0x6b255d870d5359de2ec2f34d0f6752ae, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_place_24px.svg', 0, 0x49827d1919d49a5ea8d1deb5ca511a77, 0x49827d1919d49a5ea8d1deb5ca511a77, 0x5c5d3ae3b330b2c363f8b04137926bf6bfb154bea7e560aaa30ec60928fd9c00, '', 0, '?'),
(0x86bba8f018a4855a785ab0fe2d6ca03f, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_rate_review_24px.svg', 0, 0x4dfe623af968d81e87fb7e7d2a5c5974, 0x4dfe623af968d81e87fb7e7d2a5c5974, 0x18924b6c4f6fcca05988c7aef6634b1742795d33bf8abca7be39e89f0b10e687, '', 0, '?'),
(0x244411647cde2aa2e488ff8511d2baac, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_restaurant_menu_24px.svg', 0, 0x6bc478786aaf40f6681133050c1c4713, 0x6bc478786aaf40f6681133050c1c4713, 0xc2bfced953c6783e8a4618a1346afa2c370ccfb506c16c58325dbff9e85f890e, '', 0, '?'),
(0xd8ab9b0035e157b74b9bfc3de9330351, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_satellite_24px.svg', 0, 0x4177b02e2eadd64145acfc43db2ec883, 0x4177b02e2eadd64145acfc43db2ec883, 0xb8e6d44edc4ade8a757a1b38091113c75204338de7c01094e643b4e8d5a588b8, '', 0, '?'),
(0xc5a25cef2c1cc224b4160afa5eab5f4f, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_store_mall_directory_24px.svg', 0, 0x4316d897351e16448ca03defa85f459d, 0x4316d897351e16448ca03defa85f459d, 0xf154e9572b1cddb334eb0d24f4f21759b92ed80f26c6d4dae37d0099c97681e7, '', 0, '?'),
(0x95f5d9d64b16672e0cdacf7a72d80e02, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_terrain_24px.svg', 0, 0x17d3441d700029fafc5bf0598f1e0ee9, 0x17d3441d700029fafc5bf0598f1e0ee9, 0x4589e985b22e7e49012f80744bc7d7d2e6de96bfb74495995879cbd1e6087b45, '', 0, '?'),
(0xc5e70564e9cf0911e854d9e175ccad02, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_traffic_24px.svg', 0, 0x4840d06883b94ff72359f8ae291d870b, 0x4840d06883b94ff72359f8ae291d870b, 0x01093660dedc808ba42ad86f805158521ab877976b27014618189cae64f721de, '', 0, '?'),
(0x5867889b7f16e0ee4515c58cbdfe4ac9, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_zoom_out_map_24px.svg', 0, 0x601de33663b20b2d64caef4f8119fa5f, 0x601de33663b20b2d64caef4f8119fa5f, 0xd8b72a8a96693f35c77d0397404e7ac26960e75153c686acd0c6933854474cb1, '', 0, '?'),
(0x8be2b65620d161f7cd2bc295e8453070, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_apps_24px.svg', 0, 0xcef37cff9d1d7b2d87943eaa392a9778, 0xcef37cff9d1d7b2d87943eaa392a9778, 0x0450df0148272120864e33a2caf3306bd52727905a3f1f87ea6b4f57b08447ee, '', 0, '?'),
(0xb62dc89ce6228072d32ea2a82b12307c, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_apps_36px.svg', 0, 0xa5ef19e83b3fc162e058c6bf5cdae5af, 0xa5ef19e83b3fc162e058c6bf5cdae5af, 0x3343f1a1024a3b435d512bfe466eb9670e90bb11c60743ca9d1fa782a974e3e4, '', 0, '?'),
(0x61b59c4b796c5e95c32a6eec8696b7a3, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_back_24px.svg', 0, 0x98abdde47e9de09a5468834f0e9491b8, 0x98abdde47e9de09a5468834f0e9491b8, 0x30d47302aa14e4655d0a0349dcacac182fea153af963c2869cc6686d4ff22394, '', 0, '?'),
(0xd012d0c3106f1ce5ad2147ced85ade16, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_back_36px.svg', 0, 0x423f2e9ea3ed9bfe4777671ec11d50ea, 0x423f2e9ea3ed9bfe4777671ec11d50ea, 0x424e88c783ba568e5bf683bb51dc40824a053263384219210d38cfe64e748e95, '', 0, '?'),
(0x084121390c02cb041b6946f491b91070, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_downward_24px.svg', 0, 0x8510dbdc5ad10f6db329202d21419f81, 0x8510dbdc5ad10f6db329202d21419f81, 0x5150644af2d777e17fde732ac16a5ac7e7916cbf7d5bf609e775f37f93225abd, '', 0, '?'),
(0x893e7c9f1ac12e0f27382b03969b5299, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_24px.svg', 0, 0x21abb748a332c5c939c6e033fd878354, 0x21abb748a332c5c939c6e033fd878354, 0x948a797cb59fe71c5570d1c6cb1ba944d7c7053ca5746ef7dfc1688c3765af2c, '', 0, '?'),
(0x6a54bb9f902bde51fc7d1e699bd55943, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_36px.svg', 0, 0x705b3652786b9f9c602b30d32de142f0, 0x705b3652786b9f9c602b30d32de142f0, 0x6bead13210ad929c5ae030baecdbe2024736df445eac40ae1c0b309d837c55c5, '', 0, '?'),
(0xd215b3d15affba8c73a0e1b6c9189d73, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_circle_24px.svg', 0, 0xde01b6dee308151d5c91b682ce371962, 0xde01b6dee308151d5c91b682ce371962, 0x426b74e0ac0560675fcafd54c88c02a875f1cb4150f80b1b3af5cd995ed64064, '', 0, '?'),
(0x635bfd7ff879430fc3fe9482387b4875, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_up_24px.svg', 0, 0x41082c1274b9003297a16c9cbdcb210e, 0x41082c1274b9003297a16c9cbdcb210e, 0xcd87ea2742532723c8a77ffef637ddb524d6238551544c6497eae04e4d6372fd, '', 0, '?'),
(0x624e95190967f28f7a3507faeca2bc8c, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_up_36px.svg', 0, 0x21e175a856e6c5c21380730c1980e158, 0x21e175a856e6c5c21380730c1980e158, 0x8b85e45af2241d14083c9a1caf96309f445855e5b0a78be8ff152198b77e3954, '', 0, '?'),
(0xe8d293384b629e87424247394b2371b9, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_forward_24px.svg', 0, 0xde68f09fbfeea09529e3959102de534b, 0xde68f09fbfeea09529e3959102de534b, 0xe4a7992a8c0127ed054233785a67dd168c42296377e109c43e46063979b716ad, '', 0, '?'),
(0x2e1e2d87f6ff8f5c2ef2fa87def772eb, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_forward_36px.svg', 0, 0xb753f6de16941716828341d840fd8567, 0xb753f6de16941716828341d840fd8567, 0x228a36d11ceb3d83d041a13cf9d3a6c5b9b029d31f96b9cf16ed22e5bcfd459b, '', 0, '?'),
(0xd7b7a29a46dfe3901d5afc59643ffe0b, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_upward_24px.svg', 0, 0x8fc988ee42fd32639f6a0da23efa34cf, 0x8fc988ee42fd32639f6a0da23efa34cf, 0x9f925d2fd27fdd379773d77b778fee738e69996660c049f2d55177f7562c224a, '', 0, '?'),
(0x03313ab9064f4798ecb680f9a05c4d7d, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_cancel_24px.svg', 0, 0x42d12e520ed21770c2635231bae85b71, 0x42d12e520ed21770c2635231bae85b71, 0x693f4df8ae9905874f517a33e7bf96e3c624fdee2e887c3b86ff9eb2fe666bc8, '', 0, '?'),
(0xd465e9af178e21332570808bf5a2b775, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_cancel_36px.svg', 0, 0x341eb154769c06c6cb57e4f734ab8cbb, 0x341eb154769c06c6cb57e4f734ab8cbb, 0x2058be934b23ada09b81f066c01cfcb9aab08f11c90e204f7c5b8e81b0970ac9, '', 0, '?'),
(0x999b5a84e52bb1ccb711b335d0478bbb, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_check_24px.svg', 0, 0xca4b3b22ad361a4788cb709e8581ca9f, 0xca4b3b22ad361a4788cb709e8581ca9f, 0xc17e7d552aff5eda350021fa311c8d5ea2bbc48d804816d26cae339994399661, '', 0, '?'),
(0x7c9130372d8f88821bb49cab36951959, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_check_36px.svg', 0, 0x6ba32c905a8faaaf0312144d93d83643, 0x6ba32c905a8faaaf0312144d93d83643, 0x207612482b5482cbb638f028791f65d3c28a05fc89c54119cbc9d6f9ba6ee21c, '', 0, '?'),
(0x5f2cebe3539085cecf2924008d9990fd, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_left_24px.svg', 0, 0xce1003c3cdf2d5ab91720129beb8860b, 0xce1003c3cdf2d5ab91720129beb8860b, 0xf7c1f4cb5e5ed5827b3b4fd59dae748448fd6242b5aa424ffca85d55a7c40a76, '', 0, '?'),
(0x2a9e9c27d00c4e2e2225ec63eba992a3, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_left_36px.svg', 0, 0x2a5f63cafb3661d1ab185bab176f7137, 0x2a5f63cafb3661d1ab185bab176f7137, 0x4dfe355868f5441fd3dfd2643f7459feea81a5d7f7bc623204f93a7c314a2ec2, '', 0, '?'),
(0x67916af7ab08ce33210d1d1d9140957d, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_right_24px.svg', 0, 0xcd2f9b3392021b5c2db2fe25c615a743, 0xcd2f9b3392021b5c2db2fe25c615a743, 0xc988e63e357e442e3531c58defefddbfa240ac38c04bb6e4695272b119d84b27, '', 0, '?'),
(0x7339f4d567ee238ae1e25e8061d55b3b, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_right_36px.svg', 0, 0x6462836c846af49b17b59b2a8afddd73, 0x6462836c846af49b17b59b2a8afddd73, 0xae8d777720e3e2cf58004f401112bd48046432895b7b734eb7c0dd69fbb915b2, '', 0, '?'),
(0xce7c3abd881f22a1d27db62709eff062, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_close_24px.svg', 0, 0xaddfce46ee90a4cc5f8d1aa464ab9822, 0xaddfce46ee90a4cc5f8d1aa464ab9822, 0x4dfe728703593574c1d9114aaca0ce241559bc4920c53f82ecbec0ece0955ee2, '', 0, '?'),
(0x62ea6480e961ba51d7fb4ac659c234d3, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_close_36px.svg', 0, 0x37223e2e7dc07d1a423f50c534d5104e, 0x37223e2e7dc07d1a423f50c534d5104e, 0x88b3cb89c3a5a7ccc442936850cc5ae3f8403f7685469fdd29a1efa481ce3136, '', 0, '?'),
(0x44f1ff16e46d5a29443bac4225913e49, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_less_24px.svg', 0, 0x431503d1600342d139f702b8df9f562c, 0x431503d1600342d139f702b8df9f562c, 0x7262aad13d5074b8a66c9c43351677bff2ec641d4e794ca961527ea155c56bb4, '', 0, '?'),
(0x580dcfc73886da988fd356070c276452, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_less_36px.svg', 0, 0x8862776b9c249d49b82823fc8162bb2f, 0x8862776b9c249d49b82823fc8162bb2f, 0x9462375301695d70bd2c216983511612d958167d3033dfa9a6b75443e0689ae3, '', 0, '?'),
(0x700e54032dab83395a603e7ee9d07fd9, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_more_24px.svg', 0, 0x7744e2f57ac9c54e76b9234cceb76cd1, 0x7744e2f57ac9c54e76b9234cceb76cd1, 0x24f3070a9d563f480d619dadc832471efe7fe3fab0d8e3090e2822557a3c553a, '', 0, '?'),
(0xfae46f141d84c561f8e666937d0c3f45, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_more_36px.svg', 0, 0xdc9f0f741f1dfcf9d20cbecf69f56f18, 0xdc9f0f741f1dfcf9d20cbecf69f56f18, 0x28c247c1f152ea8aa2bbfacfdff86a523b631a551b7fcac644d876d4638192cc, '', 0, '?'),
(0x5c73e3563e2705e929438c731cd3d8c8, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_24px.svg', 0, 0xdcfcec2791eb03b50fd4212e4c7c2ab1, 0xdcfcec2791eb03b50fd4212e4c7c2ab1, 0xd4b93f655cc0ad0d0348c8942312cfde0ed7d86b0b218d76996a81ad5e7a8f2b, '', 0, '?'),
(0xb0d0ec74112ff530324919fe1027e787, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_36px.svg', 0, 0x275f9f7c3c1c254beaf7ee785d75e0f5, 0x275f9f7c3c1c254beaf7ee785d75e0f5, 0x03ad1dbe4b9b013b6a80c834f86b4eb5fa2236963bee4041f5567c5303f7b053, '', 0, '?'),
(0x4221dd0b90b936f860a960a2c90965e2, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_exit_24px.svg', 0, 0xb4804f0e73e754e34aa3d9aa0b67ff1d, 0xb4804f0e73e754e34aa3d9aa0b67ff1d, 0x2bdb1d19a5e58fe3db913df3f991fabfcf027144583364eb8b2c21d01c17d37f, '', 0, '?'),
(0xac5e8941ed3d768b56e7e31ac7f38bd5, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_exit_36px.svg', 0, 0x4c11a286b9f01c3a1297ae4626b4671b, 0x4c11a286b9f01c3a1297ae4626b4671b, 0x39b82853becf6ac5f91b428d0e9bbd5bfbfb817352ecb28d5c1ab8ed21b19c6b, '', 0, '?'),
(0x2c8a27c15096b4a63ffde8e143ec759b, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_menu_24px.svg', 0, 0x204f61a19eb3371c4df719a3ef5b957c, 0x204f61a19eb3371c4df719a3ef5b957c, 0x7904adf701f6fb0f45e1906d71d18629188c47062bc22377dc5aa19734f6ddb9, '', 0, '?'),
(0x57e688f6d4f45d64fbc2f7d3287e699d, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_menu_36px.svg', 0, 0x8ccbda2956539f89123d47d828da2ca7, 0x8ccbda2956539f89123d47d828da2ca7, 0x5daeca12c3968fe04ce6cc0cbbaaaf8c7f15640e7503c9927949afc62c33bd07, '', 0, '?'),
(0x9eb9f8489c0ece3f6cd632e2742cbc9b, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_horiz_24px.svg', 0, 0x22e3dd8a496c39c66bdc6ed99b85cc11, 0x22e3dd8a496c39c66bdc6ed99b85cc11, 0x73dfe80921a78ff517455cb229a317bc7cfbdc87eeae5221345a67cc83eee39a, '', 0, '?'),
(0x0a4036b4ed264f0de93cf57b53f16aa2, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_horiz_36px.svg', 0, 0x34bde019348f01ecffacfc6764338726, 0x34bde019348f01ecffacfc6764338726, 0xd5861e5e8f64787d79164981301dd71334000c332c04454110adebeb195587f6, '', 0, '?'),
(0x78fc20d3c66d4346758a43c76ca12677, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_vert_24px.svg', 0, 0x8b6c7812ba9efab131f916bdf12566f6, 0x8b6c7812ba9efab131f916bdf12566f6, 0xca18b448cbf290611ff127e7329ab49520965cc2529b941946b00dd4ddb4322d, '', 0, '?'),
(0x91bc6f5932063d081db4d2411dd82a3c, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_vert_36px.svg', 0, 0xeef2f6f288ef9136d13dca5bb7fd99d6, 0xeef2f6f288ef9136d13dca5bb7fd99d6, 0x37c28ee8df68d52b5e6a942a0abd28c60a5c1f20feebf79884472a117043d150, '', 0, '?'),
(0x6510f28a517912f87c682e238fbaa779, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_refresh_24px.svg', 0, 0x61770d7dae4f0d71ef73455000554048, 0x61770d7dae4f0d71ef73455000554048, 0x486e3b584e01f2de651e94a369405613b2448e48c11b2ddcb12427894e5618c7, '', 0, '?'),
(0xd254149345e53f1f1984cdd76a7afeca, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_refresh_36px.svg', 0, 0x9fc3e108e4a37a96d9a42a67876290fc, 0x9fc3e108e4a37a96d9a42a67876290fc, 0x23fb4f4edd344f47b02ccd00dba2512c34935f35f3ea986bcb5bad508b290f10, '', 0, '?'),
(0x4b7fbaa980a77a0ed4bcdc525d96365c, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_subdirectory_arrow_left_24px.svg', 0, 0x4db43064b016782e8b35b58d9dc19afb, 0x4db43064b016782e8b35b58d9dc19afb, 0xf38804b8b195fdad95efc6662f78718790c8005a7cef048f4c695ba929fcae5d, '', 0, '?'),
(0x75561741bf2607577973e54fd758b9ae, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_subdirectory_arrow_right_24px.svg', 0, 0xae9a07cdb745f1ecc9bb914a0ee24537, 0xae9a07cdb745f1ecc9bb914a0ee24537, 0x191840ed5facd727a7c615e96825f142c3bc4f89fe9a3feda6cb4293e8f827de, '', 0, '?'),
(0x4ccab5e4ed2a91000033891bc309e08f, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_less_24px.svg', 0, 0x7685e254a4ff278acef67683b0191e44, 0x7685e254a4ff278acef67683b0191e44, 0x87ecc359b0fff5822dd00c1cf23306c20ef17b3f914d2322758c64b59345c114, '', 0, '?'),
(0x0e7d446978481043037a5e54ff005998, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_less_36px.svg', 0, 0xf831e593430fd929ec24f95baff57bae, 0xf831e593430fd929ec24f95baff57bae, 0x757907ceb6d160c69476dcb81a59f364050c55c6d0069eb95426cd131ae966a6, '', 0, '?'),
(0x39d671a61072b609974d42447f0d9a8c, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_more_24px.svg', 0, 0xa06125e5c32d7ee6b47581ef7f681399, 0xa06125e5c32d7ee6b47581ef7f681399, 0x1189fa7142a0da57a03d8c01083db0479e844c5dd5011bbd2c63fc2b742aea57, '', 0, '?'),
(0xf82542153a658b7d169326ddfdebd5e2, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_more_36px.svg', 0, 0x317334dff1558dffa6ab57600b6a46a8, 0x317334dff1558dffa6ab57600b6a46a8, 0xe9368b141f9d703a93dc0e14c88bdc4e9fb8c624eb5922326b67c34d63210928, '', 0, '?'),
(0x9867537e363ed4c9baa0c35b12e7175a, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_adb_24px.svg', 0, 0x23f26a56c1df1349114c741973ba40c2, 0x23f26a56c1df1349114c741973ba40c2, 0xdf91a335cfdc5081c7946731a1b58e9c5947712a7db511aa0d0a72f9254c8391, '', 0, '?'),
(0x4f0cfc391d0a71ba8cc71763c87835ed, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_flat_24px.svg', 0, 0xe18efd149959a8e2880d9fadee7e5078, 0xe18efd149959a8e2880d9fadee7e5078, 0xf4d1b3bc015eb0d5b462704690a4b34ec9e451d89aee5f66ffa20e33d5394a74, '', 0, '?'),
(0x1547d86f556a6d0c1f5a4709eca6716f, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_flat_angled_24px.svg', 0, 0x0499e8897ce8ba6c5dc9b9e46466f207, 0x0499e8897ce8ba6c5dc9b9e46466f207, 0x7da4d5cccf9e952e87b5dc976bb62ce2a52fe679d02de351fe6a37e357c9c733, '', 0, '?'),
(0x5150551f7607c43b9dd5125aaf33e3b8, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_individual_suite_24px.svg', 0, 0x7ba42cf19bf79dc9711c07fc1c3c2b27, 0x7ba42cf19bf79dc9711c07fc1c3c2b27, 0x4df24d558ca234405688db789703470bae30bde2bdfd560d70262fb94ee27f7d, '', 0, '?'),
(0x4a3a0e78556a5a69ebf127a8d59840e4, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_extra_24px.svg', 0, 0x23084aa2599b2adb22045697b1d81fb7, 0x23084aa2599b2adb22045697b1d81fb7, 0xb9bfc76cb661c471b4e84ebe07e8d44e4eb7d88c1a13813db705daa9967f6c9c, '', 0, '?'),
(0x5cff46bd0f5c4539aa34f48a572be7ad, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_normal_24px.svg', 0, 0x2646716998ca698fccd083b6af7538ac, 0x2646716998ca698fccd083b6af7538ac, 0x126009a9a10a73989f0746b0ded83a310163b5b571cd2ae9dbf173b0c000f575, '', 0, '?'),
(0xc5c67fa095f624c3fcb43ec32339be6c, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_reduced_24px.svg', 0, 0x80523ccb0eb3c61468e31282abfc64d2, 0x80523ccb0eb3c61468e31282abfc64d2, 0xbe3add4b8e67f255fef00d7b0241927fd46e31efd9bbf882a1996a4f972cfafb, '', 0, '?'),
(0x7dbca38df9aa02d76287f67ee61dc604, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_recline_extra_24px.svg', 0, 0x90f59833d1d458c1d1b64709f3c01a51, 0x90f59833d1d458c1d1b64709f3c01a51, 0x254178c7ecdbef2538d0fded5f4d9993f8e253ca2f294c1b66e8066b4a686046, '', 0, '?'),
(0x4b51d9d4892bdb1d185debd61eacd764, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_recline_normal_24px.svg', 0, 0xa12ae3954911e1d8cdcf22b249e65bc7, 0xa12ae3954911e1d8cdcf22b249e65bc7, 0x90d1cda6bb8f92e6aad7c589ff21d0c0e255d717775d7356b9b248497e95252f, '', 0, '?'),
(0xc01d6f7e013518d7a55ca3d4beceee91, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_bluetooth_audio_24px.svg', 0, 0x630d3bb649cc8c1c8d15adb95ff382e1, 0x630d3bb649cc8c1c8d15adb95ff382e1, 0x3e54560a05437e38994c4fc98107d9d05989764bcbb69e194465bbac13278925, '', 0, '?'),
(0xaaa06e00cddc312097cdc80af8400ea8, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_confirmation_number_24px.svg', 0, 0x0fb9dc84b10eeb921f34bd5c741cad5f, 0x0fb9dc84b10eeb921f34bd5c741cad5f, 0xfe2aac292cc52409f34f2a3e1f7030c037188967e519a3278afb9a51e236005a, '', 0, '?'),
(0xa40c243ae4a01bb27d8d6a1220dadce1, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_disc_full_24px.svg', 0, 0xb788ec051f1bff2bd5931ce9769e3210, 0xb788ec051f1bff2bd5931ce9769e3210, 0xa7a41878f7daae67378cd606812c2e6f3c35135066345de1fd72da064b9d8a10, '', 0, '?'),
(0x0e02806d1b93e73849e606e979638df9, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_do_not_disturb_24px.svg', 0, 0x30a5e7b31c7ddef68f1d7d95207782f1, 0x30a5e7b31c7ddef68f1d7d95207782f1, 0x040fede2ebe5b991a9e5a7a5913677185801ccf6104b5d493bb70578f69a34a2, '', 0, '?'),
(0x8471e67cb7210cb4bbe71f9a5c52784f, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_do_not_disturb_alt_24px.svg', 0, 0x3097fa29ce75fd29b46d8ff90f8d05b9, 0x3097fa29ce75fd29b46d8ff90f8d05b9, 0xc8687aea3f17d4eb94a1733ba3dc12f2f231f1ad57106b0b22044485b6cd9fc8, '', 0, '?'),
(0xe21ed8682ba185b6a5b705ac44414e8c, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_drive_eta_24px.svg', 0, 0x5d98e3673e707eb3c2cbc4ccdcbca276, 0x5d98e3673e707eb3c2cbc4ccdcbca276, 0xca500f161d8ff3b82c745abb0b25a857bd4478579993404f0e77a9605a2c2f8e, '', 0, '?'),
(0x29132c6cd45dd96a3bc55a8f55ae878e, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_enhanced_encryption_24px.svg', 0, 0xcbf1a8565a8c5346e7b15b2fc7ff6e0f, 0xcbf1a8565a8c5346e7b15b2fc7ff6e0f, 0x16213c591525bab6a08a54f998956e72553fd406b7da555049f69eaa1832bffe, '', 0, '?'),
(0x3ca5d5692fe3f62b1b00ee5be7473592, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_event_available_24px.svg', 0, 0x414ec8ad5f30d4adc9ea181a44e1cca2, 0x414ec8ad5f30d4adc9ea181a44e1cca2, 0x06abf929d94632dd10257a2730033a963216a3f775ce24100e0dc531ff4587c1, '', 0, '?'),
(0x2239c84da22a3f8666c4c6fbb557a5a7, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_event_busy_24px.svg', 0, 0x76e526ec2f901b679fc2f2cda38f8b43, 0x76e526ec2f901b679fc2f2cda38f8b43, 0xef54e787c967f4dfd1ec0f3942e2e3e439ae14298d7006b25976c84aa79314cc, '', 0, '?'),
(0xcb35c6c2c94d25bc5c4bc575f6a92f4a, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_event_note_24px.svg', 0, 0xb2f5eb80011cf68822668e4f4658e9d5, 0xb2f5eb80011cf68822668e4f4658e9d5, 0x392d5a5ddba86de732084543eb634b4fa3b6992a88a1a2144ba1423aa29353f5, '', 0, '?'),
(0x89ee11da223331767c0e7fcb687788ec, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_folder_special_24px.svg', 0, 0xbea8f5137a8337f1f573555d3e881023, 0xbea8f5137a8337f1f573555d3e881023, 0xdb95eec9cbeed58e706f73661ae2c977002473eb50a59c6df8ef8e45d49b26cc, '', 0, '?'),
(0x72f8906ebd411b07acb83af635633d33, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_live_tv_24px.svg', 0, 0x4c8e1b87bd0ec5bb92a765c6b0ee9796, 0x4c8e1b87bd0ec5bb92a765c6b0ee9796, 0xe968bd66e3b5120e978cd089ee1a9b5963ff2b43cfa1202602c1add6a6b3ae0f, '', 0, '?'),
(0x1ab121eb77aef5725ec38557f2ac13c8, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_mms_24px.svg', 0, 0xad7e26c3519ac4837074aa381f975a6f, 0xad7e26c3519ac4837074aa381f975a6f, 0x60a993e1ee38a97134e43fbf891b73427aee4b399b3702a4e84ec7315e083b58, '', 0, '?'),
(0x9a26130c904198c79d88690ba855ea82, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_more_24px.svg', 0, 0x47fb259659df0b61fe7622b54215f7ba, 0x47fb259659df0b61fe7622b54215f7ba, 0xebac3bfa904ea768471c3c5c75d223a7875032744072ec2868aaf85d45c14e00, '', 0, '?'),
(0xc32f09c7f3cec7e3211a6473d34af308, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_network_check_24px.svg', 0, 0x77bdb5eb93f2752988c901142048c1e4, 0x77bdb5eb93f2752988c901142048c1e4, 0x4fd85dd2c32abbbe319eab438f9eb46b00998f269967a53501b4d79d8dce74f6, '', 0, '?'),
(0x5f264f20ef3edc548446e60ee332463e, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_network_locked_24px.svg', 0, 0x561df1e8de7c53ce20cd4c4fc69d7265, 0x561df1e8de7c53ce20cd4c4fc69d7265, 0x2d614b20c7d62f684a001114b785d0581f72af37705a80ce837a2311ba840cb0, '', 0, '?'),
(0x0e2dce5dd5e6307f99184613249910c3, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_no_encryption_24px.svg', 0, 0x7cb908b029646ab74f7e8c6c1d095aa5, 0x7cb908b029646ab74f7e8c6c1d095aa5, 0x22c580f78349713679a365531d5b7a3c00ba5633f9c2b7596e207e4240babed1, '', 0, '?'),
(0xbdf5dbe71432fa5c5c07d2d52895ee23, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_ondemand_video_24px.svg', 0, 0x3b0698cc84187239d6e10786ffb5a46e, 0x3b0698cc84187239d6e10786ffb5a46e, 0x1cb1e0c9c9e9ccc648722b30e08a4f14d8772362439644083d6d6bd28d277c97, '', 0, '?'),
(0x85a2a75af323f68bfa906fd1395f14ff, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_personal_video_24px.svg', 0, 0x074bee687d651eaee63b67c4b2f37755, 0x074bee687d651eaee63b67c4b2f37755, 0x1f3f647a0f321060809f7e7680db071a51318fe0d8ae7f862ad294ddc7718164, '', 0, '?'),
(0x6bc469c60875cca52c68b46547f8fc32, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_bluetooth_speaker_24px.svg', 0, 0x1bd29e6c47b06ec082cbf74e7695282f, 0x1bd29e6c47b06ec082cbf74e7695282f, 0xdc53543bb1f2604cff9e9f3bd6247550649c979597f93a1a67151b056691ae0d, '', 0, '?'),
(0x24d124e47fcd6f518d716d76fa794825, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_forwarded_24px.svg', 0, 0x284bb06dec78a77d3b016079dc187c4a, 0x284bb06dec78a77d3b016079dc187c4a, 0x3dc259386e2de75bfe960ddac025974ea8d1cc257cb044446dfbbb875a094b7b, '', 0, '?'),
(0xee4041c0f68c2fb81ec583ce09e168a9, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_in_talk_24px.svg', 0, 0xc016bf66e7629af4c7a428e04dd47573, 0xc016bf66e7629af4c7a428e04dd47573, 0x6ccda47ad578d39eef9e03645f5ba725b86731f965894b974872074ab544fd34, '', 0, '?'),
(0xf5b213da12b84f0deeed4b14ac83eb37, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_locked_24px.svg', 0, 0x1685731dd00d29e8d0c90cdf84825feb, 0x1685731dd00d29e8d0c90cdf84825feb, 0xf1e8ea241fec68007ab1fc48fe48e0094335ee8902b618260b631f79a7df3619, '', 0, '?'),
(0x23f73ffe278e597d361f6b2102add555, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_missed_24px.svg', 0, 0xf313f6e4a1febb704354c5758c996cb6, 0xf313f6e4a1febb704354c5758c996cb6, 0x720bf6c4d4b86d942595100a447009a688f13fc60a338482c7c1981eb30c8681, '', 0, '?'),
(0x27463dd128b19662a24a2724bed530c6, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_paused_24px.svg', 0, 0xd00d22863295e03d1733a98e9f76bd24, 0xd00d22863295e03d1733a98e9f76bd24, 0x947c009cf08799ab336bd9fe395249ed13fc4a5df767b29921f350f6ed6bb16e, '', 0, '?'),
(0xb6e3be150e3e0b300dffbb9a17d1508b, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_power_24px.svg', 0, 0xa212ae1d166081702e2ae60c8f89baf6, 0xa212ae1d166081702e2ae60c8f89baf6, 0x1ab74f26c41486e6f66817cfc53407846e1f17dcb2199eb051ec09a8078c8ccd, '', 0, '?'),
(0xa5ce50c224070cc66b9c5bfd8f0d025b, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_rv_hookup_24px.svg', 0, 0x55be17390699a772ab6d37448822e043, 0x55be17390699a772ab6d37448822e043, 0x24304d5b12aacd272bb1600eb0b64207c597b375fb369da85b5290b4b659b3a4, '', 0, '?'),
(0xfc42ce46011501615ed341fb22848af4, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sd_card_24px.svg', 0, 0xf2af241412f14eac6fd749d867d542fa, 0xf2af241412f14eac6fd749d867d542fa, 0xea67c46c08cefda5f8f2beea9a2084ec37a849a4dbd581e9e3e0c419413d12a1, '', 0, '?'),
(0xd34de31c18230c2ddfbfd626e959847d, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sim_card_alert_24px.svg', 0, 0xe7304eac0d27304d3886abec827eb457, 0xe7304eac0d27304d3886abec827eb457, 0xc0f1a00a9f31ea6bf70c2584a4b96645b60725500967a90696d6fb877a78dab9, '', 0, '?'),
(0x9145259f6a36644913d4fc81b4844042, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sms_24px.svg', 0, 0xeaaf52be351fa5c5fd21362f21a8b62b, 0xeaaf52be351fa5c5fd21362f21a8b62b, 0x5c738b0a6df93b7b04817328aac7ccdddac40a8c43892845b038fea09c272b0a, '', 0, '?'),
(0xcb3d590ffadceed2d2304b7f04fa3fe4, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sms_failed_24px.svg', 0, 0x3fd399604519431809a090a52d2cea70, 0x3fd399604519431809a090a52d2cea70, 0x6333080d1606106d1670690932f05338147face23b68c8de096dc9107f7afa12, '', 0, '?'),
(0x28e24d23243d7ed580a9907dce188599, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_24px.svg', 0, 0xb987a172078e2f322526f9c22e1ed056, 0xb987a172078e2f322526f9c22e1ed056, 0x6829a075e2ac89217bd2478d0017c407008fc500c9cc7887865923694456f097, '', 0, '?'),
(0x76af3b52b479633edbd229921ab559ae, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_disabled_24px.svg', 0, 0x1877b5c9ba4f19f208bada196e97c1ed, 0x1877b5c9ba4f19f208bada196e97c1ed, 0xd615bdf213365693fb8630c3ca560912c822b5a427bf9ce6ee3f37a65885361d, '', 0, '?'),
(0x8128abd5a6cc82cb570fd01102eaa7b7, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_problem_24px.svg', 0, 0x9704a40aa3e280c2b6771664dfbb4d79, 0x9704a40aa3e280c2b6771664dfbb4d79, 0x813da264a952985d3d3c86c98377f21bc6b0ddccd05956b4ea66dd5aa81a3f9c, '', 0, '?'),
(0x4acdb6015bb0ba32dbb0ae30d31d9998, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_system_update_24px.svg', 0, 0x4388fba12e426a1c8f6d83a869e4c7b7, 0x4388fba12e426a1c8f6d83a869e4c7b7, 0xb3e274ef90e0de7486034ee301ca1c47e979744a35806f209b079db9f003b358, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x833438fe2b43872506bdbe97ac285663, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_tap_and_play_24px.svg', 0, 0xa2686ab85fce8ed9bfe8cf4512af411f, 0xa2686ab85fce8ed9bfe8cf4512af411f, 0xe3039349def87cd086a224c1c6a77e84b261edf278c95dfd6d37f0368509246b, '', 0, '?'),
(0xfef0cbf559715f5bb7e70bae409b1be9, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_time_to_leave_24px.svg', 0, 0x5d98e3673e707eb3c2cbc4ccdcbca276, 0x5d98e3673e707eb3c2cbc4ccdcbca276, 0xca500f161d8ff3b82c745abb0b25a857bd4478579993404f0e77a9605a2c2f8e, '', 0, '?'),
(0x2191e30a2d8cbe4c9da88dddcaebfd2b, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_vibration_24px.svg', 0, 0x6a25dd082b71583943d41956e3ef8cb8, 0x6a25dd082b71583943d41956e3ef8cb8, 0x99c3d5fe22671a1c323c6e0d3cf9c20f34d8e02b4e05a1bd9c4c0fd2fb23adf9, '', 0, '?'),
(0x60d500980aa24e721ce2ff85291efa31, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_voice_chat_24px.svg', 0, 0x3b150ca08c76c1be5815a7679e0b3802, 0x3b150ca08c76c1be5815a7679e0b3802, 0x3a6a016d847ca16f0993cf84f6c258367bade0e2783c14b176ca618240c2e56e, '', 0, '?'),
(0x4995c82093e65d1a421a0b116db725a7, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_vpn_lock_24px.svg', 0, 0xd606b8032d6a393a4490b7163a455eac, 0xd606b8032d6a393a4490b7163a455eac, 0x0eeaf892ea16a4f24a555807eb46ad4754ad9de16d5b8070338f32c3e88523f7, '', 0, '?'),
(0xc3f36443efeaf4b74b12e1b0886dfdd0, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_wc_24px.svg', 0, 0x75aa1c4a8bdb8269febe8b17a54e67b4, 0x75aa1c4a8bdb8269febe8b17a54e67b4, 0x434eca6ad7a0ab391bf5b198ec845add908ffc848a47bcf4a1b876fbf222cfc1, '', 0, '?'),
(0x763e9405d62e49eb98030e16f86f04f6, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_wifi_24px.svg', 0, 0x56a43d07421d6a113285f96755db1941, 0x56a43d07421d6a113285f96755db1941, 0x9c213776b434de56cd3eee8cabcef1f9419be889db5bd6645433f31d367c0d00, '', 0, '?'),
(0xc868703f5dfa2856ffb9c39e17749e4b, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_ac_unit_24px.svg', 0, 0xc03fa86013a5760b7a0eeecc733e123e, 0xc03fa86013a5760b7a0eeecc733e123e, 0xc7c4d2ec86407eb980c49901f2c53ad2f9977fe076594f8a987b9579332c4074, '', 0, '?'),
(0x1b6ea45e7c082b048be961813cf974bb, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_airport_shuttle_24px.svg', 0, 0x4dae36e6555eff8482a5982db7cc1a50, 0x4dae36e6555eff8482a5982db7cc1a50, 0x21d18ef2970eab74d6cf6b7684c766f3685e35d5764e4a84f0bc21b7072326ea, '', 0, '?'),
(0xe56abfdf7c9ff824c0d8930179ab34c5, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_all_inclusive_24px.svg', 0, 0x1dc2e60c3d118eb05c6971f0d0f977c0, 0x1dc2e60c3d118eb05c6971f0d0f977c0, 0xa3194d4a5c05b072a6b1caeb1ac58fdfb9be6ef6c0fabb6b886fa5ae5ad7e234, '', 0, '?'),
(0x69bcb8f3cb7921ef54d9fbffbdeae83a, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_beach_access_24px.svg', 0, 0xdd78499bd06233e3ebb9eb1ffb82b3e9, 0xdd78499bd06233e3ebb9eb1ffb82b3e9, 0x7f85b1b4cd74f6ccf3470de4236cc4ba024395e62ad34cdc78673bd06a6eefd0, '', 0, '?'),
(0x2434f1a5327b45cc62b100fa83ef3b4c, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_business_center_24px.svg', 0, 0x38e966f10488abce83fa3873d8934aa9, 0x38e966f10488abce83fa3873d8934aa9, 0x40ee2aeff656aa4b920015bb16cd00efe60cc653d31eaf5e274db41f95d8981b, '', 0, '?'),
(0x5fa4d0040ed795882acbcbec80509ba4, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_casino_24px.svg', 0, 0x0664afb3e5651482d84062cd0b336cc6, 0x0664afb3e5651482d84062cd0b336cc6, 0xb2dd50ee290aacdfef4ed058dd953e2d5cbd55c7e52e733205cbada3b308a68a, '', 0, '?'),
(0xf1edef73a1a91322b3175f81f1da57eb, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_child_care_24px.svg', 0, 0xb8d664163ebd019bba2b80891b95a960, 0xb8d664163ebd019bba2b80891b95a960, 0xa6b64e49aff35a74a16dd6f5a4ae8eff6cb449a050e96af947e7c15e248c4178, '', 0, '?'),
(0xecea90b92edfde06fb9b970d0531a90a, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_child_friendly_24px.svg', 0, 0x18d1223a583f26d85ca2c9186301828e, 0x18d1223a583f26d85ca2c9186301828e, 0x9dae49772e646a08ac48b93aca0e715d39142dcc5918e816264d277195efa7f8, '', 0, '?'),
(0x96b3e31e675684ec6943bded2ce151d8, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_fitness_center_24px.svg', 0, 0xa9a332405bd7cf6595231fb25792d34f, 0xa9a332405bd7cf6595231fb25792d34f, 0x7ee13a16e64e5cdae7840096fe72746332700968d3468dc7255137b6fc86112d, '', 0, '?'),
(0xca707feaefb7f6cbcd94b6412bd2d5e6, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_free_breakfast_24px.svg', 0, 0x02439da7630ab11564622c5f8fa1d6a8, 0x02439da7630ab11564622c5f8fa1d6a8, 0x48a33902eee4bbb9ba6ec1f543bf90b76f9c8f629704c16ff22fc368d76c13dc, '', 0, '?'),
(0x699533d02cb78b775275b8d8a9aec0c6, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_golf_course_24px.svg', 0, 0x39868b803146dd6bbc6d5bd285551d82, 0x39868b803146dd6bbc6d5bd285551d82, 0x6cc4a0363bc3d10d6c9dd7982f1cb1a11a5f1e7f945e2676cc5d5cf437791747, '', 0, '?'),
(0x6e5cbc7eb88e30d8b8e5cb4c95a3f22d, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_hot_tub_24px.svg', 0, 0x50c6ad5f624e55631b5d7acdd01c1ce9, 0x50c6ad5f624e55631b5d7acdd01c1ce9, 0x2e81ec70412b51e076fcfbade967655d092756228bbff7c87bfcd11dc77d0c17, '', 0, '?'),
(0xfa7c5f0ee5bf5d3233923c3eba3ceea8, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_kitchen_24px.svg', 0, 0xb16e495cc446b017c6420ce626a06846, 0xb16e495cc446b017c6420ce626a06846, 0xe89a22fe869a9a0c14573d1f7924beee34a8b21d7784d64d400e85dc54b23e9c, '', 0, '?'),
(0x29169fbbae1d93280043292cce4ca247, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_pool_24px.svg', 0, 0xd924d3cbcadc338b4e7cc9ec6a19e359, 0xd924d3cbcadc338b4e7cc9ec6a19e359, 0xe2726160e28d0555ff010e9ca163f63a596fd6cf6a1a5ce4262e5ba01593df15, '', 0, '?'),
(0x008eceae3b64873c4e3ff1bcc5e1bdc0, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_room_service_24px.svg', 0, 0x9c11248fc3c2214dcb6b191e28d7f985, 0x9c11248fc3c2214dcb6b191e28d7f985, 0x3fd8dab96926ac75e3e2561927ffdc43a9a8f2fb0d47afa6ade154455a220ff4, '', 0, '?'),
(0xc33fbe36088f288eb2a500266c30cfb0, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_smoke_free_24px.svg', 0, 0xf7fb146379b8ca824ea8b3a39ade6466, 0xf7fb146379b8ca824ea8b3a39ade6466, 0x1b0589fe7b9cedb7f8d54e4bbb566717b8d2e28bad345d2b27bc301ce7b58fc0, '', 0, '?'),
(0xcfb0b30d24e251ef4a854c328241451d, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_smoking_rooms_24px.svg', 0, 0xa34ad17417e835c77cfb9d4c47c18855, 0xa34ad17417e835c77cfb9d4c47c18855, 0xd6ba36d073bf615bd3e6332890fb5d4148af24329935caf077c3dfd417309188, '', 0, '?'),
(0x7e115243dabea10b3cdd5d9ace04aef4, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_spa_24px.svg', 0, 0x5c69747d5d47d2e4849fdbc904281bf1, 0x5c69747d5d47d2e4849fdbc904281bf1, 0xd5fcde35d431c3f28bfba7f5935919788a59bba63d19494353bca27807bf28db, '', 0, '?'),
(0xa2ed6c91fdf014ae3c4badbbc65b1008, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_cake_24px.svg', 0, 0x26bf6da01acd463a873eb632cb4f605c, 0x26bf6da01acd463a873eb632cb4f605c, 0x1961331798e7176b5753eee9aac8e541a1bd4d5c339d0c01065ec6b984889748, '', 0, '?'),
(0x39f1c0c3c3928666919978a94f4078be, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_domain_24px.svg', 0, 0x9e216ce649eaf057483c8e945901a297, 0x9e216ce649eaf057483c8e945901a297, 0x6e40051099b1d60371d53dd0a241dc5d564a81f0108552d596d2b74d257941e4, '', 0, '?'),
(0x86caa69e75f7ff8453b00780471f2842, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_group_24px.svg', 0, 0xe64c84eb627368e50fe68547896eb720, 0xe64c84eb627368e50fe68547896eb720, 0x5065855bc9fd0c46fc82b8799aa611c5c69f131215df1cdd3656f60b5177575e, '', 0, '?'),
(0x1b9c33237815441b10f08c1711e369d7, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_group_add_24px.svg', 0, 0xafe2895c931b1214e7c5e4633a7080fc, 0xafe2895c931b1214e7c5e4633a7080fc, 0x186f819737db81af6e48264b983ee950407e2721a9fbbc444b879b531752c687, '', 0, '?'),
(0x8a92d453cdcfc202b356cbafc650760b, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_location_city_24px.svg', 0, 0x6020ff42474e591b04bd6897863aab4f, 0x6020ff42474e591b04bd6897863aab4f, 0x20c39fd2d33e36ec89fc0c4b1c5c97d6b206ec7e48cee884cbbf58f667661f97, '', 0, '?'),
(0x9836a39eeedce09e05116d5cd82adda6, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_mood_24px.svg', 0, 0x6c2171034d2be778f1206b1d2d8be803, 0x6c2171034d2be778f1206b1d2d8be803, 0x001d11eaa7a45e76de95154fe79bcecd8df08a9672fc9772a09c302389d5fb74, '', 0, '?'),
(0x21b97990573e3a00163f7a583681615f, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_mood_bad_24px.svg', 0, 0x109dc6ab02ce155066f712fe8e6627a5, 0x109dc6ab02ce155066f712fe8e6627a5, 0x25165a30f003368a484a72b223cda9d216aeffa20e5c6a4f55c3adb877f0a3e0, '', 0, '?'),
(0x433fa1d41a773db0cc970cd74f2f6737, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_24px.svg', 0, 0x52ffe45d04bbde1ee591287791d9a76e, 0x52ffe45d04bbde1ee591287791d9a76e, 0x65b30b6f3ebb7910675ccae68b508d4bbf339419340e2b9d77ab6518a104a100, '', 0, '?'),
(0xebab3a6b848c12319f49901016f70fd7, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_active_24px.svg', 0, 0x83202aa6a46729e299e1648ac6dfd503, 0x83202aa6a46729e299e1648ac6dfd503, 0x5d70d1cc19341d36e82c2ee6ad56ed8d124de17e3d6efd922deb1806cb2789a7, '', 0, '?'),
(0x539b3fbec1b2a102d0c4cc7cb0d1bfda, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_none_24px.svg', 0, 0xfbd5da5c3d2e17983e564293077ca01a, 0xfbd5da5c3d2e17983e564293077ca01a, 0x0717fdb11baf5c5c334e31184bf8bf61812c2bf73f135716aeca8b00cd1ff3bd, '', 0, '?'),
(0x8b3bab0fe137ac98fa432bc08ddfb1b2, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_off_24px.svg', 0, 0x16a379ebea4fbee499697f2e95752e3e, 0x16a379ebea4fbee499697f2e95752e3e, 0x82245aa2d40b7095790166bdff189f4ead9ab3074f4788d24e01bf8b40f163dd, '', 0, '?'),
(0x77193af65a263f1a1636eaec1214769a, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_paused_24px.svg', 0, 0x8ba1c06b5deb67ab4748d1f2d3762b8a, 0x8ba1c06b5deb67ab4748d1f2d3762b8a, 0xdd35544c796bf013937aae4c1bf563360921b3064edeac829b0522a22cc4d3b8, '', 0, '?'),
(0x1a7ab3995838da4e448cbb87da69d8c2, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_pages_24px.svg', 0, 0x18481bd69122586faa1099c433e15309, 0x18481bd69122586faa1099c433e15309, 0xf175a159a9171c9f2a445390362f98230da7fa1d7b679644f66d20fd648e00f5, '', 0, '?'),
(0x195528cebddcc7eb54e7e689b0711163, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_party_mode_24px.svg', 0, 0x89fb30b10b8207d9d25ebe30b289038b, 0x89fb30b10b8207d9d25ebe30b289038b, 0x86a35656cc07258ddd6f484bd8d5b41593f959f3d1f59fc9c2e491fe4c998ed5, '', 0, '?'),
(0x3e9a3bb41798700668f39c2eb674240d, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_people_24px.svg', 0, 0xe64c84eb627368e50fe68547896eb720, 0xe64c84eb627368e50fe68547896eb720, 0x5065855bc9fd0c46fc82b8799aa611c5c69f131215df1cdd3656f60b5177575e, '', 0, '?'),
(0x131c53ad0a1cc461252644d5ce8924d8, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_people_outline_24px.svg', 0, 0x2c3af7a02ce3c65efe42f506cb566d7f, 0x2c3af7a02ce3c65efe42f506cb566d7f, 0xfb9df255d48b68bb79b9a9304639101fca7a9655c5707cd1209969926ab300f9, '', 0, '?'),
(0x4c530d02dd0ae4afd624f3bdce1d94c9, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_24px.svg', 0, 0xba6d78906e125df6d37d30d56dcbf357, 0xba6d78906e125df6d37d30d56dcbf357, 0x8e479f236e6b932752b5dedbf14d6de0fd99df2b188100bac50b9332e62cc808, '', 0, '?'),
(0xb9ac8c1fa89d0f8ccbd1182568bdd75a, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_add_24px.svg', 0, 0x135c11e21f2a8eaf12c77332ac2a490f, 0x135c11e21f2a8eaf12c77332ac2a490f, 0xdab538f9a02d0312d5e6b6f1b94a0b61f9cb917d2551a0f4f7e26b921fa0e9e8, '', 0, '?'),
(0x1e43d332ee45fd9e57fa5a994a5abe8b, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_outline_24px.svg', 0, 0x1640a6c4a475b1dd40eb755cb6dfd1d3, 0x1640a6c4a475b1dd40eb755cb6dfd1d3, 0xf875c71cd98385a623fa73701c8eb24f89c05f3d4e416289ee6d7436fccce5d8, '', 0, '?'),
(0xc01ef63c87628e669b6c7ed6241e51c6, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_plus_one_24px.svg', 0, 0xa7a36116dac41277dea6b8de69bc1c48, 0xa7a36116dac41277dea6b8de69bc1c48, 0x0dbef51809d7170ba8664c920860fb2a3a4e428b04212a87c20c94f433670167, '', 0, '?'),
(0xd86f15f2888f4724570c8a0bb662b977, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_poll_24px.svg', 0, 0x2aa635a4d6223a28ac133b9586372bbf, 0x2aa635a4d6223a28ac133b9586372bbf, 0xb90561e68cd3074f3b9488f6de4c3b5f29987ed48d3fe0b4a580963adadbcdc8, '', 0, '?'),
(0x41b395924efa9dca2563fad89af8530a, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_public_24px.svg', 0, 0xd9a9d3f543be43802a9fd154a6793bb6, 0xd9a9d3f543be43802a9fd154a6793bb6, 0x95a3e6d0709d9d525a4a852551290ee5f85ff2f9f938ac1ea7c46231d328a89d, '', 0, '?'),
(0x2a72a05c48323557645634bce9020762, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_school_24px.svg', 0, 0x13b676b0cd18207b5f07c928f0bcd15b, 0x13b676b0cd18207b5f07c928f0bcd15b, 0x73e5adb90360918c094e1792c8cbd97e38d2830c89cb85a6df19090a6fbe51ca, '', 0, '?'),
(0x688c5487d6a2ff49d5ff31f99c3bbbad, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_share_24px.svg', 0, 0x91447d0906230e3b3e0869d9c151bdb8, 0x91447d0906230e3b3e0869d9c151bdb8, 0xcc494dddbb744fcf937a4fbe97086502e68d064f0e988a171a927aeb4950ff0b, '', 0, '?'),
(0x9e120668793246c0c4896fd67a603845, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_whatshot_24px.svg', 0, 0x0334bf2c38891c1c63d1071b632b4af3, 0x0334bf2c38891c1c63d1071b632b4af3, 0xe0325f4d12146f03fb8e8c65c803fa932ce5f73833874e76334899f80c8a21b6, '', 0, '?'),
(0x5dce411195fe3f3c0c91a68717defede, 'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_check_box_24px.svg', 0, 0x88071419c2e7523839a5071f001d1576, 0x88071419c2e7523839a5071f001d1576, 0xc9e36ebbdf881cc1549ec8635146912fbfe1594fcae4ffe1cdce9947ebc491b9, '', 0, '?'),
(0x36b8003f6aff9fb93f146f06802fea6d, 'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_check_box_outline_blank_24px.svg', 0, 0x05fb62f207210a16641a1548de40aa9d, 0x05fb62f207210a16641a1548de40aa9d, 0x11d3126609399311df6018639ef32dc017a3e87864f8ea2bfd2eb1767be6f327, '', 0, '?'),
(0x3b626a617c1bd740d54de820b6a52860, 'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_indeterminate_check_box_24px.svg', 0, 0x1e4f719d25e6d879451cb098ba496663, 0x1e4f719d25e6d879451cb098ba496663, 0x2ff9c46de6ceaec4701310065526d6ba01c1c203d77e9671e38571ec82f7cc57, '', 0, '?'),
(0x709a8866c8831d11aeb87e4a6bdfbd7c, 'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_radio_button_checked_24px.svg', 0, 0x2f14244fa15c46d094d26352fa47886b, 0x2f14244fa15c46d094d26352fa47886b, 0x24966ccbed50e736ebd6972273b5784e314558a336fb090230200ba092cad0ee, '', 0, '?'),
(0x0b9eb020304b8b4d107d7a86999bcadf, 'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_radio_button_unchecked_24px.svg', 0, 0x42a257560659433e0aef228b55f8c5da, 0x42a257560659433e0aef228b55f8c5da, 0x9eb0bab1639526781f19134ff7bc8b7cde9b636169628a67bd3d779fc27c3512, '', 0, '?'),
(0x772ac29fe4faa9bc6a25c8fddcfbc728, 'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_24px.svg', 0, 0x3c4d073754797e4f844a69b8a46f0114, 0x3c4d073754797e4f844a69b8a46f0114, 0xffcda80569e59467ce90674f85b17838f5866cbce5b1f6c4b50794aecd04a280, '', 0, '?'),
(0xcfa4297295fa3b222f524435f9ee30b8, 'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_border_24px.svg', 0, 0xd91baf8dc4f95a8bf15ebd284431b1f1, 0xd91baf8dc4f95a8bf15ebd284431b1f1, 0xbb8e696aaacdc84eb4c22ae337647435c9d9902303832b1c8b2c002289dde7b9, '', 0, '?'),
(0x3ce2f2b35db698069ef04d8d56559ed4, 'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_half_24px.svg', 0, 0x620f8420f3decf7e99e23fed855ae159, 0x620f8420f3decf7e99e23fed855ae159, 0x1abbfe9350b801389e8f93c49112436479f17eb4bda528ea057bf032e5179251, '', 0, '?'),
(0x4a636ed961cd6ac8e434d09f10206fdc, 'wp-content/plugins/revslider/public/assets/css/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xda47acf03eeeba8d4473f1a1c8a41f00, 'wp-content/plugins/revslider/public/assets/fonts/font-awesome/fonts/fontawesome-webfont.svg', 0, 0x912ec66d7572ff821749319396470bde, 0x912ec66d7572ff821749319396470bde, 0x4c72374440798cbfc2c9825d4e4b872896d1746908d84739cec0f9a0c8546d3d, '', 0, '?'),
(0x05302705aafc60fb0ce163c0325fcf13, 'wp-content/plugins/revslider/public/assets/fonts/font-awesome/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x96edd6b5c8ab58bc85377163e21a863e, 'wp-content/plugins/revslider/public/assets/fonts/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x1230eb86d2e0719f40d447366b9fc6d5, 'wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/css/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xce31344a063ce26ff16b58f7d46a90e3, 'wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg', 0, 0xdedf26989fdd78c33cb9ae664a604d6c, 0xdedf26989fdd78c33cb9ae664a604d6c, 0xe4b2376ff0bdc808cfb2e29e60770c01bc21b1983d464a205da8d2aed2c2b29e, '', 0, '?'),
(0xcf4b169b088d1fb35873533ed9face64, 'wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x551a44d1c8abeabcce83d03c5baa9d80, 'wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xe7c0f7c393babf5dc99aca648251eb76, 'wp-content/plugins/revslider/public/assets/fonts/revicons/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xd560e83c3656debe0980c1fe8d397bca, 'wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.svg', 0, 0xfab847d029681248fee36787fa4284c2, 0xfab847d029681248fee36787fa4284c2, 0x9791ddc42c3a1b3489145e6198f8ce7b72724391223ac13922db14196e912ad1, '', 0, '?'),
(0x3cb1d72aa13125c947c9abebd9563929, 'wp-content/plugins/revslider/public/assets/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x6522a45953f74feb2da91d2ed1a909cd, 'wp-content/plugins/revslider/public/assets/js/extensions/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x29221357ec257831de6534d0774fb650, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.actions.min.js', 0, 0x1e23424880dfdb9e886fcff2f0aae6ee, 0x1e23424880dfdb9e886fcff2f0aae6ee, 0x1f4525be2dfd663bef11445f575470ef4f383cc7708aa6a59964280ead7b4c1b, '', 0, '?'),
(0x6cca4ab955260c020dea53cf8f88cf49, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.carousel.min.js', 0, 0x97693c9e323e737267165329b406c0f1, 0x97693c9e323e737267165329b406c0f1, 0x76d45aca1e71210be22cee6d5e813401101da7b7595a3acb3ae2266214039035, '', 0, '?'),
(0x15e7207d4b1093aea0324e85f81adcc4, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.kenburn.min.js', 0, 0x261d036ff4d77e01fbca0b39e05b3321, 0x261d036ff4d77e01fbca0b39e05b3321, 0x8d883c253801b9e838f240ae0364aa1f1422ad841d76ed8a0ceb51d9523239ca, '', 0, '?'),
(0xc24a7090845d9c762313928bd727d021, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.layeranimation.min.js', 0, 0xa78982b40bf915f977f2bcb73e907934, 0xa78982b40bf915f977f2bcb73e907934, 0x15d11a3e42928521e2437d7689fb41e35c410dd4d699e49b949946ef72dada23, '', 0, '?'),
(0x1046ea3f2c03e790dac565b23439b237, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.migration.min.js', 0, 0x05ec8fa18732b68a634f95e7c2bebd2e, 0x05ec8fa18732b68a634f95e7c2bebd2e, 0x4bb27f499153f3b3b110e4452658dacc79ca62363dac5523a3ab5a8ce4f556c3, '', 0, '?'),
(0xf2556accfacd49024dccc2f17b7b2191, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.navigation.min.js', 0, 0x05ec8fa18732b68a634f95e7c2bebd2e, 0x05ec8fa18732b68a634f95e7c2bebd2e, 0x4bb27f499153f3b3b110e4452658dacc79ca62363dac5523a3ab5a8ce4f556c3, '', 0, '?'),
(0x1e0a44b226f5c142609aa9f108e27d85, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.parallax.min.js', 0, 0x5af695fc2f9242677472d46c921b407e, 0x5af695fc2f9242677472d46c921b407e, 0xaafc0a4feac1058ecc8e3b0b31fa75f8b9ec3181c734830370314cacf5b5e830, '', 0, '?'),
(0xea4835281449782679babdf5c096a41b, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.slideanims.min.js', 0, 0x10f428f59d120bf8adbc39b86d547a2f, 0x10f428f59d120bf8adbc39b86d547a2f, 0x8a1b0004871b030f92632047cdbadd21dae2a5c8cf788c7ff891eb4d3d2e31f7, '', 0, '?'),
(0xa5790b923a3429a289d4021f2e798cf9, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.video.min.js', 0, 0xded004ea2fecb5dfa4df995ba1867410, 0xded004ea2fecb5dfa4df995ba1867410, 0xd250fa0c60e0640671fdbe12b03a15c3f3a5b3f101694c8e497cefbcf7822476, '', 0, '?'),
(0xd90a68c50307e2b9d56ae8666d383a63, 'wp-content/plugins/revslider/public/assets/js/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x11823e1073be8d30b0609d5bb34bd42c, 'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.enablelog.js', 0, 0xf846c7bfef1815dc6f91c9c392336b9e, 0xf846c7bfef1815dc6f91c9c392336b9e, 0x021f6ef06d54a383197c29599d811467cac7c64f75adaee741447e9076d98010, '', 0, '?'),
(0x5ae2dba0318f5e07f9ae31510eaa5b9e, 'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.revolution.min.js', 0, 0xe1223af8dbcd0552f6f6dc540431451e, 0xe1223af8dbcd0552f6f6dc540431451e, 0xd1e15667d8a5594cf6831a3d16fa3363944935daf4b77a5fea15bced38a279ad, '', 0, '?'),
(0x749b089a692f59e324bbefc58512ceb2, 'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js', 0, 0x67a9644e880e7a471d49c73bb7621932, 0x67a9644e880e7a471d49c73bb7621932, 0x1c9cdbcf78ae5b8c607f1b70c7bed8674f3e5f62915e6a4618fce2a4741caa74, '', 0, '?'),
(0xdfa3006ebdfe504c27a2f6abf5d1f98f, 'wp-content/plugins/revslider/public/assets/js/tp-color-picker.min.js', 0, 0xc35cc9a83cf63ed857e99392b9ce281a, 0xc35cc9a83cf63ed857e99392b9ce281a, 0x31dee2380146e11a03c01a1a861b8b2e68837b2ed5eebf0e6a1c206cfcf8af97, '', 0, '?'),
(0x6c8096d0341201aed4ee5a5ce3a81558, 'wp-content/plugins/revslider/public/index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xaa5477c3109deacd940a34c393d73086, 'wp-content/plugins/revslider/public/revslider-front.class.php', 0, 0xf074d1e55438bbfe488bc9bf820e6c7f, 0xf074d1e55438bbfe488bc9bf820e6c7f, 0xf86f909862d4d3a3cdcada488f1df76f71724b00ff5d8fdada20b509f215cf69, '', 0, '?'),
(0xf6b2b37c36a0d5ab1a8696f24dd02570, 'wp-content/plugins/revslider/public/views/revslider-page-template.php', 0, 0xeefb01f09f5d337755d243afce8e104b, 0xeefb01f09f5d337755d243afce8e104b, 0xcba0fea5a7563cbc8673f27d90c962cfb1e255698d61da43bc7cd80023232413, '', 0, '?'),
(0x4f175cd529ea18983307f50ba0503534, 'wp-content/plugins/revslider/release_log.html', 0, 0x76c06a2b76a5fe1a4f22aedec5ff01b7, 0x76c06a2b76a5fe1a4f22aedec5ff01b7, 0x83ce57babaaedf7e6cceba013fa5c618f9692c1a820003ac00b12a18ef6cc235, '', 0, '?'),
(0x9266b4d9327c62073592d7d6a4f4cf1c, 'wp-content/plugins/revslider/revslider.php', 0, 0xbdc02526b0ba64dc02e29eedcd8e2fb9, 0xbdc02526b0ba64dc02e29eedcd8e2fb9, 0x15b13ae5a8056c094651b6919e6ed26872eff4df9e4e0931f5bd318da1322e9d, '', 0, '?'),
(0xbbca36cb1af82369573f54fdf2e53dc2, 'wp-content/plugins/revslider/uninstall.php', 0, 0x5e3b5a4797b7aed05953b24e704b8927, 0x5e3b5a4797b7aed05953b24e704b8927, 0x6cf51106686ceeff55244d07d7628c1446f688bbf931497046301821d60d1b7f, '', 0, '?'),
(0xe69671c59602510249a24cc136bd9cb8, 'wp-content/plugins/trx_utils/api/api.php', 0, 0xdd31713ca299e197a383e7c70a1d64fb, 0xdd31713ca299e197a383e7c70a1d64fb, 0xc241d56cc7776258a3f069c4762c063235addc946789cfb6e801aed1a2ada041, '', 0, '?'),
(0xe3ef3c37642108ba0d0e3925666d211e, 'wp-content/plugins/trx_utils/api/bbpress/bbpress.php', 0, 0xbdd3430d202e627055086cbd36df839f, 0xbdd3430d202e627055086cbd36df839f, 0x7bb189f03d16b44e3066b97b4964ce050eda8b93cca53626580e2e48e9694554, '', 0, '?'),
(0xd21475d34653d98bff55e4a52a80b08e, 'wp-content/plugins/trx_utils/api/booked/booked.php', 0, 0x46364f719ce054c33f4a7aef85524e7d, 0x46364f719ce054c33f4a7aef85524e7d, 0x9f88efef99f86cd07b8ce3b6486698171973050ff60279ba936657781a0d3950, '', 0, '?'),
(0x22056418bb1bbf98774549adaa7b2a7d, 'wp-content/plugins/trx_utils/api/calculated-fields-form/calculated-fields-form.php', 0, 0x51717bd54e32be1ec0804c6e0fd8a6d1, 0x51717bd54e32be1ec0804c6e0fd8a6d1, 0x0803cd46e804ec76c5d1a251cc30eb1916a20a525321ef16954e58f561623b5a, '', 0, '?'),
(0x81ddaaebb841236331346e1b4a39373c, 'wp-content/plugins/trx_utils/api/contact-form-7/contact-form-7.php', 0, 0xef3f74be348589535c5a8f2c339105a2, 0xef3f74be348589535c5a8f2c339105a2, 0xbad2fb31446fc5cf6104063f9b4af70a9dfc22cd9d95a515175a6af0ed6a874e, '', 0, '?'),
(0x4633c946218782b93cd90b626fb1530f, 'wp-content/plugins/trx_utils/api/content_timeline/content_timeline.php', 0, 0x5d7559b517939f20c4bddd6daae6776e, 0x5d7559b517939f20c4bddd6daae6776e, 0xbce518becd3c1ee4e713226ff121209389c2bbd6a1c42286f3e497c1713fe83f, '', 0, '?'),
(0x475eb6323ad60f8efd449c047619062c, 'wp-content/plugins/trx_utils/api/easy-digital-downloads/easy-digital-downloads.php', 0, 0x83abd66cf1ae463a3048dede8fbc6533, 0x83abd66cf1ae463a3048dede8fbc6533, 0x438f2cc874c75c2d162f21b06b3dadc059581318542899dd6e98f4b262d9efe0, '', 0, '?'),
(0xb90cff4da9386e24b1d0e17313750d75, 'wp-content/plugins/trx_utils/api/essential-grid/essential-grid.php', 0, 0xbe4cab7f191139e45ad3e407bb709091, 0xbe4cab7f191139e45ad3e407bb709091, 0x8756c87ee3c14802f8010e80bb721de884a571c864d1ef53ae4a626148ae22f0, '', 0, '?'),
(0xe32138fbe04f89a15f1f7a951636f107, 'wp-content/plugins/trx_utils/api/instagram-feed/instagram-feed.php', 0, 0x3305c30b8d74e4f4ca85ee58d63e7580, 0x3305c30b8d74e4f4ca85ee58d63e7580, 0x9973487181bd4678776d8a21c0d60c18ed2387bedb8300870fc301ead984869c, '', 0, '?'),
(0x2a1aca7db62924aee240d6cdd96e3692, 'wp-content/plugins/trx_utils/api/js_composer/js_composer.php', 0, 0xf30a857cb68a501753f485f6944227ae, 0xf30a857cb68a501753f485f6944227ae, 0xa8a0f50ecb39ef154020a7285a97d77e50c6d02355419c6fa8782c18e7157f2c, '', 0, '?'),
(0xd39e5710d8740074e3cc19ce601b7e93, 'wp-content/plugins/trx_utils/api/mailchimp-for-wp/mailchimp-for-wp.php', 0, 0x4f487b48e808a4f1ad40f557164790cb, 0x4f487b48e808a4f1ad40f557164790cb, 0x504a0b53e65a174c27e681707aa106b32fa75a226a484a64e54feda14dbf5bb2, '', 0, '?'),
(0x1016a511162c29ab840eadd95265de18, 'wp-content/plugins/trx_utils/api/mp-timetable/mp-timetable.php', 0, 0x9d730ff15b2615bd50fb102822e29109, 0x9d730ff15b2615bd50fb102822e29109, 0x9cc58a2b979f5f028a23299d775b42413af96ddb3eaaa6572e056532a488300c, '', 0, '?'),
(0x01b6d46e373bf9499078eb1120d5847d, 'wp-content/plugins/trx_utils/api/revslider/revslider.php', 0, 0x7cbffab466c48b517c23fab405503a27, 0x7cbffab466c48b517c23fab405503a27, 0xa9e955a84fbb56eabff6cb26154d7554ab6c89cc120b19d31f8f45e35730e9d3, '', 0, '?'),
(0xbe047625b12a28253ecae0c6b4ca1b72, 'wp-content/plugins/trx_utils/api/siteorigin-panels/siteorigin-panels.php', 0, 0xcfc2ab4ae73a20cd5d0755d80b381d60, 0xcfc2ab4ae73a20cd5d0755d80b381d60, 0x7052fd1b4469e28c7ce391d5324a83a31a35f9f16b5bf3767684c5ad18ed5034, '', 0, '?'),
(0x7cc5481f03eb26029135cd1b52c0f474, 'wp-content/plugins/trx_utils/api/sitepress-multilingual-cms/sitepress-multilingual-cms.php', 0, 0x22cd8ac0521cbee619f5fa9e7c21885f, 0x22cd8ac0521cbee619f5fa9e7c21885f, 0x770c9429dc1ceb3d8fb1b5698d45fdaab97a9fc31dd4fbfb36eede8dd9e7a222, '', 0, '?'),
(0xaa495d75a6d900b7e7afa9b9868889ef, 'wp-content/plugins/trx_utils/api/the-events-calendar/the-events-calendar.php', 0, 0x81734518c02321cd016a7722163a9bd4, 0x81734518c02321cd016a7722163a9bd4, 0x247036bbd44cefc9c0b484a469bea6b7bcd00a8fd4ea81b19f756a885b23eca7, '', 0, '?'),
(0x98eb5a225525f4f39d2257910e913bda, 'wp-content/plugins/trx_utils/api/tourmaster/tourmaster.php', 0, 0x0b7d797c69e34cfaeedebb2cb5b58ad9, 0x0b7d797c69e34cfaeedebb2cb5b58ad9, 0x9a177c4fdc31fbe85c5b2e60aac5e1172554e2a62b86c066f47d0ac502319aa6, '', 0, '?'),
(0xa3629cab0a5c787f5e87612e6fb42c41, 'wp-content/plugins/trx_utils/api/trx_donations/trx_donations.php', 0, 0x9931ce99160dc2536d72cc991f12ed9f, 0x9931ce99160dc2536d72cc991f12ed9f, 0x279312e5a4e78de96ea106b94ca3e4f0f3d5fb5fde534f39492319b412769eec, '', 0, '?'),
(0x0dbca13c73dea8484a297295f0c19f0c, 'wp-content/plugins/trx_utils/api/ubermenu/ubermenu.php', 0, 0xd0e7581f97349b11f6a1bc06d30d18e9, 0xd0e7581f97349b11f6a1bc06d30d18e9, 0xeff865d9d3d83416ecb650c0dbeccf1adc26f4e9a875326766a3d1bb5fbc725e, '', 0, '?'),
(0xf71a77dc1636e069516825aa41f511ff, 'wp-content/plugins/trx_utils/api/vc-extensions-bundle/vc-extensions-bundle.php', 0, 0x27879c12cbb505438e836580526db67c, 0x27879c12cbb505438e836580526db67c, 0x3a6bd4b8a051c4272ab92029d38cfbda8fd1dbd4077d022232f631562327f59c, '', 0, '?'),
(0x82002544aea88a5af8cae2208bfcd735, 'wp-content/plugins/trx_utils/api/woocommerce/woocommerce.php', 0, 0xc4cb5fc40f78724509f0a86257e89d70, 0xc4cb5fc40f78724509f0a86257e89d70, 0x4d64aa50145a6c96672a0761b9901784dcbef5e5949c5443e22c615d988861c4, '', 0, '?'),
(0xd7fad75eb6b672d33fdc234a1a676b0f, 'wp-content/plugins/trx_utils/api/wp-booking-calendar/wp-booking-calendar.php', 0, 0x5f2d0805a91e3cd98376901b873dbb85, 0x5f2d0805a91e3cd98376901b873dbb85, 0x6495a56e14f4c1ad66165c460f7ce7c2d5738cfec220004e3a76c7714ebc3740, '', 0, '?'),
(0xc8fc615af80569f86f371b6f07eed3c3, 'wp-content/plugins/trx_utils/css/font-icons/demo.html', 0, 0x209685b1401fef260ec79d5f32a21468, 0x209685b1401fef260ec79d5f32a21468, 0xd1f5996c060e2c48c8591e7d00d6aacc14843bda9333f1dba7c21412c8aed2f4, '', 0, '?'),
(0xe06eefbcffdb6a3c9d1392b78ca6fa6a, 'wp-content/plugins/trx_utils/css/font-icons/font/trx_addons_icons.svg', 0, 0x332e1a943698ce76c8270a68c7fa7bae, 0x332e1a943698ce76c8270a68c7fa7bae, 0xe2b8870a9739b0c7fc40bc14b45a3a7f1274b4775795f04ea86052c6f984e85b, '', 0, '?'),
(0x909cf35d64fb857b81cc1f3dd7dd9996, 'wp-content/plugins/trx_utils/importer/class.importer.php', 0, 0xe6839468608ee74562708dc821729177, 0xe6839468608ee74562708dc821729177, 0xae159f11b6c3e41ce2365c6b30cdf74107bdf9dc1cbfbeb7bfe2aedb3771dd3b, '', 0, '?'),
(0x363fe3aa0516065ac69764bf0b76c33c, 'wp-content/plugins/trx_utils/importer/importer.js', 0, 0xde10f5a9d2de57138d9c4a92246162b1, 0xde10f5a9d2de57138d9c4a92246162b1, 0xd56b6b93aefd8d63b4d9636bddf5723fe8047a0a4a1186d7296b6ef8eb31a634, '', 0, '?'),
(0x0bfd2b1732986223141f956bbe553b80, 'wp-content/plugins/trx_utils/importer/importer.php', 0, 0xb794a5e263ada9bec18da9fcc5f58694, 0xb794a5e263ada9bec18da9fcc5f58694, 0x69e3b8e5c74ec1b20bad67a6ca41930aba29bdf036e487f517111a53775895e1, '', 0, '?'),
(0x2936bcac0fc0ae57e932364747aa1fea, 'wp-content/plugins/trx_utils/importer/index.php', 0, 0x67442c5615eba73d105c0715c6620850, 0x67442c5615eba73d105c0715c6620850, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x12e16569919d052031607cf9a3a41c14, 'wp-content/plugins/trx_utils/includes/core.socials.php', 0, 0x8813f5a24b2bde33cdf972a633623bff, 0x8813f5a24b2bde33cdf972a633623bff, 0x119a4f36ae9ed8f4ccb8537f990691eeb1db80a1738470e8e5b0c8ed2858306c, '', 0, '?'),
(0x4d4052a9e14eb242bd899777a9048b74, 'wp-content/plugins/trx_utils/includes/plugin.debug.php', 0, 0x0215a65b467828099d0afc84ca55a839, 0x0215a65b467828099d0afc84ca55a839, 0x5735c89151c0527c86cbb9e98f48c10986fe3fbb68ba5ff7eb51452633952a09, '', 0, '?'),
(0x8e6693ab311812dd17348e6496b2d5b0, 'wp-content/plugins/trx_utils/includes/plugin.files.php', 0, 0xd41247aa58ef9c3bc08501462791e7c6, 0xd41247aa58ef9c3bc08501462791e7c6, 0xcc522d814e3604b981976b749a2c004d6c57cc3f9b6cda029029335ccfacff1f, '', 0, '?'),
(0xe86443b11af2b51bad9e0780ca19d2b9, 'wp-content/plugins/trx_utils/includes/plugin.html.php', 0, 0x4f1b337a731ccb2c5b2474d8d45f62b0, 0x4f1b337a731ccb2c5b2474d8d45f62b0, 0x9a2802d7a4684054c0433a23f9b65998972e76c416b1418998abbe59a11430d1, '', 0, '?'),
(0x011808d2099708d45bb577d4dc0e4afc, 'wp-content/plugins/trx_utils/includes/plugin.users.php', 0, 0x409ae4deb0209416504dad2d0d1ac1ca, 0x409ae4deb0209416504dad2d0d1ac1ca, 0x48b2061a11caa900fbb94c124d8b5ad5b2c909253c68468a0049bc6bc36069e9, '', 0, '?'),
(0x6e7f8ae7fdc264ceec249d4ba2f311c7, 'wp-content/plugins/trx_utils/includes/support.attachment.php', 0, 0xa5d8214c2e2158339843b363b49c157b, 0xa5d8214c2e2158339843b363b49c157b, 0xb6ab079df893179e1c6f1b110fdb66647f8c138da5aa1d320136dc56f6c0ff5e, '', 0, '?'),
(0xe217422dc5a94aef5c4e991ddb5634e7, 'wp-content/plugins/trx_utils/includes/support.clients.php', 0, 0xb4c4623fec292be1dfcfbec838dfc2e2, 0xb4c4623fec292be1dfcfbec838dfc2e2, 0x9e91f500e74d90198ee99916ad666b17eb5c2d26aca85aa6383ccbbc8c696642, '', 0, '?'),
(0x9d934aeb51dfd96a0f98637dfa50c0a5, 'wp-content/plugins/trx_utils/includes/support.courses.php', 0, 0xf02ed26c53a30751a51956f43534d250, 0xf02ed26c53a30751a51956f43534d250, 0x17b02a28756c4c63eb87faaae3bf13af56754345c38cddb4000ea7e281ab3575, '', 0, '?'),
(0xe6b5fb7502f94bd71c11225107226e9d, 'wp-content/plugins/trx_utils/includes/support.matches.php', 0, 0x0344866de2408d3aab2a547b6acf26bc, 0x0344866de2408d3aab2a547b6acf26bc, 0x0e7f931159da5fd0dcee349b845415cdd5cfee621d03d5cf7f16bab91750f390, '', 0, '?'),
(0x8980e77d7bd503b314ad2e6ad83258e2, 'wp-content/plugins/trx_utils/includes/support.menuitems.php', 0, 0xd7a106c513e3ef10612c26f3f989673b, 0xd7a106c513e3ef10612c26f3f989673b, 0x75d8f47575fedbd5b72bb2ee527a329529040fd23b08f29c04a1ce874f63e42d, '', 0, '?'),
(0xe0559111567d24e2c4fd56c56e68b002, 'wp-content/plugins/trx_utils/includes/support.services.php', 0, 0xab96659b1a05ef0d84b8649bc339730e, 0xab96659b1a05ef0d84b8649bc339730e, 0xe872995cb5b28c88ebbe756084b20d26fafb194d0706f62173dfc143983f97e9, '', 0, '?'),
(0x9edbe271e352b741056c39a7690650ed, 'wp-content/plugins/trx_utils/includes/support.team.php', 0, 0x1ae2f139272006c0b06a4ec059a471eb, 0x1ae2f139272006c0b06a4ec059a471eb, 0x11ff4c5b90ff21a58ff1f600ef85121aba485e4a0c7984306a54c388926d9ad1, '', 0, '?'),
(0x991a0424888726196da1df4cbd6d1e16, 'wp-content/plugins/trx_utils/includes/support.testimonials.php', 0, 0xd9fe8a90e5d4094d73980e3ab51c6c1c, 0xd9fe8a90e5d4094d73980e3ab51c6c1c, 0xaa97953c644490767276837f8c994cedc08910f76bf0a5ef1d15b3891fc18ede, '', 0, '?'),
(0x6b9cef8bba2319914c8f70d08f2a3e78, 'wp-content/plugins/trx_utils/js/trx_utils.js', 0, 0xada8f3c055a6d56fd5f3b6d5071c730a, 0xada8f3c055a6d56fd5f3b6d5071c730a, 0x3d9a2d6a96a4a9b01be27f84175105a0ecc0706c5956dac8a9cc8b3ba2f92571, '', 0, '?'),
(0xeb6f8d36249d2c1b1348caff2f08a91b, 'wp-content/plugins/trx_utils/lib/less/Cache.php', 0, 0x1c06a419615091e539ad837e4792ffdd, 0x1c06a419615091e539ad837e4792ffdd, 0x7784ad0e244eb93032664fa1c00a936469515936fada1a938ca06f91438969d7, '', 0, '?'),
(0xd6d17f55dbf6ccc205d8434223b6737e, 'wp-content/plugins/trx_utils/lib/less/Less.php', 0, 0xaf51ebebb5fd3337755623e0a6dfbb89, 0xaf51ebebb5fd3337755623e0a6dfbb89, 0xea0a2923fb070201d12d54bc09731b70c8baac9397c35a3656dd70bd0da77b45, '', 0, '?'),
(0x785e956f0600fdd84a9bb4391a63351a, 'wp-content/plugins/trx_utils/lib/less/Version.php', 0, 0x3d54e386025802923a1e61f1debcab9e, 0x3d54e386025802923a1e61f1debcab9e, 0x5df69d1f7fca52cba1273bacec0ecfb72c88f00aae73ea0f2dc0a129e0634d56, '', 0, '?'),
(0x6e1e53ba3c17d9a7b60482faf0bea188, 'wp-content/plugins/trx_utils/lib/lessc/lessc.inc.php', 0, 0xb91341fb580a2f2822e2868752e2b1a0, 0xb91341fb580a2f2822e2868752e2b1a0, 0x1e83fad060db4a331c0d1283e25adc3f5ba96b7337c5773783320e6b42037b11, '', 0, '?'),
(0x23fb6cba5ad820091e61597823bb324e, 'wp-content/plugins/trx_utils/lib/tmhOAuth/tmhOAuth.php', 0, 0xb536e9b92ee180ae52c264dd909332aa, 0xb536e9b92ee180ae52c264dd909332aa, 0x567184ba8b08cea5189ab754ef111e7d057c4cb3feefddb626be2a8a4491b0df, '', 0, '?'),
(0x22f62ad783bfac73bc8980ec67724509, 'wp-content/plugins/trx_utils/shortcodes/core.shortcodes.php', 0, 0xbda099712947510d77a4fb2578c0bf29, 0xbda099712947510d77a4fb2578c0bf29, 0xbd07d3cd8351d08750d40df440acdad2fa1fcccf013dc0b629b6076e8592197c, '', 0, '?'),
(0x0132a226f9ae1681090e7182477f2dd9, 'wp-content/plugins/trx_utils/shortcodes/shortcodes_admin.js', 0, 0xbfbb4aad011c1be9555c0baa6e75da4b, 0xbfbb4aad011c1be9555c0baa6e75da4b, 0x854a1e588e7c567925a635ea84f4a746ebb3b8fd4d948c45fccf40532c748687, '', 0, '?'),
(0x688ae2ca6ebcaea89fd704a1fae41227, 'wp-content/plugins/trx_utils/shortcodes/shortcodes_settings.php', 0, 0x26d5913291af65c12ee54a9be082485d, 0x26d5913291af65c12ee54a9be082485d, 0xeb2e2057d0854ddff69ed738d50bd7db8d6bd7c72c04499d4815389db63b5471, '', 0, '?'),
(0xe2c59941cf9296c575cadb916c52e73c, 'wp-content/plugins/trx_utils/shortcodes/shortcodes_vc.php', 0, 0x7c3bd8cbdb5ffbc80bc68c11800c8a34, 0x7c3bd8cbdb5ffbc80bc68c11800c8a34, 0x81b6d21ebcfaddee11dbb0fc3e0acabb91d250e597901af4649b23025ed41e37, '', 0, '?'),
(0xc6a0d4489597b1e1ba4627eb8d171c87, 'wp-content/plugins/trx_utils/shortcodes/shortcodes_vc_admin.js', 0, 0x159f651cffbbe7e73b9808daf5b286c4, 0x159f651cffbbe7e73b9808daf5b286c4, 0x9a828d023d27374fe6dc2f1190690a9275ff81bf5c9f26d221a9ac639bab4209, '', 0, '?'),
(0x681d7c83aefb5f554b1e12e508518063, 'wp-content/plugins/trx_utils/shortcodes/shortcodes_vc_classes.php', 0, 0x315796e42dd16e9c9beb13502a566f69, 0x315796e42dd16e9c9beb13502a566f69, 0x8676cc2297e129801eeab59d4da5ca6425cfabc01692e4668df1d4f6c4d0e70b, '', 0, '?'),
(0x4c87fa133107da3000426bc404a9c513, 'wp-content/plugins/trx_utils/shortcodes/shortcodes_vc_front.js', 0, 0x6ca98a743353f8fd580bce620a0f0621, 0x6ca98a743353f8fd580bce620a0f0621, 0x1a4cee0214e0d34f60dc008a7e4448ee2e3197c94b1c99971b53a0ed3e9100c5, '', 0, '?'),
(0x0ba42937b1c7b8fea833299bf486479d, 'wp-content/plugins/trx_utils/shortcodes/theme.shortcodes.js', 0, 0x469bf3ac2dfe807736baff63ebde3faf, 0x469bf3ac2dfe807736baff63ebde3faf, 0x8d080455cfb5fc040751e2416e145aaa63ec7c0ff4aabbfca0cd68f1aebb59ac, '', 0, '?'),
(0x156f9ab0aab4dd949ae19cc3b07978e1, 'wp-content/plugins/trx_utils/shortcodes/theme.shortcodes_vc_front.js', 0, 0x8c7b29bb08c98881e7c755738045371d, 0x8c7b29bb08c98881e7c755738045371d, 0x77295f1b578995370b76b303377a1665bc4bc4a9f54481539e7e7d96eac5dac7, '', 0, '?'),
(0x7ef28e084005ec469de178ccf8a033c1, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/anchor.php', 0, 0xac12e484f4d1972ffc04af6a204d0cd1, 0xac12e484f4d1972ffc04af6a204d0cd1, 0x6fa4dea7c03ff5f63417db6bfc7d9e9fd11b90f78ed7b7eec5e2f355bd1c7c78, '', 0, '?'),
(0x0db60435864cca02e243adff5daf4d4f, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/audio.php', 0, 0x11832e76ee50db497301dcded824101e, 0x11832e76ee50db497301dcded824101e, 0x9946399d9fe9d57db5e445608293f56a85d84f5787e915d3373e131e9d3d4894, '', 0, '?'),
(0x095e0f912d3d929f88bef2246f227cf4, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/blogger.php', 0, 0x30b939d18ad1ed1cb26cdd8aedf14336, 0x30b939d18ad1ed1cb26cdd8aedf14336, 0xbba3b99a7dadfced3c4d2d57445e07d5988ed9040f2aa5fdaca3408cf2ecff22, '', 0, '?'),
(0xe41d497256d2a970e6c3eefd164e2cfc, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/br.php', 0, 0xcfc5f275d96eb7bc187eab27363c9fb7, 0xcfc5f275d96eb7bc187eab27363c9fb7, 0xc89e9599f76cfc32635ee13a69e3128de00ac1ceee1606cc4747dfa51438025c, '', 0, '?'),
(0xe36b86f933d6eb06bb50dfcb9cd5747b, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/call_to_action.php', 0, 0x0dc071c0ba3f4b3d4bad6cac1499fba3, 0x0dc071c0ba3f4b3d4bad6cac1499fba3, 0x9cbfec2a834bf4f30166977907847e0c3197aabde24b85ba6a1feda0bc24b0b4, '', 0, '?'),
(0x008decf2390a06ab32d6569b42291546, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/chat.php', 0, 0x9a54e1b41f44280d5c88b161d39a389e, 0x9a54e1b41f44280d5c88b161d39a389e, 0x243cad3b439c0a97c5de84d005548da9d195bd846307ae97cc31ab7adc792cb4, '', 0, '?'),
(0x22ee4b5af76dc5fab65cec40db3e4e60, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/columns.php', 0, 0xff31f5144a383f047e376f71716a2c5e, 0xff31f5144a383f047e376f71716a2c5e, 0x05c40d99e6cbd7a07126d450372506ec093e13a27cef00aba0a2d251553aab39, '', 0, '?'),
(0x40ac2525c1ea5e6afec19a7c5b67e512, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/content.php', 0, 0x05d5e38b09a6dd60c57c041c614ef3e0, 0x05d5e38b09a6dd60c57c041c614ef3e0, 0x1350dd524126ad2bd3527b2af14f3e2d13fa0649c9a5954aee5575441dbda405, '', 0, '?'),
(0x1c6d893023e9b260f399517bb037f0e7, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/form.php', 0, 0xacc9deaf808c156ad49fda768d915e27, 0xacc9deaf808c156ad49fda768d915e27, 0xb9e28c0a0030fce9bcb7aa73933655372d183edcb7636cb55af0218a3b78dae8, '', 0, '?'),
(0x0947808042ceb78f813a549dd638ea35, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/googlemap.php', 0, 0x0e3aae5fd0da6393352c98b49e6f9226, 0x0e3aae5fd0da6393352c98b49e6f9226, 0xd3dc18ea03a40bc3013061eab2a3a028b006cbfc1c8a07037ed9007791fd5bd0, '', 0, '?'),
(0x026b8f455005cf6d4e6dca6c46cac051, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/hide.php', 0, 0x287d2ee648da8f1d44cf103129bfe96c, 0x287d2ee648da8f1d44cf103129bfe96c, 0x5c3ff5756655b1e4a8156a8c00fee006084141177cc2f8245b99a01aed5e18a6, '', 0, '?'),
(0xb0c3e9e2e05869dbfbad2f69d151a73b, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/image.php', 0, 0x3dcf81690583bdf8aeec661522f11790, 0x3dcf81690583bdf8aeec661522f11790, 0xf6d3f6c47378acfeba26733319448a40a72a46721a0f9cdbeae52d91cef16bc7, '', 0, '?'),
(0x665d1c04437204fc325ff772d0b395e7, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/infobox.php', 0, 0x3e29107b224659e6f7b732c4bd7fdd77, 0x3e29107b224659e6f7b732c4bd7fdd77, 0x87f01a898120aec5e2e61d88fe967aac5dc30b741aba7843098eca0a0b58bd70, '', 0, '?'),
(0x48dc087f923644180cf661ed89255c5d, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/intro.php', 0, 0x6388477067a3169a468104354035da35, 0x6388477067a3169a468104354035da35, 0xb79119327e2720ed44d10586db339a45bf5f0773387d18f8ff70576ef526345d, '', 0, '?'),
(0x334681df20a6e37ef0f676c893f488c2, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/line.php', 0, 0x5afab817da3d62931f3bc5df4b4f94a1, 0x5afab817da3d62931f3bc5df4b4f94a1, 0xf1e8cf7d7c2d86f99c2b052dff0d0133bda45f6be3135c6095043831fb4a3ca0, '', 0, '?'),
(0x46d0ba5412419d8b7586c1625e88bebe, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/list.php', 0, 0xb9656dccd34ef9ad1d033c09592ed7af, 0xb9656dccd34ef9ad1d033c09592ed7af, 0xae498327e5d684cd74a3f1b3fd56206d406cfbfbada569b84424163ca222607d, '', 0, '?'),
(0xc499617badc731b07350793a093eb061, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/price_block.php', 0, 0xabd642c507fc126d8d33f281b571842c, 0xabd642c507fc126d8d33f281b571842c, 0xd02bfb7b52a2695cc0873b4914a17d2efcdeaa05c9a2968a15e142ba7e92fb9f, '', 0, '?'),
(0xf644e061c0e9fcedca1a586378d83469, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/promo.php', 0, 0xe3c3b8ef7c69c370607595e3030fc6bd, 0xe3c3b8ef7c69c370607595e3030fc6bd, 0x5114601cf55f638a16375038aa1b6444fb32dbb774d492d84bd43e91984fa299, '', 0, '?'),
(0x4ba97adab65db7f32ea9482f41ff7727, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/quote.php', 0, 0x69bba90b6dd0f6ce749935a1edc5b958, 0x69bba90b6dd0f6ce749935a1edc5b958, 0xb480c362a641a06f086520c88a3ca5ca4aa9d74dd73e938a9e710bb1fc805fe6, '', 0, '?'),
(0x2de8f8631c1ed81d61b45caba42a1550, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/reviews.php', 0, 0x9a5bd936fdb5a196e6af9ac5360d226a, 0x9a5bd936fdb5a196e6af9ac5360d226a, 0x43f7e41bd720563133686a1ddd48003459d22ecb3481c0272dca7d48d763369f, '', 0, '?'),
(0x47d654cc420ef2079ba2189c69e6b5b6, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/search.php', 0, 0xca4a8610aeefd6c1dba5c09492df2aac, 0xca4a8610aeefd6c1dba5c09492df2aac, 0xf70f21b4284a7e6f48463c685d4d569c42a2c757b679018c944df3269582fed8, '', 0, '?'),
(0xd1f42422092cd2ff5beeaee83dda424b, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/section.php', 0, 0xabc89db96721d0b219680847c74233a2, 0xabc89db96721d0b219680847c74233a2, 0x2d7ee6901e31526c6fc7713488433d8ab7c77192726e3f00add0fdd028770dfd, '', 0, '?'),
(0xa185fa4ffee9e714ad025415339e17ab, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/skills.php', 0, 0xf05f7cdb52130b5c881c73604955b826, 0xf05f7cdb52130b5c881c73604955b826, 0x27192732272e56968a02ad86cc7e19cd0f2294f453e1c881f2b913c064ad4b7f, '', 0, '?'),
(0x27f4539849140dae3f9c7592abdc9522, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/slider.php', 0, 0x3f68aecb87909207bbec17fc3b01aa6b, 0x3f68aecb87909207bbec17fc3b01aa6b, 0xb7e12e260c79a0f15228b0d70a1abb4f26645abb0c3775cfd5c14b3d0fb54c6e, '', 0, '?'),
(0x0e879531ac156ac4509dc3ad7b6a7426, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/socials.php', 0, 0xb43fe18cd5d760a6924cfd79226e6fb5, 0xb43fe18cd5d760a6924cfd79226e6fb5, 0x80dd77aa996cbcae22ae402901aa30f32acc0f356c32179c378e02c8da4d0676, '', 0, '?'),
(0xe12144d76a4aad915255eb5de98bef94, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/table.php', 0, 0x94945a04274701af64dc81485630f308, 0x94945a04274701af64dc81485630f308, 0xd82954aacb1114fe35c55db0203a73a2f6620a3c1f3053ad0a0c95207a7b4b4f, '', 0, '?'),
(0xaa96339053f5fd8509fce86dd0aa1cf9, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/title.php', 0, 0x571cbbc2ca813147fc8987b1b12f6045, 0x571cbbc2ca813147fc8987b1b12f6045, 0xd367a6c6c6746a022adca1498f6131c7e20b7c6a07cb8379db1a7df075d1f83c, '', 0, '?'),
(0xf56e23cca9a20dda25dd62d0472fa849, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/twitter.php', 0, 0x368ffea75cfd21252712729247435ea6, 0x368ffea75cfd21252712729247435ea6, 0x043c4c146d78a2ae810e55c9f64e362b6ca35870650ae8e7e7d95c9cc6e787e5, '', 0, '?'),
(0x9004f6cc9c0832a4721eeabff811e3b9, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/video.php', 0, 0x5c6b86cf2ef3ea299e79fd3080238cb6, 0x5c6b86cf2ef3ea299e79fd3080238cb6, 0x9ac09627ec9a1af326e783cc2e02d510f615a304af87eeaba904c776fbdcebb3, '', 0, '?'),
(0xa0a63e08db2e30c4c79b8e298e13d341, 'wp-content/plugins/trx_utils/shortcodes/trx_optional/accordion.php', 0, 0xd127ee7e81cabce364a6b98911d25e95, 0xd127ee7e81cabce364a6b98911d25e95, 0x7a2718290eaa4fd1ef5b1766ff6fc7c2b17f9fd58c6fe65dc8401e2c8bb68a2f, '', 0, '?'),
(0x6caaf209705438628d22e1da328a46a2, 'wp-content/plugins/trx_utils/shortcodes/trx_optional/button.php', 0, 0x6619646e360e5adcb0c1a93140fc92f7, 0x6619646e360e5adcb0c1a93140fc92f7, 0x3a71ed256d2ac9c9d6e3a6c4e6c6191dcff9218078c695fbf1875147913aa477, '', 0, '?'),
(0x9f188d50a45c3c79ad4819820eb9ea17, 'wp-content/plugins/trx_utils/shortcodes/trx_optional/countdown.php', 0, 0x5f142b293b09a70837516de3bdc8d7ff, 0x5f142b293b09a70837516de3bdc8d7ff, 0xcbf0c99ac765b24cf6cdac91804fc1607b7aa6b5ee97af952f345688e1243b54, '', 0, '?'),
(0x1c60fb262fce2e08c9dd2a45f87b3cc9, 'wp-content/plugins/trx_utils/shortcodes/trx_optional/dropcaps.php', 0, 0xc0d74ef83ad9f88e896f45b6b7feef2d, 0xc0d74ef83ad9f88e896f45b6b7feef2d, 0x831df93028286fb84341d0d3a6d51a4fdccd19facd6b95786d97ab87e7536f80, '', 0, '?'),
(0xc8ad053372802905f9fd92192170b30b, 'wp-content/plugins/trx_utils/shortcodes/trx_optional/highlight.php', 0, 0x66a4fdb5c1d85ab4991851c308aa923c, 0x66a4fdb5c1d85ab4991851c308aa923c, 0x64c22c6039e8a0b1b03b1229237c8eaf2b17c97092ab0579c5b3ea6878e4f4ab, '', 0, '?'),
(0xb9356ebba49466c69f39ee2fcb5896fb, 'wp-content/plugins/trx_utils/shortcodes/trx_optional/icon.php', 0, 0xef6df1d4f3b382e72336422dd6a29331, 0xef6df1d4f3b382e72336422dd6a29331, 0x44ef98355736d82ab01b436c7f0bbcb6f3392b7e5c28b4210128ea70cc84dc7e, '', 0, '?'),
(0xad34ab4091ea7d18df2f8601fcd1b940, 'wp-content/plugins/trx_utils/shortcodes/trx_optional/number.php', 0, 0x73d24f721121fe618cd88bb637822450, 0x73d24f721121fe618cd88bb637822450, 0xf536dbb0cfb568aef49c3e2c55e8ba9531b5e3d25cd46eca0dc5ccf8121c7a88, '', 0, '?'),
(0x60f99ff6b3a6ed38e4f5cb4523c4c2e2, 'wp-content/plugins/trx_utils/shortcodes/trx_optional/parallax.php', 0, 0x884f4e56c9675e92e808d38a50e88cf3, 0x884f4e56c9675e92e808d38a50e88cf3, 0xb8f41179715acfb4716fb88bc02f3c44c632cd70b8153f05f55fe0f56ed298bf, '', 0, '?'),
(0xad42e7b99d9115c32de7c441d5f9f764, 'wp-content/plugins/trx_utils/shortcodes/trx_optional/popup.php', 0, 0x0958028d1b181aa7fa030f9eac5a950f, 0x0958028d1b181aa7fa030f9eac5a950f, 0x0e873f762c21eb6ce212fcee66982c62cdcc1db2a80c01bdeabcd0177c05ba8c, '', 0, '?'),
(0x4ab30df4051adf6ad83ddee663a44176, 'wp-content/plugins/trx_utils/shortcodes/trx_optional/price.php', 0, 0x7eadee1ea528d76e46109c932a0a052f, 0x7eadee1ea528d76e46109c932a0a052f, 0xac6ea961900a4bb5733076f0f223dfa66fe0b933cb3e22624c791220db0314e3, '', 0, '?'),
(0xb8d2fef3b0f5caca03de5b5311133d68, 'wp-content/plugins/trx_utils/shortcodes/trx_optional/tabs.php', 0, 0xcd35830d9909bb1f7c09ed0930e7b351, 0xcd35830d9909bb1f7c09ed0930e7b351, 0xeefda20f02e219defc813e5b51cc41aad04c3d3fc5fbd709830a5baed5162208, '', 0, '?'),
(0xc27f23b5c60e1550d3df7c0b7b4cea69, 'wp-content/plugins/trx_utils/shortcodes/trx_optional/toggles.php', 0, 0x8c882af82aa6774d5942ae2f48f11b0e, 0x8c882af82aa6774d5942ae2f48f11b0e, 0xb9ef3b83939bd95207a76ff0a1c0819891dcff7b3eaef3e4f231a40a6efa66ad, '', 0, '?'),
(0xc8679056b96524941d8f1d7c9f7479cf, 'wp-content/plugins/trx_utils/shortcodes/trx_optional/tooltip.php', 0, 0x2db1c05062d50393327e24da68bc4c5e, 0x2db1c05062d50393327e24da68bc4c5e, 0x51ff5ae4eaaab0969d79284abcf1992f5a4f6431ae04cc2fd8ff024faa750fe2, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x285eb77fb173078ae65746e491496a14, 'wp-content/plugins/trx_utils/shortcodes/trx_optional/zoom.php', 0, 0x4cd36dcbd857e18c3e6dfbb2e9c93d0c, 0x4cd36dcbd857e18c3e6dfbb2e9c93d0c, 0xa8df8e97fef4c3694a3ab90cea026e982af9f88192f0bf492d7e86ec1bb800b2, '', 0, '?'),
(0xa114b634a6f4902a2f41a2cd54388112, 'wp-content/plugins/trx_utils/templates/tpl.login.php', 0, 0xdc4e613f9c3797b273e3a6d3c72cd156, 0xdc4e613f9c3797b273e3a6d3c72cd156, 0xc6f8c1c6293e8c8bfc39e4da12752cb5cbf5542d0088447d802b891fe34eb91e, '', 0, '?'),
(0x87f77b20b3577ee197dceab28542694c, 'wp-content/plugins/trx_utils/templates/tpl.register.php', 0, 0x116c22b81b0a03f6127c5ed31d632a05, 0x116c22b81b0a03f6127c5ed31d632a05, 0x3f2974200cdafce99153881095d922c6fea4f6f3eb5eee12181a173497978e07, '', 0, '?'),
(0x913183096cccd1bc53a3a50b8d0b4386, 'wp-content/plugins/trx_utils/trx_utils.php', 0, 0x56bca95338a0219fbee91d155c5fa231, 0x56bca95338a0219fbee91d155c5fa231, 0x18b87372ee000f9b3933555c58b3a38f0085ab955b1e990330a163bc2f4fcb60, '', 0, '?'),
(0xaea561a30f30261a71e1ba8eed601014, 'wp-content/plugins/trx_utils/widgets/banner.php', 0, 0xbe3d53ca3c383a5928f223db5aadf0ae, 0xbe3d53ca3c383a5928f223db5aadf0ae, 0x860dff1ef7d9c39443fcf3b9ec42e85a35ede776ac4f1069ef40e8983fade55e, '', 0, '?'),
(0xaf9038a601c46811e95b93411fb5beb8, 'wp-content/plugins/trx_utils/widgets/calendar.php', 0, 0xb6b2306b0db9229fd2227385e2cb2a41, 0xb6b2306b0db9229fd2227385e2cb2a41, 0x95785fd9b55c78d0a7e1aa0f653772116548c2a79dd11318f5badd632ea3d4dc, '', 0, '?'),
(0xb57a4c1b92d656a4147b00f54bfe1907, 'wp-content/plugins/trx_utils/widgets/categories.php', 0, 0x150be21c9b8b61751e7c6387e5990a9c, 0x150be21c9b8b61751e7c6387e5990a9c, 0x2d79788922d021b903815ba5bcf0f48f61abab66166cf22064df89a6c49fee4c, '', 0, '?'),
(0xb1bf519fcdf2e384bfd2d92f7cd32c22, 'wp-content/plugins/trx_utils/widgets/flickr.php', 0, 0xea76adf85c3e12c7422159fc81db0e1f, 0xea76adf85c3e12c7422159fc81db0e1f, 0xa84d5927f8f4bdebb5a3e1c62a69504ac853d559e1d6c426885b2919c5263abd, '', 0, '?'),
(0x0872ca5281483addfee3a2e5f40946a4, 'wp-content/plugins/trx_utils/widgets/qrcode/jquery.qrcode-0.6.0.min.js', 0, 0xa7deb0f67269c0dcf1090776342d1b50, 0xa7deb0f67269c0dcf1090776342d1b50, 0xbebb2f650798b859d95afbb30b9ad3fac94c697314161fa057371ca4477592a3, '', 0, '?'),
(0xeed2735b36f03fe84140708cfb36a35f, 'wp-content/plugins/trx_utils/widgets/qrcode/qrcode.admin.js', 0, 0x87d557b629202b63b2a54b13a6de3dc9, 0x87d557b629202b63b2a54b13a6de3dc9, 0x18b5eb3f0489c3f7f52267343285023f570e2454c9b7240b72aa68af51412963, '', 0, '?'),
(0x673dbf0637904f37d1722a3c7f8e0748, 'wp-content/plugins/trx_utils/widgets/qrcode/qrcode.php', 0, 0x6c760552be95cc65ae2c35096b2ab1de, 0x6c760552be95cc65ae2c35096b2ab1de, 0x363b4fcf1a580dd1944ca124e83c676a9608ef9e13bf1c2505720f21cb13c2b9, '', 0, '?'),
(0x26cf7d00123ffd745e26e8dd0d9a104c, 'wp-content/plugins/trx_utils/widgets/socials.php', 0, 0x93caca0818b67d08533f7a9b63f3595f, 0x93caca0818b67d08533f7a9b63f3595f, 0x75a0d262d63f5eb5fa02dd19c4257ac50863c591799bf688944bf6770b7519b9, '', 0, '?'),
(0x4c0049a762e7ad9cabb544621cecea8e, 'wp-content/plugins/trx_utils/widgets/twitter.php', 0, 0x98a89eb1c6f5d15a7dd39f6cea6b4521, 0x98a89eb1c6f5d15a7dd39f6cea6b4521, 0xe1ffdedac43728e3de0cee3f75fa5ff8b9dd4aafe93977181b45fce1a24a033c, '', 0, '?'),
(0x02dece2a28b3932aad2baf576a946370, 'wp-content/plugins/wordfence/crypto/vendor/autoload.php', 1, 0x00000000000000000000000000000000, 0x9ca333d4bf3ae1930456ab09988a5527, 0x9303bbf67c3c8fd1d4fe500f2a7467ab338d647f5973cfdf2f9180fb90d0f891, '', 0, '?'),
(0xd542496d1653c0d43936df379286f058, 'wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php', 1, 0x00000000000000000000000000000000, 0xa0899dd7d97c25fe1d872a542afa6081, 0x9890179892e4a1323804397601907533926e094332178d731dafbc760c612f9f, '', 0, '?'),
(0x53ad93f90a1801e170de8d4725181bad, 'wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0x0e6135c2cd8542885ff3ad120b8173ce, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0x8645d3a4e3ad87e7cf4d88a46717aab4, 0x51d8f8a32a27b684fe42a92b1445061781fcdf9eb3fb3a95f36d8cce7975d657, '', 0, '?'),
(0xff6b1c8c0ff9fecf5050999801313cc3, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php', 1, 0x00000000000000000000000000000000, 0xea6f750e10cd6ce7db075f9b3440aba6, 0x366225208d22c4cab473d14aeb027033b0bfb7e738d3b78353c7993afab18391, '', 0, '?'),
(0x8bf04d4148f6ccf400ea9c5b645fd721, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0x35e12c7d76c4a81633bcf547c0e229a9, 0x45bd72344000b8d4a124a6e27ae6fa33f0b8246cb2ea1ad06069e46578c36cca, '', 0, '?'),
(0x3859adf5c5769dbfeb43c95b2c029e89, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0xdd3a00f0d13eb29781edd8c77d4c5100, 0x13c0efc35f55005d713dd5898aae66815cbf2fa0094064a1cc0da82b76dc2a28, '', 0, '?'),
(0xfae05a967025276e1a91aa576ab51be5, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php', 1, 0x00000000000000000000000000000000, 0xecc89afd9a8f29573093cb06080a4deb, 0x3bf6a333855506e09fef627d568fbb206bd82759ca728bfa0a9e728848a12936, '', 0, '?'),
(0x504b88b332b449aaf3abc10b29a50682, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php', 1, 0x00000000000000000000000000000000, 0x335bab680417f7056ba9646134ee1770, 0xf526fb21d5f8375ecffa409dd139a2adf94ecc420854c7feeddac7d6152a38d7, '', 0, '?'),
(0x2619504474c53f3575f83110596db2d8, 'wp-content/plugins/wordfence/crypto/vendor/composer/installed.json', 1, 0x00000000000000000000000000000000, 0xf0fcefc8c8de203d49149b2c1e8b1be6, 0x9e01c9f8415154a9dffacfedb063c801e37150b90bbea4194262a8749019c800, '', 0, '?'),
(0xed4e18ddd427a2210d42c46ab6cb33cf, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE', 1, 0x00000000000000000000000000000000, 0x5c1048c9d62123819aa63e62e1578be6, 0x9626df78c10e8677d3ceb19068d8c4299ac59340356ddfd22e293906df181852, '', 0, '?'),
(0x467cf70f9c0ca7a777dc5a512c4f97fe, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey', 1, 0x00000000000000000000000000000000, 0x36dae3cf3fd10ae5093aaec29b7b5125, 0x84df0e975aaa494b2f49b5f877c2a51312914f76799b45f80c42695c24478b26, '', 0, '?'),
(0x4f348bc7b3571c51990094d252f8ef0f, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc', 1, 0x00000000000000000000000000000000, 0x3ec788adbb0519a92243e569789cfcb9, 0xf0aacb0b78e79caa2199a29fc47df2971ab685981eca0e8257aaaffa0fcb6411, '', 0, '?'),
(0xdccce42edc5506db09fdaf5904e4e43d, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php', 1, 0x00000000000000000000000000000000, 0xbe6884c1b3076089b71bc19c56934166, 0x0e3c14895c9e47f2cc3b310e1923bdc06ba9164cb4160e97c3a0c3158328d683, '', 0, '?'),
(0x3e47c77fad4fe46a50d56ca88dee4208, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php', 1, 0x00000000000000000000000000000000, 0xfedc249b5d5cb3e2a2e7d2c6c71ed20b, 0xd89a7822836f8c2a49e70a519bd26ab8b71b838ae75428f3471aac2e10a21a07, '', 0, '?'),
(0x312dc014fff5eef8d718673937b9e5d7, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php', 1, 0x00000000000000000000000000000000, 0x236647ab0dd682b78b42eeac9f672030, 0x91bc63de28b18c1ca2bf6b04319e86ede1faee9532825177340bfbca1b053f30, '', 0, '?'),
(0xdb34908136ef31c26dcecdf90e598f52, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php', 1, 0x00000000000000000000000000000000, 0xad7f6e4800f775847d922060a4e8f3cf, 0x0f169713968c52c2f726bb58f68e64de5b970b9a1734b89a9d398e9356ecb749, '', 0, '?'),
(0x0d80e7fee0cb58b0f6c0ad2bc32d5461, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php', 1, 0x00000000000000000000000000000000, 0x20bcd3d3d94f3e41dc2be43d041a172c, 0xebe555e273ecddcec2448e4dc399c60c64cdc08028cf0083b1c481a67ecdccc7, '', 0, '?'),
(0x96c2a01d16cf768591c6189a62047529, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php', 1, 0x00000000000000000000000000000000, 0xc43d5998918b9940fcb9d30fb75fa578, 0xdeb0ca1a5e33c3c99f7689552e61810d5d0166df68e202498515992873f5c641, '', 0, '?'),
(0x9cf1fbc4fa9e508b4ae6741efbfa317a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php', 1, 0x00000000000000000000000000000000, 0x21bf81ec071645abb5505dc7a13b9f99, 0x3cbff88b02a600df0d49423d2284503844c722f703b6e0f41bc04c7ee880495b, '', 0, '?'),
(0x77c38bf4ed07ca390b2f132c2b31fd82, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php', 1, 0x00000000000000000000000000000000, 0x821267dbb02f2ab18206c8432c6b2390, 0x6176050c147875ab8bed9db66aa6191bab3d9e49a253b6d1447b91f9dec19221, '', 0, '?'),
(0x5956f499031432139995397d4438a31f, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php', 1, 0x00000000000000000000000000000000, 0xa8435a3f8dce404ab14e5f6a693c941a, 0x803cb848c084a222d8f446af40f7ac8cf52513aeaeda3160373cd2f009a2cd7d, '', 0, '?'),
(0xe6cf13e5bce850bf496344c4cbc6bee8, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php', 1, 0x00000000000000000000000000000000, 0xf8cc1daed94a0e987381d306c799f942, 0xa5b24552a0f44a1862c61fc8b8492216caec74de5d2c98715014fe317f5c6644, '', 0, '?'),
(0xac496f6fa8d486356e75a4d1adb68848, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE', 1, 0x00000000000000000000000000000000, 0x02c9c94b41a1e8638cbca074f88626f7, 0xba3b3825032668c431a9b01f52df6ede4a206790302d977022cd46312a748273, '', 0, '?'),
(0x3f3f51240ea550a3acc02e3a01583610, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-fast.php', 1, 0x00000000000000000000000000000000, 0x06f7cb7c7fb94b85feefba2dc409b7c6, 0x335c334c0d3fe81e4238c058151af2b302ab4e893877d0e843fb80164e553d4d, '', 0, '?'),
(0xa7a8b0dbf78ec684bab2b11f4e42d7ad, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-pedantic.php', 1, 0x00000000000000000000000000000000, 0xc17e644e6340f38e05d24710239de02c, 0xa92e7fc40b224b1c91967c9115f1e65bb6f3b500f4caef173aa7489a2fc63fd8, '', 0, '?'),
(0xcd5e1d2691f36052e179928b1899ec4a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php', 1, 0x00000000000000000000000000000000, 0xd47905e18e7dcfcaef1e4af26b803ea6, 0xff1db994dbc5c72f194fe6eb0f09ed89c2b96ba4627aeb135f10a31708425d55, '', 0, '?'),
(0xb02d9d0ca80fecb793f6b739f145785a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php', 1, 0x00000000000000000000000000000000, 0x2d67f2100e6c7263d20f8d5d89b18700, 0x0e4142011df62dcb71bd8c3dd933a57a66f2529b720f574d34a190ca5629bea7, '', 0, '?'),
(0xcfd71280794b76e701d32ef91a10b111, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php', 1, 0x00000000000000000000000000000000, 0x350cbbf4be1d939140d43fa3f3f655be, 0xc6b1ad23841071a09d28c6599a73b7a394eb8d71138203c9f30c29c07db703d2, '', 0, '?'),
(0x1005ab3f4893a9ffc4eb9768ac443009, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php', 1, 0x00000000000000000000000000000000, 0xc65e525b5849a1a054b40c6529b4cfc0, 0x758139d6203ae8175917126ef0553a739b79036735303d9e094357352465413d, '', 0, '?'),
(0x0afad93ac2583203de4c958e0e026e63, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php', 1, 0x00000000000000000000000000000000, 0xe3cf511e285037d9c74150d89064688d, 0x4ee97e042184e996294e63c07ec6def9f8f1885c91a00f6ec12e6c468c761d80, '', 0, '?'),
(0xb8db5a8acc280293c513a77c9fcd5a07, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php', 1, 0x00000000000000000000000000000000, 0x5155ff707e6f63c38a1e34d24e749bfb, 0x94114ccede6eb56c3240ce90f63e689a692c754a59b248a6895ce34cf42cb242, '', 0, '?'),
(0x1d14cebdca7f127dd856ba2bb57442b3, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php', 1, 0x00000000000000000000000000000000, 0xad9eeaa480940e78c3d9a0b72595636c, 0x4e9e382cff631cdddbedeb61659eacd319f181ce9f0169013c3570241cb3bff3, '', 0, '?'),
(0x2149ad645d0535248ca5c05be0d67eac, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php', 1, 0x00000000000000000000000000000000, 0x6f0bfbbf4cd1f6d5206b276b31128afe, 0x128e9c31eaa05caf5174a92abc80ee4aefd1ea8efd2517850f07d8cb7388f226, '', 0, '?'),
(0xdde6882798c41d7c3f980cc23efbeda3, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php', 1, 0x00000000000000000000000000000000, 0x83a6f74cd5f261444a843ffb835aff94, 0x88bb8b853d463d843d853cf81df81b5f25883da7d94d103fe1aadddcdee7752f, '', 0, '?'),
(0x49d650450114d058749c461e48ef2596, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php', 1, 0x00000000000000000000000000000000, 0xae9af300c2f5ec4c76bf5b63dece293f, 0xa443da026821dd80467f24ec7db97764b8376228a621e470f7494602152e4c90, '', 0, '?'),
(0x82573d205c27782288578fcc7deeee64, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php', 1, 0x00000000000000000000000000000000, 0xa7b0f7d5a9e84b1bbdad835ee3a5beb9, 0xcf4d89381d103a9f6e61c68b47185add715164c3bd21aea0bcda27879b266731, '', 0, '?'),
(0x5aa3b0d18ff484fbdd92af05ba5308a5, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php', 1, 0x00000000000000000000000000000000, 0x6cf3bf8c1a5e035a924847b325a94fa3, 0x896da4bb9f63b43bf21d0a0579e390b2c8c5302cc60235ff8bd9467c3d1fc843, '', 0, '?'),
(0x2c7ad865a9e0fa590c23754a7e5b500d, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php', 1, 0x00000000000000000000000000000000, 0x204f700c527b01fcd2b58ce747dd8ddb, 0x1993115992fc3a4286e5c550351b4d9080735f860cbcb19ab92ed986fad68e90, '', 0, '?'),
(0xe20f424b8619c0f54197613ce4ad6c32, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php', 1, 0x00000000000000000000000000000000, 0xc958df93e0bec592225833ee364451dd, 0x218f6c2eba2e1614acea4749eeb40a376f65c8d1bfe8273b490cff0a0ab3a0ec, '', 0, '?'),
(0x145c9fa4d01ae98e6509cd299fd55570, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php', 1, 0x00000000000000000000000000000000, 0xc89148e41a7f62923e56ef44f6a25232, 0x72d19b4ad491492fe90a1e4f8b597d9c78189a82c586eb9410defa87c6105520, '', 0, '?'),
(0x93babcd2c16271c02fa4d9db4601a46b, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php', 1, 0x00000000000000000000000000000000, 0xdff0aaad3787f5c2a40dac46c4dd0c67, 0x9e6e7f9256278c56b1fbbba456eeb27f29467c2ae1919d0c1732884ee08fd77a, '', 0, '?'),
(0x875e53785f3f03758b1d47ca44a9e4eb, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php', 1, 0x00000000000000000000000000000000, 0x94cf48d964393c43f0cba4ab9ad1626c, 0x4bcf2e426facb0dfd8e0a3b8830776fc886298258598e0d5537e31f94be0c317, '', 0, '?'),
(0x4e3dae66d01b3e244b8ae4e248bc54ce, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php', 1, 0x00000000000000000000000000000000, 0xc7d3eb17913f8f477bf214f58fb8f167, 0xc480d0a03c579f3b2d181af1808d99be9728432bbc2c4dfe95cc0255e2e15736, '', 0, '?'),
(0xb7ef2feff6d88a21a4064e3ef1820afe, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php', 1, 0x00000000000000000000000000000000, 0x0eda1ea266183c5f3212535e49bfaa5a, 0xfdad69ddaf99ff387b1c918169fcb4d8712164bea0ccd58da8e541047af2f5a9, '', 0, '?'),
(0x599f425779092be642914f6dc7fd077a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php', 1, 0x00000000000000000000000000000000, 0x239e903a9ae14ec5279444117883d14e, 0xa6015ba7f55f7cd090d87e45a9b6a9ed2baf027ec545ec80289160ed065faabe, '', 0, '?'),
(0x4bcb4c783c43a08e98084894f48f651a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php', 1, 0x00000000000000000000000000000000, 0x2db745064ee4c482db9b0c280afa6e1b, 0x9a040b16f7de10a104d1ac7d5e8d4546d0f91c9bcade3ef41e92da8242ecdb1e, '', 0, '?'),
(0x46312b1a23f72b6405d37b1c8b77ce7b, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php', 1, 0x00000000000000000000000000000000, 0xfe2e4436b7709f699a7260b66677de3d, 0xc432c97fb14b4a0e37143386f178a732da4d32b0ae26982bb78c954cfc87134c, '', 0, '?'),
(0xa39a45f653d4632b04dff12308ba1b29, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php', 1, 0x00000000000000000000000000000000, 0x75d21d4e6d8553e1ed94d443dbd27be7, 0xfcd80cd40e10507e9d7b70d510d47d787bd4381190328d681f58f678c5c1bb88, '', 0, '?'),
(0x21506c7536a093f0eb10a1bcd202435a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php', 1, 0x00000000000000000000000000000000, 0xe01df298190588c150c5cfd965968931, 0x54a8fffb2a94db1e2b86d0f8ca7a5dca9c3b3eaf7f060ae033cacae45d3f78d7, '', 0, '?'),
(0x69617b962dcfdb1af7d899016fb30892, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php', 1, 0x00000000000000000000000000000000, 0x9e7da93c1fccc4dc8e827318bef29c39, 0xfedd51c7fe27d872998620bc741337a5e23d732a1761603cbe7a1fda6f13d45f, '', 0, '?'),
(0x90dcfebcac2238598e8e023734b74f3c, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php', 1, 0x00000000000000000000000000000000, 0x6469b24244f54af21088af44a535c34f, 0x4eab618715ba96698119151b42cff18dcd0d08f8c6414f5db6aca940e150b5e5, '', 0, '?'),
(0x1eb4c16a16f0d6b94a82dcfe91f63059, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php', 1, 0x00000000000000000000000000000000, 0x70a7305722462994cf038e1093384fa3, 0xa935ac9cf02926dad9426f4b065daeafa4d8bb8ef396726d6025aeca68f64f10, '', 0, '?'),
(0xa8db09cc2229a522b5e83049a36fa8c7, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php', 1, 0x00000000000000000000000000000000, 0x19ad7a84bf711a7398be713737360bf3, 0x43ae44ad619624eab93d9b665b51a734c24a57d1376c29ae2e0ede3d25afff1b, '', 0, '?'),
(0xfd8f92100e0b5a4c8b8f4f926cd6e114, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php', 1, 0x00000000000000000000000000000000, 0x900ba64306eda2951ef046e69668f47a, 0x6fc5910a77a66ebecb704c942b3bd0cceddf7e8ba87432b405502ac6833616f8, '', 0, '?'),
(0xb8646023293f9ecfb39acf30287787f9, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php', 1, 0x00000000000000000000000000000000, 0x20c16f59830ba2db2de31729451d4864, 0x6cdc2c38bf45f154978e439165796c9e61f95304eed43b29272264cc607afb99, '', 0, '?'),
(0x10473c37650b8374aa2fee928ff757a4, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php', 1, 0x00000000000000000000000000000000, 0x5b6630194c94c59fbbd20db37b5657e8, 0x8b1dd02726dc94155b6d60c4cf8ad0633245bac7fb25e45715bf4757bae489b7, '', 0, '?'),
(0xa0c41d7492ca68bc092c470578a2224d, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php', 1, 0x00000000000000000000000000000000, 0x1dab1ac950ac897d3e928e6a15b1ee20, 0x4d02796180bf981e3b88c211adecc81f1ef33e04a6fdefb31b1cfa701c3a2f66, '', 0, '?'),
(0x209f0b470eb6cab4a9a84774d8919ba4, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php', 1, 0x00000000000000000000000000000000, 0x85dfefb14cd26bcbf66db4943ece5b3f, 0x63c72bdd5aac59a71e0c3a7ba90ab7af4a5063a40e227b0f34b575c423d3c711, '', 0, '?'),
(0xfcb78f71f3904cf8f33ed4c62351c400, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php', 1, 0x00000000000000000000000000000000, 0xf195fa8cc5f4f44298eca8e26759f0e9, 0xfbf5913ae2495a19aeed43fda25a95da1438c1c8b0f49b4c1b9ae55de9996da9, '', 0, '?'),
(0x784c4b7820969632b8af4973f2212351, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php', 1, 0x00000000000000000000000000000000, 0xce0d0e9755a18a14f6d602fdda434222, 0x831dfa294da31506a695eca982741b55cae4afceb408d5d4aadbf9afcc462efc, '', 0, '?'),
(0xd02523f3ba1fe97415c1cf07f2348478, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php', 1, 0x00000000000000000000000000000000, 0x1b7912a85701fb307b58e56ea75aff30, 0x19c500410256f08c525888cac895ca7edc18e164a7135eed2f2985144052f2c6, '', 0, '?'),
(0x502084f4d24e741244abdd8c9f6e22b1, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php', 1, 0x00000000000000000000000000000000, 0x610ca815c221b42caf91055ed2719714, 0x0858df8770f7d594c35a9d9210d089d2d6b16fc40dbb3dcbb83c21847eb233e6, '', 0, '?'),
(0x1b24ee8a50d96089890067efa85807b2, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php', 1, 0x00000000000000000000000000000000, 0x7946c2935c9c07bbe285db329acfffed, 0x326ba173c0da5c3eaa138552493a6e48f0c8bf1e44136de0217a7ad80e13b1c0, '', 0, '?'),
(0x5a3993b6d37d2ed2c24aa4c26b0b3daa, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php', 1, 0x00000000000000000000000000000000, 0x3849a2e3b61a080503070a0ed9d3a391, 0x691b3e7a1292bd0e90529340af11c5f2e1c2e36bf45790e036759a6bd579880e, '', 0, '?'),
(0x5006b66277bf3d82ccf594a969eb96d2, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php', 1, 0x00000000000000000000000000000000, 0x5c1ac1c44918057735416c4cdba2198d, 0xfae3b44b7bfe3808a6c0666c8185371e73855268cefaeb039ee5978bca039149, '', 0, '?'),
(0x111bc42db2b00727678bab8d50f75cac, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php', 1, 0x00000000000000000000000000000000, 0x399e56c6081f23d2b91190ebdb340b80, 0x47709a66b81cf848768e869e9f1ae6f3788b388318feaaa33143b0145bce3441, '', 0, '?'),
(0x414b3caccbd26aa71c90179c677372e3, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php', 1, 0x00000000000000000000000000000000, 0x1534ac954b62281de55cdef370b8422d, 0x03e79510d5b32a20cab0090fb6e40286145b717f8aa60ccb9c5088e682f46b81, '', 0, '?'),
(0xf01920c07fde8d3c3a39ce137cc2ce36, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php', 1, 0x00000000000000000000000000000000, 0x2d5fd0fb62cac12d3e4f8ca55ce88b83, 0xa473c99467e125fbbd72691243af17f95098eb7786ab251492e57bd6c64aa5ce, '', 0, '?'),
(0x764c4d972e66d5ecd4254f071d7f4d52, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php', 1, 0x00000000000000000000000000000000, 0x069b34b902562b143d3f6bc50db2e1cc, 0x5fb6e2de12be783a0ceb6e4f734fa83a060207641dd12700974e3d968cd26be0, '', 0, '?'),
(0x7fffcd8ddadb199fbd81cf811b628542, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php', 1, 0x00000000000000000000000000000000, 0x497f25b2309e5ccff2f64cfeed2dfbb5, 0x6268038070f2bf7076d7b4bfc14f81237520cd352f3df8ba021839c58829dfe4, '', 0, '?'),
(0x6f43c922c0cf058551b8ebe07483d179, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php', 1, 0x00000000000000000000000000000000, 0xb108c22b05c1eb021d92fe071706f525, 0xc1063421fd8848fc1c3a8d363ecb6c45eee64563239cd0d8f961057b9d41b47b, '', 0, '?'),
(0x2ac7c8c61db2a6bc62c5049f2a6565b8, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php', 1, 0x00000000000000000000000000000000, 0xd012785c387aed4d7fd87e972e04818b, 0xfc7652ac008b537e5bfc0d82aad2ae36dfe16fddfabe12e192fe3ac59ab50d5d, '', 0, '?'),
(0x48b7a859366fefe3447b884c48ea1698, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php', 1, 0x00000000000000000000000000000000, 0x1a986cec878c31e267bc1fe6a8184591, 0xb8c0b53bc8c37d2d1afdda1109bf556429ddfaab05d473c544ca2517e952e1fa, '', 0, '?'),
(0xf3f3d2cdd1e29e9ef905aa5ed59852db, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php', 1, 0x00000000000000000000000000000000, 0xc9de6f019485e51e97b9e5a76880675b, 0x12800be0c015df81152ed6112d6834603953205f0de8932949cd2886ed57d3f2, '', 0, '?'),
(0x2524ceefdd4dbc711806e6543cc4fdf0, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php', 1, 0x00000000000000000000000000000000, 0x43a3bc554f9ef51adfa0a1787448170c, 0x8c470a22875f2f41e76793680911553fe2538273f348f6d7919159a4f4bdd9b3, '', 0, '?'),
(0xcc997efcc88cc3ae2b9de4ed6279c881, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php', 1, 0x00000000000000000000000000000000, 0x107ba5ec888a7ac01fc13b3521cb05d0, 0xf244d01a8a8eec4c89dea0ce9461a414b05d036ef49c0abbec8cd54c26e60a1b, '', 0, '?'),
(0x4b30b5f6f20dc5e996dc9063156ee7fb, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php', 1, 0x00000000000000000000000000000000, 0xfe9bc385fa4b57803c84531a837c725f, 0x4560c87760b0fc3e2e0cd7d332b9f28d85562297e1004d700d208639b77fe0e4, '', 0, '?'),
(0x3f559eb5f603bdbc9a275f6c2e850f70, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php', 1, 0x00000000000000000000000000000000, 0x6f3e42f79809bf9fbd9113494e942d79, 0x0efee5686c8e085bc0bbb6bd86a712f1ab28bf016c7e9151f775df464db20993, '', 0, '?'),
(0xf712b6166778834189c8a27da1670fa2, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php', 1, 0x00000000000000000000000000000000, 0x7ab1496aaf9163a51959184b1143009c, 0xc5fd8850a683e6a0d6075256cf042a9513c4aa69f106bba38c7d6beaf75658f6, '', 0, '?'),
(0x0fc15daf2a0ec12e0f3e6045f59366b1, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php', 1, 0x00000000000000000000000000000000, 0x6bd346a3a0c60c68a2e780810e312da6, 0x361f216f8a6df6a6dd8e5e8e172ec15e40cba8d10fd27637f10949e19c7d809f, '', 0, '?'),
(0xce6c2f1d3cc0cd55e7eb5a410e078be5, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php', 1, 0x00000000000000000000000000000000, 0x9dcda372a196a1ace90ce1ef5ace77fb, 0x239f8095b6e9c04a05e93c4c361d1993897a71e94eca30e58ccbe266385af3a3, '', 0, '?'),
(0x2d5cac8b5bd716b5b98610e84a92d7a5, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php', 1, 0x00000000000000000000000000000000, 0x46e19231aaa3c609dd4d9ce7e1c85dfa, 0xa4eb4138dede7b8021a7f25699743c53908a7148a96f68de3486a5796042799b, '', 0, '?'),
(0x181db46f663fde33a8500bbf31f222e2, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php', 1, 0x00000000000000000000000000000000, 0x670122cca4112f184f949bec59a2b727, 0xca38e665ea549b65740d206a189c50f72fa5c04ae41086993c5ebe72d3a57a12, '', 0, '?'),
(0x9bf3903731d01bacc87d120a01fb14c8, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php', 1, 0x00000000000000000000000000000000, 0x3192322b3b8f46c4eec5d0bd4e4d8392, 0xbe7786c51122b32a94c135a2551220544099e59c6e79c8b3c65e61a575bdb027, '', 0, '?'),
(0xc7e577aadb79be2aae58cd4f0a479ba5, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php', 1, 0x00000000000000000000000000000000, 0x4ee9560f6c7e1cf286136d5b25577404, 0x18509671008083b493949a560e14157b7ce6306d003bd4dcd6329566064055ca, '', 0, '?'),
(0x573868b021c9a96baec4890c271d937f, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php', 1, 0x00000000000000000000000000000000, 0x1172a0185255ac62e22acdd20027b51d, 0x78edeed1f2053c1bd973a392425a9a329c6aa781524d27302524b9dc697b2056, '', 0, '?'),
(0x08e310cda51f60464acd14f65316b175, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php', 1, 0x00000000000000000000000000000000, 0x4b7a2b55edc1e48f1304c5b828ea355c, 0x383abd916f991d117f49f4392c81eabf3d7a05446b383bd17b417b861a69136a, '', 0, '?'),
(0x05c4490161bb0e0a0bd88e9a96ead061, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php', 1, 0x00000000000000000000000000000000, 0xcd01a2810cbe3e1aebf0b01a2b950f2c, 0x2a792498084d515b1571d3023a68e99a0122eec0f929a358544313000feb5c6b, '', 0, '?'),
(0x07f263598446b6ea9edf7de56a60bdb6, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php', 1, 0x00000000000000000000000000000000, 0x33828df191fdeb92620728e6b58fd09a, 0x6e3b883c0cd91eb109c795b02d57d5137493f95dce12c13c91731cb0ead675a1, '', 0, '?'),
(0xef75085f7ff48b8b08ffc2ca7e2100c4, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php', 1, 0x00000000000000000000000000000000, 0x593d0a0b59e0b439399a32ad17f88f11, 0xfd97fb36a991b01a2f8888f970e27935eec19cd245f094d8adbda9ad4fb14506, '', 0, '?'),
(0x076fe6e0f1096c18d108d1b4c6016364, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php', 1, 0x00000000000000000000000000000000, 0xe6d7f80ab0c018a4404c6a87774401ea, 0x0daf380ffa64b3a09f87b2f01cd7381573da87aace18ee36a0e8460cfac88ccf, '', 0, '?'),
(0xa905effa7e2bd8711dea58bedb1d2260, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php', 1, 0x00000000000000000000000000000000, 0xc16f6151a1a4ec7c100367e23426cfd9, 0x1bb663c255a95884fdd4f12b895d1d577664de3df82ce315bd92845a30295cb3, '', 0, '?'),
(0x18e6d3c4681f5d08878243f980b2412a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php', 1, 0x00000000000000000000000000000000, 0x5a624ffa883686afa7a54963448f808e, 0xfd8e6075fe64c7f365e63f73a237a1fed164c443eaa4517d59acd7e32f9e87d3, '', 0, '?'),
(0xc55fcc186e80fca3b3c970b7bc9d6156, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php', 1, 0x00000000000000000000000000000000, 0x3e2a4cd6311ecacbb5a9226b2546832b, 0x1b5ab1f669e94ddb66bc558c76b1692de57d29f406f966d12286fe4d6e643f58, '', 0, '?'),
(0x8ea2e958701fa4dc10d3e78a7e304418, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php', 1, 0x00000000000000000000000000000000, 0x1ed057af6f65b17eb0906f42329e5f3b, 0x359f71f5aa53724cdf5d8d4f58bda5981e8b737188cdecf02b0b6c3c91c8c992, '', 0, '?'),
(0xb5413fe0995d5c38ab504d54c90f6c05, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php', 1, 0x00000000000000000000000000000000, 0x16bfd043c542da29638ee061658392c7, 0xdf5b7d93beb144d8d5d4004f56b13a7e2dd41d227e6d421568223cc4f97057e8, '', 0, '?'),
(0x42e6ba501f891b58a157cce336e9cb17, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php', 1, 0x00000000000000000000000000000000, 0x20f5514111e44c9b92dcf39a9c86559e, 0x99dcd547b1a40a3c162e1a57870f72b4d8010e041ba301caaa10c7e3c398a229, '', 0, '?'),
(0xa65b27e92fa314d3fe08a23ba0867f94, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php', 1, 0x00000000000000000000000000000000, 0xee12d011a44432455cfb749a2e2df905, 0xc7550a9c2f6d694d8779452d51ae4d155e850800958b51ee8af8154c39689c54, '', 0, '?'),
(0x1c6194409757725177b6cc5a0a2eee11, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php', 1, 0x00000000000000000000000000000000, 0x16addc917a8c673c4ee8f40a3f6f3666, 0x8ec17f190693528da0b0f44567f8583395864a4163941fec2161fa5fcaf4537b, '', 0, '?'),
(0x02cc201f88fbfec84b2069964493c174, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php', 1, 0x00000000000000000000000000000000, 0xd8cae603cdc15a7a9a23190748e8e7b2, 0x6e5da8eb7893cb1d1bb6ba9daba41a5f0ed1aa6bd442b3042d61bd0426bdcc83, '', 0, '?'),
(0x5f1fcc23e88bf1553170fa4753f2b316, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php', 1, 0x00000000000000000000000000000000, 0x015ab08ac57274bdc2fd77fac9289865, 0xa8d2bf4408dc493cf55ec8691c326457825d4719e25fe42d122b04854138f357, '', 0, '?'),
(0xad3f46cfb8bdeb1cbca54186805231ca, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php', 1, 0x00000000000000000000000000000000, 0x99708b98d48fa66430c4e06c4e26372b, 0x5e1f730af94002472ca41dda960a3b7c3350096ed4942f0d7a1041dd220a6407, '', 0, '?'),
(0x822f09c1453a4bf252e5afa5c076028d, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php', 1, 0x00000000000000000000000000000000, 0x009456ceaeaf02fca9c93f99bd936234, 0x3d1eb7dea3dde7c00fdf343af4ad24649e5893578a52ace258a6be8a4e203ee4, '', 0, '?'),
(0x967a39bb09c560fc6433dd00c8496179, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php', 1, 0x00000000000000000000000000000000, 0xe720c140dbca185e8da2b5ac384a1902, 0xa5e7d8bd8340a4bc422d4bf516b9c86de3e19dc32dc8bb1695df0e041ac23270, '', 0, '?'),
(0x1e42e30f4081522a0c47997846344e7d, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php', 1, 0x00000000000000000000000000000000, 0xa39e27965fae3f1453c59f1a5dcd798c, 0xa4360e8bd0175b2df38a852c395952a172da0d59222df880616ef3b29136248a, '', 0, '?'),
(0x89aebfbc9c9147884714fda093ec6122, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php', 1, 0x00000000000000000000000000000000, 0xbc10ede6c3956d1041e24eb30152b0e3, 0xb407202af44a2f28b27367a42059ed44c6e25dd98810c0cca87cd10090147ab6, '', 0, '?'),
(0x61bf4a949272d3e4dd26c62d441f10dd, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php', 1, 0x00000000000000000000000000000000, 0xbedd625ddd86d189988f9e171fdc7057, 0xe3838924e2a88797f1d80d1d9fd7b6be6fde96479cc79771c2238037f4e58eef, '', 0, '?'),
(0xa85858ef8e932acee1210832d67e02c5, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php', 1, 0x00000000000000000000000000000000, 0xa3a3c68c408d93ccef4e605867ddf2bf, 0xff512633c681d55f95832b69bbaa09f675a3e271ca03b391d8492bb93a09494f, '', 0, '?'),
(0xa3544c20eadf882c5dbdacd5a6866d81, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php', 1, 0x00000000000000000000000000000000, 0x389109a481a2bdbb3a7b80e457f3ea65, 0x367b77f7bbb50c5e470b6baeceabc33235ddfa6293f3840de4ddf193ab84e688, '', 0, '?'),
(0x6e20f768402421ccdfd8c4e87d12b00d, 'wp-content/plugins/wordfence/css/activity-report-widget.1581523568.css', 1, 0x00000000000000000000000000000000, 0x4a845e07783b7982ad82b0d463a1fdff, 0xd0d3a1aec166c5614d9a57762bf280a8579f1c257dd6ea9e6044f61f4ea317c5, '', 0, '?'),
(0xf1da76e35177807c1bd27dc64dd35af5, 'wp-content/plugins/wordfence/css/diff.1581523568.css', 1, 0x00000000000000000000000000000000, 0xdc806709adfa09992492988b6072f351, 0xc0dc161d24b518cc68454a5e35343c249e02d3ad115963c312d7e1c2921bde26, '', 0, '?'),
(0x62bf767c6ad6d78c580cba9e0929aa8b, 'wp-content/plugins/wordfence/css/dt_table.1581523568.css', 1, 0x00000000000000000000000000000000, 0x06e5674a626a9c4ac18e39b96b3a03de, 0x6f5b501cc24879d08a7dbde5ec7f694763ac7e94d03c63a51f447fec523a44ed, '', 0, '?'),
(0x095f2cd299c6cca8f930f0c0725b49ff, 'wp-content/plugins/wordfence/css/fullLog.1581523568.css', 1, 0x00000000000000000000000000000000, 0x65c92e698b6015ab83ce81be55e7b976, 0x3ff53efcb03f68f4cebe5bb5c2b2ef50d8758f7bdb7075fa6102a0fe898b0e61, '', 0, '?'),
(0x0e9568af721aa897aaba3b2565982d78, 'wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png', 1, 0x00000000000000000000000000000000, 0xd80747d34afb87753b51d45a36f8bd17, 0xfffb8506df5c4d55198ced4b6851af77c043a903b669d656b4eea2b9b2ce4a27, '', 0, '?'),
(0x32b47696ad1627b3cd390dc303e8087a, 'wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png', 1, 0x00000000000000000000000000000000, 0x1e70a2d46244ee4070fd47152bd71db1, 0x0f2a447f15055acd3ef94267f11b2659128959889bfe848ee2a80234283ca82f, '', 0, '?'),
(0x8f1a9f200cdc528fb3f7b95bd627dd3e, 'wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png', 1, 0x00000000000000000000000000000000, 0xeb4a975c630f379279fe78c604d0b36c, 0xb37ec0cd71569ac203afbe2a27c5103194a5a49a9d175d33905e91f69ecdc96d, '', 0, '?'),
(0x32727f7ddc56e1c4a5245ea58b896e2f, 'wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png', 1, 0x00000000000000000000000000000000, 0x68855e6e3d288ab126a1f1dd82b64e26, 0x53b2f344491608427fff0b7a14d15f2d3f2859cee37045a579fb0ec6b941a11b, '', 0, '?'),
(0x5c91aeede0c605a437f6ee16b251806f, 'wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png', 1, 0x00000000000000000000000000000000, 0x7c81a6253b77a9fdaf51bb1038f8c840, 0x771e693ede36b7c6ace034c8e5a02e4eca43b9e4119e1aff34aa0e08494f9ed9, '', 0, '?'),
(0x94764fafd623e84aa54eefd42bec8181, 'wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png', 1, 0x00000000000000000000000000000000, 0x41612b0f4a034424f8321c9f824a94da, 0xac2f233f54ef8669054f4c7976a6ed751b9a98544b94b0a9c9a4bdb75cd8bbf5, '', 0, '?'),
(0xc24dd97aaac9dcd6604a8a3ed324e32c, 'wp-content/plugins/wordfence/css/iptraf.1581523568.css', 1, 0x00000000000000000000000000000000, 0xd065ba62662e84c20add565bdd785068, 0x154a8a8b2d0640205d11e1190b032dd0f28709d46371db17fae557510c2438ab, '', 0, '?'),
(0x9d93ef825bb5a8d39690253eb810feba, 'wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1581523568.css', 1, 0x00000000000000000000000000000000, 0x2965edf466d523a160509e7e37c4146e, 0x2d6dedc67aeddc6ee04eca1646fb4500d1ad5c7671eb9d734c3f975a121ab2bd, '', 0, '?'),
(0x91194b9c6f1ebca8650afd57fc69b01f, 'wp-content/plugins/wordfence/css/jquery-ui.min.1581523568.css', 1, 0x00000000000000000000000000000000, 0xc07d4ff1935ed73074474716e4cc5113, 0xb3d98d240c72623d70cf680eb978cb4ba3f9355d38c751fea7985289af6a6e34, '', 0, '?'),
(0x0dd1fb4e3d88846d8828a7117688f91e, 'wp-content/plugins/wordfence/css/jquery-ui.structure.min.1581523568.css', 1, 0x00000000000000000000000000000000, 0x23f52fcc08b1683cc01b9e55d5f514a4, 0x9f6ee4e8f8c1e0690c9dd9eb9785b54eb5765816a537ab595db48590bcb01944, '', 0, '?'),
(0xeff5f46cc779c01d1cc3111e973934c4, 'wp-content/plugins/wordfence/css/jquery-ui.theme.min.1581523568.css', 1, 0x00000000000000000000000000000000, 0x0462924bbf308e0f62f6ba78d199155d, 0x34c3f5fdf9c70a96081063b545323d56937bc62be85c676f1f12d0859d4f87a4, '', 0, '?'),
(0xafbb608f8ac54d94fe14ecdb93d0e96e, 'wp-content/plugins/wordfence/css/main.1581523568.css', 1, 0x00000000000000000000000000000000, 0x808616a6301c6500776e581625d98c25, 0x457d5d8be979ceeb7a8e294977f07ab54d4fce0ec627c8870eeae9d7f19fa96d, '', 0, '?'),
(0x67c8472b9d6d9ddfa388bd331622f5c4, 'wp-content/plugins/wordfence/css/phpinfo.1581523568.css', 1, 0x00000000000000000000000000000000, 0x3ec5eb51f7d8e6218530772fa8e893b4, 0xc705fdfd618f407cadae490d3d1a5eceb5c2641d29885bb6b90ff886ce57b2e5, '', 0, '?'),
(0xcf4a8758be5493b49ef308f2811a634a, 'wp-content/plugins/wordfence/css/wf-adminbar.1581523568.css', 1, 0x00000000000000000000000000000000, 0xbce630d3c2cdc0c92243cfb7e55462dc, 0x68bb53e498b72a67a37f35b1b929218ffb95087df4bf07426c0b974efe450ce0, '', 0, '?'),
(0x66263374deea652629075e1b07173b1e, 'wp-content/plugins/wordfence/css/wf-colorbox.1581523568.css', 1, 0x00000000000000000000000000000000, 0x08505829702183be4e38a66a0bad8c17, 0x6fa9741230b30d995032a1e8b14eb9adf3e6e969ccd7c24be6db758115a4e0f5, '', 0, '?'),
(0xefb1965f113aebfa5177f477cbffacbf, 'wp-content/plugins/wordfence/css/wf-font-awesome.1581523568.css', 1, 0x00000000000000000000000000000000, 0xb827c408ff4de4e7d98bf856b5aabf3a, 0x39393764498a4f75d62dc601f8f9f125656ed4bb15a031ba108fef84e9bed349, '', 0, '?'),
(0xc69e9c5f55e8d136a99cd30f2f11ca2a, 'wp-content/plugins/wordfence/css/wf-global.1581523568.css', 1, 0x00000000000000000000000000000000, 0xfebf8370041c5ddcfe24ee0888daa10a, 0xe6b787746a3f227f45dc00e4f324d39c20b64e6871ea33149bd57b9c96a4998c, '', 0, '?'),
(0x991253c295e344d44133a7dba3715a76, 'wp-content/plugins/wordfence/css/wf-ionicons.1581523568.css', 1, 0x00000000000000000000000000000000, 0x416c14a1b0738fdcca6ac0e2af831b7f, 0xd79296f09d930834cccbaec07604a812f9e308c1894de68e609756f7ebfd5af4, '', 0, '?'),
(0xa868970d9c08036da867bf81de582023, 'wp-content/plugins/wordfence/css/wf-onboarding.1581523568.css', 1, 0x00000000000000000000000000000000, 0x2ff2a54b7774cef647d707f3278528c9, 0x91f56dc7b8d7247b8ea2c80e261457b43e9d2e7b3f88576fe49529fc3dee4885, '', 0, '?'),
(0x7549d387c26e3348ee365c75cdcb6041, 'wp-content/plugins/wordfence/css/wf-roboto-font.1581523568.css', 1, 0x00000000000000000000000000000000, 0xb8c15dd5ef0c0bf0184f0f8c75ddb59c, 0xf48a2bc5684a7e08bfca86b4aa2ae9ec612a14a0fd0fe247623637a70da93ab1, '', 0, '?'),
(0xc51b8b8f1bb90a0017fed2949c28037f, 'wp-content/plugins/wordfence/css/wfselect2.min.1581523568.css', 1, 0x00000000000000000000000000000000, 0xa4638a98cccf332c42f1141556c7c2e6, 0xa780da91f3743455d40c9622fc3bb974fb0f37e4ba1ac0014a791803d9726240, '', 0, '?'),
(0x7f952ba04e77d71a4bb653390c5cd817, 'wp-content/plugins/wordfence/css/wordfenceBox.1581523568.css', 1, 0x00000000000000000000000000000000, 0x1b43bf90da5704599c7ee4489c23ec5d, 0x9a72ba8eb5a87bb5db1a498935994f319487a451dcddd38713a8a3d2f743dfef, '', 0, '?'),
(0xcd8e33d7a2e04a796ecefec4804d07e0, 'wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff', 1, 0x00000000000000000000000000000000, 0xfee66e712a8a08eef5805a46892932ad, 0xe1fc2634220d519d6a580ce36d4e22e3c93f50be6f94cd5cb0c6f53f07b9f98c, '', 0, '?'),
(0xe7321a16f089207b44b75afd82b82d1b, 'wp-content/plugins/wordfence/fonts/ionicons.woff', 1, 0x00000000000000000000000000000000, 0x05acfdb568b3df49ad31355b19495d4a, 0x2aa1d75c26bf74e4ada80e5c08c309675416778fb089b5af2cc63183a91f7fa2, '', 0, '?'),
(0xf45acdeb961f51b521d5d0faf6ae2aa0, 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff', 1, 0x00000000000000000000000000000000, 0x6079002378c473fa47ec4ab6d674b0e4, 0xdb41e172ebd0c4783f6a8e92018dd22387c20c43f546cb4f82472da253d6f724, '', 0, '?'),
(0x6a74bcd95ae1eadcbfee162c870517b5, 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff', 1, 0x00000000000000000000000000000000, 0x729abcc2f819c1611516a961e512ee69, 0x7b4aae4ca0d9dfcdbb26d5f17b0ea9bd7ba2cc543a9aa5a3c2e3871e0f9d4208, '', 0, '?'),
(0x3e75b8eb99cab8852106344e32dac312, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff', 1, 0x00000000000000000000000000000000, 0xdb2cca3b4c8a27b31607b4646565b49f, 0xb619142b47fb547d15e46d292addcc5b92b5d3631f35bd5add4e2d7611193eb4, '', 0, '?'),
(0xc0c6cefbfa6dba01d07bb740af6d12df, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff', 1, 0x00000000000000000000000000000000, 0x186f4c46ca9234e5bc05d569ee0e2d2d, 0xc187a6436323315fbb9c7ccb1db75a201120bf8831188097c9bedcd5cf5978ed, '', 0, '?'),
(0xd395cbfd819604c20aa7ae0c74ca3014, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff', 1, 0x00000000000000000000000000000000, 0x6d7047ccd1d76142fe9a4e583e9cf328, 0x25c12d2acea836469ec869ba0d1657cfb9894dd7bdac5749b185863a8f76fd44, '', 0, '?'),
(0x83d0b82b3a33e8586e4e88746578f658, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff', 1, 0x00000000000000000000000000000000, 0xa5d401f5ecd87b57fc3705683e97adaf, 0x8409326d98e87787f3338d297a57670b91de767b410302668ae001487560436f, '', 0, '?'),
(0x473a5ab903d75d59217449afafa1dc22, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff', 1, 0x00000000000000000000000000000000, 0xda6a4937389f7b92b71c06720bc950ad, 0x556b85fae606b486bff45a1c4d073d4f4577a844b2948a7787e8207c1d49bc3b, '', 0, '?'),
(0xba5d4b1c7bccd9af07bce660d87bbf2c, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff', 1, 0x00000000000000000000000000000000, 0x2b45d2594815cded8f3c59504b3db053, 0xdb8bfc1f26f23a5ec1fdb147bfcdd72642888c840b32c3504387bf7ef7aff285, '', 0, '?'),
(0x7077e1d251841e4619e963d9dfa0622a, 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff', 1, 0x00000000000000000000000000000000, 0x4024c67147b9326b35070824a1867a94, 0xd686462a60dd27eaab4f2074b57269523aed6a30e1f392571a963da86a808b05, '', 0, '?'),
(0x8bf384559e5d52b29adb102959a5cb6d, 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff', 1, 0x00000000000000000000000000000000, 0x6efb6aaec0b9f430f6a3e21cfbe39b39, 0x15bc861af0d2a808320cc123b08516733ad5d0a00a0109097683f9c3982b6cb4, '', 0, '?'),
(0x343b600cdfaf7a8e3f09c57bc79e4001, 'wp-content/plugins/wordfence/images/2fa-whole.svg', 1, 0x00000000000000000000000000000000, 0xfcd168c2bbf1dfdec412241a506658b2, 0xf7c6aac99dd8d31fe57fcb555b5a7eb7cf5ed864148f2708e058e8d9aed6cadb, '', 0, '?'),
(0xda3210e08e362ccc9e7c6b65874c0a73, 'wp-content/plugins/wordfence/images/2fa1.svg', 1, 0x00000000000000000000000000000000, 0x2f29dd1c685c2068a80c1047e6af38fc, 0x1c43d925f13085067a296620fdb6b19040ce743ef58ac9b67b5488d938b76f8b, '', 0, '?'),
(0xd84a3d5227ffac02df745ef49f7dfa0a, 'wp-content/plugins/wordfence/images/2fa2.svg', 1, 0x00000000000000000000000000000000, 0xe4be191fdc07ee8ad40e06fb00bf9448, 0x6eb870f58cca85b9a8fc47ca13bf30d5364b0b1171c14a5d8ceebec304be4afb, '', 0, '?'),
(0xe6a798baee37dd5ef4bb1362b30822b3, 'wp-content/plugins/wordfence/images/back_disabled.jpg', 1, 0x00000000000000000000000000000000, 0x68d901c2d467d8faef69eee30406863e, 0x8ee48f9b084ef337d367ce8bc43fec4662217d84adddbfb0dd43a803ade9b387, '', 0, '?'),
(0xebc8c4d7ae46eeea70de73a5d834a311, 'wp-content/plugins/wordfence/images/back_enabled.jpg', 1, 0x00000000000000000000000000000000, 0xa1a1f1f85d07c8f77fa394d248038ec3, 0x14b9beb639ed87a52952b524707823af108f71208efeb0a398c77b234cf84fba, '', 0, '?'),
(0x88a9b40f08f76eef0af500dc812d6911, 'wp-content/plugins/wordfence/images/blocking.svg', 1, 0x00000000000000000000000000000000, 0x07a31618272d489566978c980f3c0b31, 0x4111358459398eaee000b6f34fc47471e4d0964c5c1fba7d05cb61bdd426e2b4, '', 0, '?'),
(0x5e79473dda9c4667073b330591c3a1a9, 'wp-content/plugins/wordfence/images/button-grad-grey.png', 1, 0x00000000000000000000000000000000, 0x95c45243ec1d1cbfca547908d5fd3fde, 0x44defa80c3c108d648d97eb592b49d057f1fcfa8a250ba5fe1a77b8d21cad702, '', 0, '?'),
(0x4e379741e4b400c26e6e56bed69117ed, 'wp-content/plugins/wordfence/images/checkbox.png', 1, 0x00000000000000000000000000000000, 0x22b30ec8470dfb18367cf48898801527, 0x90f082797e6077286ad77e01de3deba4bc26b7fdddb48adfec51113e605ede78, '', 0, '?'),
(0x6fe4d9c008dff9598ac6da8594cc58bc, 'wp-content/plugins/wordfence/images/flags.png', 1, 0x00000000000000000000000000000000, 0x5737cc2003828c28d0cbbf21ad1a37d4, 0x427808f630254c79b53690f805fa05211e97f3585c7a2f3ca06eb2363d1a57c4, '', 0, '?'),
(0x2ea645c71d5b4af5cf6c039e781ddfe3, 'wp-content/plugins/wordfence/images/forward_disabled.jpg', 1, 0x00000000000000000000000000000000, 0x4d5fdad65a3fda4e29bad28aea3adc35, 0x9bae802fdf3c3e4f26df1d06c8950e1715034a521c1fdd8765c47d9a28bb9b6d, '', 0, '?'),
(0x98006814ee94114b669511018d00f0f8, 'wp-content/plugins/wordfence/images/forward_enabled.jpg', 1, 0x00000000000000000000000000000000, 0x55002f336534651399cfd70b8308def6, 0x30bcb451377f3031163897deaa392d967a39d8bd71f0d3145372c492d350f5d3, '', 0, '?'),
(0x15fbf7dee7aa92b775a3a10d5a4a572b, 'wp-content/plugins/wordfence/images/help.png', 1, 0x00000000000000000000000000000000, 0x244ec7fc3b27fd874dcfcff9f2205901, 0x96efe91ab23700d9e9a472c2802f69a3d27a3b6b692c9b3d4c9b5abf67998d99, '', 0, '?'),
(0xd998dd2250b4dc9ef7c62c83171ca9d8, 'wp-content/plugins/wordfence/images/icons/ajax24.gif', 1, 0x00000000000000000000000000000000, 0x4b3afb84b2b71ef56df09997a350bd04, 0x6a2ae4658ef308a9f5646f0658a47ea737c2eb2680b2824efc39c97c4c9d95c7, '', 0, '?'),
(0x278b16fcbb9e20986fc8138dcd539d8a, 'wp-content/plugins/wordfence/images/icons/ajax3.gif', 1, 0x00000000000000000000000000000000, 0x6d1877dfdfb474ea8d93270aa4f1ed73, 0x9c641c7ac9ea0aba79014ba3c6aea8e89227235dd27809564a52f8a82e3d063a, '', 0, '?'),
(0xa1ea79ee1326619241a037c25d0e446d, 'wp-content/plugins/wordfence/images/icons/ajaxRed16.gif', 1, 0x00000000000000000000000000000000, 0xb4cfe025babba9420a670fa03285893b, 0x14442c85411c141da34ac0edc083bb6c4f0853827f1c70a265d887a326aadac6, '', 0, '?'),
(0xbb06d202c934fe991cf589f93d8eb811, 'wp-content/plugins/wordfence/images/icons/ajaxScan.gif', 1, 0x00000000000000000000000000000000, 0x91ca96b4d1b4adf77e66fa0efa9e69c1, 0x8fdfa97f1630bcd48df211a3d5d1a6aec6bb480a0f891b958e0f8bc0c2a13bc2, '', 0, '?'),
(0x6a26ba563199acae36139334aaafebe2, 'wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif', 1, 0x00000000000000000000000000000000, 0xbe1cede97289c13920048f238fd37b85, 0xefbeb1cfdc6e97d1bfb930637e4efcff72e6f14175f3677e16ce948fcee04914, '', 0, '?'),
(0x28782a4aa0fb852c854cc39b6ee73c4b, 'wp-content/plugins/wordfence/images/icons/arrow_refresh.png', 1, 0x00000000000000000000000000000000, 0x6b95778460f660aa7c08f47d244780a7, 0x75a42f322f9dbc8cbb4091489e5f490e6c689599f315b82f8f0861553a14ab09, '', 0, '?'),
(0x365b66c039b83f869307171812205fc7, 'wp-content/plugins/wordfence/images/icons/bullet_yellow.png', 1, 0x00000000000000000000000000000000, 0x4a26fbded3c98c8afd0feceed494513c, 0x31b5fab14e1edf97f7b992fad78d3f2a8069d7c3ad210e46fd4d1c70e8395e2e, '', 0, '?'),
(0x5da5a4ca2a85a48f0c85ff038f4a0b96, 'wp-content/plugins/wordfence/images/icons/email_go.png', 1, 0x00000000000000000000000000000000, 0xbaaa6accd945fcb4480b29ab2e15bded, 0xf7bd2620f47143315155b45f2e4fd8ee0433bfc2cbf2312126d0e797dbb4aafb, '', 0, '?'),
(0xa0b88b08876025fa927bcdfcd22b9bf3, 'wp-content/plugins/wordfence/images/icons/error128.png', 1, 0x00000000000000000000000000000000, 0xc93ade152513130e37f721c1b4042ed1, 0x7b68002c8e195df37af16b931556ee7bd297a2366e7f470ac003789aa97339ea, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x7aa235b72a1a41445a436bace16aae92, 'wp-content/plugins/wordfence/images/icons/magnifier.png', 1, 0x00000000000000000000000000000000, 0xa81fa78d754fae7b3a71026356e3ee27, 0x0e99206174bfbf769dba6451c3eba83028ec496aaec696904fa7a2152465282a, '', 0, '?'),
(0xafcea17ed7df93fe3afde8e0c2f8656f, 'wp-content/plugins/wordfence/images/icons/tick128.png', 1, 0x00000000000000000000000000000000, 0xe5c49f8bf86319b7680b3422e8dd10ab, 0xd6d2fbb2e70c5693f87d5820657e47145b43a9e5b386b6e335169bb2a58ab1ef, '', 0, '?'),
(0xff3b0860ba2472e79fcbd124b39ea63d, 'wp-content/plugins/wordfence/images/icons/warning128.png', 1, 0x00000000000000000000000000000000, 0x70cf47c01949d7742af693c6ca4e703d, 0xf9b9e4de2a10932f82d81f1fe404c8be739bf874e841fe88b8d27f7d2e62275c, '', 0, '?'),
(0x7503ea36eac834457ef1f83af01b12ef, 'wp-content/plugins/wordfence/images/icons/working-indicator.gif', 1, 0x00000000000000000000000000000000, 0xbfab9ce9564691a0eb7b4e0910fe2747, 0x846658baee525a827c3a1b4f8562a0c73d1766ea5b7918dfdb7f0be135207e09, '', 0, '?'),
(0xaa58e0e1401bc1d425bd310c4384c169, 'wp-content/plugins/wordfence/images/lightbox-controls.png', 1, 0x00000000000000000000000000000000, 0x9d6d135dbc6192ac0e955c24c9048f1f, 0xc7970892683fe0efef0653e9eecd29b83a9bc1d6694002682e90a058d7679486, '', 0, '?'),
(0x83a83f08e70eacda7a36a497db61447a, 'wp-content/plugins/wordfence/images/loading.gif', 1, 0x00000000000000000000000000000000, 0x4b3afb84b2b71ef56df09997a350bd04, 0x6a2ae4658ef308a9f5646f0658a47ea737c2eb2680b2824efc39c97c4c9d95c7, '', 0, '?'),
(0xfd4b056af21818e2aa160b68ba91e8f9, 'wp-content/plugins/wordfence/images/loading_background.png', 1, 0x00000000000000000000000000000000, 0xacf427e932fb9413700a4b8b58b41eec, 0xcdce8e2558efc59646bcffe7dcf23173cf3bc01bce174ceb7a721618e792bb11, '', 0, '?'),
(0xefbe9802518cb9a97ff7b429420aeb2c, 'wp-content/plugins/wordfence/images/loading_large.gif', 1, 0x00000000000000000000000000000000, 0x8259bcae7b114f628955577ebc59cb99, 0x7038f12797f799097497cfdf3a8451df6f5d7b354731e5e8e3bb19c545bec711, '', 0, '?'),
(0x1873e299bc7b4452cc5ba56bd931fb49, 'wp-content/plugins/wordfence/images/logo.png', 1, 0x00000000000000000000000000000000, 0xb67a4689e5de80570bd50d6ce17e3617, 0x56c97b938951390fef5609b186e6fcb0b7124a0958160299718886d6da806393, '', 0, '?'),
(0xe47a5e7df984c2a46868330d9e887705, 'wp-content/plugins/wordfence/images/options.svg', 1, 0x00000000000000000000000000000000, 0xa556c9f0d1b4aec7f31707bb4103efa5, 0x443ac2106277c3235e9b8f80cf34ac42c04b4950893f08097ac06e8956cc5f19, '', 0, '?'),
(0xeb8178b044aa2eb6e1da6d7e3c19d732, 'wp-content/plugins/wordfence/images/ratelimiting.svg', 1, 0x00000000000000000000000000000000, 0x005b7f9bec4db1c99e1ea579500fb0e9, 0xf44083ea0cad0cf453c4e77927e84e2b996be942c0bf33864a21501b62c69695, '', 0, '?'),
(0xe8f287f251cb6fb5482a04b982c028ef, 'wp-content/plugins/wordfence/images/sort_asc.gif', 1, 0x00000000000000000000000000000000, 0x2cb8bb49a7c52bc6bea0eafa7f3d80fc, 0x64b943ec1b5402bee8b5da1d85ee65262c29d1b4fae04647ee1a64e39d4f4ec5, '', 0, '?'),
(0x35a137f04e09433d86db2dd8179c63c4, 'wp-content/plugins/wordfence/images/sort_asc.png', 1, 0x00000000000000000000000000000000, 0x9326ad44ae4bebdedd141e7a53c2a730, 0x4e970f51d31e2aa091545a251450bada2581eadd6adc91745a036e2f9f141d7f, '', 0, '?'),
(0xc96c589477c1f3014207f52a58a757f1, 'wp-content/plugins/wordfence/images/sort_asc_disabled.gif', 1, 0x00000000000000000000000000000000, 0x4f7fc9a7c5fecd2ad25812ffb2db3965, 0x06af76891a04fe7c352e59581c20a982f789a4181011f25a079605e9b981c5b9, '', 0, '?'),
(0x9178c35f2c5b98d40e3589891e0186aa, 'wp-content/plugins/wordfence/images/sort_asc_disabled.png', 1, 0x00000000000000000000000000000000, 0xd7dc10c78f23615d328581aebcd805eb, 0x9f8bb2fb5b386cdb59f4a2ece519636b6cfedb09998d75234b56d9c6100c896e, '', 0, '?'),
(0x3f59768e71015fea7f97ffb3dbae584f, 'wp-content/plugins/wordfence/images/sort_both.gif', 1, 0x00000000000000000000000000000000, 0xc5e1250cd942ac511678c153562e1044, 0x92a884f936c6c21322407f58db67271fe65737ffb077f4cb674a99901cdf7110, '', 0, '?'),
(0x0937acae1df8a6d718ee1de305660960, 'wp-content/plugins/wordfence/images/sort_both.png', 1, 0x00000000000000000000000000000000, 0x9a6486086d09bb38cf66a57cc559ade3, 0x7ec225eff1db898e251f8f858b0e3ef6f5fe88426cb26f8775b74929c8893767, '', 0, '?'),
(0x37c063f72e0c245021d7228cf2b99a86, 'wp-content/plugins/wordfence/images/sort_desc.gif', 1, 0x00000000000000000000000000000000, 0xa93c84aed56aff8c5fb3cb8a04529d32, 0x2a86effe2df539d42eb9fbbe48474f16362f1203ee4cc2293a9043d764c37ae3, '', 0, '?'),
(0x5a44e1b0073a2d68d0247be38d6d61cf, 'wp-content/plugins/wordfence/images/sort_desc.png', 1, 0x00000000000000000000000000000000, 0x1fc418e33fd5a687290258b23fac4e98, 0x0462c645d49ae7428a233ac228b223ee3d5f28c5041a809fda7ca08b55e623c4, '', 0, '?'),
(0x787997210ee0f8f471c129f62ecb8922, 'wp-content/plugins/wordfence/images/sort_desc_disabled.gif', 1, 0x00000000000000000000000000000000, 0xce6d8e848695cd9fca08e472d1d62039, 0x073b09d15ff659efe0b7ed748a374bdf161dd57397956d43f8de0de5e0caee6f, '', 0, '?'),
(0xfd7573db5407c2ad42e2fab5e4ac420c, 'wp-content/plugins/wordfence/images/sort_desc_disabled.png', 1, 0x00000000000000000000000000000000, 0xbda51e15154a18257b4f955a222fd66f, 0x5e2a1fc76e5ed7006d2ba68b214e6bcac98c0b130cf39f18cf2fa9bfd4af5e6b, '', 0, '?'),
(0x6f275244172d94dc0001b6b1a16f89c9, 'wp-content/plugins/wordfence/images/support.svg', 1, 0x00000000000000000000000000000000, 0xac436ce21624a38772bc93a3bc6e3c2e, 0x8eca241ee34dfba1d4aea626e6e2c328e1a99873acb5145e0916cfa22a4ec0de, '', 0, '?'),
(0xb450433cc2c2091bbacedb766ee05238, 'wp-content/plugins/wordfence/images/tools.svg', 1, 0x00000000000000000000000000000000, 0x871ef28140631549dc181118dbcbe1c5, 0xdcea5984e63ddce905e10bbeeeee52428f2915097ef2ebd70cef82dc96dd9f72, '', 0, '?'),
(0x4f2bfdaddb5b9b4942f78ec96d896d27, 'wp-content/plugins/wordfence/images/wf-central-logo.svg', 1, 0x00000000000000000000000000000000, 0x71e0080b1d1228cfc556d1a481aaeaae, 0x00117b0daadf98b24a2fd720f85e862be11ef52cceec5399d007bd8b9fe18d0f, '', 0, '?'),
(0x23ab2d67e55c4c2533ec53dd8b42230d, 'wp-content/plugins/wordfence/images/wf-horizontal.svg', 1, 0x00000000000000000000000000000000, 0x45255a886cb5b06f0439cd928c9e9dde, 0xa4b31c3009ffb7368208d3adeb49769b9ce017b5684a1410ec98ec60e4eec7d2, '', 0, '?'),
(0x46f55697c8ebf7c1b94f6425cb7c758b, 'wp-content/plugins/wordfence/images/wordfence-logo.svg', 1, 0x00000000000000000000000000000000, 0x70dce8b1d1c75dea6a2de39114f8a699, 0x389afc05bbd4da23cc84280338f8e1ff884ffb227fc7092b186822466296ec83, '', 0, '?'),
(0x4584bb28fd7a5241313b654ec7714433, 'wp-content/plugins/wordfence/index.php', 1, 0x00000000000000000000000000000000, 0x32c101e865d8c2c2aaadeb5cc6c16f67, 0x839720a98a6fabece9b9164da24a2391417c98df8ef519289edd3b0136520af0, '', 0, '?'),
(0x66b9e805160349bf91a907777260cadd, 'wp-content/plugins/wordfence/js/Chart.bundle.min.1581523568.js', 1, 0x00000000000000000000000000000000, 0xbaf1f3355d948a64eec0a0fb648066dd, 0xb9d63ec5e160159d89fabd7fb4b04e4e05ad60eb4e224ba0d39e639f6b473c3b, '', 0, '?'),
(0x1da5a3e8b472f363c2816c1c474d8892, 'wp-content/plugins/wordfence/js/admin.1581523568.js', 1, 0x00000000000000000000000000000000, 0x8c67153c085a20be75fc168871bab9dc, 0x1278dc5ba1899fb50fe163003d8ed22f17f7bd6a8701ba08e90cde76f9a9ff5b, '', 0, '?'),
(0xb5441e5b0856d8b716aae1b7fb313dad, 'wp-content/plugins/wordfence/js/admin.ajaxWatcher.1581523568.js', 1, 0x00000000000000000000000000000000, 0x434357d8fcba1a14179afe5e626544a9, 0x09c91515fb43a24aad684624441071d87ce9e2022cac3745483b99994ecacacf, '', 0, '?'),
(0x12c4d18cf4e103a674c20eb62010e286, 'wp-content/plugins/wordfence/js/admin.liveTraffic.1581523568.js', 1, 0x00000000000000000000000000000000, 0x03bd1c2fecd75b6ea4bace3175757d0f, 0xc429e493a341c098dad56439f83881b050562b4807b032cd16f935998a4a9a8b, '', 0, '?'),
(0x55f363f4002508bd142f85d816f01185, 'wp-content/plugins/wordfence/js/date.1581523568.js', 1, 0x00000000000000000000000000000000, 0x7f8cf4d56a9dbd50be4552d05faf63c0, 0x8f80420c3debe83006d51f64c6a9224289745563a8b95e1c31803e9671260bf8, '', 0, '?'),
(0xcae69e3826271282ea07517af9114172, 'wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1581523568.js', 1, 0x00000000000000000000000000000000, 0x38399d22ebee7a7af8c256762aced85d, 0xabdb8625256ced3a4ac4663cc86271e3c5509d96c2507419cbaf7ddf9d22d566, '', 0, '?'),
(0x724b22007074ac6ccf86e698952c6cd9, 'wp-content/plugins/wordfence/js/jquery.colorbox-min.1581523568.js', 1, 0x00000000000000000000000000000000, 0x5935b13de7f7cc71ee03fe29908f96c8, 0x48a6d6345c19bcf376f7e20b072f588c479bf7154b86bf9713069d3a676b106c, '', 0, '?'),
(0x1694cf84665ad742142a2b0a01c84757, 'wp-content/plugins/wordfence/js/jquery.colorbox.1581523568.js', 1, 0x00000000000000000000000000000000, 0x284f88302505368c1039f365a733e56a, 0x7b1be24cfd23ed0d989d075de0fd0a674c38502cb5fca24097ea49722c7b20c4, '', 0, '?'),
(0xb248f10dbfbe65c741a7d858c7dcb1d7, 'wp-content/plugins/wordfence/js/jquery.dataTables.min.1581523568.js', 1, 0x00000000000000000000000000000000, 0x0e123c5cc2f4201c8305cd9507b768a8, 0x76e6416f3bfcef8ca47544cc330e249b5742393505eba35f229db4f4b120b318, '', 0, '?'),
(0x826ccd9738d371ffe991c09e626106b5, 'wp-content/plugins/wordfence/js/jquery.qrcode.min.1581523568.js', 1, 0x00000000000000000000000000000000, 0x05f0b1d7d4b9b0b4975870606d650e3c, 0x7750001ed870d47a75594453de7a2857a0dfa50289ec50be33245391f6f21b91, '', 0, '?'),
(0xf2fabced93f5ac411145d79d065b510e, 'wp-content/plugins/wordfence/js/jquery.tmpl.min.1581523568.js', 1, 0x00000000000000000000000000000000, 0x805c7dc322a386178b37dab79295445a, 0xdf2e49f4481a0f841b6700f39d4821376091a367dea05af87ac88483c5be367c, '', 0, '?'),
(0x4b9f5512b91a108073c9b73af36270b5, 'wp-content/plugins/wordfence/js/jquery.tools.min.1581523568.js', 1, 0x00000000000000000000000000000000, 0xd13a0e2db7e10645d5a078a124e0b842, 0x2cb934d67e6154956c530c20816651034f0966f8d7e45405d3b5b7d63bc2dd29, '', 0, '?'),
(0x33e4266bdeb274632794afe8f8f39a34, 'wp-content/plugins/wordfence/js/knockout-3.3.0.1581523568.js', 1, 0x00000000000000000000000000000000, 0xa2d65ff1c1198342386c635ee984d207, 0x123516e94aaa3968fdf1414c67168799408260c37577ac6fa3db33c9ce00493e, '', 0, '?'),
(0x5e9d4550069a308ec8596897388e423c, 'wp-content/plugins/wordfence/js/wfdashboard.1581523568.js', 1, 0x00000000000000000000000000000000, 0xa9a3d4bdac509facb0cd60df1d7b69b9, 0x3d50af7ad772941e8a8a21e03f771ab42f6421b7bd4cd3aa12c41dea9d3121b7, '', 0, '?'),
(0xb101e808cacf15b7929680f39e34de00, 'wp-content/plugins/wordfence/js/wfdropdown.1581523568.js', 1, 0x00000000000000000000000000000000, 0x8016bdd1e1d872700bf4eef763271abe, 0xe2e09f5347839673383bae5aa221b2d7964ae18475c631b77a180e3fabbf8418, '', 0, '?'),
(0x8eb0ca40ca0e87b498f8f543f57c5535, 'wp-content/plugins/wordfence/js/wfglobal.1581523568.js', 1, 0x00000000000000000000000000000000, 0x9937e6ac91b66957b4ad35f9756c52a8, 0x24d268a764e75e53efb7f8c6a8c31de43559b0d815939290d9ada18fba61248d, '', 0, '?'),
(0x938e25d042ba57db670c160decdf950d, 'wp-content/plugins/wordfence/js/wfpopover.1581523568.js', 1, 0x00000000000000000000000000000000, 0x3be30c266dad0b41c4686c4d06505a58, 0xb004ec0c5f2e56e8a28f95ca178e5802cde334104eed695fd2fc6b3dd4e64333, '', 0, '?'),
(0xcfeb23a28e512db74cdba96f8d1853ea, 'wp-content/plugins/wordfence/js/wfselect2.min.1581523568.js', 1, 0x00000000000000000000000000000000, 0x4a9e9dbef69dfc12a521902ea1e7d769, 0x6c9e6b7d5bd9f97f5a6a41de2e211dc1f81c3d012b35a82bb41c7e71e7112031, '', 0, '?'),
(0x528eb51cfa313f99fb8859d3564474bb, 'wp-content/plugins/wordfence/lib/.htaccess', 1, 0x00000000000000000000000000000000, 0xa34522784bcaea0e7bc738f6645312b3, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0x1c9fb827fa8f4645109f419676514d76, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php', 1, 0x00000000000000000000000000000000, 0x3e0db019c3355d78564919d6278c69b5, 0x1bd5ec47acbadd85279921108d0cf3c259ae45ac33acdc503561648bba4dbeff, '', 0, '?'),
(0x790c8aad813189e22de8862f6649d7a0, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php', 1, 0x00000000000000000000000000000000, 0xcae330390d81c9986197640bb7a3f850, 0x462a154fe0d09e715eca6cd7ca677ab7828f2c493fd462ce52ef5d4bc2d6b345, '', 0, '?'),
(0xeb2d6eea242eff230b0b6725c47dddf7, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php', 1, 0x00000000000000000000000000000000, 0xe52014c24f0bd99143488cd89673ba20, 0x705898dc07e975637bf02d08e34bd78fda98a02f4f6e0f45309c9a8407294a42, '', 0, '?'),
(0x60bb6330af089ed95cf9e2eb9533e68d, 'wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php', 1, 0x00000000000000000000000000000000, 0x894fd22225c3a914be4fb2445ade046a, 0xb599a95a3f3d62ad00f3d8441ad45a91152718e3cbbf5f70b27795d1bb2c0c3a, '', 0, '?'),
(0xdb964a8f427785431198a17c7f4df476, 'wp-content/plugins/wordfence/lib/Diff.php', 1, 0x00000000000000000000000000000000, 0xa535567a59b35daa23795295db4addae, 0x59c14dc1227a2974cf96a98216d62a6389774c00a282fd91b43177246483f3fb, '', 0, '?'),
(0x1191d4b88003a2251a44e98e79f3b35a, 'wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb', 1, 0x00000000000000000000000000000000, 0x65c23a3f5ee06a044708a057452c781f, 0x418af455228f5f6957cde73f125c00b82bb7e02a1ffd7dd66156ffa62c7b9ecc, '', 0, '?'),
(0xd6cf4a1dd8fbef21ac5b5736dda7e9fd, 'wp-content/plugins/wordfence/lib/IPTraf.php', 1, 0x00000000000000000000000000000000, 0x574af86df2fbe89d4c4984c267218ef6, 0x1cfa1d30dff392ed62ee9daf4069f1f3cdc75bb825b719b4a267999219143c46, '', 0, '?'),
(0xac5e325ea3549a9d3ac86d4a87f83aad, 'wp-content/plugins/wordfence/lib/IPTrafList.php', 1, 0x00000000000000000000000000000000, 0xcfdb3c340ea70c7777dcfbd55a25d541, 0x7e8c0e1f0a8e299bc05e8aaf0aa5323010b92a2224893bdce85ada6d4f9de363, '', 0, '?'),
(0xeb61b68e02752239733f824880f8c6e5, 'wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php', 1, 0x00000000000000000000000000000000, 0x83fc2531f914730fac987f15a5c38b47, 0x45948457d9b3a63fcc34e8e88540553fac1c3089018005eb62500b1dba2be668, '', 0, '?'),
(0x4b15be8d06e4f7dfbae186621ca41c13, 'wp-content/plugins/wordfence/lib/compat.php', 1, 0x00000000000000000000000000000000, 0x3eeeb511e3f8ce7af07814948a438a7d, 0xbe191f1f4edc93bb231864d274a4422122144dd59e01ff3d3dcb40136f8213b2, '', 0, '?'),
(0x80a917f25350d33b5ec6ad1c7a90df49, 'wp-content/plugins/wordfence/lib/conntest.php', 1, 0x00000000000000000000000000000000, 0x93aa710dc68989d5282e0b41cbace9dd, 0x06e8184a266772622b2787ab4964b909311448b1844cdb57eac2f5c47265c34f, '', 0, '?'),
(0x83f766a04eca649aa9b48f814cfafe01, 'wp-content/plugins/wordfence/lib/cronview.php', 1, 0x00000000000000000000000000000000, 0xda659828aeb8d474406e1b807212a4c3, 0x030298865a079e342ce3687a3d3e4d9a7dd607472f5bcc30cf6c11f822ab694b, '', 0, '?'),
(0x1ab53b35f51c1328819e4ff24fd652ab, 'wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php', 1, 0x00000000000000000000000000000000, 0xc88eb51dff63d45095229ac183aff8d2, 0xd79644e49fb934b4a5b5de0735a1d24a8010b862b44fffc99d0b1d48ff524088, '', 0, '?'),
(0xb2f97a766f3af8b7dc1442259abaf0f5, 'wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php', 1, 0x00000000000000000000000000000000, 0x9ee0deddbb31b2e9f628776d46f2dfc2, 0x84b5e392dc42aedfdc36ebc6d53bbfb54de4d4e5039538b4a01a83bee5260114, '', 0, '?'),
(0x0dd297e872d7be8820c103b9ce0a9c1a, 'wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php', 1, 0x00000000000000000000000000000000, 0x158821509f79897438ed84ba50367187, 0xf56b775129b8f927b0e54a7efe4d8545730872b48558ea595fe5e3c0b8476621, '', 0, '?'),
(0xbadf24e1846f93ac31d60f54b3325d6c, 'wp-content/plugins/wordfence/lib/dashboard/widget_countries.php', 1, 0x00000000000000000000000000000000, 0xfa0bcc0d6d95136ec45a42e2ce20bca5, 0xe4dd83455a123ff677c896de18cd9681731221bd37f4e3a0dd63c74ad0378630, '', 0, '?'),
(0x5773e5e7067b4ece685097729ae3bcb1, 'wp-content/plugins/wordfence/lib/dashboard/widget_ips.php', 1, 0x00000000000000000000000000000000, 0x191a63510ac56264d71f37ed2c5a0c65, 0x1f5ab5c04cdb03290c8931eefd9ba80e2d7cc359287c402e4ec55f81cf8b9675, '', 0, '?'),
(0x0865d89ff776a48b14e3e7acaa8b456a, 'wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php', 1, 0x00000000000000000000000000000000, 0x86d5d82f945d4c2f4762e8a9eb99fd3b, 0x24790d0a70c875a0e4203f411eff3808e9f510dcff4bce999fdc548763845661, '', 0, '?'),
(0x089f13fa834ce2d42e8f0ade01773b5b, 'wp-content/plugins/wordfence/lib/dashboard/widget_logins.php', 1, 0x00000000000000000000000000000000, 0x671c96f1d5ec230614edfbbb405873c2, 0x97c4aa4e32ef88171c39a1eb57b54457b01bae4f9230d1bd066d47c6ec4ee3ba, '', 0, '?'),
(0xf2753bc88c30e5719477aa9c3de0df0c, 'wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php', 1, 0x00000000000000000000000000000000, 0xd4b6774bbbb5e0b57f3ee17ebdf10d67, 0x23b7191587e84eea8c757d57e9fde64c21b05c5a20859438b210f0003b6b7bcf, '', 0, '?'),
(0x6b3684fea02ae2dcdf489c098c75d9a1, 'wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php', 1, 0x00000000000000000000000000000000, 0xb2352467bdd89fb50ff4e0fc5fb3f620, 0xf6873597333d91c278ab914c82e1dc91136d3f895a9710393750082eb7161006, '', 0, '?'),
(0x05f5efb4e2b75c5ebc732ce87a281918, 'wp-content/plugins/wordfence/lib/dashboard/widget_tdf.php', 1, 0x00000000000000000000000000000000, 0x32b2cfdd08bdad1827b3705b55618748, 0xb7cc3fe2047d04118aa08a6d0c817744870511716e8aec023252179086805cb8, '', 0, '?'),
(0xfbccc3f63652692a358ef0c1c414c3a6, 'wp-content/plugins/wordfence/lib/dbview.php', 1, 0x00000000000000000000000000000000, 0x8fc68da4f1ddb53111ade88b996e7a6b, 0x8b44eac04f68944201f03b34aa55a616376f2f67acf63869bac00cc0d92bccb7, '', 0, '?'),
(0xcd29c4c503e4f2009f65875fd4353dab, 'wp-content/plugins/wordfence/lib/diffResult.php', 1, 0x00000000000000000000000000000000, 0x30e7f5b115150b83774a97c7d3116eb3, 0x5f19d1e05ead8f3eeeecb2384ccb1bb9f3c0a55ce1ea9b1f82f284867b50e6d3, '', 0, '?'),
(0x230a1cc1f42f86db505a177e6884cef8, 'wp-content/plugins/wordfence/lib/email_genericAlert.php', 1, 0x00000000000000000000000000000000, 0x84059dde4c7f29a0f326e1eb828628f8, 0xc66a7b620ee9584e238e8f04ba52f435b39eb6f184a25bd1fdd78d6d1d9eb404, '', 0, '?'),
(0x139bbba0c60fed4665b1093504375be9, 'wp-content/plugins/wordfence/lib/email_newIssues.php', 1, 0x00000000000000000000000000000000, 0xab262801b52fe17877e0d058cea897a3, 0xae25a0f03a227c6a2157f572052c94a38cbc462f194b191cf9b79cee167e78cb, '', 0, '?'),
(0xd7e45ecb75a9ade2cb7d9d47bbd41514, 'wp-content/plugins/wordfence/lib/email_unlockRequest.php', 1, 0x00000000000000000000000000000000, 0x1d18a796127bc93cfe1ef2ff3214df6d, 0x52aca301fbd6d9ff7012e0eb4d03bd183e6417f42a8a129c8fa19ceb10811b98, '', 0, '?'),
(0x6500c0cdfd9e68f34c89fa89d189b8e7, 'wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php', 1, 0x00000000000000000000000000000000, 0xbc237db45fb42a6d44c39763767f8a57, 0x079d6d892447fdf32b35395445fb780237427bcaec952fc4e02c75eed637ad0c, '', 0, '?'),
(0x14ef2a512e09d62d63de25ce10114416, 'wp-content/plugins/wordfence/lib/flags.php', 1, 0x00000000000000000000000000000000, 0x15f61b69efcb63d2e7a3adb59263f02d, 0x38b659b8d6434fe5d7f89930f76a7ba11a78a4a41244f2c496bf149278aa4fa7, '', 0, '?'),
(0x24e407ce2d237160d06c81245784db89, 'wp-content/plugins/wordfence/lib/live_activity.php', 1, 0x00000000000000000000000000000000, 0x320f173e281602825d2f40ea8f9e6688, 0xfd5110d5a8a513fafa5714607ef3abe74ec75f77a9cf0705494424f14a0233b8, '', 0, '?'),
(0xf264ed54016fc8668bf6d2b7dc621853, 'wp-content/plugins/wordfence/lib/menu_dashboard.php', 1, 0x00000000000000000000000000000000, 0x721e16bae8cd9dfac3ddad868dc9358f, 0xb3acb6fdf8b3e86f63406520e1a4b619d8f60f8fef6710e1c81a03b8dadb566a, '', 0, '?'),
(0xde92b63f49f1cea96925fafd67c679c1, 'wp-content/plugins/wordfence/lib/menu_dashboard_options.php', 1, 0x00000000000000000000000000000000, 0x6ac77e14c26913808d27e5bb5a3feeca, 0x013d017882a73d29b65af675f286a459199cedc422c54646d432fc5dfef004cd, '', 0, '?'),
(0xae1257ab87b57f50e697835e71f07980, 'wp-content/plugins/wordfence/lib/menu_firewall.php', 1, 0x00000000000000000000000000000000, 0x6de68ceb325f4d0b6afd19c2dd56f503, 0x22211eb5030f62c40f58c8899e7233b8ce4fe31eef0f6584eb7b307fa398b016, '', 0, '?'),
(0x16339564fda483e2796ae4e9dfcef356, 'wp-content/plugins/wordfence/lib/menu_firewall_blocking.php', 1, 0x00000000000000000000000000000000, 0xe95b3ffb1ebbe77f203fa2ac138797dd, 0x0196627d5354bd0c1de5d1068e1bcc62637697ca848fc18bb8d3f6822fc37bd2, '', 0, '?'),
(0xcdb613946aca83e0b0b118fdffb72da6, 'wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php', 1, 0x00000000000000000000000000000000, 0xc5fe06ecfbbf68f6e33b42fe1592443a, 0x1a838dd5d2ecb9f84082b1dd5cab9bc9940d71422c434bcf8477e52ead171e7a, '', 0, '?'),
(0x3663c06286a36b6bb7d66933b940fa48, 'wp-content/plugins/wordfence/lib/menu_firewall_waf.php', 1, 0x00000000000000000000000000000000, 0x6528232028ad7be9e7a7a13cb6bc2873, 0x253df66fca56d1c9426b1243b1aa25bfbc497288a6280e7faa95de023f636543, '', 0, '?'),
(0x30d064dba65a50c9f832f11ebe6feb88, 'wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php', 1, 0x00000000000000000000000000000000, 0xddfc75d8cb6107c07e0608c876c0dd08, 0xcbf92f5b2bf017a22129bce366bf04e068820466c4b3e958c04638b9aa2f4837, '', 0, '?'),
(0xba574ded8acb7b68a916f8dac0289d9e, 'wp-content/plugins/wordfence/lib/menu_options.php', 1, 0x00000000000000000000000000000000, 0x24b75368a10c44b6ff4d2d36833271a2, 0x681a4661018ab13e84debbaa987b5f9fc5f42bd542a02d1e95a4054f19402017, '', 0, '?'),
(0x7aa88b8fdf3820104cf27b9fd3f57105, 'wp-content/plugins/wordfence/lib/menu_scanner.php', 1, 0x00000000000000000000000000000000, 0xf5ddbbe779afb1be7aea06ed087c90ac, 0x2d75ddbcda3ebeccba6e7e75827426efd2d029460626c73b71b3664a6b53bc4f, '', 0, '?'),
(0x9f497c9b4b16390c7fd528d47b73f558, 'wp-content/plugins/wordfence/lib/menu_scanner_credentials.php', 1, 0x00000000000000000000000000000000, 0x66d1668c89883aa9e3d426f42cea5b95, 0x42261224713eec50e90af2cfbe7a8f26c847c03cf936c7b40419bc033a1cb28e, '', 0, '?'),
(0x4fe5ebcf11cce54849214b0621305bda, 'wp-content/plugins/wordfence/lib/menu_scanner_options.php', 1, 0x00000000000000000000000000000000, 0xf6aa3b201f39ce00996221e40ba01551, 0xdf4026dd4f1a71525fef77aaabf22952c7906c14904cf8607708d2afa5f9692c, '', 0, '?'),
(0x2d6adea7ab209aa0cde612a67e687962, 'wp-content/plugins/wordfence/lib/menu_support.php', 1, 0x00000000000000000000000000000000, 0xb07979308c274fc966818d78323bf544, 0xf9d11c2e468921788903822c709f858d09c0975b27bb45881e1accbb19c42ca3, '', 0, '?'),
(0x9d7f6ff76af98b13c905bb79e61da956, 'wp-content/plugins/wordfence/lib/menu_tools.php', 1, 0x00000000000000000000000000000000, 0x67d48c17e9709950b049675b3d9b10ec, 0x9b56b2c911fb211df38f82de9f87b5c69a5f7ad53d957cc0796158f7c88f11a0, '', 0, '?'),
(0x21a7232373773a0d1d482ab224717ff4, 'wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php', 1, 0x00000000000000000000000000000000, 0x37b1fc3cd5838015a0ca9f390a014b07, 0xe3ebd1919a0cbefc53a1bef0766da5fb909f1caac08c0128b636560aab6ca676, '', 0, '?'),
(0x21ebf954dba69cedd6ee096cc249980a, 'wp-content/plugins/wordfence/lib/menu_tools_importExport.php', 1, 0x00000000000000000000000000000000, 0x245e6ba1eb1218ad3ecac65419b67ccc, 0x93a6ae84c505b59405c213836b8383af5ef858520e312c951820f9633ddd5ca1, '', 0, '?'),
(0x554910825f95d1cbea596dabe7d1135f, 'wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php', 1, 0x00000000000000000000000000000000, 0x9b4271b07179c8d0cc80e4a2978a36c4, 0xd06706eebf20a026c36370202db26a707374dac9f763e292babcae73b8897f49, '', 0, '?'),
(0x40d84cbdd6dfaf37bbd9ad6bd9824519, 'wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php', 1, 0x00000000000000000000000000000000, 0x6a6c462b99bc3e5402ad6d2f61767e33, 0x5a81d3df66f7a56b25a8eb79fb2cefd13fcd5343f8553dcee96c1168d195e61e, '', 0, '?'),
(0x43fad8735ca70af296e0da738ed5276d, 'wp-content/plugins/wordfence/lib/menu_tools_whois.php', 1, 0x00000000000000000000000000000000, 0xf8004a4d285d83eaf0a7b91a073777c2, 0x5b3a51dd9471c6462f71b006473b4e97404ba4857130381dc7cea44fca605bc8, '', 0, '?'),
(0x3722bff3aee5a6bf57960d8ac4d1bdcd, 'wp-content/plugins/wordfence/lib/menu_wordfence_central.php', 1, 0x00000000000000000000000000000000, 0x6ed586de4b0e764ff8d49c27bcbbd500, 0xfdb80311e2ef5e7b41e88d972e46b3cbd8aef2fd8fb322d56da4b6293ee7d054, '', 0, '?'),
(0x40bfc8afeece12264ff16f9c011687ee, 'wp-content/plugins/wordfence/lib/noc1.key', 1, 0x00000000000000000000000000000000, 0x3965a46200e6c618504f0b8ac1be8594, 0x5fcb7591f6e16aebc7fd9082c603fa50fefe2d1c4b4f4183dcab9c12a6dbd6d3, '', 0, '?'),
(0x6bc293bb9b552f915edeee08de11f020, 'wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php', 1, 0x00000000000000000000000000000000, 0x643a9ac7bde3a1098158cca99754c449, 0x9349538bf03a33ccf92b0bcca22469fcf75fff9ef069a3a08f890c663a9441c0, '', 0, '?'),
(0xde11481343fd99b6e212f4d029aa43cd, 'wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php', 1, 0x00000000000000000000000000000000, 0xfcea79ebda4bc1e60a13c8758840d078, 0x41ddb6badd813b5f7c73cfc8a434cdd45fd7297ab5614bc751be451f6521a9ba, '', 0, '?'),
(0x9ea3659d2da8d252c88994aef94c3ad1, 'wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php', 1, 0x00000000000000000000000000000000, 0x2d6eb728d69f01d6e6353e20612e279d, 0xfa13ca6abf5ecff1b0d821ccc3fd1203b0bf7966e9d3b30c756377ed578acd78, '', 0, '?'),
(0xba8a692f128a704574f0b50addf76cf8, 'wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php', 1, 0x00000000000000000000000000000000, 0x0ef6ec9ae6356f51c134a12964c85417, 0xbe4493f87433761a25b3ed6a6c859a6625861b1efd4f299bfd8526160f26314c, '', 0, '?'),
(0xa3dc0346a6b2998d987b0f90ecb4fd41, 'wp-content/plugins/wordfence/lib/sysinfo.php', 1, 0x00000000000000000000000000000000, 0xdb8def51ea85b3f9c2f69d39d311ddfc, 0x1c0821f34423442230d67ae8741536f0db7f491048d4865cdedcc030cc881a64, '', 0, '?'),
(0xff87b7d64d7e0404eb5e78f9bc3b87f0, 'wp-content/plugins/wordfence/lib/unknownFiles.php', 1, 0x00000000000000000000000000000000, 0x6ef6e813bde29c9a6f222a9c20a71262, 0x70dd7d278f35cbce08485a25bf5b2ae5c73a5e955e03b1aeb8feace582fed569, '', 0, '?'),
(0x4c52023751bce416546f08477cc41e7b, 'wp-content/plugins/wordfence/lib/viewFullActivityLog.php', 1, 0x00000000000000000000000000000000, 0x406c4dffd5331e4a748f4f4605bc0540, 0x5be983c560bf845c89c170c7a3c7f3ca54f1623e3db3eec75069e076124f05f6, '', 0, '?'),
(0xc1d9b50a68b6cd4a78b56476cfd4835d, 'wp-content/plugins/wordfence/lib/wf503.php', 1, 0x00000000000000000000000000000000, 0x45a908884717e7c5af4c195bd7186fe4, 0x6c67a0ae9a8e5f69e79d1fc48bc81d721290dac15906c904b43288f0e30c6402, '', 0, '?'),
(0xbee132185d6871753ade543645d155b6, 'wp-content/plugins/wordfence/lib/wfAPI.php', 1, 0x00000000000000000000000000000000, 0x43781895337640bb885124296716d70d, 0x6b4268e9e61b6c25cddc9f08821b47c4ff613d522005198440a5ce9ef47b9aa7, '', 0, '?'),
(0xc98638a8c2d6c070c5bbd1b5020756fd, 'wp-content/plugins/wordfence/lib/wfActivityReport.php', 1, 0x00000000000000000000000000000000, 0x86063e095b07d5ffca1ae1b78eb27834, 0x072b7c1a23142a4e9c11ceb88df6b9b9af42c2fcb5c14e19445d7ff8d27c00c3, '', 0, '?'),
(0x7a6fb886dcb21319887ea1137fe18862, 'wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php', 1, 0x00000000000000000000000000000000, 0x9490874b0d1c7f1134582ec7f91e9099, 0x6c85aa76cd6cd9095d28efe6da57b13707eb0e8490a02b13979730a8062dbe99, '', 0, '?'),
(0x4e69c57e09d5608f16f8e0ae0357b045, 'wp-content/plugins/wordfence/lib/wfAlerts.php', 1, 0x00000000000000000000000000000000, 0x5dafcd13352b36c42e5a4db090802ea6, 0x9937c99f99f8c353c40559f2505709b84fb058787915022a69eef8f565934859, '', 0, '?'),
(0xdede8b19b3ad94310446f3f8ebdb6193, 'wp-content/plugins/wordfence/lib/wfArray.php', 1, 0x00000000000000000000000000000000, 0xf227466261db86c4e28291c131caa42f, 0x9b9c036e3271b5ab384487dd2d834152d93eba787159167198bbac24c120d188, '', 0, '?'),
(0x1cea2d3d5115b04377e0746e4ce0a123, 'wp-content/plugins/wordfence/lib/wfBrowscap.php', 1, 0x00000000000000000000000000000000, 0xbebe0d17cc652eecdd16eff4f162f3c2, 0x8f487a9f6eb4f211f54fd723a42ffa7484c99a22af818855208e8dd241bf698c, '', 0, '?'),
(0xab17d0e8125890920fb0d8024aa0fc70, 'wp-content/plugins/wordfence/lib/wfBrowscapCache.php', 1, 0x00000000000000000000000000000000, 0x115408c190ebcf51d7780f14876a8219, 0x15d00883ae9eeb1d3159849d84f5549a8ad088d571f3a45736dd8b998fd56809, '', 0, '?'),
(0xe4ea1fbf31fe5dc34d7cae4b1dd4465a, 'wp-content/plugins/wordfence/lib/wfBulkCountries.php', 1, 0x00000000000000000000000000000000, 0x39091c2b4f79d5ae8575724ff333ee0a, 0x582619156f3127ecbb6367fceeb66d6cfba2795312d1cad2dd7489baaabec10d, '', 0, '?'),
(0x1090b89cd2912de8ccf48a0d8a7b2cef, 'wp-content/plugins/wordfence/lib/wfCache.php', 1, 0x00000000000000000000000000000000, 0x3720c6bf9ec47f94c473ee7989df0f16, 0x7ced751b4950f5776835da8e0f2e6d222a6e5ffbac2039cc1198adbc4af050ce, '', 0, '?'),
(0xb793684a96b444d2e3b09747a520f66e, 'wp-content/plugins/wordfence/lib/wfCentralAPI.php', 1, 0x00000000000000000000000000000000, 0xc48389afb203615c1280f0c746af05f8, 0xeae321d0298a2d352578cc693dbab4ad8b46a4249cb0eec10f3037c37ecb120a, '', 0, '?'),
(0x5a34063c6e3f7f6598f11308b2198d8f, 'wp-content/plugins/wordfence/lib/wfConfig.php', 1, 0x00000000000000000000000000000000, 0xabe32739a9d1d7589c5957e2f7103417, 0xd3c140dbc198b567833bcd9a5c0e6fc68c57ee37919b0af57f42beb89748f922, '', 0, '?'),
(0x38c39b5a459151247d185550f654a3e0, 'wp-content/plugins/wordfence/lib/wfCrawl.php', 1, 0x00000000000000000000000000000000, 0x8c31cce99387aedc997e16d20b0dfc6d, 0x2526b9e3398b090f2f44f75847fbd89ed8df8783e255e4bbefe281ea10800434, '', 0, '?'),
(0xb01d058db6daa5b15e69e724e2fde526, 'wp-content/plugins/wordfence/lib/wfCredentialsController.php', 1, 0x00000000000000000000000000000000, 0xee5aa0cb0088b09404aed5ab0e77368e, 0x37af3681a561799da835943f7d10252e5ddac7fbebc2d89e75cf14ab8153bc13, '', 0, '?'),
(0xd878bcf8ceb2d0a6ace0a841098a3cea, 'wp-content/plugins/wordfence/lib/wfCrypt.php', 1, 0x00000000000000000000000000000000, 0x43f85260a89cbee919c47f1c397c8b65, 0x55a0cd8a9f1c739bf4647302d5393be4b0c043bf4f1bf48616fb16f2c8a48940, '', 0, '?'),
(0xd94ae01cef9a5e1a37fc957547966b2b, 'wp-content/plugins/wordfence/lib/wfDB.php', 1, 0x00000000000000000000000000000000, 0x50ad5f3c868ba42d31e95f5f49ac8875, 0xe187250764af1dac02a5be0c64a8dd5f8500311804405459912492d0e4d04119, '', 0, '?'),
(0x690c818aedc76b6d4378fecab7cbf2f9, 'wp-content/plugins/wordfence/lib/wfDashboard.php', 1, 0x00000000000000000000000000000000, 0x19af8526b20f34cb012ef804e8d5ec18, 0x55a0a5304000f7b8d5fac3e327b4d032cb3194f66b5ecd854569d5d42ea1a745, '', 0, '?'),
(0x377291a775468ff198b1191d16404a2c, 'wp-content/plugins/wordfence/lib/wfDateLocalization.php', 1, 0x00000000000000000000000000000000, 0xeb34844b5f4afa32436d63cdadc774dd, 0x448d831d6a79ee161cba082cc44c77de61e4203c5586deda20fcfb17b2f51b53, '', 0, '?'),
(0x6c39e97fb93daffc68c72c3ed9c3e726, 'wp-content/plugins/wordfence/lib/wfDiagnostic.php', 1, 0x00000000000000000000000000000000, 0x009816bab601f7a0846eb1e833defeab, 0x60890318ebe24d54e819cb524ca26ceba1c926110f0129685a97fd952f25f893, '', 0, '?'),
(0xf546a4eb1ac193e71eae43fcec31ae50, 'wp-content/plugins/wordfence/lib/wfDict.php', 1, 0x00000000000000000000000000000000, 0x79df204c07fceaef5a216245b1d46cda, 0x1c1181f314b5ca2e047b18304a65fa14c27bd7352dc6f2ec0b7e5b549a24c49e, '', 0, '?'),
(0xbaedcc4130668efd6660c2204bc7817d, 'wp-content/plugins/wordfence/lib/wfDirectoryIterator.php', 1, 0x00000000000000000000000000000000, 0x0a2b035a2f5f90ac1a78759de612760f, 0xa2c87591fafc3b1349569795615baf7ee3b5adfe545a5c0b5ee079134a9dac6a, '', 0, '?'),
(0x71be863540a32a3df52610b4e65c58e1, 'wp-content/plugins/wordfence/lib/wfHelperBin.php', 1, 0x00000000000000000000000000000000, 0x3befd72117b7c88dcbc93451d5de5823, 0x921b97d5b9252df81f165eea857183e25514ca71e01b4de9d20c655993eaf08f, '', 0, '?'),
(0x50c64dee1ad649ccb88d10ddad596072, 'wp-content/plugins/wordfence/lib/wfHelperString.php', 1, 0x00000000000000000000000000000000, 0xa14f5688466144118e56de349834dcaa, 0x32b12d37f2d16e613541943efc63d6b41a4e412d95707be48a516ef3b51a9af4, '', 0, '?'),
(0x69e16becf1ad12bd43f110ed541c2cec, 'wp-content/plugins/wordfence/lib/wfIPWhitelist.php', 1, 0x00000000000000000000000000000000, 0xcf9dd6f571aba12ca18aa7d8be5ce3cb, 0x3591cc2576c4f3f5945f455b5090c7d3dd33d677fa2c3d8daf977399246246a6, '', 0, '?'),
(0x8c31c1eacfa3d7e9199da0900b497fa4, 'wp-content/plugins/wordfence/lib/wfImportExportController.php', 1, 0x00000000000000000000000000000000, 0xe348d51313c016f94d9eb62ebf8a9edc, 0x05d2c68c01ac155a16e3bd3ef3c032a885c3ac8019dfd6c93c0d73fa4a32ab2a, '', 0, '?'),
(0xd36a7313a49e7732f9ec1270aefd7153, 'wp-content/plugins/wordfence/lib/wfIssues.php', 1, 0x00000000000000000000000000000000, 0x68c5a513a450f6e26dc59ddcecc0c25c, 0x15669bf0314a387036a6d50c4aa586230b670e545537396977e38f2de1996bf4, '', 0, '?'),
(0x28b7b9db3e66300e1a675b7cbceee5a8, 'wp-content/plugins/wordfence/lib/wfJWT.php', 1, 0x00000000000000000000000000000000, 0xbb7d7b206ae54eb088f163d20f1e4bbf, 0x306d684e12607894787e1b489f4c6ae973a617feb0eb804fc7e49450cd19c52c, '', 0, '?'),
(0xf38ad8a05dd4669588f050f4a2860483, 'wp-content/plugins/wordfence/lib/wfLockedOut.php', 1, 0x00000000000000000000000000000000, 0x699afe3145d6eb71453c0b55e24215a6, 0xdcca6e19ab9f6d106ff8ad367d78b685393ebf2cea3ed56b075975759bc59ba7, '', 0, '?'),
(0xf2da77ce2b07222bfa24e319ac5e1cb8, 'wp-content/plugins/wordfence/lib/wfLog.php', 1, 0x00000000000000000000000000000000, 0x34fede929fbd0109114edc33f586aa47, 0xdf6fa7ddef84dfce5b470af05e952f1cf4c13b4cc5415e29be8c167f52bbac98, '', 0, '?'),
(0xa85cc7fd0168fb20529f58d53cba43ae, 'wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php', 1, 0x00000000000000000000000000000000, 0x9d9bebdf851e9777404c8be54feac152, 0xe09df0abb44546910c6aa984d772b8c48d3b73b3ecce802e663ad6e1cfa4a046, '', 0, '?'),
(0xc313773a6b4044900b699e57510e02be, 'wp-content/plugins/wordfence/lib/wfModuleController.php', 1, 0x00000000000000000000000000000000, 0xbf1fb7126f49f119c6b76b8690f96217, 0x372e1bddb0ccbf95f299dc55b684d44c163ed622cd54054d350bb15dbfda3e86, '', 0, '?'),
(0x8c0874c7b12510149812fba391b5da46, 'wp-content/plugins/wordfence/lib/wfNotification.php', 1, 0x00000000000000000000000000000000, 0x00c78d20560832e228c6c0fe64685644, 0x53d861d6e0598412edb50387fd676a2b7cadeb9120f290e14a1fb28c4d38b3aa, '', 0, '?'),
(0xe9122b9007ea7f828d33f4bb7005551f, 'wp-content/plugins/wordfence/lib/wfOnboardingController.php', 1, 0x00000000000000000000000000000000, 0x0981a72cbbdd239d940d822b011fbff8, 0x9bf7a1e893e9e2681ed45d2af7b73f59e95c0c217266794578515baeb0bd713d, '', 0, '?'),
(0xdcce541ed0bec052a79fb227efb4177b, 'wp-content/plugins/wordfence/lib/wfPersistenceController.php', 1, 0x00000000000000000000000000000000, 0xf825ebe26b05798a9d9e1f69d54d4f2a, 0xf2a2efffabeccf5828be33300d0ae5ef0a50459ecca018849b208e39e0f6aac8, '', 0, '?'),
(0x0612186d11c971506f4430e22acdd84c, 'wp-content/plugins/wordfence/lib/wfRESTAPI.php', 1, 0x00000000000000000000000000000000, 0xc45c38f7d31fc348c120856d690cfc2b, 0x2b9b872bf9c69faded1dfc30d1fbae1c06cd8262bd3dfeff18b85be39c8194b8, '', 0, '?'),
(0xefde8c742be95cf52bc65861865a551b, 'wp-content/plugins/wordfence/lib/wfScan.php', 1, 0x00000000000000000000000000000000, 0x040ba83b886ac8f2dab92561c5f860ab, 0x243ead3385aa54a8d2f50397adc4703949f2014e06a7c27f194f0a80a32493f8, '', 0, '?'),
(0xefef365887d4aa34f1e35b5f879d3d74, 'wp-content/plugins/wordfence/lib/wfScanEngine.php', 1, 0x00000000000000000000000000000000, 0xa13925ec74bc42c8b46a8a45b88806b0, 0xe5a71c8db7c08aa00aa08077b5f07059df4ff3167595a96fd171e3dd6418c191, '', 0, '?'),
(0x62ca03a5f1487a665798a085ad67779b, 'wp-content/plugins/wordfence/lib/wfSchema.php', 1, 0x00000000000000000000000000000000, 0x4f8340a3f6dd08a909ec7c85c6d94f9a, 0x67b176859eadc94b2519b7c30f6f1c695382379f2eef5df1736948b1b1323a70, '', 0, '?'),
(0xd5f54b323be63c4419a6ae87836b7562, 'wp-content/plugins/wordfence/lib/wfStyle.php', 1, 0x00000000000000000000000000000000, 0x738f86bb315fb865fe6b325292b29ec9, 0x6ac61de9a28e14b7b0c814ae5f63d7363332a41b33d68501e35d47737d0b2e0a, '', 0, '?'),
(0xe119b4f4da736b9336012fa7abd0bdba, 'wp-content/plugins/wordfence/lib/wfSupportController.php', 1, 0x00000000000000000000000000000000, 0xf0a975e488c149578ac18396d49da156, 0xfc6e0f733d0d0b01bd54a8f4eb3408ddca3eb3f2b751f0ebb8c0c17d19716c88, '', 0, '?'),
(0x9aea8a688b4c8dbcb24a48ff58230e30, 'wp-content/plugins/wordfence/lib/wfUnlockMsg.php', 1, 0x00000000000000000000000000000000, 0xc00bd1365d757df98329949ff5959e65, 0xa89debef3ac1dd25f9d1d20bf9a56f7aa1ece44ef75d09a2268b8334551cf37f, '', 0, '?'),
(0x89aa65c45cabd431e174c68bdc3c0984, 'wp-content/plugins/wordfence/lib/wfUpdateCheck.php', 1, 0x00000000000000000000000000000000, 0x341a40581667096b767b9315a7ccf074, 0xa51adeac912529ad493050b43fa04348836b40724d7a6c87ff0c95486020ca46, '', 0, '?'),
(0xa8511808340439e3f31e4c7ad3144ab5, 'wp-content/plugins/wordfence/lib/wfUtils.php', 1, 0x00000000000000000000000000000000, 0x6205b270122614e9088496de9c24dd90, 0x7798462150e9ae0ed6f9f1c0a016b3f9a58a08d29ce5bc064c744b4bac08b59e, '', 0, '?'),
(0xbd40478415ee74c765598f5c273eaf4f, 'wp-content/plugins/wordfence/lib/wfVersionCheckController.php', 1, 0x00000000000000000000000000000000, 0x7e1a79a368025b2ac8fcfa5bc7a5ebb7, 0xd1710dc77ad5b9346be4c39bc5ed3eda8ca56ae2d3279bb624fd61395db20aa2, '', 0, '?'),
(0xe565c590c2faf4fcfd6e03b7859f41db, 'wp-content/plugins/wordfence/lib/wfView.php', 1, 0x00000000000000000000000000000000, 0xe287b22ab821fc50d3277cfa16251ad8, 0xadc200b62b466fed8b4c20285c2ec3db77b5ca20ce677be203a484263acf8c48, '', 0, '?'),
(0xaacbd9767b43abc0baced2a7808e3449, 'wp-content/plugins/wordfence/lib/wfViewResult.php', 1, 0x00000000000000000000000000000000, 0x1cd939c2d6bf59434134147ce0b81870, 0x7b3330fd7044bcf6722523c3c14d7acf5f90e2cf944b7d9f416f364df88a52f6, '', 0, '?'),
(0x0fc7dda13dbdbd4e7817bc874bd4602a, 'wp-content/plugins/wordfence/lib/wordfenceClass.php', 1, 0x00000000000000000000000000000000, 0xbad458c17cbfa8f0b93e226944274790, 0x2190238ab9671c4993879bb51db47315a8aa604be0d487907a089d4094e05d2a, '', 0, '?'),
(0xc16b486de531d30ef36030d1b9af965f, 'wp-content/plugins/wordfence/lib/wordfenceConstants.php', 1, 0x00000000000000000000000000000000, 0x2f3c7f5dd17f62e72aa9e9afd6321791, 0xfc25149708e56d1c79dd47d77d0b4def89173b76938d53471f456620fae03635, '', 0, '?'),
(0x81d558f9e2cfe02d9f34a44afc5f8333, 'wp-content/plugins/wordfence/lib/wordfenceHash.php', 1, 0x00000000000000000000000000000000, 0x53c0e1731b41c4576cd4a69c9a45026d, 0xfcb4e18e9a95592fa2e47c8e0e720bd1f06f19e91ff63f0b7ae0a221176336d5, '', 0, '?'),
(0x1c7a987c2a369e19535c0235b7e3af33, 'wp-content/plugins/wordfence/lib/wordfenceScanner.php', 1, 0x00000000000000000000000000000000, 0xbc6ace4d8ccaba93c352276919c89bf3, 0xa528a58e9802a55c20b2321831bd96264ebfa5b905a398a10fa2c448c355a5f4, '', 0, '?'),
(0x68bb3cb25d9394ec4f704e4305c6b4e6, 'wp-content/plugins/wordfence/lib/wordfenceURLHoover.php', 1, 0x00000000000000000000000000000000, 0xcda0d884431ac6bd8f59c5521e253a2e, 0xd416fc26014062974a52aca325b6acee58d547a7ae928219c8c2686797843e71, '', 0, '?'),
(0x4a6c9a01c618a8319ecfe318a5eae71e, 'wp-content/plugins/wordfence/models/.htaccess', 1, 0x00000000000000000000000000000000, 0xa34522784bcaea0e7bc738f6645312b3, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0x1788602625651f469567c09c94f39464, 'wp-content/plugins/wordfence/models/block/wfBlock.php', 1, 0x00000000000000000000000000000000, 0xb2aac07aa4966e18b1f4b88e4b5fd51b, 0xa701a1d8f03759e0172e80da94fbeffbac6e0feab52182da921a6517e9efbbf6, '', 0, '?'),
(0x6ab2a6342dab4f0c20d58482ea724c0a, 'wp-content/plugins/wordfence/models/block/wfRateLimit.php', 1, 0x00000000000000000000000000000000, 0xb8c02431e244802777b3ac196d80bd83, 0x4526260ab77faf61caeef17ed9622b1aa0c4e1296ac7fede174dd3709f864d89, '', 0, '?'),
(0x9ad6949502c5df9a7928714414ab77c2, 'wp-content/plugins/wordfence/models/common/wfGeoIP2.php', 1, 0x00000000000000000000000000000000, 0xd517594a73406a8c10aaa672b46a746d, 0xc933c391d1b273c6f00d26b17a3d94f0fe8bd66473f3b9cb704a0b78c9339377, '', 0, '?'),
(0x67b65d6585d4215e858b28504b90f0cb, 'wp-content/plugins/wordfence/models/common/wfTab.php', 1, 0x00000000000000000000000000000000, 0x3206f60254d47d9a4857273c137d085c, 0x5ac2a57cff73e953cc3865958c33e88b0445d897aa24898c1fd6c6dc9c2d68e5, '', 0, '?'),
(0x58c67eca567a6c0e215f985d2f9e2d33, 'wp-content/plugins/wordfence/models/firewall/wfFirewall.php', 1, 0x00000000000000000000000000000000, 0xd3e2f932ff5cbffc66ab478add899652, 0x6234d2670becb194949146b508cfddd1d461646d29cdf844fcc83d901cd94067, '', 0, '?'),
(0xa0dec339985892beb8a255a837a57a13, 'wp-content/plugins/wordfence/models/page/wfPage.php', 1, 0x00000000000000000000000000000000, 0x748a626f20699b254881ba5877cf5876, 0x08c6853168ec8d2f6a77d53c0b5503c08f18945c996bc07125737c57ac36e9e6, '', 0, '?'),
(0x8eee1b4fdc8e2438aa874a1ca665bb82, 'wp-content/plugins/wordfence/models/scanner/wfScanner.php', 1, 0x00000000000000000000000000000000, 0x82661e28bf0a34f0e8a5faa988749466, 0x5fe694f03b0b9315c488159253ee5e97cef1c990178e05181ae8e00cbf59e3d2, '', 0, '?'),
(0x9a2c3abfeaf433c0d5b9fc4340c97e9c, 'wp-content/plugins/wordfence/modules/login-security/classes/.htaccess', 1, 0x00000000000000000000000000000000, 0x85bcd541be61b862907672f1a402071d, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0x7f40f43d7b261508c0b2db05a47dc95f, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php', 1, 0x00000000000000000000000000000000, 0x0508afaa7f6693c5b4e5159a0b11537a, 0x4c3f54605e5db33d23e37c222f96bf8bfe1a486d3a89b8baf82fc87748dae51c, '', 0, '?'),
(0xa2b4b82fcf2d95540ec7bbfa543c9753, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php', 1, 0x00000000000000000000000000000000, 0xf0802d7f870d8b755aa8453aca0985f3, 0xace8e11cbb5eb83c04111d3174973eb1c0a8d2534d135f11ef33a86b21ff24ce, '', 0, '?'),
(0x1a194fb8330846354bab3b9c402001e2, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php', 1, 0x00000000000000000000000000000000, 0xce407ff5715c837d02b1aba7975bf512, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x91408771b0cf47cd2d24a2a997ea7ce8, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php', 1, 0x00000000000000000000000000000000, 0xb1e9cbe8dd6750ca8bbed9690fd5e95b, 0xb644654ab01ac26678629c09781f2750f3abb713143a99939d03acf4c082a655, '', 0, '?'),
(0x70bbbc5c2a65eab60a0dcf88f3ebfaae, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php', 1, 0x00000000000000000000000000000000, 0xcd7aa73833d03f77cce9db02e6b1dc57, 0x0d2e6c5d5c29095af071bde9c6f51270c95d5f5ea975a89eb48e184a0aa425b2, '', 0, '?'),
(0x56ac8cedde727acd28be6e6f016c142a, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php', 1, 0x00000000000000000000000000000000, 0x59b0e1c19bd6d7b4b3073e15550bc986, 0xc652751a605c369ec3834dd01d520df685335a21437c7306a92c1edddc15507b, '', 0, '?'),
(0x53871443de11bd6931dbada06a0ce0f9, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php', 1, 0x00000000000000000000000000000000, 0xb0e770aea15c45e4d2f5be2808f7fd69, 0x34a94fb6cfd71c2b6f86632e607fc28b1e5ff680b0c955b9e33eaa38c2feed14, '', 0, '?'),
(0xb07b34b42e1184b4129294a3b5239823, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php', 1, 0x00000000000000000000000000000000, 0x0abdb5ca86f096fd7771feec46c4fa98, 0x52fc096a5bcff838d8adcdb89a57ffadaa84459c489cd0fecc85f91761a3db49, '', 0, '?'),
(0xc881b7f4c182232fee969da3009cb736, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php', 1, 0x00000000000000000000000000000000, 0x17b33415eaf1a8d3b975bf3b030650c0, 0xa86144f52ce7c7adb8ff2b76ad7f461665222bd71889158d0c0c218780c83174, '', 0, '?'),
(0x12e226fe0959d9747a28a11af801e680, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php', 1, 0x00000000000000000000000000000000, 0x6a2e5cc4302a8084d6095bb2bcce16cc, 0x66dc0e80ecff3885932721895246eb9518aed24cc2e618decb99145ed477e2d9, '', 0, '?'),
(0x48c3f8dccd43a95470285eded96cedbc, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php', 1, 0x00000000000000000000000000000000, 0xaec7fcd9a367c2f15220c833d7edfb0c, 0x7dc9e77bee0ba896638856b393227a399cdcc44e59cb381db5e2f3050e4a5705, '', 0, '?'),
(0xbfec4c1ae397c5117ca80f3d9a639989, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php', 1, 0x00000000000000000000000000000000, 0x4230f5f71b999aec6f75918dcc8c1bc2, 0x8e9c87fc372f518ce3a5e5c690d59077ff673ac41e3fa1c0237b73fef0c99ffa, '', 0, '?'),
(0x18e5855309afb614c612a167094e9664, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php', 1, 0x00000000000000000000000000000000, 0x798c8b5da1341ecc78224477035e11fa, 0x5335a1865f27e78e9a459b87539a2d31ede9574db44cb46aced2755ee3c75d63, '', 0, '?'),
(0x57781aa71254611debd8377bef1f7fcb, 'wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php', 1, 0x00000000000000000000000000000000, 0x1547d77c8080732c803d8d4b23f38bc1, 0x36b613b7d66c798436c9a669fad5160c123355a1a0eb2c92455be9b29339a389, '', 0, '?'),
(0x6f3169f04c35b893cf7a16ae24b7f537, 'wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php', 1, 0x00000000000000000000000000000000, 0xbb7531f2c85cc8c1389d8b823b236a2d, 0x508db5b2ea840e7cb16c9316125f8b83ef5a85c8337a3c4ec9a7054bfddfce13, '', 0, '?'),
(0x0ff61e257734103510f85882dfe6b39e, 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php', 1, 0x00000000000000000000000000000000, 0x74b8b00f5e4927dc5d21afb2d206b3f1, 0xf01585c7a6d66274cb1b35a18b6681b7fa18aac5f8060f63d21ebf6b64febc6d, '', 0, '?'),
(0x2eb4d737d166f37739506d40a5a6eed1, 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php', 1, 0x00000000000000000000000000000000, 0xcfcf309648e7230bff494844f1e7f394, 0xdb76986fc2561b5978843f9884e40adc1fd50a2633632d150dac38ee076da5b8, '', 0, '?'),
(0x77a740cf49a965c6dc52b266f937d9c5, 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php', 1, 0x00000000000000000000000000000000, 0x04b99b138281688c1c140452b480e0ac, 0xa7fcf63df66d48fcd52f7f12a810040a15651cdbfdeb1e43a68f33d875353882, '', 0, '?'),
(0x745b5bf63daa367537193b59ba9e54a5, 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php', 1, 0x00000000000000000000000000000000, 0x34735b95cde76c416334c166a1a8f60e, 0xc6bacc0c3eca79d72e7e794b0fbe1e5eb9292a66b490b00eb40e1191173646b7, '', 0, '?'),
(0xbd0d7a7f8de940b35fc390fd6df8644d, 'wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php', 1, 0x00000000000000000000000000000000, 0x8d391336bf66baf6aeee3b981ca18730, 0x6d676325d30c691a6e148341ae80428a40c09a7746b17a04db0c3be779600d4e, '', 0, '?'),
(0xaa721b59fdff00ad53b297c4287a7cab, 'wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php', 1, 0x00000000000000000000000000000000, 0x2d47620793796680d47cf5bd5381bc92, 0xd96f8ca447357d105bef60c66e86fa78b5a4c2dca15e8b404223ccd7f59e6c62, '', 0, '?'),
(0x6317c28ba5b8ba7009f8505533112fcd, 'wp-content/plugins/wordfence/modules/login-security/classes/model/request.php', 1, 0x00000000000000000000000000000000, 0x26dcae4daa1cf78b2c7e2fe21cf8e972, 0x0c463bf4f4cc14571d5daccf26f1b8e57a7e6f27f02f810e800171cc2b08b8a8, '', 0, '?'),
(0x1ff4327029b48b7417a4ad4906edeeb3, 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php', 1, 0x00000000000000000000000000000000, 0x208aeffed600b0223e793e3dc0aea3c7, 0x7856512f077d801fe790be3a283326fed1e5b92508a2185591a44a6f01aaff43, '', 0, '?'),
(0x16c7969a8964c321733c58a7e499d0af, 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php', 1, 0x00000000000000000000000000000000, 0xec2a95317b2ccbbef2fe961bca829cce, 0x3c9547b2c6eb24b5552bf61f6bc54c3e040068970f61684206a6ac5308a92ddb, '', 0, '?'),
(0x2d869a8e5fb5b5e66d0c712babf73194, 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php', 1, 0x00000000000000000000000000000000, 0x68e3a0b2edc4c86912b465a095c9a114, 0x4948f84d705c87e6f5ff4ead680ad7884e159abc463d2dbb931cba5ad83d684f, '', 0, '?'),
(0x06992d3694597740bd690faeeba3c13d, 'wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php', 1, 0x00000000000000000000000000000000, 0xcf4f68e6d9dac51c804f3c46d2acc610, 0x508e4a14e7be48b7aff174994e7319bffb6e642a4688275757cd611071fdf45d, '', 0, '?'),
(0x8f48be2999eb118692d7c76a48d16a0b, 'wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php', 1, 0x00000000000000000000000000000000, 0x56ed2742c76ccb4966e3f39ed6226319, 0xb3b94f2488d3553f81d10a52ac94799691ec5615e0b30f3d8754f51dad0cf95a, '', 0, '?'),
(0x8e67171abb14bb5cdb0d9e603d836dad, 'wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php', 1, 0x00000000000000000000000000000000, 0x17500db64c1308f7c3c1fbc77bc780f5, 0xfc8de311f49d565a2b8de226830d16c9d0a9d10b553bff4c290c52c821d3b5ce, '', 0, '?'),
(0x55802ed51ef4bd914700e3c46837134b, 'wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php', 1, 0x00000000000000000000000000000000, 0x8af77bcec8c7b2d9d9eab28ae6f21254, 0x0573c1d7b76d7928e55b1fa67e84fa4d9fc099aecbdf4ed3d498f3f8e93b690b, '', 0, '?'),
(0xe1ac3bc1447468f245d347ec3e934889, 'wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php', 1, 0x00000000000000000000000000000000, 0xe4d5ffedf40c996fbaafe7aac4df5cc1, 0xa6c05a046d9b247addcb7f70141fbc7543bfbe566749146749dc14c2d84e18e6, '', 0, '?'),
(0xa6233ac1f6cc536bab55b982e27bc01f, 'wp-content/plugins/wordfence/modules/login-security/classes/model/view.php', 1, 0x00000000000000000000000000000000, 0x2ac13ae83f91ee6c5d9dbcb6f1e77504, 0x3250e6d6ed839aa7d03d773d899d0f374105727fa70afd6651fac27e2cb7af42, '', 0, '?'),
(0x3f981df3791e856e597a3b3afb3bb3c4, 'wp-content/plugins/wordfence/modules/login-security/css/admin-global.1581523568.css', 1, 0x00000000000000000000000000000000, 0x2da68901e9538405483140936b51d2b1, 0xe90bd55e48326d3ce6187ff44c024190836d094ed2d647ec2949779b973adc44, '', 0, '?'),
(0xc3774c19cefeda508e4996d6aa5b9b43, 'wp-content/plugins/wordfence/modules/login-security/css/admin.1581523568.css', 1, 0x00000000000000000000000000000000, 0x53a2257623290e9286dda935a8ad21ef, 0x42d5ed971f69840878ddc7fa839b9a75030aa21b0831dc8ecdba3299807b9218, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x2dc8b8479e321739d3aa3aab00c77f5c, 'wp-content/plugins/wordfence/modules/login-security/css/colorbox.1581523568.css', 1, 0x00000000000000000000000000000000, 0x933c84bb770d6999ecbb8e764c2a78c9, 0xcd4ecd62b583900dcc8e8a2f3f1e2b27e5c4621c6927fa57e213244080691000, '', 0, '?'),
(0xa9e6212621bfa613a40d119f4c424a32, 'wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1581523568.css', 1, 0x00000000000000000000000000000000, 0x4ec4f9c0324ae5a8b3fd5942e798b18d, 0x1a50ad4c1fe3a892cd139e905a69c97491418d07fca7e4aeebe390d837641fab, '', 0, '?'),
(0x7b9ed06c8a6ee5967c3e37a2ed369885, 'wp-content/plugins/wordfence/modules/login-security/css/ionicons.1581523568.css', 1, 0x00000000000000000000000000000000, 0x902ae1c6a3d9bf633baedbe27abe8bbb, 0xace84ef44abe737fb440d133099a3a6829950f3704194b0ef29b3c945c4efc2b, '', 0, '?'),
(0xbcf2a216158ea803122c540efa914231, 'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui-timepicker-addon.1581523568.css', 1, 0x00000000000000000000000000000000, 0xdc418916b64d41a840b4988ee27c16fc, 0x75b7f61aaad39a3121b4629a860f207f22e930150e5342c8933ecb72450e6b9f, '', 0, '?'),
(0x030412f5a60a0302573ba3a5d39a1e83, 'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1581523568.css', 1, 0x00000000000000000000000000000000, 0xbe6cff2eb4147f9a28eb4b917051d9f0, 0xb3d98d240c72623d70cf680eb978cb4ba3f9355d38c751fea7985289af6a6e34, '', 0, '?'),
(0xec5a5d01e645eeae04823fd4f5f5b20b, 'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1581523568.css', 1, 0x00000000000000000000000000000000, 0xbb292f34193bdf24db94e5deac76695c, 0x9f6ee4e8f8c1e0690c9dd9eb9785b54eb5765816a537ab595db48590bcb01944, '', 0, '?'),
(0xea0274ce9c20372caa2128e0e0629bd4, 'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1581523568.css', 1, 0x00000000000000000000000000000000, 0x6b58f85a0562b8f6d813e5aa35c4ea98, 0x5b004ef986b29245c067f00597eca4d16764b617710d08d2edbfdae82a2749c2, '', 0, '?'),
(0xc4bba3ff79b037d5793c923d7d333cb1, 'wp-content/plugins/wordfence/modules/login-security/css/login.1581523568.css', 1, 0x00000000000000000000000000000000, 0x6da2e8b6e1b38088cc328ee9d6726d56, 0xbea0af72b9ac914a5d047336c538aec298322119e5ea1a700847c20fc2c4faef, '', 0, '?'),
(0x6fbf77072af60ace9bcea247d29c9d5d, 'wp-content/plugins/wordfence/modules/login-security/img/header.svg', 1, 0x00000000000000000000000000000000, 0x70dce8b1d1c75dea6a2de39114f8a699, 0x389afc05bbd4da23cc84280338f8e1ff884ffb227fc7092b186822466296ec83, '', 0, '?'),
(0xc7f17ddb0c43931b1e775895544380fb, 'wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png', 1, 0x00000000000000000000000000000000, 0x9d6d135dbc6192ac0e955c24c9048f1f, 0xc7970892683fe0efef0653e9eecd29b83a9bc1d6694002682e90a058d7679486, '', 0, '?'),
(0xe05c31dd83e225e156457c3c4eb5b017, 'wp-content/plugins/wordfence/modules/login-security/img/loading.gif', 1, 0x00000000000000000000000000000000, 0x4b3afb84b2b71ef56df09997a350bd04, 0x6a2ae4658ef308a9f5646f0658a47ea737c2eb2680b2824efc39c97c4c9d95c7, '', 0, '?'),
(0x01e4e816453f744239628d9776466031, 'wp-content/plugins/wordfence/modules/login-security/img/loading_background.png', 1, 0x00000000000000000000000000000000, 0xacf427e932fb9413700a4b8b58b41eec, 0xcdce8e2558efc59646bcffe7dcf23173cf3bc01bce174ceb7a721618e792bb11, '', 0, '?'),
(0x25c16657f10212898509d65030e57d2b, 'wp-content/plugins/wordfence/modules/login-security/img/menu.svg', 1, 0x00000000000000000000000000000000, 0x70dce8b1d1c75dea6a2de39114f8a699, 0x389afc05bbd4da23cc84280338f8e1ff884ffb227fc7092b186822466296ec83, '', 0, '?'),
(0xcc4de8d67febe07adfc5ad59ba1efcae, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png', 1, 0x00000000000000000000000000000000, 0xd80747d34afb87753b51d45a36f8bd17, 0xfffb8506df5c4d55198ced4b6851af77c043a903b669d656b4eea2b9b2ce4a27, '', 0, '?'),
(0x9e6620aca772c570ce28978b70a024a9, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png', 1, 0x00000000000000000000000000000000, 0x1e70a2d46244ee4070fd47152bd71db1, 0x0f2a447f15055acd3ef94267f11b2659128959889bfe848ee2a80234283ca82f, '', 0, '?'),
(0x4ad5ac3485e71e110de06eeacee7a618, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png', 1, 0x00000000000000000000000000000000, 0xeb4a975c630f379279fe78c604d0b36c, 0xb37ec0cd71569ac203afbe2a27c5103194a5a49a9d175d33905e91f69ecdc96d, '', 0, '?'),
(0x73e1edb8348ca0a28f9152bf583e4f8e, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png', 1, 0x00000000000000000000000000000000, 0x68855e6e3d288ab126a1f1dd82b64e26, 0x53b2f344491608427fff0b7a14d15f2d3f2859cee37045a579fb0ec6b941a11b, '', 0, '?'),
(0xe3e3b648918aa784cf25e2f7da2c83b8, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png', 1, 0x00000000000000000000000000000000, 0x7c81a6253b77a9fdaf51bb1038f8c840, 0x771e693ede36b7c6ace034c8e5a02e4eca43b9e4119e1aff34aa0e08494f9ed9, '', 0, '?'),
(0xac62f33013dd803e6ae3a40222abfe47, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png', 1, 0x00000000000000000000000000000000, 0x41612b0f4a034424f8321c9f824a94da, 0xac2f233f54ef8669054f4c7976a6ed751b9a98544b94b0a9c9a4bdb75cd8bbf5, '', 0, '?'),
(0x4bc6e9742b17730671d84ab6d011cef8, 'wp-content/plugins/wordfence/modules/login-security/js/admin-global.1581523568.js', 1, 0x00000000000000000000000000000000, 0xce4c67443577277c10cb494756a9be35, 0x1c967dd19a40fc0b0e5046a7294db30f0185f61924dacb6ae4b11f94d1707b65, '', 0, '?'),
(0x446167fa94e6514e764aa28c9d10594a, 'wp-content/plugins/wordfence/modules/login-security/js/admin.1581523568.js', 1, 0x00000000000000000000000000000000, 0x2c195135b41aecacea2a799d7921cf73, 0x86a14aac0b94b62271554be40f611fa6e92731ce5f4eb058478060e68fa7573e, '', 0, '?'),
(0xde4f6cca3ff1187e188b151df8fb0765, 'wp-content/plugins/wordfence/modules/login-security/js/jquery-ui-timepicker-addon.1581523568.js', 1, 0x00000000000000000000000000000000, 0x38399d22ebee7a7af8c256762aced85d, 0xabdb8625256ced3a4ac4663cc86271e3c5509d96c2507419cbaf7ddf9d22d566, '', 0, '?'),
(0xf38871baac82a9bea0330d3af430129d, 'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1581523568.js', 1, 0x00000000000000000000000000000000, 0x6c1b599f5af669e0a886a0330001325b, 0x281e92e54123efc00117bc4697fef87e042ba69fa0466768a1f0530e9f2efb62, '', 0, '?'),
(0xef2d0ffd86ceb1af5566f5fcfbeeb89c, 'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1581523568.js', 1, 0x00000000000000000000000000000000, 0xf49a10becb6cc05765d4557bd21839fc, 0xdcd8e9cce8e447fba017dfd938971c3d8d00a83e20f833a077671133082ea234, '', 0, '?'),
(0x552c2c933e830bbac3cf1c91a35d5bc6, 'wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1581523568.js', 1, 0x00000000000000000000000000000000, 0x05f0b1d7d4b9b0b4975870606d650e3c, 0x7750001ed870d47a75594453de7a2857a0dfa50289ec50be33245391f6f21b91, '', 0, '?'),
(0x09b221db8ab678887ccb1dd5311145ab, 'wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1581523568.js', 1, 0x00000000000000000000000000000000, 0x805c7dc322a386178b37dab79295445a, 0xdf2e49f4481a0f841b6700f39d4821376091a367dea05af87ac88483c5be367c, '', 0, '?'),
(0x2a973d81f372ae491f4b598f80fc017b, 'wp-content/plugins/wordfence/modules/login-security/js/login.1581523568.js', 1, 0x00000000000000000000000000000000, 0xe07e17569bf818ae1510746acf3a9ff5, 0x2ec40b79bf40d34976651a07fd3f67c764b98df0c768e44fc7e0fdb0a1ecf000, '', 0, '?'),
(0xc66474e01d809a53309b5b1d5c4f673a, 'wp-content/plugins/wordfence/modules/login-security/views/.htaccess', 1, 0x00000000000000000000000000000000, 0x85bcd541be61b862907672f1a402071d, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0xffdbef407e7d638784d851dd2783bf4a, 'wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php', 1, 0x00000000000000000000000000000000, 0x828625e2fd39f4e13b2586f26d4d365a, 0x36f92d1805cc329e586add925b1bc86caae381c3864c02ef8cb0097f2738464a, '', 0, '?'),
(0x6a8a04b4890eab03707ff8005acdf299, 'wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php', 1, 0x00000000000000000000000000000000, 0xf3870fb1dab8a50da1dc9aeda3190482, 0x2dfce8cda445139a8c5bf3e0477f34ad2fae60bb080b0cfdd5d314729056b8c2, '', 0, '?'),
(0x9623796edb81e5bd905b6817725cd855, 'wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php', 1, 0x00000000000000000000000000000000, 0xa9081e70b6f88def8fe8b0df93b48188, 0x6417278eecb0e4e8c75fc8159f89432722fac59ef1ebe6be1c1968d9338211ea, '', 0, '?'),
(0x90a93486f823d5b0a81c7def8b84afa3, 'wp-content/plugins/wordfence/modules/login-security/views/manage/code.php', 1, 0x00000000000000000000000000000000, 0x9e2f16d7440d96ef6d62200779915fba, 0xc124d12b97eb3bee66377b4f2f95acecb9de11ae97ca18b8046784700b7e970e, '', 0, '?'),
(0x4f82e6bdbc076d24b8f29e97dd8b265f, 'wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php', 1, 0x00000000000000000000000000000000, 0x317aa7c2b67e70512eb508b529215cc5, 0x6f72eb5bb74103527e7e479575dfb09551d24ed2c75a6b0051fd53654f13be17, '', 0, '?'),
(0xe386238d2720ba7e93bac6e72f7ab646, 'wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php', 1, 0x00000000000000000000000000000000, 0x58f4145a5c6882e79a7f3d9539d20135, 0xf99b2e068fca5a849fb413d607d1327ed5f4edb6be62388ba51ef1c89e98a675, '', 0, '?'),
(0x45e9423341c705c9f42d0ddc2621d554, 'wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php', 1, 0x00000000000000000000000000000000, 0xe70fb743f5470a64d2e1b8e46e4d76dc, 0xe7afbaf58e7785a0c7464f5e0e8c206026db1c7cef702e30ec458429b71a4c07, '', 0, '?'),
(0x17b7c673dd9c93c39e33878ccff4fed7, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php', 1, 0x00000000000000000000000000000000, 0x4e8d63a5dc30ab29d7a05a3bc162dae6, 0x354b97eba5f3aae7c94f89a6ffe11735b49c514a0b10c2c382507055ce0257be, '', 0, '?'),
(0xc875e5d9437e1c370ae8e6f457b365d7, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php', 1, 0x00000000000000000000000000000000, 0xb99729c2db4fedbc41ec3f66a7535a70, 0xe7c8c82c106dc23f6ae29d848533fb8fd554cfe92113f5e2b19d8bf42f1ebf40, '', 0, '?'),
(0x6d410303c270e4d7093197de47f5552f, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php', 1, 0x00000000000000000000000000000000, 0x1171291a36cb8ffe72d1310a31ddda91, 0x24f8cc491e2ed71ad6dddab4e27dd22769bbad9e44353056912d054228168df6, '', 0, '?'),
(0xeda7460c0496f4ecddf7b7066dbab9ac, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php', 1, 0x00000000000000000000000000000000, 0x7c3ce201ad3e735abe4b03b37abe6511, 0xc4cc863be5146e8645f4d81321eff45ad41a56e9d41156122048dbce1b771311, '', 0, '?'),
(0x1b6ba5f4dbe9377c64d8d407ecc6543b, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-require-2fa.php', 1, 0x00000000000000000000000000000000, 0x1aecc9b5e65021a0dfef9f85fa872072, 0xc477cee9fa5858abffa61bba6cbd4067db491b957a2c3e19573703c00da258da, '', 0, '?'),
(0xfe15eb828f0d3f385b39806b51271d73, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php', 1, 0x00000000000000000000000000000000, 0xff388445cbf337074397f69ffe950c53, 0x06648de2d982fbca4d2e4e38559838ffe0a0864fc8e5e4599db8a33de577d144, '', 0, '?'),
(0xba92cfeb32ffca0f3f21e075d8dc8622, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php', 1, 0x00000000000000000000000000000000, 0x849f5b2841c98aceed84d6c9fb9568fc, 0xfea387f0cdb3df98935136cca8212af403c7d758e478caf507c34d4d16ad7540, '', 0, '?'),
(0x1a26f4bd6352e03c05172004466943e4, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php', 1, 0x00000000000000000000000000000000, 0x72253188638db782edfa7647048a5c25, 0xfde1f802c0fabe2d0f891dc372d1c24059d5da696bd47e6f65c9b2762a2b151d, '', 0, '?'),
(0xf26a9df11d0a6a3cc063aa4042890458, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php', 1, 0x00000000000000000000000000000000, 0x33dc1471dbd798778955f3dfcdb052c1, 0xfa4a775977af75a26ef80f965b8ac4ce2644d7464c56132df3324c1f15f2cbd6, '', 0, '?'),
(0x12fea5493cbdd6cd5518c2434d645aa4, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php', 1, 0x00000000000000000000000000000000, 0xa2560b0ea4f749de84c58c2e5f999c90, 0x8fd1916c691e15df89d8d61f2ed04e1c202f86d97369f6ad549ea16a21aaa36c, '', 0, '?'),
(0x7744491d9aab2d45f21f9d49d7166ce5, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php', 1, 0x00000000000000000000000000000000, 0x1854be9a25f6613b42333e7c4358fdae, 0x423b2cc8798d905fd63aa02419b2c806cfc7e4b5111eec4535a89c423084c800, '', 0, '?'),
(0xdc0746e80418aa860d758e44bc620837, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php', 1, 0x00000000000000000000000000000000, 0xd5e2cece7056460781c70126974b6b48, 0x2b2e5e182d24e00b3730c0095d061078e072aa760f2b6381e96750a7fd4de4c6, '', 0, '?'),
(0xe97c3aabea781e905a7eb12ad7776cf8, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php', 1, 0x00000000000000000000000000000000, 0x361ebd107f4735da6e3b45f7f9f63edc, 0x5132c6bc9116059b777c216c9a3f73544d839b6daeef80752ad812bc28ee807b, '', 0, '?'),
(0x070d508116f7299e345f22bb99270131, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php', 1, 0x00000000000000000000000000000000, 0x0acf85094c3f93ebf5d53012ca36b543, 0x2793f42dc84f7f93bf9b5222c4ebb3164e159814786e08167f7e6c3ca65702ba, '', 0, '?'),
(0x16f0f72ae6b2ab9e015110f387ffa54e, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php', 1, 0x00000000000000000000000000000000, 0x1192fe3104684962db938bd7e9d861ff, 0x36b74ea39b534e1359819e326dc305d23def1440de176b652821a67a7c891b67, '', 0, '?'),
(0xd503f7a22f977187815252ca7cb9a1ea, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php', 1, 0x00000000000000000000000000000000, 0xca52f58c8d217a403be35665f69de1d5, 0x9e23ebf3b26c9323c3fbd0ba3b94094b41483951c6408709abdbcbc719427ef8, '', 0, '?'),
(0xac24b451b27350b8acea52337d18072f, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php', 1, 0x00000000000000000000000000000000, 0xb43e4e2ea252f279a345824588986ea6, 0x3051a79c0eea7e3094ccf6536267f4738699783a9c4520c76df079f85c4f13f4, '', 0, '?'),
(0xfa1c86388dee3d119aba91c75bd5b183, 'wp-content/plugins/wordfence/modules/login-security/views/page/manage.php', 1, 0x00000000000000000000000000000000, 0xba857ef45047242132b9d8ff28739a60, 0x18d7a407e49ac73a02a979db52854ae088606c7c42fc48778e9037351eb6211d, '', 0, '?'),
(0x4391bbd41d49fe16bb110ede5337ef3c, 'wp-content/plugins/wordfence/modules/login-security/views/page/page.php', 1, 0x00000000000000000000000000000000, 0x370085148a977e3bc84c07debea995b2, 0x9544a1547db333e1fd143dc554e9245ce65a7fbc0d88592f14b397c295a8fa45, '', 0, '?'),
(0x1a8ffe8dbd964c364ee531d7153b389c, 'wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php', 1, 0x00000000000000000000000000000000, 0x221f8e18ece1775e0aa0a8a1136b8136, 0x8c21cd1935bb40e3610cbe3674846f9a352844db73a9d0d10ae4c1b5e64bbf66, '', 0, '?'),
(0x88bbc767931995dd5b7aebb400ceae9b, 'wp-content/plugins/wordfence/modules/login-security/views/page/settings.php', 1, 0x00000000000000000000000000000000, 0xb51ce94d51a64097ffc7ae9d92b30849, 0xdee7ab01b0de7ee072a162c51d77544ef273e9ebfa3b33668de64291b9cd2941, '', 0, '?'),
(0x54a6d2f10df66656842bdcf805206a9b, 'wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php', 1, 0x00000000000000000000000000000000, 0x67785880a34a54d1ef8a6278ca19fa8d, 0x66819878a42f1fd278e8a8c017ebb01c47dc150a388735fa36071b89095af42b, '', 0, '?'),
(0x8bd2cba936fd662fda36596a4900ee57, 'wp-content/plugins/wordfence/modules/login-security/views/settings/options.php', 1, 0x00000000000000000000000000000000, 0x1b9e0358b055740bfa065cb8ce484484, 0x028197f1a2773ec8968718ef4055fd46b4ee67dd83147bca3d0ba82ddaaaeb35, '', 0, '?'),
(0xa45967e1f9247ac948e12e0459e91be1, 'wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php', 1, 0x00000000000000000000000000000000, 0xee758713e94483a7cf7e466502e20955, 0x3b0aa9c5d30406c06588a886aad840648a7786a4ccf6a5f4036034670d86f9b2, '', 0, '?'),
(0x64956bf2fb914a51417736696d3c4231, 'wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php', 1, 0x00000000000000000000000000000000, 0xb240f72b5a9100b5ff663ac44d3a9862, 0xab4d7c34b9fb7b1d373f0b39b902093e5d10d1f26417aa83a7d4514d524330c2, '', 0, '?'),
(0xbf76e997464997cb3268b4cff8a46ec1, 'wp-content/plugins/wordfence/readme.txt', 0, 0x1e04f23376ae19e36ebaac26a5041a34, 0x1e04f23376ae19e36ebaac26a5041a34, 0x9beb6811a822567164e047454de18ab30041991bae02f3d12e8dd175e1fcb7f7, '', 0, '?'),
(0xef3b0c4ce17489d7ac43b0839094c9a3, 'wp-content/plugins/wordfence/tmp/.htaccess', 1, 0x00000000000000000000000000000000, 0xb749a07a7ed269b62c1b4c9effe81e04, 0x09f9a601485149e9717abcdaa4f870c6399f43343e48fc80c233067fa8898447, '', 0, '?'),
(0xe1e122d0432aff04aad7199add2eaeb1, 'wp-content/plugins/wordfence/vendor/.htaccess', 1, 0x00000000000000000000000000000000, 0xa34522784bcaea0e7bc738f6645312b3, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0x3d539636c86114b09f03586fb02c9432, 'wp-content/plugins/wordfence/vendor/autoload.php', 1, 0x00000000000000000000000000000000, 0x1f6e9f5638b75ca17fe4cb4214061373, 0x37eefa68c2dc0b8186d3fc3e3862ba0775745e5ea75278aa3236c9236928fa11, '', 0, '?'),
(0x5f03a36b34e9f7b7212a7d8882dd8420, 'wp-content/plugins/wordfence/vendor/composer/ClassLoader.php', 1, 0x00000000000000000000000000000000, 0xa0899dd7d97c25fe1d872a542afa6081, 0x9890179892e4a1323804397601907533926e094332178d731dafbc760c612f9f, '', 0, '?'),
(0xa230e1c126a559a9eed51ca0d513c1a1, 'wp-content/plugins/wordfence/vendor/composer/LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0x2230c2720f4e314d95e1e4239ea0e1c0, 'wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0x8645d3a4e3ad87e7cf4d88a46717aab4, 0x51d8f8a32a27b684fe42a92b1445061781fcdf9eb3fb3a95f36d8cce7975d657, '', 0, '?'),
(0x1f74898e7fae91c4f421e61a1787250a, 'wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0x35e12c7d76c4a81633bcf547c0e229a9, 0x45bd72344000b8d4a124a6e27ae6fa33f0b8246cb2ea1ad06069e46578c36cca, '', 0, '?'),
(0x73ec0e0bc3cbb18c592a75bfa9e14f84, 'wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0x7f13da2a7194b6424974a7d39f413c22, 0x3671050751a5861dee1060f0b7886402216366b61db61b2ef089f80842780671, '', 0, '?'),
(0x7ec5d3b86263f6dd1a24904024a9f22a, 'wp-content/plugins/wordfence/vendor/composer/autoload_real.php', 1, 0x00000000000000000000000000000000, 0x2b183e722a9093b1149a11f708f46d49, 0x45cdf200db2eae9da2acf2c2bfc2afad3146fb284466a77507ca76dceab2cb94, '', 0, '?'),
(0xf521a5d6900f28794a6f2a12c8ee4ad8, 'wp-content/plugins/wordfence/vendor/composer/autoload_static.php', 1, 0x00000000000000000000000000000000, 0x8842b95c8f1742482b9712b181df2909, 0x89f638341f1945a83349362db896a3118739fcbcdf217a8c02c047139d4cba35, '', 0, '?'),
(0x6b7d3ac5fde70cd8df564ee0e5eec847, 'wp-content/plugins/wordfence/vendor/composer/ca-bundle/LICENSE', 1, 0x00000000000000000000000000000000, 0x783e50a8f248e56536e25b4746d035af, 0x0c178cf00c71219fed9990e7ca25de8050d9a7a7a048b99472b42e814c89857e, '', 0, '?'),
(0xc60cfd70933109b03fc203d84a1840b3, 'wp-content/plugins/wordfence/vendor/composer/ca-bundle/res/cacert.pem', 1, 0x00000000000000000000000000000000, 0xfccbe6cec7a76e3351ad32e305184787, 0xff64ede2221f66dd8e95bc9d36656d886019f61b7a99b4cafae2503c4b4fd212, '', 0, '?'),
(0x4f3dfcc868b7007d4fede572104ca362, 'wp-content/plugins/wordfence/vendor/composer/ca-bundle/src/CaBundle.php', 1, 0x00000000000000000000000000000000, 0x5a9a55f7af7e13bc4c35c2401a56550f, 0x2fa772d6ec5484726dac9a17a5d847ad1fd181a00daa2598650dd3ed7ce2fa5b, '', 0, '?'),
(0xd00811ac5d6dd9b2a71f0907e296adec, 'wp-content/plugins/wordfence/vendor/composer/installed.json', 1, 0x00000000000000000000000000000000, 0x3e77d0cca909f7d3264abc9ca1018529, 0xb1f09912ab4dd7f32cb9503a94026b800a7f4ee232855b73040a577a655d6f4e, '', 0, '?'),
(0xf8364e1b5d624eabed52f889849383c0, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.gitmodules', 1, 0x00000000000000000000000000000000, 0xa1da842003e271f63f73319ab5d4e555, 0xe752456b6b73265d2169aa5f8ba49a8922fcc9feea90797e9cf817c1f94b6187, '', 0, '?'),
(0x14af454357acee60a960dfdf0e012def, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.php_cs', 1, 0x00000000000000000000000000000000, 0x8b5f40e5650feee8e4330ca56294d942, 0xd94ce08bd8a4404ae386394f68479740401f9befaafb5a2186e00038236cd328, '', 0, '?'),
(0x63f163a9b6baabaac00f670e75cee4cc, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/LICENSE', 1, 0x00000000000000000000000000000000, 0x3b83ef96387f14655fc854ddc3c6bd57, 0xddacef491153f45022f5619519bb2016374a8c36e75153768493f45fb38d7992, '', 0, '?'),
(0x976bb3177c4444a319952a403404eb02, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Database/Reader.php', 1, 0x00000000000000000000000000000000, 0xa6c50a1c416776fa983103500c83d8b5, 0xbabfbda7306f2a0d91c47641f66fc2331bb29bdf3acddef86af57590bda70479, '', 0, '?'),
(0x015db3d66a89c752051da402fe89581e, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AddressNotFoundException.php', 1, 0x00000000000000000000000000000000, 0xf7b42f2f1952b78482e1cc6ae3e9c92e, 0x17f60ea53327139d580dcb6f91602fd7107f04d344d8f908a0bde92ff2ba331a, '', 0, '?'),
(0xac5a67d355693169e7c6bee478c83df5, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AuthenticationException.php', 1, 0x00000000000000000000000000000000, 0xa664ef571be82c82fa584545e66ff1fb, 0x6c3ff599e0a914290f2626a9a4e2e2e61ed350c8d3501e24401f13da5cb92fa0, '', 0, '?'),
(0xf5c27b5a0ac730440d4f8b4d2a5574da, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/GeoIp2Exception.php', 1, 0x00000000000000000000000000000000, 0xb14e09b853d258d93f7a0fd50e07b1d3, 0xe5bfe0e6d4a60a160edbd9b24c4be7941059a2958a31d325f95837d97ed22a11, '', 0, '?'),
(0x92e2c5ed87b4c114c1dc7586fd348336, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/HttpException.php', 1, 0x00000000000000000000000000000000, 0xc86ccb666bb3ea3c19fdf7070d0ac0cb, 0x5221d64f5d7092490ae1cb5c85c55650cc3911873dc104fe21f2133f8f1dd1f0, '', 0, '?'),
(0xb699164b0b3fdcfe72b5e7611d235168, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/InvalidRequestException.php', 1, 0x00000000000000000000000000000000, 0x4961bbe3eefdb5ff7f52c99e2578bcbf, 0x10b3b0a74d08fea220e41e620bf780bce9a364c2fd5d46c069f7504f5a7192da, '', 0, '?'),
(0x5e04913401ee6abe11167ca4e14983d0, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/OutOfQueriesException.php', 1, 0x00000000000000000000000000000000, 0x35f4fa482a66d2e424b0f0ca9d19d390, 0xfe03f211d0c69d6963df7ad9508ffb31e28d22dda2d39b6fb6545772798b2a46, '', 0, '?'),
(0xcadc8652289d271132576870f5a49747, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AbstractModel.php', 1, 0x00000000000000000000000000000000, 0x401fd28f4889ff43a435cca85b00a5e5, 0xc058facd660e3ab54d8974decb8323fb03a5734403fa3428f84e1d478646e8ba, '', 0, '?'),
(0xb7d55b05308df15e8b9faa8cd002b617, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AnonymousIp.php', 1, 0x00000000000000000000000000000000, 0x65ba6d67ebdd9c7cf93cebbcb844680b, 0x992bc18d25dd47b83c74b3315deb83490719f2356db71a9e7dafe245f63ef03b, '', 0, '?'),
(0xa38d9ea476bd88855635c783de44c575, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Asn.php', 1, 0x00000000000000000000000000000000, 0x9cda840b9d0aba3110b768cdbe2102dc, 0xb34d0bcfa1e71109de13fea51ea870ab6bf216c429afabe2c7210d1b880cbd17, '', 0, '?'),
(0xcf51814bfdd6c451063935188ec69460, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/City.php', 1, 0x00000000000000000000000000000000, 0x01ec038be43ed9ca59215c7a9bff4a58, 0xbe14b3422a794ccbb010838161d8e275a82274a01a34e0fec75adbb34e6bc2a5, '', 0, '?'),
(0x2b620a92cb4466b05832c08687599943, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/ConnectionType.php', 1, 0x00000000000000000000000000000000, 0x649de5e0533abf2d4ec02151ddfb3022, 0xa736cb293f99f28b155e2246d22a05a9677cd2ce26c5db52d5cea004e1dc0009, '', 0, '?'),
(0x65699b8779eff8cc2c3ab6eae154d929, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Country.php', 1, 0x00000000000000000000000000000000, 0x00a651902332d08f1291b4f35280b495, 0x7e164729e25217a1b3ea8137692deb23e2de0752203948b016fec7abf7200362, '', 0, '?'),
(0x14257e574e3832bd9e51ad4fbf9bfe05, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Domain.php', 1, 0x00000000000000000000000000000000, 0x6e34a41e469abf304a43c6206eb2be6b, 0xbb43622c7fa88db32207d7223e066abbe4a617f28990c58a03ced8416c44179c, '', 0, '?'),
(0x5d8e81d472993a400c7f16b4854911a6, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Enterprise.php', 1, 0x00000000000000000000000000000000, 0x84a185363a94f5f6be326b5033faaebc, 0x257588b8814d70f1dae1c92c2e00d140b25a718c0beb7218bf9d2fc3fbb59f51, '', 0, '?'),
(0x25443fc56d31515a22c5634158517187, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Insights.php', 1, 0x00000000000000000000000000000000, 0x8c47c61b8cdf3da3be9d310a56e730ee, 0x03387d07b70b05023e1ceddb6b3660bcff756964e2f0896548ed5003cd5e1fe9, '', 0, '?'),
(0x446da4a675e4cfa39321c249973548a4, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Isp.php', 1, 0x00000000000000000000000000000000, 0xba941470d9bdadb850aadb5d478190db, 0x8c7cb69f20298aa95915fb4df77ff4162c33f7bea53081e7ca1f1a2a8739ed70, '', 0, '?'),
(0xf356a13cdffec3720a51b55d6a765850, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/ProviderInterface.php', 1, 0x00000000000000000000000000000000, 0x5abfcd7ff82a064e66c7d9bc7b849d15, 0x699a94cbb67c3185d2e28f1b762e345baa28b6a008abf4d66d40663ef4bddb07, '', 0, '?'),
(0x4a083f23b3cd8c24014d0cf937d36384, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractPlaceRecord.php', 1, 0x00000000000000000000000000000000, 0x0b60c4490c2e3a8f9b137fe2605052e4, 0x237ad415b85299021a4855e8c9ee3e42e86e502c9f9c169227836554ac74dfba, '', 0, '?'),
(0x8b8e4dafd3bcfff11e3754947eabd9cf, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractRecord.php', 1, 0x00000000000000000000000000000000, 0x24e06b4117ce60c06c77dcceecb87984, 0x370d3409ecb6a510510a63edeafc3e630a063ed150660e38ed349006f8486ba4, '', 0, '?'),
(0x77651dfcdc6a16ff5af4f571b2490fc3, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/City.php', 1, 0x00000000000000000000000000000000, 0x1c28af2c83a094beaf45da8ee6860e3b, 0x352b18fa53ef73590c073e25f372399637e49635185b49e93dc4603c324de7c7, '', 0, '?'),
(0x3a318328ac2904705d5631a92dc8a99c, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Continent.php', 1, 0x00000000000000000000000000000000, 0x9971444c87dfde61aa5b093fe0af2406, 0x479f7300ebe50dc32f31f702763dfa84a9d57f8bb77053102dab79452ed4d255, '', 0, '?'),
(0xaea89a83c0f4f8f303dd8833b32b500d, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Country.php', 1, 0x00000000000000000000000000000000, 0xfb94b8972c30c1a75a25c911ade6f99a, 0xed675ef4b94db5c916a9393d262a17ad4d7b0bb012d95862bb302ad37593b9d9, '', 0, '?'),
(0xda0dc1edb181420565aad7af45f33701, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Location.php', 1, 0x00000000000000000000000000000000, 0xe110f1597d83898c603876e8fd85464a, 0x8f55a292df8628b25bff72e5b5b380a96786d8ed68cde0e5acb5216d392822b2, '', 0, '?'),
(0x6b899231bffb832f97cd93dd90253db0, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/MaxMind.php', 1, 0x00000000000000000000000000000000, 0xa544719364369e2b22be90558f0687f0, 0xc149b803b3af01e4fd73013bd6ae9eb49fab6993bc93d36b8debdf459f40fa29, '', 0, '?'),
(0xb74685115bafcde3b58b50d1b39140bb, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Postal.php', 1, 0x00000000000000000000000000000000, 0x4dc2628d5022d1198a78d9594030f1e0, 0xf727c8c2d66ea9b22a326ed48be4f2e98ae429d861288c5ff7491f718cc9987b, '', 0, '?'),
(0x268bd3e8c99a259fd329ef5726d41769, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/RepresentedCountry.php', 1, 0x00000000000000000000000000000000, 0x3e58561044e8fbb0af6dad7c5036190a, 0xe9fd6c3defb305623ad19fddf10952e45a8fd0ff09adc18dfff009e017148d36, '', 0, '?'),
(0x5086b25b8844e15850f58061c91d89e9, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Subdivision.php', 1, 0x00000000000000000000000000000000, 0x9b06d8ef3b75c289fd1c53b982ecb56c, 0xba4d3e3a1c0df926e156fdcc60ce1a3ab64f30e90f53763b00fe0bc156b57708, '', 0, '?'),
(0x88dcc874bd561212e6c43ca0fb43dec4, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Traits.php', 1, 0x00000000000000000000000000000000, 0x3b10486f16c4b4609ae9d7b36dc525f6, 0xe52886da0c6c5d8268f61dc5d0ae610979c8661468f91bb130762775b5766da9, '', 0, '?'),
(0x26f159a8abaf7ad071cd5b469e664096, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/WebService/Client.php', 1, 0x00000000000000000000000000000000, 0xe2b6a8ba3b2a1714aeaaca3f89d57a8f, 0xa2a1b13a4f2ec627ab7e79a1d340805960464d4ef33a1dc06ed22eed3b0f7140, '', 0, '?'),
(0xead7d06049cbedb37f2cf379206f9f59, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/LICENSE', 1, 0x00000000000000000000000000000000, 0x3b83ef96387f14655fc854ddc3c6bd57, 0xddacef491153f45022f5619519bb2016374a8c36e75153768493f45fb38d7992, '', 0, '?'),
(0x0feaf264b8be3de1c3406873b03a6b7d, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php', 1, 0x00000000000000000000000000000000, 0x4b236c4a50a88b6530759f67a5db9481, 0x55fe574d9a99eadb736c4c9edce6d51739235462a01657186a3f5cd175a5bfb9, '', 0, '?'),
(0x54c5f92ea2df15296dc226f6cde4eb49, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/HttpException.php', 1, 0x00000000000000000000000000000000, 0x9434316c23197db770e6c7c6037a6b31, 0xa1d468869a09d35f82ce1ed69a9ef796aa21450ea1d30734891a76aeee4698b3, '', 0, '?'),
(0xd8bdd02992fc75d2b69f65087789af6c, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php', 1, 0x00000000000000000000000000000000, 0x14886d684f1be0b4b28a66f4b22e490f, 0x0cad6fb14fdb62c1395fc1e362942d34c3ea2d847825f954bff5ab354539279e, '', 0, '?'),
(0xa614db1a818c8f33d5489a7befc7b282, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidInputException.php', 1, 0x00000000000000000000000000000000, 0x72dc20089eb4a5cfaccafe6e2b17a36e, 0x5ec171dc1c4ea4d7e881d7d0a2de1d8326794ea27e8f2753042f2f3e7df29770, '', 0, '?'),
(0xb289b95d2954939c8297c04e323546d5, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidRequestException.php', 1, 0x00000000000000000000000000000000, 0x0c16475216cb97056385eda43f7174e7, 0xd69d527a35151d42c42cb3b46ec9b2bfa0feb78c0a0f486fdaa81406d0f2bd7c, '', 0, '?'),
(0xb2ba2d5bf58e888c53d15fd8b951f0f8, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/IpAddressNotFoundException.php', 1, 0x00000000000000000000000000000000, 0x16313ab0d82195477e1ba071e7696313, 0x5eeb4443671c755054213ebbfe9bf457b8c51abbc71caf6bdd7e1b5f350c0a38, '', 0, '?'),
(0xfbc1325d26d6942393f1d85e46d9718c, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/PermissionRequiredException.php', 1, 0x00000000000000000000000000000000, 0xf832cea2f10902ae2ffa4521e13c73d1, 0x5cd03d01a9abf4351797a9330b09aecf8e76cce1845f0125f132bdff41b63f24, '', 0, '?'),
(0x02eb38355c52ada4716ff22da9b3d93d, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php', 1, 0x00000000000000000000000000000000, 0x6882e0d113e22478202f99caf306bde9, 0xcf3c62aeef6f62b887b2976e410e19cbe0e745b6fe11ed37135f1914caef474b, '', 0, '?'),
(0xc8bf0f982de8d860b075faaac66ff0f2, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Client.php', 1, 0x00000000000000000000000000000000, 0x61a0136d3b539c17b75623e5d36df349, 0x9e523946a8ccddf3f808ecc60c1b1987eb3437697d80caa794d943175ed77f25, '', 0, '?'),
(0x836d3eecbb0006bbb0305826a05e9951, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/CurlRequest.php', 1, 0x00000000000000000000000000000000, 0xb7e7704b7a92e40360df29395f4008a0, 0xbb9b61d2935965da71d9371c59546318b3c88a69249857bfd8aaca2fc421872c, '', 0, '?'),
(0xec0cdb856e5045369687548898f1dd13, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/Request.php', 1, 0x00000000000000000000000000000000, 0x978f4b64578cb9aad8bf0745c457f8af, 0xdc5295f511575d2e136461dfedbcdec87305b9da4a4d9c4c71102b708f7d2cf3, '', 0, '?'),
(0x11b1d38e417d07d28e575a353d2a749e, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/RequestFactory.php', 1, 0x00000000000000000000000000000000, 0xea623b76279567c2d1017e949eaeaf6b, 0x6de821c44d8096174a22768f043e2cf4e4ed30ee00d59cc9abb220266ad990e0, '', 0, '?'),
(0x81b069e4a01a21e017145bab382422f8, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/LICENSE', 1, 0x00000000000000000000000000000000, 0x3b83ef96387f14655fc854ddc3c6bd57, 0xddacef491153f45022f5619519bb2016374a8c36e75153768493f45fb38d7992, '', 0, '?'),
(0x5391646c7a05cc010573885608370f07, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/autoload.php', 1, 0x00000000000000000000000000000000, 0x56ab7e16d09c4901d4f758502faea924, 0xb373c4656d89927f2fa202113b9899d698f6ceec0fcc20615a9748609f673311, '', 0, '?'),
(0xa1ac8725adada85c2877920bbdb7df26, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php', 1, 0x00000000000000000000000000000000, 0xfdae49000ed7f2244bf8a6200620f309, 0x56e698701a9e31cd8cd18dcf08273d7ef19b91d9b2130cfb465f755cc1d050e5, '', 0, '?'),
(0xb6f50883cf8fdfc552434f68a599dadf, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php', 1, 0x00000000000000000000000000000000, 0x30a5d8369ea2012e747ac1e59f78c76f, 0xf6e03bdd03feaf705e00ac9d3306bfd4b9e2288020898e41fedfce61b4ecc577, '', 0, '?'),
(0x4fed3565cceeee3b687a977740925719, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php', 1, 0x00000000000000000000000000000000, 0x9a5a3cba86e689c77b0e7e47e1a26628, 0xe7f3b42cd7915b1a13afa3d6fa40bf2bead6c23f78b392e3500ed31fddd090a7, '', 0, '?'),
(0x6b25f70d30ccafb7494e36e44427af79, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php', 1, 0x00000000000000000000000000000000, 0x67c42bf8daa9c064deddac400cadf3fd, 0x7708a0626a905985cc029d94538ac0bec37463b81c8a83209aa249a8f38c6451, '', 0, '?'),
(0x151a5b8160a3b1304349245488a027f7, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php', 1, 0x00000000000000000000000000000000, 0xba29d548beb5240749bb339dbd5e301f, 0x44736d723f761104ca6a7aa185cfed4d6f99333d6230c0059bac0c4bce522306, '', 0, '?'),
(0x7e69b0491e13d23bddad5d9c41bbc853, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem', 1, 0x00000000000000000000000000000000, 0x3534d313d50be293bfee609e8e96ab9e, 0x44afa94f6f3b6f8d4f115d2bee9f0800cff0c91935ca5d2f22cadeb826eb51b1, '', 0, '?'),
(0x493655890d37b4d3fa8ad60f3370edb8, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key', 1, 0x00000000000000000000000000000000, 0x8e82683caae9b67cdb3762089aa99db8, 0xd5d95ffa5e4622fde63b2b72265a7ed3a651d0eaf0a8cdf8137c0ee3b1f835a5, '', 0, '?'),
(0x84d66e76fb9f5af9591e56dffb1fc9fe, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php', 1, 0x00000000000000000000000000000000, 0x0ce1a9ef60bc49a6f42c427ad7e631b1, 0xb551a801a33532bea83c6969bfe34e941bd5c0c20fd0ee4b4fe3c3d6623264dd, '', 0, '?'),
(0x424a92844fa29ee41faffc867a8f44b1, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php', 1, 0x00000000000000000000000000000000, 0xcdc87bf631ac4d07529c4b455fdffa2f, 0x7c719f555504d1bfc38e7c7ab98f473e2a93db9c2289e9e649019da2fedd3b83, '', 0, '?'),
(0x81ec11b650641fbab593fd92ed638133, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php', 1, 0x00000000000000000000000000000000, 0x3cc9690c04a32210c04b4e58cf2cebc1, 0xe01dbf0443d19db8e281aab10e72a80ecd2b9c92a3f25e128f59686a7a13c85a, '', 0, '?'),
(0xf9115e51366c84cf4a21a00409e2cda6, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php', 1, 0x00000000000000000000000000000000, 0x9b8d8e9bc3f86423fb9dcb6bd5e2fb9b, 0xa6171ee77406777dfa9e3f01658e09ca6842a1a4543932c87543f8c29e7637e4, '', 0, '?'),
(0xdfb956cc3dbfa3bb22e0236ea70902b9, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php', 1, 0x00000000000000000000000000000000, 0xcf0778622321bad2e059e88b69fbeb4a, 0x17af6e16ba64403d955be563de67fb873f4e7dbcd6be5278b86cc45da4581bc7, '', 0, '?'),
(0xe096ca7210aad64dd3dcb42d0a538384, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php', 1, 0x00000000000000000000000000000000, 0xc2d3c0ade8287713eed9afefbb28895f, 0xa99c9d91e8ff623cca57e9722cf54ddbabda5085c6ccf6703e131f4e03e7dd6e, '', 0, '?'),
(0x188ac8e0fdd7582f0ff7db00fe830f09, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php', 1, 0x00000000000000000000000000000000, 0x215edec01728c26d0cbf30b87f47fde0, 0xd9cae2392a753151ee1690a3abf43a2027dd737b8d3eed2f82c65f1ef527adff, '', 0, '?'),
(0x6ef3caf3308d16390f6aae760138f522, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php', 1, 0x00000000000000000000000000000000, 0x4356b1532b3a63f7a67c4fecac8b0917, 0x02ea74e53d8d31bf691a166e004e2113b6f695a7c72aa5dd11101769878dba46, '', 0, '?'),
(0xd2adf3905f566c4bf867b02101708631, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php', 1, 0x00000000000000000000000000000000, 0xcdc1f87cacd8ddecaf44234444332989, 0x68898c9ee9cf3d5575bc07c41b565512a22db3124af1de812751ca3b327267ab, '', 0, '?'),
(0x21f14f8a34d6624352529b66144f04b2, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php', 1, 0x00000000000000000000000000000000, 0xc97ab1b59bf87afecf12f392e8026e06, 0x8c45690521708d06fbbdc1efad0cf18be3db0027529435b982c152adb7e72423, '', 0, '?'),
(0x491057ef9339d96180d61b579cb13328, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php', 1, 0x00000000000000000000000000000000, 0x67bc860c990a1b94bc34789025243081, 0x165e2c87fe8c90cd357f19a9111dd88e6a882cadba1bd2a78b511c99d5516873, '', 0, '?'),
(0x63fe06865b625dcbc005feddbd874a46, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php', 1, 0x00000000000000000000000000000000, 0xbc8e4a065cd41e04b6f61b809f34abe8, 0x21ca81b829776ab925e0a8f4e570d5bbda9e35ed3671e8a28c6dacb223cff577, '', 0, '?'),
(0x7fd80bd0a1714406d69a3fd31e699e58, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php', 1, 0x00000000000000000000000000000000, 0x0dfd962128c4692e2bf629d29ac9227b, 0xe75aa0515ba6a706a451991dd1c647a0b5bcf180370e10efe2fd19d88d45229e, '', 0, '?'),
(0xe5270fd26046cc94cc7ed908c496939c, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php', 1, 0x00000000000000000000000000000000, 0x43bffdf5d88de9cc30d02b438f84b285, 0x603e26136928c5b99b85821c4394cedf66ffeeeb2610f1cf12ec3e591322a60b, '', 0, '?'),
(0x9e85b6bbbdeea212e8863cef78cd428c, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php', 1, 0x00000000000000000000000000000000, 0x67509720720288f8b4e691a7eb75b55c, 0xfa1f9e41b32c185af38f3cb06fb1fc41aff766a277a8a0f8a79e21eecf7fa082, '', 0, '?'),
(0x0aed141540a96791dd2b543b56b67f96, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php', 1, 0x00000000000000000000000000000000, 0x10e3d56697adc20d4029f8abebbb9a14, 0xbc3b9795bfcc5f1049061df8dd6df2319b8ea3f8b50aee397c21deb60ee510af, '', 0, '?'),
(0xf997384bb0e7200b3f4f0b5d12cab959, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key', 1, 0x00000000000000000000000000000000, 0x10baa71a6c595e5b460dc83278cabb02, 0xcf363d9393d8539371ae2d352029b8ab45bf4c7d41a4566911415d9f1f9f8e0f, '', 0, '?'),
(0x7856824d9ae93e966ed97b4f96c79f11, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php', 1, 0x00000000000000000000000000000000, 0x39364eab9b1a21b5d14a8c598c9c9555, 0xa92c799f53bf17aeccc93195cca50b3b78869eb535af1ba0478cc36990084f39, '', 0, '?'),
(0x41d8bb141523a81db2b922f3e0c56aad, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php', 1, 0x00000000000000000000000000000000, 0xaa1a5df60b008e162858e4c87af90bbe, 0x8e81e88c8ff71f502e29c467f7385d348a4235553b3e4a12e11066c39633127d, '', 0, '?'),
(0x51a7dbf7364b1f34f6ca15a880d2f048, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php', 1, 0x00000000000000000000000000000000, 0xf0865200e21bfe6e571f9c5b5f1c89b9, 0xe9e78f0d894da48b2392cbc09ba8dbcf3a417b917163d5facde9442f81b3be3e, '', 0, '?'),
(0x7249007967d7452180a3fb17320c0043, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php', 1, 0x00000000000000000000000000000000, 0x6f3f4d487cbe7ef9944522bb0e27b9a5, 0x6fd0e47d5bf95725044a2b173d352429aea5bc278a0732c1bccea89a10abc84b, '', 0, '?'),
(0x6a8fafd229136e835138deaee1ac448c, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php', 1, 0x00000000000000000000000000000000, 0x79d27796d032d9cb2186e6d01da55fe0, 0x78d891e370de77cdcb3ea9ab166f4f08bb8006d7804c2523e48fdff66cd34811, '', 0, '?'),
(0xefc57b7fb4fa200df053066cc5bfe909, 'wp-content/plugins/wordfence/views/.htaccess', 1, 0x00000000000000000000000000000000, 0xa34522784bcaea0e7bc738f6645312b3, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0x153abf66d83f62086a83bf902e8b9fb9, 'wp-content/plugins/wordfence/views/blocking/block-list.php', 1, 0x00000000000000000000000000000000, 0xdfd9f14cc95950cdba4b8bd30a8f65d1, 0xca5dfe534f09ac6f84b982db2a2b7558f53ae5a3e608ca86151fc18cd7779ff8, '', 0, '?'),
(0x72f937b2c82f792ab861da9b505d2030, 'wp-content/plugins/wordfence/views/blocking/blocking-create.php', 1, 0x00000000000000000000000000000000, 0xfab08e34a74a91a950d0a9f073c442fd, 0x17138b9a87c4727e88351c0a8181db0807cc8a927f7f34fd47e4c8994108eac5, '', 0, '?'),
(0x667086fa93eae7c86af3489b1105271d, 'wp-content/plugins/wordfence/views/blocking/blocking-status.php', 1, 0x00000000000000000000000000000000, 0xc9cbae5fc1ec18cdf5aec6e4586becd0, 0xc3fad0f634ce3e31fc5e8807b8b766ff730ca87bcd712709dea94dedf992a29a, '', 0, '?'),
(0xa80268b978d72a28bd26beebc36b4f92, 'wp-content/plugins/wordfence/views/blocking/country-block-map.php', 1, 0x00000000000000000000000000000000, 0xa1759cc1794746a11e2c7b968c58c17a, 0x25d49c7f350496813b1eba9413fba7f605789313885e299f8ba8472885e01f6f, '', 0, '?'),
(0x0834aedadb81a503913bbb308a2e2a1c, 'wp-content/plugins/wordfence/views/blocking/country-modal.php', 1, 0x00000000000000000000000000000000, 0x2d055e4183903f1da4061df6b69b1d1b, 0x18b26178af1c97523bc6fe1c2c27984b8999a5e9afe63f51d9d8dfa68a48cfd1, '', 0, '?'),
(0xe36d81355e02b9dbc0c775c8eab0393e, 'wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php', 1, 0x00000000000000000000000000000000, 0x50416630092fa1a7e020c22877c33158, 0xb149f3c352520afbf8f2a8df8e0eb0f86497bdf5c03bb5f7a9911cce4933e247, '', 0, '?'),
(0x313f6f9c78f81b13e73cc83fe9cde236, 'wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php', 1, 0x00000000000000000000000000000000, 0xbfdf229ea13579972022cf0f12278a66, 0xea9e6167c04c5353505596b5be0bb9053afd9085b0cc88897035513cc13e4672, '', 0, '?'),
(0x34546f149dae04e2826945f8e5748b1b, 'wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php', 1, 0x00000000000000000000000000000000, 0x07e49caecd60530375079ca5389090ec, 0x9ad8685d7386a055e1c573b76a3dbf8b2847cd6601c5c776f59b610ea6156353, '', 0, '?'),
(0x32c4a3ad885fbd44e39405788893a40c, 'wp-content/plugins/wordfence/views/common/block-navigation-option.php', 1, 0x00000000000000000000000000000000, 0x4f0eb3c2f8fdce13aa7e987d742eef4b, 0x4daa174e84b3eb02a6129ba59a9146600d1639f71cf6a0d3abeb7250f4b22c51, '', 0, '?'),
(0xcf02df132c949f11b440ced6f3ba51cc, 'wp-content/plugins/wordfence/views/common/indeterminate-progress.php', 1, 0x00000000000000000000000000000000, 0x49b7e622dd7367bd7f1734885c28b138, 0xb440991beefd5a6e22cebe7e9e51d594bac338169373e3508ab69e0037e50533, '', 0, '?'),
(0x4255116a94765cd1a3e295e1e1e828ab, 'wp-content/plugins/wordfence/views/common/license.php', 1, 0x00000000000000000000000000000000, 0x795ea7403a46c267e3717f5d70ed214a, 0x8d8dcef586cbd08d5da90b7c135c0ecd8f5c7f4724aa795bc05c8ea54ae622df, '', 0, '?'),
(0xadf96c6cb8848378e84c2c3757ca4edb, 'wp-content/plugins/wordfence/views/common/modal-prompt.php', 1, 0x00000000000000000000000000000000, 0x1d68e4ffb217f511870d24d6d36fa68a, 0x6ce53fdf39527722488c5ec90dd37393e9bfc5f389cfefd11a441b3aa346e361, '', 0, '?'),
(0xf78d5d0715818d70dd529f2f24b831f6, 'wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php', 1, 0x00000000000000000000000000000000, 0xf34d23c6822c886e9ac8cc6a397ba299, 0xc90ee9a42bc08f9e8813fb05bbd5c84e29c2a8b79b9ea8e58f4c094bac7af228, '', 0, '?'),
(0x079e78c3c27c73be83c4d74b039f61f5, 'wp-content/plugins/wordfence/views/common/page-help.php', 1, 0x00000000000000000000000000000000, 0xe232d46fd6c4005823eb96381533947e, 0x8bd9248e3e88f4d70a1a5796c808294f9c0bd200b88383b3280ad9ddaee90038, '', 0, '?'),
(0xaddccb8bdd5f6f2127da759ce1f87f72, 'wp-content/plugins/wordfence/views/common/page-tabbar.php', 1, 0x00000000000000000000000000000000, 0xbb83291aafb00cf374553245633027e9, 0xe4c3ba4dd82e2e388690d1b93e4e77fd6aa55aeef3d0f1a9570862fac32a42bc, '', 0, '?'),
(0x71037143b8a2248db21b9ee0fda88340, 'wp-content/plugins/wordfence/views/common/page-title.php', 1, 0x00000000000000000000000000000000, 0xc5dc6141273490f5063de306c147b367, 0x527b07f568ae433b03c55fc9ee090f8595f1ea472b527adf7254a5917a609e34, '', 0, '?'),
(0x7fc1da25475d661dd340cd25ca5adccd, 'wp-content/plugins/wordfence/views/common/section-subtitle.php', 1, 0x00000000000000000000000000000000, 0xfa4b01e163a6db44b5f8c383a4c2dbac, 0x5a9e4aa09e77736835ca4db4fed0edab15b645752f6a678f5b898b19c62de8c1, '', 0, '?'),
(0xa125a5b03f92ea95f514a81129d20f7f, 'wp-content/plugins/wordfence/views/common/section-title.php', 1, 0x00000000000000000000000000000000, 0xa20883775db151a856f7d5b4691e13ab, 0xcdfbf171acfba0722ab7059ac6f82d54b9f8af4e35c50d85d94f633b6d8e61b2, '', 0, '?'),
(0xfa7709a59a8d2bbb026a0ceca402fbc0, 'wp-content/plugins/wordfence/views/common/status-circular.php', 1, 0x00000000000000000000000000000000, 0xf0e219df7fba2919df2e1e3da3b7a567, 0x71345e222dfa3986e687e1ed0a0e6419310271ac918810e84f2cedf98f1c18c7, '', 0, '?'),
(0xfc5ef94f817c273a51c799451ce7ddf0, 'wp-content/plugins/wordfence/views/common/status-critical.php', 1, 0x00000000000000000000000000000000, 0x51935bf55b5f595bca9b1cdceb4a7b26, 0x6ea24982821aab94675b1cc1ff00be114dcfc9020fc5cbe35a05e031ba5df3d5, '', 0, '?'),
(0xabb31d73f9d58c51b1b6376fe9c304f4, 'wp-content/plugins/wordfence/views/common/status-detail.php', 1, 0x00000000000000000000000000000000, 0xa6d1bf44ca00bb7cf69510b2f173e657, 0xbc0a2a0cae150e76af5192f72847d5f369d475e03340d7ce34ff8a2a8f870fc9, '', 0, '?'),
(0x0823e637b5ed0372c9591fd000bce169, 'wp-content/plugins/wordfence/views/common/status-tooltip.php', 1, 0x00000000000000000000000000000000, 0x25650da97f46649ce7f645050f307342, 0x25fd4dcde6627511e0ce49d15d92a11843ed49e30aa936800cca7a7dfeee4234, '', 0, '?'),
(0x9f44b2b8642e50cbb47b1d2d796fd367, 'wp-content/plugins/wordfence/views/common/status-warning.php', 1, 0x00000000000000000000000000000000, 0x6d9466b775d6ba672d14670043d63d76, 0x0817c34e3c0d9f3baafc64b72ad7f4382b29931a01624f3fef3096c945fbc0dd, '', 0, '?'),
(0x70cc9330a43240e306d8135046ce746b, 'wp-content/plugins/wordfence/views/common/unsubscribe.php', 1, 0x00000000000000000000000000000000, 0xf97d8d7daae0cf73024ae4e117f34b81, 0x6111eaa600c46b359717bccd09dd2dafb900026f44780516dba03875d0e92527, '', 0, '?'),
(0x4d157831c78b546dbe52025f1c14326f, 'wp-content/plugins/wordfence/views/dashboard/global-status.php', 1, 0x00000000000000000000000000000000, 0x982e319fdad028193ef704ab1a56457e, 0xcb4968f9818df713ecafebe6a397687489157f3b90f59861369b4e2ad87a1008, '', 0, '?'),
(0x7b5be32f12c1b0b386061dda91cefd84, 'wp-content/plugins/wordfence/views/dashboard/option-howgetips.php', 1, 0x00000000000000000000000000000000, 0x90eccfa498535a323de4a8cfc78cf55e, 0x9e0094fdd48af477aaf91a291789b9368b5a7016bb2da21c6c502dda4e9d44c8, '', 0, '?'),
(0x19628786ea45849fa31fbb07ba34743d, 'wp-content/plugins/wordfence/views/dashboard/options-group-alert.php', 1, 0x00000000000000000000000000000000, 0x9d1a0e2148d90bd0bc8a68daa3ccf9b2, 0x128628ff74e1246eadc3a88d03ee134fd2a82c42fd4086ea152c80804c6f7cf9, '', 0, '?'),
(0x7e14c8be2ffa086d1cdad680cd21fcec, 'wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php', 1, 0x00000000000000000000000000000000, 0xfc2610846d3a378be17681d73dcdea9e, 0xbfb30a1cc2ecc107ebfa71915997f09915dba13e066887fa8dcd5fc0c95086c5, '', 0, '?'),
(0xcc8b90b871c842103361ea59efe72df6, 'wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php', 1, 0x00000000000000000000000000000000, 0x36233e7b7a71b8db0a5325bdf8a8a14d, 0x13708016fd131f521e4101f637b6eda95a51fe6ac643704e6116d93dbcf94dd1, '', 0, '?'),
(0x51f92ec3acbc5ca6821cebfb58654f49, 'wp-content/plugins/wordfence/views/dashboard/options-group-general.php', 1, 0x00000000000000000000000000000000, 0xa93a90ccece36e93d36e7f1c0e29ddd4, 0x672023adab947aa1a574b996974ac8b4b459b7313263c6b37f22506fb977c1f5, '', 0, '?'),
(0xb482192c1006e906d74d86f83b76fbfb, 'wp-content/plugins/wordfence/views/dashboard/options-group-import.php', 1, 0x00000000000000000000000000000000, 0x3d53c9306ceea94ba8bd405ecbf83d0e, 0x88e706dae40eb8cf85fbba943ce3e8550f52bd59a812400ee6b72aabe31d6373, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x2035d4f18d72449b67bb04e7b183be19, 'wp-content/plugins/wordfence/views/dashboard/options-group-license.php', 1, 0x00000000000000000000000000000000, 0xee88b57b3193690f364c7860ebc63372, 0xc5bec5c48444f804f4500ec3ed3981914c1b6815aaecd285af10b86fbe0ceb2d, '', 0, '?'),
(0x9e5d6f4df0a273651406aaaa4a341dc8, 'wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php', 1, 0x00000000000000000000000000000000, 0x7e0b4860e802b462006e7642204a5122, 0xe9ebde4604cbb24980841918d1479af9eac81136cf0b678ce856b029c230a66b, '', 0, '?'),
(0x849c1b8250bbbcdd4d85cb9d883d0455, 'wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php', 1, 0x00000000000000000000000000000000, 0x1772611c5827c9e17a00352b9322a837, 0x76ef24aa72b15f0e73af047902f3b00759a1c8f913c218557bd8983f9913b143, '', 0, '?'),
(0xc8379807008ef9031174748a13b27f2e, 'wp-content/plugins/wordfence/views/dashboard/status-renewing.php', 1, 0x00000000000000000000000000000000, 0x616eb924cd0136a8dde519bab9162205, 0x890274c9a2b590c4e3d2432d3ff8270328e175eaa2a641b8542d31626198db3a, '', 0, '?'),
(0x4f53ef59d3577a213812f5caa36a1fb1, 'wp-content/plugins/wordfence/views/gdpr/banner.php', 1, 0x00000000000000000000000000000000, 0x2a4b840e60813bc28200d67d7f94860f, 0x2c8c03636e39ebe5db9d244f95d6fa60bafd268f70f5548d4f58d66905d8b3ef, '', 0, '?'),
(0x5183fe636dd675581a33fb422b879e58, 'wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php', 1, 0x00000000000000000000000000000000, 0xbf21fd1e2a866f1facb032c2af861224, 0x54f08cfb43574439f2bc832dcea7a5308f28b51a074abe6907c9d7f4e5d6c2f0, '', 0, '?'),
(0x9f1c42e2d4e899f421b3b976dda1c9b6, 'wp-content/plugins/wordfence/views/onboarding/banner.php', 1, 0x00000000000000000000000000000000, 0x821386aea5309dcd92a66c008bfe42d6, 0xb22c7b3d230a19bbe44f89f651e1dda55770a259450b5901323e135834c468ab, '', 0, '?'),
(0xed0f96f86dd79401d4ca464024807e72, 'wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php', 1, 0x00000000000000000000000000000000, 0xadc7fee46205f6d5979b1c6cda0fe36e, 0x0879fe8261f0f232032da0fd0408a40ca3d4400405dc223d832ab1e7cbde0b27, '', 0, '?'),
(0xb0182f379bc3b1e36378eed9709f9667, 'wp-content/plugins/wordfence/views/onboarding/fresh-install.php', 1, 0x00000000000000000000000000000000, 0x0cfd9e04de822129284ef52b55e9cad4, 0xfa0723d9ce8c857c7050d2b0b98a2c6dd10bdb6b79d1740dc31be8dc8fab4036, '', 0, '?'),
(0xf83bc7254e21399d0a4c264e84dee79e, 'wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php', 1, 0x00000000000000000000000000000000, 0xc1df0579b3dcc1f075f54a01c9b667b4, 0xfe05936c1c33e3b0fa87c3840a6377c3787e654c1011ee68501ad5db92d7fd39, '', 0, '?'),
(0xba339e2c9298d763768b6b969205d1f8, 'wp-content/plugins/wordfence/views/onboarding/overlay.php', 1, 0x00000000000000000000000000000000, 0xe2139269c5aef439f56560f8d01632ee, 0x5ab5b4ff4dcb47584c3b24784d0f697c51e825a1b2ddc5bd5932dc191ead245f, '', 0, '?'),
(0x2bb41a44808d965a0e65147d018fc904, 'wp-content/plugins/wordfence/views/onboarding/plugin-header.php', 1, 0x00000000000000000000000000000000, 0x13c8f46b51fc8534839bda8ce274532a, 0x86db51689d390037151801f28a924d13b9b9eed24ed3dbf6361f34893ed85c13, '', 0, '?'),
(0x274163b8b4e52c097e9736d8f8dca6e3, 'wp-content/plugins/wordfence/views/onboarding/tour-overlay.php', 1, 0x00000000000000000000000000000000, 0x993a03e8be16bd259b20189f293ba700, 0x1ac8f327c4a10eeba7aad3ca1613b62e7327c6e8ad7364dc34a75eb412d30449, '', 0, '?'),
(0x11a45af2f7f3642a96e859a1f6da98a1, 'wp-content/plugins/wordfence/views/options/block-all-options-controls.php', 1, 0x00000000000000000000000000000000, 0x393549ff1842197f848a2261017fe3cf, 0x56a7e147339805eeff14161b3752a39f28f1c0dd40ab0a2c0aa10985faf8778d, '', 0, '?'),
(0xe6c31511b49865d295f7688256902280, 'wp-content/plugins/wordfence/views/options/block-controls.php', 1, 0x00000000000000000000000000000000, 0xaf382035fc552cee046598a10aae3428, 0x9353a97cc30fd9fdf8baf0ab97504f8fc8d6e281f8b964c98726d8d9b22dea80, '', 0, '?'),
(0x2c06e00f1abc4a271baa7f41576880cc, 'wp-content/plugins/wordfence/views/options/option-label.php', 1, 0x00000000000000000000000000000000, 0x0796b0cb60f19a7f4cf49602936766e5, 0x0efcfb5fb40d00ac8ebdbcff00b05a7df0e87d29765b34ae96c201bcecf11e8b, '', 0, '?'),
(0xb7609960271bce6c603de8eaa2065828, 'wp-content/plugins/wordfence/views/options/option-select.php', 1, 0x00000000000000000000000000000000, 0x71a9cc35db438e94e301ec83ce26edac, 0xc2635533d04118eb570a8d0bb20428d83a871646cccdcc407a416747268a6a39, '', 0, '?'),
(0x14206f8facc6959fcc745fafba002ecd, 'wp-content/plugins/wordfence/views/options/option-switch.php', 1, 0x00000000000000000000000000000000, 0x6db369d245b73e57a563159c5a616967, 0x9e26cbd2dbd5d59a12cb6a053a8367262a35db360679c9a864857134d6999ee6, '', 0, '?'),
(0xd296368ad0f24dd6a614b6ae357748cc, 'wp-content/plugins/wordfence/views/options/option-text.php', 1, 0x00000000000000000000000000000000, 0x7dd6e0ff4bcb0c6d8377b64b3520494f, 0x9781942b6490996edcdd5cc41c2f4d2b7b782f28681adbde2d7a7f259c3172c7, '', 0, '?'),
(0xc2596d069652f46cab7f5800f886d93a, 'wp-content/plugins/wordfence/views/options/option-textarea.php', 1, 0x00000000000000000000000000000000, 0x41630e7f0c5b44f1974f2b2e66e6191a, 0x7eb93f5ce97c7185349089b6cdefc9cf843e6a57003690cf775145673d197a5b, '', 0, '?'),
(0x32ea306d4b9a3a1372c2b25c300a42d9, 'wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php', 1, 0x00000000000000000000000000000000, 0x2c2b9ca3fe5b03520419b58cc5d68802, 0x1c6cc9c014fdcad24656b093a46a466cd6569b138dcbb1a356afc79ebaf34260, '', 0, '?'),
(0xea640aba763be84f313a9daeae2c546e, 'wp-content/plugins/wordfence/views/options/option-toggled-multiple.php', 1, 0x00000000000000000000000000000000, 0x852130fe84e0c04bdc8335e27b504428, 0x7baa9960ceb1ce3013ac48be6fac4705f09fa8b6e5f7ab4d6f248db850cae2d0, '', 0, '?'),
(0x2e88e9ba89024430038975a94c2d6395, 'wp-content/plugins/wordfence/views/options/option-toggled-segmented.php', 1, 0x00000000000000000000000000000000, 0x42c87c7373476f31bae5ec0703b21778, 0x0a39565720808392b4987c3adeed5d5cc7e529bb90a0ebaf64890f5e55d30e23, '', 0, '?'),
(0x0c2425238010c65f8255bb5f6419cd0f, 'wp-content/plugins/wordfence/views/options/option-toggled-select.php', 1, 0x00000000000000000000000000000000, 0x1db222c0702b10bb4e19c56feba42b54, 0x58ced6718b3f27e7cdd0842cd4fee8ef55e5f297c7d18d665bdc4061bc5768bb, '', 0, '?'),
(0x0d7ac7100f1d8dbeb18a44d644eb9ed3, 'wp-content/plugins/wordfence/views/options/option-toggled-sub.php', 1, 0x00000000000000000000000000000000, 0xb2941a28e1617c011cbfb9d9ce915d78, 0xcd8fccbdb1cb55b824c971399319b59c65671af872116e5f61ab8c480343ffc8, '', 0, '?'),
(0x44ee545bc72dc2e1fd55e1f601f8f0b0, 'wp-content/plugins/wordfence/views/options/option-toggled-textarea.php', 1, 0x00000000000000000000000000000000, 0xeb88a3f44509d3cb7862482497c27411, 0xdd1cd04684dfd96d30f8a9d0126a432c57f024fa9a1f89953d3986ff6eacd4ab, '', 0, '?'),
(0x2aea09ecafc485c9cefc0edfe35ce3b9, 'wp-content/plugins/wordfence/views/options/option-toggled.php', 1, 0x00000000000000000000000000000000, 0x5d4b7259d0d006b31dcd0577cd4201b8, 0xa3036bc76e0c530933b12659873d94f6fc9dd5818fe45f2b3f48c6aa10b42508, '', 0, '?'),
(0xfa8837da9421f532a6782592584efa33, 'wp-content/plugins/wordfence/views/options/option-token.php', 1, 0x00000000000000000000000000000000, 0xd957e55937db166f09fb5fdcd380d93f, 0x188ea62041c9514e651a7977977347a18c40b8f9ab165a49267f4ca2efe110a1, '', 0, '?'),
(0xc6ebaab340d120049b3d0ca4c5187960, 'wp-content/plugins/wordfence/views/options/options-title.php', 1, 0x00000000000000000000000000000000, 0x1e45dd30f3142201ff8592af23131c93, 0xd1c3d6a9790ac9090ba013fbc4b3f6c6c2168d58159f48e82d3c6609adb463be, '', 0, '?'),
(0x543f843f3a71d7ae50c3f3616827abab, 'wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php', 1, 0x00000000000000000000000000000000, 0xea21b6dfb9350c0399b14849557795b5, 0x2656de26599fc875af650631f74829944ce23f709012dfc83d0f7ee6bae02d61, '', 0, '?'),
(0x1f4ea1642352ad872babc1720073045b, 'wp-content/plugins/wordfence/views/reports/activity-report.php', 1, 0x00000000000000000000000000000000, 0x7de99d77dbfebee712ad75c1216e55f6, 0x6bea1a973e8e2cb88e7ab53e0d0d1ba6eafcf54b4dd841493b7e8a9ef7ebf88f, '', 0, '?'),
(0x701b7b0db6a820e2253e2ffc5affeb3a, 'wp-content/plugins/wordfence/views/scanner/issue-base.php', 1, 0x00000000000000000000000000000000, 0xf5c7a2cf9a9cf27470b8bae89541790c, 0x38500b63c769088c43efddc0d551564a0cfb2b360e9afc3f70548c36051a7a64, '', 0, '?'),
(0xdc914be2dd93e0a5c9d0256550be5e55, 'wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php', 1, 0x00000000000000000000000000000000, 0x540426fff114a1982369a75ddd3c7b19, 0x4513506d683e2a48ef53059eec38b853c646aefb70580462645538befda90485, '', 0, '?'),
(0xfe257cddbdb03e3f767b6aca1311b706, 'wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php', 1, 0x00000000000000000000000000000000, 0x3a9d3edea488802b7ece74cdabbfae2a, 0x497c82a405115ecf8867b33f6ec68f17419f64f319f69fbeeb5d363852f6e316, '', 0, '?'),
(0x65700d7dc8755f348ffdbf91b1f3969f, 'wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php', 1, 0x00000000000000000000000000000000, 0x9cded8f060589b63c16237b5714e538a, 0x8b4dfab7c947fb5d20e93f7593bf671250e37031cb2ca328cb56b05e7fb4f4d0, '', 0, '?'),
(0x4490ccf6c9759a0dc5c28b88c9b2041a, 'wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php', 1, 0x00000000000000000000000000000000, 0x0f9696345a3f64149795a51b8fe2a2a1, 0x31586152704c72494f2598257c1f0dced65667196500af2d62eb5e966ebd3db1, '', 0, '?'),
(0xeff4b1a863b5d047bcb6b8286045bb95, 'wp-content/plugins/wordfence/views/scanner/issue-configReadable.php', 1, 0x00000000000000000000000000000000, 0xfeef8020befb9ceaefe58ef251b9864c, 0x8b059ad5523231ce3fc78c2a3d62cda57d95f5b7a6935826fbbe4dad91c6b70e, '', 0, '?'),
(0x24e8ef947ca9a863d819bf205c7e8ef5, 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php', 1, 0x00000000000000000000000000000000, 0x203bcd8f287670d7e81f6f71b492e6b4, 0x7a2d00fd13e91841c2d86af4a1ac84cb40c4200e3863cae00eb6ed5426d59ec4, '', 0, '?'),
(0xe85307484c656e0f50ee7137bec48d89, 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php', 1, 0x00000000000000000000000000000000, 0x1d6e81a9ca5ad3044855e51dcf98bc8f, 0xdd93fa2119bd23686c74d273f629883a7d2a61d945e0eff2d267f107896c5444, '', 0, '?'),
(0xaebb8fcea64863f15e9ee2fb13b09029, 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php', 1, 0x00000000000000000000000000000000, 0xcd44e7a76434fa278f085429c3e77fb7, 0xe14b505581d8f11e777864be2115296eea8ac80c3177833c816d9ec32ec7b366, '', 0, '?'),
(0xba28647749003a0dcec0d75878314443, 'wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php', 1, 0x00000000000000000000000000000000, 0x795f565e0fc10a258ca38b701dfdca63, 0x6457a2670bb86d65cbb035b1ff17e3fad6d2a0c703a93aae3bb38dd057e127d5, '', 0, '?'),
(0xb49527888b405320c7f744e192149aa0, 'wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php', 1, 0x00000000000000000000000000000000, 0x8296b0fe8efca7f25c506d40e18d6e99, 0x3404c481cfd705ea954c8f7386c8164603efe6bd136d1a5ed31a44a451158f9e, '', 0, '?'),
(0x29d83623a65f02c5faf1cc9f534146a6, 'wp-content/plugins/wordfence/views/scanner/issue-control-repair.php', 1, 0x00000000000000000000000000000000, 0x17105bd0becfdab0a98c02413928dc6e, 0xdf914a5b34bb9ef5230e0fe87e48873814c88942ea99392bacbb2f6d76f811aa, '', 0, '?'),
(0xda7537381fbec2b8e44bd48a6b680bee, 'wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php', 1, 0x00000000000000000000000000000000, 0x49e81886c936cfb2d214bfc493aa5deb, 0x79683ba77dbeb33c36795a24094d3eb24b99285c06942397e626b8220d17656a, '', 0, '?'),
(0x6515c7eccc58c78c2e5cec281626fd64, 'wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php', 1, 0x00000000000000000000000000000000, 0xe5d8b16d193a68f30d471d5aaada8b59, 0x74380375559fb70e55fbf153c492aa7166be94ace7530f9f33699cbd8e69f675, '', 0, '?'),
(0x912fab061204d2301629adba9c1ae6ab, 'wp-content/plugins/wordfence/views/scanner/issue-database.php', 1, 0x00000000000000000000000000000000, 0x5b9bfe0c200a86526fa24e0e37d6117c, 0x7e9d87e29d836764b226775b9575bfac0eaaa1b9916f1ed918d17c741e89c17d, '', 0, '?'),
(0x0158fd18c998795f07f137a5584e1d2f, 'wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php', 1, 0x00000000000000000000000000000000, 0xe3e5f2cc1afac12e2a3ac3ae882bbe31, 0x96af1ac1fa0cbade94ce6513678f299ef251524382e4418716196defd612f5f4, '', 0, '?'),
(0x340a9194096d875dc4bf1eb1d08a8acc, 'wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php', 1, 0x00000000000000000000000000000000, 0xd05bb42b65b4b95b65fbcf99bf665782, 0x5141bdd77526ed7b03416981fd580b509a4bae5bf1927b30800151b46bf101da, '', 0, '?'),
(0xa78ddf567f80b374bf53f92d08de16ba, 'wp-content/plugins/wordfence/views/scanner/issue-file.php', 1, 0x00000000000000000000000000000000, 0x3fb37d19c6932efece9c653114f7b255, 0x1e7f4dadf154f10884f4ce7ad9da586084e0aaaa6d9d4fbcf113815d247358ce, '', 0, '?'),
(0xa23bb966a04a31f8facb981db7802b43, 'wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php', 1, 0x00000000000000000000000000000000, 0xa900ab12103c91a8ee8a5efdb03dee66, 0x735dd1bd6a24ac8909a0a5e2869c01d1e3feb8ba87bfa4536b1116ece2696bb8, '', 0, '?'),
(0x429efb90f551c10ea208d36155ff1225, 'wp-content/plugins/wordfence/views/scanner/issue-knownfile.php', 1, 0x00000000000000000000000000000000, 0xcd475e3db2708a3d24f719a71af1ae32, 0x0185524b900336878f811e16d7c44e22332a1c22bb4acf2f3069e9a2780530c4, '', 0, '?'),
(0xb18b776518d6f669213cbaa173fa790a, 'wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php', 1, 0x00000000000000000000000000000000, 0xfa9874c0a3224ea69f2beef5d59b4ce1, 0xa40f363781453084dc838dd59043af7b5c61fe645062b232e62bfd70573b50de, '', 0, '?'),
(0xcae3b19b998bad205639f87be2b6e962, 'wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php', 1, 0x00000000000000000000000000000000, 0xdf64992beac7e7f66cdfc1401ffd68c6, 0x33d503695d6db7a8ff26a60997ae73d6aff5499b9b679a65bd6f6b9cd22f4dab, '', 0, '?'),
(0xecb9da21173cfc81dcd342341a53907d, 'wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php', 1, 0x00000000000000000000000000000000, 0xfeb8759340dea6d624a67f89e8f6e22c, 0x0fe5a864d98d7c945df1ddc551e7e021ca5177a3d4caea3b9986bf6037145a66, '', 0, '?'),
(0x04a0fae00aee238d54a8ea3fd7bbeccb, 'wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php', 1, 0x00000000000000000000000000000000, 0x3d336e2e8f5a4b37e6a152627e3c84f2, 0x4cf28f1781d896836b6eebf081484e9e0aead024faaeafa7dccaa89a23bdabf1, '', 0, '?'),
(0xd348208a2539ddded56cb6d48594450b, 'wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php', 1, 0x00000000000000000000000000000000, 0x52984fc9491611a79c8abcff49d4a57b, 0x39595af68d417d37e23d1ed6dc3aa01827466ffe47f427c752b2c9b9f15f2d1f, '', 0, '?'),
(0x6e0e5b0906167f58948712837dc93082, 'wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php', 1, 0x00000000000000000000000000000000, 0x17cae125d8983588d061e54fb55fb490, 0xb433c2bd7d98df88db36a818ac122d8ca71407dcc21f05b995782582187576a1, '', 0, '?'),
(0x243779fbc8c75ddad80ff04ef908141e, 'wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php', 1, 0x00000000000000000000000000000000, 0xf9500c11913c006341bd46c54ce6d14e, 0x525d60945bbac63215bd04c023b558db1b8ac3896928b1451b0a60cbd1724a89, '', 0, '?'),
(0x249ae85318c1436be8f48964ce57fb19, 'wp-content/plugins/wordfence/views/scanner/issue-timelimit.php', 1, 0x00000000000000000000000000000000, 0x4a375ea49810d19a124f19e90c9df569, 0x05355167baf3b87742a5eb482e6610d2eba73cce3c5a0268261303e75619e81f, '', 0, '?'),
(0x64c330c0d9b71ac9c7e8f3f013d48c6e, 'wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php', 1, 0x00000000000000000000000000000000, 0xe43c338d387875465296c496c8a6f945, 0x6ebcb31e17193f51d5eb627a09ac8b03d9a2e52911dc05fc532afb922c5aeeb4, '', 0, '?'),
(0xe6e918bc228c4c4a31ec43344e44f710, 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php', 1, 0x00000000000000000000000000000000, 0xd16a76c25bfe70d5bb92c6e342b94df3, 0x0809102959ab13e90e74fbfb0dce6219f71c2fe31ae3b2b069fa0d383897d805, '', 0, '?'),
(0x3de346d3ed98a3b7c386b1c24b26058a, 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php', 1, 0x00000000000000000000000000000000, 0xc639ae3a37f69b855d366856116ff6e2, 0xdfab1cb39a2f4c6be219b4f1c74f54e26264530bcd45694c39ec06eacd7e1438, '', 0, '?'),
(0xda2c0d049e17ca09d567ce4813c5fe36, 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php', 1, 0x00000000000000000000000000000000, 0xae96a4ab6184527023fe9cfcb9e670e5, 0x72854cc18d942d52d1c657ade226e7500421c7e0ef615330040fe485f7c454ed, '', 0, '?'),
(0xc83bb1b081944ebc513ee389c4f4a802, 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php', 1, 0x00000000000000000000000000000000, 0x187488c80e7677580a5f596721ff1fb2, 0x723ba61ac72047c2e9e5ace3f39a5b6924e029ae8d9d76975d6a379e696d1823, '', 0, '?'),
(0x0fee8807724aff3c703ea7fac3c45a96, 'wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php', 1, 0x00000000000000000000000000000000, 0x3988c2a10ef8cee35e2d2ce68eaa4567, 0xaa5830bd930dc6f9a9107666c5ade2f9052d24b05aef75de59a25320c8d6c097, '', 0, '?'),
(0x7cf7b8545dba873a59243d182768ba0b, 'wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php', 1, 0x00000000000000000000000000000000, 0x95a3d3444fdb8f7ebb2a7316a10c2fc1, 0xc71bc863b15e00e9d55d2aceb68fd796bac15c9854316d736423dd20835e5597, '', 0, '?'),
(0xe7dadd4cb32e641544041d76ec12f905, 'wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php', 1, 0x00000000000000000000000000000000, 0x8569c40530f4a66a3889320ada739e1d, 0x768a935c7159157b53ab9c3c7c2bdbcf7b8d286dd6e5fd3f29f2f444f3023de2, '', 0, '?'),
(0xd16d61f50e764d769f1c4b12f3b3a51a, 'wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php', 1, 0x00000000000000000000000000000000, 0x740e869e47beee4ec6dc38b109fae836, 0xd7c059b3910116a356299b636514572fff5aa3b56dd2b36e276ec300d04d4b7e, '', 0, '?'),
(0xa37ab26839e6c7ea88a6c4ca5870882b, 'wp-content/plugins/wordfence/views/scanner/no-issues.php', 1, 0x00000000000000000000000000000000, 0x78742d7cf846defd8ea8d0d1e98565aa, 0xc9d75f3f37cbf1dc63f58caf3a5f089806d240a88bc345db4a899f73a9b05b18, '', 0, '?'),
(0xdaf493f043a02e796a006fec2afa66b9, 'wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php', 1, 0x00000000000000000000000000000000, 0x647a471c95958cf36627506964d169ab, 0x5431c8255232e0569e941d50add9524aab425cffb2cb88ed671ba465fa07f16e, '', 0, '?'),
(0x7312f28bab41739459bc12baf8b8445d, 'wp-content/plugins/wordfence/views/scanner/options-group-advanced.php', 1, 0x00000000000000000000000000000000, 0x52be955974114f603615717acdc2e68f, 0xc263562ae1b7f2d30fc87d94eb7acdd0632a28ad36d560d43d396ea8976f247b, '', 0, '?'),
(0x657d3077546e7604025ff367a717137e, 'wp-content/plugins/wordfence/views/scanner/options-group-basic.php', 1, 0x00000000000000000000000000000000, 0x7f8c1f022cac7a370a17fec9b2d7df9e, 0x41bfba8c622e684e91f86881fa7cf68b903a481c2dae3dba8a28a71c3166894a, '', 0, '?'),
(0x91dc0e9d4e545a74bf6f0d9625b2af46, 'wp-content/plugins/wordfence/views/scanner/options-group-general.php', 1, 0x00000000000000000000000000000000, 0xff965ff1f9f197d58e373b97e3ce5f5f, 0x143a576e251c1d944a7aa157370126a04ec9e4e3a0483c8e22cbf9644b6518fe, '', 0, '?'),
(0xf920c584319a727d6d4a4757df52a8d9, 'wp-content/plugins/wordfence/views/scanner/options-group-performance.php', 1, 0x00000000000000000000000000000000, 0xd6694c78d08aa7f1907306f266d4e6c7, 0x8064dd61e731863668087293f1873736be805b29d58bcbd24f17a84de7bd927a, '', 0, '?'),
(0xfc9a6c7879fd1ac21bf9d4c416229691, 'wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php', 1, 0x00000000000000000000000000000000, 0xc5b9bf9f2ddc897c9dc2e14a9ff2ad55, 0x10c210560fa38a0d638937b2a467a336dbe68aadf48dfe56dffe6d9443d81b50, '', 0, '?'),
(0xb53c9f331e7fec86761ba27f128f2646, 'wp-content/plugins/wordfence/views/scanner/scan-failed.php', 1, 0x00000000000000000000000000000000, 0xa1e7ad45e8dbbb05303472b6f61ef7a5, 0x483f938aac03a24dda714b2d346c5f3cfb2a3ddc80edebb4c58870162beeddc9, '', 0, '?'),
(0x9e13b582b484d5b009cc8bd3c8b2c353, 'wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php', 1, 0x00000000000000000000000000000000, 0x108bd32018b36a3c63ec2853434abb1b, 0x723348ea5b7ef532e72ed63c5f4a337b9b5410117bc6c658858cd3bcd650f971, '', 0, '?'),
(0xb37c5da744c5f31a2e92451c06eeb1ae, 'wp-content/plugins/wordfence/views/scanner/scan-progress-element.php', 1, 0x00000000000000000000000000000000, 0x03cd1e4af98ec52125498b57e062179c, 0x74b177cd80a27e89730c671c0a13af062bf6417dbac062074c82acd34edc75b8, '', 0, '?'),
(0xde19070270abd5ad5edf4023e0d4921b, 'wp-content/plugins/wordfence/views/scanner/scan-progress.php', 1, 0x00000000000000000000000000000000, 0xce25f60aef7213c1453f986dc5feff9e, 0x195166ded9002ec67f123cce3aaee0933b83e936227bc14e147f13f42b6dac45, '', 0, '?'),
(0x27dac015bf9d5f036906596d31c19052, 'wp-content/plugins/wordfence/views/scanner/scan-results.php', 1, 0x00000000000000000000000000000000, 0xd9ccd7ddc8c80e0238ce828eb72cfd5c, 0xea1fb2534853873697c570048280b2e01e5f3290122ad00d54440047bfa79739, '', 0, '?'),
(0xf1c6341291ec069010ef17db24ea8eaa, 'wp-content/plugins/wordfence/views/scanner/scan-scheduling.php', 1, 0x00000000000000000000000000000000, 0x005719bfecae9cc3298ca0c7a2c7c2b1, 0x0498bf62c2a58fe9870fba1f551cbc5377ed8892d3fd67f792dfc33a183d50cb, '', 0, '?'),
(0x86465f71a1c3c8438a46216f3470b797, 'wp-content/plugins/wordfence/views/scanner/scan-starter.php', 1, 0x00000000000000000000000000000000, 0x4513a88e12f820c1936006627b7b760d, 0x7146a4ff8b78d002efe26754415d9ca6f44d86ad6b035ea8e21f3ec7275542e2, '', 0, '?'),
(0xc0440388ff210c56442b93f311eaeb14, 'wp-content/plugins/wordfence/views/scanner/scan-type.php', 1, 0x00000000000000000000000000000000, 0x5f5a62c5348b10b8daabf7fe2aa30c07, 0xc4772e00d3df2f2206a6d36be07ab67648513673263eba604bbbaa528343c2f2, '', 0, '?'),
(0x4b4b4f1266ba5364ab6942304f76f3ea, 'wp-content/plugins/wordfence/views/scanner/scanner-status.php', 1, 0x00000000000000000000000000000000, 0xde91f0f85b2ec99599def6026c5c3a12, 0x26c0f06b306c878363efa016582abd912a18193fc0cfcd0de0e48f06e4dc92a5, '', 0, '?'),
(0x12a9acb3f4913901c47e007b40d9dbf2, 'wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php', 1, 0x00000000000000000000000000000000, 0x2c8b2952d471a2c679bb7cb4ad34842e, 0xf0a12555a63c1447d748abcbe65be3d12e2165cb82742c67988fe40373c98402, '', 0, '?'),
(0x082623d90570aa4aa3a868901913e104, 'wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php', 1, 0x00000000000000000000000000000000, 0xa02c49f7931c7330773451a4131794fa, 0x45d4ffffc52276902bbd8f9df3b4848ff86283fc6ffc9e7db58678617b3a4045, '', 0, '?'),
(0x6f7ddb054319dc8a38f445f8ef4701f0, 'wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php', 1, 0x00000000000000000000000000000000, 0x8773544407b77ab8a4fcd2a7e96da216, 0xdd358ba9d884b23a2297737883ba1f34b7e7d2b8008fb18f39601a6903eb3f83, '', 0, '?'),
(0xc58ab3f73683f7bd40e04c286014f6e2, 'wp-content/plugins/wordfence/views/scanner/site-cleaning.php', 1, 0x00000000000000000000000000000000, 0x35ff0777312c35ad62ab9d846476ae46, 0x6722b167e132a1aedf9a7d9982e0b67141011ef89afe053fd424cd29c06485b8, '', 0, '?'),
(0x126dd417c3b1857e0696f6f25217a53f, 'wp-content/plugins/wordfence/views/tools/options-group-2fa.php', 1, 0x00000000000000000000000000000000, 0xf9bb4fa44eb9dafdd36a94d450761f34, 0x6dc35d6e3ebbafa1826e7f46663bf10fc947662d6d5f4c1b949f063462e28227, '', 0, '?'),
(0x83e36aacba0cd3c31335b2de66c56aa1, 'wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php', 1, 0x00000000000000000000000000000000, 0xa5355f2b14a1a91cb5c716c3cd450547, 0xe6f3737d520b427c4b03b604a47a4984f9c9f2115b0ba7590fdb29127290bcea, '', 0, '?'),
(0xbe2f3def2b486845d1de3134d3ca86a5, 'wp-content/plugins/wordfence/views/tours/login-security.php', 1, 0x00000000000000000000000000000000, 0xa323149c3f63611b6ed59053064b1a5e, 0x2f18dff9617e91e02da43279c1c85d790570cb21021759e89d85e8f4fa454b5f, '', 0, '?'),
(0xd68b02cb38935bbdc0a6899830bdca8a, 'wp-content/plugins/wordfence/views/waf/debug.php', 1, 0x00000000000000000000000000000000, 0xd8464d019ffd40b069b18c2d4d9b8dba, 0x06b409933bd14240ca05e6014590b4c5bbdfaccc0f0fed75651da0b6a67dfa1f, '', 0, '?'),
(0xcb790fd01f3691366c0ceb9a4dac43b7, 'wp-content/plugins/wordfence/views/waf/firewall-status.php', 1, 0x00000000000000000000000000000000, 0xb46c7700693735c4f18ae6830647f493, 0x2757b1d6b544ed72ff4442b7edc165480afcea40fd85c5223a3d214d0b2366c4, '', 0, '?'),
(0xe802a818c3b7916724eb94f54de273df, 'wp-content/plugins/wordfence/views/waf/option-rate-limit.php', 1, 0x00000000000000000000000000000000, 0xe322c483457a5a1b83c51f4753cb2030, 0xfe34257099e944fd1b0e12bcaca84d5f1c4d69d7bded98dd44add81c7b46e4cd, '', 0, '?'),
(0x40b9e01a217a919e72e5cad9579ec870, 'wp-content/plugins/wordfence/views/waf/option-rules.php', 1, 0x00000000000000000000000000000000, 0x207b0f3c1aefef18e8000d1aa024c0e0, 0x03c83466c59cc322221cc5823e324ce0af00221fcd6b8aea9431530a771c878f, '', 0, '?'),
(0x9c32583639471033df1acf2b7d41fc36, 'wp-content/plugins/wordfence/views/waf/option-whitelist.php', 1, 0x00000000000000000000000000000000, 0x12cea8efdc2d08cbafa6b13383fc77c2, 0x470efe5f6038eb42facaefd88e500a9d0ce8e5222c92271ccfdf48daf0d2c5a8, '', 0, '?'),
(0x7a0ec990b59b8240f62fce172f1e40a0, 'wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php', 1, 0x00000000000000000000000000000000, 0xfc49ee074eeaf07ef88a64f746a765a7, 0x6c15426f98539baae614ba29dea539b9ac6fb19821c7bb156dc29beacc231724, '', 0, '?'),
(0xecbb5bdd08cee4d383a9ef121632be57, 'wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php', 1, 0x00000000000000000000000000000000, 0x3033062a36813614192df14655882ec8, 0x548fe0fad7c19dc651b592266eaa29da1d26e44de2dc67efc744ec679ad0a886, '', 0, '?'),
(0x4bafaa3c0ba9483c37c5459e2c6ce7df, 'wp-content/plugins/wordfence/views/waf/options-group-brute-force.php', 1, 0x00000000000000000000000000000000, 0xc58e71a301d19ec2afedb72fab090adb, 0xa657a7d15f88830d465f481b003709699a61c19a8774ce72d888864d3dfefec4, '', 0, '?'),
(0x21a29d017990cb2755b5c762d6f0237d, 'wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php', 1, 0x00000000000000000000000000000000, 0xec0cc881295c51e571398c46cdfce023, 0x066cf017969aee80b8cae924954402d0a6f5fb6d0ff4b0d709b1a4f32caa4e38, '', 0, '?'),
(0x67b573f415ce1929a1b36dfd01e72505, 'wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php', 1, 0x00000000000000000000000000000000, 0x5669ab014bf9dbb976e97f3f17c19df5, 0x2d9e4c238e917379a6dca5a36a8a1df87377b0421c74c52706d1889e3bb8383d, '', 0, '?'),
(0x6e416a2bb475aa1dfa0456471e376414, 'wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php', 1, 0x00000000000000000000000000000000, 0xf8d98f386c081fbca19f05fdb425c2e3, 0x215d605f2e95dbd75cb2fd3f877f95208df02e1ab762a2f1c9904751c565296d, '', 0, '?'),
(0x3d1d095dfee9ff927dfadc2a3c11012e, 'wp-content/plugins/wordfence/views/waf/waf-install-manual.php', 1, 0x00000000000000000000000000000000, 0x24f278fdb01c7e291591ab875bda9c7a, 0x37e35220acef4ec460136e5e9a3fa68f2807bdda29a18008cf5e5284ce9ac496, '', 0, '?'),
(0x5c48a2fb963a94a2751033e0258b4677, 'wp-content/plugins/wordfence/views/waf/waf-install-success.php', 1, 0x00000000000000000000000000000000, 0xea7b72861d84a7a3625e95e9db3f1697, 0xa7ce2f1bbcde5c32b6d608436507bb909e1e4c2bab9dd23af77085efaaecb75a, '', 0, '?'),
(0x8508045ac4db449f9b6cb33db8ecbbab, 'wp-content/plugins/wordfence/views/waf/waf-install.php', 1, 0x00000000000000000000000000000000, 0x19a55d1163ed455e87474d531666b9ef, 0x065c482e0b0e543a0ec48fc96791fd5d427ccd8cd7cd7c7b173de8ab0170c7b5, '', 0, '?'),
(0x7588fdfaeb5b0cfd85860fe48feada44, 'wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php', 1, 0x00000000000000000000000000000000, 0xc56eceb35505c7a9963750bd4689a8f3, 0x66ccfff534fa05eee9b4d692702e92d595072a9af0eb5e0e4e6cfc38a0efe841, '', 0, '?'),
(0x703a942caf604f1b6c4cb42810e9411b, 'wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php', 1, 0x00000000000000000000000000000000, 0x8df9c0ad7f899bbba1a51cbd2a736632, 0xf37c0ddfa33210ec9ebff3ea39f52f25170f5b87376d977b45e0ddfbf775932d, '', 0, '?'),
(0x1e9241e7937f6f0d10f75ad4945f9a74, 'wp-content/plugins/wordfence/views/waf/waf-uninstall.php', 1, 0x00000000000000000000000000000000, 0xcb77786cf84d49006c54e390a50cd4ca, 0x6c81f0fd45a44e312d52e6f67c89ecc870c847c605f7d3dd5e3bc3af99d831a8, '', 0, '?'),
(0x59be4ab4d07cc8ed5b44bd05ec79b159, 'wp-content/plugins/wordfence/waf/.htaccess', 1, 0x00000000000000000000000000000000, 0xa34522784bcaea0e7bc738f6645312b3, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0xa1d848e9618c2bf5a7adadccb00b49b1, 'wp-content/plugins/wordfence/waf/bootstrap.php', 1, 0x00000000000000000000000000000000, 0x5a180ebc85f9e23e3836579377d7209c, 0x1956b6d5cb5111cef8c0f9d45ce871a43b3dce027f9a103cff1f8b4a413e46e4, '', 0, '?'),
(0x580bd517e2af0e5c7368765ddd6942a7, 'wp-content/plugins/wordfence/waf/wfWAFGeoIP2.php', 1, 0x00000000000000000000000000000000, 0xdd87ad289e302c6de689475f59810f33, 0x5e99296fa5429893b9bcbd9f66b667cb7f2ac3569550983f857ec6ec9a753a7f, '', 0, '?'),
(0x00d01344f860f83852a6c7c9b2258186, 'wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php', 1, 0x00000000000000000000000000000000, 0x979dd27de9e06069bde6c279f48d96c8, 0xdcc4dc54dcafb6f89ceb31395e9dd5bbbd5027844ca064251bf26b7cd750d89e, '', 0, '?'),
(0x2510fba2c3079b033703d2e1e5a8b3cc, 'wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php', 1, 0x00000000000000000000000000000000, 0xc079c1464894c32727196ecfd2de8e94, 0x4b445b0e52e0ae9e0ee0830f209eed35b13a6718020e7250372a170e0b581a1b, '', 0, '?'),
(0x4523cdd5e72d7633371903d936ebc5a4, 'wp-content/plugins/wordfence/wordfence.php', 1, 0x00000000000000000000000000000000, 0xff73a4e799b49af1f7bc7876c73f30ec, 0xd18f87b8b4f00b544a75896d79d0158f53e09148d7a87fc534079dbc22a1c431, '', 0, '?'),
(0xf0f2528804562881dab71d9491bdfba4, 'wp-content/plugins/wp-remove-query-strings-from-static-resources/inc/classes/class-wprqsfsr-core.php', 1, 0x00000000000000000000000000000000, 0x36659ac220bbf754991ed708805d1300, 0xbe304455689d7ef8402652acc8072c6e99ebad108629022119b5f86faa3574b7, '', 0, '?'),
(0x901fed1cf66dd22f94d01c948fd0cd38, 'wp-content/plugins/wp-remove-query-strings-from-static-resources/readme.txt', 0, 0x201de0d0cfc8ba4a20f03029f61ce2e4, 0x201de0d0cfc8ba4a20f03029f61ce2e4, 0x64d70a14b709aad1da8f541475a22cebe4f30c3f3286e9f21ae52a855330460e, '', 0, '?'),
(0x67d7680fdbcc44547c18e86929b2dc8d, 'wp-content/plugins/wp-remove-query-strings-from-static-resources/wp-remove-query-strings-from-static-resources.php', 1, 0x00000000000000000000000000000000, 0xe943d019c94edc832bee26a305d8dbc5, 0xa1e10e93079cfae1fef935f06dc307060caa81bc184920c3c163bb421202d62f, '', 0, '?'),
(0x3a3416075e5d6c0b23b669c36e664ed2, 'wp-content/plugins/wp-super-cache/advanced-cache.php', 1, 0x00000000000000000000000000000000, 0x7f18d38986f225dfbdee86991b553e64, 0xd1bc3420a577784bc4c4cb62a80f45cd23653c016628432596aade731a148920, '', 0, '?'),
(0x4d5554cb817d98e44306bad9ba5ea622, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-be_BY.mo', 1, 0x00000000000000000000000000000000, 0x970e6e5501a8a790dd74c5ddb039be67, 0x25d00833fa1ec81d1f98d8ed41621266ea6498f2691de4d308472a19f19a9bf0, '', 0, '?'),
(0xa432bac9caf3f85c84f7ae8226e4c4d1, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-be_BY.po', 1, 0x00000000000000000000000000000000, 0x539fb76b406f6388a4749de12220fd8a, 0x1cde4179ede36810f1d45cb2b45654d5f4a5c53faee4644ee51952a6cc3a1f4d, '', 0, '?'),
(0x736848b0570e677c7066ff665039970c, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-de_DE.mo', 1, 0x00000000000000000000000000000000, 0xd7d6ed013ff7cba30a9c33c0d59ebb76, 0x7acdd96624bbbc062c0e5700f0371efffac0ed3aeeba87a73a6c8f26924b60f3, '', 0, '?'),
(0x7d709d40d24bf992b5e4fb73567c2e58, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-de_DE.po', 1, 0x00000000000000000000000000000000, 0xc6ea9cf1f6c501c714517e60ea8487b6, 0xcba843dde45d5871d70ad3fc0023521cd4e8d8fd57e14b047dfbce1f00b44ca0, '', 0, '?'),
(0x8aeace6c7ac5fe0c0c2ddd6e76a62c08, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-es_ES.mo', 1, 0x00000000000000000000000000000000, 0xc255dad861d87442a75af2350d2a8ab6, 0x8d8c56776ea8b68a256def64b6808c018cae05c5df0dd630649309a5102d3313, '', 0, '?'),
(0x5ba2c24f09c5c8929f23da5521dea5e8, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-es_ES.po', 1, 0x00000000000000000000000000000000, 0x1d573c036a73261d8752e04e4e948089, 0x620f0c06f01cb313bf478c9b71226be63bc06741a4205ff61751a0fe45d75e13, '', 0, '?'),
(0x96a82c49693844b2f5bf52dac467362d, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-fr_FR.mo', 1, 0x00000000000000000000000000000000, 0xb0f32402ee472e8e6cfc5a0d935c3b5b, 0x157dc4c23ed9d74824dfd2947e03941066503b140ff70358aaa1e38644e5b3a1, '', 0, '?'),
(0x0c9e88211fbe5b5e471405a66d59f5a9, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-fr_FR.po', 1, 0x00000000000000000000000000000000, 0xaf5dacd6ef295c597cbb10bf278e2767, 0xe33d78e1605c53e943b9293267e5c4dee80be3d48762f66cbc68ef8ce4b3abd5, '', 0, '?'),
(0xc755fae09768adf07738759db1c5348d, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-it_IT.mo', 1, 0x00000000000000000000000000000000, 0x8da0126602cd2bdb61bcd75da0bea1b1, 0x65e0f827a8248f56db28f098e9270e939166ee2c962f197b8e8556d5ea4c3ea2, '', 0, '?'),
(0x792a7a8ece873e64c6d8455c36f3fbf5, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-it_IT.po', 1, 0x00000000000000000000000000000000, 0xbcd0e40fb98afc53cd60e9c249d31a8e, 0x6cb0bb3e4cde263df4cd09048b0a8f07639b4f38d4b9f8775f76ed80af019386, '', 0, '?'),
(0x7568dcf48ea6e9f5d1fdd5edd87949ca, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ja.mo', 1, 0x00000000000000000000000000000000, 0x04b47c6a1955b39b7ae7d17607a465be, 0x63fd173065558383afa0f96cbbfc8114343682dff8eefb6620125224c2418fee, '', 0, '?'),
(0x8a7318103785d1a2f98267c505b0c665, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ja.po', 1, 0x00000000000000000000000000000000, 0x72844117d88f9d8d972e2595385131e7, 0x4caf01e102b0fb35128de630211c4429b809ddb7a8c5c64170ddb28a1f6ce63f, '', 0, '?'),
(0xc6a8802cb8a14e7ad02c3a5bb80cce43, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-lt_LT.mo', 1, 0x00000000000000000000000000000000, 0x95894109f122207600527e5879f2bd23, 0x597c5f14531eef1d094d453513ec76fa72b9e694c65a47d43fa4c774db166a05, '', 0, '?'),
(0xa4466c8ad856f18cebd9544755ad60b6, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-lt_LT.po', 1, 0x00000000000000000000000000000000, 0x523461aa76b9aea77ab194e9bd98479d, 0xbcfee329dee7784242d7509f60b34afb14b6c959df62ab106584fac992869787, '', 0, '?'),
(0x4145038daee73503760ae87b2907b17e, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ro_RO.mo', 1, 0x00000000000000000000000000000000, 0x1419898a90e572daf855734d3d1587c8, 0x4932d08625f99561245a5647b78ef2537e3f2cca7516bbdbe70e55d17b73701d, '', 0, '?'),
(0x81cb6e33284133c21701c15fb49df68e, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ro_RO.po', 1, 0x00000000000000000000000000000000, 0xfcb876ab4e131fd70824ef7a8601e589, 0x052079337faccd291b6b001f35df0c7ecf5b77d1a43da80de8ec92bce9cb0451, '', 0, '?'),
(0x07e2eccd79c9fe16b773cf34db81e786, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ru_RU.mo', 1, 0x00000000000000000000000000000000, 0xbcae00e59b05394b55a563d7bad3aad7, 0xe9cface6dc7e259b000e9ef326fda2f4304b846ccf65c8aab0cc490594c1ac17, '', 0, '?'),
(0xed4f02c91a2481629d35e5f939ec49d8, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ru_RU.po', 1, 0x00000000000000000000000000000000, 0xc473901fa20a61433663ec3fe724af71, 0x1f9c2c9db6b4161d447f1dee07aedd13488d28fc3068185c5da7688727bb826c, '', 0, '?'),
(0x0f1e62cec3808773128982289e4d83d3, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-sr_RS.mo', 1, 0x00000000000000000000000000000000, 0x59f7eb91fbb47682c7da15acc7522dac, 0x07229c7b96b3c3028c734f1c088851de8a3e370915ec48b7e420141de968f6e2, '', 0, '?'),
(0x3f55c9a0940651e72de2d599e3bca34d, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-sr_RS.po', 1, 0x00000000000000000000000000000000, 0x4cf87dbf7826905f785da56ab5b72714, 0x954d40619166bc15da5ba2a2e1ebfb32f6a779bcf49fed47c7b95806ce2a47fb, '', 0, '?'),
(0x44318030eca75e38545b2671a41af8d1, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-sv_SE.mo', 1, 0x00000000000000000000000000000000, 0x08e87f2b9e6f78dc662939c8d48e0e6f, 0x1ea0e42f0c3b08db4794c60aabce512d5da580f87d649f841320fe2063f3e9e8, '', 0, '?'),
(0x51a5b0dd76b9a87c5ea5f63b09c2bd63, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-sv_SE.po', 1, 0x00000000000000000000000000000000, 0x95796e36bb0893dd5792267eccee61a4, 0xb09f514b2962a2e6322b94f7ae835a8397d19d1cd9da64557fbf998302d88591, '', 0, '?'),
(0x2a768f1721af8b79977e98ce2b0a2dc8, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-tr_TR.mo', 1, 0x00000000000000000000000000000000, 0xb85cfed92f1dd9899050afdf92bd510e, 0x3f6fd4c2733ff6ae51cc038f06690632097066444cdd7861b7775f8928d23f39, '', 0, '?'),
(0x0b9b40b3d46d74be9a594bcccb8f5174, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-tr_TR.po', 1, 0x00000000000000000000000000000000, 0x96f1b99845258ec1fa871d74b7129530, 0xbddb385efe1efba9058fc6a067832c8167a9abe17146b34ea49c22eced06dc21, '', 0, '?'),
(0x1b4d34ee1e284e52c9519328a9af8d50, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ua_UA.mo', 1, 0x00000000000000000000000000000000, 0x0d41844065fe845f0d93fcb21204300d, 0xf384fcf22e85920ffb748c7a974a431c13e9299e685f4e083ab8e67f44d23740, '', 0, '?'),
(0x8850b9b673c90e2249298055e5af28a5, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ua_UA.po', 1, 0x00000000000000000000000000000000, 0xc320e991e285549cd71ccd940394a27d, 0x302d88381a50a5c1f4afc6adc2f121abcd3d98df30b79986b489d3feee0d3023, '', 0, '?'),
(0x52574efd13b230564126181cf89ddf16, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-uk.mo', 1, 0x00000000000000000000000000000000, 0xede3b91b4a4ca4a4b145ab979f285666, 0x2e6747e7321fbd9f1d7aa9235cd2aca600bd55ddb0065c2aacfb481af5b3d7a2, '', 0, '?'),
(0xbedd316e7d9b5098703362b657a815bf, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-uk.po', 1, 0x00000000000000000000000000000000, 0x6387a5f7e387fbe6ee9b719163930a48, 0x0acc3912dd9a06518245bfa13ab25c81a63f0d11963323ccb241ddccef3f9765, '', 0, '?'),
(0xe7be5772d8761c096a82958b0b26e37b, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_CN.mo', 1, 0x00000000000000000000000000000000, 0x632697ca9f343f06b265a5d22f8e7a67, 0x79d9a41d86ac14fdadac850e8496a38d9bfb8d5fd006d7d2081e34a8a6400bc3, '', 0, '?'),
(0x0b04a0376b21439f0d68b583424cb452, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_CN.po', 1, 0x00000000000000000000000000000000, 0x3f319746bac32941414d6db6cda071f5, 0x319ac3bcedd542d72e8062fe285c8e1d5a1833b4a627d4a622d6133ec5d454ed, '', 0, '?'),
(0x64e1f191e4b5f5fbc1abcd90a9ff57f0, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_TW.mo', 1, 0x00000000000000000000000000000000, 0x698c4150b65e9ab28105509bcd0b4dee, 0x9dee4123552f670272d61eab0ae1e54d9af80b0096c9f623df6dc62433afd731, '', 0, '?'),
(0x9d097f980d4fb238eff8798e32741f3a, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_TW.po', 1, 0x00000000000000000000000000000000, 0x232774a3a578a1904014a5c0a4427a81, 0x7aafcbb1de7789095eb6272c2d7f8b312c8177eb751e886c5aa5906bcc5b9770, '', 0, '?'),
(0x71357b10813875c064e0cbada75afbe6, 'wp-content/plugins/wp-super-cache/ossdl-cdn.php', 1, 0x00000000000000000000000000000000, 0x5df4f560dc5117fd946a5f1b9bc26c0a, 0xc7e02dfc47b08163d98a4bf9c179897aac04560641950b06cc2e702757c9cbd7, '', 0, '?'),
(0x12231f96054b4264045b5c43659fdc32, 'wp-content/plugins/wp-super-cache/plugins/awaitingmoderation.php', 1, 0x00000000000000000000000000000000, 0xa1ed2ca3abaa20bec282f61e60b9a0ea, 0xcd015c548b14cb3997eb4aa415e196d8c1e046776a367ec9ec7ac9054dd1b805, '', 0, '?'),
(0x974bab56b77e5cf095bcc97e80194c1b, 'wp-content/plugins/wp-super-cache/plugins/badbehaviour.php', 1, 0x00000000000000000000000000000000, 0x9400d3d154f7bc6827f3f83d192c49c8, 0xc903c5c123afeaab07b6b3ae7a80a2381289deb54956437660d1e2cde3f4748b, '', 0, '?'),
(0x56250af9c4424d3a63d84e168269f4bd, 'wp-content/plugins/wp-super-cache/plugins/domain-mapping.php', 1, 0x00000000000000000000000000000000, 0x420ae97a9c5cc677ca57ac1676e569a1, 0x366b1e346e7cf10aa8c3192dbee79fb262584e24613d6672148da3481282fe04, '', 0, '?'),
(0xd1727facf35d523c44da919c3dd649dc, 'wp-content/plugins/wp-super-cache/plugins/dynamic-cache-test.php', 1, 0x00000000000000000000000000000000, 0x6aead89f7014508fddd2177855839a75, 0x913c91e42e1ae7304d6b40a792b81dc0e4bfc7f865910478916f088428384ed0, '', 0, '?'),
(0x0275ee6359624b09d418a7e7187988f7, 'wp-content/plugins/wp-super-cache/plugins/jetpack.php', 1, 0x00000000000000000000000000000000, 0x7e663210540d18719ca4a2f3a013cd72, 0x70ee72b1eca4d04141af21541e99ac880b8e822b4fd56261ce52da90339a4130, '', 0, '?'),
(0x9da4716e4b1e1f5311472d53d5e5f13d, 'wp-content/plugins/wp-super-cache/plugins/multisite.php', 1, 0x00000000000000000000000000000000, 0x8379b7b3628b6509c599f21610269ed4, 0x7e38da25154aedfe75e2ed4f8637aabdab10d5a04959f7b7c41a9d70ed577dc4, '', 0, '?'),
(0x489e1e4ecc350aeaf244d12c506f0e84, 'wp-content/plugins/wp-super-cache/plugins/wptouch.php', 1, 0x00000000000000000000000000000000, 0x1ebf0bbcda9224f7f8d08cc5d0e40701, 0x5fb2fa5472b820e71f98d5a11eb962a9e24ded91e39e81e5b527f6826986969f, '', 0, '?'),
(0xad3c1eafb8f610930e8cd2574363036b, 'wp-content/plugins/wp-super-cache/readme.txt', 1, 0x00000000000000000000000000000000, 0xd730fe272d471f8254d7d500a740a9a5, 0xf82a2750780edb7d6f230223f6d6f31acec3110600da489adea4855555d8d417, '', 0, '?'),
(0x6d10c3995ac069a20f33023d39ac02a3, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-delete-cache.php', 1, 0x00000000000000000000000000000000, 0x089eb7e57096d381059c1f9e6c81f9ab, 0x60e1c259cf2c5e46d75c48d3e853b40f99e822d618571424d7df0b22c8e265b3, '', 0, '?'),
(0x312d4205327fbcde74b635cc018a358f, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-get-cache.php', 1, 0x00000000000000000000000000000000, 0xe588848faee1a322b90fa1ecfc91f30d, 0xc37bf282ddfe462c5b831e7f31499d0fe461721f480888923f0531727005a035, '', 0, '?'),
(0x134b0c6522c5649b02b136a5e9381149, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-get-plugins.php', 1, 0x00000000000000000000000000000000, 0x27e2358fc3dc93c2e9252ad73aea2200, 0x1d0e4fc880d699e9239870ce42e7b39f0a6479f93f6fe0d5d4d745628684dc99, '', 0, '?'),
(0x2dcd644193a3f9bf7f8dd6d41ea51509, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-get-settings.php', 1, 0x00000000000000000000000000000000, 0x6a3f3c3164065c88ecbc363493d4fe15, 0x5ade6f5f134fbf8ccb31188f27b38829eac2f7bbb173ee09183eebf10aa8341e, '', 0, '?'),
(0x75f4cfa792e565a4508ea561c26d12fa, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-get-stats.php', 1, 0x00000000000000000000000000000000, 0xfd98209e12fae000c7dd145e507c2258, 0xf16e4b968e4811ba689871cd062f5a1948b577b81ea8e866afc61389ae907ec4, '', 0, '?'),
(0xfe18a38ad6535fa5ccb608586af4b052, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-get-status.php', 1, 0x00000000000000000000000000000000, 0x9676f02f71f4385524010d3362566fa2, 0xccba651066640828aba759cc754443e1ecb5067a40929d21148b82aa4caa26ae, '', 0, '?'),
(0xe482e50abaac1822334cfa9546718a8c, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-preload.php', 1, 0x00000000000000000000000000000000, 0x7ffd81ddf29e6f5e1fadbb008d80cccd, 0xe889a8c85cec5dfe80473dc224e559cb946b02142aa00c7e860796b08d5d7eeb, '', 0, '?'),
(0x9f649048cf7278042262c007198d7639, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-test-cache.php', 1, 0x00000000000000000000000000000000, 0x215f00e43ecb3382ef1d24f9710250de, 0x4992057cb39cfeef3bf181b79c09a8deaa44d05aa72c43228dcdfe7ead3146c8, '', 0, '?'),
(0xbd9f67cdaebb8e426efb1f2aa5c30d34, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-update-plugins.php', 1, 0x00000000000000000000000000000000, 0x761be5f7590e028ffc94309f03a57e5e, 0x7b214659cb038fba4cbdb8907f2ed1562e1adc127b2ba43bdf51dc99a95191b5, '', 0, '?'),
(0xe4814b422bac7ea97b5d7a197eae29b6, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-update-settings.php', 1, 0x00000000000000000000000000000000, 0x56955e4a2097655201e0c0ce025a6763, 0xd98fb4fb803ac3858962e6dc711a634b12731b8879de10111f007626464e5b46, '', 0, '?'),
(0xcec09c5a69ca0f27cf568def35e0a393, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-settings-map.php', 1, 0x00000000000000000000000000000000, 0x881eb6dafd253bcd1d63f796d96aaf97, 0x84cba4ba6084ab48c4169a27899f0ce484fbd2dc652bdd516e98df808e92e306, '', 0, '?'),
(0xa07eae8fcb2704f221686b035681b748, 'wp-content/plugins/wp-super-cache/rest/load.php', 1, 0x00000000000000000000000000000000, 0xed1171c552a22a331f6deaad710c8107, 0x0687cf486a66e137d297151d2aafccfbc035fd207267cd4e0ffc465f967d00f1, '', 0, '?'),
(0xdec9646cf6537e99e362b4e3fd1855c2, 'wp-content/plugins/wp-super-cache/wp-cache-base.php', 1, 0x00000000000000000000000000000000, 0x84b677ea76595319fcc67171ac85d694, 0x5b5678168c6d5b9f8bb32bb4df4d400deffb6ffe85d3f68b8c9dc6c682e4f97d, '', 0, '?'),
(0x1797ab85a76618735145eb5fc9c95d66, 'wp-content/plugins/wp-super-cache/wp-cache-config-sample.php', 1, 0x00000000000000000000000000000000, 0xc593f7b32a20223541f6d7456cf321c1, 0x0687e7468fc53fae2c19540f43cbf816b4fd269bfc0a2122be79dab2abccd5de, '', 0, '?'),
(0x6263d3a10f220391bf8a547c843e4163, 'wp-content/plugins/wp-super-cache/wp-cache-phase1.php', 1, 0x00000000000000000000000000000000, 0x8b05f36a9aab661ec674804cbf4ca87f, 0x2129f1f33173256c37a778d4a8d8b3e5d2599a1656e5545ee30388c608ffea51, '', 0, '?'),
(0x73e608436009556d770785a7f00724fd, 'wp-content/plugins/wp-super-cache/wp-cache-phase2.php', 1, 0x00000000000000000000000000000000, 0x77c799c0e9b507158af84bbfbb664e82, 0xdabaa9e127c068c72b96016bdab655d64abdf024175d3a72a3289e9f854621e4, '', 0, '?'),
(0x20a22b2696fbd98c67e589c4ad595368, 'wp-content/plugins/wp-super-cache/wp-cache.php', 1, 0x00000000000000000000000000000000, 0xe18610c0df035b66687f69655def4712, 0xd8cfadb5f93f85171effcc7b6eb8498dfa52d59489cf37723d0db27bc3ef53f0, '', 0, '?'),
(0x6085ff876b85e891d89ed627ba166b35, 'wp-content/plugins/wp-super-cache/wp-super-cache.pot', 1, 0x00000000000000000000000000000000, 0x3f34bc70c3269ebb5795bb2cdebdad12, 0x257d34b3ceba8b0dadab68cd568d2702c3108fc9195c1b751b5b278669affb5d, '', 0, '?'),
(0x1d8e9a83ac4acc7d46b7df4500de39b3, 'wp-content/themes/index.php', 0, 0x67442c5615eba73d105c0715c6620850, 0x67442c5615eba73d105c0715c6620850, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0xe3bdbf5e84f53e4cc67eebaf89e9ff6f, 'wp-content/themes/poolservices/404.php', 0, 0xa5c28e8ca409a76be621998987c4f9d5, 0xa5c28e8ca409a76be621998987c4f9d5, 0x8afd1d7a9d786ae1642de6429f43292e084df1ad692528f672836f45e6a6ecef, '', 0, '?'),
(0x1864d77cedf6a4244be0fe75c4c01951, 'wp-content/themes/poolservices/archive.php', 0, 0xd364385a6bf26db8cb27fbdc0e0b298f, 0xd364385a6bf26db8cb27fbdc0e0b298f, 0xc36324151ba5e087892670f977d5908776da1124e9da4299c28a4a3a211b91c7, '', 0, '?'),
(0x09887f0369240cd54f5dfa1be45c5f01, 'wp-content/themes/poolservices/attachment.php', 0, 0x65e55f0a2f7765d26d68157dd5786597, 0x65e55f0a2f7765d26d68157dd5786597, 0x8742243c253e09a98a290f7430c12144a1aa3c764c2cf8a028982ae1f9fb5f4d, '', 0, '?'),
(0xc13475f1316b7b8d115de40116fcf5fe, 'wp-content/themes/poolservices/blog-clients.php', 0, 0x17b8abc9c9ca457b8be4734da195b195, 0x17b8abc9c9ca457b8be4734da195b195, 0xbd38900e19571ec6c17cb0ccdf0908f7a0d27db8ef2e3f9d6497489ed93f5604, '', 0, '?'),
(0x153d204d027855965e856fe03e7cba09, 'wp-content/themes/poolservices/blog-services.php', 0, 0x2240e696d37ac00880957f033eccd60d, 0x2240e696d37ac00880957f033eccd60d, 0xc073a4517053c6f1def01ec3e21141142835d103c8247137627b541255d1691f, '', 0, '?'),
(0x16725c8bc0d3fb9d2ef180f9ee825392, 'wp-content/themes/poolservices/blog-team.php', 0, 0xcc570309ae53c9e534da66d76f73ec50, 0xcc570309ae53c9e534da66d76f73ec50, 0x4361ee5de2c165bdaeb6c1d5c1418bfc0f78bd9dd8abd10918bc2712eeafe0f6, '', 0, '?'),
(0x0fb8bc0d1d2d667749ee2b381337c468, 'wp-content/themes/poolservices/blog.php', 0, 0x894a6d0c430c1d2a3e57c7f8f0176c65, 0x894a6d0c430c1d2a3e57c7f8f0176c65, 0xdeb691791f07bb27849b5f32ac32636a2428f5e1362eeabe08793fa4e09a6238, '', 0, '?'),
(0x61bd931eed5581d35ebc213b43e3d3db, 'wp-content/themes/poolservices/buddypress.php', 0, 0x4b1661b72016d9578b5b1f568564c716, 0x4b1661b72016d9578b5b1f568564c716, 0x37354676aab6d168abce3e754d8d1e00c2100ef22e06fb647ef718d0f401b8dd, '', 0, '?'),
(0x1ca0f60ddbac3a44a05b59f10a44a126, 'wp-content/themes/poolservices/comments.php', 0, 0xfab86e7173c932e3de539e56c82f433e, 0xfab86e7173c932e3de539e56c82f433e, 0x46353bd58775e3a3f27ee926bdf13dc533e64dd357cc070a4bdbade68eef843e, '', 0, '?'),
(0x7cf25a818d1242a6282192cc20e639bf, 'wp-content/themes/poolservices/css/font-face/Amadeus/360504151-Amadeus.svg', 0, 0xb9fdda418360b86483707043878ec668, 0xb9fdda418360b86483707043878ec668, 0x67d2c3d8e66616f439694ee57a83ef27d9aef5d9ac7363cb048658d42f1537ce, '', 0, '?'),
(0x9fc6a8d1ccef8277a739151835b0915f, 'wp-content/themes/poolservices/css/fontello/demo.html', 0, 0xd406bdd5d4404d44d4b023bdac6c409f, 0xd406bdd5d4404d44d4b023bdac6c409f, 0x8fb1c78ef50ce4d0ded44f95454f7574ff60a40c82403cb6a0f53f336ea2e1e7, '', 0, '?'),
(0x227c9a7b7728e5101ac1cf273034e411, 'wp-content/themes/poolservices/css/fontello/font/fontello.svg', 0, 0xb0057e6e249cf0318ce7cc0d0ce6066e, 0xb0057e6e249cf0318ce7cc0d0ce6066e, 0x43e1b7d1ed71b79aead213c937529f8daef609b6f1fda355718520243de2c3c0, '', 0, '?'),
(0x00e14ede8b4a668201a6de59acd0129b, 'wp-content/themes/poolservices/footer.php', 0, 0xe967a19fab8c59340a4f9131c8aa6ce2, 0xe967a19fab8c59340a4f9131c8aa6ce2, 0x13c8aaabad78f8822e238a817e9defcf15b1aac6b4552840d6a3b32d3ee3937b, '', 0, '?'),
(0x09d1aebe5303c50ac98c036c239f341d, 'wp-content/themes/poolservices/functions.php', 0, 0x3094b3b932102ab22c5bc9065f98a3c4, 0x3094b3b932102ab22c5bc9065f98a3c4, 0xe085467c8f5e969547618cc0a6c4220d3a89928839358bb00ec3779d09d2acc9, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xd636c1e92ca064652cbc71abbf58e9c3, 'wp-content/themes/poolservices/fw/core/core.admin.php', 0, 0x214bc8702e8b3e156b7421545e501213, 0x214bc8702e8b3e156b7421545e501213, 0x6fe71d4ccb1eff134672a78cc1b9c1b0d475187519dd0aa53d00244f9f8d2425, '', 0, '?'),
(0x33dee0846a2430599727dcd62b683780, 'wp-content/themes/poolservices/fw/core/core.arrays.php', 0, 0xf73aaa70717a620edf9212a570273a23, 0xf73aaa70717a620edf9212a570273a23, 0x914420fae60b553b6e1229046afdf60cc120e7e5693995368f9ea7a097b7b623, '', 0, '?'),
(0xf18a4d6b42b458da2073baaf54367f72, 'wp-content/themes/poolservices/fw/core/core.customizer/core.customizer.demo.php', 0, 0x340303920b0e84124b772c042979b937, 0x340303920b0e84124b772c042979b937, 0x574054007a8b7a789b0712f4d86688f61d95b14c655302c4e5cc7f8d061aeb75, '', 0, '?'),
(0x723c7d05fa3e5abac4175154d9202418, 'wp-content/themes/poolservices/fw/core/core.customizer/core.customizer.js', 0, 0x8b2e49f016fb07a9bbee455fe0d6540f, 0x8b2e49f016fb07a9bbee455fe0d6540f, 0xc005e0fb628934e0f84a2384a8c8cab8e0a530f81f81e2c933b0a40468a21bb9, '', 0, '?'),
(0xaad7a8d6cd1bc34aa91e45036fffb6a3, 'wp-content/themes/poolservices/fw/core/core.customizer/core.customizer.php', 0, 0x51f3382f730611fb91b93c8997b70453, 0x51f3382f730611fb91b93c8997b70453, 0xeb04ae74ca1535594a112e0b22742adb847de0be536d9532065f075815c77741, '', 0, '?'),
(0x0ef635e746481bbea29c772f6bec5a40, 'wp-content/themes/poolservices/fw/core/core.customizer/front.customizer.js', 0, 0x6f4341df80a2282f1ab6077f339021d9, 0x6f4341df80a2282f1ab6077f339021d9, 0xb879e18e0c1f41b36a3791991d2decd5af3bfe88b60ae0922ba7e9d784596bd1, '', 0, '?'),
(0x415d2da8f13f19902916340e2d220a30, 'wp-content/themes/poolservices/fw/core/core.customizer/front.customizer.php', 0, 0xd415bf5d3d74cad29fbd5ccd7d3af42e, 0xd415bf5d3d74cad29fbd5ccd7d3af42e, 0x169c544386310c353fe962ca99d7ae665e9b030c1798e0895df7000fb1cd8f94, '', 0, '?'),
(0xd6c342d7f3a620eb2253163ce7f66957, 'wp-content/themes/poolservices/fw/core/core.customizer.wp/core.customizer.wp.color-scheme.js', 0, 0x76630b6ce668d1d3af8c139b4f2bde49, 0x76630b6ce668d1d3af8c139b4f2bde49, 0x2845daf1c069af80e54986fe15b5dfda0eadfb1d8110f7b93ce0985167d70c5e, '', 0, '?'),
(0x4b2ec368329e78659914362511c9c50c, 'wp-content/themes/poolservices/fw/core/core.customizer.wp/core.customizer.wp.php', 0, 0x0e15a59236eeada19b5e8e84961ca64c, 0x0e15a59236eeada19b5e8e84961ca64c, 0x0c46ac7a6a4d2f8ea3198876db8c5479743e89910d3c4706151d185ad956875d, '', 0, '?'),
(0xd8ca1a68c6ae9b7573b7027b6a24776f, 'wp-content/themes/poolservices/fw/core/core.customizer.wp/core.customizer.wp.preview.js', 0, 0x816a1b4046cf0d77684658afcf9ca008, 0x816a1b4046cf0d77684658afcf9ca008, 0x13f6dd6ec8b6cbc97bc6f1a35e50a6813b545af60b0649687f459ed9092c0493, '', 0, '?'),
(0x88bb091b60a7ed7086b2cfa50943a434, 'wp-content/themes/poolservices/fw/core/core.date.php', 0, 0xbf44f49498cee1ce9f153b8b4cb07dbb, 0xbf44f49498cee1ce9f153b8b4cb07dbb, 0xdeebfcc1497b66d00c25ed438d625e2dc4d8af55e1cfae44bd20b4194c615b9e, '', 0, '?'),
(0xbf230ad2f913d6cd6f9b4e8683f1bcb7, 'wp-content/themes/poolservices/fw/core/core.debug.php', 0, 0x421e6019e122758f502584ae8e6a736a, 0x421e6019e122758f502584ae8e6a736a, 0xe0a5a30062f5348f8abfa529bd27ab4abca8325a9b833ce4f753aacbb009c266, '', 0, '?'),
(0xb021024d1c02b206135be4e739ba3eae, 'wp-content/themes/poolservices/fw/core/core.files.php', 0, 0x8153c71c83b11a6fed0e5d2faa7d72de, 0x8153c71c83b11a6fed0e5d2faa7d72de, 0x3242ed8e12d0367f68740e44271411148e94538a23c0c2992881da96e7d4fd80, '', 0, '?'),
(0x83735de0c25f6eb2dbc33bb2d2865502, 'wp-content/themes/poolservices/fw/core/core.html.php', 0, 0xe4ef58edf521980158bdaa8e859a0ad5, 0xe4ef58edf521980158bdaa8e859a0ad5, 0x46383be3d9032ea2ae2f6078649d92d9c9026ddbd5f7cd8d2ef1f24e5edd73e2, '', 0, '?'),
(0x85dccc7307e11a23a5ab356cc3f8d33b, 'wp-content/themes/poolservices/fw/core/core.http.php', 0, 0xd8f1fac0cbb816e63eb7d8ecd9c6dc83, 0xd8f1fac0cbb816e63eb7d8ecd9c6dc83, 0x11c444cc7ac12128876b4119651283346481baac518793901735d1e257fbc335, '', 0, '?'),
(0x31b0828f2b606eb48a530a63d0a82f7f, 'wp-content/themes/poolservices/fw/core/core.ini.php', 0, 0x7d13947b38881b60c7888b86283874b9, 0x7d13947b38881b60c7888b86283874b9, 0x253bc9180275698b3d7fcd8d08f25b27297409161722fefdf4058873ad32f271, '', 0, '?'),
(0x1bcb87232fdea4e6740294f5ae96ad96, 'wp-content/themes/poolservices/fw/core/core.less.php', 0, 0x7e09eb96581a7a16d3d9262827b74f89, 0x7e09eb96581a7a16d3d9262827b74f89, 0x06206fa6b499da6ef65c19f50c2dfa29090586e1fb658df470ef57029154c5aa, '', 0, '?'),
(0xf678037f4acf179fc6bf9c07270ea834, 'wp-content/themes/poolservices/fw/core/core.lists.php', 0, 0x1e68e46f2489985068f4461d5ef908c2, 0x1e68e46f2489985068f4461d5ef908c2, 0x097ab3bb16ef345a779c214f16f2268f9a92ada468333b814b271046a0060564, '', 0, '?'),
(0x0c135719a5c55361c582be2b008bc2d8, 'wp-content/themes/poolservices/fw/core/core.media.php', 0, 0x141a3fc77836060341930d0c15e071e1, 0x141a3fc77836060341930d0c15e071e1, 0xc81cbcae01b41ec96a0957bb7dd8607a1f785929c4cdcf0b832b2ff0598f9572, '', 0, '?'),
(0x00effae6cce23e996ba24971d8058f06, 'wp-content/themes/poolservices/fw/core/core.messages.php', 0, 0x1ade160befbe20480a6686a42130b889, 0x1ade160befbe20480a6686a42130b889, 0xc2178b2084c30e1f9aea7d38cde7b18271da798650763b95f8897f5f7b9b5824, '', 0, '?'),
(0x47bf3f14ad988588b1296c25b5276ecb, 'wp-content/themes/poolservices/fw/core/core.options/core.options-custom.php', 0, 0xb15e1e87ec46116e95feff4d097c91ba, 0xb15e1e87ec46116e95feff4d097c91ba, 0x0da898ec822d97969f6185bd60b6366e68f85d4b81e4994bfff408748d19db60, '', 0, '?'),
(0x3e65cd2ef9343bfebeffd7cab5539483, 'wp-content/themes/poolservices/fw/core/core.options/core.options-inheritance.php', 0, 0x0760cfb9b91b47b475cd561a458c8036, 0x0760cfb9b91b47b475cd561a458c8036, 0xe5c28debbb82c4a0189fbac6cd0d28a6d96c6d750a3eb919b278b494fa4fc683, '', 0, '?'),
(0xceba1f33ae564e78493bf0f00daa1105, 'wp-content/themes/poolservices/fw/core/core.options/core.options.php', 0, 0x2a5a74bbc9b028ca8264e3df54625dbd, 0x2a5a74bbc9b028ca8264e3df54625dbd, 0xe5a54f4aadec0bd7b45ed718a69a5a2467b4b8a1ec2b550150b20010eb4eeb39, '', 0, '?'),
(0x6ff74b7d61838e355b28adb9d11832c5, 'wp-content/themes/poolservices/fw/core/core.options/js/core.options-custom.js', 0, 0x646f6006af9a373bfe7f9bb69f8babd3, 0x646f6006af9a373bfe7f9bb69f8babd3, 0x34b4f96be975d18cf5db2615329074088f416484374c6aed4dfbf13808e34913, '', 0, '?'),
(0x2357a74aef5f5bfb12957a02722f5827, 'wp-content/themes/poolservices/fw/core/core.options/js/core.options.js', 0, 0x0dd51b6114d1e28de25e42438c5cba7f, 0x0dd51b6114d1e28de25e42438c5cba7f, 0x02dbdacae4fa942c0dce2b9e284ddab77fa3b007845fc3f455fc4dd11a01deab, '', 0, '?'),
(0xb056b2f94ae1ef3a9b049c1cbd8c617e, 'wp-content/themes/poolservices/fw/core/core.options/js/jquery.maskedinput.1.3.1.js', 0, 0x6c43746fe141d8fbba5efd5892f09d9b, 0x6c43746fe141d8fbba5efd5892f09d9b, 0x1861f6a151fd30a365e780289ca04847583c828bc833e51547358d1a69638056, '', 0, '?'),
(0xd9e96e4bafa863743e4bb8a16a7be45b, 'wp-content/themes/poolservices/fw/core/core.options/js/jquery.maskedinput.1.3.1.min.js', 0, 0x3bb5877a71c98cda31f97c74b384fd37, 0x3bb5877a71c98cda31f97c74b384fd37, 0xda70bdd8544564665b76f70486cd46e12bdef4076d14eedd153bfd19b9c0ee1d, '', 0, '?'),
(0xed28a365fa60f1fd6335fcd37292ba2b, 'wp-content/themes/poolservices/fw/core/core.reviews.php', 0, 0x9de4d4e8d15d22e3fbe51139baf93763, 0x9de4d4e8d15d22e3fbe51139baf93763, 0x06ee1740a83b115c5d89d086e82fab51e29d4fa6d0e693eed2d5a6d11a150a5d, '', 0, '?'),
(0xdd24f422caca9dc19ac902a01bb560d8, 'wp-content/themes/poolservices/fw/core/core.storage.php', 0, 0xae103bf8845779f1dea9cc01de07f16b, 0xae103bf8845779f1dea9cc01de07f16b, 0x3d7258893e456f6be4f5267c301f0e6be7f91a71972afc1366554f9ffad4d2d0, '', 0, '?'),
(0x4aa16b47bf40a2a38613aab4c6e8c5a1, 'wp-content/themes/poolservices/fw/core/core.strings.php', 0, 0x98e8e04f5c7039970f764fff2d604ed1, 0x98e8e04f5c7039970f764fff2d604ed1, 0x1350235ed516e3ac1e95d58bd9a2ce3eead38b0ec01fff0b714f343cb220a490, '', 0, '?'),
(0x213550ca9826495292292cb60c243b83, 'wp-content/themes/poolservices/fw/core/core.templates.php', 0, 0xcb5ea86c2c81cedee52c0b9d90754f4b, 0xcb5ea86c2c81cedee52c0b9d90754f4b, 0x89a078aaba59663e460557fd03ef1e16dfff13b69a367aa84ac3e2e26106a1c5, '', 0, '?'),
(0x279af03a25f5034ab967d6257742bfe8, 'wp-content/themes/poolservices/fw/core/core.theme.php', 0, 0x75fb49c69d1705d429dbdc109bf4e095, 0x75fb49c69d1705d429dbdc109bf4e095, 0x2c87d1749a7ed881ebcf5d65cb8adfa79f03eb917e8cade42abc9676ac5b04cb, '', 0, '?'),
(0xe254e868e6db598821f3189b0546cc2f, 'wp-content/themes/poolservices/fw/core/core.users.php', 0, 0x63c28e69333e2dbc13f986c24b434af7, 0x63c28e69333e2dbc13f986c24b434af7, 0x35db74ca167ba866324c416210677c4aed735899e38a1b9f2fd2cb17a037bafb, '', 0, '?'),
(0xc97754246d98952451c501d0fe331e78, 'wp-content/themes/poolservices/fw/core/core.wp.php', 0, 0x1a0382fb45d5d363a35ce70032355198, 0x1a0382fb45d5d363a35ce70032355198, 0x1ebb7bd358cd65d4bf979065dcccb01e1dd13ce81e8d2789592f64dbdd577bb3, '', 0, '?'),
(0x3ed8825823f3bd4e3fb9059f034b4c16, 'wp-content/themes/poolservices/fw/core/support.attachment.php', 0, 0xf9dbea5b741d7548129460f0fb27c6b3, 0xf9dbea5b741d7548129460f0fb27c6b3, 0xf57b951db257b076e78236909313db0922261eae18cfbfa12fba6f125831e10a, '', 0, '?'),
(0xa660a05fdf72fc0d24e38d5698665215, 'wp-content/themes/poolservices/fw/core/support.post.php', 0, 0x6f4e6b4a2e9f822ae6dbf70de72c23e6, 0x6f4e6b4a2e9f822ae6dbf70de72c23e6, 0xad372b9f008312ec5d65ed38f20d54e174cbe89142fc7efba6a5fb6e88e9298a, '', 0, '?'),
(0x956b9792013c5d1311a407a991925719, 'wp-content/themes/poolservices/fw/core/support.post_type.php', 0, 0x4105f88bcf6f603aedcd3e50c02af9f9, 0x4105f88bcf6f603aedcd3e50c02af9f9, 0xf579efaf389058109a38796b47a0ea3ecd4320bde6e648f68d7ede47e5115672, '', 0, '?'),
(0x5e84a496aeccb7a9821522acd262aa7d, 'wp-content/themes/poolservices/fw/core/support.taxonomy.php', 0, 0x105460f52b11db32fec917a3d8e3300b, 0x105460f52b11db32fec917a3d8e3300b, 0xa706a1a83830605446f19c5a29db9025118404a77b9967c413a76ed7d8644d35, '', 0, '?'),
(0xec5fe815dd972ffd3a73cd3fc3cbcf07, 'wp-content/themes/poolservices/fw/css/fontello-admin/demo.html', 0, 0x3c98f02d78a94211384e8f513cc526ea, 0x3c98f02d78a94211384e8f513cc526ea, 0x0d645bcb532a681d8453e452c108b286a2c14caaadd30da031a99367d11a1b97, '', 0, '?'),
(0x8cb01d2841bd5ec2421852a2c293abc3, 'wp-content/themes/poolservices/fw/css/fontello-admin/font/fontello-admin.svg', 0, 0x2ad4d1af1ef98f17ea1f4460a89103ad, 0x2ad4d1af1ef98f17ea1f4460a89103ad, 0x6a12f802bc0042d35ce342624183927263c2e1e46b9575dcffd53b0727364e54, '', 0, '?'),
(0x3924e4cd03e7a861672b31b7aad7216e, 'wp-content/themes/poolservices/fw/js/colorpicker/colors.js', 0, 0x5386bdf829e985e3228950d3465816bf, 0x5386bdf829e985e3228950d3465816bf, 0x26f1e9e5ad8276e09d1d7fa67afa02e5dc769d61fe8c2edfb2387f58b6c6f7b1, '', 0, '?'),
(0x6b8172b6a0924566d31ca9b897760aff, 'wp-content/themes/poolservices/fw/js/colorpicker/colors.min.js', 0, 0x9a133e341cf19e351b380e5fa21f95e1, 0x9a133e341cf19e351b380e5fa21f95e1, 0xc99e44e960fede594215fd484df3b4f4e7cd16f262756ad540e60b87dd43770e, '', 0, '?'),
(0x4f861f5234bdd8b40251e364c2d3e35a, 'wp-content/themes/poolservices/fw/js/colorpicker/jqColorPicker.js', 0, 0x4120fff5c58541657cd9dc2710cb1493, 0x4120fff5c58541657cd9dc2710cb1493, 0xe37c0dbcba0653573dbdfbb8a676db4e8b32dabc4727cfa627788cf9012b0ddf, '', 0, '?'),
(0x419a08c19fb48bf53c8d538305c9c072, 'wp-content/themes/poolservices/fw/js/colorpicker/jqColorPicker.min.js', 0, 0xc910cf8c02f420a24612beffb1d6cc20, 0xc910cf8c02f420a24612beffb1d6cc20, 0x79684aa95fbc1c4fea77d9f1e14ffcda13cea7441a43da24a98942de7dba5175, '', 0, '?'),
(0x52121f9ba38207d7a1c987eab9b313f9, 'wp-content/themes/poolservices/fw/js/core.admin.js', 0, 0xa82046fd8c077090dd2fdb2790fa74fa, 0xa82046fd8c077090dd2fdb2790fa74fa, 0x2ff7b1bdd112acee8c96462aa9ee12313969990bd52477234fbfe390e81fb5d7, '', 0, '?'),
(0x346cec55967f6e465471de1f8df3d3af, 'wp-content/themes/poolservices/fw/js/core.debug.js', 0, 0x242b2df34269ac61a1c98260a1ca290c, 0x242b2df34269ac61a1c98260a1ca290c, 0xd4d978b5045c454949305c76a85802083010ebc8ee98bb0ce93a8981f9574de0, '', 0, '?'),
(0xe42bc0fa1fc1ef0c63a8d3c7c8256903, 'wp-content/themes/poolservices/fw/js/core.editor/core.editor.js', 0, 0x5cf502c0c5c9674ac597f51de61ecbcf, 0x5cf502c0c5c9674ac597f51de61ecbcf, 0xba7eae4b5a34de364847c611e4d3eb21e4f5f5f6c70a42b32bd2328bea394975, '', 0, '?'),
(0x7fb776a0fa5a54547e7c299be028068e, 'wp-content/themes/poolservices/fw/js/core.gallery/classie.js', 0, 0x55e1109b3022c56ad23c5ba676055619, 0x55e1109b3022c56ad23c5ba676055619, 0x8024c35803387331f679dc1a8cbf3cc8ebb686fea62e5337e5337fdd903f4c57, '', 0, '?'),
(0xfe0c83bca954c68f0c849d50e1733441, 'wp-content/themes/poolservices/fw/js/core.gallery/core.gallery.js', 0, 0xfbfc2e1b45fff95c91f8ba36e629eb27, 0xfbfc2e1b45fff95c91f8ba36e629eb27, 0xd19e006bc1a4d07e89bc96f623ea81b27367de5638e165c403d45fc1001b4281, '', 0, '?'),
(0x89e1743146aaab3ab7d96de570ed0b9e, 'wp-content/themes/poolservices/fw/js/core.gallery/imagesloaded.js', 0, 0x511ef2f6ee750edc32bb5c8d5d324e7e, 0x511ef2f6ee750edc32bb5c8d5d324e7e, 0x01b76b33595f059355fe6df5d514ed2f50bb8da1d017dc213eae114f2f4a6f8c, '', 0, '?'),
(0xdb23279d5681b292d2b80af91dab2c56, 'wp-content/themes/poolservices/fw/js/core.googlemap.js', 0, 0xbc4515f906dfcecbced8e7de394161ec, 0xbc4515f906dfcecbced8e7de394161ec, 0x2e80ad48cc67aef46be191fe04053bc2867e64f767ee1a60b575561d75790997, '', 0, '?'),
(0x9f7f86b301d6703ae89f42aa9ab0f120, 'wp-content/themes/poolservices/fw/js/core.init.js', 0, 0x1ab16186bae2991cf9e91524447750b6, 0x1ab16186bae2991cf9e91524447750b6, 0xa50bf23689da6c0cecd1e177dcaa0379f2db608a490ddc182c6e7ed738f21f7d, '', 0, '?'),
(0x83630a7c4a2ca065f94982a3a13e7fbb, 'wp-content/themes/poolservices/fw/js/core.messages/core.messages.js', 0, 0x232cc33819f8561187f4e44715d7e0d8, 0x232cc33819f8561187f4e44715d7e0d8, 0x0796c769657269260a6b097d5508b2fb0e4e73e7012a5cbd795bc902b9287012, '', 0, '?'),
(0xf645875db0cd092afe07bff6fd544285, 'wp-content/themes/poolservices/fw/js/core.reviews.js', 0, 0x3e2c66216dfd3f4bce2a2a962eccee07, 0x3e2c66216dfd3f4bce2a2a962eccee07, 0xf2e88983489d3641d9b869579c296b58320894b4fdf2ff61919c947020193dc3, '', 0, '?'),
(0xb33568323cbe5a035d403678c35774cf, 'wp-content/themes/poolservices/fw/js/core.utils.js', 0, 0x7a88981bc56c31774f538e1cb10f6e37, 0x7a88981bc56c31774f538e1cb10f6e37, 0x94a19fd874d283171d7d6cc77dfc0d3cd470e734762515e4c6c93f4a498e519d, '', 0, '?'),
(0x5c2419817c0cde73cdd12a0410e4241b, 'wp-content/themes/poolservices/fw/js/countdown/jquery.countdown.js', 0, 0x6a3b8d85908634c8e2bfa4d55825adb9, 0x6a3b8d85908634c8e2bfa4d55825adb9, 0x030a4b13907e960895209d7dcb714880075a5d59cefc710032546f4d615ae48c, '', 0, '?'),
(0x6f5617e0ce5182aece9cce8fcf0bd8e0, 'wp-content/themes/poolservices/fw/js/countdown/jquery.countdown.min.js', 0, 0x5edfc1eebf4f465dd9cb1bf3f7f98346, 0x5edfc1eebf4f465dd9cb1bf3f7f98346, 0x6fcc3d1cebc0428a62d9f76dcd509dd78ac09ab18aad3ef0eeb3097dc2542eb2, '', 0, '?'),
(0xb9f23b075eb13e0c8c9d60a4b599a69d, 'wp-content/themes/poolservices/fw/js/countdown/jquery.plugin.js', 0, 0xafaf375132e879e7eb3c8f066c449cb5, 0xafaf375132e879e7eb3c8f066c449cb5, 0xae52a1cc202781622a8360e6174ec4cad91c3ed498fb448330fb78e21ba1f826, '', 0, '?'),
(0xa5dc69c5fe6e386c6473e625519b45d7, 'wp-content/themes/poolservices/fw/js/countdown/jquery.plugin.min.js', 0, 0x0079773c6a7eba8044254ab58a90d2d8, 0x0079773c6a7eba8044254ab58a90d2d8, 0x78e43a972078f0e5325f86fe7a2395dc719f4fba5b49868b3b684131af548944, '', 0, '?'),
(0x9ee21327a9064ca2fae775753e161336, 'wp-content/themes/poolservices/fw/js/diagram/chart.min.js', 0, 0x6806368c6a0bf73a5236b452fd5c2332, 0x6806368c6a0bf73a5236b452fd5c2332, 0xe42c5af44b6b7b128b048c10284eaa48c9b060e5df35efb1179117e0a175fcca, '', 0, '?'),
(0x97b7c7db4339a7b75b77153d95dc1cdd, 'wp-content/themes/poolservices/fw/js/diagram/diagram.raphael.min.js', 0, 0x7058694067d0df3418306dc535bb53f9, 0x7058694067d0df3418306dc535bb53f9, 0x5ab5a24b860fb23f73ab783de584a3be360b2b8b065c42c01bc88b31903cf5e9, '', 0, '?'),
(0xe348a6e59f0eafeb1c9d24dff0ccdf91, 'wp-content/themes/poolservices/fw/js/hover/jquery.hoverdir.js', 0, 0xe47c0d7556837a61cfea44a1e706a5d6, 0xe47c0d7556837a61cfea44a1e706a5d6, 0xfe97c11e9ad22cc4fb22eab2e80fbd9a4a428ad8760abc64fa820c3d0e2bcb2d, '', 0, '?'),
(0x2f3fb9343fe33a1f22fe767ab68326b3, 'wp-content/themes/poolservices/fw/js/hover/jquery.hoverdir.min.js', 0, 0x634c1f05882c3f25e4bfb348552f562a, 0x634c1f05882c3f25e4bfb348552f562a, 0xcb9b0dc8d8e443880f87cec0363b87975f084dc6ff635b0c1258779f2e2011b0, '', 0, '?'),
(0x6f9510697c085736081ba9952727fa11, 'wp-content/themes/poolservices/fw/js/jquery.elevateZoom-3.0.4.js', 0, 0xa92d76eaa26cd5527e3515dfdc64353c, 0xa92d76eaa26cd5527e3515dfdc64353c, 0x944617a342db32ad1d68525e1d0c59c758ca4f6fd185e8194eb534e9c56a6256, '', 0, '?'),
(0xc03d3dc968710cb7c2307ca16ee3533b, 'wp-content/themes/poolservices/fw/js/jquery.isotope.min.js', 0, 0x95ed1955938c1024a682da5565431c98, 0x95ed1955938c1024a682da5565431c98, 0xea63e701fd507293ec72873a8741b9cc7ceac2ac601a77b80054c5f758aca5ba, '', 0, '?'),
(0xcd7333408277bf86d51396912a81ae2e, 'wp-content/themes/poolservices/fw/js/jquery.selection.js', 0, 0xffd24b6000a58c2639b96e56411aef19, 0xffd24b6000a58c2639b96e56411aef19, 0x2fb5a5819a9cb86ba646ae027e51d4066436377cba7f5760f107dfbd829e9d8d, '', 0, '?'),
(0x216a0e9c34e528bba9d845a7ffb1889a, 'wp-content/themes/poolservices/fw/js/jquery.slidemenu.js', 0, 0x6dc28883feb74c85b3e78d795c8ced8a, 0x6dc28883feb74c85b3e78d795c8ced8a, 0x3ed0c2f6e6dc3821cec0396361bfa77b0bfcdafa30a562c80f0d21b541331458, '', 0, '?'),
(0xcc761721b6a6b89a9c7a579d454740c3, 'wp-content/themes/poolservices/fw/js/jquery.tubular.1.0.js', 0, 0x51266bb3bad77172f9dcb643527d37b9, 0x51266bb3bad77172f9dcb643527d37b9, 0xee6e71f4cae465bd6301416a0d40cd32f10ed0a9ddae9aabdeb7c58c40c62f74, '', 0, '?'),
(0x5c78882a50cbacec5e76b4c108cdd97f, 'wp-content/themes/poolservices/fw/js/magnific/jquery.magnific-popup.min.js', 0, 0xf62227501a7654f2b87cc1f1016ed0dc, 0xf62227501a7654f2b87cc1f1016ed0dc, 0xe76d3c785674f5c0b3fc0f2964d2010852cd7dfaed6ba1cc333b88b6fe94a931, '', 0, '?'),
(0x06c63b73f729d09d71378282043211b3, 'wp-content/themes/poolservices/fw/js/magnific/popup-lib/ajax.js', 0, 0x426a7fd35d49d6feab1988d7b671a51b, 0x426a7fd35d49d6feab1988d7b671a51b, 0xcbe3449f750c812ce6c16520da50e487d74af341fe751c974f229483103f4bf3, '', 0, '?'),
(0xcaa68232364b350cb94db1d8b34cce3a, 'wp-content/themes/poolservices/fw/js/magnific/popup-lib/core.js', 0, 0xa34276424ce1ae4d4252d4f7cb8f6359, 0xa34276424ce1ae4d4252d4f7cb8f6359, 0xd4e38a2e1b25d4fe3f34d883bd10a153b49b35a210c1ffcf4f22c266dbb71943, '', 0, '?'),
(0x3d8d1d9f049aa674fcbe661aa6c19fcb, 'wp-content/themes/poolservices/fw/js/magnific/popup-lib/fastclick.js', 0, 0xb0dec437739a73de33dd37e302cfff4e, 0xb0dec437739a73de33dd37e302cfff4e, 0x5cffd659cd13ad7d355ec0a6f7927d003b4793e0205e3398fc06fa36a447aff2, '', 0, '?'),
(0x266684f2bbd145ee19ad07bb928abace, 'wp-content/themes/poolservices/fw/js/magnific/popup-lib/gallery.js', 0, 0x11933af7742f152d28dc1e696cc5bf0f, 0x11933af7742f152d28dc1e696cc5bf0f, 0x56e63c90f28ebe0d03f881c78c1f9b1396327bb1cd0722f0aac5c94d4097e6c0, '', 0, '?'),
(0xf2893cf18f1e136ce7261467618c987d, 'wp-content/themes/poolservices/fw/js/magnific/popup-lib/iframe.js', 0, 0xaaffa63eb046792adb6a902ffff6404c, 0xaaffa63eb046792adb6a902ffff6404c, 0xde9e7ed6286ec600fc08d9fdc50b86484c29909c01773934b2dc5794a2185e00, '', 0, '?'),
(0x80418366213efabeb599f47ce9c124a1, 'wp-content/themes/poolservices/fw/js/magnific/popup-lib/image.js', 0, 0x02107e7482b4725f7f61982b1582913e, 0x02107e7482b4725f7f61982b1582913e, 0x8d0b415cb6d2fb421491376d51e68543d950564a2c9f1a082636fbd2b8bf1d65, '', 0, '?'),
(0x83eaee126a6c501e238c469e8dba90e5, 'wp-content/themes/poolservices/fw/js/magnific/popup-lib/inline.js', 0, 0x3ee7eec4455da886605b560d3697b123, 0x3ee7eec4455da886605b560d3697b123, 0xa6e183cf5991ddb99609210c3bafe9ab5b477ec7b9bb237428576f5ec82d335a, '', 0, '?'),
(0x479c825b9256f942d270fa841d90e0f0, 'wp-content/themes/poolservices/fw/js/magnific/popup-lib/retina.js', 0, 0x91aeb3349266f4528677a94a92c618e7, 0x91aeb3349266f4528677a94a92c618e7, 0xf1bb517aaa276199e6805c881c603407fa36763f84d358aba65bb6789b204759, '', 0, '?'),
(0x375d35b7bed5e30de21704725063b833, 'wp-content/themes/poolservices/fw/js/magnific/popup-lib/zoom.js', 0, 0xe1d2182a38792963fd03496a70fc9822, 0xe1d2182a38792963fd03496a70fc9822, 0x050a9d469a595610dc15cbb094c1ec4b9187a45fc8e4b7660000e68e94cd5a00, '', 0, '?'),
(0xdda235837e14fa5a55a60bef7ac4f9d3, 'wp-content/themes/poolservices/fw/js/modernizr.js', 0, 0xcea343aed760a85ce611690112c842a1, 0xcea343aed760a85ce611690112c842a1, 0xacce1d97fa7c1c589c83ec964ec5a7924013853c7ffe7ba3a088e09ce7447c1f, '', 0, '?'),
(0x9113e1c4010a9b2b5db5216faf2e3e58, 'wp-content/themes/poolservices/fw/js/photostack/classie.js', 0, 0xa9df1cfb76ce492afd9d13f3320272fd, 0xa9df1cfb76ce492afd9d13f3320272fd, 0x6d39bccd558025bce4687fbea2ef71cc880ab6a438e0f12274b44e8d777fae2f, '', 0, '?'),
(0xf9210daf27956e31e511111a578572f1, 'wp-content/themes/poolservices/fw/js/photostack/modernizr.min.js', 0, 0xee557f71a5c55e6ff286ea4f29e2e82d, 0xee557f71a5c55e6ff286ea4f29e2e82d, 0xa06e06ad7e935d5626f46e039fa80524cd94e0f9a648aca10512305d95db9edf, '', 0, '?'),
(0xd94f99d8a9232264e00bb83b45eaeede, 'wp-content/themes/poolservices/fw/js/photostack/photostack.js', 0, 0xa43209e53695a18309cd88da4f71d0ee, 0xa43209e53695a18309cd88da4f71d0ee, 0x2bc0271b50f89ac816d250c70f445036076dccabad8959f2150833868831a77d, '', 0, '?'),
(0xc750ccde190c925cef63766eda93881e, 'wp-content/themes/poolservices/fw/js/picker/picker.date.js', 0, 0x64dc3836a2d6b75800ad1b03ce8ced02, 0x64dc3836a2d6b75800ad1b03ce8ced02, 0x63056a7262cfdd772d8ba15abbd0fa6269ee54f69f0f8de11432f7856f9749d7, '', 0, '?'),
(0x5bd411db50e351103d52364610665d08, 'wp-content/themes/poolservices/fw/js/picker/picker.js', 0, 0x4d872a459c4b14cf76c2ad7af3466360, 0x4d872a459c4b14cf76c2ad7af3466360, 0xc2f94afeb092414c1ec6f29a171e783e0db3071a5c74b419a01605570e00d54f, '', 0, '?'),
(0x129517dbff4f0664729be9960bfc75bc, 'wp-content/themes/poolservices/fw/js/picker/picker.time.js', 0, 0xbc1b60a30f71d41e959aba0b4a95d7a1, 0xbc1b60a30f71d41e959aba0b4a95d7a1, 0xcecc7eb846e2bf3f755e4f89ef067962836e985806770503833cec729e8f0b1b, '', 0, '?'),
(0xbc1635dc6e2daa05e81dc1a60554d2a9, 'wp-content/themes/poolservices/fw/js/prettyphoto/jquery.prettyPhoto.js', 0, 0xb04e2b157b41cc8804fe8d89eebe0f49, 0xb04e2b157b41cc8804fe8d89eebe0f49, 0x27ed0b2185b6c84638e02f06dd29944e8eecde2c6e22ad221b96c1dd1bbd886d, '', 0, '?'),
(0x1a5b07d386be43f419f3d3bf60123731, 'wp-content/themes/poolservices/fw/js/prettyphoto/jquery.prettyPhoto.min.js', 0, 0xf81c3c778084503cad39095830c6b3f1, 0xf81c3c778084503cad39095830c6b3f1, 0xcb6d0870418e6305d29a7658672bf35b12eea8578d4962cdf698f1383cefc0e0, '', 0, '?'),
(0xc390325069cb7f9479347007fb9acfbc, 'wp-content/themes/poolservices/fw/js/social/social-share.js', 0, 0xf1f23a05996f2a51668786fdc9b03931, 0xf1f23a05996f2a51668786fdc9b03931, 0x324f00fdb90f110808d7c17fc0312244248237f34336b6fa442211d2db6509e3, '', 0, '?'),
(0x2e38324fa81f11a492b1c5e6f45161db, 'wp-content/themes/poolservices/fw/js/superfish.js', 0, 0xf2d8d0aeb67bf6d5258efd5d6018c9fe, 0xf2d8d0aeb67bf6d5258efd5d6018c9fe, 0x892e0e6ed085c6175601ba379f2f545c4dfc25206182e7dc2dcfc291857c24d3, '', 0, '?'),
(0xbaaeb1b06471cabb07448294b0af40a2, 'wp-content/themes/poolservices/fw/js/swiper/swiper.jquery.js', 0, 0xe028dee838ff111676b846a9a3aabb22, 0xe028dee838ff111676b846a9a3aabb22, 0xcc22222ee6b50bd60d3d79b12108998630825b8868324fdd76d8da9f483511df, '', 0, '?'),
(0x4b6484d1f7b552c1b132c46ba0a745be, 'wp-content/themes/poolservices/fw/js/swiper/swiper.jquery.min.js', 0, 0x1818afa7d4c59759ed3ffdfae0a12f8f, 0x1818afa7d4c59759ed3ffdfae0a12f8f, 0x571ef5d91160010409706807383a60ac3273cfd8f1d8ab9535b4e96f91597c31, '', 0, '?'),
(0xd1228376162217352e6e4c26b6ab56d0, 'wp-content/themes/poolservices/fw/js/swiper/swiper.jquery.umd.js', 0, 0x930fcc46b91e145329a74ee42a072d33, 0x930fcc46b91e145329a74ee42a072d33, 0x7e25e7d6465e9d4894d31d7b76d14b953c577f1b2dbcac661b33830b21bd60fc, '', 0, '?'),
(0x5aaf542d79757fc5860f06b873577735, 'wp-content/themes/poolservices/fw/js/swiper/swiper.jquery.umd.min.js', 0, 0x9314fa6fbe06781b92139193eb9aedcc, 0x9314fa6fbe06781b92139193eb9aedcc, 0x9fa1531e4c83c47fa31b5b39a232a36472aecb9ac81c7163fc59a955c54e7ed5, '', 0, '?'),
(0x6a3e881fb524ef9593847f8aa46f24ec, 'wp-content/themes/poolservices/fw/js/swiper/swiper.js', 0, 0xc8ca6320c8ca39720b0a0e1ca5b2665a, 0xc8ca6320c8ca39720b0a0e1ca5b2665a, 0x1d62e83e8d674bea5d3980c35bf16dcfe30e9a2ea46197669a5f550f843f49c8, '', 0, '?'),
(0xa83d4043960d28d03a7f60dfc2a58c5e, 'wp-content/themes/poolservices/fw/js/swiper/swiper.min.js', 0, 0xb46649c4469fae0bf65abe4067fe2b06, 0xb46649c4469fae0bf65abe4067fe2b06, 0xb91b933eb4ec439d70aa556e664dd5dd71e7e3e5e7533d60ce2b012d89ccd42e, '', 0, '?'),
(0xa68ff3d146116426fd38f862eba429c5, 'wp-content/themes/poolservices/fw/lib/tgm/class-tgm-plugin-activation.php', 0, 0xb16794995becbd8a0bf80f1103f2ef49, 0xb16794995becbd8a0bf80f1103f2ef49, 0x60124884d27c812d445fe19639b95a96c3cf763d15839d0584f16d2399dc8889, '', 0, '?'),
(0x1544cbb506964b89a6aa7ea9dc6650cb, 'wp-content/themes/poolservices/fw/loader.php', 0, 0x245cbe55ddd58be9faa5fbf7ff706f8e, 0x245cbe55ddd58be9faa5fbf7ff706f8e, 0x5082ee89dd731d9a3925cdfac1a964d9cbf8e44e5de60c3d1c78635768cc616b, '', 0, '?'),
(0x2ecaff75268aa2399ef0490deaf21bf1, 'wp-content/themes/poolservices/header.php', 0, 0x1269430c76e3310f135309eb2119d85b, 0x1269430c76e3310f135309eb2119d85b, 0x5e13e13ebcd19195ac1a12f92d27795f3bc1b2d24d492e3635743463a30d12c0, '', 0, '?'),
(0x5fdad76a38c12ea57602f83d9c1ab495, 'wp-content/themes/poolservices/includes/theme.options.php', 0, 0x09113012d4da7e00046e4d1ed315b44d, 0x09113012d4da7e00046e4d1ed315b44d, 0x13c71da5ca8623460b65bb62f00962f81519c48d92b616d5035b6136f696dd66, '', 0, '?'),
(0x41c5340970e81a65f9768c5e32cb63fd, 'wp-content/themes/poolservices/includes/theme.shortcodes.php', 0, 0x39cf8a1595cbad9054ce844ae3ad1ab1, 0x39cf8a1595cbad9054ce844ae3ad1ab1, 0x239dfece404378f9bbc438b5122d70362705473658f0ea0da9986902eb28e504, '', 0, '?'),
(0x025582976c325414368afd1da41a958c, 'wp-content/themes/poolservices/includes/theme.styles.no_less.php', 0, 0xb145a626f9a7152c2b08560ad33d371f, 0xb145a626f9a7152c2b08560ad33d371f, 0xf44289df38ed0d081d3b4e20d03e7d5e909a9c258dc51d812b053e3a5072b0e6, '', 0, '?'),
(0x1aa04ece1615c306627246c2b62cf715, 'wp-content/themes/poolservices/includes/theme.styles.php', 0, 0xe6b3663a0be7546e4f429a28b943aa8b, 0xe6b3663a0be7546e4f429a28b943aa8b, 0xcee8b4f30c375f8a9453954145bcbe9d2c9f0290c5070224437fd92de8d75520, '', 0, '?'),
(0x1d756d1618aefa38111c16e91a963a7d, 'wp-content/themes/poolservices/index.php', 0, 0xcd66f0284cf2fec8daae327daf11e2b7, 0xcd66f0284cf2fec8daae327daf11e2b7, 0xe5f79adaf53f1aef173841f7dd901e72009454bdb8fe283c4fc175a59c3b7ce5, '', 0, '?'),
(0x173fbc65b78d8c1c43ca27f58c6fb207, 'wp-content/themes/poolservices/js/theme.customizer.js', 0, 0xfc830681d964c4a8e13144a4a01717e6, 0xfc830681d964c4a8e13144a4a01717e6, 0x758b12a97816ded0e24fba39831cbd3387bee5a7845d9a9cc5a0287c0d0ed949, '', 0, '?'),
(0x033588b364dc9ff55ebf97f4f5eaeb55, 'wp-content/themes/poolservices/js/theme.init.js', 0, 0xc2fdf90e2f123aff492da568be523f90, 0xc2fdf90e2f123aff492da568be523f90, 0xa33a5358bec0f002138715ce4aa7a8211f9ad1933fcd5761e7d3b9969f51368a, '', 0, '?'),
(0xb1dd55b76083355cde6e18886d575543, 'wp-content/themes/poolservices/page.php', 0, 0xa344c52984bfc70386c57cc54ed29f38, 0xa344c52984bfc70386c57cc54ed29f38, 0xa2cff641a8e2bbd9d202bf946cb04269833605687a40254c4454afa5b53259d5, '', 0, '?'),
(0x4ddb5b5beba8f189d5f766acc4052f6f, 'wp-content/themes/poolservices/plugins/plugin.booked.php', 0, 0x472b932aa25de7fc2178e4445f69c259, 0x472b932aa25de7fc2178e4445f69c259, 0xf71285c7bb45971912dad03620cec91e695ff3c4d3661f7e1113ad7fbd2477c9, '', 0, '?'),
(0x5db954143d33b4d73c6b896f96664d41, 'wp-content/themes/poolservices/plugins/plugin.booking.php', 0, 0x829e8ab3ebcc36a12a8c7238e03ab590, 0x829e8ab3ebcc36a12a8c7238e03ab590, 0x10defcd8a7b4b88aa202fd1e0af5d2f31b27357aeb9a07abecab023a7bcb8e7a, '', 0, '?'),
(0x5e0dbc08f3116a3fd05f1527da1c0172, 'wp-content/themes/poolservices/plugins/plugin.buddypress.php', 0, 0x35429e472daf30efdef51f6c333377c2, 0x35429e472daf30efdef51f6c333377c2, 0x18df597e5d80252efe2a9c9f6c3e41285418104437981649b6f75849d3549611, '', 0, '?'),
(0x9895ea62a30487c87e41277c10507d8e, 'wp-content/themes/poolservices/plugins/plugin.contact-form-7.php', 0, 0x989ca679cc49ffaec506b31835557c5f, 0x989ca679cc49ffaec506b31835557c5f, 0xe9452f5489af8fb7cd6a8c15f6d0117f178d013b9c77d5a974224969b7a8b62b, '', 0, '?'),
(0x00108c36723bad5f97f2bc8510af2a89, 'wp-content/themes/poolservices/plugins/plugin.essgrids.php', 0, 0x4ea71ce1373581931d4d609117fda101, 0x4ea71ce1373581931d4d609117fda101, 0x9aa0db9e3f066329315b320f0072ce9a0b4369f45140f676054f47092c80c94d, '', 0, '?'),
(0xb97c8db38d8f81ba0597dbedde836a6e, 'wp-content/themes/poolservices/plugins/plugin.gutenberg.php', 0, 0xbdab51d03ee0e9314b822b7dbedcfbbd, 0xbdab51d03ee0e9314b822b7dbedcfbbd, 0xcf199b92efafc7675b21cc19d80af992e42920c6460cec1c6e842a5f364a8b1c, '', 0, '?'),
(0x2fd9ab223ebb2892cb5e74b849242a72, 'wp-content/themes/poolservices/plugins/plugin.html5-jquery-audio-player.php', 0, 0x46678f809d507c700a0f6823ea462e91, 0x46678f809d507c700a0f6823ea462e91, 0x9f61b10dd5ff7ec8243247f1027ace5e138d275744393dcdf9233d527330ec43, '', 0, '?'),
(0x29dd4a65c14e2c1415584a496653dd7a, 'wp-content/themes/poolservices/plugins/plugin.instagram-feed.php', 0, 0x3bb97543afbe71971b4fe4e5711ba230, 0x3bb97543afbe71971b4fe4e5711ba230, 0xad94dc00ac201ae01640f61b67d15e74905e693c277bebb303c7a38c11bc67b3, '', 0, '?'),
(0x6e30ba8ff95616da4825c3735433521b, 'wp-content/themes/poolservices/plugins/plugin.instagram-widget.php', 0, 0x7ecf6259adc2da764dc8926f20e86394, 0x7ecf6259adc2da764dc8926f20e86394, 0xe7a824bb3cf90ca6ed25860044e3160f28f28a95f60c166579ee33d3ed991025, '', 0, '?'),
(0xc6f277864098a765e6d80fb78286e099, 'wp-content/themes/poolservices/plugins/plugin.mailchimp.php', 0, 0xbeb68adaad1f4a3423aa8b7d42165c8c, 0xbeb68adaad1f4a3423aa8b7d42165c8c, 0xe2e2dbe8a2430557533e4dc465f8812aa3e3bf6c2338b03f6d9e549a0063e1e0, '', 0, '?'),
(0x1447d0f8dc5fab866b98ff9914c0d0d2, 'wp-content/themes/poolservices/plugins/plugin.revslider.php', 0, 0xc9f0606a02486a8d42edee20b538d48c, 0xc9f0606a02486a8d42edee20b538d48c, 0x087e8dab710293dc9bd573b4b517befdf9ad937d439ed66c62fa4282ceff9a67, '', 0, '?'),
(0xecd1e466c404cc27233bd0fbf5cf3e75, 'wp-content/themes/poolservices/plugins/plugin.tribe-events.php', 0, 0x655da4b3d09cf4922bdf25105cd691f5, 0x655da4b3d09cf4922bdf25105cd691f5, 0x30e153fb900f20391eacbea8c056b8076ef08a5c71ac52a0545822be38f1f332, '', 0, '?'),
(0x38e0b6be23d3544f5c564809d857cd0b, 'wp-content/themes/poolservices/plugins/plugin.visual-composer.php', 0, 0xb11f18a5f06f5af7bfaf4bd7eb4e9615, 0xb11f18a5f06f5af7bfaf4bd7eb4e9615, 0x65610be43b6e9a331d23a3ff4c7ceecb72dc9bbb7cc73582f6a35872b29ac838, '', 0, '?'),
(0x979efe424caa952717bfb7d877db4890, 'wp-content/themes/poolservices/plugins/plugin.woocommerce.php', 0, 0x08f72cb5d2dd61e3072c5128d05175f0, 0x08f72cb5d2dd61e3072c5128d05175f0, 0xebb01d06a23f86b1bc10ea533d54de0ca3714f0ae6936e356a572d0a68c9307a, '', 0, '?'),
(0x0dd37cb63992787981b453c352d796fc, 'wp-content/themes/poolservices/plugins/plugin.wp-gdpr-compliance.php', 0, 0xfd7d7fd57ebf47d2f7255e2a288d5761, 0xfd7d7fd57ebf47d2f7255e2a288d5761, 0xbdb0b8d8fe7951599993cf0721d8a2c2331b41d76dfe096aee98c33cda00cb83, '', 0, '?'),
(0x5ac6093d95b18fce7d9ce8a91f73033c, 'wp-content/themes/poolservices/plugins/support.clients.php', 0, 0x727684f5e690605737e955801486815c, 0x727684f5e690605737e955801486815c, 0xc8c0295105ce2e9bf8e0230fa7cf13c62b64d9752e2610e908e581cc9618963f, '', 0, '?'),
(0x4f4dcccd57722889a65f3b79ca1281e1, 'wp-content/themes/poolservices/plugins/support.services.php', 0, 0xe5be852a83ef2a0705f5a6b2cec19906, 0xe5be852a83ef2a0705f5a6b2cec19906, 0x375000b1d6f7eaad65a3a4dd3cf957401c624a72ce7451fc2e3530f25960296e, '', 0, '?'),
(0xb419d2ccecf7510637a1edd6f459b27b, 'wp-content/themes/poolservices/plugins/support.team.php', 0, 0xf718c30860f6da31f596435c62fa483c, 0xf718c30860f6da31f596435c62fa483c, 0xf3dbf39da11a51e3b0973fe755571f5aaf0e657d8529c779b491cc47da0d725b, '', 0, '?'),
(0xed8af2204daa9646c8a8bafc0e0596ac, 'wp-content/themes/poolservices/plugins/support.testimonials.php', 0, 0xf9af94345b4a862266445b8bc5126e53, 0xf9af94345b4a862266445b8bc5126e53, 0xa522550de099847dbac1f3c112fd03fb3473f1c2bb1cec4c6f5931b944a92861, '', 0, '?'),
(0x0742a7223448709c3b9c3f4924f36eab, 'wp-content/themes/poolservices/search.php', 0, 0x077008776ff7aa68d77ebf68fc670fae, 0x077008776ff7aa68d77ebf68fc670fae, 0xc1adc78a7c1126ced32190547417dfe857fb9162a19c8572cc51d2e06278f170, '', 0, '?'),
(0x508627e0d59f9783fb3be9a8f2793206, 'wp-content/themes/poolservices/searchform.php', 0, 0xff91b26314ba10cbcef2a0324ed34592, 0xff91b26314ba10cbcef2a0324ed34592, 0x79054e40200a479a25da7cc6208e3dbd9f543e8308f1f3045ec00e096faebafd, '', 0, '?'),
(0x385b21fcddb57dac0f56355e24befc66, 'wp-content/themes/poolservices/sidebar.php', 0, 0x56f265e4539cd41cedcff0085804e9be, 0x56f265e4539cd41cedcff0085804e9be, 0xa74ddd8368e745bd3ed607df31147b71e7ba3fdcf073e93cc45ec097813acb23, '', 0, '?'),
(0xf4aa92dc1feb288153d6567ea1a78907, 'wp-content/themes/poolservices/sidebar_outer.php', 0, 0x00668da8a815924dc4efdb7e0f7ae0ce, 0x00668da8a815924dc4efdb7e0f7ae0ce, 0xbf45444a239595e1b70eaa4537564caae7aec2ab89178164c8edb936d5394727, '', 0, '?'),
(0x151389648edda07cc0257ad60149e4e2, 'wp-content/themes/poolservices/single-clients.php', 0, 0x05cb1e4f5441dee9e92e7d5748e694a1, 0x05cb1e4f5441dee9e92e7d5748e694a1, 0xf493de67b957eb1a7c17a1092ae89b1fa933ba533b8cc7d9818dc8503d675083, '', 0, '?'),
(0x251e5fb525535c504455a9a36bc3bad9, 'wp-content/themes/poolservices/single-services.php', 0, 0x09c57d9b1bf3b2daaf1bdd5de1cc8dbb, 0x09c57d9b1bf3b2daaf1bdd5de1cc8dbb, 0xc9118504410e312de8d0e058833f83fd888c886f2fe42d634c67c5c267b68ab2, '', 0, '?'),
(0x753ae03d62512e6a283d24e68f8fd7e0, 'wp-content/themes/poolservices/single-team.php', 0, 0xaf2c429f12b0887238caeaca5a7223c5, 0xaf2c429f12b0887238caeaca5a7223c5, 0x048a5a0cb81ab4afbf6d353d9e48c354148edfc7fee37484fb12022645c9214f, '', 0, '?'),
(0xd8a01f471a880a375b12f4e0998a935b, 'wp-content/themes/poolservices/single.php', 0, 0xef835a45f49ab87072904c908b6b63ae, 0xef835a45f49ab87072904c908b6b63ae, 0xac501853c8ba649a98770bfe486ee1f023b72d2c9972d8e442cc604dece841be, '', 0, '?'),
(0x24983c57f8f0f5c298d33bb775339a02, 'wp-content/themes/poolservices/templates/404.php', 0, 0xa7dac6a2dd50012b7a323abb62b543ea, 0xa7dac6a2dd50012b7a323abb62b543ea, 0x13c98541af0aef8f78297bf6a47e193dd01a67874bcc35dfbe1c259a41d6666a, '', 0, '?'),
(0x69398ec5f7bac1d138a3b10bae78d6ed, 'wp-content/themes/poolservices/templates/_parts/author-info.php', 0, 0x4bc0cb9abd5292099d008bb9bb174d89, 0x4bc0cb9abd5292099d008bb9bb174d89, 0x58a75ebf45ba01677024ac87bf9ab82f10672020ede1b92dc12aa06162c7b08a, '', 0, '?'),
(0x163b2beca1033d11635cca3279e47400, 'wp-content/themes/poolservices/templates/_parts/counters.php', 0, 0xef27294bde26066380861929687dc7c8, 0xef27294bde26066380861929687dc7c8, 0x6d6f16851f3fcf980f1d0e81b8e501e8dd0ca85a1bbf860fb460fb79b6c54885, '', 0, '?'),
(0x5121d0c52ed6fe9383cbaee5852d3931, 'wp-content/themes/poolservices/templates/_parts/editor-area.php', 0, 0x28efe5f860245193ec12266f1da73150, 0x28efe5f860245193ec12266f1da73150, 0x885372d5c2c7d3685af90f5b671dbdd5b03519258345b6e9ece9a56049ae14a9, '', 0, '?'),
(0x28c10ca26749a96c36c2b8ae32d9b0dc, 'wp-content/themes/poolservices/templates/_parts/post-featured.php', 0, 0xbb2e4ad422a60865cfb9a35665ea4250, 0xbb2e4ad422a60865cfb9a35665ea4250, 0x2e94e4aa3248e8926538d40077356705ee5438d7ec9d75fe48dc421344313869, '', 0, '?'),
(0x8e050f212fd3dbb0cee64e45045a38c6, 'wp-content/themes/poolservices/templates/_parts/post-info.php', 0, 0x62710d41c6eba22cff628fdd1e56b23e, 0x62710d41c6eba22cff628fdd1e56b23e, 0xe68e7a798e3deb9775a286e57a0b78b3a4afcc471e20030441411269f01f3618, '', 0, '?'),
(0x9c31129e712c418de7abd6699e76d2ec, 'wp-content/themes/poolservices/templates/_parts/prev-next-block.php', 0, 0xaa1d7e1fef563cea0641f50be15dbafd, 0xaa1d7e1fef563cea0641f50be15dbafd, 0xe6b29e60276fb0fe8258c1d4ad5153702b3f6f8e02cb12085ab668b3e314fdb6, '', 0, '?'),
(0x5ef3fa6240f43672ca3fe4cdbd4ace61, 'wp-content/themes/poolservices/templates/_parts/related-posts.php', 0, 0x4b53ea312df8c90278b3e4d119f46dc8, 0x4b53ea312df8c90278b3e4d119f46dc8, 0x7abb75cfe3a905b17668129eef47ec438e8bea8e0afe7ec49ea3652e2122df93, '', 0, '?'),
(0xbe6a75752bd8366a2dcc954acec7ebf2, 'wp-content/themes/poolservices/templates/_parts/reviews-block.php', 0, 0x28ff228eae294806e0040dcfef9bc491, 0x28ff228eae294806e0040dcfef9bc491, 0x65a6e62f06c85cb6a0073015666f8c59ec5b18b91b87499d64c350cb29fc299a, '', 0, '?'),
(0x1e10dc58805bc07a4651679f7cd4632c, 'wp-content/themes/poolservices/templates/_parts/reviews-summary.php', 0, 0x0d0df395ac3540adfe006a33d9afba2e, 0x0d0df395ac3540adfe006a33d9afba2e, 0x56b56c7ffae8fa38fd843dd70f9e37ab309e1ed9bc8a9864d4573b5f73270797, '', 0, '?'),
(0xcdc7c2b2b6cebab8216b49f09fc3a3a5, 'wp-content/themes/poolservices/templates/_parts/share.php', 0, 0xc32f68368a98eca277e4a97913d37372, 0xc32f68368a98eca277e4a97913d37372, 0xcd9a4dca3345e4221b88fd7a5ec4469053b2459bf9a80e6728b2d7f779a88bbb, '', 0, '?'),
(0x86dc15864c586a8ec63ccf25e0613989, 'wp-content/themes/poolservices/templates/_parts/views-counter.php', 0, 0x57b9b228373a4592b6c85b49c322c04e, 0x57b9b228373a4592b6c85b49c322c04e, 0x0bccb166c6104b08b9e0c50004e5c23c684b13239c85e33c0b4bee88cd21d622, '', 0, '?'),
(0x0f21eb9cab5bd19bc148ef3bad01b133, 'wp-content/themes/poolservices/templates/_parts/widgets-posts.php', 0, 0x675b8f2b508f0ea4a4e55023895527ab, 0x675b8f2b508f0ea4a4e55023895527ab, 0xe0d4a35174a4ec6af8bbf3df23643ff65cbabc64d1f54b97166733c1b495a103, '', 0, '?'),
(0x867c0a400dd9ce0047ebb63db1794171, 'wp-content/themes/poolservices/templates/attachment.php', 0, 0xc246dc508301c896f2175c66e5383dcc, 0xc246dc508301c896f2175c66e5383dcc, 0x5d5dda475e71d5b774c3643bd33f8494084faacd2d60f253444732fcd5ac6533, '', 0, '?'),
(0x982d3e04811f91db7ea3608973c4c01a, 'wp-content/themes/poolservices/templates/excerpt.php', 0, 0xf8a743105e94d6b16773c7f75e3b70b7, 0xf8a743105e94d6b16773c7f75e3b70b7, 0xac53f9a4163c977eee639f4c01d3abe419d5eada2025b64b9cba92eb8259bc7c, '', 0, '?'),
(0x9cacd52b55dd58e41899bce3746fbc0f, 'wp-content/themes/poolservices/templates/gallery.php', 0, 0xa43a0ba63a19d6629d2ea0b5bd9f0bdf, 0xa43a0ba63a19d6629d2ea0b5bd9f0bdf, 0xb835dcaf178844c884963fcfa0763da1b36aa70630720d3fe1202e1bbb6d724e, '', 0, '?'),
(0xca493f041192d7ca91fb390267cd799c, 'wp-content/themes/poolservices/templates/headers/_parts/contact-info-cart.php', 0, 0x7129d2b8fe827c3077bda440e455144b, 0x7129d2b8fe827c3077bda440e455144b, 0x40b4e33b755a3385bdf0c55d39ea6e87dd8442d1c8386036b7aaeca6d77ffd22, '', 0, '?'),
(0x0d0d3e0f65982c7765939534815ea0fd, 'wp-content/themes/poolservices/templates/headers/_parts/header-mobile.php', 0, 0xf03af9bed646e4fb3712d33fa7b024b7, 0xf03af9bed646e4fb3712d33fa7b024b7, 0xc1f446936d33ee4c2b995cd2e6a56342b84d91a30ba6ea04a375464f871ca2ed, '', 0, '?'),
(0x85b100dae6acdb96b3210c62a7a023de, 'wp-content/themes/poolservices/templates/headers/_parts/slider.php', 0, 0x4e0ad44a784d4bf0ea816e7e4297e029, 0x4e0ad44a784d4bf0ea816e7e4297e029, 0x59d49be0b2e6d4040b412ab59e51a1ce6f7d92d26d856613242ab537bdd5e7e1, '', 0, '?'),
(0x8f0c1e7ca4d991cd620d79dfe2a113ca, 'wp-content/themes/poolservices/templates/headers/_parts/top-panel-top.php', 0, 0x2e5c99fc634db5a276bf64842a97269f, 0x2e5c99fc634db5a276bf64842a97269f, 0x4850fcb49a5d6400ac65bd08231dd26f84435685eaea3aa173c2fc93312fa141, '', 0, '?'),
(0x1d42718298cdc22011a63506118d3371, 'wp-content/themes/poolservices/templates/headers/header_7.php', 0, 0xf96171acf10d9cd8f6f29c7f3a77f621, 0xf96171acf10d9cd8f6f29c7f3a77f621, 0xbfe58090a3a4ff8bcc2e90aa8f4b9d40d56df37815581a6e6697a95be9349024, '', 0, '?'),
(0x0075563a103ad90de453f65d96b7f723, 'wp-content/themes/poolservices/templates/masonry.php', 0, 0x59d7869f3e098151f7abd843bf01bd2c, 0x59d7869f3e098151f7abd843bf01bd2c, 0x0bf48137b32cdea8d60fd2b5454333e09b8fe9db694a11bea23c3f80042667f4, '', 0, '?'),
(0xb9ec63d255de199f0b7801f450b9736e, 'wp-content/themes/poolservices/templates/no-articles.php', 0, 0x1680984c41847e5983c042c867b3642b, 0x1680984c41847e5983c042c867b3642b, 0x2c8f67519abac25744b1969154e1aed9c4a84b5da4a4916ef5bf2365a501deb5, '', 0, '?'),
(0xd25e77287580470146c45a72117175b1, 'wp-content/themes/poolservices/templates/no-search.php', 0, 0xc9c993fa1398049b99baf7be6a750e2a, 0xc9c993fa1398049b99baf7be6a750e2a, 0x209b6282c460a14a5b107b7be6d1958973cc092772d10f9da4246671c00602c1, '', 0, '?'),
(0xb9f94a86a9716b21b111a1037ce46865, 'wp-content/themes/poolservices/templates/portfolio.php', 0, 0xf2043acaccd4f5f9d41ed5157b105004, 0xf2043acaccd4f5f9d41ed5157b105004, 0xfdce047e0b9ac4196ae0850c59a06d5472e7d3ef6370a1d8c847046e2fda0540, '', 0, '?'),
(0x5180fc844711303078c988fadb77e981, 'wp-content/themes/poolservices/templates/related.php', 0, 0xb942149a7363f34da987e9f85d8604bf, 0xb942149a7363f34da987e9f85d8604bf, 0xb51601700b1ec1024240bb652397256569aa3306266ba6502935d3d59a1d9da8, '', 0, '?'),
(0xbc6481f53311c265aca46b0e21a7cfca, 'wp-content/themes/poolservices/templates/single-portfolio.php', 0, 0x2ceee7db9b491ec9672c4b2d9bf20676, 0x2ceee7db9b491ec9672c4b2d9bf20676, 0x38b0c0dfc4b274905e3a1fd3d2a9515b3ab0f8dbc8e3cf582927141ad989e272, '', 0, '?'),
(0xd8109cb37cf44ba15d97e52b87cc6588, 'wp-content/themes/poolservices/templates/single-standard.php', 0, 0x591bce23de493dc63f4859947b94cb6f, 0x591bce23de493dc63f4859947b94cb6f, 0xd408044bc942deaeef65d61452f34136ff5c328fe321c8a4fe4bd487e20e6c08, '', 0, '?'),
(0x3e8d0639a5cbc5cff054baa5bbd89989, 'wp-content/themes/poolservices/templates/single-team.php', 0, 0x7bc7851b80825192e5f6f5675eb16b0f, 0x7bc7851b80825192e5f6f5675eb16b0f, 0xd4db68dacd9634beeeb2d086183ce847bb893443ffa18496acd199b0db56d121, '', 0, '?'),
(0x70c73fc5f1314e2a765ca7b51730ee82, 'wp-content/themes/poolservices/templates/trx_blogger/accordion.php', 0, 0xa26e6a3d957e73ff34875677e8d1ad78, 0xa26e6a3d957e73ff34875677e8d1ad78, 0xd9de291653f8f99fffbd999bc3a0e56e48699610567897cad204a12510fb0054, '', 0, '?'),
(0x60019207c0ba3041b59aeeb789cda736, 'wp-content/themes/poolservices/templates/trx_blogger/date.php', 0, 0x5d02921e9c46617ba156e796fbc95de7, 0x5d02921e9c46617ba156e796fbc95de7, 0x91e7d4edbfcd05ecb2e2e194dce420589edf90c050371be8e27e6fb492d730ce, '', 0, '?'),
(0xb2cb54a20310fa60be76c3d43cd5350d, 'wp-content/themes/poolservices/templates/trx_blogger/list.php', 0, 0xc17c64be87ba3a75d25e994311d7cca0, 0xc17c64be87ba3a75d25e994311d7cca0, 0x39ec074e53fb18ecd3bd7fb2f2aa3177feb899a0efc81a6a1aff0f3627593c51, '', 0, '?'),
(0x90839b6edc91c009993242a0581c80f1, 'wp-content/themes/poolservices/templates/trx_blogger/plain.php', 0, 0xd9cd1da7a50583afd0a61f8390008569, 0xd9cd1da7a50583afd0a61f8390008569, 0xaf73d8306de9d3a7c1ed97a7c856fd1fefc35f0cf770d32d4cc5b4be0ae3160e, '', 0, '?'),
(0x8d6b328d4b8a48c993a04ee7f30b4bc5, 'wp-content/themes/poolservices/templates/trx_blogger/polaroid.php', 0, 0x35d38ad32910b5d8cb2b38d11f0535e6, 0x35d38ad32910b5d8cb2b38d11f0535e6, 0xeef7680ff92f0b83fe6dc58801bd9d63b9c846dfa69add50921880e3bd4c335b, '', 0, '?'),
(0x51b6f26388026e48b1c02c4750c7ce62, 'wp-content/themes/poolservices/templates/trx_clients/clients-1.php', 0, 0xbe5dba4fb2185c1e30126510aee9e38f, 0xbe5dba4fb2185c1e30126510aee9e38f, 0x449397672b7aad6b16b95313b2abdc908dff6f7601c60c6a5e85d20ea9dd8134, '', 0, '?'),
(0x3dd1cf918bc764488a09927e714618e5, 'wp-content/themes/poolservices/templates/trx_clients/clients-2.php', 0, 0x9400844ff79e7e71d99a5247b8cb7d09, 0x9400844ff79e7e71d99a5247b8cb7d09, 0xfeb49d572b16a753ebc0961503e022d1d42e325c6d099212700889037f96c616, '', 0, '?'),
(0xe46a86e455904516864ae6b74dbdc4d3, 'wp-content/themes/poolservices/templates/trx_events/events-1.php', 0, 0x0a0500de47efcb1d7bbe49839b357c0e, 0x0a0500de47efcb1d7bbe49839b357c0e, 0xfd7a6b37a5a90683802a3fe7f5240c2178dac419061f44a0bfd62f29ad46df8b, '', 0, '?'),
(0xc750daf7a3e5a5b1073152b62bcf108b, 'wp-content/themes/poolservices/templates/trx_events/events-2.php', 0, 0xac5214c288af22d2a9eee99ca53892eb, 0xac5214c288af22d2a9eee99ca53892eb, 0xfcb97ead8ff789d5a7d0dfcf2ddace5b1a3d9aac28db46fc8d14b3c9a0b87d68, '', 0, '?'),
(0x50ad3f37569467024e32504dd44f2397, 'wp-content/themes/poolservices/templates/trx_form/form_1.php', 0, 0xf81b11de5bb1e67e357888186b43ee3c, 0xf81b11de5bb1e67e357888186b43ee3c, 0xf630bf47a5415ea64116c14c03fb1488bc88197a7dcfce4144b99620fa49f7da, '', 0, '?'),
(0x2cb493e3daa166469544897e6f1e195b, 'wp-content/themes/poolservices/templates/trx_form/form_2.php', 0, 0x3033ff967748e7a39ff993d82a992f48, 0x3033ff967748e7a39ff993d82a992f48, 0x43042c5415aeb6101683eb8468fbc13c2c0399ccf753edc3795ed71eafd25d5c, '', 0, '?'),
(0x44aaa359df0c8aaaa69c2ed52944586f, 'wp-content/themes/poolservices/templates/trx_form/form_custom.php', 0, 0x0aba4ba8080e672a81dcbdad9c052e7e, 0x0aba4ba8080e672a81dcbdad9c052e7e, 0xc243adc8b7ce081a894888bc576cb1a4ea4263ded183350d70faaa2767857a9a, '', 0, '?'),
(0x5c6510c31a0b8d445e921157c015a739, 'wp-content/themes/poolservices/templates/trx_recent_news/news-announce.php', 0, 0xa0fb77bdebd85d9b7d6aaef2a2fbd01e, 0xa0fb77bdebd85d9b7d6aaef2a2fbd01e, 0x2f1a9d822ee55472fe2973018863777c63fb5c96c6de634770e6c4c94368631b, '', 0, '?'),
(0xebe3334ed2d7d50bf8e4ea683d484eeb, 'wp-content/themes/poolservices/templates/trx_recent_news/news-excerpt.php', 0, 0x9d64ca94975a93eb8648c4cf011a82a8, 0x9d64ca94975a93eb8648c4cf011a82a8, 0xdd51a4c5149e9c7f6340734d4e69f9e1749a31bf3d9c45dabbfef76ca916f438, '', 0, '?'),
(0xa5739f2db5dd341fc4e196e18248b1a8, 'wp-content/themes/poolservices/templates/trx_recent_news/news-magazine.php', 0, 0xa51938bdcbfabc3a7388dc4c2ef68359, 0xa51938bdcbfabc3a7388dc4c2ef68359, 0x5a98bdd9c75cc320d16c34ad9602774be248240da2aa5409db5e4835299ad3e0, '', 0, '?'),
(0x9345f3292dc6b6d30290704ae1679795, 'wp-content/themes/poolservices/templates/trx_recent_news/news-portfolio.php', 0, 0x0a81870880562c39ed88c597304a1b56, 0x0a81870880562c39ed88c597304a1b56, 0x3f9f8734b248ebe6c2c6fd47dc2a01e10b119250b2db4fdb25ca6ffbacdeda29, '', 0, '?'),
(0xe671a9f25ddb462c39c9970972a1e665, 'wp-content/themes/poolservices/templates/trx_services/services-1.php', 0, 0x9d85c634886476ad5e3a887380194483, 0x9d85c634886476ad5e3a887380194483, 0xe92d73023a1c7c2c02954fa699b888b74e8a87077bbe3f88daf52e9a5589814a, '', 0, '?'),
(0x8d25fed176d452e8e5a6f4ee26a86050, 'wp-content/themes/poolservices/templates/trx_services/services-2.php', 0, 0x31f2223494f89444195aa4b7d59cb057, 0x31f2223494f89444195aa4b7d59cb057, 0x994ad334dfcbb258c5f23f06bdbc94196b11f2433e414819d24cc419f184cdbd, '', 0, '?'),
(0xc3328a846cf206dc6b74cdc858ca269a, 'wp-content/themes/poolservices/templates/trx_team/team-1.php', 0, 0x80726bf7ea5d2814835eddee37633395, 0x80726bf7ea5d2814835eddee37633395, 0x9a3eda1c86d0b940ef186dafec12eedb1048fe6af2a1b0895fc151e12fbba106, '', 0, '?'),
(0xe4b680dd80f1e9d3e53666c841f84a14, 'wp-content/themes/poolservices/templates/trx_testimonials/testimonials-1.php', 0, 0x0a42d76577ff3fe9fdfb4cb28d2be739, 0x0a42d76577ff3fe9fdfb4cb28d2be739, 0x9ff34b0363049b5f11f80bc66dc459a87f6daa9a807ee04b4e0cb217ee489230, '', 0, '?'),
(0x0540b855fc40ac48de3c00bfb8a0c21c, 'wp-content/themes/poolservices/tribe-events/default-template.php', 0, 0x8460349945b2e0192c5e303e0a08582c, 0x8460349945b2e0192c5e303e0a08582c, 0x1722bbb48b0617aa844a5fbc0c306e9d7a395344f2e88496f2530c85850075fd, '', 0, '?'),
(0x36d079df47359be41aeadc8ad19edcd1, 'wp-content/uploads/gravity_forms/index.html', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x997873d4b6f5c79785be8c5e889760fc, 'wp-content/uploads/wc-logs/index.html', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x7ece94b4152c067aa4e147ef688706de, 'wp-content/uploads/woocommerce_uploads/index.html', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x26c9dfeb095014f0730c686375137353, 'wp-content/wflogs/attack-data.php', 0, 0x23d8ad0abeeec5798f490262bd0ddb0d, 0x23d8ad0abeeec5798f490262bd0ddb0d, 0x6c878e34044571ae7bb6ae91a0a0b6efd71b9f277767d733311ea063ae773ab3, '', 0, '?'),
(0x35b123748a3552bdd1884ba9f3edf5d4, 'wp-content/wflogs/config-livewaf.php', 0, 0xf79bccd0f2e591a6cf574e996909e662, 0xf79bccd0f2e591a6cf574e996909e662, 0x0a69291b0621204cad8513f5a243a92a83dc612d162c1dae825579af367bde63, '', 0, '?'),
(0x383f3642880dbeddf7706c32ba52dc78, 'wp-content/wflogs/config-synced.php', 0, 0xe2e936817f6163c29cc56feac457515f, 0xe2e936817f6163c29cc56feac457515f, 0x79ac7c92169729148ee9a0c597f13a3439c5dec1eec2a2ea817a100050a5153f, '', 0, '?'),
(0xd1f286bed45fa75623f0aafeade64274, 'wp-content/wflogs/config-transient.php', 0, 0x4c3d727bdb6854b2464bf093a9802043, 0x4c3d727bdb6854b2464bf093a9802043, 0x77e46f4e74a8f23e272c978d453c09eb2da24b983d77f14d5bc934e45f80ad23, '', 0, '?'),
(0xd355f7806ed02f7c724019daaaf2d7c1, 'wp-content/wflogs/config.php', 0, 0x61cd5f94c8e8d831d784b41307ca2134, 0x61cd5f94c8e8d831d784b41307ca2134, 0x9c565310bb4b7f1eef1723690265196f71f4f1ccfd3cd005d228c7c3056a3db8, '', 0, '?'),
(0x13cc1041c26fda21cc56e1eac5b36076, 'wp-content/wflogs/ips.php', 0, 0x6c43a40c1b64628def2ea7cbb4eb8376, 0x6c43a40c1b64628def2ea7cbb4eb8376, 0x5a5d5b578d128b509a7dc32cfbfebf969e8307372af671e4e10ae3e6c691a1e1, '', 0, '?'),
(0x879e21bfde45aaa953378f789683c8e6, 'wp-content/wflogs/rules.php', 0, 0xcdca57dd316e522178d02c36feda82be, 0xcdca57dd316e522178d02c36feda82be, 0x095b41ff2174c855fd65b4f707cc38998cc62fe9b48185e620d6c278e46727ca, '', 0, '?'),
(0xa80519ed7f3523c12238ad25601f7d7f, 'wp-content/wflogs/template.php', 0, 0x6c43a40c1b64628def2ea7cbb4eb8376, 0x6c43a40c1b64628def2ea7cbb4eb8376, 0x5a5d5b578d128b509a7dc32cfbfebf969e8307372af671e4e10ae3e6c691a1e1, '', 0, '?'),
(0x4d0ec3c8b18d311342c5d53ae9662c26, 'wp-content/wp-cache-config.php', 0, 0x0f2add72a705cc92ee92b223adcf21c7, 0x0f2add72a705cc92ee92b223adcf21c7, 0x14d989edab0beb4bf3471dc6cca925929e62ff071e15ba55323211b6dc466f28, '', 0, '?'),
(0xe361dd4f6a1c27f7c5bb442ad6815634, 'wp-cron.php', 1, 0x00000000000000000000000000000000, 0xcfa2960eb1eb763e1b86cdacba480d17, 0xca4fbb8b2cee39007a36de8ae5052be5a438d62c94657c5ca3f1a3fb93c2a28d, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x8e8483f976fcb48a08cf8ce98c5939d3, 'wp-includes/ID3/getid3.lib.php', 1, 0x00000000000000000000000000000000, 0xe22ed281f7be302892f6b97e48bc36e4, 0xe223f8e142c597022ca26e21a89136b1b512a83b0abc98b1587ef5e21a4f30ac, '', 0, '?'),
(0x6402f5e53a77a4eed04fcdd086171513, 'wp-includes/ID3/getid3.php', 1, 0x00000000000000000000000000000000, 0x9a22047b27152fb5e7060527f68f5018, 0x5c9c944db4eade64389781bff55ef41bbd0ca21d1b6b4c294abb8859d0af27b3, '', 0, '?'),
(0x39d58dd2a2d5ec39f1eb640d12eb8a59, 'wp-includes/ID3/license.commercial.txt', 1, 0x00000000000000000000000000000000, 0x0a3b670896fc4a8067adb2c6d978418e, 0xbb745f32bf12780eca3c0bb1ec2d8ca3edcb9c7771dd49bf6799c91f1004f318, '', 0, '?'),
(0x7defc890e68a5c4cfcaf608aa7e46929, 'wp-includes/ID3/license.txt', 1, 0x00000000000000000000000000000000, 0x47d8905625e6505f1117fa0ba8d5b7af, 0x8a493ecfd761a72a52387f3ff19629f670318955cd94c73f32c31d3d6f1997e7, '', 0, '?'),
(0x442ef7ee88f63a95000fbea553d45238, 'wp-includes/ID3/module.audio-video.asf.php', 1, 0x00000000000000000000000000000000, 0x0e4e7e0f1e4936afc2a6a18d0df6b86a, 0x9b3b927879e35c19dcff1cf68cf611f14cb9d8552165a882afdb54a13477087a, '', 0, '?'),
(0x780947214ee4b724a52e9a648e5462ef, 'wp-includes/ID3/module.audio-video.flv.php', 1, 0x00000000000000000000000000000000, 0xf7ef572f85f862b2dff188eee78bd79d, 0x8336a31a044270a68d7a0f08778e40f2fd30ea4576d301e0e3ab6d4315389f31, '', 0, '?'),
(0xd66fd2a82a4b02eeea6f98377b83203c, 'wp-includes/ID3/module.audio-video.matroska.php', 1, 0x00000000000000000000000000000000, 0x9ec6112edb02bdbd6ba7d39f535b0996, 0x6676a3a402120448f9633755d06648a757606e6bb44dcfc35ed688358b2bff3e, '', 0, '?'),
(0x548c8ab3766d3f2cb361dee9e35434ea, 'wp-includes/ID3/module.audio-video.quicktime.php', 1, 0x00000000000000000000000000000000, 0x9e4f9f9b3250c2c199499675da7ac44d, 0x40044e96a67ac16ae39ecf2e1b712f1a0a5dce3630d0eb63c23738ce5eb06634, '', 0, '?'),
(0xd816c01a768c493a776de4b2277e4b2d, 'wp-includes/ID3/module.audio-video.riff.php', 1, 0x00000000000000000000000000000000, 0x865efffafc6ff55c65bf907ab0ba3497, 0x5189c52649f257d2d93ef6014a48eabbb75e9f6072967a5be6c145e82b45e285, '', 0, '?'),
(0x94b1a6ae4cd8e21736090cd8c0e8d7b3, 'wp-includes/ID3/module.audio.ac3.php', 1, 0x00000000000000000000000000000000, 0xb3e8c41aad74f79bfcac59f24ccedd6d, 0xe1d2b7a2889750358abed084f95e6ebe6298dd1cb998a6d28e1e281c49b0cd77, '', 0, '?'),
(0xc7b35caadd5f4c2d11065980c58c2524, 'wp-includes/ID3/module.audio.dts.php', 1, 0x00000000000000000000000000000000, 0xaa7ccfc174818bc15446f9063800ef0a, 0xc78e3ac794c125e728c8339eb87a851f801501003f89c9086cd4690e6b2d70ff, '', 0, '?'),
(0x40f8912be254ce8427b7b78fa518d9a4, 'wp-includes/ID3/module.audio.flac.php', 1, 0x00000000000000000000000000000000, 0x5892c3a5453e0825861d75b70758fe9f, 0x0416ae435f7a79c69ed276b85f0d5fc5f428f74e32b95163991bd4a2b22ad889, '', 0, '?'),
(0xbe8397f14e1ee9c4f5fe40bd28ba3397, 'wp-includes/ID3/module.audio.mp3.php', 1, 0x00000000000000000000000000000000, 0xcd78c0956e3d0926bf2d2900208cdb1a, 0xdbab8c951cbf102d6c30dc49e51337c73d683d8f225ab0c65f51169db336fd8e, '', 0, '?'),
(0x3a18ae7c4cfb483628cedf63b56782d6, 'wp-includes/ID3/module.audio.ogg.php', 1, 0x00000000000000000000000000000000, 0x532859d598cfc5a7f6120fa40cc852ee, 0xdf3532702c1314b76165346ee868807698f94e8bb08eb34ff4acab62bde2913a, '', 0, '?'),
(0xce5f292daa5d13edcb8c6b4f09c3f7c3, 'wp-includes/ID3/module.tag.apetag.php', 1, 0x00000000000000000000000000000000, 0x860cc9fa69a2d27419829be62d25ddd1, 0x1fe0201230ab63c21284d0da88ca01642239afb15f6d5affd962f3c1acd79514, '', 0, '?'),
(0xc1f91f02c1327a73f18efa3478ce4542, 'wp-includes/ID3/module.tag.id3v1.php', 1, 0x00000000000000000000000000000000, 0x55e22e036877bed3aa868d8eb7c2dec1, 0xe2db488dde92b0c8dc67e0dfa0696047f0dcbd7f21d9a268f7268c294d987280, '', 0, '?'),
(0x2c86e1d440b59a686ae47172de9202ff, 'wp-includes/ID3/module.tag.id3v2.php', 1, 0x00000000000000000000000000000000, 0x16d0e64cc4c3998d52203076d5673929, 0x6b2fe1eb542109cdd8267079e2e978d94be2ef685478411cdbf2b7e7474b8b7a, '', 0, '?'),
(0x893fa0389d94f71998d1c95acfd04ec1, 'wp-includes/ID3/module.tag.lyrics3.php', 1, 0x00000000000000000000000000000000, 0x1e37e02d72dbd87e90bec5de3eeaf87b, 0x8d64993a2c500c5d065c13f714c01f313d6352c5bafd14ff74bd256c7a00ead8, '', 0, '?'),
(0x287e36767156ec30f47b8622071c7f07, 'wp-includes/ID3/readme.txt', 1, 0x00000000000000000000000000000000, 0xdda3f6ff7ad91e65d1a7d1a56b3538e3, 0x6c128f8f72a6a6b718c10f70349ceb4642dca237225a3afc12579376f8ccc818, '', 0, '?'),
(0x691fa20f993bd9f5269906be6fe2ae3f, 'wp-includes/IXR/class-IXR-base64.php', 1, 0x00000000000000000000000000000000, 0xee2a36d606d508af44b654e6176599bb, 0x3f465d4caa327d1787d91feb0d53fe400e62d132f74fad6fc7755506274f84aa, '', 0, '?'),
(0xaefb0609fdd3ad67c8b1216e06915087, 'wp-includes/IXR/class-IXR-client.php', 1, 0x00000000000000000000000000000000, 0x51c4a34bce41cfb25dda8e75850e5951, 0xbc90821f5581c64699d32247f24d117c4c26a906384b3a3a1044dfd3dc6fa174, '', 0, '?'),
(0xb6c16478b9cdd66542c0dd9904cf9f35, 'wp-includes/IXR/class-IXR-clientmulticall.php', 1, 0x00000000000000000000000000000000, 0xaf10903340b8ebc353a5050a5face990, 0xf180cdd4d20bf59610219959fc4d78aae51df46debf1d592e9a94ff3b0c5f9bb, '', 0, '?'),
(0x5ae9ce3dd3a7c5720f1f6322b29479ae, 'wp-includes/IXR/class-IXR-date.php', 1, 0x00000000000000000000000000000000, 0x49eeca065664422b0341b74a3f83f923, 0x8717e17b7e9f2823e5a61a36759eeef0a1da2c8cea10d5c73f806a6b32edf160, '', 0, '?'),
(0x5e4800f5427cdbd83419db407a07c1f7, 'wp-includes/IXR/class-IXR-error.php', 1, 0x00000000000000000000000000000000, 0x673622ac95ed755c2733bcb2ad9c628a, 0x2a3fcddba7558f3d8e3fa82c5da4da303d43caf89393a05a2d863644712e9847, '', 0, '?'),
(0x24f3cfab2ff17ffea5ad1f21afb243e6, 'wp-includes/IXR/class-IXR-introspectionserver.php', 1, 0x00000000000000000000000000000000, 0x325561be77e43cf849779170864f372d, 0x83ed0abee0c3fb43fefd81039e0750455125d7440d0bd16b2a9e58e9c6c6016f, '', 0, '?'),
(0xff977e25429700837a98ee07f53f6f0f, 'wp-includes/IXR/class-IXR-message.php', 1, 0x00000000000000000000000000000000, 0xff847c4c6e95a9147d44fbd7e8313497, 0x6c797d10bea97afba82ee0176a78a4adaa6dc7edd4e4059e11a53aebfa556c60, '', 0, '?'),
(0x8a77ec1ade13648fcfa2f3fc0d754422, 'wp-includes/IXR/class-IXR-request.php', 1, 0x00000000000000000000000000000000, 0x25702e3c8d53c7a1ea99d47a31cfa204, 0x51e3b52a6bcb5f7d921de10e3283ace93e54fb71173cca5f531cdf3aef5168b4, '', 0, '?'),
(0x97ffb5616cf2569a3f8e66fd1ad1918c, 'wp-includes/IXR/class-IXR-server.php', 1, 0x00000000000000000000000000000000, 0xca1f45d95dd4b25bd2cc8c7dfc065b58, 0xd6daf835ac54bda834a0e45dec931ca61a487e1436d22c8c8abf74958da20b74, '', 0, '?'),
(0x33ef1ea36e14671b00a4bf5c0009f157, 'wp-includes/IXR/class-IXR-value.php', 1, 0x00000000000000000000000000000000, 0x03929d66fb3ea8356ccdf86a0066e80c, 0xbe3f689c8fe5f8acb2cd872058af140ed81b5550cb194f067c48248931bfb89e, '', 0, '?'),
(0xbfb8f7f25ce84d05bc4df8462fb11349, 'wp-includes/Requests/Auth/Basic.php', 1, 0x00000000000000000000000000000000, 0x67fdd878cc84df15093455d6096b2143, 0x2eded0b9680bdc64426948c980e06e9373b78288a2e19d978b5cb103def1f64f, '', 0, '?'),
(0x4aa23e1fd7e6efa301c5f81022cde42f, 'wp-includes/Requests/Auth.php', 1, 0x00000000000000000000000000000000, 0x3197d2529dd957b2acc3944f5bfcd64a, 0x624fda0451e277c3b9ec4cd1a0c3a20efea9ac968d999b833951c0d46c72126c, '', 0, '?'),
(0x186931fc9e457e4eac49e241cd94e0c6, 'wp-includes/Requests/Cookie/Jar.php', 1, 0x00000000000000000000000000000000, 0xe9300c5fb1f52670a0b52234d95c9510, 0x63f7e421c22342a769192a2b22f60db96e9af7e749c688bc58c389fa1fca77d9, '', 0, '?'),
(0x53e75ef9376a4b3549364be60e322112, 'wp-includes/Requests/Cookie.php', 1, 0x00000000000000000000000000000000, 0xf10c5ddef79834f447aed9466457288a, 0x31d78bffcd302aba45a9333a2f92b3320270a111d402d5af9e004b13325efe28, '', 0, '?'),
(0xb5c14fc2ad0a098455c9eda097526212, 'wp-includes/Requests/Exception/HTTP/304.php', 1, 0x00000000000000000000000000000000, 0xd33b4634ce4113db49ef9dddedf754ab, 0x76a6d3439d90870961ce2746de3b80f81ef2b17ada08bb94281b654aed03b14c, '', 0, '?'),
(0x203c40be73819486ee0dc3c546a88c2f, 'wp-includes/Requests/Exception/HTTP/305.php', 1, 0x00000000000000000000000000000000, 0x58f8f700904bebe62f60a11c2cfbab26, 0x48c4c68e1c17f997ddcb2b400cb549eb18b7dc62879a5e3db651764d365f694c, '', 0, '?'),
(0x3850d6a71bea1a05bc4847457d1538da, 'wp-includes/Requests/Exception/HTTP/306.php', 1, 0x00000000000000000000000000000000, 0x57737a071fa1754e50db6adcc9f25875, 0x348155be9d16a7510d31235f66baadbc05a2a2b048a6fb922a4919d1646cbf9f, '', 0, '?'),
(0x480ff1fd598d03665548e87584706401, 'wp-includes/Requests/Exception/HTTP/400.php', 1, 0x00000000000000000000000000000000, 0x51e56e878cbb564ab852c978fb35fcd0, 0xb364ab3ec4f786bcba09a269ec481caebaacdf6224aa269e6ee8e0ea3697701a, '', 0, '?'),
(0x2fb2fe7de3a6bf4c05fa3b3fca14775c, 'wp-includes/Requests/Exception/HTTP/401.php', 1, 0x00000000000000000000000000000000, 0x3b2ab80eb9cbfd87baa23fc1648e9940, 0x590f56241789f3c4ff2fef1da59f403db2f785c3ee19bb562dbdd80e64630eb0, '', 0, '?'),
(0x2a5c541dd29d29255df3aa791e69442b, 'wp-includes/Requests/Exception/HTTP/402.php', 1, 0x00000000000000000000000000000000, 0x60f859d55150da0b0a7a959ac9f347d6, 0xa56798a94e5109b5a0af1f948a8bf02fe6d8d809b7793593af9190afeaceb863, '', 0, '?'),
(0x9c9f176cdbc0332e09170217584e8202, 'wp-includes/Requests/Exception/HTTP/403.php', 1, 0x00000000000000000000000000000000, 0xbcd160e8f70dc76ffbbf6b33b7fe31df, 0x8749ecf6a96ce945864be0b0d1a6f8a63f5aa312304a54acdaf287e2e1550499, '', 0, '?'),
(0x3b0223bf096ea98fe5dc25221bf59df9, 'wp-includes/Requests/Exception/HTTP/404.php', 1, 0x00000000000000000000000000000000, 0x1ed416cc6311835900857973f8923c4d, 0xc2d52d2156b008bb3e64a62a076a508c46dd09c83b51c6b5b19a4e3161479c28, '', 0, '?'),
(0x59159bb4b68a62daa77f2cc5fdf74a1f, 'wp-includes/Requests/Exception/HTTP/405.php', 1, 0x00000000000000000000000000000000, 0xdd38d182de6d21b2d2ac18b381adf97f, 0x6a1df262e9b1ed9a84cc0ef05e55a8737638d1c28d24628f9db4844de1337992, '', 0, '?'),
(0x8c0ef2466a5d70db20d2eddc41630d70, 'wp-includes/Requests/Exception/HTTP/406.php', 1, 0x00000000000000000000000000000000, 0x4bc8cb6cef688c729edc3990220006ac, 0x2c6159d3e07d5052367f140b83eae360bd294b17edfc669e69736d20b8b903e8, '', 0, '?'),
(0x94d7e8ff4e74bb194bf4a35505f285ef, 'wp-includes/Requests/Exception/HTTP/407.php', 1, 0x00000000000000000000000000000000, 0xc2c817e9f5d8768bbde4d66a26e6c6b5, 0x3e1ad4d7db5dc69a9642cc8f587692d8b063af9af1b9d32e4e32c24ed2b9d0af, '', 0, '?'),
(0xbabf87000e6e3a548b717d4b2013f840, 'wp-includes/Requests/Exception/HTTP/408.php', 1, 0x00000000000000000000000000000000, 0x403e3164844958c5144f98ecc8b77689, 0xe971ac99f22ad66c6d4bd2a3136bc422d04dff513fca70a78d9261d882e7a634, '', 0, '?'),
(0x589aa406be76961ac692af8a0422eb24, 'wp-includes/Requests/Exception/HTTP/409.php', 1, 0x00000000000000000000000000000000, 0x995a1dc469e67e2a3d0b8f9bebfea9b6, 0x91f7c75f4dd417e13855fcbcab2e7046abf7f9c2778e3a4560f04d4281e2fca7, '', 0, '?'),
(0x85fd1e9b0e54d7ec9691b53a745ba6df, 'wp-includes/Requests/Exception/HTTP/410.php', 1, 0x00000000000000000000000000000000, 0x71be4f3437dfbadda52f38582184e19b, 0x97a53986662f334d4d3b1b2347daaa574f26927453fb4f1a1db1adc018c698f2, '', 0, '?'),
(0x29118d04f8947cfc7b34e62b5dc25828, 'wp-includes/Requests/Exception/HTTP/411.php', 1, 0x00000000000000000000000000000000, 0x27a552a1e4160c4df61b2eca5a604796, 0xf61685e855895ebeacaa8b3970ddf426d9eecd0b60f66e4d7bac206e08be154c, '', 0, '?'),
(0x862981c0d2e25968a82ef23bbce8c5a1, 'wp-includes/Requests/Exception/HTTP/412.php', 1, 0x00000000000000000000000000000000, 0x25b88449dcb7a1a83dd906378aa556c7, 0x53f741953463185c44d235362d8acd23bcbe642ab39fd2d2bdd3be8f52fdfe86, '', 0, '?'),
(0x09982ea6d90835077561ce576b4af898, 'wp-includes/Requests/Exception/HTTP/413.php', 1, 0x00000000000000000000000000000000, 0xe9963cc15dc99059b7d9ff584c17bfd8, 0x0d1103858a7dc0e49fb92d56b1dbdf01b0de0e2765434319ca85e3652d322c30, '', 0, '?'),
(0x5bc559c1d03434f34f72b6956c0230cd, 'wp-includes/Requests/Exception/HTTP/414.php', 1, 0x00000000000000000000000000000000, 0xbca65d55e2409ef6a5291ed8e6a12368, 0xa58d48e0c17fbbd4ccc6da699ee0ed8d63f721a79949292e656888b591afb789, '', 0, '?'),
(0x8cdf7da55e3732c2080712828488b7ae, 'wp-includes/Requests/Exception/HTTP/415.php', 1, 0x00000000000000000000000000000000, 0x0258cc0fb05462ea8f11ccaea34a55c3, 0x762514ca5fc400d062246d912660ebf396c528fb3d996d063cd006621a6f3070, '', 0, '?'),
(0x9e67944beb3bfb7146bb56497dfe51ed, 'wp-includes/Requests/Exception/HTTP/416.php', 1, 0x00000000000000000000000000000000, 0xf931824e39e39617c9aac661804478f8, 0xda28e0dd026d796256f56149c56a5770998c1baf282141e9f0eb1fde3c28b158, '', 0, '?'),
(0x50265f23cf27dc047a54e20b868e0873, 'wp-includes/Requests/Exception/HTTP/417.php', 1, 0x00000000000000000000000000000000, 0x4270026a1b8e684f5ec0635c47201c23, 0x8098804ce15498b2d29824784473019a5ef9681d5f216b43bb223127fc995fd4, '', 0, '?'),
(0xc54480ac9043e819e8d4c346137db1cb, 'wp-includes/Requests/Exception/HTTP/418.php', 1, 0x00000000000000000000000000000000, 0x4a21bae298f1c9feda5b0e93fe348af3, 0x053420ac0836e98eacbdec4d26f024219d32643c9eaa5c097c5c973f67fc0a16, '', 0, '?'),
(0x10de5d50aa4a51c680366fd6a2f7953b, 'wp-includes/Requests/Exception/HTTP/428.php', 1, 0x00000000000000000000000000000000, 0x9a97bb0369f70142e4e57da75eae742a, 0x43ea4fb85725930caea474df8fde5912d77cc215d5268b0f309d56c28cd05ccc, '', 0, '?'),
(0xbf4f2fb411c3ac11ee607c67a8075f00, 'wp-includes/Requests/Exception/HTTP/429.php', 1, 0x00000000000000000000000000000000, 0x53f0dd257c04462ec3a05a6485b38fcc, 0x0ff4168b21f3115493ba0e751f776da17435c96f0acc3241226b94df9a7aad03, '', 0, '?'),
(0x8cca9abc7b068028fa8bd05c699f372e, 'wp-includes/Requests/Exception/HTTP/431.php', 1, 0x00000000000000000000000000000000, 0xe0e3737c622417ca08d5d1933c1489d9, 0xebea85b18dac2f1459365fa0eca0d177ca1d04706bb277f6c10fb430ffff18a7, '', 0, '?'),
(0xa80d17b266a0019090e668cf38b01521, 'wp-includes/Requests/Exception/HTTP/500.php', 1, 0x00000000000000000000000000000000, 0xc0afa9c66b6d830a094815f2124dffda, 0x464f97a10cff151c02563322f8aaf59cef14d4121ebca3aa150f11216bd050f2, '', 0, '?'),
(0xd96c3b0b616ff2b498e2b97efb47d6e1, 'wp-includes/Requests/Exception/HTTP/501.php', 1, 0x00000000000000000000000000000000, 0x650cdab83034f22d3fe803f5d791a835, 0x936ba547e5afb2e40ace83431d4423be1d36c87508021aebd68445daa3404b31, '', 0, '?'),
(0x08e7e262196d8025b2878adbdaadd6ab, 'wp-includes/Requests/Exception/HTTP/502.php', 1, 0x00000000000000000000000000000000, 0x7cc83a6c80cf7af9d5217b17fb47ff69, 0x150bf12f9288bf7e554a4fa42ec58023b5f245e18bfffa35b42a8a2743c51571, '', 0, '?'),
(0x6ec5a2a829e1ae630e889bde71145e22, 'wp-includes/Requests/Exception/HTTP/503.php', 1, 0x00000000000000000000000000000000, 0x3906f7520861c39f43f46000d45554b4, 0xbe7db6ac3d33027806fb411039bcaaf1cb6c8fab70010082c6b0d339652e134f, '', 0, '?'),
(0x4f7913997d4d6190cd13885fd6fa9349, 'wp-includes/Requests/Exception/HTTP/504.php', 1, 0x00000000000000000000000000000000, 0x02d76d8cccaa446293201112908a2aa5, 0xf93caf1098a3932142ac7c24146ba8aebcdd88a01f23208c65ac69142530031d, '', 0, '?'),
(0x20cc0d2409518a5e4328d8c081ede4f5, 'wp-includes/Requests/Exception/HTTP/505.php', 1, 0x00000000000000000000000000000000, 0x8e5d4109053303e65b2f4364c1ac12de, 0x90cbe2ad9bc5fb2069eb7bc85041c4cd866bcefbf107fa64a9a4874d0aa9818c, '', 0, '?'),
(0xd5754723fc29b97cc35eb4acb8110636, 'wp-includes/Requests/Exception/HTTP/511.php', 1, 0x00000000000000000000000000000000, 0x03756e9a4e3c4b77f8d09bb9918fd140, 0xfaf349f8a87d372bc695a441f7dce0036ce6acbf42f7f574db2773f7f0740c06, '', 0, '?'),
(0x879f89fba6af3e1c325c6f8629acb7d7, 'wp-includes/Requests/Exception/HTTP/Unknown.php', 1, 0x00000000000000000000000000000000, 0xda646c02e1ab81b632af41fbcf0a57ac, 0x1740a8ebfe06e233d9231ad0b62f1b2a740dce1e1fdb36063c58effb0d884946, '', 0, '?'),
(0xcac4fc8357e53ec4d29fa2cfeffec85b, 'wp-includes/Requests/Exception/HTTP.php', 1, 0x00000000000000000000000000000000, 0xe8d5fc68b3c6fa15e4526c161172dae5, 0x6f13fd45c2b2745151621d6f0aaefe19baef72eea15171dae122812fb1828e85, '', 0, '?'),
(0x881baf178d1149792d820ab7c5848d91, 'wp-includes/Requests/Exception/Transport/cURL.php', 1, 0x00000000000000000000000000000000, 0x853654cd672a1a9b3a09af077837dfe1, 0x18c55dd0fdc7c230d69938fc91ca7023fc7e86f55c6f1cb1d3813d0b31b314d5, '', 0, '?'),
(0xef724982e5edea96c98035200ec14690, 'wp-includes/Requests/Exception/Transport.php', 1, 0x00000000000000000000000000000000, 0xabbb6cf8da7ae8ea204a0118ab5ed101, 0xa6bafbee03c4bab6cc8cbbe3261c8c15f9b6d6b39686dd34403738e114edf470, '', 0, '?'),
(0x15549ac498355648abacfc501c7bd6f4, 'wp-includes/Requests/Exception.php', 1, 0x00000000000000000000000000000000, 0x879bac9efa180085ab33e90e1acc5249, 0x2d408e8267202588fca7868c02754f0e4e5c7d406ce0b0cc1ba56627bbe3f3bc, '', 0, '?'),
(0x0ce013f9140f08d42e517d33d2d95489, 'wp-includes/Requests/Hooker.php', 1, 0x00000000000000000000000000000000, 0x0f08c5401425a9615bd19e2f34a5e107, 0x740d7b0c10d66b83083f1969ce6be49543060a4c06e3f0839162efcc87dd5779, '', 0, '?'),
(0x5896ea4dbeb79ac378dab3fc4af0b9f6, 'wp-includes/Requests/Hooks.php', 1, 0x00000000000000000000000000000000, 0x2c15a0a520b9a8976778a169ceebd919, 0xaad59afcbe94e82051fbe6869044bc500195ced8820f5f3f79d1608ca3a1f8ab, '', 0, '?'),
(0xa5d420ed5c8fb9dec28594546e80915d, 'wp-includes/Requests/IDNAEncoder.php', 1, 0x00000000000000000000000000000000, 0xd77dada232f0079b1412e0d050b4d8b1, 0xdc014d3ffd7e22c8cd7525c55bfe2c906ca48b1d89fa2b3f462d7db14d16298c, '', 0, '?'),
(0xe98154151d7fe14233ba9b0b47f6de7b, 'wp-includes/Requests/IPv6.php', 1, 0x00000000000000000000000000000000, 0xa5df4b884e8a07e81703f1ac6b6e54b1, 0xfe3dd8ed6c6e26ced1f8be84e7c483e64ac7d397b5890ba37ec4c4def785e96c, '', 0, '?'),
(0xaa887d7ab29aee81a423b88099821e1a, 'wp-includes/Requests/IRI.php', 1, 0x00000000000000000000000000000000, 0x183508325d839c7bf27db5f909600e58, 0xc9493f037eca34f7bb01df5d34affbc710879f074b82ad46aafd2276ab49281d, '', 0, '?'),
(0x7f77b4279c5065befa46c32bf5905600, 'wp-includes/Requests/Proxy/HTTP.php', 1, 0x00000000000000000000000000000000, 0xffd0e62f32db05bdbda6bca407d7f029, 0x4ad03664a2e34197cb6c7b9dc1d0991c1700b69f819b051f83df4aedaff7ee68, '', 0, '?'),
(0x2379f79ff174102891244e548ffc74a5, 'wp-includes/Requests/Proxy.php', 1, 0x00000000000000000000000000000000, 0xb5406b1037b500d7d374b85c2a879947, 0xa4771e063c501642f1aee85a430b1ff76bba5349be51218f151f19da0a7d690b, '', 0, '?'),
(0x47205865f4b778efc577305cc96f0338, 'wp-includes/Requests/Response/Headers.php', 1, 0x00000000000000000000000000000000, 0x1ad7c382d2b68f19412da7f43e63a960, 0xec45890ac34617098d09e47ff5b2034dabc3df257bc5df617f91f0da602ce0b1, '', 0, '?'),
(0xce59b58d15662ff7707799cd0e8c7fa7, 'wp-includes/Requests/Response.php', 1, 0x00000000000000000000000000000000, 0x11ce7086bbb7ae52e6abb7c4fd270b47, 0xaef5f9c41b5777594b4c0ac5ec092d2afd01111be8c9155e652265c6285f2c67, '', 0, '?'),
(0x55862024413da94865d87cee7ac89628, 'wp-includes/Requests/SSL.php', 1, 0x00000000000000000000000000000000, 0x265067eb274136ac28be300b37540c4f, 0x130aef51e81ef3c034487740abb305383c536e2d4705a2614dc45241d3af8f83, '', 0, '?'),
(0x633401321f6a9ba7ce78e563ecc4641b, 'wp-includes/Requests/Session.php', 1, 0x00000000000000000000000000000000, 0x37f8cadd86fcbfce9602b5bcf67d6c8e, 0x6560dd86130be02ef7ce833a8e946a8145f3061ab3d2b0a0e5e88235df1aa829, '', 0, '?'),
(0x9060d84087aff0fcd7da590f45ee2104, 'wp-includes/Requests/Transport/cURL.php', 1, 0x00000000000000000000000000000000, 0x0ee4801d08da383712136160435ae0d1, 0x6849af9db717a920783c1d9d87aefea8839d2595db6a0369b0d5c207a6981e24, '', 0, '?'),
(0x66bfb8d9cc0f429c0844ea46720d0d9e, 'wp-includes/Requests/Transport/fsockopen.php', 1, 0x00000000000000000000000000000000, 0x8c3eac72bf878fd616db51481dcb8656, 0x586912df02ffe98e6302f052b22952ddc7a0ce2e9b012311606a6ac58fb8333f, '', 0, '?'),
(0x95d21d2ec9494f49a250b2b325158f29, 'wp-includes/Requests/Transport.php', 1, 0x00000000000000000000000000000000, 0x019c993bce6bed178baf4b5c566cc617, 0xc9af4f33659690cd46bbd4e39b86b7d6762b0fa8e30702c0f02e722fdc3e9f2c, '', 0, '?'),
(0x7e418b488467e799e9fea64b0b5480e9, 'wp-includes/Requests/Utility/CaseInsensitiveDictionary.php', 1, 0x00000000000000000000000000000000, 0xb5f03ac8c752b34b9e726f04d548327a, 0x3979d486262f4158088b48f2697b0162bbd3f786376691a5fd727792d1e33d6d, '', 0, '?'),
(0xd0d62f81a81c3f9fe096dadb55f187ea, 'wp-includes/Requests/Utility/FilteredIterator.php', 1, 0x00000000000000000000000000000000, 0x10f9a2d9618ed678b72541aa9e0579d3, 0x4ccc43a8b055c1c9e4d868553b34e66e7d0e526daba4783be8a8c48c1edcdf1c, '', 0, '?'),
(0x059cfd976b9235538148e5d0e7d0ab1e, 'wp-includes/SimplePie/Author.php', 1, 0x00000000000000000000000000000000, 0x348071ed105ff0418b25964e771ba331, 0x6e23b94f102fcb6a62e1f07750266991d123b09e015f60dfd4f059d09ec317c1, '', 0, '?'),
(0x5506f05c707b1c4afe984fc30e51cb26, 'wp-includes/SimplePie/Cache/Base.php', 1, 0x00000000000000000000000000000000, 0x9443eda189bbd9325d0c9c045d237c6a, 0xcf076f836fddd3de1fe06b036ab45c3091bcdd5b2da66438af041890c13b1a33, '', 0, '?'),
(0x2c8a68c983733f030f34425bcb5ed59d, 'wp-includes/SimplePie/Cache/DB.php', 1, 0x00000000000000000000000000000000, 0x0659bf084f55a303f5922edc62bcfbf6, 0x03c2fbd064d52a59d7c2ae1fa303be73a7e5033c2129dc83ab854a90d8c2ac81, '', 0, '?'),
(0xe9d6e7d9f6562c4540865806829a9079, 'wp-includes/SimplePie/Cache/File.php', 1, 0x00000000000000000000000000000000, 0xa33dbb0540ecc29cc6425b14100953d1, 0x913916da212b1c8659fcfb1bd1e68a364c242d840395667126b1e8b687876b68, '', 0, '?'),
(0xf98786f31f49993a3450fa55d2d908c0, 'wp-includes/SimplePie/Cache/Memcache.php', 1, 0x00000000000000000000000000000000, 0xf69d4a55b2a1168531535107ab843fb6, 0xb904047f7d6bf1f69ffc08e4d24a1f3fe9b0f76441fa3c61ab4395a0a4333a5b, '', 0, '?'),
(0x023c2938542a2e8d53017553d2c4ba9f, 'wp-includes/SimplePie/Cache/MySQL.php', 1, 0x00000000000000000000000000000000, 0xe8911ece15df42ca43991a48d5785687, 0x74bc0e89d9419e9342d9a00ce31c423d29dcde0152684f999322a0c767a9013b, '', 0, '?'),
(0x59d69d81bb1455aa80d5cf7dc304722f, 'wp-includes/SimplePie/Cache.php', 1, 0x00000000000000000000000000000000, 0x79fc9017a23a836f4d0f68f7764ca734, 0x7721f8130edb92be3fceec9fdc4552c4cc535e52924ca187f74b97ba94ab41e6, '', 0, '?'),
(0xadccdd22dc9211b3f7d3c36e7a1f4411, 'wp-includes/SimplePie/Caption.php', 1, 0x00000000000000000000000000000000, 0xbdbabcdcca426a4dadf6675bc4c4ebe9, 0xd7041d416227a44c100b063f0651b0934c7274d922bdbbb8ed923294ceabfacb, '', 0, '?'),
(0xb5b1e3b70b0771864bd11955d46aeda4, 'wp-includes/SimplePie/Category.php', 1, 0x00000000000000000000000000000000, 0xba7ec8cc3f13d4f27f2e0adcaf64bb2a, 0x133bf6b3d0b594993da753c34064637f1b5d7252d6bc6e98dc20d73c1da1cd36, '', 0, '?'),
(0xb56c260108f62a87a91cf5f1dff5c826, 'wp-includes/SimplePie/Content/Type/Sniffer.php', 1, 0x00000000000000000000000000000000, 0x7c72c3f369855562d96c77ece1c7db33, 0x36112522ef5c5c34da4e81ca2a46b0b4e18a1c60d9071110ce93e50d4c2a3dc7, '', 0, '?'),
(0x8d1095d2616e9db5f6563d54792058e4, 'wp-includes/SimplePie/Copyright.php', 1, 0x00000000000000000000000000000000, 0xbd7fbf68b954a9d50955cc808db7cb6a, 0xc11deb10625f2434855fc36d32b4f0c24212b2e54aa25cd335e6df8f2225094e, '', 0, '?'),
(0xd86fc51dc7a39e09d7a3e19f6630bf59, 'wp-includes/SimplePie/Core.php', 1, 0x00000000000000000000000000000000, 0xa4ae19a923b890f2dcf7e2d415fd1ad2, 0x85fc06bbbd0eb54b203528b59cdad087cfbb140a2d227d7824665d2e20620c08, '', 0, '?'),
(0xcdbd33c2e8813da3a14fc147c47c7ea7, 'wp-includes/SimplePie/Credit.php', 1, 0x00000000000000000000000000000000, 0x0385e4a14de78c8b2a167f3e0aea197c, 0x18a9844e33efef1cfd24e3105a832c21f0c70f3cedf1eb1cb0822139ee22dd12, '', 0, '?'),
(0xb89a8550bf174f663bf699cd2ff317d7, 'wp-includes/SimplePie/Decode/HTML/Entities.php', 1, 0x00000000000000000000000000000000, 0x45975e2fcf0d428691a55a2394252f61, 0x002bbdf93085dfa8503bb5504f860b27a0895e707c4e73a64e369264b4d70bef, '', 0, '?'),
(0x32f0ec5e1428c1facaade02d5e78bdaf, 'wp-includes/SimplePie/Enclosure.php', 1, 0x00000000000000000000000000000000, 0x122e861f42eb6e01ce8d4b0f11fb735d, 0x4d14e2ae0448e2da8bc6f75459c75193b51e36ff9363e0c8126611c67c688318, '', 0, '?'),
(0xb70a6676a038a6f7e1310eb793992d49, 'wp-includes/SimplePie/Exception.php', 1, 0x00000000000000000000000000000000, 0x094bfd76269c9fcc3c5cda8f05d05335, 0xfa77e227e48ac654fccb4f1545191ea35bb81b713ae9536b21a9a420cb8ef35c, '', 0, '?'),
(0x1383b63472e88825dee3d3c96ab89e97, 'wp-includes/SimplePie/File.php', 1, 0x00000000000000000000000000000000, 0xaeba08ad6b558736ea0aaf2beb2925b7, 0x9291612ee92565fd35df2b06e070fbf418338b645e9d0f62138add4c4cf7b454, '', 0, '?'),
(0xec50d8b7fa8ce68287ccbac6b42440d8, 'wp-includes/SimplePie/HTTP/Parser.php', 1, 0x00000000000000000000000000000000, 0x5725c7d0fb347f1c08df3690a58f3609, 0x454080e0e5f0bbcca3e3426ec285628338aacf9c4e57a619e8a51425c8e191c8, '', 0, '?'),
(0x6f5a30861c9af7f9d1d81fd43c63cd30, 'wp-includes/SimplePie/IRI.php', 1, 0x00000000000000000000000000000000, 0x6e16ff20d3e68692cf3b617b875f36f5, 0xe1b10c605643533549d9ae1a3b263e0815ad78b70724afb6deed2de1260c7a2b, '', 0, '?'),
(0x66cee4a0d9fdc20865abaa0152b929da, 'wp-includes/SimplePie/Item.php', 1, 0x00000000000000000000000000000000, 0x104510e221fa08437aec008e633cdca7, 0x314b89d536195de614e14c1d99168a15ddb2ffea5d607219d4537b14b7b9556c, '', 0, '?'),
(0x17c254429ba44f3edf7632edee7d4561, 'wp-includes/SimplePie/Locator.php', 1, 0x00000000000000000000000000000000, 0x8073a4c6da1bb33b877576665ef5eab5, 0x3cb9ce8c17f73a39a92f285c8fd68e0374186c83170e5dd7c7b35e381132e6f7, '', 0, '?'),
(0x464690768c91563b76f0382f9e0db58f, 'wp-includes/SimplePie/Misc.php', 1, 0x00000000000000000000000000000000, 0xcecde679c62dd50207d8d25ece1a4b89, 0xec5be6804aabfa8a8b4bc7ba971994b6c16e33e360f12c00bb6408df152c6d1b, '', 0, '?'),
(0x8a4d6af741d54d99f103124fde224966, 'wp-includes/SimplePie/Net/IPv6.php', 1, 0x00000000000000000000000000000000, 0xa546790e216abdd9801795949fb6b40f, 0xb769dde9162a38f7c7fe2e79fdd11e8aec50aa42cce6ed1ab4598865bab01cde, '', 0, '?'),
(0x824204d2f303d987c8763c5376e7a8b3, 'wp-includes/SimplePie/Parse/Date.php', 1, 0x00000000000000000000000000000000, 0xb19b29bca24b81281961370f58c8ab50, 0x4a633d5b29c94b35b2abf0001099962cc9532aff82d5ddfbfcf0b73a4699a600, '', 0, '?'),
(0xb374664609d6727b99dc87a05f49b278, 'wp-includes/SimplePie/Parser.php', 1, 0x00000000000000000000000000000000, 0x52bb2ee462e7e414a77efdc7ebf52bcc, 0xd74ae432f9323c638cde0838657a644ba7db5ec4917219e83c547b15f423ca77, '', 0, '?'),
(0x64e2ba68c4a77b71348732f74b2218df, 'wp-includes/SimplePie/Rating.php', 1, 0x00000000000000000000000000000000, 0x3d7013a46d09c74b0ee3d8af617412fb, 0x970d5bb96ab26a06d582e0a572568568609de64672455388b4ddd60c7b621d91, '', 0, '?'),
(0x7dc13720de98e64448441f0e11da506c, 'wp-includes/SimplePie/Registry.php', 1, 0x00000000000000000000000000000000, 0x1cc8a2e6c0b5dd3176398d6400f0d9b8, 0xccd998fdbea7c78d2b0ed4e682d42b924ef0deed549c1d6252dfd205f573e3ec, '', 0, '?'),
(0x00601b59b1cfad7216471da606a69484, 'wp-includes/SimplePie/Restriction.php', 1, 0x00000000000000000000000000000000, 0x2a191e7168116418817388113bd57914, 0xfbbed275e2d25cd7d7d40c03895169e7aa8d67bb9c8744174809053b0500c7cc, '', 0, '?'),
(0x5bb180e031190701b65941646bf6172c, 'wp-includes/SimplePie/Sanitize.php', 1, 0x00000000000000000000000000000000, 0x42d8b8c0cf46b5d8a511e0ae48b88f75, 0x05c94484d53ed7ce992bcb4eb91a9c46980ec77c2334936d3dd6faf3f5396375, '', 0, '?'),
(0x15a4ca1c306cb1dd6ac630132b25f20e, 'wp-includes/SimplePie/Source.php', 1, 0x00000000000000000000000000000000, 0x8e83bb1de3e018f0537bb32a8c9617ff, 0xaea8ef1db5349586374d6a399d858ae97c00698aff26c4a89eaa4c7521a54ab4, '', 0, '?'),
(0xdee9276706218e3a964899ee292c13be, 'wp-includes/SimplePie/XML/Declaration/Parser.php', 1, 0x00000000000000000000000000000000, 0x8fb1da7028c385bb9d4203c9f6732362, 0x0b76828cbdce16e35fbffdd8d6362b718e91e6a329c5ba2831aa29a7e6e8b12c, '', 0, '?'),
(0x5a7fd28c07a35bbcf80a76e2cbe20946, 'wp-includes/SimplePie/gzdecode.php', 1, 0x00000000000000000000000000000000, 0xc538e2bc0e866197db616c17841134d4, 0x1a123933d2d3451c759966008d96e42fdc5c54821e6b03269804d26f9419df48, '', 0, '?'),
(0x4ffe6875b247affde1b22600ef4cff1c, 'wp-includes/Text/Diff/Engine/native.php', 1, 0x00000000000000000000000000000000, 0xaf53f6d50c16840d93189e01247fd454, 0x53cfea0034e2a17640ddc5b1609b44472056cf75c065cb52fd9242e7ab87338c, '', 0, '?'),
(0xc7822d6929f62ef85ccee8e67a845e61, 'wp-includes/Text/Diff/Engine/shell.php', 1, 0x00000000000000000000000000000000, 0x5adeb5d2b61c5f9cd3d14fc86faa5543, 0x754e8a2fa949aabdb5a824f613cbd5edc6eb833e67ff18d667c44941fc98c124, '', 0, '?'),
(0xf72040ef0e3b80fa182acfc17ca815b0, 'wp-includes/Text/Diff/Engine/string.php', 1, 0x00000000000000000000000000000000, 0x3a11b1933d17fc4da9c3000cacef6929, 0xc1a408e1c66499be5bab25ea876e1e5a1e52b9d7600cf3941b018db285e90bd0, '', 0, '?'),
(0x65bd065e237cdb8da254d0a99288107a, 'wp-includes/Text/Diff/Engine/xdiff.php', 1, 0x00000000000000000000000000000000, 0xd6b91fc8628a0c0474ad58389a475815, 0x1efa5b3ca130b0c48597bf614429744afb68edbf28439b5b75487d73d2986984, '', 0, '?'),
(0x26ac91955277193f7e846aad684aa444, 'wp-includes/Text/Diff/Renderer/inline.php', 1, 0x00000000000000000000000000000000, 0x880ae56e35b150b4b2c7e9d94227e81e, 0x58e8552e6be2bbbae6402d28109515b635a1051e0c1e4ebd8be30feef10e560f, '', 0, '?'),
(0x33e2c9665133e068f0355bc0a357b93c, 'wp-includes/Text/Diff/Renderer.php', 1, 0x00000000000000000000000000000000, 0xfc8720df4330b50f59374fdc40d94753, 0x4557056ae12be51be3b55ce2dd3dd1f0039203c917187d2ef7c1310db416f67c, '', 0, '?'),
(0x5d422305cd32e87adaecfa62559cc92f, 'wp-includes/Text/Diff.php', 1, 0x00000000000000000000000000000000, 0x6c70d59e9e9a6e9bd11537719313e32a, 0xdc37c6e509bc69eb48ea9793e7e54d3208dcfc3333187daf20451280d2888ef6, '', 0, '?'),
(0x2d6b64cfaf8d91aa58df775c379fc0af, 'wp-includes/admin-bar.php', 1, 0x00000000000000000000000000000000, 0x0eea95c964fb5a7b990527a26dec3990, 0xdd47ffc1b56ca800e648224cb345ba618629f009e5cc2c7822a64bcb5f19647f, '', 0, '?'),
(0x4775b55ea82f31c6d40fd58153f18e37, 'wp-includes/atomlib.php', 1, 0x00000000000000000000000000000000, 0x3e422f1490ddaf417a29bb9e41114dab, 0x48a2b34c07a8f2c9f8f7c6bbdad39bd876a92471a6ea442487f314ed64eb74b3, '', 0, '?'),
(0x9d26078753eca7bf6fb824e6f730f86e, 'wp-includes/author-template.php', 1, 0x00000000000000000000000000000000, 0xda618a43112e5df99396a7b04a831e6e, 0x402b87ae458bf49581413f28fb8b3a54d7ffac425b629730f240481dba61cbe7, '', 0, '?'),
(0xd03e366259a3b99541550c460bf02e01, 'wp-includes/blocks/archives.php', 1, 0x00000000000000000000000000000000, 0x86e6e5e9bca5e60b51a42637b49d1035, 0x0d8dcb2b7998ee0bbbf672f0ba79cfe920c93f940c74ded2fe9980bc16e27b88, '', 0, '?'),
(0x3e358fcdcb8f2e7932515bdaa3e33183, 'wp-includes/blocks/block.php', 1, 0x00000000000000000000000000000000, 0xe337c377e9fbd5a5a0b46d8a60e30a77, 0x2c2c0f7d1027b3ffaa5c4f056e43fb470e967cb90937cc1f7fa2de9bc9edf543, '', 0, '?'),
(0x537a011f57ee0eeca54e1e4b5553d1e6, 'wp-includes/blocks/calendar.php', 1, 0x00000000000000000000000000000000, 0x6e4dcf6498eb046dbd19b38fdb10680a, 0x2d726cf5111976a0d51058d6b279fedd1c1d0246f2ad8fc2f55700af5235cb5b, '', 0, '?'),
(0xfb28d08abb514226a6808cf6513fe99f, 'wp-includes/blocks/categories.php', 1, 0x00000000000000000000000000000000, 0x43a2202a3d2fcc4ab3333a137d7ae179, 0xb2e85bb2f0c8ee609f4721e4d23dcfff6174960d412914292932d4c589a43b8e, '', 0, '?'),
(0xaa75241d8a7bc2e3db15dca893a776e5, 'wp-includes/blocks/latest-comments.php', 1, 0x00000000000000000000000000000000, 0xb0127ed074c5979e204c9d9090a4e54f, 0x4118d11c7da040de58c2f0e676feb0d0deaac93efb5fb336f03883cd2f11353c, '', 0, '?'),
(0xf2310a02f20ce7cfc1c1a178bebfacd9, 'wp-includes/blocks/latest-posts.php', 1, 0x00000000000000000000000000000000, 0xc9c5e4864a746f8d6035919174871dea, 0x6703d9f4eb7131bd7eeeec453beae1a5fc4f782d7c753dac3be44898e09513ad, '', 0, '?'),
(0x110c349b8e42d60037716f42c76f36ed, 'wp-includes/blocks/rss.php', 1, 0x00000000000000000000000000000000, 0x4dd78a44ab36140c720933aa1addb0cd, 0xe05404d9c04bcaa215ec47d8d156b669f8e37dcfe545c7de13620ea30aead29c, '', 0, '?'),
(0xe25e7d025209ed045612377b57490d48, 'wp-includes/blocks/search.php', 1, 0x00000000000000000000000000000000, 0x341008b47c18afcea067e131930b3222, 0x2fa5614db7e9e3f55f43205537d10bbf67731fc3dda54369d8b2e190ff67a6d2, '', 0, '?'),
(0xeee1b24e9694e7a646a656ef59ec7f43, 'wp-includes/blocks/shortcode.php', 1, 0x00000000000000000000000000000000, 0x893990c176e215a84a768ce9c4b197a4, 0xcca4cdbf76496524db4c14492ba83c0604239097a366da903cff10271a5e6981, '', 0, '?'),
(0x75ed0f3aec7aa732a944510b0bc9ef34, 'wp-includes/blocks/tag-cloud.php', 1, 0x00000000000000000000000000000000, 0x54fe9d80c5ba88697c2ea1dd23b4708d, 0x1f23355548df040f0258eaf4ad684e37c5883093b37d9ee7fb01049a9aecc3d2, '', 0, '?'),
(0x6498a3851741751b68c5eaa0303431e1, 'wp-includes/blocks.php', 1, 0x00000000000000000000000000000000, 0xefa2a421373194c7b300e04d22fe279d, 0x696b3a30fe274e75336f9fd8f58e0c808f5d2b0161ca9d18f09cad8dcfdf3954, '', 0, '?'),
(0xd03e9b7306cb1f6c019b574437f54db0, 'wp-includes/bookmark-template.php', 1, 0x00000000000000000000000000000000, 0xae1d39088ebb77302a94b441a4975525, 0xfb71774ab678da24298d4faab8c11811d5d1cb9d82c006771b84f2e906e16b5f, '', 0, '?'),
(0x869f00a63e23198a05d1049be1ad7a28, 'wp-includes/bookmark.php', 1, 0x00000000000000000000000000000000, 0x767b3e54ef8f86b938b7b449e71616ed, 0xc4353b4ad800f21a99072f88f7db3458f17e9a713595db7c420e7c984cb9d063, '', 0, '?'),
(0xc78516fa39a0d919393aa0f7a41afe15, 'wp-includes/cache.php', 1, 0x00000000000000000000000000000000, 0x2472d9efa70dd691ec8cab2d74edae15, 0xd7c3a426e5df8880e8714c0593462ffda05c661d4df3feb8a074149a5f65028b, '', 0, '?'),
(0xdc3247fd3fa65f15e6fc5ce8c6fa2d42, 'wp-includes/canonical.php', 1, 0x00000000000000000000000000000000, 0x9e3d5d952e8fa46b069d0289b1fc8e43, 0x3565dd07dab0b531cf7ea83e0552b4407859d03cb8b72c54cf69479685037b7a, '', 0, '?'),
(0xebe35943e0de6f83166f52d4e4ba9e94, 'wp-includes/capabilities.php', 1, 0x00000000000000000000000000000000, 0x5a6eff36def7a7ca6fc3ee62ff8ff982, 0xce6343481a8b20b9be0e3dd8bba9f4886b604053e2ffb26adb2614bd3ebf7d28, '', 0, '?'),
(0x896aaec349eed4d33cea9f9fb3866955, 'wp-includes/category-template.php', 1, 0x00000000000000000000000000000000, 0xbf9cb8b60eaac1e9b8be1246b56e4e9f, 0x0830e6c0a1d39fb059030d61745b48de71c2776ef528eccc0f40fc9a9e996630, '', 0, '?'),
(0x44efb2d6350a27e55ca5c37e01579389, 'wp-includes/category.php', 1, 0x00000000000000000000000000000000, 0xb8b7e875e3193cb5ca0d80bc5cea4014, 0xfbe1741b7fe463fa5ae9e03fe18a30148d9883732b00e52da256cf7b85d3f273, '', 0, '?'),
(0x6d0b4492c6548e6d730391b7f241a97d, 'wp-includes/certificates/ca-bundle.crt', 1, 0x00000000000000000000000000000000, 0xd147a698ed8a7435c9e9b247947dff40, 0xfbb1ce7eb98e799ee63e3d937f77aa9ecb83fb05003839bbbc90635324798ec0, '', 0, '?'),
(0xe87f4a89d9e579949e306dec60e4a82f, 'wp-includes/class-IXR.php', 1, 0x00000000000000000000000000000000, 0x32ac76bea2307022852b2f7a62c60c2b, 0x80014f3076d857b5e2572e4e25ea4cf8f0a3ae0360da14587030746a5c0dbbc6, '', 0, '?'),
(0x3a3cb724168e7fcd302c77222665287b, 'wp-includes/class-feed.php', 1, 0x00000000000000000000000000000000, 0x6f5f5ef9d5c54e52658a7c416589d25b, 0x92f393cdb92b572a231ca30049c53e886c6fc88518c2fab0047319c201e6adb2, '', 0, '?'),
(0x04219b94c8407c9834abb06e9dadf414, 'wp-includes/class-http.php', 1, 0x00000000000000000000000000000000, 0xfad92277e0d4f126bfc34908f93e2c57, 0xa4e1490be93ae964f140ea6c4045b7b189b3f8d5ed04e34bc57e24c81a1ff339, '', 0, '?'),
(0xd826e35a6801cd06249b1b0cc3896f82, 'wp-includes/class-json.php', 1, 0x00000000000000000000000000000000, 0x2f7d98069c43c17ca55b298f1decb4db, 0xdce6e54b490d0cb9274b835cd1181b30bf65dc0e05c9e3f4757507a3e111c25c, '', 0, '?'),
(0xa3ed9145e2e2ed95c0513fe8de0928c4, 'wp-includes/class-oembed.php', 1, 0x00000000000000000000000000000000, 0x69c249a3b7f32a0174da2375a300c580, 0x499115349b61216ebf0d5069657b2fd3b3f9d99a239c18a47726ec6a046684c2, '', 0, '?'),
(0x0906511257afef8c7f887e2dca0064c5, 'wp-includes/class-phpass.php', 1, 0x00000000000000000000000000000000, 0x03191a210ccbea54cb07dedfedb7cc42, 0x5ac3eae1199281479f151b64fc2fa709d1c2f127b0fb9c2aac5579a1f4942859, '', 0, '?'),
(0xec38b7daa799ba737deff7d5b6e04e69, 'wp-includes/class-phpmailer.php', 1, 0x00000000000000000000000000000000, 0x903c144b04a5ce5cb1d1693da6ad89a4, 0xa483984ee4c4cd03afac28eca876c8926674bda4887b2dc58ffd54240607a345, '', 0, '?'),
(0x22b5f2c917e0c9753e1f31d037fe8e9f, 'wp-includes/class-pop3.php', 1, 0x00000000000000000000000000000000, 0x55e4f4d2ed9124899a8917433b47c270, 0x0892b4c0df06abddfb13957ab19953497e33ec806fa59d4dec3823bc87f73ea8, '', 0, '?'),
(0x17f6de012aca370de7e6183fe1b6fd0f, 'wp-includes/class-requests.php', 1, 0x00000000000000000000000000000000, 0x2fbfaa9d388a7eb99cceeb573102c4e1, 0x0ce217f6fc0c38a48b3d07421cc9e8d3b9e5ad0c65d7aeb3f92c787b1aad2fc4, '', 0, '?'),
(0xb8e8ab5c20af9449d1bbc1bbe819162c, 'wp-includes/class-simplepie.php', 1, 0x00000000000000000000000000000000, 0x0dbef394a91127f068ac8fdd587d4895, 0x673251c6b65a36f3fcc3edfbe92af58154f554b1d0a2a00f94155fc45338eeb0, '', 0, '?'),
(0xbfe0ce9a2ccc519861bb676cb7c41aaf, 'wp-includes/class-smtp.php', 1, 0x00000000000000000000000000000000, 0x654534b6c48e0219cd5a45898cad329e, 0x2da0dedf6339641ea76f2d9f71a6f2fca2db1fb9e9ef6d4a760850c133898994, '', 0, '?'),
(0x65aee45f175ff325f717e8ae7888c0db, 'wp-includes/class-snoopy.php', 1, 0x00000000000000000000000000000000, 0x73b05cdec5859ff6edcfbcd22ebd0960, 0x8096f334092af200d1e289fe05e8fca80afe86e03b3072a3fb9db5fac9b7779d, '', 0, '?'),
(0x8429c5a9b6ea85325ba409d334a85f61, 'wp-includes/class-walker-category-dropdown.php', 1, 0x00000000000000000000000000000000, 0x03f1979261702de0af3683863f21b347, 0x0f0b802b5f9ba117b6305e25931f3282a6d0071e900a1b207baf238629268177, '', 0, '?'),
(0x0f9563addb6e78c017d4ba7c061003c8, 'wp-includes/class-walker-category.php', 1, 0x00000000000000000000000000000000, 0xf8480c4b969f278d448f18f927e0580b, 0xe6d7b9baec39e56c0726f2412aad0c948a0eab2eda9b417d101ed136e854bb5a, '', 0, '?'),
(0x4bfd4b2bec86c032a4090861655a9365, 'wp-includes/class-walker-comment.php', 1, 0x00000000000000000000000000000000, 0xb6646e4144ec59c32819ef66b0a0fa70, 0x5f263b5842f3bc0bd6df43270492736c6b6846efc413429bbd966f2b3148b697, '', 0, '?'),
(0xafdccf0ce6e528e8a7a83a701152df2f, 'wp-includes/class-walker-nav-menu.php', 1, 0x00000000000000000000000000000000, 0xc72c71326f2aa5bd8d74b2aef19a6032, 0x89a829eccace06817c650587e9fb80e5e22b968145e6b00e03a5fb047fa6573f, '', 0, '?'),
(0x024a0e0ff30dd3b747073e90fb8284f5, 'wp-includes/class-walker-page-dropdown.php', 1, 0x00000000000000000000000000000000, 0xb37442a31b42328a5b654ab7e935df61, 0x13599544077334bc9d493c88eaf0db41f274ecc883b1b3a91a89964786e5c32e, '', 0, '?'),
(0x35537b1fef54c68196aece65bd2f03cb, 'wp-includes/class-walker-page.php', 1, 0x00000000000000000000000000000000, 0xe4675034ec6a7d4b629da08c30b102bd, 0x3824f10e49acd17d522bfcf966cd15efad5c133306caacc1aaa5443ec4280f21, '', 0, '?'),
(0xd6b6cbe539d89e66f8706f020c331674, 'wp-includes/class-wp-admin-bar.php', 1, 0x00000000000000000000000000000000, 0x02ca0706f3f991e13bb0353648b3db23, 0x2e8b8f0e503c8bba5152b296aa2cac4e3139a558fc2225b59df09f2f9ffc3e08, '', 0, '?'),
(0x1bd6bb450abb3c1ea50e42845bec2c0e, 'wp-includes/class-wp-ajax-response.php', 1, 0x00000000000000000000000000000000, 0xece1f4551d273d7d1e19d3ea7bb5e659, 0xb09f0a8cf41f0cfc934b5621438677347266a5b9dc3e13175263b08745def1d8, '', 0, '?'),
(0x875a9081d9295f84da77e42724a558f9, 'wp-includes/class-wp-block-parser.php', 1, 0x00000000000000000000000000000000, 0x054c1d78d3e704158ed348fa2cf3d2f7, 0xb690ae52bfc29c3ee46fa4d2b180d002e58ddb7ac7065c398e1e09f6f956bcc3, '', 0, '?'),
(0x889140126b90261758dd490b0274c79c, 'wp-includes/class-wp-block-styles-registry.php', 1, 0x00000000000000000000000000000000, 0x6b5ca46ee281b2231274c9f42af45037, 0xd09294006db4bcf25f02b13ebc35346b16d79f9ac44036d0a6d271fdf04d24e7, '', 0, '?'),
(0xc3d934cc6c21847217c1ead884c3dfd3, 'wp-includes/class-wp-block-type-registry.php', 1, 0x00000000000000000000000000000000, 0xb4109f24174536c0886f10fd0bc36123, 0xdf0cdb248baff427c1103ce31b454e300e881648ab4f3586bf241b9ad3013a7d, '', 0, '?'),
(0xc28aea0267d8b2682fe1b8ae994fb24e, 'wp-includes/class-wp-block-type.php', 1, 0x00000000000000000000000000000000, 0x99a654085db59c78efffaf91f9131d01, 0xf07572d1e59472636dbb1c209b91184f4ef3cb7202ae84ec231ee15e582733dd, '', 0, '?'),
(0xbfb70a1485d39b4951454409e6fcea89, 'wp-includes/class-wp-comment-query.php', 1, 0x00000000000000000000000000000000, 0xa739f275b885564c02eed29e37efb0e4, 0xc0fda2c3e7ed57b1d88c59c0c33a1d3971a74e35f8ce263a5292da58a9bfde44, '', 0, '?'),
(0x541010d172f1c2e57ecf19575d1119ef, 'wp-includes/class-wp-comment.php', 1, 0x00000000000000000000000000000000, 0x313e2f4487de8a1f5657a417ddefe193, 0xc813cc93f53837480232be599018aac369dd779750d00e0fab7a179aac40a6dc, '', 0, '?'),
(0xc88d509ec320e933c4efd114800a94cd, 'wp-includes/class-wp-customize-control.php', 1, 0x00000000000000000000000000000000, 0xe26e868764c6190255b33c6c9c6a65d1, 0x3d357537530d2049adfdde67a4bd49e1071056abd6967e7acafaed8c15874ec4, '', 0, '?'),
(0x681a4f686cf806e75ff8cd4c6d2fe5b7, 'wp-includes/class-wp-customize-manager.php', 1, 0x00000000000000000000000000000000, 0x17a6956dfa281f3c7567fa866fdc6211, 0x682850d2e68e9cf1254c9e49717f82ff7bf32af369b3118d59c99d103a7c229c, '', 0, '?'),
(0x60fe8f55041305ae3217918f9a6d6457, 'wp-includes/class-wp-customize-nav-menus.php', 1, 0x00000000000000000000000000000000, 0x8da09e3c2524428bea462b69d93614f9, 0x15b57ee36b046fe51d48c9f994aa36fda537ad206184dfc7f0f38c3123257668, '', 0, '?'),
(0x0d98d2a7784f7ae4e286f77a8290be68, 'wp-includes/class-wp-customize-panel.php', 1, 0x00000000000000000000000000000000, 0xfdecdea3f6aa441f448a9379c2e8f2b5, 0x6e79190a0d0f0c1907ca98496b666f6fa94a570cdd1842270c1e875f0ff8fab2, '', 0, '?'),
(0xecc02d78c71428c545b66f49843ddd07, 'wp-includes/class-wp-customize-section.php', 1, 0x00000000000000000000000000000000, 0xc732de4800d7f9d74fad0bfd05539597, 0xc5a06721ed80ea0c08753aecbbe89fb96b0a81b92cc6447970dc59c45e393437, '', 0, '?'),
(0x668575330ab8154d5cc17d362a30ed9e, 'wp-includes/class-wp-customize-setting.php', 1, 0x00000000000000000000000000000000, 0x13242110eb90f08d5ab42da8a5bf108d, 0xa6af51cce4f3c1ad91042f534f572d522b531f7d2ea47d9970e33243765b6d99, '', 0, '?'),
(0xe7944afaa1d19165f70d586494d424dd, 'wp-includes/class-wp-customize-widgets.php', 1, 0x00000000000000000000000000000000, 0xffef81a9a16c4b64d6f5918dec5950ad, 0x8b7f6decf942ed55d66dbfd336577e0293c7db02568a8466c6d52da633803068, '', 0, '?'),
(0xe2c40b5a61399f55c07a15fcb31cd5b6, 'wp-includes/class-wp-date-query.php', 1, 0x00000000000000000000000000000000, 0x2eb8360619dc8d9027405793716166ae, 0x2be1efa96b73eeb431d158a9a03e5ca93f4f1dcf32d721a04a52a05b9840ddd1, '', 0, '?'),
(0x6ab46773cd3636ce2480a4382aa845d9, 'wp-includes/class-wp-dependency.php', 1, 0x00000000000000000000000000000000, 0x5648230eda6d688f84d625136a22bec1, 0x5c3296caaddc782da852f76d4a19502eea34bcc814d8b8ce90aae8cfec8dbcf1, '', 0, '?'),
(0xf984c9b1259bb9617b5abc6a090225bf, 'wp-includes/class-wp-editor.php', 1, 0x00000000000000000000000000000000, 0xff9ced825e7503534e37f68ff62cc003, 0x0536c028e96ecda3eebd9927b34bf1806d7287628c6fb28d44a91b6ac3b98c70, '', 0, '?'),
(0x3560e05d5ccdad6900a5dfed1a4a8154, 'wp-includes/class-wp-embed.php', 1, 0x00000000000000000000000000000000, 0x06f95ede49047bdd84a1834973e50828, 0xc9752336c573e601f4ed6bbae5b3ac8e4affe9d7a8cbfaff3f4c61ee78bdc590, '', 0, '?'),
(0xbacd6b7b139ae426f211f3bb780ab6f8, 'wp-includes/class-wp-error.php', 1, 0x00000000000000000000000000000000, 0x3deb5b5e23a65fafc2490dbbc548ea6b, 0xa70ca2ac657133d55882fcc7ee6c6e8b6995537654f2a8312236f5fc78194cea, '', 0, '?'),
(0x3078df1168fdd7cdad4b94fc33f9f754, 'wp-includes/class-wp-fatal-error-handler.php', 1, 0x00000000000000000000000000000000, 0x75d9d27be814fcd2d1a0c68ad9df4496, 0x887588cfc8758c169f8ea1025af5546508ef7d86905af63e6b8cd2d3a61ab0df, '', 0, '?'),
(0x4f203d28088d3acbc43ce109de3146bf, 'wp-includes/class-wp-feed-cache-transient.php', 1, 0x00000000000000000000000000000000, 0x8678a8dd3f5eeebba13e19df19b34ff4, 0x3a98cc3b0268d3217845d41b7afb0313af502ba66456a4021d30978ef9b944b5, '', 0, '?'),
(0xd68cb7f10b71e6c3b3fd58b05bc8d2c7, 'wp-includes/class-wp-feed-cache.php', 1, 0x00000000000000000000000000000000, 0xfa9f1bec5a8ef5b8db2d7de5e5a97740, 0xf32f9820ded7ddd2c86ab88119c1121c80f65a92bbad5537666e9cd4c159cc5b, '', 0, '?'),
(0x2344aec58483fd1481f79f1c3525bbc4, 'wp-includes/class-wp-hook.php', 1, 0x00000000000000000000000000000000, 0x5a3dca454fa75d63f8956268726b9a7e, 0xa892bd92b2068efc04a2da128a63eddddf6ff421d175448fa74a22769814fb0f, '', 0, '?'),
(0xb21efc2642b03556eb4155551d2c93ec, 'wp-includes/class-wp-http-cookie.php', 1, 0x00000000000000000000000000000000, 0x31c29fafebcfb4d5428a1e809203c5c6, 0x2364991567745d284b681c1aaf896091fd7b25b7bd3ae1a61572ab5d790ffdbe, '', 0, '?'),
(0xe407d1e723ff694ae5ae48b73ff640b8, 'wp-includes/class-wp-http-curl.php', 1, 0x00000000000000000000000000000000, 0x94354a726002b1f392080be0d31be35d, 0x7f27190caab8a5c5ec303a4e0bf01e1ded4d33e3c13c0db369203c9e51b9492d, '', 0, '?'),
(0x95e84d4f2c9dcce37305e6d2d40de7e2, 'wp-includes/class-wp-http-encoding.php', 1, 0x00000000000000000000000000000000, 0xaac1caca59ea9fac2cb8b6c8af8f9118, 0x7950b3eede8dbba3b95416aa2f9161d6315895b74cb167c307d1cfe7a87b979c, '', 0, '?'),
(0xc3e575ff58dbddbc23822d11c6c2f8aa, 'wp-includes/class-wp-http-ixr-client.php', 1, 0x00000000000000000000000000000000, 0x1b6c265b0a929c87689a6204c81b8284, 0x07e89ecab4498d7d13ae76684142d7beb543a21183f8a648117710df706fa999, '', 0, '?'),
(0x67b166f63104fbdbb6f279e43b15b45f, 'wp-includes/class-wp-http-proxy.php', 1, 0x00000000000000000000000000000000, 0xb66e8d7af20fe389539eedf0a835c9eb, 0x3643dbd44675c83f94b336cc53c030beb3bdc099a19b6354cdaad4cfa777c8fb, '', 0, '?'),
(0xe14086108b4d5d191c22b0a085694e4a, 'wp-includes/class-wp-http-requests-hooks.php', 1, 0x00000000000000000000000000000000, 0x178bff1976e28e60a4e6b21298af9905, 0x82be640dc71368e35125fdc065ad2815a742ed899999812964500615942cc6ad, '', 0, '?'),
(0x87422079d6777f862bb3e0d67c74abcb, 'wp-includes/class-wp-http-requests-response.php', 1, 0x00000000000000000000000000000000, 0xda4fbb54505e95f397726262211464dc, 0x801adecede5bd0a9c7a9a97b53112e57733a8c9cdc65d71eae2219237a9d5b4e, '', 0, '?'),
(0xa9cadab774ec67975a1d180fb76745f2, 'wp-includes/class-wp-http-response.php', 1, 0x00000000000000000000000000000000, 0xb50b17dd0234be8379db4bfd84f8df95, 0xe7ce9909e1e5f95bf3867b004966e20084748de2760a3964b99590f8788ae79d, '', 0, '?'),
(0xdfb0530e82b388b1685bfcdbb3cc151b, 'wp-includes/class-wp-http-streams.php', 1, 0x00000000000000000000000000000000, 0x5d59d22954180bd442463130eda6d5b8, 0x8cfc0b50f1d35fba93ba5f68be974555b71cbe78caf46ab7cc05e3cc3a656f77, '', 0, '?'),
(0x3ea9c658b90d06fd62f5dfda9fae2457, 'wp-includes/class-wp-image-editor-gd.php', 1, 0x00000000000000000000000000000000, 0xb80db5a0584d861b4c33388f53820fcc, 0x057232e6211d0c732e76301f2638651e29704f9e40ea9c0f40f57102294e2065, '', 0, '?'),
(0xe105a95ebafb625296e55349e121d33f, 'wp-includes/class-wp-image-editor-imagick.php', 1, 0x00000000000000000000000000000000, 0x9ea7b0144f6209d9a1a71eb177a3bc0e, 0x19073eda308da8542dc19ab17f1a5c4087988fef4f55d6dfd276c266b08e5818, '', 0, '?'),
(0xfab3acbb540a199a88f4ad652e28bcb1, 'wp-includes/class-wp-image-editor.php', 1, 0x00000000000000000000000000000000, 0xb3b91d4f419027bbe1abec2e1449a8d7, 0x38ae54274e4edf72bbafb0639c6a65c43259c67f05e909043dbae2dfdc7fc91f, '', 0, '?'),
(0xfd60536be5c5375474e07f76b9a058bd, 'wp-includes/class-wp-list-util.php', 1, 0x00000000000000000000000000000000, 0x3d983a5780450e085eb5eb3d97608bde, 0x19c5aabbb8185c11c7cdb7bbaf8bbc90c1620b34ab74ae7d6675b7c716e44ed3, '', 0, '?'),
(0x4c7a02f981d0ef015ad1fcf81023903c, 'wp-includes/class-wp-locale-switcher.php', 1, 0x00000000000000000000000000000000, 0xcbc322c63fcf46b4772ce80e5416c6f2, 0x21408d42f90ed33c36bf10ea8192c24b75eadf506d3d14ae832baf2f63065feb, '', 0, '?'),
(0x9e316c3c9c2011747e4c9f05550477f3, 'wp-includes/class-wp-locale.php', 1, 0x00000000000000000000000000000000, 0xdfbca0bd071cb4e3a580d4ac74e59018, 0x226d4599b65f42cb576a9d773312d78c1481f25af7dbac4d976b2b2ef9dc99fb, '', 0, '?'),
(0x027ff622c57155798484a339ec2551a6, 'wp-includes/class-wp-matchesmapregex.php', 1, 0x00000000000000000000000000000000, 0x585279713246292c89ebeaddebc501cd, 0x154893b266b805771973cba6f6fe588e8174b78030df6e6a03e68c11ba456394, '', 0, '?'),
(0x47751db9a2d8e8fe05d2d210d2caadf2, 'wp-includes/class-wp-meta-query.php', 1, 0x00000000000000000000000000000000, 0xcc71e4acec11a94a4d618ec56869a3f2, 0x87b9ef84e3cffccda39a46f352874f9caff6194864d501ce3819ca987e47132a, '', 0, '?'),
(0x1afac31a183a5cae9d5266f950db7e33, 'wp-includes/class-wp-metadata-lazyloader.php', 1, 0x00000000000000000000000000000000, 0x14213080478b7145a1364b130b1a1343, 0x0561630d3d6d170ea33610c64fde20557e8ed0d20392e4df73326d483d28669d, '', 0, '?'),
(0xd7778c685da0c3a1cb260693774db3c4, 'wp-includes/class-wp-network-query.php', 1, 0x00000000000000000000000000000000, 0xc626ae94e156999d0c2dab97c83c0bf7, 0x817549f578da6b07e4385d6c7f7a94c6e4de31257119d30520eb3ca548350216, '', 0, '?'),
(0x38dc9e74c6eebb1a77844e7861b0e4a9, 'wp-includes/class-wp-network.php', 1, 0x00000000000000000000000000000000, 0x7dd29c410f0adcf22553d3e48f6fe86b, 0x6b39efca88ada25d2f30b96fd5146e336ba60233e540a8a87dbbbbae3a340bb5, '', 0, '?'),
(0x50c3ff40a184c93b0e623c0ab86311e1, 'wp-includes/class-wp-oembed-controller.php', 1, 0x00000000000000000000000000000000, 0x7ef51befb83c27b1bf19d409db7d7c21, 0x198a4502efbe334300d8543690c52e1e780663e884132bfc168f5f6af924049f, '', 0, '?'),
(0xf8a6af018f16a0fadf434d703c4581e6, 'wp-includes/class-wp-oembed.php', 1, 0x00000000000000000000000000000000, 0x6482c87ad060318b99f3c28892420d1e, 0x934cf1cd0d3a83f060e5a3a4895fedbc77f53cbdbd13d98d7fbf581f0f633ab1, '', 0, '?'),
(0xcfff40b6f7414f3d09f279171341bc0e, 'wp-includes/class-wp-paused-extensions-storage.php', 1, 0x00000000000000000000000000000000, 0xda4fcf53f91e5905e75efe7d1f7bc473, 0xb7d9b123afc9d216f0716684a77ede180f9ace792674a3a48d63e157711d8a81, '', 0, '?'),
(0x7e56a9dc58615d1e148b193770937c52, 'wp-includes/class-wp-post-type.php', 1, 0x00000000000000000000000000000000, 0x61b542405c5a6d50de0b21a8e0883055, 0xf6750432bbadcb4f1849714cd83f723fb9f3692d258224a9ebaab75f4c54a9d7, '', 0, '?'),
(0x7e91a1520e654f588766329414f16080, 'wp-includes/class-wp-post.php', 1, 0x00000000000000000000000000000000, 0x4fad509b862fea0d3fef53dea4f609a3, 0x975be23f3e9543fbc43d18c3eb46ce0f511b362e446f6890132aadb71987b05e, '', 0, '?'),
(0xd9062d680a0d6096e9c3bddb95432f73, 'wp-includes/class-wp-query.php', 1, 0x00000000000000000000000000000000, 0x618cdb26be1fd2029f6ef4d46d232d46, 0xe62e4f482bc3d4e100d366a0caa8a23a43b71ca0b54465207e243e8025c14ce5, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x742f848ce612af874a69365758c4fdde, 'wp-includes/class-wp-recovery-mode-cookie-service.php', 1, 0x00000000000000000000000000000000, 0x671b2cb2c19846a9300f0677f33f81ec, 0x3be7abbfba53c280676db5d0589edf224183d44d3593553c4662739d65c22a9f, '', 0, '?'),
(0xe1c8fb9b6d027c18eb9979629cc1b6e1, 'wp-includes/class-wp-recovery-mode-email-service.php', 1, 0x00000000000000000000000000000000, 0x30256e655f00f16d31d5614d5b795d03, 0x0a8ad39a46d817cdc44a130889ec59cb372f482c776500028339f68611cfcc40, '', 0, '?'),
(0x792645d97a16dd9c995abd79d7badab2, 'wp-includes/class-wp-recovery-mode-key-service.php', 1, 0x00000000000000000000000000000000, 0x12b99765c3e72389fde5109337804886, 0xdf0e7de7fd6c66c7ccf8e6ecfc547ca559bc73a287dd04c359e655ddcdcf8323, '', 0, '?'),
(0x714c8b05fc02e5f60f104910974c6383, 'wp-includes/class-wp-recovery-mode-link-service.php', 1, 0x00000000000000000000000000000000, 0xc359e736b47926be10b08f63c0dd5513, 0xe76195d0a32b031928f2c17c1c731c87e2c3d1a0336ee43dcb7e0869b267e452, '', 0, '?'),
(0xc460ef031b2c7d0ca3d7440613e7d840, 'wp-includes/class-wp-recovery-mode.php', 1, 0x00000000000000000000000000000000, 0x74382ebc202de074a4a09ea7bae23d06, 0x55c3db3e492a6646b085bf1bbd8c847d9fbd60d76298a3fcdd040db796144008, '', 0, '?'),
(0xeb4d1aa5d5fc97481415b33fcdb21f5a, 'wp-includes/class-wp-rewrite.php', 1, 0x00000000000000000000000000000000, 0xb725a32dfda67c3b8ce5cfb3b739e3d1, 0x4cae112cf5b1f80be652fd2af731029f804ce467cfa2f0df5c5bf29b84f5ed83, '', 0, '?'),
(0x0a8accf366c9d3853b1e7bbb7416f587, 'wp-includes/class-wp-role.php', 1, 0x00000000000000000000000000000000, 0xf547556b91bbc6959e40cb5c7af62378, 0xdfc570b9d158f8650856248232d099592424e2e14a7d26936c373597562b9995, '', 0, '?'),
(0x95c7800733e58b3cacb226b3aa59c486, 'wp-includes/class-wp-roles.php', 1, 0x00000000000000000000000000000000, 0x26279ee7fc620ec9b9eac26e464674f6, 0xa7200171769e57cf1f6c7b599e96119af8a9beddb339ec09a187dcc0283f32fa, '', 0, '?'),
(0x18d178289bc5a5dcba842e92f5c6d587, 'wp-includes/class-wp-session-tokens.php', 1, 0x00000000000000000000000000000000, 0xc2fcecaae71a42274bd27df03c7957ce, 0x5c1ac789c811ce2605e4219aa2b2cb7027c6157cb79321d9e23bbc82cd09b090, '', 0, '?'),
(0xab98b8f718de90b871e36963bc063d92, 'wp-includes/class-wp-simplepie-file.php', 1, 0x00000000000000000000000000000000, 0x93feb0d909684c244b9b933a677180fa, 0xfaa201db67c63b2df1970eb792d803613cc99024bc15277497f16ffef23dffb3, '', 0, '?'),
(0x033c2ea6d8348176b7e463992260a674, 'wp-includes/class-wp-simplepie-sanitize-kses.php', 1, 0x00000000000000000000000000000000, 0x6b991aa70873f6fc59da9e8cf6678490, 0x9d12eecee1970e79b6b2d9dc1072a6d182eb91cc272d250a3028249f2d0782f8, '', 0, '?'),
(0x81cec25781dae8f73db6d4984864fb7a, 'wp-includes/class-wp-site-query.php', 1, 0x00000000000000000000000000000000, 0xee1e7152c7176ea64422c813eac580ad, 0xd10c0ac3f8260747ce42fbe04e8ecc6b2d3a31b3dd5425c1b7e1e1d51a7b8351, '', 0, '?'),
(0x87627e35c3611f1ff99aa04940292af1, 'wp-includes/class-wp-site.php', 1, 0x00000000000000000000000000000000, 0xdf11790016e68914247eaca6610861d7, 0xded59a3d0270bf1ab3792aa62765b9d1203c6b4aef28434a00a9250089e84665, '', 0, '?'),
(0xed085ce1531c83d587968038b8963b32, 'wp-includes/class-wp-tax-query.php', 1, 0x00000000000000000000000000000000, 0xff751b539d694e26315a9792dd682375, 0xce836a4ecaa3af0f29ca8c17b77f916de28f60b3f416cabcc16180a944401cb5, '', 0, '?'),
(0xc1117e5194d4811cc5b4044670ecdbcd, 'wp-includes/class-wp-taxonomy.php', 1, 0x00000000000000000000000000000000, 0xdcd01b69a9a9f08f0cd27af9a80ab6cb, 0x69a0fe0e87a721032dbe2401f8067215b24b862dea423f9eefb6dadb6b1c1ae3, '', 0, '?'),
(0xed88d2e3493093b1422cf31d68ca9b70, 'wp-includes/class-wp-term-query.php', 1, 0x00000000000000000000000000000000, 0x05f93c6c0196570cf455c0d2e1bce16a, 0x20a387fbfad9716e09041bf3e69e85d88052f87c25d08c3684c1e4d4ef8dc506, '', 0, '?'),
(0xdd96bc27d6227c33e25f99747ca9f601, 'wp-includes/class-wp-term.php', 1, 0x00000000000000000000000000000000, 0x3b9ac370ca4ced3e10a26326840d8ed9, 0xdffb123bc90cbef9f291e3bf20d42e6197874fadd934912c3ea2ba6b26dc8025, '', 0, '?'),
(0xf81ee8c7a2bd42d5b428d65c06bd304a, 'wp-includes/class-wp-text-diff-renderer-inline.php', 1, 0x00000000000000000000000000000000, 0xe8053813b36cb4b25f0deeb275ff8ca9, 0xb6f2d7a46d65f4fd2c96cd568484ebce39f3987d83d1e6f303097994bbed7697, '', 0, '?'),
(0x4a02ce252eacf37e9cc29771e16cbc10, 'wp-includes/class-wp-text-diff-renderer-table.php', 1, 0x00000000000000000000000000000000, 0xa1eea28aa6a0577db4c0eef085366a40, 0xb15a5254bf5d0b2f3d843bc48d30b5a6467bb0fdc3349772a4560334b5605c56, '', 0, '?'),
(0xa823d73f8099ef476309c2af6c316517, 'wp-includes/class-wp-theme.php', 1, 0x00000000000000000000000000000000, 0x81e58958c78a61e836764750fab7028a, 0x6e58ad6b346a129b4af0b0c82b2e43498ce40477fa74a1e1750a3e72749f4551, '', 0, '?'),
(0xf1efaaaf08be7a79b4d5c83e5f2b9474, 'wp-includes/class-wp-user-meta-session-tokens.php', 1, 0x00000000000000000000000000000000, 0x9b382f2700b900b8a57618534c2d4700, 0xd6d311d7158e38ee90621eed5942263fd936971005ed6fcc1cdfd4121c3e1504, '', 0, '?'),
(0xa11b398dd46cc2d79f3f2072ede871c0, 'wp-includes/class-wp-user-query.php', 1, 0x00000000000000000000000000000000, 0xdc227dbdbf13a473ab16e2d1574a2257, 0xa2697858b0eb4b27a3b97470e66a763ca23bfd97da4a09ca68eaf5203a7ce7a8, '', 0, '?'),
(0x7c6cf32b4616fbba23da9fbdacebc3f0, 'wp-includes/class-wp-user-request.php', 1, 0x00000000000000000000000000000000, 0x81786093c1cd7da5ccc81b62efaf7df2, 0x3812fd917a39a7bd8e2c7f99b4ccc28a51e70052fd57609338dd9bd3c79dca55, '', 0, '?'),
(0x1e52f1885cb5268886541c09c07c1f60, 'wp-includes/class-wp-user.php', 1, 0x00000000000000000000000000000000, 0x62614f836bf798ab8d0063b1bc821d67, 0x8b9c8d9666a58ce249a9221f94bd49705949069f4f85d0a89c309f97868449c0, '', 0, '?'),
(0x1000f5aa5dc061f076950494be435901, 'wp-includes/class-wp-walker.php', 1, 0x00000000000000000000000000000000, 0x2a2be973311afa61e4bcfec45c8b4879, 0x7898aa84ab7324331cd7958bce34775475621f2f04b4e4d69438a49e7914d256, '', 0, '?'),
(0xbf7b8931f0fa22b806a65eeb01d2c82e, 'wp-includes/class-wp-widget-factory.php', 1, 0x00000000000000000000000000000000, 0x004c60e66be634c3a3a15142b48d6d73, 0x677eba9a0ad0927232de56c0766066cc4bb2c593875d97d2ed2e16ad5e2efcd7, '', 0, '?'),
(0xe7446ad79ee515385d66d09412105fda, 'wp-includes/class-wp-widget.php', 1, 0x00000000000000000000000000000000, 0x980b01146b415eb2412516bdadd942fb, 0xfe39d23d03bf8b8d5098638b1e0abf8111346f5c93877664a961443714436da8, '', 0, '?'),
(0x6a81e4b18bb9bfe1f02588ddc35d801b, 'wp-includes/class-wp-xmlrpc-server.php', 1, 0x00000000000000000000000000000000, 0x3dbd4aa9dc966d4ce89e04da44a4c1d1, 0x5b0e1bf46d93c6cf897ef103a586c9d8cbdfc2596e317ae3760e8324488ae5f1, '', 0, '?'),
(0x24b902c1bc43c1aec0f32fbc3914b9b8, 'wp-includes/class-wp.php', 1, 0x00000000000000000000000000000000, 0x10130aca29ecb88a70497f66e0b87870, 0xb3bef7f3bdb995b0bbd53199a952fd095bc936710882dd74b707d8b5660ac706, '', 0, '?'),
(0x79b405ed1ddd459061ccf33a128d5b00, 'wp-includes/class.wp-dependencies.php', 1, 0x00000000000000000000000000000000, 0xd28ec37e40a8dbdbed4d5816f54602d2, 0x201b335ebe99c988eb05b34de40e9296d241f3d1082b5e87181ebf15debc3207, '', 0, '?'),
(0xa58dd9ebf1a73b7ed3b752b73e9ea302, 'wp-includes/class.wp-scripts.php', 1, 0x00000000000000000000000000000000, 0xd4cb3c87c70f2aed6dc220a7678b2a50, 0xb8e0887314371272233bf744cba8827109b091d6ac78d5b09fffd16e9658fb97, '', 0, '?'),
(0x391ccf885b130f9f31647bc4f4ee4008, 'wp-includes/class.wp-styles.php', 1, 0x00000000000000000000000000000000, 0xd88c3a3e8c01808b2cbbdaf2322c0e9e, 0xa4b857aa42de5ff3b099a379976e9ace8409501e1c1574b6576a64a8ae1ca09c, '', 0, '?'),
(0x3db08a6b98155b349c93a220bc903dce, 'wp-includes/comment-template.php', 1, 0x00000000000000000000000000000000, 0x99954172a5ccde98e6ed7a8d3ca6bf0f, 0xef409b6c382158a00b86e56709df4a37d0b235330f837d51ec273ff974e12fec, '', 0, '?'),
(0x91531896c6f70c8a4b4b321d1369c988, 'wp-includes/comment.php', 1, 0x00000000000000000000000000000000, 0x0efe360cb03286969cd29153968e9fb9, 0xd701bcdaa54c73e5b67add17fef65f8171b52d1362edfd048b55a3944eeab1da, '', 0, '?'),
(0xd15f5c63396d4c8a76e9e8a33189d1fc, 'wp-includes/compat.php', 1, 0x00000000000000000000000000000000, 0x29ac40417862fc86608ae85f9434de32, 0x95e0b2a9a174814f212b503e6bc1a9c78e2937ac51322a7099b478df5553cffc, '', 0, '?'),
(0xf52d227f44ed9dcacab944b23561d02f, 'wp-includes/cron.php', 1, 0x00000000000000000000000000000000, 0x3b8e61878ccccb05947524a4750c85b3, 0x8129d8347fd2b34198a3746b9b85654552948efb1f71c06228cfb6ee9a3f374a, '', 0, '?'),
(0x9ac4fe03da3dd6ac4896402d6998ef1f, 'wp-includes/css/admin-bar-rtl.css', 1, 0x00000000000000000000000000000000, 0xa8374ae13c60948627afad8d05b577f3, 0x4df0fc044997cf13484e1f65e0892a6d2c5f907a482138de70276cc513e2b1f2, '', 0, '?'),
(0xd37bdaad643354fa5879bd91f1d0373b, 'wp-includes/css/admin-bar-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x64206aaba162a411b337d64de20ecfea, 0x141912932d744e356ba1157ebc8b60519276f8e3d2ae05d59e6f0065f8129e06, '', 0, '?'),
(0xd4c886709ffed15d34ccd04cf1c471a6, 'wp-includes/css/admin-bar.css', 1, 0x00000000000000000000000000000000, 0x84cc3efbc68b9c92cca44a90175faae2, 0x0c474f5da3f09704b98d1181eabecbb627080dba487a05901c3d36fc45604e23, '', 0, '?'),
(0xfe4922ed70a2d074ca51b9c95b5a3678, 'wp-includes/css/admin-bar.min.css', 1, 0x00000000000000000000000000000000, 0x990729b33128aba139f4ca6f9c3d26db, 0x28b181afd2013add4774875ff81edfb83e29e61f3239928092b4dd726de112af, '', 0, '?'),
(0x74388cc0d0ef70afcc8bd57a7b6a4470, 'wp-includes/css/buttons-rtl.css', 1, 0x00000000000000000000000000000000, 0x543f7d2253e40f47dcfbf1a1468fc3e8, 0xdf07a0d928dadf4571f47555930df85d904c7807abd301eaa53b1fc7beec1c15, '', 0, '?'),
(0xb6eea4556c31c0c89544fc626d67f1af, 'wp-includes/css/buttons-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x14e17b025e68cf83f453b0cf43b0d0c1, 0xf85cd16e6ca2a35dc18bf5c43eee0df7897df249e0a5f975534700b7bccaa7b1, '', 0, '?'),
(0xf40882128e3beaa25ef0a9b8b4386384, 'wp-includes/css/buttons.css', 1, 0x00000000000000000000000000000000, 0x7e528e095235c083a49611bdfa0cdf27, 0x6030bd33c269abbd63694221d04cf055179d62bbda50d087205a630e7b8fee30, '', 0, '?'),
(0xf0d0b726a74cdbbdc2a8119de3564e8a, 'wp-includes/css/buttons.min.css', 1, 0x00000000000000000000000000000000, 0x3db7da28d89e8eaa2ae459c5adf59a92, 0x247280416955bd868093524c17f619b7358323d3f040dc847a0f9fdb0351621a, '', 0, '?'),
(0x46ad175cba431c3fcc5ad6faf6d6fd1d, 'wp-includes/css/customize-preview-rtl.css', 1, 0x00000000000000000000000000000000, 0x36571e36be8cce5ed3cce6974430b474, 0xe7ca65d4ac923b171ee96db0d1ae4fce4d8b340fec0073d1d56d4c7b1a3ab820, '', 0, '?'),
(0xecfda5c6af07c3e6307e0d6a1b413475, 'wp-includes/css/customize-preview-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x9d5d67784b768a01eb2b9dd0ad92df39, 0x89728adab54a50e2d9e1a9d6759e0195285af1b3db87558b25a593b4ffae9cf4, '', 0, '?'),
(0xfe6756dce0d6484977139ed321b592c0, 'wp-includes/css/customize-preview.css', 1, 0x00000000000000000000000000000000, 0x4c4992759e2e9171987ee83c2b4ff8f6, 0x53e7e7009020978ec295ece454d81b2ea04329e3b2304be7c8c185001a44a89f, '', 0, '?'),
(0xe6bf79a76c9a8073f3a7553ec23cf2e1, 'wp-includes/css/customize-preview.min.css', 1, 0x00000000000000000000000000000000, 0x7a6724d220d95c58e9cad4439440e987, 0x0dc2e742ae365fabbde20c60a279487e0015b4a849c2775b713813aa9591c54e, '', 0, '?'),
(0xd4ca70ff04fd53959a60df5d545d44c8, 'wp-includes/css/dashicons.css', 1, 0x00000000000000000000000000000000, 0xaceacf5c4e3295d6dbab9118d672d1e4, 0x829c3efe52e958e5e67a1d24e09e6cb0183451845b39e1bb8afdd0cf36026bd2, '', 0, '?'),
(0xb14c8392857945f57b7f06a617f86693, 'wp-includes/css/dashicons.min.css', 1, 0x00000000000000000000000000000000, 0xc8956481e00463f838b45364f45756df, 0x46eb807dec9e2727eff2bdfa05299191ae00b37f54b8fa73ad857f181487f127, '', 0, '?'),
(0xda89780e60d939ed4cc5a54d91d22c4c, 'wp-includes/css/dist/block-editor/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x0bcf1bfb6aadae7de803ddeb3c060658, 0xe6e4c135d5b02bc765636f3b8d63709d7299fcc7cf464f4396f8aeb8e90282af, '', 0, '?'),
(0xe08469b7f7f234fbbb5a6ce1d0832040, 'wp-includes/css/dist/block-editor/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x2820af9602eb1c8443906a9a27d1a819, 0xf4c679c0b8cb261c9e0ed7fb727553e66ae59e7258533f79bdd94dc4f5db355f, '', 0, '?'),
(0xd570ef735a5a8523f74e3797f3659d19, 'wp-includes/css/dist/block-editor/style.css', 1, 0x00000000000000000000000000000000, 0xc11c93210abdee789e409376cd0a5c5c, 0x41a0ba0d0e6ef54913f8a8c9c4758fce4a908525c173c243651b9fd8063f6de5, '', 0, '?'),
(0x9d52dbd942a170c01195166dd85aaa3b, 'wp-includes/css/dist/block-editor/style.min.css', 1, 0x00000000000000000000000000000000, 0x0e9b74f1a376a273cb1c2c234cba71b0, 0xed0b07cbbf182007a69205e973e51117b3594d7cda6fcd8d2947bb1c4ad02c54, '', 0, '?'),
(0x89582a8de417e30c8e564c09885fe383, 'wp-includes/css/dist/block-library/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xf5d55bb847148c9c3bd11ad00242894f, 0x5e15dfc6568e7e147f465f6b637b14c11e1dbdddd207404d805d6b24f3a3a74f, '', 0, '?'),
(0xa4e70affc152b262f086d278fdfaa167, 'wp-includes/css/dist/block-library/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xcfe89277798e51f685aafac401edfe72, 0xb23f5eda1af1242b312d74983db7275957b6c3034a0c97a535680fa9f5334eea, '', 0, '?'),
(0xd4cc866cd298dc5ce734e22c432d936d, 'wp-includes/css/dist/block-library/editor.css', 1, 0x00000000000000000000000000000000, 0x43a4d5462bfb7fb1f6cba63b25fdcb1b, 0xa293b13f5c4417a8fb49871ad9475f70d8b53f7f6cb6ad6fcf47efbb2c450dc3, '', 0, '?'),
(0x05b3955ba98c081bc234e2f2b03f8d73, 'wp-includes/css/dist/block-library/editor.min.css', 1, 0x00000000000000000000000000000000, 0xf65c797ff4bdc97a61590c4106b43a52, 0xee110a393e02ad273d62c6dee58dad4db657c90ff16a1c416572cb02c1201c5e, '', 0, '?'),
(0xfbd1f7eb53e34b357fc13437cac19353, 'wp-includes/css/dist/block-library/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x6cf938315537e537a7b83f86d09083ff, 0xb774f6b43515aec39163af55aa4acffae6191c3c1f664b3cb8882e44849ced71, '', 0, '?'),
(0x8de429211b29c336910ce53e7dc93734, 'wp-includes/css/dist/block-library/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x49ce7010cf79420acb259b206601a1c1, 0x339574d33983828b6df0439c1bb0f2ec8b318b8ddfa3ad66251810f77ad42ed9, '', 0, '?'),
(0xc07abb36d9d92bf0d4dc50480da67455, 'wp-includes/css/dist/block-library/style.css', 1, 0x00000000000000000000000000000000, 0xf8b102ddba5cb08cc9cca1f8761edc68, 0x24f0cd462aca2f6f325f565a1d9554e01fc54a628510e29920008d3aeffd5a77, '', 0, '?'),
(0xeb5146d43074e82bbcf6d8e199f0aa97, 'wp-includes/css/dist/block-library/style.min.css', 1, 0x00000000000000000000000000000000, 0x612b7ab9f699e968f5b3206ca16ee834, 0x4d85e66d07ef8c59e1525b7f27cc9f4d02297d148cb40628a3aa96c86f3e42da, '', 0, '?'),
(0xa76d0fd699379a2cd07d04b60cf16f76, 'wp-includes/css/dist/block-library/theme-rtl.css', 1, 0x00000000000000000000000000000000, 0x765597c3d810bb018d92c6c402830ee1, 0x0089ef8a0bfc8fdf05478be4bba85a1be21e17ff7818d017f8c7652a458fb48b, '', 0, '?'),
(0x9d864361de73c15d9eb26e812f15e5ec, 'wp-includes/css/dist/block-library/theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x3eeaac647e4cd06679739d9554c96c86, 0xe178aa86db6293f140d7e31372b401e576febe007bf66f6d56da128635ceeb36, '', 0, '?'),
(0x8b4f0e7898f11ed8b1041595ff633528, 'wp-includes/css/dist/block-library/theme.css', 1, 0x00000000000000000000000000000000, 0x8f30cb2e9f32a20cf62ff9d398ffd370, 0x52269d26f5b2be6ae8dd768cc9882f5e33410fc7353ea8b7fd67768836fe2879, '', 0, '?'),
(0xb2066d3507bce20b758d81cecd317dd8, 'wp-includes/css/dist/block-library/theme.min.css', 1, 0x00000000000000000000000000000000, 0x80145dc9e4908a34d14ca5a87d33c6d7, 0xc9f212fabc33db7b24500dfad28b919e45e955a057df4f9c8bcc24f639291e6b, '', 0, '?'),
(0x3b11dc92736346c2fcf521e10f9ca9ba, 'wp-includes/css/dist/components/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x0edc3e519c5043a2cb9019ea92dcfdfb, 0x10ad1aa5273da8e582562b3271097b0926cc795249cd92400168c1b244f4301a, '', 0, '?'),
(0x8f0856f1dc82300055ff60b71e35433e, 'wp-includes/css/dist/components/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x58a83301414521c957ebbd1e1962431d, 0x179b9af39e1579dedb2f50992032d5e1af4f8f19efb911a2ef5ff5dad71ca0d4, '', 0, '?'),
(0x7f6a5e14b5b3534ead2d154ff320fd1e, 'wp-includes/css/dist/components/style.css', 1, 0x00000000000000000000000000000000, 0x90d3b8307d3d10eedac6ef17ade705d0, 0x7787a59dac41ca8608a0ff0e28a347f8cf724f469fcebc66b6f8a70909d2e7a3, '', 0, '?'),
(0x4d31d2da2faa0c6ea7edcc9651870ea0, 'wp-includes/css/dist/components/style.min.css', 1, 0x00000000000000000000000000000000, 0xdf32fa0a51fae2f512a26cce865dff85, 0x64f603798bfa3405db5a0a4b02a8cc7f588ca9d6d56d46520bbc0cefb01d01c4, '', 0, '?'),
(0x06a9b8a519130c302c58e8ad02db059d, 'wp-includes/css/dist/edit-post/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xed723421685d554887d928897ba9ca45, 0xbb74623caec50f6012e1a9dd7a0a252af5969a76a691e6ed40b3d82d038fa761, '', 0, '?'),
(0xd964c5d32533dfe85af08134fd955f2b, 'wp-includes/css/dist/edit-post/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xaa4bccbdc1f73b5b7854b11379ac7972, 0x1293f2e931a2e6f3aed72a5ad058d5b613553cf9351eba700a9e693eb7870077, '', 0, '?'),
(0x8fbf524b51eb35769d1c2dbcfc09b9f2, 'wp-includes/css/dist/edit-post/style.css', 1, 0x00000000000000000000000000000000, 0xfbf2f30961ba450c95233ebd563c64f5, 0xad4a3c2c2eddac7d499867dda7666148c60c0768e773969208aac683df19c96b, '', 0, '?'),
(0x1d174b76f624548b4d52988a8afa3db3, 'wp-includes/css/dist/edit-post/style.min.css', 1, 0x00000000000000000000000000000000, 0x457d8351de9ec72ed4cdc16bf8d094ca, 0xefe001b2b9f787263180df3a1b009877ee9e876252411f29dfc2977b3eaf3ee9, '', 0, '?'),
(0xacd8e8639c96c1a956739f39a16fe8ef, 'wp-includes/css/dist/editor/editor-styles-rtl.css', 1, 0x00000000000000000000000000000000, 0x8977b727a799ed3a59692b81e46302fe, 0x8049590001b9bf081bf6c2311273589109766143acbf480c86e214dedeaf39ce, '', 0, '?'),
(0x2cb5c0b00c97e4c7ce6c53a70ea49d72, 'wp-includes/css/dist/editor/editor-styles-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x4a98fa4de2c4af7e9ecfedfde88e80a1, 0x87ca753bb05644eb99cec1636d5748ecb6ee1dd1c9d2274b07fa10671152fc0a, '', 0, '?'),
(0xa36df148c43aa74ddcce11ed2a9c8b5e, 'wp-includes/css/dist/editor/editor-styles.css', 1, 0x00000000000000000000000000000000, 0x8977b727a799ed3a59692b81e46302fe, 0x8049590001b9bf081bf6c2311273589109766143acbf480c86e214dedeaf39ce, '', 0, '?'),
(0x8531f460cbcd428492cfc2a15df28373, 'wp-includes/css/dist/editor/editor-styles.min.css', 1, 0x00000000000000000000000000000000, 0x4a98fa4de2c4af7e9ecfedfde88e80a1, 0x87ca753bb05644eb99cec1636d5748ecb6ee1dd1c9d2274b07fa10671152fc0a, '', 0, '?'),
(0x718d9d66f9bcf74548f837c264edf5f6, 'wp-includes/css/dist/editor/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x46947f78f46f99af4bac89dd1da70cd1, 0x4f5bfca0b7ae5d569684cfb754e9065db01368c5829d5f1b862f91b1bcfee659, '', 0, '?'),
(0xbcd6827804520b1661d1dbf9c79c8440, 'wp-includes/css/dist/editor/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x0da91195d40246d5b6db07d553261811, 0x02be76b350b0f684da829ed2be5d0f8e3a119bc6c6bcab332855afebb8537f93, '', 0, '?'),
(0x4f1784d2bd5054ed5e95347ec514c542, 'wp-includes/css/dist/editor/style.css', 1, 0x00000000000000000000000000000000, 0xf8b85f00c1b9dfc396d3d88b3e82e2d1, 0xf073ff68ca4e06f4fd78148d5216cc885cf5b91e3e6289e9c640a8173a65eda8, '', 0, '?'),
(0x63955180da69d3dcc904e0e65176111b, 'wp-includes/css/dist/editor/style.min.css', 1, 0x00000000000000000000000000000000, 0xf46af19986f894a47409cd04a90e827e, 0x6a41a554dd562c54b66daee023f02a49e62d0cdd7910bdf5b3c543f8dab47833, '', 0, '?'),
(0x5ae852a7d2cc7228f02662b0a33ab82d, 'wp-includes/css/dist/format-library/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xe083f88ed372b2060f14fba501cfabc3, 0xeb4500f8276fbcd2b4a754cecb209f638ddf9d469e212b0b3f028090b7abb636, '', 0, '?'),
(0x43adee9b2f8840b26cab8759c1fd327d, 'wp-includes/css/dist/format-library/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xcf8bddec90a1c79917947c459e8768ce, 0x8bb735040e8b63cb37c0ad0f4611a52dfaa7da4d5093854ff9e63b6dc2c4e26d, '', 0, '?'),
(0x0a7b58254e38c29f77c8323f4d3443ca, 'wp-includes/css/dist/format-library/style.css', 1, 0x00000000000000000000000000000000, 0xe083f88ed372b2060f14fba501cfabc3, 0xeb4500f8276fbcd2b4a754cecb209f638ddf9d469e212b0b3f028090b7abb636, '', 0, '?'),
(0xee2ec97a9b8326b78a942eda3179b3c2, 'wp-includes/css/dist/format-library/style.min.css', 1, 0x00000000000000000000000000000000, 0xcf8bddec90a1c79917947c459e8768ce, 0x8bb735040e8b63cb37c0ad0f4611a52dfaa7da4d5093854ff9e63b6dc2c4e26d, '', 0, '?'),
(0x80332df0e0eaedfffb129566d0f2b60a, 'wp-includes/css/dist/list-reusable-blocks/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x8fc455cde485dbee10fb0d2d21a6e240, 0x8c22800f4fae66e5531c07df80e9220b5d317cc3574a16b6554c2e928dfd14dc, '', 0, '?'),
(0x72f729e610a1f20ce9fed265dafc6cfc, 'wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x665ee57d23f6e1b6539fd1b0e62d31ab, 0xc61805ddceac4aed72177f138267d4ef4f2593517aafb871079d26529eb227a2, '', 0, '?'),
(0xc08d9874a615e5281b8b696c7416592f, 'wp-includes/css/dist/list-reusable-blocks/style.css', 1, 0x00000000000000000000000000000000, 0x51e05fb6e2cd8020f046629e1d214bdd, 0x5e02d485e36e1291f81fe787353aba20991c548a07fc7945181a767f44471304, '', 0, '?'),
(0x01060d782ba655e1f7e1da9cdd1893bc, 'wp-includes/css/dist/list-reusable-blocks/style.min.css', 1, 0x00000000000000000000000000000000, 0x720f7773fc0b0a8d79d4f3fc89658c1e, 0x7ff262555841b3eccefc36ae57d50a3e6a2e437d149304ab4cf4a9d42527a2fe, '', 0, '?'),
(0x18dc5e3070f01cf98af26bfa83a1814d, 'wp-includes/css/dist/nux/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x067f1fa67dc68c39b293875357a49b0f, 0xdcbb6306c0deb83e7c09054f3ad48abde4fe30c836f865a0fb241970436514e0, '', 0, '?'),
(0x7b9d6ac4c98f7c6ee4095e3cf857489e, 'wp-includes/css/dist/nux/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x093f88e78124c68bbc7f81cc9664985e, 0x43a2d21eccde163e7ea189a989d62c5a574987c0694b1876979fdd01528b2047, '', 0, '?'),
(0xebb9329a7cf53f825db8f8b0cfb80fc7, 'wp-includes/css/dist/nux/style.css', 1, 0x00000000000000000000000000000000, 0xacaea46a81c4c475aff738dbab35dea9, 0x82bc4e1999e157db858bf42b56ec7f7f9f1949f5c2df86f647937f530c5f8a03, '', 0, '?'),
(0x5205ba7635ad965736d060c6dabee1bc, 'wp-includes/css/dist/nux/style.min.css', 1, 0x00000000000000000000000000000000, 0x2d2b907716b25ae5cd508979a8eeacaf, 0xeb3baa82e6b3f56594f2c6f86c7ddb787c3cd8f6b92b9cb78cddeac75858c9d3, '', 0, '?'),
(0xf2701f6f828db4583025f7a2c7edcfeb, 'wp-includes/css/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xc4faa8b5b7b501ba22c6bb57f156a1c9, 0x95dcdc17bc345f61a006be8185f002a9164d6210220324b5de37e9114a7f7989, '', 0, '?'),
(0xea8da5b2ab326a456267d88857b278db, 'wp-includes/css/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x340e21ee8bdc8d949bf8f3e619261f3d, 0x09c50f930866900315c69850bbddd492c4b1b15442bdd7df00beeb3738a74a31, '', 0, '?'),
(0x4c73d087c59b0ab2637d3e1bff4b9787, 'wp-includes/css/editor.css', 1, 0x00000000000000000000000000000000, 0xb440cfaf53dc78b60e479c8e43df12d1, 0xaa690e1a9f4044045f90f0f85b5f524c260acd29833ad8a31f457bd07038a86c, '', 0, '?'),
(0x5fd67c9caf0b54a24d5eeebd1ef5c44a, 'wp-includes/css/editor.min.css', 1, 0x00000000000000000000000000000000, 0x7225426df452ba57c476c9c185a39884, 0xcbfc3b19efecd94fb867cd5309a1b854ce335ce9cf6057dea56407e91ca11079, '', 0, '?'),
(0x20e0f463ccab29498c0a702ccd91ab83, 'wp-includes/css/jquery-ui-dialog-rtl.css', 1, 0x00000000000000000000000000000000, 0x61f6e02f97dc44c4e4f40edb42eff799, 0xf7bdb0535981f182145e1895be2bbc57d3fa4c62f42f8baa8f2acf0cc0297082, '', 0, '?'),
(0x7e46a3cce3ab8e3e6479ecd06a8b0f13, 'wp-includes/css/jquery-ui-dialog-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd438f2be1ff29ca5faf2b3c05924df44, 0x1d291a704374c513c5e6a70e70d0800d881a652521e29f54bcbc61f7f448fa68, '', 0, '?'),
(0x0369f4a27f5004c399fb966c6400fa91, 'wp-includes/css/jquery-ui-dialog.css', 1, 0x00000000000000000000000000000000, 0x6e27243fb0ec55268be46392ed3f98a0, 0x9df017ee54a2c5872ea92d0a18718d274d36e86a4f2628055a59a23005cd56c6, '', 0, '?'),
(0x4056f324f54bc6e7f23cde312ae0acc0, 'wp-includes/css/jquery-ui-dialog.min.css', 1, 0x00000000000000000000000000000000, 0x1ee52c1421996228205da31d46d967c3, 0xa5b6189d6204264ef93f3b12b23badb83f221bfd798c09dcb97518b649185cc3, '', 0, '?'),
(0x003567c0cbcfeaab9463178b30892244, 'wp-includes/css/media-views-rtl.css', 1, 0x00000000000000000000000000000000, 0xaa26cc77c06589e911cab9b7a0e1f948, 0xcd93def89f26fe8f62155f29c3dba4e6bb861302abf76d8d245f68090e0cdd4a, '', 0, '?'),
(0x5ff5b4effde1387d13ccdf019c3fe58e, 'wp-includes/css/media-views-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe7433c5d289d445bbfe8592e637916fc, 0x022a67a6f55d315b6dce28dfa95960e3dbad10f3242617f7deb66e9df3d25ad1, '', 0, '?'),
(0xebb2d453dab070978f474dc7afa86ced, 'wp-includes/css/media-views.css', 1, 0x00000000000000000000000000000000, 0x4085d31428188b517d4cdc6ed54e9ba1, 0x231245ea8968cdd5fb4befa8c745c60490f1c1ebffb04cfd01c007dd74eee81c, '', 0, '?'),
(0x1c3425b74948c44f02918bcab0d2164c, 'wp-includes/css/media-views.min.css', 1, 0x00000000000000000000000000000000, 0xe091f05329e13e2443004079007c3b9a, 0x891558aa0706432302aeb807163f19f49c864e75da376da7ae2cdade9b2ca5b7, '', 0, '?'),
(0xc7a4113e7ab1d4849f139d214a5d3e0e, 'wp-includes/css/wp-auth-check-rtl.css', 1, 0x00000000000000000000000000000000, 0x47e23f3fd1381204bea0e6925770460b, 0xa28700897966450aa424d9d0f72dbb0136ae8eb4a1cc96d04308085a349f2589, '', 0, '?'),
(0xc85918072427abbb0ebe9a106f91e3ec, 'wp-includes/css/wp-auth-check-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x095feb4ad3dc9c26670120c0f29dac10, 0xd1468549fb9099593e53f0c7ec64c626ac2b6595872bbb614873e51da26fe4da, '', 0, '?'),
(0x8185032c43551c55eee80b9cfa39692d, 'wp-includes/css/wp-auth-check.css', 1, 0x00000000000000000000000000000000, 0x8868ded3f5e30dbaec5dbcb7bc104b0f, 0x96d5d086483454a50fc56151279b3335e9ef8ad5b772d225e302c4c9c6556537, '', 0, '?'),
(0x59a00b3638d448123b252cb95f630a80, 'wp-includes/css/wp-auth-check.min.css', 1, 0x00000000000000000000000000000000, 0xdb371a9bb3c8050843197400f68ba9df, 0x961f4b24c6d0ab5694c8617240909fa7afa319e3d8b04e72f60b49ab5b758ba9, '', 0, '?'),
(0x827780b735bb0bff07efc1a129bafb9e, 'wp-includes/css/wp-embed-template-ie.css', 1, 0x00000000000000000000000000000000, 0xeeb729369ef309d89ed0bc7120aacadf, 0xa06f95b12b385dc55375e7fc482ee943f867f4de5239ea26b62bfda2935c579b, '', 0, '?'),
(0x1e796e6dc03b98082fd055734b09bbbf, 'wp-includes/css/wp-embed-template-ie.min.css', 1, 0x00000000000000000000000000000000, 0x377b5750db4cf37b4897d918a90749e7, 0x5c615771318a07ba2b020f05ffe9d0afd96f954cf65900cfc2844b8de0ee253c, '', 0, '?'),
(0x922f16bb17c998fc5df45ea4575c8371, 'wp-includes/css/wp-embed-template.css', 1, 0x00000000000000000000000000000000, 0x6bd3bd8591e2514b36cab474effcbbe4, 0x62e4c8e083a162f9e8962cc6a21e0a2f4d14d76aac44c80454110dcd064ed819, '', 0, '?'),
(0x7aa8af513c929827199a80557ed4525c, 'wp-includes/css/wp-embed-template.min.css', 1, 0x00000000000000000000000000000000, 0x24bd34d51376d78109ab3bcb61b66621, 0xa2d402519ba779ea674126f0aeab54809feb636ab653380a78a5a8ba2e3d44d3, '', 0, '?'),
(0x5c5be6ed6925cdb03cfa98651e933ea9, 'wp-includes/css/wp-pointer-rtl.css', 1, 0x00000000000000000000000000000000, 0xb8f963b6af881302043b3170e8ad78bb, 0xf5d843a21bf3718f9bad86b2f300b0b631ee833f0de2ef996ae1aa2231fe013d, '', 0, '?'),
(0x6a51fbf59765f78af83b0e1613e21d65, 'wp-includes/css/wp-pointer-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x249e68e8463fc816b70c106ea7001355, 0x941cad05b5b025ae4b1a4733ed8b2c6ca6f8696571fcec1d420ac2f95ca95713, '', 0, '?'),
(0x73ff43344dbe2a02b5be2a4215ab29b5, 'wp-includes/css/wp-pointer.css', 1, 0x00000000000000000000000000000000, 0x509195f639213b5e82163c84842a2fd8, 0x5e49fcea54dfccca5c06ba730647fe489685d864065f7c9cd10058e661a6e7f5, '', 0, '?'),
(0x2d9ce79fe89782a08715597b5d6e7383, 'wp-includes/css/wp-pointer.min.css', 1, 0x00000000000000000000000000000000, 0xbfbbb17f5deaa73a3fffb7c639aca12e, 0x97b50e0629b26367f02dc7e81cd1e25b4c2a0ac36985e70cbcf2177a3e7cd490, '', 0, '?'),
(0xae788857ba89901c321e65f67576d44c, 'wp-includes/customize/class-wp-customize-background-image-control.php', 1, 0x00000000000000000000000000000000, 0xca087b66d2269b9918455c24f27358d4, 0x52da7633fa9fbcbe7e05c4d0d7def0c0dd7c2e4ff44c9f74d04e1260d1ae81c6, '', 0, '?'),
(0x9a569f5ee68233b1e76d3605872e5f50, 'wp-includes/customize/class-wp-customize-background-image-setting.php', 1, 0x00000000000000000000000000000000, 0x29d940877494fe6a123233b413e39d57, 0xe13403a683d8305e2bdc1b752ab03ade9334715b23cad3144f8db26db42611c8, '', 0, '?'),
(0xf5b744b0b5aa36ed53ff2fc86351823f, 'wp-includes/customize/class-wp-customize-background-position-control.php', 1, 0x00000000000000000000000000000000, 0xbf514a74221e18b8c22121845fe75e09, 0xd4eba69fec2fd4a4f96fb96b726f51ffab16a77c45aac25105e25add810d196f, '', 0, '?'),
(0xeda30f91961fee1e05fa8799e8b3ae5d, 'wp-includes/customize/class-wp-customize-code-editor-control.php', 1, 0x00000000000000000000000000000000, 0x9442259503ca33247edcad2a739a71ad, 0x1391a4bac30a06412588cde02c4d512125a3582d8f64b20d69bf887a2e1f5d7f, '', 0, '?'),
(0x4d598cf14788b05c740358fb84929d2f, 'wp-includes/customize/class-wp-customize-color-control.php', 1, 0x00000000000000000000000000000000, 0x47e1df0250276e893bca671c74539b2b, 0x43f39055ba5d18734d75c166972d7ade498d00ea3df93b7086f0c372f0cc8eda, '', 0, '?'),
(0xfe162754fa9fe5f4cc81ade959b2c799, 'wp-includes/customize/class-wp-customize-cropped-image-control.php', 1, 0x00000000000000000000000000000000, 0x47e1705be410717d79fd0504aa310f87, 0x138e780d3a9a9c13f382f6cd7d11af9a675229ea609f9a199d1982d76b924d25, '', 0, '?'),
(0xf3bdb34ef2b3cbf484fcabf3cf73c2f9, 'wp-includes/customize/class-wp-customize-custom-css-setting.php', 1, 0x00000000000000000000000000000000, 0x3310177975967f24650339b55b093f32, 0x26b355914a206d128244aaa085b187790b850133352b001d7a99f72862755bfc, '', 0, '?'),
(0x111a0708931cea6c6db7f08b9440f8f8, 'wp-includes/customize/class-wp-customize-date-time-control.php', 1, 0x00000000000000000000000000000000, 0x1e6579c5bcd44fb43be75149ee1c683e, 0x0861d76f0da9a2a43211a2e3446ce332d1465be3255724530503e2628d95a34c, '', 0, '?'),
(0xa4fc59a400290d2f6a18f1a929f44172, 'wp-includes/customize/class-wp-customize-filter-setting.php', 1, 0x00000000000000000000000000000000, 0x12184dddda606616afec00eca96975fb, 0xb400113c0af46a3aa7dc59a3460ebcc21919bf1e64c9fb77ca02b109c9fdc0ac, '', 0, '?'),
(0x5a7888ff31a1324bd35aa42cb8ec177f, 'wp-includes/customize/class-wp-customize-header-image-control.php', 1, 0x00000000000000000000000000000000, 0xe5f962ad034eb1f2b88a49b2e55d77c9, 0x5f319f9fc070f69a6ff09944c3ff62a069d6dd8c65f4d516dce53a2b54c5f4eb, '', 0, '?'),
(0xa802b006cc1b9cc0274b857a8e668ce5, 'wp-includes/customize/class-wp-customize-header-image-setting.php', 1, 0x00000000000000000000000000000000, 0xb58df8941a18aebf3ce957c8d28b2aae, 0x21203dd84687d3721f0d076c5e40c79e4f6acbe86132914423956d6f583588e6, '', 0, '?'),
(0xe1993ec293eac6cc0af43590b4ebe45a, 'wp-includes/customize/class-wp-customize-image-control.php', 1, 0x00000000000000000000000000000000, 0xc648e6b8df876f1682b0a6c4014e4e3c, 0x61060a0dbb7f2416dbb1058c7985130e9c71f82ae5c19cff132471bfab7bd2da, '', 0, '?'),
(0x0c2afa154f8fc47f91cce202eab7e569, 'wp-includes/customize/class-wp-customize-media-control.php', 1, 0x00000000000000000000000000000000, 0x70b62b2749ca77c1e4c70c66fab792d6, 0x91b06f83d1651a92d829a73c7acd70f891f0b04b1fafdce1195d0f3faff20fef, '', 0, '?'),
(0x9f6853d1019090c03a0f04b016f6d360, 'wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php', 1, 0x00000000000000000000000000000000, 0x4eb22b0643232b7cf3665aa69d995de5, 0x6b6e1a79e92681e6865fa9d85b83af0b4967076c8328e36705271801ee5eb947, '', 0, '?'),
(0x18f833c6b9dc956ae762699acea5eeb6, 'wp-includes/customize/class-wp-customize-nav-menu-control.php', 1, 0x00000000000000000000000000000000, 0xf30b40567b05522338ba376ef36e0a9a, 0xbb9c61b848b9cafbaaccfb4d751279773f8d683aa142a4ca3c3d92832c2323be, '', 0, '?'),
(0x43b2d89ad6141554bc52aa217616467b, 'wp-includes/customize/class-wp-customize-nav-menu-item-control.php', 1, 0x00000000000000000000000000000000, 0x2a98228f646f5199ebf89dae8fe0c3eb, 0xb8dc7df823da5b1e1323828903cf0786b4bbee7e27fbcaf65728e7329201f949, '', 0, '?'),
(0xfdad0e047ba0090a7c1d70a3041bd9a4, 'wp-includes/customize/class-wp-customize-nav-menu-item-setting.php', 1, 0x00000000000000000000000000000000, 0xae8c64e65397f20fd4d0782877018ade, 0x71cc40f0f2c871a29abf309e1cf4a49a7f700a5a6b40adbe13edcd0c01afa30a, '', 0, '?'),
(0x62e2f7122bc6b404dd9ff3b433ef8618, 'wp-includes/customize/class-wp-customize-nav-menu-location-control.php', 1, 0x00000000000000000000000000000000, 0x96945521dcddf6735e9637c64c100308, 0x3b8d06f46ccf938e625eb8c5e4f2d930aa1728864002efae4c0fa72342a3a11d, '', 0, '?'),
(0x1dd9dcf174944458bf6d002319ca2882, 'wp-includes/customize/class-wp-customize-nav-menu-locations-control.php', 1, 0x00000000000000000000000000000000, 0xf31e48beaf2ebc122520fb84a1e54672, 0x0269fafa9c86cf1cbd9be0111b87cb41f3fdec7dcbe697cd1cdd85eab4bb5adc, '', 0, '?'),
(0xedba47ae2093d87eaa15d0fff460f816, 'wp-includes/customize/class-wp-customize-nav-menu-name-control.php', 1, 0x00000000000000000000000000000000, 0xdade37ec66f557b7d59a371201c1b486, 0x70fb7fdc76e0770420b0dddcaa39f9b60e9fa93fa1b00e9061ddffc914807a8c, '', 0, '?'),
(0x14a52d83e8040142f1f18f7c74535ebc, 'wp-includes/customize/class-wp-customize-nav-menu-section.php', 1, 0x00000000000000000000000000000000, 0x62540989ebe4ba014f392e36f30a2d80, 0xb0cb016c90f5dd09f39640c858fba7aac46e306685fe085e9857b6a6f47113f5, '', 0, '?'),
(0x1ccd6b301d42dfe20461f7eeac60cb08, 'wp-includes/customize/class-wp-customize-nav-menu-setting.php', 1, 0x00000000000000000000000000000000, 0xe24939c590417de81936abb6b9de39b5, 0x8fd03683434081ad080ba66c04d13d55eadee4d09cdeb72c27b9ac95bb46df2e, '', 0, '?'),
(0x0478e0f3916dfc80a500de0f7e90b6c2, 'wp-includes/customize/class-wp-customize-nav-menus-panel.php', 1, 0x00000000000000000000000000000000, 0xd224ea4bcd9e87750951c1b620e470b2, 0xc92f27561a56746202229893d964f0f011d816e973226590f60240e1c9d3493c, '', 0, '?'),
(0xef07407d26a34a7ecfc2be26f3e8001c, 'wp-includes/customize/class-wp-customize-new-menu-control.php', 1, 0x00000000000000000000000000000000, 0x46f4cbde74e170d0401a71cfc097c197, 0x4d9dab8687c063e27682eaaeedddc97daf3bda5b070360788222482ef2c90641, '', 0, '?'),
(0x32afe5e3baa8617c460c966c331f5df6, 'wp-includes/customize/class-wp-customize-new-menu-section.php', 1, 0x00000000000000000000000000000000, 0x3f3ddcca00cc82ecfe56fa66593fe8e4, 0xe6ee1e8985eec991be5a07683f690a47b3fafae00181d4487fe791152186b43b, '', 0, '?'),
(0x0b81fdc3dee45906c611eef0eb71ef84, 'wp-includes/customize/class-wp-customize-partial.php', 1, 0x00000000000000000000000000000000, 0xf85b1b9be75ca2b6dd1269b1949da819, 0x7bac1b3e0eca7fc878bff7ab819f48a692d60a0602a17c4145dc7c53634f732f, '', 0, '?'),
(0x798102d70a962c0a43e77c5b69100616, 'wp-includes/customize/class-wp-customize-selective-refresh.php', 1, 0x00000000000000000000000000000000, 0x2cec20d4643211bb598f8fb0bb5e817a, 0xca9d519be54d58a19e61662fbfc2604da5f09a73d6c7e3d3a18f41e6ae47e2e2, '', 0, '?'),
(0x5436064b153f8694b473d320823728f9, 'wp-includes/customize/class-wp-customize-sidebar-section.php', 1, 0x00000000000000000000000000000000, 0x566aafbd42e1e1a2dbd8b1f4c5c18571, 0x9b9a7b1023d469ab601ba0f700ccffabe26aa3c1c3602070c78d2bf6661e46f1, '', 0, '?'),
(0x0620fb2c654fa29acb7a8f82c3911195, 'wp-includes/customize/class-wp-customize-site-icon-control.php', 1, 0x00000000000000000000000000000000, 0x0570bd6e8e73ac9d78cc8845b7524c97, 0x9ef07a9a123f7e0b72a3588b9f7426f81fb3226dd0c5c93ec455112932ff50f2, '', 0, '?'),
(0x1614f63fc784a3f980eb3a0ade1fd658, 'wp-includes/customize/class-wp-customize-theme-control.php', 1, 0x00000000000000000000000000000000, 0x26a80c022d65494307f659af8563e692, 0x7e85d6c62fe44a30574c680bba91aafd60dc3353b99ab4e6c159127d645bca92, '', 0, '?'),
(0xb43cd8ec8067e33db143a314d7b47144, 'wp-includes/customize/class-wp-customize-themes-panel.php', 1, 0x00000000000000000000000000000000, 0xeefb755a08a9949437d1b3929c8ba855, 0x614d6be1bc1edb034d062ee9dd9a84664a3ebdf694cc7ba556f692c13e763255, '', 0, '?'),
(0x8112f958518dfbe1643972d7dabc96db, 'wp-includes/customize/class-wp-customize-themes-section.php', 1, 0x00000000000000000000000000000000, 0x32f1634244d0a7cafc32b9d61819d4d6, 0x8a0f798ea18fa2978caf2c3b71166f2964f9afce38a6012e4780523bbec72e52, '', 0, '?'),
(0xe3a065c65cdb6bee12637fe70bdf5866, 'wp-includes/customize/class-wp-customize-upload-control.php', 1, 0x00000000000000000000000000000000, 0x8ed3fcd6698fed16c6d0dcd441f14dcb, 0x45d44ebdc5e87bf4a7744d6ab058a649c441b8c7a75f93f2bcd17d6eaf6f5939, '', 0, '?'),
(0x5b35f99ad759d94e68a6ab8a4b884de8, 'wp-includes/customize/class-wp-widget-area-customize-control.php', 1, 0x00000000000000000000000000000000, 0x931675e7cdb90f973773fb7199acb2b0, 0x3c90f076a08de1447e81259612e7ba9981a7c5e806ceef0fd817583c0cffcad4, '', 0, '?'),
(0x0a5495a62f5c392459a4550adbcacd8c, 'wp-includes/customize/class-wp-widget-form-customize-control.php', 1, 0x00000000000000000000000000000000, 0x907bc5442a403613e1877bcf847da6e7, 0xd52bd693187a69ad9b0fc04080d7c6c95e462535ca14711313035a673cbe0fd5, '', 0, '?'),
(0x9900a3f9b5e8a0d21c2e177da5667741, 'wp-includes/date.php', 1, 0x00000000000000000000000000000000, 0x60754ec9943d0e2b332380fb1ae48797, 0x9a777de8bc8f1fa6ad4b7eb603290d754513a4fc96d274e4d61d401218203e18, '', 0, '?'),
(0x7dfdd6cb117b1552d2a2d4e08d1da222, 'wp-includes/default-constants.php', 1, 0x00000000000000000000000000000000, 0x6fbc605c8e4b60c2231596de2413e1a4, 0xf7f6d319c4d4068038ecac45b5688991cbfab88ae9122a0cc46941280c5f79ac, '', 0, '?'),
(0xfae8528a2c9e41a7c0fd1af1474a272d, 'wp-includes/default-filters.php', 1, 0x00000000000000000000000000000000, 0x87fee2e4f8eab07f6d6fb04d1d3c4cf3, 0xf2da924337024020116418446a109212af0c00503968782c84dfb0acf1006a08, '', 0, '?'),
(0x564c36dd37475e6c25441b357a33c8e8, 'wp-includes/default-widgets.php', 1, 0x00000000000000000000000000000000, 0x1aa4e034046b70de77e83f2a80c31cc6, 0x052c41fcd728cd26614e0bebe4e1ccb672634746c784d075a573d83a8e4c43a4, '', 0, '?'),
(0x7095f0b42ed0b00394f3815bc38d44a1, 'wp-includes/deprecated.php', 1, 0x00000000000000000000000000000000, 0x1536c131c15a55d6fc92f4b0ae47d51a, 0x9a669acd672ea679f6171eb1c67a1da3c1c77aed736ed07930d763bb2de9858c, '', 0, '?'),
(0x29dddbf85defddd51d5a24d950251602, 'wp-includes/embed-template.php', 1, 0x00000000000000000000000000000000, 0x880c0f3ebdef45564a7b3b1536ff212a, 0xbbfbe14f585b09cba9850da7db194e6dd02d938c5c55fe9563f6474040fcbc65, '', 0, '?'),
(0xe63965baf2d06b6bf652ca6f9786fe53, 'wp-includes/embed.php', 1, 0x00000000000000000000000000000000, 0xda5890ae0cc0e0e5cc9c0f240b6c885f, 0x2623d2ec3e6ff163896e5488f1a47d7e029a1740b4cc617bb3a39b0b1f28c065, '', 0, '?'),
(0x950526da4dfb580897ff5714e7c44fb2, 'wp-includes/error-protection.php', 1, 0x00000000000000000000000000000000, 0x117d00bff6aea4baeb3bbe8d4e774a4f, 0x8a0c290b102b7c01aa10eef77d7dd8675c17c5d23dcb5ee74e241bf7f0f25134, '', 0, '?'),
(0x22a19e068ebe6239ae8b65d17cae5fcb, 'wp-includes/feed-atom-comments.php', 1, 0x00000000000000000000000000000000, 0xfe71789768a8c13cec561b07d558f4a8, 0x0559d5aeccd1307a84654d4cb83fa4ac61e398b2b799068a4db5c22388dfcce3, '', 0, '?'),
(0x9aaa99913240ef0f6be4ac773e4b9432, 'wp-includes/feed-atom.php', 1, 0x00000000000000000000000000000000, 0x0545cbfce9cbd59bd449245e6947ab5b, 0x21f0a5fe49c6ecfa6d0a5995da662bcc95a15000d70eab8fd031338b5c3dfba0, '', 0, '?'),
(0xdc08c8bc91d89fdc270d1460f9f4cace, 'wp-includes/feed-rdf.php', 1, 0x00000000000000000000000000000000, 0xcc4bfdc0333a815cfeb48bbbbeffac3b, 0x5b67e99c5438d92937763ad3123a4d85df1fb829a0de61b554c1ee7c794972ad, '', 0, '?'),
(0xfc1d5d29e9e909b983f37b973f527d1b, 'wp-includes/feed-rss.php', 1, 0x00000000000000000000000000000000, 0xe16426757954106eb8613a69cd288960, 0x90666c925019bbdf663589327f741e59338b187802cb1cff01f544c0d1d784cc, '', 0, '?'),
(0xb40bb5dfb23bf89b3011ff82d9cb0b0b, 'wp-includes/feed-rss2-comments.php', 1, 0x00000000000000000000000000000000, 0x7580609bd9e4a5cfdf859161f1d3b43f, 0x8ce4d088479506d22de6ad702226e1a2cb2e7b02cedd284ba9356c9563e3324d, '', 0, '?'),
(0x5f1f2a05c4e2bd9e4c16ff30e23e070d, 'wp-includes/feed-rss2.php', 1, 0x00000000000000000000000000000000, 0x97fe3efe56322565a440ead86b46e436, 0x2f339db5e9b470c0a472943e5d4426fe0873594a9973ce97c2ac1f6f712b45ac, '', 0, '?'),
(0x7bef52431bbc01da1a8f2e2a22a25118, 'wp-includes/feed.php', 1, 0x00000000000000000000000000000000, 0xdcc981debb5182c9c6de22c81edac141, 0xe85f1abfa287f7075a8eec1fc72956f5ea2a004bd5bb42341b6231c66917568d, '', 0, '?'),
(0x968e191a356fd614dd2352272fa4ac6c, 'wp-includes/fonts/dashicons.eot', 1, 0x00000000000000000000000000000000, 0xe0eef7c2c85fd5996597c086a87c0ece, 0x9ebb2ed47d36dde860873837e94a612165b439fb3744f722e9896c5b9a5ac423, '', 0, '?'),
(0x14cea28353cbaac40ab4029642e15622, 'wp-includes/fonts/dashicons.svg', 1, 0x00000000000000000000000000000000, 0x90b2bb03672d9f516946d43fd968d320, 0xc20d71a1198a96f7f819850af59ccc6391c542c70a806e9b85a0b32e21dad0ea, '', 0, '?'),
(0xe3ecf33c6b554a762510f21b8d318287, 'wp-includes/fonts/dashicons.ttf', 1, 0x00000000000000000000000000000000, 0xf51888c22cfeae654d923aa37753f28e, 0x36263e901262e6b4f16b0901117356fc89c5342dd4a3c9cc7cb8c9ec202aaa24, '', 0, '?'),
(0x95cc660730d90c15cbcdada1da7eb729, 'wp-includes/fonts/dashicons.woff', 1, 0x00000000000000000000000000000000, 0x0c1c1ad41c025f72592bca820e073bec, 0x038fa77955bd105d66f4ee38c8c6f074e2f0a7bd1092d9ffc36c05d5034c2e10, '', 0, '?'),
(0x4cef81ac2b71b956ca3b9768d0cb5995, 'wp-includes/fonts/dashicons.woff2', 1, 0x00000000000000000000000000000000, 0xe3ce3e0415834a28cb23ac40d5ef1acc, 0x2978a9e5855fae0a60cd54c0d010f4c7ac98a9c31f974f845ecd5ec5686e0655, '', 0, '?'),
(0xe7c589fb0969e0f690bf2f051517d0ad, 'wp-includes/formatting.php', 1, 0x00000000000000000000000000000000, 0x7c3deedc453ae62959dbf3bf97581ced, 0xa73f0c34cbe3123b439483ade7096a999ba6c9c0c192bb7a3f89b097b7ed7ed4, '', 0, '?'),
(0x1aebe3e8c1a195297174731f43493918, 'wp-includes/functions.php', 1, 0x00000000000000000000000000000000, 0x9e10731bd05c4852b25864a97a471efd, 0x6e15331e07b34944fd71d7504fd27a4f033b054cff7d8795f222a859e252f98f, '', 0, '?'),
(0xe762604bac27d71d8aecbb9c8fe7e24b, 'wp-includes/functions.wp-scripts.php', 1, 0x00000000000000000000000000000000, 0x485a9b09a28f7f2131b6b1bfe0dc0b2b, 0x5179a98e3ed0a09b32cea655ec91bb18cfed22c6f728c49d7e55114cd624903c, '', 0, '?'),
(0x682064d11f92eabb8532f602c35fc072, 'wp-includes/functions.wp-styles.php', 1, 0x00000000000000000000000000000000, 0xff473b7c47fe49bd251bfcce9c0f5a67, 0x6dc4c9cff88ea29180ea80a637bcc8d1735d39f96f2810e5dcc351cd6d2c5354, '', 0, '?'),
(0xeb309e818a52f04ab37b79edcba3f7ef, 'wp-includes/general-template.php', 1, 0x00000000000000000000000000000000, 0x14d8211afcae22aea33c452e16de8773, 0x6b6a971ec1c686c521b048c146b3feedd09ef89d9652d08a5bb73924d6153cb9, '', 0, '?'),
(0xb92f26bc8ed6fbe132aed1a10d674473, 'wp-includes/http.php', 1, 0x00000000000000000000000000000000, 0x72b6cbb139bc86aa835fe03c6d30eadb, 0x054fab92d26c1765105a3b8717ca0f4c502d3947ea70adb0900feea6afa88023, '', 0, '?'),
(0x2e4968559c8e0ee2338ebf2b421a84bc, 'wp-includes/images/admin-bar-sprite-2x.png', 1, 0x00000000000000000000000000000000, 0xeb51ac1312eb060b9bc638fef46f80ca, 0x2a45b0e3c05473fcd9e5a3616ce4895ec770b8dc055889afe6a15a1f00901cf9, '', 0, '?'),
(0x90a755cc9b092743d4bbf1bacfdaab1a, 'wp-includes/images/admin-bar-sprite.png', 1, 0x00000000000000000000000000000000, 0x53cf11a41f973a80570e0ecac5d3fe5e, 0xae04f4724e21fa60564f18b463abe34b0494c4766916d5807b466e1aa3c16c65, '', 0, '?'),
(0x72e95fe8062f99cd48473dcd25973cba, 'wp-includes/images/arrow-pointer-blue-2x.png', 1, 0x00000000000000000000000000000000, 0x256de214110572de8c5d34b8391163cf, 0xc1b07b26444fc07a9bd3418566f32fc9cf67c3a18fad86edcfc4415d7ec028e7, '', 0, '?'),
(0x40809ecc98398a23af4cc379280bd0da, 'wp-includes/images/arrow-pointer-blue.png', 1, 0x00000000000000000000000000000000, 0x779ffc62e3ce872a4cabb2c35bbb14f9, 0xddc2cae56662cf5a44312efcbafe56ece66177c6346c3fcef170e4b5475ec77b, '', 0, '?'),
(0xe647c4c50635d840e6e8d9da303795c7, 'wp-includes/images/blank.gif', 1, 0x00000000000000000000000000000000, 0xc9fd1cfbca9f678ed068ed6b4bbeb666, 0x3e84f845ef47c5f34cf30cb4204513b2f29a4a519187f47ccc4290c090696acf, '', 0, '?'),
(0x0ecd3e12ff4dd20538b820d9b5add17c, 'wp-includes/images/crystal/archive.png', 1, 0x00000000000000000000000000000000, 0x9653ca07faf08e9ccc493041020e6eeb, 0x4c83d6251458b0f304a3d04fe82bc4de4161ae210fd753c15cdc89f42697a8ae, '', 0, '?'),
(0xf44a1b1427238982724e8430610dc87f, 'wp-includes/images/crystal/audio.png', 1, 0x00000000000000000000000000000000, 0x996e56f18f3ac9cf89f347d8d42d236b, 0xa27e421a2dd7bc9d18046f667c57a278125cfeaa7ca84d0feb29e5df1589cba2, '', 0, '?'),
(0x77a3a4ef4cfdeaa3301e9ceff05d722e, 'wp-includes/images/crystal/code.png', 1, 0x00000000000000000000000000000000, 0x1460ef31b2cffaef1cb012f531ae391f, 0x3beaa9363798a483940dd8218aeddbe71e781a5f104048d7c3264394d02dd7e3, '', 0, '?'),
(0x94f4a89621deaca9c4dfb3c20cc1ab70, 'wp-includes/images/crystal/default.png', 1, 0x00000000000000000000000000000000, 0x41f23e292a2fbedc21ecae2d04f29bba, 0x8088886e248ba8835fad751409128624513310cd0c9645bbd78f72a17c4a6d97, '', 0, '?'),
(0x440c6db70abbbd7a974882c35394efef, 'wp-includes/images/crystal/document.png', 1, 0x00000000000000000000000000000000, 0x7f89275e639a73c0f9c4448bf933545c, 0x670ce674eabb2820c58e0ee7886b6035cd92a1fb4ab7cc074d35aec2c23a6ae4, '', 0, '?'),
(0x6a9097a3c9ff1535462b1fb8afed6f01, 'wp-includes/images/crystal/interactive.png', 1, 0x00000000000000000000000000000000, 0xaf52cf6d60f2edba609939a70304e601, 0x24ad9dc1f6eba9983c7831b2e9d593bbed4952ef9b562d565a5c6a672e87fe88, '', 0, '?'),
(0xccc78ab745c17696632ceed8b579535e, 'wp-includes/images/crystal/license.txt', 1, 0x00000000000000000000000000000000, 0xf05db54c63e36918479b6651930dcfe7, 0x76e8da706d84ca0163ebf836df597e222c2156b9d845586cfc05146ce3227ade, '', 0, '?'),
(0x5e7fe583c390aff088af2b85797cd008, 'wp-includes/images/crystal/spreadsheet.png', 1, 0x00000000000000000000000000000000, 0x358639f8d0a20c318054cb01c76ea4ea, 0x650d43ac886930e3d75bafea52ac38400106e6f7f01ccd4792a5f0614a4e08cd, '', 0, '?'),
(0xbc18acf0e0c4161fcdef22a652d1c59c, 'wp-includes/images/crystal/text.png', 1, 0x00000000000000000000000000000000, 0x90cc20d1b2aafc23be64ff2511e35bb5, 0x6e31f4c230b5e9a93c3bfd0a0294cd4970a2f67edc668f99c5e2a0b81ecfc77a, '', 0, '?'),
(0x55c3e5e0240b692275c2ca26cbf4b839, 'wp-includes/images/crystal/video.png', 1, 0x00000000000000000000000000000000, 0x94010edbfd8e6ca589daa4b83bf53d0b, 0xfa9953110d49beb0559b8c39025f3ce2f7b566041b6085ec2648175977c27588, '', 0, '?'),
(0x2aaee42d3310f675ac8d45c25bd54f23, 'wp-includes/images/down_arrow-2x.gif', 1, 0x00000000000000000000000000000000, 0xf75deb11e71999ea4d859ec1fb8766dc, 0xa51c12b6770098f8c9dcc07170af1571f035fadafb9d5488238d0f5cbab9bda5, '', 0, '?'),
(0x1d0a9cdf4f825f98ab3b5d2f5e990ce7, 'wp-includes/images/down_arrow.gif', 1, 0x00000000000000000000000000000000, 0xfcf88456be7e16c66ff6596e477e5f75, 0x9e80688c38c9a7f810baf485aa70bf75f3fc7b8d399691e1d513859b4a8289a4, '', 0, '?'),
(0xd29eb3e5faecc79ff603094b73cdd7d0, 'wp-includes/images/icon-pointer-flag-2x.png', 1, 0x00000000000000000000000000000000, 0xa9e5e1a632f1b3b962e4c426d55acc72, 0x34f6819442c8a5c40baa27782b63d268b9d2a0566e9f35ae49da3e06836adecb, '', 0, '?'),
(0xd65ad7f6097221de8f66d5d11cbe09de, 'wp-includes/images/icon-pointer-flag.png', 1, 0x00000000000000000000000000000000, 0xb0d32c87f2ad8bc2455ebf6a60171027, 0x6f71b70eda3994c1617b29687d073d23bebdfcebe75418fbd7a71404c908c20f, '', 0, '?'),
(0x59882c9065ea41f5bc1f77c0608fe1c4, 'wp-includes/images/media/archive.png', 1, 0x00000000000000000000000000000000, 0x113914d2eedff268fb00dad3c3ac9175, 0x00fd4262bc3398bb27cfd41e27b084294a472096c05d2847c503395072322073, '', 0, '?'),
(0x3af96e1fcca31f524deb7469239af53d, 'wp-includes/images/media/audio.png', 1, 0x00000000000000000000000000000000, 0x8674614341f1bec5feb22eb7e75adfc0, 0xa04ce43ea29124a8c10ab26f691d786f0c6a2d0a4ccfd318f5c0e15d473b710b, '', 0, '?'),
(0xc0b133221dfc0c287ad9618034ee388c, 'wp-includes/images/media/code.png', 1, 0x00000000000000000000000000000000, 0x2d6f96130cad55ca9310eed555a9555f, 0x27654d0620615b52231871329ad76b7aad2b2a0e3c81fcc4fcf7d13700deca6a, '', 0, '?'),
(0x283fcbdcd73eb9f453a94ee68f9a9c26, 'wp-includes/images/media/default.png', 1, 0x00000000000000000000000000000000, 0x2db6a9e6cd49d2429668ce40e0dee762, 0x3aeba66f4cf34a446af2fe1f242d3ebb69bae927c336076ed6a005ee139b5569, '', 0, '?'),
(0x2f3cd8a75ec9bc667d9622d7f8fb24b8, 'wp-includes/images/media/document.png', 1, 0x00000000000000000000000000000000, 0x76e5349938f6ce9179931436de1c64a3, 0xa6edc3b8601899d9fb9d0eb3e7e1b1ed66094924205f5aaa589722300db4df2c, '', 0, '?'),
(0xd672599f53af7877441f59cb9a4a995b, 'wp-includes/images/media/interactive.png', 1, 0x00000000000000000000000000000000, 0x52d7accb82aef17fc2c3b4c58968dc48, 0x7bf3f487205b4bea04e01000172183eab8bd90b22fe15cb96c772ec1a8eadd08, '', 0, '?'),
(0x0b9cab4856d5a5bd6490e0b370d55670, 'wp-includes/images/media/spreadsheet.png', 1, 0x00000000000000000000000000000000, 0xf1c0a034e4f112d60054fcdecc873fb2, 0xb6fdcc0cb676b2b629ef0a19ba365a6c0eabb632b9f5ead09231d9212b09d912, '', 0, '?'),
(0x39ed89e673b433d953055a2c70e93867, 'wp-includes/images/media/text.png', 1, 0x00000000000000000000000000000000, 0x7ab98773e6e430f718c89d9f5119804b, 0x8d6712aeca3f5bf59f442adf709438807119f29ee205b856d193e6913e8ef54e, '', 0, '?'),
(0x9d0a25665b1b216145ab72d274678069, 'wp-includes/images/media/video.png', 1, 0x00000000000000000000000000000000, 0x8de0e9f175ea68179b81dddb71a010f7, 0x447f42558b86a5d14d694fca62892c8bc3e36595f43dcbd257c0177bbf13f0e6, '', 0, '?'),
(0xd96befdb2f799eb3a9fd9b2689139f47, 'wp-includes/images/rss-2x.png', 1, 0x00000000000000000000000000000000, 0xc71759615ba051c1e6f597fd726a9d11, 0x79165330fc63600a37f9e4026173aed00823c26eecfa0c18a859dffc1ed816a9, '', 0, '?'),
(0xdbc872819abcc1b5d8811d3dd4d492e9, 'wp-includes/images/rss.png', 1, 0x00000000000000000000000000000000, 0xa5b05bbf28f294b02efd942a4e5ab806, 0x116afe1d282d39bf0ea75fc7ef452d23ea77011465c624d85d6fff3031a9cf75, '', 0, '?'),
(0x7bf10dde0f080c2d11e4dc7da05ee9c6, 'wp-includes/images/smilies/frownie.png', 1, 0x00000000000000000000000000000000, 0x519bf3d0051b841e0cb08dc4f4831eed, 0x72f47ed7447a6fd1f768dfb197d2d3041216befed8bb221c3e45842b944b6585, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xd0a27f92ed8eb9827ce18ed1e4d84019, 'wp-includes/images/smilies/icon_arrow.gif', 1, 0x00000000000000000000000000000000, 0x2009c9ff4a3cd667fecc6f9d08393a78, 0xa56e1c8163b2eed6783092c4a5e3c2e1748b944e85a1d8debe59083258002119, '', 0, '?'),
(0xefe3afa9e8090e27afe6b6dea88bf756, 'wp-includes/images/smilies/icon_biggrin.gif', 1, 0x00000000000000000000000000000000, 0xfc4bb2f14a72a7bd3abf5d0e6b49d87c, 0x3a9a909db2abd6d994ebc607c54d15189c9bd3db58250b09cc193c38bd67349f, '', 0, '?'),
(0xb024e5cd9399016212486eae802c002d, 'wp-includes/images/smilies/icon_confused.gif', 1, 0x00000000000000000000000000000000, 0x2f2309c617d3a27701772478eabe9359, 0x5530d65c4cf358a8ef665805c6a6ed7f4700c854ba8ff7241061d23555cc42d2, '', 0, '?'),
(0x582ce745f5436a245f83ac3849a78230, 'wp-includes/images/smilies/icon_cool.gif', 1, 0x00000000000000000000000000000000, 0x0a901c7fa06097ecf7e0cd69766a2edf, 0xe2e4ba8b4684393b325f098524ca24077ebe164c4f9e610281f836d3f1f1bf5f, '', 0, '?'),
(0xc494d4bcfcdd7fd57050885a094890b4, 'wp-includes/images/smilies/icon_cry.gif', 1, 0x00000000000000000000000000000000, 0x8f2b60c5ae6490575df6a4d5cbf09768, 0x5bba3c9d1571c57766a52999725afb28e714af1bd33d233b616e73cad4d57739, '', 0, '?'),
(0x215f8d039fe8bcb5703370996ed7d34c, 'wp-includes/images/smilies/icon_eek.gif', 1, 0x00000000000000000000000000000000, 0x9c2f4920bfb18a78f129f12822f495e1, 0xda38d9e4def70fe0e54bd287aa8bb30234b8af91b9e98413fc21c9e8033acab0, '', 0, '?'),
(0xc2024f6263aeb32220cec7db7c064a28, 'wp-includes/images/smilies/icon_evil.gif', 1, 0x00000000000000000000000000000000, 0x03d05e8df44d8f3eca070e7a9302e5f8, 0x8fa6e7517c783ebfc5e94056d09b5f12b82f80228ece571504f499f306af2553, '', 0, '?'),
(0x9a4a9e8b42be4754b23b2c6ca3c0540e, 'wp-includes/images/smilies/icon_exclaim.gif', 1, 0x00000000000000000000000000000000, 0x3a5cadb33e358d00720fc6cef47367d8, 0xb54cb8c9b5e81248b2cf41289c78ca933291455025f00991d723bdfcaf23c235, '', 0, '?'),
(0xc82275409eb354ac7f8514539bf135f2, 'wp-includes/images/smilies/icon_idea.gif', 1, 0x00000000000000000000000000000000, 0xe5ecd43c5dd7ff5718330e1974de81e5, 0xc57bf4325e1d14113453921da0b689546ca8e7b7e7ae49864ad1517ff8f62218, '', 0, '?'),
(0x9e20c16e80249b877188ef5e7166b4a7, 'wp-includes/images/smilies/icon_lol.gif', 1, 0x00000000000000000000000000000000, 0x6ec199f5e3ff3ad1b7268a83f9d628bc, 0xde6cf3319648711606fa2eedb5328f78d21c07a8f3a2be8924cb59821a38f382, '', 0, '?'),
(0x8e28a2fb8fd794ef1d57e5681c403d61, 'wp-includes/images/smilies/icon_mad.gif', 1, 0x00000000000000000000000000000000, 0x561e9e210ecb0c400ffd63fb30e253b8, 0x129deec0b1bd8a83a7c664165b4f013ac787f3089ef3b5cb03b36a6c7df271da, '', 0, '?'),
(0x1afd5545e47328eeb1f79e231545f670, 'wp-includes/images/smilies/icon_mrgreen.gif', 1, 0x00000000000000000000000000000000, 0x8d07245fc613bd75b2587c49251d7e24, 0x2142b487ba49319d6d56d82da60e82be7cd198b6583544c6381f8e118d8668f3, '', 0, '?'),
(0xffc4ea6bb5cb69eed02ebca5b85ca593, 'wp-includes/images/smilies/icon_neutral.gif', 1, 0x00000000000000000000000000000000, 0x1816d8e65601024d3348553121e19876, 0x9ea4eb0b4f690b10733800f97c7a10f30bf736c75d65a899405988166d343907, '', 0, '?'),
(0x9aa58f37b8134d33c29ae3241ccbf48c, 'wp-includes/images/smilies/icon_question.gif', 1, 0x00000000000000000000000000000000, 0xb3df5b2d00d22715be1c1d9157b3a246, 0xc63762a018d87c3623c5d0f6edfd83a9392f3f78bb867ebbe38f0b5bb3b52574, '', 0, '?'),
(0xa692affc9e3a5b2662fa5bae6859a9b8, 'wp-includes/images/smilies/icon_razz.gif', 1, 0x00000000000000000000000000000000, 0x395bde77b310909a44b341044dad41da, 0x3ba7a7f250dc315d66e855458dbb3b6051daaefe0a65f45a00104034bf6141e7, '', 0, '?'),
(0x24921084f5b330530f0d9872fe02aea9, 'wp-includes/images/smilies/icon_redface.gif', 1, 0x00000000000000000000000000000000, 0xbf8fd5fe9c1555cbd7ed45f9a0a81bd3, 0x3ef101bbd7f744c643394ddd634ac01a2b55959c0ea74c31662b13671f82b8f0, '', 0, '?'),
(0x89bc421e155d6ec884a838da376798f3, 'wp-includes/images/smilies/icon_rolleyes.gif', 1, 0x00000000000000000000000000000000, 0x5f3587060ecb103649bdd81498c49445, 0x62013bce1553478c60834a4cd234a13bcdae313b5c17139af6a6c73b786ca980, '', 0, '?'),
(0xa8488aa3f5c19c5077e015f0253896c0, 'wp-includes/images/smilies/icon_sad.gif', 1, 0x00000000000000000000000000000000, 0xde4906780fe16fd4d3544d7ae6ed442d, 0xd96235c07968ac398011e4e38d7da005a9eb6fdef40b57ed4983f2b06ea76e91, '', 0, '?'),
(0x80f706eaff65d8070ee63937e3614a53, 'wp-includes/images/smilies/icon_smile.gif', 1, 0x00000000000000000000000000000000, 0xe3e033f32e291fc0328deadd70ebcef0, 0xcba0eb8a222cebb652caa8a80654723da66fc205f972d102d0973ab503c1b080, '', 0, '?'),
(0x3bf1576374d4d3e72a2bf7ac427216ca, 'wp-includes/images/smilies/icon_surprised.gif', 1, 0x00000000000000000000000000000000, 0x55ec8bde2deeeb232bfef6b6b530e73f, 0x8e9563757997588ad893df41ace86489355b3d773e99152a5388707765f72e5f, '', 0, '?'),
(0x878e5c013ae2c3da887fd5ea29672c5c, 'wp-includes/images/smilies/icon_twisted.gif', 1, 0x00000000000000000000000000000000, 0x4cbed7765b3fe5e92b2a389ed73bc9f7, 0x0156e54881684b85b7dac0adb00adec713ea0470a9faf786df3b2ea2262f4585, '', 0, '?'),
(0x9c3883a98e85a6ace3503561c4a89d09, 'wp-includes/images/smilies/icon_wink.gif', 1, 0x00000000000000000000000000000000, 0x653f1432aee113890f69a1179de0e3a5, 0x9a28a49ad456c095157bf1fd561206d5426bc9e8ca14a36f28605abcaa560936, '', 0, '?'),
(0x677c795f936f342289a958864e9af98f, 'wp-includes/images/smilies/mrgreen.png', 1, 0x00000000000000000000000000000000, 0x2d35c1e05eb1949106d34add6a9d9dda, 0x13c1e6d04d83f167a824b7e6a52b3bbfb200c735d1c903caed48265c45362577, '', 0, '?'),
(0x1f987b85e959c25cc07ae98cbfb07d63, 'wp-includes/images/smilies/rolleyes.png', 1, 0x00000000000000000000000000000000, 0x20bebef0054f851332df4f66dda3698d, 0x664bc929be0aea6412f9a6215d0d29f7efb65c7de6e3e2d7966ccef55e9217e3, '', 0, '?'),
(0xdce9d5bb5a6d6c95ee34f4cbae550f03, 'wp-includes/images/smilies/simple-smile.png', 1, 0x00000000000000000000000000000000, 0xe94bb2cf7bc285138eb166b201779768, 0xf4b43f59a961675c02903c7983c3c1b380300031e483c238bd33870ebe48a467, '', 0, '?'),
(0x7d60c6d267220e50c932aec21c56bd87, 'wp-includes/images/spinner-2x.gif', 1, 0x00000000000000000000000000000000, 0x31fd991e90e6329d865e23e638b50ff4, 0xa0efaf08182396cb92cc3d2402630ea9a736c0dee418d2df09429d9934078136, '', 0, '?'),
(0x3aef5871dd9daf4a5ca63550f2b63403, 'wp-includes/images/spinner.gif', 1, 0x00000000000000000000000000000000, 0xd54cf50a44bd0aca6fd98bd46acbb2ba, 0x7ac68411e01a22ffb26e1a73b228ce55b60e2f7ef71537ba8046abf85ec285e3, '', 0, '?'),
(0x7d08c4893d9574a9adf291bb0113a4b9, 'wp-includes/images/toggle-arrow-2x.png', 1, 0x00000000000000000000000000000000, 0x46cae1ca5cf883f4c91243447215ef11, 0x2defbcd74e1791a8b0ddc5eabd377e40cb7d825fc93df6a48b56925f184041d5, '', 0, '?'),
(0x94dcb55b0fd2b26d258936f253383a44, 'wp-includes/images/toggle-arrow.png', 1, 0x00000000000000000000000000000000, 0xdcdfce879761fde6123beb64cecf2af2, 0x5b621aa91c058ec53beb5dac66c930a0b206e673047c3a1fbf1dac861cd4f325, '', 0, '?'),
(0x2fe9b9a0ecc4efceb01f31ca697787a7, 'wp-includes/images/uploader-icons-2x.png', 1, 0x00000000000000000000000000000000, 0xadc1e7b0262d80e44f18a287c395cb7e, 0x9486a4720feb1e7f0087b7cee8275f3e0e85f136e7c65157bc8c34daa052ae89, '', 0, '?'),
(0x5fd6e08134e4813393cdcb13193d8e93, 'wp-includes/images/uploader-icons.png', 1, 0x00000000000000000000000000000000, 0xb4011d935c0f4dcf0cffc0f99d6d9680, 0xcc70c8d7fa01cbfafc2b2fd114dc17cdedc7ee69f716de215aaec5a336fa6d86, '', 0, '?'),
(0x7839405e16369cc5df91acf39f6fb7e8, 'wp-includes/images/w-logo-blue.png', 1, 0x00000000000000000000000000000000, 0xfd5b4eb05706a2f05f707fe077ae1030, 0xdea35e519074e4330103f4489d1c756e0155e29dbbc9e07e05b2271202bb5432, '', 0, '?'),
(0x95688f9789a7914601755165f1aa20ee, 'wp-includes/images/wlw/wp-comments.png', 1, 0x00000000000000000000000000000000, 0x4cc2365d0450dedec30cec2e73a8a1d4, 0xae7a6c1ab5d3061f43b9da1444e090a81f8dc30e238261f64eb5e73327585a93, '', 0, '?'),
(0xf6fde58dc0501c712db374f3b9406cca, 'wp-includes/images/wlw/wp-icon.png', 1, 0x00000000000000000000000000000000, 0x311d098eca9a89370877334b1b8f992a, 0x02352014b7a17dec7828dad372dc3a612c7a6d4b8348317c2fe386d12bf2a9f1, '', 0, '?'),
(0xa7e8e1fab0369190629d67b73e5faa1b, 'wp-includes/images/wlw/wp-watermark.png', 1, 0x00000000000000000000000000000000, 0x3b9a87754d6ddcad447c89778e93c544, 0x03bd53fdcb0b6e52c027f7a258a75ea41fffe46b68fbbab7d5c991d069e637b4, '', 0, '?'),
(0xb30c7ea39ab9ad55f722d0269018d005, 'wp-includes/images/wpicons-2x.png', 1, 0x00000000000000000000000000000000, 0xc3e76ed756c4056fa9249a944f667e37, 0xdd5ddaa9413d0fb5d1920ebf1225ce7102a225614dc1c089f9e04206ad55e670, '', 0, '?'),
(0x679424475cbeebb13ba972c4c4cf3158, 'wp-includes/images/wpicons.png', 1, 0x00000000000000000000000000000000, 0x6453fcf875718d91560f5faedce361f4, 0xb6a505de631b06155a5f94c43f6e8d5f9fe74b818b36ebee8e31119d125c7d72, '', 0, '?'),
(0xae0d45f61cc855cf0e9cf8cd84ded91c, 'wp-includes/images/wpspin-2x.gif', 1, 0x00000000000000000000000000000000, 0x6d53acfb07ac1bfdd0db79224389c4d2, 0xb0bd36193653af58a8a30fb1b9feb1364f7dc9343e881d70be22c30fa0942731, '', 0, '?'),
(0x529678ae344d7040b039750ad68a2070, 'wp-includes/images/wpspin.gif', 1, 0x00000000000000000000000000000000, 0x680f6b9e75cb52aa0d40396b0cf792e7, 0xbbb3f721da46d7b1871be410f21fb8289c890eb523f5e48831138608891e3ae3, '', 0, '?'),
(0xde4ec45cfc7c0ff3602ab72c19294034, 'wp-includes/images/xit-2x.gif', 1, 0x00000000000000000000000000000000, 0x9cd381c6753a40340d85e2c57a3c35c8, 0xa8530dce7d1140bd137e51f73a805363b5b1a7ea192a642be55ace5fbe7bac52, '', 0, '?'),
(0xfafdca0a5cd4fbc9b62e35fa108e9a19, 'wp-includes/images/xit.gif', 1, 0x00000000000000000000000000000000, 0x94ecab09335897c4ab392bef96366e7e, 0xfcd6fc2073b2afb994c9dbdba80c93a0532c6d64ef9f5c59146292c687efc26f, '', 0, '?'),
(0x7c2fda92eb005b2a3493ff7805fc01e3, 'wp-includes/js/admin-bar.js', 1, 0x00000000000000000000000000000000, 0xd2a25830f7004da7b426e628e4d3642a, 0x7b39f1c0a46da0f63cf9a61dec655041020c1d8721d75aed71451e95415621af, '', 0, '?'),
(0x4dd0a0009a419faabb3951de2ba0cd08, 'wp-includes/js/admin-bar.min.js', 1, 0x00000000000000000000000000000000, 0x990a02987267bae995291b115857b5af, 0xa3d1ca16d15b72858f644a32b3615dad165182912eb2053739994115bf46f449, '', 0, '?'),
(0x1b2dfaec63a93c81c8ee40d556735a82, 'wp-includes/js/api-request.js', 1, 0x00000000000000000000000000000000, 0xa09e9e461e42babc0b6fb87ddab313b7, 0x078f36f0017263c550985f8f52a51def80a3baf04c36d4d7e4858a510537ee1c, '', 0, '?'),
(0x650df79a105a668b89c5de9ecac97cef, 'wp-includes/js/api-request.min.js', 1, 0x00000000000000000000000000000000, 0x8a0fadfcd419986aede647b929822406, 0x4b9a8619ed115fa65e4dc155430d06630a8bfe4bd0edcee4e5bfffb2738ee74c, '', 0, '?'),
(0x5233f0b85573eb33c3c87d54ea9cdbc1, 'wp-includes/js/autosave.js', 1, 0x00000000000000000000000000000000, 0xe0024121a80cefb48c958fc6995db24b, 0x5d376f2278c4c918bcfd7c42bc340ca77d0853ffe9a091698ba62f5bc321c9cd, '', 0, '?'),
(0x771075e89a6c7ce50cf570089816ca51, 'wp-includes/js/autosave.min.js', 1, 0x00000000000000000000000000000000, 0x1ea6e59d88f83106e2ae3aff299d35df, 0x0647bcb78d177217689f91dad9db69994a391c06159702bfec12f54eff1575d3, '', 0, '?'),
(0x888a99654d98792a1ed29eb7e9d6e68f, 'wp-includes/js/backbone.js', 1, 0x00000000000000000000000000000000, 0x222432686a333255fd0f9b8fa4d4e713, 0xa3639f0542d243501200f19cfff646cb21b7fb87767936aa4b75842a3c63ac66, '', 0, '?'),
(0x501c45dbabbd37727c6f49b136fff03e, 'wp-includes/js/backbone.min.js', 1, 0x00000000000000000000000000000000, 0x2781e10bd1b33dacb15e164e8a1e872e, 0x52ebd2c2781a860f5ef76986eaf7bb3d2c113fe5c78ef69fc5e4cb13b443762e, '', 0, '?'),
(0x33680ce802a6c22249102b5b8da70b45, 'wp-includes/js/clipboard.js', 1, 0x00000000000000000000000000000000, 0x945fc983fe7bb6fbf3d3ad76f5246b11, 0x7bc263d3587271173be0cd0f5b3756cb5db75c1d9a2629b70247288b12038cc1, '', 0, '?'),
(0x321d62a0558cb700ced473f5706430df, 'wp-includes/js/clipboard.min.js', 1, 0x00000000000000000000000000000000, 0x8e6f346d35a9ca3d1189d623fff51b1e, 0xbd9112cad18b7b845fcb1c4b6bd2f6e6255dc0e939974ba0aa28c070b8eabdaa, '', 0, '?'),
(0xf88ba21344dacd3d4bf434399c0392d0, 'wp-includes/js/codemirror/codemirror.min.css', 1, 0x00000000000000000000000000000000, 0xa632336ab79ded318dc02844c4faf3b5, 0xe107b9ce8ce12c61c2c075e4edc040ba73f159254bfd96cb102d6fbcc76e0da6, '', 0, '?'),
(0xd37d15b3efaa65a8e9437fd3cb218e2a, 'wp-includes/js/codemirror/codemirror.min.js', 1, 0x00000000000000000000000000000000, 0xf2d20913fc0766828268883b66af71ec, 0xa8758e2ac351df36f6c684db64aa147664c8878f5fb9fb931800b7d4fba2b499, '', 0, '?'),
(0x0be90ac4d8554e7ebdbd0489006dd0c4, 'wp-includes/js/codemirror/csslint.js', 1, 0x00000000000000000000000000000000, 0xe1b73b2ee9f94bd0f0cace5f09fd8251, 0x5db66968344684f50fc3b211f20dec9d1ff655bbd6eedf571f454b28da50b864, '', 0, '?'),
(0xd9f75642c7a1f1e81a9f42221c00b2c7, 'wp-includes/js/codemirror/esprima.js', 1, 0x00000000000000000000000000000000, 0x645f991220db5392f167abb9d99bb493, 0x5df93bb8254a1273e0d56c78ee83afe092a3ce4671fd8742481ae45538eea2ed, '', 0, '?'),
(0xdd11d7b528f5e99c08824bdb42edd80b, 'wp-includes/js/codemirror/fakejshint.js', 1, 0x00000000000000000000000000000000, 0x35c876f72c524f6c78065d4a27294b1b, 0xcded912d8f36f3240824a83bb2998e7d70744fa7345d32b680d0a252e335d6a1, '', 0, '?'),
(0xc354acb5c721d8a908378f6cb0c93c1f, 'wp-includes/js/codemirror/htmlhint-kses.js', 1, 0x00000000000000000000000000000000, 0xeefd81f25baeb66b5bf323634c667b1b, 0x8f4ee01ea926dc561a8541abd32fc517d952237ed5a2b8e1d75f4a2ae297d087, '', 0, '?'),
(0xa206c69ed7851a58aa585dc159c90b46, 'wp-includes/js/codemirror/htmlhint.js', 1, 0x00000000000000000000000000000000, 0xb532ec7cd19faf478c4d740b5035a7ea, 0x010055065b00f74d276d43d5bc35fed035176b60f9aaf1e90e35f1d191057f11, '', 0, '?'),
(0x7a2e5bc7fd441519113810811752d40f, 'wp-includes/js/codemirror/jsonlint.js', 1, 0x00000000000000000000000000000000, 0x49296679dee36b0c548c2bcaed3cd59f, 0x9324443b3baf80b47f9e30c5d6081bff46f87e709218f847d29346b9cb81a685, '', 0, '?'),
(0xdbdf0a70a1f11fd3476e750e3aa2b8d3, 'wp-includes/js/colorpicker.js', 1, 0x00000000000000000000000000000000, 0xf01017ca562067f4840eb2b6f99f2daf, 0x85569177e4e71725a925c83aa0334351232b67d6f49b09959665b910117dd717, '', 0, '?'),
(0x30a4e780c54500308c82108158cf4812, 'wp-includes/js/colorpicker.min.js', 1, 0x00000000000000000000000000000000, 0x71131b3bc63bacef4c40b16235c5e735, 0xd7e57b2ca6d60022bf6458db17e72a1fe41957733275a3ceaff570598ad93617, '', 0, '?'),
(0x705579fc6109ea62afe07661843ba138, 'wp-includes/js/comment-reply.js', 1, 0x00000000000000000000000000000000, 0xbde01a471cbd94556bde642fb5d9a47e, 0xac0251a3c63d9ec04d30d67eaf742e74f4212f3eea4b9378c5d7e5f74c28b278, '', 0, '?'),
(0x31f9ce588a2fb27436305ed28021dc37, 'wp-includes/js/comment-reply.min.js', 1, 0x00000000000000000000000000000000, 0x0b6d9871863bb13b701f3b233cbf6609, 0x58a0e7d3bacd30dca39f6c72286fb43070a9a948c7fec521afd3911de0a849e9, '', 0, '?'),
(0x6259c62ca5b0cfa559aa72db9dd13bbe, 'wp-includes/js/crop/cropper.css', 1, 0x00000000000000000000000000000000, 0x6b79350bf46e0f692a4d1b2807ed0399, 0xf4d9b8b806540886e4de9d4f93b3d9774ca681793d7dce67546cc0bab1a4bdf7, '', 0, '?'),
(0x0dc32514db11e1e3cf25bc7953fd60f0, 'wp-includes/js/crop/cropper.js', 1, 0x00000000000000000000000000000000, 0x1d97b296d918482e1273c56fbff6a8e2, 0x03bb7079d6ebdbd02c42b7f9f2faccd047cfd4f62dc9749ce90eabdcd63de173, '', 0, '?'),
(0xa628bc7c056ee495c1b473415246e42b, 'wp-includes/js/crop/marqueeHoriz.gif', 1, 0x00000000000000000000000000000000, 0x8cccae9c1ebafdb83be602e4d44c6f0a, 0x157cdedbcd53e2f96508a9937c2ed90619918102152fe951b95988e057aa7d28, '', 0, '?'),
(0x5ab1001e839c5988b392b320c3a66667, 'wp-includes/js/crop/marqueeVert.gif', 1, 0x00000000000000000000000000000000, 0xae9accf100a4b9930639adff52d4dcc7, 0x100c4baa63671e24a365c11bb28a325c70c824e0317aa58e90999c60436b4ac6, '', 0, '?'),
(0xb672815cd96a0694b4a8f2e141241381, 'wp-includes/js/customize-base.js', 1, 0x00000000000000000000000000000000, 0x811878a3509b308b50bc004360e5eec7, 0xcb0721c65a91b4c58b88efda4236833e0d6c9f283d0ff4786e4321e23ddbfef4, '', 0, '?'),
(0x560a07d5c95560bd5f9a35fa98ad1b38, 'wp-includes/js/customize-base.min.js', 1, 0x00000000000000000000000000000000, 0x1ccea3e2215182f5aac1b63aae392148, 0xb885b7dd23bcc617a51aada65beebdd3f4ba14e021da37fe96a6e9c427f20897, '', 0, '?'),
(0x93567dbb50949cb16d952faf7c492ad9, 'wp-includes/js/customize-loader.js', 1, 0x00000000000000000000000000000000, 0x43b25764a6f643073ba0e4152c6365a6, 0x517ea66e6aabe07c0c49868069cb7ebbd5ea723334620f45c720e31afebf0b3c, '', 0, '?'),
(0x62e094fb08bf94d28c2026e93f7fac7b, 'wp-includes/js/customize-loader.min.js', 1, 0x00000000000000000000000000000000, 0x4c72237dfde5e31f0c2d759ce3cac520, 0x95753987d42779f7146fa66b0774dc09bb37f0fd0d0560cadba6497027786cd0, '', 0, '?'),
(0xb2fffead78c47fd099d229444387cc3c, 'wp-includes/js/customize-models.js', 1, 0x00000000000000000000000000000000, 0xedc8e3858fdd8365e03b244c9d368f37, 0x8340412aaa9ccaa4db4a9b03c22cd063a9141257358d9127357dca690d90b040, '', 0, '?'),
(0x0aa3dc4e4e4dbcd4db91343bfa70d034, 'wp-includes/js/customize-models.min.js', 1, 0x00000000000000000000000000000000, 0xbba23cbc9478a251a816c14aa4074ec0, 0xd08e094913cc33b8593260d6dc3230cb71a41b5db8214325a22179ca2292fbab, '', 0, '?'),
(0xee1abd0487e57b3a1aaa028ae5341e66, 'wp-includes/js/customize-preview-nav-menus.js', 1, 0x00000000000000000000000000000000, 0xbfdaaed26c7669aba522ef65bdcdd778, 0xeabe816a4ddde3498edb7f51fbc276696de4faa4c879ac3ff8b4dfd29cb957cc, '', 0, '?'),
(0x999e4619041b7e85919f79b56337762d, 'wp-includes/js/customize-preview-nav-menus.min.js', 1, 0x00000000000000000000000000000000, 0x310df817c0cfdfd6fd874c0f8d815714, 0x29d355e0eb3c4bd1a19094987b1f75e07d0f305713e730f28a7c1ee5ab58358a, '', 0, '?'),
(0x3908ba0d3527580ef9fdc63e1e3f7f92, 'wp-includes/js/customize-preview-widgets.js', 1, 0x00000000000000000000000000000000, 0x7a62917d11fdead57427817f23871ad5, 0xec9a3373af394f1578e8e3e5f056fd22934d8dee4eeb6db6242e0f62b0321fa0, '', 0, '?'),
(0xefff80c9391787ca72c00b4dd4a7c4e8, 'wp-includes/js/customize-preview-widgets.min.js', 1, 0x00000000000000000000000000000000, 0x7c7901cd82ff1df1dbc556fe17d42024, 0xd82b3b70aabdbd152e1d0145468d1e2e80f2ac6276dfae64c15608bef1de3523, '', 0, '?'),
(0xea34cad7e7ba3291160629412e3b34d1, 'wp-includes/js/customize-preview.js', 1, 0x00000000000000000000000000000000, 0xed68f9b2b0bc3518687aeb93d4d53950, 0xcdd887bce4a7c2df4962f12e3047987be1132ca917f37259acf03fc10662636f, '', 0, '?'),
(0x3e716cee2baa6d14c80035c4a622865e, 'wp-includes/js/customize-preview.min.js', 1, 0x00000000000000000000000000000000, 0x7a6543b3b6d26ec558fac675836a565b, 0xad7981240d4f8b3b315671590a1d078c85d07fdd34637508da1d9884a05edf4f, '', 0, '?'),
(0x13a2fdf10be7554e151d4541c867ef74, 'wp-includes/js/customize-selective-refresh.js', 1, 0x00000000000000000000000000000000, 0xd5e80910e6bcb047f36fa770e5af9b7a, 0x9fd59b267638f19d838144100dc2ef286be8e5fef01995ba228fd726a802a997, '', 0, '?'),
(0x306aef56c6bdc9663a8a3586e760955c, 'wp-includes/js/customize-selective-refresh.min.js', 1, 0x00000000000000000000000000000000, 0xfcac029c576eba52ee643630959205b8, 0x98673defd06a20939d95de164b59233273ae7db4ea2750139322421dfd37e007, '', 0, '?'),
(0x515997ea31f0546c92b9567203083c17, 'wp-includes/js/customize-views.js', 1, 0x00000000000000000000000000000000, 0x22729b3c60a2f3c416c5f944cd01e285, 0x6232bf164da8ff216f87133bb12df49217766571fccb5c66b45d6ca494c0b03a, '', 0, '?'),
(0xef595e7e357e91a8709f472d8a8c0f8a, 'wp-includes/js/customize-views.min.js', 1, 0x00000000000000000000000000000000, 0x169588faa7a29c0efa54e3caadadc3bf, 0xf11c0e02a03b88c3b6f3b6330aa045188416cf3eeee17af1241c5e71bad5bcf4, '', 0, '?'),
(0x320f4ad9792aaa6dedb1e71cbdf85d57, 'wp-includes/js/dist/a11y.js', 1, 0x00000000000000000000000000000000, 0x6de67fd83bc890138ef16f2edcf72c7f, 0xe59f744234c18b2bf9640df12b0329e200439473b2eb6cd1b77aff82d2ab5389, '', 0, '?'),
(0x85ec037c30b9afd24fec2b985d6c55f5, 'wp-includes/js/dist/a11y.min.js', 1, 0x00000000000000000000000000000000, 0x8b973a699296092e4a14ee6c0ce90cbd, 0xd8f3f86d56062b98444591557a91e555fd3c935d764b4774d0cb10f1de63e736, '', 0, '?'),
(0x2c5d274ea625dd91556554ad82901529, 'wp-includes/js/dist/annotations.js', 1, 0x00000000000000000000000000000000, 0xe1bc9760ad82c3b9169ecabe8b535bba, 0x4229e73eb017561b23769b4b11e5143d36e4d841f21622bb312c47ccbe3a5f29, '', 0, '?'),
(0x592803e34b02fdaae86700fbf35f819d, 'wp-includes/js/dist/annotations.min.js', 1, 0x00000000000000000000000000000000, 0xfc378b756c507156d3bb57647a2fa305, 0x60f6c55bcc370c1f9bb298b9de71fcb82273d869eea8753fc47c58bd150d1ca7, '', 0, '?'),
(0x1bba9045bb07c89671c88a3f328548e8, 'wp-includes/js/dist/api-fetch.js', 1, 0x00000000000000000000000000000000, 0xc5d94ec07709fba77643a6774d477a7b, 0xa1086a95d62b87f272435da66b23f70848039d0a427554fd9b74b46cea682087, '', 0, '?'),
(0x92b128b3bc4e4c8d3b080982cec01903, 'wp-includes/js/dist/api-fetch.min.js', 1, 0x00000000000000000000000000000000, 0xe52101f853577a9ec8e7cb8137e33640, 0xeffb6f9ae65c31ce6a2e86f25bf05454ba3aacb3c246b88a5c8a8b2fb0ac8239, '', 0, '?'),
(0x2f2a3abaaabb946f3ea9749a8eabeeaa, 'wp-includes/js/dist/autop.js', 1, 0x00000000000000000000000000000000, 0x31e1f40e1156574c98fc4b0cf735857a, 0x39853c643d8ecc44e45a9f9dae7e2c887173b172cf98b541881f6f7595b1ac2a, '', 0, '?'),
(0x036bf19eaf3463edb0b5e1f3d0353c22, 'wp-includes/js/dist/autop.min.js', 1, 0x00000000000000000000000000000000, 0xb7cd543a0b0cd07e45cd1bc25a638726, 0x4e6d8810ea70c358ec71084d8edecb9d4b629682054dbe9563072a97fd8c8c7b, '', 0, '?'),
(0xcf9a96229eb289056af079b1d4cddd5e, 'wp-includes/js/dist/blob.js', 1, 0x00000000000000000000000000000000, 0x58bfb37a8081b4eda6e024b135919aa3, 0x572d11e5b3d6766925421fd34f61406c3d89c745ed82c1e5ddd4402ec40bd1bc, '', 0, '?'),
(0xc3a4fb805d30a660d07ff9dd41533a44, 'wp-includes/js/dist/blob.min.js', 1, 0x00000000000000000000000000000000, 0x7034bef89a578a00a44d10809d7394a0, 0x2b5fb72dad70bd24fffa0e1af66d5550dfae8ab5bceddd8953dac2dcff33ae2b, '', 0, '?'),
(0x803bf1ce2131e13efc590c1bc47851fc, 'wp-includes/js/dist/block-editor.js', 1, 0x00000000000000000000000000000000, 0x3d83c9e397d94fae5c21f7ed3963cd98, 0x5a814de47e331d3b499b47c247869d6804d698d239b4ffd38f47fd43fc2d0be5, '', 0, '?'),
(0xfc76365afe27f54ff1494c22dd954dd6, 'wp-includes/js/dist/block-editor.min.js', 1, 0x00000000000000000000000000000000, 0x0809e04dcb482d3d58d6ed4583a91317, 0xc75d1528370fa4b364bdb786c73040926975f0b4268970f3033e284dff8dc64d, '', 0, '?'),
(0xf8f49d9fc4a9cf7d78ec99285417bd9c, 'wp-includes/js/dist/block-library.js', 1, 0x00000000000000000000000000000000, 0x5786c85790791cef4476254b70a3e310, 0x235d6120dab3d93278b612d93a002664f7468d384716a7ae2128b3713b626d67, '', 0, '?'),
(0x18914e334d08b20aa3c353bfec306a16, 'wp-includes/js/dist/block-library.min.js', 1, 0x00000000000000000000000000000000, 0x27a78ec28594f9c11c1a5b2a58783ce0, 0x5737fc6e44e7c4ceeba7d6e9ffd4497347bc363e19c959ef8b7a5e91a0095148, '', 0, '?'),
(0xe5439ec7b413fae9b26b910b717b2e4c, 'wp-includes/js/dist/block-serialization-default-parser.js', 1, 0x00000000000000000000000000000000, 0xaf4267c09a196d31e97cdd99c7eeebe9, 0x32f02d2c4493ff77a06e7babf2b5680e76e8d988eec179faece6385e4a05137c, '', 0, '?'),
(0xad878b8253e0384d01df4389a43eebc7, 'wp-includes/js/dist/block-serialization-default-parser.min.js', 1, 0x00000000000000000000000000000000, 0x8aec553ccda8f9b035a814de6f28e029, 0x476c45c2b9d4e60c63f5c7a319387105b36274fd7a653c25f9fde35318329a32, '', 0, '?'),
(0x1a0cd6a7128913b15c1a10dd68951869, 'wp-includes/js/dist/blocks.js', 1, 0x00000000000000000000000000000000, 0x8d249279b45fc87136d2af98321c9db8, 0x85a3ed991a8cae8d79b458c68a62e5439be170c700567391f94660a296fc04e1, '', 0, '?'),
(0xf48d88373a9462fccb0d012cdd6a61f8, 'wp-includes/js/dist/blocks.min.js', 1, 0x00000000000000000000000000000000, 0xf022f4f2a3248b7ce50e01ccd46f660b, 0xe33481feb02182d0509d59e96c6fd4cb3b17bc8b73f878b55cdc27eb5ba8292f, '', 0, '?'),
(0x7f13c36c641b114bf18cd0bcc9ecc7e0, 'wp-includes/js/dist/components.js', 1, 0x00000000000000000000000000000000, 0x2b6a7f7c36df118e1fa6c53674607fe5, 0x214107c8959433d15cd1a9ed18f17263c8b1206dd5b123e8cb995ba66a49f939, '', 0, '?'),
(0xb04e1187fd5a4e4494cd4eb43e055909, 'wp-includes/js/dist/components.min.js', 1, 0x00000000000000000000000000000000, 0x663eaffbf181f29735fceeb3c3f97689, 0xd420c17a3dcfe5c3de706da3c0519f405a391c11d9f3b5acac067138beba2944, '', 0, '?'),
(0xd988e90654c49668787e4410743e6c9f, 'wp-includes/js/dist/compose.js', 1, 0x00000000000000000000000000000000, 0x98dfd710199c77e9af13f78f26aa2ec9, 0xa33b8e3f16ea185b261cac53a2639aa20756dc3fb86aae002bb854bfe055e991, '', 0, '?'),
(0xb935d98261dca8cf98d2092389e56275, 'wp-includes/js/dist/compose.min.js', 1, 0x00000000000000000000000000000000, 0x90a33c0e9b6ef96958972ca75e65f7bb, 0xa5df790598f8a3301145874d2879472bcf88fab0b9104307d88aa05032295070, '', 0, '?'),
(0x49c6d4acf36cf3aca9f0b2a77617304f, 'wp-includes/js/dist/core-data.js', 1, 0x00000000000000000000000000000000, 0xa00f664edef495e33670bc0524284989, 0xaadcce91caf8a02cbfc30794dda9d4689d78ce2ccd57a584e94d04a0b5ddf72c, '', 0, '?'),
(0xa6b9f1887832ff5f2e14eb7e24e22913, 'wp-includes/js/dist/core-data.min.js', 1, 0x00000000000000000000000000000000, 0xb800c3b5370efc6207abaf2a7609edab, 0x0e736fc65d62c7ae1c6af8161d6f510e3b1a73304e7b84ee33ed7b48ca744ae3, '', 0, '?'),
(0xa70ac8e09408e017070520e4e9942f59, 'wp-includes/js/dist/data-controls.js', 1, 0x00000000000000000000000000000000, 0x89f88142f4b2f677d730aff3fc3169ea, 0x614ef6e59c692c48e25bd3671a43e0fe212f59454922bbf1d22ef7644c04e1e2, '', 0, '?'),
(0x21f13ed0bbd38a5ed4d65b91d2557d98, 'wp-includes/js/dist/data-controls.min.js', 1, 0x00000000000000000000000000000000, 0x6cfd451bddd4ce114e4cc3617ea814ea, 0x02eff355dc8987fab35a67267ffde78270a97dc1d5ad59bcd5a287e86e7162df, '', 0, '?'),
(0xd5670bd6bffe806d9c0be38ba38bd949, 'wp-includes/js/dist/data.js', 1, 0x00000000000000000000000000000000, 0xb212c688591871d0ff504bbb9f9e0b9c, 0x0f004ea84b087f680e129db856f7f21e83b6a1c6cf2f3df18c01b31172f52f2e, '', 0, '?'),
(0x224e814df40f19b88feabfc26ba8564f, 'wp-includes/js/dist/data.min.js', 1, 0x00000000000000000000000000000000, 0xb1df6eefe4d9b8d17f003a25aa50d999, 0x2e1b31bcb5add418314fd858f284d07604e5a4642c3a9bfb1a78c52850f3237e, '', 0, '?'),
(0xaa0f10b9cf47996cf6dccadda0055fd6, 'wp-includes/js/dist/date.js', 1, 0x00000000000000000000000000000000, 0xc3c7d67bf8ad5e0c9ea514bb97cd5e1a, 0x8d83ba222ace2bbe7fd339d14b67b9e217a63cfff7f007ed1b21c8003ad611a2, '', 0, '?'),
(0x22f84aa21bb0e832ab0ddfa42d489826, 'wp-includes/js/dist/date.min.js', 1, 0x00000000000000000000000000000000, 0x3e8aefa8bd479feb0b73915bb0efa21b, 0x6ae34393d1f68d3e7772c06152feb94685df7ded11f044499c2c9eb2f31871f8, '', 0, '?'),
(0xe6f7b5c8c23b9f579ce38eeca1cd6ca5, 'wp-includes/js/dist/deprecated.js', 1, 0x00000000000000000000000000000000, 0xf1a701ab0a84540fc6bccca46aa242d2, 0x5915229b8bed03e40ef9be118e0e6adbf9d422886bc0611595957f9d005820da, '', 0, '?'),
(0x0199cf8bd094274f740cfb06ca974d3b, 'wp-includes/js/dist/deprecated.min.js', 1, 0x00000000000000000000000000000000, 0x6b4d9b1bb83a32e0584a2d96813914d4, 0x6f2a3e530cfcd42257d9b966e7b97771dfea6ef8c7379e15a3a2a46d8c8b7991, '', 0, '?'),
(0x6be2270a2b263db81dc46e1d60f2339f, 'wp-includes/js/dist/dom-ready.js', 1, 0x00000000000000000000000000000000, 0x23250a9a6c2af1c80138657bc6580c75, 0xfbfb3997184421642ead14720479286a53596092da599496b7d2188da64a9854, '', 0, '?'),
(0xd8eed2a1fd8eaa4b2582af88fb145eb2, 'wp-includes/js/dist/dom-ready.min.js', 1, 0x00000000000000000000000000000000, 0x8825521d390213ffb919cafb95ca64e7, 0x3609088927b55497581cf08b741a2300f602ea9b71fc5391c4473f43196adb08, '', 0, '?'),
(0xe3429787225e490a9a8fd2f9681cc69c, 'wp-includes/js/dist/dom.js', 1, 0x00000000000000000000000000000000, 0x82bd38f305c829b91eaed795af25189f, 0x945ae0da898536e3ee2a4271dd37bc473080706cd742eb6eae35dbe721bdd1bd, '', 0, '?'),
(0x17ba7b785ac663f91122866862913fca, 'wp-includes/js/dist/dom.min.js', 1, 0x00000000000000000000000000000000, 0x05964cc1e69f018147aeda2b60d4c2ec, 0xb0f61771ac6173f3694c055b9bbee1b83d9aea175de3757309c78e001712126e, '', 0, '?'),
(0x8860e58c20c6a2ab5876a0f07be43bd9, 'wp-includes/js/dist/edit-post.js', 1, 0x00000000000000000000000000000000, 0x401d4d2ca31482d7008b546483ce4ed7, 0x91bed7111820cce21f3421cb12f85011059fce32b0d4dc45d3b54a74140a2859, '', 0, '?'),
(0x71a1de7f9dd2522bd27119f91a8a32fb, 'wp-includes/js/dist/edit-post.min.js', 1, 0x00000000000000000000000000000000, 0xe6dfa21e9e682ef48457d5082eef65af, 0xdd49da554e7e458980167beb8b88b14ce64e8e984c0b74a7a58a94a1ead5864c, '', 0, '?'),
(0xbf0f094965d3d4a95b47babcb35fc136, 'wp-includes/js/dist/editor.js', 1, 0x00000000000000000000000000000000, 0x60bfecc5cd647b68e7e6031fa539422c, 0xc50d9bfd2e859b76af069492cfa8ad248c1b38ad329bcb9faaae7510a0e8d98c, '', 0, '?'),
(0xc701cd8c25072bcb65168d40755128cf, 'wp-includes/js/dist/editor.min.js', 1, 0x00000000000000000000000000000000, 0xdcc370abb06f10a49b52d1a8ba3ff99e, 0xdbaed0af221887c707348557097843b6e49bd6b7f8f89dc428773b3626ce071f, '', 0, '?'),
(0xc838e2d7ecb6c3528d363e47228aa3f0, 'wp-includes/js/dist/element.js', 1, 0x00000000000000000000000000000000, 0x4281e59a1bbd522ae68bb353b3742372, 0x530006e29ce3e82004d8278ae1a92786edf629cc0e562748c779b131a1b10539, '', 0, '?'),
(0x4535fc3bd5d6dcd8745282939d244cd9, 'wp-includes/js/dist/element.min.js', 1, 0x00000000000000000000000000000000, 0x5a9a26812516f2b3cbf83f89de6142f3, 0x3e41ef4077832a1cf654b9d2b916b07fb8a346f0c756e35cafe2f587cbe6a2e6, '', 0, '?'),
(0x592fddde91f609a1cee21afcf193169d, 'wp-includes/js/dist/escape-html.js', 1, 0x00000000000000000000000000000000, 0x23cd8626f3e0d2006526f4c71b2deae5, 0x140ac9f29712c9d91de5f42c61bad5595c62443c982fa65b85c157d9e159045a, '', 0, '?'),
(0x09d3b0ea8591b7b9a0b185b7cf178063, 'wp-includes/js/dist/escape-html.min.js', 1, 0x00000000000000000000000000000000, 0xed967d411b4d74de9d0d6a6f586c74d3, 0x87b43d7663c0fd5449b026166b97c68dc001a82a4d2e65d9bc2160ba48f7897c, '', 0, '?'),
(0x68f2cec7514bf8563c723a4d675fcfe6, 'wp-includes/js/dist/format-library.js', 1, 0x00000000000000000000000000000000, 0x9f737824d948eed09dcab71a2ab98d0e, 0xff9581cf5bd0283680c5709035860ec7ba0c8544449dd477837c3f8ba0fbca0e, '', 0, '?'),
(0x266b00765f66636291f876869cf8f998, 'wp-includes/js/dist/format-library.min.js', 1, 0x00000000000000000000000000000000, 0xa2a8f2e8d8364cfe0c1f70b88947adfb, 0x6e358d9d2db886d9e8f9262844deab7845869c93076ddf54040edff9cdc8c822, '', 0, '?'),
(0xb9d380395b07eac04d131b2d1b678982, 'wp-includes/js/dist/hooks.js', 1, 0x00000000000000000000000000000000, 0x6dff5d62e5015eb8cb03988ca4fcfeb0, 0x6c0f864cfa15d2fe72ecc27c5ab00308fe45f487ac049945ccaa5b50d46f6bd9, '', 0, '?'),
(0x2193773ce21006d6c9410aee401ea14f, 'wp-includes/js/dist/hooks.min.js', 1, 0x00000000000000000000000000000000, 0x843d3122e1c99ce1e77ba5e67ad29de3, 0x25afae2defdab8083375beb3b2a5b38abce6cbd55180a61066566e6faa4bf024, '', 0, '?'),
(0x60a4618a28138a6715b0fa1122841097, 'wp-includes/js/dist/html-entities.js', 1, 0x00000000000000000000000000000000, 0xf9ac946bd43269e5d0096b2885a452c4, 0xccaa962afb96eb842bf877dd6942dc00776a4093d9c79e37ccda9f4477980073, '', 0, '?'),
(0x3fabf03db24004ed4d8e24238e8d5037, 'wp-includes/js/dist/html-entities.min.js', 1, 0x00000000000000000000000000000000, 0x926549c2345d841c4e9aa846b47faf66, 0x50d554fc3ec612211ba6ffd95bf27a35a8afdbe28fe8ae4b416e5c5c1ac6df9b, '', 0, '?'),
(0xac23eee47530ac63a1178c827db28087, 'wp-includes/js/dist/i18n.js', 1, 0x00000000000000000000000000000000, 0x88e1c5f8e0b6388d6f3c562c61523029, 0xf0d9894417070f5b245d1dba4882e4a0cc0d2190647c763d481f6cce05401ce7, '', 0, '?'),
(0xcc7fd1fba0699bef6eb06a2fc472bcd5, 'wp-includes/js/dist/i18n.min.js', 1, 0x00000000000000000000000000000000, 0x34c000e943a288c66c0abb5d159c0b4b, 0xd8b32ef159edf1b6cd9bcac273f273d5f0a9e1332a69ff1a01fe5f31be0d4000, '', 0, '?'),
(0xe96705d1c1b614ff55290d165228e21f, 'wp-includes/js/dist/is-shallow-equal.js', 1, 0x00000000000000000000000000000000, 0x8a86cb6d7546fd3f89a1f5109c476a88, 0x075afa3c4728ede08156d8f9f63d73fcc5d386bab9dd88076f43493e3fc4d20b, '', 0, '?'),
(0x80b697723d8ac4dacf1663c4d0cb4d7a, 'wp-includes/js/dist/is-shallow-equal.min.js', 1, 0x00000000000000000000000000000000, 0x5b6f24bca1ae714a09544545ecfa0591, 0x70f093a88ed0cb461e2ead0414fb62176ad61616a443850a0d2a7f445e433866, '', 0, '?'),
(0xa25d1cc7bf7ca0b4e114f6bea64943f4, 'wp-includes/js/dist/keycodes.js', 1, 0x00000000000000000000000000000000, 0x48fd05b4c2627f3d3a48cfb98ed91356, 0x7a04bfef1af141722f0242394dbce911fad62bd357e83285d8c3edd8db17a7eb, '', 0, '?'),
(0x2a562e585a97c85f435b41d480974333, 'wp-includes/js/dist/keycodes.min.js', 1, 0x00000000000000000000000000000000, 0x17a7829459e9f1c0f0e9b623540b7e45, 0x662da0d1b6cd45383841eba1939e49c9845df80d967f288a13d597030e666559, '', 0, '?'),
(0x28b3c3d595952907e08d98287077426c, 'wp-includes/js/dist/list-reusable-blocks.js', 1, 0x00000000000000000000000000000000, 0x221072737493c7bce035330aaac6fe4b, 0x73206637c0c6b76dec5091cc686af024350f61a77c8eb9f2b9fc0deeb178d9ba, '', 0, '?'),
(0x218ace0c7878a22b21adc19c5bc62801, 'wp-includes/js/dist/list-reusable-blocks.min.js', 1, 0x00000000000000000000000000000000, 0xaa582350f107018b73961b3a99fda195, 0x352c2aba4fe39817ad348fd2225e955707fec399cdfbe82a6484b525810299d8, '', 0, '?'),
(0xdaeb084aab42199d26393a56c3465bc0, 'wp-includes/js/dist/media-utils.js', 1, 0x00000000000000000000000000000000, 0x9766915643d7c7bf614e35b4121eefbd, 0x845660ee0e2219905135c8959e6717ef12efcc7970d907bbf1c95f1d02f09b82, '', 0, '?'),
(0x1cdc9fbad2bf42e288b6f2eaf2e6ad15, 'wp-includes/js/dist/media-utils.min.js', 1, 0x00000000000000000000000000000000, 0x1b84cc0c2ee1b6b872e501d0dc0c7107, 0x48175a533c32d64c9a0c4157d2979490748ed8a1d8b3d249cd4035e1eebd825d, '', 0, '?'),
(0x8a1c940ba24bec99c8813b24d2cd7a81, 'wp-includes/js/dist/notices.js', 1, 0x00000000000000000000000000000000, 0x5f1bee3c68fcb07418306a2010736746, 0xb5f4b1dadba610ffc9c7d921edef0e286e668e216fbd51b695a7dd2891d3805a, '', 0, '?'),
(0x6c5abf71a1236553257398f53759e613, 'wp-includes/js/dist/notices.min.js', 1, 0x00000000000000000000000000000000, 0x87401eac0344e7ccccf68ae898454158, 0x527acfe14f62a2b7483d7778c31414042a3f0ef3338dc31ff192d63653cc18aa, '', 0, '?'),
(0x0ce75ad2f775d1cac9696967d484808c, 'wp-includes/js/dist/nux.js', 1, 0x00000000000000000000000000000000, 0x5e3a8dd193aba379149ae58ff4fcb7ad, 0xa6c5c847f9dd247d9d1d7ad2323ccf7940788e3305f8da523d3c87f7ed75b2ba, '', 0, '?'),
(0x4173ba76fc03f7eef9826793341b55c3, 'wp-includes/js/dist/nux.min.js', 1, 0x00000000000000000000000000000000, 0x4e0704461feab9e3bea09c010240945d, 0x15e2785351ee1f35caa41ec156f585f6513ba30f1c4d1d4c939d3bb13add4c13, '', 0, '?'),
(0xc6ac8ce553588983dd5a93f9e2339b7f, 'wp-includes/js/dist/plugins.js', 1, 0x00000000000000000000000000000000, 0xbe44053c6cf3cf00096ca0f61d1054d2, 0xf75b03c932ff2114b10a1cc1562bfe04335f3a4a58510c6a6bbf98a3c0b38427, '', 0, '?'),
(0xf20f1ee3dd48f6722023e2772f933a34, 'wp-includes/js/dist/plugins.min.js', 1, 0x00000000000000000000000000000000, 0x5c33e1efc8af44769e3d823c939e08ab, 0xfe86cc195b7bf85fe5798f610f5be6baad3c3c5452282bf318b93d6b837998c8, '', 0, '?'),
(0x79351b32a46d1da300a56c991d22f965, 'wp-includes/js/dist/priority-queue.js', 1, 0x00000000000000000000000000000000, 0x9ec356d434b7a09e112bf1c086b7bfb4, 0xe1999184b2c3cd304ca2cf7345f4b74ff16ce11ce7808b87374bfe8d7413ff4b, '', 0, '?'),
(0xdb8b7b533000003d9a315fd8a60dc035, 'wp-includes/js/dist/priority-queue.min.js', 1, 0x00000000000000000000000000000000, 0x517ae9e1dae4d245f2b071dad50bbb33, 0x367a0f14d1d9867dc641758e414b3a0ecce4d91dd0cbeeb2df314fda446ecb22, '', 0, '?'),
(0xd766bf6b5b788b959ce4207f5c8c2f59, 'wp-includes/js/dist/redux-routine.js', 1, 0x00000000000000000000000000000000, 0x330b275564eb0285afa4e176f92db068, 0xb231d7e616992a9c8e1dac88a4a5981bc49d04b5808d74741896b245e9376404, '', 0, '?'),
(0xd23703b55b2a77a24a0a6e1288acba3e, 'wp-includes/js/dist/redux-routine.min.js', 1, 0x00000000000000000000000000000000, 0x8923ea20eee433c28a5d36f3e07dd5a5, 0x55f643d6fa1ce46afb5be0af9e7063e72a579cb9d687d26b5feea042bccb6217, '', 0, '?'),
(0x17179a5f2930647c89151e365f843b6e, 'wp-includes/js/dist/rich-text.js', 1, 0x00000000000000000000000000000000, 0x69c199809f214dea6dea7019d9b4b9c1, 0x6168b40de5524bf2d04176b1dfb994542d71d4e4b60878c21909d8443130462a, '', 0, '?'),
(0x2d2dc4c3bc819624ae293b1d86c44a35, 'wp-includes/js/dist/rich-text.min.js', 1, 0x00000000000000000000000000000000, 0xaa5eebad40c9c789bdb3cba2e188b214, 0x305dd634ecf14aa4d3c1ab28bc7270be4e1596445788b91afa40123732f1262e, '', 0, '?'),
(0xe2791ba830489d23043be8650a22a22b, 'wp-includes/js/dist/server-side-render.js', 1, 0x00000000000000000000000000000000, 0x8001395726ac015e4c7e04846fbdaf67, 0xcd4ef1abc831725815fb1788d9d1ebdb9d33baecb97fdc9463d224350824b7bd, '', 0, '?'),
(0xf2a824637bb139375ed086c8f74ad867, 'wp-includes/js/dist/server-side-render.min.js', 1, 0x00000000000000000000000000000000, 0x655821377848fd385c27c38c37d61a07, 0xfb1942a194d20f98506474f45e6ce150ea71e915116e31e9b421d68e8cd64c00, '', 0, '?'),
(0x6f535de37e28e411ef373be099a00d9c, 'wp-includes/js/dist/shortcode.js', 1, 0x00000000000000000000000000000000, 0xac3c48115c0205965fc697211684458d, 0x8b40c50655b9ee358f6fc44c64c24ccef28b8fbe7cf15acb707ccd3f8f7720f6, '', 0, '?'),
(0x89d566522f31e4e9de0f9b3c2050438a, 'wp-includes/js/dist/shortcode.min.js', 1, 0x00000000000000000000000000000000, 0xe096abf3375c18cd3c6842e92473d413, 0xaebf17e4f36409ce57bc14187e7624d72a9032f53d1aa1ea8dab4095672f056b, '', 0, '?'),
(0x1c48ebca7edd0ae3f38f7882a0adbb7c, 'wp-includes/js/dist/token-list.js', 1, 0x00000000000000000000000000000000, 0x1a954120fc762886e2f75c39f83186c5, 0x6dae2a60e88aa153458ccf47045bf95fb631f40fbcffcb6e101a33b13eebcb1a, '', 0, '?'),
(0xf1265ba6c13e6afed2dc2fd6e2b64755, 'wp-includes/js/dist/token-list.min.js', 1, 0x00000000000000000000000000000000, 0x94af1e6e3c4a621d920bd15056ecd6df, 0xa8b7d1708f824b0ee81e1158cc5fb67cc372b4175bb208ee55ee4feae04a02ea, '', 0, '?'),
(0x31b20ec5cc7061d260034830dfa2ec65, 'wp-includes/js/dist/url.js', 1, 0x00000000000000000000000000000000, 0xedc8ad80ceb6b53aaf28e6610da3ca5b, 0xbf0cc6bed6cb4022ff62a3a391d9f3e1a6f933be24ca9e74d8d9b318539ecabd, '', 0, '?'),
(0x1ffbab1280d8e9146f8e12521862adfe, 'wp-includes/js/dist/url.min.js', 1, 0x00000000000000000000000000000000, 0x1d84b37530e4cc75fed81422d0f9b646, 0x455e92271cae92f6930e88cd3548d1ddfca81bf0d41cbd70e6434574645c0523, '', 0, '?'),
(0x99e49196eb067783373a2708c2681d2a, 'wp-includes/js/dist/vendor/lodash.js', 1, 0x00000000000000000000000000000000, 0x050c900c28ad5d8275ff56f63b05becb, 0x084011cd57ba8730dc0442c9b7ac9be9b049f90098aa314ddbd0c597ed185673, '', 0, '?'),
(0x062c1435cd5870cc42466463926a2b94, 'wp-includes/js/dist/vendor/lodash.min.js', 1, 0x00000000000000000000000000000000, 0xbc0594c54450e8ac689739b6b198067a, 0x5bf7974c338ad85932521525a2ac0a244a62b0129ba1ec64c4b35135e2ff49c4, '', 0, '?'),
(0x07de26d10941c248daec29a5492682f4, 'wp-includes/js/dist/vendor/moment.js', 1, 0x00000000000000000000000000000000, 0x6722aa945b6577eda74330383105557f, 0xef93799fad6e5824c092229a2c446365b4167e06c839631624f187d9ce108df3, '', 0, '?'),
(0xc25dec888a5954c3ef586db02b0c0125, 'wp-includes/js/dist/vendor/moment.min.js', 1, 0x00000000000000000000000000000000, 0x8999b8b5d07e9c6077ac5ac6bc942968, 0x8abc257dae2d0fb029c07e0f874d1677be543dadeee767b9a8bdfb481821e707, '', 0, '?'),
(0x4c617095b2903867f456e32cbee667db, 'wp-includes/js/dist/vendor/react-dom.js', 1, 0x00000000000000000000000000000000, 0x22aa1f16fffcd8050495b19e49143bf1, 0x29cdaef3cd1bc3ea7af3d7f7497de61bf80c2fa3c33f16a0872fd42b13316b0a, '', 0, '?'),
(0x0b4160fe6b7bb96eab8ed72f2a53634e, 'wp-includes/js/dist/vendor/react-dom.min.js', 1, 0x00000000000000000000000000000000, 0x8e891f5946c8e1780e362268cb45ec8b, 0x1673008bbb83cf2b99c12cb79a5d34d36af3b3d3a15da98bd6c9c1c12b6c9e85, '', 0, '?'),
(0xbcb382147c58256a677540e8434a884d, 'wp-includes/js/dist/vendor/react.js', 1, 0x00000000000000000000000000000000, 0xf4ea9307973c76798b7a18f1ddfa700f, 0x5f2fa30e11efb5718a410149a1d531c9480ab8dc29e611a6352fc69286ded934, '', 0, '?'),
(0x9fe0573331a6a94eabb8c467d7a4cace, 'wp-includes/js/dist/vendor/react.min.js', 1, 0x00000000000000000000000000000000, 0xf80458708d0a9701b76d741d35b6722f, 0xc73bfedc44d9f09529c63d4c3a2377b481e73ed24b09fe3c8c7345a763456f15, '', 0, '?'),
(0xb197abc2fb82db9d771736557525a6c0, 'wp-includes/js/dist/vendor/wp-polyfill-element-closest.js', 1, 0x00000000000000000000000000000000, 0x3c6accf0039920bf3c59748c23f4261d, 0x794e4f42d3bbd75d2636824ddc2dbd844a92e4172e8a018eb7f318b93a2eb57b, '', 0, '?'),
(0xdac28a8f2336f8104b1d2523660d1bc8, 'wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js', 1, 0x00000000000000000000000000000000, 0x89a4e64830ce633b60f1e4060faa5726, 0x32415deada9b5c65898a14571bdfa66b5a17f673ffa0c063af3cca60f76429e6, '', 0, '?'),
(0x37ecd0f3a56bb058f866b4586dff5385, 'wp-includes/js/dist/vendor/wp-polyfill-fetch.js', 1, 0x00000000000000000000000000000000, 0x456c02ee2a496580a24e5aee614ba9b3, 0x8b4bf6112b7cd9f0dbccab4d354a8de9a6e9f2cd79ca1230079d4974a56c6f6c, '', 0, '?'),
(0xd30b77835d6349fd157782e9c8b0d848, 'wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js', 1, 0x00000000000000000000000000000000, 0x1209a4457fcf2627d2a93bc840fa6b5a, 0x4c06ccdd8f9b991871c53b46583a1c7442c537761db04771e16e33c3906bfd49, '', 0, '?'),
(0x7665d7b65c12b06c2e070f97d185067b, 'wp-includes/js/dist/vendor/wp-polyfill-formdata.js', 1, 0x00000000000000000000000000000000, 0xed823838339ca0f88793fa781fc1e10d, 0xe8b7d158a586ab9706f198728a712dbefe4e172996b56e686cc14c9224bfbfa5, '', 0, '?'),
(0x672bb1b7e7774a6f47ffedef0c1f7b62, 'wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js', 1, 0x00000000000000000000000000000000, 0x2ea232d2a383e59441dc21dc56300749, 0xecab0122430e47395ef6e0c8b7ed04311bf4e602618c3ff10b61d6756b601c04, '', 0, '?'),
(0xb982af08b6173dcde5d1b606cd3824fa, 'wp-includes/js/dist/vendor/wp-polyfill-node-contains.js', 1, 0x00000000000000000000000000000000, 0x8e8cdd77e6e80407255b55c41dc533a6, 0x457495bf9fa0b2d07ac8de66443a783fc1edc6fb6f96e18d63f8da8b05093850, '', 0, '?'),
(0x7e71e649509e490f99baed1772f1c4f6, 'wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js', 1, 0x00000000000000000000000000000000, 0xb32d5cea64b4fd156f47c0ec0a9d8532, 0x531c6129fab4aba5ca976e7f264294f35612807ed1dc3131fc0227771d168128, '', 0, '?'),
(0xe165edae1116afdfc0913ad6ac7036e4, 'wp-includes/js/dist/vendor/wp-polyfill.js', 1, 0x00000000000000000000000000000000, 0x5981cc4115225a71e097cef30b55df71, 0x8d0dda83af3fe6484f7ad844e8729e110a5c64dc885f1ebf13e5a215c7719443, '', 0, '?'),
(0x8f32df5ce9317f37d580d47769847b1b, 'wp-includes/js/dist/vendor/wp-polyfill.min.js', 1, 0x00000000000000000000000000000000, 0x7d2ef4bb244bac8a81d13ef4382d168e, 0x2ea1d3da0fdf43e5ca5cda0de4c785230e674cd64bf9e4f6023087a9df14c4b2, '', 0, '?'),
(0x8b08bc010e2f3826f444e3677ca6c423, 'wp-includes/js/dist/viewport.js', 1, 0x00000000000000000000000000000000, 0x450867328ab4ca0027028349b98f8f2d, 0x7447ddfa5f5bbedb8f86b454ee420914dacaef5ce967eaa9ab6fb81d92b7ed93, '', 0, '?'),
(0x098468ee586b25b43ef986c67b4efb42, 'wp-includes/js/dist/viewport.min.js', 1, 0x00000000000000000000000000000000, 0xac4c0b7c50ac3513ccbf3f444f225b94, 0x2eca6b145cd1133b96ce88e0eb5cedef588a5d100609421608bc431c061e92bc, '', 0, '?'),
(0x32449b8a25824a9d1f9ea3df3fadd11a, 'wp-includes/js/dist/wordcount.js', 1, 0x00000000000000000000000000000000, 0xf3719a4599c7a08452fc41ade441733a, 0xfb25240dd1aaa821e0f3698b568f91b7912b13c43f93bd6d86a91fe997755204, '', 0, '?'),
(0xaeadb4f8fd2640017088d31dcec6c997, 'wp-includes/js/dist/wordcount.min.js', 1, 0x00000000000000000000000000000000, 0x1fbda7deaa611689cc829b97827de193, 0xee383cc814e68332418aa3d4ff2d8a3342238adb095c7afa8c4629ffe66831c2, '', 0, '?'),
(0xdafd1221a71614287494f2893c0ed4b9, 'wp-includes/js/heartbeat.js', 1, 0x00000000000000000000000000000000, 0x396bf1e95fa7f2b2162b2c2b46b7a15a, 0x703db35ebfd969856651f7aafb4d5e917acf9866462a9be21be4a5292e16dcfa, '', 0, '?'),
(0x8b6e393790492e4ffad29ddebff0b007, 'wp-includes/js/heartbeat.min.js', 1, 0x00000000000000000000000000000000, 0x1b189a9d958d638c3bd1459ab6d19f8d, 0x8b86f2123e8cb3912bf6dd44a768d8b8d0563dbd384cf37dcb794c701467db30, '', 0, '?'),
(0x9179df678bed1f7a6155228309584b47, 'wp-includes/js/hoverIntent.js', 1, 0x00000000000000000000000000000000, 0xc0d37a2f50f79db4eaaeb10c3c170990, 0x74bfc26e6554522fee3737fd05401ad2a7309b67a811c78cf4e792fbe8a2eff8, '', 0, '?'),
(0x532e46c8ab41be7f6aaeffe428a03a05, 'wp-includes/js/hoverIntent.min.js', 1, 0x00000000000000000000000000000000, 0xfcaf34b14eacc973d37e9ab8c6ad6c65, 0x7ab92fa626be6dc05902b6d245443cc0b30d6cc5befaa997c67c34a2e7e1d423, '', 0, '?'),
(0x0fbd0482e088ab1881aa6e8cb2034e64, 'wp-includes/js/hoverintent-js.min.js', 1, 0x00000000000000000000000000000000, 0x492aa1f2633a89704f676a97e9a13a74, 0xeb74f55f25afbb1a30b189ea706b27aee068218110beba37c2c331d34133b7b6, '', 0, '?'),
(0x5eeff95e5c0551f3c33d2877b210ee86, 'wp-includes/js/imagesloaded.min.js', 1, 0x00000000000000000000000000000000, 0x7e97ab52c3df75e9053002bb59f2cdd5, 0x7293219a976160aeef55a62a8c01f888dd31eaa977a430873f134f891cbf1bda, '', 0, '?'),
(0x069397ac256251f1a3931b624d3cd678, 'wp-includes/js/imgareaselect/border-anim-h.gif', 1, 0x00000000000000000000000000000000, 0x5ac3c42cc86e745a5e36b67b4c70a134, 0x7173df63a9ccf5689acde06d2dfa25ea78a81a420299ec78df1f27eae385453a, '', 0, '?'),
(0x8bba46e822f7e87668e2a1244c628e8d, 'wp-includes/js/imgareaselect/border-anim-v.gif', 1, 0x00000000000000000000000000000000, 0x20c97a21993cf137ead9fdbecbc42aa8, 0x8be11f3efa15aac2f664e0953adbfdb98f146a31ed8d3cee2134db369367e6e4, '', 0, '?'),
(0x3c46e90febef507acc193232a387127e, 'wp-includes/js/imgareaselect/imgareaselect.css', 1, 0x00000000000000000000000000000000, 0x7d28cad92829b3d633a087b5f3b595af, 0x9e71f321ddbf4ad38797f6690a19c1451ee1ad3573e5219d0d901d9785258381, '', 0, '?'),
(0xd8382f42b18f24389088cf1e04606d9c, 'wp-includes/js/imgareaselect/jquery.imgareaselect.js', 1, 0x00000000000000000000000000000000, 0x63ec4a65e41151dfd5c85e88fc98a42c, 0x26a2dfb27a11cf3d5297d8548d80bcc19d67e09762d03024e7da9f9d337d2942, '', 0, '?'),
(0xd5f6bcfacda436e9002ffd936bfac0f4, 'wp-includes/js/imgareaselect/jquery.imgareaselect.min.js', 1, 0x00000000000000000000000000000000, 0xa12d313609d2dfa8c9f7b1db8896ac29, 0xac33c3d9bda1032a7797661896bcb81e71bb787290e81794ef61568951fa94fc, '', 0, '?'),
(0x53582b37cafb081e311d3fc5f5cfee2d, 'wp-includes/js/jcrop/Jcrop.gif', 1, 0x00000000000000000000000000000000, 0x5a8bfd37651305bdafbcf2cd51b0254b, 0x21889f4081a4589701374ac583c0e4febc709b33114bd23b530e2a21b8f5b04c, '', 0, '?'),
(0xfc678d229a107d5fbf37b8bda6dc4a35, 'wp-includes/js/jcrop/jquery.Jcrop.min.css', 1, 0x00000000000000000000000000000000, 0x56cc9ea201dc2f4b910e78bfacac9211, 0x0fdd32ac539f5bb13644768935627316f4d93d8bd3c74e4ca57705f5be0f91b7, '', 0, '?'),
(0x54872e6f40cea832ff77f5768e9f58b9, 'wp-includes/js/jcrop/jquery.Jcrop.min.js', 1, 0x00000000000000000000000000000000, 0x2f61ab984c177275c71e34ff1a17c102, 0xbbfa19b7cfb7dbe57964fd6978977bad702b03c1d66e10dc65da81aaa91666a5, '', 0, '?'),
(0x76a19610020cdea303e3fb1d7f5211ef, 'wp-includes/js/jquery/jquery-migrate.js', 1, 0x00000000000000000000000000000000, 0x351c89ef1b09861916f4f022db000832, 0x4fcdad7a85e72528cb73213f2c11c6659e9fb4b3ac0a83f8b4271ac9808fa52b, '', 0, '?'),
(0xba61c9406f9bff27bfc96b62edfe0ef9, 'wp-includes/js/jquery/jquery-migrate.min.js', 1, 0x00000000000000000000000000000000, 0x7121994eec5320fbe6586463bf9651c2, 0x15de7cd602e503e300bb16efa232e88b2b9aeb4175f3c9f0646d11e33584c789, '', 0, '?'),
(0xc4e0ca99007df4dfe794a04b9bf62eff, 'wp-includes/js/jquery/jquery.color.min.js', 1, 0x00000000000000000000000000000000, 0x7271d32a58986771019f4fa31328cd88, 0xa9789a32b390fd3ce0cdcaff6be918f61095510405ddafabe404e7efed7bcad0, '', 0, '?'),
(0x76fad2b8293b8f44b08d7e4a22e08f71, 'wp-includes/js/jquery/jquery.form.js', 1, 0x00000000000000000000000000000000, 0xd08a6e3d69ffe1088166ae1983e2355d, 0xfe35195cb0273d1627a42a6d03252c15a87f6b431b213cb8f7853283146d3deb, '', 0, '?'),
(0x263d1a10bd2b747fed9222a22f6b270a, 'wp-includes/js/jquery/jquery.form.min.js', 1, 0x00000000000000000000000000000000, 0x60ef76775035959651341315c9d82129, 0x9a39d45ec9b8a1496f6b907bda98e8326f780ef57a5f3b4317159fe14cdc208f, '', 0, '?'),
(0x9cfe501a8dc52fe904a203af6c0e25a1, 'wp-includes/js/jquery/jquery.hotkeys.js', 1, 0x00000000000000000000000000000000, 0xe29483a8ca26a0dd8b0d1146c6b0a6e9, 0x5d068fa70305c12147bb8f33b89c8fe95b23c83a4ca2130d3a7fa09c76b5433e, '', 0, '?'),
(0xc5cd2d8670936c45c6f3d86b86112ff6, 'wp-includes/js/jquery/jquery.hotkeys.min.js', 1, 0x00000000000000000000000000000000, 0xe353217d4555ab5c62b367be6889813d, 0x1a4ab7fb1d5ddd7820d5ae54ee0c15be17c463c1301b6e983920202b56e96be2, '', 0, '?'),
(0x6723e92c764d91ff8e8b97df3a0cf5e4, 'wp-includes/js/jquery/jquery.js', 1, 0x00000000000000000000000000000000, 0x49edccea2e7ba985cadc9ba0531cbed1, 0x8d67852f9001696745c8af5de5337636b745274464b93467cf667f0183da3bfc, '', 0, '?'),
(0x632cbd85b05b78deabf433a5060af940, 'wp-includes/js/jquery/jquery.masonry.min.js', 1, 0x00000000000000000000000000000000, 0xcd0eb3406096ff80266e7c9d7d419186, 0xf65cdb990ca7bf021be18ae3097d4d9267df20bf24fd30b107205be4dde51342, '', 0, '?'),
(0x7b9f1f29d734653402703ab106665787, 'wp-includes/js/jquery/jquery.query.js', 1, 0x00000000000000000000000000000000, 0x3bcc587af2c7b01fc6fbc9c077050143, 0xf41775c8675e88e5e4882b15ff9b69b9ab6db0c8ea470d46a8789569f0581494, '', 0, '?'),
(0x281588d4672500cfc334dddb6c3e9c8d, 'wp-includes/js/jquery/jquery.schedule.js', 1, 0x00000000000000000000000000000000, 0x0426b39754aa6bc766d89ea4c41bbd06, 0xa4dc3fef1714c67645ca948daa776ac701a6a1100643e550d59daf1dec5fb5a3, '', 0, '?'),
(0x7168ff36361f3597797cf23def3f5309, 'wp-includes/js/jquery/jquery.serialize-object.js', 1, 0x00000000000000000000000000000000, 0xd15c29a18d9ffa8b9b4ae86c3c0cfa22, 0xeeef447b7a70bc0d5d8db5ff3ce6b005d1c0a78f89cb407f37023e302899bf68, '', 0, '?'),
(0xfc303c5073c9f1d79e480f97d1c13232, 'wp-includes/js/jquery/jquery.table-hotkeys.js', 1, 0x00000000000000000000000000000000, 0xa706ead694231e74fd6750b1670580a5, 0x3a91ce150f4196e618f166ae1578d7820814babae5f3b2dccbeaaded64833723, '', 0, '?'),
(0xf2b1a0adfc1fb242c95204d47a878759, 'wp-includes/js/jquery/jquery.table-hotkeys.min.js', 1, 0x00000000000000000000000000000000, 0xe56f81676f199db7bf937e69a64909fa, 0x843cb28a3db81fa48d3b923ac1745f2c77ab04c48349b7ca1806c12c8a2c999c, '', 0, '?'),
(0x6d59b7c118939a0c7d10c9bdeb0b853f, 'wp-includes/js/jquery/jquery.ui.touch-punch.js', 1, 0x00000000000000000000000000000000, 0x4cc86d1003c45134d6838f13e3885db1, 0x6b0e3e1d6a5440a9978e7accc3c81eafea16d59c2e4f42d7c06ac93027f4ea74, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xc6ac2b1a96bcca1f49f3645e69203c00, 'wp-includes/js/jquery/suggest.js', 1, 0x00000000000000000000000000000000, 0x3a2474569145d51ecabf7fc4fb078982, 0x72e71c2c4bcb70c59772715e62a25c91b83d725ad0155d83c90307361f812b0b, '', 0, '?'),
(0x821133a496c6876515c728c3ba39f911, 'wp-includes/js/jquery/suggest.min.js', 1, 0x00000000000000000000000000000000, 0x7311075c2b411b299c94e36e2e3bab89, 0x0e493cbf127b0034af609c8f3c216a92b15a38eb8fb2e801bb4494480f57ff95, '', 0, '?'),
(0x36d9a80917ceff0e3a7b945e0544e189, 'wp-includes/js/jquery/ui/accordion.min.js', 1, 0x00000000000000000000000000000000, 0xe89a7c428e49ea602d7ec04809663edc, 0xb3b75e651fb00640c385f23ea9d50b7d08a59b5ac3541e364ccaeba7db31e65c, '', 0, '?'),
(0x67fe4564c9e331a2d2447dc2c2fc918a, 'wp-includes/js/jquery/ui/autocomplete.min.js', 1, 0x00000000000000000000000000000000, 0xdb0088d80b66d522e8f56921f2f39ff5, 0xcb1e26f41c0aab73849574cf9b40234e67433b61998a3a3785cc5e135058a5d1, '', 0, '?'),
(0x1ddce55d2f7efff8d571a1a558c58e45, 'wp-includes/js/jquery/ui/button.min.js', 1, 0x00000000000000000000000000000000, 0x616085fd76fe2c4c2a09d2b94196a669, 0xb53078bc57e8625b76e2e92a2c8bc73227ec9575347b99cd6a78ab95c886a1dc, '', 0, '?'),
(0xe825799d3e7d48c3166f14dae6fa2836, 'wp-includes/js/jquery/ui/core.min.js', 1, 0x00000000000000000000000000000000, 0x96ff65c925bbaf3e4e7891a7ca1f2b1f, 0x3589a6af897be960c50839f6b5f3475215f50db269709459ee9c69774574851a, '', 0, '?'),
(0x406b2fa0c1a107058ce649893f542c12, 'wp-includes/js/jquery/ui/datepicker.min.js', 1, 0x00000000000000000000000000000000, 0x70b4930dc8e018f851f8530c330b1456, 0x038a42336585143367a9ca2befec3d222281f767534f6626fc42ffafdec4b406, '', 0, '?'),
(0x1846abd2657fc0fbd67ded28b71be5bf, 'wp-includes/js/jquery/ui/dialog.min.js', 1, 0x00000000000000000000000000000000, 0xd0933f1e5b9b5592dd5e219f7eba2f14, 0xa88232cf3e6eeb8a5ac8eadf5c465d674fc7e5bffa7b1cf851b31d3663fc4b5f, '', 0, '?'),
(0x7001f4f43775cc4ccd5f7f7b32c39b96, 'wp-includes/js/jquery/ui/draggable.min.js', 1, 0x00000000000000000000000000000000, 0x1b571c6695d5b8dc97ff051254fa953c, 0xa8837dc6f48bf8b58b618f2996a0b4cba8afcfbd6ae28003adfb7c7b8c1885ef, '', 0, '?'),
(0xef7a0ffac09cd8f6d7f27c947afb7876, 'wp-includes/js/jquery/ui/droppable.min.js', 1, 0x00000000000000000000000000000000, 0x8c9c1bc0a5e940af40f55e19d39ed9a0, 0x196bb4fcad7c3d4e52504300629b283d9554d4884a2ec1d4caf0381dd6f08a24, '', 0, '?'),
(0x0b266306b5590144d823e8507b2ba29d, 'wp-includes/js/jquery/ui/effect-blind.min.js', 1, 0x00000000000000000000000000000000, 0x9ade4cd0f3989a69310012f671fe6f8e, 0x08182d086074cd59ce1fccdf783a9231bc2f277cbb78d1d9e1c7ad27e616c1e3, '', 0, '?'),
(0xffa861355b34fc053515bc4d659d7043, 'wp-includes/js/jquery/ui/effect-bounce.min.js', 1, 0x00000000000000000000000000000000, 0x030dc5d899ab0c2191629d74281f7781, 0x27ee317cf80dba02ab3f504a6ea45ab1fa0954864bbc20778f36e9f6e605c810, '', 0, '?'),
(0x9ce55589b1f324ec5c2add315e9c53fd, 'wp-includes/js/jquery/ui/effect-clip.min.js', 1, 0x00000000000000000000000000000000, 0xe9294b5b7374f173b76b4286b53faf33, 0x482caad22c27b1341b45f287ca49791ccff9ba83ecc50791521e72a794de763d, '', 0, '?'),
(0xec440d0f687dbc0419e811afb682210a, 'wp-includes/js/jquery/ui/effect-drop.min.js', 1, 0x00000000000000000000000000000000, 0x59c7df6dedd02a304f58985e7cfb8e1e, 0x4e0190b03c5fb1d82f88522c0f929d5e7fb866b21bc5d4c1960a0cddc5427756, '', 0, '?'),
(0xcf8a153df7c658aeacf762427a27208c, 'wp-includes/js/jquery/ui/effect-explode.min.js', 1, 0x00000000000000000000000000000000, 0x2f68b680e67f09ced628d98b2bb456ff, 0xe79ab4f1f6952465e6c65d147e84ea4c8b1c54d3dca555acff30a9ae941660a1, '', 0, '?'),
(0x9db490c741f3472c87c33c8c07b8b816, 'wp-includes/js/jquery/ui/effect-fade.min.js', 1, 0x00000000000000000000000000000000, 0x8a30f21e345577b420a78c5aba2b3156, 0xbf41942d9e794adb367b47324740a872e9bfe3cb05211aa49cb04470b0b3f90c, '', 0, '?'),
(0x04b7500027d8306ca79faf76c8234a3c, 'wp-includes/js/jquery/ui/effect-fold.min.js', 1, 0x00000000000000000000000000000000, 0x8785d9de96bad111926ab4d13014d21f, 0x85b708080ed0c3cb46491633bd2018c5a93c54c68c412253a6382bfd5954fb8a, '', 0, '?'),
(0x0c7be74d8c930c69bb69326e95c336dc, 'wp-includes/js/jquery/ui/effect-highlight.min.js', 1, 0x00000000000000000000000000000000, 0x9b1d4283702ba049f9d88e0a75d05f81, 0x279006aac4c9239fed6cdb00cc44a0c89294f0990b88aadd811ab69b2aa87661, '', 0, '?'),
(0xa6fcadf3386039f9d73f42629306d091, 'wp-includes/js/jquery/ui/effect-puff.min.js', 1, 0x00000000000000000000000000000000, 0x0647cd3b8da74c8c9c1fe7a317137773, 0xa5c84814e8e52e8f6cf6bceff6c09171f98badc37f9c374c60c0696dbbc29c5e, '', 0, '?'),
(0x98188bb5ef8638281ab96ae85a5d077d, 'wp-includes/js/jquery/ui/effect-pulsate.min.js', 1, 0x00000000000000000000000000000000, 0xe68aa8b524b4726b33456011f8e08997, 0x1065f9b443f1ffb478767f8c5be661beac09c5d4f1fbc141e8a2cf0634ad6ea4, '', 0, '?'),
(0x15343b56cff4278c2fb6f2e61ca866ba, 'wp-includes/js/jquery/ui/effect-scale.min.js', 1, 0x00000000000000000000000000000000, 0xbf1461a382afb5a90e22a0d7d462ff92, 0x14ff1a3b5da11c5b2e8e0a92de56170c1497c60e3ee84441f9cdc40fc3d04d13, '', 0, '?'),
(0x100693a2fe4e56d4b1b30be6887ac35a, 'wp-includes/js/jquery/ui/effect-shake.min.js', 1, 0x00000000000000000000000000000000, 0x52adac7c5413612aa59472d00bcd0b5c, 0xf946900847613fa94d6f1d82cc8417c00ca3113e6c229f3427506cb25d44b821, '', 0, '?'),
(0x0217a8917eb87760b2353b4611e3aeae, 'wp-includes/js/jquery/ui/effect-size.min.js', 1, 0x00000000000000000000000000000000, 0x706b0892dc2ec793f195f2a3f2402edc, 0x9fc833b50037cb35da18497142677dbab6d283afd3ecf69f54aaa6ba9887633a, '', 0, '?'),
(0x59d4e4d6ed5da690aec59e49869516a8, 'wp-includes/js/jquery/ui/effect-slide.min.js', 1, 0x00000000000000000000000000000000, 0xb3efa3b4e62162ad592e8a8b483b6572, 0x7df9e2f3d13cee016683c0bcda422a9e01b1b4b323405e1953aab7b448345678, '', 0, '?'),
(0x8cad6cab2e48077c538417b3d67bb086, 'wp-includes/js/jquery/ui/effect-transfer.min.js', 1, 0x00000000000000000000000000000000, 0x2d541c6d1e13a0f9bfbccdc6a68710af, 0xe345dabc9a504ab2f674c771c2061d72e263f749612c2e11e0aa316e56fa48fb, '', 0, '?'),
(0xcfdd99aa50289983c94f270e4591f965, 'wp-includes/js/jquery/ui/effect.min.js', 1, 0x00000000000000000000000000000000, 0x318747d327332bca86b5f101420c4209, 0xb40b401e20376528852c3ca6171030ba17edbc460a564055af161fe1c3d62735, '', 0, '?'),
(0x37c063eec2a229dce61e1753f36562b5, 'wp-includes/js/jquery/ui/menu.min.js', 1, 0x00000000000000000000000000000000, 0x2bc433c534a14d09f1f8a2d060ebc7eb, 0x9f31ebdc44c29027846543ad1dd724dc3b776bc7fae547d51330660588f573d2, '', 0, '?'),
(0xa1b2a8e680cb3a7806d9fd3de17d8804, 'wp-includes/js/jquery/ui/mouse.min.js', 1, 0x00000000000000000000000000000000, 0xb317c4ccc9aa140339ad72fa27c77266, 0xc4f2dfcffb00d5c6264249b672b3ea8f6826eeee4642fd573390d3705e627c8e, '', 0, '?'),
(0x6e6566beb3b04140b4ffb952873fa4fd, 'wp-includes/js/jquery/ui/position.min.js', 1, 0x00000000000000000000000000000000, 0xe7346f4d2945cebe75bd53cf232f927e, 0x369c5dd170e5743d56cbd908fdefc85888daa6f5e1adf214bfe266591d8d9deb, '', 0, '?'),
(0x3d66e975f1a5413e3c54116896c9cf40, 'wp-includes/js/jquery/ui/progressbar.min.js', 1, 0x00000000000000000000000000000000, 0x34c78c33e7c97e65a369bb0137d93d05, 0x466436326c28d241e0a4e7892f86da5b3dea6f892e2a957e6ff381b0d00bb5e6, '', 0, '?'),
(0x12ffb42db986693e62738c0c7f9b31e9, 'wp-includes/js/jquery/ui/resizable.min.js', 1, 0x00000000000000000000000000000000, 0x449c1a605e8c304774ed6336d9a953af, 0x7575cc75344501f049cf78f7e2264885f59487e86e888f676f924eb5e343dd9d, '', 0, '?'),
(0xd876f5fde3c60deafbb4120b26588d89, 'wp-includes/js/jquery/ui/selectable.min.js', 1, 0x00000000000000000000000000000000, 0x91167a07312f0c7cf9eadbb6211fa2d5, 0x2cd2f89f8de66ae6662b92fcf9949761f4d36023972a866bdba60dee9c959969, '', 0, '?'),
(0x5330f4d6bee2d74b2f313775fc8eec94, 'wp-includes/js/jquery/ui/selectmenu.min.js', 1, 0x00000000000000000000000000000000, 0xa0934e5723eb9982df8a6b7bf07a751e, 0x59651a70e42bea941d52545b3f284990a49332571e7e1dfb0e4027e14c8e090c, '', 0, '?'),
(0x0f5cdc07e0e3941db7f041562ae7b1bf, 'wp-includes/js/jquery/ui/slider.min.js', 1, 0x00000000000000000000000000000000, 0x6c55f2f9a18a80fbf2b3a59dd9e8c7f3, 0xcc328d98133fc18deedbe54c2be4a2701240379287bcf5b658ab35b8c7458b99, '', 0, '?'),
(0x6d8808ba2d1a6d31bda5c8fba377c7ef, 'wp-includes/js/jquery/ui/sortable.min.js', 1, 0x00000000000000000000000000000000, 0xefa8171f2226a422003417095d8549dd, 0x50cc939fb6590712136ce44d791a6a0b5fc9d641a7d507f90707a333b8b976da, '', 0, '?'),
(0x6d459aaff1f6beba5ce71529ded86fd4, 'wp-includes/js/jquery/ui/spinner.min.js', 1, 0x00000000000000000000000000000000, 0xa597d68b588efa4b8896beea6582c62c, 0x4d9fb3f8ae2d1bba209b9ccc4c8080e96873a84af0f5108ccd8d84b48c439642, '', 0, '?'),
(0xaff08b812835ec6148ad791c6f2c58fe, 'wp-includes/js/jquery/ui/tabs.min.js', 1, 0x00000000000000000000000000000000, 0xb7d1b47a2c57059631f53e42392f7955, 0x9792ead08f7ea6eda66329071495affbb73808790135d4f85df8d1f7ce63063f, '', 0, '?'),
(0x2d8a5fbad72bcdd405590b6ea813d953, 'wp-includes/js/jquery/ui/tooltip.min.js', 1, 0x00000000000000000000000000000000, 0x26c741acbef3207eb8c79483cbc08dde, 0x401fb96a8ce27315c4b5034d93bfad90d742a578f59c22db725903812ad2e6c0, '', 0, '?'),
(0xca2126f869c6295efe57adb2f406529c, 'wp-includes/js/jquery/ui/widget.min.js', 1, 0x00000000000000000000000000000000, 0x00dedd56324da186973a3b2cc5e8023c, 0x35a4b73ce2a3dc3853499cf3520d41d973eb03efa4c6160873665b489c44a333, '', 0, '?'),
(0x2ae7101a3037d1a5314f81d3d3d98e38, 'wp-includes/js/json2.js', 1, 0x00000000000000000000000000000000, 0x73a1d77b4e827c45061f4fab041030a9, 0x71339f1c2e141b2e8a0b6a112047101d5c1752d36eddbc492f05541cb6892ded, '', 0, '?'),
(0xfdb4f6d7f8f529dd28a4d03c1f07d9dd, 'wp-includes/js/json2.min.js', 1, 0x00000000000000000000000000000000, 0xc5fe2b8725d6986faa885f6dcc1771dc, 0x04c9b1e9a615cbc397d523abab06ef322ec59df917f18ab3c7d8c20a5471374e, '', 0, '?'),
(0xaaaaf5d914860c987c860120b20fbd19, 'wp-includes/js/masonry.min.js', 1, 0x00000000000000000000000000000000, 0xc54e75edf5cbaf412bc16ba4145f6032, 0x27b4d105cf44bf1d160de3ca3cc4a99aeef203e468c0823dde74f497fc2997c2, '', 0, '?'),
(0x72e9f6107287284aaf67f728a879ad74, 'wp-includes/js/mce-view.js', 1, 0x00000000000000000000000000000000, 0x41e4a587bb092d37b80b8f197f6842c1, 0x7ded0d8a1f64777d90c74d83b22fce551009c950bee19716b2629a6162f95360, '', 0, '?'),
(0xee1417890b9566d92575df50fbcaf184, 'wp-includes/js/mce-view.min.js', 1, 0x00000000000000000000000000000000, 0x5a54019a3f7e48c4249361115f8e41ec, 0xd7002c59f4d3a7686f65643e812941dd35ee873034886fb5fbb434312f0d46c2, '', 0, '?'),
(0x8dac7bdf306c28c6b275392c7753d875, 'wp-includes/js/media-audiovideo.js', 1, 0x00000000000000000000000000000000, 0x54d8075995b61d4ddae11c67e8ff0667, 0x6ecb468fcb9a4020c244605997cc3c8519506b17440072635d963e8e8ebdf974, '', 0, '?'),
(0xb547565c7ab28523b0ff83213ba2c40f, 'wp-includes/js/media-audiovideo.min.js', 1, 0x00000000000000000000000000000000, 0x2c17fb7873f73e7f6a19d201a35cb9ae, 0x763314e6018ab3690053636afa702b1fd8557419ef20109870687ce4572358f7, '', 0, '?'),
(0xf575f481034e90e21d832e415fd95fcf, 'wp-includes/js/media-editor.js', 1, 0x00000000000000000000000000000000, 0x67730ca56853b59e34256a21239276ba, 0xece22932b8f1ec25663938e12c277694529035ffe49808dd8a4fe425d24453cd, '', 0, '?'),
(0x092cb9a92fd595188b21e79b6779fe64, 'wp-includes/js/media-editor.min.js', 1, 0x00000000000000000000000000000000, 0xb4fb4087063ff50d81bedfb48d6ec5db, 0xbbc385f2e646948cb9adf03e69b9e1ff69384ebbfca88c859616dd8c731827b8, '', 0, '?'),
(0x52af5c5343af7c6a7504d339b505bf41, 'wp-includes/js/media-grid.js', 1, 0x00000000000000000000000000000000, 0x9f624a3f0011d006198f92000404dc39, 0xdfd4ad2a5c3a7a9388263d49f95b163816a0124a0ff8f7b47744baf0b6801b72, '', 0, '?'),
(0xf459b4aa528959692fb5b76c404858d3, 'wp-includes/js/media-grid.min.js', 1, 0x00000000000000000000000000000000, 0x33ce0803e0c8d668b8574f99c21502d6, 0xc5b9653f1048e6107e37d76f1eb93e7c4281e3d6340f1ff8d9bbe3513c144008, '', 0, '?'),
(0x10298f9f0c5fe6f6924aaf87d71d99d4, 'wp-includes/js/media-models.js', 1, 0x00000000000000000000000000000000, 0x5541276bc1d1608b07691b3f8c487c89, 0xc9267c3191c4c52c62049f0b9c1ebfecd42b81f0bdb0d3f1c35ce999cdbf1981, '', 0, '?'),
(0x82468920e5474aced642ec7f887337b5, 'wp-includes/js/media-models.min.js', 1, 0x00000000000000000000000000000000, 0xa372a9be9eb7e7e3a40e6f8c2bc52573, 0xf8819d5634331e792547c087bc12e83000b83e3213e221ecbb4b029910c7a695, '', 0, '?'),
(0x81c889563f09dd13de1701135dc62941, 'wp-includes/js/media-views.js', 1, 0x00000000000000000000000000000000, 0x98135834eef3a3a00ae7c6e99457110e, 0x37d8d12e9db75ef3c7b325f6a0ca696ee2503403c42fd667005f5bd1eaaabbae, '', 0, '?'),
(0x96c1bc0b9945983fc61d8cd0aee1bea0, 'wp-includes/js/media-views.min.js', 1, 0x00000000000000000000000000000000, 0x5ffe2bff63264b4e5a2fa4a78d1f9ace, 0x6a71c248d42219bcb8be802db5a2e7cfb3614e7a3f8601e55f363fbf24d060ea, '', 0, '?'),
(0x2e78be8ccfaedffa3785d716fcfa5fce, 'wp-includes/js/mediaelement/mediaelement-and-player.js', 1, 0x00000000000000000000000000000000, 0x16a432e33da81058ca49c643cae0c318, 0x6052cf5193c028326816133e7275fbe839598cdfadb38ad9c9db8ec097fd09a6, '', 0, '?'),
(0x1ba779b4ddda0821a100705ae8885b41, 'wp-includes/js/mediaelement/mediaelement-and-player.min.js', 1, 0x00000000000000000000000000000000, 0xc6d1f8e334ded732e83231a64de3fd3f, 0x539f0454b489f953d88504e3d7b38f23fd7e2a3abf0477a48aeac31de42890b1, '', 0, '?'),
(0x8b7c426cf48a4948d2bcdd124f53c6b1, 'wp-includes/js/mediaelement/mediaelement-migrate.js', 1, 0x00000000000000000000000000000000, 0x3cb6030743925f687ad3043384ed3c37, 0x2c6223300ea02161ad4f56632cfa8fd8950353d48f4998d0bb25aedb702993fd, '', 0, '?'),
(0x5d4c30baf205ec6545932275c020ad8b, 'wp-includes/js/mediaelement/mediaelement-migrate.min.js', 1, 0x00000000000000000000000000000000, 0x52bec302d465dd23422d9986af7bfa3a, 0x97618149b7e291267fbc8743cf5898f4c65c193be2a984e7e206f60a4388253b, '', 0, '?'),
(0xf4a57a5abb66c5cce869705e8932d78e, 'wp-includes/js/mediaelement/mediaelement.js', 1, 0x00000000000000000000000000000000, 0xcdfaf4cf4c18580773c4af4fb27ff253, 0x9d8c3a11f1b1bd5e35a65ba2f9f9df96c676d262936059fdf48ed8e9b618c669, '', 0, '?'),
(0xa24f4f7754e04d0dd2c19d5914982164, 'wp-includes/js/mediaelement/mediaelement.min.js', 1, 0x00000000000000000000000000000000, 0x2890d236e5e44496f045916182f54d0d, 0xd45538a9ce3268bed6504798f7724bd2c68c1538ba31060c45a18e9a210b875a, '', 0, '?'),
(0x5e55f09c2e69bed67970471fc203b699, 'wp-includes/js/mediaelement/mediaelementplayer-legacy.css', 1, 0x00000000000000000000000000000000, 0x9d0ee441d256fd74d046c6a3b6188996, 0xa032c8717b59c22a6c58f8065b719d6b649396e17dce4a70ea99e4e00fd305b6, '', 0, '?'),
(0x6e0251b8caca9227946bc3de222511e3, 'wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css', 1, 0x00000000000000000000000000000000, 0xc53c2f4dd23046ce2127477792aecb20, 0x5d0fbe9c4fc516980becfa9b3f88d5b8b8ec183ed0587ac56225b19bd8a31194, '', 0, '?'),
(0x570373992438d57e9c824ec8812d9c40, 'wp-includes/js/mediaelement/mediaelementplayer.css', 1, 0x00000000000000000000000000000000, 0x8831e7c4aa4ca8eff635fa01d1210aa1, 0x6fadf25e173a765c82a2f56da60e90816fd7d906bec66354575be9df7fe49f6b, '', 0, '?'),
(0x09073fb1cfe486e6db0819997199754d, 'wp-includes/js/mediaelement/mediaelementplayer.min.css', 1, 0x00000000000000000000000000000000, 0x239ad0ddef90fbac27dd0697a10db8f4, 0xdb963a386c20ab423f712b36791692c4c4713d359355713a626210dbba38da32, '', 0, '?'),
(0x64e888400c21edc664a74a8f1580c5fb, 'wp-includes/js/mediaelement/mejs-controls.png', 1, 0x00000000000000000000000000000000, 0x872edbb75a23651c30bf3ca06c9690bf, 0x9b157f58e32ae1ee1abb8e155801db28de5a1521ebb7c8bda8f1441401326142, '', 0, '?'),
(0xdf627a932f9b838f5414ba1137614879, 'wp-includes/js/mediaelement/mejs-controls.svg', 1, 0x00000000000000000000000000000000, 0xf0849a5e79712b10e1531925e3edb879, 0x8bbdae17d2d3cf68f3851fa9af41331e4c9a3abeee271f31f7ea81a0c20f5ce8, '', 0, '?'),
(0xccc5ceead5223b2bc20d7875b4e4ca77, 'wp-includes/js/mediaelement/renderers/vimeo.js', 1, 0x00000000000000000000000000000000, 0x4ed19dc7687386bb9c6c172dac61f4c4, 0xafd9569a25a3bc79342136e1916eece5e0351ba3d8067327548af11b12590513, '', 0, '?'),
(0x54dc8c8a37601600f4fdae02d6ef2881, 'wp-includes/js/mediaelement/renderers/vimeo.min.js', 1, 0x00000000000000000000000000000000, 0xa3677881601afb0f678c2c207d850799, 0xf1a643bb738c642cb2fdcbee2c3b8b84b6d4f6bfcd85d8ff71810fe76df975e2, '', 0, '?'),
(0xad9d9a9553c768deebe153d025547af8, 'wp-includes/js/mediaelement/wp-mediaelement.css', 1, 0x00000000000000000000000000000000, 0xd4252f4e714f52e5670c05fbc02b5ced, 0x467d1a0a0fe5f5ea76866ef2b21c60a5e75a8121b65487ae57198cb099cf7306, '', 0, '?'),
(0xfb4481cf10e1ea5de69f7cdfbcaa2499, 'wp-includes/js/mediaelement/wp-mediaelement.js', 1, 0x00000000000000000000000000000000, 0x03bd5bce1479cfa83e955c1392efb02e, 0x61163c2d7aca0e6a681ca5bd28b4d8a93271e9d94a8748a1c297658704d9c992, '', 0, '?'),
(0xb31ce84d0c139fe97e0acf547c020eb7, 'wp-includes/js/mediaelement/wp-mediaelement.min.css', 1, 0x00000000000000000000000000000000, 0xea958276b7de454bd3c2873f0dc47e5f, 0x213fff5bf6dc5ffcc5e772f480e13d260ec80af62d257f211479b8071ba30dda, '', 0, '?'),
(0xfeeac6f6d51b4eba0cb739a5017bae3b, 'wp-includes/js/mediaelement/wp-mediaelement.min.js', 1, 0x00000000000000000000000000000000, 0x2b67f971fa55ec7f55b25c0af6f459a1, 0x2e79731b3ee6f76b12b735be0f6cc9947f9cd55a69253d1e11cc1566c8355d6b, '', 0, '?'),
(0x361718db18dadf17a81c582f80bf484c, 'wp-includes/js/mediaelement/wp-playlist.js', 1, 0x00000000000000000000000000000000, 0x92f80679cff32ca6b23ba0137731b5fb, 0xa17d68dd840496a375af623120902d71ddbaf1915bbb917e987992e64f7fc1de, '', 0, '?'),
(0xcba4d490927b25106bf2a58e23b666db, 'wp-includes/js/mediaelement/wp-playlist.min.js', 1, 0x00000000000000000000000000000000, 0xace20386f3337c475ee213634b5422db, 0x27e86522ca8c805f286e8c7fc966faed7777e089a81a199f4e14aa32ef2b201c, '', 0, '?'),
(0x4a10fe890c455ba57f3755d2d31aef7e, 'wp-includes/js/plupload/handlers.js', 1, 0x00000000000000000000000000000000, 0x326108da685f0873de9fc07143688f1e, 0x5dcdfd66218d9364d1aa09a44ba33eeb40436485813b21a8cd4702f6521d56f5, '', 0, '?'),
(0x8fdc3b28587060d299d6ec9170ddb708, 'wp-includes/js/plupload/handlers.min.js', 1, 0x00000000000000000000000000000000, 0x0af080d323b400286d6b6c1ce141abfc, 0x72e6a04983b4ffc8f1cf0a069969cb3607060677b71a3dd765b5af024d28deef, '', 0, '?'),
(0xcc568ddaae999cc612ea4dafe96ad381, 'wp-includes/js/plupload/license.txt', 1, 0x00000000000000000000000000000000, 0x751419260aa954499f7abaabaa882bbe, 0xbcff007631a3ea73d41d4eed3e63491f4412d9a6be9dd60f8449e9ad30ff1d2d, '', 0, '?'),
(0x6104e4fc2936e7efa206c01482d18ee3, 'wp-includes/js/plupload/moxie.js', 1, 0x00000000000000000000000000000000, 0x8923430da19a35c7b1efc792b681fc9a, 0xbfe8f3c349d2395f2f7818d47413359ae5a4e028bf2e67e274541a7d26beb09b, '', 0, '?'),
(0x8dfd15a94c85f2560f13ff5992e0ff2a, 'wp-includes/js/plupload/moxie.min.js', 1, 0x00000000000000000000000000000000, 0x5b6e97b8f1fc2f1cef763570a8b578da, 0x8f9be1cd302ce75dd0d0fe992c1ad1c9db1d1b5aa637e901077e33ad40cefdfa, '', 0, '?'),
(0xdf94bfcfcb198a8b9c487f8975d426e1, 'wp-includes/js/plupload/plupload.js', 1, 0x00000000000000000000000000000000, 0xdda0aa24705a5218d13e271c8c187cf7, 0xe022b3cd16ba96385b4a25aa2e1bbacb9aa463af7f560d0d0145bdbe29140e27, '', 0, '?'),
(0xf18aa276108c113a07b944b81e59ec47, 'wp-includes/js/plupload/plupload.min.js', 1, 0x00000000000000000000000000000000, 0x257fc7bf0ae0ea044d61aa63b6c06f7c, 0x9b5290d2df3a0c841cd54b32b7e9d3631d7efd6eb20ba176c8420d2852b80568, '', 0, '?'),
(0x354382290a5775beeabd9d2f46d2634b, 'wp-includes/js/plupload/wp-plupload.js', 1, 0x00000000000000000000000000000000, 0x6ee451c64cfaeb2ac6a52570859b7d7f, 0x3ca4c7c03d7f491481360c0db31ef3aa41a807e07e4ad78553de6f3d148cfe47, '', 0, '?'),
(0xff4cd9f3eaf3906535783f653de68826, 'wp-includes/js/plupload/wp-plupload.min.js', 1, 0x00000000000000000000000000000000, 0xcc93057ecab25b3d7ea1385cf9475654, 0x84945f0437201f6183b8f258622668ff7ee86fe9d6007bf7fdde32c76ccc15d7, '', 0, '?'),
(0xec3fd8d4defdb7689bb10290d217ce3b, 'wp-includes/js/quicktags.js', 1, 0x00000000000000000000000000000000, 0xf7f1cad5bc1ad060439835b57d263709, 0x7a4fa3839e1b74e53ac60e5d2c629c339f726fe997516448b6e44285f1a6485b, '', 0, '?'),
(0xdf8cf207912883a9a989d5db3281e1e8, 'wp-includes/js/quicktags.min.js', 1, 0x00000000000000000000000000000000, 0x8d703bfea23a93f5679e25d60ef16593, 0x4e38c52f5a37e19b89c70101e9dd198d977593bc4091d1ac51c43e909cccb0cf, '', 0, '?'),
(0xcb8de547e4af806f1b65b7ffef6f9c1c, 'wp-includes/js/shortcode.js', 1, 0x00000000000000000000000000000000, 0xe97bf5b755c0c98bc63ed715b7fb3ff9, 0x9fb5df82fc8cbd52dfaaae8565a0973664b4cca62fe5db9b217574fee552d7f1, '', 0, '?'),
(0x67f5e45d6252062588205a1d8ddb45ba, 'wp-includes/js/shortcode.min.js', 1, 0x00000000000000000000000000000000, 0x18e0dd81085ad19822288e41aefbfca9, 0x558594d49266a25a6f74d7dee48b135a425a72414dd241a5407bc894750355a8, '', 0, '?'),
(0xb54f97721023bdd4fd54ba478717bf21, 'wp-includes/js/swfobject.js', 1, 0x00000000000000000000000000000000, 0x9ffdba2cff497d701684657e329871f5, 0x3f94904c77829ecf2ee70f344d8deed5924685024ad2f83e664986e9b486059c, '', 0, '?'),
(0xf2b096fc4dc2d9a64dc62f0c7f60bc18, 'wp-includes/js/swfupload/handlers.js', 1, 0x00000000000000000000000000000000, 0xc2c1ec2ac323cd308b2dc6d58370f514, 0x48b323fdafa59f613a9a8731fa89c0d5f6f0ed97dfaf6f72726aec757ae07a56, '', 0, '?'),
(0xc56023e3d8479662af43d0e51bd68ace, 'wp-includes/js/swfupload/handlers.min.js', 1, 0x00000000000000000000000000000000, 0x6a8fbcda994be17e7109f588fcd8633d, 0xd91054f28cbf9118f4f564f154af797e23efef6a4922a32b8f2b331dc1c98908, '', 0, '?'),
(0x9a1a2dae947837c3f92841c434f9bbe7, 'wp-includes/js/swfupload/license.txt', 1, 0x00000000000000000000000000000000, 0xcbe05bb060c85e07882dc06ff751577a, 0xa9d13a29b29b369f6122337285dc0d500d4e990f3491794a8bd6b78d9355e971, '', 0, '?'),
(0x8ac124a1d6784d313ee8b25f3850000b, 'wp-includes/js/swfupload/swfupload.js', 1, 0x00000000000000000000000000000000, 0xccd72399988bf939dce13e2659526711, 0xdaf284dd99aaafe5528059592dc31cd2959826027157312803854b03e0bef1aa, '', 0, '?'),
(0xc2fd0931aa07f5d090e3808581533a28, 'wp-includes/js/thickbox/loadingAnimation.gif', 1, 0x00000000000000000000000000000000, 0xce2268030dd2151b63cdf4ffc2f626ba, 0x1742ff46fae5119c60bc462d9bcb6caeda9bb1525436cfe9bae5fcfed585fddb, '', 0, '?'),
(0xe9d4dee27493fe985a01d14f2783200a, 'wp-includes/js/thickbox/macFFBgHack.png', 1, 0x00000000000000000000000000000000, 0x189217c8b067ef86add757922c2f75b4, 0x5277cb2fe0bf68d7ed2671e8de5d5aa2bd5f8ff3c4d61f1d4e6779f49588b9db, '', 0, '?'),
(0x92767b4cf64a6cc58d80597ad560b028, 'wp-includes/js/thickbox/thickbox.css', 1, 0x00000000000000000000000000000000, 0x69d6aa1f5bafc0d02da2d4470496ea12, 0xdb19311df5e10d10a3d4634599af5e6541bb05944234ba780c7a1fab8f1b955b, '', 0, '?'),
(0x411945b6fb1ff4115b80608c11b78195, 'wp-includes/js/thickbox/thickbox.js', 1, 0x00000000000000000000000000000000, 0xd5d248a8730754587b4224c2d9ad36c7, 0x3b9640d2dbffb3fb84301b28a57b9b6f9f6915660e4bf5cfa4914551f7e29902, '', 0, '?'),
(0x393af99764af6f0a91f070605279a8a2, 'wp-includes/js/tinymce/langs/wp-langs-en.js', 1, 0x00000000000000000000000000000000, 0x08f8669f7453b17563a62e6bbb376137, 0x8dbe7b68c240eefbb7449a30f84bd9e5d263782c544d4815643fa60c14412dab, '', 0, '?'),
(0x970976be134f2e04847cdfa417d2b582, 'wp-includes/js/tinymce/license.txt', 1, 0x00000000000000000000000000000000, 0x6f9589e0c8df783acd1760d203bafffa, 0x5916e1e2a723774fde675e27e562baec913a855e17eb093d03e8b7a87cf4bcc8, '', 0, '?'),
(0x1c9c0a19247adf58a360ce0f08314277, 'wp-includes/js/tinymce/plugins/charmap/plugin.js', 1, 0x00000000000000000000000000000000, 0x9bb2e1a85cf507d3355ec0cc0bf9b518, 0x5b8f4211f21a2c3b138bef6a906665c34d55e16a7c29f27276b0873e55f30146, '', 0, '?'),
(0x6b13827f88b824364fb3d22d4e8578a0, 'wp-includes/js/tinymce/plugins/charmap/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x3d42b6ec9f848bb610500d4cf6e2a00c, 0xc295171288785b9e47938b2d0706f33930622e7a08914706f5de617ada3eca72, '', 0, '?'),
(0x4161f7404aa7f703f3f1c2d7c581b71c, 'wp-includes/js/tinymce/plugins/colorpicker/plugin.js', 1, 0x00000000000000000000000000000000, 0x1f2043b8c3c8ad3f64847bd7ad568581, 0xb991b542a4ea52ac00a82197e4849a0b99faa7e195519a8caec4efadc0273577, '', 0, '?'),
(0x2c3c930caa20df3f17435de1300b418c, 'wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xcdb6a59abe551818e8a3a6d61b68e00e, 0x8fef6568d3a78326ceadadfb41b5331f91062b575468c183150a1a29c83fffff, '', 0, '?'),
(0x0248438318ecdc21f303abaa11222888, 'wp-includes/js/tinymce/plugins/compat3x/css/dialog.css', 1, 0x00000000000000000000000000000000, 0xe5313168fb2b657a4bd2f5e06b931a22, 0x2a1333c655fb02230a5d9b5d1875686f0d039c8a18ceb2e10d3b3510196aafe1, '', 0, '?'),
(0x0e676fac739c56e3a33bedc7ff850a24, 'wp-includes/js/tinymce/plugins/compat3x/plugin.js', 1, 0x00000000000000000000000000000000, 0x2bdb6ec1c3d931d9ecbb169fcf6f5662, 0x4318c084f9541299289be74e2b952c8fb4544ee843c0f781cc60dea98a82ecbf, '', 0, '?'),
(0x305d8119714b27fb669878c1bbcfe3a8, 'wp-includes/js/tinymce/plugins/compat3x/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x4c927b02ec9bc57017eab8d7b6dcd2a0, 0x9fca6df6e6be91c85bd2533312c3dd27f84a1b1fd32ad5e5537473c46adbd6e7, '', 0, '?'),
(0xcb2181a223f2b0d5497c1b8f82db46e9, 'wp-includes/js/tinymce/plugins/directionality/plugin.js', 1, 0x00000000000000000000000000000000, 0x2601d622e85809262029c6cf3dca8024, 0xb5268b5bec40e0ca3588b928d308ac637691a7024cfb8d594936f0423b29062d, '', 0, '?'),
(0x26bc8b5d3057f1ec0a2913ff3d92bf03, 'wp-includes/js/tinymce/plugins/directionality/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x884572e84844add444b1c133a61f9a40, 0x3c96aefdac6f9440bb3ad91bfcbe9f2dc34567f4bfe1e22936015ed1bc27bfb4, '', 0, '?'),
(0x87171681f2509377aaa98d30e268ff39, 'wp-includes/js/tinymce/plugins/fullscreen/plugin.js', 1, 0x00000000000000000000000000000000, 0x591f9bbbaefec332c4b00d6d7d25a1c0, 0x33cbee5d2ed04243421965fdf4caa2d253e18828203fc05a7b18ef93c9f0baf2, '', 0, '?'),
(0x73dec58f5527f7ec14c06540a1648b1f, 'wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xd2923af1854be05bcf49775c89aa6798, 0x6065be8b09936e06b213edae4fa4a2d94a4da725b34eec6841efaf7b6768c166, '', 0, '?'),
(0xe1f15c39c3a33e9c189f84497a349363, 'wp-includes/js/tinymce/plugins/hr/plugin.js', 1, 0x00000000000000000000000000000000, 0xa40ec96b2b25c1356c33e6c1212db9b3, 0xd932609294d95269804c9db32365d884fc3416c736f267f4aa70866f7ef81312, '', 0, '?'),
(0xa0be8e7686925c51149ca5c02dbcca17, 'wp-includes/js/tinymce/plugins/hr/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x0911253e82299afa85c2950c033bb68f, 0x0cd88346e4ed53e50c145b6bf5cb03f826fd1f66fd20362ba062b07f3e90a81e, '', 0, '?'),
(0xcf808d7418471dc8a99d04c8c08ba444, 'wp-includes/js/tinymce/plugins/image/plugin.js', 1, 0x00000000000000000000000000000000, 0x8a42170c8d0a801b34d85caab530f03d, 0x511eb876f6a99353493e3b34be8e3110fb25bb7266ef2440cf70d4d8f8115c6a, '', 0, '?'),
(0xbb09e6e3e3456d5ba5acb3c7d86cc53c, 'wp-includes/js/tinymce/plugins/image/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x2d94fa5a43e96cc2ad7dc4e88e900fea, 0x79e718e954edd41f4e7a2ba8aa14e38614ade283868ff52708c3f3abfc2559ca, '', 0, '?'),
(0x8345626c388d79c0f61fc37d86a19097, 'wp-includes/js/tinymce/plugins/link/plugin.js', 1, 0x00000000000000000000000000000000, 0xf82a4e04c8926d51b90680aecc07b9c3, 0xc360339f6359518df8c1d9fe3957dead236c01bbf6d670cb532b47ed011cd834, '', 0, '?'),
(0xd658da897cee1e38d1f5c1ec7dc242dd, 'wp-includes/js/tinymce/plugins/link/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xb0f6565c1b120a5dcce1014bfb7327a0, 0x1a8d1e3e868b49d653d6d0b581b41d9ceac676b42c10a2cf71a655a1acdef25e, '', 0, '?'),
(0x21d55295e10b9b70fb6e4cd177e26d37, 'wp-includes/js/tinymce/plugins/lists/plugin.js', 1, 0x00000000000000000000000000000000, 0x6e3aa443bc42227ce7afee73b8bb90ee, 0xf431e92bc62505634894f19fb39cfaab3f21b11505a6239c83e9a675b3e898f2, '', 0, '?'),
(0xdd4a3006cff5a7c96aa05967da68a30b, 'wp-includes/js/tinymce/plugins/lists/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x1d6d5af175dd06021d60cf5d02856c67, 0x540698ef0648b1270e81a464c07f943f1d00d7fef5a04fced5e3290008445d80, '', 0, '?'),
(0x60f6a6943ba022ad2db9ffc82b7e043b, 'wp-includes/js/tinymce/plugins/media/plugin.js', 1, 0x00000000000000000000000000000000, 0x077519f391906aea6aa945761a290b3b, 0x2b249b65b02201c844b7c7c286b6ac25b85c58c5a9afe22aa63f93467376a26d, '', 0, '?'),
(0xc6858e908b06877c5fcb692f79a1d209, 'wp-includes/js/tinymce/plugins/media/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x111e5c52d4d0f2d41fc16f65884954bc, 0x00fab4bf36d2af625352df1a3fa045acbcce4fd24f141cabed23bf62b949a1f2, '', 0, '?'),
(0xfc98958cb51cc6aa71a5e682b38b0cd0, 'wp-includes/js/tinymce/plugins/paste/plugin.js', 1, 0x00000000000000000000000000000000, 0x6d4e3950e0b34d1b188c3c49a5604f00, 0xd1717468577272f45764f714ec94256dcabfd583cc4edd2ba32812c1a5142d84, '', 0, '?'),
(0xd92c28a1691c0f373a5ecc5e10e78923, 'wp-includes/js/tinymce/plugins/paste/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x6bd86bdfb5a42cb4d94163433ba74269, 0x1dd4d560456e708d02a8f4e6476c0b5cd4fd408a379547015817db24821bb0bd, '', 0, '?'),
(0x78eb8d82829f407d59c7038c69cb2b7f, 'wp-includes/js/tinymce/plugins/tabfocus/plugin.js', 1, 0x00000000000000000000000000000000, 0xa699cf8ec50c40ef2f404dfc6df34ed9, 0x9e780e4d919427c8a493e7b43dcedab7a63f248a7f03532c104679b884a5d6a5, '', 0, '?'),
(0x93f0ab760feeadf9c30e7cdf2df0c917, 'wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xc221f3fd3ce085bb175deabbd1720788, 0x158dc9178570165b06bcc8d0f60e14afd94c3703461e85a37ccb965a429c528a, '', 0, '?'),
(0x3f5dfd50fb2e0ea39831ffb483cc3262, 'wp-includes/js/tinymce/plugins/textcolor/plugin.js', 1, 0x00000000000000000000000000000000, 0x02dc2569a033c9e1d6c966e4e8fbdade, 0x28de01be45154cd9fba007d51c94625b998a4bda2173acd38ad46ec4b21ba3c2, '', 0, '?'),
(0xcd93df59e13336bee96ce7805918abb0, 'wp-includes/js/tinymce/plugins/textcolor/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xc4dc76993c68e4e4e8f0ceeeff70fc0b, 0x21c02fcc5b49e42b0da9f047edb2e2e011962044d5adcf37803d8e8eb7ae9327, '', 0, '?'),
(0xfd47fe9db2212368d41113390984f226, 'wp-includes/js/tinymce/plugins/wordpress/plugin.js', 1, 0x00000000000000000000000000000000, 0xabfe8ead341e68cfee6625b6d5627a0d, 0x0ed23c185b91fd6fd9ffa755b8e7c5c7d3b729bc160fee4527516b30d26f532f, '', 0, '?'),
(0x02751edec773b69b793627762caade3d, 'wp-includes/js/tinymce/plugins/wordpress/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xe9bdf549df031fe6b583e818dac7e4fd, 0xc62774d643943605ffd2eee52cac66e9cb68266129ad905d9af8f593c302d3e5, '', 0, '?'),
(0x2e20d3005f6f45ff5d41b55fd430504a, 'wp-includes/js/tinymce/plugins/wpautoresize/plugin.js', 1, 0x00000000000000000000000000000000, 0x640cbc0058638c4fb0400370dbcf25a3, 0xd06f4c944e1feabca8e54f94b7a928a1531eb8cc93cf772d178c51076994a6f2, '', 0, '?'),
(0xfae2907d87dbe1b350c39b99505ca91a, 'wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xb88b9554a163ab6eabae776b24d0d2b9, 0xfb9396a0162cba0f401af247e689864d57da054554bf2d04babdb88dd4fc9f81, '', 0, '?'),
(0x09503d4e3e8ca862226a3a7e5b517be1, 'wp-includes/js/tinymce/plugins/wpdialogs/plugin.js', 1, 0x00000000000000000000000000000000, 0x06f7aecb5bdfa28739eea0a498d15a81, 0x0c24921e278b8fe88d76aaa120b54437c73748ccefa4c46c5fc1639464ab904e, '', 0, '?'),
(0x33dbd5e91c1c27bab0c1524b9a4266fd, 'wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x514f31ff2f073c993e252206da58dce0, 0x8636e9729f2abc495910008f43ac393cf393a903e0ff054ada96204a2add7844, '', 0, '?'),
(0x3cefce75eabf961adc9cb5c70b59d45e, 'wp-includes/js/tinymce/plugins/wpeditimage/plugin.js', 1, 0x00000000000000000000000000000000, 0x39d6da8be0e91e0150c0684f8b9b7274, 0xf7517685a0b6abf4339ff6a8887af4e0cb675b7e41cc00ec4250701d42415b9c, '', 0, '?'),
(0xcb36a03ca5ca43eaefaebfb9563a2872, 'wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x7c46e095db079326a9bf66aa5a05f8a4, 0x33c0c2f57f9af4e27ef09be9ae964408fa155a49e51298c10983d2d141a1728c, '', 0, '?'),
(0xf2d22506af00faca7a9466c04ec87053, 'wp-includes/js/tinymce/plugins/wpemoji/plugin.js', 1, 0x00000000000000000000000000000000, 0x671c895cbc8044b1c6145fba999eea7a, 0x904aee3ed961b7b3f02bbd1165f158fc0ea8b688786af973cc7644f3343398b6, '', 0, '?'),
(0xbf40ea11c92cd0086e5c96809d2b6bb7, 'wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xd1ce7b53e26d646fdb640f194bcbc873, 0x7829b0fd45a88c8570084eac77bf6765ebac803c44f8a363fe854d63a7619201, '', 0, '?'),
(0x75bfdc33217041b3668529520faf4ddb, 'wp-includes/js/tinymce/plugins/wpgallery/plugin.js', 1, 0x00000000000000000000000000000000, 0x9d48345044e6111fbeb9d2fb444d5c49, 0x9b236ce496f1bbfc0cddd74c78ce290eee249d33b17852d1ba2a0b5c392d9e11, '', 0, '?'),
(0xeb4fd3bf10fa3b0ea43d5c144abc7a79, 'wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xe692a8504899e953b1e96c8daaecb310, 0xadbba3799e0a99edb6f7902287fd6d63401c599b298dc70af08cde314669be96, '', 0, '?'),
(0x086b981591b203d0126285c967538819, 'wp-includes/js/tinymce/plugins/wplink/plugin.js', 1, 0x00000000000000000000000000000000, 0xa057a76f743909bce2a9e2f43b888e22, 0x37f867369413bf44195026b1751065d09d2dfa9b283dc21195fdc8f765fdf9dd, '', 0, '?'),
(0x4cf78529d1d96124ad442defd3aeaa4a, 'wp-includes/js/tinymce/plugins/wplink/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x9fe35a0b1b7b33a545272a5c8d3710b0, 0x7d80326778c2ad09ae4c1d9662ddf538f2df503f77d9919f8f61f3b7882e8c00, '', 0, '?'),
(0x22054574c97988739fc3edde1a7c1567, 'wp-includes/js/tinymce/plugins/wptextpattern/plugin.js', 1, 0x00000000000000000000000000000000, 0xbbe31109bb4a2955ac73c0b0ac1e8d8c, 0x15933273467f87eff5cf7c873a55f195347b6ada28fe23346f482e6af8189db1, '', 0, '?'),
(0x332b7ac0ff2e86b182360e517e5d795b, 'wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x091dd1893b9d7916fd4111200ac21e3c, 0x0dcdfd2c97935d6df92e304df1a7e5e24589c678e67a0b31701faf381ded5539, '', 0, '?'),
(0xe3e11e71d53832bdfa1f76c22614234d, 'wp-includes/js/tinymce/plugins/wpview/plugin.js', 1, 0x00000000000000000000000000000000, 0x928b4ce8221ec290c1b8f8cf863783a1, 0xf1a9490ba7b93413588ba6726531b76bd1afcacaf8587224faf59812ab72f960, '', 0, '?'),
(0x16576c85d8793acf00566e6084640096, 'wp-includes/js/tinymce/plugins/wpview/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x0f1c45aeab591060112ce9ff3f7f4ace, 0x6c9611a840a2967cf8f13cc6e8cfb0be7afb625da23db7e9ec5451641c4e00b3, '', 0, '?'),
(0xe15ab18eae283e28aa3162deab945aea, 'wp-includes/js/tinymce/skins/lightgray/content.inline.min.css', 1, 0x00000000000000000000000000000000, 0x0de56511864c9de2a5cdb878010fc550, 0xe9e107929b1b2ededd46f4db782302beadcaac84bbd6df219dccce76f6f1db90, '', 0, '?'),
(0x02de1994e4a5ea1c37992687f20cc880, 'wp-includes/js/tinymce/skins/lightgray/content.min.css', 1, 0x00000000000000000000000000000000, 0x0be8f6d47b7eb85f49cbb5b54feb4b40, 0x25a75c982e15af22f3bd55d29a56ec26ec39845c5d8cd45e64259ea9cc7a6724, '', 0, '?'),
(0x19fbb33ed92fe1a1875ff318b3e9c3c0, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot', 1, 0x00000000000000000000000000000000, 0x12d26c285b71d790f4b0c94423ef1f99, 0x165c73d9b6d26862a2322e3bd86d6046a3d011725e26f3482d7709977956b57e, '', 0, '?'),
(0x123ab25890e632ec4dd3fed67efbc818, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg', 1, 0x00000000000000000000000000000000, 0xa2a1f732cc34764c684ed521c6f3327c, 0xafc2cb33694128d60cade670ed02e7089647448effda94ee05f0b4f7a3ef1dc1, '', 0, '?'),
(0x6017cefec7531194604e498b5e47ef08, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf', 1, 0x00000000000000000000000000000000, 0x28806940c647cf671bebf4ae0630e570, 0x0b47e7bd0ff9123c9a2f0ff7143134c585d54cebd2359fbbb8b9a315149cb821, '', 0, '?'),
(0x8ffb7418f730c367f1bb61862fc5fd9e, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff', 1, 0x00000000000000000000000000000000, 0x7e0c88f02dcaf2f78c90b4dc7827b709, 0x8a997bda8bfec24eec6fdcd7235814c12b586527a2a38c86cf5f85dee5c73e1a, '', 0, '?'),
(0x760cdab4a1e5c7d656b9bdd84bb5fa50, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot', 1, 0x00000000000000000000000000000000, 0x06189313e1c7504e1edaa12766c2cfd9, 0x0d5d867e5bb286af90bf9bf75fcbb3be509842ca544160eea9bdc703af2a2c4f, '', 0, '?'),
(0x9d51a0b2c1ccd481ef328a3775eda04c, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg', 1, 0x00000000000000000000000000000000, 0xd031f47facf4331979b6f9fbac3187ef, 0x097dacc54eac093cc976e37fadb71f4203b11b17532502e198735cfcfef75384, '', 0, '?'),
(0x50e38501f130b981618bbc52d37a3d20, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf', 1, 0x00000000000000000000000000000000, 0xdb33e7676b65cdbfddbe8cdce17ca068, 0xd8488f8f7a166ae99ea825c2180e89b910b285703dda5ad5e096694e41875af4, '', 0, '?'),
(0xb81ae413a1af6ceecedef93317c88ac2, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff', 1, 0x00000000000000000000000000000000, 0x50c955d592e8a54a0e4cb4936d386076, 0xd39bfa7651b4966be2c40ab9836cd85ddb60ce95ba8fdbb7f4952b7dd26b4fad, '', 0, '?'),
(0xf5a586c2d8de3e192b1bdc9e4c5bee6d, 'wp-includes/js/tinymce/skins/lightgray/img/anchor.gif', 1, 0x00000000000000000000000000000000, 0xabd3613571800fdcc891181d5f34f840, 0x2861666fd107d278d4449970615136d06d7f746be9bb19072cf9c8f30e565e1e, '', 0, '?'),
(0x4c1f3c23b3f313861ad27fe1bcd3dc7d, 'wp-includes/js/tinymce/skins/lightgray/img/loader.gif', 1, 0x00000000000000000000000000000000, 0x394bafc3cc4dfb3a0ee48c1f54669539, 0xf6f13b91b4c0548ba54f602836ccd82cc0736b865a908bfb63d8521dc513982b, '', 0, '?'),
(0x6f50f0fb1463998781ec6fa92ee47214, 'wp-includes/js/tinymce/skins/lightgray/img/object.gif', 1, 0x00000000000000000000000000000000, 0xf3726450d7457d750a2f4d9441c7ee20, 0x86a0231f3b1f21e4e1490ca7882ec03ee7751cca8df253568edd6d7b7cf1652d, '', 0, '?'),
(0x9858b8d4cdec6735fbf49fbc289d3d63, 'wp-includes/js/tinymce/skins/lightgray/img/trans.gif', 1, 0x00000000000000000000000000000000, 0x12bf9e19374920de3146a64775f46a5e, 0x9cf020d7c3bba7f5ab10cda54aabef934f906d4f9a3acf99e9e7dc6c98579635, '', 0, '?'),
(0xd9fe033ecf7ee421f0aa67c50c718b98, 'wp-includes/js/tinymce/skins/lightgray/skin.min.css', 1, 0x00000000000000000000000000000000, 0x535a474e0799c2da9168379230ea07fd, 0x3a26bfafc364f3c4c29764cfba7a665f4f7cb2a27662c11a13138d3d4410efb7, '', 0, '?'),
(0xc4885e41f59a2b6c86aeac6ff86489d2, 'wp-includes/js/tinymce/skins/wordpress/images/audio.png', 1, 0x00000000000000000000000000000000, 0x377e21e6dfe0008ef7c6d4fd2208770b, 0xe767d6c27ac2d9cf2e6789560ffb3aab835b91a5ccd3d099a148291c02c89eec, '', 0, '?'),
(0x46488c8ebc3301306d8f3abdb8739bb6, 'wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png', 1, 0x00000000000000000000000000000000, 0x7852de09ac59b5589ed4dbdda4e4dee6, 0x6da6c1bf1a63bca7971cc4adcdf3b6bd5d03f0efec8a5b88d45ede5085b71477, '', 0, '?'),
(0xeca1e763dac62e4417c272bf207cf6ee, 'wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png', 1, 0x00000000000000000000000000000000, 0x52d0c08fe45aca3f662e81c738f5e209, 0x05c2e48ac02e6325b463b02a04477ea3d5a23e805964839da23a8d371403d76a, '', 0, '?'),
(0x04c8840794ced3781879a8e581f58bd6, 'wp-includes/js/tinymce/skins/wordpress/images/embedded.png', 1, 0x00000000000000000000000000000000, 0xf58daaa070dd4ea21bd6790f7ec36e22, 0xbf067bf307b975d578d310278bc0c20ea14aa6c2ba406919221f483bf25d3668, '', 0, '?'),
(0x46c101f4acc3835c9f4fe7a1660c67ee, 'wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png', 1, 0x00000000000000000000000000000000, 0x1ecaee31ec029ded0e18f576958a5214, 0x4e3347d127b260cef78f2b523ea2505d45ebfaceb3672fff623f8fac1ea85558, '', 0, '?'),
(0xb25f66f4e7b21c3b77d061cbd9da81b1, 'wp-includes/js/tinymce/skins/wordpress/images/gallery.png', 1, 0x00000000000000000000000000000000, 0xa1065fb19f8c105077f9b4501055db34, 0x3c577e85eee1d8b60ba1c72bd1684e8c0ee98439e7d7fa31cc5fb033d5778b73, '', 0, '?'),
(0x46019648c89d6ceb6593c916011b23dd, 'wp-includes/js/tinymce/skins/wordpress/images/more-2x.png', 1, 0x00000000000000000000000000000000, 0x6c2cd70b1c8972cf25b85e1e78a5251e, 0xfeea14c3593dd15f14ae62b0bb7ccaa726662cac0b893c16bcc3038fa3b6a4a8, '', 0, '?'),
(0x4e8f33dd6a4070753593abb6bf5e9b86, 'wp-includes/js/tinymce/skins/wordpress/images/more.png', 1, 0x00000000000000000000000000000000, 0xfcb7bcd40abc0a6d003bfc0fcbabe67a, 0x2490b30676e7da6f5e841bb2d8559b20bf41008febf43af28d5c43a87515bfbd, '', 0, '?'),
(0xfa8aad7e858b0c610f25a1eb211ebb50, 'wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png', 1, 0x00000000000000000000000000000000, 0x7bce36bf2355513af7917c193e23ebd6, 0xd228ddee5b0ad713ccbbe2896f9f52416f9133a4bc5e05e608a1c60cfd190804, '', 0, '?'),
(0x07bdbd9323ad90f9db15093e1cfb0437, 'wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png', 1, 0x00000000000000000000000000000000, 0xe449e3da6dc51f85fc4c571179dd9348, 0x169d0d666cf4d5a42fe53b6c5ce4e2055c2e3608828e72c723509c195bd3c1d9, '', 0, '?'),
(0x94984086bb7bf74aa4e1ab35e4b7b458, 'wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png', 1, 0x00000000000000000000000000000000, 0x552cfb3a29ac01a0d88b0422c5517159, 0x22e4021c1d4f6ffbdb8889e1c53cf6806f45532d4d4fc3b7e597594e802189bc, '', 0, '?'),
(0x37ab2557797ed7b9503f0f10ab78f2e7, 'wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png', 1, 0x00000000000000000000000000000000, 0xa56c7a563660776d5a421c730b8dcfd6, 0x0d20a13817f3feaf1426f84ae4a63334b0d0b1a5dac7bd03101603bfbbc1bdfe, '', 0, '?'),
(0xde335eebcb504d9f5998e6ed488844d8, 'wp-includes/js/tinymce/skins/wordpress/images/video.png', 1, 0x00000000000000000000000000000000, 0xd0c2b6f7a042a93d0d7abb1e83336ac1, 0xa188c16982cdc407491e2f1f3db44dbe1b4d1e589e3a4de641d57076dc010dc5, '', 0, '?'),
(0xdbaaf2eaf7092ee6d5b8df5cbef20eaf, 'wp-includes/js/tinymce/skins/wordpress/wp-content.css', 1, 0x00000000000000000000000000000000, 0x8091ca12bafbea286c007455dd00ed62, 0x85e93829c5a3091c5545187eaf553268d085ff68e4c91cc7075ffa320b41012e, '', 0, '?'),
(0x80916168a423d4ed38ed63f19cc20583, 'wp-includes/js/tinymce/themes/inlite/theme.js', 1, 0x00000000000000000000000000000000, 0xf51c77b5905ab12e3ef9c3c2259afcc3, 0x7ad366b3858aeb6cf72091ae07b8c900eeb1b99c7139e3db77a8dbf19bdeaf8b, '', 0, '?'),
(0xc60999b72341a90a230262231efca03d, 'wp-includes/js/tinymce/themes/inlite/theme.min.js', 1, 0x00000000000000000000000000000000, 0x7b481194bebb48661b83a258e3ff090e, 0x460d173f29a3d5928e5f0a7f6eb02256b043512f8299991b49a9b928e9d38d94, '', 0, '?'),
(0x722b7a6b3bbb2005340618afe6574913, 'wp-includes/js/tinymce/themes/modern/theme.js', 1, 0x00000000000000000000000000000000, 0x148b19d02f928ae66fed91adb39f66c9, 0x980a3b7e268d03b70cd5adef48bc39c493ee6d94e0fc5fdd89fd6ba233c093af, '', 0, '?'),
(0x6e23a9743d95278592c1def5625d7bf1, 'wp-includes/js/tinymce/themes/modern/theme.min.js', 1, 0x00000000000000000000000000000000, 0xee75ddd3e6a9b205b105d05e9dac72d1, 0x4dfbd32f8c916f9a58235ed59332f212f7dc873c2ee4e6534b3886f205987b63, '', 0, '?'),
(0x822874546c44ceac372687b34d502ec0, 'wp-includes/js/tinymce/tiny_mce_popup.js', 1, 0x00000000000000000000000000000000, 0x4237af4931ba3003048f8eb5b98364c7, 0x0efbbaa427d09705afb3052f06211adb1f61218e7eb329b5c13144120ce418a1, '', 0, '?'),
(0x09d639848366de88559c66f2fee6079c, 'wp-includes/js/tinymce/tinymce.min.js', 1, 0x00000000000000000000000000000000, 0xf89b18422c3a2b2e95315dd5b7eabe8e, 0xfd9c6c319f4d37b2d3aea20289a2aaf9c65deb7ba1650232ba9a307d0b80fd2b, '', 0, '?'),
(0x476db9993a86074dc4be56c0914cd089, 'wp-includes/js/tinymce/utils/editable_selects.js', 1, 0x00000000000000000000000000000000, 0xa14a93897132a4a24927c64a9739ff45, 0xbf7603e0a1d1476a73dfdd1f66999f0965aa64c926e4a567b7071eff2ba1f6cb, '', 0, '?'),
(0x2ad1fe8f4c12ed6d262632fdd50a6215, 'wp-includes/js/tinymce/utils/form_utils.js', 1, 0x00000000000000000000000000000000, 0xbf88fc6ca25582825493849f19fa4c69, 0x764cfaa2e21b75733c2a72b957d2aab50c89a3db2e007cf55206679fcae5b4e6, '', 0, '?'),
(0xecb883fa7615c8db36e09a3b980e7e8f, 'wp-includes/js/tinymce/utils/mctabs.js', 1, 0x00000000000000000000000000000000, 0xeb81a1ec2259f9b1b4933e7855e5ada3, 0x2597597d12dabf8312261429fb01a2f84d61596782bfd08dc9dced2aa66c8105, '', 0, '?'),
(0x344149178e6e12303988860f37026360, 'wp-includes/js/tinymce/utils/validate.js', 1, 0x00000000000000000000000000000000, 0x434cc20c313f6f2b033b84f8fb7b5986, 0x6bbb48e3c63bc600956b43d473b109274bd82334352b65457c169e0feb15dc30, '', 0, '?'),
(0x5477bbf83d89c12ba636d7f80fd0c6d7, 'wp-includes/js/tinymce/wp-tinymce.js', 1, 0x00000000000000000000000000000000, 0xffe71832a7c66be8b8df4640908d5166, 0x21b68af5364b880163b11f8534023ab46562d65d14b99fd71350c72c8f98d016, '', 0, '?'),
(0xcfc2c813adc10b48d4b9f2dc66eb6be1, 'wp-includes/js/tinymce/wp-tinymce.php', 1, 0x00000000000000000000000000000000, 0x300743a1814a972b20d7f0655f3f59aa, 0x6e69d1fe51e718037f62712aaf7fbb95ba1e541e38c83160a8e94bfd948bc71f, '', 0, '?'),
(0x1270db9ed4324e1c3c3a5aa537bb7282, 'wp-includes/js/tw-sack.js', 1, 0x00000000000000000000000000000000, 0xb989a5bd84f6ebcbc1393ec003e6e991, 0x7ba26e5d14d600d68898dd6e7fbb0dcf11b5f4c93ca70e77cbb7582983e0da3a, '', 0, '?'),
(0x8bba14b0c568142bb9ab42ccc6f21dd0, 'wp-includes/js/tw-sack.min.js', 1, 0x00000000000000000000000000000000, 0xa3b3fabcf845edad4a169343add9b94b, 0xf25e3e4d9974f7c8f9e622545b1569efdd36ff674f923e13e34e3a36fc0f47aa, '', 0, '?'),
(0xcfe98bada1827b5eaa074d552af48d5f, 'wp-includes/js/twemoji.js', 1, 0x00000000000000000000000000000000, 0xc9e9b421239fdb7f771bfc8e8c74dd2b, 0x1a0e5b3bceb2709133504b971968765073e53db0b0bc0bc12e2f125c8519928c, '', 0, '?'),
(0x4de53b43e5cc02cfd5d5385979efb28f, 'wp-includes/js/twemoji.min.js', 1, 0x00000000000000000000000000000000, 0xbd911c47ffa6cebe9968e2c5c81af2c1, 0x7c289bb94f7c9d7a258261d3ae8804d350ec8580c8f5c98afbfa64f8ce8a5e5a, '', 0, '?'),
(0xcde733c0cdcd0182e41946f43cb6a138, 'wp-includes/js/underscore.js', 1, 0x00000000000000000000000000000000, 0xf893e294cde60c2462cb19b35aac431b, 0x8f3841d832e9787abec2003c472d08874509e602b072db10efec87ae3fac529b, '', 0, '?'),
(0xb275e6d83c65e7789bae40d688c2883e, 'wp-includes/js/underscore.min.js', 1, 0x00000000000000000000000000000000, 0xdc95efbaca369dccfda71412431de555, 0x46aaedf3462ea650848b9f3820dcda5dbce5917b27973414b625d95b18ea3634, '', 0, '?'),
(0x3ce6686ad8098e34bdbb983461d032f6, 'wp-includes/js/utils.js', 1, 0x00000000000000000000000000000000, 0x3328e64dc78c8f83b8a976dd416b1269, 0xb1bbc170f0f769d024f35412bc17268459eccd2d76661706321cd62ab1357766, '', 0, '?'),
(0x19fc0f2655580de84c34147b9ae2d1d4, 'wp-includes/js/utils.min.js', 1, 0x00000000000000000000000000000000, 0xc6fe48bca8ff16583cacfe347d4a6fd8, 0x8b16caf9e42b712c379d6a298bf9adbc5e4f82eddc7ff3941a0a8ffdc70908d9, '', 0, '?'),
(0x5d2852aa262110e2c6313b993398ea12, 'wp-includes/js/wp-ajax-response.js', 1, 0x00000000000000000000000000000000, 0xf1eb3b28419b46bc4d93f760e543167d, 0x7edcad1fdde628dc819687cd1c0ce39e63afd03c6872136181fb3f905e220945, '', 0, '?'),
(0x12758c293803464739a143b0289db69a, 'wp-includes/js/wp-ajax-response.min.js', 1, 0x00000000000000000000000000000000, 0xe42f27d6179a5d518c8a5fd7c6685926, 0xce20e341e36aee097e0e72d4630ead64b930e6b47a6725d4a59932ce1753774f, '', 0, '?'),
(0x217c1128df79cb57982a314f6f324375, 'wp-includes/js/wp-api.js', 1, 0x00000000000000000000000000000000, 0x4a2494492cfb02a215d3a171ee869028, 0x52008aabc6932a6d3fc37f2fb6aebedaf5622f052c8313e9feb21ca8cb5c81bc, '', 0, '?'),
(0xd39fee02f106c76d79ac2b0a661de93a, 'wp-includes/js/wp-api.min.js', 1, 0x00000000000000000000000000000000, 0xb7d6e1947ae62e2bcf6973d884b1a105, 0x76196cc7984e84124fb7d9619d83a7b86f2343fdbfbb0af219cab3859e948b2b, '', 0, '?'),
(0x93882e8f9976382d7f724ac595ed7151, 'wp-includes/js/wp-auth-check.js', 1, 0x00000000000000000000000000000000, 0xd92e8027e527bd17fad278c48962d397, 0x7457e811702eb710843f08fc9b849bb85da230f4a20485a0e8ae9f2b706f1129, '', 0, '?'),
(0x7455d22f4473a449daa417dc737412e3, 'wp-includes/js/wp-auth-check.min.js', 1, 0x00000000000000000000000000000000, 0x6283adf848ff1848a76894050e791263, 0x34e0599d3fa7bdb90ac6dbbabd5aa643b330b1b370a397e504b64e8b5531e90b, '', 0, '?'),
(0xf4ad6ae5381dfa9cc8c48fc31aacb1f3, 'wp-includes/js/wp-backbone.js', 1, 0x00000000000000000000000000000000, 0xba62f36757662e2bb4585c05dedfd070, 0x0a5495f378b4f64e8740a3a8735fbe934c60cd452af864c00b80ed7f4894633f, '', 0, '?'),
(0x303c9211cec5c8ff6cdabffef64aade2, 'wp-includes/js/wp-backbone.min.js', 1, 0x00000000000000000000000000000000, 0x643ca3336f29d3cab7ce9dd7da8bc2a6, 0x00ab0ede03ff2b434647be9a6c06809cad6cfa0889fd0af13a2451bebc83de8b, '', 0, '?'),
(0x18d492d7e3be419f95d7d9f972ab8e5e, 'wp-includes/js/wp-custom-header.js', 1, 0x00000000000000000000000000000000, 0x284b8547296847f3521f043cf87cdb34, 0x607b5412d2a8f5c1ba02c88fa7c52b8785fddb90c3740bbad6066099c303a01c, '', 0, '?'),
(0x5a985f228cea7eb44acfc08f1bc9e4e4, 'wp-includes/js/wp-custom-header.min.js', 1, 0x00000000000000000000000000000000, 0x95b069cef80307604eb843676b41da51, 0x33247b93eb6ef4f80b936743e4a0d95e24475472a997914c190c51e46513ef52, '', 0, '?'),
(0xb18b3db79d2d58d48d6e7b5db71b7066, 'wp-includes/js/wp-embed-template.js', 1, 0x00000000000000000000000000000000, 0xdbd0d1fb592c2e6eb891e7321206518b, 0x537c6c3e7fa1e40a77c6d977e25af868b547d594c3651ee63f6fea3c9b40db3f, '', 0, '?'),
(0xbd905a2012f8904f19670a578b579232, 'wp-includes/js/wp-embed-template.min.js', 1, 0x00000000000000000000000000000000, 0x133c315433779bc4804a93c209e7e023, 0x3e6931bf8d9e575074e812ff7858bdda4027aacd937741715a073200cd4ffa37, '', 0, '?'),
(0x80d673536bdc69ab3c342763ec2d1336, 'wp-includes/js/wp-embed.js', 1, 0x00000000000000000000000000000000, 0x23e24e824f384c5eb11e73576b4ac93c, 0xbc9820f919459f10f0bdbb3ee9b2405fd630b39bc52112cc4207b594fed7350f, '', 0, '?'),
(0xe64a7e5f6fb866996bb3a8f6f3bacf0b, 'wp-includes/js/wp-embed.min.js', 1, 0x00000000000000000000000000000000, 0x04133d37cfd0f08267530b905a5ffff3, 0x3a3b8e0b3de9f00a07c9173b216e2e9ec3268ef13d2c096265ea906b0a645449, '', 0, '?'),
(0x7fe674721eb3ceb5461b5fee20c3c7d7, 'wp-includes/js/wp-emoji-loader.js', 1, 0x00000000000000000000000000000000, 0xfe59084e6bc4be1624a6d93df4e63e17, 0x3bd18768dfeecc7a1f872361b522ae374b8e2e201b29f83abae1d978f5869c3c, '', 0, '?'),
(0x3bfc1dedd9e2012a0b311a6ebdc334d3, 'wp-includes/js/wp-emoji-loader.min.js', 1, 0x00000000000000000000000000000000, 0x7000dea726f734ed07227e6f1abebb13, 0x3b047264c29dc41743f2e49d8abfa98bf433f61a75789def509d206985e6b347, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xcadd0962a20cb79638ce5bbf90b6a579, 'wp-includes/js/wp-emoji-release.min.js', 1, 0x00000000000000000000000000000000, 0xb2bdc6d8dfd107ed138f042d71ad4be2, 0xed807af05b9a33a49d7c9ea1292b59f7f7adfe2470fd62cd3d28573c95d0ea86, '', 0, '?'),
(0x008cfee63b66f31bfa51ee3d2ac795c3, 'wp-includes/js/wp-emoji.js', 1, 0x00000000000000000000000000000000, 0xbd3c01dbc3b971ea143a6a4628400dba, 0x92eac32d768828187ad94cd02d265d137e13a375751cd198a36a311ce555caf3, '', 0, '?'),
(0x5b923e9578823b14f2776e122f748d48, 'wp-includes/js/wp-emoji.min.js', 1, 0x00000000000000000000000000000000, 0xa98b282dc6d835e7c63db94f2bc15a38, 0x21b7631bb55e3c13ffa2855140a024985d63b46543aafc164ffd0a5e4feb4e68, '', 0, '?'),
(0xbf99b83d563ba2178bededc24e2e4b07, 'wp-includes/js/wp-list-revisions.js', 1, 0x00000000000000000000000000000000, 0x5019624f50b503784fa5727337a9b532, 0x81230cb4f23b0c77b43104a381b02ea5cb42d5c6f0339513665f183bcf5066f7, '', 0, '?'),
(0x4534edd766750d23523a6b211e6a6768, 'wp-includes/js/wp-list-revisions.min.js', 1, 0x00000000000000000000000000000000, 0x6bca22d5b17b85037767147333536b25, 0x4455833f304411b8a008a1f0b4e0b4e63b65091ad4e1d0b23214d98ff1a8f58c, '', 0, '?'),
(0x9f6276bec9154592ecb448d5c7e3ce84, 'wp-includes/js/wp-lists.js', 1, 0x00000000000000000000000000000000, 0xcd817551314bafab7fcbee0bac282570, 0xf91a1053a0aac36c9b34759aab6412be8787d7f31f277d25afea9e233915fb25, '', 0, '?'),
(0x9639b565dd45f880627fddbe6cb433a2, 'wp-includes/js/wp-lists.min.js', 1, 0x00000000000000000000000000000000, 0xdf360a33e64d91258ff738d8ae445397, 0x06affa3427321a1f6bd5e7bd1609697e9033f383810a3c327b076d551287f05c, '', 0, '?'),
(0xbf23b24175490c2e46aaf92ff6a0c70f, 'wp-includes/js/wp-pointer.js', 1, 0x00000000000000000000000000000000, 0x7c3581af000bc58db4f8129ba6cd12b2, 0x97c22563496492e667c98371d34548dab060364514d3aa4548b7761d08862688, '', 0, '?'),
(0xeaafc787be1dc6db34cb93541f60a16b, 'wp-includes/js/wp-pointer.min.js', 1, 0x00000000000000000000000000000000, 0xa6b1f0f1180e40f7847a2a6d660da570, 0x323ba53d714a1935e6d51ac0cd36e6e49dabbf7eccff9cbea349d864a7bfc28e, '', 0, '?'),
(0x9bedaa5d6abc6cb127b2f496bb2f7835, 'wp-includes/js/wp-sanitize.js', 1, 0x00000000000000000000000000000000, 0xbe9dc83a6b99eaf3458b743651d01b99, 0x79cea656ade5207dc99b0f71fe8ab7914b3edb88503606d3c42af7de430a737d, '', 0, '?'),
(0x898a8c26f686e9027d3f1de21a7360be, 'wp-includes/js/wp-sanitize.min.js', 1, 0x00000000000000000000000000000000, 0x345ce3beb91fab17ded64b7914e47a98, 0x877dcf8f0dfeeacb33152d168cb0dc66dfb1fc6c2e31d163eba6597be2f22c15, '', 0, '?'),
(0xa43f3f6ebfebe6e5fde55f326790b76a, 'wp-includes/js/wp-util.js', 1, 0x00000000000000000000000000000000, 0x2c02aa97431dfcc81a82c8f83ab1cd3b, 0xd55c5d0515dfe79a0af8742cee2560c7fbfa401cd0a114b6ffa65f23b60faee7, '', 0, '?'),
(0x482b80457e997d0ea73151dbf0bdaed9, 'wp-includes/js/wp-util.min.js', 1, 0x00000000000000000000000000000000, 0xd7d084f508f3d6965efc4be3bcfa255e, 0x37dc0d03afe42db43a20e72088e526bb6444cd637670279652c1ec49e4a8eba8, '', 0, '?'),
(0xf541346508f8eac77bb95e9a8186d25a, 'wp-includes/js/wpdialog.js', 1, 0x00000000000000000000000000000000, 0xc6b779020a09eebd206570dcd4a90666, 0xd5c3212ff28e419f83661616d3303d938847d3378a68952f867555ef26678c9e, '', 0, '?'),
(0xdf97cf0b0651b5a675e221d9b678955b, 'wp-includes/js/wpdialog.min.js', 1, 0x00000000000000000000000000000000, 0xf115cf2572a2a18ae56ec045f61abafe, 0xe217138a4270d88b7fc54579d9f93eb433df2fb7baa90b29e9bd726dbde85a78, '', 0, '?'),
(0x9ab07774f248a9ebe1172d739300c26e, 'wp-includes/js/wplink.js', 1, 0x00000000000000000000000000000000, 0xccf54fa65c9b33ce8d2069bd8e3fa0c4, 0x61d3f100beabef155b2547e573b58b2df015a1c38946a1da595c5e5cbcff9f89, '', 0, '?'),
(0xdf0fe0d2c12289bb96becd63296adb22, 'wp-includes/js/wplink.min.js', 1, 0x00000000000000000000000000000000, 0x067b1858667ec737ba52026e37c22f77, 0x01017e866b42334aeb4b15d5b76ef232f5a2f2e66968e236594219856f62c425, '', 0, '?'),
(0xfda9d57f27e68042e2088aad37531dc2, 'wp-includes/js/zxcvbn-async.js', 1, 0x00000000000000000000000000000000, 0x133d902461d45b5a46295e0a9f13f17e, 0xd675eebabc5139d2ab7b12bdbc376f037d0ef980edb6ee05e660df2d6e5701c6, '', 0, '?'),
(0x4c28cafda26ef8395b1232c04336e59a, 'wp-includes/js/zxcvbn-async.min.js', 1, 0x00000000000000000000000000000000, 0xbf8ad109c3719269fdec077456a255e0, 0x829cb24641807da0d360900e55109a2c09828d4f68c69368b903507e30d72d1c, '', 0, '?'),
(0x4af2be81acb4ca4f68d3fdd07344d8be, 'wp-includes/js/zxcvbn.min.js', 1, 0x00000000000000000000000000000000, 0xa0ba2f2c8a1dd2594208e4f45b50b390, 0x4b9a751b50f3be95022095134b1a86c500d5cc59412c51d7a9d4a3f05b19db75, '', 0, '?'),
(0xa0e0d196dd71dde453474b0f791828fe, 'wp-includes/kses.php', 1, 0x00000000000000000000000000000000, 0x2f9020522f2b4a8b502db19b64c79ea7, 0xf6c90791804c3c7ed04571c9ea562dfab67d96c819f71c7d3bf84fbc425aac85, '', 0, '?'),
(0x10c9e8eb133a7f6da1b05bdda2af3a23, 'wp-includes/l10n.php', 1, 0x00000000000000000000000000000000, 0xb2d26e72a3cbc753fb221d5c49006d73, 0xf6899ddb182f585052fe7e501a3c065dc08e403a9dd942172efdc0741989d845, '', 0, '?'),
(0xcbef1d76ed452cbf2d4fe47bcf01ba96, 'wp-includes/link-template.php', 1, 0x00000000000000000000000000000000, 0xdf1b047ffda321b83106fa83feea5ed4, 0xe354f399f53397de2cc46c408cb1c70cb44421d64c2af3565cb4dce58dd91e6a, '', 0, '?'),
(0x5f6a18f5f0875fb1a82fd4ccd679d3b1, 'wp-includes/load.php', 1, 0x00000000000000000000000000000000, 0xc979463c1cb7c94cbe59bcaf60ddc77f, 0xa6d24b0e2335580658e71b605da4b05d7acc36550b9fc2c118a043f8a5ab61ae, '', 0, '?'),
(0x4436066dcb658e727b704be84f181092, 'wp-includes/locale.php', 1, 0x00000000000000000000000000000000, 0x87c6b20034a6296ff3157962551b5ea6, 0xc3183cd2366e8f27fa4a9ac1b3e5f45f0cc106d909190b8a5325d1e14707564a, '', 0, '?'),
(0x61c6c50383c9fb286de04542fd086cc9, 'wp-includes/media-template.php', 1, 0x00000000000000000000000000000000, 0x98bbac5cd24c42eeced5d1b1931d8c79, 0x21f13d4b0eb8b2ee871baf0715edb0c6482789e12e9b7fcd792fdc890bb84075, '', 0, '?'),
(0x297bf46a572d5f80513d3fed476cd2a2, 'wp-includes/media.php', 1, 0x00000000000000000000000000000000, 0x020b07cd5027c5f7a4dbfda2bbde0d9a, 0xcbaf95eca3f206f29a039bb268bfe52c819c4bd824e65f69eab82c514fc33e93, '', 0, '?'),
(0x7fdb4bfb51f07d1455263b2698efd851, 'wp-includes/meta.php', 1, 0x00000000000000000000000000000000, 0x7f4592c300380eb439f5f41d6d3d0209, 0x82411ea1dce740ebd368c56cedd1868b9b273dcd420e80f8077f2e67ff295f3a, '', 0, '?'),
(0x1dd367b99b498621d9add1c7d6075fc6, 'wp-includes/ms-blogs.php', 1, 0x00000000000000000000000000000000, 0x97e4d27342096442d3c89e91c8c3db9d, 0xef5c884046e8b1cad04aef99e50d9ba61279cbe94a26713fb4717c71c80d2c7d, '', 0, '?'),
(0x6d41e7f059b7e0cac0ae52627cde538e, 'wp-includes/ms-default-constants.php', 1, 0x00000000000000000000000000000000, 0xbb4b4c4d7777fb903b4e69b52f9e302a, 0xf49750ef92a104a402273f9d6f82784730def141c75da14bbe8ca229373e4637, '', 0, '?'),
(0xa4071e2edd814215bec0784b1291598c, 'wp-includes/ms-default-filters.php', 1, 0x00000000000000000000000000000000, 0x6cf25ce7713083ea488a3b1f1114aa14, 0xb5b1462de3d8636bbb9818085f4103de4c0f4dc48b3905b9ad6599fcd697ae22, '', 0, '?'),
(0xa85bc26ec50f477bc3f927bea2713a9b, 'wp-includes/ms-deprecated.php', 1, 0x00000000000000000000000000000000, 0x65289575d4baf6d2e758dcbd469ada25, 0x6e97b53ec26c064a7c8728f513fc3f001092f0f48185efb398b5501050f5f783, '', 0, '?'),
(0xebadb70de710217a7d4d4c9d114b8145, 'wp-includes/ms-files.php', 1, 0x00000000000000000000000000000000, 0x027184d9aaf72aa96278e3cc59be61bd, 0xe6d48ac6d4725f9070d588795133c863c7e2137d279407c951d23c4ae8f1335f, '', 0, '?'),
(0xbc76259f7f948c53b45bbfccaaa3d1be, 'wp-includes/ms-functions.php', 1, 0x00000000000000000000000000000000, 0xf76b68e778e24234b835749f98bd8f70, 0xc6b84ae806f0a6387a898bbd3fda2068221d691e94919c26ccfa94909a8bb69e, '', 0, '?'),
(0xc35f16b497a76a5358e032ce1951513d, 'wp-includes/ms-load.php', 1, 0x00000000000000000000000000000000, 0xb23790001e390829ecda8754ba6def51, 0x691f62043256fe77d67c4e8b04a4d6e5613ce8854d9c39bea501455c429aa362, '', 0, '?'),
(0x87783970e332ac02c5f077e303b8c442, 'wp-includes/ms-network.php', 1, 0x00000000000000000000000000000000, 0x1c63bae6011ea1b3999dfba589be0351, 0x7fc1fde78a0f1cd64c8208da40fd77ecf26d6d9aef96d33ec81307a813b96505, '', 0, '?'),
(0x7f6a2686c25efbccf88c62b3f4048c98, 'wp-includes/ms-settings.php', 1, 0x00000000000000000000000000000000, 0xef0a6bbc4b78ebada3f70ddc088f5938, 0x05ae89bff258c7090d48c7d86bb192d14fdccaf061c00be0a2342915ef7dad95, '', 0, '?'),
(0x9e275e934412fdd74947de310b85d921, 'wp-includes/ms-site.php', 1, 0x00000000000000000000000000000000, 0x1845ab6bba060754c5206dcae7621612, 0x9d1330b78678ff28da851a58fbeb77c415b5f666ca428717f4e5d61850fcccc3, '', 0, '?'),
(0xc50faa117b41b8ea6d6df910df2a9d4b, 'wp-includes/nav-menu-template.php', 1, 0x00000000000000000000000000000000, 0x1bf843849b1820577b4823e0ec0a12ef, 0xe20461392fa457874eaf66b47bb7b09a5221a3bee524d1237efa10930e82e016, '', 0, '?'),
(0xa15bf6486e5b50d62e7ebdf0df46557c, 'wp-includes/nav-menu.php', 1, 0x00000000000000000000000000000000, 0xe6882d1899c29fbf6d9aa864b0ab545d, 0x616d782b02d5a6d477a4d19d2d61d44f03e07dad0a7fd974bd89be2e9c21c944, '', 0, '?'),
(0xb64d52b2e66cc442109c07151146a575, 'wp-includes/option.php', 1, 0x00000000000000000000000000000000, 0xfaef16019af288f252fa4ecc7280f913, 0xa8269c0104f685327ffca961673ed3a15c4917ff26e395eb16bd26d3d103f8bb, '', 0, '?'),
(0x4e7cfec2874ad0b2aa7a6ed7f6117377, 'wp-includes/pluggable-deprecated.php', 1, 0x00000000000000000000000000000000, 0xe463b18764f9a900ccfe7eb7356a12c3, 0x10eb794a089ca010c20a237874df54ec2f7aff57c5fd6bedd5d59e176181e662, '', 0, '?'),
(0x6830582dc869ffbbd5e18d5ecc476038, 'wp-includes/pluggable.php', 1, 0x00000000000000000000000000000000, 0x770f20a4121f48c38f43ceae0b536a28, 0x96ff974ff5c08aa048835347e8dbdb7477b30e9bac3d0dab672a64c21e3488c3, '', 0, '?'),
(0xe4f61b003087f9719fc48a4e792994d4, 'wp-includes/plugin.php', 1, 0x00000000000000000000000000000000, 0xfab000ff7147fc20304fc3d27b072ed7, 0x1066df0b38ebce8fee3cfe6be46f616664a24051688a7e289443f41c6a58365b, '', 0, '?'),
(0x0ecc200e87eca10c4311aa5907968ef1, 'wp-includes/pomo/entry.php', 1, 0x00000000000000000000000000000000, 0x43eb8e65e3456f93cdbf61d6bb42545f, 0x1bca65a65d8f905478ff12a53d32ccde3b9a7af2192f662705a2a3c2eadba3ad, '', 0, '?'),
(0x3438b2155674d412ba9a2b5e125807f4, 'wp-includes/pomo/mo.php', 1, 0x00000000000000000000000000000000, 0xdf48825cd8a232a97522a60fb0102fe9, 0xef14f4e5045450416783e95ab973c5e446211e7a17eb5fb2dde2c4d319f82be8, '', 0, '?'),
(0xfa1db61c411e8c8bcdcb29cdb94434cd, 'wp-includes/pomo/plural-forms.php', 1, 0x00000000000000000000000000000000, 0x6a9b165a54680d7519f758e7e7262c0f, 0x1e95412932076712ddf49cb7af772ae740dae6b3b1f60b4870b1be762dff2f46, '', 0, '?'),
(0xaae65b4bbaeee6628ec4da320c3810b7, 'wp-includes/pomo/po.php', 1, 0x00000000000000000000000000000000, 0x6e725fc91368894f82b9415dcfffb70a, 0xb5c726b278e2fc5fc760fa4456a8b7aeb7bcbed3da218942064d7ec1bfad22c1, '', 0, '?'),
(0x9a31573b639fb69ab8b04ef1c022ef75, 'wp-includes/pomo/streams.php', 1, 0x00000000000000000000000000000000, 0xc04753edd285a63707f4417b9e912690, 0x5fdca3e53b1a349c197c2cb4bdd1ffc19f6ad92c315df77565dd7241135f6772, '', 0, '?'),
(0xa7d31d923fda9fa345bfce14b6245046, 'wp-includes/pomo/translations.php', 1, 0x00000000000000000000000000000000, 0xbe2d6fae2d6af4ccd3c19b600ffe7c2b, 0x047fb40f63659cb2cb49a19542270a8af02129832654d0b9b5efe18356f4179f, '', 0, '?'),
(0x9461b17455da71b65e21e430c6a36c81, 'wp-includes/post-formats.php', 1, 0x00000000000000000000000000000000, 0xfd05c89b0a36412445d388e41a0ba31d, 0xbe32d59ab0a0b9a5d73c811eeb9fd5b989c140be00f51dd90b1ae16db7e2f2b7, '', 0, '?'),
(0x4dfc90c149824dd4effcc0724490f52d, 'wp-includes/post-template.php', 1, 0x00000000000000000000000000000000, 0x0222c97537f0e0e9d5e8fa0bdb193a15, 0xf90a9055a68cc73b4c9f6f0fe0718167573943b89621a3507dd0a9fe4056d6e1, '', 0, '?'),
(0xc3e16959969086851e007f0a52299684, 'wp-includes/post-thumbnail-template.php', 1, 0x00000000000000000000000000000000, 0xd4cea231df57b221326a734e1bfe0fb7, 0xc7d644ac2a062e438b5eadd741e6b10477f7857ef7f1ca12ddfba7008333d776, '', 0, '?'),
(0xab88b030116a886cb5530713d3fd4bf2, 'wp-includes/post.php', 1, 0x00000000000000000000000000000000, 0xa74c250da90cfb0f7104830d607dc368, 0xaa1ae1147b4a0de8559931ef8f25ea0ccbab71c032434dc0ba7b8f9f047c05eb, '', 0, '?'),
(0x8e20e94124dba46643814ef699330737, 'wp-includes/query.php', 1, 0x00000000000000000000000000000000, 0x13b871cae9505951a1f90021512bfaba, 0x8b2080c69e23968b4f20dfe8d754d7a27380eb70f405c44cb71933727e85ca45, '', 0, '?'),
(0xf64b460a4ff269f17d2cedf6917701c7, 'wp-includes/random_compat/byte_safe_strings.php', 1, 0x00000000000000000000000000000000, 0xc45b101242d2a3c84adad48801c21b3b, 0x5db251ec80cb843d0750ddb575d008161551ec11c17b3ecf90139111b813f30c, '', 0, '?'),
(0x87c2d96fd477acdbe5d08ed736393649, 'wp-includes/random_compat/cast_to_int.php', 1, 0x00000000000000000000000000000000, 0xfd21b23e869e1c90a7113d499991824f, 0x703e32b604e9c3fb78abf694746ee898067471c71d9aefbadfc6de16a919e062, '', 0, '?'),
(0xa810911ba276398562d424131f91134c, 'wp-includes/random_compat/error_polyfill.php', 1, 0x00000000000000000000000000000000, 0x583a2c948d745d37af3dc1fc51a2e145, 0x0f058fe72c9ebb749d005f6792045825342ee0a674509a5dc83e8e4a13543412, '', 0, '?'),
(0xf6146ad8e6b2055ab7133b0a6cd093bc, 'wp-includes/random_compat/random.php', 1, 0x00000000000000000000000000000000, 0x0fb535267d6bd2eb1fe9210c36bb2493, 0x583810b050a9f6d45f39f5feae6b51c5615be8e72d6d5327123c9140cc21563a, '', 0, '?'),
(0x7481a80c80fb912ea8c39595381631bd, 'wp-includes/random_compat/random_bytes_com_dotnet.php', 1, 0x00000000000000000000000000000000, 0x6e4d403cdfdb4136c21840218159e0e7, 0x2e2313a9242e4ef12edcd55c7f22dcc01543756a8025488a89454ad6885e1661, '', 0, '?'),
(0x3f32795421737cc0a874b0e688f7757d, 'wp-includes/random_compat/random_bytes_dev_urandom.php', 1, 0x00000000000000000000000000000000, 0x9716ae64cafdefaf05e8d8ed1a4872db, 0x0a4466647650ff668e4f106e3a9e9398aa6186e5d0b3c2918a84bb58dd0c0b1c, '', 0, '?'),
(0x9a9e94f3df5b9d89f4443f5f851e5b9f, 'wp-includes/random_compat/random_bytes_libsodium.php', 1, 0x00000000000000000000000000000000, 0x349190eee5edbbdfd58fb3e5640617df, 0xeca749d76eff1bb936d8e4a25fe5b3128994a3676138ccd879cdc6045d2eddeb, '', 0, '?'),
(0xf0a14e20b61ea2fb6904066916daadf9, 'wp-includes/random_compat/random_bytes_libsodium_legacy.php', 1, 0x00000000000000000000000000000000, 0xdcf85b719d3764e276b8edd77aeda814, 0x27d6aa95b12a097f121f5b0045452a4a8b72fc568073ede681c4e1e363039e3f, '', 0, '?'),
(0xb9d42549851189e77d8c50f67a57adc9, 'wp-includes/random_compat/random_bytes_mcrypt.php', 1, 0x00000000000000000000000000000000, 0xb78a54ff0fd4a6ca9960b550a7a54c14, 0xe5623daf062d2eb993b458ffc0ee94ce1ffe54fcc5f259016e9ed0d050e6ed84, '', 0, '?'),
(0xd9d6339bcf49ea39385cd9d69bcc5b74, 'wp-includes/random_compat/random_int.php', 1, 0x00000000000000000000000000000000, 0x2a16a25258e995c7a0afcda442d06e36, 0x387f1ef2f72d1b25a8a9f2fa73e7604eaa8a61f84c09f34cc34df3caabc329c0, '', 0, '?'),
(0x9e452d6ae0ca316aeca3ca0d02cf4593, 'wp-includes/registration-functions.php', 1, 0x00000000000000000000000000000000, 0x8d2b678a6f5cc93de2e7071702a4e6d7, 0x5a64ffeb5f767e52c9e714cd9de6ee48ddf83a9a7c5401ba1822993fdbaf7604, '', 0, '?'),
(0x355c683e0cf3ce77091d9d97870c4ecb, 'wp-includes/registration.php', 1, 0x00000000000000000000000000000000, 0x471c4e1c129050c1e5bed277370d0a87, 0x6a58254eb6e105f8ea9b68041fb9d441e7a23343f5ae97ddb7f7847b03e3e44e, '', 0, '?'),
(0xf9d1ff9af4dfd08d33f83e23bc2efb12, 'wp-includes/rest-api/class-wp-rest-request.php', 1, 0x00000000000000000000000000000000, 0xf0507f57d54e3c5d61cc7af2fe79e9a2, 0x73d714cd2d7dae9ec647fbfbcfb56c3372f5bbca8495e1bf82694e67ad78703f, '', 0, '?'),
(0x87562b40ff3081f10efc70b8c98f6869, 'wp-includes/rest-api/class-wp-rest-response.php', 1, 0x00000000000000000000000000000000, 0x3e9a88ceca33e6af668785dd6a0342b8, 0x8cd48cc927f2a3ec4d1453678ccfbe01be2ac3b12f8d7bc890a90b6eac444123, '', 0, '?'),
(0x083aebadb2151463e087d75250650b28, 'wp-includes/rest-api/class-wp-rest-server.php', 1, 0x00000000000000000000000000000000, 0x7411bd52e20e1e87fe7a85350857fe4b, 0xa1f87f8f60ec85d357655ec21b57fdc672d4fc5da0b21a2131e2c3ea5361fe40, '', 0, '?'),
(0x61e66169e7479df6ac887defde1a20b9, 'wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php', 1, 0x00000000000000000000000000000000, 0x66db62183bee12e5c44a8f093049d20b, 0xdcc1ce0c09758a157542014fa0acaa3c1b1ce25463413f075082991203462a0d, '', 0, '?'),
(0x2ff7a1f5e2e935535155dbb676022bd4, 'wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php', 1, 0x00000000000000000000000000000000, 0x6bfe7f89051795f77537d42e463c0eab, 0xa38a8c7033773bae4da333088ea8d13d8b016d98e886c153f4914d868286ad08, '', 0, '?'),
(0xd0d6325bf176185c299b4986ddf05102, 'wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php', 1, 0x00000000000000000000000000000000, 0xf2bafe0b7ebb9e6344d8324ab883efe5, 0xfec1877bf54160cccaade58e81547d915e6ac08ec810c32745db914b0247a145, '', 0, '?'),
(0x20ac7abe117a7bfaf0f2f44c11828a48, 'wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php', 1, 0x00000000000000000000000000000000, 0x2c405aa51f83d252cc0b5eb1bede2f1a, 0xd77c3402318f152f091ec3ae24a3cf3798d1219daf42cfa42f23db2b8187eec1, '', 0, '?'),
(0x086b001ac19ae181197b0320dd9b36f1, 'wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php', 1, 0x00000000000000000000000000000000, 0xbd4eacc8d3a60c9b9ffd8120db87d815, 0x6a8aa3eb4c64e776884516d232d2e6efd59c015c1a63234209e16681cebcff5f, '', 0, '?'),
(0x892ea49478d6f60f517de9740a7002f3, 'wp-includes/rest-api/endpoints/class-wp-rest-controller.php', 1, 0x00000000000000000000000000000000, 0x357c8bba0f6695f23972659b3c9e55a3, 0x458047e33844ac1a1c826cf11a780ccca60e9fc9f7a36b590b4d3070e3aab40b, '', 0, '?'),
(0xcb7d556126676cc3e469b829baebc221, 'wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php', 1, 0x00000000000000000000000000000000, 0xe31df052d058e092d8b53f6b01e8c91c, 0x2b113a19abdb31b15a8b1460b90e1876ae06952f9408632c46c938d9e764b235, '', 0, '?'),
(0x7194731edf1b0c84b4c69ee0c3b9e5d6, 'wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php', 1, 0x00000000000000000000000000000000, 0x5c76509a786684ce4d82d7a6ce2d1de6, 0x543ebd6efbc654e799c426726a611c6f3e1a9c8d5be24ec5c1bc56b1e2fa0440, '', 0, '?'),
(0x337a27824fef93e1a776fe4a26fff320, 'wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php', 1, 0x00000000000000000000000000000000, 0xb1105b88316f16e6c493fc1940c7287f, 0x21575143bcc59a5f2e0629a6b03cd0a98681f971bdffc6244123e9037e1ccbc7, '', 0, '?'),
(0xdf4c11238da6b9e0e261b38f895720f1, 'wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php', 1, 0x00000000000000000000000000000000, 0xb47aa96beff3c3fb37526fbb7065a2e3, 0xfba261b22a73849a205ef7cb77528b2ac105b24cd35c689318f26e72563e5b86, '', 0, '?'),
(0x6751697288fceb98bfa6e9992f21bd9f, 'wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php', 1, 0x00000000000000000000000000000000, 0x917ebf2d85c6b75fb464ce511904fb95, 0x7985108b302a531db9fab120c6aa466e52a0633e792c0141cb2a130c40ee69e6, '', 0, '?'),
(0x437f63e88869469bd768e80c2e6e3794, 'wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php', 1, 0x00000000000000000000000000000000, 0x15c335258c3f3d40b6bc41969cf415ce, 0x207fa5455d10646beadfdddc609f063f947f66305b1e362a0012a71a199838d6, '', 0, '?'),
(0x0571a88813e35f220f0cf1311915c946, 'wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php', 1, 0x00000000000000000000000000000000, 0xd99e3058b29cd6d435e7557ac1aa333d, 0xf4da0669a8b25d538703c00fd1c3429638b9f48686e9438220079c2d3a99f2fa, '', 0, '?'),
(0x8ec11a2c1f7af3d511a713d290945592, 'wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php', 1, 0x00000000000000000000000000000000, 0x799d65ff26b9e5d75251d4754bb5cdd0, 0x7eb4c11949ccd19d7f871a68d18c6c15d3f587f06cff350451cdfcec76fd5906, '', 0, '?'),
(0x1177916573c5cf693cb54fd84a2517c1, 'wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php', 1, 0x00000000000000000000000000000000, 0x6a79127e8481dad12e6d8b98f9021b4e, 0xd0877bfa4c7b3d282de3bbc7a6b1afd429e8eeb5c79e0e31a5082e06beb55bb5, '', 0, '?'),
(0xdfc8a630e12024a2374f3e8de9bfe00b, 'wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php', 1, 0x00000000000000000000000000000000, 0xa222bba40554b5c8ab26988326279b6c, 0x05304815b7c054652a7edeb7fadd4ff1f366e39d2addafb0e5e8de5317b61ae2, '', 0, '?'),
(0xd0f4d203cfcd2cd9e17f1811f166ebd7, 'wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php', 1, 0x00000000000000000000000000000000, 0xce5ac6be42d82c1f4a2954f081996378, 0x0049054daf199903a97c25cd6315caee74ec00efcea6d7e0d471f9af73e1ed35, '', 0, '?'),
(0xcdaa75b96f77734643b9475b6383efab, 'wp-includes/rest-api/fields/class-wp-rest-meta-fields.php', 1, 0x00000000000000000000000000000000, 0x45bdb0df82d149418e443db8b5eadda0, 0xeea4fa51c7517f5e387aca9d1ef32656f24ac4e8af8301be3b6708de22e37ff1, '', 0, '?'),
(0xeb0a6add8d656121e81a075764907110, 'wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php', 1, 0x00000000000000000000000000000000, 0x223c389f1da60bde032ef99fa14ba727, 0x201a59d3b51e80cbbc2a8a2c51864ceb597b16b4e3aca370c10d15bd6884b6c8, '', 0, '?'),
(0x17e0e357d04d466033ccdc24f7e61d0f, 'wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php', 1, 0x00000000000000000000000000000000, 0x13f907795ef2a5f5b19b909ec1d711a9, 0x590951e21e461e1f58a7c632b332ee4657b69f0bf929eb0b93c5664b531b66f1, '', 0, '?'),
(0x49362e3a0a28cdc01007f9690042f8cf, 'wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php', 1, 0x00000000000000000000000000000000, 0xf0480d050db130a4582f5ee81d1d3052, 0x014f86fd31962d7012cd51db8aaedf38905a2be617245baca16aa1a4844bd8c6, '', 0, '?'),
(0x4775358913021fc37f9561d4afdef6a7, 'wp-includes/rest-api/search/class-wp-rest-post-search-handler.php', 1, 0x00000000000000000000000000000000, 0x42a6a52fd1121ea0276a9f9ee34048e8, 0xb71be05780c80a4e14122085ee9e264013942505cb6d49fc3171833e8707740e, '', 0, '?'),
(0x59e7554c048a354ad7de94dd765b9e03, 'wp-includes/rest-api/search/class-wp-rest-search-handler.php', 1, 0x00000000000000000000000000000000, 0xc4397d9d7db1b11346267b4f4acf9ba6, 0xe13c3da932bb845a7e778c74186d960370072de4f53fb1ec1c6b1656524e439f, '', 0, '?'),
(0x04b011c39a32e2b17ffb640e03cd3d01, 'wp-includes/rest-api.php', 1, 0x00000000000000000000000000000000, 0xf91f7cbcd226db87b42e1f1c5026c258, 0x05b93ec192e900fbc219537a4cd5050ae56cac494a77ab8f399f0f5b81610991, '', 0, '?'),
(0x5f02b0000cdfc56420954d507edbeb44, 'wp-includes/revision.php', 1, 0x00000000000000000000000000000000, 0xa07853241b518c079375e8477adc58b7, 0x152504afde30904fb97cdde987310184cf8eca706e5795ad93e76a1286869d1f, '', 0, '?'),
(0x29be4f7a3d9c75a98717eea308c4cbb7, 'wp-includes/rewrite.php', 1, 0x00000000000000000000000000000000, 0xa27434c336ae8dd6fbd0a8dfda51f15d, 0xb40d312ebec3f6b79453f361e0be25989c52ec82c0ec8e600317c4ec9277c740, '', 0, '?'),
(0xfee0a203bf77039bf1190827a2362907, 'wp-includes/rss-functions.php', 1, 0x00000000000000000000000000000000, 0x559c28627ab35fc9598062615507704b, 0x13ea06ce50680b967196cd9ec293a818879bb43bb4a26c225a421422d8dd065f, '', 0, '?'),
(0x82a7ace3ed41bc13cef28c311a853ba4, 'wp-includes/rss.php', 1, 0x00000000000000000000000000000000, 0xc21d6d86e75bef00fa6c4a0ec5e1ca3b, 0xb09003e75e93ba15125dfb2281f015cb8c7c61a93e7cd9c4aab62e80ad704e58, '', 0, '?'),
(0x39977d20425ebfb23f09eb9d22eb7f0c, 'wp-includes/script-loader.php', 1, 0x00000000000000000000000000000000, 0x9eb9afc5c745d40ee9c57b868b655e4d, 0xfc3c93e977b09feec1bd73f3db991615482b6858288fa1434e73beb6665c24da, '', 0, '?'),
(0x4568fba1b0cbfdedb9ecd0406171bb8c, 'wp-includes/session.php', 1, 0x00000000000000000000000000000000, 0x03e81670ca426343d0c8ce7990a3fa9f, 0xbca7415c684e7980ca22c6446793d3b116bc442542e0f662688c282699c5e40a, '', 0, '?'),
(0x566e650221ca7a3075310e3fac12bf03, 'wp-includes/shortcodes.php', 1, 0x00000000000000000000000000000000, 0x076f5bd68475fdae60388ac5c314e60d, 0x4776ac6ffd63cb593810883ccf3181e2326769d99b4ba8447df7850d24245e9a, '', 0, '?'),
(0x31d09159e9e3c234495e70ed1f061419, 'wp-includes/sodium_compat/LICENSE', 1, 0x00000000000000000000000000000000, 0xf578e4bb36468303006691e1a00ef996, 0x4e83fe5e71f3ef7971dcaf0d5db953fceb5ce3f05bce04437b56a79a79d077e8, '', 0, '?'),
(0xc3bda3c15084b23726dda360e38d0829, 'wp-includes/sodium_compat/autoload.php', 1, 0x00000000000000000000000000000000, 0xe718bc8998f42793b2abc14442125bd1, 0x795032c7aa028e7a5f56d4eadf24d700db1e59d54ea37651d4ef5af9c275e660, '', 0, '?'),
(0x561bbc0deaa733239e934af210f7197b, 'wp-includes/sodium_compat/composer.json', 1, 0x00000000000000000000000000000000, 0x81e61d0416ef452b86358743d7cebf7d, 0x4055f02692a3f83177c3f2cdd09db645e28e99c823f03930b96818eb65688ef9, '', 0, '?'),
(0x413b138d7fd8aa1abcbe96dca6ef7aab, 'wp-includes/sodium_compat/lib/constants.php', 1, 0x00000000000000000000000000000000, 0xc1bdbc16df7be2bb2385b26c05c53e6d, 0xace6d9b96d6328cd6cdae5fb2712d16d101474db12cba3955b94cc1867b9e857, '', 0, '?'),
(0x001e3f48ea00ca457dfdbfa6b3e722e2, 'wp-includes/sodium_compat/lib/namespaced.php', 1, 0x00000000000000000000000000000000, 0x30319dd5cee8f894766e479cac170da0, 0x5d2f721e7efacaba4f829b870243ee63a7784285806a2feb6fb59855d9492ad9, '', 0, '?'),
(0x50b5e10a197fff65a1e4f075b5220eed, 'wp-includes/sodium_compat/lib/php72compat.php', 1, 0x00000000000000000000000000000000, 0x95c319e795f3e761a42051f59338c7b1, 0xfa11210a99f2074b07c1d66b19617b22f62bbcf24ee55a44edb44c1fbbac0cc1, '', 0, '?'),
(0xc3821311754af54ded2f08802077b779, 'wp-includes/sodium_compat/lib/php72compat_const.php', 1, 0x00000000000000000000000000000000, 0x5850ec9804734847ef2f136ee7fa9277, 0x8c2ddc99088599925fa450185ede43d4ea07e4ed60d6b5e72e96828246b24966, '', 0, '?'),
(0x082c1c2123519683509d5b3bba959bc4, 'wp-includes/sodium_compat/lib/sodium_compat.php', 1, 0x00000000000000000000000000000000, 0xe21f41ce2749359a86784ece248f14a5, 0xb16dfda3db14c63cfbba0970972874295037f8c472827e5efae7e997a6f293c4, '', 0, '?'),
(0x7a886d9553161941fd7d0749bcfeb429, 'wp-includes/sodium_compat/namespaced/Compat.php', 1, 0x00000000000000000000000000000000, 0x41f269ea6bb22fcae5bf6a0d6e138e33, 0x31c027a7b6878fd5bb2e12ec4fd0e07d1335ba410b6669a47e9da23eee3a7d73, '', 0, '?'),
(0xe8776a3082a2363798b315841f40f954, 'wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php', 1, 0x00000000000000000000000000000000, 0x22ea8c327337acf85cef690c2397cb45, 0x61c7dcd80184d3de74b9c057f18f03c209cc334e8a1ac6e36078866849dd60c0, '', 0, '?'),
(0x766999667550e2aa305ef93e64a816d4, 'wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php', 1, 0x00000000000000000000000000000000, 0xc2cb53470b05b0cecbba939346bf84c3, 0x5bde2898ae52b88ceae416eb0becf48a24a60fa313326f8de5e37406fb62f7e7, '', 0, '?'),
(0x42055ee6c7749b70846b808cf2ff21fa, 'wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php', 1, 0x00000000000000000000000000000000, 0x52d92a4cd35447e2e934255089b4b90f, 0x2d90968bd9d60fa96e9046904aad2654d350956f5ccf935c8eb9bfe63296eddf, '', 0, '?'),
(0x4bb9bfe315a00d5c02557af7f51a3a27, 'wp-includes/sodium_compat/namespaced/Core/ChaCha20.php', 1, 0x00000000000000000000000000000000, 0xec56c52afbca46e8b0af9df13c8ea46c, 0xe5c2aea252946c079655f1d902a08f99777a06d7616e6b96c747de74ba1233ee, '', 0, '?'),
(0x37b287906f045e6cca3a8dd2cb42100c, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php', 1, 0x00000000000000000000000000000000, 0x98c1098c12e649a5ddb6158d33828b53, 0x214dda92deab4477a395e9de776528b221cee4f63def19e9dea864e0d62c4757, '', 0, '?'),
(0xc79dc25ebf78f0a44a421acd332dab36, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php', 1, 0x00000000000000000000000000000000, 0x90479618fe12355d7b2295bce3ab56d8, 0xa843cb4a727e571619e8844f59852a5bf33a5b6a29abb2c247fdd084d612658a, '', 0, '?'),
(0x161a0eb4f029209425697983ceb40207, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php', 1, 0x00000000000000000000000000000000, 0x7d2b237a2caf04e865df0672454a192d, 0x7366badc7140b5da38bc217957a526da944107c82b2fc5755995869c34349c47, '', 0, '?'),
(0xce9d0b507cd9da92fc879ef35c0bc36f, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php', 1, 0x00000000000000000000000000000000, 0x88208477045ee3ae0fb3195de7b7a34d, 0x95abf2b0c1f1f7a75a45fc4f1d15ebb43728ad6e7f599bee0f68ee07cba88387, '', 0, '?'),
(0x68ae16cb7e63540c4f6f17b679340e7c, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php', 1, 0x00000000000000000000000000000000, 0xaf6622fcbb8ce72336247b204a4c2722, 0xcb65c5878e361a28ab71cb2685dab6acedc25d9cccc6070af7436c6987dea987, '', 0, '?'),
(0xe5b3b324bf20407a36a7006092d12faa, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php', 1, 0x00000000000000000000000000000000, 0xd58b7de7ef0e421eb00ef748c0d63731, 0x90c322c3f762655462bf2417e0d6e682d6d789f90a85bab07e0fbd6c6e04ddc5, '', 0, '?'),
(0x3bd71d76f030424baca4b5c4310fd0b4, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php', 1, 0x00000000000000000000000000000000, 0x1dae1d2b036f7e98a458fce5dd9300cd, 0x785818047fb781d1b9da2436dc55645a24fc90d6e67897c1a4dfd826330ed70f, '', 0, '?'),
(0x3416d7333140bf2a72ebd8d3c3f7b238, 'wp-includes/sodium_compat/namespaced/Core/Curve25519.php', 1, 0x00000000000000000000000000000000, 0xf2c59bf14ce5115cf350da9c051dca55, 0x633ed135a86f93bb8ebdd0ef149df0bd839018b05fb05439934c7e3bb26537dc, '', 0, '?'),
(0x8a6b494bc19884d2561d5b84b40935a9, 'wp-includes/sodium_compat/namespaced/Core/Ed25519.php', 1, 0x00000000000000000000000000000000, 0x0bc917a5763ecec51923ab89216ec128, 0xdd444655757ce976a9b72fe25dd032785f45524c32516c5039337309b63135a9, '', 0, '?'),
(0x8b8ccdd8a82647e9a6299a6b7bece8a8, 'wp-includes/sodium_compat/namespaced/Core/HChaCha20.php', 1, 0x00000000000000000000000000000000, 0xac071d8268e10c111efcfd50abd4ec14, 0x4be7d8ce13886418f9251db1192e52414ff446beded7e2e2e00fc1b76a6ff92d, '', 0, '?'),
(0xcaee0b4fe5bfaf7552f2fbd263c15b6a, 'wp-includes/sodium_compat/namespaced/Core/HSalsa20.php', 1, 0x00000000000000000000000000000000, 0x185b636ceb728b75a90609c3d0a1755e, 0x3670cb17d32760c02b2a5b411347e0348a8dfcfafc5e36c58aa3e81225d4c143, '', 0, '?'),
(0xea7240a411c84406be8b5ad00ce4afa9, 'wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php', 1, 0x00000000000000000000000000000000, 0x018a214be50e091e357910bca181532a, 0xcefdbf885479874fee2575173bc855ec937de367e6fc319fef29980c7fdd5ac3, '', 0, '?'),
(0x8e37ff30a5ecc105c12c9a09094d1c0f, 'wp-includes/sodium_compat/namespaced/Core/Poly1305.php', 1, 0x00000000000000000000000000000000, 0x5179be84a33fbf1e3be9389e560a06f8, 0x00c72dd8de5d14ebaeb3870e95584574299860c9c531d81f43fd7d4d7232dd2f, '', 0, '?'),
(0x72749f49c28c675bbccb3b08a0f5ec3f, 'wp-includes/sodium_compat/namespaced/Core/Salsa20.php', 1, 0x00000000000000000000000000000000, 0x0d56de4e85636b30e37d2f10f5d583e5, 0x6eeb4ba0d06b5ac27fd609c097f20fb1204e0424209f2045d09a8fb9d765d824, '', 0, '?'),
(0xae7f36ab13a09c3fe19b5e6fefbb23fd, 'wp-includes/sodium_compat/namespaced/Core/SipHash.php', 1, 0x00000000000000000000000000000000, 0x72170b2de4650fc5faf6725ea921837e, 0x85ee60948352e96cd4a54c027ae33f69c2c481414348d3f39eaea35079e9066e, '', 0, '?'),
(0x33701983bd7f1ce35cc2388e6c44a671, 'wp-includes/sodium_compat/namespaced/Core/Util.php', 1, 0x00000000000000000000000000000000, 0x3b9df32ab76b4c771e42a30be664dd3d, 0x65635b64944d3f48d37cde4b599e0e00348bb040982051418c9b3a46461920ef, '', 0, '?'),
(0xcb3556019b78c72c24be3e3764fd6bbb, 'wp-includes/sodium_compat/namespaced/Core/X25519.php', 1, 0x00000000000000000000000000000000, 0x0405dab862faf2af1039f41bb087b14d, 0xe946a92f271ca18d804d259439f4a07d40acce6657a33e8c960c15532aad156d, '', 0, '?'),
(0x78ef7a23e85d94728c753f309fae4ff9, 'wp-includes/sodium_compat/namespaced/Core/XChaCha20.php', 1, 0x00000000000000000000000000000000, 0x901e68df0c8bd51b6760c9b83ada955e, 0xbd0e959f01462f51b04800f9a6e65e126c2030a142ce93d5ab0b3653405068eb, '', 0, '?'),
(0x9a06b5c232bcddf4f83afdac1594a1b7, 'wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php', 1, 0x00000000000000000000000000000000, 0x168562341fc70e2717a1971f26eb9ff0, 0x08dbbcf39b8a34502714f4a2d113e168194eea61eb3eb7a8db1d45fe35e0b09b, '', 0, '?'),
(0x8e698a05a9b542c8166adfdef6d6ef5d, 'wp-includes/sodium_compat/namespaced/Crypto.php', 1, 0x00000000000000000000000000000000, 0x08974738a94a2b9c1cf4b38b09bea07a, 0x053e389ca9b82758eb69d45562fd47d0bdd82c3c5460361117e4b9c834d08df0, '', 0, '?'),
(0xea304ae994c7c1e9cd6678b023587b97, 'wp-includes/sodium_compat/namespaced/File.php', 1, 0x00000000000000000000000000000000, 0x5dd66d03c777e82fe65cc6793511da0e, 0xbbc990748964379648f190867d3db7f91e2e7493e2437724966063bac01327fc, '', 0, '?'),
(0xf52af731b647e98dab76ed4cdf9f6e8c, 'wp-includes/sodium_compat/src/Compat.php', 1, 0x00000000000000000000000000000000, 0x1b6b27394c26db9441bbfa02906c962b, 0x3cd2e60505a3be87b08796771d57ee7211321e9b49b34d0e4f2b8660ba407501, '', 0, '?'),
(0xff5153be32f523cdc3c15db8737274d4, 'wp-includes/sodium_compat/src/Core/BLAKE2b.php', 1, 0x00000000000000000000000000000000, 0x8a20cad9392d8ea84b9bf0e0392ce51f, 0xb2e696ad38d55ab6a12e38cef867e5aa4b6cc832ae97262e4d8405824f08c11c, '', 0, '?'),
(0x2ad726433a5bbea5f172d5398b4ee98d, 'wp-includes/sodium_compat/src/Core/Base64/Common.php', 1, 0x00000000000000000000000000000000, 0x50dbc86566e8a7c4f5ca69aa27d26a57, 0x36fe90b0556dd096b225cfec903f8d4d8853b008415e3dae58a0aa7c5596c319, '', 0, '?'),
(0xda27a3ddf81f3790ec62e2e4087e2036, 'wp-includes/sodium_compat/src/Core/Base64/Original.php', 1, 0x00000000000000000000000000000000, 0xd2a32def82fd04e8ded18182f0bab105, 0xb139007a196f748849443a00b99beab7c967e4200f4925e17e10dea6818d246f, '', 0, '?'),
(0x3d034a10aca6c7b06a618c7d4c49895a, 'wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php', 1, 0x00000000000000000000000000000000, 0xb103c07046f5f181067431c62bf6c0bb, 0x0ffe3b89067ddbfcc7005bb79ebe270d71ce16c4e1dadcc4a564dd3b23e6b02e, '', 0, '?'),
(0x18eb3004dc9aeeb95ab449b7e4b8b14e, 'wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php', 1, 0x00000000000000000000000000000000, 0x279955e5b783fcd6207144de46eecf48, 0xd2ebcdd4a6c4218dd91806f082d3a2744cdc6b2ebe2231dde4436dbb4b67a37f, '', 0, '?'),
(0x8cb8a6495355607580b4fa54f2c0ca46, 'wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php', 1, 0x00000000000000000000000000000000, 0xe96c887bc3624f73e9935f61ba14de3e, 0x6df56e35f1cbdf90d69eceb267014ad9fc5cb5fd0217abbeda3386f2e312f5c8, '', 0, '?'),
(0x267f44e711a5f751a352c8d077a35d1b, 'wp-includes/sodium_compat/src/Core/ChaCha20.php', 1, 0x00000000000000000000000000000000, 0xe5c615062d72876a6949ded8a3658a62, 0x94a562ebc645b7d6e8da2671b6feffe7aa1d802a821e14968785c8f8ee12f8b1, '', 0, '?'),
(0xb1f0245bdffbdc741c43c5a415497716, 'wp-includes/sodium_compat/src/Core/Curve25519/Fe.php', 1, 0x00000000000000000000000000000000, 0xb5571ef80998e52ca40fe2f77e8d72a0, 0x4c3ef8a119a365a180a180ba8968fd0d4624fb43bf56a1b70eb0a893b7371384, '', 0, '?'),
(0xf8443d9fcbf7870e8ae80bd653badb43, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php', 1, 0x00000000000000000000000000000000, 0xf925f45890a4f6b08195d060d0b94b5a, 0x53b557a0f02caae8b466a4c3d74b7baeff5c99d0fed5d8e08ef21bd75e592fa8, '', 0, '?'),
(0x7aa29ae5914ca9a335096735b5c48eac, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php', 1, 0x00000000000000000000000000000000, 0x74d772e849a6b1af620377272d37ed9a, 0xb375a953d57b95fc3cf80e1993f46e0ddf852b2d0e23b23bbb0be1b78351d0ae, '', 0, '?'),
(0x794f9e0079166af965420a5670c8fbf0, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php', 1, 0x00000000000000000000000000000000, 0x9645edafb7e483c6806bfc766ba2a50d, 0xf0be020c8aa56969104c4dbb50a0b5ac34daf6dea84f5f21fccdf893694e09bb, '', 0, '?'),
(0x9ef78d8aefa9c1c855d15c8f99619045, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php', 1, 0x00000000000000000000000000000000, 0x9677b895cdb1c0f67230a0ead8853de6, 0x3f45dc25f7eb2b8e9b03841eb1c877810de45edfd6972e24e291690591245b57, '', 0, '?'),
(0xd175526ca374d007ddcdc0b4229318d1, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php', 1, 0x00000000000000000000000000000000, 0xfcedfb37d68a695b4caf39c6814809a5, 0xdfb97b3828fc95c38f6174fbff0043d46e3351ed84daa40a896c3fbc1e2479f1, '', 0, '?'),
(0x526a13a671f1a11049d38f1aae5926fd, 'wp-includes/sodium_compat/src/Core/Curve25519/H.php', 1, 0x00000000000000000000000000000000, 0xd0c4831364a9ea4fc45bc7530a631c00, 0x5e6f1fa6265bc86c9394bb8f325a05672f893f153ec2c4507e43c6c1b749c897, '', 0, '?'),
(0xf4fff6cfdf5da8523edc772e92451751, 'wp-includes/sodium_compat/src/Core/Curve25519/README.md', 1, 0x00000000000000000000000000000000, 0x1659a2aacf9bd1767f6a9fd70ac085cf, 0xe31553d30b7801965ef6563e6dd0212daa71ecf7ccf144d96556d1dfce06c8e8, '', 0, '?'),
(0xe195b5375c46fb7c8b5b45aa8481e76c, 'wp-includes/sodium_compat/src/Core/Curve25519.php', 1, 0x00000000000000000000000000000000, 0xc8173099f8c77330437b5bbaaa5b7437, 0x5a817a60fc7df5cddb4aa2474e5da2119cf616be6cc6ef51c6c87f38118eb148, '', 0, '?'),
(0x352e3db9808d64293c708d657599735e, 'wp-includes/sodium_compat/src/Core/Ed25519.php', 1, 0x00000000000000000000000000000000, 0x642ff4ed81b1b46ac96672abcd68cd28, 0xd68df457e69a74c12a06ece5148a76e7d00fdefa0129bbf66710f54466dd99c0, '', 0, '?'),
(0x6969b7c281226ffd0643c81984b3d760, 'wp-includes/sodium_compat/src/Core/HChaCha20.php', 1, 0x00000000000000000000000000000000, 0x5b527a40eb4d4d10516d0672f7018385, 0xb171c09108f258394f07f8fea16134c141afdee6c0c4cf27f4f8f2ddccbe1d65, '', 0, '?'),
(0x936c81fc1b743a7b302b37e0394314fd, 'wp-includes/sodium_compat/src/Core/HSalsa20.php', 1, 0x00000000000000000000000000000000, 0xf1d3480c782bda30371cb89960ae7df4, 0x40717ab4146ad81849af99e1e6200044bc61b60257bbac366ecd7b8aa3b679df, '', 0, '?'),
(0x396bb97342c2ce3d7dd5ed54c5836337, 'wp-includes/sodium_compat/src/Core/Poly1305/State.php', 1, 0x00000000000000000000000000000000, 0x569cc8cf7a1fc892b9fa6028e56c45d2, 0x91badaebd0e9e2afa0e79b8daed9f6dcd6e3df0cd4b51d4ab15cc45ff87a5b13, '', 0, '?'),
(0xfeee2e88a0199449ee0a6671f1024d39, 'wp-includes/sodium_compat/src/Core/Poly1305.php', 1, 0x00000000000000000000000000000000, 0x21f0699cd14cb3563d582bb20976307e, 0x34e7ce2d3c34ae2c2256b2c8b158ca98c3ae0eca685297094bfe46eb6ba1141e, '', 0, '?'),
(0xc4d1bac9a90c9582027579e2d2efdb7d, 'wp-includes/sodium_compat/src/Core/Salsa20.php', 1, 0x00000000000000000000000000000000, 0x180b1baeb9a362356c4ae523fb9af576, 0x633d30ef8c2d14238e2d54e453c5588603269eb434a190e4ef00c84b38050d8f, '', 0, '?'),
(0xacf373433c893a8386e6183c1bce41d0, 'wp-includes/sodium_compat/src/Core/SecretStream/State.php', 1, 0x00000000000000000000000000000000, 0xe9ebf5e93ac75a7be38ff0eb35b26f0f, 0x0207c1fa0cc73c10e58073e536b4f7002c095261f4ad1d756858f0e563f0d8d7, '', 0, '?'),
(0x252e96112e4374ed3de1ead0ea055c60, 'wp-includes/sodium_compat/src/Core/SipHash.php', 1, 0x00000000000000000000000000000000, 0x2506e756fbdcd07845ed8a314e14ecf3, 0x83ff21337c409ae930c181ee589d979cbd863101aca8fef2a53efd1f275be155, '', 0, '?'),
(0xaa1e4a2de78b81bad45c22fdd7a526f0, 'wp-includes/sodium_compat/src/Core/Util.php', 1, 0x00000000000000000000000000000000, 0x7e585a65264f61b888fb67b58b41f063, 0xb10b9341a4149a446739270896f8f118e563ab8698c09a243fd9b543abcdec2f, '', 0, '?'),
(0x0047b8a5e04d28e70fd2596c577ae321, 'wp-includes/sodium_compat/src/Core/X25519.php', 1, 0x00000000000000000000000000000000, 0x705afa98a3cb02c43a03218419d9bcd1, 0x33edb36ca640d9e499fa976fa32dc93319f61596fd53a6cce0d58f26ca219dd0, '', 0, '?'),
(0xcbc79d86dc5181bd5f799c64f69d2ba3, 'wp-includes/sodium_compat/src/Core/XChaCha20.php', 1, 0x00000000000000000000000000000000, 0x5886f18d5520695530c66c6c391bfd63, 0x8dfe5fd27624141fedb855375f912a0d3fac2b1f0ff35ef78ce289be01bec480, '', 0, '?'),
(0xfbf0888dcf8158806e050df7e63f83c8, 'wp-includes/sodium_compat/src/Core/XSalsa20.php', 1, 0x00000000000000000000000000000000, 0x70f7a6c6aeb975af847f026f373b7e7a, 0x99a5afdac820256cf279bd278f23045b89f61f805ff27b451315bd5d388d25dc, '', 0, '?'),
(0xfb0580b6d0ace7709a491604d2c65952, 'wp-includes/sodium_compat/src/Core32/BLAKE2b.php', 1, 0x00000000000000000000000000000000, 0xc97af5f0cbf5ddc4a73780099f37561a, 0xb0709591e5122334ae6fdb70e67038dc5ed9dbb0d35ece46f22b81d7a3a0296c, '', 0, '?'),
(0x67941a98a0cdc59efe07ed7c71129a28, 'wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php', 1, 0x00000000000000000000000000000000, 0xb99ce01d8d1852d13c1f826e49813c7f, 0x9d657d5d54a1a959287fbd7511260df7cf39302b9f189761ee44cfaeb423e9ef, '', 0, '?'),
(0x84b08e0c65d9139e182d051c0ab67956, 'wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php', 1, 0x00000000000000000000000000000000, 0x8d10a9897cae57779a623e45cff2794a, 0x8227c0b28eafad7ec03610c89d0a11428abac26167c2907af9c1eb64c3eb5119, '', 0, '?'),
(0x9fda0e76bde12371b8f21f19b4c883d9, 'wp-includes/sodium_compat/src/Core32/ChaCha20.php', 1, 0x00000000000000000000000000000000, 0x971e45164f78d99558da32eb96add883, 0x78a8d7614a4ef92165b1acd722224e71ea7de7ab414d43fb3129aeba7b80126a, '', 0, '?'),
(0x950485b84909329f0852fd4e6a59ffe3, 'wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php', 1, 0x00000000000000000000000000000000, 0x93f701bb01e99676df0d732a935c810e, 0xf8cd4fb2055a3dc13c9a3353f174cf51900887aef25f97753b149109166d3818, '', 0, '?'),
(0xc23da9bc867dff4c73517f0a60712615, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php', 1, 0x00000000000000000000000000000000, 0x5b4d2f2a8eb545e63c73e4571bdc5247, 0x0af0c15c82af58ceb0d6a85092b041e5c2970a586af027a33b71fd7bac8761d6, '', 0, '?'),
(0xcded53bb023e73bb552980b9a415cd48, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php', 1, 0x00000000000000000000000000000000, 0xb079248f4e0358d21b9fee6c80b16c13, 0x5bec8e2da9b9c276353cdbe54d0ae11f1fa6cb2b42bb75022e162cd43515671c, '', 0, '?'),
(0x84c0ca0fc6c4d55055a1851e616397d3, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php', 1, 0x00000000000000000000000000000000, 0xb3594192c047023d62d17512a11694f7, 0x7af12ccda5b2e8e07403093c7b40597b04fa697983ac73988add63a22853fd4c, '', 0, '?'),
(0xdfc4b53e1593842342a77fbe62f3f1c7, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php', 1, 0x00000000000000000000000000000000, 0xa0db939cd1f447ff632cab993d635ea5, 0xecdbe4078bab47ea638bc0ef0708e8742804350a2c3925d9f797a3cae529ef65, '', 0, '?'),
(0xbdaf21dc683e18846971853874d5c26e, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php', 1, 0x00000000000000000000000000000000, 0xf600e7a413d93ef606a4405565ecec55, 0x18aec89b7003f1e204a1cb846f3cb8a74f0a01bc861f4f6f127bd6773d059753, '', 0, '?'),
(0x0c51ef173130d8f2e907fdf6478eff2c, 'wp-includes/sodium_compat/src/Core32/Curve25519/H.php', 1, 0x00000000000000000000000000000000, 0x787d20f39294ef701d63b0a04be04fff, 0x28483ec9f630807dbe8d0c17cd383a6585291cefbcb4acf099064ec12fce7aec, '', 0, '?'),
(0x6effaedb97d4f076580f064829e90717, 'wp-includes/sodium_compat/src/Core32/Curve25519/README.md', 1, 0x00000000000000000000000000000000, 0x1659a2aacf9bd1767f6a9fd70ac085cf, 0xe31553d30b7801965ef6563e6dd0212daa71ecf7ccf144d96556d1dfce06c8e8, '', 0, '?'),
(0x009e39f3bf6b3505261ee5d99920374e, 'wp-includes/sodium_compat/src/Core32/Curve25519.php', 1, 0x00000000000000000000000000000000, 0x4dc26bdda24199dbfd44ac357afa796a, 0x14421c51a965218b52b1696c98d073cc6e71a1d252343178eba478ea85511321, '', 0, '?'),
(0xf0492f1ab34ee732e9f70bf6e1c9f170, 'wp-includes/sodium_compat/src/Core32/Ed25519.php', 1, 0x00000000000000000000000000000000, 0x2cbb034bb0727a2d59baebcf5053d3a0, 0x86878edf94541af4ec71334fb09dae2c1d77ca4aa4823ca3d4fe6a838c8df282, '', 0, '?'),
(0x22de14d230d800934cb5274dfc17d70c, 'wp-includes/sodium_compat/src/Core32/HChaCha20.php', 1, 0x00000000000000000000000000000000, 0x399835a3c00e65cf66948b237faecf9d, 0x03e813e86998c40d0343e1fd9da222d4b3c10c0d3486ae38c063f6d153dd12e2, '', 0, '?'),
(0x2ad36055a87abb5d224c259731ad01fc, 'wp-includes/sodium_compat/src/Core32/HSalsa20.php', 1, 0x00000000000000000000000000000000, 0xb4d12f447a7814feb6c782c90ee2adfc, 0xdfcf12ee2cc7e8d5dfca0345acf9bf157b8eee302f6d9b61d35888690c89e0d1, '', 0, '?'),
(0x89b8add05a7cf2f230b23735ff6f1beb, 'wp-includes/sodium_compat/src/Core32/Int32.php', 1, 0x00000000000000000000000000000000, 0xbbb333b70e7fa24e4d5bdc2fe00d7e48, 0x8d8b0ef1ea1f9172e657fb86bf5140785b31db0c20ecc5f22a6f13bf39ca24a3, '', 0, '?'),
(0x28ddc64c535b9af6576c2393f0a6f3a0, 'wp-includes/sodium_compat/src/Core32/Int64.php', 1, 0x00000000000000000000000000000000, 0x25186dda530603bb2c9714bbae5c06a6, 0x1155e5d8ce10219c36e8e72f1c9555e163711de11ef9c36ea9c2e6bf40ba2b80, '', 0, '?'),
(0x9112e37565817f7b58a131ec82d1d20b, 'wp-includes/sodium_compat/src/Core32/Poly1305/State.php', 1, 0x00000000000000000000000000000000, 0xb4b644fa35dbc824c3bd0a09e0277130, 0x08135c868922c8d4af2d0d1436deeb65d44eb4490644e6ba7a42e60d0f00fcf7, '', 0, '?'),
(0xc012ce561a46c317d300e1cc1d8e7c80, 'wp-includes/sodium_compat/src/Core32/Poly1305.php', 1, 0x00000000000000000000000000000000, 0xdf404267e9c1bb454af8c6bd174811b6, 0x6901a7eda67c5c49a69703c706f19d144589918cc95f950bac58e7b6886a92d9, '', 0, '?'),
(0x97ed7c9c7e9489f71dc9f08781e515f4, 'wp-includes/sodium_compat/src/Core32/Salsa20.php', 1, 0x00000000000000000000000000000000, 0x2936b4a5293af6dbcdf0b88efd9daee2, 0x1c4830a2930b4cb3d1973fb8e39eb98d2e31c74df249116508d3c9021dd9a392, '', 0, '?'),
(0x147789c1c3fa2b1b00e398f2ec32ce52, 'wp-includes/sodium_compat/src/Core32/SecretStream/State.php', 1, 0x00000000000000000000000000000000, 0x1a6a6ff10098ba08792ca80c2a957d63, 0x327022576ae184158097ec0173e26c1f66265340c75bc7135c8baa2257c60810, '', 0, '?'),
(0x71b70730f893c4049cc1bf1db19bec35, 'wp-includes/sodium_compat/src/Core32/SipHash.php', 1, 0x00000000000000000000000000000000, 0xaa354f02263fab9d0b45ba09bbbb2516, 0x5e25258e6854158afd2c911be6fb0716a8b3be146b32acc8ae6e3d6e253ad2ef, '', 0, '?'),
(0x60fd7d2bed36b1104c2d715ba9ae240b, 'wp-includes/sodium_compat/src/Core32/Util.php', 1, 0x00000000000000000000000000000000, 0x8ca331ee60a3d80faf0f309ba1a3d1e7, 0xe0a471c6969582d7e289252fdd79a46792167277c39b8b0dcb4c523e033d5919, '', 0, '?'),
(0xf6c840e67d9f7ea5344791763c82046d, 'wp-includes/sodium_compat/src/Core32/X25519.php', 1, 0x00000000000000000000000000000000, 0x67e9a562f1663e158e95ebbd3d99b2b7, 0xacbe939adfbad760cf1127b88b830ee79bb19308cdd096782369a7d4c523aa08, '', 0, '?'),
(0xe25536cf8573c464c27e787f16a1fdf0, 'wp-includes/sodium_compat/src/Core32/XChaCha20.php', 1, 0x00000000000000000000000000000000, 0x0d8d2ad2756e95726475be67bced01f4, 0xc9d2b73c68f9621d6ff40b3ef35782c31ab14e988c9a2065117fc9f9b26961b0, '', 0, '?'),
(0x68165a045b81fd803d8197ef7796728c, 'wp-includes/sodium_compat/src/Core32/XSalsa20.php', 1, 0x00000000000000000000000000000000, 0xdc5c999dae94f1f5e03a520e2fe22b05, 0xdec9aba10fff87a8d0f8e7cc3aaabbb66a4eea6d6da9fa86bd52b7aab81b075b, '', 0, '?'),
(0xcd4b083dad5808ec610c3ac427351dbc, 'wp-includes/sodium_compat/src/Crypto.php', 1, 0x00000000000000000000000000000000, 0x811c2d70fc98ff820045c863629c63a5, 0x22dacc989f4c8e18d7d921d27b0372446e507a5ef4041fda58f26af4c4fb4c6b, '', 0, '?'),
(0x65aa986c73554f7c13b0527ddc9d9369, 'wp-includes/sodium_compat/src/Crypto32.php', 1, 0x00000000000000000000000000000000, 0x490d7d6a8cc78a51585d6d93020c04ff, 0xc9b1f9c5e4b183466ef79ebb9d32632e6e0618df4db115eddaa3b22041bfb5bf, '', 0, '?'),
(0xc3607e7c0844254548b4774fbaa483e8, 'wp-includes/sodium_compat/src/File.php', 1, 0x00000000000000000000000000000000, 0x79f791722e7f4ef9c228b2ec9c7da0b6, 0x6feba06cf8e13d2bd61544aaa3a943c4b829cf6c2924ae19817486baefbcf443, '', 0, '?'),
(0xc015abcd78cb4f570d83a0a80217a0c7, 'wp-includes/sodium_compat/src/PHP52/SplFixedArray.php', 1, 0x00000000000000000000000000000000, 0x1de2316096fa2df1f57083999431fdb1, 0x27b35694ed85040cd02bf7be7fda3ff7963c21b443b51ac6bed9dced5155dfa2, '', 0, '?'),
(0x75c76d182d064fd4dc27df9deb5d8323, 'wp-includes/sodium_compat/src/SodiumException.php', 1, 0x00000000000000000000000000000000, 0xab48446608e9d76165a4e3d47ab09052, 0xe3b69c5c82a94c3e4c0cf64e2d404727c4d7746d47bae36980876b52dfae6700, '', 0, '?'),
(0x58ea3d0cd3150832016834f72f7ba02b, 'wp-includes/spl-autoload-compat.php', 1, 0x00000000000000000000000000000000, 0xd168233950a1243358ae73c3a4be6695, 0x303c6c87c00b59ec77baaee807fd3c354f18c8b4918f66bb468d2d253a4a9cb3, '', 0, '?'),
(0xefd15818123d55a117706670be80c15a, 'wp-includes/taxonomy.php', 1, 0x00000000000000000000000000000000, 0xd102769cabf518e9227bc3ce5230af09, 0xd629a21a55ebd78651ae39d1b4205d8be1c24746e248f548450356b5099dd308, '', 0, '?'),
(0x843a7f2b5bf5b967bea6435addd8f392, 'wp-includes/template-loader.php', 1, 0x00000000000000000000000000000000, 0x08f7137790a06aa6fcdd4a5eab13c5d3, 0x144d1433b61514c61813111e38b156591a6c1c4473842ce30f097319a89ebbcd, '', 0, '?'),
(0x883a3d8f25c6cce2bef9a00f4dd4dbb5, 'wp-includes/template.php', 1, 0x00000000000000000000000000000000, 0xe06d8e061344d3f22519b5510a2a1d71, 0xcf2f80caa8a1cddd78cc85da5566ef839cd1e15cd6a072bdb994a0c8960af473, '', 0, '?'),
(0x3e68d0a9ec58140c582aff763195a9b9, 'wp-includes/theme-compat/comments.php', 1, 0x00000000000000000000000000000000, 0xe0dc27349a465228e9d3b97b5729eea3, 0x17940ae9cab27287047c74241ff4682daa86bc0b4145835389532c765886ea59, '', 0, '?'),
(0x2238410a3df21caee187bc6670350415, 'wp-includes/theme-compat/embed-404.php', 1, 0x00000000000000000000000000000000, 0x3705965b522b03539b86412d1a612a65, 0x857ddb70164eaa00c94b94c036d125292cd76f089ff260f4bebc912993310038, '', 0, '?'),
(0x66d688f30cbdf9a6bc56edd4b929e439, 'wp-includes/theme-compat/embed-content.php', 1, 0x00000000000000000000000000000000, 0xf76d27e78989b1546544e2115d704341, 0x4aac15cf91dfb7d060dec5a12b2c1699a06a72e1236551c1e4ab962099e2e2a0, '', 0, '?'),
(0xfd2b0b715e65b795e9e36775cf46360a, 'wp-includes/theme-compat/embed.php', 1, 0x00000000000000000000000000000000, 0xc805c5a273be5ed0f4bb71a20f6362ff, 0x57f5dcf43554a670c1aa3b192da56eac8830bb618b95baa94f0a19d315f4a692, '', 0, '?'),
(0xcd6d8d13a5024c304e22c8547eec62dc, 'wp-includes/theme-compat/footer-embed.php', 1, 0x00000000000000000000000000000000, 0x16841cf55adc04ab84f22e932b96196a, 0x83691da7c944ff414af6cf883b76172c671763cc1118250891e788d1095e1923, '', 0, '?'),
(0xfe7f5119d6bf361193c87971e4a23838, 'wp-includes/theme-compat/footer.php', 1, 0x00000000000000000000000000000000, 0x5975807ce515bb6624f4a28701a49c8c, 0xa6c28ca4020ac7e0d92ad2feee72cfe12dcf89855edfa348b844ad62df9ae4c2, '', 0, '?'),
(0x26ce7641b9f651cdf46389da7177382c, 'wp-includes/theme-compat/header-embed.php', 1, 0x00000000000000000000000000000000, 0x67962ba2c878829d26817766d258dcc0, 0xc1d96517a80fe9bf8e1369c397efd716f123a83de134a377e14e7262510c0414, '', 0, '?'),
(0x1f4ce41fe56250de2d4906d7ad316680, 'wp-includes/theme-compat/header.php', 1, 0x00000000000000000000000000000000, 0x9471d62d747899b5a98f2d5192b1a0d9, 0xd2d9c5104e8efac09b85ee0b5c6e72aa937e5dfb4612f992c7ae8cc0698cd2b7, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xe330973bea2d2cd3411f15de4579e60e, 'wp-includes/theme-compat/sidebar.php', 1, 0x00000000000000000000000000000000, 0x28e153eb13933b12051789b7499cd928, 0xdbf0937fa75510c66b78c472e5ee4c62b022eecc4a0c41469e28753b0900c326, '', 0, '?'),
(0x931d58e88156d7984f7c387d069a8082, 'wp-includes/theme.php', 1, 0x00000000000000000000000000000000, 0xba06289d59bafd6986a693f440ae27fd, 0xdd77274aa0823afedb86ad3af4cb62219387bb0460732b61218ef65325b59a94, '', 0, '?'),
(0xf6caed862ba202039ac771c97057a3c3, 'wp-includes/update.php', 1, 0x00000000000000000000000000000000, 0x5a8ccd49f8cd643e8a819ae90a708a94, 0xe4003db8b9fcc5522ad45044b054c4d2a3e83ebbcde2e690bd71fd88f23f8e78, '', 0, '?'),
(0x6bbdfa0f42cb9ee3623d790386da1e12, 'wp-includes/user.php', 1, 0x00000000000000000000000000000000, 0x907b1d9677fed5b81c04ed7a4b58ea50, 0x1479e6b41524f2740e193584f22d1919cde71038ddc68ec4111f1f3736ff8156, '', 0, '?'),
(0x672b797289e4d0718480f68044a9b42f, 'wp-includes/vars.php', 1, 0x00000000000000000000000000000000, 0x601eb367adef555f227dfca2e448abcd, 0x60edcc6d288b1230bc567c4117a5065b618c3be4d9463eddf3504783e22a8a1b, '', 0, '?'),
(0x355aaccce4e053cebce376d960369739, 'wp-includes/version.php', 0, 0x0923cdd906142454ebb2fe4f368ec9fc, 0x0923cdd906142454ebb2fe4f368ec9fc, 0x9570a382d01daa7e0ea7cecb10f0787b9ef853846f60641affc9a91cc0813c4a, '', 0, '?'),
(0x592c5170ea676d752397659f18b1bc7e, 'wp-includes/widgets/class-wp-nav-menu-widget.php', 1, 0x00000000000000000000000000000000, 0xda62ef5f2000a93839fc7778855807bf, 0xda02e86a9798a620d309ed38b89e7df25498540cc652425f9070ad97afefcaaa, '', 0, '?'),
(0xf1b15459db03501d704506f19d778693, 'wp-includes/widgets/class-wp-widget-archives.php', 1, 0x00000000000000000000000000000000, 0x0d76d60ec8b2033d0f2070a589f1b427, 0x85bc90ff9102622af14f4e3a93a670d8d6610b0a3f148a14bd8a7794769987f8, '', 0, '?'),
(0x4930c57ff3b953fe2432a354d0fc422a, 'wp-includes/widgets/class-wp-widget-calendar.php', 1, 0x00000000000000000000000000000000, 0x4f999c5005825cf750747c861f2db5a7, 0x4dce3effa41fbdc9662845aee71bb9725f6858b9c1976fdb838ef338409a2b4f, '', 0, '?'),
(0x52e3480d30fc8f218464911e3f632606, 'wp-includes/widgets/class-wp-widget-categories.php', 1, 0x00000000000000000000000000000000, 0x3364325240e6fc807da5b78e21a73150, 0x1b9e03a51a8eef5d738b129425cc6b9e6e81d0ce62bdfebb5e98a8c0120f050d, '', 0, '?'),
(0xa16af0f2975cefc9c4a61c3c79e37083, 'wp-includes/widgets/class-wp-widget-custom-html.php', 1, 0x00000000000000000000000000000000, 0xcbddf4079374ea6a78ce09f70aa5c870, 0x875a60d8c2e1d98e3d7318c92efb3da2045176609f70f5b1e02c23c57d93a7cb, '', 0, '?'),
(0x26e9a5b18698f1f25791b3d880d37ca1, 'wp-includes/widgets/class-wp-widget-links.php', 1, 0x00000000000000000000000000000000, 0x58169f2d2d3a9846f2217f126cdd9833, 0x72517ddbf5827ded279a1cd74796b133b8c2348dbb850ac604fe412387e247a1, '', 0, '?'),
(0xa6e1bd88cbdb088e06d835663f9e686b, 'wp-includes/widgets/class-wp-widget-media-audio.php', 1, 0x00000000000000000000000000000000, 0x636696c24463a86dfd1b69d049a834c4, 0x73fe16adfee8ab19f6d3e29c60b04c276673e65b5cba5c1dbb5fb3b6b307684c, '', 0, '?'),
(0xb0d97627036a40d42d13ccff11b22a18, 'wp-includes/widgets/class-wp-widget-media-gallery.php', 1, 0x00000000000000000000000000000000, 0x75f22cb82dafacb653b23b6226d39561, 0xa2c2ea6659f9c80862ea5dd696cf25bfe8f221af4c4242d20c9fdd051fabb7c5, '', 0, '?'),
(0x504a12927e5d0ef806fa3b209e8b6079, 'wp-includes/widgets/class-wp-widget-media-image.php', 1, 0x00000000000000000000000000000000, 0x6acef7ded8e334483fd8708f5e5e6a26, 0x1f8fad5e8ebe17be8cc6c87d3a16adfcf3d61d1e1e9ec696b0e47e8529ded7fb, '', 0, '?'),
(0xf7c61c5f77efc68c02e89bdf189ed00e, 'wp-includes/widgets/class-wp-widget-media-video.php', 1, 0x00000000000000000000000000000000, 0xa56e9df84fd39406a22edc8e318181dd, 0xd8ab5a05d7cc9502b2eae038a1a9513c62a96791d1da694f5ff69eda0cf974f4, '', 0, '?'),
(0x5d838ad44ece0bd74a6ad38e65bda382, 'wp-includes/widgets/class-wp-widget-media.php', 1, 0x00000000000000000000000000000000, 0x18d05e6e02243eb5faf75e14e27f3323, 0x1261ef3db6e2e0ef82f40c4af2b76da9826328de6192829e8672be783a24e6cd, '', 0, '?'),
(0xab6ed6a2a1f90d920b563591198b2cd9, 'wp-includes/widgets/class-wp-widget-meta.php', 1, 0x00000000000000000000000000000000, 0xd638f210c84cafa9cab52658b98a875b, 0xaca630be770a55251834583ca0a7eb289b17907d7b347cb03e9c9d495ef56cd4, '', 0, '?'),
(0x4baf638e8a231c053273922f2885228e, 'wp-includes/widgets/class-wp-widget-pages.php', 1, 0x00000000000000000000000000000000, 0x0cf65f296c47a17d0291935904620d8f, 0xb6a1254cc5683154b8b3cc8ab2add75b49544a885b1d45a23cb118b523936924, '', 0, '?'),
(0xa416cc369086e8f37e65aa7bd0222e77, 'wp-includes/widgets/class-wp-widget-recent-comments.php', 1, 0x00000000000000000000000000000000, 0xc121d0d9b1db20f4fa7bfa6f284833fa, 0x8b9ffdba6a7eb284be75aa76eef7c72b81b282bab8b56255e138dc7504100078, '', 0, '?'),
(0x6c2f0a1cd17fd480b057c1cdb12d63cf, 'wp-includes/widgets/class-wp-widget-recent-posts.php', 1, 0x00000000000000000000000000000000, 0x65ba105c7d548107b269520614c3ce52, 0xce553977ee0c1a9fbe5f2f33a8f23524d377e24d2a220104b021fb4413580588, '', 0, '?'),
(0x1707818d7937afd01f4d41e440a09a85, 'wp-includes/widgets/class-wp-widget-rss.php', 1, 0x00000000000000000000000000000000, 0x43bdaeee1d0d4d4e32e04a00cb4ae125, 0xca8b361e7013193765c090bb45b4636959f0e9b53fe11cb335c569861dd421da, '', 0, '?'),
(0x460dba78d3777edb0ddcb1b4e71b0aa6, 'wp-includes/widgets/class-wp-widget-search.php', 1, 0x00000000000000000000000000000000, 0x89715deb2e95fa75dbffb170d0c4be3f, 0xf564d8f59389ca04bddc78638bc626deb9981438bb4ea8ba0ff6805bf81b9660, '', 0, '?'),
(0xa22d895b6970f99c055c5e98d8f3c15d, 'wp-includes/widgets/class-wp-widget-tag-cloud.php', 1, 0x00000000000000000000000000000000, 0xd6a6c12f26ac1682e9d4a90f8ed1c229, 0x63632d1956a0a56f1a493c318e4b614468d706e89c42ce7a32b9a37fe5f69fae, '', 0, '?'),
(0x9d0019c920899f6b7e8219a35535540f, 'wp-includes/widgets/class-wp-widget-text.php', 1, 0x00000000000000000000000000000000, 0xbdd47f06b334d7488c20834d0fd17d6c, 0xe81dcf90775e4bb5ab4946da807260107de25ef59024b95a7f175b3033d101a4, '', 0, '?'),
(0x53db0e1cca26eb617a38f64ad8b639a7, 'wp-includes/widgets.php', 1, 0x00000000000000000000000000000000, 0xb11a60f131f7b0001452a3a173b7289f, 0xcdff07188b8b512e30e4cd2b0e4d160a97e2c37f282fa30ce590d953b17cf003, '', 0, '?'),
(0xf840a8d2ea7342303c807b6cb6339fd1, 'wp-includes/wlwmanifest.xml', 1, 0x00000000000000000000000000000000, 0xdfd490b6f383ea02a269031ff05e8896, 0xd5c6a44ac4be2a2a587c69bba0cf63792d877f75361670e8c0432de6242a0abc, '', 0, '?'),
(0x4cc2118a651fa17422706328099265c7, 'wp-includes/wp-db.php', 1, 0x00000000000000000000000000000000, 0x8b19f93df274176581dc7a01b1dfa4b3, 0xa572afc2f342fb69f4e54e6ab0a8352c7482568ada0eda8ff0504d6ca01fa205, '', 0, '?'),
(0x28ef5ea6334e12bd9aa99391a2330812, 'wp-includes/wp-diff.php', 1, 0x00000000000000000000000000000000, 0xabf6a0e1e858409011d1457ac9f2df7d, 0x5805b415b2749347875ed4cb307a6192001853bd5ba1c0a8af63e666168bc589, '', 0, '?'),
(0x9aff995e90078f27bd7188c2ee3085ea, 'wp-links-opml.php', 1, 0x00000000000000000000000000000000, 0xaba0ecab419f6d3c22d9a1f11ae24970, 0x927254ec411cc1e40658f5e6c797b012ec473b96dbd428a406a65978e038d9cf, '', 0, '?'),
(0x8f249d811bbbc0aa6ab6589e5d29443a, 'wp-load.php', 1, 0x00000000000000000000000000000000, 0x75a34c0dcc2bcdb7b39425003964b054, 0xa9bcb9b5540001bff4453ee7b6a3366d1cc2472418f6ac94cbc5d6755ea86260, '', 0, '?'),
(0xdd11ba0d00464ac8e49642e1de65e712, 'wp-login.php', 1, 0x00000000000000000000000000000000, 0x031e48719ae3b241a0e8eca88f9fad0c, 0x25b78a3153a722a43c0ec484ec4424a1b8756900cbe0dac4a733d3e1b95d24c4, '', 0, '?'),
(0xb48333a0542e5e9dc6993cde0ff7f814, 'wp-mail.php', 1, 0x00000000000000000000000000000000, 0x900dc6b4efa96d1177c2d3471dce35e6, 0x841c49df964b8c8db4f990689efe3f7512babb6d860b46852aabd48c97c94de7, '', 0, '?'),
(0x3b31d18b2312c1595f4e0f1c84a574f7, 'wp-settings.php', 1, 0x00000000000000000000000000000000, 0xe7eaa3f8c9b764e394bb36cc1bac2b86, 0x4a34ebeddbe76b5bab5893381c511a4cd03e9dcb0f23996200af989aa142150f, '', 0, '?'),
(0x168c1c2c903423a28528e7230c170614, 'wp-signup.php', 1, 0x00000000000000000000000000000000, 0xe3692748d8fda1c64a4b967a6f496aa6, 0x63a1b9a45f78223191be48c231c82a1ef4877a3467305e843d7f2ec61f2abb7e, '', 0, '?'),
(0x6fe3ae9a2d01d73b3f583a8ffb70d2a1, 'wp-trackback.php', 1, 0x00000000000000000000000000000000, 0xd74b02cd709360ef78dc226cdbabce91, 0x3b471ba23629382fa2963a1c159ad52f866318d942140fc27d5d9b1cab238f65, '', 0, '?'),
(0x34da829cd94c24bc2c4b5b9c75cce284, 'xmlrpc.php', 1, 0x00000000000000000000000000000000, 0x448284dfc371ca9e6280e44db2b13e63, 0x0e75831c5775ebb999086097ee3eb0336a2209b6aa003b744e4a366e5bca4ee7, '', 0, '?');

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

--
-- Estructura de tabla para la tabla `wp_wfhits`
--

CREATE TABLE `wp_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,
  `referer` text,
  `UA` text,
  `action` varchar(64) NOT NULL DEFAULT '',
  `actionDescription` text,
  `actionData` text
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_wfhits`
--

INSERT INTO `wp_wfhits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(1310, 1595545204.354192, 1595545204.252200, 0x00000000000000000000ffffbe8d99ec, 0, 503, 0, 0, 0, 'https://dacleanexpress.com/wp-login.php?redirect_to=https%3A%2F%2Fdacleanexpress.com%2Fwp-admin%2F&reauth=1', 'https://dacleanexpress.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'lockedOut', 'Used an invalid username \'Daclean Express\' to try to sign in', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(1307, 0.000000, 1595545125.386626, 0x00000000000000000000ffffbe8d99ec, 0, 503, 0, 0, 0, 'https://dacleanexpress.com/wp-login.php', 'https://dacleanexpress.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'loginFailInvalidUsername', 'Used an invalid username \'Daclean Express\' to try to sign in', NULL),
(1308, 1595545143.212355, 1595545143.157200, 0x00000000000000000000ffffbe8d99ec, 0, 503, 0, 0, 0, 'https://dacleanexpress.com/wp-login.php', 'https://dacleanexpress.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'lockedOut', 'Used an invalid username \'Daclean Express\' to try to sign in', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(1309, 0.000000, 1595545184.779995, 0x00000000000000000000ffffbe8d99ec, 0, 503, 0, 0, 0, 'https://dacleanexpress.com/wp-login.php', 'https://dacleanexpress.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'loginFailInvalidUsername', 'Used an invalid username \'Daclean Express\' to try to sign in', NULL),
(1325, 1595859296.144115, 1595859296.056500, 0x00000000000000000000ffffb579dcd0, 0, 503, 0, 0, 0, 'https://dacleanexpress.com/wp-login.php', 'https://dacleanexpress.com/wp-login.php?loggedout=true&wp_lang=es_ES', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'lockedOut', 'Used an invalid username \'dacleanexpress\' to try to sign in', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(1326, 0.000000, 1595859354.189128, 0x00000000000000000000ffffb579dcd0, 0, 200, 0, 0, 0, 'https://dacleanexpress.com/wp-login.php', 'https://dacleanexpress.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(1327, 0.000000, 1595859387.887208, 0x00000000000000000000ffffb579dcd0, 0, 200, 0, 0, 0, 'https://dacleanexpress.com/wp-login.php', 'https://dacleanexpress.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(1328, 0.000000, 1595859460.666108, 0x00000000000000000000ffffb579dcd0, 0, 302, 0, 1, 0, 'https://dacleanexpress.com/wp-login.php', 'https://dacleanexpress.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'loginOK', NULL, NULL),
(1271, 0.000000, 1593439753.705935, 0x00000000000000000000ffffbab6e961, 0, 302, 0, 18, 0, 'https://dacleanexpress.com/wp-login.php', 'https://dacleanexpress.com/wp-login.php?redirect_to=https%3A%2F%2Fdacleanexpress.com%2Fwp-admin%2F&reauth=1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36', 'loginOK', NULL, NULL),
(1272, 0.000000, 1593440051.942314, 0x00000000000000000000ffffbab6e961, 1, 200, 0, 18, 0, 'https://dacleanexpress.com/wp-login.php?action=logout&_wpnonce=2aeb9153c3', 'https://dacleanexpress.com/wp-admin/users.php?id=19', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36', 'logout', NULL, NULL),
(1289, 0.000000, 1593843032.770304, 0x00000000000000000000ffffab3db673, 0, 503, 0, 0, 0, 'https://dacleanexpress.com/wp-login.php', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(1290, 0.000000, 1593843032.770295, 0x00000000000000000000ffffab3db673, 0, 503, 0, 0, 0, 'https://dacleanexpress.com/xmlrpc.php', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(1291, 0.000000, 1594129100.620394, 0x00000000000000000000ffffb6b94089, 0, 503, 0, 0, 0, 'https://dacleanexpress.com/xmlrpc.php', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(1292, 1594129106.094026, 1594129106.012100, 0x00000000000000000000ffffb6b94089, 0, 503, 0, 0, 0, 'https://dacleanexpress.com/wp-login.php', NULL, 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(1311, 0.000000, 1595545709.686889, 0x00000000000000000000ffffaaf4340c, 0, 200, 0, 19, 0, 'https://dacleanexpress.com/wp-login.php', 'https://dacleanexpress.com/wp-login.php?redirect_to=https%3A%2F%2Fdacleanexpress.com%2Fwp-admin%2F&reauth=1', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0', 'loginFailValidUsername', NULL, NULL),
(1312, 0.000000, 1595545835.495334, 0x00000000000000000000ffffaaf4340c, 0, 302, 0, 0, 0, 'https://dacleanexpress.com/wp-login.php?action=lostpassword', 'https://dacleanexpress.com/wp-login.php?action=lostpassword', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0', 'lostPassword', NULL, NULL),
(1313, 0.000000, 1595546478.209216, 0x00000000000000000000ffffaaf4340c, 0, 200, 0, 19, 0, 'https://dacleanexpress.com/wp-login.php', 'https://dacleanexpress.com/wp-login.php?redirect_to=https%3A%2F%2Fdacleanexpress.com%2Fwp-admin%2F&reauth=1', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0', 'loginFailValidUsername', NULL, NULL),
(1314, 0.000000, 1595546567.756395, 0x00000000000000000000ffffaaf4340c, 0, 503, 0, 0, 0, 'https://dacleanexpress.com/wp-login.php', 'https://dacleanexpress.com/wp-login.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0', 'loginFailInvalidUsername', 'Used an invalid username \'Daclean Express\' to try to sign in', NULL),
(1315, 1595547898.366339, 1595547898.287500, 0x00000000000000000000ffffbe8d99ec, 0, 503, 0, 0, 0, 'https://dacleanexpress.com/wp-login.php?action=rp&key=EReSnES0RJlXIKS6y6Uj&login=daclean', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'lockedOut', 'Used an invalid username \'Daclean Express\' to try to sign in', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(1316, 0.000000, 1595620308.728441, 0x00000000000000000000ffffaaf4340c, 0, 503, 0, 0, 0, 'https://dacleanexpress.com/wp-login.php', 'https://dacleanexpress.com/wp-login.php?redirect_to=https%3A%2F%2Fdacleanexpress.com%2Fwp-admin%2F&reauth=1', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0', 'loginFailInvalidUsername', 'Used an invalid username \'Daclean Express\' to try to sign in', NULL),
(1317, 0.000000, 1595641620.215402, 0x00000000000000000000ffffaaf4340c, 0, 503, 0, 0, 0, 'https://dacleanexpress.com/wp-login.php', 'https://dacleanexpress.com/wp-login.php?redirect_to=https%3A%2F%2Fdacleanexpress.com%2Fwp-admin%2F&reauth=1', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0', 'loginFailInvalidUsername', 'Used an invalid username \'Daclean Express\' to try to sign in', NULL),
(1304, 0.000000, 1594840063.312995, 0x00000000000000000000ffffbab6e961, 1, 200, 0, 18, 0, 'https://dacleanexpress.com/wp-login.php?action=logout&_wpnonce=3ce0960a79', 'https://dacleanexpress.com/wp-admin/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36', 'logout', NULL, NULL),
(1303, 0.000000, 1594840032.554870, 0x00000000000000000000ffffbab6e961, 0, 302, 0, 18, 0, 'https://dacleanexpress.com/wp-login.php', 'https://dacleanexpress.com/wp-login.php?loggedout=true&wp_lang=es_ES', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36', 'loginOK', NULL, NULL),
(1302, 0.000000, 1594840019.872198, 0x00000000000000000000ffffbab6e961, 1, 200, 0, 18, 0, 'https://dacleanexpress.com/wp-login.php?action=logout&_wpnonce=7e2b47beb6', 'https://dacleanexpress.com/wp-admin/profile.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36', 'logout', NULL, NULL),
(1301, 0.000000, 1594839827.806030, 0x00000000000000000000ffffbab6e961, 0, 302, 0, 18, 0, 'https://dacleanexpress.com/wp-login.php', 'https://dacleanexpress.com/wp-login.php?loggedout=true&wp_lang=es_ES', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36', 'loginOK', NULL, NULL),
(1300, 0.000000, 1594839820.073542, 0x00000000000000000000ffffbab6e961, 1, 200, 0, 18, 0, 'https://dacleanexpress.com/wp-login.php?action=logout&_wpnonce=54917dc6aa', 'https://dacleanexpress.com/wp-admin/profile.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36', 'logout', NULL, NULL),
(1298, 0.000000, 1594839318.242212, 0x00000000000000000000ffffbab6e961, 0, 302, 0, 1, 0, 'https://dacleanexpress.com/wp-login.php', 'https://dacleanexpress.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36', 'loginOK', NULL, NULL),
(1299, 0.000000, 1594839742.336432, 0x00000000000000000000ffffbab6e961, 1, 200, 0, 18, 0, 'https://dacleanexpress.com/wp-login.php', 'https://dacleanexpress.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36', 'loginOK', NULL, NULL),
(1305, 0.000000, 1595070928.269393, 0x00000000000000000000ffff452e2414, 0, 200, 0, 0, 0, 'https://dacleanexpress.com/?_wfsf=detectProxy', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.82 Safari/537.1', 'scan:detectproxy', NULL, NULL),
(1306, 0.000000, 1595544772.936454, 0x00000000000000000000ffffbe8d99ec, 0, 503, 0, 0, 0, 'https://dacleanexpress.com/wp-login.php', 'https://dacleanexpress.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'loginFailInvalidUsername', 'Used an invalid username \'Daclean Express\' to try to sign in', NULL),
(1324, 0.000000, 1595859251.336697, 0x00000000000000000000ffffb579dcd0, 0, 503, 0, 0, 0, 'https://dacleanexpress.com/wp-login.php', 'https://dacleanexpress.com/wp-login.php?loggedout=true&wp_lang=es_ES', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'loginFailInvalidUsername', 'Used an invalid username \'dacleanexpress\' to try to sign in', NULL),
(1323, 0.000000, 1595859220.242361, 0x00000000000000000000ffffb579dcd0, 1, 200, 0, 1, 0, 'https://dacleanexpress.com/wp-login.php?action=logout&_wpnonce=281f36610e', 'https://dacleanexpress.com/wp-admin/plugins.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'logout', NULL, NULL),
(1319, 0.000000, 1595844991.655451, 0x00000000000000000000ffff452e2414, 0, 200, 0, 0, 0, 'https://dacleanexpress.com/?_wfsf=detectProxy', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.82 Safari/537.1', 'scan:detectproxy', NULL, NULL),
(1322, 0.000000, 1595858433.369581, 0x00000000000000000000ffffb579dcd0, 0, 302, 0, 1, 0, 'https://dacleanexpress.com/wp-login.php', 'https://dacleanexpress.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'loginOK', NULL, NULL),
(1318, 0.000000, 1595774551.123287, 0x00000000000000000000ffffaaf4340c, 0, 503, 0, 0, 0, 'https://dacleanexpress.com/wp-login.php', 'https://dacleanexpress.com/wp-login.php?redirect_to=https%3A%2F%2Fdacleanexpress.com%2Fwp-admin%2F&reauth=1', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0', 'loginFailInvalidUsername', 'Used an invalid username \'Daclean Express\' to try to sign in', NULL),
(1321, 1595858318.043617, 1595858317.939600, 0x00000000000000000000ffffb579dcd0, 0, 503, 0, 0, 0, 'https://dacleanexpress.com/wp-login.php', 'https://dacleanexpress.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'lockedOut', 'Used an invalid username \'dacleanexpress\' to try to sign in', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(1320, 0.000000, 1595858298.020153, 0x00000000000000000000ffffb579dcd0, 0, 503, 0, 0, 0, 'https://dacleanexpress.com/wp-login.php', 'https://dacleanexpress.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'loginFailInvalidUsername', 'Used an invalid username \'dacleanexpress\' to try to sign in', NULL),
(1273, 0.000000, 1593440073.274225, 0x00000000000000000000ffffbab6e961, 0, 302, 0, 19, 0, 'https://dacleanexpress.com/wp-login.php', 'https://dacleanexpress.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36', 'loginOK', NULL, NULL),
(1274, 0.000000, 1593440081.520633, 0x00000000000000000000ffffbab6e961, 1, 200, 0, 19, 0, 'https://dacleanexpress.com/wp-login.php?action=logout&_wpnonce=24707601f1', 'https://dacleanexpress.com/wp-admin/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36', 'logout', NULL, NULL),
(1275, 0.000000, 1593441808.862077, 0x00000000000000000000ffffbab6e961, 0, 302, 0, 19, 0, 'https://dacleanexpress.com/wp-login.php', 'https://dacleanexpress.com/wp-login.php?redirect_to=https%3A%2F%2Fdacleanexpress.com%2Fwp-admin%2F&reauth=1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36', 'loginOK', NULL, NULL),
(1276, 0.000000, 1593442031.777919, 0x00000000000000000000ffffbab6e961, 1, 200, 0, 19, 0, 'https://dacleanexpress.com/wp-login.php?action=logout&_wpnonce=e968001f1f', 'https://dacleanexpress.com/wp-admin/index.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36', 'logout', NULL, NULL),
(1277, 1593449290.749283, 1593449290.688300, 0x00000000000000000000ffff5bcf669e, 0, 403, 0, 0, 0, 'https://dacleanexpress.com/wp-content/plugins/delete-all-comments/delete-all-comments.php', NULL, NULL, 'blocked:waf', 'Delete All Comments <= 2.0.0 - Unauthenticated Remote File Download', '{\"learningMode\":0,\"failedRules\":\"83\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3Jlc3RvcmVmcm9tZmlsZU5BTUVd\",\"paramValue\":\"aW5kZXgucGhw\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kZWxldGUtYWxsLWNvbW1lbnRzL2RlbGV0ZS1hbGwtY29tbWVudHMucGhw\",\"category\":\"file_download\",\"ssl\":1}'),
(1278, 0.000000, 1593514314.384308, 0x00000000000000000000ffff452e2414, 0, 200, 0, 0, 0, 'https://dacleanexpress.com/?_wfsf=detectProxy', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.82 Safari/537.1', 'scan:detectproxy', NULL, NULL),
(1279, 0.000000, 1593635618.521857, 0x00000000000000000000ffffdfbe7707, 0, 503, 0, 0, 0, 'https://dacleanexpress.com/xmlrpc.php', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(1280, 1593635806.115468, 1593635806.037800, 0x00000000000000000000ffffdfbe7707, 0, 503, 0, 0, 0, 'https://dacleanexpress.com/wp-login.php', NULL, 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(1281, 1593635804.431519, 1593635804.358100, 0x00000000000000000000ffffdfbe7707, 0, 503, 0, 0, 0, 'https://dacleanexpress.com/xmlrpc.php', NULL, 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(1282, 1593635744.877199, 1593635744.823800, 0x00000000000000000000ffffdfbe7707, 0, 503, 0, 0, 0, 'https://dacleanexpress.com/wp-login.php', NULL, 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(1283, 1593635743.386300, 1593635743.327200, 0x00000000000000000000ffffdfbe7707, 0, 503, 0, 0, 0, 'https://dacleanexpress.com/xmlrpc.php', NULL, 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(1284, 1593635624.387751, 1593635624.229800, 0x00000000000000000000ffffdfbe7707, 0, 503, 0, 0, 0, 'https://dacleanexpress.com/wp-login.php', NULL, 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(1285, 0.000000, 1593716448.806076, 0x00000000000000000000ffff92c81842, 0, 503, 0, 0, 0, 'https://dacleanexpress.com/xmlrpc.php', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(1286, 1593716452.644775, 1593716452.537500, 0x00000000000000000000ffff92c81842, 0, 503, 0, 0, 0, 'https://dacleanexpress.com/wp-login.php', NULL, 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(1287, 0.000000, 1593719889.342813, 0x00000000000000000000ffffab3db673, 0, 503, 0, 0, 0, 'https://dacleanexpress.com/xmlrpc.php', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(1288, 1593719891.835463, 1593719891.741800, 0x00000000000000000000ffffab3db673, 0, 503, 0, 0, 0, 'https://dacleanexpress.com/wp-login.php', NULL, 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(1293, 0.000000, 1594139587.282395, 0x00000000000000000000ffffb6b9038b, 0, 503, 0, 0, 0, 'https://dacleanexpress.com/wp-login.php', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(1294, 0.000000, 1594139580.703246, 0x00000000000000000000ffffb6b9038b, 0, 503, 0, 0, 0, 'https://dacleanexpress.com/xmlrpc.php', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(1295, 1594140166.792231, 1594140166.707100, 0x00000000000000000000ffffb6b9038b, 0, 503, 0, 0, 0, 'https://dacleanexpress.com/wp-login.php', NULL, 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(1296, 1594140164.792379, 1594140164.713200, 0x00000000000000000000ffffb6b9038b, 0, 503, 0, 0, 0, 'https://dacleanexpress.com/xmlrpc.php', NULL, 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(1297, 0.000000, 1594293763.612980, 0x00000000000000000000ffff452e2414, 0, 200, 0, 0, 0, 'https://dacleanexpress.com/?_wfsf=detectProxy', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.82 Safari/537.1', 'scan:detectproxy', NULL, NULL);

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

--
-- Estructura de tabla para la tabla `wp_wfhoover`
--

CREATE TABLE `wp_wfhoover` (
  `id` int(10) UNSIGNED NOT NULL,
  `owner` text,
  `host` text,
  `path` text,
  `hostKey` varbinary(124) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Estructura de tabla para la tabla `wp_wfissues`
--

CREATE TABLE `wp_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,
  `data` text
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_wfissues`
--

INSERT INTO `wp_wfissues` (`id`, `time`, `lastUpdated`, `status`, `type`, `severity`, `ignoreP`, `ignoreC`, `shortMsg`, `longMsg`, `data`) VALUES
(1, 1583496934, 1583496934, 'ignoreC', 'wfPluginUpgrade', 50, '3fee48f3d58b25fa257ac1f6da0fc344', '3fee48f3d58b25fa257ac1f6da0fc344', 'The Plugin \"Async JavaScript\" needs an upgrade (2.20.02.27 -> 2.20.03.01).', 'You need to upgrade \"Async JavaScript\" to the newest version to ensure you have any security fixes the developer has released.', 'a:18:{s:4:\"Name\";s:16:\"Async JavaScript\";s:9:\"PluginURI\";s:24:\"https://autoptimize.com/\";s:7:\"Version\";s:10:\"2.20.02.27\";s:11:\"Description\";s:262:\"Async JavaScript te da el control completo de a qué scripts añadir los atributos «async» o «defer» o cuáles excluir para ayudarte a mejorar el rendimiento de tu web WordPress <cite>Por <a href=\"https://autoptimize.com/\">Frank Goossens (futtta)</a>.</cite>\";s:6:\"Author\";s:62:\"<a href=\"https://autoptimize.com/\">Frank Goossens (futtta)</a>\";s:9:\"AuthorURI\";s:24:\"https://autoptimize.com/\";s:10:\"TextDomain\";s:16:\"async-javascript\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:55:\"<a href=\"https://autoptimize.com/\">Async JavaScript</a>\";s:10:\"AuthorName\";s:23:\"Frank Goossens (futtta)\";s:10:\"pluginFile\";s:91:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/plugins/async-javascript/async-javascript.php\";s:10:\"newVersion\";s:10:\"2.20.03.01\";s:4:\"slug\";s:16:\"async-javascript\";s:5:\"wpURL\";s:46:\"https://wordpress.org/plugins/async-javascript\";s:10:\"vulnerable\";b:0;}'),
(2, 1583496934, 1583496934, 'ignoreC', 'wfPluginUpgrade', 50, '5fd21b05272f5c58f0aebab98331a908', '5fd21b05272f5c58f0aebab98331a908', 'The Plugin \"EWWW Image Optimizer\" needs an upgrade (5.2.1 -> 5.2.2).', 'You need to upgrade \"EWWW Image Optimizer\" to the newest version to ensure you have any security fixes the developer has released.', 'a:18:{s:4:\"Name\";s:20:\"EWWW Image Optimizer\";s:9:\"PluginURI\";s:54:\"https://es.wordpress.org/plugins/ewww-image-optimizer/\";s:7:\"Version\";s:5:\"5.2.1\";s:11:\"Description\";s:227:\"Reduce el tamaño de los archivos de imágenes dentro de WordPress, incluidas las de  NextGen Gallery y GRAND FlAGallery. Utiliza jpegtran, optiPNG/pngout y gifsicle. <cite>Por <a href=\"https://ewww.io/\">Exactly WWW</a>.</cite>\";s:6:\"Author\";s:42:\"<a href=\"https://ewww.io/\">Exactly WWW</a>\";s:9:\"AuthorURI\";s:16:\"https://ewww.io/\";s:10:\"TextDomain\";s:20:\"ewww-image-optimizer\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:89:\"<a href=\"https://es.wordpress.org/plugins/ewww-image-optimizer/\">EWWW Image Optimizer</a>\";s:10:\"AuthorName\";s:11:\"Exactly WWW\";s:10:\"pluginFile\";s:99:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/plugins/ewww-image-optimizer/ewww-image-optimizer.php\";s:10:\"newVersion\";s:5:\"5.2.2\";s:4:\"slug\";s:20:\"ewww-image-optimizer\";s:5:\"wpURL\";s:50:\"https://wordpress.org/plugins/ewww-image-optimizer\";s:10:\"vulnerable\";b:0;}'),
(3, 1583496934, 1583496934, 'ignoreC', 'wfPluginUpgrade', 50, 'a0709d3f252ad7eb83fafa28506ab780', 'a0709d3f252ad7eb83fafa28506ab780', 'The Plugin \"WPBakery Page Builder\" needs an upgrade (5.7 -> 6.1).', 'You need to upgrade \"WPBakery Page Builder\" to the newest version to ensure you have any security fixes the developer has released.', 'a:18:{s:4:\"Name\";s:21:\"WPBakery Page Builder\";s:9:\"PluginURI\";s:19:\"http://wpbakery.com\";s:7:\"Version\";s:3:\"5.7\";s:11:\"Description\";s:234:\"Drag and drop page builder for WordPress. Take full control over your WordPress site, build any layout you can imagine – no programming knowledge required. <cite>Por <a href=\"http://wpbakery.com\">Michael M - WPBakery.com</a>.</cite>\";s:6:\"Author\";s:58:\"<a href=\"http://wpbakery.com\">Michael M - WPBakery.com</a>\";s:9:\"AuthorURI\";s:19:\"http://wpbakery.com\";s:10:\"TextDomain\";s:11:\"js_composer\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:55:\"<a href=\"http://wpbakery.com\">WPBakery Page Builder</a>\";s:10:\"AuthorName\";s:24:\"Michael M - WPBakery.com\";s:10:\"pluginFile\";s:81:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/plugins/js_composer/js_composer.php\";s:10:\"newVersion\";s:3:\"6.1\";s:4:\"slug\";s:11:\"js_composer\";s:5:\"wpURL\";s:0:\"\";s:10:\"vulnerable\";b:0;}'),
(1480, 1595858628, 1595858628, 'new', 'wfPluginUpgrade', 50, 'b43ec5d05a41bf59df52e8a79309c500', 'b43ec5d05a41bf59df52e8a79309c500', 'The Plugin \"WPBakery Page Builder\" needs an upgrade (5.7 -> 6.2).', 'You need to upgrade \"WPBakery Page Builder\" to the newest version to ensure you have any security fixes the developer has released.', 'a:18:{s:4:\"Name\";s:21:\"WPBakery Page Builder\";s:9:\"PluginURI\";s:19:\"http://wpbakery.com\";s:7:\"Version\";s:3:\"5.7\";s:11:\"Description\";s:234:\"Drag and drop page builder for WordPress. Take full control over your WordPress site, build any layout you can imagine – no programming knowledge required. <cite>Por <a href=\"http://wpbakery.com\">Michael M - WPBakery.com</a>.</cite>\";s:6:\"Author\";s:58:\"<a href=\"http://wpbakery.com\">Michael M - WPBakery.com</a>\";s:9:\"AuthorURI\";s:19:\"http://wpbakery.com\";s:10:\"TextDomain\";s:11:\"js_composer\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:55:\"<a href=\"http://wpbakery.com\">WPBakery Page Builder</a>\";s:10:\"AuthorName\";s:24:\"Michael M - WPBakery.com\";s:10:\"pluginFile\";s:81:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/plugins/js_composer/js_composer.php\";s:10:\"newVersion\";s:3:\"6.2\";s:4:\"slug\";s:11:\"js_composer\";s:5:\"wpURL\";s:0:\"\";s:10:\"vulnerable\";b:0;}'),
(1479, 1595858628, 1595858628, 'new', 'wfPluginUpgrade', 50, 'c695d5b996a94906b7881a8cd005c99c', 'c695d5b996a94906b7881a8cd005c99c', 'The Plugin \"Really Simple SSL\" needs an upgrade (3.2.9 -> 3.3.4).', 'You need to upgrade \"Really Simple SSL\" to the newest version to ensure you have any security fixes the developer has released.', 'a:18:{s:4:\"Name\";s:17:\"Really Simple SSL\";s:9:\"PluginURI\";s:33:\"https://www.really-simple-ssl.com\";s:7:\"Version\";s:5:\"3.2.9\";s:11:\"Description\";s:167:\"Plugin ligero sin configuraciones que hace que tu sitio cargue con SSL <cite>Por <a href=\"https://really-simple-plugins.com\">Rogier Lankhorst, Mark Wolters</a>.</cite>\";s:6:\"Author\";s:78:\"<a href=\"https://really-simple-plugins.com\">Rogier Lankhorst, Mark Wolters</a>\";s:9:\"AuthorURI\";s:33:\"https://really-simple-plugins.com\";s:10:\"TextDomain\";s:17:\"really-simple-ssl\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:65:\"<a href=\"https://www.really-simple-ssl.com\">Really Simple SSL</a>\";s:10:\"AuthorName\";s:30:\"Rogier Lankhorst, Mark Wolters\";s:10:\"pluginFile\";s:101:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/plugins/really-simple-ssl/rlrsssl-really-simple-ssl.php\";s:10:\"newVersion\";s:5:\"3.3.4\";s:4:\"slug\";s:17:\"really-simple-ssl\";s:5:\"wpURL\";s:47:\"https://wordpress.org/plugins/really-simple-ssl\";s:10:\"vulnerable\";b:0;}'),
(1478, 1595858628, 1595858628, 'new', 'wfPluginUpgrade', 50, 'fb474304504643bf3750ceb49f005550', 'fb474304504643bf3750ceb49f005550', 'The Plugin \"Loco Translate\" needs an upgrade (2.3.1 -> 2.4.0).', 'You need to upgrade \"Loco Translate\" to the newest version to ensure you have any security fixes the developer has released.', 'a:18:{s:4:\"Name\";s:14:\"Loco Translate\";s:9:\"PluginURI\";s:48:\"https://es.wordpress.org/plugins/loco-translate/\";s:7:\"Version\";s:5:\"2.3.1\";s:11:\"Description\";s:132:\"Traduce temas y plugins directamente en WordPress <cite>Por <a href=\"https://localise.biz/wordpress/plugin\">Tim Whitlock</a>.</cite>\";s:6:\"Author\";s:64:\"<a href=\"https://localise.biz/wordpress/plugin\">Tim Whitlock</a>\";s:9:\"AuthorURI\";s:37:\"https://localise.biz/wordpress/plugin\";s:10:\"TextDomain\";s:14:\"loco-translate\";s:10:\"DomainPath\";s:11:\"/languages/\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:77:\"<a href=\"https://es.wordpress.org/plugins/loco-translate/\">Loco Translate</a>\";s:10:\"AuthorName\";s:12:\"Tim Whitlock\";s:10:\"pluginFile\";s:77:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/plugins/loco-translate/loco.php\";s:10:\"newVersion\";s:5:\"2.4.0\";s:4:\"slug\";s:14:\"loco-translate\";s:5:\"wpURL\";s:44:\"https://wordpress.org/plugins/loco-translate\";s:10:\"vulnerable\";b:0;}'),
(1477, 1595858628, 1595858628, 'new', 'wfPluginUpgrade', 50, 'fce14cad561a364eb5a0526662499f30', 'fce14cad561a364eb5a0526662499f30', 'The Plugin \"jQuery Updater\" needs an upgrade (3.4.1.2 -> 3.5.1.1).', 'You need to upgrade \"jQuery Updater\" to the newest version to ensure you have any security fixes the developer has released.', 'a:18:{s:4:\"Name\";s:14:\"jQuery Updater\";s:9:\"PluginURI\";s:48:\"http://www.ramoonus.nl/wordpress/jquery-updater/\";s:7:\"Version\";s:7:\"3.4.1.2\";s:11:\"Description\";s:122:\"This plugin updates jQuery to the latest  stable version. <cite>Por <a href=\"http://www.ramoonus.nl/\">Ramoonus</a>.</cite>\";s:6:\"Author\";s:46:\"<a href=\"http://www.ramoonus.nl/\">Ramoonus</a>\";s:9:\"AuthorURI\";s:23:\"http://www.ramoonus.nl/\";s:10:\"TextDomain\";s:14:\"jquery-updater\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:77:\"<a href=\"http://www.ramoonus.nl/wordpress/jquery-updater/\">jQuery Updater</a>\";s:10:\"AuthorName\";s:8:\"Ramoonus\";s:10:\"pluginFile\";s:87:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/plugins/jquery-updater/jquery-updater.php\";s:10:\"newVersion\";s:7:\"3.5.1.1\";s:4:\"slug\";s:14:\"jquery-updater\";s:5:\"wpURL\";s:44:\"https://wordpress.org/plugins/jquery-updater\";s:10:\"vulnerable\";b:0;}'),
(1473, 1595858628, 1595858628, 'new', 'wfUpgrade', 75, '3b469c1b0fdead7cd60fdb3c10ff8ca5', '3b469c1b0fdead7cd60fdb3c10ff8ca5', 'Your WordPress version is out of date', 'WordPress version 5.4.2 is now available. Please upgrade immediately to get the latest security updates from WordPress.', 'a:2:{s:14:\"currentVersion\";s:5:\"5.3.4\";s:10:\"newVersion\";s:5:\"5.4.2\";}'),
(1474, 1595858628, 1595858628, 'new', 'wfPluginUpgrade', 50, 'aee09d8720ade1e1897a86614ff2ba5d', 'aee09d8720ade1e1897a86614ff2ba5d', 'The Plugin \"EWWW Image Optimizer\" needs an upgrade (5.2.2 -> 5.6.0).', 'You need to upgrade \"EWWW Image Optimizer\" to the newest version to ensure you have any security fixes the developer has released.', 'a:18:{s:4:\"Name\";s:20:\"EWWW Image Optimizer\";s:9:\"PluginURI\";s:54:\"https://es.wordpress.org/plugins/ewww-image-optimizer/\";s:7:\"Version\";s:5:\"5.2.2\";s:11:\"Description\";s:227:\"Reduce el tamaño de los archivos de imágenes dentro de WordPress, incluidas las de  NextGen Gallery y GRAND FlAGallery. Utiliza jpegtran, optiPNG/pngout y gifsicle. <cite>Por <a href=\"https://ewww.io/\">Exactly WWW</a>.</cite>\";s:6:\"Author\";s:42:\"<a href=\"https://ewww.io/\">Exactly WWW</a>\";s:9:\"AuthorURI\";s:16:\"https://ewww.io/\";s:10:\"TextDomain\";s:20:\"ewww-image-optimizer\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:89:\"<a href=\"https://es.wordpress.org/plugins/ewww-image-optimizer/\">EWWW Image Optimizer</a>\";s:10:\"AuthorName\";s:11:\"Exactly WWW\";s:10:\"pluginFile\";s:99:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/plugins/ewww-image-optimizer/ewww-image-optimizer.php\";s:10:\"newVersion\";s:5:\"5.6.0\";s:4:\"slug\";s:20:\"ewww-image-optimizer\";s:5:\"wpURL\";s:50:\"https://wordpress.org/plugins/ewww-image-optimizer\";s:10:\"vulnerable\";b:0;}'),
(1475, 1595858628, 1595858628, 'new', 'wfPluginUpgrade', 50, '5369e0549356d32a79f94a5bf8c2340d', '5369e0549356d32a79f94a5bf8c2340d', 'The Plugin \"FooBox Image Lightbox\" needs an upgrade (2.7.8 -> 2.7.11).', 'You need to upgrade \"FooBox Image Lightbox\" to the newest version to ensure you have any security fixes the developer has released.', 'a:18:{s:4:\"Name\";s:21:\"FooBox Image Lightbox\";s:9:\"PluginURI\";s:37:\"http://fooplugins.com/plugins/foobox/\";s:7:\"Version\";s:5:\"2.7.8\";s:11:\"Description\";s:111:\"La mejor caja de luz adaptable para WordPress. <cite>Por <a href=\"http://fooplugins.com\">FooPlugins</a>.</cite>\";s:6:\"Author\";s:46:\"<a href=\"http://fooplugins.com\">FooPlugins</a>\";s:9:\"AuthorURI\";s:21:\"http://fooplugins.com\";s:10:\"TextDomain\";s:21:\"foobox-image-lightbox\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:73:\"<a href=\"http://fooplugins.com/plugins/foobox/\">FooBox Image Lightbox</a>\";s:10:\"AuthorName\";s:10:\"FooPlugins\";s:10:\"pluginFile\";s:91:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/plugins/foobox-image-lightbox/foobox-free.php\";s:10:\"newVersion\";s:6:\"2.7.11\";s:4:\"slug\";s:21:\"foobox-image-lightbox\";s:5:\"wpURL\";s:51:\"https://wordpress.org/plugins/foobox-image-lightbox\";s:10:\"vulnerable\";b:0;}'),
(1452, 1595844992, 1595844992, 'new', 'skippedPaths', 25, '6fd0d290b978eab8027e6b79501ac149', '6fd0d290b978eab8027e6b79501ac149', '3 paths were skipped for the malware scan due to scan settings', 'The option \"Scan files outside your WordPress installation\" is off by default, which means 3 paths and their file(s) will not be scanned for malware or unauthorized changes. To continue skipping these paths, you may ignore this issue. Or to start scanning them, enable the option and subsequent scans will include them. Some paths may not be necessary to scan, so this is optional. <a href=\"https://www.wordfence.com/help/?query=scan-result-skipped-paths\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a><br><br>The paths skipped are ~/.qidb, ~/_old, and ~/wp-snapshots', 'a:0:{}'),
(1476, 1595858628, 1595858628, 'new', 'wfPluginUpgrade', 50, '6a3fb6ce509a36a9bd69cb82371b2c2a', '6a3fb6ce509a36a9bd69cb82371b2c2a', 'The Plugin \"FooGallery\" needs an upgrade (1.9.8 -> 1.9.25).', 'You need to upgrade \"FooGallery\" to the newest version to ensure you have any security fixes the developer has released.', 'a:18:{s:4:\"Name\";s:10:\"FooGallery\";s:9:\"PluginURI\";s:19:\"https://foo.gallery\";s:7:\"Version\";s:5:\"1.9.8\";s:11:\"Description\";s:169:\"Foo Gallery es la más intuitiva y extensible herramienta de gestión de galerías creada para WordPress <cite>Por <a href=\"http://fooplugins.com\">FooPlugins</a>.</cite>\";s:6:\"Author\";s:46:\"<a href=\"http://fooplugins.com\">FooPlugins</a>\";s:9:\"AuthorURI\";s:21:\"http://fooplugins.com\";s:10:\"TextDomain\";s:10:\"foogallery\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:44:\"<a href=\"https://foo.gallery\">FooGallery</a>\";s:10:\"AuthorName\";s:10:\"FooPlugins\";s:10:\"pluginFile\";s:79:\"/home1/esnrpy5a/dacleanexpress.com/wp-content/plugins/foogallery/foogallery.php\";s:10:\"newVersion\";s:6:\"1.9.25\";s:4:\"slug\";s:10:\"foogallery\";s:5:\"wpURL\";s:40:\"https://wordpress.org/plugins/foogallery\";s:10:\"vulnerable\";b:0;}');

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

--
-- Estructura de tabla para la tabla `wp_wfknownfilelist`
--

CREATE TABLE `wp_wfknownfilelist` (
  `id` int(11) UNSIGNED NOT NULL,
  `path` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_wfknownfilelist`
--

INSERT INTO `wp_wfknownfilelist` (`id`, `path`) VALUES
(1, 'index.php'),
(2, 'readme.html'),
(3, 'wordfence-waf.php'),
(4, 'wp-activate.php'),
(5, 'wp-admin/about.php'),
(6, 'wp-admin/admin-ajax.php'),
(7, 'wp-admin/admin-footer.php'),
(8, 'wp-admin/admin-functions.php'),
(9, 'wp-admin/admin-header.php'),
(10, 'wp-admin/admin-post.php'),
(11, 'wp-admin/admin.php'),
(12, 'wp-admin/async-upload.php'),
(13, 'wp-admin/comment.php'),
(14, 'wp-admin/credits.php'),
(15, 'wp-admin/css/about-rtl.css'),
(16, 'wp-admin/css/about-rtl.min.css'),
(17, 'wp-admin/css/about.css'),
(18, 'wp-admin/css/about.min.css'),
(19, 'wp-admin/css/admin-menu-rtl.css'),
(20, 'wp-admin/css/admin-menu-rtl.min.css'),
(21, 'wp-admin/css/admin-menu.css'),
(22, 'wp-admin/css/admin-menu.min.css'),
(23, 'wp-admin/css/code-editor-rtl.css'),
(24, 'wp-admin/css/code-editor-rtl.min.css'),
(25, 'wp-admin/css/code-editor.css'),
(26, 'wp-admin/css/code-editor.min.css'),
(27, 'wp-admin/css/color-picker-rtl.css'),
(28, 'wp-admin/css/color-picker-rtl.min.css'),
(29, 'wp-admin/css/color-picker.css'),
(30, 'wp-admin/css/color-picker.min.css'),
(31, 'wp-admin/css/colors/_admin.scss'),
(32, 'wp-admin/css/colors/_mixins.scss'),
(33, 'wp-admin/css/colors/_variables.scss'),
(34, 'wp-admin/css/colors/blue/colors-rtl.css'),
(35, 'wp-admin/css/colors/blue/colors-rtl.min.css'),
(36, 'wp-admin/css/colors/blue/colors.css'),
(37, 'wp-admin/css/colors/blue/colors.min.css'),
(38, 'wp-admin/css/colors/blue/colors.scss'),
(39, 'wp-admin/css/colors/coffee/colors-rtl.css'),
(40, 'wp-admin/css/colors/coffee/colors-rtl.min.css'),
(41, 'wp-admin/css/colors/coffee/colors.css'),
(42, 'wp-admin/css/colors/coffee/colors.min.css'),
(43, 'wp-admin/css/colors/coffee/colors.scss'),
(44, 'wp-admin/css/colors/ectoplasm/colors-rtl.css'),
(45, 'wp-admin/css/colors/ectoplasm/colors-rtl.min.css'),
(46, 'wp-admin/css/colors/ectoplasm/colors.css'),
(47, 'wp-admin/css/colors/ectoplasm/colors.min.css'),
(48, 'wp-admin/css/colors/ectoplasm/colors.scss'),
(49, 'wp-admin/css/colors/light/colors-rtl.css'),
(50, 'wp-admin/css/colors/light/colors-rtl.min.css'),
(51, 'wp-admin/css/colors/light/colors.css'),
(52, 'wp-admin/css/colors/light/colors.min.css'),
(53, 'wp-admin/css/colors/light/colors.scss'),
(54, 'wp-admin/css/colors/midnight/colors-rtl.css'),
(55, 'wp-admin/css/colors/midnight/colors-rtl.min.css'),
(56, 'wp-admin/css/colors/midnight/colors.css'),
(57, 'wp-admin/css/colors/midnight/colors.min.css'),
(58, 'wp-admin/css/colors/midnight/colors.scss'),
(59, 'wp-admin/css/colors/ocean/colors-rtl.css'),
(60, 'wp-admin/css/colors/ocean/colors-rtl.min.css'),
(61, 'wp-admin/css/colors/ocean/colors.css'),
(62, 'wp-admin/css/colors/ocean/colors.min.css'),
(63, 'wp-admin/css/colors/ocean/colors.scss'),
(64, 'wp-admin/css/colors/sunrise/colors-rtl.css'),
(65, 'wp-admin/css/colors/sunrise/colors-rtl.min.css'),
(66, 'wp-admin/css/colors/sunrise/colors.css'),
(67, 'wp-admin/css/colors/sunrise/colors.min.css'),
(68, 'wp-admin/css/colors/sunrise/colors.scss'),
(69, 'wp-admin/css/common-rtl.css'),
(70, 'wp-admin/css/common-rtl.min.css'),
(71, 'wp-admin/css/common.css'),
(72, 'wp-admin/css/common.min.css'),
(73, 'wp-admin/css/customize-controls-rtl.css'),
(74, 'wp-admin/css/customize-controls-rtl.min.css'),
(75, 'wp-admin/css/customize-controls.css'),
(76, 'wp-admin/css/customize-controls.min.css'),
(77, 'wp-admin/css/customize-nav-menus-rtl.css'),
(78, 'wp-admin/css/customize-nav-menus-rtl.min.css'),
(79, 'wp-admin/css/customize-nav-menus.css'),
(80, 'wp-admin/css/customize-nav-menus.min.css'),
(81, 'wp-admin/css/customize-widgets-rtl.css'),
(82, 'wp-admin/css/customize-widgets-rtl.min.css'),
(83, 'wp-admin/css/customize-widgets.css'),
(84, 'wp-admin/css/customize-widgets.min.css'),
(85, 'wp-admin/css/dashboard-rtl.css'),
(86, 'wp-admin/css/dashboard-rtl.min.css'),
(87, 'wp-admin/css/dashboard.css'),
(88, 'wp-admin/css/dashboard.min.css'),
(89, 'wp-admin/css/deprecated-media-rtl.css'),
(90, 'wp-admin/css/deprecated-media-rtl.min.css'),
(91, 'wp-admin/css/deprecated-media.css'),
(92, 'wp-admin/css/deprecated-media.min.css'),
(93, 'wp-admin/css/edit-rtl.css'),
(94, 'wp-admin/css/edit-rtl.min.css'),
(95, 'wp-admin/css/edit.css'),
(96, 'wp-admin/css/edit.min.css'),
(97, 'wp-admin/css/farbtastic-rtl.css'),
(98, 'wp-admin/css/farbtastic-rtl.min.css'),
(99, 'wp-admin/css/farbtastic.css'),
(100, 'wp-admin/css/farbtastic.min.css'),
(101, 'wp-admin/css/forms-rtl.css'),
(102, 'wp-admin/css/forms-rtl.min.css'),
(103, 'wp-admin/css/forms.css'),
(104, 'wp-admin/css/forms.min.css'),
(105, 'wp-admin/css/ie-rtl.css'),
(106, 'wp-admin/css/ie-rtl.min.css'),
(107, 'wp-admin/css/ie.css'),
(108, 'wp-admin/css/ie.min.css'),
(109, 'wp-admin/css/install-rtl.css'),
(110, 'wp-admin/css/install-rtl.min.css'),
(111, 'wp-admin/css/install.css'),
(112, 'wp-admin/css/install.min.css'),
(113, 'wp-admin/css/l10n-rtl.css'),
(114, 'wp-admin/css/l10n-rtl.min.css'),
(115, 'wp-admin/css/l10n.css'),
(116, 'wp-admin/css/l10n.min.css'),
(117, 'wp-admin/css/list-tables-rtl.css'),
(118, 'wp-admin/css/list-tables-rtl.min.css'),
(119, 'wp-admin/css/list-tables.css'),
(120, 'wp-admin/css/list-tables.min.css'),
(121, 'wp-admin/css/login-rtl.css'),
(122, 'wp-admin/css/login-rtl.min.css'),
(123, 'wp-admin/css/login.css'),
(124, 'wp-admin/css/login.min.css'),
(125, 'wp-admin/css/media-rtl.css'),
(126, 'wp-admin/css/media-rtl.min.css'),
(127, 'wp-admin/css/media.css'),
(128, 'wp-admin/css/media.min.css'),
(129, 'wp-admin/css/nav-menus-rtl.css'),
(130, 'wp-admin/css/nav-menus-rtl.min.css'),
(131, 'wp-admin/css/nav-menus.css'),
(132, 'wp-admin/css/nav-menus.min.css'),
(133, 'wp-admin/css/revisions-rtl.css'),
(134, 'wp-admin/css/revisions-rtl.min.css'),
(135, 'wp-admin/css/revisions.css'),
(136, 'wp-admin/css/revisions.min.css'),
(137, 'wp-admin/css/site-health-rtl.css'),
(138, 'wp-admin/css/site-health-rtl.min.css'),
(139, 'wp-admin/css/site-health.css'),
(140, 'wp-admin/css/site-health.min.css'),
(141, 'wp-admin/css/site-icon-rtl.css'),
(142, 'wp-admin/css/site-icon-rtl.min.css'),
(143, 'wp-admin/css/site-icon.css'),
(144, 'wp-admin/css/site-icon.min.css'),
(145, 'wp-admin/css/themes-rtl.css'),
(146, 'wp-admin/css/themes-rtl.min.css'),
(147, 'wp-admin/css/themes.css'),
(148, 'wp-admin/css/themes.min.css'),
(149, 'wp-admin/css/widgets-rtl.css'),
(150, 'wp-admin/css/widgets-rtl.min.css'),
(151, 'wp-admin/css/widgets.css'),
(152, 'wp-admin/css/widgets.min.css'),
(153, 'wp-admin/css/wp-admin-rtl.css'),
(154, 'wp-admin/css/wp-admin-rtl.min.css'),
(155, 'wp-admin/css/wp-admin.css'),
(156, 'wp-admin/css/wp-admin.min.css'),
(157, 'wp-admin/custom-background.php'),
(158, 'wp-admin/custom-header.php'),
(159, 'wp-admin/customize.php'),
(160, 'wp-admin/edit-comments.php'),
(161, 'wp-admin/edit-form-advanced.php'),
(162, 'wp-admin/edit-form-blocks.php'),
(163, 'wp-admin/edit-form-comment.php'),
(164, 'wp-admin/edit-link-form.php'),
(165, 'wp-admin/edit-tag-form.php'),
(166, 'wp-admin/edit-tags.php'),
(167, 'wp-admin/edit.php'),
(168, 'wp-admin/erase-personal-data.php'),
(169, 'wp-admin/error_log'),
(170, 'wp-admin/export-personal-data.php'),
(171, 'wp-admin/export.php'),
(172, 'wp-admin/freedoms.php'),
(173, 'wp-admin/images/align-center-2x.png'),
(174, 'wp-admin/images/align-center.png'),
(175, 'wp-admin/images/align-left-2x.png'),
(176, 'wp-admin/images/align-left.png'),
(177, 'wp-admin/images/align-none-2x.png'),
(178, 'wp-admin/images/align-none.png'),
(179, 'wp-admin/images/align-right-2x.png'),
(180, 'wp-admin/images/align-right.png'),
(181, 'wp-admin/images/arrows-2x.png'),
(182, 'wp-admin/images/arrows.png'),
(183, 'wp-admin/images/browser-rtl.png'),
(184, 'wp-admin/images/browser.png'),
(185, 'wp-admin/images/bubble_bg-2x.gif'),
(186, 'wp-admin/images/bubble_bg.gif'),
(187, 'wp-admin/images/comment-grey-bubble-2x.png'),
(188, 'wp-admin/images/comment-grey-bubble.png'),
(189, 'wp-admin/images/date-button-2x.gif'),
(190, 'wp-admin/images/date-button.gif'),
(191, 'wp-admin/images/generic.png'),
(192, 'wp-admin/images/icons32-2x.png'),
(193, 'wp-admin/images/icons32-vs-2x.png'),
(194, 'wp-admin/images/icons32-vs.png'),
(195, 'wp-admin/images/icons32.png'),
(196, 'wp-admin/images/imgedit-icons-2x.png'),
(197, 'wp-admin/images/imgedit-icons.png'),
(198, 'wp-admin/images/list-2x.png'),
(199, 'wp-admin/images/list.png'),
(200, 'wp-admin/images/loading.gif'),
(201, 'wp-admin/images/marker.png'),
(202, 'wp-admin/images/mask.png'),
(203, 'wp-admin/images/media-button-2x.png'),
(204, 'wp-admin/images/media-button-image.gif'),
(205, 'wp-admin/images/media-button-music.gif'),
(206, 'wp-admin/images/media-button-other.gif'),
(207, 'wp-admin/images/media-button-video.gif'),
(208, 'wp-admin/images/media-button.png'),
(209, 'wp-admin/images/menu-2x.png'),
(210, 'wp-admin/images/menu-vs-2x.png'),
(211, 'wp-admin/images/menu-vs.png'),
(212, 'wp-admin/images/menu.png'),
(213, 'wp-admin/images/no.png'),
(214, 'wp-admin/images/post-formats-vs.png'),
(215, 'wp-admin/images/post-formats.png'),
(216, 'wp-admin/images/post-formats32-vs.png'),
(217, 'wp-admin/images/post-formats32.png'),
(218, 'wp-admin/images/resize-2x.gif'),
(219, 'wp-admin/images/resize-rtl-2x.gif'),
(220, 'wp-admin/images/resize-rtl.gif'),
(221, 'wp-admin/images/resize.gif'),
(222, 'wp-admin/images/se.png'),
(223, 'wp-admin/images/sort-2x.gif'),
(224, 'wp-admin/images/sort.gif'),
(225, 'wp-admin/images/spinner-2x.gif'),
(226, 'wp-admin/images/spinner.gif'),
(227, 'wp-admin/images/stars-2x.png'),
(228, 'wp-admin/images/stars.png'),
(229, 'wp-admin/images/w-logo-blue.png'),
(230, 'wp-admin/images/w-logo-white.png'),
(231, 'wp-admin/images/wheel.png'),
(232, 'wp-admin/images/wordpress-logo-white.svg'),
(233, 'wp-admin/images/wordpress-logo.png'),
(234, 'wp-admin/images/wordpress-logo.svg'),
(235, 'wp-admin/images/wpspin_light-2x.gif'),
(236, 'wp-admin/images/wpspin_light.gif'),
(237, 'wp-admin/images/xit-2x.gif'),
(238, 'wp-admin/images/xit.gif'),
(239, 'wp-admin/images/yes.png'),
(240, 'wp-admin/import.php'),
(241, 'wp-admin/includes/admin-filters.php'),
(242, 'wp-admin/includes/admin.php'),
(243, 'wp-admin/includes/ajax-actions.php'),
(244, 'wp-admin/includes/bookmark.php'),
(245, 'wp-admin/includes/class-automatic-upgrader-skin.php'),
(246, 'wp-admin/includes/class-bulk-plugin-upgrader-skin.php'),
(247, 'wp-admin/includes/class-bulk-theme-upgrader-skin.php'),
(248, 'wp-admin/includes/class-bulk-upgrader-skin.php'),
(249, 'wp-admin/includes/class-core-upgrader.php'),
(250, 'wp-admin/includes/class-custom-background.php'),
(251, 'wp-admin/includes/class-custom-image-header.php'),
(252, 'wp-admin/includes/class-file-upload-upgrader.php'),
(253, 'wp-admin/includes/class-ftp-pure.php'),
(254, 'wp-admin/includes/class-ftp-sockets.php'),
(255, 'wp-admin/includes/class-ftp.php'),
(256, 'wp-admin/includes/class-language-pack-upgrader-skin.php'),
(257, 'wp-admin/includes/class-language-pack-upgrader.php'),
(258, 'wp-admin/includes/class-pclzip.php'),
(259, 'wp-admin/includes/class-plugin-installer-skin.php'),
(260, 'wp-admin/includes/class-plugin-upgrader-skin.php'),
(261, 'wp-admin/includes/class-plugin-upgrader.php'),
(262, 'wp-admin/includes/class-theme-installer-skin.php'),
(263, 'wp-admin/includes/class-theme-upgrader-skin.php'),
(264, 'wp-admin/includes/class-theme-upgrader.php'),
(265, 'wp-admin/includes/class-walker-category-checklist.php'),
(266, 'wp-admin/includes/class-walker-nav-menu-checklist.php'),
(267, 'wp-admin/includes/class-walker-nav-menu-edit.php'),
(268, 'wp-admin/includes/class-wp-ajax-upgrader-skin.php'),
(269, 'wp-admin/includes/class-wp-automatic-updater.php'),
(270, 'wp-admin/includes/class-wp-comments-list-table.php'),
(271, 'wp-admin/includes/class-wp-community-events.php'),
(272, 'wp-admin/includes/class-wp-debug-data.php'),
(273, 'wp-admin/includes/class-wp-filesystem-base.php'),
(274, 'wp-admin/includes/class-wp-filesystem-direct.php'),
(275, 'wp-admin/includes/class-wp-filesystem-ftpext.php'),
(276, 'wp-admin/includes/class-wp-filesystem-ftpsockets.php'),
(277, 'wp-admin/includes/class-wp-filesystem-ssh2.php'),
(278, 'wp-admin/includes/class-wp-importer.php'),
(279, 'wp-admin/includes/class-wp-internal-pointers.php'),
(280, 'wp-admin/includes/class-wp-links-list-table.php'),
(281, 'wp-admin/includes/class-wp-list-table-compat.php'),
(282, 'wp-admin/includes/class-wp-list-table.php'),
(283, 'wp-admin/includes/class-wp-media-list-table.php'),
(284, 'wp-admin/includes/class-wp-ms-sites-list-table.php'),
(285, 'wp-admin/includes/class-wp-ms-themes-list-table.php'),
(286, 'wp-admin/includes/class-wp-ms-users-list-table.php'),
(287, 'wp-admin/includes/class-wp-plugin-install-list-table.php'),
(288, 'wp-admin/includes/class-wp-plugins-list-table.php'),
(289, 'wp-admin/includes/class-wp-post-comments-list-table.php'),
(290, 'wp-admin/includes/class-wp-posts-list-table.php'),
(291, 'wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php'),
(292, 'wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php'),
(293, 'wp-admin/includes/class-wp-privacy-policy-content.php'),
(294, 'wp-admin/includes/class-wp-privacy-requests-table.php'),
(295, 'wp-admin/includes/class-wp-screen.php'),
(296, 'wp-admin/includes/class-wp-site-health-auto-updates.php'),
(297, 'wp-admin/includes/class-wp-site-health.php'),
(298, 'wp-admin/includes/class-wp-site-icon.php'),
(299, 'wp-admin/includes/class-wp-terms-list-table.php'),
(300, 'wp-admin/includes/class-wp-theme-install-list-table.php'),
(301, 'wp-admin/includes/class-wp-themes-list-table.php'),
(302, 'wp-admin/includes/class-wp-upgrader-skin.php'),
(303, 'wp-admin/includes/class-wp-upgrader-skins.php'),
(304, 'wp-admin/includes/class-wp-upgrader.php'),
(305, 'wp-admin/includes/class-wp-users-list-table.php'),
(306, 'wp-admin/includes/comment.php'),
(307, 'wp-admin/includes/continents-cities.php'),
(308, 'wp-admin/includes/credits.php'),
(309, 'wp-admin/includes/dashboard.php'),
(310, 'wp-admin/includes/deprecated.php'),
(311, 'wp-admin/includes/edit-tag-messages.php'),
(312, 'wp-admin/includes/export.php'),
(313, 'wp-admin/includes/file.php'),
(314, 'wp-admin/includes/image-edit.php'),
(315, 'wp-admin/includes/image.php'),
(316, 'wp-admin/includes/import.php'),
(317, 'wp-admin/includes/list-table.php'),
(318, 'wp-admin/includes/media.php'),
(319, 'wp-admin/includes/menu.php'),
(320, 'wp-admin/includes/meta-boxes.php'),
(321, 'wp-admin/includes/misc.php'),
(322, 'wp-admin/includes/ms-admin-filters.php'),
(323, 'wp-admin/includes/ms-deprecated.php'),
(324, 'wp-admin/includes/ms.php'),
(325, 'wp-admin/includes/nav-menu.php'),
(326, 'wp-admin/includes/network.php'),
(327, 'wp-admin/includes/noop.php'),
(328, 'wp-admin/includes/options.php'),
(329, 'wp-admin/includes/plugin-install.php'),
(330, 'wp-admin/includes/plugin.php'),
(331, 'wp-admin/includes/post.php'),
(332, 'wp-admin/includes/privacy-tools.php'),
(333, 'wp-admin/includes/revision.php'),
(334, 'wp-admin/includes/schema.php'),
(335, 'wp-admin/includes/screen.php'),
(336, 'wp-admin/includes/taxonomy.php'),
(337, 'wp-admin/includes/template.php'),
(338, 'wp-admin/includes/theme-install.php'),
(339, 'wp-admin/includes/theme.php'),
(340, 'wp-admin/includes/translation-install.php'),
(341, 'wp-admin/includes/update-core.php'),
(342, 'wp-admin/includes/update.php'),
(343, 'wp-admin/includes/upgrade.php'),
(344, 'wp-admin/includes/user.php'),
(345, 'wp-admin/includes/widgets.php'),
(346, 'wp-admin/index.php'),
(347, 'wp-admin/install-helper.php'),
(348, 'wp-admin/install.php'),
(349, 'wp-admin/js/accordion.js'),
(350, 'wp-admin/js/accordion.min.js'),
(351, 'wp-admin/js/code-editor.js'),
(352, 'wp-admin/js/code-editor.min.js'),
(353, 'wp-admin/js/color-picker.js'),
(354, 'wp-admin/js/color-picker.min.js'),
(355, 'wp-admin/js/comment.js'),
(356, 'wp-admin/js/comment.min.js'),
(357, 'wp-admin/js/common.js'),
(358, 'wp-admin/js/common.min.js'),
(359, 'wp-admin/js/custom-background.js'),
(360, 'wp-admin/js/custom-background.min.js'),
(361, 'wp-admin/js/custom-header.js'),
(362, 'wp-admin/js/customize-controls.js'),
(363, 'wp-admin/js/customize-controls.min.js'),
(364, 'wp-admin/js/customize-nav-menus.js'),
(365, 'wp-admin/js/customize-nav-menus.min.js'),
(366, 'wp-admin/js/customize-widgets.js'),
(367, 'wp-admin/js/customize-widgets.min.js'),
(368, 'wp-admin/js/dashboard.js'),
(369, 'wp-admin/js/dashboard.min.js'),
(370, 'wp-admin/js/edit-comments.js'),
(371, 'wp-admin/js/edit-comments.min.js'),
(372, 'wp-admin/js/editor-expand.js'),
(373, 'wp-admin/js/editor-expand.min.js'),
(374, 'wp-admin/js/editor.js'),
(375, 'wp-admin/js/editor.min.js'),
(376, 'wp-admin/js/farbtastic.js'),
(377, 'wp-admin/js/gallery.js'),
(378, 'wp-admin/js/gallery.min.js'),
(379, 'wp-admin/js/image-edit.js'),
(380, 'wp-admin/js/image-edit.min.js'),
(381, 'wp-admin/js/inline-edit-post.js'),
(382, 'wp-admin/js/inline-edit-post.min.js'),
(383, 'wp-admin/js/inline-edit-tax.js'),
(384, 'wp-admin/js/inline-edit-tax.min.js'),
(385, 'wp-admin/js/iris.min.js'),
(386, 'wp-admin/js/language-chooser.js'),
(387, 'wp-admin/js/language-chooser.min.js'),
(388, 'wp-admin/js/link.js'),
(389, 'wp-admin/js/link.min.js'),
(390, 'wp-admin/js/media-gallery.js'),
(391, 'wp-admin/js/media-gallery.min.js'),
(392, 'wp-admin/js/media-upload.js'),
(393, 'wp-admin/js/media-upload.min.js'),
(394, 'wp-admin/js/media.js'),
(395, 'wp-admin/js/media.min.js'),
(396, 'wp-admin/js/nav-menu.js'),
(397, 'wp-admin/js/nav-menu.min.js'),
(398, 'wp-admin/js/password-strength-meter.js'),
(399, 'wp-admin/js/password-strength-meter.min.js'),
(400, 'wp-admin/js/plugin-install.js'),
(401, 'wp-admin/js/plugin-install.min.js'),
(402, 'wp-admin/js/post.js'),
(403, 'wp-admin/js/post.min.js'),
(404, 'wp-admin/js/postbox.js'),
(405, 'wp-admin/js/postbox.min.js'),
(406, 'wp-admin/js/privacy-tools.js'),
(407, 'wp-admin/js/privacy-tools.min.js'),
(408, 'wp-admin/js/revisions.js'),
(409, 'wp-admin/js/revisions.min.js'),
(410, 'wp-admin/js/set-post-thumbnail.js'),
(411, 'wp-admin/js/set-post-thumbnail.min.js'),
(412, 'wp-admin/js/site-health.js'),
(413, 'wp-admin/js/site-health.min.js'),
(414, 'wp-admin/js/svg-painter.js'),
(415, 'wp-admin/js/svg-painter.min.js'),
(416, 'wp-admin/js/tags-box.js'),
(417, 'wp-admin/js/tags-box.min.js'),
(418, 'wp-admin/js/tags-suggest.js'),
(419, 'wp-admin/js/tags-suggest.min.js'),
(420, 'wp-admin/js/tags.js'),
(421, 'wp-admin/js/tags.min.js'),
(422, 'wp-admin/js/theme-plugin-editor.js'),
(423, 'wp-admin/js/theme-plugin-editor.min.js'),
(424, 'wp-admin/js/theme.js'),
(425, 'wp-admin/js/theme.min.js'),
(426, 'wp-admin/js/updates.js'),
(427, 'wp-admin/js/updates.min.js'),
(428, 'wp-admin/js/user-profile.js'),
(429, 'wp-admin/js/user-profile.min.js'),
(430, 'wp-admin/js/user-suggest.js'),
(431, 'wp-admin/js/user-suggest.min.js'),
(432, 'wp-admin/js/widgets/custom-html-widgets.js'),
(433, 'wp-admin/js/widgets/custom-html-widgets.min.js'),
(434, 'wp-admin/js/widgets/media-audio-widget.js'),
(435, 'wp-admin/js/widgets/media-audio-widget.min.js'),
(436, 'wp-admin/js/widgets/media-gallery-widget.js'),
(437, 'wp-admin/js/widgets/media-gallery-widget.min.js'),
(438, 'wp-admin/js/widgets/media-image-widget.js'),
(439, 'wp-admin/js/widgets/media-image-widget.min.js'),
(440, 'wp-admin/js/widgets/media-video-widget.js'),
(441, 'wp-admin/js/widgets/media-video-widget.min.js'),
(442, 'wp-admin/js/widgets/media-widgets.js'),
(443, 'wp-admin/js/widgets/media-widgets.min.js'),
(444, 'wp-admin/js/widgets/text-widgets.js'),
(445, 'wp-admin/js/widgets/text-widgets.min.js'),
(446, 'wp-admin/js/widgets.js'),
(447, 'wp-admin/js/widgets.min.js'),
(448, 'wp-admin/js/word-count.js'),
(449, 'wp-admin/js/word-count.min.js'),
(450, 'wp-admin/js/wp-fullscreen-stub.js'),
(451, 'wp-admin/js/wp-fullscreen-stub.min.js'),
(452, 'wp-admin/js/xfn.js'),
(453, 'wp-admin/js/xfn.min.js'),
(454, 'wp-admin/link-add.php'),
(455, 'wp-admin/link-manager.php'),
(456, 'wp-admin/link-parse-opml.php'),
(457, 'wp-admin/link.php'),
(458, 'wp-admin/load-scripts.php'),
(459, 'wp-admin/load-styles.php'),
(460, 'wp-admin/maint/repair.php'),
(461, 'wp-admin/media-new.php'),
(462, 'wp-admin/media-upload.php'),
(463, 'wp-admin/media.php'),
(464, 'wp-admin/menu-header.php'),
(465, 'wp-admin/menu.php'),
(466, 'wp-admin/moderation.php'),
(467, 'wp-admin/ms-admin.php'),
(468, 'wp-admin/ms-delete-site.php'),
(469, 'wp-admin/ms-edit.php'),
(470, 'wp-admin/ms-options.php'),
(471, 'wp-admin/ms-sites.php'),
(472, 'wp-admin/ms-themes.php'),
(473, 'wp-admin/ms-upgrade-network.php'),
(474, 'wp-admin/ms-users.php'),
(475, 'wp-admin/my-sites.php'),
(476, 'wp-admin/nav-menus.php'),
(477, 'wp-admin/network/about.php'),
(478, 'wp-admin/network/admin.php'),
(479, 'wp-admin/network/credits.php'),
(480, 'wp-admin/network/edit.php'),
(481, 'wp-admin/network/freedoms.php'),
(482, 'wp-admin/network/index.php'),
(483, 'wp-admin/network/menu.php'),
(484, 'wp-admin/network/plugin-editor.php'),
(485, 'wp-admin/network/plugin-install.php'),
(486, 'wp-admin/network/plugins.php'),
(487, 'wp-admin/network/privacy.php'),
(488, 'wp-admin/network/profile.php'),
(489, 'wp-admin/network/settings.php'),
(490, 'wp-admin/network/setup.php'),
(491, 'wp-admin/network/site-info.php'),
(492, 'wp-admin/network/site-new.php'),
(493, 'wp-admin/network/site-settings.php'),
(494, 'wp-admin/network/site-themes.php'),
(495, 'wp-admin/network/site-users.php'),
(496, 'wp-admin/network/sites.php'),
(497, 'wp-admin/network/theme-editor.php'),
(498, 'wp-admin/network/theme-install.php'),
(499, 'wp-admin/network/themes.php'),
(500, 'wp-admin/network/update-core.php'),
(501, 'wp-admin/network/update.php'),
(502, 'wp-admin/network/upgrade.php'),
(503, 'wp-admin/network/user-edit.php'),
(504, 'wp-admin/network/user-new.php'),
(505, 'wp-admin/network/users.php'),
(506, 'wp-admin/network.php'),
(507, 'wp-admin/options-discussion.php'),
(508, 'wp-admin/options-general.php'),
(509, 'wp-admin/options-head.php'),
(510, 'wp-admin/options-media.php'),
(511, 'wp-admin/options-permalink.php'),
(512, 'wp-admin/options-privacy.php'),
(513, 'wp-admin/options-reading.php'),
(514, 'wp-admin/options-writing.php'),
(515, 'wp-admin/options.php'),
(516, 'wp-admin/plugin-editor.php'),
(517, 'wp-admin/plugin-install.php'),
(518, 'wp-admin/plugins.php'),
(519, 'wp-admin/post-new.php'),
(520, 'wp-admin/post.php'),
(521, 'wp-admin/press-this.php'),
(522, 'wp-admin/privacy-policy-guide.php'),
(523, 'wp-admin/privacy.php'),
(524, 'wp-admin/profile.php'),
(525, 'wp-admin/revision.php'),
(526, 'wp-admin/setup-config.php'),
(527, 'wp-admin/site-health-info.php'),
(528, 'wp-admin/site-health.php'),
(529, 'wp-admin/term.php'),
(530, 'wp-admin/theme-editor.php'),
(531, 'wp-admin/theme-install.php'),
(532, 'wp-admin/themes.php'),
(533, 'wp-admin/tools.php'),
(534, 'wp-admin/update-core.php'),
(535, 'wp-admin/update.php'),
(536, 'wp-admin/upgrade-functions.php'),
(537, 'wp-admin/upgrade.php'),
(538, 'wp-admin/upload.php'),
(539, 'wp-admin/user/about.php'),
(540, 'wp-admin/user/admin.php'),
(541, 'wp-admin/user/credits.php'),
(542, 'wp-admin/user/freedoms.php'),
(543, 'wp-admin/user/index.php'),
(544, 'wp-admin/user/menu.php'),
(545, 'wp-admin/user/privacy.php'),
(546, 'wp-admin/user/profile.php'),
(547, 'wp-admin/user/user-edit.php'),
(548, 'wp-admin/user-edit.php'),
(549, 'wp-admin/user-new.php'),
(550, 'wp-admin/users.php'),
(551, 'wp-admin/widgets.php'),
(552, 'wp-blog-header.php'),
(553, 'wp-comments-post.php'),
(554, 'wp-config.php'),
(555, 'wp-content/advanced-cache.php'),
(556, 'wp-content/index.php'),
(557, 'wp-content/plugins/ar-contactus/OneSignalSDKUpdaterWorker.js.php'),
(558, 'wp-content/plugins/ar-contactus/OneSignalSDKWorker.js.php'),
(559, 'wp-content/plugins/ar-contactus/ar-contactus.php'),
(560, 'wp-content/plugins/ar-contactus/classes/ArContactUs.php'),
(561, 'wp-content/plugins/ar-contactus/classes/ArContactUsAbstract.php'),
(562, 'wp-content/plugins/ar-contactus/classes/ArContactUsAdmin.php'),
(563, 'wp-content/plugins/ar-contactus/classes/ArContactUsFormHelper.php'),
(564, 'wp-content/plugins/ar-contactus/classes/ArContactUsImport.php'),
(565, 'wp-content/plugins/ar-contactus/classes/ArContactUsListTable.php'),
(566, 'wp-content/plugins/ar-contactus/classes/ArContactUsLoader.php'),
(567, 'wp-content/plugins/ar-contactus/classes/ArContactUsOnesignal.php'),
(568, 'wp-content/plugins/ar-contactus/classes/ArContactUsTelegram.php'),
(569, 'wp-content/plugins/ar-contactus/classes/ArContactUsTools.php'),
(570, 'wp-content/plugins/ar-contactus/classes/ArContactUsTwilio.php'),
(571, 'wp-content/plugins/ar-contactus/classes/ArContactUsUpdater.php'),
(572, 'wp-content/plugins/ar-contactus/classes/ArContactusUpgradeAbstract.php'),
(573, 'wp-content/plugins/ar-contactus/controllers/ArContactUsMenuController.php'),
(574, 'wp-content/plugins/ar-contactus/controllers/ArContactUsPromptController.php'),
(575, 'wp-content/plugins/ar-contactus/controllers/ArContactUsRequestsController.php'),
(576, 'wp-content/plugins/ar-contactus/controllers/ArContractUsControllerAbstract.php'),
(577, 'wp-content/plugins/ar-contactus/functions.php'),
(578, 'wp-content/plugins/ar-contactus/models/ArContactUsCallbackModel.php'),
(579, 'wp-content/plugins/ar-contactus/models/ArContactUsConfigButton.php'),
(580, 'wp-content/plugins/ar-contactus/models/ArContactUsConfigButtonAbstract.php'),
(581, 'wp-content/plugins/ar-contactus/models/ArContactUsConfigGeneral.php'),
(582, 'wp-content/plugins/ar-contactus/models/ArContactUsConfigLiveChat.php'),
(583, 'wp-content/plugins/ar-contactus/models/ArContactUsConfigMenu.php'),
(584, 'wp-content/plugins/ar-contactus/models/ArContactUsConfigMenuAbstract.php'),
(585, 'wp-content/plugins/ar-contactus/models/ArContactUsConfigMobileButton.php'),
(586, 'wp-content/plugins/ar-contactus/models/ArContactUsConfigMobileMenu.php'),
(587, 'wp-content/plugins/ar-contactus/models/ArContactUsConfigMobilePrompt.php'),
(588, 'wp-content/plugins/ar-contactus/models/ArContactUsConfigModel.php'),
(589, 'wp-content/plugins/ar-contactus/models/ArContactUsConfigModelAbstract.php'),
(590, 'wp-content/plugins/ar-contactus/models/ArContactUsConfigPopup.php'),
(591, 'wp-content/plugins/ar-contactus/models/ArContactUsConfigPrompt.php'),
(592, 'wp-content/plugins/ar-contactus/models/ArContactUsConfigPromptAbstract.php'),
(593, 'wp-content/plugins/ar-contactus/models/ArContactUsModel.php'),
(594, 'wp-content/plugins/ar-contactus/models/ArContactUsModelAbstract.php'),
(595, 'wp-content/plugins/ar-contactus/models/ArContactUsPromptModel.php'),
(596, 'wp-content/plugins/ar-contactus/models/ArContactUsQuery.php'),
(597, 'wp-content/plugins/ar-contactus/res/img/msg.svg'),
(598, 'wp-content/plugins/ar-contactus/res/js/admin.js'),
(599, 'wp-content/plugins/ar-contactus/res/js/color.js'),
(600, 'wp-content/plugins/ar-contactus/res/js/jquery.contactus.js'),
(601, 'wp-content/plugins/ar-contactus/res/js/jquery.contactus.js.map'),
(602, 'wp-content/plugins/ar-contactus/res/js/jquery.contactus.min.js'),
(603, 'wp-content/plugins/ar-contactus/res/js/jquery.maskedinput.min.js'),
(604, 'wp-content/plugins/ar-contactus/res/js/scripts.js'),
(605, 'wp-content/plugins/ar-contactus/res/semantic-ui/assets/fonts/icons.svg'),
(606, 'wp-content/plugins/ar-contactus/res/semantic-ui/semantic.min.js'),
(607, 'wp-content/plugins/ar-contactus/upgrade/ArContactusUpgrade_157.php'),
(608, 'wp-content/plugins/ar-contactus/upgrade/ArContactusUpgrade_160.php'),
(609, 'wp-content/plugins/ar-contactus/views/admin/_about.php'),
(610, 'wp-content/plugins/ar-contactus/views/admin/_button.php'),
(611, 'wp-content/plugins/ar-contactus/views/admin/_callback.php'),
(612, 'wp-content/plugins/ar-contactus/views/admin/_data.php'),
(613, 'wp-content/plugins/ar-contactus/views/admin/_general.php'),
(614, 'wp-content/plugins/ar-contactus/views/admin/_items.php'),
(615, 'wp-content/plugins/ar-contactus/views/admin/_items_table.php'),
(616, 'wp-content/plugins/ar-contactus/views/admin/_live_chats.php'),
(617, 'wp-content/plugins/ar-contactus/views/admin/_menu.php'),
(618, 'wp-content/plugins/ar-contactus/views/admin/_onesignal.php'),
(619, 'wp-content/plugins/ar-contactus/views/admin/_prompt.php'),
(620, 'wp-content/plugins/ar-contactus/views/admin/_prompt_items.php'),
(621, 'wp-content/plugins/ar-contactus/views/admin/_prompt_table.php'),
(622, 'wp-content/plugins/ar-contactus/views/admin/_requests.php'),
(623, 'wp-content/plugins/ar-contactus/views/admin/callback-requests.php'),
(624, 'wp-content/plugins/ar-contactus/views/admin/config.php'),
(625, 'wp-content/plugins/ar-contactus/views/admin/partials/comment.php'),
(626, 'wp-content/plugins/ar-contactus/views/admin/partials/request-item-header.php'),
(627, 'wp-content/plugins/ar-contactus/views/admin/partials/status.php'),
(628, 'wp-content/plugins/ar-contactus/views/front/button.php'),
(629, 'wp-content/plugins/ar-contactus/views/front/shortcodes/menuItem.php'),
(630, 'wp-content/plugins/ar-contactus/views/front/styles.php'),
(631, 'wp-content/plugins/ar-contactus/views/helper/form.php'),
(632, 'wp-content/plugins/ar-contactus/views/mail/callback.php'),
(633, 'wp-content/plugins/async-javascript/assets/async-javascript-screenshot1.jpg'),
(634, 'wp-content/plugins/async-javascript/assets/lib/chosen/chosen-sprite.png'),
(635, 'wp-content/plugins/async-javascript/assets/lib/chosen/chosen-sprite@2x.png'),
(636, 'wp-content/plugins/async-javascript/assets/lib/chosen/chosen.css'),
(637, 'wp-content/plugins/async-javascript/assets/lib/chosen/chosen.jquery.js'),
(638, 'wp-content/plugins/async-javascript/assets/lib/chosen/chosen.jquery.min.js'),
(639, 'wp-content/plugins/async-javascript/assets/lib/chosen/chosen.min.css'),
(640, 'wp-content/plugins/async-javascript/assets/lib/chosen/chosen.proto.js'),
(641, 'wp-content/plugins/async-javascript/assets/lib/chosen/chosen.proto.min.js'),
(642, 'wp-content/plugins/async-javascript/assets/lib/chosen/index.html'),
(643, 'wp-content/plugins/async-javascript/async-javascript.php'),
(644, 'wp-content/plugins/async-javascript/asyncjsAllAjax.php'),
(645, 'wp-content/plugins/async-javascript/asyncjsBackendClass.php'),
(646, 'wp-content/plugins/async-javascript/asyncjsDashboardScreens.php'),
(647, 'wp-content/plugins/async-javascript/asyncjsFrontendClass.php'),
(648, 'wp-content/plugins/async-javascript/asyncjsHelpScreens.php'),
(649, 'wp-content/plugins/async-javascript/asyncjsPartnersScreens.php'),
(650, 'wp-content/plugins/async-javascript/asyncjsSettingsScreens.php'),
(651, 'wp-content/plugins/async-javascript/asyncjsStatusScreens.php'),
(652, 'wp-content/plugins/async-javascript/asyncjsWizardScreens.php'),
(653, 'wp-content/plugins/async-javascript/css/admin.css'),
(654, 'wp-content/plugins/async-javascript/css/admin.min.css'),
(655, 'wp-content/plugins/async-javascript/js/admin.js'),
(656, 'wp-content/plugins/async-javascript/js/admin.min.js'),
(657, 'wp-content/plugins/async-javascript/lib/gtmetrix/class.Services_WTF_Test.php'),
(658, 'wp-content/plugins/async-javascript/readme.txt'),
(659, 'wp-content/plugins/duplicator/assets/css/fontawesome-all.min.css'),
(660, 'wp-content/plugins/duplicator/assets/css/global_admin_style.css'),
(661, 'wp-content/plugins/duplicator/assets/css/images/index.php'),
(662, 'wp-content/plugins/duplicator/assets/css/images/ui-bg_flat_0_aaaaaa_40x100.png'),
(663, 'wp-content/plugins/duplicator/assets/css/images/ui-bg_flat_75_ffffff_40x100.png'),
(664, 'wp-content/plugins/duplicator/assets/css/images/ui-bg_glass_55_fbf9ee_1x400.png'),
(665, 'wp-content/plugins/duplicator/assets/css/images/ui-bg_glass_65_ffffff_1x400.png'),
(666, 'wp-content/plugins/duplicator/assets/css/images/ui-bg_glass_75_dadada_1x400.png'),
(667, 'wp-content/plugins/duplicator/assets/css/images/ui-bg_glass_75_e6e6e6_1x400.png'),
(668, 'wp-content/plugins/duplicator/assets/css/images/ui-bg_glass_95_fef1ec_1x400.png'),
(669, 'wp-content/plugins/duplicator/assets/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png'),
(670, 'wp-content/plugins/duplicator/assets/css/images/ui-icons_222222_256x240.png'),
(671, 'wp-content/plugins/duplicator/assets/css/images/ui-icons_2e83ff_256x240.png'),
(672, 'wp-content/plugins/duplicator/assets/css/images/ui-icons_454545_256x240.png'),
(673, 'wp-content/plugins/duplicator/assets/css/images/ui-icons_888888_256x240.png'),
(674, 'wp-content/plugins/duplicator/assets/css/images/ui-icons_cd0a0a_256x240.png'),
(675, 'wp-content/plugins/duplicator/assets/css/index.php'),
(676, 'wp-content/plugins/duplicator/assets/css/jquery-ui.css'),
(677, 'wp-content/plugins/duplicator/assets/css/modal.css'),
(678, 'wp-content/plugins/duplicator/assets/css/parsley.css'),
(679, 'wp-content/plugins/duplicator/assets/css/style.css'),
(680, 'wp-content/plugins/duplicator/assets/img/5star.png'),
(681, 'wp-content/plugins/duplicator/assets/img/amazon-64.png'),
(682, 'wp-content/plugins/duplicator/assets/img/cpanel-48.png'),
(683, 'wp-content/plugins/duplicator/assets/img/dropbox-64.png'),
(684, 'wp-content/plugins/duplicator/assets/img/ftp-64.png'),
(685, 'wp-content/plugins/duplicator/assets/img/google_drive_64px.png'),
(686, 'wp-content/plugins/duplicator/assets/img/index.php'),
(687, 'wp-content/plugins/duplicator/assets/img/logo-box.png'),
(688, 'wp-content/plugins/duplicator/assets/img/logo-dpro-300x50.png'),
(689, 'wp-content/plugins/duplicator/assets/img/logo-menu.svg'),
(690, 'wp-content/plugins/duplicator/assets/img/logo-pro-32.png'),
(691, 'wp-content/plugins/duplicator/assets/img/logo.png'),
(692, 'wp-content/plugins/duplicator/assets/img/onedrive-48px.png'),
(693, 'wp-content/plugins/duplicator/assets/js/global-admin-script.js'),
(694, 'wp-content/plugins/duplicator/assets/js/handlebars.min.js'),
(695, 'wp-content/plugins/duplicator/assets/js/index.php'),
(696, 'wp-content/plugins/duplicator/assets/js/javascript.php'),
(697, 'wp-content/plugins/duplicator/assets/js/jquery.qtip/index.php'),
(698, 'wp-content/plugins/duplicator/assets/js/jquery.qtip/jquery.qtip.min.css'),
(699, 'wp-content/plugins/duplicator/assets/js/jquery.qtip/jquery.qtip.min.js'),
(700, 'wp-content/plugins/duplicator/assets/js/jquery.qtip/jquery.qtip.min.js.map'),
(701, 'wp-content/plugins/duplicator/assets/js/parsley.min.js'),
(702, 'wp-content/plugins/duplicator/assets/js/parsley.min.js.map'),
(703, 'wp-content/plugins/duplicator/assets/webfonts/fa-brands-400.eot'),
(704, 'wp-content/plugins/duplicator/assets/webfonts/fa-brands-400.ttf'),
(705, 'wp-content/plugins/duplicator/assets/webfonts/fa-brands-400.woff'),
(706, 'wp-content/plugins/duplicator/assets/webfonts/fa-brands-400.woff2'),
(707, 'wp-content/plugins/duplicator/assets/webfonts/fa-regular-400.eot'),
(708, 'wp-content/plugins/duplicator/assets/webfonts/fa-regular-400.ttf'),
(709, 'wp-content/plugins/duplicator/assets/webfonts/fa-regular-400.woff'),
(710, 'wp-content/plugins/duplicator/assets/webfonts/fa-regular-400.woff2'),
(711, 'wp-content/plugins/duplicator/assets/webfonts/fa-solid-900.eot'),
(712, 'wp-content/plugins/duplicator/assets/webfonts/fa-solid-900.ttf'),
(713, 'wp-content/plugins/duplicator/assets/webfonts/fa-solid-900.woff'),
(714, 'wp-content/plugins/duplicator/assets/webfonts/fa-solid-900.woff2'),
(715, 'wp-content/plugins/duplicator/assets/webfonts/index.php'),
(716, 'wp-content/plugins/duplicator/classes/class.archive.config.php'),
(717, 'wp-content/plugins/duplicator/classes/class.constants.php'),
(718, 'wp-content/plugins/duplicator/classes/class.db.php'),
(719, 'wp-content/plugins/duplicator/classes/class.io.php'),
(720, 'wp-content/plugins/duplicator/classes/class.logging.php'),
(721, 'wp-content/plugins/duplicator/classes/class.password.php'),
(722, 'wp-content/plugins/duplicator/classes/class.server.php'),
(723, 'wp-content/plugins/duplicator/classes/class.settings.php'),
(724, 'wp-content/plugins/duplicator/classes/host/class.godaddy.host.php'),
(725, 'wp-content/plugins/duplicator/classes/host/class.wpengine.host.php'),
(726, 'wp-content/plugins/duplicator/classes/index.php'),
(727, 'wp-content/plugins/duplicator/classes/package/class.pack.archive.filters.php'),
(728, 'wp-content/plugins/duplicator/classes/package/class.pack.archive.php'),
(729, 'wp-content/plugins/duplicator/classes/package/class.pack.archive.zip.php'),
(730, 'wp-content/plugins/duplicator/classes/package/class.pack.database.php'),
(731, 'wp-content/plugins/duplicator/classes/package/class.pack.installer.php'),
(732, 'wp-content/plugins/duplicator/classes/package/class.pack.php'),
(733, 'wp-content/plugins/duplicator/classes/package/duparchive/class.pack.archive.duparchive.php'),
(734, 'wp-content/plugins/duplicator/classes/package/duparchive/class.pack.archive.duparchive.state.create.php'),
(735, 'wp-content/plugins/duplicator/classes/package/duparchive/class.pack.archive.duparchive.state.expand.php'),
(736, 'wp-content/plugins/duplicator/classes/package/duparchive/index.php'),
(737, 'wp-content/plugins/duplicator/classes/package/index.php'),
(738, 'wp-content/plugins/duplicator/classes/ui/class.ui.dialog.php'),
(739, 'wp-content/plugins/duplicator/classes/ui/class.ui.messages.php'),
(740, 'wp-content/plugins/duplicator/classes/ui/class.ui.notice.php'),
(741, 'wp-content/plugins/duplicator/classes/ui/class.ui.screen.base.php'),
(742, 'wp-content/plugins/duplicator/classes/ui/class.ui.viewstate.php'),
(743, 'wp-content/plugins/duplicator/classes/ui/index.php'),
(744, 'wp-content/plugins/duplicator/classes/utilities/class.u.json.php'),
(745, 'wp-content/plugins/duplicator/classes/utilities/class.u.multisite.php'),
(746, 'wp-content/plugins/duplicator/classes/utilities/class.u.php'),
(747, 'wp-content/plugins/duplicator/classes/utilities/class.u.scancheck.php'),
(748, 'wp-content/plugins/duplicator/classes/utilities/class.u.shell.php'),
(749, 'wp-content/plugins/duplicator/classes/utilities/class.u.string.php'),
(750, 'wp-content/plugins/duplicator/classes/utilities/class.u.validator.php'),
(751, 'wp-content/plugins/duplicator/classes/utilities/class.u.zip.php'),
(752, 'wp-content/plugins/duplicator/ctrls/class.web.services.php'),
(753, 'wp-content/plugins/duplicator/ctrls/ctrl.base.php'),
(754, 'wp-content/plugins/duplicator/ctrls/ctrl.package.php'),
(755, 'wp-content/plugins/duplicator/ctrls/ctrl.tools.php'),
(756, 'wp-content/plugins/duplicator/ctrls/ctrl.ui.php'),
(757, 'wp-content/plugins/duplicator/ctrls/index.php'),
(758, 'wp-content/plugins/duplicator/deactivation.php'),
(759, 'wp-content/plugins/duplicator/define.php'),
(760, 'wp-content/plugins/duplicator/duplicator.php'),
(761, 'wp-content/plugins/duplicator/helper.php'),
(762, 'wp-content/plugins/duplicator/installer/dtoken.php'),
(763, 'wp-content/plugins/duplicator/installer/dup-installer/assets/font-awesome/css/all.min.css'),
(764, 'wp-content/plugins/duplicator/installer/dup-installer/assets/font-awesome/css/index.php'),
(765, 'wp-content/plugins/duplicator/installer/dup-installer/assets/font-awesome/index.php'),
(766, 'wp-content/plugins/duplicator/installer/dup-installer/assets/font-awesome/webfonts/fa-brands-400.eot'),
(767, 'wp-content/plugins/duplicator/installer/dup-installer/assets/font-awesome/webfonts/fa-brands-400.ttf'),
(768, 'wp-content/plugins/duplicator/installer/dup-installer/assets/font-awesome/webfonts/fa-brands-400.woff'),
(769, 'wp-content/plugins/duplicator/installer/dup-installer/assets/font-awesome/webfonts/fa-brands-400.woff2'),
(770, 'wp-content/plugins/duplicator/installer/dup-installer/assets/font-awesome/webfonts/fa-regular-400.eot'),
(771, 'wp-content/plugins/duplicator/installer/dup-installer/assets/font-awesome/webfonts/fa-regular-400.ttf'),
(772, 'wp-content/plugins/duplicator/installer/dup-installer/assets/font-awesome/webfonts/fa-regular-400.woff'),
(773, 'wp-content/plugins/duplicator/installer/dup-installer/assets/font-awesome/webfonts/fa-regular-400.woff2'),
(774, 'wp-content/plugins/duplicator/installer/dup-installer/assets/font-awesome/webfonts/fa-solid-900.eot'),
(775, 'wp-content/plugins/duplicator/installer/dup-installer/assets/font-awesome/webfonts/fa-solid-900.ttf'),
(776, 'wp-content/plugins/duplicator/installer/dup-installer/assets/font-awesome/webfonts/fa-solid-900.woff'),
(777, 'wp-content/plugins/duplicator/installer/dup-installer/assets/font-awesome/webfonts/fa-solid-900.woff2'),
(778, 'wp-content/plugins/duplicator/installer/dup-installer/assets/font-awesome/webfonts/index.php'),
(779, 'wp-content/plugins/duplicator/installer/dup-installer/assets/images/index.php'),
(780, 'wp-content/plugins/duplicator/installer/dup-installer/assets/images/ui-bg_glass_55_fbf9ee_1x400.png'),
(781, 'wp-content/plugins/duplicator/installer/dup-installer/assets/images/ui-bg_glass_65_ffffff_1x400.png'),
(782, 'wp-content/plugins/duplicator/installer/dup-installer/assets/images/ui-bg_glass_75_dadada_1x400.png'),
(783, 'wp-content/plugins/duplicator/installer/dup-installer/assets/images/ui-bg_glass_75_e6e6e6_1x400.png'),
(784, 'wp-content/plugins/duplicator/installer/dup-installer/assets/images/ui-bg_glass_95_fef1ec_1x400.png'),
(785, 'wp-content/plugins/duplicator/installer/dup-installer/assets/images/ui-bg_highlight-soft_75_cccccc_1x100.png'),
(786, 'wp-content/plugins/duplicator/installer/dup-installer/assets/images/ui-icons_222222_256x240.png'),
(787, 'wp-content/plugins/duplicator/installer/dup-installer/assets/images/ui-icons_2e83ff_256x240.png'),
(788, 'wp-content/plugins/duplicator/installer/dup-installer/assets/images/ui-icons_454545_256x240.png'),
(789, 'wp-content/plugins/duplicator/installer/dup-installer/assets/images/ui-icons_888888_256x240.png'),
(790, 'wp-content/plugins/duplicator/installer/dup-installer/assets/images/ui-icons_cd0a0a_256x240.png'),
(791, 'wp-content/plugins/duplicator/installer/dup-installer/assets/inc.css.php'),
(792, 'wp-content/plugins/duplicator/installer/dup-installer/assets/inc.js.php'),
(793, 'wp-content/plugins/duplicator/installer/dup-installer/assets/inc.libs.css.php'),
(794, 'wp-content/plugins/duplicator/installer/dup-installer/assets/inc.libs.js.php'),
(795, 'wp-content/plugins/duplicator/installer/dup-installer/assets/index.php'),
(796, 'wp-content/plugins/duplicator/installer/dup-installer/classes/Crypt/Base.php'),
(797, 'wp-content/plugins/duplicator/installer/dup-installer/classes/Crypt/Random.php'),
(798, 'wp-content/plugins/duplicator/installer/dup-installer/classes/Crypt/Rijndael.php'),
(799, 'wp-content/plugins/duplicator/installer/dup-installer/classes/Crypt/index.php'),
(800, 'wp-content/plugins/duplicator/installer/dup-installer/classes/class.crypt.php'),
(801, 'wp-content/plugins/duplicator/installer/dup-installer/classes/class.csrf.php'),
(802, 'wp-content/plugins/duplicator/installer/dup-installer/classes/class.db.php'),
(803, 'wp-content/plugins/duplicator/installer/dup-installer/classes/class.engine.php'),
(804, 'wp-content/plugins/duplicator/installer/dup-installer/classes/class.http.php'),
(805, 'wp-content/plugins/duplicator/installer/dup-installer/classes/class.installer.state.php'),
(806, 'wp-content/plugins/duplicator/installer/dup-installer/classes/class.logging.php'),
(807, 'wp-content/plugins/duplicator/installer/dup-installer/classes/class.package.php'),
(808, 'wp-content/plugins/duplicator/installer/dup-installer/classes/class.password.php'),
(809, 'wp-content/plugins/duplicator/installer/dup-installer/classes/class.s3.func.php'),
(810, 'wp-content/plugins/duplicator/installer/dup-installer/classes/class.server.php'),
(811, 'wp-content/plugins/duplicator/installer/dup-installer/classes/class.view.php'),
(812, 'wp-content/plugins/duplicator/installer/dup-installer/classes/config/class.archive.config.php'),
(813, 'wp-content/plugins/duplicator/installer/dup-installer/classes/config/class.boot.php'),
(814, 'wp-content/plugins/duplicator/installer/dup-installer/classes/config/class.conf.srv.php'),
(815, 'wp-content/plugins/duplicator/installer/dup-installer/classes/config/class.constants.php'),
(816, 'wp-content/plugins/duplicator/installer/dup-installer/classes/config/index.php'),
(817, 'wp-content/plugins/duplicator/installer/dup-installer/classes/index.php'),
(818, 'wp-content/plugins/duplicator/installer/dup-installer/classes/utilities/class.u.exceptions.php'),
(819, 'wp-content/plugins/duplicator/installer/dup-installer/classes/utilities/class.u.html.php'),
(820, 'wp-content/plugins/duplicator/installer/dup-installer/classes/utilities/class.u.notices.manager.php'),
(821, 'wp-content/plugins/duplicator/installer/dup-installer/classes/utilities/class.u.php'),
(822, 'wp-content/plugins/duplicator/installer/dup-installer/classes/utilities/class.u.search.reaplce.manager.php'),
(823, 'wp-content/plugins/duplicator/installer/dup-installer/classes/utilities/index.php'),
(824, 'wp-content/plugins/duplicator/installer/dup-installer/ctrls/ctrl.base.php'),
(825, 'wp-content/plugins/duplicator/installer/dup-installer/ctrls/ctrl.s1.php'),
(826, 'wp-content/plugins/duplicator/installer/dup-installer/ctrls/ctrl.s2.base.php'),
(827, 'wp-content/plugins/duplicator/installer/dup-installer/ctrls/ctrl.s2.dbinstall.php'),
(828, 'wp-content/plugins/duplicator/installer/dup-installer/ctrls/ctrl.s2.dbtest.php'),
(829, 'wp-content/plugins/duplicator/installer/dup-installer/ctrls/ctrl.s3.php'),
(830, 'wp-content/plugins/duplicator/installer/dup-installer/ctrls/index.php'),
(831, 'wp-content/plugins/duplicator/installer/dup-installer/favicon/browserconfig.xml'),
(832, 'wp-content/plugins/duplicator/installer/dup-installer/favicon/lite01_android-chrome-192x192.png'),
(833, 'wp-content/plugins/duplicator/installer/dup-installer/favicon/lite01_android-chrome-256x256.png'),
(834, 'wp-content/plugins/duplicator/installer/dup-installer/favicon/lite01_apple-touch-icon.png'),
(835, 'wp-content/plugins/duplicator/installer/dup-installer/favicon/lite01_favicon-16x16.png'),
(836, 'wp-content/plugins/duplicator/installer/dup-installer/favicon/lite01_favicon-32x32.png'),
(837, 'wp-content/plugins/duplicator/installer/dup-installer/favicon/lite01_favicon.ico'),
(838, 'wp-content/plugins/duplicator/installer/dup-installer/favicon/lite01_mstile-150x150.png'),
(839, 'wp-content/plugins/duplicator/installer/dup-installer/favicon/lite01_safari-pinned-tab.svg'),
(840, 'wp-content/plugins/duplicator/installer/dup-installer/favicon/site.webmanifest'),
(841, 'wp-content/plugins/duplicator/installer/dup-installer/index.php'),
(842, 'wp-content/plugins/duplicator/installer/dup-installer/main.installer.php'),
(843, 'wp-content/plugins/duplicator/installer/dup-installer/views/index.php'),
(844, 'wp-content/plugins/duplicator/installer/dup-installer/views/view.exception.php'),
(845, 'wp-content/plugins/duplicator/installer/dup-installer/views/view.help.php'),
(846, 'wp-content/plugins/duplicator/installer/dup-installer/views/view.init1.php'),
(847, 'wp-content/plugins/duplicator/installer/dup-installer/views/view.s1.base.php'),
(848, 'wp-content/plugins/duplicator/installer/dup-installer/views/view.s1.terms.php'),
(849, 'wp-content/plugins/duplicator/installer/dup-installer/views/view.s2.base.php'),
(850, 'wp-content/plugins/duplicator/installer/dup-installer/views/view.s2.basic.php'),
(851, 'wp-content/plugins/duplicator/installer/dup-installer/views/view.s2.cpnl.lite.php'),
(852, 'wp-content/plugins/duplicator/installer/dup-installer/views/view.s2.dbtest.php'),
(853, 'wp-content/plugins/duplicator/installer/dup-installer/views/view.s3.php'),
(854, 'wp-content/plugins/duplicator/installer/dup-installer/views/view.s4.php'),
(855, 'wp-content/plugins/duplicator/installer/index.php'),
(856, 'wp-content/plugins/duplicator/installer/installer.tpl'),
(857, 'wp-content/plugins/duplicator/languages/duplicator-en_US.mo'),
(858, 'wp-content/plugins/duplicator/languages/duplicator-en_US.po'),
(859, 'wp-content/plugins/duplicator/languages/duplicator.pot'),
(860, 'wp-content/plugins/duplicator/languages/index.php'),
(861, 'wp-content/plugins/duplicator/lib/config/class.wp.config.tranformer.php'),
(862, 'wp-content/plugins/duplicator/lib/config/class.wp.config.tranformer.src.php'),
(863, 'wp-content/plugins/duplicator/lib/dup_archive/classes/class.duparchive.constants.php'),
(864, 'wp-content/plugins/duplicator/lib/dup_archive/classes/class.duparchive.engine.php'),
(865, 'wp-content/plugins/duplicator/lib/dup_archive/classes/class.duparchive.loggerbase.php'),
(866, 'wp-content/plugins/duplicator/lib/dup_archive/classes/class.duparchive.mini.expander.php'),
(867, 'wp-content/plugins/duplicator/lib/dup_archive/classes/class.duparchive.processing.failure.php'),
(868, 'wp-content/plugins/duplicator/lib/dup_archive/classes/headers/class.duparchive.header.directory.php'),
(869, 'wp-content/plugins/duplicator/lib/dup_archive/classes/headers/class.duparchive.header.file.php'),
(870, 'wp-content/plugins/duplicator/lib/dup_archive/classes/headers/class.duparchive.header.glob.php'),
(871, 'wp-content/plugins/duplicator/lib/dup_archive/classes/headers/class.duparchive.header.php'),
(872, 'wp-content/plugins/duplicator/lib/dup_archive/classes/headers/class.duparchive.header.u.php'),
(873, 'wp-content/plugins/duplicator/lib/dup_archive/classes/headers/index.php'),
(874, 'wp-content/plugins/duplicator/lib/dup_archive/classes/index.php'),
(875, 'wp-content/plugins/duplicator/lib/dup_archive/classes/processors/class.duparchive.processor.directory.php'),
(876, 'wp-content/plugins/duplicator/lib/dup_archive/classes/processors/class.duparchive.processor.file.php'),
(877, 'wp-content/plugins/duplicator/lib/dup_archive/classes/processors/index.php'),
(878, 'wp-content/plugins/duplicator/lib/dup_archive/classes/states/class.duparchive.state.base.php'),
(879, 'wp-content/plugins/duplicator/lib/dup_archive/classes/states/class.duparchive.state.create.php'),
(880, 'wp-content/plugins/duplicator/lib/dup_archive/classes/states/class.duparchive.state.expand.php'),
(881, 'wp-content/plugins/duplicator/lib/dup_archive/classes/states/class.duparchive.state.simplecreate.php'),
(882, 'wp-content/plugins/duplicator/lib/dup_archive/classes/states/class.duparchive.state.simpleexpand.php'),
(883, 'wp-content/plugins/duplicator/lib/dup_archive/classes/states/index.php'),
(884, 'wp-content/plugins/duplicator/lib/dup_archive/classes/util/class.duparchive.u.json.php'),
(885, 'wp-content/plugins/duplicator/lib/dup_archive/classes/util/class.duparchive.util.php'),
(886, 'wp-content/plugins/duplicator/lib/dup_archive/classes/util/class.duparchive.util.scan.php'),
(887, 'wp-content/plugins/duplicator/lib/dup_archive/classes/util/index.php'),
(888, 'wp-content/plugins/duplicator/lib/dup_archive/daws/class.daws.constants.php'),
(889, 'wp-content/plugins/duplicator/lib/dup_archive/daws/class.daws.state.expand.php'),
(890, 'wp-content/plugins/duplicator/lib/dup_archive/daws/daws.php'),
(891, 'wp-content/plugins/duplicator/lib/dup_archive/daws/dawslock.bin'),
(892, 'wp-content/plugins/duplicator/lib/dup_archive/daws/index.php'),
(893, 'wp-content/plugins/duplicator/lib/dup_archive/define.php'),
(894, 'wp-content/plugins/duplicator/lib/dup_archive/index.php'),
(895, 'wp-content/plugins/duplicator/lib/dup_archive/tester/classes/class.datester.logging.php'),
(896, 'wp-content/plugins/duplicator/lib/dup_archive/tester/classes/class.datester.state.create.php'),
(897, 'wp-content/plugins/duplicator/lib/dup_archive/tester/classes/class.datester.state.expand.php'),
(898, 'wp-content/plugins/duplicator/lib/dup_archive/tester/classes/expandstate.json'),
(899, 'wp-content/plugins/duplicator/lib/dup_archive/tester/classes/index.php'),
(900, 'wp-content/plugins/duplicator/lib/dup_archive/tester/classes/state.json'),
(901, 'wp-content/plugins/duplicator/lib/dup_archive/tester/datester.php'),
(902, 'wp-content/plugins/duplicator/lib/dup_archive/tester/index.php'),
(903, 'wp-content/plugins/duplicator/lib/fileops/class.fileops.constants.php'),
(904, 'wp-content/plugins/duplicator/lib/fileops/class.fileops.state.php'),
(905, 'wp-content/plugins/duplicator/lib/fileops/class.fileops.u.delete.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`) VALUES
(906, 'wp-content/plugins/duplicator/lib/fileops/class.fileops.u.move.php'),
(907, 'wp-content/plugins/duplicator/lib/fileops/fileops.php'),
(908, 'wp-content/plugins/duplicator/lib/fileops/index.php'),
(909, 'wp-content/plugins/duplicator/lib/forceutf8/Encoding.php'),
(910, 'wp-content/plugins/duplicator/lib/forceutf8/README.md'),
(911, 'wp-content/plugins/duplicator/lib/forceutf8/index.php'),
(912, 'wp-content/plugins/duplicator/lib/index.php'),
(913, 'wp-content/plugins/duplicator/lib/snaplib/class.snaplib.exceptions.php'),
(914, 'wp-content/plugins/duplicator/lib/snaplib/class.snaplib.jsonSerializable.abstract.php'),
(915, 'wp-content/plugins/duplicator/lib/snaplib/class.snaplib.logger.php'),
(916, 'wp-content/plugins/duplicator/lib/snaplib/class.snaplib.u.io.php'),
(917, 'wp-content/plugins/duplicator/lib/snaplib/class.snaplib.u.json.php'),
(918, 'wp-content/plugins/duplicator/lib/snaplib/class.snaplib.u.net.php'),
(919, 'wp-content/plugins/duplicator/lib/snaplib/class.snaplib.u.os.php'),
(920, 'wp-content/plugins/duplicator/lib/snaplib/class.snaplib.u.stream.php'),
(921, 'wp-content/plugins/duplicator/lib/snaplib/class.snaplib.u.string.php'),
(922, 'wp-content/plugins/duplicator/lib/snaplib/class.snaplib.u.ui.php'),
(923, 'wp-content/plugins/duplicator/lib/snaplib/class.snaplib.u.url.php'),
(924, 'wp-content/plugins/duplicator/lib/snaplib/class.snaplib.u.util.php'),
(925, 'wp-content/plugins/duplicator/lib/snaplib/class.snaplib.u.wp.php'),
(926, 'wp-content/plugins/duplicator/lib/snaplib/index.php'),
(927, 'wp-content/plugins/duplicator/lib/snaplib/snaplib.all.php'),
(928, 'wp-content/plugins/duplicator/lib/snaplib/wordpress.core.files.php'),
(929, 'wp-content/plugins/duplicator/readme.txt'),
(930, 'wp-content/plugins/duplicator/uninstall.php'),
(931, 'wp-content/plugins/duplicator/views/inc.header.php'),
(932, 'wp-content/plugins/duplicator/views/index.php'),
(933, 'wp-content/plugins/duplicator/views/packages/controller.php'),
(934, 'wp-content/plugins/duplicator/views/packages/details/controller.php'),
(935, 'wp-content/plugins/duplicator/views/packages/details/detail.php'),
(936, 'wp-content/plugins/duplicator/views/packages/details/index.php'),
(937, 'wp-content/plugins/duplicator/views/packages/details/transfer.php'),
(938, 'wp-content/plugins/duplicator/views/packages/index.php'),
(939, 'wp-content/plugins/duplicator/views/packages/main/controller.php'),
(940, 'wp-content/plugins/duplicator/views/packages/main/index.php'),
(941, 'wp-content/plugins/duplicator/views/packages/main/packages.php'),
(942, 'wp-content/plugins/duplicator/views/packages/main/s1.setup1.php'),
(943, 'wp-content/plugins/duplicator/views/packages/main/s1.setup2.php'),
(944, 'wp-content/plugins/duplicator/views/packages/main/s2.scan1.php'),
(945, 'wp-content/plugins/duplicator/views/packages/main/s2.scan2.php'),
(946, 'wp-content/plugins/duplicator/views/packages/main/s2.scan3.php'),
(947, 'wp-content/plugins/duplicator/views/packages/main/s3.build.php'),
(948, 'wp-content/plugins/duplicator/views/packages/screen.php'),
(949, 'wp-content/plugins/duplicator/views/settings/about-info.php'),
(950, 'wp-content/plugins/duplicator/views/settings/controller.php'),
(951, 'wp-content/plugins/duplicator/views/settings/general.php'),
(952, 'wp-content/plugins/duplicator/views/settings/gopro.php'),
(953, 'wp-content/plugins/duplicator/views/settings/index.php'),
(954, 'wp-content/plugins/duplicator/views/settings/license.php'),
(955, 'wp-content/plugins/duplicator/views/settings/packages.php'),
(956, 'wp-content/plugins/duplicator/views/settings/schedule.php'),
(957, 'wp-content/plugins/duplicator/views/settings/storage.php'),
(958, 'wp-content/plugins/duplicator/views/tools/controller.php'),
(959, 'wp-content/plugins/duplicator/views/tools/diagnostics/inc.data.php'),
(960, 'wp-content/plugins/duplicator/views/tools/diagnostics/inc.phpinfo.php'),
(961, 'wp-content/plugins/duplicator/views/tools/diagnostics/inc.settings.php'),
(962, 'wp-content/plugins/duplicator/views/tools/diagnostics/inc.validator.php'),
(963, 'wp-content/plugins/duplicator/views/tools/diagnostics/information.php'),
(964, 'wp-content/plugins/duplicator/views/tools/diagnostics/logging.php'),
(965, 'wp-content/plugins/duplicator/views/tools/diagnostics/main.php'),
(966, 'wp-content/plugins/duplicator/views/tools/diagnostics/support.php'),
(967, 'wp-content/plugins/duplicator/views/tools/index.php'),
(968, 'wp-content/plugins/duplicator/views/tools/templates.php'),
(969, 'wp-content/plugins/essential-grid/admin/assets/css/index.php'),
(970, 'wp-content/plugins/essential-grid/admin/assets/font/egfont.svg'),
(971, 'wp-content/plugins/essential-grid/admin/assets/font/index.php'),
(972, 'wp-content/plugins/essential-grid/admin/assets/images/index.php'),
(973, 'wp-content/plugins/essential-grid/admin/assets/images/slidersources/index.php'),
(974, 'wp-content/plugins/essential-grid/admin/assets/images/sources/index.php'),
(975, 'wp-content/plugins/essential-grid/admin/assets/js/admin.js'),
(976, 'wp-content/plugins/essential-grid/admin/assets/js/codemirror.js'),
(977, 'wp-content/plugins/essential-grid/admin/assets/js/grid-editor.js'),
(978, 'wp-content/plugins/essential-grid/admin/assets/js/index.php'),
(979, 'wp-content/plugins/essential-grid/admin/assets/js/jquery-ui.draggable.min.js'),
(980, 'wp-content/plugins/essential-grid/admin/assets/js/jquery.tooltipster.min.js'),
(981, 'wp-content/plugins/essential-grid/admin/assets/js/mode/css.js'),
(982, 'wp-content/plugins/essential-grid/admin/assets/js/mode/index.php'),
(983, 'wp-content/plugins/essential-grid/admin/assets/js/mode/javascript.js'),
(984, 'wp-content/plugins/essential-grid/admin/assets/js/tinymce-shortcode-script.js'),
(985, 'wp-content/plugins/essential-grid/admin/assets/js/tp-color-picker.js'),
(986, 'wp-content/plugins/essential-grid/admin/assets/js/tp-color-picker.min.js'),
(987, 'wp-content/plugins/essential-grid/admin/assets/js/vc.js'),
(988, 'wp-content/plugins/essential-grid/admin/essential-grid-admin.class.php'),
(989, 'wp-content/plugins/essential-grid/admin/includes/debug.class.php'),
(990, 'wp-content/plugins/essential-grid/admin/includes/dialogs.class.php'),
(991, 'wp-content/plugins/essential-grid/admin/includes/export.class.php'),
(992, 'wp-content/plugins/essential-grid/admin/includes/gutenberg-blocks/assets/js/editor.blocks.js'),
(993, 'wp-content/plugins/essential-grid/admin/includes/gutenberg-blocks/assets/js/frontend.blocks.js'),
(994, 'wp-content/plugins/essential-grid/admin/includes/gutenberg-blocks/blocks/essgrid/icon.js'),
(995, 'wp-content/plugins/essential-grid/admin/includes/gutenberg-blocks/blocks/essgrid/index.js'),
(996, 'wp-content/plugins/essential-grid/admin/includes/gutenberg-blocks/blocks/frontend.js'),
(997, 'wp-content/plugins/essential-grid/admin/includes/gutenberg-blocks/blocks/i18n.js'),
(998, 'wp-content/plugins/essential-grid/admin/includes/gutenberg-blocks/blocks/index.js'),
(999, 'wp-content/plugins/essential-grid/admin/includes/gutenberg-blocks/webpack.config.js'),
(1000, 'wp-content/plugins/essential-grid/admin/includes/import-post.class.php'),
(1001, 'wp-content/plugins/essential-grid/admin/includes/import.class.php'),
(1002, 'wp-content/plugins/essential-grid/admin/includes/index.php'),
(1003, 'wp-content/plugins/essential-grid/admin/includes/library.class.php'),
(1004, 'wp-content/plugins/essential-grid/admin/includes/newsletter.class.php'),
(1005, 'wp-content/plugins/essential-grid/admin/includes/plugin-update.class.php'),
(1006, 'wp-content/plugins/essential-grid/admin/includes/update.class.php'),
(1007, 'wp-content/plugins/essential-grid/admin/index.php'),
(1008, 'wp-content/plugins/essential-grid/admin/views/elements/grid-element-style.php'),
(1009, 'wp-content/plugins/essential-grid/admin/views/elements/grid-info.php'),
(1010, 'wp-content/plugins/essential-grid/admin/views/elements/grid-item-skin-editor.php'),
(1011, 'wp-content/plugins/essential-grid/admin/views/elements/grid-library.php'),
(1012, 'wp-content/plugins/essential-grid/admin/views/elements/grid-meta-box.php'),
(1013, 'wp-content/plugins/essential-grid/admin/views/elements/grid-settings.php'),
(1014, 'wp-content/plugins/essential-grid/admin/views/elements/index.php'),
(1015, 'wp-content/plugins/essential-grid/admin/views/footer.php'),
(1016, 'wp-content/plugins/essential-grid/admin/views/grid-create.php'),
(1017, 'wp-content/plugins/essential-grid/admin/views/grid-custom-meta.php'),
(1018, 'wp-content/plugins/essential-grid/admin/views/grid-global-settings.php'),
(1019, 'wp-content/plugins/essential-grid/admin/views/grid-import-export.php'),
(1020, 'wp-content/plugins/essential-grid/admin/views/grid-item-skin.php'),
(1021, 'wp-content/plugins/essential-grid/admin/views/grid-overview.php'),
(1022, 'wp-content/plugins/essential-grid/admin/views/grid-search.php'),
(1023, 'wp-content/plugins/essential-grid/admin/views/grid-widget-areas.php'),
(1024, 'wp-content/plugins/essential-grid/admin/views/header.php'),
(1025, 'wp-content/plugins/essential-grid/admin/views/index.php'),
(1026, 'wp-content/plugins/essential-grid/admin/views/skin-font-awesome-list.php'),
(1027, 'wp-content/plugins/essential-grid/admin/views/skin-pe-icon-7-stroke-list.php'),
(1028, 'wp-content/plugins/essential-grid/admin/views/themepunch-google-fonts.php'),
(1029, 'wp-content/plugins/essential-grid/assets/index.php'),
(1030, 'wp-content/plugins/essential-grid/essential-grid.php'),
(1031, 'wp-content/plugins/essential-grid/includes/InstagramScraper/Endpoints.php'),
(1032, 'wp-content/plugins/essential-grid/includes/InstagramScraper/Exception/InstagramAuthException.php'),
(1033, 'wp-content/plugins/essential-grid/includes/InstagramScraper/Exception/InstagramException.php'),
(1034, 'wp-content/plugins/essential-grid/includes/InstagramScraper/Exception/InstagramNotFoundException.php'),
(1035, 'wp-content/plugins/essential-grid/includes/InstagramScraper/Instagram.php'),
(1036, 'wp-content/plugins/essential-grid/includes/InstagramScraper/InstagramQueryId.php'),
(1037, 'wp-content/plugins/essential-grid/includes/InstagramScraper/Model/AbstractModel.php'),
(1038, 'wp-content/plugins/essential-grid/includes/InstagramScraper/Model/Account.php'),
(1039, 'wp-content/plugins/essential-grid/includes/InstagramScraper/Model/CarouselMedia.php'),
(1040, 'wp-content/plugins/essential-grid/includes/InstagramScraper/Model/Comment.php'),
(1041, 'wp-content/plugins/essential-grid/includes/InstagramScraper/Model/Like.php'),
(1042, 'wp-content/plugins/essential-grid/includes/InstagramScraper/Model/Location.php'),
(1043, 'wp-content/plugins/essential-grid/includes/InstagramScraper/Model/Media.php'),
(1044, 'wp-content/plugins/essential-grid/includes/InstagramScraper/Model/Story.php'),
(1045, 'wp-content/plugins/essential-grid/includes/InstagramScraper/Model/Tag.php'),
(1046, 'wp-content/plugins/essential-grid/includes/InstagramScraper/Model/UserStories.php'),
(1047, 'wp-content/plugins/essential-grid/includes/InstagramScraper/Traits/ArrayLikeTrait.php'),
(1048, 'wp-content/plugins/essential-grid/includes/InstagramScraper/Traits/InitializerTrait.php'),
(1049, 'wp-content/plugins/essential-grid/includes/InstagramScraper.php'),
(1050, 'wp-content/plugins/essential-grid/includes/Unirest/Exception.php'),
(1051, 'wp-content/plugins/essential-grid/includes/Unirest/Method.php'),
(1052, 'wp-content/plugins/essential-grid/includes/Unirest/Request/Body.php'),
(1053, 'wp-content/plugins/essential-grid/includes/Unirest/Request.php'),
(1054, 'wp-content/plugins/essential-grid/includes/Unirest/Response.php'),
(1055, 'wp-content/plugins/essential-grid/includes/Unirest.php'),
(1056, 'wp-content/plugins/essential-grid/includes/aq_resizer.class.php'),
(1057, 'wp-content/plugins/essential-grid/includes/assets/default-grids-210.php'),
(1058, 'wp-content/plugins/essential-grid/includes/assets/default-grids-meta-fonts.php'),
(1059, 'wp-content/plugins/essential-grid/includes/assets/default-item-elements.php'),
(1060, 'wp-content/plugins/essential-grid/includes/assets/default-item-skins.php'),
(1061, 'wp-content/plugins/essential-grid/includes/assets/default-navigation-skins.php'),
(1062, 'wp-content/plugins/essential-grid/includes/assets/default-posts.php'),
(1063, 'wp-content/plugins/essential-grid/includes/assets/index.php'),
(1064, 'wp-content/plugins/essential-grid/includes/base.class.php'),
(1065, 'wp-content/plugins/essential-grid/includes/colorpicker.class.php'),
(1066, 'wp-content/plugins/essential-grid/includes/external-sources.class.php'),
(1067, 'wp-content/plugins/essential-grid/includes/fonts.class.php'),
(1068, 'wp-content/plugins/essential-grid/includes/global-css.class.php'),
(1069, 'wp-content/plugins/essential-grid/includes/grids-widget.class.php'),
(1070, 'wp-content/plugins/essential-grid/includes/index.php'),
(1071, 'wp-content/plugins/essential-grid/includes/item-element.class.php'),
(1072, 'wp-content/plugins/essential-grid/includes/item-skin.class.php'),
(1073, 'wp-content/plugins/essential-grid/includes/jackbox.class.php'),
(1074, 'wp-content/plugins/essential-grid/includes/loadbalancer.class.php'),
(1075, 'wp-content/plugins/essential-grid/includes/meta.class.php'),
(1076, 'wp-content/plugins/essential-grid/includes/navigation.class.php'),
(1077, 'wp-content/plugins/essential-grid/includes/ngg-source.class.php'),
(1078, 'wp-content/plugins/essential-grid/includes/search.class.php'),
(1079, 'wp-content/plugins/essential-grid/includes/social-gallery.class.php'),
(1080, 'wp-content/plugins/essential-grid/includes/woocommerce.class.php'),
(1081, 'wp-content/plugins/essential-grid/includes/wordpress-update-fix.class.php'),
(1082, 'wp-content/plugins/essential-grid/includes/wpml.class.php'),
(1083, 'wp-content/plugins/essential-grid/index.php'),
(1084, 'wp-content/plugins/essential-grid/languages/index.php'),
(1085, 'wp-content/plugins/essential-grid/public/assets/css/index.php'),
(1086, 'wp-content/plugins/essential-grid/public/assets/font/egfont.svg'),
(1087, 'wp-content/plugins/essential-grid/public/assets/font/font-awesome/fonts/fontawesome-webfont.svg'),
(1088, 'wp-content/plugins/essential-grid/public/assets/font/font-awesome/index.php'),
(1089, 'wp-content/plugins/essential-grid/public/assets/font/fontello/fonts/egfont.svg'),
(1090, 'wp-content/plugins/essential-grid/public/assets/font/index.php'),
(1091, 'wp-content/plugins/essential-grid/public/assets/font/pe-icon-7-stroke/css/index.php'),
(1092, 'wp-content/plugins/essential-grid/public/assets/font/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg'),
(1093, 'wp-content/plugins/essential-grid/public/assets/font/pe-icon-7-stroke/fonts/index.php'),
(1094, 'wp-content/plugins/essential-grid/public/assets/font/pe-icon-7-stroke/index.php'),
(1095, 'wp-content/plugins/essential-grid/public/assets/images/index.php'),
(1096, 'wp-content/plugins/essential-grid/public/assets/index.php'),
(1097, 'wp-content/plugins/essential-grid/public/assets/js/index.php'),
(1098, 'wp-content/plugins/essential-grid/public/assets/js/jquery.esgbox.min.js'),
(1099, 'wp-content/plugins/essential-grid/public/assets/js/jquery.themepunch.enablelog.js'),
(1100, 'wp-content/plugins/essential-grid/public/assets/js/jquery.themepunch.essential.js'),
(1101, 'wp-content/plugins/essential-grid/public/assets/js/jquery.themepunch.essential.min.js'),
(1102, 'wp-content/plugins/essential-grid/public/assets/js/jquery.themepunch.tools.min.js'),
(1103, 'wp-content/plugins/essential-grid/public/essential-grid.class.php'),
(1104, 'wp-content/plugins/essential-grid/public/includes/index.php'),
(1105, 'wp-content/plugins/essential-grid/public/index.php'),
(1106, 'wp-content/plugins/essential-grid/public/views/index.php'),
(1107, 'wp-content/plugins/essential-grid/release_log.html'),
(1108, 'wp-content/plugins/essential-grid/uninstall.php'),
(1109, 'wp-content/plugins/ewww-image-optimizer/.travis.yml'),
(1110, 'wp-content/plugins/ewww-image-optimizer/aux-optimize.php'),
(1111, 'wp-content/plugins/ewww-image-optimizer/background.php'),
(1112, 'wp-content/plugins/ewww-image-optimizer/bin/install-wp-tests.sh'),
(1113, 'wp-content/plugins/ewww-image-optimizer/binaries/cwebp-fbsd'),
(1114, 'wp-content/plugins/ewww-image-optimizer/binaries/cwebp-linux'),
(1115, 'wp-content/plugins/ewww-image-optimizer/binaries/cwebp-mac14'),
(1116, 'wp-content/plugins/ewww-image-optimizer/binaries/cwebp-sol'),
(1117, 'wp-content/plugins/ewww-image-optimizer/binaries/cwebp.exe'),
(1118, 'wp-content/plugins/ewww-image-optimizer/binaries/gifsicle-fbsd'),
(1119, 'wp-content/plugins/ewww-image-optimizer/binaries/gifsicle-linux'),
(1120, 'wp-content/plugins/ewww-image-optimizer/binaries/gifsicle-mac'),
(1121, 'wp-content/plugins/ewww-image-optimizer/binaries/gifsicle-sol'),
(1122, 'wp-content/plugins/ewww-image-optimizer/binaries/gifsicle.exe'),
(1123, 'wp-content/plugins/ewww-image-optimizer/binaries/jpegtran-fbsd'),
(1124, 'wp-content/plugins/ewww-image-optimizer/binaries/jpegtran-linux'),
(1125, 'wp-content/plugins/ewww-image-optimizer/binaries/jpegtran-mac'),
(1126, 'wp-content/plugins/ewww-image-optimizer/binaries/jpegtran-sol'),
(1127, 'wp-content/plugins/ewww-image-optimizer/binaries/jpegtran.exe'),
(1128, 'wp-content/plugins/ewww-image-optimizer/binaries/optipng-fbsd'),
(1129, 'wp-content/plugins/ewww-image-optimizer/binaries/optipng-linux'),
(1130, 'wp-content/plugins/ewww-image-optimizer/binaries/optipng-mac'),
(1131, 'wp-content/plugins/ewww-image-optimizer/binaries/optipng-sol'),
(1132, 'wp-content/plugins/ewww-image-optimizer/binaries/optipng.exe'),
(1133, 'wp-content/plugins/ewww-image-optimizer/binaries/pngquant-fbsd'),
(1134, 'wp-content/plugins/ewww-image-optimizer/binaries/pngquant-linux'),
(1135, 'wp-content/plugins/ewww-image-optimizer/binaries/pngquant-mac'),
(1136, 'wp-content/plugins/ewww-image-optimizer/binaries/pngquant-sol'),
(1137, 'wp-content/plugins/ewww-image-optimizer/binaries/pngquant.exe'),
(1138, 'wp-content/plugins/ewww-image-optimizer/bulk.php'),
(1139, 'wp-content/plugins/ewww-image-optimizer/changelog.txt'),
(1140, 'wp-content/plugins/ewww-image-optimizer/classes/class-eio-alt-webp.php'),
(1141, 'wp-content/plugins/ewww-image-optimizer/classes/class-eio-base.php'),
(1142, 'wp-content/plugins/ewww-image-optimizer/classes/class-eio-hs-beacon.php'),
(1143, 'wp-content/plugins/ewww-image-optimizer/classes/class-eio-lazy-load.php'),
(1144, 'wp-content/plugins/ewww-image-optimizer/classes/class-eio-page-parser.php'),
(1145, 'wp-content/plugins/ewww-image-optimizer/classes/class-ewww-flag.php'),
(1146, 'wp-content/plugins/ewww-image-optimizer/classes/class-ewww-image.php'),
(1147, 'wp-content/plugins/ewww-image-optimizer/classes/class-ewww-nextcellent.php'),
(1148, 'wp-content/plugins/ewww-image-optimizer/classes/class-ewww-nextgen.php'),
(1149, 'wp-content/plugins/ewww-image-optimizer/classes/class-ewwwdb.php'),
(1150, 'wp-content/plugins/ewww-image-optimizer/classes/class-ewwwio-background-process.php'),
(1151, 'wp-content/plugins/ewww-image-optimizer/classes/class-ewwwio-cli.php'),
(1152, 'wp-content/plugins/ewww-image-optimizer/classes/class-ewwwio-gd-editor.php'),
(1153, 'wp-content/plugins/ewww-image-optimizer/classes/class-ewwwio-gmagick-editor.php'),
(1154, 'wp-content/plugins/ewww-image-optimizer/classes/class-ewwwio-imagick-editor.php'),
(1155, 'wp-content/plugins/ewww-image-optimizer/classes/class-ewwwio-install-cloud.php'),
(1156, 'wp-content/plugins/ewww-image-optimizer/classes/class-ewwwio-media-background-process.php'),
(1157, 'wp-content/plugins/ewww-image-optimizer/classes/class-ewwwio-relative-migration.php'),
(1158, 'wp-content/plugins/ewww-image-optimizer/classes/class-ewwwio-tracking.php'),
(1159, 'wp-content/plugins/ewww-image-optimizer/classes/class-exactdn.php'),
(1160, 'wp-content/plugins/ewww-image-optimizer/common.php'),
(1161, 'wp-content/plugins/ewww-image-optimizer/docs/CONTRIBUTING.md'),
(1162, 'wp-content/plugins/ewww-image-optimizer/ewww-image-optimizer.php'),
(1163, 'wp-content/plugins/ewww-image-optimizer/images/question-circle.png'),
(1164, 'wp-content/plugins/ewww-image-optimizer/images/sample.jpg'),
(1165, 'wp-content/plugins/ewww-image-optimizer/images/spinner.gif'),
(1166, 'wp-content/plugins/ewww-image-optimizer/images/test.png'),
(1167, 'wp-content/plugins/ewww-image-optimizer/images/test.png.webp'),
(1168, 'wp-content/plugins/ewww-image-optimizer/images/testorig.gif'),
(1169, 'wp-content/plugins/ewww-image-optimizer/images/testorig.jpg'),
(1170, 'wp-content/plugins/ewww-image-optimizer/images/testorig.png'),
(1171, 'wp-content/plugins/ewww-image-optimizer/images/wpspin.gif'),
(1172, 'wp-content/plugins/ewww-image-optimizer/includes/eio-tools.js'),
(1173, 'wp-content/plugins/ewww-image-optimizer/includes/eio.js'),
(1174, 'wp-content/plugins/ewww-image-optimizer/includes/exactdn.js'),
(1175, 'wp-content/plugins/ewww-image-optimizer/includes/flag.js'),
(1176, 'wp-content/plugins/ewww-image-optimizer/includes/jquery-ui-1.10.1.custom.css'),
(1177, 'wp-content/plugins/ewww-image-optimizer/includes/lazysizes-post.js'),
(1178, 'wp-content/plugins/ewww-image-optimizer/includes/lazysizes-pre.js'),
(1179, 'wp-content/plugins/ewww-image-optimizer/includes/lazysizes.js'),
(1180, 'wp-content/plugins/ewww-image-optimizer/includes/lazysizes.min.js'),
(1181, 'wp-content/plugins/ewww-image-optimizer/includes/load_webp.js'),
(1182, 'wp-content/plugins/ewww-image-optimizer/includes/load_webp.min.js'),
(1183, 'wp-content/plugins/ewww-image-optimizer/includes/ls.print.js'),
(1184, 'wp-content/plugins/ewww-image-optimizer/includes/ls.print.min.js'),
(1185, 'wp-content/plugins/ewww-image-optimizer/includes/ls.unveilhooks.js'),
(1186, 'wp-content/plugins/ewww-image-optimizer/includes/media.js'),
(1187, 'wp-content/plugins/ewww-image-optimizer/includes/nextcellent.js'),
(1188, 'wp-content/plugins/ewww-image-optimizer/includes/nextgen.js'),
(1189, 'wp-content/plugins/ewww-image-optimizer/includes/resize_detection.js'),
(1190, 'wp-content/plugins/ewww-image-optimizer/includes/webp.js'),
(1191, 'wp-content/plugins/ewww-image-optimizer/languages/ewww-image-optimizer-he_IL.mo'),
(1192, 'wp-content/plugins/ewww-image-optimizer/languages/ewww-image-optimizer-he_IL.po'),
(1193, 'wp-content/plugins/ewww-image-optimizer/languages/ewww-image-optimizer-id_ID.mo'),
(1194, 'wp-content/plugins/ewww-image-optimizer/languages/ewww-image-optimizer-id_ID.po'),
(1195, 'wp-content/plugins/ewww-image-optimizer/languages/ewww-image-optimizer-vi.mo'),
(1196, 'wp-content/plugins/ewww-image-optimizer/languages/ewww-image-optimizer-vi.po'),
(1197, 'wp-content/plugins/ewww-image-optimizer/license.txt'),
(1198, 'wp-content/plugins/ewww-image-optimizer/mwebp.php'),
(1199, 'wp-content/plugins/ewww-image-optimizer/phpcs.ruleset.xml'),
(1200, 'wp-content/plugins/ewww-image-optimizer/phpunit.xml'),
(1201, 'wp-content/plugins/ewww-image-optimizer/readme.txt'),
(1202, 'wp-content/plugins/ewww-image-optimizer/tests/bootstrap.php'),
(1203, 'wp-content/plugins/ewww-image-optimizer/tests/test-convert.php'),
(1204, 'wp-content/plugins/ewww-image-optimizer/tests/test-optimize.php'),
(1205, 'wp-content/plugins/ewww-image-optimizer/tests/test-options.php'),
(1206, 'wp-content/plugins/ewww-image-optimizer/tests/test-resize.php'),
(1207, 'wp-content/plugins/ewww-image-optimizer/tests/test-tables.php'),
(1208, 'wp-content/plugins/ewww-image-optimizer/tests/test-utility.php'),
(1209, 'wp-content/plugins/ewww-image-optimizer/uninstall.php'),
(1210, 'wp-content/plugins/ewww-image-optimizer/unique.php'),
(1211, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/AUTHORS'),
(1212, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/autoload.php'),
(1213, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/Pel.php'),
(1214, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelCanonMakerNotes.php'),
(1215, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelConvert.php'),
(1216, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelDataWindow.php'),
(1217, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelDataWindowOffsetException.php'),
(1218, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelDataWindowWindowException.php'),
(1219, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelEntry.php'),
(1220, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelEntryAscii.php'),
(1221, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelEntryByte.php'),
(1222, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelEntryCopyright.php'),
(1223, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelEntryException.php'),
(1224, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelEntryLong.php'),
(1225, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelEntryNumber.php'),
(1226, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelEntryRational.php'),
(1227, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelEntrySByte.php'),
(1228, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelEntrySLong.php'),
(1229, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelEntrySRational.php'),
(1230, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelEntrySShort.php'),
(1231, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelEntryShort.php'),
(1232, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelEntryTime.php'),
(1233, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelEntryUndefined.php'),
(1234, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelEntryUserComment.php'),
(1235, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelEntryVersion.php'),
(1236, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelEntryWindowsString.php'),
(1237, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelException.php'),
(1238, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelExif.php'),
(1239, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelFormat.php'),
(1240, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelIfd.php'),
(1241, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelIfdException.php'),
(1242, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelInvalidArgumentException.php'),
(1243, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelInvalidDataException.php'),
(1244, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelJpeg.php'),
(1245, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelJpegComment.php'),
(1246, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelJpegContent.php'),
(1247, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelJpegInvalidMarkerException.php'),
(1248, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelJpegMarker.php'),
(1249, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelMakerNotes.php'),
(1250, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelMakerNotesMalformedException.php'),
(1251, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelOverflowException.php'),
(1252, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelTag.php'),
(1253, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelTiff.php'),
(1254, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelUnexpectedFormatException.php'),
(1255, 'wp-content/plugins/ewww-image-optimizer/vendor/pel/src/PelWrongComponentCountException.php'),
(1256, 'wp-content/plugins/ewww-image-optimizer/vendor/wp-async-request.php'),
(1257, 'wp-content/plugins/foobox-image-lightbox/assets/img/foobot.png'),
(1258, 'wp-content/plugins/foobox-image-lightbox/assets/img/foobot_red.png'),
(1259, 'wp-content/plugins/foobox-image-lightbox/foobox-free.php'),
(1260, 'wp-content/plugins/foobox-image-lightbox/free/css/admin-foobox_page_foobox-settings.css'),
(1261, 'wp-content/plugins/foobox-image-lightbox/free/css/admin-toplevel_page_foobox-image-lightbox.css'),
(1262, 'wp-content/plugins/foobox-image-lightbox/free/css/font/foobox.eot'),
(1263, 'wp-content/plugins/foobox-image-lightbox/free/css/font/foobox.svg'),
(1264, 'wp-content/plugins/foobox-image-lightbox/free/css/font/foobox.ttf'),
(1265, 'wp-content/plugins/foobox-image-lightbox/free/css/font/foobox.woff'),
(1266, 'wp-content/plugins/foobox-image-lightbox/free/css/foobox.free.min.css'),
(1267, 'wp-content/plugins/foobox-image-lightbox/free/css/foobox.noie7.min.css'),
(1268, 'wp-content/plugins/foobox-image-lightbox/free/css/img/demo.png'),
(1269, 'wp-content/plugins/foobox-image-lightbox/free/css/img/tick.png'),
(1270, 'wp-content/plugins/foobox-image-lightbox/free/css/img/tick2.png'),
(1271, 'wp-content/plugins/foobox-image-lightbox/free/css/img/tick3.png'),
(1272, 'wp-content/plugins/foobox-image-lightbox/free/foobox-free.php'),
(1273, 'wp-content/plugins/foobox-image-lightbox/free/includes/class-exclude.php'),
(1274, 'wp-content/plugins/foobox-image-lightbox/free/includes/class-foogallery-foobox-free-extension.php'),
(1275, 'wp-content/plugins/foobox-image-lightbox/free/includes/class-script-generator.php'),
(1276, 'wp-content/plugins/foobox-image-lightbox/free/includes/class-settings.php'),
(1277, 'wp-content/plugins/foobox-image-lightbox/free/includes/foopluginbase/README.md'),
(1278, 'wp-content/plugins/foobox-image-lightbox/free/includes/foopluginbase/bootstrapper.php'),
(1279, 'wp-content/plugins/foobox-image-lightbox/free/includes/foopluginbase/changelog.txt'),
(1280, 'wp-content/plugins/foobox-image-lightbox/free/includes/foopluginbase/classes/class-foo-plugin-base.php'),
(1281, 'wp-content/plugins/foobox-image-lightbox/free/includes/foopluginbase/classes/class-foo-plugin-options.php'),
(1282, 'wp-content/plugins/foobox-image-lightbox/free/includes/foopluginbase/classes/class-foo-plugin-settings.php'),
(1283, 'wp-content/plugins/foobox-image-lightbox/free/includes/foopluginbase/classes/class-foo-plugin-textdomain.php'),
(1284, 'wp-content/plugins/foobox-image-lightbox/free/includes/foopluginbase/classes/index.php'),
(1285, 'wp-content/plugins/foobox-image-lightbox/free/includes/foopluginbase/css/admin-settings.css'),
(1286, 'wp-content/plugins/foobox-image-lightbox/free/includes/foopluginbase/css/index.php'),
(1287, 'wp-content/plugins/foobox-image-lightbox/free/includes/foopluginbase/functions/arrays.php'),
(1288, 'wp-content/plugins/foobox-image-lightbox/free/includes/foopluginbase/functions/general.php'),
(1289, 'wp-content/plugins/foobox-image-lightbox/free/includes/foopluginbase/functions/index.php'),
(1290, 'wp-content/plugins/foobox-image-lightbox/free/includes/foopluginbase/functions/screen.php'),
(1291, 'wp-content/plugins/foobox-image-lightbox/free/includes/foopluginbase/functions/strings.php'),
(1292, 'wp-content/plugins/foobox-image-lightbox/free/includes/foopluginbase/index.php'),
(1293, 'wp-content/plugins/foobox-image-lightbox/free/includes/foopluginbase/js/admin-settings.js'),
(1294, 'wp-content/plugins/foobox-image-lightbox/free/includes/foopluginbase/js/index.php'),
(1295, 'wp-content/plugins/foobox-image-lightbox/free/includes/foopluginbase/views/index.php'),
(1296, 'wp-content/plugins/foobox-image-lightbox/free/includes/foopluginbase/views/settings.php'),
(1297, 'wp-content/plugins/foobox-image-lightbox/free/includes/upgrade.php'),
(1298, 'wp-content/plugins/foobox-image-lightbox/free/includes/view-getting-started.php'),
(1299, 'wp-content/plugins/foobox-image-lightbox/free/js/admin-foobox_page_foobox-settings.js'),
(1300, 'wp-content/plugins/foobox-image-lightbox/free/js/admin-toplevel_page_foobox-image-lightbox.js'),
(1301, 'wp-content/plugins/foobox-image-lightbox/free/js/foobox.free.min.js'),
(1302, 'wp-content/plugins/foobox-image-lightbox/freemius/LICENSE.txt'),
(1303, 'wp-content/plugins/foobox-image-lightbox/freemius/assets/css/admin/account.css'),
(1304, 'wp-content/plugins/foobox-image-lightbox/freemius/assets/css/admin/add-ons.css'),
(1305, 'wp-content/plugins/foobox-image-lightbox/freemius/assets/css/admin/affiliation.css'),
(1306, 'wp-content/plugins/foobox-image-lightbox/freemius/assets/css/admin/checkout.css'),
(1307, 'wp-content/plugins/foobox-image-lightbox/freemius/assets/css/admin/common.css'),
(1308, 'wp-content/plugins/foobox-image-lightbox/freemius/assets/css/admin/connect.css'),
(1309, 'wp-content/plugins/foobox-image-lightbox/freemius/assets/css/admin/debug.css'),
(1310, 'wp-content/plugins/foobox-image-lightbox/freemius/assets/css/admin/dialog-boxes.css'),
(1311, 'wp-content/plugins/foobox-image-lightbox/freemius/assets/css/admin/gdpr-optin-notice.css'),
(1312, 'wp-content/plugins/foobox-image-lightbox/freemius/assets/css/admin/index.php'),
(1313, 'wp-content/plugins/foobox-image-lightbox/freemius/assets/css/customizer.css'),
(1314, 'wp-content/plugins/foobox-image-lightbox/freemius/assets/css/index.php'),
(1315, 'wp-content/plugins/foobox-image-lightbox/freemius/assets/img/foobox-image-lightbox.png'),
(1316, 'wp-content/plugins/foobox-image-lightbox/freemius/assets/img/index.php'),
(1317, 'wp-content/plugins/foobox-image-lightbox/freemius/assets/img/plugin-icon.png'),
(1318, 'wp-content/plugins/foobox-image-lightbox/freemius/assets/img/theme-icon.png'),
(1319, 'wp-content/plugins/foobox-image-lightbox/freemius/assets/index.php'),
(1320, 'wp-content/plugins/foobox-image-lightbox/freemius/assets/js/index.php'),
(1321, 'wp-content/plugins/foobox-image-lightbox/freemius/assets/js/nojquery.ba-postmessage.js'),
(1322, 'wp-content/plugins/foobox-image-lightbox/freemius/assets/js/nojquery.ba-postmessage.min.js'),
(1323, 'wp-content/plugins/foobox-image-lightbox/freemius/assets/js/postmessage.js'),
(1324, 'wp-content/plugins/foobox-image-lightbox/freemius/config.php'),
(1325, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/class-freemius-abstract.php'),
(1326, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/class-freemius.php'),
(1327, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/class-fs-admin-notices.php'),
(1328, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/class-fs-api.php'),
(1329, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/class-fs-logger.php'),
(1330, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/class-fs-options.php'),
(1331, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/class-fs-plugin-updater.php'),
(1332, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/class-fs-security.php'),
(1333, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/class-fs-storage.php'),
(1334, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/class-fs-user-lock.php'),
(1335, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/customizer/class-fs-customizer-support-section.php'),
(1336, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/customizer/class-fs-customizer-upsell-control.php'),
(1337, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/customizer/index.php'),
(1338, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/debug/class-fs-debug-bar-panel.php'),
(1339, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/debug/debug-bar-start.php'),
(1340, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/debug/index.php'),
(1341, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/entities/class-fs-affiliate-terms.php'),
(1342, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/entities/class-fs-affiliate.php'),
(1343, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/entities/class-fs-billing.php'),
(1344, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/entities/class-fs-entity.php'),
(1345, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/entities/class-fs-payment.php'),
(1346, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/entities/class-fs-plugin-info.php'),
(1347, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/entities/class-fs-plugin-license.php'),
(1348, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/entities/class-fs-plugin-plan.php'),
(1349, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/entities/class-fs-plugin-tag.php'),
(1350, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/entities/class-fs-plugin.php'),
(1351, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/entities/class-fs-pricing.php'),
(1352, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/entities/class-fs-scope-entity.php'),
(1353, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/entities/class-fs-site.php'),
(1354, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/entities/class-fs-subscription.php'),
(1355, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/entities/class-fs-user.php'),
(1356, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/entities/index.php'),
(1357, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/fs-core-functions.php'),
(1358, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/fs-essential-functions.php'),
(1359, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/fs-plugin-info-dialog.php'),
(1360, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/i18n.php'),
(1361, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/index.php'),
(1362, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/l10n.php'),
(1363, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/managers/class-fs-admin-menu-manager.php'),
(1364, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/managers/class-fs-admin-notice-manager.php'),
(1365, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/managers/class-fs-cache-manager.php'),
(1366, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/managers/class-fs-gdpr-manager.php'),
(1367, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/managers/class-fs-key-value-storage.php'),
(1368, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/managers/class-fs-license-manager.php'),
(1369, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/managers/class-fs-option-manager.php'),
(1370, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/managers/class-fs-plan-manager.php'),
(1371, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/managers/class-fs-plugin-manager.php'),
(1372, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/managers/index.php'),
(1373, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/sdk/Exceptions/ArgumentNotExistException.php'),
(1374, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/sdk/Exceptions/EmptyArgumentException.php'),
(1375, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/sdk/Exceptions/Exception.php'),
(1376, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/sdk/Exceptions/InvalidArgumentException.php'),
(1377, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/sdk/Exceptions/OAuthException.php'),
(1378, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/sdk/Exceptions/index.php'),
(1379, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/sdk/FreemiusBase.php'),
(1380, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/sdk/FreemiusWordPress.php'),
(1381, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/sdk/LICENSE.txt'),
(1382, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/sdk/index.php'),
(1383, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/supplements/fs-essential-functions-1.1.7.1.php'),
(1384, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/supplements/fs-essential-functions-2.2.1.php'),
(1385, 'wp-content/plugins/foobox-image-lightbox/freemius/includes/supplements/index.php'),
(1386, 'wp-content/plugins/foobox-image-lightbox/freemius/index.php'),
(1387, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/freemius-da_DK.mo'),
(1388, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/freemius-da_DK.po'),
(1389, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/freemius-en.mo'),
(1390, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/freemius-en.po'),
(1391, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/freemius-es_ES.mo'),
(1392, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/freemius-es_ES.po'),
(1393, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/freemius-fr_FR.mo'),
(1394, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/freemius-fr_FR.po'),
(1395, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/freemius-he_IL.mo'),
(1396, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/freemius-he_IL.po'),
(1397, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/freemius-hu_HU.mo'),
(1398, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/freemius-hu_HU.po'),
(1399, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/freemius-it_IT.mo'),
(1400, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/freemius-it_IT.po'),
(1401, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/freemius-ja_JP.mo'),
(1402, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/freemius-ja_JP.po'),
(1403, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/freemius-nl_NL.mo'),
(1404, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/freemius-nl_NL.po'),
(1405, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/freemius-ru_RU.mo'),
(1406, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/freemius-ru_RU.po'),
(1407, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/freemius.pot'),
(1408, 'wp-content/plugins/foobox-image-lightbox/freemius/languages/index.php'),
(1409, 'wp-content/plugins/foobox-image-lightbox/freemius/require.php'),
(1410, 'wp-content/plugins/foobox-image-lightbox/freemius/start.php'),
(1411, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/account/billing.php'),
(1412, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/account/index.php'),
(1413, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/account/partials/activate-license-button.php'),
(1414, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/account/partials/addon.php'),
(1415, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/account/partials/deactivate-license-button.php'),
(1416, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/account/partials/index.php'),
(1417, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/account/partials/site.php'),
(1418, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/account/payments.php'),
(1419, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/account.php'),
(1420, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/add-ons.php'),
(1421, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/add-trial-to-pricing.php'),
(1422, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/admin-notice.php'),
(1423, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/ajax-loader.php'),
(1424, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/auto-installation.php'),
(1425, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/checkout.php'),
(1426, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/connect.php'),
(1427, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/contact.php'),
(1428, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/debug/api-calls.php'),
(1429, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/debug/index.php'),
(1430, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/debug/logger.php'),
(1431, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/debug/plugins-themes-sync.php'),
(1432, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/debug/scheduled-crons.php'),
(1433, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/debug.php'),
(1434, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/email.php'),
(1435, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/firewall-issues-js.php'),
(1436, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/forms/affiliation.php'),
(1437, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/forms/deactivation/contact.php'),
(1438, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/forms/deactivation/form.php'),
(1439, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/forms/deactivation/index.php'),
(1440, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/forms/deactivation/retry-skip.php'),
(1441, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/forms/index.php'),
(1442, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/forms/license-activation.php'),
(1443, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/forms/optout.php'),
(1444, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/forms/premium-versions-upgrade-handler.php'),
(1445, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/forms/premium-versions-upgrade-metadata.php'),
(1446, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/forms/resend-key.php'),
(1447, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/forms/subscription-cancellation.php'),
(1448, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/forms/trial-start.php'),
(1449, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/gdpr-optin-js.php'),
(1450, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/index.php'),
(1451, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/js/index.php'),
(1452, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/js/jquery.content-change.php'),
(1453, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/js/open-license-activation.php'),
(1454, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/js/style-premium-theme.php'),
(1455, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/partials/network-activation.php'),
(1456, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/plugin-icon.php'),
(1457, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/plugin-info/description.php'),
(1458, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/plugin-info/features.php'),
(1459, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/plugin-info/index.php'),
(1460, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/plugin-info/screenshots.php'),
(1461, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/powered-by.php'),
(1462, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/pricing.php'),
(1463, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/secure-https-header.php'),
(1464, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/sticky-admin-notice-js.php'),
(1465, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/tabs-capture-js.php'),
(1466, 'wp-content/plugins/foobox-image-lightbox/freemius/templates/tabs.php'),
(1467, 'wp-content/plugins/foobox-image-lightbox/gulpfile.js'),
(1468, 'wp-content/plugins/foobox-image-lightbox/includes/actions.php'),
(1469, 'wp-content/plugins/foobox-image-lightbox/includes/admin/menu.php'),
(1470, 'wp-content/plugins/foobox-image-lightbox/includes/admin/view-getting-started.php'),
(1471, 'wp-content/plugins/foobox-image-lightbox/includes/filters.php'),
(1472, 'wp-content/plugins/foobox-image-lightbox/includes/functions.php'),
(1473, 'wp-content/plugins/foobox-image-lightbox/install.txt'),
(1474, 'wp-content/plugins/foobox-image-lightbox/languages/fooboxfree-sr_RS.mo'),
(1475, 'wp-content/plugins/foobox-image-lightbox/languages/fooboxfree-sr_RS.po'),
(1476, 'wp-content/plugins/foobox-image-lightbox/languages/fooboxfree.mo'),
(1477, 'wp-content/plugins/foobox-image-lightbox/languages/fooboxfree.pot'),
(1478, 'wp-content/plugins/foobox-image-lightbox/license.txt'),
(1479, 'wp-content/plugins/foobox-image-lightbox/readme.txt'),
(1480, 'wp-content/plugins/foogallery/Gruntfile.js'),
(1481, 'wp-content/plugins/foogallery/LICENSE.txt'),
(1482, 'wp-content/plugins/foogallery/README.md'),
(1483, 'wp-content/plugins/foogallery/README.txt'),
(1484, 'wp-content/plugins/foogallery/assets/1x1.gif'),
(1485, 'wp-content/plugins/foogallery/assets/extension_bg.png'),
(1486, 'wp-content/plugins/foogallery/assets/foobot_small.png'),
(1487, 'wp-content/plugins/foogallery/assets/foogallery.png'),
(1488, 'wp-content/plugins/foogallery/assets/image-placeholder.png'),
(1489, 'wp-content/plugins/foogallery/assets/logo.png'),
(1490, 'wp-content/plugins/foogallery/changelog.txt'),
(1491, 'wp-content/plugins/foogallery/css/admin-foogallery.css'),
(1492, 'wp-content/plugins/foogallery/css/admin-page-foogallery-extensions.css'),
(1493, 'wp-content/plugins/foogallery/css/admin-page-foogallery-help.css'),
(1494, 'wp-content/plugins/foogallery/css/admin-page-foogallery-settings.css'),
(1495, 'wp-content/plugins/foogallery/css/admin-tinymce.css'),
(1496, 'wp-content/plugins/foogallery/css/foogallery-foovideo-overrides.css'),
(1497, 'wp-content/plugins/foogallery/css/foogallery.admin.datasources.css'),
(1498, 'wp-content/plugins/foogallery/css/foogallery.admin.min.css'),
(1499, 'wp-content/plugins/foogallery/extensions/albums/admin/class-columns.php'),
(1500, 'wp-content/plugins/foogallery/extensions/albums/admin/class-metaboxes.php'),
(1501, 'wp-content/plugins/foogallery/extensions/albums/admin/index.php'),
(1502, 'wp-content/plugins/foogallery/extensions/albums/album-default.php'),
(1503, 'wp-content/plugins/foogallery/extensions/albums/album-stack.php'),
(1504, 'wp-content/plugins/foogallery/extensions/albums/class-albums-extension.php'),
(1505, 'wp-content/plugins/foogallery/extensions/albums/class-foogallery-album.php'),
(1506, 'wp-content/plugins/foogallery/extensions/albums/class-posttypes.php'),
(1507, 'wp-content/plugins/foogallery/extensions/albums/css/admin-foogallery-album.css'),
(1508, 'wp-content/plugins/foogallery/extensions/albums/css/album-default.css'),
(1509, 'wp-content/plugins/foogallery/extensions/albums/css/album-stack.css'),
(1510, 'wp-content/plugins/foogallery/extensions/albums/foogallery-albums.png'),
(1511, 'wp-content/plugins/foogallery/extensions/albums/functions.php'),
(1512, 'wp-content/plugins/foogallery/extensions/albums/js/admin-foogallery-album.js'),
(1513, 'wp-content/plugins/foogallery/extensions/albums/js/album-stack.js'),
(1514, 'wp-content/plugins/foogallery/extensions/albums/public/class-foogallery-album-template-loader.php'),
(1515, 'wp-content/plugins/foogallery/extensions/albums/public/class-rewrite-rules.php'),
(1516, 'wp-content/plugins/foogallery/extensions/albums/public/class-shortcodes.php'),
(1517, 'wp-content/plugins/foogallery/extensions/default-templates/class-default-templates-extension.php'),
(1518, 'wp-content/plugins/foogallery/extensions/default-templates/class-default-templates.php'),
(1519, 'wp-content/plugins/foogallery/extensions/default-templates/default/class-default-gallery-template.php'),
(1520, 'wp-content/plugins/foogallery/extensions/default-templates/default/gallery-default.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`) VALUES
(1521, 'wp-content/plugins/foogallery/extensions/default-templates/default/js/admin-gallery-default.js'),
(1522, 'wp-content/plugins/foogallery/extensions/default-templates/functions.php'),
(1523, 'wp-content/plugins/foogallery/extensions/default-templates/image-viewer/class-image-viewer-gallery-template.php'),
(1524, 'wp-content/plugins/foogallery/extensions/default-templates/image-viewer/gallery-image-viewer.php'),
(1525, 'wp-content/plugins/foogallery/extensions/default-templates/image-viewer/js/admin-gallery-image-viewer.js'),
(1526, 'wp-content/plugins/foogallery/extensions/default-templates/justified/class-justified-gallery-template.php'),
(1527, 'wp-content/plugins/foogallery/extensions/default-templates/justified/gallery-justified.php'),
(1528, 'wp-content/plugins/foogallery/extensions/default-templates/masonry/class-masonry-gallery-template.php'),
(1529, 'wp-content/plugins/foogallery/extensions/default-templates/masonry/gallery-masonry.php'),
(1530, 'wp-content/plugins/foogallery/extensions/default-templates/masonry/js/admin-gallery-masonry.js'),
(1531, 'wp-content/plugins/foogallery/extensions/default-templates/shared/css/admin-foogallery.css'),
(1532, 'wp-content/plugins/foogallery/extensions/default-templates/shared/css/foogallery.css'),
(1533, 'wp-content/plugins/foogallery/extensions/default-templates/shared/css/foogallery.min.css'),
(1534, 'wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg'),
(1535, 'wp-content/plugins/foogallery/extensions/default-templates/shared/js/foogallery.js'),
(1536, 'wp-content/plugins/foogallery/extensions/default-templates/shared/js/foogallery.min.js'),
(1537, 'wp-content/plugins/foogallery/extensions/default-templates/simple-portfolio/class-simple-portfolio-gallery-template.php'),
(1538, 'wp-content/plugins/foogallery/extensions/default-templates/simple-portfolio/gallery-simple_portfolio.php'),
(1539, 'wp-content/plugins/foogallery/extensions/default-templates/thumbnail/class-thumbnail-gallery-template.php'),
(1540, 'wp-content/plugins/foogallery/extensions/default-templates/thumbnail/gallery-thumbnail.php'),
(1541, 'wp-content/plugins/foogallery/extensions/default-templates/thumbnail/js/admin-gallery-thumbnail.js'),
(1542, 'wp-content/plugins/foogallery/extensions/demo-content-generator/class-demo-content-generator.php'),
(1543, 'wp-content/plugins/foogallery/extensions/demo-content-generator/includes/class-lorem-ipsum.php'),
(1544, 'wp-content/plugins/foogallery/extensions/demo-content-generator/includes/class-pixabay.php'),
(1545, 'wp-content/plugins/foogallery/extensions/demo-content-generator/view-demo-content.php'),
(1546, 'wp-content/plugins/foogallery/extensions/extensions.json.js'),
(1547, 'wp-content/plugins/foogallery/extensions/nextgen-importer/class-nextgen-gallery-importer-extension.php'),
(1548, 'wp-content/plugins/foogallery/extensions/nextgen-importer/class-nextgen-helper.php'),
(1549, 'wp-content/plugins/foogallery/extensions/nextgen-importer/class-nextgen-import-progress-album.php'),
(1550, 'wp-content/plugins/foogallery/extensions/nextgen-importer/class-nextgen-import-progress.php'),
(1551, 'wp-content/plugins/foogallery/extensions/nextgen-importer/class-nextgen-pagination.php'),
(1552, 'wp-content/plugins/foogallery/extensions/nextgen-importer/view-importer.php'),
(1553, 'wp-content/plugins/foogallery/foogallery.php'),
(1554, 'wp-content/plugins/foogallery/freemius/LICENSE.txt'),
(1555, 'wp-content/plugins/foogallery/freemius/assets/css/admin/account.css'),
(1556, 'wp-content/plugins/foogallery/freemius/assets/css/admin/add-ons.css'),
(1557, 'wp-content/plugins/foogallery/freemius/assets/css/admin/affiliation.css'),
(1558, 'wp-content/plugins/foogallery/freemius/assets/css/admin/checkout.css'),
(1559, 'wp-content/plugins/foogallery/freemius/assets/css/admin/common.css'),
(1560, 'wp-content/plugins/foogallery/freemius/assets/css/admin/connect.css'),
(1561, 'wp-content/plugins/foogallery/freemius/assets/css/admin/debug.css'),
(1562, 'wp-content/plugins/foogallery/freemius/assets/css/admin/dialog-boxes.css'),
(1563, 'wp-content/plugins/foogallery/freemius/assets/css/admin/gdpr-optin-notice.css'),
(1564, 'wp-content/plugins/foogallery/freemius/assets/css/admin/index.php'),
(1565, 'wp-content/plugins/foogallery/freemius/assets/css/customizer.css'),
(1566, 'wp-content/plugins/foogallery/freemius/assets/css/index.php'),
(1567, 'wp-content/plugins/foogallery/freemius/assets/img/foogallery.png'),
(1568, 'wp-content/plugins/foogallery/freemius/assets/img/index.php'),
(1569, 'wp-content/plugins/foogallery/freemius/assets/img/plugin-icon.png'),
(1570, 'wp-content/plugins/foogallery/freemius/assets/img/theme-icon.png'),
(1571, 'wp-content/plugins/foogallery/freemius/assets/index.php'),
(1572, 'wp-content/plugins/foogallery/freemius/assets/js/index.php'),
(1573, 'wp-content/plugins/foogallery/freemius/assets/js/nojquery.ba-postmessage.js'),
(1574, 'wp-content/plugins/foogallery/freemius/assets/js/nojquery.ba-postmessage.min.js'),
(1575, 'wp-content/plugins/foogallery/freemius/assets/js/postmessage.js'),
(1576, 'wp-content/plugins/foogallery/freemius/config.php'),
(1577, 'wp-content/plugins/foogallery/freemius/includes/class-freemius-abstract.php'),
(1578, 'wp-content/plugins/foogallery/freemius/includes/class-freemius.php'),
(1579, 'wp-content/plugins/foogallery/freemius/includes/class-fs-admin-notices.php'),
(1580, 'wp-content/plugins/foogallery/freemius/includes/class-fs-api.php'),
(1581, 'wp-content/plugins/foogallery/freemius/includes/class-fs-logger.php'),
(1582, 'wp-content/plugins/foogallery/freemius/includes/class-fs-options.php'),
(1583, 'wp-content/plugins/foogallery/freemius/includes/class-fs-plugin-updater.php'),
(1584, 'wp-content/plugins/foogallery/freemius/includes/class-fs-security.php'),
(1585, 'wp-content/plugins/foogallery/freemius/includes/class-fs-storage.php'),
(1586, 'wp-content/plugins/foogallery/freemius/includes/class-fs-user-lock.php'),
(1587, 'wp-content/plugins/foogallery/freemius/includes/customizer/class-fs-customizer-support-section.php'),
(1588, 'wp-content/plugins/foogallery/freemius/includes/customizer/class-fs-customizer-upsell-control.php'),
(1589, 'wp-content/plugins/foogallery/freemius/includes/customizer/index.php'),
(1590, 'wp-content/plugins/foogallery/freemius/includes/debug/class-fs-debug-bar-panel.php'),
(1591, 'wp-content/plugins/foogallery/freemius/includes/debug/debug-bar-start.php'),
(1592, 'wp-content/plugins/foogallery/freemius/includes/debug/index.php'),
(1593, 'wp-content/plugins/foogallery/freemius/includes/entities/class-fs-affiliate-terms.php'),
(1594, 'wp-content/plugins/foogallery/freemius/includes/entities/class-fs-affiliate.php'),
(1595, 'wp-content/plugins/foogallery/freemius/includes/entities/class-fs-billing.php'),
(1596, 'wp-content/plugins/foogallery/freemius/includes/entities/class-fs-entity.php'),
(1597, 'wp-content/plugins/foogallery/freemius/includes/entities/class-fs-payment.php'),
(1598, 'wp-content/plugins/foogallery/freemius/includes/entities/class-fs-plugin-info.php'),
(1599, 'wp-content/plugins/foogallery/freemius/includes/entities/class-fs-plugin-license.php'),
(1600, 'wp-content/plugins/foogallery/freemius/includes/entities/class-fs-plugin-plan.php'),
(1601, 'wp-content/plugins/foogallery/freemius/includes/entities/class-fs-plugin-tag.php'),
(1602, 'wp-content/plugins/foogallery/freemius/includes/entities/class-fs-plugin.php'),
(1603, 'wp-content/plugins/foogallery/freemius/includes/entities/class-fs-pricing.php'),
(1604, 'wp-content/plugins/foogallery/freemius/includes/entities/class-fs-scope-entity.php'),
(1605, 'wp-content/plugins/foogallery/freemius/includes/entities/class-fs-site.php'),
(1606, 'wp-content/plugins/foogallery/freemius/includes/entities/class-fs-subscription.php'),
(1607, 'wp-content/plugins/foogallery/freemius/includes/entities/class-fs-user.php'),
(1608, 'wp-content/plugins/foogallery/freemius/includes/entities/index.php'),
(1609, 'wp-content/plugins/foogallery/freemius/includes/fs-core-functions.php'),
(1610, 'wp-content/plugins/foogallery/freemius/includes/fs-essential-functions.php'),
(1611, 'wp-content/plugins/foogallery/freemius/includes/fs-plugin-info-dialog.php'),
(1612, 'wp-content/plugins/foogallery/freemius/includes/i18n.php'),
(1613, 'wp-content/plugins/foogallery/freemius/includes/index.php'),
(1614, 'wp-content/plugins/foogallery/freemius/includes/l10n.php'),
(1615, 'wp-content/plugins/foogallery/freemius/includes/managers/class-fs-admin-menu-manager.php'),
(1616, 'wp-content/plugins/foogallery/freemius/includes/managers/class-fs-admin-notice-manager.php'),
(1617, 'wp-content/plugins/foogallery/freemius/includes/managers/class-fs-cache-manager.php'),
(1618, 'wp-content/plugins/foogallery/freemius/includes/managers/class-fs-gdpr-manager.php'),
(1619, 'wp-content/plugins/foogallery/freemius/includes/managers/class-fs-key-value-storage.php'),
(1620, 'wp-content/plugins/foogallery/freemius/includes/managers/class-fs-license-manager.php'),
(1621, 'wp-content/plugins/foogallery/freemius/includes/managers/class-fs-option-manager.php'),
(1622, 'wp-content/plugins/foogallery/freemius/includes/managers/class-fs-plan-manager.php'),
(1623, 'wp-content/plugins/foogallery/freemius/includes/managers/class-fs-plugin-manager.php'),
(1624, 'wp-content/plugins/foogallery/freemius/includes/managers/index.php'),
(1625, 'wp-content/plugins/foogallery/freemius/includes/sdk/Exceptions/ArgumentNotExistException.php'),
(1626, 'wp-content/plugins/foogallery/freemius/includes/sdk/Exceptions/EmptyArgumentException.php'),
(1627, 'wp-content/plugins/foogallery/freemius/includes/sdk/Exceptions/Exception.php'),
(1628, 'wp-content/plugins/foogallery/freemius/includes/sdk/Exceptions/InvalidArgumentException.php'),
(1629, 'wp-content/plugins/foogallery/freemius/includes/sdk/Exceptions/OAuthException.php'),
(1630, 'wp-content/plugins/foogallery/freemius/includes/sdk/Exceptions/index.php'),
(1631, 'wp-content/plugins/foogallery/freemius/includes/sdk/FreemiusBase.php'),
(1632, 'wp-content/plugins/foogallery/freemius/includes/sdk/FreemiusWordPress.php'),
(1633, 'wp-content/plugins/foogallery/freemius/includes/sdk/LICENSE.txt'),
(1634, 'wp-content/plugins/foogallery/freemius/includes/sdk/index.php'),
(1635, 'wp-content/plugins/foogallery/freemius/includes/supplements/fs-essential-functions-1.1.7.1.php'),
(1636, 'wp-content/plugins/foogallery/freemius/includes/supplements/fs-essential-functions-2.2.1.php'),
(1637, 'wp-content/plugins/foogallery/freemius/includes/supplements/index.php'),
(1638, 'wp-content/plugins/foogallery/freemius/index.php'),
(1639, 'wp-content/plugins/foogallery/freemius/languages/freemius-da_DK.mo'),
(1640, 'wp-content/plugins/foogallery/freemius/languages/freemius-da_DK.po'),
(1641, 'wp-content/plugins/foogallery/freemius/languages/freemius-en.mo'),
(1642, 'wp-content/plugins/foogallery/freemius/languages/freemius-en.po'),
(1643, 'wp-content/plugins/foogallery/freemius/languages/freemius-es_ES.mo'),
(1644, 'wp-content/plugins/foogallery/freemius/languages/freemius-es_ES.po'),
(1645, 'wp-content/plugins/foogallery/freemius/languages/freemius-fr_FR.mo'),
(1646, 'wp-content/plugins/foogallery/freemius/languages/freemius-fr_FR.po'),
(1647, 'wp-content/plugins/foogallery/freemius/languages/freemius-he_IL.mo'),
(1648, 'wp-content/plugins/foogallery/freemius/languages/freemius-he_IL.po'),
(1649, 'wp-content/plugins/foogallery/freemius/languages/freemius-hu_HU.mo'),
(1650, 'wp-content/plugins/foogallery/freemius/languages/freemius-hu_HU.po'),
(1651, 'wp-content/plugins/foogallery/freemius/languages/freemius-it_IT.mo'),
(1652, 'wp-content/plugins/foogallery/freemius/languages/freemius-it_IT.po'),
(1653, 'wp-content/plugins/foogallery/freemius/languages/freemius-ja_JP.mo'),
(1654, 'wp-content/plugins/foogallery/freemius/languages/freemius-ja_JP.po'),
(1655, 'wp-content/plugins/foogallery/freemius/languages/freemius-nl_NL.mo'),
(1656, 'wp-content/plugins/foogallery/freemius/languages/freemius-nl_NL.po'),
(1657, 'wp-content/plugins/foogallery/freemius/languages/freemius-ru_RU.mo'),
(1658, 'wp-content/plugins/foogallery/freemius/languages/freemius-ru_RU.po'),
(1659, 'wp-content/plugins/foogallery/freemius/languages/freemius.pot'),
(1660, 'wp-content/plugins/foogallery/freemius/languages/index.php'),
(1661, 'wp-content/plugins/foogallery/freemius/require.php'),
(1662, 'wp-content/plugins/foogallery/freemius/start.php'),
(1663, 'wp-content/plugins/foogallery/freemius/templates/account/billing.php'),
(1664, 'wp-content/plugins/foogallery/freemius/templates/account/index.php'),
(1665, 'wp-content/plugins/foogallery/freemius/templates/account/partials/activate-license-button.php'),
(1666, 'wp-content/plugins/foogallery/freemius/templates/account/partials/addon.php'),
(1667, 'wp-content/plugins/foogallery/freemius/templates/account/partials/deactivate-license-button.php'),
(1668, 'wp-content/plugins/foogallery/freemius/templates/account/partials/index.php'),
(1669, 'wp-content/plugins/foogallery/freemius/templates/account/partials/site.php'),
(1670, 'wp-content/plugins/foogallery/freemius/templates/account/payments.php'),
(1671, 'wp-content/plugins/foogallery/freemius/templates/account.php'),
(1672, 'wp-content/plugins/foogallery/freemius/templates/add-ons.php'),
(1673, 'wp-content/plugins/foogallery/freemius/templates/add-trial-to-pricing.php'),
(1674, 'wp-content/plugins/foogallery/freemius/templates/admin-notice.php'),
(1675, 'wp-content/plugins/foogallery/freemius/templates/ajax-loader.php'),
(1676, 'wp-content/plugins/foogallery/freemius/templates/auto-installation.php'),
(1677, 'wp-content/plugins/foogallery/freemius/templates/checkout.php'),
(1678, 'wp-content/plugins/foogallery/freemius/templates/connect.php'),
(1679, 'wp-content/plugins/foogallery/freemius/templates/contact.php'),
(1680, 'wp-content/plugins/foogallery/freemius/templates/debug/api-calls.php'),
(1681, 'wp-content/plugins/foogallery/freemius/templates/debug/index.php'),
(1682, 'wp-content/plugins/foogallery/freemius/templates/debug/logger.php'),
(1683, 'wp-content/plugins/foogallery/freemius/templates/debug/plugins-themes-sync.php'),
(1684, 'wp-content/plugins/foogallery/freemius/templates/debug/scheduled-crons.php'),
(1685, 'wp-content/plugins/foogallery/freemius/templates/debug.php'),
(1686, 'wp-content/plugins/foogallery/freemius/templates/email.php'),
(1687, 'wp-content/plugins/foogallery/freemius/templates/firewall-issues-js.php'),
(1688, 'wp-content/plugins/foogallery/freemius/templates/forms/affiliation.php'),
(1689, 'wp-content/plugins/foogallery/freemius/templates/forms/deactivation/contact.php'),
(1690, 'wp-content/plugins/foogallery/freemius/templates/forms/deactivation/form.php'),
(1691, 'wp-content/plugins/foogallery/freemius/templates/forms/deactivation/index.php'),
(1692, 'wp-content/plugins/foogallery/freemius/templates/forms/deactivation/retry-skip.php'),
(1693, 'wp-content/plugins/foogallery/freemius/templates/forms/index.php'),
(1694, 'wp-content/plugins/foogallery/freemius/templates/forms/license-activation.php'),
(1695, 'wp-content/plugins/foogallery/freemius/templates/forms/optout.php'),
(1696, 'wp-content/plugins/foogallery/freemius/templates/forms/premium-versions-upgrade-handler.php'),
(1697, 'wp-content/plugins/foogallery/freemius/templates/forms/premium-versions-upgrade-metadata.php'),
(1698, 'wp-content/plugins/foogallery/freemius/templates/forms/resend-key.php'),
(1699, 'wp-content/plugins/foogallery/freemius/templates/forms/subscription-cancellation.php'),
(1700, 'wp-content/plugins/foogallery/freemius/templates/forms/trial-start.php'),
(1701, 'wp-content/plugins/foogallery/freemius/templates/gdpr-optin-js.php'),
(1702, 'wp-content/plugins/foogallery/freemius/templates/index.php'),
(1703, 'wp-content/plugins/foogallery/freemius/templates/js/index.php'),
(1704, 'wp-content/plugins/foogallery/freemius/templates/js/jquery.content-change.php'),
(1705, 'wp-content/plugins/foogallery/freemius/templates/js/open-license-activation.php'),
(1706, 'wp-content/plugins/foogallery/freemius/templates/js/style-premium-theme.php'),
(1707, 'wp-content/plugins/foogallery/freemius/templates/partials/network-activation.php'),
(1708, 'wp-content/plugins/foogallery/freemius/templates/plugin-icon.php'),
(1709, 'wp-content/plugins/foogallery/freemius/templates/plugin-info/description.php'),
(1710, 'wp-content/plugins/foogallery/freemius/templates/plugin-info/features.php'),
(1711, 'wp-content/plugins/foogallery/freemius/templates/plugin-info/index.php'),
(1712, 'wp-content/plugins/foogallery/freemius/templates/plugin-info/screenshots.php'),
(1713, 'wp-content/plugins/foogallery/freemius/templates/powered-by.php'),
(1714, 'wp-content/plugins/foogallery/freemius/templates/pricing.php'),
(1715, 'wp-content/plugins/foogallery/freemius/templates/secure-https-header.php'),
(1716, 'wp-content/plugins/foogallery/freemius/templates/sticky-admin-notice-js.php'),
(1717, 'wp-content/plugins/foogallery/freemius/templates/tabs-capture-js.php'),
(1718, 'wp-content/plugins/foogallery/freemius/templates/tabs.php'),
(1719, 'wp-content/plugins/foogallery/gulpfile.js'),
(1720, 'wp-content/plugins/foogallery/gutenberg/class-foogallery-blocks.php'),
(1721, 'wp-content/plugins/foogallery/gutenberg/class-foogallery-gutenberg.php'),
(1722, 'wp-content/plugins/foogallery/gutenberg/class-foogallery-rest-routes.php'),
(1723, 'wp-content/plugins/foogallery/gutenberg/config/paths.js'),
(1724, 'wp-content/plugins/foogallery/gutenberg/config/webpack.config.dev.js'),
(1725, 'wp-content/plugins/foogallery/gutenberg/config/webpack.config.prod.js'),
(1726, 'wp-content/plugins/foogallery/gutenberg/dist/blocks.build.js'),
(1727, 'wp-content/plugins/foogallery/gutenberg/dist/blocks.editor.build.css'),
(1728, 'wp-content/plugins/foogallery/gutenberg/dist/blocks.style.build.css'),
(1729, 'wp-content/plugins/foogallery/gutenberg/scripts/build.js'),
(1730, 'wp-content/plugins/foogallery/gutenberg/scripts/start.js'),
(1731, 'wp-content/plugins/foogallery/gutenberg/scripts/translate.js'),
(1732, 'wp-content/plugins/foogallery/gutenberg/src/block/edit/components/block-controls.js'),
(1733, 'wp-content/plugins/foogallery/gutenberg/src/block/edit/components/index.js'),
(1734, 'wp-content/plugins/foogallery/gutenberg/src/block/edit/components/inspector-controls/editor.scss'),
(1735, 'wp-content/plugins/foogallery/gutenberg/src/block/edit/components/inspector-controls/index.js'),
(1736, 'wp-content/plugins/foogallery/gutenberg/src/block/edit/components/modal/editor.scss'),
(1737, 'wp-content/plugins/foogallery/gutenberg/src/block/edit/components/modal/index.js'),
(1738, 'wp-content/plugins/foogallery/gutenberg/src/block/edit/components/modal/item.js'),
(1739, 'wp-content/plugins/foogallery/gutenberg/src/block/edit/components/placeholder.js'),
(1740, 'wp-content/plugins/foogallery/gutenberg/src/block/edit/components/server-side-render.js'),
(1741, 'wp-content/plugins/foogallery/gutenberg/src/block/edit/index.js'),
(1742, 'wp-content/plugins/foogallery/gutenberg/src/block/edit/rendered.js'),
(1743, 'wp-content/plugins/foogallery/gutenberg/src/block/edit/views/duplicate.js'),
(1744, 'wp-content/plugins/foogallery/gutenberg/src/block/edit/views/empty.js'),
(1745, 'wp-content/plugins/foogallery/gutenberg/src/block/edit/views/index.js'),
(1746, 'wp-content/plugins/foogallery/gutenberg/src/block/edit/views/populated.js'),
(1747, 'wp-content/plugins/foogallery/gutenberg/src/block/editor.scss'),
(1748, 'wp-content/plugins/foogallery/gutenberg/src/block/index.js'),
(1749, 'wp-content/plugins/foogallery/gutenberg/src/block/style.scss'),
(1750, 'wp-content/plugins/foogallery/gutenberg/src/blocks.js'),
(1751, 'wp-content/plugins/foogallery/gutenberg/src/common.scss'),
(1752, 'wp-content/plugins/foogallery/includes/WPThumb/wpthumb.background-fill.php'),
(1753, 'wp-content/plugins/foogallery/includes/WPThumb/wpthumb.crop-from-position.php'),
(1754, 'wp-content/plugins/foogallery/includes/WPThumb/wpthumb.image-editor.php'),
(1755, 'wp-content/plugins/foogallery/includes/WPThumb/wpthumb.php'),
(1756, 'wp-content/plugins/foogallery/includes/WPThumb/wpthumb.shortcodes.php'),
(1757, 'wp-content/plugins/foogallery/includes/WPThumb/wpthumb.watermark.php'),
(1758, 'wp-content/plugins/foogallery/includes/admin/boilerplates/blank/foogallery-EXTSLUG.txt'),
(1759, 'wp-content/plugins/foogallery/includes/admin/boilerplates/lightbox/css/lightbox-EXTSLUG.css'),
(1760, 'wp-content/plugins/foogallery/includes/admin/boilerplates/lightbox/foogallery-EXTSLUG.txt'),
(1761, 'wp-content/plugins/foogallery/includes/admin/boilerplates/lightbox/js/lightbox-EXTSLUG.js'),
(1762, 'wp-content/plugins/foogallery/includes/admin/boilerplates/template/css/gallery-EXTSLUG.css'),
(1763, 'wp-content/plugins/foogallery/includes/admin/boilerplates/template/foogallery-EXTSLUG.txt'),
(1764, 'wp-content/plugins/foogallery/includes/admin/boilerplates/template/gallery-EXTSLUG.txt'),
(1765, 'wp-content/plugins/foogallery/includes/admin/boilerplates/template/js/admin-gallery-EXTSLUG.js'),
(1766, 'wp-content/plugins/foogallery/includes/admin/boilerplates/template/js/gallery-EXTSLUG.js'),
(1767, 'wp-content/plugins/foogallery/includes/admin/class-admin-css-load-optimizer.php'),
(1768, 'wp-content/plugins/foogallery/includes/admin/class-admin-notices.php'),
(1769, 'wp-content/plugins/foogallery/includes/admin/class-admin.php'),
(1770, 'wp-content/plugins/foogallery/includes/admin/class-attachment-fields.php'),
(1771, 'wp-content/plugins/foogallery/includes/admin/class-boilerplate-download-handler.php'),
(1772, 'wp-content/plugins/foogallery/includes/admin/class-boilerplate-zip-generator.php'),
(1773, 'wp-content/plugins/foogallery/includes/admin/class-columns.php'),
(1774, 'wp-content/plugins/foogallery/includes/admin/class-extensions.php'),
(1775, 'wp-content/plugins/foogallery/includes/admin/class-gallery-datasources.php'),
(1776, 'wp-content/plugins/foogallery/includes/admin/class-gallery-editor.php'),
(1777, 'wp-content/plugins/foogallery/includes/admin/class-gallery-metabox-fields.php'),
(1778, 'wp-content/plugins/foogallery/includes/admin/class-gallery-metabox-items.php'),
(1779, 'wp-content/plugins/foogallery/includes/admin/class-gallery-metabox-settings-helper.php'),
(1780, 'wp-content/plugins/foogallery/includes/admin/class-gallery-metabox-settings.php'),
(1781, 'wp-content/plugins/foogallery/includes/admin/class-gallery-metaboxes.php'),
(1782, 'wp-content/plugins/foogallery/includes/admin/class-menu.php'),
(1783, 'wp-content/plugins/foogallery/includes/admin/class-settings-image-optimization.php'),
(1784, 'wp-content/plugins/foogallery/includes/admin/class-settings.php'),
(1785, 'wp-content/plugins/foogallery/includes/admin/class-silent-installer-skin.php'),
(1786, 'wp-content/plugins/foogallery/includes/admin/index.php'),
(1787, 'wp-content/plugins/foogallery/includes/admin/view-extensions-build-your-own.php'),
(1788, 'wp-content/plugins/foogallery/includes/admin/view-extensions-popup.php'),
(1789, 'wp-content/plugins/foogallery/includes/admin/view-extensions.php'),
(1790, 'wp-content/plugins/foogallery/includes/admin/view-help.php'),
(1791, 'wp-content/plugins/foogallery/includes/admin/view-system-info.php'),
(1792, 'wp-content/plugins/foogallery/includes/class-attachment-filters.php'),
(1793, 'wp-content/plugins/foogallery/includes/class-foogallery-animated-gif-support.php'),
(1794, 'wp-content/plugins/foogallery/includes/class-foogallery-attachment-custom-class.php'),
(1795, 'wp-content/plugins/foogallery/includes/class-foogallery-attachment.php'),
(1796, 'wp-content/plugins/foogallery/includes/class-foogallery-cache.php'),
(1797, 'wp-content/plugins/foogallery/includes/class-foogallery-common-fields.php'),
(1798, 'wp-content/plugins/foogallery/includes/class-foogallery-datasource-media_library.php'),
(1799, 'wp-content/plugins/foogallery/includes/class-foogallery-default-crop-position.php'),
(1800, 'wp-content/plugins/foogallery/includes/class-foogallery-extensions-compatibility.php'),
(1801, 'wp-content/plugins/foogallery/includes/class-foogallery-force-https.php'),
(1802, 'wp-content/plugins/foogallery/includes/class-foogallery-lazyload.php'),
(1803, 'wp-content/plugins/foogallery/includes/class-foogallery-paging.php'),
(1804, 'wp-content/plugins/foogallery/includes/class-foogallery-upgrade.php'),
(1805, 'wp-content/plugins/foogallery/includes/class-foogallery-widget.php'),
(1806, 'wp-content/plugins/foogallery/includes/class-foogallery.php'),
(1807, 'wp-content/plugins/foogallery/includes/class-gallery-advanced-settings.php'),
(1808, 'wp-content/plugins/foogallery/includes/class-posttypes.php'),
(1809, 'wp-content/plugins/foogallery/includes/class-retina.php'),
(1810, 'wp-content/plugins/foogallery/includes/class-thumbnail-dimensions.php'),
(1811, 'wp-content/plugins/foogallery/includes/class-thumbnails.php'),
(1812, 'wp-content/plugins/foogallery/includes/class-version-check.php'),
(1813, 'wp-content/plugins/foogallery/includes/class-wpthumb-enhancements.php'),
(1814, 'wp-content/plugins/foogallery/includes/compatibility/class-autoptimize-compatibility.php'),
(1815, 'wp-content/plugins/foogallery/includes/compatibility/class-elasticpress-compatibility.php'),
(1816, 'wp-content/plugins/foogallery/includes/compatibility/class-elementor-compatibility.php'),
(1817, 'wp-content/plugins/foogallery/includes/compatibility/class-foobox-compatibility.php'),
(1818, 'wp-content/plugins/foogallery/includes/compatibility/class-foogallery-compatibility.php'),
(1819, 'wp-content/plugins/foogallery/includes/compatibility/class-foovideo-compatibility.php'),
(1820, 'wp-content/plugins/foogallery/includes/compatibility/class-polylang-compatibility.php'),
(1821, 'wp-content/plugins/foogallery/includes/compatibility/class-responsive-lightbox-dfactory-compatibility.php'),
(1822, 'wp-content/plugins/foogallery/includes/compatibility/class-wprocket-compatibility.php'),
(1823, 'wp-content/plugins/foogallery/includes/compatibility/elementor/class-elementor-foogallery-widget.php'),
(1824, 'wp-content/plugins/foogallery/includes/compatibility/view-foovideo-offer.php'),
(1825, 'wp-content/plugins/foogallery/includes/constants.php'),
(1826, 'wp-content/plugins/foogallery/includes/extensions/class-extension.php'),
(1827, 'wp-content/plugins/foogallery/includes/extensions/class-extensions-api.php'),
(1828, 'wp-content/plugins/foogallery/includes/extensions/class-extensions-loader.php'),
(1829, 'wp-content/plugins/foogallery/includes/foopluginbase/README.md'),
(1830, 'wp-content/plugins/foogallery/includes/foopluginbase/bootstrapper.php'),
(1831, 'wp-content/plugins/foogallery/includes/foopluginbase/changelog.txt'),
(1832, 'wp-content/plugins/foogallery/includes/foopluginbase/classes/class-foo-friendly-dates.php'),
(1833, 'wp-content/plugins/foogallery/includes/foopluginbase/classes/class-foo-plugin-base.php'),
(1834, 'wp-content/plugins/foogallery/includes/foopluginbase/classes/class-foo-plugin-file-locator.php'),
(1835, 'wp-content/plugins/foogallery/includes/foopluginbase/classes/class-foo-plugin-metabox-sanity.php'),
(1836, 'wp-content/plugins/foogallery/includes/foopluginbase/classes/class-foo-plugin-options.php'),
(1837, 'wp-content/plugins/foogallery/includes/foopluginbase/classes/class-foo-plugin-settings.php'),
(1838, 'wp-content/plugins/foogallery/includes/foopluginbase/classes/class-foo-plugin-textdomain.php'),
(1839, 'wp-content/plugins/foogallery/includes/foopluginbase/classes/index.php'),
(1840, 'wp-content/plugins/foogallery/includes/foopluginbase/css/admin-settings.css'),
(1841, 'wp-content/plugins/foogallery/includes/foopluginbase/css/index.php'),
(1842, 'wp-content/plugins/foogallery/includes/foopluginbase/functions/arrays.php'),
(1843, 'wp-content/plugins/foogallery/includes/foopluginbase/functions/dates.php'),
(1844, 'wp-content/plugins/foogallery/includes/foopluginbase/functions/general.php'),
(1845, 'wp-content/plugins/foogallery/includes/foopluginbase/functions/index.php'),
(1846, 'wp-content/plugins/foogallery/includes/foopluginbase/functions/screen.php'),
(1847, 'wp-content/plugins/foogallery/includes/foopluginbase/functions/strings.php'),
(1848, 'wp-content/plugins/foogallery/includes/foopluginbase/index.php'),
(1849, 'wp-content/plugins/foogallery/includes/foopluginbase/js/admin-settings.js'),
(1850, 'wp-content/plugins/foogallery/includes/foopluginbase/js/index.php'),
(1851, 'wp-content/plugins/foogallery/includes/foopluginbase/tests/class-foo-friendly-dates-tests.php'),
(1852, 'wp-content/plugins/foogallery/includes/foopluginbase/views/index.php'),
(1853, 'wp-content/plugins/foogallery/includes/foopluginbase/views/settings.php'),
(1854, 'wp-content/plugins/foogallery/includes/functions.php'),
(1855, 'wp-content/plugins/foogallery/includes/includes.php'),
(1856, 'wp-content/plugins/foogallery/includes/index.php'),
(1857, 'wp-content/plugins/foogallery/includes/public/class-admin-bar.php'),
(1858, 'wp-content/plugins/foogallery/includes/public/class-css-load-optimizer.php'),
(1859, 'wp-content/plugins/foogallery/includes/public/class-foogallery-template-loader.php'),
(1860, 'wp-content/plugins/foogallery/includes/public/class-public.php'),
(1861, 'wp-content/plugins/foogallery/includes/public/class-rank-math-seo-sitemaps.php'),
(1862, 'wp-content/plugins/foogallery/includes/public/class-shortcodes.php'),
(1863, 'wp-content/plugins/foogallery/includes/public/class-yoast-seo-sitemaps.php'),
(1864, 'wp-content/plugins/foogallery/includes/public/index.php'),
(1865, 'wp-content/plugins/foogallery/includes/render-functions.php'),
(1866, 'wp-content/plugins/foogallery/index.html'),
(1867, 'wp-content/plugins/foogallery/js/admin-foogallery-attachment-autosave.js'),
(1868, 'wp-content/plugins/foogallery/js/admin-foogallery-editor.js'),
(1869, 'wp-content/plugins/foogallery/js/admin-foogallery-elementor-preview.js'),
(1870, 'wp-content/plugins/foogallery/js/admin-foogallery.js'),
(1871, 'wp-content/plugins/foogallery/js/admin-page-foogallery-extensions-modal.js'),
(1872, 'wp-content/plugins/foogallery/js/admin-page-foogallery-extensions.js'),
(1873, 'wp-content/plugins/foogallery/js/admin-page-foogallery-settings.js'),
(1874, 'wp-content/plugins/foogallery/js/admin-tinymce.js'),
(1875, 'wp-content/plugins/foogallery/js/admin-uploader.js'),
(1876, 'wp-content/plugins/foogallery/js/foogallery.admin.datasources.js'),
(1877, 'wp-content/plugins/foogallery/js/foogallery.admin.min.js'),
(1878, 'wp-content/plugins/foogallery/languages/foogallery.mo'),
(1879, 'wp-content/plugins/foogallery/languages/foogallery.pot'),
(1880, 'wp-content/plugins/foogallery/languages/index.php'),
(1881, 'wp-content/plugins/foogallery/lib/selectize/foogallery.selectize.js'),
(1882, 'wp-content/plugins/foogallery/lib/selectize/selectize.css'),
(1883, 'wp-content/plugins/foogallery/lib/selectize/selectize.min.js'),
(1884, 'wp-content/plugins/foogallery/lib/spectrum/spectrum.css'),
(1885, 'wp-content/plugins/foogallery/lib/spectrum/spectrum.js'),
(1886, 'wp-content/plugins/foogallery/templates/index.php'),
(1887, 'wp-content/plugins/foogallery/templates/where-are-the-templates.php'),
(1888, 'wp-content/plugins/foogallery/views/index.php'),
(1889, 'wp-content/plugins/gravityforms/common.php'),
(1890, 'wp-content/plugins/gravityforms/css/index.php'),
(1891, 'wp-content/plugins/gravityforms/currency.php'),
(1892, 'wp-content/plugins/gravityforms/entry_detail.php'),
(1893, 'wp-content/plugins/gravityforms/entry_list.php'),
(1894, 'wp-content/plugins/gravityforms/export.php'),
(1895, 'wp-content/plugins/gravityforms/fonts/dashicons.svg'),
(1896, 'wp-content/plugins/gravityforms/fonts/fontawesome-webfont.svg'),
(1897, 'wp-content/plugins/gravityforms/fonts/gravityfont.svg'),
(1898, 'wp-content/plugins/gravityforms/fonts/index.php'),
(1899, 'wp-content/plugins/gravityforms/form_detail.php'),
(1900, 'wp-content/plugins/gravityforms/form_display.php'),
(1901, 'wp-content/plugins/gravityforms/form_list.php'),
(1902, 'wp-content/plugins/gravityforms/form_settings.php'),
(1903, 'wp-content/plugins/gravityforms/forms_model.php'),
(1904, 'wp-content/plugins/gravityforms/gravityforms.php'),
(1905, 'wp-content/plugins/gravityforms/help.php'),
(1906, 'wp-content/plugins/gravityforms/images/datepicker/index.php'),
(1907, 'wp-content/plugins/gravityforms/images/doctypes/index.php'),
(1908, 'wp-content/plugins/gravityforms/images/index.php'),
(1909, 'wp-content/plugins/gravityforms/images/list-add.svg'),
(1910, 'wp-content/plugins/gravityforms/images/list-remove.svg'),
(1911, 'wp-content/plugins/gravityforms/images/note-placeholder.svg'),
(1912, 'wp-content/plugins/gravityforms/includes/addon/class-gf-addon-locking.php'),
(1913, 'wp-content/plugins/gravityforms/includes/addon/class-gf-addon.php'),
(1914, 'wp-content/plugins/gravityforms/includes/addon/class-gf-auto-upgrade.php'),
(1915, 'wp-content/plugins/gravityforms/includes/addon/class-gf-feed-addon.php'),
(1916, 'wp-content/plugins/gravityforms/includes/addon/class-gf-feed-processor.php'),
(1917, 'wp-content/plugins/gravityforms/includes/addon/class-gf-payment-addon.php'),
(1918, 'wp-content/plugins/gravityforms/includes/addon/class-gf-results.php'),
(1919, 'wp-content/plugins/gravityforms/includes/addon/css/index.php'),
(1920, 'wp-content/plugins/gravityforms/includes/addon/index.php'),
(1921, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_feedorder.js'),
(1922, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_feedorder.min.js'),
(1923, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_fieldmap.js'),
(1924, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_fieldmap.min.js'),
(1925, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_frontend.js'),
(1926, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_frontend.min.js'),
(1927, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_genericmap.js'),
(1928, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_genericmap.min.js'),
(1929, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_payment.js'),
(1930, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_payment.min.js'),
(1931, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_results.js'),
(1932, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_results.min.js'),
(1933, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_selectcustom.js'),
(1934, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_selectcustom.min.js'),
(1935, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_token.js'),
(1936, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_token.min.js'),
(1937, 'wp-content/plugins/gravityforms/includes/addon/js/index.php'),
(1938, 'wp-content/plugins/gravityforms/includes/addon/js/repeater.js'),
(1939, 'wp-content/plugins/gravityforms/includes/addon/js/repeater.min.js'),
(1940, 'wp-content/plugins/gravityforms/includes/api.php'),
(1941, 'wp-content/plugins/gravityforms/includes/blocks/class-gf-block-form.php'),
(1942, 'wp-content/plugins/gravityforms/includes/blocks/class-gf-block.php'),
(1943, 'wp-content/plugins/gravityforms/includes/blocks/class-gf-blocks.php'),
(1944, 'wp-content/plugins/gravityforms/includes/class-gf-background-upgrader.php'),
(1945, 'wp-content/plugins/gravityforms/includes/class-gf-download.php'),
(1946, 'wp-content/plugins/gravityforms/includes/class-gf-osdxp.php'),
(1947, 'wp-content/plugins/gravityforms/includes/class-gf-upgrade.php'),
(1948, 'wp-content/plugins/gravityforms/includes/class-gravity-api.php'),
(1949, 'wp-content/plugins/gravityforms/includes/class-personal-data.php'),
(1950, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-address.php'),
(1951, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-calculation.php'),
(1952, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-captcha.php'),
(1953, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-checkbox.php'),
(1954, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-consent.php'),
(1955, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-creditcard.php'),
(1956, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-date.php'),
(1957, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-donation.php'),
(1958, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-email.php'),
(1959, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-fileupload.php'),
(1960, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-hidden.php'),
(1961, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-hiddenproduct.php'),
(1962, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-html.php'),
(1963, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-list.php'),
(1964, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-multiselect.php'),
(1965, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-name.php'),
(1966, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-number.php'),
(1967, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-option.php'),
(1968, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-page.php'),
(1969, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-password.php'),
(1970, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-phone.php'),
(1971, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-post-category.php'),
(1972, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-post-content.php'),
(1973, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-post-custom-field.php'),
(1974, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-post-excerpt.php'),
(1975, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-post-image.php'),
(1976, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-post-tags.php'),
(1977, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-post-title.php'),
(1978, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-price.php'),
(1979, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-product.php'),
(1980, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-quantity.php'),
(1981, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-radio.php'),
(1982, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-repeater.php'),
(1983, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-section.php'),
(1984, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-select.php'),
(1985, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-shipping.php'),
(1986, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-singleproduct.php'),
(1987, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-singleshipping.php'),
(1988, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-text.php'),
(1989, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-textarea.php'),
(1990, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-time.php'),
(1991, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-total.php'),
(1992, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-website.php'),
(1993, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field.php'),
(1994, 'wp-content/plugins/gravityforms/includes/fields/class-gf-fields.php'),
(1995, 'wp-content/plugins/gravityforms/includes/fields/index.php'),
(1996, 'wp-content/plugins/gravityforms/includes/index.php'),
(1997, 'wp-content/plugins/gravityforms/includes/legacy/forms_model_legacy.php'),
(1998, 'wp-content/plugins/gravityforms/includes/libraries/gf-background-process.php'),
(1999, 'wp-content/plugins/gravityforms/includes/libraries/wp-async-request.php'),
(2000, 'wp-content/plugins/gravityforms/includes/locking/class-gf-locking.php'),
(2001, 'wp-content/plugins/gravityforms/includes/locking/css/index.php'),
(2002, 'wp-content/plugins/gravityforms/includes/locking/images/index.php'),
(2003, 'wp-content/plugins/gravityforms/includes/locking/index.php'),
(2004, 'wp-content/plugins/gravityforms/includes/locking/js/index.php'),
(2005, 'wp-content/plugins/gravityforms/includes/locking/js/locking-list.js'),
(2006, 'wp-content/plugins/gravityforms/includes/locking/js/locking-list.min.js'),
(2007, 'wp-content/plugins/gravityforms/includes/locking/js/locking-view.js'),
(2008, 'wp-content/plugins/gravityforms/includes/locking/js/locking-view.min.js'),
(2009, 'wp-content/plugins/gravityforms/includes/locking/js/locking.js'),
(2010, 'wp-content/plugins/gravityforms/includes/locking/js/locking.min.js'),
(2011, 'wp-content/plugins/gravityforms/includes/locking/locking.php'),
(2012, 'wp-content/plugins/gravityforms/includes/logging/includes/KLogger.php'),
(2013, 'wp-content/plugins/gravityforms/includes/logging/logging.php'),
(2014, 'wp-content/plugins/gravityforms/includes/phpqrcode/index.php'),
(2015, 'wp-content/plugins/gravityforms/includes/phpqrcode/phpqrcode.php'),
(2016, 'wp-content/plugins/gravityforms/includes/query/class-gf-query-call.php'),
(2017, 'wp-content/plugins/gravityforms/includes/query/class-gf-query-column.php'),
(2018, 'wp-content/plugins/gravityforms/includes/query/class-gf-query-condition.php'),
(2019, 'wp-content/plugins/gravityforms/includes/query/class-gf-query-json-literal.php'),
(2020, 'wp-content/plugins/gravityforms/includes/query/class-gf-query-literal.php'),
(2021, 'wp-content/plugins/gravityforms/includes/query/class-gf-query-series.php'),
(2022, 'wp-content/plugins/gravityforms/includes/query/class-gf-query.php'),
(2023, 'wp-content/plugins/gravityforms/includes/system-status/class-gf-system-report.php'),
(2024, 'wp-content/plugins/gravityforms/includes/system-status/class-gf-system-status.php'),
(2025, 'wp-content/plugins/gravityforms/includes/system-status/class-gf-update.php'),
(2026, 'wp-content/plugins/gravityforms/includes/system-status/js/clipboard.min.js'),
(2027, 'wp-content/plugins/gravityforms/includes/templates/edit-shortcode-form.tpl.php'),
(2028, 'wp-content/plugins/gravityforms/includes/upload.php'),
(2029, 'wp-content/plugins/gravityforms/includes/webapi/css/index.php'),
(2030, 'wp-content/plugins/gravityforms/includes/webapi/includes/class-gf-api-keys-table.php'),
(2031, 'wp-content/plugins/gravityforms/includes/webapi/index.php'),
(2032, 'wp-content/plugins/gravityforms/includes/webapi/js/enc-base64-min.js'),
(2033, 'wp-content/plugins/gravityforms/includes/webapi/js/enc-base64-min.min.js'),
(2034, 'wp-content/plugins/gravityforms/includes/webapi/js/gfwebapi_settings.js'),
(2035, 'wp-content/plugins/gravityforms/includes/webapi/js/gfwebapi_settings.min.js'),
(2036, 'wp-content/plugins/gravityforms/includes/webapi/js/hmac-sha1.min.js'),
(2037, 'wp-content/plugins/gravityforms/includes/webapi/js/index.php'),
(2038, 'wp-content/plugins/gravityforms/includes/webapi/v2/class-gf-rest-api.php'),
(2039, 'wp-content/plugins/gravityforms/includes/webapi/v2/class-gf-rest-authentication.php'),
(2040, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/class-results-cache.php'),
(2041, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-entries.php'),
(2042, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-entry-notifications.php'),
(2043, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-entry-properties.php'),
(2044, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-feeds.php'),
(2045, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-form-entries.php'),
(2046, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-form-feeds.php'),
(2047, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-form-results.php'),
(2048, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-form-submissions.php'),
(2049, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-forms.php'),
(2050, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-gf-rest-controller.php'),
(2051, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-wp-rest-controller.php'),
(2052, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/index.php'),
(2053, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/index.php'),
(2054, 'wp-content/plugins/gravityforms/includes/webapi/v2/index.php'),
(2055, 'wp-content/plugins/gravityforms/includes/webapi/v2/restapi.php'),
(2056, 'wp-content/plugins/gravityforms/includes/webapi/webapi.php'),
(2057, 'wp-content/plugins/gravityforms/includes/wizard/class-gf-installation-wizard.php'),
(2058, 'wp-content/plugins/gravityforms/includes/wizard/class-gf-upgrade-wizard.php'),
(2059, 'wp-content/plugins/gravityforms/includes/wizard/steps/class-gf-installation-wizard-step-background-updates.php'),
(2060, 'wp-content/plugins/gravityforms/includes/wizard/steps/class-gf-installation-wizard-step-complete.php'),
(2061, 'wp-content/plugins/gravityforms/includes/wizard/steps/class-gf-installation-wizard-step-license-key.php'),
(2062, 'wp-content/plugins/gravityforms/includes/wizard/steps/class-gf-installation-wizard-step-settings.php'),
(2063, 'wp-content/plugins/gravityforms/includes/wizard/steps/class-gf-installation-wizard-step.php'),
(2064, 'wp-content/plugins/gravityforms/index.php'),
(2065, 'wp-content/plugins/gravityforms/js/blocks.js'),
(2066, 'wp-content/plugins/gravityforms/js/blocks.js.map'),
(2067, 'wp-content/plugins/gravityforms/js/blocks.min.js'),
(2068, 'wp-content/plugins/gravityforms/js/blocks.min.js.map'),
(2069, 'wp-content/plugins/gravityforms/js/chosen.jquery.min.js'),
(2070, 'wp-content/plugins/gravityforms/js/conditional_logic.js'),
(2071, 'wp-content/plugins/gravityforms/js/conditional_logic.min.js'),
(2072, 'wp-content/plugins/gravityforms/js/datepicker.js'),
(2073, 'wp-content/plugins/gravityforms/js/datepicker.min.js'),
(2074, 'wp-content/plugins/gravityforms/js/floatmenu_init.js'),
(2075, 'wp-content/plugins/gravityforms/js/floatmenu_init.min.js'),
(2076, 'wp-content/plugins/gravityforms/js/form_admin.js'),
(2077, 'wp-content/plugins/gravityforms/js/form_admin.min.js'),
(2078, 'wp-content/plugins/gravityforms/js/form_editor.js'),
(2079, 'wp-content/plugins/gravityforms/js/form_editor.min.js'),
(2080, 'wp-content/plugins/gravityforms/js/forms.js'),
(2081, 'wp-content/plugins/gravityforms/js/forms.min.js'),
(2082, 'wp-content/plugins/gravityforms/js/gf_field_filter.js'),
(2083, 'wp-content/plugins/gravityforms/js/gf_field_filter.min.js'),
(2084, 'wp-content/plugins/gravityforms/js/gravityforms.js'),
(2085, 'wp-content/plugins/gravityforms/js/gravityforms.min.js'),
(2086, 'wp-content/plugins/gravityforms/js/index.php'),
(2087, 'wp-content/plugins/gravityforms/js/jquery.json-1.3.js'),
(2088, 'wp-content/plugins/gravityforms/js/jquery.json-1.3.min.js'),
(2089, 'wp-content/plugins/gravityforms/js/jquery.json.js'),
(2090, 'wp-content/plugins/gravityforms/js/jquery.json.min.js'),
(2091, 'wp-content/plugins/gravityforms/js/jquery.maskedinput-1.3.1.min.js'),
(2092, 'wp-content/plugins/gravityforms/js/jquery.maskedinput.js'),
(2093, 'wp-content/plugins/gravityforms/js/jquery.maskedinput.min.js'),
(2094, 'wp-content/plugins/gravityforms/js/jquery.min.js'),
(2095, 'wp-content/plugins/gravityforms/js/jquery.textareaCounter.plugin.js'),
(2096, 'wp-content/plugins/gravityforms/js/jquery.textareaCounter.plugin.min.js'),
(2097, 'wp-content/plugins/gravityforms/js/menu.js'),
(2098, 'wp-content/plugins/gravityforms/js/menu.min.js'),
(2099, 'wp-content/plugins/gravityforms/js/placeholders.jquery.min.js'),
(2100, 'wp-content/plugins/gravityforms/js/preview.js'),
(2101, 'wp-content/plugins/gravityforms/js/preview.min.js'),
(2102, 'wp-content/plugins/gravityforms/js/shortcode-ui.js'),
(2103, 'wp-content/plugins/gravityforms/js/shortcode-ui.min.js'),
(2104, 'wp-content/plugins/gravityforms/js/tooltip_init.js'),
(2105, 'wp-content/plugins/gravityforms/js/tooltip_init.min.js'),
(2106, 'wp-content/plugins/gravityforms/js.php'),
(2107, 'wp-content/plugins/gravityforms/languages/index.php'),
(2108, 'wp-content/plugins/gravityforms/notification.php'),
(2109, 'wp-content/plugins/gravityforms/preview.php'),
(2110, 'wp-content/plugins/gravityforms/print-entry.php'),
(2111, 'wp-content/plugins/gravityforms/select_columns.php'),
(2112, 'wp-content/plugins/gravityforms/settings.php'),
(2113, 'wp-content/plugins/gravityforms/tooltips.php'),
(2114, 'wp-content/plugins/gravityforms/widget.php'),
(2115, 'wp-content/plugins/gravityforms/xml.php'),
(2116, 'wp-content/plugins/index.php'),
(2117, 'wp-content/plugins/jquery-updater/jquery-updater.php'),
(2118, 'wp-content/plugins/jquery-updater/js/jquery-3.4.1.js'),
(2119, 'wp-content/plugins/jquery-updater/js/jquery-3.4.1.min.js'),
(2120, 'wp-content/plugins/jquery-updater/js/jquery-3.4.1.slim.js'),
(2121, 'wp-content/plugins/jquery-updater/js/jquery-3.4.1.slim.min.js'),
(2122, 'wp-content/plugins/jquery-updater/js/jquery-migrate-3.0.0.min.js'),
(2123, 'wp-content/plugins/jquery-updater/readme.txt'),
(2124, 'wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.svg'),
(2125, 'wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.svg'),
(2126, 'wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.svg'),
(2127, 'wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.svg'),
(2128, 'wp-content/plugins/js_composer/assets/css/lib/vc-material/fonts/vc_material.svg'),
(2129, 'wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.svg'),
(2130, 'wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.svg'),
(2131, 'wp-content/plugins/js_composer/assets/fonts/vc_icons/fonts/VC-Icons.svg'),
(2132, 'wp-content/plugins/js_composer/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.svg'),
(2133, 'wp-content/plugins/js_composer/assets/js/dist/backend-actions.min.js'),
(2134, 'wp-content/plugins/js_composer/assets/js/dist/backend.min.js'),
(2135, 'wp-content/plugins/js_composer/assets/js/dist/edit-form.min.js'),
(2136, 'wp-content/plugins/js_composer/assets/js/dist/frontend-editor.min.js'),
(2137, 'wp-content/plugins/js_composer/assets/js/dist/grid-builder.min.js'),
(2138, 'wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js'),
(2139, 'wp-content/plugins/js_composer/assets/js/dist/page_editable.min.js'),
(2140, 'wp-content/plugins/js_composer/assets/js/dist/settings.min.js'),
(2141, 'wp-content/plugins/js_composer/assets/js/dist/vc_grid.min.js'),
(2142, 'wp-content/plugins/js_composer/assets/js/editors/templates-preview.js'),
(2143, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_line_chart.js'),
(2144, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_pie.js');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`) VALUES
(2145, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_round_chart.js'),
(2146, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/container.js'),
(2147, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/container_with_parent.js'),
(2148, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_column.js'),
(2149, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_column_inner.js'),
(2150, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_row.js'),
(2151, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_row_inner.js'),
(2152, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_section.js'),
(2153, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_column_text.js'),
(2154, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_flickr.js'),
(2155, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_posts_slider.js'),
(2156, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_raw_js.js'),
(2157, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_toggle.js'),
(2158, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_accordion.js'),
(2159, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_accordion_tab.js'),
(2160, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tab.js'),
(2161, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tabs.js'),
(2162, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tour.js'),
(2163, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/vc_carousel.js'),
(2164, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_basic_grid.js'),
(2165, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_masonry_grid.js'),
(2166, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_masonry_media_grid.js'),
(2167, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_media_grid.js'),
(2168, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_gallery.js'),
(2169, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_images_carousel.js'),
(2170, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_single_image.js'),
(2171, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/tta_events.js'),
(2172, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_accordion.js'),
(2173, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_pageable.js'),
(2174, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_section.js'),
(2175, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_tabs.js'),
(2176, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_tour.js'),
(2177, 'wp-content/plugins/js_composer/assets/js/frontend_editor/vendors/plugins/jwplayer.js'),
(2178, 'wp-content/plugins/js_composer/assets/js/vendors/advanced_custom_fields.js'),
(2179, 'wp-content/plugins/js_composer/assets/js/vendors/qtranslate_backend.js'),
(2180, 'wp-content/plugins/js_composer/assets/js/vendors/qtranslate_frontend.js'),
(2181, 'wp-content/plugins/js_composer/assets/js/vendors/qtranslatex_backend.js'),
(2182, 'wp-content/plugins/js_composer/assets/js/vendors/qtranslatex_frontend.js'),
(2183, 'wp-content/plugins/js_composer/assets/js/vendors/woocommerce-add-to-cart.js'),
(2184, 'wp-content/plugins/js_composer/assets/js/vendors/woocommerce.js'),
(2185, 'wp-content/plugins/js_composer/assets/js/vendors/yoast.js'),
(2186, 'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/ace.js'),
(2187, 'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/mode-css.js'),
(2188, 'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/theme-chrome.js'),
(2189, 'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/worker-css.js'),
(2190, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/dist/js/bootstrap.min.js'),
(2191, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/affix.min.js'),
(2192, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/alert.min.js'),
(2193, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/button.min.js'),
(2194, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/carousel.min.js'),
(2195, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/collapse.min.js'),
(2196, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/dropdown.min.js'),
(2197, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/modal.min.js'),
(2198, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/popover.min.js'),
(2199, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/scrollspy.min.js'),
(2200, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/tab.min.js'),
(2201, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/tooltip.min.js'),
(2202, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/transition.min.js'),
(2203, 'wp-content/plugins/js_composer/assets/lib/bower/chartjs/Chart.min.js'),
(2204, 'wp-content/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.svg'),
(2205, 'wp-content/plugins/js_composer/assets/lib/bower/flexslider/jquery.flexslider-min.js'),
(2206, 'wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.svg'),
(2207, 'wp-content/plugins/js_composer/assets/lib/bower/imagesloaded/imagesloaded.pkgd.min.js'),
(2208, 'wp-content/plugins/js_composer/assets/lib/bower/isotope/dist/isotope.pkgd.min.js'),
(2209, 'wp-content/plugins/js_composer/assets/lib/bower/jquery-ui-tabs-rotate/jquery-ui-tabs-rotate.min.js'),
(2210, 'wp-content/plugins/js_composer/assets/lib/bower/json-js/json2.min.js'),
(2211, 'wp-content/plugins/js_composer/assets/lib/bower/lessjs/dist/less.min.js'),
(2212, 'wp-content/plugins/js_composer/assets/lib/bower/masonry/dist/masonry.pkgd.min.js'),
(2213, 'wp-content/plugins/js_composer/assets/lib/bower/nivoslider/jquery.nivo.slider.pack.js'),
(2214, 'wp-content/plugins/js_composer/assets/lib/bower/progress-circle/ProgressCircle.min.js'),
(2215, 'wp-content/plugins/js_composer/assets/lib/bower/scrollTo/jquery.scrollTo.min.js'),
(2216, 'wp-content/plugins/js_composer/assets/lib/bower/skrollr/dist/skrollr.min.js'),
(2217, 'wp-content/plugins/js_composer/assets/lib/bower/twbs-pagination/jquery.twbsPagination.min.js'),
(2218, 'wp-content/plugins/js_composer/assets/lib/bower/vcIconPicker/jquery.fonticonpicker.min.js'),
(2219, 'wp-content/plugins/js_composer/assets/lib/bower/zoom/jquery.zoom.min.js'),
(2220, 'wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/owl.carousel.min.js'),
(2221, 'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js'),
(2222, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js'),
(2223, 'wp-content/plugins/js_composer/assets/lib/vc-tta-autoplay/vc-tta-autoplay.min.js'),
(2224, 'wp-content/plugins/js_composer/assets/lib/vc_accordion/vc-accordion.min.js'),
(2225, 'wp-content/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.svg'),
(2226, 'wp-content/plugins/js_composer/assets/lib/vc_carousel/js/transition.min.js'),
(2227, 'wp-content/plugins/js_composer/assets/lib/vc_carousel/js/vc_carousel.min.js'),
(2228, 'wp-content/plugins/js_composer/assets/lib/vc_chart/jquery.vc_chart.min.js'),
(2229, 'wp-content/plugins/js_composer/assets/lib/vc_image_zoom/vc_image_zoom.min.js'),
(2230, 'wp-content/plugins/js_composer/assets/lib/vc_line_chart/vc_line_chart.min.js'),
(2231, 'wp-content/plugins/js_composer/assets/lib/vc_round_chart/vc_round_chart.min.js'),
(2232, 'wp-content/plugins/js_composer/assets/lib/vc_tabs/vc-tabs.min.js'),
(2233, 'wp-content/plugins/js_composer/assets/lib/waypoints/waypoints.min.js'),
(2234, 'wp-content/plugins/js_composer/assets/vc/blur.svg'),
(2235, 'wp-content/plugins/js_composer/assets/vc/loaders/spinner-light.svg'),
(2236, 'wp-content/plugins/js_composer/assets/vc/loaders/spinner.svg'),
(2237, 'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white.svg'),
(2238, 'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white_32.svg'),
(2239, 'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo.svg'),
(2240, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-accordion.svg'),
(2241, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-acf.svg'),
(2242, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-button.svg'),
(2243, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-category.svg'),
(2244, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-contact-form-7.svg'),
(2245, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-cta.svg'),
(2246, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-custom-fields.svg'),
(2247, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-doughnut-chart.svg'),
(2248, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-empty-space.svg'),
(2249, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-excerpt.svg'),
(2250, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-facebook.svg'),
(2251, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-faq-toggle.svg'),
(2252, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-flickr.svg'),
(2253, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-fonts.svg'),
(2254, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-maps.svg'),
(2255, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-plus.svg'),
(2256, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gravity-forms.svg'),
(2257, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gutenberg.svg'),
(2258, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-hover-box.svg'),
(2259, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-icon.svg'),
(2260, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-carousel.svg'),
(2261, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-gallery.svg'),
(2262, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-layer-slider.svg'),
(2263, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-line-chart.svg'),
(2264, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-media-grid.svg'),
(2265, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-media-masonry-grid.svg'),
(2266, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-message-box.svg'),
(2267, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-misc.svg'),
(2268, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-my-shortcode.svg'),
(2269, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-ninja-forms.svg'),
(2270, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pageable-container.svg'),
(2271, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pie-chart.svg'),
(2272, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pinterest.svg'),
(2273, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-author.svg'),
(2274, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-date.svg'),
(2275, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-grid.svg'),
(2276, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-masonry-grid.svg'),
(2277, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-title.svg'),
(2278, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider-2.svg'),
(2279, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider.svg'),
(2280, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-progress-bar.svg'),
(2281, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-html.svg'),
(2282, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-js.svg'),
(2283, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-revolution-slider.svg'),
(2284, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-row.svg'),
(2285, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-section.svg'),
(2286, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator-with-text.svg'),
(2287, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator-zig-zag.svg'),
(2288, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator.svg'),
(2289, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-single-image.svg'),
(2290, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tabs.svg'),
(2291, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-text-block.svg'),
(2292, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tour.svg'),
(2293, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-twitter.svg'),
(2294, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-vc-logo.svg'),
(2295, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-video.svg'),
(2296, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-widget-sidebar.svg'),
(2297, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-woo-commerce.svg'),
(2298, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-wordpress.svg'),
(2299, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-wpb-logo.svg'),
(2300, 'wp-content/plugins/js_composer/config/buttons/shortcode-vc-btn.php'),
(2301, 'wp-content/plugins/js_composer/config/buttons/shortcode-vc-cta.php'),
(2302, 'wp-content/plugins/js_composer/config/containers/shortcode-vc-column-inner.php'),
(2303, 'wp-content/plugins/js_composer/config/containers/shortcode-vc-column.php'),
(2304, 'wp-content/plugins/js_composer/config/containers/shortcode-vc-row-inner.php'),
(2305, 'wp-content/plugins/js_composer/config/containers/shortcode-vc-row.php'),
(2306, 'wp-content/plugins/js_composer/config/containers/shortcode-vc-section.php'),
(2307, 'wp-content/plugins/js_composer/config/content/shortcode-vc-column-text.php'),
(2308, 'wp-content/plugins/js_composer/config/content/shortcode-vc-custom-heading.php'),
(2309, 'wp-content/plugins/js_composer/config/content/shortcode-vc-empty-space.php'),
(2310, 'wp-content/plugins/js_composer/config/content/shortcode-vc-flickr.php'),
(2311, 'wp-content/plugins/js_composer/config/content/shortcode-vc-gallery.php'),
(2312, 'wp-content/plugins/js_composer/config/content/shortcode-vc-gmaps.php'),
(2313, 'wp-content/plugins/js_composer/config/content/shortcode-vc-hoverbox.php'),
(2314, 'wp-content/plugins/js_composer/config/content/shortcode-vc-icon.php'),
(2315, 'wp-content/plugins/js_composer/config/content/shortcode-vc-images-carousel.php'),
(2316, 'wp-content/plugins/js_composer/config/content/shortcode-vc-line-chart.php'),
(2317, 'wp-content/plugins/js_composer/config/content/shortcode-vc-message.php'),
(2318, 'wp-content/plugins/js_composer/config/content/shortcode-vc-pie.php'),
(2319, 'wp-content/plugins/js_composer/config/content/shortcode-vc-posts-slider.php'),
(2320, 'wp-content/plugins/js_composer/config/content/shortcode-vc-progress-bar.php'),
(2321, 'wp-content/plugins/js_composer/config/content/shortcode-vc-round-chart.php'),
(2322, 'wp-content/plugins/js_composer/config/content/shortcode-vc-separator.php'),
(2323, 'wp-content/plugins/js_composer/config/content/shortcode-vc-single-image.php'),
(2324, 'wp-content/plugins/js_composer/config/content/shortcode-vc-text-separator.php'),
(2325, 'wp-content/plugins/js_composer/config/content/shortcode-vc-toggle.php'),
(2326, 'wp-content/plugins/js_composer/config/content/shortcode-vc-video.php'),
(2327, 'wp-content/plugins/js_composer/config/content/shortcode-vc-zigzag.php'),
(2328, 'wp-content/plugins/js_composer/config/content/vc-custom-heading-element.php'),
(2329, 'wp-content/plugins/js_composer/config/content/vc-icon-element.php'),
(2330, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion-tab.php'),
(2331, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion.php'),
(2332, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-button.php'),
(2333, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-button2.php'),
(2334, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-carousel.php'),
(2335, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button.php'),
(2336, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button2.php'),
(2337, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-posts-grid.php'),
(2338, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tab.php'),
(2339, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tabs.php'),
(2340, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tour.php'),
(2341, 'wp-content/plugins/js_composer/config/grids/class-vc-grids-common.php'),
(2342, 'wp-content/plugins/js_composer/config/grids/shortcode-vc-basic-grid.php'),
(2343, 'wp-content/plugins/js_composer/config/grids/shortcode-vc-masonry-grid.php'),
(2344, 'wp-content/plugins/js_composer/config/grids/shortcode-vc-masonry-media-grid.php'),
(2345, 'wp-content/plugins/js_composer/config/grids/shortcode-vc-media-grid.php'),
(2346, 'wp-content/plugins/js_composer/config/grids/vc-grids-functions.php'),
(2347, 'wp-content/plugins/js_composer/config/lean-map.php'),
(2348, 'wp-content/plugins/js_composer/config/social/shortcode-vc-facebook.php'),
(2349, 'wp-content/plugins/js_composer/config/social/shortcode-vc-googleplus.php'),
(2350, 'wp-content/plugins/js_composer/config/social/shortcode-vc-pinterest.php'),
(2351, 'wp-content/plugins/js_composer/config/social/shortcode-vc-tweetmeme.php'),
(2352, 'wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-html.php'),
(2353, 'wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-js.php'),
(2354, 'wp-content/plugins/js_composer/config/structure/shortcode-vc-widget-sidebar.php'),
(2355, 'wp-content/plugins/js_composer/config/templates.php'),
(2356, 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-accordion.php'),
(2357, 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-pageable.php'),
(2358, 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-section.php'),
(2359, 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tabs.php'),
(2360, 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tour.php'),
(2361, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-archives.php'),
(2362, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-calendar.php'),
(2363, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-categories.php'),
(2364, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-custommenu.php'),
(2365, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-links.php'),
(2366, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-meta.php'),
(2367, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-pages.php'),
(2368, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-posts.php'),
(2369, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-recentcomments.php'),
(2370, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-rss.php'),
(2371, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-search.php'),
(2372, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-tagcloud.php'),
(2373, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-text.php'),
(2374, 'wp-content/plugins/js_composer/include/autoload/backend-editor-ie.php'),
(2375, 'wp-content/plugins/js_composer/include/autoload/bc-access-rules-4.8.php'),
(2376, 'wp-content/plugins/js_composer/include/autoload/bc-multisite-options.php'),
(2377, 'wp-content/plugins/js_composer/include/autoload/class-vc-settings-presets.php'),
(2378, 'wp-content/plugins/js_composer/include/autoload/class-vc-vendor-presets.php'),
(2379, 'wp-content/plugins/js_composer/include/autoload/frontend-editor-ie.php'),
(2380, 'wp-content/plugins/js_composer/include/autoload/hook-vc-grid.php'),
(2381, 'wp-content/plugins/js_composer/include/autoload/hook-vc-iconpicker-param.php'),
(2382, 'wp-content/plugins/js_composer/include/autoload/hook-vc-message.php'),
(2383, 'wp-content/plugins/js_composer/include/autoload/hook-vc-pie.php'),
(2384, 'wp-content/plugins/js_composer/include/autoload/hook-vc-progress-bar.php'),
(2385, 'wp-content/plugins/js_composer/include/autoload/hook-vc-wp-text.php'),
(2386, 'wp-content/plugins/js_composer/include/autoload/params/hidden.php'),
(2387, 'wp-content/plugins/js_composer/include/autoload/params/vc_grid_item.php'),
(2388, 'wp-content/plugins/js_composer/include/autoload/params-to-init.php'),
(2389, 'wp-content/plugins/js_composer/include/autoload/post-type-default-template.php'),
(2390, 'wp-content/plugins/js_composer/include/autoload/ui-vc-pointers.php'),
(2391, 'wp-content/plugins/js_composer/include/autoload/vc-grid-item-editor.php'),
(2392, 'wp-content/plugins/js_composer/include/autoload/vc-image-filters.php'),
(2393, 'wp-content/plugins/js_composer/include/autoload/vc-pages/automapper.php'),
(2394, 'wp-content/plugins/js_composer/include/autoload/vc-pages/page-custom-css.php'),
(2395, 'wp-content/plugins/js_composer/include/autoload/vc-pages/page-design-options.php'),
(2396, 'wp-content/plugins/js_composer/include/autoload/vc-pages/page-role-manager.php'),
(2397, 'wp-content/plugins/js_composer/include/autoload/vc-pages/pages.php'),
(2398, 'wp-content/plugins/js_composer/include/autoload/vc-pages/settings-tabs.php'),
(2399, 'wp-content/plugins/js_composer/include/autoload/vc-pages/welcome-screen.php'),
(2400, 'wp-content/plugins/js_composer/include/autoload/vc-pointers-backend-editor.php'),
(2401, 'wp-content/plugins/js_composer/include/autoload/vc-pointers-frontend-editor.php'),
(2402, 'wp-content/plugins/js_composer/include/autoload/vc-settings-presets.php'),
(2403, 'wp-content/plugins/js_composer/include/autoload/vc-shortcode-autoloader.php'),
(2404, 'wp-content/plugins/js_composer/include/autoload/vc-single-image.php'),
(2405, 'wp-content/plugins/js_composer/include/autoload/vc-undoredo.php'),
(2406, 'wp-content/plugins/js_composer/include/autoload/vendors/acf.php'),
(2407, 'wp-content/plugins/js_composer/include/autoload/vendors/cf7.php'),
(2408, 'wp-content/plugins/js_composer/include/autoload/vendors/gravity_forms.php'),
(2409, 'wp-content/plugins/js_composer/include/autoload/vendors/gutenberg.php'),
(2410, 'wp-content/plugins/js_composer/include/autoload/vendors/jwplayer.php'),
(2411, 'wp-content/plugins/js_composer/include/autoload/vendors/layerslider.php'),
(2412, 'wp-content/plugins/js_composer/include/autoload/vendors/mqtranslate.php'),
(2413, 'wp-content/plugins/js_composer/include/autoload/vendors/ninja_forms.php'),
(2414, 'wp-content/plugins/js_composer/include/autoload/vendors/qtranslate-x.php'),
(2415, 'wp-content/plugins/js_composer/include/autoload/vendors/qtranslate.php'),
(2416, 'wp-content/plugins/js_composer/include/autoload/vendors/revslider.php'),
(2417, 'wp-content/plugins/js_composer/include/autoload/vendors/shortcode-vc-gutenberg.php'),
(2418, 'wp-content/plugins/js_composer/include/autoload/vendors/woocommerce.php'),
(2419, 'wp-content/plugins/js_composer/include/autoload/vendors/wp_customize.php'),
(2420, 'wp-content/plugins/js_composer/include/autoload/vendors/wpml.php'),
(2421, 'wp-content/plugins/js_composer/include/autoload/vendors/yoast_seo.php'),
(2422, 'wp-content/plugins/js_composer/include/classes/core/access/abstract-class-vc-access.php'),
(2423, 'wp-content/plugins/js_composer/include/classes/core/access/class-vc-current-user-access-controller.php'),
(2424, 'wp-content/plugins/js_composer/include/classes/core/access/class-vc-current-user-access.php'),
(2425, 'wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access-controller.php'),
(2426, 'wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access.php'),
(2427, 'wp-content/plugins/js_composer/include/classes/core/class-vc-base.php'),
(2428, 'wp-content/plugins/js_composer/include/classes/core/class-vc-mapper.php'),
(2429, 'wp-content/plugins/js_composer/include/classes/core/class-vc-page.php'),
(2430, 'wp-content/plugins/js_composer/include/classes/core/class-vc-pages-group.php'),
(2431, 'wp-content/plugins/js_composer/include/classes/core/class-vc-post-admin.php'),
(2432, 'wp-content/plugins/js_composer/include/classes/core/class-vc-shared-library.php'),
(2433, 'wp-content/plugins/js_composer/include/classes/core/class-vc-sort.php'),
(2434, 'wp-content/plugins/js_composer/include/classes/core/class-wpb-map.php'),
(2435, 'wp-content/plugins/js_composer/include/classes/core/interfaces.php'),
(2436, 'wp-content/plugins/js_composer/include/classes/core/shared-templates/class-vc-shared-templates.php'),
(2437, 'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/parsers.php'),
(2438, 'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/plugin.php'),
(2439, 'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/wordpress-importer.php'),
(2440, 'wp-content/plugins/js_composer/include/classes/editors/class-vc-backend-editor.php'),
(2441, 'wp-content/plugins/js_composer/include/classes/editors/class-vc-edit-form-fields.php'),
(2442, 'wp-content/plugins/js_composer/include/classes/editors/class-vc-frontend-editor.php'),
(2443, 'wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar-frontend.php'),
(2444, 'wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar-undoredo.php'),
(2445, 'wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar.php'),
(2446, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-add-element-box.php'),
(2447, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-edit-layout.php'),
(2448, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-post-settings.php'),
(2449, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-preset-panel-editor.php'),
(2450, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-shortcode-edit-form.php'),
(2451, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-templates-panel-editor.php'),
(2452, 'wp-content/plugins/js_composer/include/classes/settings/class-vc-automapper.php'),
(2453, 'wp-content/plugins/js_composer/include/classes/settings/class-vc-license.php'),
(2454, 'wp-content/plugins/js_composer/include/classes/settings/class-vc-roles.php'),
(2455, 'wp-content/plugins/js_composer/include/classes/settings/class-vc-settings.php'),
(2456, 'wp-content/plugins/js_composer/include/classes/shortcodes/example.php'),
(2457, 'wp-content/plugins/js_composer/include/classes/shortcodes/layerslider-vc.php'),
(2458, 'wp-content/plugins/js_composer/include/classes/shortcodes/paginator/class-vc-pageable.php'),
(2459, 'wp-content/plugins/js_composer/include/classes/shortcodes/rev-slider-vc.php'),
(2460, 'wp-content/plugins/js_composer/include/classes/shortcodes/shortcodes.php'),
(2461, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion-tab.php'),
(2462, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion.php'),
(2463, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-basic-grid.php'),
(2464, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-btn.php'),
(2465, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-button.php'),
(2466, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-button2.php'),
(2467, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-carousel.php'),
(2468, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-inner.php'),
(2469, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-text.php'),
(2470, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-column.php'),
(2471, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button.php'),
(2472, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button2.php'),
(2473, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta.php'),
(2474, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-custom-field.php'),
(2475, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-custom-heading.php'),
(2476, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-empty-space.php'),
(2477, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-facebook.php'),
(2478, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-flickr.php'),
(2479, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gallery.php'),
(2480, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-animated-block.php'),
(2481, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-col.php'),
(2482, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-image.php'),
(2483, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-author.php'),
(2484, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-categories.php'),
(2485, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-data.php'),
(2486, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-date.php'),
(2487, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-excerpt.php'),
(2488, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-meta.php'),
(2489, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-title.php'),
(2490, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-row.php'),
(2491, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-a.php'),
(2492, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-b.php'),
(2493, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-c.php'),
(2494, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone.php'),
(2495, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem.php'),
(2496, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gmaps.php'),
(2497, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-googleplus.php'),
(2498, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gutenberg.php'),
(2499, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-hoverbox.php'),
(2500, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-icon.php'),
(2501, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-images-carousel.php'),
(2502, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-line-chart.php'),
(2503, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-grid.php'),
(2504, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-media-grid.php'),
(2505, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-media-grid.php'),
(2506, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-message.php'),
(2507, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-pie.php'),
(2508, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-pinterest.php'),
(2509, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-posts-grid.php'),
(2510, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-posts-slider.php'),
(2511, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-progress-bar.php'),
(2512, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-raw-html.php'),
(2513, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-raw-js.php'),
(2514, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-round-chart.php'),
(2515, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-row-inner.php'),
(2516, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-row.php'),
(2517, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-section.php'),
(2518, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-separator.php'),
(2519, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-single-image.php'),
(2520, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tab.php'),
(2521, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tabs.php'),
(2522, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-text-separator.php'),
(2523, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-toggle.php'),
(2524, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tour.php'),
(2525, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-accordion.php'),
(2526, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-pageable.php'),
(2527, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-section.php'),
(2528, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-tabs.php'),
(2529, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-tour.php'),
(2530, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tweetmeme.php'),
(2531, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-twitter.php'),
(2532, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-video.php'),
(2533, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-widget-sidebar.php'),
(2534, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-zigzag.php'),
(2535, 'wp-content/plugins/js_composer/include/classes/shortcodes/wordpress-widgets.php'),
(2536, 'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updater.php'),
(2537, 'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updating-manager.php'),
(2538, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-acf-shortcode.php'),
(2539, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-gitem-acf-shortcode.php'),
(2540, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-attributes.php'),
(2541, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-shortcodes.php'),
(2542, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/shortcode.php'),
(2543, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-advanced-custom-fields.php'),
(2544, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-contact-form7.php'),
(2545, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-jwplayer.php'),
(2546, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-layerslider.php'),
(2547, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-mqtranslate.php'),
(2548, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-ninja-forms.php'),
(2549, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-qtranslate-x.php'),
(2550, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-qtranslate.php'),
(2551, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-revslider.php'),
(2552, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php'),
(2553, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-wpml.php'),
(2554, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-yoast_seo.php'),
(2555, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/class-vc-gitem-woocommerce-shortcode.php'),
(2556, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-attributes.php'),
(2557, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-filters.php'),
(2558, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-shortcodes.php'),
(2559, 'wp-content/plugins/js_composer/include/helpers/class-vc-color-helper.php'),
(2560, 'wp-content/plugins/js_composer/include/helpers/filters.php'),
(2561, 'wp-content/plugins/js_composer/include/helpers/helpers.php'),
(2562, 'wp-content/plugins/js_composer/include/helpers/helpers_api.php'),
(2563, 'wp-content/plugins/js_composer/include/helpers/helpers_deprecated.php'),
(2564, 'wp-content/plugins/js_composer/include/helpers/helpers_factory.php'),
(2565, 'wp-content/plugins/js_composer/include/params/animation_style/animation_style.php'),
(2566, 'wp-content/plugins/js_composer/include/params/autocomplete/autocomplete.php'),
(2567, 'wp-content/plugins/js_composer/include/params/colorpicker/colorpicker.php'),
(2568, 'wp-content/plugins/js_composer/include/params/column_offset/column_offset.php'),
(2569, 'wp-content/plugins/js_composer/include/params/css_editor/css_editor.php'),
(2570, 'wp-content/plugins/js_composer/include/params/custom_markup/custom_markup.php'),
(2571, 'wp-content/plugins/js_composer/include/params/default_params.php'),
(2572, 'wp-content/plugins/js_composer/include/params/el_id/el_id.php'),
(2573, 'wp-content/plugins/js_composer/include/params/font_container/font_container.php'),
(2574, 'wp-content/plugins/js_composer/include/params/google_fonts/google_fonts.php'),
(2575, 'wp-content/plugins/js_composer/include/params/gutenberg/class-gutenberg-param.php'),
(2576, 'wp-content/plugins/js_composer/include/params/gutenberg/gutenberg.php'),
(2577, 'wp-content/plugins/js_composer/include/params/hidden/hidden.php'),
(2578, 'wp-content/plugins/js_composer/include/params/href/href.php'),
(2579, 'wp-content/plugins/js_composer/include/params/iconpicker/iconpicker.php'),
(2580, 'wp-content/plugins/js_composer/include/params/load.php'),
(2581, 'wp-content/plugins/js_composer/include/params/loop/loop.php'),
(2582, 'wp-content/plugins/js_composer/include/params/options/options.php'),
(2583, 'wp-content/plugins/js_composer/include/params/param_group/param_group.php'),
(2584, 'wp-content/plugins/js_composer/include/params/params.php'),
(2585, 'wp-content/plugins/js_composer/include/params/params_preset/params_preset.php'),
(2586, 'wp-content/plugins/js_composer/include/params/sorted_list/sorted_list.php'),
(2587, 'wp-content/plugins/js_composer/include/params/tab_id/tab_id.php'),
(2588, 'wp-content/plugins/js_composer/include/params/textarea_html/textarea_html.php'),
(2589, 'wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_element.php'),
(2590, 'wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_id/vc_grid_id.php'),
(2591, 'wp-content/plugins/js_composer/include/params/vc_grid_item/attributes.php'),
(2592, 'wp-content/plugins/js_composer/include/params/vc_grid_item/class-vc-grid-item.php'),
(2593, 'wp-content/plugins/js_composer/include/params/vc_grid_item/class-wpb-map-grid-item.php'),
(2594, 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-editor.php'),
(2595, 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-preview.php'),
(2596, 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/navbar/class-vc-navbar-grid-item.php'),
(2597, 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-add-element-box-grid-item.php'),
(2598, 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-templates-editor-grid-item.php'),
(2599, 'wp-content/plugins/js_composer/include/params/vc_grid_item/shortcodes.php'),
(2600, 'wp-content/plugins/js_composer/include/params/vc_grid_item/templates.php'),
(2601, 'wp-content/plugins/js_composer/include/params/vc_link/vc_link.php'),
(2602, 'wp-content/plugins/js_composer/include/templates/editors/backend_editor.tpl.php'),
(2603, 'wp-content/plugins/js_composer/include/templates/editors/frontend_editor.tpl.php'),
(2604, 'wp-content/plugins/js_composer/include/templates/editors/frontend_template.tpl.php'),
(2605, 'wp-content/plugins/js_composer/include/templates/editors/navbar/navbar.tpl.php'),
(2606, 'wp-content/plugins/js_composer/include/templates/editors/partials/access-manager-js.tpl.php'),
(2607, 'wp-content/plugins/js_composer/include/templates/editors/partials/add_element_search.tpl.php'),
(2608, 'wp-content/plugins/js_composer/include/templates/editors/partials/add_element_tabs.tpl.php'),
(2609, 'wp-content/plugins/js_composer/include/templates/editors/partials/backend-shortcodes-templates.tpl.php'),
(2610, 'wp-content/plugins/js_composer/include/templates/editors/partials/backend_controls.tpl.php'),
(2611, 'wp-content/plugins/js_composer/include/templates/editors/partials/backend_controls_tab.tpl.php'),
(2612, 'wp-content/plugins/js_composer/include/templates/editors/partials/backend_editor_footer.tpl.php'),
(2613, 'wp-content/plugins/js_composer/include/templates/editors/partials/frontend_controls.tpl.php'),
(2614, 'wp-content/plugins/js_composer/include/templates/editors/partials/post_shortcodes.tpl.php'),
(2615, 'wp-content/plugins/js_composer/include/templates/editors/partials/prompt-presets.tpl.php'),
(2616, 'wp-content/plugins/js_composer/include/templates/editors/partials/prompt-templates.tpl.php'),
(2617, 'wp-content/plugins/js_composer/include/templates/editors/partials/settings_presets_popup.tpl.php'),
(2618, 'wp-content/plugins/js_composer/include/templates/editors/partials/templates_search.tpl.php'),
(2619, 'wp-content/plugins/js_composer/include/templates/editors/partials/vc_settings-image-block.tpl.php'),
(2620, 'wp-content/plugins/js_composer/include/templates/editors/partials/vc_ui-settings-dropdown.tpl.php'),
(2621, 'wp-content/plugins/js_composer/include/templates/editors/partials/vc_ui-templates-tabs.tpl.php'),
(2622, 'wp-content/plugins/js_composer/include/templates/editors/partials/vc_welcome_block.tpl.php'),
(2623, 'wp-content/plugins/js_composer/include/templates/editors/popups/modal_edit_element.tpl.php'),
(2624, 'wp-content/plugins/js_composer/include/templates/editors/popups/panel_multi_shortcode_edit_form.tpl.php'),
(2625, 'wp-content/plugins/js_composer/include/templates/editors/popups/panel_shortcode_edit_form.tpl.php'),
(2626, 'wp-content/plugins/js_composer/include/templates/editors/popups/shared-templates/category.tpl.php'),
(2627, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-footer.tpl.php'),
(2628, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-header.tpl.php'),
(2629, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-add-element.tpl.php'),
(2630, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-edit-element.tpl.php'),
(2631, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-post-settings.tpl.php'),
(2632, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-preset.tpl.php'),
(2633, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-row-layout.tpl.php'),
(2634, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-templates.tpl.php'),
(2635, 'wp-content/plugins/js_composer/include/templates/editors/vc_ui-template-preview.tpl.php'),
(2636, 'wp-content/plugins/js_composer/include/templates/pages/partials/_settings_tabs.php'),
(2637, 'wp-content/plugins/js_composer/include/templates/pages/partials/_tabs.php'),
(2638, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_backend_editor.tpl.php'),
(2639, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_dragndrop.tpl.php'),
(2640, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_frontend_editor.tpl.php'),
(2641, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_grid_builder.tpl.php'),
(2642, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_part.tpl.php'),
(2643, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_settings.tpl.php'),
(2644, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_types.tpl.php'),
(2645, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_presets.tpl.php'),
(2646, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_settings.tpl.php'),
(2647, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_shortcodes.tpl.php'),
(2648, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_templates.tpl.php'),
(2649, 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/default-template-post-type.tpl.php'),
(2650, 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/index.php'),
(2651, 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/tab-vc-roles.php'),
(2652, 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/tab.php'),
(2653, 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/vc-automapper.php'),
(2654, 'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/index.php'),
(2655, 'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php'),
(2656, 'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php'),
(2657, 'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-welcome.php'),
(2658, 'wp-content/plugins/js_composer/include/templates/params/column_offset/template.tpl.php'),
(2659, 'wp-content/plugins/js_composer/include/templates/params/google_fonts/template.php'),
(2660, 'wp-content/plugins/js_composer/include/templates/params/loop/templates.html'),
(2661, 'wp-content/plugins/js_composer/include/templates/params/options/templates.html'),
(2662, 'wp-content/plugins/js_composer/include/templates/params/param_group/add.tpl.php'),
(2663, 'wp-content/plugins/js_composer/include/templates/params/param_group/content.tpl.php'),
(2664, 'wp-content/plugins/js_composer/include/templates/params/param_group/inner_content.tpl.php'),
(2665, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/featured_image.php'),
(2666, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/post_categories.php'),
(2667, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/vc_btn.php'),
(2668, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/partials/vc_grid_item_editor_footer.tpl.php'),
(2669, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_grid_item_editor.tpl.php'),
(2670, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_ui-template-preview.tpl.php'),
(2671, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/preview.tpl.php'),
(2672, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_btn.php'),
(2673, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_button2.php'),
(2674, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_custom_heading.php'),
(2675, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_icon.php'),
(2676, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_single_image.php'),
(2677, 'wp-content/plugins/js_composer/include/templates/shortcodes/layerslider_vc.php'),
(2678, 'wp-content/plugins/js_composer/include/templates/shortcodes/post_block/_item.php'),
(2679, 'wp-content/plugins/js_composer/include/templates/shortcodes/rev_slider_vc.php'),
(2680, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion.php'),
(2681, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion_tab.php'),
(2682, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid.php'),
(2683, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid_filter.php'),
(2684, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_btn.php'),
(2685, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_button.php'),
(2686, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_button2.php'),
(2687, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_carousel.php'),
(2688, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_column.php'),
(2689, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_column_inner.php'),
(2690, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_column_text.php'),
(2691, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta.php'),
(2692, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta_button.php'),
(2693, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta_button2.php'),
(2694, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_custom_field.php'),
(2695, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_custom_heading.php'),
(2696, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_empty_space.php'),
(2697, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_facebook.php'),
(2698, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_flickr.php'),
(2699, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gallery.php'),
(2700, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`) VALUES
(2701, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_animated_block.php'),
(2702, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_block.php'),
(2703, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_col.php'),
(2704, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_image.php'),
(2705, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_author.php'),
(2706, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_categories.php'),
(2707, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_data.php'),
(2708, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_meta.php'),
(2709, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_row.php'),
(2710, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone.php'),
(2711, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone_c.php'),
(2712, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gmaps.php'),
(2713, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_googleplus.php'),
(2714, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gutenberg.php'),
(2715, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_hoverbox.php'),
(2716, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_icon.php'),
(2717, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_images_carousel.php'),
(2718, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_item.php'),
(2719, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_items.php'),
(2720, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_line_chart.php'),
(2721, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_message.php'),
(2722, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_pie.php'),
(2723, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_pinterest.php'),
(2724, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_posts_grid.php'),
(2725, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_posts_slider.php'),
(2726, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_progress_bar.php'),
(2727, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_raw_html.php'),
(2728, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_round_chart.php'),
(2729, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_row.php'),
(2730, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_row_inner.php'),
(2731, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_section.php'),
(2732, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_separator.php'),
(2733, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_single_image.php'),
(2734, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tab.php'),
(2735, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tabs.php'),
(2736, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_text_separator.php'),
(2737, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_toggle.php'),
(2738, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_global.php'),
(2739, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_pageable_section.php'),
(2740, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_section.php'),
(2741, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tweetmeme.php'),
(2742, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_video.php'),
(2743, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_widget_sidebar.php'),
(2744, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_archives.php'),
(2745, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_calendar.php'),
(2746, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_categories.php'),
(2747, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_custommenu.php'),
(2748, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_links.php'),
(2749, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_meta.php'),
(2750, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_pages.php'),
(2751, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_posts.php'),
(2752, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_recentcomments.php'),
(2753, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_rss.php'),
(2754, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_search.php'),
(2755, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_tagcloud.php'),
(2756, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_text.php'),
(2757, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_zigzag.php'),
(2758, 'wp-content/plugins/js_composer/include/templates/teaser.html.php'),
(2759, 'wp-content/plugins/js_composer/index.php'),
(2760, 'wp-content/plugins/js_composer/js_composer.php'),
(2761, 'wp-content/plugins/js_composer/vc_classmap.json.php'),
(2762, 'wp-content/plugins/js_composer/vendor/mmihey/PHP-Instagram-effects/src/Image/Filter.php'),
(2763, 'wp-content/plugins/loco-translate/languages/loco-translate.pot'),
(2764, 'wp-content/plugins/loco-translate/lib/compiled/README.md'),
(2765, 'wp-content/plugins/loco-translate/lib/compiled/gettext.php'),
(2766, 'wp-content/plugins/loco-translate/lib/compiled/locales.php'),
(2767, 'wp-content/plugins/loco-translate/lib/compiled/phpunit.php'),
(2768, 'wp-content/plugins/loco-translate/lib/data/languages.php'),
(2769, 'wp-content/plugins/loco-translate/lib/data/locales.php'),
(2770, 'wp-content/plugins/loco-translate/lib/data/plurals.php'),
(2771, 'wp-content/plugins/loco-translate/lib/data/regions.php'),
(2772, 'wp-content/plugins/loco-translate/loco.php'),
(2773, 'wp-content/plugins/loco-translate/loco.xml'),
(2774, 'wp-content/plugins/loco-translate/pub/css/admin.css'),
(2775, 'wp-content/plugins/loco-translate/pub/css/bundle.css'),
(2776, 'wp-content/plugins/loco-translate/pub/css/config.css'),
(2777, 'wp-content/plugins/loco-translate/pub/css/editor.css'),
(2778, 'wp-content/plugins/loco-translate/pub/css/fileinfo.css'),
(2779, 'wp-content/plugins/loco-translate/pub/css/locale.css'),
(2780, 'wp-content/plugins/loco-translate/pub/css/podiff.css'),
(2781, 'wp-content/plugins/loco-translate/pub/css/poinit.css'),
(2782, 'wp-content/plugins/loco-translate/pub/css/poview.css'),
(2783, 'wp-content/plugins/loco-translate/pub/css/skins/blue.css'),
(2784, 'wp-content/plugins/loco-translate/pub/css/skins/coffee.css'),
(2785, 'wp-content/plugins/loco-translate/pub/css/skins/ectoplasm.css'),
(2786, 'wp-content/plugins/loco-translate/pub/css/skins/light.css'),
(2787, 'wp-content/plugins/loco-translate/pub/css/skins/midnight.css'),
(2788, 'wp-content/plugins/loco-translate/pub/css/skins/ocean.css'),
(2789, 'wp-content/plugins/loco-translate/pub/css/skins/sunrise.css'),
(2790, 'wp-content/plugins/loco-translate/pub/font/loco.eot'),
(2791, 'wp-content/plugins/loco-translate/pub/font/loco.svg'),
(2792, 'wp-content/plugins/loco-translate/pub/font/loco.ttf'),
(2793, 'wp-content/plugins/loco-translate/pub/font/loco.woff'),
(2794, 'wp-content/plugins/loco-translate/pub/img/flags.png'),
(2795, 'wp-content/plugins/loco-translate/pub/img/logo-foot.gif'),
(2796, 'wp-content/plugins/loco-translate/pub/img/skins/blue/spin-primary-button.gif'),
(2797, 'wp-content/plugins/loco-translate/pub/img/skins/coffee/spin-primary-button.gif'),
(2798, 'wp-content/plugins/loco-translate/pub/img/skins/ectoplasm/spin-primary-button.gif'),
(2799, 'wp-content/plugins/loco-translate/pub/img/skins/fresh/spin-primary-button.gif'),
(2800, 'wp-content/plugins/loco-translate/pub/img/skins/light/spin-primary-button.gif'),
(2801, 'wp-content/plugins/loco-translate/pub/img/skins/midnight/spin-primary-button.gif'),
(2802, 'wp-content/plugins/loco-translate/pub/img/skins/ocean/spin-primary-button.gif'),
(2803, 'wp-content/plugins/loco-translate/pub/img/skins/sunrise/spin-primary-button.gif'),
(2804, 'wp-content/plugins/loco-translate/pub/img/spin-editor-button.gif'),
(2805, 'wp-content/plugins/loco-translate/pub/img/spin-modal.gif'),
(2806, 'wp-content/plugins/loco-translate/pub/img/wg/splitx.png'),
(2807, 'wp-content/plugins/loco-translate/pub/img/wg/splity.png'),
(2808, 'wp-content/plugins/loco-translate/pub/js/config.js'),
(2809, 'wp-content/plugins/loco-translate/pub/js/debug.js'),
(2810, 'wp-content/plugins/loco-translate/pub/js/delete.js'),
(2811, 'wp-content/plugins/loco-translate/pub/js/editor.js'),
(2812, 'wp-content/plugins/loco-translate/pub/js/min/admin.js'),
(2813, 'wp-content/plugins/loco-translate/pub/js/move.js'),
(2814, 'wp-content/plugins/loco-translate/pub/js/podiff.js'),
(2815, 'wp-content/plugins/loco-translate/pub/js/poinit.js'),
(2816, 'wp-content/plugins/loco-translate/pub/js/potinit.js'),
(2817, 'wp-content/plugins/loco-translate/pub/js/poview.js'),
(2818, 'wp-content/plugins/loco-translate/pub/js/setup.js'),
(2819, 'wp-content/plugins/loco-translate/readme.txt'),
(2820, 'wp-content/plugins/loco-translate/src/Locale.php'),
(2821, 'wp-content/plugins/loco-translate/src/admin/DebugController.php'),
(2822, 'wp-content/plugins/loco-translate/src/admin/ErrorController.php'),
(2823, 'wp-content/plugins/loco-translate/src/admin/Navigation.php'),
(2824, 'wp-content/plugins/loco-translate/src/admin/RedirectController.php'),
(2825, 'wp-content/plugins/loco-translate/src/admin/RootController.php'),
(2826, 'wp-content/plugins/loco-translate/src/admin/bundle/BaseController.php'),
(2827, 'wp-content/plugins/loco-translate/src/admin/bundle/ConfController.php'),
(2828, 'wp-content/plugins/loco-translate/src/admin/bundle/DebugController.php'),
(2829, 'wp-content/plugins/loco-translate/src/admin/bundle/LocaleController.php'),
(2830, 'wp-content/plugins/loco-translate/src/admin/bundle/SetupController.php'),
(2831, 'wp-content/plugins/loco-translate/src/admin/bundle/ViewController.php'),
(2832, 'wp-content/plugins/loco-translate/src/admin/config/BaseController.php'),
(2833, 'wp-content/plugins/loco-translate/src/admin/config/DebugController.php'),
(2834, 'wp-content/plugins/loco-translate/src/admin/config/PrefsController.php'),
(2835, 'wp-content/plugins/loco-translate/src/admin/config/SettingsController.php'),
(2836, 'wp-content/plugins/loco-translate/src/admin/config/VersionController.php'),
(2837, 'wp-content/plugins/loco-translate/src/admin/file/BaseController.php'),
(2838, 'wp-content/plugins/loco-translate/src/admin/file/DeleteController.php'),
(2839, 'wp-content/plugins/loco-translate/src/admin/file/DiffController.php'),
(2840, 'wp-content/plugins/loco-translate/src/admin/file/EditController.php'),
(2841, 'wp-content/plugins/loco-translate/src/admin/file/InfoController.php'),
(2842, 'wp-content/plugins/loco-translate/src/admin/file/MoveController.php'),
(2843, 'wp-content/plugins/loco-translate/src/admin/file/ViewController.php'),
(2844, 'wp-content/plugins/loco-translate/src/admin/init/BaseController.php'),
(2845, 'wp-content/plugins/loco-translate/src/admin/init/InitPoController.php'),
(2846, 'wp-content/plugins/loco-translate/src/admin/init/InitPotController.php'),
(2847, 'wp-content/plugins/loco-translate/src/admin/list/BaseController.php'),
(2848, 'wp-content/plugins/loco-translate/src/admin/list/CoreController.php'),
(2849, 'wp-content/plugins/loco-translate/src/admin/list/LocalesController.php'),
(2850, 'wp-content/plugins/loco-translate/src/admin/list/PluginsController.php'),
(2851, 'wp-content/plugins/loco-translate/src/admin/list/ThemesController.php'),
(2852, 'wp-content/plugins/loco-translate/src/ajax/DiffController.php'),
(2853, 'wp-content/plugins/loco-translate/src/ajax/DownloadConfController.php'),
(2854, 'wp-content/plugins/loco-translate/src/ajax/DownloadController.php'),
(2855, 'wp-content/plugins/loco-translate/src/ajax/FsConnectController.php'),
(2856, 'wp-content/plugins/loco-translate/src/ajax/FsReferenceController.php'),
(2857, 'wp-content/plugins/loco-translate/src/ajax/MsginitController.php'),
(2858, 'wp-content/plugins/loco-translate/src/ajax/PingController.php'),
(2859, 'wp-content/plugins/loco-translate/src/ajax/SaveController.php'),
(2860, 'wp-content/plugins/loco-translate/src/ajax/SyncController.php'),
(2861, 'wp-content/plugins/loco-translate/src/ajax/XgettextController.php'),
(2862, 'wp-content/plugins/loco-translate/src/ajax/common/BundleController.php'),
(2863, 'wp-content/plugins/loco-translate/src/api/WordPressFileSystem.php'),
(2864, 'wp-content/plugins/loco-translate/src/api/WordPressTranslations.php'),
(2865, 'wp-content/plugins/loco-translate/src/compat/CtypeExtension.php'),
(2866, 'wp-content/plugins/loco-translate/src/compat/Failure.php'),
(2867, 'wp-content/plugins/loco-translate/src/compat/JsonExtension.php'),
(2868, 'wp-content/plugins/loco-translate/src/compat/JsonSerializable.php'),
(2869, 'wp-content/plugins/loco-translate/src/compat/MbstringExtension.php'),
(2870, 'wp-content/plugins/loco-translate/src/compat/PosixExtension.php'),
(2871, 'wp-content/plugins/loco-translate/src/compat/TokenizerExtension.php'),
(2872, 'wp-content/plugins/loco-translate/src/config/ArrayModel.php'),
(2873, 'wp-content/plugins/loco-translate/src/config/BundleReader.php'),
(2874, 'wp-content/plugins/loco-translate/src/config/BundleWriter.php'),
(2875, 'wp-content/plugins/loco-translate/src/config/CustomSaved.php'),
(2876, 'wp-content/plugins/loco-translate/src/config/FormModel.php'),
(2877, 'wp-content/plugins/loco-translate/src/config/Model.php'),
(2878, 'wp-content/plugins/loco-translate/src/config/XMLModel.php'),
(2879, 'wp-content/plugins/loco-translate/src/data/CompiledData.php'),
(2880, 'wp-content/plugins/loco-translate/src/data/Cookie.php'),
(2881, 'wp-content/plugins/loco-translate/src/data/Option.php'),
(2882, 'wp-content/plugins/loco-translate/src/data/Permissions.php'),
(2883, 'wp-content/plugins/loco-translate/src/data/Preferences.php'),
(2884, 'wp-content/plugins/loco-translate/src/data/RecentItems.php'),
(2885, 'wp-content/plugins/loco-translate/src/data/Serializable.php'),
(2886, 'wp-content/plugins/loco-translate/src/data/Session.php'),
(2887, 'wp-content/plugins/loco-translate/src/data/Settings.php'),
(2888, 'wp-content/plugins/loco-translate/src/data/Transient.php'),
(2889, 'wp-content/plugins/loco-translate/src/data/Upload.php'),
(2890, 'wp-content/plugins/loco-translate/src/error/AdminNotices.php'),
(2891, 'wp-content/plugins/loco-translate/src/error/Debug.php'),
(2892, 'wp-content/plugins/loco-translate/src/error/Exception.php'),
(2893, 'wp-content/plugins/loco-translate/src/error/LocaleException.php'),
(2894, 'wp-content/plugins/loco-translate/src/error/Notice.php'),
(2895, 'wp-content/plugins/loco-translate/src/error/ParseException.php'),
(2896, 'wp-content/plugins/loco-translate/src/error/Success.php'),
(2897, 'wp-content/plugins/loco-translate/src/error/UploadException.php'),
(2898, 'wp-content/plugins/loco-translate/src/error/Warning.php'),
(2899, 'wp-content/plugins/loco-translate/src/error/WriteException.php'),
(2900, 'wp-content/plugins/loco-translate/src/error/XmlParseException.php'),
(2901, 'wp-content/plugins/loco-translate/src/fs/Directory.php'),
(2902, 'wp-content/plugins/loco-translate/src/fs/DummyFile.php'),
(2903, 'wp-content/plugins/loco-translate/src/fs/File.php'),
(2904, 'wp-content/plugins/loco-translate/src/fs/FileFinder.php'),
(2905, 'wp-content/plugins/loco-translate/src/fs/FileList.php'),
(2906, 'wp-content/plugins/loco-translate/src/fs/FileListInterface.php'),
(2907, 'wp-content/plugins/loco-translate/src/fs/FileMode.php'),
(2908, 'wp-content/plugins/loco-translate/src/fs/FileWriter.php'),
(2909, 'wp-content/plugins/loco-translate/src/fs/Link.php'),
(2910, 'wp-content/plugins/loco-translate/src/fs/LocaleDirectory.php'),
(2911, 'wp-content/plugins/loco-translate/src/fs/LocaleFile.php'),
(2912, 'wp-content/plugins/loco-translate/src/fs/LocaleFileList.php'),
(2913, 'wp-content/plugins/loco-translate/src/fs/Locations.php'),
(2914, 'wp-content/plugins/loco-translate/src/fs/Revisions.php'),
(2915, 'wp-content/plugins/loco-translate/src/fs/Siblings.php'),
(2916, 'wp-content/plugins/loco-translate/src/gettext/Data.php'),
(2917, 'wp-content/plugins/loco-translate/src/gettext/Extraction.php'),
(2918, 'wp-content/plugins/loco-translate/src/gettext/Metadata.php'),
(2919, 'wp-content/plugins/loco-translate/src/gettext/SearchPaths.php'),
(2920, 'wp-content/plugins/loco-translate/src/gettext/WordCount.php'),
(2921, 'wp-content/plugins/loco-translate/src/hooks/AdminHooks.php'),
(2922, 'wp-content/plugins/loco-translate/src/hooks/Hookable.php'),
(2923, 'wp-content/plugins/loco-translate/src/hooks/LoadHelper.php'),
(2924, 'wp-content/plugins/loco-translate/src/hooks/TranslateBuffer.php'),
(2925, 'wp-content/plugins/loco-translate/src/js/Strings.php'),
(2926, 'wp-content/plugins/loco-translate/src/mvc/AdminController.php'),
(2927, 'wp-content/plugins/loco-translate/src/mvc/AdminRouter.php'),
(2928, 'wp-content/plugins/loco-translate/src/mvc/AjaxController.php'),
(2929, 'wp-content/plugins/loco-translate/src/mvc/AjaxRouter.php'),
(2930, 'wp-content/plugins/loco-translate/src/mvc/Controller.php'),
(2931, 'wp-content/plugins/loco-translate/src/mvc/FileParams.php'),
(2932, 'wp-content/plugins/loco-translate/src/mvc/HiddenFields.php'),
(2933, 'wp-content/plugins/loco-translate/src/mvc/PostParams.php'),
(2934, 'wp-content/plugins/loco-translate/src/mvc/View.php'),
(2935, 'wp-content/plugins/loco-translate/src/mvc/ViewParams.php'),
(2936, 'wp-content/plugins/loco-translate/src/output/Buffer.php'),
(2937, 'wp-content/plugins/loco-translate/src/output/DiffRenderer.php'),
(2938, 'wp-content/plugins/loco-translate/src/package/Bundle.php'),
(2939, 'wp-content/plugins/loco-translate/src/package/Core.php'),
(2940, 'wp-content/plugins/loco-translate/src/package/Debugger.php'),
(2941, 'wp-content/plugins/loco-translate/src/package/Header.php'),
(2942, 'wp-content/plugins/loco-translate/src/package/Inverter.php'),
(2943, 'wp-content/plugins/loco-translate/src/package/Listener.php'),
(2944, 'wp-content/plugins/loco-translate/src/package/Locale.php'),
(2945, 'wp-content/plugins/loco-translate/src/package/Plugin.php'),
(2946, 'wp-content/plugins/loco-translate/src/package/Project.php'),
(2947, 'wp-content/plugins/loco-translate/src/package/TextDomain.php'),
(2948, 'wp-content/plugins/loco-translate/src/package/Theme.php'),
(2949, 'wp-content/plugins/loco-translate/src/test/DummyFtpConnect.php'),
(2950, 'wp-content/plugins/loco-translate/src/test/RecursiveException.php'),
(2951, 'wp-content/plugins/loco-translate/src/test/TestCase.php'),
(2952, 'wp-content/plugins/loco-translate/src/test/TestFilters.php'),
(2953, 'wp-content/plugins/loco-translate/src/test/TransientObject.php'),
(2954, 'wp-content/plugins/loco-translate/src/test/WordPressTestCase.php'),
(2955, 'wp-content/plugins/loco-translate/tpl/admin/bundle/alias.php'),
(2956, 'wp-content/plugins/loco-translate/tpl/admin/bundle/conf.php'),
(2957, 'wp-content/plugins/loco-translate/tpl/admin/bundle/debug.php'),
(2958, 'wp-content/plugins/loco-translate/tpl/admin/bundle/inc-po-links.php'),
(2959, 'wp-content/plugins/loco-translate/tpl/admin/bundle/inc-po-table.php'),
(2960, 'wp-content/plugins/loco-translate/tpl/admin/bundle/locale.php'),
(2961, 'wp-content/plugins/loco-translate/tpl/admin/bundle/setup/author.php'),
(2962, 'wp-content/plugins/loco-translate/tpl/admin/bundle/setup/conf.php'),
(2963, 'wp-content/plugins/loco-translate/tpl/admin/bundle/setup/core.php'),
(2964, 'wp-content/plugins/loco-translate/tpl/admin/bundle/setup/inc-nav.php'),
(2965, 'wp-content/plugins/loco-translate/tpl/admin/bundle/setup/meta.php'),
(2966, 'wp-content/plugins/loco-translate/tpl/admin/bundle/setup/none.php'),
(2967, 'wp-content/plugins/loco-translate/tpl/admin/bundle/setup/partial.php'),
(2968, 'wp-content/plugins/loco-translate/tpl/admin/bundle/setup/saved.php'),
(2969, 'wp-content/plugins/loco-translate/tpl/admin/bundle/setup.php'),
(2970, 'wp-content/plugins/loco-translate/tpl/admin/bundle/view.php'),
(2971, 'wp-content/plugins/loco-translate/tpl/admin/common/inc-fsconn.php'),
(2972, 'wp-content/plugins/loco-translate/tpl/admin/common/inc-po-header.php'),
(2973, 'wp-content/plugins/loco-translate/tpl/admin/common/inc-table-filter.php'),
(2974, 'wp-content/plugins/loco-translate/tpl/admin/config/debug.php'),
(2975, 'wp-content/plugins/loco-translate/tpl/admin/config/prefs.php'),
(2976, 'wp-content/plugins/loco-translate/tpl/admin/config/settings.php'),
(2977, 'wp-content/plugins/loco-translate/tpl/admin/config/version.php'),
(2978, 'wp-content/plugins/loco-translate/tpl/admin/debug.php'),
(2979, 'wp-content/plugins/loco-translate/tpl/admin/errors/file-isdir.php'),
(2980, 'wp-content/plugins/loco-translate/tpl/admin/errors/file-missing.php'),
(2981, 'wp-content/plugins/loco-translate/tpl/admin/errors/file-sec.php'),
(2982, 'wp-content/plugins/loco-translate/tpl/admin/errors/generic.php'),
(2983, 'wp-content/plugins/loco-translate/tpl/admin/errors/no-backups.php'),
(2984, 'wp-content/plugins/loco-translate/tpl/admin/errors/no-locale.php'),
(2985, 'wp-content/plugins/loco-translate/tpl/admin/errors/no-tokenizer.php'),
(2986, 'wp-content/plugins/loco-translate/tpl/admin/file/delete.php'),
(2987, 'wp-content/plugins/loco-translate/tpl/admin/file/diff.php'),
(2988, 'wp-content/plugins/loco-translate/tpl/admin/file/edit-po.php'),
(2989, 'wp-content/plugins/loco-translate/tpl/admin/file/edit-pot.php'),
(2990, 'wp-content/plugins/loco-translate/tpl/admin/file/editor.php'),
(2991, 'wp-content/plugins/loco-translate/tpl/admin/file/info-mo.php'),
(2992, 'wp-content/plugins/loco-translate/tpl/admin/file/info-other.php'),
(2993, 'wp-content/plugins/loco-translate/tpl/admin/file/info-po.php'),
(2994, 'wp-content/plugins/loco-translate/tpl/admin/file/info-pot.php'),
(2995, 'wp-content/plugins/loco-translate/tpl/admin/file/info.php'),
(2996, 'wp-content/plugins/loco-translate/tpl/admin/file/move-po.php'),
(2997, 'wp-content/plugins/loco-translate/tpl/admin/file/move-pot.php'),
(2998, 'wp-content/plugins/loco-translate/tpl/admin/file/move.php'),
(2999, 'wp-content/plugins/loco-translate/tpl/admin/file/msgcat.php'),
(3000, 'wp-content/plugins/loco-translate/tpl/admin/file/view-mo.php'),
(3001, 'wp-content/plugins/loco-translate/tpl/admin/file/view-po.php'),
(3002, 'wp-content/plugins/loco-translate/tpl/admin/file/view-pot.php'),
(3003, 'wp-content/plugins/loco-translate/tpl/admin/file/view.php'),
(3004, 'wp-content/plugins/loco-translate/tpl/admin/help/side-bar.php'),
(3005, 'wp-content/plugins/loco-translate/tpl/admin/help/tab-bundle-conf.php'),
(3006, 'wp-content/plugins/loco-translate/tpl/admin/help/tab-bundle-setup.php'),
(3007, 'wp-content/plugins/loco-translate/tpl/admin/help/tab-bundle-view.php'),
(3008, 'wp-content/plugins/loco-translate/tpl/admin/help/tab-file-edit.php'),
(3009, 'wp-content/plugins/loco-translate/tpl/admin/help/tab-file-info.php'),
(3010, 'wp-content/plugins/loco-translate/tpl/admin/help/tab-file-view.php'),
(3011, 'wp-content/plugins/loco-translate/tpl/admin/help/tab-home.php'),
(3012, 'wp-content/plugins/loco-translate/tpl/admin/help/tab-init-po.php'),
(3013, 'wp-content/plugins/loco-translate/tpl/admin/help/tab-init-pot.php'),
(3014, 'wp-content/plugins/loco-translate/tpl/admin/help/tab-list-bundles.php'),
(3015, 'wp-content/plugins/loco-translate/tpl/admin/help/tab-list-locales.php'),
(3016, 'wp-content/plugins/loco-translate/tpl/admin/help/tab-locale-view.php'),
(3017, 'wp-content/plugins/loco-translate/tpl/admin/help/tab-settings.php'),
(3018, 'wp-content/plugins/loco-translate/tpl/admin/help/tab-support.php'),
(3019, 'wp-content/plugins/loco-translate/tpl/admin/init/init-po.php'),
(3020, 'wp-content/plugins/loco-translate/tpl/admin/init/init-pot.php'),
(3021, 'wp-content/plugins/loco-translate/tpl/admin/init/init-prompt.php'),
(3022, 'wp-content/plugins/loco-translate/tpl/admin/layout.php'),
(3023, 'wp-content/plugins/loco-translate/tpl/admin/list/bundles.php'),
(3024, 'wp-content/plugins/loco-translate/tpl/admin/list/inc-table.php'),
(3025, 'wp-content/plugins/loco-translate/tpl/admin/list/locales.php'),
(3026, 'wp-content/plugins/loco-translate/tpl/admin/root.php'),
(3027, 'wp-content/plugins/loco-translate/tpl/debug/dump.php'),
(3028, 'wp-content/plugins/loco-translate/tpl/debug/xml.php'),
(3029, 'wp-content/plugins/really-simple-ssl/assets/complianz.jpg'),
(3030, 'wp-content/plugins/really-simple-ssl/assets/edd-moneybird.jpg'),
(3031, 'wp-content/plugins/really-simple-ssl/assets/icon-128x128.png'),
(3032, 'wp-content/plugins/really-simple-ssl/assets/logo-really-simple-ssl.png'),
(3033, 'wp-content/plugins/really-simple-ssl/assets/mail-alerts.jpg'),
(3034, 'wp-content/plugins/really-simple-ssl/assets/most-visited.jpg'),
(3035, 'wp-content/plugins/really-simple-ssl/assets/really-simple-plugins.png'),
(3036, 'wp-content/plugins/really-simple-ssl/assets/rsssl-pro.jpg'),
(3037, 'wp-content/plugins/really-simple-ssl/assets/tagging.jpg'),
(3038, 'wp-content/plugins/really-simple-ssl/assets/woocommerce-moneybird.jpg'),
(3039, 'wp-content/plugins/really-simple-ssl/assets/wpsearchinsights.jpg'),
(3040, 'wp-content/plugins/really-simple-ssl/assets/ziprecipes.png'),
(3041, 'wp-content/plugins/really-simple-ssl/class-admin.php'),
(3042, 'wp-content/plugins/really-simple-ssl/class-cache.php'),
(3043, 'wp-content/plugins/really-simple-ssl/class-certificate.php'),
(3044, 'wp-content/plugins/really-simple-ssl/class-front-end.php'),
(3045, 'wp-content/plugins/really-simple-ssl/class-help.php'),
(3046, 'wp-content/plugins/really-simple-ssl/class-mixed-content-fixer.php'),
(3047, 'wp-content/plugins/really-simple-ssl/class-multisite.php'),
(3048, 'wp-content/plugins/really-simple-ssl/class-rsssl-wp-cli.php'),
(3049, 'wp-content/plugins/really-simple-ssl/class-server.php'),
(3050, 'wp-content/plugins/really-simple-ssl/class-site-health.php'),
(3051, 'wp-content/plugins/really-simple-ssl/class-url.php'),
(3052, 'wp-content/plugins/really-simple-ssl/css/index.php'),
(3053, 'wp-content/plugins/really-simple-ssl/css/main-rtl.css'),
(3054, 'wp-content/plugins/really-simple-ssl/css/main-rtl.min.css'),
(3055, 'wp-content/plugins/really-simple-ssl/css/main.css'),
(3056, 'wp-content/plugins/really-simple-ssl/css/main.min.css'),
(3057, 'wp-content/plugins/really-simple-ssl/force-deactivate.txt'),
(3058, 'wp-content/plugins/really-simple-ssl/img/check-icon.png'),
(3059, 'wp-content/plugins/really-simple-ssl/img/cross-icon.png'),
(3060, 'wp-content/plugins/really-simple-ssl/img/index.php'),
(3061, 'wp-content/plugins/really-simple-ssl/img/warning-icon.png'),
(3062, 'wp-content/plugins/really-simple-ssl/index.php'),
(3063, 'wp-content/plugins/really-simple-ssl/languages/index.php'),
(3064, 'wp-content/plugins/really-simple-ssl/languages/really-simple-ssl-fr_FR.mo'),
(3065, 'wp-content/plugins/really-simple-ssl/languages/really-simple-ssl-fr_FR.po'),
(3066, 'wp-content/plugins/really-simple-ssl/languages/really-simple-ssl-ru_RU.mo'),
(3067, 'wp-content/plugins/really-simple-ssl/languages/really-simple-ssl-ru_RU.po'),
(3068, 'wp-content/plugins/really-simple-ssl/languages/really-simple-ssl.po'),
(3069, 'wp-content/plugins/really-simple-ssl/multisite-cron.php'),
(3070, 'wp-content/plugins/really-simple-ssl/readme.txt'),
(3071, 'wp-content/plugins/really-simple-ssl/rlrsssl-really-simple-ssl.php'),
(3072, 'wp-content/plugins/really-simple-ssl/ssl-test-page.php'),
(3073, 'wp-content/plugins/really-simple-ssl/testssl/cdn/.htaccess'),
(3074, 'wp-content/plugins/really-simple-ssl/testssl/cdn/ssl-test-page.html'),
(3075, 'wp-content/plugins/really-simple-ssl/testssl/cloudflare/.htaccess'),
(3076, 'wp-content/plugins/really-simple-ssl/testssl/cloudflare/ssl-test-page.html'),
(3077, 'wp-content/plugins/really-simple-ssl/testssl/cloudfront/.htaccess'),
(3078, 'wp-content/plugins/really-simple-ssl/testssl/cloudfront/ssl-test-page.html'),
(3079, 'wp-content/plugins/really-simple-ssl/testssl/envhttps/.htaccess'),
(3080, 'wp-content/plugins/really-simple-ssl/testssl/envhttps/ssl-test-page.html'),
(3081, 'wp-content/plugins/really-simple-ssl/testssl/loadbalancer/.htaccess'),
(3082, 'wp-content/plugins/really-simple-ssl/testssl/loadbalancer/ssl-test-page.html'),
(3083, 'wp-content/plugins/really-simple-ssl/testssl/serverhttps1/.htaccess'),
(3084, 'wp-content/plugins/really-simple-ssl/testssl/serverhttps1/ssl-test-page.html'),
(3085, 'wp-content/plugins/really-simple-ssl/testssl/serverhttpson/.htaccess'),
(3086, 'wp-content/plugins/really-simple-ssl/testssl/serverhttpson/ssl-test-page.html'),
(3087, 'wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedssl1/.htaccess'),
(3088, 'wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedssl1/ssl-test-page.html'),
(3089, 'wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedsslon/.htaccess'),
(3090, 'wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedsslon/ssl-test-page.html'),
(3091, 'wp-content/plugins/really-simple-ssl/testssl/serverhttpxproto/.htaccess'),
(3092, 'wp-content/plugins/really-simple-ssl/testssl/serverhttpxproto/ssl-test-page.html'),
(3093, 'wp-content/plugins/really-simple-ssl/testssl/serverport443/.htaccess'),
(3094, 'wp-content/plugins/really-simple-ssl/testssl/serverport443/ssl-test-page.html'),
(3095, 'wp-content/plugins/really-simple-ssl/uninstall.php'),
(3096, 'wp-content/plugins/revslider/admin/assets/css/font/egfont.svg'),
(3097, 'wp-content/plugins/revslider/admin/assets/css/font/index.php'),
(3098, 'wp-content/plugins/revslider/admin/assets/css/index.php'),
(3099, 'wp-content/plugins/revslider/admin/assets/images/index.php'),
(3100, 'wp-content/plugins/revslider/admin/assets/images/mainoptions/index.php'),
(3101, 'wp-content/plugins/revslider/admin/assets/images/navigationeditor/index.php'),
(3102, 'wp-content/plugins/revslider/admin/assets/images/sliderpresets/index.php'),
(3103, 'wp-content/plugins/revslider/admin/assets/images/sliderselector/index.php'),
(3104, 'wp-content/plugins/revslider/admin/assets/images/slidersources/index.php'),
(3105, 'wp-content/plugins/revslider/admin/assets/images/sources/index.php'),
(3106, 'wp-content/plugins/revslider/admin/assets/images/toolbar/index.php'),
(3107, 'wp-content/plugins/revslider/admin/assets/images/tooltips/index.php'),
(3108, 'wp-content/plugins/revslider/admin/assets/imports/agency-intro/index.php'),
(3109, 'wp-content/plugins/revslider/admin/assets/imports/classic-carousel/index.php'),
(3110, 'wp-content/plugins/revslider/admin/assets/imports/classicslider/index.php'),
(3111, 'wp-content/plugins/revslider/admin/assets/imports/concept/index.php'),
(3112, 'wp-content/plugins/revslider/admin/assets/imports/contenttabs/index.php'),
(3113, 'wp-content/plugins/revslider/admin/assets/imports/creativefreedom/index.php'),
(3114, 'wp-content/plugins/revslider/admin/assets/imports/facebook-feed/index.php'),
(3115, 'wp-content/plugins/revslider/admin/assets/imports/fashion/index.php'),
(3116, 'wp-content/plugins/revslider/admin/assets/imports/finedining/index.php'),
(3117, 'wp-content/plugins/revslider/admin/assets/imports/flickr-gallery/index.php'),
(3118, 'wp-content/plugins/revslider/admin/assets/imports/foodcarousel/index.php'),
(3119, 'wp-content/plugins/revslider/admin/assets/imports/fullscreen-button/index.php'),
(3120, 'wp-content/plugins/revslider/admin/assets/imports/gym/index.php'),
(3121, 'wp-content/plugins/revslider/admin/assets/imports/highlight-carousel/index.php'),
(3122, 'wp-content/plugins/revslider/admin/assets/imports/highlight-showcase/index.php'),
(3123, 'wp-content/plugins/revslider/admin/assets/imports/imagehero/index.php'),
(3124, 'wp-content/plugins/revslider/admin/assets/imports/index.php'),
(3125, 'wp-content/plugins/revslider/admin/assets/imports/insta-gallery/index.php'),
(3126, 'wp-content/plugins/revslider/admin/assets/imports/levanorestaurantbar/index.php'),
(3127, 'wp-content/plugins/revslider/admin/assets/imports/mainfeature/index.php'),
(3128, 'wp-content/plugins/revslider/admin/assets/imports/media-carousel-autoplay/index.php'),
(3129, 'wp-content/plugins/revslider/admin/assets/imports/media-gallery-two/index.php'),
(3130, 'wp-content/plugins/revslider/admin/assets/imports/news-bg-video/index.php'),
(3131, 'wp-content/plugins/revslider/admin/assets/imports/news-gallery/index.php'),
(3132, 'wp-content/plugins/revslider/admin/assets/imports/news-gallery-post-based/index.php'),
(3133, 'wp-content/plugins/revslider/admin/assets/imports/news-hero/index.php'),
(3134, 'wp-content/plugins/revslider/admin/assets/imports/news-video/index.php'),
(3135, 'wp-content/plugins/revslider/admin/assets/imports/newsletter-hero/index.php'),
(3136, 'wp-content/plugins/revslider/admin/assets/imports/notgeneric/index.php'),
(3137, 'wp-content/plugins/revslider/admin/assets/imports/parallaxscene/index.php'),
(3138, 'wp-content/plugins/revslider/admin/assets/imports/photography/index.php'),
(3139, 'wp-content/plugins/revslider/admin/assets/imports/photography-carousel/index.php'),
(3140, 'wp-content/plugins/revslider/admin/assets/imports/search-form-hero/index.php'),
(3141, 'wp-content/plugins/revslider/admin/assets/imports/showcasecarousel/index.php'),
(3142, 'wp-content/plugins/revslider/admin/assets/imports/slidingoverlays/index.php'),
(3143, 'wp-content/plugins/revslider/admin/assets/imports/sportshero/index.php'),
(3144, 'wp-content/plugins/revslider/admin/assets/imports/travel-static-captions/index.php'),
(3145, 'wp-content/plugins/revslider/admin/assets/imports/twitter-feed/index.php'),
(3146, 'wp-content/plugins/revslider/admin/assets/imports/vimeo-gallery/index.php'),
(3147, 'wp-content/plugins/revslider/admin/assets/imports/vimeohero/index.php'),
(3148, 'wp-content/plugins/revslider/admin/assets/imports/web-product-dark/index.php'),
(3149, 'wp-content/plugins/revslider/admin/assets/imports/web-product-dark-hero/index.php'),
(3150, 'wp-content/plugins/revslider/admin/assets/imports/web-product-light-hero/index.php'),
(3151, 'wp-content/plugins/revslider/admin/assets/imports/web-product-light-hero-3d/index.php'),
(3152, 'wp-content/plugins/revslider/admin/assets/imports/webproductlight/index.php'),
(3153, 'wp-content/plugins/revslider/admin/assets/imports/woobig/index.php'),
(3154, 'wp-content/plugins/revslider/admin/assets/imports/woocommercesmall/index.php'),
(3155, 'wp-content/plugins/revslider/admin/assets/imports/youtube-gallery/index.php'),
(3156, 'wp-content/plugins/revslider/admin/assets/imports/youtubehero/index.php'),
(3157, 'wp-content/plugins/revslider/admin/assets/index.php'),
(3158, 'wp-content/plugins/revslider/admin/assets/js/admin.js'),
(3159, 'wp-content/plugins/revslider/admin/assets/js/codemirror/codemirror.js'),
(3160, 'wp-content/plugins/revslider/admin/assets/js/codemirror/css.js'),
(3161, 'wp-content/plugins/revslider/admin/assets/js/codemirror/index.php'),
(3162, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/closetag.js'),
(3163, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/dialog.js'),
(3164, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/foldcode.js'),
(3165, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/formatting.js'),
(3166, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/index.php'),
(3167, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/javascript-hint.js'),
(3168, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/loadmode.js'),
(3169, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/match-highlighter.js'),
(3170, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/multiplex.js'),
(3171, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/overlay.js'),
(3172, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/pig-hint.js'),
(3173, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/runmode-standalone.js'),
(3174, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/runmode.js'),
(3175, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/search.js'),
(3176, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/searchcursor.js'),
(3177, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/simple-hint.js'),
(3178, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/xml-hint.js'),
(3179, 'wp-content/plugins/revslider/admin/assets/js/codemirror/xml.js'),
(3180, 'wp-content/plugins/revslider/admin/assets/js/context_menu.js'),
(3181, 'wp-content/plugins/revslider/admin/assets/js/css_editor.js'),
(3182, 'wp-content/plugins/revslider/admin/assets/js/edit_layers.js'),
(3183, 'wp-content/plugins/revslider/admin/assets/js/edit_layers_timeline.js'),
(3184, 'wp-content/plugins/revslider/admin/assets/js/index.php'),
(3185, 'wp-content/plugins/revslider/admin/assets/js/jquery.tipsy.js'),
(3186, 'wp-content/plugins/revslider/admin/assets/js/rev_addon-admin.js'),
(3187, 'wp-content/plugins/revslider/admin/assets/js/rev_admin.js'),
(3188, 'wp-content/plugins/revslider/admin/assets/js/settings.js'),
(3189, 'wp-content/plugins/revslider/admin/assets/js/tinymce-shortcode-script.js'),
(3190, 'wp-content/plugins/revslider/admin/assets/js/vc.js'),
(3191, 'wp-content/plugins/revslider/admin/index.php'),
(3192, 'wp-content/plugins/revslider/admin/revslider-admin.class.php'),
(3193, 'wp-content/plugins/revslider/admin/views/global-settings.php'),
(3194, 'wp-content/plugins/revslider/admin/views/index.php'),
(3195, 'wp-content/plugins/revslider/admin/views/master-view.php'),
(3196, 'wp-content/plugins/revslider/admin/views/navigation-editor.php'),
(3197, 'wp-content/plugins/revslider/admin/views/rev_addon-admin-display.php'),
(3198, 'wp-content/plugins/revslider/admin/views/slide-editor.php'),
(3199, 'wp-content/plugins/revslider/admin/views/slide-overview.php'),
(3200, 'wp-content/plugins/revslider/admin/views/slider-editor.php'),
(3201, 'wp-content/plugins/revslider/admin/views/slider-overview.php'),
(3202, 'wp-content/plugins/revslider/admin/views/system/dialog-copy-move.php'),
(3203, 'wp-content/plugins/revslider/admin/views/system/dialog-video.php'),
(3204, 'wp-content/plugins/revslider/admin/views/system/index.php'),
(3205, 'wp-content/plugins/revslider/admin/views/system/validation.php'),
(3206, 'wp-content/plugins/revslider/admin/views/templates/create-slider.php'),
(3207, 'wp-content/plugins/revslider/admin/views/templates/edit-slider.php'),
(3208, 'wp-content/plugins/revslider/admin/views/templates/index.php'),
(3209, 'wp-content/plugins/revslider/admin/views/templates/slide-general-settings.php'),
(3210, 'wp-content/plugins/revslider/admin/views/templates/slide-selector.php'),
(3211, 'wp-content/plugins/revslider/admin/views/templates/slide-stage.php'),
(3212, 'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php'),
(3213, 'wp-content/plugins/revslider/admin/views/templates/sliders-list.php'),
(3214, 'wp-content/plugins/revslider/admin/views/templates/slides-list.php'),
(3215, 'wp-content/plugins/revslider/admin/views/templates/slides.php'),
(3216, 'wp-content/plugins/revslider/admin/views/templates/template-selector.php'),
(3217, 'wp-content/plugins/revslider/admin/views/templates/template-slider-selector.php'),
(3218, 'wp-content/plugins/revslider/admin/views/templates/wpml-selector.php'),
(3219, 'wp-content/plugins/revslider/backup/index.php'),
(3220, 'wp-content/plugins/revslider/includes/extension.class.php'),
(3221, 'wp-content/plugins/revslider/includes/external-sources.class.php'),
(3222, 'wp-content/plugins/revslider/includes/framework/addon-admin.class.php'),
(3223, 'wp-content/plugins/revslider/includes/framework/aq-resizer.class.php'),
(3224, 'wp-content/plugins/revslider/includes/framework/base-admin.class.php'),
(3225, 'wp-content/plugins/revslider/includes/framework/base-front.class.php'),
(3226, 'wp-content/plugins/revslider/includes/framework/base.class.php'),
(3227, 'wp-content/plugins/revslider/includes/framework/colorpicker.class.php'),
(3228, 'wp-content/plugins/revslider/includes/framework/cssparser.class.php'),
(3229, 'wp-content/plugins/revslider/includes/framework/db.class.php'),
(3230, 'wp-content/plugins/revslider/includes/framework/elements-base.class.php'),
(3231, 'wp-content/plugins/revslider/includes/framework/em-integration.class.php'),
(3232, 'wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php'),
(3233, 'wp-content/plugins/revslider/includes/framework/functions.class.php'),
(3234, 'wp-content/plugins/revslider/includes/framework/include-framework.php'),
(3235, 'wp-content/plugins/revslider/includes/framework/index.php'),
(3236, 'wp-content/plugins/revslider/includes/framework/loadbalancer.class.php'),
(3237, 'wp-content/plugins/revslider/includes/framework/newsletter.class.php'),
(3238, 'wp-content/plugins/revslider/includes/framework/plugin-update.class.php'),
(3239, 'wp-content/plugins/revslider/includes/framework/update.class.php'),
(3240, 'wp-content/plugins/revslider/includes/framework/woocommerce.class.php'),
(3241, 'wp-content/plugins/revslider/includes/framework/wpml.class.php'),
(3242, 'wp-content/plugins/revslider/includes/globals.class.php'),
(3243, 'wp-content/plugins/revslider/includes/googlefonts.php'),
(3244, 'wp-content/plugins/revslider/includes/gutenberg-blocks/assets/images/js-wapuu.svg'),
(3245, 'wp-content/plugins/revslider/includes/gutenberg-blocks/assets/js/editor.blocks.js'),
(3246, 'wp-content/plugins/revslider/includes/gutenberg-blocks/assets/js/frontend.blocks.js'),
(3247, 'wp-content/plugins/revslider/includes/gutenberg-blocks/blocks/frontend.js'),
(3248, 'wp-content/plugins/revslider/includes/gutenberg-blocks/blocks/i18n.js'),
(3249, 'wp-content/plugins/revslider/includes/gutenberg-blocks/blocks/index.js'),
(3250, 'wp-content/plugins/revslider/includes/gutenberg-blocks/blocks/revslider/index.js'),
(3251, 'wp-content/plugins/revslider/includes/gutenberg-blocks/lib/block-templates.php'),
(3252, 'wp-content/plugins/revslider/includes/gutenberg-blocks/lib/customizer.php'),
(3253, 'wp-content/plugins/revslider/includes/gutenberg-blocks/lib/enqueue-scripts.php'),
(3254, 'wp-content/plugins/revslider/includes/gutenberg-blocks/lib/meta-boxes.php'),
(3255, 'wp-content/plugins/revslider/includes/gutenberg-blocks/webpack.config.js'),
(3256, 'wp-content/plugins/revslider/includes/index.php'),
(3257, 'wp-content/plugins/revslider/includes/navigation.class.php'),
(3258, 'wp-content/plugins/revslider/includes/object-library.class.php'),
(3259, 'wp-content/plugins/revslider/includes/operations.class.php'),
(3260, 'wp-content/plugins/revslider/includes/output.class.php'),
(3261, 'wp-content/plugins/revslider/includes/page-template.class.php'),
(3262, 'wp-content/plugins/revslider/includes/slide.class.php'),
(3263, 'wp-content/plugins/revslider/includes/slider.class.php'),
(3264, 'wp-content/plugins/revslider/includes/template.class.php'),
(3265, 'wp-content/plugins/revslider/includes/tinybox.class.php'),
(3266, 'wp-content/plugins/revslider/includes/widget.class.php'),
(3267, 'wp-content/plugins/revslider/index.php'),
(3268, 'wp-content/plugins/revslider/languages/index.php'),
(3269, 'wp-content/plugins/revslider/public/assets/assets/index.php'),
(3270, 'wp-content/plugins/revslider/public/assets/assets/sources/index.php'),
(3271, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_3d_rotation_24px.svg'),
(3272, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_accessibility_24px.svg'),
(3273, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_accessible_24px.svg'),
(3274, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_balance_24px.svg'),
(3275, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_balance_wallet_24px.svg'),
(3276, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_box_24px.svg'),
(3277, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_circle_24px.svg'),
(3278, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_add_shopping_cart_24px.svg'),
(3279, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_24px.svg'),
(3280, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_add_24px.svg'),
(3281, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_off_24px.svg'),
(3282, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_on_24px.svg'),
(3283, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_all_out_24px.svg'),
(3284, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_android_24px.svg'),
(3285, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_announcement_24px.svg'),
(3286, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_aspect_ratio_24px.svg'),
(3287, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assessment_24px.svg'),
(3288, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_24px.svg'),
(3289, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_ind_24px.svg'),
(3290, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_late_24px.svg'),
(3291, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_return_24px.svg'),
(3292, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_returned_24px.svg'),
(3293, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_turned_in_24px.svg'),
(3294, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_autorenew_24px.svg'),
(3295, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_backup_24px.svg'),
(3296, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_book_24px.svg'),
(3297, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bookmark_24px.svg'),
(3298, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bookmark_border_24px.svg'),
(3299, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bug_report_24px.svg'),
(3300, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_build_24px.svg'),
(3301, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_cached_24px.svg'),
(3302, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_camera_enhance_24px.svg'),
(3303, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_giftcard_24px.svg'),
(3304, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_membership_24px.svg'),
(3305, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_travel_24px.svg'),
(3306, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_change_history_24px.svg'),
(3307, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_check_circle_24px.svg'),
(3308, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_chrome_reader_mode_24px.svg'),
(3309, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_class_24px.svg'),
(3310, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_code_24px.svg'),
(3311, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_compare_arrows_24px.svg'),
(3312, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_copyright_24px.svg'),
(3313, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_credit_card_24px.svg'),
(3314, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_dashboard_24px.svg'),
(3315, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_date_range_24px.svg'),
(3316, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_delete_24px.svg'),
(3317, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_description_24px.svg'),
(3318, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_dns_24px.svg'),
(3319, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_done_24px.svg'),
(3320, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_done_all_24px.svg'),
(3321, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_donut_large_24px.svg'),
(3322, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_donut_small_24px.svg'),
(3323, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_eject_24px.svg'),
(3324, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_event_24px.svg'),
(3325, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_event_seat_24px.svg'),
(3326, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_exit_to_app_24px.svg'),
(3327, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_explore_24px.svg'),
(3328, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_extension_24px.svg'),
(3329, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_face_24px.svg'),
(3330, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_favorite_24px.svg'),
(3331, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_favorite_border_24px.svg'),
(3332, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_feedback_24px.svg'),
(3333, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_find_in_page_24px.svg'),
(3334, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_find_replace_24px.svg'),
(3335, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_fingerprint_24px.svg'),
(3336, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flight_land_24px.svg'),
(3337, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flight_takeoff_24px.svg'),
(3338, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flip_to_back_24px.svg'),
(3339, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flip_to_front_24px.svg'),
(3340, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_gavel_24px.svg'),
(3341, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_get_app_24px.svg'),
(3342, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_gif_24px.svg'),
(3343, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_grade_24px.svg'),
(3344, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_group_work_24px.svg'),
(3345, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_help_24px.svg'),
(3346, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_help_outline_24px.svg'),
(3347, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_highlight_off_24px.svg'),
(3348, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_history_24px.svg'),
(3349, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_home_24px.svg'),
(3350, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_hourglass_empty_24px.svg');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`) VALUES
(3351, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_hourglass_full_24px.svg'),
(3352, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_http_24px.svg'),
(3353, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_https_24px.svg'),
(3354, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_important_devices_24px.svg'),
(3355, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_info_24px.svg'),
(3356, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_info_outline_24px.svg'),
(3357, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_input_24px.svg'),
(3358, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_invert_colors_24px.svg'),
(3359, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_label_24px.svg'),
(3360, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_label_outline_24px.svg'),
(3361, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_language_24px.svg'),
(3362, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_launch_24px.svg'),
(3363, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lightbulb_outline_24px.svg'),
(3364, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_line_style_24px.svg'),
(3365, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_line_weight_24px.svg'),
(3366, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_list_24px.svg'),
(3367, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_24px.svg'),
(3368, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_open_24px.svg'),
(3369, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_outline_24px.svg'),
(3370, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_loyalty_24px.svg'),
(3371, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_markunread_mailbox_24px.svg'),
(3372, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_motorcycle_24px.svg'),
(3373, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_note_add_24px.svg'),
(3374, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_offline_pin_24px.svg'),
(3375, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_opacity_24px.svg'),
(3376, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_in_browser_24px.svg'),
(3377, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_in_new_24px.svg'),
(3378, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_with_24px.svg'),
(3379, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pageview_24px.svg'),
(3380, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pan_tool_24px.svg'),
(3381, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_payment_24px.svg'),
(3382, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_camera_mic_24px.svg'),
(3383, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_contact_calendar_24px.svg'),
(3384, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_data_setting_24px.svg'),
(3385, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_device_information_24px.svg'),
(3386, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_identity_24px.svg'),
(3387, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_media_24px.svg'),
(3388, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_phone_msg_24px.svg'),
(3389, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_scan_wifi_24px.svg'),
(3390, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pets_24px.svg'),
(3391, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_picture_in_picture_24px.svg'),
(3392, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_picture_in_picture_alt_24px.svg'),
(3393, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_play_for_work_24px.svg'),
(3394, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_polymer_24px.svg'),
(3395, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_power_settings_new_24px.svg'),
(3396, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pregnant_woman_24px.svg'),
(3397, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_print_24px.svg'),
(3398, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_query_builder_24px.svg'),
(3399, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_question_answer_24px.svg'),
(3400, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_receipt_24px.svg'),
(3401, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_record_voice_over_24px.svg'),
(3402, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_redeem_24px.svg'),
(3403, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_reorder_24px.svg'),
(3404, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_report_problem_24px.svg'),
(3405, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_restore_24px.svg'),
(3406, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_room_24px.svg'),
(3407, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_rounded_corner_24px.svg'),
(3408, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_rowing_24px.svg'),
(3409, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_schedule_24px.svg'),
(3410, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_search_24px.svg'),
(3411, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_24px.svg'),
(3412, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_applications_24px.svg'),
(3413, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_backup_restore_24px.svg'),
(3414, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_bluetooth_24px.svg'),
(3415, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_brightness_24px.svg'),
(3416, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_cell_24px.svg'),
(3417, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_ethernet_24px.svg'),
(3418, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_antenna_24px.svg'),
(3419, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_component_24px.svg'),
(3420, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_composite_24px.svg'),
(3421, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_hdmi_24px.svg'),
(3422, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_svideo_24px.svg'),
(3423, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_overscan_24px.svg'),
(3424, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_phone_24px.svg'),
(3425, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_power_24px.svg'),
(3426, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_remote_24px.svg'),
(3427, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_voice_24px.svg'),
(3428, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shop_24px.svg'),
(3429, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shop_two_24px.svg'),
(3430, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shopping_basket_24px.svg'),
(3431, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shopping_cart_24px.svg'),
(3432, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_speaker_notes_24px.svg'),
(3433, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_spellcheck_24px.svg'),
(3434, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_stars_24px.svg'),
(3435, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_store_24px.svg'),
(3436, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_subject_24px.svg'),
(3437, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_supervisor_account_24px.svg'),
(3438, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_horiz_24px.svg'),
(3439, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_vert_24px.svg'),
(3440, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_vertical_circle_24px.svg'),
(3441, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_system_update_alt_24px.svg'),
(3442, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_tab_24px.svg'),
(3443, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_tab_unselected_24px.svg'),
(3444, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_theaters_24px.svg'),
(3445, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumb_down_24px.svg'),
(3446, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumb_up_24px.svg'),
(3447, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumbs_up_down_24px.svg'),
(3448, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_timeline_24px.svg'),
(3449, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_toc_24px.svg'),
(3450, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_today_24px.svg'),
(3451, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_toll_24px.svg'),
(3452, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_touch_app_24px.svg'),
(3453, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_track_changes_24px.svg'),
(3454, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_translate_24px.svg'),
(3455, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_down_24px.svg'),
(3456, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_flat_24px.svg'),
(3457, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_up_24px.svg'),
(3458, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_turned_in_24px.svg'),
(3459, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_turned_in_not_24px.svg'),
(3460, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_update_24px.svg'),
(3461, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_verified_user_24px.svg'),
(3462, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_agenda_24px.svg'),
(3463, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_array_24px.svg'),
(3464, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_carousel_24px.svg'),
(3465, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_column_24px.svg'),
(3466, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_day_24px.svg'),
(3467, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_headline_24px.svg'),
(3468, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_list_24px.svg'),
(3469, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_module_24px.svg'),
(3470, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_quilt_24px.svg'),
(3471, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_stream_24px.svg'),
(3472, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_week_24px.svg'),
(3473, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_visibility_24px.svg'),
(3474, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_visibility_off_24px.svg'),
(3475, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_watch_later_24px.svg'),
(3476, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_work_24px.svg'),
(3477, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_youtube_searched_for_24px.svg'),
(3478, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_zoom_in_24px.svg'),
(3479, 'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_zoom_out_24px.svg'),
(3480, 'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_add_alert_24px.svg'),
(3481, 'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_error_24px.svg'),
(3482, 'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_error_outline_24px.svg'),
(3483, 'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_warning_24px.svg'),
(3484, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_add_to_queue_24px.svg'),
(3485, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_airplay_24px.svg'),
(3486, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_album_24px.svg'),
(3487, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_art_track_24px.svg'),
(3488, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_av_timer_24px.svg'),
(3489, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_closed_caption_24px.svg'),
(3490, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_equalizer_24px.svg'),
(3491, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_explicit_24px.svg'),
(3492, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fast_forward_24px.svg'),
(3493, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fast_rewind_24px.svg'),
(3494, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_dvr_24px.svg'),
(3495, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_manual_record_24px.svg'),
(3496, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_new_24px.svg'),
(3497, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_pin_24px.svg'),
(3498, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_smart_record_24px.svg'),
(3499, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_10_24px.svg'),
(3500, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_30_24px.svg'),
(3501, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_5_24px.svg'),
(3502, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_games_24px.svg'),
(3503, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_hd_24px.svg'),
(3504, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_hearing_24px.svg'),
(3505, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_high_quality_24px.svg'),
(3506, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_add_24px.svg'),
(3507, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_books_24px.svg'),
(3508, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_music_24px.svg'),
(3509, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_loop_24px.svg'),
(3510, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_24px.svg'),
(3511, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_none_24px.svg'),
(3512, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_off_24px.svg'),
(3513, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_movie_24px.svg'),
(3514, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_music_video_24px.svg'),
(3515, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_new_releases_24px.svg'),
(3516, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_not_interested_24px.svg'),
(3517, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_24px.svg'),
(3518, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_circle_filled_24px.svg'),
(3519, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_circle_outline_24px.svg'),
(3520, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_arrow_24px.svg'),
(3521, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_circle_filled_24px.svg'),
(3522, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_circle_outline_24px.svg'),
(3523, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_add_24px.svg'),
(3524, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_add_check_24px.svg'),
(3525, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_play_24px.svg'),
(3526, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_24px.svg'),
(3527, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_music_24px.svg'),
(3528, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_play_next_24px.svg'),
(3529, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_radio_24px.svg'),
(3530, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_recent_actors_24px.svg'),
(3531, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_remove_from_queue_24px.svg'),
(3532, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_repeat_24px.svg'),
(3533, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_repeat_one_24px.svg'),
(3534, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_10_24px.svg'),
(3535, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_24px.svg'),
(3536, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_30_24px.svg'),
(3537, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_5_24px.svg'),
(3538, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_shuffle_24px.svg'),
(3539, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_skip_next_24px.svg'),
(3540, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_skip_previous_24px.svg'),
(3541, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_slow_motion_video_24px.svg'),
(3542, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_snooze_24px.svg'),
(3543, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_sort_by_alpha_24px.svg'),
(3544, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_stop_24px.svg'),
(3545, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_subscriptions_24px.svg'),
(3546, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_subtitles_24px.svg'),
(3547, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_surround_sound_24px.svg'),
(3548, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_video_library_24px.svg'),
(3549, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_videocam_24px.svg'),
(3550, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_videocam_off_24px.svg'),
(3551, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_down_24px.svg'),
(3552, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_mute_24px.svg'),
(3553, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_off_24px.svg'),
(3554, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_up_24px.svg'),
(3555, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_web_24px.svg'),
(3556, 'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_web_asset_24px.svg'),
(3557, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/NewTux.svg'),
(3558, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/abacus.svg'),
(3559, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/address-book.svg'),
(3560, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/address-book2.svg'),
(3561, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/aim.svg'),
(3562, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/alarm.svg'),
(3563, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/apple.svg'),
(3564, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrow-left.svg'),
(3565, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrow-right.svg'),
(3566, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrows-updown.svg'),
(3567, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/atm-cash.svg'),
(3568, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award1.svg'),
(3569, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award2.svg'),
(3570, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award3.svg'),
(3571, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award4.svg'),
(3572, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award5.svg'),
(3573, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/badge01.svg'),
(3574, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/badge02.svg'),
(3575, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bank.svg'),
(3576, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bank2.svg'),
(3577, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bell.svg'),
(3578, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/binoculars.svg'),
(3579, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bomb.svg'),
(3580, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bonsai.svg'),
(3581, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/book-apple.svg'),
(3582, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/book.svg'),
(3583, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bookmark.svg'),
(3584, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/box.svg'),
(3585, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/brain.svg'),
(3586, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/briefcase.svg'),
(3587, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/browser01.svg'),
(3588, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/browser02.svg'),
(3589, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/buildings.svg'),
(3590, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/buy-sign.svg'),
(3591, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator1.svg'),
(3592, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator2.svg'),
(3593, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator3.svg'),
(3594, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar1.svg'),
(3595, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar2.svg'),
(3596, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar3.svg'),
(3597, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar4.svg'),
(3598, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar5.svg'),
(3599, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/certificate.svg'),
(3600, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/champagne.svg'),
(3601, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character01.svg'),
(3602, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character02.svg'),
(3603, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character03.svg'),
(3604, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character04.svg'),
(3605, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character05.svg'),
(3606, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character06.svg'),
(3607, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character07.svg'),
(3608, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character08.svg'),
(3609, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart-analysis.svg'),
(3610, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart-board.svg'),
(3611, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart-pyramid.svg'),
(3612, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart01.svg'),
(3613, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart02.svg'),
(3614, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart03.svg'),
(3615, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart04.svg'),
(3616, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart05.svg'),
(3617, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart06.svg'),
(3618, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart07.svg'),
(3619, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart08.svg'),
(3620, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart09.svg'),
(3621, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart10.svg'),
(3622, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart11.svg'),
(3623, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart12.svg'),
(3624, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart13.svg'),
(3625, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart14.svg'),
(3626, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart15.svg'),
(3627, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart16.svg'),
(3628, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart17.svg'),
(3629, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart18.svg'),
(3630, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart19.svg'),
(3631, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart20.svg'),
(3632, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart21.svg'),
(3633, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chat.svg'),
(3634, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist.svg'),
(3635, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist2.svg'),
(3636, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist3.svg'),
(3637, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chemistry.svg'),
(3638, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess-knight.svg'),
(3639, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess-rook.svg'),
(3640, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess.svg'),
(3641, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/clock.svg'),
(3642, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/closed-sign.svg'),
(3643, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-coins.svg'),
(3644, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-down.svg'),
(3645, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-up.svg'),
(3646, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/coffee.svg'),
(3647, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/conference.svg'),
(3648, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/contact-book.svg'),
(3649, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/coupon.svg'),
(3650, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/credit-card.svg'),
(3651, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/crown.svg'),
(3652, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/currencies.svg'),
(3653, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/database.svg'),
(3654, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/delivery.svg'),
(3655, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/diagram-hierarchy.svg'),
(3656, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/diamond.svg'),
(3657, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/dollar.svg'),
(3658, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/drawer.svg'),
(3659, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/egg.svg'),
(3660, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/emblem.svg'),
(3661, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/envelope-money.svg'),
(3662, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/envelopes.svg'),
(3663, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/euro.svg'),
(3664, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/exchange.svg'),
(3665, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/exit.svg'),
(3666, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/factory.svg'),
(3667, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fax.svg'),
(3668, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file01.svg'),
(3669, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file02.svg'),
(3670, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file03.svg'),
(3671, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file04.svg'),
(3672, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file05.svg'),
(3673, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file06.svg'),
(3674, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file07.svg'),
(3675, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file08.svg'),
(3676, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file09.svg'),
(3677, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file10.svg'),
(3678, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/files.svg'),
(3679, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fire.svg'),
(3680, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fish.svg'),
(3681, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/flag.svg'),
(3682, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-add.svg'),
(3683, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-delete.svg'),
(3684, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-online.svg'),
(3685, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-private.svg'),
(3686, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-remove.svg'),
(3687, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder.svg'),
(3688, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folders.svg'),
(3689, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/funnel-money.svg'),
(3690, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/funnel.svg'),
(3691, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gauge.svg'),
(3692, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gauge2.svg'),
(3693, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gears1.svg'),
(3694, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gears2.svg'),
(3695, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/glasses-moustache.svg'),
(3696, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/globe-money.svg'),
(3697, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/globe.svg'),
(3698, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/globe2.svg'),
(3699, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/graduation-hat.svg'),
(3700, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-globe.svg'),
(3701, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-key.svg'),
(3702, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-money.svg'),
(3703, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-money2.svg'),
(3704, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/handshake.svg'),
(3705, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hat-moustache.svg'),
(3706, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hat.svg'),
(3707, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-arrows.svg'),
(3708, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-battery.svg'),
(3709, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-check.svg'),
(3710, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-compass.svg'),
(3711, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-dollar.svg'),
(3712, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-exclamation.svg'),
(3713, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-flash.svg'),
(3714, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-gauge.svg'),
(3715, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-gears.svg'),
(3716, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-hourglass.svg'),
(3717, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-idea.svg'),
(3718, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-question.svg'),
(3719, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-structure.svg'),
(3720, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head.svg'),
(3721, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/headquarters.svg'),
(3722, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hourglass.svg'),
(3723, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hours.svg'),
(3724, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/incoming.svg'),
(3725, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ingots.svg'),
(3726, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/key.svg'),
(3727, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/key2.svg'),
(3728, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/keyboard.svg'),
(3729, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/label.svg'),
(3730, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lamp.svg'),
(3731, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-article.svg'),
(3732, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-cart.svg'),
(3733, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-chart.svg'),
(3734, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-chart2.svg'),
(3735, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-diagram.svg'),
(3736, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-envelope.svg'),
(3737, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-finance.svg'),
(3738, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-privacy.svg'),
(3739, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-settings.svg'),
(3740, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-user.svg'),
(3741, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop.svg'),
(3742, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightbulb-green.svg'),
(3743, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightbulb.svg'),
(3744, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightning.svg'),
(3745, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/like.svg'),
(3746, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lock.svg'),
(3747, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/magnet-money.svg'),
(3748, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/magnifying-glass.svg'),
(3749, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager-globe.svg'),
(3750, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager-idea.svg'),
(3751, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager01.svg'),
(3752, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager02.svg'),
(3753, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/meditation.svg'),
(3754, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/megaphone.svg'),
(3755, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money-growth.svg'),
(3756, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money-scales.svg'),
(3757, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money.svg'),
(3758, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money2.svg'),
(3759, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money3.svg'),
(3760, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money4.svg'),
(3761, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money5.svg'),
(3762, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money6.svg'),
(3763, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/monitor.svg'),
(3764, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/mouse.svg'),
(3765, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/nest-money.svg'),
(3766, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper-jobs.svg'),
(3767, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper-pen.svg'),
(3768, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper.svg'),
(3769, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/note-paper.svg'),
(3770, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/office-chair.svg'),
(3771, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/open-sign.svg'),
(3772, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/outgoing.svg'),
(3773, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/paper-clip.svg'),
(3774, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/paper-plane.svg'),
(3775, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pen.svg'),
(3776, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pen2.svg'),
(3777, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pencil.svg'),
(3778, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pens-pencils.svg'),
(3779, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-arrows06.svg'),
(3780, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-gears.svg'),
(3781, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-handshake.svg'),
(3782, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-idea.svg'),
(3783, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-meeting.svg'),
(3784, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-meeting02.svg'),
(3785, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-search01.svg'),
(3786, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-search02.svg'),
(3787, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure.svg'),
(3788, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure01.svg'),
(3789, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure02.svg'),
(3790, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure03.svg'),
(3791, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure04.svg'),
(3792, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure05.svg'),
(3793, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure06.svg'),
(3794, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure07.svg'),
(3795, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/percent.svg'),
(3796, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/periscopemoney.svg'),
(3797, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows01.svg'),
(3798, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows012.svg'),
(3799, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows02.svg'),
(3800, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows022.svg'),
(3801, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows03.svg'),
(3802, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-checkmark.svg'),
(3803, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-cross.svg'),
(3804, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-data.svg'),
(3805, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-dollar.svg'),
(3806, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-finance.svg'),
(3807, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-flag.svg'),
(3808, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-globe.svg'),
(3809, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-idea02.svg'),
(3810, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-info.svg'),
(3811, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-puzzle.svg'),
(3812, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-scales.svg'),
(3813, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-time.svg'),
(3814, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-umbrella.svg'),
(3815, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/phone.svg'),
(3816, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pie-chart01.svg'),
(3817, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pie-chart02.svg'),
(3818, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/piggy-bank.svg'),
(3819, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pin.svg'),
(3820, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/plant-money.svg'),
(3821, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/plant.svg'),
(3822, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pound.svg'),
(3823, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/presentation.svg'),
(3824, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/presentation02.svg'),
(3825, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart02.svg'),
(3826, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart03.svg'),
(3827, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart04.svg'),
(3828, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-laurels.svg'),
(3829, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-megaphone.svg'),
(3830, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-stairs.svg'),
(3831, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/printer.svg'),
(3832, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/profile.svg'),
(3833, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pulse.svg'),
(3834, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/puzzle.svg'),
(3835, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/quill.svg'),
(3836, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/recycle.svg'),
(3837, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/rocket.svg'),
(3838, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/rocket2.svg'),
(3839, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ruble.svg'),
(3840, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ruler-compasses.svg'),
(3841, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/safe.svg'),
(3842, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/sale-sign.svg'),
(3843, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/satellite-dish.svg'),
(3844, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/scales.svg'),
(3845, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/scissors.svg'),
(3846, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/security.svg'),
(3847, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/send.svg'),
(3848, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/shield.svg'),
(3849, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/shopping-cart.svg'),
(3850, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/sign.svg'),
(3851, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-chart.svg'),
(3852, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-exclamation.svg'),
(3853, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-gears.svg'),
(3854, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-growth.svg'),
(3855, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-money.svg'),
(3856, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-user.svg'),
(3857, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone.svg'),
(3858, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speaker.svg'),
(3859, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speaker02.svg'),
(3860, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speech-bubble.svg'),
(3861, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/stamp.svg'),
(3862, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/star.svg'),
(3863, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/steering-wheel.svg'),
(3864, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy03.svg'),
(3865, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy1.svg'),
(3866, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy2.svg'),
(3867, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/support-person.svg'),
(3868, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-article.svg'),
(3869, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart.svg'),
(3870, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart2.svg'),
(3871, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart3.svg'),
(3872, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-pie-chart.svg'),
(3873, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-pie-chart2.svg'),
(3874, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet.svg'),
(3875, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/target.svg'),
(3876, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/team.svg'),
(3877, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/telescope.svg'),
(3878, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tie.svg'),
(3879, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tools.svg'),
(3880, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tools2.svg'),
(3881, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/trash-bin.svg'),
(3882, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/umbrella.svg'),
(3883, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user01.svg'),
(3884, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user02.svg'),
(3885, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user03.svg'),
(3886, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user04.svg'),
(3887, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user05.svg'),
(3888, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user06.svg'),
(3889, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user07.svg'),
(3890, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user08.svg');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`) VALUES
(3891, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user09.svg'),
(3892, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/users.svg'),
(3893, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/venn-diagram.svg'),
(3894, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/wallet.svg'),
(3895, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/wrench.svg'),
(3896, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/yen.svg'),
(3897, 'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/yinyang.svg'),
(3898, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_business_24px.svg'),
(3899, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_24px.svg'),
(3900, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_end_24px.svg'),
(3901, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_made_24px.svg'),
(3902, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_merge_24px.svg'),
(3903, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_missed_24px.svg'),
(3904, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_missed_outgoing_24px.svg'),
(3905, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_received_24px.svg'),
(3906, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_split_24px.svg'),
(3907, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_chat_24px.svg'),
(3908, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_chat_bubble_24px.svg'),
(3909, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_chat_bubble_outline_24px.svg'),
(3910, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_clear_all_24px.svg'),
(3911, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_comment_24px.svg'),
(3912, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contact_mail_24px.svg'),
(3913, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contact_phone_24px.svg'),
(3914, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contacts_24px.svg'),
(3915, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_dialer_sip_24px.svg'),
(3916, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_dialpad_24px.svg'),
(3917, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_email_24px.svg'),
(3918, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_forum_24px.svg'),
(3919, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_import_contacts_24px.svg'),
(3920, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_import_export_24px.svg'),
(3921, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_invert_colors_off_24px.svg'),
(3922, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_live_help_24px.svg'),
(3923, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_location_off_24px.svg'),
(3924, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_location_on_24px.svg'),
(3925, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_mail_outline_24px.svg'),
(3926, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_message_24px.svg'),
(3927, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_no_sim_24px.svg'),
(3928, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phone_24px.svg'),
(3929, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_erase_24px.svg'),
(3930, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_lock_24px.svg'),
(3931, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_ring_24px.svg'),
(3932, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_setup_24px.svg'),
(3933, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_portable_wifi_off_24px.svg'),
(3934, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_present_to_all_24px.svg'),
(3935, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_ring_volume_24px.svg'),
(3936, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_screen_share_24px.svg'),
(3937, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_speaker_phone_24px.svg'),
(3938, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_current_landscape_24px.svg'),
(3939, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_current_portrait_24px.svg'),
(3940, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_primary_landscape_24px.svg'),
(3941, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_primary_portrait_24px.svg'),
(3942, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stop_screen_share_24px.svg'),
(3943, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_swap_calls_24px.svg'),
(3944, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_textsms_24px.svg'),
(3945, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_voicemail_24px.svg'),
(3946, 'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_vpn_key_24px.svg'),
(3947, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_24px.svg'),
(3948, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_box_24px.svg'),
(3949, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_circle_24px.svg'),
(3950, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_circle_outline_24px.svg'),
(3951, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_archive_24px.svg'),
(3952, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_backspace_24px.svg'),
(3953, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_block_24px.svg'),
(3954, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_clear_24px.svg'),
(3955, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_copy_24px.svg'),
(3956, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_cut_24px.svg'),
(3957, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_paste_24px.svg'),
(3958, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_create_24px.svg'),
(3959, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_drafts_24px.svg'),
(3960, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_filter_list_24px.svg'),
(3961, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_flag_24px.svg'),
(3962, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_font_download_24px.svg'),
(3963, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_forward_24px.svg'),
(3964, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_gesture_24px.svg'),
(3965, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_inbox_24px.svg'),
(3966, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_link_24px.svg'),
(3967, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_mail_24px.svg'),
(3968, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_markunread_24px.svg'),
(3969, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_move_to_inbox_24px.svg'),
(3970, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_next_week_24px.svg'),
(3971, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_redo_24px.svg'),
(3972, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_24px.svg'),
(3973, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_circle_24px.svg'),
(3974, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_circle_outline_24px.svg'),
(3975, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_reply_24px.svg'),
(3976, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_reply_all_24px.svg'),
(3977, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_report_24px.svg'),
(3978, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_save_24px.svg'),
(3979, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_select_all_24px.svg'),
(3980, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_send_24px.svg'),
(3981, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_sort_24px.svg'),
(3982, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_text_format_24px.svg'),
(3983, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_unarchive_24px.svg'),
(3984, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_undo_24px.svg'),
(3985, 'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_weekend_24px.svg'),
(3986, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_alarm_24px.svg'),
(3987, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_alarms_24px.svg'),
(3988, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_time_24px.svg'),
(3989, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_add_alarm_24px.svg'),
(3990, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_airplanemode_active_24px.svg'),
(3991, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_airplanemode_inactive_24px.svg'),
(3992, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_20_24px.svg'),
(3993, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_30_24px.svg'),
(3994, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_50_24px.svg'),
(3995, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_60_24px.svg'),
(3996, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_80_24px.svg'),
(3997, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_90_24px.svg'),
(3998, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_alert_24px.svg'),
(3999, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_20_24px.svg'),
(4000, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_30_24px.svg'),
(4001, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_50_24px.svg'),
(4002, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_60_24px.svg'),
(4003, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_80_24px.svg'),
(4004, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_90_24px.svg'),
(4005, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_full_24px.svg'),
(4006, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_full_24px.svg'),
(4007, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_std_24px.svg'),
(4008, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_unknown_24px.svg'),
(4009, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_24px.svg'),
(4010, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_connected_24px.svg'),
(4011, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_disabled_24px.svg'),
(4012, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_searching_24px.svg'),
(4013, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_auto_24px.svg'),
(4014, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_high_24px.svg'),
(4015, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_low_24px.svg'),
(4016, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_medium_24px.svg'),
(4017, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_data_usage_24px.svg'),
(4018, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_developer_mode_24px.svg'),
(4019, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_devices_24px.svg'),
(4020, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_dvr_24px.svg'),
(4021, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_fixed_24px.svg'),
(4022, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_not_fixed_24px.svg'),
(4023, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_off_24px.svg'),
(4024, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_graphic_eq_24px.svg'),
(4025, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_location_disabled_24px.svg'),
(4026, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_location_searching_24px.svg'),
(4027, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_network_cell_24px.svg'),
(4028, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_network_wifi_24px.svg'),
(4029, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_nfc_24px.svg'),
(4030, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_landscape_24px.svg'),
(4031, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_portrait_24px.svg'),
(4032, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_rotation_24px.svg'),
(4033, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_rotation_24px.svg'),
(4034, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_sd_storage_24px.svg'),
(4035, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_settings_system_daydream_24px.svg'),
(4036, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_0_bar_24px.svg'),
(4037, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_1_bar_24px.svg'),
(4038, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_2_bar_24px.svg'),
(4039, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_3_bar_24px.svg'),
(4040, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_4_bar_24px.svg'),
(4041, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_0_bar_24px.svg'),
(4042, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_1_bar_24px.svg'),
(4043, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_2_bar_24px.svg'),
(4044, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_3_bar_24px.svg'),
(4045, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_4_bar_24px.svg'),
(4046, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_no_sim_24px.svg'),
(4047, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_null_24px.svg'),
(4048, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_off_24px.svg'),
(4049, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_0_bar_24px.svg'),
(4050, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_1_bar_24px.svg'),
(4051, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_1_bar_lock_24px.svg'),
(4052, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_2_bar_24px.svg'),
(4053, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_2_bar_lock_24px.svg'),
(4054, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_3_bar_24px.svg'),
(4055, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_3_bar_lock_24px.svg'),
(4056, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_4_bar_24px.svg'),
(4057, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_4_bar_lock_24px.svg'),
(4058, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_off_24px.svg'),
(4059, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_1_bar_26x24px.svg'),
(4060, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_2_bar_26x24px.svg'),
(4061, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_3_bar_26x24px.svg'),
(4062, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_4_bar_26x24px.svg'),
(4063, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_1_26x24px.svg'),
(4064, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_26x24px.svg'),
(4065, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_2_26x24px.svg'),
(4066, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_3_26x24px.svg'),
(4067, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_4_26x24px.svg'),
(4068, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_not_connected_26x24px.svg'),
(4069, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_null_26x24px.svg'),
(4070, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_storage_24px.svg'),
(4071, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_usb_24px.svg'),
(4072, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wallpaper_24px.svg'),
(4073, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_widgets_24px.svg'),
(4074, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wifi_lock_24px.svg'),
(4075, 'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wifi_tethering_24px.svg'),
(4076, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_attach_file_24px.svg'),
(4077, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_attach_money_24px.svg'),
(4078, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_all_24px.svg'),
(4079, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_bottom_24px.svg'),
(4080, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_clear_24px.svg'),
(4081, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_color_24px.svg'),
(4082, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_horizontal_24px.svg'),
(4083, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_inner_24px.svg'),
(4084, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_left_24px.svg'),
(4085, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_outer_24px.svg'),
(4086, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_right_24px.svg'),
(4087, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_style_24px.svg'),
(4088, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_top_24px.svg'),
(4089, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_vertical_24px.svg'),
(4090, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_drag_handle_24px.svg'),
(4091, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_center_24px.svg'),
(4092, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_justify_24px.svg'),
(4093, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_left_24px.svg'),
(4094, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_right_24px.svg'),
(4095, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_bold_24px.svg'),
(4096, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_clear_24px.svg'),
(4097, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_fill_24px.svg'),
(4098, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_reset_24px.svg'),
(4099, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_text_24px.svg'),
(4100, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_indent_decrease_24px.svg'),
(4101, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_indent_increase_24px.svg'),
(4102, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_italic_24px.svg'),
(4103, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_line_spacing_24px.svg'),
(4104, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_list_bulleted_24px.svg'),
(4105, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_list_numbered_24px.svg'),
(4106, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_paint_24px.svg'),
(4107, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_quote_24px.svg'),
(4108, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_shapes_24px.svg'),
(4109, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_size_24px.svg'),
(4110, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_strikethrough_24px.svg'),
(4111, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_textdirection_l_to_r_24px.svg'),
(4112, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_textdirection_r_to_l_24px.svg'),
(4113, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_underlined_24px.svg'),
(4114, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_functions_24px.svg'),
(4115, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_highlight_24px.svg'),
(4116, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_chart_24px.svg'),
(4117, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_comment_24px.svg'),
(4118, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_drive_file_24px.svg'),
(4119, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_emoticon_24px.svg'),
(4120, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_invitation_24px.svg'),
(4121, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_link_24px.svg'),
(4122, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_photo_24px.svg'),
(4123, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_linear_scale_24px.svg'),
(4124, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_merge_type_24px.svg'),
(4125, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_mode_comment_24px.svg'),
(4126, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_mode_edit_24px.svg'),
(4127, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_money_off_24px.svg'),
(4128, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_publish_24px.svg'),
(4129, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_short_text_24px.svg'),
(4130, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_space_bar_24px.svg'),
(4131, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_strikethrough_s_24px.svg'),
(4132, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_text_fields_24px.svg'),
(4133, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_bottom_24px.svg'),
(4134, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_center_24px.svg'),
(4135, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_top_24px.svg'),
(4136, 'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_wrap_text_24px.svg'),
(4137, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_attachment_24px.svg'),
(4138, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_24px.svg'),
(4139, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_circle_24px.svg'),
(4140, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_done_24px.svg'),
(4141, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_download_24px.svg'),
(4142, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_off_24px.svg'),
(4143, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_queue_24px.svg'),
(4144, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_upload_24px.svg'),
(4145, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_create_new_folder_24px.svg'),
(4146, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_file_download_24px.svg'),
(4147, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_file_upload_24px.svg'),
(4148, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_24px.svg'),
(4149, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_open_24px.svg'),
(4150, 'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_shared_24px.svg'),
(4151, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_cast_24px.svg'),
(4152, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_cast_connected_24px.svg'),
(4153, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_computer_24px.svg'),
(4154, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_desktop_mac_24px.svg'),
(4155, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_desktop_windows_24px.svg'),
(4156, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_developer_board_24px.svg'),
(4157, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_device_hub_24px.svg'),
(4158, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_devices_other_24px.svg'),
(4159, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_dock_24px.svg'),
(4160, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_gamepad_24px.svg'),
(4161, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_headset_24px.svg'),
(4162, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_headset_mic_24px.svg'),
(4163, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_24px.svg'),
(4164, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_down_24px.svg'),
(4165, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_left_24px.svg'),
(4166, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_right_24px.svg'),
(4167, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_up_24px.svg'),
(4168, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_backspace_24px.svg'),
(4169, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_capslock_24px.svg'),
(4170, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_hide_24px.svg'),
(4171, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_return_24px.svg'),
(4172, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_tab_24px.svg'),
(4173, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_voice_24px.svg'),
(4174, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_24px.svg'),
(4175, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_chromebook_24px.svg'),
(4176, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_mac_24px.svg'),
(4177, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_windows_24px.svg'),
(4178, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_memory_24px.svg'),
(4179, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_mouse_24px.svg'),
(4180, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phone_android_24px.svg'),
(4181, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phone_iphone_24px.svg'),
(4182, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phonelink_24px.svg'),
(4183, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phonelink_off_24px.svg'),
(4184, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_power_input_24px.svg'),
(4185, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_router_24px.svg'),
(4186, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_scanner_24px.svg'),
(4187, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_security_24px.svg'),
(4188, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_sim_card_24px.svg'),
(4189, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_smartphone_24px.svg'),
(4190, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_speaker_24px.svg'),
(4191, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_speaker_group_24px.svg'),
(4192, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_24px.svg'),
(4193, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_android_24px.svg'),
(4194, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_mac_24px.svg'),
(4195, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_toys_24px.svg'),
(4196, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tv_24px.svg'),
(4197, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_videogame_asset_24px.svg'),
(4198, 'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_watch_24px.svg'),
(4199, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_add_a_photo_24px.svg'),
(4200, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_add_to_photos_24px.svg'),
(4201, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_adjust_24px.svg'),
(4202, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_assistant_24px.svg'),
(4203, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_assistant_photo_24px.svg'),
(4204, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_audiotrack_24px.svg'),
(4205, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_circular_24px.svg'),
(4206, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_linear_24px.svg'),
(4207, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_off_24px.svg'),
(4208, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_on_24px.svg'),
(4209, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_1_24px.svg'),
(4210, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_2_24px.svg'),
(4211, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_3_24px.svg'),
(4212, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_4_24px.svg'),
(4213, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_5_24px.svg'),
(4214, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_6_24px.svg'),
(4215, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_7_24px.svg'),
(4216, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_broken_image_24px.svg'),
(4217, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brush_24px.svg'),
(4218, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_24px.svg'),
(4219, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_alt_24px.svg'),
(4220, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_front_24px.svg'),
(4221, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_rear_24px.svg'),
(4222, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_roll_24px.svg'),
(4223, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_center_focus_strong_24px.svg'),
(4224, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_center_focus_weak_24px.svg'),
(4225, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_collections_24px.svg'),
(4226, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_collections_bookmark_24px.svg'),
(4227, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_color_lens_24px.svg'),
(4228, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_colorize_24px.svg'),
(4229, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_compare_24px.svg'),
(4230, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_control_point_24px.svg'),
(4231, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_control_point_duplicate_24px.svg'),
(4232, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_16_9_24px.svg'),
(4233, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_24px.svg'),
(4234, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_3_2_24px.svg'),
(4235, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_5_4_24px.svg'),
(4236, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_7_5_24px.svg'),
(4237, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_din_24px.svg'),
(4238, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_free_24px.svg'),
(4239, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_landscape_24px.svg'),
(4240, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_original_24px.svg'),
(4241, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_portrait_24px.svg'),
(4242, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_rotate_24px.svg'),
(4243, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_square_24px.svg'),
(4244, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_dehaze_24px.svg'),
(4245, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_details_24px.svg'),
(4246, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_edit_24px.svg'),
(4247, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_24px.svg'),
(4248, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_neg_1_24px.svg'),
(4249, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_neg_2_24px.svg'),
(4250, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_plus_1_24px.svg'),
(4251, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_plus_2_24px.svg'),
(4252, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_zero_24px.svg'),
(4253, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_1_24px.svg'),
(4254, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_24px.svg'),
(4255, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_2_24px.svg'),
(4256, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_3_24px.svg'),
(4257, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_4_24px.svg'),
(4258, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_5_24px.svg'),
(4259, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_6_24px.svg'),
(4260, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_7_24px.svg'),
(4261, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_8_24px.svg'),
(4262, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_9_24px.svg'),
(4263, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_9_plus_24px.svg'),
(4264, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_b_and_w_24px.svg'),
(4265, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_center_focus_24px.svg'),
(4266, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_drama_24px.svg'),
(4267, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_frames_24px.svg'),
(4268, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_hdr_24px.svg'),
(4269, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_none_24px.svg'),
(4270, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_tilt_shift_24px.svg'),
(4271, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_vintage_24px.svg'),
(4272, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flare_24px.svg'),
(4273, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_auto_24px.svg'),
(4274, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_off_24px.svg'),
(4275, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_on_24px.svg'),
(4276, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flip_24px.svg'),
(4277, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_gradient_24px.svg'),
(4278, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grain_24px.svg'),
(4279, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grid_off_24px.svg'),
(4280, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grid_on_24px.svg'),
(4281, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_off_24px.svg'),
(4282, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_on_24px.svg'),
(4283, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_strong_24px.svg'),
(4284, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_weak_24px.svg'),
(4285, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_healing_24px.svg'),
(4286, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_image_24px.svg'),
(4287, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_image_aspect_ratio_24px.svg'),
(4288, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_iso_24px.svg'),
(4289, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_landscape_24px.svg'),
(4290, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_leak_add_24px.svg'),
(4291, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_leak_remove_24px.svg'),
(4292, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_lens_24px.svg'),
(4293, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_linked_camera_24px.svg'),
(4294, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_24px.svg'),
(4295, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_3_24px.svg'),
(4296, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_4_24px.svg'),
(4297, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_5_24px.svg'),
(4298, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_6_24px.svg'),
(4299, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_one_24px.svg'),
(4300, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_two_24px.svg'),
(4301, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_loupe_24px.svg'),
(4302, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_monochrome_photos_24px.svg'),
(4303, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_movie_creation_24px.svg'),
(4304, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_movie_filter_24px.svg'),
(4305, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_music_note_24px.svg'),
(4306, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_nature_24px.svg'),
(4307, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_nature_people_24px.svg'),
(4308, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_navigate_before_24px.svg'),
(4309, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_navigate_next_24px.svg'),
(4310, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_palette_24px.svg'),
(4311, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_24px.svg'),
(4312, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_fish_eye_24px.svg'),
(4313, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_horizontal_24px.svg'),
(4314, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_vertical_24px.svg'),
(4315, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_wide_angle_24px.svg'),
(4316, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_24px.svg'),
(4317, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_album_24px.svg'),
(4318, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_camera_24px.svg'),
(4319, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_filter_24px.svg'),
(4320, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_library_24px.svg'),
(4321, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_actual_24px.svg'),
(4322, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_large_24px.svg'),
(4323, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_small_24px.svg'),
(4324, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_picture_as_pdf_24px.svg'),
(4325, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_portrait_24px.svg'),
(4326, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_remove_red_eye_24px.svg'),
(4327, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_90_degrees_ccw_24px.svg'),
(4328, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_left_24px.svg'),
(4329, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_right_24px.svg'),
(4330, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_slideshow_24px.svg'),
(4331, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_straighten_24px.svg'),
(4332, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_style_24px.svg'),
(4333, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_switch_camera_24px.svg'),
(4334, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_switch_video_24px.svg'),
(4335, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tag_faces_24px.svg'),
(4336, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_texture_24px.svg'),
(4337, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timelapse_24px.svg'),
(4338, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_10_24px.svg'),
(4339, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_24px.svg'),
(4340, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_3_24px.svg'),
(4341, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_off_24px.svg'),
(4342, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tonality_24px.svg'),
(4343, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_transform_24px.svg'),
(4344, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tune_24px.svg'),
(4345, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_view_comfy_24px.svg'),
(4346, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_view_compact_24px.svg'),
(4347, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_vignette_24px.svg'),
(4348, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_auto_24px.svg'),
(4349, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_cloudy_24px.svg'),
(4350, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_incandescent_24px.svg'),
(4351, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_iridescent_24px.svg'),
(4352, 'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_sunny_24px.svg'),
(4353, 'wp-content/plugins/revslider/public/assets/assets/svg/index.php'),
(4354, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_add_location_24px.svg'),
(4355, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_beenhere_24px.svg'),
(4356, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_24px.svg'),
(4357, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_bike_24px.svg'),
(4358, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_boat_24px.svg'),
(4359, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_bus_24px.svg'),
(4360, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_car_24px.svg'),
(4361, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_railway_24px.svg'),
(4362, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_run_24px.svg'),
(4363, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_subway_24px.svg'),
(4364, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_transit_24px.svg'),
(4365, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_walk_24px.svg'),
(4366, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_edit_location_24px.svg'),
(4367, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_flight_24px.svg'),
(4368, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_hotel_24px.svg'),
(4369, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_layers_24px.svg'),
(4370, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_layers_clear_24px.svg'),
(4371, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_activity_24px.svg'),
(4372, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_airport_24px.svg'),
(4373, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_atm_24px.svg'),
(4374, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_bar_24px.svg'),
(4375, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_cafe_24px.svg'),
(4376, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_car_wash_24px.svg'),
(4377, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_convenience_store_24px.svg'),
(4378, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_dining_24px.svg'),
(4379, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_drink_24px.svg'),
(4380, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_florist_24px.svg'),
(4381, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_gas_station_24px.svg'),
(4382, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_grocery_store_24px.svg'),
(4383, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_hospital_24px.svg'),
(4384, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_hotel_24px.svg'),
(4385, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_laundry_service_24px.svg'),
(4386, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_library_24px.svg'),
(4387, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_mall_24px.svg'),
(4388, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_movies_24px.svg'),
(4389, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_offer_24px.svg'),
(4390, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_parking_24px.svg'),
(4391, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_pharmacy_24px.svg'),
(4392, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_phone_24px.svg'),
(4393, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_pizza_24px.svg'),
(4394, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_play_24px.svg'),
(4395, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_post_office_24px.svg'),
(4396, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_printshop_24px.svg'),
(4397, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_see_24px.svg'),
(4398, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_shipping_24px.svg'),
(4399, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_taxi_24px.svg'),
(4400, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_map_24px.svg'),
(4401, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_my_location_24px.svg'),
(4402, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_navigation_24px.svg'),
(4403, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_near_me_24px.svg'),
(4404, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_person_pin_24px.svg'),
(4405, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_person_pin_circle_24px.svg'),
(4406, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_pin_drop_24px.svg'),
(4407, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_place_24px.svg'),
(4408, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_rate_review_24px.svg'),
(4409, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_restaurant_menu_24px.svg'),
(4410, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_satellite_24px.svg');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`) VALUES
(4411, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_store_mall_directory_24px.svg'),
(4412, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_terrain_24px.svg'),
(4413, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_traffic_24px.svg'),
(4414, 'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_zoom_out_map_24px.svg'),
(4415, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_apps_24px.svg'),
(4416, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_apps_36px.svg'),
(4417, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_back_24px.svg'),
(4418, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_back_36px.svg'),
(4419, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_downward_24px.svg'),
(4420, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_24px.svg'),
(4421, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_36px.svg'),
(4422, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_circle_24px.svg'),
(4423, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_up_24px.svg'),
(4424, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_up_36px.svg'),
(4425, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_forward_24px.svg'),
(4426, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_forward_36px.svg'),
(4427, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_upward_24px.svg'),
(4428, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_cancel_24px.svg'),
(4429, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_cancel_36px.svg'),
(4430, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_check_24px.svg'),
(4431, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_check_36px.svg'),
(4432, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_left_24px.svg'),
(4433, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_left_36px.svg'),
(4434, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_right_24px.svg'),
(4435, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_right_36px.svg'),
(4436, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_close_24px.svg'),
(4437, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_close_36px.svg'),
(4438, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_less_24px.svg'),
(4439, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_less_36px.svg'),
(4440, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_more_24px.svg'),
(4441, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_more_36px.svg'),
(4442, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_24px.svg'),
(4443, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_36px.svg'),
(4444, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_exit_24px.svg'),
(4445, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_exit_36px.svg'),
(4446, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_menu_24px.svg'),
(4447, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_menu_36px.svg'),
(4448, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_horiz_24px.svg'),
(4449, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_horiz_36px.svg'),
(4450, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_vert_24px.svg'),
(4451, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_vert_36px.svg'),
(4452, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_refresh_24px.svg'),
(4453, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_refresh_36px.svg'),
(4454, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_subdirectory_arrow_left_24px.svg'),
(4455, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_subdirectory_arrow_right_24px.svg'),
(4456, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_less_24px.svg'),
(4457, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_less_36px.svg'),
(4458, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_more_24px.svg'),
(4459, 'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_more_36px.svg'),
(4460, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_adb_24px.svg'),
(4461, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_flat_24px.svg'),
(4462, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_flat_angled_24px.svg'),
(4463, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_individual_suite_24px.svg'),
(4464, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_extra_24px.svg'),
(4465, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_normal_24px.svg'),
(4466, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_reduced_24px.svg'),
(4467, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_recline_extra_24px.svg'),
(4468, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_recline_normal_24px.svg'),
(4469, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_bluetooth_audio_24px.svg'),
(4470, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_confirmation_number_24px.svg'),
(4471, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_disc_full_24px.svg'),
(4472, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_do_not_disturb_24px.svg'),
(4473, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_do_not_disturb_alt_24px.svg'),
(4474, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_drive_eta_24px.svg'),
(4475, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_enhanced_encryption_24px.svg'),
(4476, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_event_available_24px.svg'),
(4477, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_event_busy_24px.svg'),
(4478, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_event_note_24px.svg'),
(4479, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_folder_special_24px.svg'),
(4480, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_live_tv_24px.svg'),
(4481, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_mms_24px.svg'),
(4482, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_more_24px.svg'),
(4483, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_network_check_24px.svg'),
(4484, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_network_locked_24px.svg'),
(4485, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_no_encryption_24px.svg'),
(4486, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_ondemand_video_24px.svg'),
(4487, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_personal_video_24px.svg'),
(4488, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_bluetooth_speaker_24px.svg'),
(4489, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_forwarded_24px.svg'),
(4490, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_in_talk_24px.svg'),
(4491, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_locked_24px.svg'),
(4492, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_missed_24px.svg'),
(4493, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_paused_24px.svg'),
(4494, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_power_24px.svg'),
(4495, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_rv_hookup_24px.svg'),
(4496, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sd_card_24px.svg'),
(4497, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sim_card_alert_24px.svg'),
(4498, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sms_24px.svg'),
(4499, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sms_failed_24px.svg'),
(4500, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_24px.svg'),
(4501, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_disabled_24px.svg'),
(4502, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_problem_24px.svg'),
(4503, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_system_update_24px.svg'),
(4504, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_tap_and_play_24px.svg'),
(4505, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_time_to_leave_24px.svg'),
(4506, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_vibration_24px.svg'),
(4507, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_voice_chat_24px.svg'),
(4508, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_vpn_lock_24px.svg'),
(4509, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_wc_24px.svg'),
(4510, 'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_wifi_24px.svg'),
(4511, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_ac_unit_24px.svg'),
(4512, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_airport_shuttle_24px.svg'),
(4513, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_all_inclusive_24px.svg'),
(4514, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_beach_access_24px.svg'),
(4515, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_business_center_24px.svg'),
(4516, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_casino_24px.svg'),
(4517, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_child_care_24px.svg'),
(4518, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_child_friendly_24px.svg'),
(4519, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_fitness_center_24px.svg'),
(4520, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_free_breakfast_24px.svg'),
(4521, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_golf_course_24px.svg'),
(4522, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_hot_tub_24px.svg'),
(4523, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_kitchen_24px.svg'),
(4524, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_pool_24px.svg'),
(4525, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_room_service_24px.svg'),
(4526, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_smoke_free_24px.svg'),
(4527, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_smoking_rooms_24px.svg'),
(4528, 'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_spa_24px.svg'),
(4529, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_cake_24px.svg'),
(4530, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_domain_24px.svg'),
(4531, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_group_24px.svg'),
(4532, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_group_add_24px.svg'),
(4533, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_location_city_24px.svg'),
(4534, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_mood_24px.svg'),
(4535, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_mood_bad_24px.svg'),
(4536, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_24px.svg'),
(4537, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_active_24px.svg'),
(4538, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_none_24px.svg'),
(4539, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_off_24px.svg'),
(4540, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_paused_24px.svg'),
(4541, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_pages_24px.svg'),
(4542, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_party_mode_24px.svg'),
(4543, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_people_24px.svg'),
(4544, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_people_outline_24px.svg'),
(4545, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_24px.svg'),
(4546, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_add_24px.svg'),
(4547, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_outline_24px.svg'),
(4548, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_plus_one_24px.svg'),
(4549, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_poll_24px.svg'),
(4550, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_public_24px.svg'),
(4551, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_school_24px.svg'),
(4552, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_share_24px.svg'),
(4553, 'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_whatshot_24px.svg'),
(4554, 'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_check_box_24px.svg'),
(4555, 'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_check_box_outline_blank_24px.svg'),
(4556, 'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_indeterminate_check_box_24px.svg'),
(4557, 'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_radio_button_checked_24px.svg'),
(4558, 'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_radio_button_unchecked_24px.svg'),
(4559, 'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_24px.svg'),
(4560, 'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_border_24px.svg'),
(4561, 'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_half_24px.svg'),
(4562, 'wp-content/plugins/revslider/public/assets/css/index.php'),
(4563, 'wp-content/plugins/revslider/public/assets/fonts/font-awesome/fonts/fontawesome-webfont.svg'),
(4564, 'wp-content/plugins/revslider/public/assets/fonts/font-awesome/index.php'),
(4565, 'wp-content/plugins/revslider/public/assets/fonts/index.php'),
(4566, 'wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/css/index.php'),
(4567, 'wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg'),
(4568, 'wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts/index.php'),
(4569, 'wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/index.php'),
(4570, 'wp-content/plugins/revslider/public/assets/fonts/revicons/index.php'),
(4571, 'wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.svg'),
(4572, 'wp-content/plugins/revslider/public/assets/index.php'),
(4573, 'wp-content/plugins/revslider/public/assets/js/extensions/index.php'),
(4574, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.actions.min.js'),
(4575, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.carousel.min.js'),
(4576, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.kenburn.min.js'),
(4577, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.layeranimation.min.js'),
(4578, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.migration.min.js'),
(4579, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.navigation.min.js'),
(4580, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.parallax.min.js'),
(4581, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.slideanims.min.js'),
(4582, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.video.min.js'),
(4583, 'wp-content/plugins/revslider/public/assets/js/index.php'),
(4584, 'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.enablelog.js'),
(4585, 'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.revolution.min.js'),
(4586, 'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js'),
(4587, 'wp-content/plugins/revslider/public/assets/js/tp-color-picker.min.js'),
(4588, 'wp-content/plugins/revslider/public/index.php'),
(4589, 'wp-content/plugins/revslider/public/revslider-front.class.php'),
(4590, 'wp-content/plugins/revslider/public/views/revslider-page-template.php'),
(4591, 'wp-content/plugins/revslider/release_log.html'),
(4592, 'wp-content/plugins/revslider/revslider.php'),
(4593, 'wp-content/plugins/revslider/uninstall.php'),
(4594, 'wp-content/plugins/trx_utils/api/api.php'),
(4595, 'wp-content/plugins/trx_utils/api/bbpress/bbpress.php'),
(4596, 'wp-content/plugins/trx_utils/api/booked/booked.php'),
(4597, 'wp-content/plugins/trx_utils/api/calculated-fields-form/calculated-fields-form.php'),
(4598, 'wp-content/plugins/trx_utils/api/contact-form-7/contact-form-7.php'),
(4599, 'wp-content/plugins/trx_utils/api/content_timeline/content_timeline.php'),
(4600, 'wp-content/plugins/trx_utils/api/easy-digital-downloads/easy-digital-downloads.php'),
(4601, 'wp-content/plugins/trx_utils/api/essential-grid/essential-grid.php'),
(4602, 'wp-content/plugins/trx_utils/api/instagram-feed/instagram-feed.php'),
(4603, 'wp-content/plugins/trx_utils/api/js_composer/js_composer.php'),
(4604, 'wp-content/plugins/trx_utils/api/mailchimp-for-wp/mailchimp-for-wp.php'),
(4605, 'wp-content/plugins/trx_utils/api/mp-timetable/mp-timetable.php'),
(4606, 'wp-content/plugins/trx_utils/api/revslider/revslider.php'),
(4607, 'wp-content/plugins/trx_utils/api/siteorigin-panels/siteorigin-panels.php'),
(4608, 'wp-content/plugins/trx_utils/api/sitepress-multilingual-cms/sitepress-multilingual-cms.php'),
(4609, 'wp-content/plugins/trx_utils/api/the-events-calendar/the-events-calendar.php'),
(4610, 'wp-content/plugins/trx_utils/api/tourmaster/tourmaster.php'),
(4611, 'wp-content/plugins/trx_utils/api/trx_donations/trx_donations.php'),
(4612, 'wp-content/plugins/trx_utils/api/ubermenu/ubermenu.php'),
(4613, 'wp-content/plugins/trx_utils/api/vc-extensions-bundle/vc-extensions-bundle.php'),
(4614, 'wp-content/plugins/trx_utils/api/woocommerce/woocommerce.php'),
(4615, 'wp-content/plugins/trx_utils/api/wp-booking-calendar/wp-booking-calendar.php'),
(4616, 'wp-content/plugins/trx_utils/css/font-icons/demo.html'),
(4617, 'wp-content/plugins/trx_utils/css/font-icons/font/trx_addons_icons.svg'),
(4618, 'wp-content/plugins/trx_utils/importer/class.importer.php'),
(4619, 'wp-content/plugins/trx_utils/importer/importer.js'),
(4620, 'wp-content/plugins/trx_utils/importer/importer.php'),
(4621, 'wp-content/plugins/trx_utils/importer/index.php'),
(4622, 'wp-content/plugins/trx_utils/includes/core.socials.php'),
(4623, 'wp-content/plugins/trx_utils/includes/plugin.debug.php'),
(4624, 'wp-content/plugins/trx_utils/includes/plugin.files.php'),
(4625, 'wp-content/plugins/trx_utils/includes/plugin.html.php'),
(4626, 'wp-content/plugins/trx_utils/includes/plugin.users.php'),
(4627, 'wp-content/plugins/trx_utils/includes/support.attachment.php'),
(4628, 'wp-content/plugins/trx_utils/includes/support.clients.php'),
(4629, 'wp-content/plugins/trx_utils/includes/support.courses.php'),
(4630, 'wp-content/plugins/trx_utils/includes/support.matches.php'),
(4631, 'wp-content/plugins/trx_utils/includes/support.menuitems.php'),
(4632, 'wp-content/plugins/trx_utils/includes/support.services.php'),
(4633, 'wp-content/plugins/trx_utils/includes/support.team.php'),
(4634, 'wp-content/plugins/trx_utils/includes/support.testimonials.php'),
(4635, 'wp-content/plugins/trx_utils/js/trx_utils.js'),
(4636, 'wp-content/plugins/trx_utils/lib/less/Cache.php'),
(4637, 'wp-content/plugins/trx_utils/lib/less/Less.php'),
(4638, 'wp-content/plugins/trx_utils/lib/less/Version.php'),
(4639, 'wp-content/plugins/trx_utils/lib/lessc/lessc.inc.php'),
(4640, 'wp-content/plugins/trx_utils/lib/tmhOAuth/tmhOAuth.php'),
(4641, 'wp-content/plugins/trx_utils/shortcodes/core.shortcodes.php'),
(4642, 'wp-content/plugins/trx_utils/shortcodes/shortcodes_admin.js'),
(4643, 'wp-content/plugins/trx_utils/shortcodes/shortcodes_settings.php'),
(4644, 'wp-content/plugins/trx_utils/shortcodes/shortcodes_vc.php'),
(4645, 'wp-content/plugins/trx_utils/shortcodes/shortcodes_vc_admin.js'),
(4646, 'wp-content/plugins/trx_utils/shortcodes/shortcodes_vc_classes.php'),
(4647, 'wp-content/plugins/trx_utils/shortcodes/shortcodes_vc_front.js'),
(4648, 'wp-content/plugins/trx_utils/shortcodes/theme.shortcodes.js'),
(4649, 'wp-content/plugins/trx_utils/shortcodes/theme.shortcodes_vc_front.js'),
(4650, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/anchor.php'),
(4651, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/audio.php'),
(4652, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/blogger.php'),
(4653, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/br.php'),
(4654, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/call_to_action.php'),
(4655, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/chat.php'),
(4656, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/columns.php'),
(4657, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/content.php'),
(4658, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/form.php'),
(4659, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/googlemap.php'),
(4660, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/hide.php'),
(4661, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/image.php'),
(4662, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/infobox.php'),
(4663, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/intro.php'),
(4664, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/line.php'),
(4665, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/list.php'),
(4666, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/price_block.php'),
(4667, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/promo.php'),
(4668, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/quote.php'),
(4669, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/reviews.php'),
(4670, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/search.php'),
(4671, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/section.php'),
(4672, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/skills.php'),
(4673, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/slider.php'),
(4674, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/socials.php'),
(4675, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/table.php'),
(4676, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/title.php'),
(4677, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/twitter.php'),
(4678, 'wp-content/plugins/trx_utils/shortcodes/trx_basic/video.php'),
(4679, 'wp-content/plugins/trx_utils/shortcodes/trx_optional/accordion.php'),
(4680, 'wp-content/plugins/trx_utils/shortcodes/trx_optional/button.php'),
(4681, 'wp-content/plugins/trx_utils/shortcodes/trx_optional/countdown.php'),
(4682, 'wp-content/plugins/trx_utils/shortcodes/trx_optional/dropcaps.php'),
(4683, 'wp-content/plugins/trx_utils/shortcodes/trx_optional/highlight.php'),
(4684, 'wp-content/plugins/trx_utils/shortcodes/trx_optional/icon.php'),
(4685, 'wp-content/plugins/trx_utils/shortcodes/trx_optional/number.php'),
(4686, 'wp-content/plugins/trx_utils/shortcodes/trx_optional/parallax.php'),
(4687, 'wp-content/plugins/trx_utils/shortcodes/trx_optional/popup.php'),
(4688, 'wp-content/plugins/trx_utils/shortcodes/trx_optional/price.php'),
(4689, 'wp-content/plugins/trx_utils/shortcodes/trx_optional/tabs.php'),
(4690, 'wp-content/plugins/trx_utils/shortcodes/trx_optional/toggles.php'),
(4691, 'wp-content/plugins/trx_utils/shortcodes/trx_optional/tooltip.php'),
(4692, 'wp-content/plugins/trx_utils/shortcodes/trx_optional/zoom.php'),
(4693, 'wp-content/plugins/trx_utils/templates/tpl.login.php'),
(4694, 'wp-content/plugins/trx_utils/templates/tpl.register.php'),
(4695, 'wp-content/plugins/trx_utils/trx_utils.php'),
(4696, 'wp-content/plugins/trx_utils/widgets/banner.php'),
(4697, 'wp-content/plugins/trx_utils/widgets/calendar.php'),
(4698, 'wp-content/plugins/trx_utils/widgets/categories.php'),
(4699, 'wp-content/plugins/trx_utils/widgets/flickr.php'),
(4700, 'wp-content/plugins/trx_utils/widgets/qrcode/jquery.qrcode-0.6.0.min.js'),
(4701, 'wp-content/plugins/trx_utils/widgets/qrcode/qrcode.admin.js'),
(4702, 'wp-content/plugins/trx_utils/widgets/qrcode/qrcode.php'),
(4703, 'wp-content/plugins/trx_utils/widgets/socials.php'),
(4704, 'wp-content/plugins/trx_utils/widgets/twitter.php'),
(4705, 'wp-content/plugins/wordfence/crypto/vendor/autoload.php'),
(4706, 'wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php'),
(4707, 'wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE'),
(4708, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php'),
(4709, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php'),
(4710, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php'),
(4711, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php'),
(4712, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php'),
(4713, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php'),
(4714, 'wp-content/plugins/wordfence/crypto/vendor/composer/installed.json'),
(4715, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE'),
(4716, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey'),
(4717, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc'),
(4718, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php'),
(4719, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php'),
(4720, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php'),
(4721, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php'),
(4722, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php'),
(4723, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php'),
(4724, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php'),
(4725, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php'),
(4726, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php'),
(4727, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php'),
(4728, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE'),
(4729, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-fast.php'),
(4730, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-pedantic.php'),
(4731, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php'),
(4732, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php'),
(4733, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php'),
(4734, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php'),
(4735, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php'),
(4736, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php'),
(4737, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php'),
(4738, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),
(4739, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),
(4740, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php'),
(4741, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php'),
(4742, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),
(4743, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),
(4744, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),
(4745, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),
(4746, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),
(4747, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php'),
(4748, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php'),
(4749, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php'),
(4750, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php'),
(4751, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php'),
(4752, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php'),
(4753, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php'),
(4754, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php'),
(4755, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php'),
(4756, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php'),
(4757, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php'),
(4758, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php'),
(4759, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php'),
(4760, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php'),
(4761, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php'),
(4762, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php'),
(4763, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php'),
(4764, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php'),
(4765, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),
(4766, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php'),
(4767, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php'),
(4768, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),
(4769, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),
(4770, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php'),
(4771, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php'),
(4772, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),
(4773, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php'),
(4774, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php'),
(4775, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php'),
(4776, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php'),
(4777, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php'),
(4778, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php'),
(4779, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php'),
(4780, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php'),
(4781, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php'),
(4782, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php'),
(4783, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php'),
(4784, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php'),
(4785, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php'),
(4786, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php'),
(4787, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php'),
(4788, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),
(4789, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php'),
(4790, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php'),
(4791, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),
(4792, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),
(4793, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),
(4794, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),
(4795, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),
(4796, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php'),
(4797, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php'),
(4798, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php'),
(4799, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php'),
(4800, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php'),
(4801, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php'),
(4802, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php'),
(4803, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php'),
(4804, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php'),
(4805, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php'),
(4806, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php'),
(4807, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php'),
(4808, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php'),
(4809, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php'),
(4810, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php'),
(4811, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php'),
(4812, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php'),
(4813, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php'),
(4814, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php'),
(4815, 'wp-content/plugins/wordfence/css/activity-report-widget.1581523568.css'),
(4816, 'wp-content/plugins/wordfence/css/diff.1581523568.css'),
(4817, 'wp-content/plugins/wordfence/css/dt_table.1581523568.css'),
(4818, 'wp-content/plugins/wordfence/css/fullLog.1581523568.css'),
(4819, 'wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png'),
(4820, 'wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png'),
(4821, 'wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png'),
(4822, 'wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png'),
(4823, 'wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png'),
(4824, 'wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png'),
(4825, 'wp-content/plugins/wordfence/css/iptraf.1581523568.css'),
(4826, 'wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1581523568.css'),
(4827, 'wp-content/plugins/wordfence/css/jquery-ui.min.1581523568.css'),
(4828, 'wp-content/plugins/wordfence/css/jquery-ui.structure.min.1581523568.css'),
(4829, 'wp-content/plugins/wordfence/css/jquery-ui.theme.min.1581523568.css'),
(4830, 'wp-content/plugins/wordfence/css/main.1581523568.css'),
(4831, 'wp-content/plugins/wordfence/css/phpinfo.1581523568.css'),
(4832, 'wp-content/plugins/wordfence/css/wf-adminbar.1581523568.css'),
(4833, 'wp-content/plugins/wordfence/css/wf-colorbox.1581523568.css'),
(4834, 'wp-content/plugins/wordfence/css/wf-font-awesome.1581523568.css'),
(4835, 'wp-content/plugins/wordfence/css/wf-global.1581523568.css'),
(4836, 'wp-content/plugins/wordfence/css/wf-ionicons.1581523568.css'),
(4837, 'wp-content/plugins/wordfence/css/wf-onboarding.1581523568.css'),
(4838, 'wp-content/plugins/wordfence/css/wf-roboto-font.1581523568.css'),
(4839, 'wp-content/plugins/wordfence/css/wfselect2.min.1581523568.css'),
(4840, 'wp-content/plugins/wordfence/css/wordfenceBox.1581523568.css'),
(4841, 'wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff'),
(4842, 'wp-content/plugins/wordfence/fonts/ionicons.woff'),
(4843, 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff'),
(4844, 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff'),
(4845, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff'),
(4846, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff'),
(4847, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff'),
(4848, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff'),
(4849, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff'),
(4850, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff'),
(4851, 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff'),
(4852, 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff'),
(4853, 'wp-content/plugins/wordfence/images/2fa-whole.svg'),
(4854, 'wp-content/plugins/wordfence/images/2fa1.svg'),
(4855, 'wp-content/plugins/wordfence/images/2fa2.svg'),
(4856, 'wp-content/plugins/wordfence/images/back_disabled.jpg'),
(4857, 'wp-content/plugins/wordfence/images/back_enabled.jpg'),
(4858, 'wp-content/plugins/wordfence/images/blocking.svg'),
(4859, 'wp-content/plugins/wordfence/images/button-grad-grey.png'),
(4860, 'wp-content/plugins/wordfence/images/checkbox.png'),
(4861, 'wp-content/plugins/wordfence/images/flags.png'),
(4862, 'wp-content/plugins/wordfence/images/forward_disabled.jpg'),
(4863, 'wp-content/plugins/wordfence/images/forward_enabled.jpg'),
(4864, 'wp-content/plugins/wordfence/images/help.png'),
(4865, 'wp-content/plugins/wordfence/images/icons/ajax24.gif'),
(4866, 'wp-content/plugins/wordfence/images/icons/ajax3.gif'),
(4867, 'wp-content/plugins/wordfence/images/icons/ajaxRed16.gif'),
(4868, 'wp-content/plugins/wordfence/images/icons/ajaxScan.gif'),
(4869, 'wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif'),
(4870, 'wp-content/plugins/wordfence/images/icons/arrow_refresh.png'),
(4871, 'wp-content/plugins/wordfence/images/icons/bullet_yellow.png'),
(4872, 'wp-content/plugins/wordfence/images/icons/email_go.png'),
(4873, 'wp-content/plugins/wordfence/images/icons/error128.png'),
(4874, 'wp-content/plugins/wordfence/images/icons/magnifier.png'),
(4875, 'wp-content/plugins/wordfence/images/icons/tick128.png'),
(4876, 'wp-content/plugins/wordfence/images/icons/warning128.png'),
(4877, 'wp-content/plugins/wordfence/images/icons/working-indicator.gif'),
(4878, 'wp-content/plugins/wordfence/images/lightbox-controls.png'),
(4879, 'wp-content/plugins/wordfence/images/loading.gif'),
(4880, 'wp-content/plugins/wordfence/images/loading_background.png'),
(4881, 'wp-content/plugins/wordfence/images/loading_large.gif'),
(4882, 'wp-content/plugins/wordfence/images/logo.png'),
(4883, 'wp-content/plugins/wordfence/images/options.svg'),
(4884, 'wp-content/plugins/wordfence/images/ratelimiting.svg'),
(4885, 'wp-content/plugins/wordfence/images/sort_asc.gif'),
(4886, 'wp-content/plugins/wordfence/images/sort_asc.png'),
(4887, 'wp-content/plugins/wordfence/images/sort_asc_disabled.gif'),
(4888, 'wp-content/plugins/wordfence/images/sort_asc_disabled.png'),
(4889, 'wp-content/plugins/wordfence/images/sort_both.gif'),
(4890, 'wp-content/plugins/wordfence/images/sort_both.png'),
(4891, 'wp-content/plugins/wordfence/images/sort_desc.gif'),
(4892, 'wp-content/plugins/wordfence/images/sort_desc.png'),
(4893, 'wp-content/plugins/wordfence/images/sort_desc_disabled.gif'),
(4894, 'wp-content/plugins/wordfence/images/sort_desc_disabled.png'),
(4895, 'wp-content/plugins/wordfence/images/support.svg'),
(4896, 'wp-content/plugins/wordfence/images/tools.svg'),
(4897, 'wp-content/plugins/wordfence/images/wf-central-logo.svg'),
(4898, 'wp-content/plugins/wordfence/images/wf-horizontal.svg'),
(4899, 'wp-content/plugins/wordfence/images/wordfence-logo.svg'),
(4900, 'wp-content/plugins/wordfence/index.php'),
(4901, 'wp-content/plugins/wordfence/js/Chart.bundle.min.1581523568.js'),
(4902, 'wp-content/plugins/wordfence/js/admin.1581523568.js'),
(4903, 'wp-content/plugins/wordfence/js/admin.ajaxWatcher.1581523568.js'),
(4904, 'wp-content/plugins/wordfence/js/admin.liveTraffic.1581523568.js'),
(4905, 'wp-content/plugins/wordfence/js/date.1581523568.js'),
(4906, 'wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1581523568.js'),
(4907, 'wp-content/plugins/wordfence/js/jquery.colorbox-min.1581523568.js'),
(4908, 'wp-content/plugins/wordfence/js/jquery.colorbox.1581523568.js'),
(4909, 'wp-content/plugins/wordfence/js/jquery.dataTables.min.1581523568.js'),
(4910, 'wp-content/plugins/wordfence/js/jquery.qrcode.min.1581523568.js'),
(4911, 'wp-content/plugins/wordfence/js/jquery.tmpl.min.1581523568.js'),
(4912, 'wp-content/plugins/wordfence/js/jquery.tools.min.1581523568.js'),
(4913, 'wp-content/plugins/wordfence/js/knockout-3.3.0.1581523568.js'),
(4914, 'wp-content/plugins/wordfence/js/wfdashboard.1581523568.js'),
(4915, 'wp-content/plugins/wordfence/js/wfdropdown.1581523568.js'),
(4916, 'wp-content/plugins/wordfence/js/wfglobal.1581523568.js'),
(4917, 'wp-content/plugins/wordfence/js/wfpopover.1581523568.js'),
(4918, 'wp-content/plugins/wordfence/js/wfselect2.min.1581523568.js'),
(4919, 'wp-content/plugins/wordfence/lib/.htaccess'),
(4920, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php'),
(4921, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php'),
(4922, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php'),
(4923, 'wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php'),
(4924, 'wp-content/plugins/wordfence/lib/Diff.php'),
(4925, 'wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb'),
(4926, 'wp-content/plugins/wordfence/lib/IPTraf.php'),
(4927, 'wp-content/plugins/wordfence/lib/IPTrafList.php'),
(4928, 'wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php'),
(4929, 'wp-content/plugins/wordfence/lib/compat.php'),
(4930, 'wp-content/plugins/wordfence/lib/conntest.php'),
(4931, 'wp-content/plugins/wordfence/lib/cronview.php'),
(4932, 'wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php'),
(4933, 'wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php'),
(4934, 'wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php'),
(4935, 'wp-content/plugins/wordfence/lib/dashboard/widget_countries.php'),
(4936, 'wp-content/plugins/wordfence/lib/dashboard/widget_ips.php'),
(4937, 'wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php'),
(4938, 'wp-content/plugins/wordfence/lib/dashboard/widget_logins.php'),
(4939, 'wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php'),
(4940, 'wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php'),
(4941, 'wp-content/plugins/wordfence/lib/dashboard/widget_tdf.php'),
(4942, 'wp-content/plugins/wordfence/lib/dbview.php'),
(4943, 'wp-content/plugins/wordfence/lib/diffResult.php'),
(4944, 'wp-content/plugins/wordfence/lib/email_genericAlert.php'),
(4945, 'wp-content/plugins/wordfence/lib/email_newIssues.php'),
(4946, 'wp-content/plugins/wordfence/lib/email_unlockRequest.php'),
(4947, 'wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php'),
(4948, 'wp-content/plugins/wordfence/lib/flags.php'),
(4949, 'wp-content/plugins/wordfence/lib/live_activity.php'),
(4950, 'wp-content/plugins/wordfence/lib/menu_dashboard.php'),
(4951, 'wp-content/plugins/wordfence/lib/menu_dashboard_options.php'),
(4952, 'wp-content/plugins/wordfence/lib/menu_firewall.php'),
(4953, 'wp-content/plugins/wordfence/lib/menu_firewall_blocking.php'),
(4954, 'wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php'),
(4955, 'wp-content/plugins/wordfence/lib/menu_firewall_waf.php'),
(4956, 'wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php'),
(4957, 'wp-content/plugins/wordfence/lib/menu_options.php'),
(4958, 'wp-content/plugins/wordfence/lib/menu_scanner.php'),
(4959, 'wp-content/plugins/wordfence/lib/menu_scanner_credentials.php'),
(4960, 'wp-content/plugins/wordfence/lib/menu_scanner_options.php'),
(4961, 'wp-content/plugins/wordfence/lib/menu_support.php'),
(4962, 'wp-content/plugins/wordfence/lib/menu_tools.php'),
(4963, 'wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php'),
(4964, 'wp-content/plugins/wordfence/lib/menu_tools_importExport.php'),
(4965, 'wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php'),
(4966, 'wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php'),
(4967, 'wp-content/plugins/wordfence/lib/menu_tools_whois.php'),
(4968, 'wp-content/plugins/wordfence/lib/menu_wordfence_central.php'),
(4969, 'wp-content/plugins/wordfence/lib/noc1.key'),
(4970, 'wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php'),
(4971, 'wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php'),
(4972, 'wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php'),
(4973, 'wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php'),
(4974, 'wp-content/plugins/wordfence/lib/sysinfo.php'),
(4975, 'wp-content/plugins/wordfence/lib/unknownFiles.php'),
(4976, 'wp-content/plugins/wordfence/lib/viewFullActivityLog.php'),
(4977, 'wp-content/plugins/wordfence/lib/wf503.php'),
(4978, 'wp-content/plugins/wordfence/lib/wfAPI.php'),
(4979, 'wp-content/plugins/wordfence/lib/wfActivityReport.php'),
(4980, 'wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php'),
(4981, 'wp-content/plugins/wordfence/lib/wfAlerts.php'),
(4982, 'wp-content/plugins/wordfence/lib/wfArray.php'),
(4983, 'wp-content/plugins/wordfence/lib/wfBrowscap.php'),
(4984, 'wp-content/plugins/wordfence/lib/wfBrowscapCache.php'),
(4985, 'wp-content/plugins/wordfence/lib/wfBulkCountries.php'),
(4986, 'wp-content/plugins/wordfence/lib/wfCache.php'),
(4987, 'wp-content/plugins/wordfence/lib/wfCentralAPI.php'),
(4988, 'wp-content/plugins/wordfence/lib/wfConfig.php'),
(4989, 'wp-content/plugins/wordfence/lib/wfCrawl.php'),
(4990, 'wp-content/plugins/wordfence/lib/wfCredentialsController.php'),
(4991, 'wp-content/plugins/wordfence/lib/wfCrypt.php'),
(4992, 'wp-content/plugins/wordfence/lib/wfDB.php'),
(4993, 'wp-content/plugins/wordfence/lib/wfDashboard.php'),
(4994, 'wp-content/plugins/wordfence/lib/wfDateLocalization.php'),
(4995, 'wp-content/plugins/wordfence/lib/wfDiagnostic.php'),
(4996, 'wp-content/plugins/wordfence/lib/wfDict.php'),
(4997, 'wp-content/plugins/wordfence/lib/wfDirectoryIterator.php'),
(4998, 'wp-content/plugins/wordfence/lib/wfHelperBin.php'),
(4999, 'wp-content/plugins/wordfence/lib/wfHelperString.php'),
(5000, 'wp-content/plugins/wordfence/lib/wfIPWhitelist.php'),
(5001, 'wp-content/plugins/wordfence/lib/wfImportExportController.php'),
(5002, 'wp-content/plugins/wordfence/lib/wfIssues.php'),
(5003, 'wp-content/plugins/wordfence/lib/wfJWT.php'),
(5004, 'wp-content/plugins/wordfence/lib/wfLockedOut.php'),
(5005, 'wp-content/plugins/wordfence/lib/wfLog.php'),
(5006, 'wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php'),
(5007, 'wp-content/plugins/wordfence/lib/wfModuleController.php'),
(5008, 'wp-content/plugins/wordfence/lib/wfNotification.php'),
(5009, 'wp-content/plugins/wordfence/lib/wfOnboardingController.php'),
(5010, 'wp-content/plugins/wordfence/lib/wfPersistenceController.php'),
(5011, 'wp-content/plugins/wordfence/lib/wfRESTAPI.php'),
(5012, 'wp-content/plugins/wordfence/lib/wfScan.php'),
(5013, 'wp-content/plugins/wordfence/lib/wfScanEngine.php'),
(5014, 'wp-content/plugins/wordfence/lib/wfSchema.php'),
(5015, 'wp-content/plugins/wordfence/lib/wfStyle.php'),
(5016, 'wp-content/plugins/wordfence/lib/wfSupportController.php'),
(5017, 'wp-content/plugins/wordfence/lib/wfUnlockMsg.php'),
(5018, 'wp-content/plugins/wordfence/lib/wfUpdateCheck.php'),
(5019, 'wp-content/plugins/wordfence/lib/wfUtils.php'),
(5020, 'wp-content/plugins/wordfence/lib/wfVersionCheckController.php'),
(5021, 'wp-content/plugins/wordfence/lib/wfView.php'),
(5022, 'wp-content/plugins/wordfence/lib/wfViewResult.php'),
(5023, 'wp-content/plugins/wordfence/lib/wordfenceClass.php'),
(5024, 'wp-content/plugins/wordfence/lib/wordfenceConstants.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`) VALUES
(5025, 'wp-content/plugins/wordfence/lib/wordfenceHash.php'),
(5026, 'wp-content/plugins/wordfence/lib/wordfenceScanner.php'),
(5027, 'wp-content/plugins/wordfence/lib/wordfenceURLHoover.php'),
(5028, 'wp-content/plugins/wordfence/models/.htaccess'),
(5029, 'wp-content/plugins/wordfence/models/block/wfBlock.php'),
(5030, 'wp-content/plugins/wordfence/models/block/wfRateLimit.php'),
(5031, 'wp-content/plugins/wordfence/models/common/wfGeoIP2.php'),
(5032, 'wp-content/plugins/wordfence/models/common/wfTab.php'),
(5033, 'wp-content/plugins/wordfence/models/firewall/wfFirewall.php'),
(5034, 'wp-content/plugins/wordfence/models/page/wfPage.php'),
(5035, 'wp-content/plugins/wordfence/models/scanner/wfScanner.php'),
(5036, 'wp-content/plugins/wordfence/modules/login-security/classes/.htaccess'),
(5037, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php'),
(5038, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php'),
(5039, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php'),
(5040, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php'),
(5041, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php'),
(5042, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php'),
(5043, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php'),
(5044, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php'),
(5045, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php'),
(5046, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php'),
(5047, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php'),
(5048, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php'),
(5049, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php'),
(5050, 'wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php'),
(5051, 'wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php'),
(5052, 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php'),
(5053, 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php'),
(5054, 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php'),
(5055, 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php'),
(5056, 'wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php'),
(5057, 'wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php'),
(5058, 'wp-content/plugins/wordfence/modules/login-security/classes/model/request.php'),
(5059, 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php'),
(5060, 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php'),
(5061, 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php'),
(5062, 'wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php'),
(5063, 'wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php'),
(5064, 'wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php'),
(5065, 'wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php'),
(5066, 'wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php'),
(5067, 'wp-content/plugins/wordfence/modules/login-security/classes/model/view.php'),
(5068, 'wp-content/plugins/wordfence/modules/login-security/css/admin-global.1581523568.css'),
(5069, 'wp-content/plugins/wordfence/modules/login-security/css/admin.1581523568.css'),
(5070, 'wp-content/plugins/wordfence/modules/login-security/css/colorbox.1581523568.css'),
(5071, 'wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1581523568.css'),
(5072, 'wp-content/plugins/wordfence/modules/login-security/css/ionicons.1581523568.css'),
(5073, 'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui-timepicker-addon.1581523568.css'),
(5074, 'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1581523568.css'),
(5075, 'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1581523568.css'),
(5076, 'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1581523568.css'),
(5077, 'wp-content/plugins/wordfence/modules/login-security/css/login.1581523568.css'),
(5078, 'wp-content/plugins/wordfence/modules/login-security/img/header.svg'),
(5079, 'wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png'),
(5080, 'wp-content/plugins/wordfence/modules/login-security/img/loading.gif'),
(5081, 'wp-content/plugins/wordfence/modules/login-security/img/loading_background.png'),
(5082, 'wp-content/plugins/wordfence/modules/login-security/img/menu.svg'),
(5083, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png'),
(5084, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png'),
(5085, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png'),
(5086, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png'),
(5087, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png'),
(5088, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png'),
(5089, 'wp-content/plugins/wordfence/modules/login-security/js/admin-global.1581523568.js'),
(5090, 'wp-content/plugins/wordfence/modules/login-security/js/admin.1581523568.js'),
(5091, 'wp-content/plugins/wordfence/modules/login-security/js/jquery-ui-timepicker-addon.1581523568.js'),
(5092, 'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1581523568.js'),
(5093, 'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1581523568.js'),
(5094, 'wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1581523568.js'),
(5095, 'wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1581523568.js'),
(5096, 'wp-content/plugins/wordfence/modules/login-security/js/login.1581523568.js'),
(5097, 'wp-content/plugins/wordfence/modules/login-security/views/.htaccess'),
(5098, 'wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php'),
(5099, 'wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php'),
(5100, 'wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php'),
(5101, 'wp-content/plugins/wordfence/modules/login-security/views/manage/code.php'),
(5102, 'wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php'),
(5103, 'wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php'),
(5104, 'wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php'),
(5105, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php'),
(5106, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php'),
(5107, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php'),
(5108, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php'),
(5109, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-require-2fa.php'),
(5110, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php'),
(5111, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php'),
(5112, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php'),
(5113, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php'),
(5114, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php'),
(5115, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php'),
(5116, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php'),
(5117, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php'),
(5118, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php'),
(5119, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php'),
(5120, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php'),
(5121, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php'),
(5122, 'wp-content/plugins/wordfence/modules/login-security/views/page/manage.php'),
(5123, 'wp-content/plugins/wordfence/modules/login-security/views/page/page.php'),
(5124, 'wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php'),
(5125, 'wp-content/plugins/wordfence/modules/login-security/views/page/settings.php'),
(5126, 'wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php'),
(5127, 'wp-content/plugins/wordfence/modules/login-security/views/settings/options.php'),
(5128, 'wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php'),
(5129, 'wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php'),
(5130, 'wp-content/plugins/wordfence/readme.txt'),
(5131, 'wp-content/plugins/wordfence/tmp/.htaccess'),
(5132, 'wp-content/plugins/wordfence/vendor/.htaccess'),
(5133, 'wp-content/plugins/wordfence/vendor/autoload.php'),
(5134, 'wp-content/plugins/wordfence/vendor/composer/ClassLoader.php'),
(5135, 'wp-content/plugins/wordfence/vendor/composer/LICENSE'),
(5136, 'wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php'),
(5137, 'wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php'),
(5138, 'wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php'),
(5139, 'wp-content/plugins/wordfence/vendor/composer/autoload_real.php'),
(5140, 'wp-content/plugins/wordfence/vendor/composer/autoload_static.php'),
(5141, 'wp-content/plugins/wordfence/vendor/composer/ca-bundle/LICENSE'),
(5142, 'wp-content/plugins/wordfence/vendor/composer/ca-bundle/res/cacert.pem'),
(5143, 'wp-content/plugins/wordfence/vendor/composer/ca-bundle/src/CaBundle.php'),
(5144, 'wp-content/plugins/wordfence/vendor/composer/installed.json'),
(5145, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.gitmodules'),
(5146, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.php_cs'),
(5147, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/LICENSE'),
(5148, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Database/Reader.php'),
(5149, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AddressNotFoundException.php'),
(5150, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AuthenticationException.php'),
(5151, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/GeoIp2Exception.php'),
(5152, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/HttpException.php'),
(5153, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/InvalidRequestException.php'),
(5154, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/OutOfQueriesException.php'),
(5155, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AbstractModel.php'),
(5156, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AnonymousIp.php'),
(5157, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Asn.php'),
(5158, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/City.php'),
(5159, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/ConnectionType.php'),
(5160, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Country.php'),
(5161, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Domain.php'),
(5162, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Enterprise.php'),
(5163, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Insights.php'),
(5164, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Isp.php'),
(5165, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/ProviderInterface.php'),
(5166, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractPlaceRecord.php'),
(5167, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractRecord.php'),
(5168, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/City.php'),
(5169, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Continent.php'),
(5170, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Country.php'),
(5171, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Location.php'),
(5172, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/MaxMind.php'),
(5173, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Postal.php'),
(5174, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/RepresentedCountry.php'),
(5175, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Subdivision.php'),
(5176, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Traits.php'),
(5177, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/WebService/Client.php'),
(5178, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/LICENSE'),
(5179, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php'),
(5180, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/HttpException.php'),
(5181, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php'),
(5182, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidInputException.php'),
(5183, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidRequestException.php'),
(5184, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/IpAddressNotFoundException.php'),
(5185, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/PermissionRequiredException.php'),
(5186, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php'),
(5187, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Client.php'),
(5188, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/CurlRequest.php'),
(5189, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/Request.php'),
(5190, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/RequestFactory.php'),
(5191, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/LICENSE'),
(5192, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/autoload.php'),
(5193, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php'),
(5194, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php'),
(5195, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php'),
(5196, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php'),
(5197, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php'),
(5198, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem'),
(5199, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key'),
(5200, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php'),
(5201, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php'),
(5202, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php'),
(5203, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php'),
(5204, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php'),
(5205, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php'),
(5206, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php'),
(5207, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php'),
(5208, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php'),
(5209, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php'),
(5210, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php'),
(5211, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php'),
(5212, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php'),
(5213, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php'),
(5214, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php'),
(5215, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php'),
(5216, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key'),
(5217, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php'),
(5218, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php'),
(5219, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php'),
(5220, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php'),
(5221, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php'),
(5222, 'wp-content/plugins/wordfence/views/.htaccess'),
(5223, 'wp-content/plugins/wordfence/views/blocking/block-list.php'),
(5224, 'wp-content/plugins/wordfence/views/blocking/blocking-create.php'),
(5225, 'wp-content/plugins/wordfence/views/blocking/blocking-status.php'),
(5226, 'wp-content/plugins/wordfence/views/blocking/country-block-map.php'),
(5227, 'wp-content/plugins/wordfence/views/blocking/country-modal.php'),
(5228, 'wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php'),
(5229, 'wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php'),
(5230, 'wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php'),
(5231, 'wp-content/plugins/wordfence/views/common/block-navigation-option.php'),
(5232, 'wp-content/plugins/wordfence/views/common/indeterminate-progress.php'),
(5233, 'wp-content/plugins/wordfence/views/common/license.php'),
(5234, 'wp-content/plugins/wordfence/views/common/modal-prompt.php'),
(5235, 'wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php'),
(5236, 'wp-content/plugins/wordfence/views/common/page-help.php'),
(5237, 'wp-content/plugins/wordfence/views/common/page-tabbar.php'),
(5238, 'wp-content/plugins/wordfence/views/common/page-title.php'),
(5239, 'wp-content/plugins/wordfence/views/common/section-subtitle.php'),
(5240, 'wp-content/plugins/wordfence/views/common/section-title.php'),
(5241, 'wp-content/plugins/wordfence/views/common/status-circular.php'),
(5242, 'wp-content/plugins/wordfence/views/common/status-critical.php'),
(5243, 'wp-content/plugins/wordfence/views/common/status-detail.php'),
(5244, 'wp-content/plugins/wordfence/views/common/status-tooltip.php'),
(5245, 'wp-content/plugins/wordfence/views/common/status-warning.php'),
(5246, 'wp-content/plugins/wordfence/views/common/unsubscribe.php'),
(5247, 'wp-content/plugins/wordfence/views/dashboard/global-status.php'),
(5248, 'wp-content/plugins/wordfence/views/dashboard/option-howgetips.php'),
(5249, 'wp-content/plugins/wordfence/views/dashboard/options-group-alert.php'),
(5250, 'wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php'),
(5251, 'wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php'),
(5252, 'wp-content/plugins/wordfence/views/dashboard/options-group-general.php'),
(5253, 'wp-content/plugins/wordfence/views/dashboard/options-group-import.php'),
(5254, 'wp-content/plugins/wordfence/views/dashboard/options-group-license.php'),
(5255, 'wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php'),
(5256, 'wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php'),
(5257, 'wp-content/plugins/wordfence/views/dashboard/status-renewing.php'),
(5258, 'wp-content/plugins/wordfence/views/gdpr/banner.php'),
(5259, 'wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php'),
(5260, 'wp-content/plugins/wordfence/views/onboarding/banner.php'),
(5261, 'wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php'),
(5262, 'wp-content/plugins/wordfence/views/onboarding/fresh-install.php'),
(5263, 'wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php'),
(5264, 'wp-content/plugins/wordfence/views/onboarding/overlay.php'),
(5265, 'wp-content/plugins/wordfence/views/onboarding/plugin-header.php'),
(5266, 'wp-content/plugins/wordfence/views/onboarding/tour-overlay.php'),
(5267, 'wp-content/plugins/wordfence/views/options/block-all-options-controls.php'),
(5268, 'wp-content/plugins/wordfence/views/options/block-controls.php'),
(5269, 'wp-content/plugins/wordfence/views/options/option-label.php'),
(5270, 'wp-content/plugins/wordfence/views/options/option-select.php'),
(5271, 'wp-content/plugins/wordfence/views/options/option-switch.php'),
(5272, 'wp-content/plugins/wordfence/views/options/option-text.php'),
(5273, 'wp-content/plugins/wordfence/views/options/option-textarea.php'),
(5274, 'wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php'),
(5275, 'wp-content/plugins/wordfence/views/options/option-toggled-multiple.php'),
(5276, 'wp-content/plugins/wordfence/views/options/option-toggled-segmented.php'),
(5277, 'wp-content/plugins/wordfence/views/options/option-toggled-select.php'),
(5278, 'wp-content/plugins/wordfence/views/options/option-toggled-sub.php'),
(5279, 'wp-content/plugins/wordfence/views/options/option-toggled-textarea.php'),
(5280, 'wp-content/plugins/wordfence/views/options/option-toggled.php'),
(5281, 'wp-content/plugins/wordfence/views/options/option-token.php'),
(5282, 'wp-content/plugins/wordfence/views/options/options-title.php'),
(5283, 'wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php'),
(5284, 'wp-content/plugins/wordfence/views/reports/activity-report.php'),
(5285, 'wp-content/plugins/wordfence/views/scanner/issue-base.php'),
(5286, 'wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php'),
(5287, 'wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php'),
(5288, 'wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php'),
(5289, 'wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php'),
(5290, 'wp-content/plugins/wordfence/views/scanner/issue-configReadable.php'),
(5291, 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php'),
(5292, 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php'),
(5293, 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php'),
(5294, 'wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php'),
(5295, 'wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php'),
(5296, 'wp-content/plugins/wordfence/views/scanner/issue-control-repair.php'),
(5297, 'wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php'),
(5298, 'wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php'),
(5299, 'wp-content/plugins/wordfence/views/scanner/issue-database.php'),
(5300, 'wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php'),
(5301, 'wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php'),
(5302, 'wp-content/plugins/wordfence/views/scanner/issue-file.php'),
(5303, 'wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php'),
(5304, 'wp-content/plugins/wordfence/views/scanner/issue-knownfile.php'),
(5305, 'wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php'),
(5306, 'wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php'),
(5307, 'wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php'),
(5308, 'wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php'),
(5309, 'wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php'),
(5310, 'wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php'),
(5311, 'wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php'),
(5312, 'wp-content/plugins/wordfence/views/scanner/issue-timelimit.php'),
(5313, 'wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php'),
(5314, 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php'),
(5315, 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php'),
(5316, 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php'),
(5317, 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php'),
(5318, 'wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php'),
(5319, 'wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php'),
(5320, 'wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php'),
(5321, 'wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php'),
(5322, 'wp-content/plugins/wordfence/views/scanner/no-issues.php'),
(5323, 'wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php'),
(5324, 'wp-content/plugins/wordfence/views/scanner/options-group-advanced.php'),
(5325, 'wp-content/plugins/wordfence/views/scanner/options-group-basic.php'),
(5326, 'wp-content/plugins/wordfence/views/scanner/options-group-general.php'),
(5327, 'wp-content/plugins/wordfence/views/scanner/options-group-performance.php'),
(5328, 'wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php'),
(5329, 'wp-content/plugins/wordfence/views/scanner/scan-failed.php'),
(5330, 'wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php'),
(5331, 'wp-content/plugins/wordfence/views/scanner/scan-progress-element.php'),
(5332, 'wp-content/plugins/wordfence/views/scanner/scan-progress.php'),
(5333, 'wp-content/plugins/wordfence/views/scanner/scan-results.php'),
(5334, 'wp-content/plugins/wordfence/views/scanner/scan-scheduling.php'),
(5335, 'wp-content/plugins/wordfence/views/scanner/scan-starter.php'),
(5336, 'wp-content/plugins/wordfence/views/scanner/scan-type.php'),
(5337, 'wp-content/plugins/wordfence/views/scanner/scanner-status.php'),
(5338, 'wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php'),
(5339, 'wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php'),
(5340, 'wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php'),
(5341, 'wp-content/plugins/wordfence/views/scanner/site-cleaning.php'),
(5342, 'wp-content/plugins/wordfence/views/tools/options-group-2fa.php'),
(5343, 'wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php'),
(5344, 'wp-content/plugins/wordfence/views/tours/login-security.php'),
(5345, 'wp-content/plugins/wordfence/views/waf/debug.php'),
(5346, 'wp-content/plugins/wordfence/views/waf/firewall-status.php'),
(5347, 'wp-content/plugins/wordfence/views/waf/option-rate-limit.php'),
(5348, 'wp-content/plugins/wordfence/views/waf/option-rules.php'),
(5349, 'wp-content/plugins/wordfence/views/waf/option-whitelist.php'),
(5350, 'wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php'),
(5351, 'wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php'),
(5352, 'wp-content/plugins/wordfence/views/waf/options-group-brute-force.php'),
(5353, 'wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php'),
(5354, 'wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php'),
(5355, 'wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php'),
(5356, 'wp-content/plugins/wordfence/views/waf/waf-install-manual.php'),
(5357, 'wp-content/plugins/wordfence/views/waf/waf-install-success.php'),
(5358, 'wp-content/plugins/wordfence/views/waf/waf-install.php'),
(5359, 'wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php'),
(5360, 'wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php'),
(5361, 'wp-content/plugins/wordfence/views/waf/waf-uninstall.php'),
(5362, 'wp-content/plugins/wordfence/waf/.htaccess'),
(5363, 'wp-content/plugins/wordfence/waf/bootstrap.php'),
(5364, 'wp-content/plugins/wordfence/waf/wfWAFGeoIP2.php'),
(5365, 'wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php'),
(5366, 'wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php'),
(5367, 'wp-content/plugins/wordfence/wordfence.php'),
(5368, 'wp-content/plugins/wp-remove-query-strings-from-static-resources/inc/classes/class-wprqsfsr-core.php'),
(5369, 'wp-content/plugins/wp-remove-query-strings-from-static-resources/readme.txt'),
(5370, 'wp-content/plugins/wp-remove-query-strings-from-static-resources/wp-remove-query-strings-from-static-resources.php'),
(5371, 'wp-content/plugins/wp-super-cache/advanced-cache.php'),
(5372, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-be_BY.mo'),
(5373, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-be_BY.po'),
(5374, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-de_DE.mo'),
(5375, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-de_DE.po'),
(5376, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-es_ES.mo'),
(5377, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-es_ES.po'),
(5378, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-fr_FR.mo'),
(5379, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-fr_FR.po'),
(5380, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-it_IT.mo'),
(5381, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-it_IT.po'),
(5382, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ja.mo'),
(5383, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ja.po'),
(5384, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-lt_LT.mo'),
(5385, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-lt_LT.po'),
(5386, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ro_RO.mo'),
(5387, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ro_RO.po'),
(5388, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ru_RU.mo'),
(5389, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ru_RU.po'),
(5390, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-sr_RS.mo'),
(5391, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-sr_RS.po'),
(5392, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-sv_SE.mo'),
(5393, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-sv_SE.po'),
(5394, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-tr_TR.mo'),
(5395, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-tr_TR.po'),
(5396, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ua_UA.mo'),
(5397, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ua_UA.po'),
(5398, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-uk.mo'),
(5399, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-uk.po'),
(5400, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_CN.mo'),
(5401, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_CN.po'),
(5402, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_TW.mo'),
(5403, 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_TW.po'),
(5404, 'wp-content/plugins/wp-super-cache/ossdl-cdn.php'),
(5405, 'wp-content/plugins/wp-super-cache/plugins/awaitingmoderation.php'),
(5406, 'wp-content/plugins/wp-super-cache/plugins/badbehaviour.php'),
(5407, 'wp-content/plugins/wp-super-cache/plugins/domain-mapping.php'),
(5408, 'wp-content/plugins/wp-super-cache/plugins/dynamic-cache-test.php'),
(5409, 'wp-content/plugins/wp-super-cache/plugins/jetpack.php'),
(5410, 'wp-content/plugins/wp-super-cache/plugins/multisite.php'),
(5411, 'wp-content/plugins/wp-super-cache/plugins/wptouch.php'),
(5412, 'wp-content/plugins/wp-super-cache/readme.txt'),
(5413, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-delete-cache.php'),
(5414, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-get-cache.php'),
(5415, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-get-plugins.php'),
(5416, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-get-settings.php'),
(5417, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-get-stats.php'),
(5418, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-get-status.php'),
(5419, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-preload.php'),
(5420, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-test-cache.php'),
(5421, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-update-plugins.php'),
(5422, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-update-settings.php'),
(5423, 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-settings-map.php'),
(5424, 'wp-content/plugins/wp-super-cache/rest/load.php'),
(5425, 'wp-content/plugins/wp-super-cache/wp-cache-base.php'),
(5426, 'wp-content/plugins/wp-super-cache/wp-cache-config-sample.php'),
(5427, 'wp-content/plugins/wp-super-cache/wp-cache-phase1.php'),
(5428, 'wp-content/plugins/wp-super-cache/wp-cache-phase2.php'),
(5429, 'wp-content/plugins/wp-super-cache/wp-cache.php'),
(5430, 'wp-content/plugins/wp-super-cache/wp-super-cache.pot'),
(5431, 'wp-content/themes/index.php'),
(5432, 'wp-content/themes/poolservices/404.php'),
(5433, 'wp-content/themes/poolservices/archive.php'),
(5434, 'wp-content/themes/poolservices/attachment.php'),
(5435, 'wp-content/themes/poolservices/blog-clients.php'),
(5436, 'wp-content/themes/poolservices/blog-services.php'),
(5437, 'wp-content/themes/poolservices/blog-team.php'),
(5438, 'wp-content/themes/poolservices/blog.php'),
(5439, 'wp-content/themes/poolservices/buddypress.php'),
(5440, 'wp-content/themes/poolservices/comments.php'),
(5441, 'wp-content/themes/poolservices/css/font-face/Amadeus/360504151-Amadeus.svg'),
(5442, 'wp-content/themes/poolservices/css/fontello/demo.html'),
(5443, 'wp-content/themes/poolservices/css/fontello/font/fontello.svg'),
(5444, 'wp-content/themes/poolservices/footer.php'),
(5445, 'wp-content/themes/poolservices/functions.php'),
(5446, 'wp-content/themes/poolservices/fw/core/core.admin.php'),
(5447, 'wp-content/themes/poolservices/fw/core/core.arrays.php'),
(5448, 'wp-content/themes/poolservices/fw/core/core.customizer/core.customizer.demo.php'),
(5449, 'wp-content/themes/poolservices/fw/core/core.customizer/core.customizer.js'),
(5450, 'wp-content/themes/poolservices/fw/core/core.customizer/core.customizer.php'),
(5451, 'wp-content/themes/poolservices/fw/core/core.customizer/front.customizer.js'),
(5452, 'wp-content/themes/poolservices/fw/core/core.customizer/front.customizer.php'),
(5453, 'wp-content/themes/poolservices/fw/core/core.customizer.wp/core.customizer.wp.color-scheme.js'),
(5454, 'wp-content/themes/poolservices/fw/core/core.customizer.wp/core.customizer.wp.php'),
(5455, 'wp-content/themes/poolservices/fw/core/core.customizer.wp/core.customizer.wp.preview.js'),
(5456, 'wp-content/themes/poolservices/fw/core/core.date.php'),
(5457, 'wp-content/themes/poolservices/fw/core/core.debug.php'),
(5458, 'wp-content/themes/poolservices/fw/core/core.files.php'),
(5459, 'wp-content/themes/poolservices/fw/core/core.html.php'),
(5460, 'wp-content/themes/poolservices/fw/core/core.http.php'),
(5461, 'wp-content/themes/poolservices/fw/core/core.ini.php'),
(5462, 'wp-content/themes/poolservices/fw/core/core.less.php'),
(5463, 'wp-content/themes/poolservices/fw/core/core.lists.php'),
(5464, 'wp-content/themes/poolservices/fw/core/core.media.php'),
(5465, 'wp-content/themes/poolservices/fw/core/core.messages.php'),
(5466, 'wp-content/themes/poolservices/fw/core/core.options/core.options-custom.php'),
(5467, 'wp-content/themes/poolservices/fw/core/core.options/core.options-inheritance.php'),
(5468, 'wp-content/themes/poolservices/fw/core/core.options/core.options.php'),
(5469, 'wp-content/themes/poolservices/fw/core/core.options/js/core.options-custom.js'),
(5470, 'wp-content/themes/poolservices/fw/core/core.options/js/core.options.js'),
(5471, 'wp-content/themes/poolservices/fw/core/core.options/js/jquery.maskedinput.1.3.1.js'),
(5472, 'wp-content/themes/poolservices/fw/core/core.options/js/jquery.maskedinput.1.3.1.min.js'),
(5473, 'wp-content/themes/poolservices/fw/core/core.reviews.php'),
(5474, 'wp-content/themes/poolservices/fw/core/core.storage.php'),
(5475, 'wp-content/themes/poolservices/fw/core/core.strings.php'),
(5476, 'wp-content/themes/poolservices/fw/core/core.templates.php'),
(5477, 'wp-content/themes/poolservices/fw/core/core.theme.php'),
(5478, 'wp-content/themes/poolservices/fw/core/core.users.php'),
(5479, 'wp-content/themes/poolservices/fw/core/core.wp.php'),
(5480, 'wp-content/themes/poolservices/fw/core/support.attachment.php'),
(5481, 'wp-content/themes/poolservices/fw/core/support.post.php'),
(5482, 'wp-content/themes/poolservices/fw/core/support.post_type.php'),
(5483, 'wp-content/themes/poolservices/fw/core/support.taxonomy.php'),
(5484, 'wp-content/themes/poolservices/fw/css/fontello-admin/demo.html'),
(5485, 'wp-content/themes/poolservices/fw/css/fontello-admin/font/fontello-admin.svg'),
(5486, 'wp-content/themes/poolservices/fw/js/colorpicker/colors.js'),
(5487, 'wp-content/themes/poolservices/fw/js/colorpicker/colors.min.js'),
(5488, 'wp-content/themes/poolservices/fw/js/colorpicker/jqColorPicker.js'),
(5489, 'wp-content/themes/poolservices/fw/js/colorpicker/jqColorPicker.min.js'),
(5490, 'wp-content/themes/poolservices/fw/js/core.admin.js'),
(5491, 'wp-content/themes/poolservices/fw/js/core.debug.js'),
(5492, 'wp-content/themes/poolservices/fw/js/core.editor/core.editor.js'),
(5493, 'wp-content/themes/poolservices/fw/js/core.gallery/classie.js'),
(5494, 'wp-content/themes/poolservices/fw/js/core.gallery/core.gallery.js'),
(5495, 'wp-content/themes/poolservices/fw/js/core.gallery/imagesloaded.js'),
(5496, 'wp-content/themes/poolservices/fw/js/core.googlemap.js'),
(5497, 'wp-content/themes/poolservices/fw/js/core.init.js'),
(5498, 'wp-content/themes/poolservices/fw/js/core.messages/core.messages.js'),
(5499, 'wp-content/themes/poolservices/fw/js/core.reviews.js'),
(5500, 'wp-content/themes/poolservices/fw/js/core.utils.js'),
(5501, 'wp-content/themes/poolservices/fw/js/countdown/jquery.countdown.js'),
(5502, 'wp-content/themes/poolservices/fw/js/countdown/jquery.countdown.min.js'),
(5503, 'wp-content/themes/poolservices/fw/js/countdown/jquery.plugin.js'),
(5504, 'wp-content/themes/poolservices/fw/js/countdown/jquery.plugin.min.js'),
(5505, 'wp-content/themes/poolservices/fw/js/diagram/chart.min.js'),
(5506, 'wp-content/themes/poolservices/fw/js/diagram/diagram.raphael.min.js'),
(5507, 'wp-content/themes/poolservices/fw/js/hover/jquery.hoverdir.js'),
(5508, 'wp-content/themes/poolservices/fw/js/hover/jquery.hoverdir.min.js'),
(5509, 'wp-content/themes/poolservices/fw/js/jquery.elevateZoom-3.0.4.js'),
(5510, 'wp-content/themes/poolservices/fw/js/jquery.isotope.min.js'),
(5511, 'wp-content/themes/poolservices/fw/js/jquery.selection.js'),
(5512, 'wp-content/themes/poolservices/fw/js/jquery.slidemenu.js'),
(5513, 'wp-content/themes/poolservices/fw/js/jquery.tubular.1.0.js'),
(5514, 'wp-content/themes/poolservices/fw/js/magnific/jquery.magnific-popup.min.js'),
(5515, 'wp-content/themes/poolservices/fw/js/magnific/popup-lib/ajax.js'),
(5516, 'wp-content/themes/poolservices/fw/js/magnific/popup-lib/core.js'),
(5517, 'wp-content/themes/poolservices/fw/js/magnific/popup-lib/fastclick.js'),
(5518, 'wp-content/themes/poolservices/fw/js/magnific/popup-lib/gallery.js'),
(5519, 'wp-content/themes/poolservices/fw/js/magnific/popup-lib/iframe.js'),
(5520, 'wp-content/themes/poolservices/fw/js/magnific/popup-lib/image.js'),
(5521, 'wp-content/themes/poolservices/fw/js/magnific/popup-lib/inline.js'),
(5522, 'wp-content/themes/poolservices/fw/js/magnific/popup-lib/retina.js'),
(5523, 'wp-content/themes/poolservices/fw/js/magnific/popup-lib/zoom.js'),
(5524, 'wp-content/themes/poolservices/fw/js/modernizr.js'),
(5525, 'wp-content/themes/poolservices/fw/js/photostack/classie.js'),
(5526, 'wp-content/themes/poolservices/fw/js/photostack/modernizr.min.js'),
(5527, 'wp-content/themes/poolservices/fw/js/photostack/photostack.js'),
(5528, 'wp-content/themes/poolservices/fw/js/picker/picker.date.js'),
(5529, 'wp-content/themes/poolservices/fw/js/picker/picker.js'),
(5530, 'wp-content/themes/poolservices/fw/js/picker/picker.time.js'),
(5531, 'wp-content/themes/poolservices/fw/js/prettyphoto/jquery.prettyPhoto.js'),
(5532, 'wp-content/themes/poolservices/fw/js/prettyphoto/jquery.prettyPhoto.min.js'),
(5533, 'wp-content/themes/poolservices/fw/js/social/social-share.js'),
(5534, 'wp-content/themes/poolservices/fw/js/superfish.js'),
(5535, 'wp-content/themes/poolservices/fw/js/swiper/swiper.jquery.js'),
(5536, 'wp-content/themes/poolservices/fw/js/swiper/swiper.jquery.min.js'),
(5537, 'wp-content/themes/poolservices/fw/js/swiper/swiper.jquery.umd.js'),
(5538, 'wp-content/themes/poolservices/fw/js/swiper/swiper.jquery.umd.min.js'),
(5539, 'wp-content/themes/poolservices/fw/js/swiper/swiper.js'),
(5540, 'wp-content/themes/poolservices/fw/js/swiper/swiper.min.js'),
(5541, 'wp-content/themes/poolservices/fw/lib/tgm/class-tgm-plugin-activation.php'),
(5542, 'wp-content/themes/poolservices/fw/loader.php'),
(5543, 'wp-content/themes/poolservices/header.php'),
(5544, 'wp-content/themes/poolservices/includes/theme.options.php'),
(5545, 'wp-content/themes/poolservices/includes/theme.shortcodes.php'),
(5546, 'wp-content/themes/poolservices/includes/theme.styles.no_less.php'),
(5547, 'wp-content/themes/poolservices/includes/theme.styles.php'),
(5548, 'wp-content/themes/poolservices/index.php'),
(5549, 'wp-content/themes/poolservices/js/theme.customizer.js'),
(5550, 'wp-content/themes/poolservices/js/theme.init.js'),
(5551, 'wp-content/themes/poolservices/page.php'),
(5552, 'wp-content/themes/poolservices/plugins/plugin.booked.php'),
(5553, 'wp-content/themes/poolservices/plugins/plugin.booking.php'),
(5554, 'wp-content/themes/poolservices/plugins/plugin.buddypress.php'),
(5555, 'wp-content/themes/poolservices/plugins/plugin.contact-form-7.php'),
(5556, 'wp-content/themes/poolservices/plugins/plugin.essgrids.php'),
(5557, 'wp-content/themes/poolservices/plugins/plugin.gutenberg.php'),
(5558, 'wp-content/themes/poolservices/plugins/plugin.html5-jquery-audio-player.php'),
(5559, 'wp-content/themes/poolservices/plugins/plugin.instagram-feed.php'),
(5560, 'wp-content/themes/poolservices/plugins/plugin.instagram-widget.php'),
(5561, 'wp-content/themes/poolservices/plugins/plugin.mailchimp.php'),
(5562, 'wp-content/themes/poolservices/plugins/plugin.revslider.php'),
(5563, 'wp-content/themes/poolservices/plugins/plugin.tribe-events.php'),
(5564, 'wp-content/themes/poolservices/plugins/plugin.visual-composer.php'),
(5565, 'wp-content/themes/poolservices/plugins/plugin.woocommerce.php'),
(5566, 'wp-content/themes/poolservices/plugins/plugin.wp-gdpr-compliance.php'),
(5567, 'wp-content/themes/poolservices/plugins/support.clients.php'),
(5568, 'wp-content/themes/poolservices/plugins/support.services.php'),
(5569, 'wp-content/themes/poolservices/plugins/support.team.php'),
(5570, 'wp-content/themes/poolservices/plugins/support.testimonials.php'),
(5571, 'wp-content/themes/poolservices/search.php'),
(5572, 'wp-content/themes/poolservices/searchform.php'),
(5573, 'wp-content/themes/poolservices/sidebar.php'),
(5574, 'wp-content/themes/poolservices/sidebar_outer.php'),
(5575, 'wp-content/themes/poolservices/single-clients.php'),
(5576, 'wp-content/themes/poolservices/single-services.php'),
(5577, 'wp-content/themes/poolservices/single-team.php'),
(5578, 'wp-content/themes/poolservices/single.php'),
(5579, 'wp-content/themes/poolservices/templates/404.php'),
(5580, 'wp-content/themes/poolservices/templates/_parts/author-info.php'),
(5581, 'wp-content/themes/poolservices/templates/_parts/counters.php'),
(5582, 'wp-content/themes/poolservices/templates/_parts/editor-area.php'),
(5583, 'wp-content/themes/poolservices/templates/_parts/post-featured.php'),
(5584, 'wp-content/themes/poolservices/templates/_parts/post-info.php'),
(5585, 'wp-content/themes/poolservices/templates/_parts/prev-next-block.php'),
(5586, 'wp-content/themes/poolservices/templates/_parts/related-posts.php'),
(5587, 'wp-content/themes/poolservices/templates/_parts/reviews-block.php'),
(5588, 'wp-content/themes/poolservices/templates/_parts/reviews-summary.php'),
(5589, 'wp-content/themes/poolservices/templates/_parts/share.php'),
(5590, 'wp-content/themes/poolservices/templates/_parts/views-counter.php'),
(5591, 'wp-content/themes/poolservices/templates/_parts/widgets-posts.php'),
(5592, 'wp-content/themes/poolservices/templates/attachment.php'),
(5593, 'wp-content/themes/poolservices/templates/excerpt.php'),
(5594, 'wp-content/themes/poolservices/templates/gallery.php'),
(5595, 'wp-content/themes/poolservices/templates/headers/_parts/contact-info-cart.php'),
(5596, 'wp-content/themes/poolservices/templates/headers/_parts/header-mobile.php'),
(5597, 'wp-content/themes/poolservices/templates/headers/_parts/slider.php'),
(5598, 'wp-content/themes/poolservices/templates/headers/_parts/top-panel-top.php'),
(5599, 'wp-content/themes/poolservices/templates/headers/header_7.php'),
(5600, 'wp-content/themes/poolservices/templates/masonry.php'),
(5601, 'wp-content/themes/poolservices/templates/no-articles.php'),
(5602, 'wp-content/themes/poolservices/templates/no-search.php'),
(5603, 'wp-content/themes/poolservices/templates/portfolio.php'),
(5604, 'wp-content/themes/poolservices/templates/related.php'),
(5605, 'wp-content/themes/poolservices/templates/single-portfolio.php'),
(5606, 'wp-content/themes/poolservices/templates/single-standard.php'),
(5607, 'wp-content/themes/poolservices/templates/single-team.php'),
(5608, 'wp-content/themes/poolservices/templates/trx_blogger/accordion.php'),
(5609, 'wp-content/themes/poolservices/templates/trx_blogger/date.php'),
(5610, 'wp-content/themes/poolservices/templates/trx_blogger/list.php'),
(5611, 'wp-content/themes/poolservices/templates/trx_blogger/plain.php'),
(5612, 'wp-content/themes/poolservices/templates/trx_blogger/polaroid.php'),
(5613, 'wp-content/themes/poolservices/templates/trx_clients/clients-1.php'),
(5614, 'wp-content/themes/poolservices/templates/trx_clients/clients-2.php'),
(5615, 'wp-content/themes/poolservices/templates/trx_events/events-1.php'),
(5616, 'wp-content/themes/poolservices/templates/trx_events/events-2.php'),
(5617, 'wp-content/themes/poolservices/templates/trx_form/form_1.php'),
(5618, 'wp-content/themes/poolservices/templates/trx_form/form_2.php'),
(5619, 'wp-content/themes/poolservices/templates/trx_form/form_custom.php'),
(5620, 'wp-content/themes/poolservices/templates/trx_recent_news/news-announce.php'),
(5621, 'wp-content/themes/poolservices/templates/trx_recent_news/news-excerpt.php'),
(5622, 'wp-content/themes/poolservices/templates/trx_recent_news/news-magazine.php'),
(5623, 'wp-content/themes/poolservices/templates/trx_recent_news/news-portfolio.php'),
(5624, 'wp-content/themes/poolservices/templates/trx_services/services-1.php'),
(5625, 'wp-content/themes/poolservices/templates/trx_services/services-2.php'),
(5626, 'wp-content/themes/poolservices/templates/trx_team/team-1.php'),
(5627, 'wp-content/themes/poolservices/templates/trx_testimonials/testimonials-1.php'),
(5628, 'wp-content/themes/poolservices/tribe-events/default-template.php'),
(5629, 'wp-content/uploads/gravity_forms/index.html'),
(5630, 'wp-content/uploads/wc-logs/index.html'),
(5631, 'wp-content/uploads/woocommerce_uploads/index.html'),
(5632, 'wp-content/wflogs/attack-data.php'),
(5633, 'wp-content/wflogs/config-livewaf.php'),
(5634, 'wp-content/wflogs/config-synced.php'),
(5635, 'wp-content/wflogs/config-transient.php'),
(5636, 'wp-content/wflogs/config.php'),
(5637, 'wp-content/wflogs/ips.php'),
(5638, 'wp-content/wflogs/rules.php'),
(5639, 'wp-content/wflogs/template.php'),
(5640, 'wp-content/wp-cache-config.php'),
(5641, 'wp-cron.php'),
(5642, 'wp-includes/ID3/getid3.lib.php'),
(5643, 'wp-includes/ID3/getid3.php'),
(5644, 'wp-includes/ID3/license.commercial.txt'),
(5645, 'wp-includes/ID3/license.txt'),
(5646, 'wp-includes/ID3/module.audio-video.asf.php'),
(5647, 'wp-includes/ID3/module.audio-video.flv.php'),
(5648, 'wp-includes/ID3/module.audio-video.matroska.php'),
(5649, 'wp-includes/ID3/module.audio-video.quicktime.php'),
(5650, 'wp-includes/ID3/module.audio-video.riff.php'),
(5651, 'wp-includes/ID3/module.audio.ac3.php'),
(5652, 'wp-includes/ID3/module.audio.dts.php'),
(5653, 'wp-includes/ID3/module.audio.flac.php'),
(5654, 'wp-includes/ID3/module.audio.mp3.php'),
(5655, 'wp-includes/ID3/module.audio.ogg.php'),
(5656, 'wp-includes/ID3/module.tag.apetag.php'),
(5657, 'wp-includes/ID3/module.tag.id3v1.php'),
(5658, 'wp-includes/ID3/module.tag.id3v2.php'),
(5659, 'wp-includes/ID3/module.tag.lyrics3.php'),
(5660, 'wp-includes/ID3/readme.txt'),
(5661, 'wp-includes/IXR/class-IXR-base64.php'),
(5662, 'wp-includes/IXR/class-IXR-client.php'),
(5663, 'wp-includes/IXR/class-IXR-clientmulticall.php'),
(5664, 'wp-includes/IXR/class-IXR-date.php'),
(5665, 'wp-includes/IXR/class-IXR-error.php'),
(5666, 'wp-includes/IXR/class-IXR-introspectionserver.php'),
(5667, 'wp-includes/IXR/class-IXR-message.php'),
(5668, 'wp-includes/IXR/class-IXR-request.php'),
(5669, 'wp-includes/IXR/class-IXR-server.php'),
(5670, 'wp-includes/IXR/class-IXR-value.php'),
(5671, 'wp-includes/Requests/Auth/Basic.php'),
(5672, 'wp-includes/Requests/Auth.php'),
(5673, 'wp-includes/Requests/Cookie/Jar.php'),
(5674, 'wp-includes/Requests/Cookie.php'),
(5675, 'wp-includes/Requests/Exception/HTTP/304.php'),
(5676, 'wp-includes/Requests/Exception/HTTP/305.php'),
(5677, 'wp-includes/Requests/Exception/HTTP/306.php'),
(5678, 'wp-includes/Requests/Exception/HTTP/400.php'),
(5679, 'wp-includes/Requests/Exception/HTTP/401.php'),
(5680, 'wp-includes/Requests/Exception/HTTP/402.php'),
(5681, 'wp-includes/Requests/Exception/HTTP/403.php'),
(5682, 'wp-includes/Requests/Exception/HTTP/404.php'),
(5683, 'wp-includes/Requests/Exception/HTTP/405.php'),
(5684, 'wp-includes/Requests/Exception/HTTP/406.php'),
(5685, 'wp-includes/Requests/Exception/HTTP/407.php'),
(5686, 'wp-includes/Requests/Exception/HTTP/408.php'),
(5687, 'wp-includes/Requests/Exception/HTTP/409.php'),
(5688, 'wp-includes/Requests/Exception/HTTP/410.php'),
(5689, 'wp-includes/Requests/Exception/HTTP/411.php'),
(5690, 'wp-includes/Requests/Exception/HTTP/412.php'),
(5691, 'wp-includes/Requests/Exception/HTTP/413.php'),
(5692, 'wp-includes/Requests/Exception/HTTP/414.php'),
(5693, 'wp-includes/Requests/Exception/HTTP/415.php'),
(5694, 'wp-includes/Requests/Exception/HTTP/416.php'),
(5695, 'wp-includes/Requests/Exception/HTTP/417.php'),
(5696, 'wp-includes/Requests/Exception/HTTP/418.php'),
(5697, 'wp-includes/Requests/Exception/HTTP/428.php'),
(5698, 'wp-includes/Requests/Exception/HTTP/429.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`) VALUES
(5699, 'wp-includes/Requests/Exception/HTTP/431.php'),
(5700, 'wp-includes/Requests/Exception/HTTP/500.php'),
(5701, 'wp-includes/Requests/Exception/HTTP/501.php'),
(5702, 'wp-includes/Requests/Exception/HTTP/502.php'),
(5703, 'wp-includes/Requests/Exception/HTTP/503.php'),
(5704, 'wp-includes/Requests/Exception/HTTP/504.php'),
(5705, 'wp-includes/Requests/Exception/HTTP/505.php'),
(5706, 'wp-includes/Requests/Exception/HTTP/511.php'),
(5707, 'wp-includes/Requests/Exception/HTTP/Unknown.php'),
(5708, 'wp-includes/Requests/Exception/HTTP.php'),
(5709, 'wp-includes/Requests/Exception/Transport/cURL.php'),
(5710, 'wp-includes/Requests/Exception/Transport.php'),
(5711, 'wp-includes/Requests/Exception.php'),
(5712, 'wp-includes/Requests/Hooker.php'),
(5713, 'wp-includes/Requests/Hooks.php'),
(5714, 'wp-includes/Requests/IDNAEncoder.php'),
(5715, 'wp-includes/Requests/IPv6.php'),
(5716, 'wp-includes/Requests/IRI.php'),
(5717, 'wp-includes/Requests/Proxy/HTTP.php'),
(5718, 'wp-includes/Requests/Proxy.php'),
(5719, 'wp-includes/Requests/Response/Headers.php'),
(5720, 'wp-includes/Requests/Response.php'),
(5721, 'wp-includes/Requests/SSL.php'),
(5722, 'wp-includes/Requests/Session.php'),
(5723, 'wp-includes/Requests/Transport/cURL.php'),
(5724, 'wp-includes/Requests/Transport/fsockopen.php'),
(5725, 'wp-includes/Requests/Transport.php'),
(5726, 'wp-includes/Requests/Utility/CaseInsensitiveDictionary.php'),
(5727, 'wp-includes/Requests/Utility/FilteredIterator.php'),
(5728, 'wp-includes/SimplePie/Author.php'),
(5729, 'wp-includes/SimplePie/Cache/Base.php'),
(5730, 'wp-includes/SimplePie/Cache/DB.php'),
(5731, 'wp-includes/SimplePie/Cache/File.php'),
(5732, 'wp-includes/SimplePie/Cache/Memcache.php'),
(5733, 'wp-includes/SimplePie/Cache/MySQL.php'),
(5734, 'wp-includes/SimplePie/Cache.php'),
(5735, 'wp-includes/SimplePie/Caption.php'),
(5736, 'wp-includes/SimplePie/Category.php'),
(5737, 'wp-includes/SimplePie/Content/Type/Sniffer.php'),
(5738, 'wp-includes/SimplePie/Copyright.php'),
(5739, 'wp-includes/SimplePie/Core.php'),
(5740, 'wp-includes/SimplePie/Credit.php'),
(5741, 'wp-includes/SimplePie/Decode/HTML/Entities.php'),
(5742, 'wp-includes/SimplePie/Enclosure.php'),
(5743, 'wp-includes/SimplePie/Exception.php'),
(5744, 'wp-includes/SimplePie/File.php'),
(5745, 'wp-includes/SimplePie/HTTP/Parser.php'),
(5746, 'wp-includes/SimplePie/IRI.php'),
(5747, 'wp-includes/SimplePie/Item.php'),
(5748, 'wp-includes/SimplePie/Locator.php'),
(5749, 'wp-includes/SimplePie/Misc.php'),
(5750, 'wp-includes/SimplePie/Net/IPv6.php'),
(5751, 'wp-includes/SimplePie/Parse/Date.php'),
(5752, 'wp-includes/SimplePie/Parser.php'),
(5753, 'wp-includes/SimplePie/Rating.php'),
(5754, 'wp-includes/SimplePie/Registry.php'),
(5755, 'wp-includes/SimplePie/Restriction.php'),
(5756, 'wp-includes/SimplePie/Sanitize.php'),
(5757, 'wp-includes/SimplePie/Source.php'),
(5758, 'wp-includes/SimplePie/XML/Declaration/Parser.php'),
(5759, 'wp-includes/SimplePie/gzdecode.php'),
(5760, 'wp-includes/Text/Diff/Engine/native.php'),
(5761, 'wp-includes/Text/Diff/Engine/shell.php'),
(5762, 'wp-includes/Text/Diff/Engine/string.php'),
(5763, 'wp-includes/Text/Diff/Engine/xdiff.php'),
(5764, 'wp-includes/Text/Diff/Renderer/inline.php'),
(5765, 'wp-includes/Text/Diff/Renderer.php'),
(5766, 'wp-includes/Text/Diff.php'),
(5767, 'wp-includes/admin-bar.php'),
(5768, 'wp-includes/atomlib.php'),
(5769, 'wp-includes/author-template.php'),
(5770, 'wp-includes/blocks/archives.php'),
(5771, 'wp-includes/blocks/block.php'),
(5772, 'wp-includes/blocks/calendar.php'),
(5773, 'wp-includes/blocks/categories.php'),
(5774, 'wp-includes/blocks/latest-comments.php'),
(5775, 'wp-includes/blocks/latest-posts.php'),
(5776, 'wp-includes/blocks/rss.php'),
(5777, 'wp-includes/blocks/search.php'),
(5778, 'wp-includes/blocks/shortcode.php'),
(5779, 'wp-includes/blocks/tag-cloud.php'),
(5780, 'wp-includes/blocks.php'),
(5781, 'wp-includes/bookmark-template.php'),
(5782, 'wp-includes/bookmark.php'),
(5783, 'wp-includes/cache.php'),
(5784, 'wp-includes/canonical.php'),
(5785, 'wp-includes/capabilities.php'),
(5786, 'wp-includes/category-template.php'),
(5787, 'wp-includes/category.php'),
(5788, 'wp-includes/certificates/ca-bundle.crt'),
(5789, 'wp-includes/class-IXR.php'),
(5790, 'wp-includes/class-feed.php'),
(5791, 'wp-includes/class-http.php'),
(5792, 'wp-includes/class-json.php'),
(5793, 'wp-includes/class-oembed.php'),
(5794, 'wp-includes/class-phpass.php'),
(5795, 'wp-includes/class-phpmailer.php'),
(5796, 'wp-includes/class-pop3.php'),
(5797, 'wp-includes/class-requests.php'),
(5798, 'wp-includes/class-simplepie.php'),
(5799, 'wp-includes/class-smtp.php'),
(5800, 'wp-includes/class-snoopy.php'),
(5801, 'wp-includes/class-walker-category-dropdown.php'),
(5802, 'wp-includes/class-walker-category.php'),
(5803, 'wp-includes/class-walker-comment.php'),
(5804, 'wp-includes/class-walker-nav-menu.php'),
(5805, 'wp-includes/class-walker-page-dropdown.php'),
(5806, 'wp-includes/class-walker-page.php'),
(5807, 'wp-includes/class-wp-admin-bar.php'),
(5808, 'wp-includes/class-wp-ajax-response.php'),
(5809, 'wp-includes/class-wp-block-parser.php'),
(5810, 'wp-includes/class-wp-block-styles-registry.php'),
(5811, 'wp-includes/class-wp-block-type-registry.php'),
(5812, 'wp-includes/class-wp-block-type.php'),
(5813, 'wp-includes/class-wp-comment-query.php'),
(5814, 'wp-includes/class-wp-comment.php'),
(5815, 'wp-includes/class-wp-customize-control.php'),
(5816, 'wp-includes/class-wp-customize-manager.php'),
(5817, 'wp-includes/class-wp-customize-nav-menus.php'),
(5818, 'wp-includes/class-wp-customize-panel.php'),
(5819, 'wp-includes/class-wp-customize-section.php'),
(5820, 'wp-includes/class-wp-customize-setting.php'),
(5821, 'wp-includes/class-wp-customize-widgets.php'),
(5822, 'wp-includes/class-wp-date-query.php'),
(5823, 'wp-includes/class-wp-dependency.php'),
(5824, 'wp-includes/class-wp-editor.php'),
(5825, 'wp-includes/class-wp-embed.php'),
(5826, 'wp-includes/class-wp-error.php'),
(5827, 'wp-includes/class-wp-fatal-error-handler.php'),
(5828, 'wp-includes/class-wp-feed-cache-transient.php'),
(5829, 'wp-includes/class-wp-feed-cache.php'),
(5830, 'wp-includes/class-wp-hook.php'),
(5831, 'wp-includes/class-wp-http-cookie.php'),
(5832, 'wp-includes/class-wp-http-curl.php'),
(5833, 'wp-includes/class-wp-http-encoding.php'),
(5834, 'wp-includes/class-wp-http-ixr-client.php'),
(5835, 'wp-includes/class-wp-http-proxy.php'),
(5836, 'wp-includes/class-wp-http-requests-hooks.php'),
(5837, 'wp-includes/class-wp-http-requests-response.php'),
(5838, 'wp-includes/class-wp-http-response.php'),
(5839, 'wp-includes/class-wp-http-streams.php'),
(5840, 'wp-includes/class-wp-image-editor-gd.php'),
(5841, 'wp-includes/class-wp-image-editor-imagick.php'),
(5842, 'wp-includes/class-wp-image-editor.php'),
(5843, 'wp-includes/class-wp-list-util.php'),
(5844, 'wp-includes/class-wp-locale-switcher.php'),
(5845, 'wp-includes/class-wp-locale.php'),
(5846, 'wp-includes/class-wp-matchesmapregex.php'),
(5847, 'wp-includes/class-wp-meta-query.php'),
(5848, 'wp-includes/class-wp-metadata-lazyloader.php'),
(5849, 'wp-includes/class-wp-network-query.php'),
(5850, 'wp-includes/class-wp-network.php'),
(5851, 'wp-includes/class-wp-oembed-controller.php'),
(5852, 'wp-includes/class-wp-oembed.php'),
(5853, 'wp-includes/class-wp-paused-extensions-storage.php'),
(5854, 'wp-includes/class-wp-post-type.php'),
(5855, 'wp-includes/class-wp-post.php'),
(5856, 'wp-includes/class-wp-query.php'),
(5857, 'wp-includes/class-wp-recovery-mode-cookie-service.php'),
(5858, 'wp-includes/class-wp-recovery-mode-email-service.php'),
(5859, 'wp-includes/class-wp-recovery-mode-key-service.php'),
(5860, 'wp-includes/class-wp-recovery-mode-link-service.php'),
(5861, 'wp-includes/class-wp-recovery-mode.php'),
(5862, 'wp-includes/class-wp-rewrite.php'),
(5863, 'wp-includes/class-wp-role.php'),
(5864, 'wp-includes/class-wp-roles.php'),
(5865, 'wp-includes/class-wp-session-tokens.php'),
(5866, 'wp-includes/class-wp-simplepie-file.php'),
(5867, 'wp-includes/class-wp-simplepie-sanitize-kses.php'),
(5868, 'wp-includes/class-wp-site-query.php'),
(5869, 'wp-includes/class-wp-site.php'),
(5870, 'wp-includes/class-wp-tax-query.php'),
(5871, 'wp-includes/class-wp-taxonomy.php'),
(5872, 'wp-includes/class-wp-term-query.php'),
(5873, 'wp-includes/class-wp-term.php'),
(5874, 'wp-includes/class-wp-text-diff-renderer-inline.php'),
(5875, 'wp-includes/class-wp-text-diff-renderer-table.php'),
(5876, 'wp-includes/class-wp-theme.php'),
(5877, 'wp-includes/class-wp-user-meta-session-tokens.php'),
(5878, 'wp-includes/class-wp-user-query.php'),
(5879, 'wp-includes/class-wp-user-request.php'),
(5880, 'wp-includes/class-wp-user.php'),
(5881, 'wp-includes/class-wp-walker.php'),
(5882, 'wp-includes/class-wp-widget-factory.php'),
(5883, 'wp-includes/class-wp-widget.php'),
(5884, 'wp-includes/class-wp-xmlrpc-server.php'),
(5885, 'wp-includes/class-wp.php'),
(5886, 'wp-includes/class.wp-dependencies.php'),
(5887, 'wp-includes/class.wp-scripts.php'),
(5888, 'wp-includes/class.wp-styles.php'),
(5889, 'wp-includes/comment-template.php'),
(5890, 'wp-includes/comment.php'),
(5891, 'wp-includes/compat.php'),
(5892, 'wp-includes/cron.php'),
(5893, 'wp-includes/css/admin-bar-rtl.css'),
(5894, 'wp-includes/css/admin-bar-rtl.min.css'),
(5895, 'wp-includes/css/admin-bar.css'),
(5896, 'wp-includes/css/admin-bar.min.css'),
(5897, 'wp-includes/css/buttons-rtl.css'),
(5898, 'wp-includes/css/buttons-rtl.min.css'),
(5899, 'wp-includes/css/buttons.css'),
(5900, 'wp-includes/css/buttons.min.css'),
(5901, 'wp-includes/css/customize-preview-rtl.css'),
(5902, 'wp-includes/css/customize-preview-rtl.min.css'),
(5903, 'wp-includes/css/customize-preview.css'),
(5904, 'wp-includes/css/customize-preview.min.css'),
(5905, 'wp-includes/css/dashicons.css'),
(5906, 'wp-includes/css/dashicons.min.css'),
(5907, 'wp-includes/css/dist/block-editor/style-rtl.css'),
(5908, 'wp-includes/css/dist/block-editor/style-rtl.min.css'),
(5909, 'wp-includes/css/dist/block-editor/style.css'),
(5910, 'wp-includes/css/dist/block-editor/style.min.css'),
(5911, 'wp-includes/css/dist/block-library/editor-rtl.css'),
(5912, 'wp-includes/css/dist/block-library/editor-rtl.min.css'),
(5913, 'wp-includes/css/dist/block-library/editor.css'),
(5914, 'wp-includes/css/dist/block-library/editor.min.css'),
(5915, 'wp-includes/css/dist/block-library/style-rtl.css'),
(5916, 'wp-includes/css/dist/block-library/style-rtl.min.css'),
(5917, 'wp-includes/css/dist/block-library/style.css'),
(5918, 'wp-includes/css/dist/block-library/style.min.css'),
(5919, 'wp-includes/css/dist/block-library/theme-rtl.css'),
(5920, 'wp-includes/css/dist/block-library/theme-rtl.min.css'),
(5921, 'wp-includes/css/dist/block-library/theme.css'),
(5922, 'wp-includes/css/dist/block-library/theme.min.css'),
(5923, 'wp-includes/css/dist/components/style-rtl.css'),
(5924, 'wp-includes/css/dist/components/style-rtl.min.css'),
(5925, 'wp-includes/css/dist/components/style.css'),
(5926, 'wp-includes/css/dist/components/style.min.css'),
(5927, 'wp-includes/css/dist/edit-post/style-rtl.css'),
(5928, 'wp-includes/css/dist/edit-post/style-rtl.min.css'),
(5929, 'wp-includes/css/dist/edit-post/style.css'),
(5930, 'wp-includes/css/dist/edit-post/style.min.css'),
(5931, 'wp-includes/css/dist/editor/editor-styles-rtl.css'),
(5932, 'wp-includes/css/dist/editor/editor-styles-rtl.min.css'),
(5933, 'wp-includes/css/dist/editor/editor-styles.css'),
(5934, 'wp-includes/css/dist/editor/editor-styles.min.css'),
(5935, 'wp-includes/css/dist/editor/style-rtl.css'),
(5936, 'wp-includes/css/dist/editor/style-rtl.min.css'),
(5937, 'wp-includes/css/dist/editor/style.css'),
(5938, 'wp-includes/css/dist/editor/style.min.css'),
(5939, 'wp-includes/css/dist/format-library/style-rtl.css'),
(5940, 'wp-includes/css/dist/format-library/style-rtl.min.css'),
(5941, 'wp-includes/css/dist/format-library/style.css'),
(5942, 'wp-includes/css/dist/format-library/style.min.css'),
(5943, 'wp-includes/css/dist/list-reusable-blocks/style-rtl.css'),
(5944, 'wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css'),
(5945, 'wp-includes/css/dist/list-reusable-blocks/style.css'),
(5946, 'wp-includes/css/dist/list-reusable-blocks/style.min.css'),
(5947, 'wp-includes/css/dist/nux/style-rtl.css'),
(5948, 'wp-includes/css/dist/nux/style-rtl.min.css'),
(5949, 'wp-includes/css/dist/nux/style.css'),
(5950, 'wp-includes/css/dist/nux/style.min.css'),
(5951, 'wp-includes/css/editor-rtl.css'),
(5952, 'wp-includes/css/editor-rtl.min.css'),
(5953, 'wp-includes/css/editor.css'),
(5954, 'wp-includes/css/editor.min.css'),
(5955, 'wp-includes/css/jquery-ui-dialog-rtl.css'),
(5956, 'wp-includes/css/jquery-ui-dialog-rtl.min.css'),
(5957, 'wp-includes/css/jquery-ui-dialog.css'),
(5958, 'wp-includes/css/jquery-ui-dialog.min.css'),
(5959, 'wp-includes/css/media-views-rtl.css'),
(5960, 'wp-includes/css/media-views-rtl.min.css'),
(5961, 'wp-includes/css/media-views.css'),
(5962, 'wp-includes/css/media-views.min.css'),
(5963, 'wp-includes/css/wp-auth-check-rtl.css'),
(5964, 'wp-includes/css/wp-auth-check-rtl.min.css'),
(5965, 'wp-includes/css/wp-auth-check.css'),
(5966, 'wp-includes/css/wp-auth-check.min.css'),
(5967, 'wp-includes/css/wp-embed-template-ie.css'),
(5968, 'wp-includes/css/wp-embed-template-ie.min.css'),
(5969, 'wp-includes/css/wp-embed-template.css'),
(5970, 'wp-includes/css/wp-embed-template.min.css'),
(5971, 'wp-includes/css/wp-pointer-rtl.css'),
(5972, 'wp-includes/css/wp-pointer-rtl.min.css'),
(5973, 'wp-includes/css/wp-pointer.css'),
(5974, 'wp-includes/css/wp-pointer.min.css'),
(5975, 'wp-includes/customize/class-wp-customize-background-image-control.php'),
(5976, 'wp-includes/customize/class-wp-customize-background-image-setting.php'),
(5977, 'wp-includes/customize/class-wp-customize-background-position-control.php'),
(5978, 'wp-includes/customize/class-wp-customize-code-editor-control.php'),
(5979, 'wp-includes/customize/class-wp-customize-color-control.php'),
(5980, 'wp-includes/customize/class-wp-customize-cropped-image-control.php'),
(5981, 'wp-includes/customize/class-wp-customize-custom-css-setting.php'),
(5982, 'wp-includes/customize/class-wp-customize-date-time-control.php'),
(5983, 'wp-includes/customize/class-wp-customize-filter-setting.php'),
(5984, 'wp-includes/customize/class-wp-customize-header-image-control.php'),
(5985, 'wp-includes/customize/class-wp-customize-header-image-setting.php'),
(5986, 'wp-includes/customize/class-wp-customize-image-control.php'),
(5987, 'wp-includes/customize/class-wp-customize-media-control.php'),
(5988, 'wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php'),
(5989, 'wp-includes/customize/class-wp-customize-nav-menu-control.php'),
(5990, 'wp-includes/customize/class-wp-customize-nav-menu-item-control.php'),
(5991, 'wp-includes/customize/class-wp-customize-nav-menu-item-setting.php'),
(5992, 'wp-includes/customize/class-wp-customize-nav-menu-location-control.php'),
(5993, 'wp-includes/customize/class-wp-customize-nav-menu-locations-control.php'),
(5994, 'wp-includes/customize/class-wp-customize-nav-menu-name-control.php'),
(5995, 'wp-includes/customize/class-wp-customize-nav-menu-section.php'),
(5996, 'wp-includes/customize/class-wp-customize-nav-menu-setting.php'),
(5997, 'wp-includes/customize/class-wp-customize-nav-menus-panel.php'),
(5998, 'wp-includes/customize/class-wp-customize-new-menu-control.php'),
(5999, 'wp-includes/customize/class-wp-customize-new-menu-section.php'),
(6000, 'wp-includes/customize/class-wp-customize-partial.php'),
(6001, 'wp-includes/customize/class-wp-customize-selective-refresh.php'),
(6002, 'wp-includes/customize/class-wp-customize-sidebar-section.php'),
(6003, 'wp-includes/customize/class-wp-customize-site-icon-control.php'),
(6004, 'wp-includes/customize/class-wp-customize-theme-control.php'),
(6005, 'wp-includes/customize/class-wp-customize-themes-panel.php'),
(6006, 'wp-includes/customize/class-wp-customize-themes-section.php'),
(6007, 'wp-includes/customize/class-wp-customize-upload-control.php'),
(6008, 'wp-includes/customize/class-wp-widget-area-customize-control.php'),
(6009, 'wp-includes/customize/class-wp-widget-form-customize-control.php'),
(6010, 'wp-includes/date.php'),
(6011, 'wp-includes/default-constants.php'),
(6012, 'wp-includes/default-filters.php'),
(6013, 'wp-includes/default-widgets.php'),
(6014, 'wp-includes/deprecated.php'),
(6015, 'wp-includes/embed-template.php'),
(6016, 'wp-includes/embed.php'),
(6017, 'wp-includes/error-protection.php'),
(6018, 'wp-includes/feed-atom-comments.php'),
(6019, 'wp-includes/feed-atom.php'),
(6020, 'wp-includes/feed-rdf.php'),
(6021, 'wp-includes/feed-rss.php'),
(6022, 'wp-includes/feed-rss2-comments.php'),
(6023, 'wp-includes/feed-rss2.php'),
(6024, 'wp-includes/feed.php'),
(6025, 'wp-includes/fonts/dashicons.eot'),
(6026, 'wp-includes/fonts/dashicons.svg'),
(6027, 'wp-includes/fonts/dashicons.ttf'),
(6028, 'wp-includes/fonts/dashicons.woff'),
(6029, 'wp-includes/fonts/dashicons.woff2'),
(6030, 'wp-includes/formatting.php'),
(6031, 'wp-includes/functions.php'),
(6032, 'wp-includes/functions.wp-scripts.php'),
(6033, 'wp-includes/functions.wp-styles.php'),
(6034, 'wp-includes/general-template.php'),
(6035, 'wp-includes/http.php'),
(6036, 'wp-includes/images/admin-bar-sprite-2x.png'),
(6037, 'wp-includes/images/admin-bar-sprite.png'),
(6038, 'wp-includes/images/arrow-pointer-blue-2x.png'),
(6039, 'wp-includes/images/arrow-pointer-blue.png'),
(6040, 'wp-includes/images/blank.gif'),
(6041, 'wp-includes/images/crystal/archive.png'),
(6042, 'wp-includes/images/crystal/audio.png'),
(6043, 'wp-includes/images/crystal/code.png'),
(6044, 'wp-includes/images/crystal/default.png'),
(6045, 'wp-includes/images/crystal/document.png'),
(6046, 'wp-includes/images/crystal/interactive.png'),
(6047, 'wp-includes/images/crystal/license.txt'),
(6048, 'wp-includes/images/crystal/spreadsheet.png'),
(6049, 'wp-includes/images/crystal/text.png'),
(6050, 'wp-includes/images/crystal/video.png'),
(6051, 'wp-includes/images/down_arrow-2x.gif'),
(6052, 'wp-includes/images/down_arrow.gif'),
(6053, 'wp-includes/images/icon-pointer-flag-2x.png'),
(6054, 'wp-includes/images/icon-pointer-flag.png'),
(6055, 'wp-includes/images/media/archive.png'),
(6056, 'wp-includes/images/media/audio.png'),
(6057, 'wp-includes/images/media/code.png'),
(6058, 'wp-includes/images/media/default.png'),
(6059, 'wp-includes/images/media/document.png'),
(6060, 'wp-includes/images/media/interactive.png'),
(6061, 'wp-includes/images/media/spreadsheet.png'),
(6062, 'wp-includes/images/media/text.png'),
(6063, 'wp-includes/images/media/video.png'),
(6064, 'wp-includes/images/rss-2x.png'),
(6065, 'wp-includes/images/rss.png'),
(6066, 'wp-includes/images/smilies/frownie.png'),
(6067, 'wp-includes/images/smilies/icon_arrow.gif'),
(6068, 'wp-includes/images/smilies/icon_biggrin.gif'),
(6069, 'wp-includes/images/smilies/icon_confused.gif'),
(6070, 'wp-includes/images/smilies/icon_cool.gif'),
(6071, 'wp-includes/images/smilies/icon_cry.gif'),
(6072, 'wp-includes/images/smilies/icon_eek.gif'),
(6073, 'wp-includes/images/smilies/icon_evil.gif'),
(6074, 'wp-includes/images/smilies/icon_exclaim.gif'),
(6075, 'wp-includes/images/smilies/icon_idea.gif'),
(6076, 'wp-includes/images/smilies/icon_lol.gif'),
(6077, 'wp-includes/images/smilies/icon_mad.gif'),
(6078, 'wp-includes/images/smilies/icon_mrgreen.gif'),
(6079, 'wp-includes/images/smilies/icon_neutral.gif'),
(6080, 'wp-includes/images/smilies/icon_question.gif'),
(6081, 'wp-includes/images/smilies/icon_razz.gif'),
(6082, 'wp-includes/images/smilies/icon_redface.gif'),
(6083, 'wp-includes/images/smilies/icon_rolleyes.gif'),
(6084, 'wp-includes/images/smilies/icon_sad.gif'),
(6085, 'wp-includes/images/smilies/icon_smile.gif'),
(6086, 'wp-includes/images/smilies/icon_surprised.gif'),
(6087, 'wp-includes/images/smilies/icon_twisted.gif'),
(6088, 'wp-includes/images/smilies/icon_wink.gif'),
(6089, 'wp-includes/images/smilies/mrgreen.png'),
(6090, 'wp-includes/images/smilies/rolleyes.png'),
(6091, 'wp-includes/images/smilies/simple-smile.png'),
(6092, 'wp-includes/images/spinner-2x.gif'),
(6093, 'wp-includes/images/spinner.gif'),
(6094, 'wp-includes/images/toggle-arrow-2x.png'),
(6095, 'wp-includes/images/toggle-arrow.png'),
(6096, 'wp-includes/images/uploader-icons-2x.png'),
(6097, 'wp-includes/images/uploader-icons.png'),
(6098, 'wp-includes/images/w-logo-blue.png'),
(6099, 'wp-includes/images/wlw/wp-comments.png'),
(6100, 'wp-includes/images/wlw/wp-icon.png'),
(6101, 'wp-includes/images/wlw/wp-watermark.png'),
(6102, 'wp-includes/images/wpicons-2x.png'),
(6103, 'wp-includes/images/wpicons.png'),
(6104, 'wp-includes/images/wpspin-2x.gif'),
(6105, 'wp-includes/images/wpspin.gif'),
(6106, 'wp-includes/images/xit-2x.gif'),
(6107, 'wp-includes/images/xit.gif'),
(6108, 'wp-includes/js/admin-bar.js'),
(6109, 'wp-includes/js/admin-bar.min.js'),
(6110, 'wp-includes/js/api-request.js'),
(6111, 'wp-includes/js/api-request.min.js'),
(6112, 'wp-includes/js/autosave.js'),
(6113, 'wp-includes/js/autosave.min.js'),
(6114, 'wp-includes/js/backbone.js'),
(6115, 'wp-includes/js/backbone.min.js'),
(6116, 'wp-includes/js/clipboard.js'),
(6117, 'wp-includes/js/clipboard.min.js'),
(6118, 'wp-includes/js/codemirror/codemirror.min.css'),
(6119, 'wp-includes/js/codemirror/codemirror.min.js'),
(6120, 'wp-includes/js/codemirror/csslint.js'),
(6121, 'wp-includes/js/codemirror/esprima.js'),
(6122, 'wp-includes/js/codemirror/fakejshint.js'),
(6123, 'wp-includes/js/codemirror/htmlhint-kses.js'),
(6124, 'wp-includes/js/codemirror/htmlhint.js'),
(6125, 'wp-includes/js/codemirror/jsonlint.js'),
(6126, 'wp-includes/js/colorpicker.js'),
(6127, 'wp-includes/js/colorpicker.min.js'),
(6128, 'wp-includes/js/comment-reply.js'),
(6129, 'wp-includes/js/comment-reply.min.js'),
(6130, 'wp-includes/js/crop/cropper.css'),
(6131, 'wp-includes/js/crop/cropper.js'),
(6132, 'wp-includes/js/crop/marqueeHoriz.gif'),
(6133, 'wp-includes/js/crop/marqueeVert.gif'),
(6134, 'wp-includes/js/customize-base.js'),
(6135, 'wp-includes/js/customize-base.min.js'),
(6136, 'wp-includes/js/customize-loader.js'),
(6137, 'wp-includes/js/customize-loader.min.js'),
(6138, 'wp-includes/js/customize-models.js'),
(6139, 'wp-includes/js/customize-models.min.js'),
(6140, 'wp-includes/js/customize-preview-nav-menus.js'),
(6141, 'wp-includes/js/customize-preview-nav-menus.min.js'),
(6142, 'wp-includes/js/customize-preview-widgets.js'),
(6143, 'wp-includes/js/customize-preview-widgets.min.js'),
(6144, 'wp-includes/js/customize-preview.js'),
(6145, 'wp-includes/js/customize-preview.min.js'),
(6146, 'wp-includes/js/customize-selective-refresh.js'),
(6147, 'wp-includes/js/customize-selective-refresh.min.js'),
(6148, 'wp-includes/js/customize-views.js'),
(6149, 'wp-includes/js/customize-views.min.js'),
(6150, 'wp-includes/js/dist/a11y.js'),
(6151, 'wp-includes/js/dist/a11y.min.js'),
(6152, 'wp-includes/js/dist/annotations.js'),
(6153, 'wp-includes/js/dist/annotations.min.js'),
(6154, 'wp-includes/js/dist/api-fetch.js'),
(6155, 'wp-includes/js/dist/api-fetch.min.js'),
(6156, 'wp-includes/js/dist/autop.js'),
(6157, 'wp-includes/js/dist/autop.min.js'),
(6158, 'wp-includes/js/dist/blob.js'),
(6159, 'wp-includes/js/dist/blob.min.js'),
(6160, 'wp-includes/js/dist/block-editor.js'),
(6161, 'wp-includes/js/dist/block-editor.min.js'),
(6162, 'wp-includes/js/dist/block-library.js'),
(6163, 'wp-includes/js/dist/block-library.min.js'),
(6164, 'wp-includes/js/dist/block-serialization-default-parser.js'),
(6165, 'wp-includes/js/dist/block-serialization-default-parser.min.js'),
(6166, 'wp-includes/js/dist/blocks.js'),
(6167, 'wp-includes/js/dist/blocks.min.js'),
(6168, 'wp-includes/js/dist/components.js'),
(6169, 'wp-includes/js/dist/components.min.js'),
(6170, 'wp-includes/js/dist/compose.js'),
(6171, 'wp-includes/js/dist/compose.min.js'),
(6172, 'wp-includes/js/dist/core-data.js'),
(6173, 'wp-includes/js/dist/core-data.min.js'),
(6174, 'wp-includes/js/dist/data-controls.js'),
(6175, 'wp-includes/js/dist/data-controls.min.js'),
(6176, 'wp-includes/js/dist/data.js'),
(6177, 'wp-includes/js/dist/data.min.js'),
(6178, 'wp-includes/js/dist/date.js'),
(6179, 'wp-includes/js/dist/date.min.js'),
(6180, 'wp-includes/js/dist/deprecated.js'),
(6181, 'wp-includes/js/dist/deprecated.min.js'),
(6182, 'wp-includes/js/dist/dom-ready.js'),
(6183, 'wp-includes/js/dist/dom-ready.min.js'),
(6184, 'wp-includes/js/dist/dom.js'),
(6185, 'wp-includes/js/dist/dom.min.js'),
(6186, 'wp-includes/js/dist/edit-post.js'),
(6187, 'wp-includes/js/dist/edit-post.min.js'),
(6188, 'wp-includes/js/dist/editor.js'),
(6189, 'wp-includes/js/dist/editor.min.js'),
(6190, 'wp-includes/js/dist/element.js'),
(6191, 'wp-includes/js/dist/element.min.js'),
(6192, 'wp-includes/js/dist/escape-html.js'),
(6193, 'wp-includes/js/dist/escape-html.min.js'),
(6194, 'wp-includes/js/dist/format-library.js'),
(6195, 'wp-includes/js/dist/format-library.min.js'),
(6196, 'wp-includes/js/dist/hooks.js'),
(6197, 'wp-includes/js/dist/hooks.min.js'),
(6198, 'wp-includes/js/dist/html-entities.js'),
(6199, 'wp-includes/js/dist/html-entities.min.js'),
(6200, 'wp-includes/js/dist/i18n.js'),
(6201, 'wp-includes/js/dist/i18n.min.js'),
(6202, 'wp-includes/js/dist/is-shallow-equal.js'),
(6203, 'wp-includes/js/dist/is-shallow-equal.min.js'),
(6204, 'wp-includes/js/dist/keycodes.js'),
(6205, 'wp-includes/js/dist/keycodes.min.js'),
(6206, 'wp-includes/js/dist/list-reusable-blocks.js'),
(6207, 'wp-includes/js/dist/list-reusable-blocks.min.js'),
(6208, 'wp-includes/js/dist/media-utils.js'),
(6209, 'wp-includes/js/dist/media-utils.min.js'),
(6210, 'wp-includes/js/dist/notices.js'),
(6211, 'wp-includes/js/dist/notices.min.js'),
(6212, 'wp-includes/js/dist/nux.js'),
(6213, 'wp-includes/js/dist/nux.min.js'),
(6214, 'wp-includes/js/dist/plugins.js'),
(6215, 'wp-includes/js/dist/plugins.min.js'),
(6216, 'wp-includes/js/dist/priority-queue.js'),
(6217, 'wp-includes/js/dist/priority-queue.min.js'),
(6218, 'wp-includes/js/dist/redux-routine.js'),
(6219, 'wp-includes/js/dist/redux-routine.min.js'),
(6220, 'wp-includes/js/dist/rich-text.js'),
(6221, 'wp-includes/js/dist/rich-text.min.js'),
(6222, 'wp-includes/js/dist/server-side-render.js'),
(6223, 'wp-includes/js/dist/server-side-render.min.js'),
(6224, 'wp-includes/js/dist/shortcode.js'),
(6225, 'wp-includes/js/dist/shortcode.min.js'),
(6226, 'wp-includes/js/dist/token-list.js'),
(6227, 'wp-includes/js/dist/token-list.min.js'),
(6228, 'wp-includes/js/dist/url.js'),
(6229, 'wp-includes/js/dist/url.min.js'),
(6230, 'wp-includes/js/dist/vendor/lodash.js'),
(6231, 'wp-includes/js/dist/vendor/lodash.min.js'),
(6232, 'wp-includes/js/dist/vendor/moment.js'),
(6233, 'wp-includes/js/dist/vendor/moment.min.js'),
(6234, 'wp-includes/js/dist/vendor/react-dom.js'),
(6235, 'wp-includes/js/dist/vendor/react-dom.min.js'),
(6236, 'wp-includes/js/dist/vendor/react.js'),
(6237, 'wp-includes/js/dist/vendor/react.min.js'),
(6238, 'wp-includes/js/dist/vendor/wp-polyfill-element-closest.js'),
(6239, 'wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js'),
(6240, 'wp-includes/js/dist/vendor/wp-polyfill-fetch.js'),
(6241, 'wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js'),
(6242, 'wp-includes/js/dist/vendor/wp-polyfill-formdata.js'),
(6243, 'wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js'),
(6244, 'wp-includes/js/dist/vendor/wp-polyfill-node-contains.js'),
(6245, 'wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js'),
(6246, 'wp-includes/js/dist/vendor/wp-polyfill.js'),
(6247, 'wp-includes/js/dist/vendor/wp-polyfill.min.js'),
(6248, 'wp-includes/js/dist/viewport.js'),
(6249, 'wp-includes/js/dist/viewport.min.js'),
(6250, 'wp-includes/js/dist/wordcount.js'),
(6251, 'wp-includes/js/dist/wordcount.min.js'),
(6252, 'wp-includes/js/heartbeat.js'),
(6253, 'wp-includes/js/heartbeat.min.js'),
(6254, 'wp-includes/js/hoverIntent.js'),
(6255, 'wp-includes/js/hoverIntent.min.js'),
(6256, 'wp-includes/js/hoverintent-js.min.js'),
(6257, 'wp-includes/js/imagesloaded.min.js'),
(6258, 'wp-includes/js/imgareaselect/border-anim-h.gif'),
(6259, 'wp-includes/js/imgareaselect/border-anim-v.gif'),
(6260, 'wp-includes/js/imgareaselect/imgareaselect.css'),
(6261, 'wp-includes/js/imgareaselect/jquery.imgareaselect.js'),
(6262, 'wp-includes/js/imgareaselect/jquery.imgareaselect.min.js'),
(6263, 'wp-includes/js/jcrop/Jcrop.gif'),
(6264, 'wp-includes/js/jcrop/jquery.Jcrop.min.css'),
(6265, 'wp-includes/js/jcrop/jquery.Jcrop.min.js'),
(6266, 'wp-includes/js/jquery/jquery-migrate.js'),
(6267, 'wp-includes/js/jquery/jquery-migrate.min.js'),
(6268, 'wp-includes/js/jquery/jquery.color.min.js'),
(6269, 'wp-includes/js/jquery/jquery.form.js'),
(6270, 'wp-includes/js/jquery/jquery.form.min.js'),
(6271, 'wp-includes/js/jquery/jquery.hotkeys.js'),
(6272, 'wp-includes/js/jquery/jquery.hotkeys.min.js'),
(6273, 'wp-includes/js/jquery/jquery.js'),
(6274, 'wp-includes/js/jquery/jquery.masonry.min.js'),
(6275, 'wp-includes/js/jquery/jquery.query.js'),
(6276, 'wp-includes/js/jquery/jquery.schedule.js'),
(6277, 'wp-includes/js/jquery/jquery.serialize-object.js'),
(6278, 'wp-includes/js/jquery/jquery.table-hotkeys.js'),
(6279, 'wp-includes/js/jquery/jquery.table-hotkeys.min.js'),
(6280, 'wp-includes/js/jquery/jquery.ui.touch-punch.js'),
(6281, 'wp-includes/js/jquery/suggest.js'),
(6282, 'wp-includes/js/jquery/suggest.min.js'),
(6283, 'wp-includes/js/jquery/ui/accordion.min.js'),
(6284, 'wp-includes/js/jquery/ui/autocomplete.min.js'),
(6285, 'wp-includes/js/jquery/ui/button.min.js'),
(6286, 'wp-includes/js/jquery/ui/core.min.js'),
(6287, 'wp-includes/js/jquery/ui/datepicker.min.js'),
(6288, 'wp-includes/js/jquery/ui/dialog.min.js'),
(6289, 'wp-includes/js/jquery/ui/draggable.min.js'),
(6290, 'wp-includes/js/jquery/ui/droppable.min.js'),
(6291, 'wp-includes/js/jquery/ui/effect-blind.min.js'),
(6292, 'wp-includes/js/jquery/ui/effect-bounce.min.js'),
(6293, 'wp-includes/js/jquery/ui/effect-clip.min.js'),
(6294, 'wp-includes/js/jquery/ui/effect-drop.min.js'),
(6295, 'wp-includes/js/jquery/ui/effect-explode.min.js'),
(6296, 'wp-includes/js/jquery/ui/effect-fade.min.js'),
(6297, 'wp-includes/js/jquery/ui/effect-fold.min.js'),
(6298, 'wp-includes/js/jquery/ui/effect-highlight.min.js'),
(6299, 'wp-includes/js/jquery/ui/effect-puff.min.js'),
(6300, 'wp-includes/js/jquery/ui/effect-pulsate.min.js'),
(6301, 'wp-includes/js/jquery/ui/effect-scale.min.js'),
(6302, 'wp-includes/js/jquery/ui/effect-shake.min.js'),
(6303, 'wp-includes/js/jquery/ui/effect-size.min.js'),
(6304, 'wp-includes/js/jquery/ui/effect-slide.min.js'),
(6305, 'wp-includes/js/jquery/ui/effect-transfer.min.js'),
(6306, 'wp-includes/js/jquery/ui/effect.min.js'),
(6307, 'wp-includes/js/jquery/ui/menu.min.js'),
(6308, 'wp-includes/js/jquery/ui/mouse.min.js'),
(6309, 'wp-includes/js/jquery/ui/position.min.js'),
(6310, 'wp-includes/js/jquery/ui/progressbar.min.js'),
(6311, 'wp-includes/js/jquery/ui/resizable.min.js'),
(6312, 'wp-includes/js/jquery/ui/selectable.min.js'),
(6313, 'wp-includes/js/jquery/ui/selectmenu.min.js'),
(6314, 'wp-includes/js/jquery/ui/slider.min.js'),
(6315, 'wp-includes/js/jquery/ui/sortable.min.js'),
(6316, 'wp-includes/js/jquery/ui/spinner.min.js'),
(6317, 'wp-includes/js/jquery/ui/tabs.min.js'),
(6318, 'wp-includes/js/jquery/ui/tooltip.min.js'),
(6319, 'wp-includes/js/jquery/ui/widget.min.js'),
(6320, 'wp-includes/js/json2.js'),
(6321, 'wp-includes/js/json2.min.js'),
(6322, 'wp-includes/js/masonry.min.js'),
(6323, 'wp-includes/js/mce-view.js'),
(6324, 'wp-includes/js/mce-view.min.js'),
(6325, 'wp-includes/js/media-audiovideo.js'),
(6326, 'wp-includes/js/media-audiovideo.min.js'),
(6327, 'wp-includes/js/media-editor.js'),
(6328, 'wp-includes/js/media-editor.min.js'),
(6329, 'wp-includes/js/media-grid.js'),
(6330, 'wp-includes/js/media-grid.min.js'),
(6331, 'wp-includes/js/media-models.js'),
(6332, 'wp-includes/js/media-models.min.js'),
(6333, 'wp-includes/js/media-views.js'),
(6334, 'wp-includes/js/media-views.min.js'),
(6335, 'wp-includes/js/mediaelement/mediaelement-and-player.js'),
(6336, 'wp-includes/js/mediaelement/mediaelement-and-player.min.js'),
(6337, 'wp-includes/js/mediaelement/mediaelement-migrate.js'),
(6338, 'wp-includes/js/mediaelement/mediaelement-migrate.min.js'),
(6339, 'wp-includes/js/mediaelement/mediaelement.js'),
(6340, 'wp-includes/js/mediaelement/mediaelement.min.js'),
(6341, 'wp-includes/js/mediaelement/mediaelementplayer-legacy.css'),
(6342, 'wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css'),
(6343, 'wp-includes/js/mediaelement/mediaelementplayer.css'),
(6344, 'wp-includes/js/mediaelement/mediaelementplayer.min.css'),
(6345, 'wp-includes/js/mediaelement/mejs-controls.png'),
(6346, 'wp-includes/js/mediaelement/mejs-controls.svg'),
(6347, 'wp-includes/js/mediaelement/renderers/vimeo.js'),
(6348, 'wp-includes/js/mediaelement/renderers/vimeo.min.js'),
(6349, 'wp-includes/js/mediaelement/wp-mediaelement.css'),
(6350, 'wp-includes/js/mediaelement/wp-mediaelement.js'),
(6351, 'wp-includes/js/mediaelement/wp-mediaelement.min.css'),
(6352, 'wp-includes/js/mediaelement/wp-mediaelement.min.js'),
(6353, 'wp-includes/js/mediaelement/wp-playlist.js'),
(6354, 'wp-includes/js/mediaelement/wp-playlist.min.js'),
(6355, 'wp-includes/js/plupload/handlers.js'),
(6356, 'wp-includes/js/plupload/handlers.min.js'),
(6357, 'wp-includes/js/plupload/license.txt'),
(6358, 'wp-includes/js/plupload/moxie.js'),
(6359, 'wp-includes/js/plupload/moxie.min.js'),
(6360, 'wp-includes/js/plupload/plupload.js'),
(6361, 'wp-includes/js/plupload/plupload.min.js'),
(6362, 'wp-includes/js/plupload/wp-plupload.js'),
(6363, 'wp-includes/js/plupload/wp-plupload.min.js'),
(6364, 'wp-includes/js/quicktags.js'),
(6365, 'wp-includes/js/quicktags.min.js'),
(6366, 'wp-includes/js/shortcode.js'),
(6367, 'wp-includes/js/shortcode.min.js'),
(6368, 'wp-includes/js/swfobject.js'),
(6369, 'wp-includes/js/swfupload/handlers.js'),
(6370, 'wp-includes/js/swfupload/handlers.min.js'),
(6371, 'wp-includes/js/swfupload/license.txt'),
(6372, 'wp-includes/js/swfupload/swfupload.js'),
(6373, 'wp-includes/js/thickbox/loadingAnimation.gif'),
(6374, 'wp-includes/js/thickbox/macFFBgHack.png'),
(6375, 'wp-includes/js/thickbox/thickbox.css'),
(6376, 'wp-includes/js/thickbox/thickbox.js'),
(6377, 'wp-includes/js/tinymce/langs/wp-langs-en.js'),
(6378, 'wp-includes/js/tinymce/license.txt'),
(6379, 'wp-includes/js/tinymce/plugins/charmap/plugin.js'),
(6380, 'wp-includes/js/tinymce/plugins/charmap/plugin.min.js'),
(6381, 'wp-includes/js/tinymce/plugins/colorpicker/plugin.js'),
(6382, 'wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js'),
(6383, 'wp-includes/js/tinymce/plugins/compat3x/css/dialog.css'),
(6384, 'wp-includes/js/tinymce/plugins/compat3x/plugin.js'),
(6385, 'wp-includes/js/tinymce/plugins/compat3x/plugin.min.js'),
(6386, 'wp-includes/js/tinymce/plugins/directionality/plugin.js'),
(6387, 'wp-includes/js/tinymce/plugins/directionality/plugin.min.js'),
(6388, 'wp-includes/js/tinymce/plugins/fullscreen/plugin.js'),
(6389, 'wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js'),
(6390, 'wp-includes/js/tinymce/plugins/hr/plugin.js'),
(6391, 'wp-includes/js/tinymce/plugins/hr/plugin.min.js'),
(6392, 'wp-includes/js/tinymce/plugins/image/plugin.js'),
(6393, 'wp-includes/js/tinymce/plugins/image/plugin.min.js'),
(6394, 'wp-includes/js/tinymce/plugins/link/plugin.js'),
(6395, 'wp-includes/js/tinymce/plugins/link/plugin.min.js'),
(6396, 'wp-includes/js/tinymce/plugins/lists/plugin.js'),
(6397, 'wp-includes/js/tinymce/plugins/lists/plugin.min.js'),
(6398, 'wp-includes/js/tinymce/plugins/media/plugin.js'),
(6399, 'wp-includes/js/tinymce/plugins/media/plugin.min.js'),
(6400, 'wp-includes/js/tinymce/plugins/paste/plugin.js'),
(6401, 'wp-includes/js/tinymce/plugins/paste/plugin.min.js'),
(6402, 'wp-includes/js/tinymce/plugins/tabfocus/plugin.js'),
(6403, 'wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js'),
(6404, 'wp-includes/js/tinymce/plugins/textcolor/plugin.js'),
(6405, 'wp-includes/js/tinymce/plugins/textcolor/plugin.min.js'),
(6406, 'wp-includes/js/tinymce/plugins/wordpress/plugin.js'),
(6407, 'wp-includes/js/tinymce/plugins/wordpress/plugin.min.js'),
(6408, 'wp-includes/js/tinymce/plugins/wpautoresize/plugin.js'),
(6409, 'wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js'),
(6410, 'wp-includes/js/tinymce/plugins/wpdialogs/plugin.js'),
(6411, 'wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js'),
(6412, 'wp-includes/js/tinymce/plugins/wpeditimage/plugin.js'),
(6413, 'wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js'),
(6414, 'wp-includes/js/tinymce/plugins/wpemoji/plugin.js'),
(6415, 'wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js'),
(6416, 'wp-includes/js/tinymce/plugins/wpgallery/plugin.js'),
(6417, 'wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js'),
(6418, 'wp-includes/js/tinymce/plugins/wplink/plugin.js'),
(6419, 'wp-includes/js/tinymce/plugins/wplink/plugin.min.js'),
(6420, 'wp-includes/js/tinymce/plugins/wptextpattern/plugin.js'),
(6421, 'wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js'),
(6422, 'wp-includes/js/tinymce/plugins/wpview/plugin.js'),
(6423, 'wp-includes/js/tinymce/plugins/wpview/plugin.min.js'),
(6424, 'wp-includes/js/tinymce/skins/lightgray/content.inline.min.css'),
(6425, 'wp-includes/js/tinymce/skins/lightgray/content.min.css'),
(6426, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot'),
(6427, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg'),
(6428, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf'),
(6429, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff'),
(6430, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot'),
(6431, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg'),
(6432, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf'),
(6433, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff'),
(6434, 'wp-includes/js/tinymce/skins/lightgray/img/anchor.gif'),
(6435, 'wp-includes/js/tinymce/skins/lightgray/img/loader.gif'),
(6436, 'wp-includes/js/tinymce/skins/lightgray/img/object.gif'),
(6437, 'wp-includes/js/tinymce/skins/lightgray/img/trans.gif'),
(6438, 'wp-includes/js/tinymce/skins/lightgray/skin.min.css'),
(6439, 'wp-includes/js/tinymce/skins/wordpress/images/audio.png'),
(6440, 'wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png'),
(6441, 'wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png'),
(6442, 'wp-includes/js/tinymce/skins/wordpress/images/embedded.png'),
(6443, 'wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png'),
(6444, 'wp-includes/js/tinymce/skins/wordpress/images/gallery.png'),
(6445, 'wp-includes/js/tinymce/skins/wordpress/images/more-2x.png'),
(6446, 'wp-includes/js/tinymce/skins/wordpress/images/more.png'),
(6447, 'wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png'),
(6448, 'wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png'),
(6449, 'wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png'),
(6450, 'wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png'),
(6451, 'wp-includes/js/tinymce/skins/wordpress/images/video.png'),
(6452, 'wp-includes/js/tinymce/skins/wordpress/wp-content.css'),
(6453, 'wp-includes/js/tinymce/themes/inlite/theme.js'),
(6454, 'wp-includes/js/tinymce/themes/inlite/theme.min.js'),
(6455, 'wp-includes/js/tinymce/themes/modern/theme.js'),
(6456, 'wp-includes/js/tinymce/themes/modern/theme.min.js'),
(6457, 'wp-includes/js/tinymce/tiny_mce_popup.js'),
(6458, 'wp-includes/js/tinymce/tinymce.min.js'),
(6459, 'wp-includes/js/tinymce/utils/editable_selects.js'),
(6460, 'wp-includes/js/tinymce/utils/form_utils.js'),
(6461, 'wp-includes/js/tinymce/utils/mctabs.js'),
(6462, 'wp-includes/js/tinymce/utils/validate.js'),
(6463, 'wp-includes/js/tinymce/wp-tinymce.js'),
(6464, 'wp-includes/js/tinymce/wp-tinymce.php'),
(6465, 'wp-includes/js/tw-sack.js'),
(6466, 'wp-includes/js/tw-sack.min.js'),
(6467, 'wp-includes/js/twemoji.js'),
(6468, 'wp-includes/js/twemoji.min.js'),
(6469, 'wp-includes/js/underscore.js'),
(6470, 'wp-includes/js/underscore.min.js'),
(6471, 'wp-includes/js/utils.js'),
(6472, 'wp-includes/js/utils.min.js'),
(6473, 'wp-includes/js/wp-ajax-response.js'),
(6474, 'wp-includes/js/wp-ajax-response.min.js'),
(6475, 'wp-includes/js/wp-api.js'),
(6476, 'wp-includes/js/wp-api.min.js'),
(6477, 'wp-includes/js/wp-auth-check.js'),
(6478, 'wp-includes/js/wp-auth-check.min.js'),
(6479, 'wp-includes/js/wp-backbone.js'),
(6480, 'wp-includes/js/wp-backbone.min.js'),
(6481, 'wp-includes/js/wp-custom-header.js'),
(6482, 'wp-includes/js/wp-custom-header.min.js'),
(6483, 'wp-includes/js/wp-embed-template.js'),
(6484, 'wp-includes/js/wp-embed-template.min.js'),
(6485, 'wp-includes/js/wp-embed.js'),
(6486, 'wp-includes/js/wp-embed.min.js'),
(6487, 'wp-includes/js/wp-emoji-loader.js'),
(6488, 'wp-includes/js/wp-emoji-loader.min.js'),
(6489, 'wp-includes/js/wp-emoji-release.min.js'),
(6490, 'wp-includes/js/wp-emoji.js'),
(6491, 'wp-includes/js/wp-emoji.min.js'),
(6492, 'wp-includes/js/wp-list-revisions.js'),
(6493, 'wp-includes/js/wp-list-revisions.min.js'),
(6494, 'wp-includes/js/wp-lists.js'),
(6495, 'wp-includes/js/wp-lists.min.js'),
(6496, 'wp-includes/js/wp-pointer.js'),
(6497, 'wp-includes/js/wp-pointer.min.js'),
(6498, 'wp-includes/js/wp-sanitize.js'),
(6499, 'wp-includes/js/wp-sanitize.min.js'),
(6500, 'wp-includes/js/wp-util.js'),
(6501, 'wp-includes/js/wp-util.min.js'),
(6502, 'wp-includes/js/wpdialog.js'),
(6503, 'wp-includes/js/wpdialog.min.js'),
(6504, 'wp-includes/js/wplink.js'),
(6505, 'wp-includes/js/wplink.min.js'),
(6506, 'wp-includes/js/zxcvbn-async.js'),
(6507, 'wp-includes/js/zxcvbn-async.min.js'),
(6508, 'wp-includes/js/zxcvbn.min.js'),
(6509, 'wp-includes/kses.php'),
(6510, 'wp-includes/l10n.php'),
(6511, 'wp-includes/link-template.php'),
(6512, 'wp-includes/load.php'),
(6513, 'wp-includes/locale.php'),
(6514, 'wp-includes/media-template.php'),
(6515, 'wp-includes/media.php'),
(6516, 'wp-includes/meta.php'),
(6517, 'wp-includes/ms-blogs.php'),
(6518, 'wp-includes/ms-default-constants.php'),
(6519, 'wp-includes/ms-default-filters.php'),
(6520, 'wp-includes/ms-deprecated.php'),
(6521, 'wp-includes/ms-files.php'),
(6522, 'wp-includes/ms-functions.php'),
(6523, 'wp-includes/ms-load.php'),
(6524, 'wp-includes/ms-network.php'),
(6525, 'wp-includes/ms-settings.php'),
(6526, 'wp-includes/ms-site.php'),
(6527, 'wp-includes/nav-menu-template.php'),
(6528, 'wp-includes/nav-menu.php'),
(6529, 'wp-includes/option.php'),
(6530, 'wp-includes/pluggable-deprecated.php'),
(6531, 'wp-includes/pluggable.php'),
(6532, 'wp-includes/plugin.php'),
(6533, 'wp-includes/pomo/entry.php'),
(6534, 'wp-includes/pomo/mo.php'),
(6535, 'wp-includes/pomo/plural-forms.php'),
(6536, 'wp-includes/pomo/po.php'),
(6537, 'wp-includes/pomo/streams.php'),
(6538, 'wp-includes/pomo/translations.php'),
(6539, 'wp-includes/post-formats.php'),
(6540, 'wp-includes/post-template.php'),
(6541, 'wp-includes/post-thumbnail-template.php'),
(6542, 'wp-includes/post.php'),
(6543, 'wp-includes/query.php'),
(6544, 'wp-includes/random_compat/byte_safe_strings.php'),
(6545, 'wp-includes/random_compat/cast_to_int.php'),
(6546, 'wp-includes/random_compat/error_polyfill.php'),
(6547, 'wp-includes/random_compat/random.php'),
(6548, 'wp-includes/random_compat/random_bytes_com_dotnet.php'),
(6549, 'wp-includes/random_compat/random_bytes_dev_urandom.php'),
(6550, 'wp-includes/random_compat/random_bytes_libsodium.php'),
(6551, 'wp-includes/random_compat/random_bytes_libsodium_legacy.php'),
(6552, 'wp-includes/random_compat/random_bytes_mcrypt.php'),
(6553, 'wp-includes/random_compat/random_int.php'),
(6554, 'wp-includes/registration-functions.php'),
(6555, 'wp-includes/registration.php'),
(6556, 'wp-includes/rest-api/class-wp-rest-request.php'),
(6557, 'wp-includes/rest-api/class-wp-rest-response.php'),
(6558, 'wp-includes/rest-api/class-wp-rest-server.php'),
(6559, 'wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php'),
(6560, 'wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php'),
(6561, 'wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php'),
(6562, 'wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php'),
(6563, 'wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php'),
(6564, 'wp-includes/rest-api/endpoints/class-wp-rest-controller.php'),
(6565, 'wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php'),
(6566, 'wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php'),
(6567, 'wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php'),
(6568, 'wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php'),
(6569, 'wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php'),
(6570, 'wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php'),
(6571, 'wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php'),
(6572, 'wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php'),
(6573, 'wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php'),
(6574, 'wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php'),
(6575, 'wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php'),
(6576, 'wp-includes/rest-api/fields/class-wp-rest-meta-fields.php'),
(6577, 'wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php'),
(6578, 'wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php'),
(6579, 'wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php'),
(6580, 'wp-includes/rest-api/search/class-wp-rest-post-search-handler.php'),
(6581, 'wp-includes/rest-api/search/class-wp-rest-search-handler.php'),
(6582, 'wp-includes/rest-api.php'),
(6583, 'wp-includes/revision.php'),
(6584, 'wp-includes/rewrite.php'),
(6585, 'wp-includes/rss-functions.php'),
(6586, 'wp-includes/rss.php'),
(6587, 'wp-includes/script-loader.php'),
(6588, 'wp-includes/session.php'),
(6589, 'wp-includes/shortcodes.php'),
(6590, 'wp-includes/sodium_compat/LICENSE'),
(6591, 'wp-includes/sodium_compat/autoload.php'),
(6592, 'wp-includes/sodium_compat/composer.json'),
(6593, 'wp-includes/sodium_compat/lib/constants.php'),
(6594, 'wp-includes/sodium_compat/lib/namespaced.php'),
(6595, 'wp-includes/sodium_compat/lib/php72compat.php'),
(6596, 'wp-includes/sodium_compat/lib/php72compat_const.php'),
(6597, 'wp-includes/sodium_compat/lib/sodium_compat.php'),
(6598, 'wp-includes/sodium_compat/namespaced/Compat.php'),
(6599, 'wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php'),
(6600, 'wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),
(6601, 'wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),
(6602, 'wp-includes/sodium_compat/namespaced/Core/ChaCha20.php'),
(6603, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php'),
(6604, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),
(6605, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),
(6606, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),
(6607, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),
(6608, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),
(6609, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php'),
(6610, 'wp-includes/sodium_compat/namespaced/Core/Curve25519.php'),
(6611, 'wp-includes/sodium_compat/namespaced/Core/Ed25519.php'),
(6612, 'wp-includes/sodium_compat/namespaced/Core/HChaCha20.php'),
(6613, 'wp-includes/sodium_compat/namespaced/Core/HSalsa20.php'),
(6614, 'wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php'),
(6615, 'wp-includes/sodium_compat/namespaced/Core/Poly1305.php'),
(6616, 'wp-includes/sodium_compat/namespaced/Core/Salsa20.php'),
(6617, 'wp-includes/sodium_compat/namespaced/Core/SipHash.php'),
(6618, 'wp-includes/sodium_compat/namespaced/Core/Util.php'),
(6619, 'wp-includes/sodium_compat/namespaced/Core/X25519.php'),
(6620, 'wp-includes/sodium_compat/namespaced/Core/XChaCha20.php'),
(6621, 'wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php'),
(6622, 'wp-includes/sodium_compat/namespaced/Crypto.php'),
(6623, 'wp-includes/sodium_compat/namespaced/File.php'),
(6624, 'wp-includes/sodium_compat/src/Compat.php'),
(6625, 'wp-includes/sodium_compat/src/Core/BLAKE2b.php'),
(6626, 'wp-includes/sodium_compat/src/Core/Base64/Common.php'),
(6627, 'wp-includes/sodium_compat/src/Core/Base64/Original.php'),
(6628, 'wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php'),
(6629, 'wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php'),
(6630, 'wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),
(6631, 'wp-includes/sodium_compat/src/Core/ChaCha20.php'),
(6632, 'wp-includes/sodium_compat/src/Core/Curve25519/Fe.php'),
(6633, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),
(6634, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),
(6635, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php'),
(6636, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php'),
(6637, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),
(6638, 'wp-includes/sodium_compat/src/Core/Curve25519/H.php'),
(6639, 'wp-includes/sodium_compat/src/Core/Curve25519/README.md'),
(6640, 'wp-includes/sodium_compat/src/Core/Curve25519.php'),
(6641, 'wp-includes/sodium_compat/src/Core/Ed25519.php'),
(6642, 'wp-includes/sodium_compat/src/Core/HChaCha20.php'),
(6643, 'wp-includes/sodium_compat/src/Core/HSalsa20.php'),
(6644, 'wp-includes/sodium_compat/src/Core/Poly1305/State.php'),
(6645, 'wp-includes/sodium_compat/src/Core/Poly1305.php'),
(6646, 'wp-includes/sodium_compat/src/Core/Salsa20.php'),
(6647, 'wp-includes/sodium_compat/src/Core/SecretStream/State.php'),
(6648, 'wp-includes/sodium_compat/src/Core/SipHash.php'),
(6649, 'wp-includes/sodium_compat/src/Core/Util.php'),
(6650, 'wp-includes/sodium_compat/src/Core/X25519.php'),
(6651, 'wp-includes/sodium_compat/src/Core/XChaCha20.php'),
(6652, 'wp-includes/sodium_compat/src/Core/XSalsa20.php'),
(6653, 'wp-includes/sodium_compat/src/Core32/BLAKE2b.php'),
(6654, 'wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php'),
(6655, 'wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),
(6656, 'wp-includes/sodium_compat/src/Core32/ChaCha20.php'),
(6657, 'wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php'),
(6658, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),
(6659, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),
(6660, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),
(6661, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),
(6662, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),
(6663, 'wp-includes/sodium_compat/src/Core32/Curve25519/H.php'),
(6664, 'wp-includes/sodium_compat/src/Core32/Curve25519/README.md'),
(6665, 'wp-includes/sodium_compat/src/Core32/Curve25519.php'),
(6666, 'wp-includes/sodium_compat/src/Core32/Ed25519.php'),
(6667, 'wp-includes/sodium_compat/src/Core32/HChaCha20.php'),
(6668, 'wp-includes/sodium_compat/src/Core32/HSalsa20.php'),
(6669, 'wp-includes/sodium_compat/src/Core32/Int32.php'),
(6670, 'wp-includes/sodium_compat/src/Core32/Int64.php'),
(6671, 'wp-includes/sodium_compat/src/Core32/Poly1305/State.php'),
(6672, 'wp-includes/sodium_compat/src/Core32/Poly1305.php'),
(6673, 'wp-includes/sodium_compat/src/Core32/Salsa20.php'),
(6674, 'wp-includes/sodium_compat/src/Core32/SecretStream/State.php'),
(6675, 'wp-includes/sodium_compat/src/Core32/SipHash.php'),
(6676, 'wp-includes/sodium_compat/src/Core32/Util.php'),
(6677, 'wp-includes/sodium_compat/src/Core32/X25519.php'),
(6678, 'wp-includes/sodium_compat/src/Core32/XChaCha20.php'),
(6679, 'wp-includes/sodium_compat/src/Core32/XSalsa20.php'),
(6680, 'wp-includes/sodium_compat/src/Crypto.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`) VALUES
(6681, 'wp-includes/sodium_compat/src/Crypto32.php'),
(6682, 'wp-includes/sodium_compat/src/File.php'),
(6683, 'wp-includes/sodium_compat/src/PHP52/SplFixedArray.php'),
(6684, 'wp-includes/sodium_compat/src/SodiumException.php'),
(6685, 'wp-includes/spl-autoload-compat.php'),
(6686, 'wp-includes/taxonomy.php'),
(6687, 'wp-includes/template-loader.php'),
(6688, 'wp-includes/template.php'),
(6689, 'wp-includes/theme-compat/comments.php'),
(6690, 'wp-includes/theme-compat/embed-404.php'),
(6691, 'wp-includes/theme-compat/embed-content.php'),
(6692, 'wp-includes/theme-compat/embed.php'),
(6693, 'wp-includes/theme-compat/footer-embed.php'),
(6694, 'wp-includes/theme-compat/footer.php'),
(6695, 'wp-includes/theme-compat/header-embed.php'),
(6696, 'wp-includes/theme-compat/header.php'),
(6697, 'wp-includes/theme-compat/sidebar.php'),
(6698, 'wp-includes/theme.php'),
(6699, 'wp-includes/update.php'),
(6700, 'wp-includes/user.php'),
(6701, 'wp-includes/vars.php'),
(6702, 'wp-includes/version.php'),
(6703, 'wp-includes/widgets/class-wp-nav-menu-widget.php'),
(6704, 'wp-includes/widgets/class-wp-widget-archives.php'),
(6705, 'wp-includes/widgets/class-wp-widget-calendar.php'),
(6706, 'wp-includes/widgets/class-wp-widget-categories.php'),
(6707, 'wp-includes/widgets/class-wp-widget-custom-html.php'),
(6708, 'wp-includes/widgets/class-wp-widget-links.php'),
(6709, 'wp-includes/widgets/class-wp-widget-media-audio.php'),
(6710, 'wp-includes/widgets/class-wp-widget-media-gallery.php'),
(6711, 'wp-includes/widgets/class-wp-widget-media-image.php'),
(6712, 'wp-includes/widgets/class-wp-widget-media-video.php'),
(6713, 'wp-includes/widgets/class-wp-widget-media.php'),
(6714, 'wp-includes/widgets/class-wp-widget-meta.php'),
(6715, 'wp-includes/widgets/class-wp-widget-pages.php'),
(6716, 'wp-includes/widgets/class-wp-widget-recent-comments.php'),
(6717, 'wp-includes/widgets/class-wp-widget-recent-posts.php'),
(6718, 'wp-includes/widgets/class-wp-widget-rss.php'),
(6719, 'wp-includes/widgets/class-wp-widget-search.php'),
(6720, 'wp-includes/widgets/class-wp-widget-tag-cloud.php'),
(6721, 'wp-includes/widgets/class-wp-widget-text.php'),
(6722, 'wp-includes/widgets.php'),
(6723, 'wp-includes/wlwmanifest.xml'),
(6724, 'wp-includes/wp-db.php'),
(6725, 'wp-includes/wp-diff.php'),
(6726, 'wp-links-opml.php'),
(6727, 'wp-load.php'),
(6728, 'wp-login.php'),
(6729, 'wp-mail.php'),
(6730, 'wp-settings.php'),
(6731, 'wp-signup.php'),
(6732, 'wp-trackback.php'),
(6733, 'xmlrpc.php');

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

--
-- Estructura de tabla para la tabla `wp_wflivetraffichuman`
--

CREATE TABLE `wp_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=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Estructura de tabla para la tabla `wp_wflocs`
--

CREATE TABLE `wp_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=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_wflocs`
--

INSERT INTO `wp_wflocs` (`IP`, `ctime`, `failed`, `city`, `region`, `countryName`, `countryCode`, `lat`, `lon`) VALUES
(0x00000000000000000000ffffaaf4340c, 1595774552, 0, 'San Felipe', 'Yaracuy', 'Venezuela', 'VE', 10.3403997, -68.7360992),
(0x00000000000000000000ffffb579dcd0, 1595858299, 0, 'San Lorenzo', 'Departamento Central', 'Paraguay', 'PY', -25.3332996, -57.5332985);

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

--
-- Estructura de tabla para la tabla `wp_wflogins`
--

CREATE TABLE `wp_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
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_wflogins`
--

INSERT INTO `wp_wflogins` (`id`, `hitID`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(1, 1, 1583497572.353502, 0, 'loginOK', 'Daclean Express', 18, 0x00000000000000000000ffffbab6e961, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36'),
(2, 2, 1583497603.998511, 0, 'logout', 'Daclean Express', 18, 0x00000000000000000000ffffbab6e961, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36'),
(3, 3, 1583755393.455736, 0, 'loginOK', 'clicnovo', 1, 0x00000000000000000000ffffb5287d0a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36'),
(4, 4, 1583755491.271817, 0, 'loginOK', 'clicnovo', 1, 0x00000000000000000000ffffb5287d0a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36'),
(5, 8, 1584033007.060117, 0, 'loginOK', 'Daclean Express', 18, 0x00000000000000000000ffffb5287d0a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36'),
(6, 17, 1585321829.858576, 1, 'loginFailValidUsername', 'dacleanexp@gmail.com', 18, 0x00000000000000000000ffffc9e3e288, 'Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-A307G Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/9.0 Chrome/67.0.3396.87 Mobile Safari/537.36'),
(7, 18, 1585321851.129313, 0, 'loginOK', 'Daclean Express', 18, 0x00000000000000000000ffffc9e3e288, 'Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-A307G Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/9.0 Chrome/67.0.3396.87 Mobile Safari/537.36'),
(8, 19, 1585321858.696495, 0, 'loginOK', 'Daclean Express', 18, 0x00000000000000000000ffffc9e3e288, 'Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-A307G Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/9.0 Chrome/67.0.3396.87 Mobile Safari/537.36'),
(9, 34, 1591454760.149625, 1, 'loginFailInvalidUsername', 'dacleanexpress', 0, 0x00000000000000000000ffffbe8d9aa2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36'),
(10, 35, 1591624655.697737, 1, 'loginFailValidUsername', 'clicnovo', 1, 0x00000000000000000000ffffb579dcd0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36'),
(11, 36, 1591624666.268819, 1, 'loginFailValidUsername', 'clicnovo', 1, 0x00000000000000000000ffffb579dcd0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36'),
(12, 38, 1591624724.530316, 1, 'loginFailValidUsername', 'clicnovo', 1, 0x00000000000000000000ffffb579dcd0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36'),
(13, 39, 1591624733.702074, 0, 'loginOK', 'clicnovo', 1, 0x00000000000000000000ffffb579dcd0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36'),
(14, 40, 1591639673.895133, 0, 'loginOK', 'clicnovo', 1, 0x00000000000000000000ffffb579dcd0, 'Mozilla/5.0 (Linux; Android 6.0.1; S60) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Mobile Safari/537.36'),
(15, 41, 1591640003.747108, 0, 'logout', 'clicnovo', 1, 0x00000000000000000000ffffb579dcd0, 'Mozilla/5.0 (Linux; Android 6.0.1; S60) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Mobile Safari/537.36'),
(16, 42, 1591640033.447266, 0, 'loginOK', 'Daclean Express', 18, 0x00000000000000000000ffffb579dcd0, 'Mozilla/5.0 (Linux; Android 6.0.1; S60) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Mobile Safari/537.36'),
(17, 99, 1591732232.351881, 1, 'loginFailInvalidUsername', 'dacleanexpress', 0, 0x00000000000000000000ffff9393bbba, 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),
(18, 103, 1591732277.612290, 1, 'loginFailInvalidUsername', 'dacleanexpress', 0, 0x00000000000000000000ffff54dc8993, 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),
(19, 271, 1591734138.853160, 1, 'loginFailInvalidUsername', 'dacleanexpress', 0, 0x00000000000000000000ffff5f13f7ef, 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),
(20, 531, 1591738289.078809, 1, 'loginFailInvalidUsername', 'dacleanexpress', 0, 0x00000000000000000000ffffb6b93abc, 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),
(21, 706, 1591742151.592033, 1, 'loginFailInvalidUsername', 'dacleanexpress', 0, 0x00000000000000000000ffffdfb396b6, 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),
(22, 830, 1591767153.132531, 1, 'loginFailInvalidUsername', 'dacleanexpress', 0, 0x00000000000000000000ffffdfb396b6, 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),
(23, 831, 1591773772.280919, 1, 'loginFailInvalidUsername', 'dacleanexpress', 0, 0x00000000000000000000ffff54dc8993, 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),
(24, 899, 1591778436.638157, 1, 'loginFailInvalidUsername', 'dacleanexpress', 0, 0x00000000000000000000ffff9393bbba, 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),
(25, 1145, 1591789483.550367, 1, 'loginFailInvalidUsername', 'dacleanexpress', 0, 0x00000000000000000000ffff54dc8993, 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),
(26, 1263, 1593134219.187709, 1, 'loginFailValidUsername', 'daclean express', 18, 0x00000000000000000000ffffbe8d9aa2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36'),
(27, 1264, 1593134248.342235, 1, 'loginFailInvalidUsername', 'DacleanExpress', 0, 0x00000000000000000000ffffbe8d9aa2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36'),
(28, 1265, 1593134486.493214, 1, 'loginFailValidUsername', 'Daclean Express', 18, 0x00000000000000000000ffffbe8d9aa2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36'),
(29, 1266, 1593134508.233048, 1, 'loginFailInvalidUsername', 'DacleanExpress', 0, 0x00000000000000000000ffffbe8d9aa2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36'),
(30, 1268, 1593195758.436197, 0, 'loginOK', 'clicnovo', 1, 0x00000000000000000000ffffbab6e961, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36'),
(31, 1269, 1593203264.436592, 1, 'loginFailInvalidUsername', 'dacleanexpress', 0, 0x00000000000000000000ffffb6b931d2, 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),
(32, 1271, 1593439755.255214, 0, 'loginOK', 'Daclean Express', 18, 0x00000000000000000000ffffbab6e961, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36'),
(33, 1272, 1593440052.304638, 0, 'logout', 'Daclean Express', 18, 0x00000000000000000000ffffbab6e961, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36'),
(34, 1273, 1593440074.150581, 0, 'loginOK', 'dacleanexp@gmail.com', 19, 0x00000000000000000000ffffbab6e961, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36'),
(35, 1274, 1593440081.790809, 0, 'logout', 'dacleanexp@gmail.com', 19, 0x00000000000000000000ffffbab6e961, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36'),
(36, 1275, 1593441809.224118, 0, 'loginOK', 'dacleanexp@gmail.com', 19, 0x00000000000000000000ffffbab6e961, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36'),
(37, 1276, 1593442032.074378, 0, 'logout', 'dacleanexp@gmail.com', 19, 0x00000000000000000000ffffbab6e961, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36'),
(38, 1298, 1594839321.185761, 0, 'loginOK', 'clicnovo', 1, 0x00000000000000000000ffffbab6e961, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36'),
(39, 1299, 1594839743.017023, 0, 'loginOK', 'daclean', 18, 0x00000000000000000000ffffbab6e961, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36'),
(40, 1300, 1594839820.419307, 0, 'logout', 'daclean', 18, 0x00000000000000000000ffffbab6e961, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36'),
(41, 1301, 1594839828.809823, 0, 'loginOK', 'daclean', 18, 0x00000000000000000000ffffbab6e961, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36'),
(42, 1302, 1594840020.347161, 0, 'logout', 'daclean', 18, 0x00000000000000000000ffffbab6e961, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36'),
(43, 1303, 1594840033.469887, 0, 'loginOK', 'daclean', 18, 0x00000000000000000000ffffbab6e961, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36'),
(44, 1304, 1594840063.608212, 0, 'logout', 'daclean', 18, 0x00000000000000000000ffffbab6e961, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36'),
(45, 1306, 1595544774.467515, 1, 'loginFailInvalidUsername', 'Daclean Express', 0, 0x00000000000000000000ffffbe8d99ec, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36'),
(46, 1307, 1595545126.071557, 1, 'loginFailInvalidUsername', 'Daclean Express', 0, 0x00000000000000000000ffffbe8d99ec, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36'),
(47, 1309, 1595545186.511259, 1, 'loginFailInvalidUsername', 'Daclean Express', 0, 0x00000000000000000000ffffbe8d99ec, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36'),
(48, 1311, 1595545711.423186, 1, 'loginFailValidUsername', 'dacleanexp@gmail.com', 19, 0x00000000000000000000ffffaaf4340c, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0'),
(49, 1313, 1595546478.905940, 1, 'loginFailValidUsername', 'dacleanexp@gmail.com', 19, 0x00000000000000000000ffffaaf4340c, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0'),
(50, 1314, 1595546569.651623, 1, 'loginFailInvalidUsername', 'Daclean Express', 0, 0x00000000000000000000ffffaaf4340c, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0'),
(51, 1316, 1595620309.724668, 1, 'loginFailInvalidUsername', 'Daclean Express', 0, 0x00000000000000000000ffffaaf4340c, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0'),
(52, 1317, 1595641621.400853, 1, 'loginFailInvalidUsername', 'Daclean Express', 0, 0x00000000000000000000ffffaaf4340c, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0'),
(53, 1318, 1595774552.654465, 1, 'loginFailInvalidUsername', 'Daclean Express', 0, 0x00000000000000000000ffffaaf4340c, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0'),
(54, 1320, 1595858299.449791, 1, 'loginFailInvalidUsername', 'dacleanexpress', 0, 0x00000000000000000000ffffb579dcd0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36'),
(55, 1322, 1595858435.121822, 0, 'loginOK', 'clicnovo', 1, 0x00000000000000000000ffffb579dcd0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36'),
(56, 1323, 1595859220.602491, 0, 'logout', 'clicnovo', 1, 0x00000000000000000000ffffb579dcd0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36'),
(57, 1324, 1595859253.951638, 1, 'loginFailInvalidUsername', 'dacleanexpress', 0, 0x00000000000000000000ffffb579dcd0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36'),
(58, 1326, 1595859354.926093, 1, 'loginFailInvalidUsername', 'dacleanexpress', 0, 0x00000000000000000000ffffb579dcd0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36'),
(59, 1327, 1595859390.359788, 1, 'loginFailInvalidUsername', 'dacleanexpress', 0, 0x00000000000000000000ffffb579dcd0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36'),
(60, 1328, 1595859462.297295, 0, 'loginOK', 'clicnovo', 1, 0x00000000000000000000ffffb579dcd0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36');

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

--
-- Estructura de tabla para la tabla `wp_wfls_2fa_secrets`
--

CREATE TABLE `wp_wfls_2fa_secrets` (
  `id` int(11) 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=utf8;

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

--
-- Estructura de tabla para la tabla `wp_wfls_settings`
--

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

--
-- Volcado de datos para la tabla `wp_wfls_settings`
--

INSERT INTO `wp_wfls_settings` (`name`, `value`, `autoload`) VALUES
('allow-xml-rpc', 0x31, 'yes'),
('captcha-stats', 0x7b22636f756e7473223a5b302c302c302c302c302c302c302c302c302c302c305d2c22617667223a307d, 'yes'),
('delete-deactivation', '', 'yes'),
('enable-auth-captcha', '', 'yes'),
('global-notices', 0x5b5d, 'yes'),
('ip-source', '', 'yes'),
('ip-trusted-proxies', '', 'yes'),
('last-secret-refresh', 0x31353833343936383839, 'yes'),
('ntp-offset', 0x30, 'yes'),
('recaptcha-threshold', 0x302e35, 'yes'),
('remember-device', '', 'yes'),
('remember-device-duration', 0x32353932303030, 'yes'),
('require-2fa-grace-period-enabled', '', 'yes'),
('require-2fa.administrator', '', 'yes'),
('shared-hash-secret', 0x61353932633635316666356363316436643463313236353761346362333338396332646462373932323536343663646239303037373639613235633239363732, 'yes'),
('shared-symmetric-secret', 0x34336638616137663735636265383763643938666230313430613761313161313430613561626231333836616536376466303031626165626136323161666336, 'yes'),
('use-ntp', '', 'yes'),
('whitelisted', '', 'yes'),
('xmlrpc-enabled', 0x31, 'yes');

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

--
-- Estructura de tabla para la tabla `wp_wfnotifications`
--

CREATE TABLE `wp_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=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_wfnotifications`
--

INSERT INTO `wp_wfnotifications` (`id`, `new`, `category`, `priority`, `ctime`, `html`, `links`) VALUES
('site-AEAAAAA', 0, 'wfplugin_updates', 502, 1583496929, '<a href=\"https://dacleanexpress.com/wp-admin/update-core.php\">Updates are available for 3 plugins</a>', '[]'),
('site-AIAAAAA', 0, 'wfplugin_scan', 502, 1583496972, '<a href=\"https://dacleanexpress.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>', '[]'),
('site-AUAAAAA', 1, 'wfplugin_updates', 502, 1595858620, '<a href=\"https://dacleanexpress.com/wp-admin/update-core.php\">Updates are available for WordPress (v5.4.2) and 7 plugins</a>', '[]'),
('site-BAAAAAA', 0, 'wfplugin_scan', 502, 1583844463, '<a href=\"https://dacleanexpress.com/wp-admin/admin.php?page=WordfenceScan\">2 issues found in most recent scan</a>', '[]'),
('site-DAAAAAA', 0, 'wfplugin_scan', 502, 1586696668, '<a href=\"https://dacleanexpress.com/wp-admin/admin.php?page=WordfenceScan\">7 issues found in most recent scan</a>', '[]'),
('site-QUAAAAA', 0, 'wfplugin_scan', 502, 1588511450, '<a href=\"https://dacleanexpress.com/wp-admin/admin.php?page=WordfenceScan\">10 issues found in most recent scan</a>', '[]'),
('site-2EAAAAA', 0, 'wfplugin_scan', 502, 1590327328, '<a href=\"https://dacleanexpress.com/wp-admin/admin.php?page=WordfenceScan\">10 issues found in most recent scan</a>', '[]'),
('site-C4AQAAA', 1, 'wfplugin_scan', 502, 1595858628, '<a href=\"https://dacleanexpress.com/wp-admin/admin.php?page=WordfenceScan\">9 issues found in most recent scan</a>', '[]');

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

--
-- Estructura de tabla para la tabla `wp_wfpendingissues`
--

CREATE TABLE `wp_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,
  `data` text
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Estructura de tabla para la tabla `wp_wfreversecache`
--

CREATE TABLE `wp_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=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_wfreversecache`
--

INSERT INTO `wp_wfreversecache` (`IP`, `host`, `lastUpdate`) VALUES
(0x00000000000000000000ffffb579dcd0, 'pool-208-220-121-181.telecel.com.py', 1595858298),
(0x00000000000000000000ffffaaf4340c, '170.244.52.12', 1595774552),
(0x00000000000000000000ffffd155eea9, 'rate-limited-proxy-209-85-238-169.google.com', 1595802483);

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

--
-- Estructura de tabla para la tabla `wp_wfsnipcache`
--

CREATE TABLE `wp_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=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Estructura de tabla para la tabla `wp_wfstatus`
--

CREATE TABLE `wp_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=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_wfstatus`
--

INSERT INTO `wp_wfstatus` (`id`, `ctime`, `level`, `type`, `msg`) VALUES
(11884, 1595330290.592970, 2, 'info', 'Analyzed 1100 files containing 18.57 MB of data so far'),
(11883, 1595330290.158255, 2, 'info', 'Analyzed 1000 files containing 15.77 MB of data so far'),
(11487, 1594811954.857363, 2, 'info', 'Scanned contents of 2888 additional files at 24.42 per second'),
(12050, 1595330465.204887, 2, 'info', 'Done examining URLs'),
(11882, 1595330288.848109, 2, 'info', 'Analyzed 900 files containing 13.97 MB of data so far'),
(11488, 1594811956.694377, 2, 'info', 'Scanned contents of 2905 additional files at 24.19 per second'),
(11542, 1594995584.979671, 1, 'info', 'Initiating quick scan'),
(12005, 1595330422.162156, 2, 'info', 'Scanned contents of 1638 additional files at 22.14 per second'),
(12118, 1595590990.902187, 2, 'info', 'Getting plugin list from WordPress'),
(12321, 1595591198.012807, 10, 'info', 'SUM_ENDOK:Scanning comments for URLs on a domain blacklist'),
(12086, 1595421462.056389, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 92 MB'),
(12085, 1595421462.055691, 1, 'info', '-------------------'),
(11553, 1595070918.028047, 1, 'info', 'Contacting Wordfence to initiate scan'),
(12320, 1595591197.966942, 10, 'info', 'SUM_START:Scanning comments for URLs on a domain blacklist'),
(11477, 1594811944.487244, 2, 'info', 'Scanned contents of 2646 additional files at 24.53 per second'),
(12095, 1595508515.715422, 1, 'info', '-------------------'),
(12096, 1595508515.717070, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 92 MB'),
(11539, 1594908991.017816, 1, 'info', 'Quick Scan Complete. Scanned in 1 second.'),
(11537, 1594908991.015414, 1, 'info', '-------------------'),
(11538, 1594908991.017434, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 92 MB'),
(12097, 1595508515.717479, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(11860, 1595330266.561965, 2, 'info', '500 files indexed'),
(11861, 1595330266.729613, 2, 'info', '1000 files indexed'),
(11862, 1595330266.803418, 2, 'info', '1500 files indexed'),
(11863, 1595330266.950772, 2, 'info', '2000 files indexed'),
(12317, 1595591197.926362, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(12316, 1595591197.867289, 10, 'info', 'SUM_START:Scanning posts for URLs on a domain blacklist'),
(11795, 1595071213.244929, 1, 'info', 'Scan Complete. Scanned 6733 files, 17 plugins, 1 themes, 9 posts, 0 comments and 3000 URLs in 4 minutes 55 seconds.'),
(12129, 1595590993.149098, 10, 'info', 'SUM_DISABLED:Skipping theme scan'),
(11939, 1595330346.157364, 2, 'info', 'Analyzed 6600 files containing 115.19 MB of data so far'),
(11940, 1595330347.049115, 2, 'info', 'Analyzed 6700 files containing 116.7 MB of data so far'),
(11941, 1595330347.182041, 2, 'info', 'Analyzed 6733 files containing 117.11 MB of data.'),
(12196, 1595591058.160713, 2, 'info', 'Analyzed 5000 files containing 75.09 MB of data so far'),
(11630, 1595071028.842472, 2, 'info', 'Analyzed 3300 files containing 61.53 MB of data so far'),
(11631, 1595071031.566260, 2, 'info', 'Analyzed 3400 files containing 61.56 MB of data so far'),
(11632, 1595071034.820145, 2, 'info', 'Analyzed 3500 files containing 61.59 MB of data so far'),
(11633, 1595071038.907716, 2, 'info', 'Analyzed 3600 files containing 61.98 MB of data so far'),
(11938, 1595330345.206388, 2, 'info', 'Analyzed 6500 files containing 112.2 MB of data so far'),
(11937, 1595330344.631677, 2, 'info', 'Analyzed 6400 files containing 109.58 MB of data so far'),
(11936, 1595330342.161634, 2, 'info', 'Analyzed 6300 files containing 107.15 MB of data so far'),
(11935, 1595330340.190507, 2, 'info', 'Analyzed 6200 files containing 103.74 MB of data so far'),
(11934, 1595330338.671435, 2, 'info', 'Analyzed 6100 files containing 94.86 MB of data so far'),
(11933, 1595330337.152796, 2, 'info', 'Analyzed 6000 files containing 93.61 MB of data so far'),
(11932, 1595330331.491477, 2, 'info', 'Analyzed 5900 files containing 91.41 MB of data so far'),
(11931, 1595330330.817299, 2, 'info', 'Analyzed 5800 files containing 89.38 MB of data so far'),
(11930, 1595330330.251499, 2, 'info', 'Analyzed 5700 files containing 87.88 MB of data so far'),
(11929, 1595330328.756274, 2, 'info', 'Analyzed 5600 files containing 85.11 MB of data so far'),
(11928, 1595330328.186593, 2, 'info', 'Analyzed 5500 files containing 83.11 MB of data so far'),
(11927, 1595330327.553684, 2, 'info', 'Analyzed 5400 files containing 81.08 MB of data so far'),
(11926, 1595330325.610463, 2, 'info', 'Analyzed 5300 files containing 78.7 MB of data so far'),
(11925, 1595330324.849104, 2, 'info', 'Analyzed 5200 files containing 77.61 MB of data so far'),
(11924, 1595330324.138253, 2, 'info', 'Analyzed 5100 files containing 76.83 MB of data so far'),
(11923, 1595330323.819617, 2, 'info', 'Analyzed 5000 files containing 75.09 MB of data so far'),
(11922, 1595330322.718479, 2, 'info', 'Analyzed 4900 files containing 69.28 MB of data so far'),
(11921, 1595330321.961200, 2, 'info', 'Analyzed 4800 files containing 67.89 MB of data so far'),
(11920, 1595330320.797728, 2, 'info', 'Analyzed 4700 files containing 66.95 MB of data so far'),
(11919, 1595330320.379275, 2, 'info', 'Analyzed 4600 files containing 65.43 MB of data so far'),
(11918, 1595330319.742635, 2, 'info', 'Analyzed 4500 files containing 64.24 MB of data so far'),
(11917, 1595330319.517308, 2, 'info', 'Analyzed 4400 files containing 64.22 MB of data so far'),
(11916, 1595330319.305535, 2, 'info', 'Analyzed 4300 files containing 64.18 MB of data so far'),
(11915, 1595330319.053413, 2, 'info', 'Analyzed 4200 files containing 64.15 MB of data so far'),
(11914, 1595330313.984225, 2, 'info', 'Analyzed 4100 files containing 64.13 MB of data so far'),
(11913, 1595330313.731237, 2, 'info', 'Analyzed 4000 files containing 64.1 MB of data so far'),
(11912, 1595330313.389060, 2, 'info', 'Analyzed 3900 files containing 64.07 MB of data so far'),
(11911, 1595330313.140783, 2, 'info', 'Analyzed 3800 files containing 63.44 MB of data so far'),
(11909, 1595330312.372422, 2, 'info', 'Analyzed 3600 files containing 61.98 MB of data so far'),
(11910, 1595330312.794651, 2, 'info', 'Analyzed 3700 files containing 62.72 MB of data so far'),
(12319, 1595591197.945083, 10, 'info', 'SUM_ENDOK:Scanning posts for URLs on a domain blacklist'),
(12067, 1595330470.003935, 1, 'info', 'Scan Complete. Scanned 6733 files, 17 plugins, 1 themes, 9 posts, 0 comments and 3000 URLs in 3 minutes 32 seconds.'),
(12297, 1595591188.113477, 2, 'info', 'Scanned contents of 2701 additional files at 26.42 per second'),
(11791, 1595071213.215306, 2, 'info', 'Done examining URLs'),
(12420, 1595845015.976435, 2, 'info', 'Analyzed 600 files containing 7.81 MB of data so far'),
(11790, 1595071213.214496, 2, 'info', 'Examining URLs found in the options we scanned for dangerous websites'),
(11908, 1595330312.017362, 2, 'info', 'Analyzed 3500 files containing 61.59 MB of data so far'),
(11907, 1595330311.775501, 2, 'info', 'Analyzed 3400 files containing 61.56 MB of data so far'),
(11906, 1595330311.493214, 2, 'info', 'Analyzed 3300 files containing 61.53 MB of data so far'),
(11905, 1595330310.961136, 2, 'info', 'Analyzed 3200 files containing 58.96 MB of data so far'),
(11904, 1595330310.575660, 2, 'info', 'Analyzed 3100 files containing 57.71 MB of data so far'),
(11903, 1595330309.956339, 2, 'info', 'Analyzed 3000 files containing 56.77 MB of data so far'),
(11902, 1595330308.946982, 2, 'info', 'Analyzed 2900 files containing 56.4 MB of data so far'),
(11901, 1595330307.880442, 2, 'info', 'Analyzed 2800 files containing 55.93 MB of data so far'),
(11900, 1595330307.400863, 2, 'info', 'Analyzed 2700 files containing 55.41 MB of data so far'),
(11899, 1595330307.112291, 2, 'info', 'Analyzed 2600 files containing 55.19 MB of data so far'),
(12323, 1595591198.027423, 2, 'info', 'Starting password strength check on 3 users.'),
(11898, 1595330306.751332, 2, 'info', 'Analyzed 2500 files containing 54.43 MB of data so far'),
(12324, 1595591198.934455, 10, 'info', 'SUM_ENDOK:Scanning for weak passwords'),
(12325, 1595591199.006160, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(12326, 1595591201.989887, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(12327, 1595591202.046665, 10, 'info', 'SUM_START:Scanning for admin users not created through WordPress'),
(12328, 1595591202.070138, 10, 'info', 'SUM_ENDOK:Scanning for admin users not created through WordPress'),
(12494, 1595845091.055744, 2, 'info', 'Scanned contents of 116 additional files at 28.51 per second'),
(12495, 1595845092.190261, 2, 'info', 'Scanned contents of 129 additional files at 24.79 per second'),
(12496, 1595845093.209741, 2, 'info', 'Scanned contents of 167 additional files at 26.84 per second'),
(12497, 1595845097.884089, 2, 'info', 'Scanned contents of 179 additional files at 16.43 per second'),
(12498, 1595845098.888101, 2, 'info', 'Scanned contents of 191 additional files at 16.05 per second'),
(12087, 1595421462.056665, 1, 'info', 'Quick Scan Complete. Scanned in 1 second.'),
(11551, 1595070908.159274, 1, 'info', 'Scheduled Wordfence scan starting at Saturday 18th of July 2020 06:15:08 AM'),
(11736, 1595071162.050525, 2, 'info', 'Scanned contents of 1945 additional files at 23.00 per second'),
(11732, 1595071158.021410, 2, 'info', 'Scanned contents of 1717 additional files at 21.32 per second'),
(11733, 1595071159.023284, 2, 'info', 'Scanned contents of 1770 additional files at 21.70 per second'),
(11734, 1595071160.033637, 2, 'info', 'Scanned contents of 1821 additional files at 22.06 per second'),
(11735, 1595071161.047537, 2, 'info', 'Scanned contents of 1880 additional files at 22.49 per second'),
(12493, 1595845090.042459, 2, 'info', 'Scanned contents of 90 additional files at 29.46 per second'),
(12492, 1595845089.007471, 2, 'info', 'Scanned contents of 60 additional files at 29.70 per second'),
(12374, 1595844991.962608, 10, 'info', 'SUM_ENDOK:Checking for the most secure way to get IPs'),
(12375, 1595844991.986776, 10, 'info', 'SUM_START:Scanning to check available disk space'),
(12000, 1595330417.051569, 2, 'info', 'Scanned contents of 1368 additional files at 19.86 per second'),
(12041, 1595330464.412610, 2, 'info', 'Checking 3 URLs from 3 sources.'),
(11678, 1595071087.547200, 2, 'info', 'Scanned contents of 90 additional files at 8.93 per second'),
(11679, 1595071088.581683, 2, 'info', 'Scanned contents of 105 additional files at 9.45 per second'),
(12288, 1595591175.354752, 2, 'info', 'Scanned contents of 2356 additional files at 26.34 per second'),
(12287, 1595591174.350810, 2, 'info', 'Scanned contents of 2278 additional files at 25.75 per second'),
(12429, 1595845032.568645, 2, 'info', 'Analyzed 1500 files containing 39.35 MB of data so far'),
(12430, 1595845034.845729, 2, 'info', 'Analyzed 1600 files containing 41.5 MB of data so far'),
(12431, 1595845035.317626, 2, 'info', 'Analyzed 1700 files containing 43.67 MB of data so far'),
(12402, 1595844994.399444, 2, 'info', '1500 files indexed'),
(11798, 1595080972.446958, 1, 'info', 'Initiating quick scan'),
(12480, 1595845085.355835, 2, 'info', 'Analyzed 6600 files containing 115.24 MB of data so far'),
(12200, 1595591065.128458, 2, 'info', 'Analyzed 5400 files containing 81.08 MB of data so far'),
(11680, 1595071089.646847, 2, 'info', 'Scanned contents of 125 additional files at 10.27 per second'),
(12401, 1595844994.144739, 2, 'info', '1000 files indexed'),
(11724, 1595071149.930359, 2, 'info', 'Scanned contents of 1253 additional files at 17.29 per second'),
(12400, 1595844993.815329, 2, 'info', '500 files indexed'),
(11723, 1595071148.620934, 2, 'info', 'Scanned contents of 1239 additional files at 17.41 per second'),
(12310, 1595591197.786869, 2, 'info', 'Done URL check.'),
(11484, 1594811951.642749, 2, 'info', 'Scanned contents of 2817 additional files at 24.49 per second'),
(11483, 1594811950.611630, 2, 'info', 'Scanned contents of 2807 additional files at 24.62 per second'),
(11721, 1595071142.272541, 2, 'info', 'Scanned contents of 1209 additional files at 18.66 per second'),
(11722, 1595071143.285819, 2, 'info', 'Scanned contents of 1227 additional files at 18.64 per second'),
(12482, 1595845086.062680, 2, 'info', 'Analyzed 6733 files containing 117.16 MB of data.'),
(12481, 1595845085.981713, 2, 'info', 'Analyzed 6700 files containing 116.75 MB of data so far'),
(12318, 1595591197.926978, 2, 'info', 'Done examining URLs'),
(11885, 1595330293.231781, 2, 'info', 'Analyzed 1200 files containing 34.47 MB of data so far'),
(12609, 1595858628.205874, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(12066, 1595330470.003413, 2, 'info', 'Wordfence used 14.3 MB of memory for scan. Server peak memory usage was: 106.3 MB'),
(12065, 1595330470.002730, 1, 'info', '-------------------'),
(12199, 1595591063.955445, 2, 'info', 'Analyzed 5300 files containing 78.7 MB of data so far'),
(11744, 1595071175.645413, 2, 'info', 'Scanned contents of 2367 additional files at 24.11 per second'),
(11743, 1595071174.632201, 2, 'info', 'Scanned contents of 2315 additional files at 23.83 per second'),
(12588, 1595845182.530524, 2, 'info', 'Done examining URLs'),
(12587, 1595845182.529694, 2, 'info', 'Examining URLs found in the options we scanned for dangerous websites'),
(12586, 1595845182.470504, 10, 'info', 'SUM_START:Scanning for suspicious site options'),
(12585, 1595845182.463457, 10, 'info', 'SUM_ENDOK:Scanning for admin users not created through WordPress'),
(12584, 1595845182.456947, 10, 'info', 'SUM_START:Scanning for admin users not created through WordPress'),
(12309, 1595591197.495494, 2, 'info', 'Checking 3 URLs from 3 sources.'),
(12140, 1595590997.603232, 2, 'info', '4000 files indexed'),
(12552, 1595845164.836439, 2, 'info', 'Scanned contents of 2646 additional files at 33.99 per second'),
(12460, 1595845054.933130, 2, 'info', 'Analyzed 4600 files containing 65.43 MB of data so far'),
(12330, 1595591202.299195, 2, 'info', 'Examining URLs found in the options we scanned for dangerous websites'),
(12463, 1595845061.939707, 2, 'info', 'Analyzed 4900 files containing 69.28 MB of data so far'),
(12462, 1595845060.599357, 2, 'info', 'Analyzed 4800 files containing 67.89 MB of data so far'),
(12461, 1595845055.593224, 2, 'info', 'Analyzed 4700 files containing 66.95 MB of data so far'),
(12554, 1595845166.929843, 2, 'info', 'Scanned contents of 2712 additional files at 33.92 per second'),
(12553, 1595845165.844094, 2, 'info', 'Scanned contents of 2674 additional files at 33.91 per second'),
(12063, 1595330469.980377, 2, 'info', 'Done examining URLs'),
(12141, 1595590997.648301, 2, 'info', '4500 files indexed'),
(12308, 1595591197.469032, 2, 'info', 'Done host key check.'),
(12138, 1595590996.635508, 2, 'info', '3000 files indexed'),
(12139, 1595590997.554941, 2, 'info', '3500 files indexed'),
(12597, 1595854433.779561, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(12598, 1595854433.787389, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(12599, 1595854433.920670, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(12233, 1595591097.305812, 2, 'info', 'Scanned contents of 234 additional files at 20.50 per second'),
(12142, 1595590997.803844, 2, 'info', '5000 files indexed'),
(12143, 1595590998.174741, 2, 'info', '5500 files indexed'),
(12144, 1595590999.841242, 2, 'info', '6000 files indexed'),
(12145, 1595591000.025889, 2, 'info', '6372 files indexed'),
(12146, 1595591003.895974, 2, 'info', '6733 files indexed'),
(12365, 1595766638.231898, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(12366, 1595766638.253664, 10, 'info', 'SUM_FINAL:Scan complete. You have 10 new issues to fix. See below.'),
(12367, 1595844974.864779, 1, 'info', 'Scheduled Wordfence scan starting at Monday 27th of July 2020 05:16:14 AM'),
(12368, 1595844982.943851, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(12369, 1595844982.950545, 1, 'info', 'Contacting Wordfence to initiate scan'),
(12370, 1595844983.697856, 10, 'info', 'SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),
(12371, 1595844985.700436, 10, 'info', 'SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),
(11572, 1595070929.389294, 2, 'info', 'Found 1 themes'),
(12070, 1595350887.378426, 1, 'info', 'Initiating quick scan'),
(12155, 1595591014.642230, 2, 'info', 'Analyzed 900 files containing 13.97 MB of data so far'),
(12156, 1595591015.477370, 2, 'info', 'Analyzed 1000 files containing 15.77 MB of data so far'),
(12157, 1595591016.658828, 2, 'info', 'Analyzed 1100 files containing 18.57 MB of data so far'),
(11742, 1595071173.614530, 2, 'info', 'Scanned contents of 2257 additional files at 23.48 per second'),
(11741, 1595071172.609822, 2, 'info', 'Scanned contents of 2205 additional files at 23.18 per second'),
(12147, 1595591004.807498, 2, 'info', 'Analyzed 100 files containing 1.43 MB of data so far'),
(12593, 1595845182.553349, 10, 'info', 'SUM_FINAL:Scan complete. You have 11 new issues to fix. See below.'),
(12464, 1595845062.946447, 2, 'info', 'Analyzed 5000 files containing 75.09 MB of data so far'),
(12381, 1595844992.037055, 10, 'info', 'SUM_START:Checking for future GeoIP support'),
(12382, 1595844992.081967, 10, 'info', 'SUM_ENDOK:Checking for future GeoIP support'),
(11758, 1595071193.775441, 2, 'info', 'Scanned contents of 2798 additional files at 24.06 per second'),
(12228, 1595591091.978903, 2, 'info', 'Scanned contents of 154 additional files at 25.30 per second'),
(12229, 1595591093.009170, 2, 'info', 'Scanned contents of 177 additional files at 24.87 per second'),
(11491, 1594811957.234204, 2, 'info', 'Checking 1715 host keys against Wordfence scanning servers.'),
(12247, 1595591119.612359, 2, 'info', 'Scanned contents of 621 additional files at 18.42 per second'),
(12246, 1595591118.550706, 2, 'info', 'Scanned contents of 581 additional files at 17.79 per second'),
(12245, 1595591117.537462, 2, 'info', 'Scanned contents of 538 additional files at 17.00 per second'),
(12244, 1595591116.434992, 2, 'info', 'Scanned contents of 513 additional files at 16.80 per second'),
(12243, 1595591115.342278, 2, 'info', 'Scanned contents of 463 additional files at 15.72 per second'),
(12242, 1595591114.202745, 2, 'info', 'Scanned contents of 447 additional files at 15.79 per second'),
(11804, 1595080972.810457, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 92 MB'),
(11803, 1595080972.808912, 1, 'info', '-------------------'),
(12397, 1595844993.702281, 10, 'info', 'SUM_DISABLED:Skipping plugin scan'),
(12398, 1595844993.704758, 10, 'info', 'SUM_START:Scanning for known malware files'),
(12399, 1595844993.708462, 10, 'info', 'SUM_START:Scanning for unknown files in wp-admin and wp-includes'),
(12262, 1595591139.384025, 2, 'info', 'Scanned contents of 1065 additional files at 19.91 per second'),
(12261, 1595591138.377844, 2, 'info', 'Scanned contents of 1022 additional files at 19.47 per second'),
(12260, 1595591137.374734, 2, 'info', 'Scanned contents of 981 additional files at 19.05 per second'),
(12459, 1595845054.683536, 2, 'info', 'Analyzed 4500 files containing 64.24 MB of data so far'),
(12454, 1595845052.079373, 2, 'info', 'Analyzed 4000 files containing 64.1 MB of data so far'),
(12455, 1595845052.274837, 2, 'info', 'Analyzed 4100 files containing 64.13 MB of data so far'),
(12456, 1595845052.461172, 2, 'info', 'Analyzed 4200 files containing 64.15 MB of data so far'),
(12457, 1595845054.221051, 2, 'info', 'Analyzed 4300 files containing 64.18 MB of data so far'),
(12458, 1595845054.440593, 2, 'info', 'Analyzed 4400 files containing 64.22 MB of data so far'),
(12195, 1595591057.223432, 2, 'info', 'Analyzed 4900 files containing 69.28 MB of data so far'),
(12194, 1595591056.620685, 2, 'info', 'Analyzed 4800 files containing 67.89 MB of data so far'),
(12193, 1595591055.477837, 2, 'info', 'Analyzed 4700 files containing 66.95 MB of data so far'),
(12192, 1595591055.143095, 2, 'info', 'Analyzed 4600 files containing 65.43 MB of data so far'),
(12191, 1595591054.766189, 2, 'info', 'Analyzed 4500 files containing 64.24 MB of data so far'),
(12190, 1595591054.503684, 2, 'info', 'Analyzed 4400 files containing 64.22 MB of data so far'),
(12189, 1595591054.218657, 2, 'info', 'Analyzed 4300 files containing 64.18 MB of data so far'),
(12188, 1595591053.978175, 2, 'info', 'Analyzed 4200 files containing 64.15 MB of data so far'),
(12187, 1595591053.655301, 2, 'info', 'Analyzed 4100 files containing 64.13 MB of data so far'),
(12186, 1595591053.244625, 2, 'info', 'Analyzed 4000 files containing 64.1 MB of data so far'),
(12185, 1595591052.540419, 2, 'info', 'Analyzed 3900 files containing 64.07 MB of data so far'),
(12184, 1595591051.417807, 2, 'info', 'Analyzed 3800 files containing 63.44 MB of data so far'),
(12183, 1595591050.045735, 2, 'info', 'Analyzed 3700 files containing 62.72 MB of data so far'),
(12182, 1595591048.982711, 2, 'info', 'Analyzed 3600 files containing 61.98 MB of data so far'),
(12181, 1595591047.952103, 2, 'info', 'Analyzed 3500 files containing 61.59 MB of data so far'),
(12180, 1595591047.259724, 2, 'info', 'Analyzed 3400 files containing 61.56 MB of data so far'),
(12179, 1595591045.596199, 2, 'info', 'Analyzed 3300 files containing 61.53 MB of data so far'),
(12178, 1595591038.935401, 2, 'info', 'Analyzed 3200 files containing 58.96 MB of data so far'),
(12177, 1595591038.647835, 2, 'info', 'Analyzed 3100 files containing 57.71 MB of data so far'),
(12175, 1595591037.624797, 2, 'info', 'Analyzed 2900 files containing 56.4 MB of data so far'),
(12176, 1595591037.936287, 2, 'info', 'Analyzed 3000 files containing 56.77 MB of data so far'),
(11760, 1595071195.929239, 2, 'info', 'Scanned contents of 2827 additional files at 23.86 per second'),
(12055, 1595330465.406444, 2, 'info', 'Starting password strength check on 3 users.'),
(12393, 1595844993.663231, 10, 'info', 'SUM_START:Fetching list of known core files from Wordfence'),
(11808, 1595165649.785603, 1, 'info', 'Initiating quick scan'),
(12394, 1595844993.664427, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),
(11485, 1594811952.749175, 2, 'info', 'Scanned contents of 2839 additional files at 24.45 per second'),
(12158, 1595591024.504769, 2, 'info', 'Analyzed 1200 files containing 34.47 MB of data so far'),
(12159, 1595591024.874060, 2, 'info', 'Analyzed 1300 files containing 35.6 MB of data so far'),
(12160, 1595591026.222192, 2, 'info', 'Analyzed 1400 files containing 38.17 MB of data so far'),
(12161, 1595591026.638942, 2, 'info', 'Analyzed 1500 files containing 39.35 MB of data so far'),
(12162, 1595591027.341288, 2, 'info', 'Analyzed 1600 files containing 41.5 MB of data so far'),
(12163, 1595591027.848334, 2, 'info', 'Analyzed 1700 files containing 43.67 MB of data so far'),
(12164, 1595591028.233306, 2, 'info', 'Analyzed 1800 files containing 44.28 MB of data so far'),
(12165, 1595591028.641187, 2, 'info', 'Analyzed 1900 files containing 46.05 MB of data so far'),
(12166, 1595591029.174635, 2, 'info', 'Analyzed 2000 files containing 47.92 MB of data so far'),
(12167, 1595591029.697615, 2, 'info', 'Analyzed 2100 files containing 49.06 MB of data so far'),
(12168, 1595591031.884086, 2, 'info', 'Analyzed 2200 files containing 52.27 MB of data so far'),
(12169, 1595591032.767031, 2, 'info', 'Analyzed 2300 files containing 53.46 MB of data so far'),
(12170, 1595591033.274157, 2, 'info', 'Analyzed 2400 files containing 53.98 MB of data so far'),
(12171, 1595591033.651136, 2, 'info', 'Analyzed 2500 files containing 54.43 MB of data so far'),
(12172, 1595591034.222584, 2, 'info', 'Analyzed 2600 files containing 55.19 MB of data so far'),
(12173, 1595591034.507583, 2, 'info', 'Analyzed 2700 files containing 55.41 MB of data so far'),
(11699, 1595071113.879959, 2, 'info', 'Scanned contents of 461 additional files at 12.66 per second'),
(11698, 1595071112.766268, 2, 'info', 'Scanned contents of 446 additional files at 12.64 per second'),
(11697, 1595071111.705751, 2, 'info', 'Scanned contents of 419 additional files at 12.24 per second'),
(11969, 1595330377.614212, 2, 'info', 'Scanned contents of 439 additional files at 14.91 per second'),
(11616, 1595070992.399153, 2, 'info', 'Analyzed 1900 files containing 46.05 MB of data so far'),
(12572, 1595845179.277800, 10, 'info', 'SUM_ENDOK:Scanning for publicly accessible quarantined files'),
(12571, 1595845179.274935, 10, 'info', 'SUM_START:Scanning for publicly accessible quarantined files'),
(12569, 1595845179.263973, 10, 'info', 'SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),
(12570, 1595845179.268629, 10, 'info', 'SUM_ENDOK:Scanning file contents for URLs on a domain blacklist'),
(11615, 1595070991.565131, 2, 'info', 'Analyzed 1800 files containing 44.28 MB of data so far'),
(11614, 1595070990.902192, 2, 'info', 'Analyzed 1700 files containing 43.67 MB of data so far'),
(11612, 1595070986.785313, 2, 'info', 'Analyzed 1500 files containing 39.35 MB of data so far'),
(11613, 1595070989.155108, 2, 'info', 'Analyzed 1600 files containing 41.5 MB of data so far'),
(11829, 1595330257.958078, 1, 'info', 'Contacting Wordfence to initiate scan'),
(12568, 1595845179.262691, 2, 'info', 'Done file contents scan'),
(11970, 1595330378.651680, 2, 'info', 'Scanned contents of 454 additional files at 14.89 per second'),
(11971, 1595330379.653626, 2, 'info', 'Scanned contents of 479 additional files at 15.21 per second'),
(12565, 1595845178.928381, 2, 'info', 'Done host key check.'),
(12566, 1595845178.942610, 2, 'info', 'Checking 3 URLs from 3 sources.'),
(12567, 1595845179.234985, 2, 'info', 'Done URL check.'),
(11610, 1595070983.640968, 2, 'info', 'Analyzed 1300 files containing 35.6 MB of data so far'),
(11611, 1595070984.693446, 2, 'info', 'Analyzed 1400 files containing 38.17 MB of data so far'),
(11974, 1595330382.678857, 2, 'info', 'Scanned contents of 626 additional files at 18.14 per second'),
(11972, 1595330380.657242, 2, 'info', 'Scanned contents of 526 additional files at 16.19 per second'),
(11973, 1595330381.671514, 2, 'info', 'Scanned contents of 566 additional files at 16.89 per second'),
(12448, 1595845050.443133, 2, 'info', 'Analyzed 3400 files containing 61.56 MB of data so far'),
(12445, 1595845049.415432, 2, 'info', 'Analyzed 3100 files containing 57.71 MB of data so far'),
(12446, 1595845049.728986, 2, 'info', 'Analyzed 3200 files containing 58.96 MB of data so far'),
(12447, 1595845050.114530, 2, 'info', 'Analyzed 3300 files containing 61.53 MB of data so far'),
(11963, 1595330367.035506, 2, 'info', 'Scanned contents of 252 additional files at 13.35 per second'),
(11962, 1595330365.986139, 2, 'info', 'Scanned contents of 238 additional files at 13.35 per second'),
(12395, 1595844993.679633, 10, 'info', 'SUM_START:Comparing core WordPress files against originals in repository'),
(12451, 1595845051.331211, 2, 'info', 'Analyzed 3700 files containing 62.72 MB of data so far'),
(12450, 1595845051.047800, 2, 'info', 'Analyzed 3600 files containing 61.98 MB of data so far'),
(12449, 1595845050.653984, 2, 'info', 'Analyzed 3500 files containing 61.59 MB of data so far'),
(11663, 1595071075.864784, 2, 'info', 'Analyzed 6600 files containing 115.23 MB of data so far'),
(11664, 1595071076.358591, 2, 'info', 'Analyzed 6700 files containing 116.74 MB of data so far'),
(11665, 1595071076.413593, 2, 'info', 'Analyzed 6733 files containing 117.15 MB of data.'),
(11957, 1595330360.447238, 2, 'info', 'Scanned contents of 177 additional files at 14.41 per second'),
(11956, 1595330359.428212, 2, 'info', 'Scanned contents of 160 additional files at 14.20 per second'),
(11955, 1595330358.420090, 2, 'info', 'Scanned contents of 129 additional files at 12.58 per second'),
(11954, 1595330357.319937, 2, 'info', 'Scanned contents of 119 additional files at 12.99 per second'),
(12174, 1595591035.724557, 2, 'info', 'Analyzed 2800 files containing 55.93 MB of data so far'),
(11662, 1595071075.037313, 2, 'info', 'Analyzed 6500 files containing 112.24 MB of data so far'),
(11661, 1595071073.470171, 2, 'info', 'Analyzed 6400 files containing 109.62 MB of data so far'),
(11660, 1595071072.657545, 2, 'info', 'Analyzed 6300 files containing 107.2 MB of data so far'),
(11997, 1595330410.300922, 2, 'info', 'Scanned contents of 1253 additional files at 20.16 per second'),
(11998, 1595330411.303136, 2, 'info', 'Scanned contents of 1258 additional files at 19.92 per second'),
(11953, 1595330356.281465, 2, 'info', 'Scanned contents of 101 additional files at 12.44 per second'),
(11659, 1595071071.777682, 2, 'info', 'Analyzed 6200 files containing 103.78 MB of data so far'),
(11975, 1595330383.685953, 2, 'info', 'Scanned contents of 663 additional files at 18.66 per second'),
(11738, 1595071169.587435, 2, 'info', 'Scanned contents of 2073 additional files at 22.50 per second'),
(11740, 1595071171.606784, 2, 'info', 'Scanned contents of 2145 additional files at 22.79 per second'),
(11739, 1595071170.593157, 2, 'info', 'Scanned contents of 2110 additional files at 22.66 per second'),
(11737, 1595071163.065798, 2, 'info', 'Scanned contents of 2012 additional files at 23.51 per second'),
(11623, 1595071008.251967, 2, 'info', 'Analyzed 2600 files containing 55.19 MB of data so far'),
(11952, 1595330351.404902, 2, 'info', 'Scanned contents of 88 additional files at 27.14 per second'),
(11759, 1595071194.862215, 2, 'info', 'Scanned contents of 2811 additional files at 23.95 per second'),
(11867, 1595330268.100873, 2, 'info', '4000 files indexed'),
(11640, 1595071050.953751, 2, 'info', 'Analyzed 4300 files containing 64.18 MB of data so far'),
(11641, 1595071051.737262, 2, 'info', 'Analyzed 4400 files containing 64.22 MB of data so far'),
(11896, 1595330305.821811, 2, 'info', 'Analyzed 2300 files containing 53.46 MB of data so far'),
(11951, 1595330350.316371, 2, 'info', 'Scanned contents of 55 additional files at 25.53 per second'),
(11642, 1595071052.318081, 2, 'info', 'Analyzed 4500 files containing 64.24 MB of data so far'),
(11643, 1595071052.960523, 2, 'info', 'Analyzed 4600 files containing 65.43 MB of data so far'),
(12264, 1595591141.538816, 2, 'info', 'Scanned contents of 1190 additional files at 21.38 per second'),
(12263, 1595591140.384065, 2, 'info', 'Scanned contents of 1162 additional files at 21.32 per second'),
(11949, 1595330348.160493, 2, 'info', 'Starting scan of file contents'),
(11950, 1595330349.164495, 2, 'info', 'Scanned contents of 29 additional files at 28.93 per second'),
(11527, 1594824556.444175, 1, 'info', '-------------------'),
(12007, 1595330424.196883, 2, 'info', 'Scanned contents of 1733 additional files at 22.79 per second'),
(12314, 1595591197.856592, 10, 'info', 'SUM_START:Scanning for publicly accessible quarantined files'),
(11999, 1595330416.048604, 2, 'info', 'Scanned contents of 1298 additional files at 19.12 per second'),
(12550, 1595845162.768450, 2, 'info', 'Scanned contents of 2594 additional files at 34.23 per second'),
(12549, 1595845161.745740, 2, 'info', 'Scanned contents of 2557 additional files at 34.20 per second'),
(12548, 1595845160.669187, 2, 'info', 'Scanned contents of 2484 additional files at 33.71 per second'),
(12547, 1595845159.661124, 2, 'info', 'Scanned contents of 2419 additional files at 33.29 per second'),
(12546, 1595845158.659314, 2, 'info', 'Scanned contents of 2337 additional files at 32.61 per second'),
(12545, 1595845157.651983, 2, 'info', 'Scanned contents of 2250 additional files at 31.84 per second'),
(12544, 1595845156.648576, 2, 'info', 'Scanned contents of 2163 additional files at 31.05 per second'),
(12543, 1595845155.643742, 2, 'info', 'Scanned contents of 2076 additional files at 30.24 per second'),
(12542, 1595845154.639598, 2, 'info', 'Scanned contents of 1993 additional files at 29.46 per second'),
(12541, 1595845150.740656, 2, 'info', 'Scanned contents of 1971 additional files at 30.92 per second'),
(12038, 1595330463.928481, 2, 'info', 'Asking Wordfence to check URLs against malware list.'),
(12036, 1595330463.193828, 2, 'info', 'Scanned contents of 2905 additional files at 25.25 per second'),
(12037, 1595330463.926904, 2, 'info', 'Scanned contents of 2911 additional files at 25.15 per second'),
(11996, 1595330409.122419, 2, 'info', 'Scanned contents of 1242 additional files at 20.37 per second'),
(11995, 1595330408.111901, 2, 'info', 'Scanned contents of 1227 additional files at 20.47 per second'),
(11994, 1595330407.106183, 2, 'info', 'Scanned contents of 1206 additional files at 20.46 per second'),
(11993, 1595330405.610162, 2, 'info', 'Scanned contents of 1196 additional files at 20.82 per second'),
(11992, 1595330404.592977, 2, 'info', 'Scanned contents of 1181 additional files at 20.93 per second'),
(11991, 1595330403.587417, 2, 'info', 'Scanned contents of 1153 additional files at 20.80 per second'),
(11989, 1595330401.479517, 2, 'info', 'Scanned contents of 1077 additional files at 20.20 per second'),
(11990, 1595330402.484939, 2, 'info', 'Scanned contents of 1089 additional files at 20.05 per second'),
(12035, 1595330460.536282, 2, 'info', 'Scanned contents of 2874 additional files at 25.58 per second'),
(12034, 1595330459.504577, 2, 'info', 'Scanned contents of 2839 additional files at 25.50 per second'),
(12033, 1595330458.483549, 2, 'info', 'Scanned contents of 2817 additional files at 25.53 per second'),
(12032, 1595330457.444967, 2, 'info', 'Scanned contents of 2807 additional files at 25.69 per second'),
(12031, 1595330456.433652, 2, 'info', 'Scanned contents of 2781 additional files at 25.69 per second'),
(12030, 1595330455.413697, 2, 'info', 'Scanned contents of 2751 additional files at 25.65 per second'),
(12029, 1595330450.922349, 2, 'info', 'Scanned contents of 2749 additional files at 26.75 per second'),
(12028, 1595330449.838541, 2, 'info', 'Scanned contents of 2733 additional files at 26.88 per second'),
(12027, 1595330448.789540, 2, 'info', 'Scanned contents of 2711 additional files at 26.94 per second'),
(12026, 1595330447.741618, 2, 'info', 'Scanned contents of 2679 additional files at 26.90 per second'),
(12025, 1595330446.733716, 2, 'info', 'Scanned contents of 2656 additional files at 26.94 per second'),
(12024, 1595330445.720372, 2, 'info', 'Scanned contents of 2631 additional files at 26.97 per second'),
(12023, 1595330444.288416, 2, 'info', 'Scanned contents of 2608 additional files at 27.13 per second'),
(12022, 1595330443.277954, 2, 'info', 'Scanned contents of 2580 additional files at 27.12 per second'),
(12021, 1595330442.268915, 2, 'info', 'Scanned contents of 2531 additional files at 26.89 per second'),
(12540, 1595845149.735398, 2, 'info', 'Scanned contents of 1892 additional files at 30.15 per second'),
(12539, 1595845148.731139, 2, 'info', 'Scanned contents of 1824 additional files at 29.54 per second'),
(12538, 1595845147.714106, 2, 'info', 'Scanned contents of 1758 additional files at 28.95 per second'),
(12537, 1595845146.709235, 2, 'info', 'Scanned contents of 1693 additional files at 28.35 per second'),
(12536, 1595845145.698216, 2, 'info', 'Scanned contents of 1627 additional files at 27.71 per second'),
(12535, 1595845144.693538, 2, 'info', 'Scanned contents of 1563 additional files at 27.09 per second'),
(12534, 1595845143.685056, 2, 'info', 'Scanned contents of 1481 additional files at 26.12 per second'),
(12533, 1595845142.678716, 2, 'info', 'Scanned contents of 1400 additional files at 25.14 per second'),
(12532, 1595845141.669461, 2, 'info', 'Scanned contents of 1332 additional files at 24.36 per second'),
(12531, 1595845140.662369, 2, 'info', 'Scanned contents of 1260 additional files at 23.47 per second'),
(12530, 1595845139.644915, 2, 'info', 'Scanned contents of 1253 additional files at 23.80 per second'),
(12529, 1595845138.206149, 2, 'info', 'Scanned contents of 1233 additional files at 24.07 per second'),
(12528, 1595845137.203297, 2, 'info', 'Scanned contents of 1206 additional files at 24.02 per second'),
(12527, 1595845135.712431, 2, 'info', 'Scanned contents of 1195 additional files at 24.53 per second'),
(12526, 1595845131.037677, 2, 'info', 'Scanned contents of 1176 additional files at 26.70 per second'),
(12525, 1595845129.970260, 2, 'info', 'Scanned contents of 1080 additional files at 25.13 per second'),
(12524, 1595845128.963633, 2, 'info', 'Scanned contents of 1038 additional files at 24.73 per second'),
(12523, 1595845127.951631, 2, 'info', 'Scanned contents of 996 additional files at 24.31 per second'),
(12522, 1595845126.930058, 2, 'info', 'Scanned contents of 950 additional files at 23.78 per second'),
(11886, 1595330293.676329, 2, 'info', 'Analyzed 1300 files containing 35.6 MB of data so far'),
(11644, 1595071053.869864, 2, 'info', 'Analyzed 4700 files containing 66.95 MB of data so far'),
(11848, 1595330265.394419, 2, 'info', 'Found 1 themes'),
(12249, 1595591121.665868, 2, 'info', 'Scanned contents of 674 additional files at 18.84 per second'),
(12591, 1595845182.552834, 2, 'info', 'Wordfence used 14.3 MB of memory for scan. Server peak memory usage was: 106.3 MB'),
(12150, 1595591009.629654, 2, 'info', 'Analyzed 400 files containing 6.27 MB of data so far'),
(12151, 1595591011.052820, 2, 'info', 'Analyzed 500 files containing 7.07 MB of data so far'),
(12250, 1595591127.035713, 2, 'info', 'Scanned contents of 682 additional files at 16.58 per second'),
(11645, 1595071054.801918, 2, 'info', 'Analyzed 4800 files containing 67.89 MB of data so far'),
(12422, 1595845023.552645, 2, 'info', 'Analyzed 800 files containing 12.83 MB of data so far'),
(12465, 1595845063.444549, 2, 'info', 'Analyzed 5100 files containing 76.83 MB of data so far'),
(11783, 1595071204.498739, 2, 'info', 'Starting password strength check on 3 users.'),
(12432, 1595845035.934215, 2, 'info', 'Analyzed 1800 files containing 44.28 MB of data so far'),
(12119, 1595590991.301385, 2, 'info', 'Found 17 plugins'),
(11823, 1595251302.791922, 1, 'info', '-------------------'),
(11755, 1595071190.650778, 2, 'info', 'Scanned contents of 2712 additional files at 23.96 per second'),
(12594, 1595854433.742238, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(12124, 1595590993.108873, 10, 'info', 'SUM_START:Fetching list of known malware files from Wordfence'),
(11824, 1595251302.866575, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 92 MB'),
(11729, 1595071154.996437, 2, 'info', 'Scanned contents of 1552 additional files at 20.02 per second'),
(11728, 1595071153.984789, 2, 'info', 'Scanned contents of 1477 additional files at 19.30 per second'),
(11727, 1595071152.976353, 2, 'info', 'Scanned contents of 1407 additional files at 18.63 per second'),
(12284, 1595591171.336245, 2, 'info', 'Scanned contents of 2052 additional files at 24.02 per second'),
(12283, 1595591170.329321, 2, 'info', 'Scanned contents of 1975 additional files at 23.39 per second'),
(12282, 1595591169.329203, 2, 'info', 'Scanned contents of 1898 additional files at 22.75 per second'),
(11605, 1595070964.938110, 2, 'info', 'Analyzed 800 files containing 12.83 MB of data so far'),
(11606, 1595070968.387172, 2, 'info', 'Analyzed 900 files containing 13.97 MB of data so far'),
(12334, 1595591202.419141, 2, 'info', 'Wordfence used 14.3 MB of memory for scan. Server peak memory usage was: 106.3 MB'),
(12379, 1595844992.023434, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(12378, 1595844991.990292, 10, 'info', 'SUM_ENDOK:Scanning to check available disk space'),
(11607, 1595070969.902541, 2, 'info', 'Analyzed 1000 files containing 15.77 MB of data so far'),
(11604, 1595070962.944345, 2, 'info', 'Analyzed 700 files containing 9.38 MB of data so far'),
(11603, 1595070953.837022, 2, 'info', 'Analyzed 600 files containing 7.81 MB of data so far'),
(12466, 1595845065.637422, 2, 'info', 'Analyzed 5200 files containing 77.61 MB of data so far'),
(12467, 1595845066.996703, 2, 'info', 'Analyzed 5300 files containing 78.7 MB of data so far'),
(12131, 1595590993.151761, 10, 'info', 'SUM_START:Scanning for known malware files'),
(12130, 1595590993.149636, 10, 'info', 'SUM_DISABLED:Skipping plugin scan'),
(12132, 1595590993.156592, 10, 'info', 'SUM_START:Scanning for unknown files in wp-admin and wp-includes'),
(12133, 1595590993.235930, 2, 'info', '500 files indexed'),
(12040, 1595330464.395520, 2, 'info', 'Done host key check.'),
(12039, 1595330463.950781, 2, 'info', 'Checking 1715 host keys against Wordfence scanning servers.'),
(11658, 1595071070.738633, 2, 'info', 'Analyzed 6100 files containing 94.9 MB of data so far'),
(11650, 1595071058.998489, 2, 'info', 'Analyzed 5300 files containing 78.7 MB of data so far'),
(11651, 1595071060.245965, 2, 'info', 'Analyzed 5400 files containing 81.08 MB of data so far'),
(11652, 1595071060.899069, 2, 'info', 'Analyzed 5500 files containing 83.11 MB of data so far'),
(11653, 1595071061.354546, 2, 'info', 'Analyzed 5600 files containing 85.11 MB of data so far'),
(11654, 1595071066.418521, 2, 'info', 'Analyzed 5700 files containing 87.92 MB of data so far'),
(11655, 1595071067.124252, 2, 'info', 'Analyzed 5800 files containing 89.42 MB of data so far'),
(11656, 1595071069.035258, 2, 'info', 'Analyzed 5900 files containing 91.45 MB of data so far'),
(11657, 1595071070.400111, 2, 'info', 'Analyzed 6000 files containing 93.65 MB of data so far'),
(12235, 1595591107.082272, 2, 'info', 'Scanned contents of 249 additional files at 11.75 per second'),
(12236, 1595591108.107468, 2, 'info', 'Scanned contents of 274 additional files at 12.33 per second'),
(12237, 1595591109.125591, 2, 'info', 'Scanned contents of 294 additional files at 12.65 per second'),
(12238, 1595591110.133082, 2, 'info', 'Scanned contents of 325 additional files at 13.41 per second'),
(12136, 1595590994.221915, 2, 'info', '2000 files indexed'),
(12137, 1595590994.858604, 2, 'info', '2500 files indexed'),
(12135, 1595590994.063652, 2, 'info', '1500 files indexed'),
(11600, 1595070947.687827, 2, 'info', 'Analyzed 300 files containing 3.82 MB of data so far'),
(12252, 1595591129.060641, 2, 'info', 'Scanned contents of 734 additional files at 17.00 per second'),
(12251, 1595591128.059431, 2, 'info', 'Scanned contents of 704 additional files at 16.70 per second'),
(11897, 1595330306.440261, 2, 'info', 'Analyzed 2400 files containing 53.98 MB of data so far'),
(12358, 1595766638.012927, 1, 'info', 'Initiating quick scan'),
(12359, 1595766638.120899, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(12120, 1595590991.962190, 2, 'info', 'Getting theme list from WordPress'),
(12121, 1595590992.026160, 2, 'info', 'Found 1 themes'),
(12390, 1595844993.650106, 10, 'info', 'SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),
(12391, 1595844993.653888, 10, 'info', 'SUM_START:Fetching list of known malware files from Wordfence'),
(12281, 1595591168.317942, 2, 'info', 'Scanned contents of 1834 additional files at 22.25 per second'),
(12280, 1595591167.295805, 2, 'info', 'Scanned contents of 1776 additional files at 21.82 per second'),
(12275, 1595591158.129781, 2, 'info', 'Scanned contents of 1544 additional files at 21.37 per second'),
(12592, 1595845182.553112, 1, 'info', 'Scan Complete. Scanned 6733 files, 17 plugins, 1 themes, 9 posts, 0 comments and 3000 URLs in 3 minutes 19 seconds.'),
(12304, 1595591196.595672, 2, 'info', 'Scanned contents of 2905 additional files at 26.24 per second'),
(12296, 1595591187.109318, 2, 'info', 'Scanned contents of 2680 additional files at 26.48 per second'),
(12295, 1595591182.842983, 2, 'info', 'Scanned contents of 2676 additional files at 27.60 per second'),
(12303, 1595591194.539348, 2, 'info', 'Scanned contents of 2877 additional files at 26.48 per second'),
(12302, 1595591193.532333, 2, 'info', 'Scanned contents of 2839 additional files at 26.37 per second'),
(12396, 1595844993.682286, 10, 'info', 'SUM_DISABLED:Skipping theme scan'),
(12512, 1595845116.745784, 2, 'info', 'Scanned contents of 576 additional files at 19.36 per second'),
(12511, 1595845112.612677, 2, 'info', 'Scanned contents of 549 additional files at 21.42 per second'),
(11720, 1595071141.217739, 2, 'info', 'Scanned contents of 1205 additional files at 18.90 per second'),
(11719, 1595071139.865504, 2, 'info', 'Scanned contents of 1186 additional files at 19.01 per second'),
(11718, 1595071138.836295, 2, 'info', 'Scanned contents of 1154 additional files at 18.81 per second'),
(11717, 1595071137.830513, 2, 'info', 'Scanned contents of 1070 additional files at 17.73 per second'),
(11716, 1595071136.803718, 2, 'info', 'Scanned contents of 1036 additional files at 17.46 per second'),
(11715, 1595071135.800474, 2, 'info', 'Scanned contents of 995 additional files at 17.06 per second'),
(11714, 1595071134.783952, 2, 'info', 'Scanned contents of 951 additional files at 16.59 per second'),
(12484, 1595845086.069157, 10, 'info', 'SUM_ENDOK:Scanning for unknown files in wp-admin and wp-includes'),
(12483, 1595845086.063026, 10, 'info', 'SUM_ENDOK:Comparing core WordPress files against originals in repository'),
(12279, 1595591162.182341, 2, 'info', 'Scanned contents of 1744 additional files at 22.86 per second'),
(12278, 1595591161.155977, 2, 'info', 'Scanned contents of 1715 additional files at 22.79 per second'),
(12239, 1595591111.143983, 2, 'info', 'Scanned contents of 349 additional files at 13.82 per second'),
(12240, 1595591112.162179, 2, 'info', 'Scanned contents of 380 additional files at 14.47 per second'),
(12513, 1595845117.754097, 2, 'info', 'Scanned contents of 629 additional files at 20.44 per second'),
(12514, 1595845118.830717, 2, 'info', 'Scanned contents of 668 additional files at 20.98 per second'),
(12293, 1595591180.807166, 2, 'info', 'Scanned contents of 2631 additional files at 27.72 per second'),
(12294, 1595591181.830014, 2, 'info', 'Scanned contents of 2655 additional files at 27.67 per second'),
(11761, 1595071197.063909, 2, 'info', 'Scanned contents of 2839 additional files at 23.74 per second'),
(12453, 1595845051.884427, 2, 'info', 'Analyzed 3900 files containing 64.07 MB of data so far'),
(11749, 1595071180.698616, 2, 'info', 'Scanned contents of 2597 additional files at 25.16 per second'),
(12470, 1595845070.817855, 2, 'info', 'Analyzed 5600 files containing 85.11 MB of data so far'),
(12469, 1595845069.050178, 2, 'info', 'Analyzed 5500 files containing 83.11 MB of data so far'),
(12277, 1595591160.142391, 2, 'info', 'Scanned contents of 1658 additional files at 22.33 per second'),
(12433, 1595845036.216284, 2, 'info', 'Analyzed 1900 files containing 46.05 MB of data so far'),
(12333, 1595591202.414089, 1, 'info', '-------------------'),
(11713, 1595071133.774076, 2, 'info', 'Scanned contents of 913 additional files at 16.22 per second'),
(11712, 1595071132.749201, 2, 'info', 'Scanned contents of 892 additional files at 16.14 per second'),
(11711, 1595071131.726501, 2, 'info', 'Scanned contents of 864 additional files at 15.92 per second'),
(11888, 1595330300.501604, 2, 'info', 'Analyzed 1500 files containing 39.35 MB of data so far'),
(11889, 1595330301.178317, 2, 'info', 'Analyzed 1600 files containing 41.5 MB of data so far'),
(11890, 1595330301.618326, 2, 'info', 'Analyzed 1700 files containing 43.67 MB of data so far'),
(11891, 1595330301.984718, 2, 'info', 'Analyzed 1800 files containing 44.28 MB of data so far'),
(11892, 1595330302.333328, 2, 'info', 'Analyzed 1900 files containing 46.05 MB of data so far'),
(12383, 1595844992.094376, 10, 'info', 'SUM_START:Checking for paths skipped due to scan settings'),
(11984, 1595330396.400059, 2, 'info', 'Scanned contents of 924 additional files at 19.15 per second'),
(11983, 1595330391.844980, 2, 'info', 'Scanned contents of 921 additional files at 21.08 per second'),
(11982, 1595330390.799111, 2, 'info', 'Scanned contents of 899 additional files at 21.08 per second'),
(11981, 1595330389.791053, 2, 'info', 'Scanned contents of 870 additional files at 20.90 per second'),
(11980, 1595330388.774797, 2, 'info', 'Scanned contents of 831 additional files at 20.46 per second'),
(11979, 1595330387.760208, 2, 'info', 'Scanned contents of 800 additional files at 20.20 per second'),
(11805, 1595080972.810836, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(12259, 1595591136.351721, 2, 'info', 'Scanned contents of 940 additional files at 18.63 per second'),
(12257, 1595591134.266211, 2, 'info', 'Scanned contents of 882 additional files at 18.23 per second'),
(12258, 1595591135.349727, 2, 'info', 'Scanned contents of 906 additional files at 18.32 per second'),
(12487, 1595845086.113843, 10, 'info', 'SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),
(12488, 1595845086.122560, 10, 'info', 'SUM_START:Scanning file contents for infections and vulnerabilities'),
(12016, 1595330437.212395, 2, 'info', 'Scanned contents of 2250 additional files at 25.27 per second'),
(12015, 1595330436.207029, 2, 'info', 'Scanned contents of 2184 additional files at 24.81 per second'),
(12490, 1595845086.985681, 2, 'info', 'Starting scan of file contents'),
(12491, 1595845088.003732, 2, 'info', 'Scanned contents of 32 additional files at 31.49 per second'),
(11765, 1595071201.949836, 2, 'info', 'Scanned contents of 2911 additional files at 23.39 per second'),
(11766, 1595071201.989321, 2, 'info', 'Asking Wordfence to check URLs against malware list.'),
(11767, 1595071202.020427, 2, 'info', 'Checking 1715 host keys against Wordfence scanning servers.'),
(11768, 1595071202.534957, 2, 'info', 'Done host key check.'),
(11769, 1595071202.611256, 2, 'info', 'Checking 3 URLs from 3 sources.'),
(11770, 1595071203.119806, 2, 'info', 'Done URL check.'),
(11771, 1595071203.294115, 2, 'info', 'Done file contents scan'),
(12442, 1595845044.995530, 2, 'info', 'Analyzed 2800 files containing 55.93 MB of data so far'),
(12441, 1595845043.844930, 2, 'info', 'Analyzed 2700 files containing 55.41 MB of data so far'),
(11793, 1595071213.243774, 1, 'info', '-------------------'),
(11794, 1595071213.244576, 2, 'info', 'Wordfence used 16.3 MB of memory for scan. Server peak memory usage was: 108.3 MB'),
(12438, 1595845042.717917, 2, 'info', 'Analyzed 2400 files containing 53.98 MB of data so far'),
(12439, 1595845043.149314, 2, 'info', 'Analyzed 2500 files containing 54.43 MB of data so far'),
(12440, 1595845043.506475, 2, 'info', 'Analyzed 2600 files containing 55.19 MB of data so far'),
(12437, 1595845042.317296, 2, 'info', 'Analyzed 2300 files containing 53.46 MB of data so far'),
(11752, 1595071183.897440, 2, 'info', 'Scanned contents of 2658 additional files at 24.97 per second'),
(12436, 1595845041.584731, 2, 'info', 'Analyzed 2200 files containing 52.27 MB of data so far');
INSERT INTO `wp_wfstatus` (`id`, `ctime`, `level`, `type`, `msg`) VALUES
(11777, 1595071203.774837, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(11492, 1594811957.604237, 2, 'info', 'Done host key check.'),
(11778, 1595071203.777241, 2, 'info', 'Done examining URLs'),
(12435, 1595845040.888854, 2, 'info', 'Analyzed 2100 files containing 49.06 MB of data so far'),
(12388, 1595844992.702296, 2, 'info', 'Found 1 themes'),
(11818, 1595251302.558192, 1, 'info', 'Initiating quick scan'),
(12434, 1595845036.505913, 2, 'info', 'Analyzed 2000 files containing 47.92 MB of data so far'),
(11493, 1594811957.634656, 2, 'info', 'Checking 3 URLs from 3 sources.'),
(11494, 1594811957.932725, 2, 'info', 'Done URL check.'),
(11495, 1594811958.018663, 2, 'info', 'Done file contents scan'),
(12197, 1595591059.119057, 2, 'info', 'Analyzed 5100 files containing 76.83 MB of data so far'),
(12198, 1595591059.513541, 2, 'info', 'Analyzed 5200 files containing 77.61 MB of data so far'),
(11634, 1595071046.348152, 2, 'info', 'Analyzed 3700 files containing 62.72 MB of data so far'),
(11635, 1595071047.829152, 2, 'info', 'Analyzed 3800 files containing 63.44 MB of data so far'),
(11636, 1595071048.856076, 2, 'info', 'Analyzed 3900 files containing 64.07 MB of data so far'),
(11637, 1595071049.369394, 2, 'info', 'Analyzed 4000 files containing 64.1 MB of data so far'),
(11638, 1595071049.864447, 2, 'info', 'Analyzed 4100 files containing 64.13 MB of data so far'),
(11639, 1595071050.578083, 2, 'info', 'Analyzed 4200 files containing 64.15 MB of data so far'),
(11895, 1595330304.664542, 2, 'info', 'Analyzed 2200 files containing 52.27 MB of data so far'),
(11894, 1595330303.541706, 2, 'info', 'Analyzed 2100 files containing 49.06 MB of data so far'),
(11893, 1595330302.696146, 2, 'info', 'Analyzed 2000 files containing 47.92 MB of data so far'),
(11702, 1595071117.024690, 2, 'info', 'Scanned contents of 568 additional files at 14.36 per second'),
(11703, 1595071118.042180, 2, 'info', 'Scanned contents of 619 additional files at 15.26 per second'),
(11704, 1595071119.047039, 2, 'info', 'Scanned contents of 655 additional files at 15.75 per second'),
(11705, 1595071120.056694, 2, 'info', 'Scanned contents of 681 additional files at 15.99 per second'),
(11706, 1595071121.081633, 2, 'info', 'Scanned contents of 710 additional files at 16.28 per second'),
(11707, 1595071122.084105, 2, 'info', 'Scanned contents of 742 additional files at 16.63 per second'),
(11710, 1595071130.707250, 2, 'info', 'Scanned contents of 822 additional files at 15.44 per second'),
(11709, 1595071129.692258, 2, 'info', 'Scanned contents of 789 additional files at 15.11 per second'),
(11708, 1595071128.690293, 2, 'info', 'Scanned contents of 769 additional files at 15.01 per second'),
(12274, 1595591157.119222, 2, 'info', 'Scanned contents of 1481 additional files at 20.79 per second'),
(12273, 1595591155.947350, 2, 'info', 'Scanned contents of 1414 additional files at 20.18 per second'),
(12272, 1595591154.945878, 2, 'info', 'Scanned contents of 1339 additional files at 19.39 per second'),
(12271, 1595591153.936959, 2, 'info', 'Scanned contents of 1258 additional files at 18.49 per second'),
(12270, 1595591152.901324, 2, 'info', 'Scanned contents of 1253 additional files at 18.70 per second'),
(12269, 1595591151.712178, 2, 'info', 'Scanned contents of 1247 additional files at 18.95 per second'),
(12265, 1595591147.339888, 2, 'info', 'Scanned contents of 1195 additional files at 19.45 per second'),
(12266, 1595591148.610781, 2, 'info', 'Scanned contents of 1205 additional files at 19.21 per second'),
(12267, 1595591149.697456, 2, 'info', 'Scanned contents of 1215 additional files at 19.04 per second'),
(12268, 1595591150.697572, 2, 'info', 'Scanned contents of 1232 additional files at 19.01 per second'),
(12331, 1595591202.307143, 2, 'info', 'Done examining URLs'),
(12555, 1595845167.933420, 2, 'info', 'Scanned contents of 2738 additional files at 33.83 per second'),
(12340, 1595599561.503108, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(12341, 1595599561.615269, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(12342, 1595599562.736799, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(12343, 1595599562.798104, 1, 'info', '-------------------'),
(12344, 1595599562.809125, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 92 MB'),
(12345, 1595599562.816210, 1, 'info', 'Quick Scan Complete. Scanned in 1 second.'),
(12346, 1595599562.822452, 10, 'info', 'SUM_FINAL:Scan complete. You have 10 new issues to fix. See below.'),
(12347, 1595685258.294071, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(12348, 1595685258.363906, 1, 'info', 'Initiating quick scan'),
(12349, 1595685258.380543, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(12350, 1595685258.381349, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(12351, 1595685258.387330, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(12352, 1595685258.554220, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(12353, 1595685258.571119, 1, 'info', '-------------------'),
(12354, 1595685258.576624, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 92 MB'),
(12355, 1595685258.578521, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(12356, 1595685258.578978, 10, 'info', 'SUM_FINAL:Scan complete. You have 10 new issues to fix. See below.'),
(12357, 1595766637.933026, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(12339, 1595599561.460068, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(12337, 1595599561.430855, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(12338, 1595599561.451133, 1, 'info', 'Initiating quick scan'),
(12373, 1595844990.074412, 10, 'info', 'SUM_START:Checking for the most secure way to get IPs'),
(12574, 1595845179.315699, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(12573, 1595845179.284233, 10, 'info', 'SUM_START:Scanning posts for URLs on a domain blacklist'),
(12575, 1595845179.316176, 2, 'info', 'Done examining URLs'),
(12576, 1595845179.330810, 10, 'info', 'SUM_ENDOK:Scanning posts for URLs on a domain blacklist'),
(12001, 1595330418.062742, 2, 'info', 'Scanned contents of 1434 additional files at 20.51 per second'),
(11836, 1595330264.868623, 2, 'info', 'Total disk space: 295.17 GB -- Free disk space: 120.28 GB'),
(11837, 1595330264.869260, 2, 'info', 'The disk has 123162.8 MB available'),
(11617, 1595070993.172377, 2, 'info', 'Analyzed 2000 files containing 47.92 MB of data so far'),
(11532, 1594908990.801454, 1, 'info', 'Initiating quick scan'),
(11619, 1595070997.146139, 2, 'info', 'Analyzed 2200 files containing 52.27 MB of data so far'),
(11618, 1595070994.722493, 2, 'info', 'Analyzed 2100 files containing 49.06 MB of data so far'),
(12307, 1595591197.089071, 2, 'info', 'Checking 1715 host keys against Wordfence scanning servers.'),
(12306, 1595591197.078671, 2, 'info', 'Asking Wordfence to check URLs against malware list.'),
(12305, 1595591197.078276, 2, 'info', 'Scanned contents of 2911 additional files at 26.18 per second'),
(11701, 1595071116.014812, 2, 'info', 'Scanned contents of 533 additional files at 13.83 per second'),
(11700, 1595071114.892137, 2, 'info', 'Scanned contents of 506 additional files at 13.52 per second'),
(11620, 1595071004.539573, 2, 'info', 'Analyzed 2300 files containing 53.46 MB of data so far'),
(12577, 1595845179.338252, 10, 'info', 'SUM_START:Scanning comments for URLs on a domain blacklist'),
(11622, 1595071007.704613, 2, 'info', 'Analyzed 2500 files containing 54.43 MB of data so far'),
(11621, 1595071006.423080, 2, 'info', 'Analyzed 2400 files containing 53.98 MB of data so far'),
(12241, 1595591113.175130, 2, 'info', 'Scanned contents of 413 additional files at 15.14 per second'),
(12551, 1595845163.783977, 2, 'info', 'Scanned contents of 2629 additional files at 34.23 per second'),
(11748, 1595071179.683832, 2, 'info', 'Scanned contents of 2575 additional files at 25.19 per second'),
(12478, 1595845083.651762, 2, 'info', 'Analyzed 6400 files containing 109.62 MB of data so far'),
(12479, 1595845084.057061, 2, 'info', 'Analyzed 6500 files containing 112.24 MB of data so far'),
(11847, 1595330265.368713, 2, 'info', 'Getting theme list from WordPress'),
(11845, 1595330264.934042, 2, 'info', 'Getting plugin list from WordPress'),
(11846, 1595330265.368406, 2, 'info', 'Found 17 plugins'),
(12234, 1595591098.360796, 2, 'info', 'Scanned contents of 238 additional files at 19.09 per second'),
(12364, 1595766638.231683, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 92 MB'),
(12360, 1595766638.121444, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(12361, 1595766638.127300, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(12362, 1595766638.227741, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(12363, 1595766638.230915, 1, 'info', '-------------------'),
(11813, 1595165650.090263, 1, 'info', '-------------------'),
(11814, 1595165650.091480, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 92 MB'),
(11815, 1595165650.091871, 1, 'info', 'Quick Scan Complete. Scanned in 1 second.'),
(12226, 1595591089.959425, 2, 'info', 'Scanned contents of 115 additional files at 28.27 per second'),
(12227, 1595591090.959936, 2, 'info', 'Scanned contents of 127 additional files at 25.06 per second'),
(12389, 1595844992.934993, 10, 'info', 'SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),
(12225, 1595591088.944695, 2, 'info', 'Scanned contents of 89 additional files at 29.16 per second'),
(12224, 1595591087.930711, 2, 'info', 'Scanned contents of 56 additional files at 27.47 per second'),
(12222, 1595591085.890427, 2, 'info', 'Starting scan of file contents'),
(12223, 1595591086.918277, 2, 'info', 'Scanned contents of 30 additional files at 29.23 per second'),
(12221, 1595591085.022635, 10, 'info', 'SUM_START:Scanning file contents for URLs on a domain blacklist'),
(12220, 1595591085.020285, 10, 'info', 'SUM_START:Scanning file contents for infections and vulnerabilities'),
(12204, 1595591069.200293, 2, 'info', 'Analyzed 5800 files containing 89.38 MB of data so far'),
(12205, 1595591069.745310, 2, 'info', 'Analyzed 5900 files containing 91.41 MB of data so far'),
(12206, 1595591071.653124, 2, 'info', 'Analyzed 6000 files containing 93.61 MB of data so far'),
(12207, 1595591072.383140, 2, 'info', 'Analyzed 6100 files containing 94.86 MB of data so far'),
(12208, 1595591076.578706, 2, 'info', 'Analyzed 6200 files containing 103.74 MB of data so far'),
(12209, 1595591077.079624, 2, 'info', 'Analyzed 6300 files containing 107.16 MB of data so far'),
(12210, 1595591077.472507, 2, 'info', 'Analyzed 6400 files containing 109.58 MB of data so far'),
(12211, 1595591078.089683, 2, 'info', 'Analyzed 6500 files containing 112.2 MB of data so far'),
(12212, 1595591083.369528, 2, 'info', 'Analyzed 6600 files containing 115.19 MB of data so far'),
(12213, 1595591084.881292, 2, 'info', 'Analyzed 6700 files containing 116.7 MB of data so far'),
(12214, 1595591084.952132, 2, 'info', 'Analyzed 6733 files containing 117.11 MB of data.'),
(12215, 1595591084.952529, 10, 'info', 'SUM_ENDOK:Comparing core WordPress files against originals in repository'),
(12216, 1595591084.958218, 10, 'info', 'SUM_ENDOK:Scanning for unknown files in wp-admin and wp-includes'),
(12217, 1595591084.963623, 10, 'info', 'SUM_ENDOK:Scanning for known malware files'),
(12218, 1595591084.974361, 10, 'info', 'SUM_START:Check for publicly accessible configuration files, backup files and logs'),
(12219, 1595591085.007505, 10, 'info', 'SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),
(12595, 1595854433.745513, 1, 'info', 'Initiating quick scan'),
(12596, 1595854433.778519, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(11887, 1595330299.679164, 2, 'info', 'Analyzed 1400 files containing 38.17 MB of data so far'),
(12563, 1595845178.539331, 2, 'info', 'Asking Wordfence to check URLs against malware list.'),
(12564, 1595845178.549971, 2, 'info', 'Checking 1715 host keys against Wordfence scanning servers.'),
(12444, 1595845048.603082, 2, 'info', 'Analyzed 3000 files containing 56.77 MB of data so far'),
(12443, 1595845046.709861, 2, 'info', 'Analyzed 2900 files containing 56.4 MB of data so far'),
(11825, 1595251302.866846, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(11673, 1595071077.468560, 2, 'info', 'Starting scan of file contents'),
(11674, 1595071078.476993, 2, 'info', 'Scanned contents of 20 additional files at 19.88 per second'),
(12558, 1595845173.984450, 2, 'info', 'Scanned contents of 2811 additional files at 32.31 per second'),
(12559, 1595845175.071598, 2, 'info', 'Scanned contents of 2835 additional files at 32.19 per second'),
(12560, 1595845176.077347, 2, 'info', 'Scanned contents of 2871 additional files at 32.23 per second'),
(12561, 1595845178.043114, 2, 'info', 'Scanned contents of 2905 additional files at 31.90 per second'),
(12562, 1595845178.538945, 2, 'info', 'Scanned contents of 2911 additional files at 31.80 per second'),
(11599, 1595070946.610459, 2, 'info', 'Analyzed 200 files containing 2.49 MB of data so far'),
(11598, 1595070945.587342, 2, 'info', 'Analyzed 100 files containing 1.43 MB of data so far'),
(12452, 1595845051.583205, 2, 'info', 'Analyzed 3800 files containing 63.44 MB of data so far'),
(11584, 1595070930.955465, 2, 'info', '500 files indexed'),
(11585, 1595070931.497664, 2, 'info', '1000 files indexed'),
(11586, 1595070931.945156, 2, 'info', '1500 files indexed'),
(11587, 1595070932.408419, 2, 'info', '2000 files indexed'),
(11588, 1595070933.109455, 2, 'info', '2500 files indexed'),
(11589, 1595070933.465316, 2, 'info', '3000 files indexed'),
(11590, 1595070933.915111, 2, 'info', '3500 files indexed'),
(11591, 1595070934.021175, 2, 'info', '3985 files indexed'),
(11592, 1595070940.105713, 2, 'info', '4485 files indexed'),
(11593, 1595070940.647979, 2, 'info', '4985 files indexed'),
(11594, 1595070941.108067, 2, 'info', '5485 files indexed'),
(11595, 1595070943.878298, 2, 'info', '5985 files indexed'),
(11596, 1595070944.001098, 2, 'info', '6485 files indexed'),
(11597, 1595070944.041470, 2, 'info', '6733 files indexed'),
(12486, 1595845086.084675, 10, 'info', 'SUM_START:Check for publicly accessible configuration files, backup files and logs'),
(11750, 1595071181.699844, 2, 'info', 'Scanned contents of 2618 additional files at 25.12 per second'),
(12332, 1595591202.363297, 10, 'info', 'SUM_ENDOK:Scanning for suspicious site options'),
(12485, 1595845086.075353, 10, 'info', 'SUM_ENDOK:Scanning for known malware files'),
(11988, 1595330400.456891, 2, 'info', 'Scanned contents of 1050 additional files at 20.08 per second'),
(11987, 1595330399.449899, 2, 'info', 'Scanned contents of 1011 additional files at 19.71 per second'),
(11985, 1595330397.410854, 2, 'info', 'Scanned contents of 948 additional files at 19.25 per second'),
(11986, 1595330398.446467, 2, 'info', 'Scanned contents of 981 additional files at 19.51 per second'),
(12125, 1595590993.130037, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),
(12126, 1595590993.134942, 10, 'info', 'SUM_START:Fetching list of known core files from Wordfence'),
(12515, 1595845119.845706, 2, 'info', 'Scanned contents of 696 additional files at 21.18 per second'),
(12516, 1595845120.848157, 2, 'info', 'Scanned contents of 735 additional files at 21.71 per second'),
(12517, 1595845121.853521, 2, 'info', 'Scanned contents of 769 additional files at 22.06 per second'),
(12518, 1595845122.868569, 2, 'info', 'Scanned contents of 804 additional files at 22.41 per second'),
(12519, 1595845123.872920, 2, 'info', 'Scanned contents of 850 additional files at 23.04 per second'),
(12520, 1595845124.901399, 2, 'info', 'Scanned contents of 889 additional files at 23.45 per second'),
(12521, 1595845125.925719, 2, 'info', 'Scanned contents of 915 additional files at 23.50 per second'),
(12404, 1595844994.968877, 2, 'info', '2500 files indexed'),
(12405, 1595844995.210253, 2, 'info', '3000 files indexed'),
(12406, 1595844995.488830, 2, 'info', '3500 files indexed'),
(12407, 1595844995.530944, 2, 'info', '4000 files indexed'),
(12408, 1595844995.578736, 2, 'info', '4500 files indexed'),
(12409, 1595844995.729249, 2, 'info', '5000 files indexed'),
(12410, 1595844995.943831, 2, 'info', '5500 files indexed'),
(12411, 1595844999.000246, 2, 'info', '6000 files indexed'),
(12412, 1595844999.016857, 2, 'info', '6001 files indexed'),
(12413, 1595845004.677889, 2, 'info', '6501 files indexed'),
(12414, 1595845005.730868, 2, 'info', '6733 files indexed'),
(12415, 1595845008.236895, 2, 'info', 'Analyzed 100 files containing 1.43 MB of data so far'),
(12416, 1595845011.519267, 2, 'info', 'Analyzed 200 files containing 2.49 MB of data so far'),
(12417, 1595845012.279175, 2, 'info', 'Analyzed 300 files containing 3.82 MB of data so far'),
(12418, 1595845013.126267, 2, 'info', 'Analyzed 400 files containing 6.27 MB of data so far'),
(12419, 1595845015.426788, 2, 'info', 'Analyzed 500 files containing 7.07 MB of data so far'),
(12127, 1595590993.136237, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),
(12128, 1595590993.142732, 10, 'info', 'SUM_START:Comparing core WordPress files against originals in repository'),
(12372, 1595844987.703216, 10, 'info', 'SUM_PAIDONLY:Checking if your site is on a domain blacklist is for paid members only'),
(11685, 1595071095.213500, 2, 'info', 'Scanned contents of 216 additional files at 12.17 per second'),
(12313, 1595591197.847705, 10, 'info', 'SUM_ENDOK:Scanning file contents for URLs on a domain blacklist'),
(12376, 1595844991.989718, 2, 'info', 'Total disk space: 295.17 GB -- Free disk space: 121.03 GB'),
(12377, 1595844991.990047, 2, 'info', 'The disk has 123935.02 MB available'),
(12311, 1595591197.841367, 2, 'info', 'Done file contents scan'),
(12312, 1595591197.842842, 10, 'info', 'SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),
(12008, 1595330425.200582, 2, 'info', 'Scanned contents of 1785 additional files at 23.17 per second'),
(11868, 1595330268.136130, 2, 'info', '4500 files indexed'),
(11869, 1595330268.251712, 2, 'info', '5000 files indexed'),
(11870, 1595330268.358875, 2, 'info', '5500 files indexed'),
(11871, 1595330270.377777, 2, 'info', '6000 files indexed'),
(12009, 1595330426.207289, 2, 'info', 'Scanned contents of 1831 additional files at 23.46 per second'),
(11872, 1595330270.459490, 2, 'info', '6500 files indexed'),
(11873, 1595330270.472559, 2, 'info', '6733 files indexed'),
(11874, 1595330273.166204, 2, 'info', 'Analyzed 100 files containing 1.43 MB of data so far'),
(11875, 1595330273.789555, 2, 'info', 'Analyzed 200 files containing 2.49 MB of data so far'),
(11876, 1595330278.439068, 2, 'info', 'Analyzed 300 files containing 3.82 MB of data so far'),
(11877, 1595330279.324891, 2, 'info', 'Analyzed 400 files containing 6.27 MB of data so far'),
(11482, 1594811949.579596, 2, 'info', 'Scanned contents of 2771 additional files at 24.53 per second'),
(11481, 1594811948.564654, 2, 'info', 'Scanned contents of 2746 additional files at 24.53 per second'),
(11480, 1594811947.557829, 2, 'info', 'Scanned contents of 2723 additional files at 24.54 per second'),
(11479, 1594811946.542223, 2, 'info', 'Scanned contents of 2697 additional files at 24.53 per second'),
(11478, 1594811945.506799, 2, 'info', 'Scanned contents of 2668 additional files at 24.50 per second'),
(11688, 1595071098.538675, 2, 'info', 'Scanned contents of 237 additional files at 11.25 per second'),
(11689, 1595071099.565570, 2, 'info', 'Scanned contents of 248 additional files at 11.22 per second'),
(11690, 1595071100.579469, 2, 'info', 'Scanned contents of 274 additional files at 11.86 per second'),
(11691, 1595071101.611052, 2, 'info', 'Scanned contents of 293 additional files at 12.14 per second'),
(11692, 1595071102.632315, 2, 'info', 'Scanned contents of 324 additional files at 12.88 per second'),
(11693, 1595071107.612149, 2, 'info', 'Scanned contents of 332 additional files at 11.01 per second'),
(11694, 1595071108.680013, 2, 'info', 'Scanned contents of 356 additional files at 11.41 per second'),
(11695, 1595071109.681245, 2, 'info', 'Scanned contents of 377 additional files at 11.70 per second'),
(11696, 1595071110.686322, 2, 'info', 'Scanned contents of 393 additional files at 11.83 per second'),
(11827, 1595330249.910189, 1, 'info', 'Scheduled Wordfence scan starting at Tuesday 21st of July 2020 06:17:29 AM'),
(12380, 1595844992.028591, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(11686, 1595071096.237533, 2, 'info', 'Scanned contents of 224 additional files at 11.94 per second'),
(11687, 1595071097.336856, 2, 'info', 'Scanned contents of 233 additional files at 11.73 per second'),
(11626, 1595071013.020635, 2, 'info', 'Analyzed 2900 files containing 56.4 MB of data so far'),
(11627, 1595071016.383110, 2, 'info', 'Analyzed 3000 files containing 56.77 MB of data so far'),
(11628, 1595071018.954470, 2, 'info', 'Analyzed 3100 files containing 57.71 MB of data so far'),
(11629, 1595071027.140978, 2, 'info', 'Analyzed 3200 files containing 58.96 MB of data so far'),
(12080, 1595421461.920686, 1, 'info', 'Initiating quick scan'),
(11560, 1595070929.156477, 2, 'info', 'Total disk space: 295.17 GB -- Free disk space: 120.42 GB'),
(11561, 1595070929.156761, 2, 'info', 'The disk has 123313.28 MB available'),
(12077, 1595350887.565647, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(12076, 1595350887.565403, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 92 MB'),
(12075, 1595350887.564651, 1, 'info', '-------------------'),
(12322, 1595591198.022724, 10, 'info', 'SUM_START:Scanning for weak passwords'),
(12557, 1595845169.977726, 2, 'info', 'Scanned contents of 2810 additional files at 33.86 per second'),
(11624, 1595071009.072980, 2, 'info', 'Analyzed 2700 files containing 55.41 MB of data so far'),
(11625, 1595071011.429840, 2, 'info', 'Analyzed 2800 files containing 55.93 MB of data so far'),
(12335, 1595591202.423238, 1, 'info', 'Scan Complete. Scanned 6733 files, 17 plugins, 1 themes, 9 posts, 0 comments and 3000 URLs in 3 minutes 38 seconds.'),
(12099, 1595545165.814419, 1, 'info', 'Request received via unlock email link to unblock all IPs.'),
(12100, 1595590976.494744, 1, 'info', 'Scheduled Wordfence scan starting at Friday 24th of July 2020 06:42:56 AM'),
(11569, 1595070929.357297, 2, 'info', 'Getting plugin list from WordPress'),
(11570, 1595070929.384783, 2, 'info', 'Found 17 plugins'),
(11571, 1595070929.385331, 2, 'info', 'Getting theme list from WordPress'),
(12502, 1595845103.356533, 2, 'info', 'Scanned contents of 247 additional files at 15.09 per second'),
(12503, 1595845104.384366, 2, 'info', 'Scanned contents of 279 additional files at 16.04 per second'),
(12501, 1595845102.133319, 2, 'info', 'Scanned contents of 236 additional files at 15.58 per second'),
(12500, 1595845101.132469, 2, 'info', 'Scanned contents of 228 additional files at 16.12 per second'),
(12499, 1595845100.128809, 2, 'info', 'Scanned contents of 216 additional files at 16.44 per second'),
(12421, 1595845016.661032, 2, 'info', 'Analyzed 700 files containing 9.38 MB of data so far'),
(11490, 1594811957.211934, 2, 'info', 'Asking Wordfence to check URLs against malware list.'),
(11764, 1595071200.936873, 2, 'info', 'Scanned contents of 2905 additional files at 23.53 per second'),
(11763, 1595071199.095677, 2, 'info', 'Scanned contents of 2896 additional files at 23.81 per second'),
(11489, 1594811957.207547, 2, 'info', 'Scanned contents of 2911 additional files at 24.14 per second'),
(12504, 1595845105.406849, 2, 'info', 'Scanned contents of 299 additional files at 16.23 per second'),
(12505, 1595845106.419045, 2, 'info', 'Scanned contents of 331 additional files at 17.03 per second'),
(12248, 1595591120.641666, 2, 'info', 'Scanned contents of 644 additional files at 18.53 per second'),
(12590, 1595845182.552330, 1, 'info', '-------------------'),
(12152, 1595591012.235403, 2, 'info', 'Analyzed 600 files containing 7.81 MB of data so far'),
(12153, 1595591013.198088, 2, 'info', 'Analyzed 700 files containing 9.38 MB of data so far'),
(12154, 1595591014.152505, 2, 'info', 'Analyzed 800 files containing 12.83 MB of data so far'),
(11762, 1595071198.078620, 2, 'info', 'Scanned contents of 2869 additional files at 23.79 per second'),
(12014, 1595330435.200480, 2, 'info', 'Scanned contents of 2115 additional files at 24.30 per second'),
(11751, 1595071182.871706, 2, 'info', 'Scanned contents of 2633 additional files at 24.98 per second'),
(12506, 1595845107.442534, 2, 'info', 'Scanned contents of 364 additional files at 17.80 per second'),
(12507, 1595845108.447390, 2, 'info', 'Scanned contents of 402 additional files at 18.73 per second'),
(12508, 1595845109.451619, 2, 'info', 'Scanned contents of 442 additional files at 19.68 per second'),
(12509, 1595845110.521238, 2, 'info', 'Scanned contents of 461 additional files at 19.59 per second'),
(12510, 1595845111.610453, 2, 'info', 'Scanned contents of 513 additional files at 20.83 per second'),
(11965, 1595330369.092205, 2, 'info', 'Scanned contents of 318 additional files at 15.19 per second'),
(11966, 1595330370.116959, 2, 'info', 'Scanned contents of 347 additional files at 15.81 per second'),
(11964, 1595330368.091964, 2, 'info', 'Scanned contents of 287 additional files at 14.40 per second'),
(11731, 1595071157.015182, 2, 'info', 'Scanned contents of 1664 additional files at 20.92 per second'),
(11730, 1595071156.009276, 2, 'info', 'Scanned contents of 1610 additional files at 20.50 per second'),
(11486, 1594811953.841394, 2, 'info', 'Scanned contents of 2862 additional files at 24.41 per second'),
(11726, 1595071151.969635, 2, 'info', 'Scanned contents of 1339 additional files at 17.97 per second'),
(12256, 1595591133.259350, 2, 'info', 'Scanned contents of 846 additional files at 17.86 per second'),
(11648, 1595071057.492108, 2, 'info', 'Analyzed 5100 files containing 76.83 MB of data so far'),
(11649, 1595071058.169109, 2, 'info', 'Analyzed 5200 files containing 77.61 MB of data so far'),
(12019, 1595330440.242327, 2, 'info', 'Scanned contents of 2418 additional files at 26.26 per second'),
(11646, 1595071055.407330, 2, 'info', 'Analyzed 4900 files containing 69.28 MB of data so far'),
(11647, 1595071056.204661, 2, 'info', 'Analyzed 5000 files containing 75.09 MB of data so far'),
(12286, 1595591173.340148, 2, 'info', 'Scanned contents of 2202 additional files at 25.18 per second'),
(12285, 1595591172.338734, 2, 'info', 'Scanned contents of 2124 additional files at 24.57 per second'),
(11725, 1595071150.968878, 2, 'info', 'Scanned contents of 1259 additional files at 17.13 per second'),
(12255, 1595591132.235936, 2, 'info', 'Scanned contents of 813 additional files at 17.54 per second'),
(12254, 1595591131.172159, 2, 'info', 'Scanned contents of 790 additional files at 17.45 per second'),
(12423, 1595845024.320818, 2, 'info', 'Analyzed 900 files containing 13.97 MB of data so far'),
(12253, 1595591130.101087, 2, 'info', 'Scanned contents of 765 additional files at 17.30 per second'),
(12020, 1595330441.258234, 2, 'info', 'Scanned contents of 2466 additional files at 26.49 per second'),
(12230, 1595591094.031713, 2, 'info', 'Scanned contents of 189 additional files at 23.22 per second'),
(11608, 1595070970.668060, 2, 'info', 'Analyzed 1100 files containing 18.57 MB of data so far'),
(11609, 1595070975.593576, 2, 'info', 'Analyzed 1200 files containing 34.47 MB of data so far'),
(11865, 1595330267.529711, 2, 'info', '3000 files indexed'),
(11866, 1595330268.048815, 2, 'info', '3500 files indexed'),
(12556, 1595845168.936904, 2, 'info', 'Scanned contents of 2771 additional files at 33.81 per second'),
(11864, 1595330267.367297, 2, 'info', '2500 files indexed'),
(12102, 1595590984.048824, 1, 'info', 'Contacting Wordfence to initiate scan'),
(11529, 1594824556.459150, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(11528, 1594824556.454335, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 92 MB'),
(12062, 1595330469.979668, 2, 'info', 'Examining URLs found in the options we scanned for dangerous websites'),
(12090, 1595508515.347290, 1, 'info', 'Initiating quick scan'),
(12589, 1595845182.546269, 10, 'info', 'SUM_ENDOK:Scanning for suspicious site options'),
(11676, 1595071080.541793, 2, 'info', 'Scanned contents of 68 additional files at 22.14 per second'),
(11675, 1595071079.534464, 2, 'info', 'Scanned contents of 48 additional files at 23.26 per second'),
(11968, 1595330376.610387, 2, 'info', 'Scanned contents of 396 additional files at 13.92 per second'),
(11547, 1594995585.293507, 1, 'info', '-------------------'),
(11548, 1594995585.295332, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 92 MB'),
(11967, 1595330371.136197, 2, 'info', 'Scanned contents of 373 additional files at 16.24 per second'),
(11684, 1595071093.877075, 2, 'info', 'Scanned contents of 196 additional files at 11.95 per second'),
(11683, 1595071092.867564, 2, 'info', 'Scanned contents of 182 additional files at 11.82 per second'),
(11682, 1595071091.820686, 2, 'info', 'Scanned contents of 171 additional files at 11.92 per second'),
(11681, 1595071090.793992, 2, 'info', 'Scanned contents of 136 additional files at 10.21 per second'),
(12042, 1595330464.745698, 2, 'info', 'Done URL check.'),
(12043, 1595330464.820874, 2, 'info', 'Done file contents scan'),
(12006, 1595330423.181285, 2, 'info', 'Scanned contents of 1690 additional files at 22.53 per second'),
(12148, 1595591005.836584, 2, 'info', 'Analyzed 200 files containing 2.49 MB of data so far'),
(12149, 1595591006.627904, 2, 'info', 'Analyzed 300 files containing 3.82 MB of data so far'),
(12290, 1595591177.357567, 2, 'info', 'Scanned contents of 2517 additional files at 27.52 per second'),
(12291, 1595591178.382049, 2, 'info', 'Scanned contents of 2571 additional files at 27.80 per second'),
(12292, 1595591179.393559, 2, 'info', 'Scanned contents of 2599 additional files at 27.80 per second'),
(12010, 1595330427.213935, 2, 'info', 'Scanned contents of 1891 additional files at 23.92 per second'),
(12468, 1595845067.639514, 2, 'info', 'Analyzed 5400 files containing 81.08 MB of data so far'),
(12232, 1595591096.174822, 2, 'info', 'Scanned contents of 223 additional files at 21.69 per second'),
(12231, 1595591095.076130, 2, 'info', 'Scanned contents of 214 additional files at 23.30 per second'),
(12134, 1595590993.904427, 2, 'info', '1000 files indexed'),
(11976, 1595330384.701921, 2, 'info', 'Scanned contents of 690 additional files at 18.88 per second'),
(11977, 1595330385.713494, 2, 'info', 'Scanned contents of 732 additional files at 19.49 per second'),
(11978, 1595330386.732014, 2, 'info', 'Scanned contents of 768 additional files at 19.91 per second'),
(11961, 1595330364.932117, 2, 'info', 'Scanned contents of 234 additional files at 13.95 per second'),
(11960, 1595330363.786530, 2, 'info', 'Scanned contents of 223 additional files at 14.27 per second'),
(11959, 1595330362.575032, 2, 'info', 'Scanned contents of 213 additional files at 14.78 per second'),
(11958, 1595330361.466924, 2, 'info', 'Scanned contents of 186 additional files at 13.98 per second'),
(11756, 1595071191.718643, 2, 'info', 'Scanned contents of 2734 additional files at 23.93 per second'),
(11757, 1595071192.752860, 2, 'info', 'Scanned contents of 2755 additional files at 23.90 per second'),
(12002, 1595330419.067619, 2, 'info', 'Scanned contents of 1501 additional files at 21.17 per second'),
(12003, 1595330420.101132, 2, 'info', 'Scanned contents of 1556 additional files at 21.63 per second'),
(12276, 1595591159.132086, 2, 'info', 'Scanned contents of 1598 additional files at 21.82 per second'),
(12385, 1595844992.305942, 2, 'info', 'Getting plugin list from WordPress'),
(12298, 1595591189.123624, 2, 'info', 'Scanned contents of 2725 additional files at 26.40 per second'),
(12299, 1595591190.271542, 2, 'info', 'Scanned contents of 2749 additional files at 26.34 per second'),
(12300, 1595591191.281686, 2, 'info', 'Scanned contents of 2792 additional files at 26.49 per second'),
(12301, 1595591192.450595, 2, 'info', 'Scanned contents of 2814 additional files at 26.41 per second'),
(11602, 1595070952.149182, 2, 'info', 'Analyzed 500 files containing 7.07 MB of data so far'),
(11601, 1595070950.155464, 2, 'info', 'Analyzed 400 files containing 6.27 MB of data so far'),
(12384, 1595844992.300520, 10, 'info', 'SUM_ENDBAD:Checking for paths skipped due to scan settings'),
(12201, 1595591065.699381, 2, 'info', 'Analyzed 5500 files containing 83.11 MB of data so far'),
(11677, 1595071081.658847, 2, 'info', 'Scanned contents of 88 additional files at 21.01 per second'),
(12403, 1595844994.596594, 2, 'info', '2000 files indexed'),
(12203, 1595591068.132536, 2, 'info', 'Analyzed 5700 files containing 87.88 MB of data so far'),
(12202, 1595591067.005066, 2, 'info', 'Analyzed 5600 files containing 85.11 MB of data so far'),
(11753, 1595071184.915643, 2, 'info', 'Scanned contents of 2683 additional files at 24.97 per second'),
(11754, 1595071189.637119, 2, 'info', 'Scanned contents of 2686 additional files at 23.95 per second'),
(12386, 1595844992.641611, 2, 'info', 'Found 17 plugins'),
(12387, 1595844992.643157, 2, 'info', 'Getting theme list from WordPress'),
(12013, 1595330430.249515, 2, 'info', 'Scanned contents of 2063 additional files at 25.13 per second'),
(12012, 1595330429.241298, 2, 'info', 'Scanned contents of 1999 additional files at 24.65 per second'),
(12011, 1595330428.225182, 2, 'info', 'Scanned contents of 1955 additional files at 24.42 per second'),
(12392, 1595844993.659040, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),
(12049, 1595330465.204239, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(12612, 1595858628.638148, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 92 MB'),
(12613, 1595858628.638994, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(12614, 1595858628.639680, 10, 'info', 'SUM_FINAL:Scan complete. You have 8 new issues to fix. See below.'),
(12615, 1595859334.278299, 1, 'info', 'Request received via unlock email link to unblock all IPs via disabling firewall rules.'),
(11549, 1594995585.298804, 1, 'info', 'Quick Scan Complete. Scanned in 1 second.'),
(12004, 1595330421.139514, 2, 'info', 'Scanned contents of 1592 additional files at 21.81 per second'),
(12336, 1595591202.424083, 10, 'info', 'SUM_FINAL:Scan complete. You have 11 new issues to fix. See below.'),
(11881, 1595330288.462495, 2, 'info', 'Analyzed 800 files containing 12.83 MB of data so far'),
(11880, 1595330283.609308, 2, 'info', 'Analyzed 700 files containing 9.38 MB of data so far'),
(11878, 1595330280.127371, 2, 'info', 'Analyzed 500 files containing 7.07 MB of data so far'),
(11879, 1595330280.710733, 2, 'info', 'Analyzed 600 files containing 7.81 MB of data so far'),
(12424, 1595845025.123732, 2, 'info', 'Analyzed 1000 files containing 15.77 MB of data so far'),
(12425, 1595845025.760798, 2, 'info', 'Analyzed 1100 files containing 18.57 MB of data so far'),
(12426, 1595845029.358261, 2, 'info', 'Analyzed 1200 files containing 34.47 MB of data so far'),
(12427, 1595845030.117219, 2, 'info', 'Analyzed 1300 files containing 35.6 MB of data so far'),
(12428, 1595845031.503718, 2, 'info', 'Analyzed 1400 files containing 38.17 MB of data so far'),
(12289, 1595591176.355533, 2, 'info', 'Scanned contents of 2434 additional files at 26.91 per second'),
(12017, 1595330438.227680, 2, 'info', 'Scanned contents of 2305 additional files at 25.59 per second'),
(12018, 1595330439.228740, 2, 'info', 'Scanned contents of 2357 additional files at 25.88 per second'),
(12489, 1595845086.124735, 10, 'info', 'SUM_START:Scanning file contents for URLs on a domain blacklist'),
(12315, 1595591197.859671, 10, 'info', 'SUM_ENDOK:Scanning for publicly accessible quarantined files'),
(12611, 1595858628.633039, 1, 'info', '-------------------'),
(11522, 1594824556.061732, 1, 'info', 'Initiating quick scan'),
(12610, 1595858628.626183, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(12329, 1595591202.151851, 10, 'info', 'SUM_START:Scanning for suspicious site options'),
(11476, 1594811937.237341, 2, 'info', 'Scanned contents of 2633 additional files at 26.17 per second'),
(12583, 1595845182.449948, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(12582, 1595845180.166954, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(12581, 1595845180.154551, 10, 'info', 'SUM_ENDOK:Scanning for weak passwords'),
(12580, 1595845179.388860, 2, 'info', 'Starting password strength check on 3 users.'),
(12579, 1595845179.384594, 10, 'info', 'SUM_START:Scanning for weak passwords'),
(12578, 1595845179.376455, 10, 'info', 'SUM_ENDOK:Scanning comments for URLs on a domain blacklist'),
(12471, 1595845071.274836, 2, 'info', 'Analyzed 5700 files containing 87.93 MB of data so far'),
(12472, 1595845072.742248, 2, 'info', 'Analyzed 5800 files containing 89.42 MB of data so far'),
(11745, 1595071176.664810, 2, 'info', 'Scanned contents of 2420 additional files at 24.40 per second'),
(11746, 1595071177.673863, 2, 'info', 'Scanned contents of 2461 additional files at 24.56 per second'),
(11747, 1595071178.679388, 2, 'info', 'Scanned contents of 2519 additional files at 24.89 per second'),
(12473, 1595845078.805352, 2, 'info', 'Analyzed 5900 files containing 91.45 MB of data so far'),
(12477, 1595845082.917081, 2, 'info', 'Analyzed 6300 files containing 107.2 MB of data so far'),
(12476, 1595845082.390322, 2, 'info', 'Analyzed 6200 files containing 103.79 MB of data so far'),
(12474, 1595845079.995278, 2, 'info', 'Analyzed 6000 files containing 93.65 MB of data so far'),
(12475, 1595845080.197507, 2, 'info', 'Analyzed 6100 files containing 94.91 MB of data so far'),
(11501, 1594811958.067324, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(11502, 1594811958.067662, 2, 'info', 'Done examining URLs'),
(12600, 1595854433.925788, 1, 'info', '-------------------'),
(12601, 1595854433.926829, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 92 MB'),
(12602, 1595854433.927154, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(12603, 1595854433.927409, 10, 'info', 'SUM_FINAL:Scan complete. You have 10 new issues to fix. See below.'),
(11507, 1594811958.157213, 2, 'info', 'Starting password strength check on 3 users.'),
(12604, 1595858415.883036, 1, 'info', 'Request received via unlock email link to unblock all IPs.'),
(12605, 1595858628.182818, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(12606, 1595858628.187157, 1, 'info', 'Initiating quick scan'),
(12110, 1595590990.764807, 2, 'info', 'The disk has 122920.2 MB available'),
(12109, 1595590990.764387, 2, 'info', 'Total disk space: 295.17 GB -- Free disk space: 120.04 GB'),
(11514, 1594811965.870972, 2, 'info', 'Examining URLs found in the options we scanned for dangerous websites'),
(11515, 1594811965.874324, 2, 'info', 'Done examining URLs'),
(12607, 1595858628.192038, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(11517, 1594811965.969883, 1, 'info', '-------------------'),
(11518, 1594811965.970715, 2, 'info', 'Wordfence used 14.28 MB of memory for scan. Server peak memory usage was: 106.28 MB'),
(11519, 1594811965.971204, 1, 'info', 'Scan Complete. Scanned 6733 files, 17 plugins, 1 themes, 9 posts, 0 comments and 3000 URLs in 4 minutes 4 seconds.'),
(12608, 1595858628.192912, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status');

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

--
-- Estructura de tabla para la tabla `wp_wftrafficrates`
--

CREATE TABLE `wp_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=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Estructura de tabla para la tabla `wp_woocommerce_api_keys`
--

CREATE TABLE `wp_woocommerce_api_keys` (
  `key_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `description` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `permissions` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `consumer_key` char(64) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `consumer_secret` char(43) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `nonces` longtext COLLATE utf8mb4_unicode_520_ci,
  `truncated_key` char(7) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `last_access` datetime DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Estructura de tabla para la tabla `wp_woocommerce_attribute_taxonomies`
--

CREATE TABLE `wp_woocommerce_attribute_taxonomies` (
  `attribute_id` bigint(20) UNSIGNED NOT NULL,
  `attribute_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `attribute_label` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `attribute_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `attribute_orderby` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `attribute_public` int(1) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Estructura de tabla para la tabla `wp_woocommerce_downloadable_product_permissions`
--

CREATE TABLE `wp_woocommerce_downloadable_product_permissions` (
  `permission_id` bigint(20) UNSIGNED NOT NULL,
  `download_id` varchar(36) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `product_id` bigint(20) UNSIGNED NOT NULL,
  `order_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `order_key` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_email` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `downloads_remaining` varchar(9) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access_expires` datetime DEFAULT NULL,
  `download_count` bigint(20) UNSIGNED NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Estructura de tabla para la tabla `wp_woocommerce_log`
--

CREATE TABLE `wp_woocommerce_log` (
  `log_id` bigint(20) UNSIGNED NOT NULL,
  `timestamp` datetime NOT NULL,
  `level` smallint(4) NOT NULL,
  `source` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `message` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `context` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Estructura de tabla para la tabla `wp_woocommerce_order_itemmeta`
--

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

--
-- Volcado de datos para la tabla `wp_woocommerce_order_itemmeta`
--

INSERT INTO `wp_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES
(1, 1, '_qty', '2'),
(2, 1, '_tax_class', ''),
(3, 1, '_product_id', '170'),
(4, 1, '_variation_id', '0'),
(5, 1, '_line_subtotal', '83.98'),
(6, 1, '_line_total', '83.98'),
(7, 1, '_line_subtotal_tax', '0'),
(8, 1, '_line_tax', '0'),
(9, 1, '_line_tax_data', 'a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}');

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

--
-- Estructura de tabla para la tabla `wp_woocommerce_order_items`
--

CREATE TABLE `wp_woocommerce_order_items` (
  `order_item_id` bigint(20) UNSIGNED NOT NULL,
  `order_item_name` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `order_item_type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `order_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Volcado de datos para la tabla `wp_woocommerce_order_items`
--

INSERT INTO `wp_woocommerce_order_items` (`order_item_id`, `order_item_name`, `order_item_type`, `order_id`) VALUES
(1, 'Aluminum Pool Leaf Skimmer', 'line_item', 613);

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

--
-- Estructura de tabla para la tabla `wp_woocommerce_payment_tokenmeta`
--

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

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

--
-- Estructura de tabla para la tabla `wp_woocommerce_payment_tokens`
--

CREATE TABLE `wp_woocommerce_payment_tokens` (
  `token_id` bigint(20) UNSIGNED NOT NULL,
  `gateway_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `token` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Estructura de tabla para la tabla `wp_woocommerce_sessions`
--

CREATE TABLE `wp_woocommerce_sessions` (
  `session_id` bigint(20) UNSIGNED NOT NULL,
  `session_key` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `session_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `session_expiry` bigint(20) UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Estructura de tabla para la tabla `wp_woocommerce_shipping_zones`
--

CREATE TABLE `wp_woocommerce_shipping_zones` (
  `zone_id` bigint(20) UNSIGNED NOT NULL,
  `zone_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `zone_order` bigint(20) UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Estructura de tabla para la tabla `wp_woocommerce_shipping_zone_locations`
--

CREATE TABLE `wp_woocommerce_shipping_zone_locations` (
  `location_id` bigint(20) UNSIGNED NOT NULL,
  `zone_id` bigint(20) UNSIGNED NOT NULL,
  `location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Estructura de tabla para la tabla `wp_woocommerce_shipping_zone_methods`
--

CREATE TABLE `wp_woocommerce_shipping_zone_methods` (
  `zone_id` bigint(20) UNSIGNED NOT NULL,
  `instance_id` bigint(20) UNSIGNED NOT NULL,
  `method_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `method_order` bigint(20) UNSIGNED NOT NULL,
  `is_enabled` tinyint(1) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Estructura de tabla para la tabla `wp_woocommerce_tax_rates`
--

CREATE TABLE `wp_woocommerce_tax_rates` (
  `tax_rate_id` bigint(20) UNSIGNED NOT NULL,
  `tax_rate_country` varchar(2) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate_state` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate_priority` bigint(20) UNSIGNED NOT NULL,
  `tax_rate_compound` int(1) NOT NULL DEFAULT '0',
  `tax_rate_shipping` int(1) NOT NULL DEFAULT '1',
  `tax_rate_order` bigint(20) UNSIGNED NOT NULL,
  `tax_rate_class` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Estructura de tabla para la tabla `wp_woocommerce_tax_rate_locations`
--

CREATE TABLE `wp_woocommerce_tax_rate_locations` (
  `location_id` bigint(20) UNSIGNED NOT NULL,
  `location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `tax_rate_id` bigint(20) UNSIGNED NOT NULL,
  `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Índices para tablas volcadas
--

--
-- Indices de la tabla `wp_arcontactus`
--
ALTER TABLE `wp_arcontactus`
  ADD PRIMARY KEY (`id`),
  ADD KEY `position` (`position`);

--
-- Indices de la tabla `wp_arcontactus_callback`
--
ALTER TABLE `wp_arcontactus_callback`
  ADD PRIMARY KEY (`id`),
  ADD KEY `id_user` (`id_user`),
  ADD KEY `phone` (`phone`);

--
-- Indices de la tabla `wp_arcontactus_prompt`
--
ALTER TABLE `wp_arcontactus_prompt`
  ADD PRIMARY KEY (`id`);

--
-- Indices de la tabla `wp_bmify_appointments`
--
ALTER TABLE `wp_bmify_appointments`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `unique_ids_idx` (`service_id`,`employee_id`,`location_id`),
  ADD KEY `employee_id` (`employee_id`),
  ADD KEY `location_id` (`location_id`);

--
-- Indices de la tabla `wp_bmify_business_hours_breaks`
--
ALTER TABLE `wp_bmify_business_hours_breaks`
  ADD PRIMARY KEY (`id`);

--
-- Indices de la tabla `wp_bmify_categories`
--
ALTER TABLE `wp_bmify_categories`
  ADD PRIMARY KEY (`id`);

--
-- Indices de la tabla `wp_bmify_coupons`
--
ALTER TABLE `wp_bmify_coupons`
  ADD PRIMARY KEY (`id`);

--
-- Indices de la tabla `wp_bmify_coupons_used`
--
ALTER TABLE `wp_bmify_coupons_used`
  ADD PRIMARY KEY (`id`);

--
-- Indices de la tabla `wp_bmify_customers`
--
ALTER TABLE `wp_bmify_customers`
  ADD PRIMARY KEY (`id`);

--
-- Indices de la tabla `wp_bmify_customer_appointments`
--
ALTER TABLE `wp_bmify_customer_appointments`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `unique_ids_idx` (`customer_id`,`appointment_id`,`payment_id`),
  ADD KEY `appointment_id` (`appointment_id`),
  ADD KEY `payment_id` (`payment_id`);

--
-- Indices de la tabla `wp_bmify_customer_appointments_extras`
--
ALTER TABLE `wp_bmify_customer_appointments_extras`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `unique_ids_idx` (`customer_appointment_id`,`extra_id`),
  ADD KEY `extra_id` (`extra_id`);

--
-- Indices de la tabla `wp_bmify_customfields`
--
ALTER TABLE `wp_bmify_customfields`
  ADD PRIMARY KEY (`id`);

--
-- Indices de la tabla `wp_bmify_dayoff`
--
ALTER TABLE `wp_bmify_dayoff`
  ADD PRIMARY KEY (`id`),
  ADD KEY `employee_id` (`employee_id`);

--
-- Indices de la tabla `wp_bmify_employees`
--
ALTER TABLE `wp_bmify_employees`
  ADD PRIMARY KEY (`id`);

--
-- Indices de la tabla `wp_bmify_employee_business_hours`
--
ALTER TABLE `wp_bmify_employee_business_hours`
  ADD PRIMARY KEY (`id`),
  ADD KEY `employee_id` (`employee_id`);

--
-- Indices de la tabla `wp_bmify_employee_business_hours_breaks`
--
ALTER TABLE `wp_bmify_employee_business_hours_breaks`
  ADD PRIMARY KEY (`id`),
  ADD KEY `employee_id` (`employee_id`);

--
-- Indices de la tabla `wp_bmify_employee_locations`
--
ALTER TABLE `wp_bmify_employee_locations`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `unique_ids_idx` (`employee_id`,`location_id`),
  ADD KEY `location_id` (`location_id`);

--
-- Indices de la tabla `wp_bmify_employee_services`
--
ALTER TABLE `wp_bmify_employee_services`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `unique_ids_idx` (`service_id`,`employee_id`,`location_id`),
  ADD KEY `employee_id` (`employee_id`),
  ADD KEY `location_id` (`location_id`);

--
-- Indices de la tabla `wp_bmify_extra_services`
--
ALTER TABLE `wp_bmify_extra_services`
  ADD PRIMARY KEY (`id`),
  ADD KEY `service_id` (`service_id`);

--
-- Indices de la tabla `wp_bmify_locations`
--
ALTER TABLE `wp_bmify_locations`
  ADD PRIMARY KEY (`id`);

--
-- Indices de la tabla `wp_bmify_notifications`
--
ALTER TABLE `wp_bmify_notifications`
  ADD PRIMARY KEY (`id`);

--
-- Indices de la tabla `wp_bmify_notifications_sent`
--
ALTER TABLE `wp_bmify_notifications_sent`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `unique_ids_idx` (`notification_id`,`appointment_id`,`customer_id`,`employee_id`),
  ADD KEY `appointment_id` (`appointment_id`),
  ADD KEY `customer_id` (`customer_id`),
  ADD KEY `employee_id` (`employee_id`);

--
-- Indices de la tabla `wp_bmify_payments`
--
ALTER TABLE `wp_bmify_payments`
  ADD PRIMARY KEY (`id`),
  ADD KEY `coupon_id` (`coupon_id`);

--
-- Indices de la tabla `wp_bmify_services`
--
ALTER TABLE `wp_bmify_services`
  ADD PRIMARY KEY (`id`),
  ADD KEY `category_id` (`category_id`);

--
-- Indices de la tabla `wp_bmify_services_taxes`
--
ALTER TABLE `wp_bmify_services_taxes`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `unique_ids_idx` (`tax_id`,`service_id`),
  ADD KEY `service_id` (`service_id`);

--
-- Indices de la tabla `wp_bmify_shortcodes`
--
ALTER TABLE `wp_bmify_shortcodes`
  ADD PRIMARY KEY (`id`);

--
-- Indices de la tabla `wp_bmify_taxes`
--
ALTER TABLE `wp_bmify_taxes`
  ADD PRIMARY KEY (`id`);

--
-- Indices de la tabla `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indices de la tabla `wp_comments`
--
ALTER TABLE `wp_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)),
  ADD KEY `woo_idx_comment_type` (`comment_type`);

--
-- Indices de la tabla `wp_cpappbk_forms`
--
ALTER TABLE `wp_cpappbk_forms`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indices de la tabla `wp_cpappbk_messages`
--
ALTER TABLE `wp_cpappbk_messages`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indices de la tabla `wp_duplicator_packages`
--
ALTER TABLE `wp_duplicator_packages`
  ADD PRIMARY KEY (`id`),
  ADD KEY `hash` (`hash`);

--
-- Indices de la tabla `wp_eg_grids`
--
ALTER TABLE `wp_eg_grids`
  ADD UNIQUE KEY `id` (`id`),
  ADD UNIQUE KEY `handle` (`handle`);

--
-- Indices de la tabla `wp_eg_item_elements`
--
ALTER TABLE `wp_eg_item_elements`
  ADD UNIQUE KEY `id` (`id`),
  ADD UNIQUE KEY `handle` (`handle`);

--
-- Indices de la tabla `wp_eg_item_skins`
--
ALTER TABLE `wp_eg_item_skins`
  ADD UNIQUE KEY `id` (`id`),
  ADD UNIQUE KEY `name` (`name`),
  ADD UNIQUE KEY `handle` (`handle`);

--
-- Indices de la tabla `wp_eg_navigation_skins`
--
ALTER TABLE `wp_eg_navigation_skins`
  ADD UNIQUE KEY `id` (`id`),
  ADD UNIQUE KEY `handle` (`handle`);

--
-- Indices de la tabla `wp_ewwwio_images`
--
ALTER TABLE `wp_ewwwio_images`
  ADD UNIQUE KEY `id` (`id`),
  ADD KEY `path` (`path`(191)),
  ADD KEY `attachment_info` (`gallery`(3),`attachment_id`);

--
-- Indices de la tabla `wp_ewwwio_queue`
--
ALTER TABLE `wp_ewwwio_queue`
  ADD KEY `attachment_info` (`gallery`(3),`attachment_id`);

--
-- Indices de la tabla `wp_e_submissions`
--
ALTER TABLE `wp_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));

--
-- Indices de la tabla `wp_e_submissions_actions_log`
--
ALTER TABLE `wp_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`);

--
-- Indices de la tabla `wp_e_submissions_values`
--
ALTER TABLE `wp_e_submissions_values`
  ADD PRIMARY KEY (`id`),
  ADD KEY `submission_id_index` (`submission_id`),
  ADD KEY `key_index` (`key`);

--
-- Indices de la tabla `wp_gf_draft_submissions`
--
ALTER TABLE `wp_gf_draft_submissions`
  ADD PRIMARY KEY (`uuid`),
  ADD KEY `form_id` (`form_id`);

--
-- Indices de la tabla `wp_gf_entry`
--
ALTER TABLE `wp_gf_entry`
  ADD PRIMARY KEY (`id`),
  ADD KEY `form_id` (`form_id`),
  ADD KEY `form_id_status` (`form_id`,`status`);

--
-- Indices de la tabla `wp_gf_entry_meta`
--
ALTER TABLE `wp_gf_entry_meta`
  ADD PRIMARY KEY (`id`),
  ADD KEY `meta_key` (`meta_key`(191)),
  ADD KEY `entry_id` (`entry_id`),
  ADD KEY `meta_value` (`meta_value`(191));

--
-- Indices de la tabla `wp_gf_entry_notes`
--
ALTER TABLE `wp_gf_entry_notes`
  ADD PRIMARY KEY (`id`),
  ADD KEY `entry_id` (`entry_id`),
  ADD KEY `entry_user_key` (`entry_id`,`user_id`);

--
-- Indices de la tabla `wp_gf_form`
--
ALTER TABLE `wp_gf_form`
  ADD PRIMARY KEY (`id`);

--
-- Indices de la tabla `wp_gf_form_meta`
--
ALTER TABLE `wp_gf_form_meta`
  ADD PRIMARY KEY (`form_id`);

--
-- Indices de la tabla `wp_gf_form_revisions`
--
ALTER TABLE `wp_gf_form_revisions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `date_created` (`date_created`),
  ADD KEY `form_id` (`form_id`);

--
-- Indices de la tabla `wp_gf_form_view`
--
ALTER TABLE `wp_gf_form_view`
  ADD PRIMARY KEY (`id`),
  ADD KEY `date_created` (`date_created`),
  ADD KEY `form_id` (`form_id`);

--
-- Indices de la tabla `wp_links`
--
ALTER TABLE `wp_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indices de la tabla `wp_options`
--
ALTER TABLE `wp_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Indices de la tabla `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indices de la tabla `wp_posts`
--
ALTER TABLE `wp_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`);

--
-- Indices de la tabla `wp_revslider_css`
--
ALTER TABLE `wp_revslider_css`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indices de la tabla `wp_revslider_layer_animations`
--
ALTER TABLE `wp_revslider_layer_animations`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indices de la tabla `wp_revslider_navigations`
--
ALTER TABLE `wp_revslider_navigations`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indices de la tabla `wp_revslider_sliders`
--
ALTER TABLE `wp_revslider_sliders`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indices de la tabla `wp_revslider_slides`
--
ALTER TABLE `wp_revslider_slides`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indices de la tabla `wp_revslider_static_slides`
--
ALTER TABLE `wp_revslider_static_slides`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indices de la tabla `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indices de la tabla `wp_terms`
--
ALTER TABLE `wp_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indices de la tabla `wp_term_relationships`
--
ALTER TABLE `wp_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indices de la tabla `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indices de la tabla `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indices de la tabla `wp_users`
--
ALTER TABLE `wp_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- Indices de la tabla `wp_wc_download_log`
--
ALTER TABLE `wp_wc_download_log`
  ADD PRIMARY KEY (`download_log_id`),
  ADD KEY `permission_id` (`permission_id`),
  ADD KEY `timestamp` (`timestamp`);

--
-- Indices de la tabla `wp_wc_product_meta_lookup`
--
ALTER TABLE `wp_wc_product_meta_lookup`
  ADD PRIMARY KEY (`product_id`),
  ADD KEY `virtual` (`virtual`),
  ADD KEY `downloadable` (`downloadable`),
  ADD KEY `stock_status` (`stock_status`),
  ADD KEY `stock_quantity` (`stock_quantity`),
  ADD KEY `onsale` (`onsale`),
  ADD KEY `min_max_price` (`min_price`,`max_price`);

--
-- Indices de la tabla `wp_wc_tax_rate_classes`
--
ALTER TABLE `wp_wc_tax_rate_classes`
  ADD PRIMARY KEY (`tax_rate_class_id`),
  ADD UNIQUE KEY `slug` (`slug`(191));

--
-- Indices de la tabla `wp_wc_webhooks`
--
ALTER TABLE `wp_wc_webhooks`
  ADD PRIMARY KEY (`webhook_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indices de la tabla `wp_wfblockediplog`
--
ALTER TABLE `wp_wfblockediplog`
  ADD PRIMARY KEY (`IP`,`unixday`,`blockType`);

--
-- Indices de la tabla `wp_wfblocks7`
--
ALTER TABLE `wp_wfblocks7`
  ADD PRIMARY KEY (`id`),
  ADD KEY `type` (`type`),
  ADD KEY `IP` (`IP`),
  ADD KEY `expiration` (`expiration`);

--
-- Indices de la tabla `wp_wfconfig`
--
ALTER TABLE `wp_wfconfig`
  ADD PRIMARY KEY (`name`);

--
-- Indices de la tabla `wp_wfcrawlers`
--
ALTER TABLE `wp_wfcrawlers`
  ADD PRIMARY KEY (`IP`,`patternSig`);

--
-- Indices de la tabla `wp_wffilechanges`
--
ALTER TABLE `wp_wffilechanges`
  ADD PRIMARY KEY (`filenameHash`);

--
-- Indices de la tabla `wp_wffilemods`
--
ALTER TABLE `wp_wffilemods`
  ADD PRIMARY KEY (`filenameMD5`);

--
-- Indices de la tabla `wp_wfhits`
--
ALTER TABLE `wp_wfhits`
  ADD PRIMARY KEY (`id`),
  ADD KEY `k1` (`ctime`),
  ADD KEY `k2` (`IP`,`ctime`),
  ADD KEY `attackLogTime` (`attackLogTime`);

--
-- Indices de la tabla `wp_wfhoover`
--
ALTER TABLE `wp_wfhoover`
  ADD PRIMARY KEY (`id`),
  ADD KEY `k2` (`hostKey`);

--
-- Indices de la tabla `wp_wfissues`
--
ALTER TABLE `wp_wfissues`
  ADD PRIMARY KEY (`id`),
  ADD KEY `lastUpdated` (`lastUpdated`),
  ADD KEY `status` (`status`),
  ADD KEY `ignoreP` (`ignoreP`),
  ADD KEY `ignoreC` (`ignoreC`);

--
-- Indices de la tabla `wp_wfknownfilelist`
--
ALTER TABLE `wp_wfknownfilelist`
  ADD PRIMARY KEY (`id`);

--
-- Indices de la tabla `wp_wflivetraffichuman`
--
ALTER TABLE `wp_wflivetraffichuman`
  ADD PRIMARY KEY (`IP`,`identifier`),
  ADD KEY `expiration` (`expiration`);

--
-- Indices de la tabla `wp_wflocs`
--
ALTER TABLE `wp_wflocs`
  ADD PRIMARY KEY (`IP`);

--
-- Indices de la tabla `wp_wflogins`
--
ALTER TABLE `wp_wflogins`
  ADD PRIMARY KEY (`id`),
  ADD KEY `k1` (`IP`,`fail`),
  ADD KEY `hitID` (`hitID`);

--
-- Indices de la tabla `wp_wfls_2fa_secrets`
--
ALTER TABLE `wp_wfls_2fa_secrets`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indices de la tabla `wp_wfls_settings`
--
ALTER TABLE `wp_wfls_settings`
  ADD PRIMARY KEY (`name`);

--
-- Indices de la tabla `wp_wfnotifications`
--
ALTER TABLE `wp_wfnotifications`
  ADD PRIMARY KEY (`id`);

--
-- Indices de la tabla `wp_wfpendingissues`
--
ALTER TABLE `wp_wfpendingissues`
  ADD PRIMARY KEY (`id`),
  ADD KEY `lastUpdated` (`lastUpdated`),
  ADD KEY `status` (`status`),
  ADD KEY `ignoreP` (`ignoreP`),
  ADD KEY `ignoreC` (`ignoreC`);

--
-- Indices de la tabla `wp_wfreversecache`
--
ALTER TABLE `wp_wfreversecache`
  ADD PRIMARY KEY (`IP`);

--
-- Indices de la tabla `wp_wfsnipcache`
--
ALTER TABLE `wp_wfsnipcache`
  ADD PRIMARY KEY (`id`),
  ADD KEY `expiration` (`expiration`),
  ADD KEY `IP` (`IP`),
  ADD KEY `type` (`type`);

--
-- Indices de la tabla `wp_wfstatus`
--
ALTER TABLE `wp_wfstatus`
  ADD PRIMARY KEY (`id`),
  ADD KEY `k1` (`ctime`),
  ADD KEY `k2` (`type`);

--
-- Indices de la tabla `wp_wftrafficrates`
--
ALTER TABLE `wp_wftrafficrates`
  ADD PRIMARY KEY (`eMin`,`IP`,`hitType`);

--
-- Indices de la tabla `wp_woocommerce_api_keys`
--
ALTER TABLE `wp_woocommerce_api_keys`
  ADD PRIMARY KEY (`key_id`),
  ADD KEY `consumer_key` (`consumer_key`),
  ADD KEY `consumer_secret` (`consumer_secret`);

--
-- Indices de la tabla `wp_woocommerce_attribute_taxonomies`
--
ALTER TABLE `wp_woocommerce_attribute_taxonomies`
  ADD PRIMARY KEY (`attribute_id`),
  ADD KEY `attribute_name` (`attribute_name`(20));

--
-- Indices de la tabla `wp_woocommerce_downloadable_product_permissions`
--
ALTER TABLE `wp_woocommerce_downloadable_product_permissions`
  ADD PRIMARY KEY (`permission_id`),
  ADD KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`),
  ADD KEY `download_order_product` (`download_id`,`order_id`,`product_id`),
  ADD KEY `order_id` (`order_id`),
  ADD KEY `user_order_remaining_expires` (`user_id`,`order_id`,`downloads_remaining`,`access_expires`);

--
-- Indices de la tabla `wp_woocommerce_log`
--
ALTER TABLE `wp_woocommerce_log`
  ADD PRIMARY KEY (`log_id`),
  ADD KEY `level` (`level`);

--
-- Indices de la tabla `wp_woocommerce_order_itemmeta`
--
ALTER TABLE `wp_woocommerce_order_itemmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `order_item_id` (`order_item_id`),
  ADD KEY `meta_key` (`meta_key`(32));

--
-- Indices de la tabla `wp_woocommerce_order_items`
--
ALTER TABLE `wp_woocommerce_order_items`
  ADD PRIMARY KEY (`order_item_id`),
  ADD KEY `order_id` (`order_id`);

--
-- Indices de la tabla `wp_woocommerce_payment_tokenmeta`
--
ALTER TABLE `wp_woocommerce_payment_tokenmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `payment_token_id` (`payment_token_id`),
  ADD KEY `meta_key` (`meta_key`(32));

--
-- Indices de la tabla `wp_woocommerce_payment_tokens`
--
ALTER TABLE `wp_woocommerce_payment_tokens`
  ADD PRIMARY KEY (`token_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indices de la tabla `wp_woocommerce_sessions`
--
ALTER TABLE `wp_woocommerce_sessions`
  ADD PRIMARY KEY (`session_id`),
  ADD UNIQUE KEY `session_key` (`session_key`);

--
-- Indices de la tabla `wp_woocommerce_shipping_zones`
--
ALTER TABLE `wp_woocommerce_shipping_zones`
  ADD PRIMARY KEY (`zone_id`);

--
-- Indices de la tabla `wp_woocommerce_shipping_zone_locations`
--
ALTER TABLE `wp_woocommerce_shipping_zone_locations`
  ADD PRIMARY KEY (`location_id`),
  ADD KEY `location_id` (`location_id`),
  ADD KEY `location_type_code` (`location_type`(10),`location_code`(20));

--
-- Indices de la tabla `wp_woocommerce_shipping_zone_methods`
--
ALTER TABLE `wp_woocommerce_shipping_zone_methods`
  ADD PRIMARY KEY (`instance_id`);

--
-- Indices de la tabla `wp_woocommerce_tax_rates`
--
ALTER TABLE `wp_woocommerce_tax_rates`
  ADD PRIMARY KEY (`tax_rate_id`),
  ADD KEY `tax_rate_country` (`tax_rate_country`),
  ADD KEY `tax_rate_state` (`tax_rate_state`(2)),
  ADD KEY `tax_rate_class` (`tax_rate_class`(10)),
  ADD KEY `tax_rate_priority` (`tax_rate_priority`);

--
-- Indices de la tabla `wp_woocommerce_tax_rate_locations`
--
ALTER TABLE `wp_woocommerce_tax_rate_locations`
  ADD PRIMARY KEY (`location_id`),
  ADD KEY `tax_rate_id` (`tax_rate_id`),
  ADD KEY `location_type_code` (`location_type`(10),`location_code`(20));

--
-- AUTO_INCREMENT de las tablas volcadas
--

--
-- AUTO_INCREMENT de la tabla `wp_arcontactus`
--
ALTER TABLE `wp_arcontactus`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT de la tabla `wp_arcontactus_callback`
--
ALTER TABLE `wp_arcontactus_callback`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_arcontactus_prompt`
--
ALTER TABLE `wp_arcontactus_prompt`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT de la tabla `wp_bmify_appointments`
--
ALTER TABLE `wp_bmify_appointments`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_bmify_business_hours_breaks`
--
ALTER TABLE `wp_bmify_business_hours_breaks`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_bmify_categories`
--
ALTER TABLE `wp_bmify_categories`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT de la tabla `wp_bmify_coupons`
--
ALTER TABLE `wp_bmify_coupons`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_bmify_coupons_used`
--
ALTER TABLE `wp_bmify_coupons_used`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_bmify_customers`
--
ALTER TABLE `wp_bmify_customers`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_bmify_customer_appointments`
--
ALTER TABLE `wp_bmify_customer_appointments`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_bmify_customer_appointments_extras`
--
ALTER TABLE `wp_bmify_customer_appointments_extras`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_bmify_customfields`
--
ALTER TABLE `wp_bmify_customfields`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_bmify_dayoff`
--
ALTER TABLE `wp_bmify_dayoff`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_bmify_employees`
--
ALTER TABLE `wp_bmify_employees`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_bmify_employee_business_hours`
--
ALTER TABLE `wp_bmify_employee_business_hours`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_bmify_employee_business_hours_breaks`
--
ALTER TABLE `wp_bmify_employee_business_hours_breaks`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_bmify_employee_locations`
--
ALTER TABLE `wp_bmify_employee_locations`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_bmify_employee_services`
--
ALTER TABLE `wp_bmify_employee_services`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_bmify_extra_services`
--
ALTER TABLE `wp_bmify_extra_services`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_bmify_locations`
--
ALTER TABLE `wp_bmify_locations`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_bmify_notifications`
--
ALTER TABLE `wp_bmify_notifications`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=33;

--
-- AUTO_INCREMENT de la tabla `wp_bmify_notifications_sent`
--
ALTER TABLE `wp_bmify_notifications_sent`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_bmify_payments`
--
ALTER TABLE `wp_bmify_payments`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_bmify_services`
--
ALTER TABLE `wp_bmify_services`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_bmify_services_taxes`
--
ALTER TABLE `wp_bmify_services_taxes`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_bmify_shortcodes`
--
ALTER TABLE `wp_bmify_shortcodes`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_bmify_taxes`
--
ALTER TABLE `wp_bmify_taxes`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=83;

--
-- AUTO_INCREMENT de la tabla `wp_comments`
--
ALTER TABLE `wp_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=53;

--
-- AUTO_INCREMENT de la tabla `wp_cpappbk_forms`
--
ALTER TABLE `wp_cpappbk_forms`
  MODIFY `id` mediumint(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT de la tabla `wp_cpappbk_messages`
--
ALTER TABLE `wp_cpappbk_messages`
  MODIFY `id` mediumint(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_duplicator_packages`
--
ALTER TABLE `wp_duplicator_packages`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- AUTO_INCREMENT de la tabla `wp_eg_grids`
--
ALTER TABLE `wp_eg_grids`
  MODIFY `id` mediumint(6) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT de la tabla `wp_eg_item_elements`
--
ALTER TABLE `wp_eg_item_elements`
  MODIFY `id` mediumint(6) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_eg_item_skins`
--
ALTER TABLE `wp_eg_item_skins`
  MODIFY `id` mediumint(6) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=62;

--
-- AUTO_INCREMENT de la tabla `wp_eg_navigation_skins`
--
ALTER TABLE `wp_eg_navigation_skins`
  MODIFY `id` mediumint(6) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;

--
-- AUTO_INCREMENT de la tabla `wp_ewwwio_images`
--
ALTER TABLE `wp_ewwwio_images`
  MODIFY `id` int(14) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=917;

--
-- AUTO_INCREMENT de la tabla `wp_e_submissions`
--
ALTER TABLE `wp_e_submissions`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_e_submissions_actions_log`
--
ALTER TABLE `wp_e_submissions_actions_log`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_e_submissions_values`
--
ALTER TABLE `wp_e_submissions_values`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_gf_entry`
--
ALTER TABLE `wp_gf_entry`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=326;

--
-- AUTO_INCREMENT de la tabla `wp_gf_entry_meta`
--
ALTER TABLE `wp_gf_entry_meta`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2672;

--
-- AUTO_INCREMENT de la tabla `wp_gf_entry_notes`
--
ALTER TABLE `wp_gf_entry_notes`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=520;

--
-- AUTO_INCREMENT de la tabla `wp_gf_form`
--
ALTER TABLE `wp_gf_form`
  MODIFY `id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT de la tabla `wp_gf_form_revisions`
--
ALTER TABLE `wp_gf_form_revisions`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_gf_form_view`
--
ALTER TABLE `wp_gf_form_view`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1565;

--
-- AUTO_INCREMENT de la tabla `wp_links`
--
ALTER TABLE `wp_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_options`
--
ALTER TABLE `wp_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=163105;

--
-- AUTO_INCREMENT de la tabla `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10284;

--
-- AUTO_INCREMENT de la tabla `wp_posts`
--
ALTER TABLE `wp_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2003;

--
-- AUTO_INCREMENT de la tabla `wp_revslider_css`
--
ALTER TABLE `wp_revslider_css`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=113;

--
-- AUTO_INCREMENT de la tabla `wp_revslider_layer_animations`
--
ALTER TABLE `wp_revslider_layer_animations`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_revslider_navigations`
--
ALTER TABLE `wp_revslider_navigations`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_revslider_sliders`
--
ALTER TABLE `wp_revslider_sliders`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT de la tabla `wp_revslider_slides`
--
ALTER TABLE `wp_revslider_slides`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT de la tabla `wp_revslider_static_slides`
--
ALTER TABLE `wp_revslider_static_slides`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT de la tabla `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=31;

--
-- AUTO_INCREMENT de la tabla `wp_terms`
--
ALTER TABLE `wp_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=53;

--
-- AUTO_INCREMENT de la tabla `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=53;

--
-- AUTO_INCREMENT de la tabla `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=411;

--
-- AUTO_INCREMENT de la tabla `wp_users`
--
ALTER TABLE `wp_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;

--
-- AUTO_INCREMENT de la tabla `wp_wc_download_log`
--
ALTER TABLE `wp_wc_download_log`
  MODIFY `download_log_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_wc_tax_rate_classes`
--
ALTER TABLE `wp_wc_tax_rate_classes`
  MODIFY `tax_rate_class_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT de la tabla `wp_wc_webhooks`
--
ALTER TABLE `wp_wc_webhooks`
  MODIFY `webhook_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_wfblocks7`
--
ALTER TABLE `wp_wfblocks7`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=49;

--
-- AUTO_INCREMENT de la tabla `wp_wfhits`
--
ALTER TABLE `wp_wfhits`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1329;

--
-- AUTO_INCREMENT de la tabla `wp_wfhoover`
--
ALTER TABLE `wp_wfhoover`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_wfissues`
--
ALTER TABLE `wp_wfissues`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1481;

--
-- AUTO_INCREMENT de la tabla `wp_wfknownfilelist`
--
ALTER TABLE `wp_wfknownfilelist`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6734;

--
-- AUTO_INCREMENT de la tabla `wp_wflogins`
--
ALTER TABLE `wp_wflogins`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=61;

--
-- AUTO_INCREMENT de la tabla `wp_wfls_2fa_secrets`
--
ALTER TABLE `wp_wfls_2fa_secrets`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_wfpendingissues`
--
ALTER TABLE `wp_wfpendingissues`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_wfsnipcache`
--
ALTER TABLE `wp_wfsnipcache`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=57;

--
-- AUTO_INCREMENT de la tabla `wp_wfstatus`
--
ALTER TABLE `wp_wfstatus`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12616;

--
-- AUTO_INCREMENT de la tabla `wp_woocommerce_api_keys`
--
ALTER TABLE `wp_woocommerce_api_keys`
  MODIFY `key_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_woocommerce_attribute_taxonomies`
--
ALTER TABLE `wp_woocommerce_attribute_taxonomies`
  MODIFY `attribute_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_woocommerce_downloadable_product_permissions`
--
ALTER TABLE `wp_woocommerce_downloadable_product_permissions`
  MODIFY `permission_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_woocommerce_log`
--
ALTER TABLE `wp_woocommerce_log`
  MODIFY `log_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_woocommerce_order_itemmeta`
--
ALTER TABLE `wp_woocommerce_order_itemmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT de la tabla `wp_woocommerce_order_items`
--
ALTER TABLE `wp_woocommerce_order_items`
  MODIFY `order_item_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT de la tabla `wp_woocommerce_payment_tokenmeta`
--
ALTER TABLE `wp_woocommerce_payment_tokenmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_woocommerce_payment_tokens`
--
ALTER TABLE `wp_woocommerce_payment_tokens`
  MODIFY `token_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_woocommerce_sessions`
--
ALTER TABLE `wp_woocommerce_sessions`
  MODIFY `session_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT de la tabla `wp_woocommerce_shipping_zones`
--
ALTER TABLE `wp_woocommerce_shipping_zones`
  MODIFY `zone_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_woocommerce_shipping_zone_locations`
--
ALTER TABLE `wp_woocommerce_shipping_zone_locations`
  MODIFY `location_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_woocommerce_shipping_zone_methods`
--
ALTER TABLE `wp_woocommerce_shipping_zone_methods`
  MODIFY `instance_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_woocommerce_tax_rates`
--
ALTER TABLE `wp_woocommerce_tax_rates`
  MODIFY `tax_rate_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_woocommerce_tax_rate_locations`
--
ALTER TABLE `wp_woocommerce_tax_rate_locations`
  MODIFY `location_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- Restricciones para tablas volcadas
--

--
-- Filtros para la tabla `wp_bmify_appointments`
--
ALTER TABLE `wp_bmify_appointments`
  ADD CONSTRAINT `wp_bmify_appointments_ibfk_1` FOREIGN KEY (`service_id`) REFERENCES `wp_bmify_services` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `wp_bmify_appointments_ibfk_2` FOREIGN KEY (`employee_id`) REFERENCES `wp_bmify_employees` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `wp_bmify_appointments_ibfk_3` FOREIGN KEY (`location_id`) REFERENCES `wp_bmify_locations` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Filtros para la tabla `wp_bmify_customer_appointments`
--
ALTER TABLE `wp_bmify_customer_appointments`
  ADD CONSTRAINT `wp_bmify_customer_appointments_ibfk_1` FOREIGN KEY (`customer_id`) REFERENCES `wp_bmify_customers` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `wp_bmify_customer_appointments_ibfk_2` FOREIGN KEY (`appointment_id`) REFERENCES `wp_bmify_appointments` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `wp_bmify_customer_appointments_ibfk_3` FOREIGN KEY (`payment_id`) REFERENCES `wp_bmify_payments` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Filtros para la tabla `wp_bmify_customer_appointments_extras`
--
ALTER TABLE `wp_bmify_customer_appointments_extras`
  ADD CONSTRAINT `wp_bmify_customer_appointments_extras_ibfk_1` FOREIGN KEY (`customer_appointment_id`) REFERENCES `wp_bmify_customer_appointments` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `wp_bmify_customer_appointments_extras_ibfk_2` FOREIGN KEY (`extra_id`) REFERENCES `wp_bmify_extra_services` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Filtros para la tabla `wp_bmify_dayoff`
--
ALTER TABLE `wp_bmify_dayoff`
  ADD CONSTRAINT `wp_bmify_dayoff_ibfk_1` FOREIGN KEY (`employee_id`) REFERENCES `wp_bmify_employees` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Filtros para la tabla `wp_bmify_employee_business_hours`
--
ALTER TABLE `wp_bmify_employee_business_hours`
  ADD CONSTRAINT `wp_bmify_employee_business_hours_ibfk_1` FOREIGN KEY (`employee_id`) REFERENCES `wp_bmify_employees` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Filtros para la tabla `wp_bmify_employee_business_hours_breaks`
--
ALTER TABLE `wp_bmify_employee_business_hours_breaks`
  ADD CONSTRAINT `wp_bmify_employee_business_hours_breaks_ibfk_1` FOREIGN KEY (`employee_id`) REFERENCES `wp_bmify_employees` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Filtros para la tabla `wp_bmify_employee_locations`
--
ALTER TABLE `wp_bmify_employee_locations`
  ADD CONSTRAINT `wp_bmify_employee_locations_ibfk_1` FOREIGN KEY (`employee_id`) REFERENCES `wp_bmify_employees` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `wp_bmify_employee_locations_ibfk_2` FOREIGN KEY (`location_id`) REFERENCES `wp_bmify_locations` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Filtros para la tabla `wp_bmify_employee_services`
--
ALTER TABLE `wp_bmify_employee_services`
  ADD CONSTRAINT `wp_bmify_employee_services_ibfk_1` FOREIGN KEY (`service_id`) REFERENCES `wp_bmify_services` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `wp_bmify_employee_services_ibfk_2` FOREIGN KEY (`employee_id`) REFERENCES `wp_bmify_employees` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `wp_bmify_employee_services_ibfk_3` FOREIGN KEY (`location_id`) REFERENCES `wp_bmify_locations` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Filtros para la tabla `wp_bmify_extra_services`
--
ALTER TABLE `wp_bmify_extra_services`
  ADD CONSTRAINT `wp_bmify_extra_services_ibfk_1` FOREIGN KEY (`service_id`) REFERENCES `wp_bmify_services` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Filtros para la tabla `wp_bmify_notifications_sent`
--
ALTER TABLE `wp_bmify_notifications_sent`
  ADD CONSTRAINT `wp_bmify_notifications_sent_ibfk_1` FOREIGN KEY (`notification_id`) REFERENCES `wp_bmify_notifications` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `wp_bmify_notifications_sent_ibfk_2` FOREIGN KEY (`appointment_id`) REFERENCES `wp_bmify_appointments` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `wp_bmify_notifications_sent_ibfk_3` FOREIGN KEY (`customer_id`) REFERENCES `wp_bmify_customers` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `wp_bmify_notifications_sent_ibfk_4` FOREIGN KEY (`employee_id`) REFERENCES `wp_bmify_employees` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Filtros para la tabla `wp_bmify_payments`
--
ALTER TABLE `wp_bmify_payments`
  ADD CONSTRAINT `wp_bmify_payments_ibfk_1` FOREIGN KEY (`coupon_id`) REFERENCES `wp_bmify_coupons` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Filtros para la tabla `wp_bmify_services`
--
ALTER TABLE `wp_bmify_services`
  ADD CONSTRAINT `wp_bmify_services_ibfk_1` FOREIGN KEY (`category_id`) REFERENCES `wp_bmify_categories` (`id`) ON DELETE SET NULL ON UPDATE CASCADE;

--
-- Filtros para la tabla `wp_bmify_services_taxes`
--
ALTER TABLE `wp_bmify_services_taxes`
  ADD CONSTRAINT `wp_bmify_services_taxes_ibfk_1` FOREIGN KEY (`service_id`) REFERENCES `wp_bmify_services` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `wp_bmify_services_taxes_ibfk_2` FOREIGN KEY (`tax_id`) REFERENCES `wp_bmify_taxes` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
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 */;
